@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 ====== */
.common_btn{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#e66795;
  border-radius:30px;
  padding:15px 30px;
}

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

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

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

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

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

.hd-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);
    padding:10px 0;
  }

  .navbar-default.navbar-fixed .hd-logo{
    width:140px;
  }

}

.home-banner{
  margin-top:170px;
}


.home-banner .desc{
  left:0;
  bottom:-100px;
}

.banner-content{
  width:600px;
  max-width:100%;
}

.banner-form{
  border-radius:20px;
  box-shadow:0 4px 6px rgba(0,0,0,.15);
}

.banner-bg-title{
  font-size:40px;
  line-height:48px;
  background:rgba(0,0,0,.3);
  border-radius:0 50px 50px 0;
  margin-bottom:15px;
  padding:10px 20px 15px;
}

.banner-bg-title strong,
.service-bg-title strong{
  color:#ea3d7c;
  font-weight:700;
}

.banner-content .text-common{
  text-shadow:1px 2px 3px rgba(0, 0, 0, 1);
}

.choose-panel{
  background:#e66795;
  margin-top:140px;
  padding:50px 0;
}

.choose-bg-title,
.about-bg-title,
.service-bg-title,
.h-cta-title,
.testimonial-bg-title{
  font-size:38px;
  color:#030000;
  line-height:46px;
  padding-bottom:25px;
}

.choose-icon{
  width:100px;
  height:100px;
  line-height:100px;
  background:#fff;
  text-align:center;
  border-radius:50%;
  border:1px solid #000;
  margin:0 auto;
}

.choose-title,
.service-title{
  font-size:22px;
  color:#030000;
  line-height:28px;
  font-weight:600;
  padding-top:20px;
}

.about-panel,
.service-panel,
.h-cta-panel,
.testimonial-panel{
  background:#f7f7f7;
  padding:60px 0;
}

.about-bg-title{
  margin-bottom:20px;
  padding-bottom:15px;
}

.about-bg-title:after{
  content:"";
  position:absolute;
  width:81px;
  height:2px;
  background:#ad8e56;
  left:0;
  bottom:0;
}

.about-sm-title{
  font-size:20px;
  color:#1c1c1c;
  line-height:22px;
  font-weight:500;
  letter-spacing:.04em;
  padding-bottom:10px;
}

.about-bg-title,
.testimonial-bg-title{
  color:#e66795;
}

.service-box img{
  border-radius:180px 180px 0 0;
  border-bottom:6px solid #e66795;
}

.service-title a{
  color:#251d02;
}

.service-title a:hover{
  color:#e66795;
}

.h-cta-panel{
  background:url(../images/book-bg.jpg) no-repeat center center;
  background-size:cover;
}

.testimonial-bg-title{
  padding-bottom:40px;
}

.testimonial-box.h-testimonial-box{
  background:url(../images/quote-icon01.png) no-repeat left top, url(../images/quote-icon02.png) no-repeat right top;
  padding:0 130px;
}

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

.testimonial-box .sp-testimonial-client-name{
  font-size:25px !important;
  color:#e66795 !important;
  line-height:28px !important;
}

.inner-sec .testimonial-box .sp-testimonial-free{
  background:#fff !important;
  box-shadow:0 4px 15px rgba(0,0,0,.1) !important;
  border-radius:15px !important;
  margin:5px !important;
  padding:26px;
}

#footer{
  background:#f5f5f5;
  padding:50px 0 20px;
}

.footer-top{
  border-bottom:1px solid rgba(0,0,0,.1);
  margin-bottom:20px;
  padding-bottom:35px;
}

.footer-title{
  font-size:24px;
  color:#e66795;
  line-height:26px;
  font-weight:600;
  padding-bottom:22px;
}

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

.ft-link li:last-child,
.ft-contact li:last-child{
  margin-bottom:0;
}

.ft-link li a,
.ft-contact li{
  font-size:16px;
  color:#000;
  line-height:20px;
}

.ft-link li a:hover,
.ft-contact li a:hover,
.footer-bottom .text-common a{
  color:#e66795;
}

.ft-contact li span{
  display:inline-block;
  width:20px;
  margin-right:10px;
}

.ft-contact li{
  margin-bottom:15px;
}

.ft-contact li a{
  color:#000;
}

[data-animate-in] {
    opacity: 0;
    transition: transform 1s ease, opacity 0.8s ease
}

[data-animate-in="up"] {
    transform: translate3d(0, 24px, 0)
}

[data-animate-in="left"] {
    transform: translate3d(-25%, 0, 0)
}

[data-animate-in="right"] {
    transform: translate3d(25%, 0, 0)
}

[data-animate-in="down"] {
    transform: translate3d(0, -24px, 0)
}

[data-animate-in="fadeIn"] {
    transform: translate3d(0, 0, 0)
}

[data-animate-in].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: transform 0.8s ease, opacity 0.6s ease
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease
}

#back-button {
  display:inline-block;
  background-color:#ad8e56;
  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:170px !important;
  padding:150px 0 120px !important;
}

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

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#ad8e56;
  line-height:80px;
  border-radius:50%;
  text-align:center;
}

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

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

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

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

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

