@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: 'Tamira';
  src: url('../fonts/TamiraRegular.eot');
  src: url('../fonts/TamiraRegular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/TamiraRegular.woff2') format('woff2'),
      url('../fonts/TamiraRegular.woff') format('woff'),
      url('../fonts/TamiraRegular.ttf') format('truetype'),
      url('../fonts/TamiraRegular.svg#TamiraRegular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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



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

.common_btn:hover{
  background:#9bece6;
  color:#020202;
}

.common_btn2{
  font-size:16px;
  color:#020202;
  line-height:18px;
  background:#9bece6;
  padding:15px 30px;
}

.common_btn2:hover{
  background:#895129;
  color:#fff;
}

.text-common{
  font-size:16px;
  color:#000;
  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{
  background:#434549;
  padding:12px 0;
  transition:all 600ms ease-in-out; 
}

.help_title{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
}

.help_title a{
  color:#fff;
  font-weight:600;
}

.help_title a:hover{
  color:#b19877;
}

.header_bottom{
  background:linear-gradient(to right, #ced1d6 , #fff);
  padding:15px 0;
  transition:all 600ms ease-in-out; 
}

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

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed{
    box-shadow:0 4px 6px rgba(0,0,0,.1);
  }

  .navbar-default.navbar-fixed .header_top{
    margin-top:-42px;
  }

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

}

.header_btn .awesome{
	display:inline-block;
	vertical-align:middle;
	-webkit-animation:colorchange 1.2s infinite alternate;
}

@-webkit-keyframes colorchange {
  0% {
	color:#9bece6;
  }

  25% {
	color:#895129;
  }

  50% {
	color:#9bece6;
  }

  100% {
	color:#895129;
  }
}

.home_banner{
  margin-top:200px;
}

.home_banner .desc{
  left:0;
  bottom:10%;
}

.banner_sm_title{
  font-family: 'Tamira';
  font-size:28px;
  color:#b7fffa;
  line-height:35px;
}

.banner_bg_title{
  font-family: 'Nexa';
  font-size:52px;
  line-height:60px;
  padding-bottom:20px;
}

.banner_btm_panel,
.service_panel,
.testimonial_panel,
.h_cta_panel,
.faq_panel{
  padding:60px 0;
}

.banner_btm_box{
  background:#ececec;
  border-radius:15px;
  padding:25px;
}

.banner_btm_box .icon,
.banner_btm_box .icon .panel{
  display:inline-block;
  width:60px;
  height:50px;
  line-height:50px;
  background:#9bece6;
  text-align:center;
  border-radius:30px 30px 30px 0;
}

.banner_btm_box .icon .panel{
  background:#895129;
  margin-left:4px;
}

.banner_btm_box .content{
  display:inline-block;
  width:78%;
  vertical-align:top;
  padding-left:12px;
}

.banner_btm_title{
  font-size:24px;
  color:#040404;
  line-height:30px;
  font-weight:600;
  padding-bottom:10px;
}

.about_panel,
.choose_panel{
  padding-bottom:60px;
}

.about_img{
  background:url(../images/dott-img01.png) no-repeat left 0 bottom 100px;
}

.about_bg_title,
.service_bg_title,
.testimonial_bg_title,
.faq_bg_title,
.choose_bg_title{
  font-family: 'Nexa';
  font-size:48px;
  color:#895129;
  line-height:56px;
  margin-bottom:25px;
  padding-bottom:16px;
}

.about_bg_title:after,
.service_bg_title:after{
  content:"";
  position:absolute;
  width:85px;
  height:2px;
  background:#5dfcfa;
  left:0;
  bottom:0;
}

.service_panel{
  background:#895129;
}

.service_bg_title{
  color:#9bece6;
  text-shadow:0 4px 6px rgba(0,0,0,.5);
}

.service_bg_title:after{
  background:#fff;
  right:0;
  margin:0 auto;
}

.service_title{
  font-size:24px;
  color:#fff;
  line-height:30px;
  font-weight:600;
  padding:20px 0 12px;
}

.service_btn a{
  padding:12px 20px;
}

.service_btn a:hover{
  background:#000;
  color:#fff;
}

.testimonial_bg_title,
.faq_bg_title{
  color:#4d515c;
}

.testimonial_sm_title,
.choose_sm_title{
  font-size:17px;
  color:#895129;
  line-height:25px;
  font-weight:500;
  padding-bottom:35px;
}

.testimonial_box .sp-testimonial-free-section{
  margin:0 !important;
}

.testimonial_box .sp-testimonial-free{
  background:#f6f4f4 !important;
  border:2px solid #9bece6 !important;
  min-height:445px !important;
  padding:30px !important;
}

.testimonial_box .sp-testimonial-content p{
  color:#020202;
}

.testimonial_box .sp-testimonial-client-name{
  font-size:24px !important;
  color:#895129 !important;
  line-height:26px !important;
  font-weight:600 !important;
  font-style:italic !important;
}

.h_cta_panel{
  background:url(../images/h-cta-bg01.jpg) no-repeat left center;
  background-size:cover;
}

.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;
  text-transform:inherit;
  background:#bdf7f3;
  padding:14px 20px;
}

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

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

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

.choose_sm_title{
  color:#585858;
}

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

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

.footer_top .upper{
  padding-bottom:50px;
}

.footer_title{
  display:inline-block;
  font-family: 'Nexa';
  font-size:26px;
  color:#9bece6;
  line-height:28px;
  margin-bottom:22px;
  padding-bottom:10px;
}

.footer_title:after{
  content:"";
  position:absolute;
  width:70%;
  height:2px;
  background:#04ffec;
  left:0;
  bottom:0;
}

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

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

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

.footer_link li a:hover,
.ft_contact_main a:hover,
.footer_bottom .text-common a{
  color:#895129;
}

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

.ft_contact_title{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:600;
  padding-bottom:8px;
}

.ft_contact_main{
  font-size:16px;
  color:#fff;
  line-height:18px;
}

.ft_contact_main a{
  color:#fff;
}

.footer_bottom{
  padding:25px 0;
}

.footer_bottom .text-common span{
  color:#895129;
  font-weight:700;
}

#back-button {
  display:inline-block;
  background-color:#895129;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:0;
  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:230px !important;
  padding:160px 0 120px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-size:40px;
  color:#fff;
  line-height:42px;
  font-weight:700;
  text-align:center;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#895129;
  line-height:80px;
  border-radius:20px 0 20px 20px;
  text-align:center;
}

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

