@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:#cb9761;
  border-radius:0 20px;
  padding:15px 30px;
}

.btn1:hover{
  background:#533925;
  color:#fff;
}

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

.btn2:hover{
  background:#cb9761;
  color:#fff;
}

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

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

.hd_contact a{
  color:#fff;
}

.hd_contact a:hover{
  color:#cd9c67;
}

.head_btm{
  padding:15px 0;
}

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

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

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

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

}

.home_banner{
  background:url(../images/banner-bg.jpg) no-repeat center top;
  background-size:cover;
  margin-top:175px;
  padding-top:65px;
}

.banner_img img.big{
  border-radius:350px 350px 0 0;
}

.banner_sm_img{
  position:absolute;
  width:350px;
  right:-60px;
  bottom:10%;
}

.banner_sm_img img{
  border:2px solid #fff;
  border-radius:0 100px;
}

.banner_big_heading{
  font-family: "DM Serif Display", serif;
  font-size:50px;
  line-height:58px;
  margin-bottom:20px;
}

.banner_cont .lower{
  width:350px;
  margin-bottom:-50px;
}

.banner_sm_heading{
  font-family: "DM Serif Display", serif;
  font-size:26px;
  color:#060606;
  line-height:34px;
  letter-spacing:.02em;
  padding:15px 20px;
}

.about_sec{
  padding:110px 0 65px;
}

.about_img img{
  border-radius:0 60px;
}

.about_sm_heading,
.choose_sm_heading,
.serv_sm_heading,
.faq_sm_heading,
.blog_sm_heading{
  font-family: "Jost", sans-serif;
  font-size:20px;
  color:#4e3623;
  line-height:22px;
  letter-spacing:.02em;
  margin-bottom:10px;
}

.about_big_heading,
.choose_bg_heading,
.h_form_heading,
.serv_bg_heading,
.test_big_heading,
.faq_big_heading,
.blog_big_heading{
  font-family: "DM Serif Display", serif;
  font-size:48px;
  color:#030303;
  line-height:56px;
  letter-spacing:.02em;
  margin-bottom:25px;
  padding-bottom:16px;
}

.about_big_heading:after,
.choose_bg_heading:after,
.serv_bg_heading:after,
.faq_big_heading:after{
  content:"";
  position:absolute;
  width:85px;
  height:1px;
  background:#c68e52;
  left:0;
  bottom:0;
}

.count_main{
  font-family: "Jost", sans-serif;
  font-size:26px;
  color:#503724;
  line-height:28px;
  font-weight:700;
  margin-bottom:8px;
}

.count_heading{
  font-family: "Jost", sans-serif;
  font-size:18px;
  color:#030303;
  line-height:20px;
}

.choose_sec,
.property_cont_sec,
.blog_sec{
  padding-bottom:65px;
}

.choose_img img{
  border-radius:0 200px 0 0;
}

.choose_box .thumb{
  margin-bottom:25px;
}

.choose_box .thumb:last-child{
  margin-bottom:0;
}

.choose_box .thumb .icon{
  display:inline-block;
}

.choose_box .thumb .content{
  display:inline-block;
  width:90%;
  vertical-align:top;
  padding-left:20px;
}

.choose_heading{
  font-family: "DM Serif Display", serif;
  font-size:24px;
  color:#030303;
  line-height:30px;
  letter-spacing:.02em;
  margin-bottom:10px;
}

.choose_sec .panel:last-child .choose_img img{
  border-radius:0 0 0 200px;
}

.h_form_sec,
.test_sec{
  background:url(../images/h-form-bg.jpg) no-repeat center top;
  background-size:cover !important;
  padding:60px 0;
}

.h_form_heading,
.test_big_heading{
  color:#503724;
}

.serv_sec,
.faq_sec{
  padding:65px 0;
}

.serv_upper{
  margin-bottom:35px;
}

