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

p{
  margin-bottom:0;
}

ul,li{ 
  padding:0; 
  margin:0; 
  list-style:none; 
}

button:focus{
  outline:none;
}

img{
  max-width:100%;
  height:auto;
}

@font-face {
  font-family: 'Groote';
  src: url('../fonts/Groote.eot');
  src: url('../fonts/Groote.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Groote.woff2') format('woff2'),
      url('../fonts/Groote.woff') format('woff'),
      url('../fonts/Groote.ttf') format('truetype'),
      url('../fonts/Groote.svg#Groote') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ===== common css ====== */
.common_btn{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  background:#c878b6;
  border:2px solid #8501ab;
  border-radius:0 30px 30px;
  padding:13px 30px;
}

.common_btn:hover{
  background:#8501ab;
  color:#fff;
  border-radius:30px 30px 0;
}

.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  background:#89bd36;
  border:2px solid #67b02e;
  border-radius:30px 0 30px 30px;
  padding:15px 30px;
}

.common_btn2:hover{
  background:#67b02e;
  color:#fff;
  border-radius:30px 30px 30px 0;
}

.text-common{
  font-size:16px;
  color:#030303;
  line-height:26px;
  letter-spacing:.02em;
  padding-bottom:20px;
}

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

.header_top{
  background:#0065ba;
  padding:10px 0;
  transition:all 600ms ease-in-out;
}

.header_contact li span{
  margin-right:8px;
}

.header_contact li a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
}

.header_contact li a:hover{
  color:#f29528;
}

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

.header_logo{
  width:180px;
  margin:0 auto;
  transition:all 600ms ease-in-out;
}

.header_link{
  background:#ec8906;
  padding:15px 0;
  transition:all 600ms ease-in-out;
}

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

  .navbar-default.navbar-fixed .header_mid{
    padding:10px 0;
  }

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

  .navbar-default.navbar-fixed .header_link{
    padding:10px 0;
  }

}

.home_banner{
  margin-top:256px;
}

.home_banner:before,
.page .entry-header:before,
.error404 .page-header:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:linear-gradient(to right, rgba(248,152,0,.8) , rgba(233,62,37,.0));
  left:0;
  top:0;
}

.home_banner .desc{
  left:0;
  bottom:16%;
}

.banner_content{
  width:500px;
}

.banner_bg_title{
  font-size:42px;
  line-height:60px;
  text-shadow:0px 0px 6px rgba(0,0,0,0.8);
  padding-bottom:20px;
}

.banner_content .text-common{
  letter-spacing:.02em;
  text-shadow:0px 0px 6px rgba(0,0,0,0.95);
}

.service_panel,
.testimonial_panel{
  padding:65px 0;
}

.service_bg_title,
.about_bg_title,
.h_form_title,
.choose_bg_title,
.testimonial_title{
  font-size:40px;
  color:#010101;
  line-height:60px;
  margin-bottom:25px;
  padding-bottom:16px;
}

.service_bg_title span,
.about_bg_title span,
.h_form_title span,
.choose_bg_title span,
.testimonial_title span{
  font-size:30px;
  color:#5b5b5b;
  line-height:40px;
}

.service_bg_title:after,
.choose_bg_title:after,
.testimonial_title:after{
  content:"";
  position:absolute;
  width:70%;
  height:3px;
  background:#e74d34;
  left:0;
  bottom:0;
}

.service_box{
  background:#ffe3df;
  overflow:hidden;
  border-radius:0 80px 0 0;
}

.serv_img img{
  border-radius:0 80px;
  border:3px solid #ffe3df;
}

.service_box:hover .serv_img img{
  border-color:#f30a0a;
}

.service_box .lower{
  min-height:190px;
  padding:20px;
}

.service_title{
  font-size:20px;
  color:#020202;
  line-height:28px;
  font-weight:600;
  margin-bottom:12px;
}

.about_panel:before{
  content:"";
  position:absolute;
  width:75%;
  height:82%;
  background:#efe0f4;
  right:0;
  top:6%;
  bottom:0;
  margin:auto 0;
}

