@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  overflow-x:hidden;
  color:#fff; 
  padding-right:0 !important;
  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;
}

/* ===== common css ====== */
.common_btn{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#445796;
  border-radius:30px;
  padding:15px 30px;
  overflow:hidden;
  position:relative;
  z-index:9;
}

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

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

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

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

.common_btn2:hover:before{
	background:#445796;
}

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

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

.header-top{
  background:#ccdbed;
  padding:12px 0;
  transition:all 600ms ease-in-out;
}

.hd-contact ul li{
  font-size:16px;
  color:#1c1c1c;
  line-height:20px;
  font-weight:500;
}

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

.hd-contact ul li a{
  color:#1c1c1c;
}

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

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

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

  .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:90px;
  }

}

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

.home-banner:before{
  content:"";
  position:absolute;
  width:50%;
  height:100%;
  background:rgba(63,123,159,.7);
  left:0;
  top:0;
  z-index:9;
}

.home-banner .desc{
  left:0;
  bottom:20%;
  z-index:999;
}

.banner-content{
  width:500px;
}

.banner-bg-title{
  font-family: "Exo 2", serif;
  font-size:50px;
  line-height:58px;
  padding-bottom:20px;
}

.about-panel,
.home-form{
  padding:60px 0;
}

.about-sm-title,
.service-sm-title,
.home-form-title,
.testimonial-sm-title{
  font-size:22px;
  color:#702674;
  line-height:24px;
  font-weight:500;
  border:1px solid #702674;
  border-radius:30px;
  margin-bottom:12px;
  padding:12px 25px;
}

.about-bg-title,
.service-bg-title,
.choose-bg-title,
.testimonial-bg-title{
  font-family: "Exo 2", serif;
  font-size:44px;
  color:#356a52;
  line-height:50px;
  padding-bottom:20px;
}

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

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

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

.service-sm-title,
.home-form-title,
.testimonial-sm-title{
  color:#33537e;
  border-color:#33537e;
}

.service-bg-title{
  color:#1d3453;
  padding-bottom:35px;
}

.service-bg-title strong{
  color:#004aa5;
}

.service-box{
  background:#e9f0fa;
  min-height:460px;
  padding:25px 20px;px;
  transition:all 500ms ease-in-out;
}

.service-box:hover{
  background:#f4b732;
  box-shadow:0 4px 10px rgba(0,0,0,.3);
}

.service-icon{
  width:75px;
  height:75px;
  line-height:75px;
  background:#fff;
  text-align:center;
  border-radius:50%;
}

.service-box:hover .service-icon img,
.choose-panel:hover .choose-icon img,
.h-contact-box:hover .h-contact-icon img{
  filter: invert(50%) sepia(77%) saturate(1971%) hue-rotate(357deg) brightness(101%) contrast(103%);
}

.service-title{
  font-size:20px;
  color:#161516;
  line-height:28px;
  font-weight:600;
  padding:15px 0 12px;
}

.choose-content{
  background:#5da276;
  height:100%;
}

.choose-box{
  width:650px;
  padding:40px 30px 40px 0;
}

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

.choose-list-box .text-common{
  display:inline-block;
  width:75%;
  vertical-align:middle;
  padding-left:12px;
}

.home-form-title,
.testimonial-bg-title{
  margin-bottom:30px;
}

.h-contact-box{
  background:#e9f0fa;
  padding:25px 30px;
}

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

.h-contact-text{
  display:inline-block;
  width:80%;
  vertical-align:middle;
  padding-left:15px;
}

.h-contact-title{
  font-size:20px;
  color:#1e2124;
  line-height:22px;
  font-weight:500;
  padding-bottom:6px;
}

.h-contact-text a{
  font-size:17px;
  color:#1e2124;
  line-height:20px;
  font-weight:700;
}

.h-contact-text a:hover{
  color:#ff7a03;
}

.home-form-box{
  background:rgba(0,74,165,.3);
  padding:30px;
}

.testimonial-img img{
  border-radius:50%;
  border:10px solid #8cbffe;
  margin-bottom:30px;
}

.tes-content-box{
  background:#5da276;
  border-radius:20px;
  opacity:.3;
  padding:30px;
}

.client-name{
  display:inline-block;
  font-size:25px;
  color:#dd455c;
  line-height:28px;
  font-weight:700;
  font-style:italic;
  padding-left:30px;
  position:relative;
}

.client-name:before{
  content:"";
  position:absolute;
  width:22px;
  height:3px;
  background:#dd455c;
  left:0;
  top:0;
  bottom:0;
  margin:auto 0;
}

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

.footer-top{
  background:#365883;
  padding:50px 0 40px;
}

.footer-title{
  font-family: "Exo 2", serif;
  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:20px;
}

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

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

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

.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:#445796;
  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 top;
  background-size:cover;
  margin-top:208px !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:#1a4e8e;
  line-height:80px;
  border-radius:50%;
  text-align:center;
  margin:0 auto;
}

.contact-title{
  font-size:24px;
  color:#356a52;
  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:#dd455c;
}

.thumb-conatct .form-box{
	background:#5da276;
	box-shadow:0 4px 15px rgba(0,0,0,.1);
}

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

.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;
  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 .modal .form-control{
	border:1px solid rgba(0,0,0,.1);
}

.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 .btn{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:600;
  text-transform:inherit;
  background:#1a4e8e;
  border-radius:30px;
  width:auto;
  height:auto;
  opacity:1;
  padding:13px 30px;
}

