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

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:#b00a6e;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn:hover{
  background:#4faee8;
  color:#fff;
}

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

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

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

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

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

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed{
    background:#fff;
    box-shadow:0 4px 6px rgba(0,0,0,.1);
    padding:10px 0;
  }

  .navbar-default.navbar-fixed .hd-logo{
    width:100px;
  }
	
	.navbar-default.navbar-fixed .primary-navigation a{
		color:#1c1c1c;
	}
	
	.navbar-default.navbar-fixed .primary-navigation ul ul a{
		color:#fff;
	}
	
	.navbar-default.navbar-fixed .site-navigation .current-menu-item > a,
	.navbar-default.navbar-fixed .site-navigation .current-menu-ancestor > a,
	.navbar-default.navbar-fixed .primary-navigation li > a:hover{
		color:#b00a6e;
	}

}

.home-banner:before{
  content:"";
  position:absolute;
  width:56%;
  height:100%;
  background:url(../images/banner-lt-design.png) no-repeat right center;
  background-size:cover;
  left:0;
  top:0;
  z-index:9;
}

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

.banner-content{
  width:420px;
}

.banner-bg-title{
  font-size:46px;
  line-height:54px;
  padding-bottom:20px;
}

.banner-sm-title{
	font-size:20px;
	line-height:28px;
	font-weight:600;
	padding-bottom:25px;
}

.banner-btm-panel{
  padding-bottom:60px;
}

.banner-btm-box{
  background:#ec0992;
  min-height:202px;
  border-radius:0  0 20px 20px;
  padding:25px 20px;
}

.banner-btm-panel .col-lg-2:nth-child(2n) .banner-btm-box{
  background:#54afe9;
}

.banner-btm-panel .col-lg-2:nth-child(3n) .banner-btm-box{
  background:#ac15a4;
}

.banner-btm-panel .col-lg-2:nth-child(4n) .banner-btm-box{
  background:#95c148;
}

.banner-btm-panel .col-lg-2:nth-child(5n) .banner-btm-box{
  background:#f8452c;
}

.banner-btm-panel .col-lg-2:nth-child(6n) .banner-btm-box{
  background:#ea4cab;
}

.banner-btm-title{
  font-size:18px;
  line-height:24px;
  font-weight:600;
  padding-top:20px;
}

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

.about-sm-title{
  font-size:20px;
  color:#54afe9;
  line-height:22px;
  font-weight:500;
  border-bottom:2px solid #54afe9;
  margin-bottom:10px;
  padding-bottom:5px;
}

.about-bg-title,
.service-bg-title,
.h-form-title,
.testimonial-bg-title{
  font-size:44px;
  color:#0e0e0e;
  line-height:52px;
  padding-bottom:25px;
}

.service-bg-title,
.testimonial-bg-title{
  color:#b00a6e;
  border-bottom:2px solid #b00a6e;
  margin-bottom:35px;
  padding-bottom:6px !important;
}

.service-box img{
  border-radius:20px;
  box-shadow:0 4px 15px rgba(0,0,0,.3);
}

.service-title a{
  display:block;
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  background:#991a92;
  border-radius:0 0 20px 20px;
  margin:0 20px;
  padding:12px 15px;
}

.service-title a:hover{
  background:#54afe9;
  color:#fff;
}

.home-form{
  background:#7fc8f6;
}

.h-form-box{
/*   background:#87c6bb; */
  padding:30px 0;
}

.form-rt-img{
  position:absolute;
  width:44%;
  right:0;
  bottom:0;
}

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

.testimonial-bg-title{
  border-bottom-color:#fff;
}

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

.testimonial-box .sp-testimonial-content p{
  font-size:20px !important;
  color:#fff;
  line-height:30px !important;
}

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

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

.home #footer,
.page-id-84 #footer,
.page-id-76 #footer,
.page-id-102 #footer,
.page-id-110 #footer,
.page-id-133 #footer,
.page-id-142 #footer{
	background:none;
}

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

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

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

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

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

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

#back-button {
  display:inline-block;
  background-color:#b00a6e;
  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;
  padding:260px 0 100px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  display:inline-block;
  font-size:40px;
  color:#fff;
  line-height:42px;
  font-weight:700;
  background:rgba(0,0,0,.5);
  border-radius:0 30px 30px 0;
  margin-bottom:0;
  padding:15px 25px;
}

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

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

.contact-title{
  font-size:24px;
  color:#54afe9;
  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:#b00a6e;
}

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

.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;
  text-transform:uppercase;
  margin-bottom:10px;
}

.contact-form .block .form-control{
  height:42px;
  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-arrow01.png) no-repeat 96% 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:#b00a6e;
  border-radius:15px;
  padding:13px 30px;
}

.contact-form .block .btn:hover{
  background:#95c148;
  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:40px;
  color:#000;
  line-height:48px;
  font-weight:700;
}

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

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

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

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

.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:#4faee8;
  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:#ea4cab;
  padding:15px 20px;
}

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

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

  .hd-logo{
    width:80px;
  }

  #footer{
    padding-bottom:70px;
  }

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

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

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


}

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

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

  .banner-content{
    width:300px;
  }

  .banner-bg-title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:26px;
    line-height:32px;
    padding-bottom:12px;
  }
	
	.banner-sm-title{
		font-size:15px;
		line-height:24px;
		padding-bottom:15px;
	}

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

  .banner-btm-panel{
    padding-bottom:35px;
  }

  .banner-btm-box{
    min-height:170px;
  }

  .banner-btm-title{
    font-size:15px;
    line-height:20px;
  }

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

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

  .about-bg-title, 
  .service-bg-title, 
  .h-form-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;
	}

  .service-title a{
    font-size:15px;
  }

  .h-form-box{
    margin:30px 0;
  }

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

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

  .form-rt-img{
    position:initial;
    width:100%;
  }

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

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

  .service-bg-title, 
  .testimonial-bg-title{
    margin-bottom:22px;
  }

  #footer{
    padding-top:30px;
  }

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

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

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

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

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    padding:12px 20px;
  }

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

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

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

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

  
}

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

  .home-banner .ms-view img{
    object-fit:cover;
  }

  .home-banner:before{
    width:100%;
  }
	
	.banner-btm-panel{
		padding-top:35px;
	}

  .banner-btm-box{
	  width:150px;
      min-height:150px;
	  border-radius:50%;
	  margin:0 auto;
	  padding:15px;
  }
	
	.banner-btm-title{
		font-size:13px;
		line-height:16px;
		padding-top:10px;
	}

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

  
}