.serv_n_box{
  background:linear-gradient(to right, #a26c33 , #d0a77a);
  border-radius:40px;
  padding:30px 20px;
}

.serv_img img{
  border:1px solid #fff;
  border-radius:40px;
}

.serv_heading{
  font-family: "DM Serif Display", serif;
  font-size:22px;
  line-height:28px;
  letter-spacing:.03em;
  margin-bottom:25px;
  padding-bottom:15px;
}

.serv_heading:after{
  content:"";
  position:absolute;
  width:50px;
  height:1px;
  background:#fff;
  left:0;
  bottom:0;
}

.serv_h_box{
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:linear-gradient(to right, #a26c33 , #d0a77a);
  border-radius:40px;
  padding:30px;
  opacity:0;
  visibility:hidden;
}

.serv_btn{
  font-size:15px;
  color:#a26e36;
  line-height:18px;
  letter-spacing:.02em;
  background:#fff;
  border-radius:0 20px;
  padding:12px 20px;
}

.serv_btn:hover{
  background:#513824;
  color:#fff;
}

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

.property_cont_sec .col-lg-6{
  border-right:1px solid rgba(0,0,0,.2);
  border-bottom:1px solid rgba(0,0,0,.2);
}

.property_cont_sec .col-lg-6:nth-child(2n){
  border-right:none;
}

.property_cont_sec .col-lg-6:nth-last-child(-n+2){
  border-bottom:none;
}

.p_cont_box{
  padding:20px 0;
}

.property_heading{
  font-family: "DM Serif Display", serif;
  font-size:26px;
  color:#030303;
  line-height:32px;
  letter-spacing:.02em;
  margin-bottom:10px;
}

.test_sec{
  background:url(../images/test-bg.jpg) no-repeat center top;
}

.sp-testimonial-free{
  background:rgba(255,255,255,.7) !important;
  border-radius:0 100px !important;
  margin-top:20px;
  padding:40px;
  position:relative;
}

.sp-testimonial-free:before{
  content:"";
  position:absolute;
  width:70px;
  height:50px;
  background:url(../images/quote-icon01.png) no-repeat left top;
  background-size:contain;
  left:-30px;
  top:-19px;
}

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

.sp-testimonial-client-name{
  font-family: "DM Serif Display", serif !important;
  font-size:26px !important;
  color:#503724 !important;
  line-height:28px !important;
  letter-spacing:.02em !important;
  font-style:italic !important;
}

.accordion-item{
  border:1px solid #855e37 !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:.02em;
  text-transform:inherit;
  padding:14px 20px;
}

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

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
  background:#855e37;
  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;
}

.bolg_post_date{
  font-size:14px;
  color:#020202;
  line-height:16px;
  font-weight:500;
  margin:20px 0 10px;
}

.blog_heading{
  font-family: "Jost", sans-serif;
  font-size:22px;
  color:#503724;
  line-height:28px;
  font-weight:600;
  letter-spacing:.02em;
  margin-bottom:10px;
}

.home_map{
  line-height:0;
}

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

.footer_top{
  background:#f4f4f4;
  padding:40px 0;
}

.home .footer_top{
  background:none;
}

.footer_link li{
  display:inline-block;
  line-height:0;
  border-right:1px solid #030303;
  margin-right:12px;
  padding-right:12px;
}

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

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

.footer_link li a:hover{
  color:#a57442;
}

.footer_mid{
  background:#010101;
  padding:50px 0 40px;
}

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

.footer_mid .upper_sec:after{
  content:"";
  position:absolute;
  width:50%;
  height:1px;
  background:#c59058;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.fooetr_heading,
.abn_text{
  font-family: "DM Serif Display", serif;
  font-size:24px;
  color:#e1c3a4;
  line-height:26px;
  letter-spacing:.03em;
  margin-bottom:20px;
}

.abn_text span{
  color:#fff;
}

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

.ft_serv_link li:last-child,
.footer_mid .box .thumb:last-child{
  margin-bottom:0;
}

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

.ft_serv_link li a:hover,
.ft_contact_main a:hover{
  color:#e1c3a4;
}

.footer_mid .box .thumb{
  margin-bottom:15px;
}

.footer_mid .box .thumb .icon{
  display:inline-block;
}

.footer_mid .box .thumb .content{
  display:inline-block;
  vertical-align:top;
  padding-left:10px;
}

.ft_contact_heading{
  font-size:15px;
  color:#fff;
  line-height:17px;
  letter-spacing:.04em;
  margin-bottom:8px;
}

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

.ft_contact_main a{
  color:#fff;
}

.footer_mid .lower_sec .common_paragraph span{
  color:#e1c3a4;
  font-weight:600;
}

.footer_mid .lower_sec .common_paragraph a{
  color:#c59058;
}

.footer_bottom{
  padding:30px 0;
}

.ft_bottom_heading{
  font-family: "DM Serif Display", serif;
  font-size:40px;
  color:#cacaca;
  line-height:48px;
  letter-spacing:.02em;
}

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

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: "DM Serif Display", serif;
  font-size:50px;
  color:#fff;
  line-height:58px;
  letter-spacing:.02em;
  text-align:center;
}

.inner_cont_sec .section .icon{
  width:75px;
  height:75px;
  background:#533925;
  line-height:75px;
  border-radius:20px 0 20px 20px;
  text-align:center;
}

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

.contact-title{
  font-family: "Jost", sans-serif;
  font-size:24px;
  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:#a57442;
}

.inner_cont_sec .form_block{
  background:#a38153;
  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:0 20px;
  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 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{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  text-transform:inherit;
  background:#533925;
  border:none;
  border-radius:0 20px;
  text-align:center;
  padding:12px 30px;
}

.contact_form .block .btn:hover{
  background:#cb9761;
  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: "DM Serif Display", serif;
  font-size:48px;
  color:#010101;
  line-height:56px;
  font-weight:800;
}

.inner_bg_title strong,
.cta_bg_title strong{
  color:#cb9761;
}

.inner_sm_title{
  font-family: "Jost", sans-serif;
  font-size:26px;
  color:#020202;
  line-height:34px;
  font-weight:600;
}

.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: "DM Serif Display", serif;
  font-size:46px;
  color:#030303;
  line-height:56px;
  font-weight:800;
}

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

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

.page-id-23 .sp-testimonial-free{
  width:60%;
  box-shadow:1px 1px 5px 1px rgba(0,0,0,.15) !important;
  margin:5px auto;
}

.page-id-23 .sp-testimonial-free:before{
  display:none;
}

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


}

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

  .head_logo{
    width:85px;
  }

  .home_banner{
    margin-top:102px;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

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

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


}

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

  .banner_big_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;
  }

  .banner_cont .lower{
    width:100%;
    margin-bottom:25px;
  }

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

  .banner_sm_img{
    right:0;
  }

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

  .about_sm_heading, 
  .choose_sm_heading, 
  .serv_sm_heading, 
  .faq_sm_heading, 
  .blog_sm_heading{
    font-size:17px;
    line-height:20px;
  }

  .about_big_heading, 
  .choose_bg_heading, 
  .h_form_heading, 
  .serv_bg_heading, 
  .test_big_heading, 
  .faq_big_heading, 
  .blog_big_heading,
  .ft_bottom_heading,
  .inner_bg_title{
    font-size:28px;
    line-height:36px;
    margin-bottom:20px;
  }
	
	.inner_sm_title{
		font-size:22px;
		line-height:30px;
	}

  .count_main{
    font-size:22px;
    line-height:24px;
  }

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

  .choose_sec, 
  .property_cont_sec, 
  .blog_sec{
    padding-bottom:35px;
  }

  .choose_heading{
    font-size:20px;
    line-height:26px;
  }

  .choose_img img{
    border-radius:0 150px 0 0;
  }

  .choose_sec .panel:last-child .choose_img img{
    border-radius:0 0 0 150px;
  }

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

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

  .serv_upper{
    margin-bottom:25px;
  }

  .serv_rt_logo img{
    width:110px;
  }

  .serv_bg_heading:after{
    right:0;
    margin:0 auto;
  }

  .serv_n_box{
    min-height:auto;
  }

  .property_cont_sec .col-lg-6{
    border-right:none;
  }

  .property_cont_sec .col-lg-6:nth-last-child(-n+2){
    border-bottom:1px solid rgba(0,0,0,.2);
  }

  .property_cont_sec .col-lg-6:nth-last-child(-n+1){
    border-bottom:none;
  }

  .property_heading{
    font-size:22px;
    line-height:28px;
  }

  .sp-testimonial-free{
    border-radius:0 60px !important;
    margin-left:30px;
    padding:30px;
  }

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

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

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

  .blog_heading{
    font-size:20px;
    line-height:26px;
  }

  .home_map iframe{
    height:220px;
  }

  .footer_top{
    padding:30px 0;
  }

  .footer_logo{
    width:100px;
  }

  .footer_link li{
    margin-bottom:15px;
  }

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

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

  .footer_link li a,
  .ft_serv_link li a{
    font-size:14px;
    line-height:16px;
  }

  .ft_contact_heading,
  .ft_contact_main{
    font-size:14px;
  }

  .footer_mid .box .thumb .content{
    width:86%;
  }

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

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

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

  .page-id-23 .sp-testimonial-free{
    width:98%;
  }

  .thankyou_section img,
  .error404 .page-content img{
    width:220px;
  }


}

@media screen and (max-width:575px){
  .banner_sm_img{
    width:250px;
  }

  .banner_sm_img img{
    border-radius:0 60px;
  }

  .about_cont .row{
    display:block;
  }

  .about_cont .row .col{
    display:inline-block;
    vertical-align:top;
    width:32%;
  }

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

  .choose_sec .panel:last-child .choose_img img{
    border-radius:0 0 0 80px;
  }

  .choose_box .thumb .content{
    width:84%;
  }


}
