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

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:#ed0f0c;
  border:1px solid #080808;
  border-radius:20px 0;
  padding:15px 30px;
}

.common_btn:hover{
  background:#080808;
  border-color:#ed0f0c;
  border-radius:0 20px;
  color:#ed0f0c;
}

.common_btn2{
  font-size:16px;
  color:#ed0f0c;
  line-height:18px;
  background:#080808;
  border:1px solid #ed0f0c;
  border-radius:20px 0;
  padding:15px 30px;
}

.common_btn2:hover{
  background:#ed0f0c;
  border-color:#080808;
  border-radius:0 20px;
  color:#fff;
}

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

.text-common a{
  color:#e61505;
}

.text-common a:hover{
  color:#020202;
}

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

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

.ft-contact li{
  font-size:16px;
  color:#fff;
  line-height:20px;
  font-weight:500;
}

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

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

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

.hd-logo{
  width:170px;
}

.hd-phone{
  background:url(../images/ph-icon01.png) no-repeat left center;
  padding-left:45px;
}

.hd-ph-title{
  font-size:13px;
  color:#1c1c1c;
  line-height:18px;
  font-weight:500;
  padding-bottom:5px;
}

.hd-phone a{
  font-size:20px;
  color:#000;
  line-height:22px;
  font-weight:700;
}

.hd-phone a:hover{
  color:#e21702;
}

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

 .navbar-default.navbar-fixed .header-bottom{
  box-shadow:0 4px 6px rgba(0,0,0,.1);
 }

}

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

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

.banner-content{
  width:70%;
  max-width:100%;
  margin:0 auto;
}

.banner-sm-title{
	font-size:22px;
	line-height:24px;
	font-weight:600;
	padding-bottom:15px;
}

.banner-bg-title{
  font-size:52px;
  line-height:60px;
  text-shadow:0 4px 6px rgba(0,0,0,.8);
  background:url(../images/title-after-img01.png) no-repeat center bottom;
  margin-bottom:35px;
  padding-bottom:22px;

}

.service-panel{
  margin-top:-50px;
}

