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

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

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

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

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

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

.common_btn2:before{
  background:#0096d0;
  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:#061d44;
  padding:12px 0;
  transition:all 600ms ease-in-out; 
}

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

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

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

.hd-contact a:hover{
  color:#56c3ef;
}

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

.hd-logo{
  width:130px;
  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:120px;
  }

}

.home-banner{
  background:#eeeded;
  margin-top:200px;
  padding:40px 0;
}

.banner-sm-title{
  font-size:22px;
  color:#0b3948;
  line-height:24px;
  font-weight:600;
  margin-bottom:12px;
  padding:10px 20px;
}

.banner-bg-title{
  font-size:48px;
  color:#133f70;
  line-height:56px;
  padding-bottom:20px;
}

.banner-content .block .icon{
  display:inline-block;
}

.banner-content .block .text{
  display:inline-block;
  vertical-align:middle;
  padding-left:12px;
}

.banner-number-text{
  font-size:36px;
  color:#070707;
  line-height:38px;
  font-weight:600;
  margin-bottom:2px;
}

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

.about-bg-title,
.choose-bg-title,
.home-form-title,
.testimonial-bg-title{
  font-size:46px;
  color:#133f70;
  line-height:56px;
}

.about-sm-title,
.service-sm-title,
.testimonial-sm-title{
  font-size:20px;
  color:#1e3366;
  line-height:22px;
  font-weight:500;
  padding-bottom:10px;
}

.about-md-title{
  font-size:40px;
  color:#070507;
  line-height:46px;
  font-weight:600;
  padding-bottom:15px;
}

.service-box{
  background:#1e3366;
  padding:80px 40px;
}

.service-bg-title{
  font-size:80px;
  line-height:82px;
  padding-bottom:20px;
}

.service-bg-title span{
  display:block;
  font-size:40px;
  line-height:46px;
}

.service-btn{
  font-size:16px;
  color:#1e3366;
  line-height:18px;
  font-weight:500;
  text-transform:uppercase;
  background:#fff;
  border-radius:30px;
  padding:14px 30px;
}

.service-btn:hover{
  background:#4dbeeb;
  color:#fff;
}

.s-slider-box .box{
  margin-bottom:10px;
  transition:all 500ms ease-in-out;
}

.s-slider-box .box:hover{
  background:#fff;
  box-shadow:0 4px 6px rgba(0,0,0,.2);
}

.s-slider-box .box a{
  display:block;
}

.service-title{
  font-size:18px;
  color:#020202;
  line-height:25px;
  font-weight:600;
  padding:16px 20px;
}

.choose-bg-title,
.home-form-title,
.testimonial-bg-title{
  padding-bottom:35px;
}

.choose-panel .lower-panel{
  box-shadow:0 4px 15px rgba(3,166,181,.4);
}

.choose-box{
  float:left;
  width:200px;
  min-height:230px;
  background:#d6dae3;
  padding:50px 20px 0;
  clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  transition:all 500ms ease-in-out;
}

.choose-box:nth-child(3){
  margin-left:110px;
  margin-top:-40px;
}

.choose-box:nth-child(4){
  margin-top:-40px;
}

.choose-title{
  font-size:20px;
  color:#1f1e1e;
  line-height:25px;
  font-weight:600;
  padding-top:20px;
  transition:all 500ms ease-in-out;
}

.choose-box:hover{
  background:#3375e5;
}

.choose-box:hover img{
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(2deg) brightness(200%) contrast(103%);
}

.choose-box:hover .choose-title{
  color:#fff;
}

