@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:linear-gradient(to right, #a4bc8b 0%, #677f50 50%, #a4bc8b 100%);
  background-size:200%;
  border-radius:10px;
  padding:15px 30px;
}

.btn1:hover,
.btn2:hover{
  background-position:right center;
  color:#fff;
}

.btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:linear-gradient(to right, #6a88a4 0%, #38576d 50%, #6a88a4 100%);
  background-size:200%;
  border-radius:10px;
  padding:15px 30px;
}

.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:#23455c;
  padding:12px 0;
  transition:all 500ms ease-in-out;
}

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

.head_contact li a{
  color:#fff;
}

.head_contact li a:hover{
  color:#81bcdf;
}

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

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

.hd_call_heading,
.head_btn .text a{
  font-size:16px;
  color:#040404;
  line-height:18px;
  letter-spacing:.03em;
  padding-bottom:5px;
}

.head_btn .text a{
  font-weight:600;
  padding-bottom:0;
}

.head_btn .text a:hover{
  color:#709355;
}

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

  .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:130px;
  }

}

.home_banner{
  margin-top:195px;
}

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

.banner_sm_heading{
  font-family: "Crimson Text", serif;
  font-size:25px;
  color:#cae7b7;
  line-height:28px;
  font-style:italic;
  letter-spacing:.06em;
  margin-bottom:12px;
}

.banner_big_heading{
  font-family: "Crimson Text", serif;
  font-size:60px;
  line-height:62px;
  text-shadow:1px 1px 2px rgba(0,0,0,.6);
  margin-bottom:20px;
}

.mission_sec,
.about_sec{
  padding-bottom:65px;
}

.mission_sec{
  margin-top:-120px;
}

.mission_box{
  background:url(../images/mission-box-bg.png) no-repeat center center, #44769a;
  background-size:cover !important;
  height:100%;
  padding:30px;
}

.mission_heading{
  font-family: "Crimson Text", serif;
  font-size:26px;
  line-height:30px;
  font-weight:600;
  letter-spacing:.03em;
  margin-bottom:12px;
}

.mission_sec .col-lg-4:first-child .mission_box{
  border-radius:100px 0 0 100px;
}

.mission_sec .col-lg-4:nth-child(2) .mission_box{
  background-color:#679054;
}

.mission_sec .col-lg-4:last-child .mission_box{
  border-radius:0 100px 100px 0;
}

.about_big_img img,
.about_sm_img img{
  border:5px solid #e8edf6;
  border-radius:20px;
}

.about_sm_img{
  right:0;
  bottom:-30px;
}

.about_sm_img img{
  border-color:#fff;
  box-shadow:1px 1px 4px 1px rgba(0,0,0,.3);
}

.project_heading{
  font-family: "Crimson Text", serif;
  font-size:40px;
  color:#e6e6e6;
  line-height:42px;
  letter-spacing:.06em;
  transform:rotate(-90deg);
  position:absolute;
  left:-175px;
  top:210px;
}

.about_sm_heading,
.serv_sm_heading,
.choose_sm_heading,
.test_sm_heading{
  font-family: "Crimson Text", serif;
  font-size:24px;
  color:#353636;
  line-height:26px;
  font-weight:500;
  letter-spacing:.04em;
  margin-bottom:12px;
}

.about_big_heading,
.serv_big_heading,
.choose_big_heading,
.test_big_heading{
  font-family: "Crimson Text", serif;
  font-size:52px;
  color:#1f3545;
  line-height:54px;
  margin-bottom:20px;
}

.about_list li{
  font-size:18px;
  color:#040404;
  line-height:24px;
  font-weight:500;
  letter-spacing:.02em;
  background:url(../images/tick-icon01.png) no-repeat left 5px;
  margin-bottom:12px;
  padding-left:30px;
}

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

.serv_sec,
.choose_sec,
.test_sec,
.h_form_sec{
  background:#e8f3f6;
  padding:65px 0;
}

.serv_upper{
  padding-bottom:35px;
}

.serv_box{
  border-radius:20px;
  overflow:hidden;
}

.serv_cont{
  padding:25px 25px 45px;
}

