@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  overflow-x:hidden;
  color:#fff; 
  font-family: 'Poppins', sans-serif;
}

a{ 
  display:inline-block;
  text-decoration:none;
  padding:0; 
  margin:0; 
  transition:all 500ms ease-in-out;
}

a:focus, a:hover{ 
  outline:none; 
  text-decoration:none; 
}

h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}

ul,li{ 
  padding:0; 
  margin:0; 
  list-style:none; 
}

button:focus{
  outline:none;
}

img{
  max-width:100%;
  height:auto;
}

@font-face {
  font-family: 'aesthetica demo';
  src: url('../fonts/aesthetica.eot');
  src: url('../fonts/aesthetica.eot?#iefix') format('embedded-opentype'),
      url('../fonts/aesthetica.woff2') format('woff2'),
      url('../fonts/aesthetica.woff') format('woff'),
      url('../fonts/aesthetica.ttf') format('truetype'),
      url('../fonts/aesthetica.svg#aesthetica') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ===== common css ====== */
.btn1{
  font-size:16px;
  color:#010101;
  line-height:18px;
  letter-spacing:.02em;
  font-weight:500;
  background:#eab74e;
  border-radius:30px;
  padding:15px 30px;
}

.btn1:hover{
  background:#5e8fae;
  color:#fff;
}

.btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.02em;
  font-weight:500;
  background:#5e8fae;
  border-radius:30px;
  padding:15px 30px;
}

.btn2:hover{
  background:#eab74e;
  color:#010101;
}

.common_paragraph{
  font-size:16px;
  color:#030303;
  line-height:26px;
  letter-spacing:.03em;
  margin-bottom:20px;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:none; 
  border:none;
  margin:0; 
  padding:0;
  transition:all 500ms ease-in-out; 
}

.head_top{
  background:#356f95;
  padding:10px 0;
  transition:all 500ms ease-in-out;
}

.head_contact li{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.03em;
}

.head_contact li a{
  color:#fff !important;
}

.head_btn .btn1{
  padding:10px 16px;
}

.head_bottom{
  padding:15px 0;
  transition:all 500ms ease-in-out;
}

.head_logo{
  width:120px;
  transition:all 500ms ease-in-out;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed .head_top{
    margin-top:-59px;
  }

  .navbar-default.navbar-fixed .head_bottom{
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    padding:12px 0;
  }

  .navbar-default.navbar-fixed .head_logo{
    width:90px;
  }

}

.home_banner{
  margin-top:200px;
  padding:45px 0 60px;
}

.banner_sm_heading{
  font-size:40px;
  color:#030303;
  line-height:48px;
  letter-spacing:.02em;
  margin-bottom:20px;
}

.banner_big_heading{
  font-family: 'aesthetica demo';
  font-size:60px;
  color:#5e8fae;
  line-height:68px;
  margin-bottom:30px;
}

.serv_block,
.mission_block,
.test_block,
.faq_block{
  padding-bottom:60px;
}

.serv_big_heading,
.about_big_heading,
.choose_big_heading,
.mission_bg_heading,
.provider_big_heading,
.support_big_heading,
.test_big_heading,
.faq_big_heading{
  font-size:46px;
  color:#050505;
  line-height:54px;
  letter-spacing:.02em;
  margin-bottom:20px;
}

.serv_big_heading span,
.about_big_heading span,
.choose_big_heading span,
.mission_bg_heading span,
.provider_big_heading span,
.support_big_heading span,
.test_big_heading span{
  font-family: 'aesthetica demo';
  color:#5f8faf;
}

.serv_icon{
  width:60px;
  height:60px;
  line-height:58px;
  background:#eab74e;
  border-radius:50%;
  margin:0 auto 12px;
}

.serv_img img{
  border-radius:50%;
}

.serv_content{
  position:absolute;
  width:230px;
  height:230px;
  background:rgba(95,143,175,.6);
  border-radius:50%;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
  padding:55px 15px 0;
  opacity:0;
  visibility:hidden;
}

.serv_box:hover .serv_content{
  opacity:1;
  visibility:visible;
}

.serv_heading{
  font-size:20px;
  color:#fff;
  line-height:28px;
  font-weight:600;
  letter-spacing:.02em;
  margin-bottom:15px;
}

.about_block,
.provider_block{
  background:#5e8fae;
}

.about_image img{
  border-right:15px solid #fff;
  border-radius:0 250px 250px 0;
}

.about_content,
.provider_cont{
  width:650px;
}