.about_sm_title{
  position:absolute;
  width:100px;
  height:100%;
  background:#7a01a1;
  left:0;
  top:0;
  font-size:40px;
  line-height:42px;
  text-transform:uppercase;
  font-weight:600;
  word-break:break-all;
  padding:120px 40px 120px 20px;
}

.about_img img{
  border-radius:50%;
  border:5px solid #fff;
}

.about_content{
  width:635px;
}

.home_form{
  background:url(../images/h-form-bg.png) no-repeat left bottom;
  background-size:cover;
  margin-top:-40px;
  padding:85px 0 60px;
}

.choose_panel{
  padding:65px 0 100px;
}

.choose_bg_title:after,
.testimonial_title:after{
  background:#238dc9;
  right:0;
  margin:0 auto;
}

.choose_panel .lower_panel .col-lg-3{
  border-right:3px solid #b7d9ed;
}

.choose_panel .lower_panel .col-lg-3:last-child{
  border-right:none;
}

.choose_title{
  font-size:20px;
  color:#070707;
  line-height:28px;
  font-weight:600;
  margin-top:16px;
}

.h_cta_panel{
  background:#0165b9;
}

.h_cta_img{
  margin-top:-50px;
}

.h_cta_content{
  width:640px;
}

.h_cta_title{
  font-family: 'Groote';
  font-size:32px;
  line-height:50px;
  padding-bottom:20px;
}

.testimonial_title:after{
  background:#8301b2;
}

.testimonial_box .sp-testimonial-client-image img{
  border-radius:0 !important;
}

.testimonial_box .sp-testimonial-content p{
  font-size:18px !important;
  color:#020202 !important;
  line-height:28px !important;
  font-weight:500 !important;
}

.testimonial_box .sp-testimonial-client-name{
  font-family: 'Groote' !important;
  font-size:22px !important;
  color:#7d07a8 !important;
  line-height:24px !important;
  letter-spacing:.04em !important;
  font-style:italic !important;
}

.footer_top{
  background:url(../images/footer-design.png) no-repeat center bottom, #f5802b;
  background-size:contain;
  padding:50px 0 230px;
}

.footer_link li{
  display:inline-block;
  margin-right:25px;
}

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

.footer_link li a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.04em;
}

.footer_link li a:hover{
  color:#7d07a8;
}

.footer_mid{
  border-bottom:1px solid rgba(0,0,0,.2);
  padding-bottom:35px;
}

.footer_title{
  font-size:20px;
  color:#7d07a8;
  line-height:22px;
  letter-spacing:.02em;
  padding-bottom:20px;
}

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

.ft_service_link li:last-child,
.footer_contact li:last-child,
.abn_list li:last-child{
  margin-bottom:0;
}

.ft_service_link li a,
.footer_contact li{
  font-size:16px;
  color:#030303;
  line-height:18px;
}

.ft_service_link li a:hover,
.footer_contact li a:hover{
  color:#ec8906;
}

.footer_contact li{
  line-height:22px;
  margin-bottom:12px;
}

.footer_contact li span{
  font-weight:600;
}

.footer_contact li a{
  color:#030303;
}

.abn_list li{
  font-size:20px;
  color:#030303;
  line-height:22px;
  font-weight:600;
  margin-bottom:10px;
}

.footer_bottom{
  padding:30px 0;
}

.ft-logo{
	width:350px;
	max-width:95%;
	margin:0 auto;
}

.footer_bottom .text-common span{
  color:#70b03b;
  font-weight:600;
}

.footer_bottom .text-common a{
  color:#2a78b3;
  font-weight:500;
}

#back-button {
  display:inline-block;
  background-color:#7d07a8;
  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:256px !important;
  padding:160px 0 120px !important;
  position:relative;
}

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

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

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

.contact-title{
  font-size:25px;
  color:#030303;
  line-height:30px;
  font-weight:600;
  letter-spacing:.04em;
}

.contact-main{
  font-size:16px;
  color:#020202;
  line-height:22px;
}

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

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

.contact_form .block{
  margin-bottom:15px;
}

.contact_form .block p{
  margin-bottom:0;
}

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

.contact_form .form-control{
  height:52px;
  border-radius:10px;
  border:2px solid #64b130;
  background:#d5f5bf;
  font-size:16px;
  color:#020202;
  line-height:20px;
  padding:10px 20px;
}