.contact-title{
  font-family: "Signika", sans-serif;
  font-size:24px;
  color:#000;
  line-height:26px;
  font-weight:600;
}

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

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

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

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

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

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

.contact_form .block .form-control{
  height:48px;
  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:110px;
  resize:none;
}

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat 95% 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:#020202;
  line-height:20px;
  font-weight:500;
  text-transform:inherit;
  background:#9bece6;
  border-radius:10px;
  padding:13px 30px;
}

.contact_form .block .btn:hover{
  background:#895129;
  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-size:36px;
  color:#040105;
  line-height:44px;
  font-weight:700;
}

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

.inner-sm-title{
  font-size:24px;
  color:#1c1c1c;
  line-height:28px;
  font-weight:600;
}

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

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

.img-box{
  border-radius: 51px 0px 50px 0px;
  -webkit-border-radius: 51px 0px 50px 0px;
  -moz-border-radius: 51px 0px 50px 0px;
  border-color:#9bece6;
}

.page-id-17 .contact_form .block .btn:hover{
	background:#fff;
	color:#1C1C1C;
}

.bg-color{
  background:#f4f4f4;
}

.bg-brwn{
	background:#895129;
}

.cta-title{
  font-size:30px;
  color:#1c1c1c;
  line-height:35px;
}

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

.cta-btn li:last-child a{
  background:#9bece6;
  color:#020202;
}

.box-content{
	padding:20px;
	min-height:260px;
	border-radius: 0px 51px 0px 50px;
   -webkit-border-radius: 0px 51px 0px 50px;
   -moz-border-radius: 0px 51px 0px 50px;
	border-color:#9bece6;
}

.box-content01{
	padding:20px;
	min-height:290px;
	border-radius: 0px 51px 0px 50px;
   -webkit-border-radius: 0px 51px 0px 50px;
   -moz-border-radius: 0px 51px 0px 50px;
	border-color:#9bece6;
}

.box-content02{
	padding:20px;
	min-height:415px;
	border-radius: 0px 51px 0px 50px;
   -webkit-border-radius: 0px 51px 0px 50px;
   -moz-border-radius: 0px 51px 0px 50px;
	border-color:#9bece6;
}

.box-content03{
	padding:20px;
	min-height:250px;
	border-radius: 0px 51px 0px 50px;
   -webkit-border-radius: 0px 51px 0px 50px;
   -moz-border-radius: 0px 51px 0px 50px;
	border-color:#9bece6;
}

.inner-sm-title strong{
	color:#895129;
}

.inner-footer-list li{
	font-size:16px;
	line-height:22px;
	color:#1c1c1c;
}

.inner-footer-list li a{
	color:#895129;
}


.inner-footer-list li a:hover{
	color:#9bece6;
}

@media screen and (max-width:1366px){
  .testimonial_box .sp-testimonial-free{
    min-height:495px !important;
  }



}

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

  .header_logo{
    width:120px;
  }

  .home_banner{
    margin-top:115px;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

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


  
}

@media screen and (max-width:767px){
  .home_banner .desc{
    position:inherit !important;
    background:rgba(0,0,0,.5);
    padding:25px 0;
  }

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

  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:28px;
    line-height:36px;
    padding-bottom:16px;
  }

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

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

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

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

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

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

  .about_bg_title, 
  .service_bg_title, 
  .testimonial_bg_title, 
  .faq_bg_title, 
  .choose_bg_title{
    font-size:26px;
    line-height:34px;
  }

  .about_panel, 
  .choose_panel{
    padding-bottom:35px;
  }

  .testimonial_box .sp-testimonial-free{
    min-height:525px !important;
    padding:20px !important;
  }

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

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

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

  .testimonial_sm_title, 
  .choose_sm_title{
    font-size:15px;
    line-height:22px;
    padding-bottom:25px;
  }

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

  .footer_top .upper{
    padding-bottom:30px;
  }

  .footer_title{
    font-size:20px;
    line-height:22px;
    margin-bottom:18px;
  }

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

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

  .footer_logo{
    width:150px;
  }

  .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,
  .page-content img{
    width:220px;
  }

  #back-button{
    right:20px;
    bottom:35px;
  }
	
	.header_bottom .col-lg-3{
		width:128px;
	}
	
	.header_bottom .col-3{
	   width: 57%;
	}
	
	.header_btn a{
		color:#895129;
		font-size:18px;
		font-weight:600;
	}
	
	.header_btn a:hover{
		color:#1c1c1c;
	}
	

  .thumb-conatct .section .text {
  width: 70%;
  }
	
  .contact-main{
    font-size: 14px;
  }
	
  .contact-title {
    font-size: 22px;
    line-height: 22px;
  }
	
	.header_btn span{
		margin-left:6px;
	}
  	
}

@media screen and (max-width:575px){
  .banner_btm_box .content{
    width:76%;
  }

  .testimonial_box .sp-testimonial-free{
    min-height:auto !important;
  }


  
}
