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

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

/* ===== common css ====== */
.common_btn{
  font-size:17px;
  color:#010101;
  line-height:19px;
  font-weight:500;
  letter-spacing:.02em;
  background:#ffcc29;
  border-radius:30px;
  padding:15px 30px;
}

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

.common_btn2{
  font-size:17px;
  color:#fff;
  line-height:19px;
  font-weight:500;
  letter-spacing:.02em;
  background:#f76b0a;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn2:hover{
  background:#ffcc29;
  color:#010101;
}

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

/* ===== Header Starts ====== */
.navbar-default{ 
  background:#fff; 
  box-shadow:0 4px 6px rgba(0,0,0,.2);
  border:none;
  margin:0; 
  padding:15px 0;
  transition:all 600ms ease-in-out; 
}

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

.header_top{
  transition:all 600ms ease-in-out; 
}

.header_ph_btn li a,
.header_btn a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  background:#f76b0a;
  border-radius:8px;
  padding:12px 20px;
}

.header_ph_btn li a:hover{
  background:#ffcc29;
}

.header_bottom{
  padding-top:25px;
  transition:all 600ms ease-in-out; 
}

.header_btn a{
  color:#060606;
  background:#ffcc29;
}

.header_btn a:hover{
  background:#f76b0a;
	color:#FFF;
}

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

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

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

  .navbar-default.navbar-fixed .header_bottom{
    padding-top:32px;
  }

}

.home_banner{
  margin-top:142px;
  padding:50px 0;
}

.banner_sm_title{
  font-size:20px;
  color:#060606;
  line-height:30px;
  font-weight:600;
  letter-spacing:.03em;
  padding-bottom:40px;
}

.banner_sm_title span{
  color:#f76b0a;
}

.banner_bg_title{
  font-family: 'Constantia';
  font-size:48px;
  color:#010101;
  line-height:56px;
  padding-bottom:20px;
}

.banner_bg_title span{
  color:#f76b0a;
}

.home_form,
.service_panel,
.about_panel,
.testimonial_panel{
  padding-bottom:65px;
}

.home_form .contact_form{
  background:linear-gradient(to bottom, #f7c225, #ad6201);
  border-radius:12px;
  padding:25px 30px;
}

.service_sm_title,
.about_sm_title,
.blog_sm_title,
.choose_sm_title,
.testimonial_sm_title,
.location_sm_title{
  font-size:22px;
  color:#5f2c25;
  line-height:24px;
  font-weight:600;
  letter-spacing:.03em;
  padding-bottom:10px;
}

.service_bg_title,
.about_bg_title,
.blog_bg_title,
.choose_bg_title,
.testimonial_bg_title,
.location_bg_title{
  font-family: 'Constantia';
  font-size:46px;
  color:#5f2c25;
  line-height:54px;
  letter-spacing:.03em;
  margin-bottom:30px;
}

.service_bg_title span,
.about_bg_title span,
.blog_bg_title span,
.choose_bg_title span,
.testimonial_bg_title span,
.location_bg_title span{
  color:#ed5b18;
}

.service_img img{
  border:3px solid #5f2c25;
  border-radius:50%;
}

.service_title{
  font-family: 'Constantia';
  font-size:20px;
  color:#5f2c25;
  line-height:26px;
  letter-spacing:.02em;
  min-height:76px;
  background:#ffcc29;
  border-radius:8px;
  margin-top:-38px;
  padding:12px 20px;
  position:relative;
}

.service_content a{
  font-size:16px;
  color:#ffcc29;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
  text-decoration:underline;
  background:url(../images/right-arrow01.png) no-repeat right center;
  padding-right:18px;
}

.service_content a:hover{
  color:#fff;
}

.service_content{
  background:#5f2c25;
  border-radius:0 0 8px 8px;
  min-height:140px;
  margin:0 15px;
  padding:20px;
}

.about_img{
  border:3px solid #5f2c25;
  border-radius:20px;
  padding:10px;
}

.about_img img{
  border-radius:20px;
}

.about_content .upper,
.location_panel .right_side .upper{
  border-right:3px solid #5f2c25;
}

.blog_panel{
  background:#ffdfd0;
  padding:60px 0;
}

.blog_panel .upper_panel{
  padding-bottom:35px;
}

.blog_box{
  background:#f76b0a;
}

.blog_content{
  padding:20px;
}

.blog_title{
  font-size:20px;
  color:#fff;
  line-height:26px;
  font-weight:600;
  letter-spacing:.02em;
  padding-bottom:12px;
}

.blog_content ul li,
.blog_content ul li a{
  font-size:15px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
  text-decoration:underline;
}

.choose_panel{
  padding:65px 0;
}

.choose_panel .lt_block .upper{
  border-left:3px solid rgb(95, 44, 37);
  padding-left:20px;
}

.choose_box{
  background:#ffcc29;
  border-radius:60px;
  margin-bottom:15px;
  padding:10px;
}

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

.choose_box .icon{
  display:inline-block;
  width:65px;
  height:65px;
  line-height:65px;
  border-radius:50%;
  background:#ffebad;
  text-align:center;
}

.choose_box .content{
  display:inline-block;
  width:85%;
  vertical-align:middle;
  padding-left:15px;
}

.choose_title{
  font-size:20px;
  color:#010101;
  line-height:26px;
  font-weight:600;
  letter-spacing:.02em;
  padding-bottom:8px;
}

.testimonial_box{
  box-shadow:0 4px 12px rgba(0,0,0,.2);
  padding:30px;
}

.sp-testimonial-client-image img{
  border:3px solid #5f2c25 !important;
}

.sp-testimonial-content p{
  font-size:18px !important;
  line-height:28px !important;
  letter-spacing:.03em !important;
  padding:0 !important;
}

.sp-testimonial-client-name{
  font-family: 'Constantia' !important;
  font-size:24px !important;
  color:#ed5b18 !important;
  line-height:26px !important;
  font-style:italic !important;
  letter-spacing:.02em !important;
}

.home_map{
  background:#5f2c25;
  padding:15px;
}

.home_map iframe{
  width:100%;
  height:260px;
  border:3px solid #f76b0a;
  border-radius:10px;
  margin-bottom:0
}

.footer_top{
  background:#5f2c25;
  padding:50px 0 45px;
}

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

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

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

.footer_contact li{
  line-height:20px;
  margin-bottom:15px;
}

.footer_contact li .icon{
  display:inline-block;
  width:21px;
  text-align:center;
}

.footer_contact li .text{
  display:inline-block;
  width:88%;
  vertical-align:middle;
  padding-left:10px;
}

.footer_contact li a{
  color:#fff;
}

.footer_bottom{
  padding:30px 0;
}

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

.footer_bottom .text-common a{
  color:#5f2c25;
  font-weight:500;
}

#back-button {
  display:inline-block;
  background-color:#f76b0a;
  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:#ffcc29 !important;
  margin-top:142px !important;
  padding:130px 0 100px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: 'Constantia';
  font-size:48px;
  color:#010101;
  line-height:56px;
  font-weight:700;
  text-align:center;
}

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

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

