@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:#3097ae;
  border-radius:12px;
  padding:15px 30px;
  overflow:hidden;
  position:relative;
  z-index:999;
}

.common_btn:before,
.common_btn2:before{
  content:"";
  position:absolute;
  width:0;
  height:100%;
  background:#48b75f;
  left:0;
  top:0;
  transition:all 500ms ease-in-out;
  z-index:-1;
}

.common_btn:hover:before,
.common_btn2:hover:before{
  width:100%;
}

.common_btn:hover,
.common_btn2:hover{
  color:#fff;
}

.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#773d84;
  border-radius:12px;
  padding:15px 30px;
  overflow:hidden;
  position:relative;
  z-index:999;
}

.common_btn2:before{
  background:#3097ae;
  left:auto;
  right:0;
}

.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:#3097ae;
  padding:12px 0;
  transition:all 600ms ease-in-out; 
}

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

.hd-contact li span{
  margin-right:10px;
}

.hd-contact li a{
  color:#fff;
}

.hd-contact li a:hover{
  color:#773d84;
}

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

.hd-logo{
  width:105px;
  transition:all 600ms ease-in-out; 
}

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

  .navbar-default.navbar-fixed .header-bottom{
    box-shadow:0 4px 6px rgba(0,0,0,.1);
    padding:10px 0;
  }

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

}

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

.home-banner .desc{
  left:0;
  bottom:28%;
}

.banner-bg-title{
  display:block;
  font-size:50px;
  line-height:58px;
  font-weight:700;
  padding-bottom:15px;
}

.appointment-panel{
  margin-top:-40px;
}

.appointment-box{
  background:#773d84;
  min-height:325px;
  padding:25px;
}

.appointment-panel .col-lg-4:nth-child(2) .appointment-box{
  background:#3097ae;
}

.appointment-panel .col-lg-4:nth-child(3) .appointment-box{
  background:#48b75f;
}

.appointment-box-title{
  font-size:24px;
  line-height:26px;
  font-weight:600;
  padding-bottom:18px;
}

.appointment-list li{
  font-size:17px;
  color:#fff;
  line-height:25px;
  margin-bottom:15px;
}

.appointment-list li strong{
  display:block;
  font-weight:500;
}

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

.appointment-list li .icon{
  display:inline-block;
  width:22px;
}

.appointment-list li .text{
  display:inline-block;
  width:90%;
  vertical-align:top;
  padding-left:10px;
}

.appointment-list li a{
  color:#fff;
}

.appointment-list li a:hover{
  color:#773d84;
}

.appointment-btn a{
  font-size:18px;
  color:#005b13;
  line-height:20px;
  font-weight:600;
  background:#fff;
  border-radius:12px;
  padding:16px 45px;
}

.appointment-btn a:hover{
  background:#773d84;
  color:#fff;
}

.about-panel,
.service-panel,
.testimonial-panel{
  padding:60px 0;
}

.about-sm-title,
.service-sm-title,
.testimonial-sm-title{
  font-size:22px;
  color:#398849;
  line-height:24px;
  font-weight:600;
  margin-bottom:12px;
  padding-right:60px;
}

.about-sm-title:after{
  content:"";
  position:absolute;
  width:45px;
  height:2px;
  background:#3097ae;
  right:0;
  top:0;
  bottom:0;
  margin:auto 0;
}

.about-bg-title,
.h-form-title,
.service-bg-title,
.choose-bg-title,
.testimonial-bg-title{
  font-size:46px;
  color:#061b0b;
  line-height:54px;
  padding-bottom:25px;
}

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

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

.mission-box{
  background:#e8f9fd;
  min-height:310px;
  padding:25px;
}

.mission-title{
  font-size:30px;
  color:#2a889d;
  line-height:36px;
  font-weight:600;
  padding-bottom:16px;
}

.about-panel .bottom-panel .col-lg-6:last-child .mission-box{
  background:#f5f3f5;
}

.about-panel .bottom-panel .col-lg-6:last-child .mission-title{
  color:#773d84;
}

.about-btn a{
  font-size:20px;
  color:#fff;
  line-height:22px;
  font-weight:600;
  background:#30ea56;
  border-radius:12px;
  padding:22px 50px;
}

.about-btn a:hover{
  background:#773d84;
  color:#fff;
}

.home-form{
  background:url(../images/form-bg.jpg) no-repeat left center;
  background-size:cover;
}

.h-form-box{
  background:rgba(0,74,165,.8);
  padding:40px 30px;
}

.service-sm-title,
.testimonial-sm-title{
  padding-right:0;
}

/* .service-content{
  background:#e8f9fd;
  border-bottom:8px solid #773d84;
  padding:25px;
  transition:all 500ms ease-in-out;
}

.service-box:hover .service-content{
  background:#773d84;
} */

.service-title,
.about-inner-title{
  font-size:22px;
  color:#022e64;
  line-height:28px;
  font-weight:600;
  padding-bottom:16px;
}

/* .service-box:hover .service-title,
.service-box:hover .text-common{
  color:#fff;
} */

.service-content .common_btn{
  padding:12px 20px;
}

.choose-panel{
  padding-bottom:60px;
}

.choose-bg-title{
  color:#48b75f;
}