.home-form{
  background-image:linear-gradient(to right, #6698ec , #56668c);
}

.testimonial-sm-title{
  color:#070507;
}

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

.testimonial-box .sp-testimonial-content p{
  font-size:18px !important;
  color:#1c1c1c;
  line-height:26px !important;
  font-weight:500 !important;
}

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

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

.footer-top .upper{
  border-bottom:1px solid rgba(255,255,255,.5);
  margin-bottom:25px;
  padding-bottom:20px;
}

.ft-link li{
  display:inline-block;
  margin-right:40px;
}

.ft-link li:last-child{
  margin-right:0;
}

.ft-link li a{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
}

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

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

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

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

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

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

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

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

.ft-logo{
	width:140px;
}

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

#back-button {
  display:inline-block;
  background-color:#1e3366;
  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/inner-banner01.jpg) no-repeat center top;
  background-size:cover;
  margin-top:200px !important;
  padding:180px 0 160px !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:linear-gradient(to right, #6698ec , #56668c);
  line-height:80px;
  border-radius:25px 0;
  text-align:center;
}

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

.contact-title{
  font-size:24px;
  color:#0171a8;
  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:#4dbeeb;
}

.thumb-conatct .form-box{
  background:linear-gradient(to right, #6698ec , #56668c);
}

.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:#1e3366;
  border-radius:30px;
  padding:13px 30px;
}

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

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

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

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

.inner-sec .testimonial-box{
  border-bottom:none;
  padding-bottom:0;
}

.inner-sec .sp-testimonial-client-image{
  bottom:65px;
}

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

.about-inner-title{
  font-size:22px;
  color:#000;
  line-height:26px;
  font-weight:600;
}

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

.community-box{
	min-height:400px;
}

.cleaning-box{
	min-height:240px;
}

.accommodation-service .serv-inner-box{
  min-height:245px;
}

.inner-tes-sec .testimonial-box .sp-testimonial-free{
	border:1px solid #1e3366 !important;
	border-radius:12px !important;
  min-height:290px;
	padding:25px;
}

.inner-serv-box .service-title{
  padding:0;
}

.inner-serv-box .service-title a{
  color:#020202;
  min-height:82px;
  padding:16px 20px;
}

.inner-serv-box .service-title a:hover{
  color:#3375e5;
}

.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:#1e3366;
  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:#1e3366;
  padding:15px 20px;
}

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

#rmp-menu-wrap-49 .rmp-menu-item-link{
  padding-right:0 !important;
  padding-left:22px !important;
}

@media screen and (max-width:1366px){
  .about-inner-box{
    min-height:330px;
  }



}


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

	.hd-logo{
		width:120px;
	}

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

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

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

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

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

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


}

@media screen and (max-width:767px){
  .banner-sm-title{
    font-size:16px;
    line-height:18px;
  }

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

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

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

  .banner-number-text{
    font-size:26px;
    line-height:28px;
  }

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

  .about-bg-title, 
  .choose-bg-title, 
  .home-form-title, 
  .testimonial-bg-title,
  .inner-title,
  .cta-title{
    font-size:26px;
    line-height:34px;
  }

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

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

  .choose-bg-title, 
  .home-form-title, 
  .testimonial-bg-title{
    padding-bottom:22px;
  }

  .service-box{
    padding:35px 20px;
  }

  .service-bg-title{
    font-size:40px;
    line-height:42px;
  }

  .service-bg-title span{
    font-size:25px;
    line-height:30px;
  }

  .service-title{
    font-size:16px;
  }

  .choose-box{
    width:180px;
    min-height:200px;
  }

  .choose-box:nth-child(3){
    margin-left:100px;
  }

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

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

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

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

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

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

  .ft-link li{
    margin-right:20px;
  }

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

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

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

  .ft-logo{
    width:130px;
  }

  .ft-link li{
    margin-bottom:8px;
  }

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

  .thumb-conatct .section .icon{
    width:65px;
    height:65px;
    line-height:65px;
    border-radius:12px 0;
  }

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

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

  .inner-tes-sec .testimonial-box .sp-testimonial-free{
    min-height:auto;
  }

  .about-inner-box,
  .serv-inner-box{
    min-height:auto;
  }

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

  
}

@media screen and (max-width:575px){
  .banner-content .block .icon{
    width:75px;
  }

  .choose-box{
    width:150px;
  }

  .choose-box:nth-child(3){
    margin-left:0;
    margin-top:20px;
  }

  .choose-box:nth-child(4){
    margin-top:20px;
  }

  .inner-serv-box .service-title a{
    min-height:auto;
  }

  
}