.contact-form .btn:hover{
  background:#dd455c;
  color:#fff;
}

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

.contact-form .modal{
	background:rgba(0,0,0,.8);
	padding-right:0 !important;
	z-index:99999;
}

.contact-form .modal .modal-dialog{
	width:720px;
	max-width:90%;
	margin:0 auto;
}

.contact-form .modal .modal-footer{
	display:block;
	text-align:center;
}

.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-family: "Exo 2", serif;
  font-size:36px;
  color:#040105;
  line-height:44px;
  font-weight:700;
}

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

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

.contact-map iframe{
	width:100%;
	height:400px;
	margin-bottom:0;
}

.about-thumb-box:before,
.about-inner-box:before{
	content:"";
	position:absolute;
	width:2px;
	height:60px;
	background:#dd455c;
	left:0;
	top:0;
	transition:all 500ms ease-in-out;
}

.about-thumb-box:after,
.about-inner-box:after{
	content:"";
	position:absolute;
	width:60px;
	height:2px;
	background:#dd455c;
	left:0;
	top:0;
	transition:all 500ms ease-in-out;
}

.about-thumb-box:hover:after,
.about-inner-box:hover:after{
	width:100%;
}

.about-thumb-box:hover:before,
.about-inner-box:hover:before{
	height:100%;
}

.about-inner-box:before,
.about-inner-box:after{
	left:auto;
	right:0;
	top:auto;
	bottom:0;
}

.about-inner-title{
	font-family: "Exo 2", serif;
	font-size:22px;
	color:#356a52;
	line-height:28px;
	font-weight:600;
}

.inner-serv-box{
	min-height:380px;
}

.daily-activities-serv,
.sil-serv-box{
	min-height:275px;
}

.mobile-ph-num span{
	display:inline-block;
 	margin-right:2px;
}

.mobile-ph-num .awesome{
	display:inline-block;
	font-size:22px;
	line-height:24px;
	font-weight:700;
	vertical-align:middle;
	-webkit-animation:colorchange 1.2s infinite alternate;
}

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

  25% {
	color:#356a52;
  }

  50% {
	color:#dd455c;
  }

  100% {
	color:#356a52;
  }
}

.bg-color{
  background:#f7f7f7;
}

.cta-title{
  font-family: "Exo 2", serif;
  font-size:30px;
  color:#1c1c1c;
  line-height:35px;
}

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

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

.client-managed-list li{
	font-size:16px;
	line-height:18px;
	font-weight:500;
	border:2px solid #fff;
	text-align:center;
	padding:10px 20px;
}

button.rmp_menu_trigger{
	z-index:9999 !important;
}

.modal {
  text-align: center;
}

.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-body .inner-title p{
	margin-bottom:0;
}


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

  .choose-box{
    width:560px;
  }

  .choose-list-box .text-common{
    width:72%;
  }
	
	.about-inner-box{
		min-height:275px;
	}
	
	.inner-serv-box{
		min-height:405px;
	}
	
	.sil-serv-box{
		min-height:326px;
	}

}

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

  .hd-logo{
    width:85px;
  }

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

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

  .service-box{
    min-height:665px;
  }

  .choose-box{
    width:350px;
  }

  .h-contact-text{
    width:74%;
  }

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

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

  .page .entry-header, 
  .error404 .page-header{
    margin-top:105px !important;
    padding:120px 0 100px !important;
  }
	
	.contact-map iframe{
		height:350px;
	}


}

@media screen and (max-width:767px){
  .home-banner:before{
    width:60%;
  }

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

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

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

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

  .about-panel, 
  .home-form{
    padding:35px 0;
  }

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

  .about-bg-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:24px;
	}

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

  .service-box{
    min-height:auto;
    padding:22px;
  }

  .service-title{
    font-size:18px;
    line-height:24px;
  }

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

  .choose-box{
    width:545px;
    padding:25px 25px 25px 0;
  }

  .h-contact-box{
    padding:20px;
  }

  .h-contact-title{
    font-size:16px;
    line-height:18px;
  }

  .h-contact-text a{
    font-size:15px;
    line-height:18px;
  }

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

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

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

  .tes-content-box{
    padding:20px;
  }

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

  .footer-top{
    padding:30px 0 25px;
  }

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

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

  .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:200px;
  }
	
	.thumb-conatct .section .icon{
		width:65px;
		height:65px;
		line-height:65px;
	}
	
	.contact-title{
		font-size:20px;
		line-height:22px;
	}
	
	.contact-main{
		font-size:15px;
	}
	
	.contact-map iframe{
		height:260px;
	}
	
	.about-inner-box{
		min-height:auto;
	}

  
}

@media screen and (max-width:575px){
  .home-banner .ms-view,
  .home-banner .ms-slide,
  .home-banner .ms-slide-bgcont{
    height:320px !important;
  }
	
	.home-banner .ms-view img{
		object-fit:cover;
	}

  .home-banner:before{
    display:none;
  }

  .banner-content{
    width:100%;
    background:rgba(63,123,159,.5);
    padding:20px;
  }

  .choose-box{
    width:96%;
    padding-right:15px;
  }

  .choose-icon{
    width:45px;
    height:45px;
    line-height:45px;
  }

  .choose-icon img,
  .h-contact-icon img{
    width:22px;
  }

  .h-contact-icon{
    width:52px;
    height:52px;
    line-height:52px;
  }
	
  .client-managed-list li{
	font-size:13px;
	line-height:15px;
	padding:8px 10px;
  }
  
}
