.section-padding {
    padding: 20px 0 100px 0;
    }
.fixed-icon{
    position: fixed;
        right: 10px;
        bottom: 200px;
        width: 80px;
        height: 80px;  
        z-index: 99999;
        border-radius: 50%;
}
.up-2{
    text-indent: 2em;
}
.font-20{
    font-size: 18px;
    color: #333;
}
.about-section {
  background:url("../images/slider/middle-bg.jpg") center center/cover no-repeat local;
}

.about-section .content {
  overflow: hidden;
  position: relative;
}

.about-section .left-col {
  background-color: rgba(255, 94, 20, 0.9);
  width: calc(50% + 90px);
  float: left;
  padding: 125px 0 115px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .about-section .left-col {
    width: 100%;
    float: none;
    padding: 80px 0 75px;
  }
}

.about-section .right-col {
  width: calc(50% - 90px);
  height: 100%;
  float: left;
  padding: 125px 0;
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  top: 0;
  right: 0;
}

@media (max-width: 991px) {
  .about-section .right-col {
    width: 100%;
    float: none;
    position: relative;
    height: auto;
  }
}

@media (max-width: 767px) {
  .about-section .right-col {
    padding: 90px 0;
  }
}

.about-section .left-col .inner {
  max-width: 670px;
  float: right;
  margin-left: auto;
  padding-right: 75px;
}

@media (max-width: 1199px) {
  .about-section .left-col .inner {
    max-width: 560px;
  }
}

@media (max-width: 991px) {
  .about-section .left-col .inner {
    max-width: 750px;
    float: none;
    margin: auto;
    padding: 0 15px;
  }
}

.about-section .left-col h3 {
  font-size: 36px;
  font-size: 2.0rem;
  line-height: 1.22em;
  color: #fff;
  margin: -0.13em 0 0.8em;
  padding-right: 100px;
}