.contact_form .form-control::placeholder{
  color:#020202;
  opacity:1;
}

.contact_form .form-control::-ms-input-placeholder{
  color:#020202;
}

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

.contact_form textarea.form-control{
  height:130px;
  resize:none;
}

.contact_form select{
  background:url(../images/down-arrow02.png) no-repeat 95% center, #d5f5bf !important;
}

.contact_form 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:500;
  text-transform:inherit;
  letter-spacing:.04em;
  background:#64b130;
  border-radius:0 30px 30px 30px;
  transition:all 500ms ease-in-out;
  padding:13px 30px;
}

.contact_form .btn:hover{
  background:#8501ab;
  color:#fff;
  border-radius:30px 30px 0 30px;
}

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

.main-form-table{
  border:1px solid #010101;
}

.intake-form tr td{
  border-top:1px solid #010101;
  border-left-color:#010101;
  padding:0;
}

.intake-form tr:first-child td{
  border-top:none;
}

.intake-form tr td:first-child{
  border-left:none;
}

.intake-form table table{
  border:none;
}

.intake-form ul li{
  display:inline-block;
  width:34%;
  vertical-align:middle;
  padding:10px;
}

.intake-form ul li:last-child{
  display:inline-block;
  width:65%;
  border-left:1px solid #010101;
}

/*.intake-form .form-control{
  background:none;
  border:1px solid #010101;
  border-radius:0;
  padding:10px;
}*/

.intake-form textarea.form-control{
  height:110px;
  resize:none;
}

.intake-form .form-control:focus{
  box-shadow:none;
}

.intake-form .wpcf7-list-item{
  display:block;
  margin-left:0;
}

.intake-form .wpcf7-list-item label{
  font-size:15px;
  color:#1c1c1c;
}

.intake-form ul li .block{
  display:inline-block;
  width:49%;
  vertical-align:middle;
  border-right:1px solid #010101;
  margin-bottom:0;
  padding:10px;
}

.intake-form ul li .block:last-child,
.intake-form ul li .section:last-child{
  border-right:none;
}

.intake-form ul li .section{
  display:inline-block;
  width:24%;
  vertical-align:middle;
  border-right:1px solid #010101;
  padding:10px;
}

.intake-form ul li .section:first-child{
  width:49%;
}

.intake-form ul li .panel{
  display:inline-block;
  width:20%;
  vertical-align:middle;
}

.intake-form ul li .panel:last-child{
  width:79%;
  border-left:1px solid #010101;
}

.intake-form ul li td{
  vertical-align:middle;
  border-right:none;
  padding:8px;
}

.intake-form ul li tr:first-child td{
  border-top:none;
}

.contact-form ul li label strong{
  display:block;
  font-size:13px;
  line-height:18px;
  font-weight:400;
}

.contact_map{
  line-height:0;
}

.contact_map iframe{
  width:100%;
  height:420px;
  margin-bottom:0;
}

.inner_title{
  font-size:40px;
  color:#020202;
  line-height:58px;
  font-weight:700;
}

.inner_title strong,
.cta-title strong{
  color:#ec8906;
}

.inner-sm-title{
  font-size:26px;
  color:#010101;
  line-height:34px;
  font-weight:600;
}

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

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

.accordion-item{
  border:1px solid rgba(0,0,0,.15) !important;
  margin-bottom:10px;
}

.accordion-item:last-child{
  margin-bottom:0;
}

.accordion-button{
  font-size:18px;
  color:#1c1c1c;
  line-height:25px;
  font-weight:500;
  text-transform:inherit;
  padding:14px 20px;
}

.accordion-button:focus{
  box-shadow:none;
}

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
  background:#8501ab;
  color:#fff;
}

