@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#f5f0e9; 
  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;
}

p{
  margin-bottom:0;
}

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

button:focus{
  outline:none;
}

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

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

/* ===== common css ====== */
.common_btn{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#7b8b5c;
  border-radius:12px;
  padding:15px 30px;
}

.common_btn:hover{
  background:#c1a352;
  color:#fff;
}

.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#c1a352;
  border-radius:12px;
  padding:15px 30px;
}

.common_btn2:hover{
  background:#7b8b5c;
  color:#fff;
}

.text-common{
  font-size:16px;
  color:#030303;
  line-height:26px;
  padding-bottom:20px;
}

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

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

.header_top:after{
  content:"";
  position:absolute;
  width:25%;
  height:51px;
  background:#d6cab6;
  right:0;
  top:0;
  bottom:0;
  margin:auto 0;
}

.header_logo{
  width:160px;
  transition:all 600ms ease-in-out; 
}

.header_contact{
  background:#d6cab6;
  padding:15px 0 15px 35px;
  z-index:999;
}

.header_contact:before{
  content:"";
  position:absolute;
  width:0px;
  height:0px;
  border-style:solid;
  border-width:51px 0 0 30px;
  border-color:transparent transparent transparent #fff;
  transform:rotate(0deg);
  left:0;
  top:0;
}

.header_contact li{
  font-size:16px;
  color:#020202;
  line-height:18px;
  font-weight:500;
}

.header_contact li span{
  margin-right:6px;
}

.header_contact li a{
  color:#020202;
}

.header_contact li a:hover{
  color:#4da6a6;
}

.header_bottom{
  background:#c1a352;
  padding:15px 0;
  transition:all 600ms ease-in-out; 
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed .header_top,
  .navbar-default.navbar-fixed .header_bottom{
    padding:10px 0;
  }

  .navbar-default.navbar-fixed .header_logo{
    width:120px;
  }

}

.home_banner{
  margin-top:208px;
}

.home_banner:after{
  content:"";
  position:absolute;
  width:100%;
  height:225px;
  background:url(../images/banner-btm-design.png) no-repeat right top;
  background-size:cover;
  left:0;
  bottom:0;
}

.home_banner .desc{
  left:0;
  top:15%;
}

.banner_content{
  width:500px;
  max-width:100%;
}

.banner_bg_title{
  font-family: 'Minion';
  font-size:52px;
  color:#7b8b5c;
  line-height:58px;
  padding-bottom:20px;
}

.about_panel{
  background:url(../images/dott-img01.png) no-repeat left center;
  background-size:350px;
  padding-bottom:60px;
}

.about_img{
  margin-top:-100px;
}

.about_sm_title,
.form_sm_title,
.service_sm_title,
.choose_sm_title{
  font-size:22px;
  color:#7d8a92;
  line-height:24px;
  font-weight:500;
  letter-spacing:.04em;
  margin-bottom:15px;
  padding-bottom:10px;
}

.about_sm_title:after{
  content:"";
  position:absolute;
  width:85px;
  height:1px;
  background:#c89fa3;
  right:-30px;
  bottom:0;
}

.about_sm_title span{
  font-size:30px;
  color:#c89fa3;
  line-height:32px;
  font-weight:600;
}

.about_bg_title,
.form_bg_title,
.service_bg_title,
.h_cta_title,
.choose_bg_title,
.testimonial_bg_title{
  font-family: 'Minion';
  font-size:48px;
  color:#3a3124;
  line-height:56px;
  padding-bottom:20px;
}

.home_form,
.service_panel,
.h_cta_panel,
.testimonial_panel{
  background:url(../images/h-form-bg.jpg) no-repeat center center;
  background-size:cover;
  padding:60px 0;
}

.home_form:after{
  content:"";
  position:absolute;
  width:80px;
  height:68px;
  background:url(../images/bird-img01.png) no-repeat right top;
  left:80%;
  top:-68px;
}

.service_panel{
  background:none;
}

.service_sm_title,
.choose_sm_title{
  color:#c89fa3;
}

.service_bg_title{
  padding-bottom:35px;
}

.service_box:after{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:linear-gradient(rgba(255,255,255,.1), rgba(58,49,36,.9));
  border-radius:50%;
  left:0;
  bottom:0;
}

.service_box:hover:after{
  background:rgba(193,163,82,.9);
}

.service_box img.big{
  border-radius:50%;
}

.service_content{
  position:absolute;
  width:78%;
  left:0;
  right:0;
  bottom:40px;
  z-index:999;
  margin:0 auto;
}