.serv_cont:after{
  content:"";
  position:absolute;
  width:60%;
  height:20px;
  background:#d5e6eb;
  border-radius:5px 5px 0 0;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.serv_box:hover .serv_cont:after{
  background:#7ba25a;
}

.serv_heading,
.choose_heading{
  font-family: "Crimson Text", serif;
  font-size:25px;
  color:#030303;
  line-height:28px;
  font-weight:700;
  margin-bottom:12px;
}

.choose_sec,
.h_form_sec{
  background:none;
}

.choose_cont{
  width:640px;
}

.choose_list .section{
  background:url(../images/choose-list-icon.png) no-repeat left 5px;
  margin-bottom:15px;
  padding-left:40px;
}

.choose_list .section:last-child{
  margin-bottom:0;
}

.choose_heading{
  margin-bottom:10px;
}

.choose_img{
  background:url(../images/choose-img-bg.png) no-repeat left top, #45789a;
  padding-left:120px;
}

.choose_md_heading{
  font-family: "Crimson Text", serif;
  font-size:20px;
  line-height:25px;
  position:absolute;
  width:120px;
  left:12px;
  bottom:30px;
}

.test_sec{
  background:#d8e6cd;
}

.sp-testimonial-free{
  background:#f3fbf1 !important;
  padding:25px;
}

.sp-testimonial-free:hover{
  background:#68993e !important;
}

.sp-testimonial-free:before{
  content:"";
  position:absolute;
  width:40px;
  height:35px;
  background:#68993e;
  border-radius:0 0 16px 0;
  left:10px;
  top:0;
}

.sp-testimonial-free:hover:before{
  background:#d8e6cd;
}

.sp-testimonial-content p{
  color:#020202;
  border-bottom:1px solid #68993e;
  min-height:150px;
  padding:0 0 15px !important;
}

.sp-testimonial-client-name{
  font-family: "Crimson Text", serif !important;
  font-size:24px !important;
  color:#010101 !important;
  line-height:26px !important;
  font-weight:700 !important;
  font-style:italic !important;
  letter-spacing:.03em !important;
}

.h_form_img{
  margin-right:-40px;
  z-index:999;
}

.h_form_img img{
  border-radius:30px;
}

.h_form_box{
  background:url(../images/form-bg.png) no-repeat center center, #44769a;
  border-radius:30px;
  padding:40px 40px 40px 80px;
}

.h_map_sec{
  line-height:0;
}

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

.footer_top{
  background:url(../images/footer-bg.jpg) no-repeat center top;
  background-size:cover;
  padding:50px 0 45px;
}

.ft_contact li,
.footer_link li a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
  margin-bottom:12px;
}

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

.ft_contact li a{
  color:#fff;
}

.ft_contact li a:hover,
.footer_link li a:hover{
  color:#a4bc8b;
}

.footer_heading{
  font-family: "Crimson Text", serif;
  font-size:26px;
  line-height:28px;
  font-weight:700;
  letter-spacing:.02em;
  margin-bottom:20px;
}

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

.footer_link li a{
  font-weight:400;
  margin-bottom:0;
}

.ft_blog_img{
  display:inline-block;
  width:80px;
}

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

.ft_blog_heading{
  display:inline-block;
  width:75%;
  vertical-align:middle;
  padding-left:15px;
}

.ft_blog_heading a{
  font-size:18px;
  color:#fff;
  line-height:26px;
  font-weight:500;
  letter-spacing:.02em;
}

.footer_bottom{
  background:#679054;
  padding:25px 0;
}

.footer_bottom .common_paragraph a{
  color:#fff;
  font-weight:700;
}

#back-button {
  display:inline-block;
  background-color:#23455c;
  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/banner-img01.jpg) no-repeat center top;
  background-size:cover;
  margin-top:195px !important;
  padding:120px 0 100px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: "IBM Plex Serif", serif;
  font-size:50px;
  color:#fff;
  line-height:52px;
  font-weight:700;
  letter-spacing:.02em;
  text-shadow:1px 1px 2px rgba(0,0,0,.6);
  text-align:center;
}

.inner_cont_sec .section .icon{
  width:75px;
  height:75px;
  background:#677f50;
  line-height:75px;
  border-radius:10px;
  text-align:center;
}

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

.contact-title{
  font-family: "Crimson Text", serif;
  font-size:25px;
  color:#030303;
  line-height:30px;
  font-weight:600;
  letter-spacing:.02em;
}

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

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

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

.inner_cont_sec .form_block{
  background:#44769a;
  border-radius:20px;
}

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

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

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

