/*#region  **** about img  ****/
.about-img {
  background: url(../images/slider/img-1.png) no-repeat center top / cover;
  min-height: 550px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;

}

.about-img::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #54545478;
  z-index: 0;
}

.about-container {
  z-index: 1;
  position: relative;
}

.about-img h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.about-img ul li {
  display: inline-block;
  padding: 0px 5px;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
}

.about-img ul li a {
  color: #fbc52b;
  transition: all .3s;
}

.wh-hi {
  position: absolute;
  bottom: -65px;
  margin: 0 calc(50% - 150px);
  width: 300px;
  background: #1f1f1f;
  padding: 20px;
  border-radius: 20px;
  max-width: 100%;
}

.wh-hi h2 {
  font-size: 25px;
  font-weight: 700;
  color: #fbc52b;
  text-align: center;
  margin-top: 0;
}

.wh-hi p {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

/*#endregion*/

/*#region ----- ( drives us ) ----- */

.end-paragraph,
.div-drives-us {
  padding: 70px 0;
  background: #f4f6f7;
}

.end-title,
.div-drives-title {
  text-align: center;
}

.end-title,
.div-drives-title h2 {
  color: #222222;
  font-weight: 500;
  margin: 0 0 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
  font-size: 29px;
  line-height: 40px;
}

.div-drives-title h2:after {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: block;
  content: "";
  background: #F4BC16;
  height: 2px;
}

.end-title p,
.div-drives-title p {
  line-height: 29px;
  font-size: 20px;
  margin: 20px 0px 60px;
  color: #666666;
  font-weight: 400;
  text-align: center;
}

.div-icon {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, .09);
  border-radius: 5px;
  background: #f5f5f5;
  padding: 47px 30px 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 60px;
  color: #3c8fcc;
  text-align: center;
  min-height: 420px;


}

.drives-icon {
  background: white;
  padding: 15px;
  border-radius: 60px;
  color: #3c8fcc;
  transition: all 1s;
}

.div-icon-title {
  text-align: center;
  padding: 30px 0 10px;
  transition: all .5s;
}

.div-icon-title p {
  color: #3c8fcc;
  line-height: 25px;
  padding: 0;
  font-size: 24px;
}

.drives-content {
  text-align: center;
}

.drives-content p {
  text-align: justify;
  color: #0c0c0c;
  line-height: 25px;
  padding: 0;
  font-size: 16px;
}

.div-icon:hover .drives-icon {
  color: #F4BC16;
  background: #3c8fcc;
}

.div-icon:hover .div-icon-title p {
  color: #F4BC16;
  transition: all .5s;
}

/*#endregion*/

/*#region ( wh-testimonial ) */


#wh-testimonial {
  background: #efefef;
}

#wh-testimonial .testimony-slide {
  text-align: center;
}

#wh-testimonial .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 700;
  display: block;
}

#wh-testimonial .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#wh-testimonial .testimony-slide figure img {
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#wh-testimonial .testimony-slide blockquote {
  border: none;
  margin: 15px auto;
  width: 70%;
  position: relative;
  padding: 0;
}

.testimony-slide p {
  text-align: justify
}

@media screen and (max-width: 992px) {
  #wh-testimonial .testimony-slide blockquote {
    width: 100%;
  }
}

#wh-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}

#wh-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}

#wh-testimonial .arrow-thumb a:hover,
#wh-testimonial .arrow-thumb a:focus,
#wh-testimonial .arrow-thumb a:active {
  text-decoration: none;
}



/*#endregion */


/*#region ( wh-testimonial ) */


#wh-testimonial {
  background: #efefef;
}

#wh-testimonial .testimony-slide {
  text-align: center;
}

#wh-testimonial .testimony-slide span {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 700;
  display: block;
}

#wh-testimonial .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#wh-testimonial .testimony-slide figure img {
  min-width: 190px;
}

.div-img-logo-figure {
  background: url(../images/logo/logo-dark.png) no-repeat center top / cover;
  position: relative;
 
}

#wh-testimonial .testimony-slide blockquote {
  border: none;
  margin: 15px auto;
  width: 70%;
  position: relative;
  padding: 0;
}

@media screen and (max-width: 992px) {
  #wh-testimonial .testimony-slide blockquote {
    width: 100%;
  }
}

#wh-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}

#wh-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}

#wh-testimonial .arrow-thumb a:hover,
#wh-testimonial .arrow-thumb a:focus,
#wh-testimonial .arrow-thumb a:active {
  text-decoration: none;
}

.owl-item.active {
  width: 400px;
}

.pading-item {
  padding-right: 20px;
  padding-left: 20px;
}

/*#endregion */


/*#region  **** Responsive  ****/

@media(max-width:767px) {
  .media-margin {
    margin-bottom: 20px;
  }
}


/*#endregion*/