@charset "utf-8";
/* CSS Document */
body{ 
  margin: 0px;
  font-size: 15px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Roboto', sans-serif;
}
.clr{
  clear: both;
}
header{
  width: 100%;
  padding: 15px 0;
  background-color: #00589f;
}
.logo{
  width: 100%;
  max-width: 348px;
}
.logo img{
  width: 100%;
}
.call-li,
.call-li ul{
  margin: 17px 0 0 0;
  padding: 0px;
  float: right;
}
.call-li li{
  list-style: none;
  float: left;
}
.call-li li.phone{
  font-size: 20px;
  color: #fff;
  padding: 6px 15px;
  line-height: 25px;
  border: 2px solid #fff;
  border-radius: 6px;
}
.call-li li+li{
  margin-left: 10px;
}
.call-li li i{
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  text-align: center;
  background-color: #10B31A;
  color: #fff;
  border-radius: 50%;
}
.main-banner{
  width: 100%;
  padding: 50px 0 0 0;
  background-image: url(../images/Banner.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.main-banner-new{
  width: 100%;
  background-image: url(../images/main-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-text{
  width: 100%;
  position: relative;
  padding: 15px 300px 70px 0;
}
.banner-text-new{
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
}
.banner-images-new{
  flex: 0 0 37%;
  padding-top: 30px;
}
.banner-images-new img{
  width: 100%;
}
.banner-text-new h1{
  font-size: 40px;
  font-weight: 900;
  margin: 0 0 20px 0;
}
.banner-text-new h1 span{
  display: block;
}
.banner-text-new p{
  font-size: 18px;
  margin: 0;
}
.banner-text-new p+p{
  margin-top: 15px;
}
.banner-text h2{
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  color: #fff;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
}
.banner-text h2 span{
  display: block;
  font-weight: 700;
}
.banner-text h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  margin: 40px 0 20px 0;
}
.banner-text p{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #93b9d1;
  line-height: 26px;
  margin: 40px 0 0 0;
}
.banner-text p+p{
  margin: 15px 0 0 0;
}
.banner-text-inner,
.banner-text-inner-new{
  width: 100%;
  position: relative;
  z-index: 99;
}
.banner-images{
  width: 360px;
  position: absolute;
  right: -30px;
  bottom: 0px;
}
.banner-images img{
  width: 100%;
}
.banner-countries-list,
.banner-countries-list ul{
  margin: 0px;
  padding: 0px;
}
.banner-countries-list li{
  list-style: none;
  float: left;
  width: 100%;
  max-width: 54px;
}
.banner-countries-list li img{
  width: 100%;
}
.readMoreText{
  text-align: right !important;
}
.form-box-main{
  width: 100%;
  padding: 30px 0 0 0;
}
.form-box{
  width: 100%;
  padding: 25px;
  background-color: rgba(227,227,227,1);
  border-radius: 8px;
}
.form-box .form-group{
  margin-bottom: 8px;
}
.form-box h3{
  font-size: 24px;
  margin: 0 0 20px 0;
}
.form-box h2{
  font-size: 30px;
  margin: 40px 0 50px 0;
  text-align: center;
}
.form-box h2 span{
  font-size: 40px;
  display: block;
}
.form-box h5{
  font-size: 24px;
  margin: 50px 0 20px 0;
  text-align: center;
}
.form-box a{
  color: #0094dd;
  text-decoration: none;
}
.form-box a:hover{
  color: #000;
  text-decoration: none;
}
.form-box .form-control{
  font-size: 13px;
  height: 38px;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
}
.form-group-relative{
  position: relative;
}
.form-group-icon{
  color: #7e7e7e;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
}
.submit-btn{
  font-size: 15px;
  font-weight: bold;
  padding: 9px 25px;
  /*background-color: #005aa1;*/
  background: rgb(0,90,161);
  background: -moz-linear-gradient(90deg, rgba(0,90,161,1) 0%, rgba(0,148,221,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0,90,161,1) 0%, rgba(0,148,221,1) 100%);
  background: linear-gradient(90deg, rgba(0,90,161,1) 0%, rgba(0,148,221,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005aa1",endColorstr="#0094dd",GradientType=1);
  border: none;
}
.university-bg{
  width: 100%;
  padding: 50px 0;
}
.university-bg h3{
  font-size: 30px;
  font-weight: 600;
  color: #00599f;
  text-align: center;
  margin: 0 0 15px 0;
}
.university-bg h4{
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  color: #3d3d3d;
  margin: 0 0 40px 0;
}
.university-bg .owl-prev,
.university-bg .owl-next{
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #2b2b2b !important;
  color: #fff !important;
  font-size: 24px !important;
  position: absolute;
  top: 50%;
  margin-top: -20px !important;
  border:none;
  border-radius: 50% !important;
  outline: 0;
  -webkit-box-shadow: 0px 0px 10px -8px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 10px -8px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 10px -8px rgba(0,0,0,0.3);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.university-bg .owl-prev{
  left: -20px;
}
.university-bg .owl-next{
  right: -20px;
}
.university-bg .owl-prev:hover,
.university-bg .owl-next:hover{
  background-color: #ddd !important;
  color: #2b2b2b !important;
}
.free-counselling-bg{
  width: 100%;
  background-color: #9dd5e2;
}
.free-counselling-inner{
  width: 100%;
  padding: 50px 0;
}
.free-counselling-inner h2{
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  color: #534e4a;
  margin: 0 0 15px 0;
}
.free-counselling-inner p{
  font-size: 18px;
  margin: 0 0 15px 0;
}
.free-counselling-img,
.free-counselling-img img{
  width: 100%;
}
.counselling-btn{
  background-color: #3e75ae;
  color: #fff;
  padding: 10px 25px 8px 25px;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 30px;
}
.counselling-btn:hover{
  background-color: #003eb7;
}
section.module.parallax {
  padding: 50px 0;
  background-position: 0 0;
  position: relative;
  background-image: url(../images/parallax.jpg);
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  text-align: center;
}
section.module.parallax h3{
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.parallax-overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.parallax-overlay {
  background-color: rgba(255, 255, 255, 0.9);
}
.count-box{
  width: 100%;
  margin: 0 0 40px 0;
}
.count-box i{
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #1daedd;
  color: #fff;
  font-size: 40px;
  margin: 0 auto 30px auto;
  border-radius: 50%;
}
.count-box h4{
  font-size: 36px;
  color: #000;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.count-more{
  font-size: 18px;
  color: #1daedd;
  font-weight: 400;
}
.count-box a{
  display: block;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.count-box a:hover{
  color: #000;
  text-decoration: none;
}
.right-advice-bg{
  width: 100%;
  padding: 50px 0;
}
.right-advice-bg h3{
  font-size: 30px;
  font-weight: 600;
  color: #00599f;
  text-align: center;
  margin: 0 0 40px 0;
}
.right-advice-li,
.right-advice-li ul{
  margin: 0px;
  padding: 0px;
}
.right-advice-li li{
  list-style: none;
  float: left;
  width: 20%;
  padding: 0 10px;
  text-align: center;
  color: #fff;
}
.right-advice-li li span{
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
}
.advice-icon{
  width: 60px;
  margin: auto;
}
.advice-icon img{
  width: 100%;
}

.conApply{
  width: 100%;
  text-align: right;
  color: #669cd5;
  margin-top: 30px;
  padding-right: 80px;
  float: left;
}

.success-story{
  width: 100%;
  padding: 50px 0;
}
.success-story h2{
  font-size: 28px;
  color: #3e75ae;
  margin: 0 0 30px 0;
  font-weight: 800;
  text-transform: uppercase;
}
.testimonial-box{
  width: 100%;
  padding: 0 0 0 130px;
  position: relative;
  min-height: 100px;
  margin-bottom: 30px;
}
.testimonial-box p{
  font-size: 18px;
  color: #515151;
}
.testimonial-box h4{
  color: #3e75ae;
  font-size: 20px;
  margin: 0px;
}
.testimonial-box h5{
  color: #515151;
  font-size: 15px;
  font-weight: 400;
  margin: 5px 0 0 0;
}
.testimonial-icon{
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.testimonial-icon img{
  width: 100%;
}
.success-story .carousel-control{
  width: 30px;
  height: 30px;
  top: 30%;
  margin-top: -15px;
  text-shadow: none;
  color: #3e75ae;
  opacity: 1;
  font-size: 30px;
}
.success-story .carousel-control.left{
  left: -30px;
}
.success-story .carousel-control.right{
  right: -30px;
}
.about-psa-bg{
  width: 100%;
  /*background-color: #fcddda;*/
  padding: 40px 0 170px 0;
  background: #fcddda url(../images/about-bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.about-psa-inner{
  width: 100%;
  padding: 0 50px;
}
.about-psa-bg h3 {
  font-size: 30px;
  font-weight: 600;
  color: #00599f;
  margin: 0 0 20px 0;
}
.about-psa-bg p{
  font-size: 20px;
  color: #595959;
  line-height: 34px;
  text-align: justify;
  margin: 0px;
}
.why-box-campign{
  width: 100%;
  padding: 20px;
  background: rgb(0,90,161);
  background: -moz-linear-gradient(90deg, rgba(0,90,161,1) 0%, rgba(0,148,221,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0,90,161,1) 0%, rgba(0,148,221,1) 100%);
  background: linear-gradient(90deg, rgba(0,90,161,1) 0%, rgba(0,148,221,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005aa1",endColorstr="#0094dd",GradientType=1);
  border-radius: 10px;
}
.why-box-campign h4{
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  min-height: 66px;
  margin: 15px 0 0 0;
}
.why-box-campign h4 span{
  display: block;
}
.why-box-img{
  width: 70px;
  margin: auto;
}
.why-box-img img{
  width: 100%;
}
.owl-theme .owl-nav{
  margin-top: 0px !important;
}
.mobile-banner{
  width: 100%;
}
.mobile-banner img{
  width: 100%;
}
footer{
  width: 100%;
  background-color: #07133d;
  padding: 20px 0;
  text-align: center;
  color: #ddd;
  font-size: 14px;
  font-weight: 500;
}
footer a{
  color: #ddd;
}
footer a:hover{
  color: #fff;
  text-decoration: none;
}

.video-testimonial-bg{width: 100%;padding: 40px 0 50px 0;background-color: #DBE8FF;/*font-family: 'Poppins', sans-serif;*/}
.video-testimonial-bg h3{font-size: 30px;font-weight: 600;margin: 0 0 20px 0;color: #00599f !important; text-align: center;}
.video-testimonial-box{width: 100%;background-color: #000;position: relative;margin-bottom: 30px; border-radius: 10px; overflow: hidden;}
.video-testimonial-box h4{width: 100%;color: #fff;font-size: 15px;font-weight: 400;text-align: center;margin: 0px;position: absolute;left: 0px;bottom: 35px;letter-spacing: 0.5px;}
.video-testimonial-box img{width: 100%;opacity: 0.6;}
.test-video-icon{width: 70px;height: 70px;line-height: 66px;background-color: transparent;color: rgba(255,255,255,0.5);font-size: 30px;text-align: center;position: absolute;left: 50%;top: 50%;margin-left: -35px;margin-top: -35px;z-index: 1;border-radius: 50%;-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;transition: all .4s ease-in-out; border: 2px solid rgba(255,255,255,0.5);}
.test-video-icon i{color: rgba(255,255,255,0.5);-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
.video-testimonial-box:hover .test-video-icon{ background-color: rgba(255,255,255,1);-ms-transform: scale(1.3);}
.video-testimonial-box:hover .test-video-icon i{color: #125FCD;}
.testimonials-popup-vide-inner {position: relative;padding-bottom: 55%; /* 16:9 */padding-top: 25px;height: 0;}
.testimonials-popup-vide-inner iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.video-testimonial-box .modal-dialog{width: 800px;}
.video-testimonial-box .modal-dialog button.close{z-index: 9;width: 30px;height: 30px;background: #ddd;opacity: 1;position: absolute;right: -10px;top: -10px;border-radius: 50%;font-size: 18px;text-shadow: none;}
.read-btn{font-family: 'Poppins', sans-serif;background-color: transparent;color: #718995;padding: 10px 30px;font-size: 15px;font-weight: 500;border-radius: 30px;border: 2px solid #718995;}
.read-btn:hover,.read-btn:focus{background-color: transparent;color: #ff6a56;border: 2px solid #ff6a56;}
.how-it-work-box{width: 100%;}
.how-it-work-box h4{font-size: 18px;color: #125FCD;font-weight: 500;line-height: 26px;text-align: center;margin: 15px 0 0 0;}
.how-it-work-box-icon{width:100%;margin: auto; text-align: center;}
.how-it-work-box-icon img{width: 100%;}
.how-arrow-up,.how-arrow-down{width: 100%; position: relative;}
.how-arrow-up:before,.how-arrow-down:before{content: '';background-position: left top;background-repeat: no-repeat;background-size: 100%;width: 85px;height: 20px;position: absolute;right: -58px;top: 50%;z-index: 1;}
.how-arrow-up:before{background-image: url(../images/how-arrow1.webp);}
.how-arrow-down:before{background-image: url(../images/how-arrow.webp);margin-top: -10px;}
.checkbox {
  position: relative;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  cursor: pointer;
  font-weight: normal !important;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.checkbox input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  position: absolute;
  top: 3px;
}
.checkbox .checkmark {
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #666;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 2px;
}
.checkbox:hover input ~ .checkmark {
  background-color: #fff;
}
.checkbox input:checked ~ .checkmark {
  background-color: #fff;
}
.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkmark:after {
  margin-top: 2px;
  margin-left: 6px;
  width: 5px;
  height: 10px;
  border: solid #017801;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.psa-numbers-count-bg {
  width: 100%;
  padding: 20px 0;
  background-color: #dae6f7;
}
.count-box {
  width: 100%;
  padding: 5px 0 10px 0;
  text-align: center;
  margin: 0;
  border-right: 2px solid #1d202c;
}
.count-box-right-bdr {
  border-right: none !important;
}
.home-count-icon {
  width: 70px;
  margin: 0 auto 10px auto;
}
.home-count-icon img {
  width: 100%;
}
.count-box h4 {
  font-size: 24px;
  color: #1d202c;
  font-weight: 500;
  margin: 0;
}
.count-box h4 span {
  font-size: 30px;
  display: block;
  font-weight: 700;
}
.heading-shadow,
.heading-shadow-one,
.heading-shadow-two{
  position: relative;
}
.heading-shadow:before,
.heading-shadow-one:before,
.heading-shadow-two:before{
  content: '';
  height: 14px;
  background-color: #97bade;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  border-radius: 7px;
}
.heading-shadow:before{
  width: 245px;
}
.heading-shadow-one:before,
.heading-shadow-two:before{
  left: 50%;
}
.heading-shadow-one:before{
  width: 250px;
  margin-left: -125px;
}
.heading-shadow-two:before{
  width: 310px;
  margin-left: -155px;
}
.more-choice-bg{
  width: 100%;
  padding: 50px 0;
}
.more-choice-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.more-choice-box{
  width: 100%;
  padding: 30px;
  margin-top: 50px;
  background: #F8FBFD;
  background: -webkit-linear-gradient(135deg, rgba(248, 251, 253, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(223, 233, 244, 1) 100%);
  background: -moz-linear-gradient(135deg, rgba(248, 251, 253, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(223, 233, 244, 1) 100%);
  background: linear-gradient(135deg, rgba(248, 251, 253, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(223, 233, 244, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F8FBFD", endColorstr="#DFE9F4", GradientType=0);
  border: 1px solid #b5cee7;
  border-radius: 30px;
}
.more-choice-box h3{
  min-height: 106px;
  font-size: 32px;
  font-weight: 900;
  margin: 0 0 20px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.more-choice-box h3 span{
  display: block;
}
.more-choice-box p{
  font-size: 16px;
  margin: 0px;
}
.more-choice-box-icon{
  width: 100px;
  height: 100px;
  padding: 10px;
  overflow: hidden;
  background-color: #fff;
  margin: -80px auto 20px auto;
  border: 1px solid #b5cee7;
  border-radius: 50%;
}
.more-choice-box-icon img{
  width: 100%;
}
.more-choice-box-des ul{
  margin: 0 0 15px 0;
  padding: 0 0 0 20px;
}
.more-choice-box-des li{
  font-size: 16px;
}
.more-choice-box-des li+li{
  margin-top: 4px;
}
@media (min-width: 1301px) and (max-width: 1400px) {
  .main-banner {
    background-size: cover;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .main-banner {
    padding: 50px 0 0 0;
    background-size: cover;
  }
  .banner-text {
    padding: 0 280px 90px 0;
  }
  .banner-countries-list li {
    max-width: 50px;
  }
}

@media (min-width: 200px) and (max-width: 767px) {
  .call-li, .call-li ul{
    text-align: center;
    float: none;
  }
  .call-li li {
    list-style: none;
    float: none;
    display: inline-block;
  }
  .call-li li.phone {
    font-size: 16px;
  }
  header {
    padding: 10px 0;
  }
  .logo{
    margin: auto;
    max-width: 280px;
  }
  .main-banner {
    padding: 0 0 20px 0;
    background-size: cover;
  }
  .banner-images{
    width: 190px;
    right: -15px;
  }
  .banner-text{
    padding: 0 0 15px 0;
  }
  .banner-text h2{
    font-size: 18px;
    line-height: 24px;
    margin: 0;
  }
  .banner-text h3 {
    font-size: 15px;
    padding-right: 100px;
    margin: 10px 0 15px 0;
  }
  .banner-text p {
    font-size: 13px;
    line-height: 18px;
    padding-right: 80px;
    margin: 15px 0 0 0;
  }
  .banner-countries-list,
  .banner-countries-list ul{
    padding-right: 100px;
  }
  .banner-countries-list li{
    max-width: 36px;
  }
  .readMoreText{
    text-align: left !important;
  }
  .banner-text p + p{
    margin-top: 15px;
  }
  .form-box{
    padding: 20px;
  }
  .university-bg {
    padding: 20px 0;
  }
  .university-bg h3{
    font-size: 20px;
  }
  .university-bg h4{
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  .free-counselling-inner{
    padding: 20px 0;
  }
  .free-counselling-inner h2{
    font-size: 24px;
  }
  .free-counselling-inner p{
    font-size: 16px;
  }
  .video-testimonial-bg{
    padding: 20px 0;
  }
  .video-testimonial-bg h3{
    font-size: 20px;
    margin: 0 0 15px 0;
  }
  .video-testimonial-box{
    margin-bottom: 15px;
  }
  .right-advice-bg h3{
    font-size: 20px;
    margin: 0 0 15px 0;
  }
  .how-it-work-box{margin-top: 15px;}
  .how-it-work-box-icon img{max-width: 150px;}
  .how-it-work-box h4{font-size: 16px;margin: 5px 0 0 0;}
  .how-arrow-up:before, .how-arrow-down:before{display: none;}
  .about-psa-bg{
    padding: 20px 0 90px 0;
  }
  .about-psa-bg h3{
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .about-psa-inner{
    padding: 0px;
  }
  .about-psa-bg p {
    font-size: 14px;
    line-height: 22px;
  }
  section.module.parallax{
    padding: 20px 0;
  }
  .count-box{
    margin: 0 0 20px 0;
  }
  .count-box i{
    margin-bottom: 15px;
  }
  .right-advice-bg{
    padding: 20px 0;
  }
  .right-advice-li li{
    width: 50%;
    margin-bottom: 15px;
  }
  .conApply{
    margin-top: 15px;
    text-align: center;
    padding: 0px;
  }
  .success-story{
    padding: 20px 0;
  }
  .success-story h2{
    font-size: 24px;
  }
  .testimonial-box{
    padding: 0 30px;
  }
  .testimonial-icon {
    width: 60px;
    height: 60px;
    position: inherit;
    margin: 0 auto 15px auto;
  }
  .testimonial-box p{
    font-size: 16px;
    text-align: center;
  }
  .testimonial-box h4,
  .testimonial-box h5{
    text-align: center;
  }
  .success-story .carousel-control{
    top: 50%;
  }
  .success-story .carousel-control.left{
    left: -15px;
  }
  .success-story .carousel-control.right{
    right: -15px;
  }
  footer {
    padding: 10px 0;
    font-size: 12px;
  }
}