@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;
}


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

.btn1:hover{
  background:#308eac;
  color:#fff;
}

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

.btn2:hover{
  background:#5356a0;
  color:#fff;
}

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

.radious-img{
	border-radius: 15px;	
}
.img-box{
	border-radius: 15px;
	min-height: 650px;
	border: 2px solid #0f1540;
}

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

.head_top{
  background:#5456a3;
  padding:15px 0;
  transition:all 500ms ease-in-out;
}

.head_contact ul li{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.02em;
  border-right:1px solid #fff;
  margin-right:20px;
  padding-right:20px;
}

.head_contact ul li:last-child{
  border-right:none;
  margin-right:0;
  padding-right:0;
}

.head_contact ul li span{
  font-weight:600;
}

.head_contact ul li a{
  color:#fff;
}

.head_contact ul li a:hover{
  color:#4ad3ff;
}

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

.head_bottom .container{
  position:relative;
}

.head_logo{
  position:absolute;
  width:160px;
  background:#fff;
  border-radius:50%;
  padding:12px;
  left:0;
  right:0;
  top:-40px;
  margin:0 auto;
  transition:all 500ms ease-in-out;
}

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

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

  .navbar-default.navbar-fixed .head_logo{
    width:120px;
    top:-30px;
    box-shadow:0px 6px 4px rgba(0,0,0,.15);
  }

}

.home_banner{
  margin-top:170px;
}

.home_banner img.big{
  border-radius:0 0 80px 80px;
}

.banner_desc{
  left:0;
  bottom:25%;
}

.banner_content{
  width:900px;
  max-width:100%;
  margin:0 auto;
}

.banner_bg_heading{
  font-size:52px;
  line-height:60px;
  letter-spacing:.02em;
  text-shadow:1px 1px 1px rgba(0,0,0,.6);
  margin-bottom:20px;
}

.banner_content .common_paragraph{
  text-shadow:1px 1px 1px rgba(0,0,0,.6);
}

.banner_content .btn1,
.banner_content .btn2{
  border:2px solid #fff;
}

.choose_block{
  padding:60px 0;
}

.choose_box{
  background:#1a3863;
  border-radius:10px;
  padding:10px 12px;
}

.choose_icon{
  display:inline-block;
  width:50px;
  height:50px;
  line-height:50px;
  background:#fff;
  border-radius:50%;
  text-align:center;
}

.choose_box:hover .choose_icon img{
  filter:invert(47%) sepia(34%) saturate(898%) hue-rotate(149deg) brightness(97%) contrast(82%);
}

.choose_title{
  display:inline-block;
  width:76%;
  font-size:18px;
  line-height:24px;
  font-weight:600;
  letter-spacing:.025em;
  vertical-align:middle;
  padding-left:10px;
}

.about_block,
.serv_block,
.h_form_block,
.faq_block,
.review_block{
  padding-bottom:60px;
}

.about_sm_heading,
.serv_sm_heading,
.review_sm_heading{
  font-size:22px;
  color:#5456a3;
  line-height:24px;
  letter-spacing:.04em;
  margin-bottom:12px;
}

.about_bg_heading,
.serv_bg_heading,
.faq_bg_heading,
.review_bg_heading{
  font-size:45px;
  color:#020202;
  line-height:52px;
  letter-spacing:.02em;
  margin-bottom:20px;
}

.serv_box{
  border:1px solid #5456a3;
  border-radius:15px;
  padding:15px;
}

.serv_box:hover{
  background:#5456a3;
}

.serv_img img{
  border-radius:15px;
}

.serv_cont{
  min-height:265px;
  margin-top:20px;
}

.serv_num{
  font-size:15px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  background:#5456a3;
  border-radius:5px;
  padding:5px 10px;
}

.serv_box:hover .serv_num{
  background:#fff;
  color:#5456a3;
}

.serv_heading{
  font-size:20px;
  color:#040404;
  line-height:26px;
  font-weight:600;
  letter-spacing:.02em;
  margin:15px 0 12px;
}