.contact_form .block .form-control{
  height:52px;
  border-radius:0;
  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;
}

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat right 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{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  letter-spacing:.03em;
  text-transform:inherit;
  background:linear-gradient(to right, #a4bc8b 0%, #677f50 50%, #a4bc8b 100%);
  background-size:200%;
  border:none;
  border-radius:10px;
  text-align:center;
  transition:all 500ms ease-in-out;
  padding:14px 30px;
}

.contact_form .block .btn:hover{
  background-position:right center;
  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-family: "Crimson Text", serif;
  font-size:48px;
  color:#010101;
  line-height:56px;
  font-weight:700;
}

.inner_bg_title strong,
.cta_bg_title strong{
  color:#9AB282;
}

.inner_sm_title{
  font-family: "Crimson Text", serif;
  font-size:28px;
  color:#020202;
  line-height:36px;
  font-weight:700;
}

.inner_list li{
  font-size:16px;
  color:#050505;
  line-height:26px;
  font-weight:500;
  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-family: "Crimson Text", serif;
  font-size:46px;
  color:#030303;
  line-height:56px;
  font-weight:700;
}

.cta_bg_title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#0877a8;
  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;
  background:#23455c;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#629fce;
}

.accordion-item{
	border:1px solid rgba(0,0,0,.15) !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:#1f3545;
	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;
}

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

  .choose_cont{
    width:550px;
  }


}

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

  .head_logo{
    width:130px;
  }

  .home_banner{
    margin-top:100px;
  }

  .choose_cont{
    width:350px;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

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

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


}

@media screen and (max-width:767px){
  .banner_desc{
    bottom:20%;
  }

  .banner_sm_heading{
    font-size:20px;
    line-height:22px;
  }

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

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

  .mission_sec{
    margin-top:35px;
  }

  .mission_sec, 
  .about_sec{
    padding-bottom:35px;
  }

  .mission_box{
    padding:22px;
  }

  .mission_sec .col-lg-4:first-child .mission_box,
  .mission_sec .col-lg-4:last-child .mission_box{
    border-radius:0;
  }

  .mission_heading{
    font-size:22px;
    line-height:26px;
  }

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

  .about_sm_heading, 
  .serv_sm_heading, 
  .choose_sm_heading, 
  .test_sm_heading,
  .serv_heading, 
  .choose_heading{
    font-size:20px;
    line-height:22px;
  }

  .about_big_heading, 
  .serv_big_heading, 
  .choose_big_heading, 
  .test_big_heading,
  .inner_bg_title,
  .cta_bg_title{
    font-size:28px;
    line-height:35px;
    margin-bottom:20px;
  }

  .about_list li{
    font-size:15px;
    line-height:22px;
  }

  .serv_sec, 
  .choose_sec, 
  .test_sec, 
  .h_form_sec{
    padding:35px 0;
  }

  .serv_upper{
    padding-bottom:25px;
  }

  .serv_cont{
    min-height:auto;
  }

  .choose_cont{
    width:100%;
  }

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

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

  .h_form_img{
    margin-right:0;
  }

  .h_form_box{
    padding:25px;
  }

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

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

  .h_map_sec iframe{
    height:220px;
  }

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

  .footer_logo img{
    width:160px;
  }

  .footer_heading{
    font-size:22px;
    line-height:24px;
    margin-bottom:16px;
  }

  .ft_contact li, 
  .footer_link li a{
    font-size:14px;
  }

  .ft_blog_heading{
    width:65%;
  }

  .ft_blog_heading a{
    font-size:15px;
    line-height:22px;
  }

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

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

  .thankyou_section img,
  .error404 .page-content img{
    width:220px;
  }
	
	.inner_cont_sec .section .icon{
		width:62px;
		height:62px;
		line-height:62px;
	}
	
	.contact-title{
		font-size:20px;
		line-height:22px;
	}
	
	.contact-main{
		font-size:14px;
	}
	
	.inner_sm_title{
		font-size:22px;
		line-height:28px;
	}
	
	.inner_list li{
		font-size:14px;
		line-height:22px;
	}
	
	.accordion-button{
		font-size:16px;
		line-height:22px;
	}

  
}

@media screen and (max-width:575px){
  .home_banner img.big{
    height:250px;
    object-fit:cover;
  }

  .banner_desc{
    bottom:12%;
  }

  .about_sm_img{
    width:180px;
  }

  .project_heading{
    font-size:22px;
    line-height:24px;
    left:-88px;
    top:120px;
  }

  .sp-testimonial-content p{
    min-height:auto;
  }

  
}
