@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:#2d215b;
  border-radius:10px;
  padding:15px 30px;
}

.common_btn:hover{
  background:#154675;
  color:#fff;
}

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

.common_btn2:hover{
  background:#2d215b;
  color:#fff;
}

.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 500ms ease-in-out; 
}

.header_top{
  background:#000;
  padding:12px 0;
  transition:all 500ms 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;
}

.header_contact li a:hover{
  color:#0183bf;
}

.header_bottom{
  transition:all 500ms ease-in-out;
}

.header_logo{
  width:330px;
  padding:15px 0;
  transition:all 500ms ease-in-out; 
}

.header_link{
  background:#fff;
  margin-right:70px;
  padding:20px 0;
  position:relative;
}

.header_link:before{
  content:"";
  position:absolute;
  width:100px;
  height:70px;
  background:url(../images/hd-link-bg1.png) no-repeat left bottom;
  left:-100px;
  top:0;
}

.header_link:after{
  content:"";
  position:absolute;
  width:100px;
  height:70px;
  background:url(../images/hd-link-bg2.png) no-repeat right bottom;
  right:-100px;
  top:0;
}

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

  .navbar-default.navbar-fixed .header_bottom{
    background:#000;
  }

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

}

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

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

.banner_bg_title{
  font-family: "Cabin", sans-serif;
  font-size:60px;
  line-height:68px;
  padding-bottom:25px;
}

.about_panel,
.home_form,
.partner_logo_panel{
  padding:60px 0;
}

.about_num_title{
  font-size:40px;
  color:#020202;
  line-height:42px;
  width:250px;
  clip-path:polygon(0 0, 100% 0, 85% 100%, 15% 100%);
  left:0;
  right:0;
  top:0;
  margin:0 auto;
  padding:10px 20px;
}

.about_bg_title,
.service_bg_title,
.testimonial_bt_title,
.faq_bg_title,
.offering_bg_title,
.home_form_title{
  font-family: "Cabin", sans-serif;
  font-size:52px;
  color:#362d59;
  line-height:60px;
  padding-bottom:25px;
}

.service_panel,
.testimonial_panel,
.faq_panel,
.offering_panel{
  padding-bottom:60px;
}

.service_panel .upper_panel{
  padding-bottom:35px;
}

.service_bg_title,
.offering_bg_title{
  color:#154676;
}

.service_sm_title{
  font-family: "Cabin", sans-serif;
  font-size:24px;
  color:#020202;
  line-height:30px;
  letter-spacing:.3em;
}

.service_title{
  font-size:26px;
  color:#040404;
  line-height:34px;
  font-weight:600;
  margin:20px 0 14px;
}

.service_box .common_btn2{
  font-size:14px;
  line-height:16px;
  padding:12px 20px;
}

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

.testimonial_box .sp-testimonial-free{
  background:#e9e9e9 !important;
  border-radius:12px !important;
  padding:25px;
}

.testimonial_box .sp-testimonial-post-title{
  color:#020202 !important;
  text-align:left !important;
}

.testimonial_box .sp-testimonial-content p{
  color:#010101;
  text-align:left !important;
  padding:0 !important;
}

.testimonial_box .sp-testimonial-client-name{
  font-family: "Cabin", sans-serif !important;
  font-size:24px !important;
  color:#7522c3 !important;
  line-height:26px !important;
  text-align:left !important;
}

.testimonial_box .sp-testimonial-client-rating{
  display:block !important;
  text-align:left !important;
}

.testimonial_bt_title,
.home_form_title{
  color:#693a95;
}

.faq_img img{
  border-radius:320px 320px 0 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:#020202;
  line-height:25px;
  font-weight:500;
  text-transform:inherit;
  padding:14px 20px;
  background:#154675:
}

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

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
  background:#0183bf;
  color:#fff;
  box-shadow:none;
}

.accordion-button[aria-expanded="true"]:after,
.accordion-button:hover:after{
  filter:invert(0%) sepia(9%) saturate(7464%) hue-rotate(165deg) brightness(0%) contrast(108%);
}

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

.faq_sm_title{
  font-family: "Cabin", sans-serif;
  font-size:32px;
  color:#a303a9;
  line-height:38px;
  padding:25px 0 12px;
}

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

.offering_title{
  font-family: "Cabin", sans-serif;
  font-size:26px;
  color:#010101;
  line-height:35px;
  font-weight:700;
  margin-bottom:15px;
}

.home_form,
.thumb-conatct .form-box{
  background:url(../images/h-form-bg.jpg) no-repeat left center;
  background-size:cover;
}

.footer_top{
  background:#000;
  padding:50px 0 40px;
}

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

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