.service-box{
  background:linear-gradient(to right, #fff , #dbdbdc);
  border-bottom:4px solid #e21702;
  min-height:415px;
  padding:30px;
}

.service-box:hover{
  background:url(../images/serv-box-bg.png) no-repeat center center, #000;
  background-size:cover;
  border-color:#000;
}

.service-icon{
  width:90px;
  height:90px;
  line-height:90px;
  background:#c0c0c0;
  text-align:center;
  border-radius:50%;
  margin:0 auto;
  transition:all 500ms ease-in-out;
}

.service-box:hover .service-icon{
  background:#fff;
}

.service-title,
.help-box-title,
.benefit-title{
  font-size:22px;
  color:#030303;
  line-height:28px;
  font-weight:600;
  padding:16px 0 12px;
  transition:all 500ms ease-in-out;
}

.service-box .text-common{
  transition:all 500ms ease-in-out;
}

.service-box:hover .service-title,
.service-box:hover .text-common{
  color:#fff;
}

.service-box:hover a img{
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(237deg) brightness(106%) contrast(105%);
}

.about-panel,
.lesson-panel,
.benefit-panel,
.work-panel,
.h-cta-panel,
.testimonial-panel{
  padding:60px 0;
}

.about-img img.big{
  border-radius:0 0 40px;
}

.about-sm-img img{
  border:6px solid #fff;
  margin-top:-140px;
}

.about-sm-title,
.help-sm-title,
.benefit-sm-title,
.enroll-sm-title,
.work-sm-title,
.cta-sm-tilte,
.testimonial-sm-title{
  font-size:22px;
  color:#333333;
  line-height:24px;
  font-weight:600;
  margin-bottom:10px;
  padding-bottom:12px;
}

.about-sm-title:after,
.help-sm-title:after,
.benefit-sm-title:after,
.enroll-sm-title:after,
.work-sm-title:after,
.testimonial-sm-title:after{
  content:"";
  position:absolute;
  width:70%;
  height:2px;
  background:#e11604;
  left:0;
  bottom:0;
}

.about-bg-title,
.help-bg-title,
.lesson-bg-title,
.benefit-bg-title,
.enroll-bg-title,
.work-bg-title,
.cta-bg-tilte,
.testimonial-bg-title{
  font-size:46px;
  color:#010101;
  line-height:54px;
  padding-bottom:25px;
}

.book-today a{
  font-size:18px;
  color:#020202;
  line-height:20px;
  font-weight:500;
}

.book-today a:hover{
  color:#e11604;
}

.about-content .phone a{
  font-size:18px;
  color:#020202;
  line-height:20px;
  font-weight:600;
  border:1px solid #e11604;
  background:url(../images/ph-icon02.png) no-repeat 15px center;
  border-radius:30px;
  padding:14px 20px 14px 50px;
}

.help-panel .upper-panel,
.home-form{
  background:url(../images/service-bg.png) no-repeat center center, #020202;
  background-size:cover;
  padding:60px 0 250px;
}

.help-panel .lower-panel{
  padding-bottom:60px;
}

.help-panel .lower-panel .thumb-box{
  background:#efeded;
  margin-top:-200px;
  padding:15px 0;
}

.help-cont-box{
  padding:25px;
}

.help-cont-box a{
  font-size:14px;
  color:#fff;
  line-height:16px;
  font-weight:500;
  background:#e21702;
  padding:12px 20px;
}

.help-cont-box a:hover{
  background:#080808;
}

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

.lesson-sm-title{
  font-size:20px;
  color:#050505;
  line-height:26px;
  font-weight:500;
  background:#e21702;
  box-shadow:0 4px 15px rgba(0,0,0,.4);
  padding:10px 20px;
}

.lesson-sm-title span{
  font-size:22px;
  color:#fff;
  line-height:24px;
  font-weight:700;
}

.benefit-content{
  width:635px;
}

.benefit-content .block{
  margin-bottom:20px;
}

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

.benefit-content .block .text{
  display:inline-block;
  width:85%;
  vertical-align:top;
  padding-left:20px;
}

.join-btn{
  font-size:16px;
  color:#010101 !important;
  line-height:18px;
  font-weight:500;
  border:1px solid #e21702;
  background:url(../images/right-arrow02.png) no-repeat 90% center;
  padding:13px 48px 13px 20px;
}

.join-btn:hover{
  background-position:94% center;
}

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

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

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

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

.h-form-title{
  font-size:26px;
  color:#050505;
  line-height:32px;
  padding-bottom:12px;
}

.h-form-box .text-common{
  color:#e21702;
}

.work-sm-title:after,
.testimonial-sm-title:after{
  right:0;
  margin:0 auto;
}

.work-box{
  width:300px;
  height:300px;
  background:#fff;
  border:10px solid #000;
  border-radius:50%;
  margin:0 auto;
  padding:36px 30px;
}

.work-panel .bottom-panel .col-lg-4:nth-child(2n) .work-box{
  background:#fecece;
  border-color:#e71502;
}

.work-title{
  font-size:20px;
  color:#000;
  line-height:26px;
  font-weight:600;
  padding-bottom:10px;
}

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

.h-cta-panel .common_btn,
.h-cta-panel .common_btn2{
  border-radius:0;
}

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

.testimonial-box{
  box-shadow:0 4px 6px rgba(0,0,0,.2);
  padding:25px;
}

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

.testimonial-box .sp-testimonial-free{
  padding-left:150px;
}

.testimonial-box .sp-testimonial-client-image{
  position:absolute;
  left:0;
  top:0;
}

.testimonial-box .sp-testimonial-content p{
  font-size:18px !important;
  color:#000;
  line-height:28px !important;
  font-weight:500 !important;
  text-align:left !important;
  padding:0 !important;
}

.testimonial-box .sp-testimonial-client-name{
  font-size:26px !important;
  color:#e61505 !important;
  line-height:28px !important;
  font-weight:700 !important;
  text-align:left !important;
}

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

.footer-top{
  background:url(../images/footer-bg.png) no-repeat 20% bottom, #000;
  padding:50px 0 40px;
}

.footer-title{
  font-size:24px;
  color:#e61505;
  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 .block:last-child{
  margin-bottom:0;
}

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

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

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

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

.ft-contact .block .ft-contact-main{
  display:inline-block;
  width:90%;
  vertical-align:middle;
  font-size:16px;
  color:#fff;
  line-height:22px;
  padding-left:10px;
}

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

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

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

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-size:40px;
  color:#fff;
  line-height:42px;
  font-weight:700;
  text-align:center;
}

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

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

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

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

.contact-form .block{
  margin-bottom:15px;
}

.contact-form .block p{
  margin-bottom:0;
}

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

.contact-form .block .form-control{
  height:46px;
  border-radius:0;
  border:1px solid #000;
  background:#fff;
  font-size:16px;
  color:#000;
  line-height:20px;
  font-weight:400;
  padding:10px 20px;
}

.contact-form .block .form-control::placeholder{
  color:#000;
  opacity:1;
}

.contact-form .block .form-control::-ms-input-placeholder{
  color:#000
}

.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:500;
  text-transform:inherit;
  background:#e61505;
  border-radius:0;
  padding:13px 30px;
}

.contact-form .block .btn:hover{
  background:#000;
  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:#e61505;
}

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

.inner-list li{
  font-size:16px;
  color:#020202;
  line-height:24px;
  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-list li a{
  color:#020202;
}

.inner-list li a:hover{
  color:#e61505;
}

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

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

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

.about-inner-title,
.serv-inner-title{
  font-size:18px;
  color:#000;
  line-height:24px;
  font-weight:600;
}

.inner-serv-cont{
  min-height:150px;
}

.inner-step-box{
  min-height:200px;
}

.pass-plus-sec .inner-serv-cont{
  min-height:200px;
}

.automatic-driving-sec .inner-step-box{
  min-height:250px;
}

.crash-courses-sec .inner-step-box{
  min-height:280px;
}

.ti-widget.ti-goog .ti-verified-by-row{
	display:none !important;
}

.serv-area-list li{
	display:inline-block;
	width:16%;
	vertical-align:top;
	margin-bottom:15px;
	font-size:18px;
	color:#020202;
	line-height:25px;
	font-weight:600;
	background:url(../images/location-icon0102.png) no-repeat left center;
	padding-left:35px;
	
}

.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:#e61505;
	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;
}