.choose-box{
  background:#eceded;
  border-radius:15px;
  padding:20px;
  transition:all 500ms ease-in-out;
}

.choose-box:hover{
  box-shadow:0 4px 6px rgba(0,0,0,.3);
}

.choose-icon{
  width:70px;
  height:70px;
  line-height:70px;
  text-align:center;
  border-radius:50%;
  margin:0 auto;
}

.choose-title{
  font-size:18px;
  color:#3097ae;
  line-height:24px;
  font-weight:500;
  padding-top:12px;
}

.choose-title span{
  display:block;
  color:#181717;
}

.testimonial-panel{
  background:#e0f0f3;
}

.testimonial-img img{
  width:150px;
  border-radius:50%;
  border:10px solid #dd99ec;
}

.testimonial-box .testimonial-content,
.inner-sec .sp-testimonial-free{
  background:#3097ae !important;
  border-radius:20px !important;
  padding:30px 25px !important;
  opacity:.3;
}

.inner-sec .sp-testimonial-free{
  opacity:1;
}

.inner-sec .sp-testimonial-content{
  color:#fff;
  padding:0 !important;
}

.testimonial-box .owl-item.center .testimonial-content{
  opacity:1;
  margin:0 15px;
}

.testimonial-box .client-name,
.inner-sec .sp-testimonial-client-name{
  display:inline-block !important;
  font-size:24px !important;
  color:#773d84 !important;
  line-height:26px !important;
  font-weight:700 !important;
  font-style:italic !important;
  padding-left:30px !important;
  position:relative;
}

.testimonial-box .client-name:before,
.inner-sec .sp-testimonial-client-name:before{
  content:"";
  position:absolute;
  width:20px;
  height:3px;
  background:#773d84;
  left:0;
  top:0;
  bottom:0;
  margin:auto 0;
}

.footer-top{
  background:#48b75f;
  padding:50px 0 35px;
}

.footer-title{
  font-size:24px;
  color:#fff;
  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:#fff;
  line-height:18px;
}

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

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

.ft-contact li span.icon{
  display:inline-block;
  width:21px;
  margin-right:8px;
}

.ft-contact li span.text{
	display:inline-block;
	width:80%;
	vertical-align:top;
}

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

.footer-bottom{
  padding:20px 0;
}

[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:#773d84;
  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 right center;
  background-size:cover;
  margin-top:215px !important;
  padding:160px 0 140px !important;
}

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

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

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

.contact-title{
  font-size:24px;
  color:#3097ae;
  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:#6b2a76;
}

.thumb-conatct .form-box{
  background:rgba(0,74,165,.8);
}

.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:46px;
  border-radius:0;
  border:none;
  background:#fff;
  font-size:16px;
  color:#494848;
  line-height:20px;
  font-weight:500;
  padding:10px 20px;
}

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

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

.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-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:600;
  text-transform:inherit;
  background:#773d84;
  border-radius:12px;
  padding:13px 30px;
}

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

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

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

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

.coordination-box{
	min-height:335px;
}

.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:#3097ae;
  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:#773d84;
  padding:15px 20px;
}

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

@media screen and (max-width:1366px){
  .appointment-box{
    min-height:350px;
  }

  .ft-contact li span.text{
    display:inline-block;
    width:85%;
    vertical-align:top;
  }
	
	.coordination-box{
		min-height:360px;
	}


}

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

  .hd-logo{
    width:75px;
  }

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

  .footer-bottom{
    padding-bottom:70px;
  }

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

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

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



}

@media screen and (max-width:767px){
  .home-banner .desc{
    bottom:10%;
  }

  .banner-bg-title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:28px;
    line-height:34px;
    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;
  }

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

  .appointment-box,
  .mission-box,
  .about-inner-box{
    min-height:auto;
    padding:20px;
  }

  .appointment-box-title{
    font-size:20px;
    line-height:22px;
    padding-bottom:15px;
  }

  .appointment-list li{
    font-size:14px;
    line-height:22px;
  }

  .appointment-btn a,
  .about-btn a{
    font-size:15px;
    line-height:17px;
    padding:13px 25px;
  }

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

  .about-sm-title, 
  .service-sm-title, 
  .testimonial-sm-title{
    font-size:16px;
    line-height:18px;
  }

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

  .inner-sm-title{
    font-size:18px;
    line-height:25px;
  }

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

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

  .form-lt-content {
    padding:30px 0 20px;
  }

  .h-form-box{
    padding:25px;
  }

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

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

  .service-title, 
  .about-inner-title{
    font-size:18px;
    line-height:25px;
    padding-bottom:12px;
  }

  .choose-panel{
    padding-bottom:35px;
  }

  .choose-title{
    font-size:16px;
    line-height:22px;
  }

  .testimonial-img img{
    width:120px;
  }

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

  .footer-top{
    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:16px;
  }

  .ft-contact li{
    line-height:20px;
  }

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

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

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

  .contact-main{
    font-size:14px;
    line-height:18px;
    word-break:break-all;
  }

  .inner-sec .sp-testimonial-free{
    padding:20px !important;
  }

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

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


}

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

  .home-banner .desc{
    bottom:7%;
  }



}