.footer_link li a,
.footer_contact li{
  font-size:16px;
  color:#fff;
  line-height:20px;
}

.footer_link li a:hover,
.footer_contact li a:hover,
.footer_bottom .text-common a{
  color:#693a95;
}

.footer_contact li{
  margin-bottom:15px;
}

.footer_contact li a{
  color:#fff;
}

.footer_bottom{
  padding:25px 0;
}

.footer_bottom .text-common span{
  font-weight:700;
}

#back-button {
  display:inline-block;
  background-color:#2d215b;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:10px;
  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 center;
  background-size:cover;
  margin-top:48px !important;
  padding:240px 0 100px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: "Cabin", sans-serif;
  font-size:56px;
  color:#fff;
  line-height:64px;
  font-weight:700;
  text-align:center;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#2d215b;
  line-height:80px;
  border-radius:12px;
  text-align:center;
}

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

.contact-title{
  font-size:24px;
  color:#000;
  line-height:26px;
  font-weight:600;
}

.contact-main{
  font-size:17px;
  color:#000;
  line-height:24px;
}

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

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

.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:52px;
  border-radius:0;
  border:1px solid #020202;
  background:#fff;
  font-size:16px;
  color:#020202;
  line-height:20px;
  padding:10px 20px;
}

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

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

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

.contact_form .block textarea.form-control{
  height:110px;
  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:500;
  text-transform:inherit;
  background:#362c5b;
  border-radius:10px;
  padding:13px 30px;
}

.contact_form .block .btn:hover{
  background:#154675;
  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,
.inner-sm-title strong{
  color:#7522c3;
}

.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-icon001.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:28px;
}

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

.bg-color{
  background:#f4f4f4;
}

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

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

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

.box-content{
	padding:20px;
	min-height:350px;
}

.box-content01{
	padding:20px;
	min-height:95px;
}

.box-content02{
	padding:20px;
	min-height:237px;
}

.box-content03 {
    padding: 20px;
    min-height: 195px;
}

.box-content04{
    padding: 20px;
    min-height: 180px;
}

.box-content05{
    padding: 20px;
    min-height: 240px;
}

.footer_contact li span{
  padding-right:10px;
}

@media screen and (max-width:991px){
  .header_bottom{
    background:#000;
    box-shadow:0 4px 6px rgba(255,255,255,.2);
  }

  .header_logo{
    width:170px;
  }

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

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

  .footer_bottom{
    padding-bottom:70px;
  }

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

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

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



}

@media screen and (max-width:767px){
  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:38px;
    padding-bottom:16px;
  }

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

  .about_panel, 
  .home_form, 
  .partner_logo_panel{
    padding:35px 0;
  }

  .about_num_title{
    font-size:30px;
    line-height:32px;
    width:200px;
  }

  .about_bg_title, 
  .service_bg_title, 
  .testimonial_bt_title, 
  .faq_bg_title, 
  .offering_bg_title, 
  .home_form_title,
  .inner-title,
  .cta-title{
    font-size:28px;
    line-height:36px;
    padding-bottom:18px;
  }

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

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

  .service_panel, 
  .testimonial_panel, 
  .faq_panel, 
  .offering_panel{
    padding-bottom:35px;
  }

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

  .service_title,
  .offering_title{
    font-size:20px;
    line-height:26px;
  }

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

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

  .accordion-button{
    font-size:15px;
    line-height:22px;
  }

  .faq_sm_title{
    font-size:24px;
    line-height:26px;
    padding:18px 0 10px;
  }

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

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

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

  .footer_logo img{
    width:180px;
  }

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

  .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;
    line-height:22px;
  }

  .contact_map iframe{
    height:260px;
  }

  .thankyou-sec img,
  .error404 .page-content img{
    width:220px;
  }
	
	 .box-content{
		padding:20px;
		min-height:0;
	}
	
	.box-content01{
		padding:20px;
		min-height:0;
	}

	.box-content02{
		padding:20px;
		min-height:0;
	}

	.box-content03 {
		padding: 20px;
		min-height:0;
	}

	.box-content04{
		padding: 20px;
		min-height:0;
	}

	.box-content05{
		padding: 20px;
		min-height:0;
	}

  
}

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

   .box-content{
		padding:20px;
		min-height:0;
	}
	
	.box-content01{
		padding:20px;
		min-height:0;
	}

	.box-content02{
		padding:20px;
		min-height:0;
	}

	.box-content03 {
		padding: 20px;
		min-height:0;
	}

	.box-content04{
		padding: 20px;
		min-height:0;
	}

	.box-content05{
		padding: 20px;
		min-height:0;
	}
  
}