.about_big_heading span,
.provider_big_heading span{
  color:#ffde99;
}

.about_count_box{
  background:#eab74e;
  border-radius:10px;
  padding:10px;
}

.about_count_num{
  font-size:30px;
  color:#fff;
  line-height:32px;
  font-weight:600;
  margin-bottom:6px;
}

.about_count_title{
  font-size:15px;
  line-height:20px;
  letter-spacing:.02em;
}

.choose_block,
.support_block{
  padding:60px 0;
}

.choose_box{
  border:1px solid #eab74e;
  border-radius:10px;
  min-height:205px;
  padding:15px;
}

.choose_icon{
  width:45px;
  height:45px;
  line-height:45px;
  background:#eab74e;
  border-radius:50%;
  text-align:center;
}

.choose_heading{
  font-size:18px;
  color:#5e8fae;
  line-height:25px;
  font-weight:600;
  margin:14px 0 10px;
}

.mission_box{
  background:#65a5cb;
  border-radius:200px 200px 0 0;
  min-height:280px;
  padding:40px 30px;
}

.mission_block .col-lg-4:nth-child(2) .mission_box{
  background:linear-gradient(to right, #65a5cb , #eab74e);
}

.mission_block .col-lg-4:last-child .mission_box{
  background:#eab74e;
}

.mission_heading{
  font-size:24px;
  line-height:30px;
  font-weight:600;
  letter-spacing:.03em;
  margin:18px 0 12px;
}

.provider_img img{
  border-left:15px solid #fff;
  border-radius:250px 0 0 250px;
}

.support_box{
  display:inline-block;
  width:24%;
  background:#fff;
  border-left:15px solid #eab74e;
  border-radius:20px;
  min-height:72px;
  vertical-align:top;
  padding:12px 20px;
}

.support_box:hover{
  background:#eab74e;
}

.support_heading{
  font-size:17px;
  color:#030303;
  line-height:24px;
  font-weight:600;
  letter-spacing:.02em;
}

.test_box{
  background:#fff;
  box-shadow:1px 1px 4px 1px rgba(0,0,0,0.2);
  border-radius:160px;
  width:80%;
  margin:0 auto;
  padding:15px;
}

.sp-testimonial-content p{
  font-size:17px !important;
  color:#030303;
  line-height:28px !important;
  letter-spacing:.02em !important;
  text-align:left !important;
  padding:0 !important;
}

.sp-testimonial-client-name{
  font-family: 'aesthetica demo' !important;
  font-size:24px !important;
  color:#5f8faf !important;
  line-height:26px !important;
  letter-spacing:.03em !important;
  text-align:left !important;
  margin-bottom:18px !important;
}

.sp-testimonial-client-rating{
  display:block !important;
  text-align:left !important;
}

.test_img img{
  border-radius:50%;
}

.accordion-item{
  border:1px solid rgba(0,0,0,.2) !important;
  margin-bottom:10px;
}

.accordion-item:last-child{
  margin-bottom:0;
}

.accordion-button{
  font-size:18px;
  color:#fff;
  line-height:25px;
  font-weight:500;
  letter-spacing:.02em;
  text-transform:inherit;
  background:#588fa8;
  padding:14px 20px;
}

.accordion-button:focus{
  box-shadow:none;
}

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
  background:#d4a548;
  color:#fff;
}

.accordion-button:after{
  filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(200%) contrast(101%);
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button{
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.h_form_block{
  background:#d4a548;
  padding:50px 0;
}

.footer_top{
  background:#f6f6f6;
  padding:50px 0 45px;
}

.home .footer_top{
  background:#fff;
}

.ft_heading{
  font-size:22px;
  color:#020202;
  line-height:24px;
  font-weight:600;
  letter-spacing:.02em;
  margin-bottom:20px;
}

.ft_link li{
  line-height:0;
  margin-bottom:10px;
}

.ft_link li:last-child,
.ft_contact .panel:last-child{
  margin-bottom:0;
}

.ft_link li a,
.ft_contact_title,
.ft_contact_main{
  font-size:16px;
  color:#050505;
  line-height:18px;
  letter-spacing:.02em;
}

.ft_link li a:hover,
.ft_contact_main a:hover{
  color:#d4a548;
}

.ft_contact .panel{
  margin-bottom:15px;
}

.ft_contact .panel .icon{
  display:inline-block;
  width:22px;
  text-align:center;
}

.ft_contact .panel .text{
  display:inline-block;
  width:90%;
  vertical-align:top;
  padding-left:12px;
}

.ft_contact_title{
  font-weight:600;
  margin-bottom:6px;
}

.ft_contact_main{
  line-height:22px;
}

.ft_contact_main a{
  color:#030303;
}

.footer_bottom{
  background:#ebb654;
  padding:30px 0;
}

.footer_bottom .common_paragraph span,
.footer_bottom .common_paragraph a{
  color:#010101;
  font-weight:600;
}

#back-button {
  display:inline-block;
  background-color:#5e8fae;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:50%;
  position:fixed;
  bottom:25px;
  right:25px;
  opacity:0;
  visibility:hidden;
  z-index:1000;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(0,0,0,.4);
}

#back-button.show {
  opacity:1;
  visibility:visible;
}