.thumb-conatct .form-box{
  border-radius:15px;
  box-shadow:0 4px 15px rgba(0,0,0,.1);
}

.contact-form .block{
  margin-bottom:15px;
}

.contact-form .block p{
  margin-bottom:0;
}

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

.contact-form .block .form-control{
  height:44px;
  border-radius:0;
  border:none;
  background:#d1d0d0;
  font-size:16px;
  color:#000;
  line-height:20px;
  font-weight:500;
  padding:10px 20px;
}

.contact-form .block .form-control::placeholder{
  color:#000;
  opacity:1;
}

.contact-form .block .form-control::-ms-input-placeholder{
  color:#000
}

.contact-form .block .form-control:focus,
.contact-form .block .btn:focus{
  box-shadow:none;
}

.contact-form .block textarea.form-control{
  height:105px;
  resize:none;
}

.contact-form .block select{
  background:url(../images/down-arrow01.png) no-repeat 96% center, #d1d0d0 !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:600;
  text-transform:inherit;
  background:#ad8e56;
  border-radius:30px;
  padding:13px 30px;
}

.contact-form .block .btn:hover{
  background:#e66795;
  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;
}

.inner-sec.testimonial-box .sp-testimonial-free{
  background:#183497 !important;
  padding:30px;
}

.inner-title{
  font-size:40px;
  color:#000;
  line-height:48px;
  font-weight:700;
}

.inner-title strong,
.cta-title strong{
  color:#e66795;
}

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

.inner-list li{
  font-size:16px;
  color:#1c1c1c;
  line-height:25px;
  font-weight:500;
  background:url(../images/tick-icon001.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:30px;
}

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

.inner-sec .card{
	border:none;
	border-radius:0;
	margin-bottom:10px;
}

.inner-sec .card:last-child{
	margin-bottom:0;
}

.inner-sec .card .card-header{
	border-bottom:none;
	padding:0;
}

.inner-sec .card .card-header a{
	display:block;
	background:url(../images/down-arrow001.png) no-repeat 98.5% center;
	background-color:#e66795 !important;
	border-radius:0;
	text-align:left;
	font-size:18px;
	color:#fff;
	line-height:26px;
	font-weight:500;
	padding:12px 50px 12px 20px;
}

.inner-sec .card .card-header a[aria-expanded="true"]{
	background:url(../images/up-arrow001.png) no-repeat 98.5% center;
}

.inner-sec .card .card-header a:focus{
	box-shadow:none;
}

.bg-color{
  background:#f7f7f7;
}

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

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

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

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

  .hd-logo{
    width:130px;
  }

  .home-banner{
    margin-top:0;
  }

  .home-banner .desc{
    bottom:auto;
    top:40px;
  }

  .choose-panel{
    margin-top:380px;
  }

  #footer{
    padding-bottom:70px;
  }

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

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

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


}

@media screen and (max-width:767px){
  .banner-bg-title,
  .page .entry-header .entry-title,
  .error404 .page-header .page-title{
    font-size:26px;
    line-height:32px;
  }

  .text-common,
  .inner-list li{
    font-size:14px;
    line-height:22px;
  }

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

  .contact-form .block label{
    font-size:14px;
    line-height:16px;
  }

  .contact-form .block .form-control{
    height:40px;
    font-size:14px;
  }

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

  .choose-panel{
    margin-top:410px;
    padding:35px 0;
  }

  .choose-bg-title, 
  .about-bg-title, 
  .service-bg-title, 
  .h-cta-title, 
  .testimonial-bg-title,
  .inner-title,
  .cta-title{
    font-size:25px;
    line-height:32px;
    padding-bottom:18px;
  }
	
	.inner-sm-title{
		font-size:18px;
		line-height:24px;
	}

  .choose-title, 
  .service-title,
  .about-sm-title{
    font-size:16px;
    line-height:22px;
    padding-top:14px;
  }

  .about-panel, 
  .service-panel, 
  .h-cta-panel, 
  .testimonial-panel{
    padding:35px 0;
  }

  .about-sm-title{
    padding-top:0;
  }

  .testimonial-box.h-testimonial-box{
    background-size:50px;
    padding:0 65px;
  }

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

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

  #footer{
    padding-top:30px;
  }

  .footer-title,
  .contact-title{
    font-size:20px;
    line-height:22px;
    padding-bottom:18px;
  }

  .ft-link li a, 
  .ft-contact li{
    font-size:14px;
    line-height:18px;
  }

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

  .thumb-conatct .section .icon{
    width:65px;
    height:65px;
    line-height:65px;
  }

  .contact-main{
    font-size:15px;
    line-height:20px;
  }

  .inner-sec .testimonial-box .sp-testimonial-free{
    padding:20px 15px;
  }
	
	.inner-sec .card .card-header a{
		font-size:15px;
		line-height:22px;
	}

  .thankyou-sec img,
  .error404 .page-content img{
    width:200px;
  }

  
}

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

  .home-banner .desc{
    position:inherit !important;
    top:0;
    margin-top:-270px;
  }

  .choose-panel{
    margin-top:30px;
  }

  .testimonial-box.h-testimonial-box{
    background-size:30px;
    padding:0 35px;
  }

  
}