.service_title{
  font-size:20px;
  line-height:28px;
  font-weight:600;
  padding-bottom:12px;
}

.service_content .text-common{
  display:none;
}

.service_box:hover .service_content .text-common{
  display:block;
}

.choose_panel{
  background:url(../images/dott-img02.png) no-repeat left top;
  padding-bottom:80px;
}

.choose_list li{
  font-size:17px;
  color:#050505;
  line-height:25px;
  font-weight:500;
  background:#dcc4c3;
  border-radius:40px 0 0 40px;
  margin-bottom:12px;
  padding:12px 20px 12px 40px;
  position:relative;
}

.choose_list li:nth-child(2n){
  background:#b3bd9c;
}

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

.choose_list li:before{
  content:"";
  position:absolute;
  width:6px;
  height:6px;
  background:#050505;
  border-radius:50%;
  left:25px;
  top:20px;
}

.h_cta_panel{
  background:url(../images/h-cta-bg.jpg) no-repeat center center;
  background-size:cover;
  transform:skewY(1deg);
}

.h_cta_panel:before{
  content:"";
  position:absolute;
  width:80px;
  height:68px;
  background:url(../images/bird-img02.png) no-repeat right top;
  left:80%;
  top:-67px;
}

.h_cta_content{
  transform:skewY(-1deg);
}

.h_cta_title span{
  display:block;
  font-size:65px;
  line-height:72px;
}

.testimonial_panel{
  background:#f5f0e9;
}

.testimonial_bg_title{
  padding-bottom:35px;
}

.testimonial_box .sp-testimonial-free{
  padding-left:130px;
}

.testimonial_box .sp-testimonial-client-image{
  position:absolute;
  left:0;
  top:0;
}

.testimonial_box .sp-testimonial-content p{
  color:#020202;
  font-weight:500 !important;
  text-align:left !important;
  padding:0 !important;
}

.testimonial_box .sp-testimonial-client-image img{
  border-radius:0 !important;
}

.testimonial_box .sp-testimonial-client-name{
  font-family: 'Minion' !important;
  font-size:24px !important;
  color:#3a3124 !important;
  line-height:26px !important;
  font-style:italic !important;
  text-align:left !important;
}

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

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

.home .footer_top{
  padding-top:200px;
}

.home .footer_top:before{
  content:"";
  position:absolute;
  width:100%;
  height:172px;
  background:url(../images/footer-top-design.png) no-repeat center bottom;
  background-size:cover;
  left:0;
  top:0;
}

.footer_title{
  font-family: 'Minion';
  font-size:26px;
  color:#2e3033;
  line-height:28px;
  letter-spacing:.02em;
  padding-bottom:22px;
}

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

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

.footer_link li a,
.footer_contact li{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
}

.footer_link li a:hover,
.footer_contact li a:hover{
  color:#f9dc8f;
}

.footer_contact li{
  margin-bottom:12px;
}

.footer_contact li span{
  color:#3a3124;
  font-weight:700;
}

.footer_contact li a{
  color:#fff;
}

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

.footer_top .mid_sec .footer_link li{
  display:inline-block;
  margin-right:20px;
  padding-left:15px;
  position:relative;
}

.footer_top .mid_sec .footer_link li:before{
  content:"";
  position:absolute;
  width:6px;
  height:6px;
  background:#fff;
  border-radius:50%;
  left:0;
  top:7px;
}

.footer_top .mid_sec .footer_link{
  list-style:disc;
}

.footer_top .mid_sec .footer_link li:last-child{
  margin-right:0;
}

.abn_text{
  font-size:18px;
  line-height:20px;
  font-weight:600;
}

.footer_bottom{
  padding:25px 0;
}

.ft_country_logo{
	width:250px;
	margin:0 auto;
}

.footer_bottom .text-common span{
  color:#c1a352;
  font-weight:600;
}

.footer_bottom .text-common a{
  color:#39361f;
  font-weight:600;
}

#back-button {
  display:inline-block;
  background-color:#3a3124;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:12px;
  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 right top;
  background-size:cover;
  margin-top:208px !important;
  padding:160px 0 120px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: 'Minion';
  font-size:50px;
  color:#7b8b5c;
  line-height:58px;
  font-weight:700;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#3a3124;
  line-height:80px;
  border-radius:12px;
  text-align:center;
}

.thumb-conatct .section .text{
  width:75%;
}

.contact-title{
  font-size:24px;
  color:#010101;
  line-height:26px;
  font-weight:600;
}

.contact-main{
  font-size:17px;
  color:#050505;
  line-height:24px;
}

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

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