.contact-title{
  font-family: 'Constantia';
  font-size:25px;
  color:#030303;
  line-height:30px;
  font-weight:600;
  letter-spacing:.04em;
}

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

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

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

.thumb-conatct .form-box{
  background:#e86a6f;
}

.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:50px;
  border-radius:10px;
  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:115px;
  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:#fff;
  line-height:20px;
  font-weight:500;
  text-transform:inherit;
  background:#5f2c25;
  border-radius:10px;
  padding:15px 25px;
}

.contact_form .block .btn:hover{
  background:#f76b0a;
  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: 'Constantia';
  font-size:46px;
  color:#f76b0a;
  line-height:52px;
  font-weight:700;
}

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

.inner-sm-title{
  font-size:26px;
  color:#010101;
  line-height:34px;
  font-weight:600;
}

.inner_list li{
  font-size:16px;
  color:#242424;
  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;
}

.bg-color{
  background:#f4f4f4;
}

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

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#f76b0a;
  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;
  font-weight:500;
  text-transform:uppercase;
  background:#f76b0a;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#ffcc29;
  color:#010101;
}

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

  .service_content{
    min-height:165px;
  }

}

@media screen and (max-width:991px){
  .navbar-default{
    padding:12px 0;
  }

  .header_logo{
    width:100px;
  }

  .home_banner{
    margin-top:92px;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

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

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


}

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

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

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

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

  .home_form, 
  .service_panel, 
  .about_panel, 
  .testimonial_panel{
    padding-bottom:35px;
  }

  .home_form .contact_form{
    padding:25px;
  }

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

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

  .service_bg_title, 
  .about_bg_title, 
  .blog_bg_title, 
  .choose_bg_title, 
  .testimonial_bg_title, 
  .location_bg_title,
  .cta-title{
    font-size:28px;
    line-height:35px;
    margin-bottom:18px;
  }

  .service_content,
  .blog_content{
    min-height:auto;
  }

  .service_title,
  .blog_title,
  .choose_title{
    font-size:18px;
    line-height:24px;
  }

  .blog_panel,
  .choose_panel{
    padding:35px 0;
  }

  .testimonial_box{
    padding:25px;
  }

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

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

  .home_map iframe{
    height:220px;
  }

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

  .footer_title{
    font-size:20px;
    line-height:22px;
    padding-bottom:16px;
  }

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

  .footer_contact li{
    line-height:20px;
  }

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

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

  .thankyou-sec img,
  .error404 .page-content img{
    width:220px;
  }
	.inner_title{
		font-size:30px;
		line-height:35px;
	}
	.inner-sm-title{
		font-size:20px;
		line-height:25px;
	}
	.inner_list{
		font-size:14px;
		line-height:20px;
	}
	
	.inner_list li{
		font-size:14px;
		line-height:22px;
	}

  
}

@media screen and (max-width:575px){
  .service_title{
    min-height:auto;
  }

  .choose_box .content{
    width:76%;
  }

  
}