.inner-step-box p{
	display:none;
}

.benefit_box{
	min-height:250px;
}

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

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

@media screen and (max-width:1366px){
  .ft-contact li{
    font-size:14px;
  }

  .primary-navigation li{
    margin-right:10px !important;
  }

  .primary-navigation a{
    font-size:15px !important;
  }

  .pass-plus-sec .inner-serv-cont{
    min-height:220px;
  }

  .automatic-driving-sec .inner-step-box{
    min-height:275px;
  }

  .crash-courses-sec .inner-step-box{
    min-height:300px;
  }
	
	.service-box{
		min-height:440px;
	}
	
	.benefit_box{
		min-height:275px;
	}


}

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

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

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

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

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

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

  .contact-main{
    word-break:break-all;
  }

  
}

@media screen and (max-width:767px){
  .home-banner .desc{
    bottom:10%;
  }

  .banner-content{
    width:100%;
  }

  .banner-bg-title{
    font-size:28px;
    line-height:36px;
    background-size:150px;
    margin-bottom:12px;
    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;
  }

  .service-panel{
    margin-top:0;
    padding-top:35px;
  }

  .service-box{
    min-height:370px;
    padding:20px;
  }

  .service-title, 
  .help-box-title, 
  .benefit-title{
    font-size:18px;
    line-height:25px;
  }

  .about-panel, 
  .lesson-panel, 
  .benefit-panel, 
  .work-panel, 
  .h-cta-panel, 
  .testimonial-panel,
  .home-form{
    padding:35px 0;
  }

  .about-sm-title, 
  .help-sm-title, 
  .benefit-sm-title, 
  .enroll-sm-title, 
  .work-sm-title, 
  .cta-sm-tilte, 
  .testimonial-sm-title{
    font-size:18px;
    line-height:20px;
  }

  .about-bg-title, 
  .help-bg-title, 
  .lesson-bg-title, 
  .benefit-bg-title, 
  .enroll-bg-title, 
  .work-bg-title, 
  .cta-bg-tilte, 
  .testimonial-bg-title,
  .inner-title,
  .cta-title{
    font-size:26px;
    line-height:34px;
    padding-bottom:18px;
  }

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

  .book-today a,
  .about-content .phone a{
    font-size:16px;
    line-height:18px;
  }

  .about-content .phone a{
    padding:12px 20px 13px 50px;
  }

  .help-panel .upper-panel{
    padding:35px 0 225px;
  }

  .help-cont-box a{
    padding:10px 15px;
  }

  .help-panel .lower-panel{
    padding-bottom:35px;
  }

  .lesson-sm-title{
    font-size:16px;
    line-height:24px;
  }

  .lesson-sm-title span{
    font-size:18px;
  }

  .join-btn{
    font-size:14px;
    line-height:16px;
    padding:12px 42px 12px 15px;
  }

  .benefit-content{
    width:100%;
    padding:0 30px 0 20px;
  }

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

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

  .h-form-title{
    font-size:22px;
    line-height:28px;
  }

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

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

  .work-box{
    padding:40px;
  }

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

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

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

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

  .ft-logo{
    width:200px;
  }

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

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

  .ft-contact .block .ft-contact-main{
    font-size:14px;
  }

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

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

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

  .inner-serv-cont{
    min-height:auto;
  }

  .about-inner-title{
    font-size:20px;
  }

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

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

  .pass-plus-sec .inner-serv-cont,
  .automatic-driving-sec .inner-step-box,
  .crash-courses-sec .inner-step-box{
    min-height:auto;
  }
	
	.inner-step-box{
		min-height:160px;
	}
	
	.serv-inner-title{
		font-size:16px;
		line-height:22px;
	}
	
	.serv-area-list li{
		width:49%;
		font-size:16px;
	}
	
	.serv-area-list li:nth-last-child(-n+2){
		margin-bottom:0;
	}
	
	.accordion-button{
		font-size:16px;
		line-height:23px;
	}
	
	.benefit_box{
		min-height:auto;
	}
	
	.defensive_sec .row{
		display:block;
	}


  
}

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

  .service-box{
    min-height:auto;
  }

  .about-sm-img img{
    width:180px;
    margin-top:-80px;
  }

  .help-cont-box{
    padding:20px;
  }

  .benefit-content{
    padding:0 12px 0 0;
  }

  .testimonial-box .sp-testimonial-free{
    padding-left:0;
  }

  .testimonial-box .sp-testimonial-client-image{
    position:inherit;
  }

  .testimonial-box .sp-testimonial-content p,
  .testimonial-box .sp-testimonial-client-name,
  .testimonial-box .sp-testimonial-client-rating{
    text-align:center !important;
  }

  .ft-contact .block .ft-contact-main{
    width:88%;
    font-size:13px;
  }
	
	.inner-step-box{
		min-height:175px;
	}

  
}