@media (max-width: 1199px) {
  .about-section .left-col h3 {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .about-section .left-col h3 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .about-section .left-col h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.about-section .left-col p {
  color: #fff;
  margin-bottom: 3em;
}

.about-section .social span {
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .about-section .social span {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.about-section .social ul {
  overflow: hidden;
  margin-top: 10px;
}

.about-section .social ul li {
  float: left;
}

.about-section .social ul > li + li {
  margin-left: 20px;
}

@media (max-width: 991px) {
  .about-section .social ul > li + li {
    margin-left: 10px;
  }
}

.about-section .social ul a {
  font-size: 36px;
  font-size: 2.4pxrem;
  color: #fff;
}

@media (max-width: 991px) {
  .about-section .social ul a {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.about-section .right-col .video-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-section .right-col .video-holder a {
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 767px) {
  .about-section .right-col .video-holder a {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.about-section .right-col .video-holder i {
  background-color: #ff5e14;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  font-size: 0.66667rem;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

/*--------------------------------------------------------------
#2.2	services-section-s2
--------------------------------------------------------------*/
.services-section-s2 {
  background-color: #edf5f8;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .services-section-s2 {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .services-section-s2 {
    padding-bottom: 70px;
  }
}

.services-section-s2 .grid .service-title,
.services-section-s2 .grid p,
.services-section-s2 .grid .more {
  position: relative;
  z-index: 1;
}

.services-section-s2 .services-grids .grid {
  overflow: hidden;
  margin: 0 -15px;
}

.services-section-s2 .grid img {
  width: auto;
}

.services-section-s2 .grid .box {
  background-color: #fff;
  width: calc(33.33% - 30px);
  padding: 30px 35px 25px;
  margin: 0 15px 30px;
  float: left;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
  position: relative;
}

@media (max-width: 1199px) {
  .services-section-s2 .grid .box {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .services-section-s2 .grid .box {
    padding: 20px 20px 15px;
  }
}

@media (max-width: 610px) {
  .services-section-s2 .grid .box {
    width: calc(100% - 30px);
  }
}

.services-section-s2 .grid .box:before {
  content: "";
  background: url("../images/services/service-box-bg.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.services-section-s2 .grid .box:after {
  content: "";
  background-color: rgba(36, 44, 51, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.services-section-s2 .service-title {
  min-height: 35px;
  position: relative;
  padding-left: 50px;
  margin-bottom: 10px;
}

.services-section-s2 .service-title .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.services-section-s2 .service-title h3 {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 500;
  color: #242c33;
  padding-top: 7px;
  margin: 0;
}

@media (max-width: 991px) {
  .services-section-s2 .service-title h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .services-section-s2 .service-title h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.services-section-s2 .box p {
  margin-bottom: 1em;
}

.services-section-s2 .box .more {
  border-top: 1px solid #efefef;
  padding-top: 15px;
}

.services-section-s2 .box .more a {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  color: #242c33;
}

.services-section-s2 .grid .box:hover:before,
.services-section-s2 .grid .box:hover:after {
  opacity: 1;
}

.services-section-s2 .box:hover .service-title h3,
.services-section-s2 .box:hover p,
.services-section-s2 .box:hover .more a {
  color: #fff;
}

.services-section-s2 .box:hover .more {
  border-color: #5a5f71;
}

.services-section-s2 .view-all-services {
  font-family: "Heebo", sans-serif;
  max-width: 280px;
  position: relative;
  z-index: 10;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #7a8595;
  margin: 0;
}

@media (max-width: 1199px) {
  .services-section-s2 .view-all-services {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 991px) {
  .services-section-s2 .view-all-services {
    font-size: 15px;
    font-size: 1rem;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .services-section-s2 .view-all-services {
    text-align: center;
    margin: 55px auto 0;
  }
}

.services-section-s2 .view-all-services a {
  color: #ff5e14;
}

.services-section-s2 .owl-controls {
  position: relative;
  margin-top: 20px;
}

.services-section-s2 .owl-controls .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ff5e14;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px transparent;
  box-shadow: 0 0 0 2px transparent;
}

.services-section-s2 .owl-controls .owl-dots .active span {
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #ff5e14;
  box-shadow: 0 0 0 2px #ff5e14;
}

.services-section-s2 .owl-controls .owl-nav {
  position: absolute;
  right: 0;
  top: -10px;
}

@media (max-width: 767px) {
  .services-section-s2 .owl-controls .owl-nav {
    width: 100%;
    top: -10px;
  }
}

.services-section-s2 .owl-controls .owl-nav .owl-prev,
.services-section-s2 .owl-controls .owl-nav .owl-next {
  background: #fff;
  width: 34px;
  height: 34px;
  line-height: 30px;
  color: #242c33;
  border-radius: 0;
}

@media (max-width: 767px) {
  .services-section-s2 .owl-controls .owl-nav .owl-prev,
  .services-section-s2 .owl-controls .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.services-section-s2 .owl-controls .owl-nav .owl-prev:hover,
.services-section-s2 .owl-controls .owl-nav .owl-next:hover {
  background: #ff5e14;
  color: #fff;
}

/*--------------------------------------------------------------
	#home style 3
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.1	about-section-s3
--------------------------------------------------------------*/
.about-section-s3 .about-text {
  padding: 40px 0;
  margin-left: -30px;
}

@media (max-width: 1199px) {
  .about-section-s3 .about-text {
    margin-left: 0;
    padding: 25px 0;
  }
}

@media (max-width: 991px) {
  .about-section-s3 .about-text {
    padding: 0;
    margin-top: 50px;
  }
}

.about-section-s3 .title > span {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #74787d;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .about-section-s3 .title > span {
    font-size: 15px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .about-section-s3 .title > span {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.about-section-s3 .title h2 {
  font-size: 42px;
  font-size: 2.8rem;
  color: #242c33;
  line-height: 1.2em;
  margin: 0.14em 0 0.71em;
}

@media (max-width: 1199px) {
  .about-section-s3 .title h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 991px) {
  .about-section-s3 .title h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .about-section-s3 .title h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

@media screen and (min-width: 1200px) {
  .about-section-s3 .about-text {
    padding-right: 90px;
  }
}

.about-section-s3 .about-text p {
  margin-bottom: 1.4em;
}

@media (max-width: 767px) {
  .about-section-s3 .about-text p {
   
  }
}

.about-section-s3 .signature {
  margin-bottom: 35px;
}

@media (max-width: 1199px) {
  .about-section-s3 .signature {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .about-section-s3 .signature {
    margin-bottom: 35px;
  }
}

.about-section-s3 .fun-fact-grids {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .about-section-s3 .fun-fact-grids {
    margin-left: -30px;
  }
}

.about-section-s3 .fun-fact-grids .grid {
  width: 33.33%;
  float: left;
  padding-left: 65px;
  position: relative;
}

@media (max-width: 1199px) {
  .about-section-s3 .fun-fact-grids .grid {
    padding-left: 55px;
  }
}

@media (max-width: 550px) {
  .about-section-s3 .fun-fact-grids .grid {
    width: 100%;
    float: none;
    padding-left: 60px;
    text-align: center;
  }
}

@media (max-width: 550px) {
  .about-section-s3 .fun-fact-grids > .grid + .grid {
    margin-top: 50px;
  }
}

.about-section-s3 .fun-fact-grids .icon {
  position: absolute;
  left: 0;
}

.about-section-s3 .fun-fact-grids .icon img {
  max-width: 50px;
}

@media (max-width: 1199px) {
  .about-section-s3 .fun-fact-grids .icon img {
    max-width: 42px;
  }
}

.about-section-s3 .fun-fact-grids h3 {
  font-size: 33px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #242c33;
  margin: 0;
}

@media (max-width: 1199px) {
  .about-section-s3 .fun-fact-grids h3 {
    font-size: 26px;
    font-size: 1.73333rem;
  }
}

@media (max-width: 550px) {
  .about-section-s3 .fun-fact-grids h3 {
    text-align: left;
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.about-section-s3 .fun-fact-grids p {
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #757e86;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .about-section-s3 .fun-fact-grids p {
    font-size: 14px;
    font-size: 0.93333rem;
    line-height: normal;
  }
}

@media (max-width: 550px) {
  .about-section-s3 .fun-fact-grids p {
    text-align: left;
  }
}

/*--------------------------------------------------------------
#1.0	testimonials-section
--------------------------------------------------------------*/
.testimonials-section, .testimonials-section-s2 {
  padding-bottom: 125px;
}

@media (max-width: 1199px) {
  .testimonials-section, .testimonials-section-s2 {
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .testimonials-section, .testimonials-section-s2 {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .testimonials-section, .testimonials-section-s2 {
    padding-bottom: 90px;
  }
}

.testimonials-section .testimonials-grids img, .testimonials-section-s2 .testimonials-grids img {
  width: auto;
}

.testimonials-section .testimonials-grids, .testimonials-section-s2 .testimonials-grids {
  positition: relative;
  margin-left: -45px;
}

@media (max-width: 1199px) {
  .testimonials-section .testimonials-grids, .testimonials-section-s2 .testimonials-grids {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .testimonials-section .testimonials-grids, .testimonials-section-s2 .testimonials-grids {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .testimonials-section .testimonials-grids, .testimonials-section-s2 .testimonials-grids {
    margin-top: 30px;
  }
}

.testimonials-section .testimonials-grids:before, .testimonials-section-s2 .testimonials-grids:before {
  content: "";
  background: url("../images/testimonials/client-pic-bg.jpg") center center/cover no-repeat local;
  width: 300px;
  height: 310px;
  position: absolute;
  left: -45px;
  bottom: -45px;
}

@media (max-width: 1199px) {
  .testimonials-section .testimonials-grids:before, .testimonials-section-s2 .testimonials-grids:before {
    display: none;
  }
}

.testimonials-section .testimonials-grids .grid, .testimonials-section-s2 .testimonials-grids .grid {
  overflow: hidden;
}

.testimonials-section .grid .img-holder, .testimonials-section-s2 .grid .img-holder {
  width: 295px;
  float: left;
}

@media (max-width: 767px) {
  .testimonials-section .grid .img-holder, .testimonials-section-s2 .grid .img-holder {
    width: 100%;
    float: none;
  }
}

.testimonials-section .grid .img-holder img, .testimonials-section-s2 .grid .img-holder img {
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(171, 171, 171, 0.3);
  box-shadow: 0 0 10px rgba(171, 171, 171, 0.3);
  margin: 10px;
}

@media (max-width: 991px) {
  .testimonials-section .grid .img-holder img, .testimonials-section-s2 .grid .img-holder img {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 10px solid #f1f1f1;
  }
}

.testimonials-section .grid .details, .testimonials-section-s2 .grid .details {
  width: calc(100% - 295px);
  float: right;
  padding: 40px 0 0 45px;
}

@media (max-width: 991px) {
  .testimonials-section .grid .details, .testimonials-section-s2 .grid .details {
    padding: 0 0 0 45px;
  }
}

@media (max-width: 767px) {
  .testimonials-section .grid .details, .testimonials-section-s2 .grid .details {
    width: 100%;
    float: none;
    padding: 35px 0 0;
  }
}

.testimonials-section .grid .details h3, .testimonials-section-s2 .grid .details h3 {
  font-size: 24px;
  font-size: 1.6rem;
  color: #242c33;
  margin: 0 0 6px;
  line-height: 1.3em;
}

@media (max-width: 991px) {
  .testimonials-section .grid .details h3, .testimonials-section-s2 .grid .details h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .testimonials-section .grid .details h3, .testimonials-section-s2 .grid .details h3 {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

.testimonials-section .details .client-info, .testimonials-section-s2 .details .client-info {
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  color: #74787d;
  display: block;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .testimonials-section .details .client-info, .testimonials-section-s2 .details .client-info {
    font-size: 15px;
    font-size: 1rem;
  }
}

.testimonials-section .details p, .testimonials-section-s2 .details p {
  margin-bottom: 1.5em;
}

.testimonials-section .rating i, .testimonials-section-s2 .rating i {
  color: #ff5e14;
}

.testimonials-section .owl-controls, .testimonials-section-s2 .owl-controls {
  position: relative;
  margin-top: 0;
}

@media (max-width: 991px) {
  .testimonials-section .owl-controls, .testimonials-section-s2 .owl-controls {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .testimonials-section .owl-controls, .testimonials-section-s2 .owl-controls {
    text-align: left;
    margin-left: -5px;
  }
}

.testimonials-section .owl-controls .owl-dots, .testimonials-section-s2 .owl-controls .owl-dots {
  width: 720px;
}

@media (max-width: 991px) {
  .testimonials-section .owl-controls .owl-dots, .testimonials-section-s2 .owl-controls .owl-dots {
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .testimonials-section .owl-controls .owl-dots, .testimonials-section-s2 .owl-controls .owl-dots {
    display: none !important;
  }
}

.testimonials-section .owl-controls .owl-dots .owl-dot span, .testimonials-section-s2 .owl-controls .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #c6c7c9;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px transparent;
  box-shadow: 0 0 0 2px transparent;
}

.testimonials-section .owl-controls .owl-dots .active span, .testimonials-section-s2 .owl-controls .owl-dots .active span {
  background: #ff5e14;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #ff5e14;
  box-shadow: 0 0 0 2px #ff5e14;
}

.testimonials-section .owl-controls .owl-nav, .testimonials-section-s2 .owl-controls .owl-nav {
  position: absolute;
  right: 0;
  top: -10px;
}

@media (max-width: 767px) {
  .testimonials-section .owl-controls .owl-nav, .testimonials-section-s2 .owl-controls .owl-nav {
    width: 100%;
    top: -10px;
  }
}

.testimonials-section .owl-controls .owl-nav .owl-prev, .testimonials-section-s2 .owl-controls .owl-nav .owl-prev,
.testimonials-section .owl-controls .owl-nav .owl-next, .testimonials-section-s2 .owl-controls .owl-nav .owl-next {
  background: #f3f4f7;
  width: 34px;
  height: 34px;
  line-height: 30px;
  text-align: center;
  color: #242c33;
  border-radius: 0;
}

@media (max-width: 767px) {
  .testimonials-section .owl-controls .owl-nav .owl-prev, .testimonials-section-s2 .owl-controls .owl-nav .owl-prev,
  .testimonials-section .owl-controls .owl-nav .owl-next, .testimonials-section-s2 .owl-controls .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.testimonials-section .owl-controls .owl-nav .owl-prev:hover, .testimonials-section-s2 .owl-controls .owl-nav .owl-prev:hover,
.testimonials-section .owl-controls .owl-nav .owl-next:hover, .testimonials-section-s2 .owl-controls .owl-nav .owl-next:hover {
  background: #dadada;
  color: #ff5e14;
}
/*--------------------------------------------------------------
#2.6	fun-fact-section
--------------------------------------------------------------*/
.testimonials-section-s2 {
  padding-bottom: 145px;
}

@media (max-width: 1199px) {
  .testimonials-section-s2 {
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .testimonials-section-s2 {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .testimonials-section-s2 {
    padding-bottom: 100px;
  }
}
/*--------------------------------------------------------------
#0.6	cta-section
--------------------------------------------------------------*/
.cta-section, .cta-section-s2 {
  /* background: url("../images/cta-bg.jpg") center center/cover no-repeat local; */
  /* padding: 55px 0; */
  /* background: #bfc4ca; */
  position: relative;
  padding:20px 0;
}
.cta-section .content{
  width:1200px;
  height:100%;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
}
.cta-section .content .item{
  width:25%;
  height:100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.cta-section .content .item p{
  text-align: center;
  line-height: 50px;
}
.cta-section .content .item p.red{
  color:#c50000;
  font-size: 32px;
}
.cta-section .content .item p.gray{
  font-size: 22px;
  color:#000;
}



@media (max-width: 991px) {
  .cta-section, .cta-section-s2 {
    text-align: center;
  }
}

.cta-section:before, .cta-section-s2:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cta-section .cta-text, .cta-section-s2 .cta-text {
  position: relative;
}

@media screen and (min-width: 992px) {
  .cta-section .cta-text .theme-btn-s2, .cta-section-s2 .cta-text .theme-btn-s2, .cta-section .cta-text .theme-btn-s3, .cta-section-s2 .cta-text .theme-btn-s3, .cta-section .cta-text .theme-btn-s4, .cta-section-s2 .cta-text .theme-btn-s4 {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.cta-section h3, .cta-section-s2 h3 {
  font-size: 30px;
  font-size: 2rem;
  font-weight: 500;
  color: #242c33;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .cta-section h3, .cta-section-s2 h3 {
    padding-right: 200px;
  }
}

@media (max-width: 1199px) {
  .cta-section h3, .cta-section-s2 h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 991px) {
  .cta-section h3, .cta-section-s2 h3 {
    font-size: 22px;
    font-size: 1.46667rem;
    margin-bottom: 1em;
  }
}

@media (max-width: 767px) {
  .cta-section h3, .cta-section-s2 h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}
/*--------------------------------------------------------------
#3.5	cta-section-s2
--------------------------------------------------------------*/
.cta-section-s2:before {
  background: rgba(13, 30, 45, 0.9);
}

.cta-section-s2 h3 {
  color: #fff;
}