.page .entry-header,
.error404 .page-header{
  background:url(../images/inner-banner01.jpg) no-repeat center top;
  background-size:cover;
  margin-top:200px !important;
  padding:130px 0 100px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-size:50px;
  color:#fff;
  line-height:58px;
  font-weight:700;
  letter-spacing:.02em;
  text-shadow:2px 2px 2px rgba(0,0,0,.7);
}

.inner_cont_sec .section .icon{
  width:75px;
  height:75px;
  background:#5e8fae;
  line-height:75px;
  border-radius:50px;
  text-align:center;
}

.inner_cont_sec .section .text{
  width:75%;
}

.contact-title{
  font-size:24px;
  color:#030303;
  line-height:30px;
  font-weight:600;
  letter-spacing:.02em;
}

.contact-main{
  font-size:16px;
  color:#020202;
  line-height:22px;
  letter-spacing:.03em;
}

.contact-main a{
  color:#020202;
  font-weight:500;
}

.contact-main a:hover{
  color:#d4a548;
}

.inner_cont_sec .form_block{
  background:#d4a548;
}

.contact_form .block{
  margin-bottom:15px;
}

.contact_form .block p{
  margin-bottom:0;
}

.contact_form .block label{
  font-size:16px;
  color:#010101;
  line-height:18px;
  font-weight:500;
  margin-bottom:10px;
}

.contact_form .block .form-control{
  height:52px;
  border-radius:30px;
  border:none;
  background:#fff;
  font-size:16px;
  color:#020202;
  line-height:20px;
  padding:10px 20px;
}

.contact_form .block .form-control::placeholder{
  color:#020202;
  opacity:1;
}

.contact_form .block .form-control::-ms-input-placeholder{
  color:#020202;
}

.contact_form .block .form-control:focus,
.contact_form .block .btn:focus{
  box-shadow:none;
}

.contact_form .block textarea.form-control{
  height:130px;
  resize:none;
}

.home .contact_form .block textarea.form-control{
  height:52px;
}

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat right 20px center, #fff !important;
}

.contact_form .block select option{
  color:#000;
}

.contact_form .block .wpcf7-list-item{
  display:block;
  margin-left:0;
}

.contact_form .block .btn{
  width:100%;
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  letter-spacing:.03em;
  text-transform:inherit;
  background:#68a6cb;
  border:none;
  border-radius:30px;
  text-align:center;
  padding:14px 30px;
}

.contact_form .block .btn:hover{
  background:#588fa8;
  color:#fff;
}

.contact_form .block .wpcf7-spinner,
.van_booking_form .wpcf7-spinner{
  display:none;
}

.contact_form .block .wpcf7-not-valid-tip{
  font-size:14px;
  margin-top:5px;
}

.contact_form .wpcf7-response-output{
  font-size:14px;
  color:#010101;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
}

.contact_map{
  line-height:0;
}

.contact_map iframe{
  width:100%;
  height:420px;
  margin-bottom:0;
}

.inner_bg_title{
  font-size:46px;
  color:#010101;
  line-height:54px;
  font-style: none;
  font-weight:700;
  letter-spacing:.02em;
}

.inner_bg_title strong,
.cta_bg_title strong{
  color:#5E8FAE;
  font-family:aesthetica demo;
}

.inner_sm_title{
  font-size:26px;
  color:#020202;
  line-height:34px;
  font-weight:600;
  letter-spacing:.02em;
}

.inner_list li{
  font-size:16px;
  color:#050505;
  line-height:26px;
  font-weight:500;
  letter-spacing:.03em;
  background:url(../images/tick-icon001.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:28px;
}

.inner_list li:last-child{
  margin-bottom:0;
}

.sec_bg_color{
  background:#f5f5f5;
}

.cta_bg_title{
  font-size:44px;
  color:#030303;
  line-height:52px;
  font-weight:700;
  letter-spacing:.02em;
}

.cta_bg_title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#eab74e;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.cta-btn{
  left:0;
  bottom:0;
  z-index:999;
}