.serv_box:hover .serv_heading,
.serv_box:hover .common_paragraph{
  color:#fff;
}

.faq_img img{
  border:5px solid #fff;
  border-radius:50%;
  position:relative;
}

.faq_img:before{
  content:"";
  position:absolute;
  width:500px;
  height:500px;
  background:rgba(84,86,163,.4);
  border-radius:50%;
  right:0;
  top:-30px;
}

.accordion-item{
  border:1px solid #318ead !important;
  margin-bottom:10px;
}

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

.accordion-button{
  font-size:18px;
  color:#1c1c1c;
  line-height:25px;
  font-weight:500;
  letter-spacing:.03em;
  text-transform:inherit;
  padding:14px 20px;
}

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

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

.accordion-button[aria-expanded="true"]:after,
.accordion-button:hover: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_map_block{
  line-height:0;
}

.h_map_block iframe{
  width:100%;
  height:400px;
  margin-bottom:0;
}

.sp-testimonial-free{
  background:#318ead !important;
  border-radius:12px !important;
  min-height:250px;
  padding:20px;
}

.sp-testimonial-item:nth-child(2n) .sp-testimonial-free{
  background:#3a5275 !important;
}

.sp-testimonial-item:nth-child(3n) .sp-testimonial-free{
  background:#5456a3 !important;
}

.sp-testimonial-item:nth-child(4n) .sp-testimonial-free{
  background:#1a3863 !important;
}

.sp-testimonial-content p{
  color:#fff;
  letter-spacing:.03em !important;
  padding:0 !important;
}

.sp-testimonial-client-name{
  font-size:22px !important;
  color:#fff !important;
  line-height:24px !important;
  font-weight:600 !important;
  letter-spacing:.02em !important;
  font-style:italic !important;
}

.gallery_block{
  padding:60px 0 100px;
}

#footer{
  background:linear-gradient(to right, #318dad, #5457a3);
  border-radius:80px 80px 0 0;
  padding-bottom:30px;
}

.footer_top{
  margin-bottom:40px;
}

.footer_logo{
  width:160px;
  background:#fff;
  border-radius:50%;
  margin-top:-50px;
  padding:10px;
}

.ft_abn_title{
  font-size:25px;
  line-height:28px;
  font-weight:600;
  letter-spacing:.02em;
}

.footer_mid{
  border-bottom:1px solid #fff;
  margin-bottom:30px;
  padding-bottom:40px;
}

.footer_title{
  font-size:24px;
  line-height:26px;
  font-weight:600;
  letter-spacing:.02em;
  margin-bottom:20px;
}

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

.footer_link li:last-child,
.ft_contact .section:last-child{
  margin-bottom:0;
}

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

.footer_link li a:hover,
.ft_contact_main a:hover{
  color:#020202;
}

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

.ft_contact_title{
  font-size:18px;
  line-height:20px;
  font-weight:500;
  background:url(../images/love-icon01.png) no-repeat left center;
  background-size:18px;
  margin-bottom:8px;
  padding-left:25px;
}

.ft_contact_main a{
  color:#fff;
}

.footer_btm .common_paragraph span,
.footer_btm .common_paragraph a{
  color:#fff;
  font-weight:600;
}

#back-button {
  display:inline-block;
  background-color:#308eac;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:15%;
  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/banner-img01.jpg) no-repeat center center;
  background-size:cover;
  margin-top:170px !important;
  padding:170px 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);
  text-align:center;
}

.inner_cont_sec .section .icon{
  width:75px;
  height:75px;
  background:#318ead;
  line-height:75px;
  border-radius:20px 0 20px 20px;
  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:.03em;
}

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

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

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

.inner_cont_sec .form_block{
  border-radius:20px;
}

.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:10px;
  border:none;
  background:#318ead;
  font-size:16px;
  color:#fff;
  line-height:20px;
  padding:10px 20px;
}

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

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

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

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

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat right 20px center, #318ead !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:#1a3863;
  border:none;
  border-radius:10px;
  text-align:center;
  padding:16px 30px;
}