.accordion-button[aria-expanded="true"]:after,
.accordion-button:hover:after{
  filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(200%) contrast(101%);
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button{
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.bg-color{
  background:#f4f4f4;
}

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

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

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

#rmp-menu-wrap-93 .rmp-submenu-depth-1 .rmp-menu-item-link{
    height:auto !important;
    line-height:20px !important;
    margin:10px 0 !important;
    padding-bottom:10px;
}

@media screen and (max-width:1366px){
  .service_box .lower{
    min-height:245px;
  }

  .about_content,
  .h_cta_content{
    width:550px;
  }
	
	.footer_top{
		padding-bottom:180px;
	}

}

@media screen and (max-width:991px){
  .header_mid{
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    padding:12px 0;
  }

  .header_logo{
    width:130px;
    margin:0;
  }

  .about_content, 
  .h_cta_content{
    width:340px;
  }

  .home_banner{
    margin-top:112px;
  }

  .choose_panel .lower_panel .col-lg-3:nth-child(2n){
    border-right:none;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

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

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

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


}

@media screen and (max-width:767px){
  .home_banner .desc{
    bottom:7%;
  }

  .banner_content{
    width:380px;
  }

  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:26px;
    line-height:40px;
    padding-bottom:15px;
  }

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

  .common_btn,
  .common_btn2,
  .contact_form .btn{
    font-size:14px;
    line-height:16px;
    padding:11px 20px;
  }

  .home_banner img.big{
    height:400px;
    object-fit:cover;
  }

  .service_panel, 
  .testimonial_panel,
  .home_form{
    padding:35px 0;
  }

  .serv_box_logo{
    width:180px;
  }

  .service_bg_title, 
  .about_bg_title, 
  .h_form_title, 
  .choose_bg_title, 
  .testimonial_title,
  .h_cta_title,
  .inner_title{
    font-size:24px;
    line-height:40px;
    margin-bottom:18px;
  }

  .service_bg_title span, 
  .about_bg_title span, 
  .h_form_title span, 
  .choose_bg_title span, 
  .testimonial_title span{
    font-size:20px;
    line-height:35px;
  }

  .inner_title{
    margin-bottom:0;
	  font-size:24px;
	  line-height:40px;
  }

  .inner-sm-title{
    font-size:20px;
    line-height:26px;
  }

  .service_bg_title:after{
    width:50%;
    right:0;
    margin:0 auto;
  }

  .service_box .lower{
    min-height:auto;
  }

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

  .about_panel:before{
    width:100%;
    height:70%;
    top:auto;
  }

  .about_sm_title{
    height:45%;
    padding:30px 40px 30px 20px;
  }

  .about_content, 
  .h_cta_content{
    width:100%;
    padding-bottom:30px;
  }

  .home_form{
    margin-top:0;
  }

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

  .contact_form textarea.form-control{
    height:90px;
  }

  .choose_panel{
    padding:35px 0 80px;
  }

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

  .testimonial_box .sp-testimonial-content p{
    font-size:16px !important;
    line-height:24px !important;
  }

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

  .footer_top{
    background-size:100%;
    padding:35px 0 75px;
  }

  .footer_link li{
    margin-right:12px;
    margin-bottom:8px;
  }

  .footer_link li a{
    font-size:14px;
  }

  .footer_mid{
    padding-top:20px;
    padding-bottom:25px;
  }

  .footer_title{
    font-size:16px;
    line-height:18px;
  }

  .ft_service_link li a, 
  .footer_contact li{
    font-size:14px;
    line-height:16px;
  }

  .footer_contact li{
    line-height:20px;
  }

  .footer_logo{
    width:150px;
  }

  .abn_list li{
    font-size:16px;
    line-height:18px;
  }

  .footer_bottom{
    padding-top:25px;
  }

  .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-title{
    font-size:20px;
    line-height:22px;
  }

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

  .contact_map iframe{
    height:260px;
  }

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

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

  
}

@media screen and (max-width:575px){
  .banner_content{
    width:100%;
  }

  .about_sm_title{
    height:42%;
    font-size:28px;
    line-height:34px;
    padding:25px 50px 30px 20px;
  }

  .footer_top{
    padding:30px 0 60px;
  }

  .intake-form ul li{
    display:block;
    width:100% !important;
  }
  
  .intake-form ul li:last-child{
    border-left:none;
    border-top:1px solid #fff;
  }
  
  .intake-form ul li .section{
    width:49%;
  }
  
  .intake-form ul li .section:first-child{
    display:block;
    width:100%;
    border-right:none;
    border-bottom:1px solid #fff;
  }
  
  .intake-form .wpcf7-list-item label{
    font-size:12px;
  }

  
}