.cta-btn li a{
  display:block;
  font-size:15px;
  color:#fff;
  line-height:17px;
  text-transform:uppercase;
  letter-spacing:.02em;
  background:#5e8fae;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  color:#fff;
  background:#010101;
}

@media screen and (max-width:1366px){
  .about_content,
  .provider_cont{
    width:550px;
  }

  .choose_box{
    min-height:230px;
  }

  .mission_box{
    min-height:305px;
  }


}

@media screen and (max-width:991px){
  .head_bottom{
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    padding:12px 0;
  }

  .head_logo{
    width:90px;
  }

  .home_banner{
    margin-top:108px;
  }

  .about_content, 
  .provider_cont{
    width:350px;
  }

  .test_box{
    width:100%;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

  #back-button{
    right:20px;
    bottom:35px;
  }

  .page .entry-header, 
  .error404 .page-header{
    margin-top:108px !important;
  }
	
	.contact-main{
		word-break:break-all;
	}


}

@media screen and (max-width:767px){
  .home_banner{
    padding:30px 0 35px;
  }

  .banner_sm_heading{
    font-size:26px;
    line-height:34px;
    margin-bottom:12px;
  }

  .banner_big_heading,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:35px;
    margin-bottom:20px;
  }

  .common_paragraph{
    font-size:14px;
    line-height:22px;
  }

  .btn1,
  .btn2,
  .contact_form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

  .serv_block, 
  .mission_block, 
  .test_block, 
  .faq_block{
    padding-bottom:35px;
  }

  .serv_big_heading, 
  .about_big_heading, 
  .choose_big_heading, 
  .mission_bg_heading, 
  .provider_big_heading, 
  .support_big_heading, 
  .test_big_heading, 
  .faq_big_heading,
  .inner_bg_title,
  .cta_bg_title{
    font-size:28px;
    line-height:36px;
  }

  .serv_heading{
    font-size:18px;
    line-height:25px;
  }

  .about_content, 
  .provider_cont{
    width:100%;
    padding-bottom:35px;
  }

  .about_count_num{
    font-size:25px;
    line-height:28px;
  }

  .choose_block, 
  .support_block{
    padding:35px 0;
  }

  .choose_box{
    min-height:auto;
  }

  .mission_box{
    min-height:auto;
    padding:30px;
  }
	
	.support_box{
		width:49%;
	}

  .support_heading{
    font-size:17px;
    line-height:24px;
  }

  .test_box{
    border-radius:20px;
    padding:25px;
  }

  .sp-testimonial-content p{
    font-size:15px !important;
    line-height:24px !important;
    text-align:center !important;
  }

  .sp-testimonial-client-name,
  .sp-testimonial-client-rating{
    text-align:center !important;
  }

  .sp-testimonial-client-rating{
    display:inline-flex !important;
  }

  .accordion-button{
    font-size:16px;
    line-height:24px;
  }

  .h_form_block{
    padding:30px 0;
  }

  .contact_form .block .form-control,
  .home .contact_form .block textarea.form-control{
    height:42px;
    font-size:14px;
  }

  .contact_form .block textarea.form-control{
    height:90px;
  }

  .footer_top{
    padding:35px 0 30px;
  }

  .footer_logo img{
    width:100px;
  }

  .ft_heading{
    font-size:20px;
    line-height:22px;
    margin-bottom:16px;
  }

  .ft_link li a, 
  .ft_contact_title, 
  .ft_contact_main{
    font-size:14px;
    line-height:16px;
  }

  .page .entry-header, 
  .error404 .page-header{
    padding:85px 0 70px !important;
  }

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    margin-bottom:0;
  }

  .thankyou_section img,
  .error404 .page-content img{
    width:200px;
  }
	
	.inner_cont_sec .section .icon{
		width:62px;
		height:62px;
		line-height:62px;
	}
	
	.contact-title{
		font-size:20px;
		line-height:22px;
	}
	
	.contact-main{
		font-size:15px;
	}
	
	.inner_sm_title{
		font-size:22px;
		line-height:30px;
	}
	
	.inner_list li{
		font-size:14px;
		line-height:22px;
	}

  
}

@media screen and (max-width:575px){
  .serv_content{
    width:260px;
    height:260px;
    padding:80px 30px 0;
  }
	
	.support_box{
		display:block;
		width:100%;
		min-height:auto;
	}

  
}