.contact_form .block .btn:hover{
  background:#318ead;
  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:45px;
  color:#0f1540;
  line-height:52px;
  font-weight:700;
  letter-spacing:.02em;
}

.inner_bg_title strong,
.cta_bg_title strong{
  color:#308eac;
}

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

.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:42px;
  color:#0f1540;
  line-height:50px;
  font-weight:700;
  letter-spacing:.02em;
}

.cta_bg_title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#5356a0;
  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:#308eac;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#5356a0;
}

.entry-content{
	padding-bottom:50px !important;
}

@media screen and (max-width:1366px){
  .serv_cont{
    min-height:290px;
  }


}

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

  .head_logo{
    position:inherit;
    width:70px;
    padding:0;
    top:0;
    margin:0;
  }

  .home_banner{
    margin-top:94px;
  }

  .banner_desc{
    bottom:10%;
  }

  .serv_cont{
    min-height:215px;
  }

  #footer{
    padding-bottom:70px;
  }

  #back-button{
    right:20px;
  }

  .page .entry-header, 
  .error404 .page-header{
    margin-top:94px !important;
  }


}

@media screen and (max-width:767px){
  .banner_bg_heading,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:38px;
    margin-bottom:12px;
  }

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

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

  .choose_block{
    padding:35px 0;
  }

  .choose_title{
    font-size:17px;
    width:75%;
  }

  .about_block, 
  .serv_block, 
  .h_form_block, 
  .faq_block, 
  .review_block{
    padding-bottom:35px;
  }

  .about_sm_heading, 
  .serv_sm_heading, 
  .review_sm_heading{
    font-size:20px;
    line-height:22px;
  }

  .about_bg_heading, 
  .serv_bg_heading, 
  .faq_bg_heading, 
  .review_bg_heading,
  .inner_bg_title,
  .cta_bg_title{
    font-size:28px;
    line-height:35px;
  }

  .serv_cont{
    min-height:260px;
  }

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

  .contact_form .block .form-control{
    height:45px;
    font-size:14px;
  }

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

  .faq_img:before{
    width:450px;
    height:450px;
    top:-15px;
  }

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

  .sp-testimonial-free{
    min-height:230px;
  }

  .sp-testimonial-content p{
    font-size:14px !important;
    line-height:22px !important;
  }

  .sp-testimonial-client-name{
    font-size:20px !important;
    line-height:22px !important;
  }

  .h_map_block iframe{
    height:220px;
  }

  .gallery_block{
    padding:35px 0 65px;
  }

  .footer_top{
    margin-bottom:25px;
  }

  .footer_logo{
    width:120px;
  }

  .ft_abn_title,
  .footer_title{
    font-size:20px;
    line-height:22px;
  }

  .footer_mid{
    margin-bottom:25px;
    padding-bottom:30px;
  }

  .footer_title{
    margin-bottom:16px;
  }

  .footer_link li a, 
  .ft_contact_main{
    font-size:15px;
  }

  .ft_contact_title{
    font-size:16px;
    line-height:18px;
  }

  .page .entry-header, 
  .error404 .page-header{
    padding:80px 0 65px !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;
	}
	
	.inner_sm_title{
		font-size:22px;
		line-height:28px;
	}
	
	.inner_list li{
		font-size:14px;
		line-height:22px;
	}
	
	.img-box{
		min-height:auto;
	}
  
}

@media screen and (max-width:575px){
  .home_banner img.big{
    height:360px;
    object-fit:color;
    border-radius:0 0 40px 40px;
  }

  .banner_desc{
    bottom:7%;
  }

  .banner_content .btn1, 
  .banner_content .btn2{
    padding:10px 12px;
  }

  .serv_cont,
  .sp-testimonial-free{
    min-height:auto;
  }

  .faq_img:before{
    width:300px;
    height:300px;
  }

  #footer{
    border-radius:40px 40px 0 0;
  }

  
}