.thumb-conatct .form-box{
	background:url(../images/h-form-bg.jpg) no-repeat center center;
	background-size:cover;
	border-radius:12px;
}

.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:12px;
  border:none;
  background:#fff;
  font-size:16px;
  color:#020202;
  line-height:20px;
  font-weight:500;
  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:110px;
  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{
  display:block;
  width:100%;
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  text-transform:uppercase !important;
  text-transform:inherit;
  background:#7b8b5c;
  border:2px solid #fff;
  border-radius:12px;
  text-align:center;
  padding:14px 30px;
}

.contact_form .block .btn:hover{
  background:#3a3124;
  border-color:#3a3124;
  color:#fff;
}

.contact_form .block .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:#fff;
  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_title{
  font-family: 'Minion';
  font-size:48px;
  color:#010101;
  line-height:56px;
  font-weight:700;
}

.inner_title strong,
.cta-title strong{
  color:#c1a352;
}

.inner-sm-title{
  font-size:25px;
  color:#020202;
  line-height:32px;
  font-weight:600;
}

.inner_list li{
  font-size:16px;
  color:#242424;
  line-height:24px;
  font-weight:500;
  background:url('../images/tick-icon02.png') no-repeat left 5px;
  margin-bottom:10px;
  padding-left:28px;
}

.inner_list li strong{
  color:#c1a352;
}

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

.about-inner-box{
	min-height:485px;
}

.about-inner-title{
	font-family: 'Minion';
	font-size:26px;
	color:#3a3124;
	line-height:32px;
}

.bg-color{
  background:#f4f4f4;
}

.cta-title{
  font-family: 'Minion';
  font-size:42px;
  color:#1c1c1c;
  line-height:50px;
}

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

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

@media screen and (max-width:1366px){
	.about-inner-box{
		min-height:576px;
	}



}

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

  .header_top:after{
    display:none;
  }

  .header_logo{
    width:90px;
  }

  .home_banner{
    margin-top:94px;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

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

  .page .entry-header, 
  .error404 .page-header{
    margin-top:94px !important;
  }
	
	.thumb-conatct .section .text{
		width:72%;
	}

  
}

@media screen and (max-width:767px){
  .home_banner:after{
    height:65px;
  }

  .home_banner .desc{
    top:5%;
	z-index:999;
  }

  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:38px;
    padding-bottom:12px;
  }

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

  .about_img{
    margin-top:0;
  }

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

  .about_sm_title, 
  .form_sm_title, 
  .service_sm_title, 
  .choose_sm_title{
    font-size:18px;
    line-height:20px;
  }

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

  .about_bg_title, 
  .form_bg_title, 
  .service_bg_title, 
  .h_cta_title, 
  .choose_bg_title, 
  .testimonial_bg_title,
  .inner_title,
  .cta-title{
    font-size:28px;
    line-height:36px;
    padding-bottom:16px;
  }
	
	.inner-sm-title{
		font-size:20px;
		line-height:28px;
	}

  .home_form, 
  .service_panel, 
  .h_cta_panel, 
  .testimonial_panel{
    padding:35px 0;
  }

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

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

  .service_content{
    bottom:22px;
  }

  .service_title{
    font-size:16px;
    line-height:22px;
    padding-bottom:8px;
  }

  .choose_panel{
    background-size:60%;
  }

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

  .h_cta_title span{
    font-size:35px;
    line-height:42px;
  }

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

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

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

  .home .footer_top{
    padding-top:85px;
    padding-bottom:25px;
  }

  .home .footer_top:before{
    height:55px;
  }

  .footer_title{
    font-size:22px;
    line-height:24px;
    padding-bottom:18px;
  }

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

  .footer_top .mid_sec{
    padding:25px 0;
  }

  .footer_logo{
    width:150px;
  }

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

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

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

  .thankyou-sec img,
  .error404 .page-content img{
    width:220px;
  }
	
	.inner_list li{
		font-size:14px;
		line-height:22px;
	}
	
	.about-inner-box{
		min-height:auto;
	}
	
	.about-inner-title{
		font-size:20px;
		line-height:26px;
	}
	
	.thumb-conatct .section .icon{
		width:65px;
		height:65px;
		line-height:65px;
	}
	
	.contact-title{
		font-size:20px;
		line-height:22px;
	}
	
	.contact-main{
		font-size:15px;
		line-height:22px;
		word-break:break-all;
	}

  
}

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

  .home_form:after,
  .h_cta_panel:before{
    left:60%;
  }

  .service_content{
    bottom:35px;
  }

  .footer_top .mid_sec .footer_link li{
    margin-right:6px;
  }


  
}
