/*  -----LOGO SLIDER-----  */
.logoslider {
  background: #f3f4f6;
  padding: 50px 0;
}
.ath_round_icon_img {
  box-shadow: 0 0 6px rgba(0, 0, 0, .25);
  background: #fff;
  width: 220px !important;
  height: 130px;
  padding: 16px;
  margin: 15px auto !important;
}
/*ath_carousel_se_03 start*/
.ath_carousel_se_03 {
  overflow: hidden;
}
.ath_carousel_se_03 h2 {
  font-size: 41px;
  font-weight: bold;
  padding: 0 77px;
  margin-bottom: 50px;
}
.ath_carousel_se_03 h2 span{
  color: #022f59;
}
.ath_carousel_se_03 .product-grid3 {
  border: none;
  box-shadow: none;
}
.ath_carousel_se_03 .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 42%;
  right: -40px;
}
.ath_carousel_se_03 .owl-carousel .owl-nav button.owl-next:hover {
  background: #022f59;
  color: #fff;
}
.ath_carousel_se_03 .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 42%;
  left: -40px;
}
.ath_carousel_se_03 .owl-carousel .owl-nav button.owl-prev:hover {
  background: #022f59;
  color: #fff;
}
.ath_carousel_se_03 .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}
.ath_carousel_se_03 .owl-carousel .owl-nav button.owl-prev,
.ath_carousel_se_03 .owl-carousel .owl-nav button.owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #022f59;
  background: rgb(255, 255, 255);
  width: 40px;
  height: 40px;
  font-size: 25px;
  transform: translateY(-50%);
  box-shadow: 0 0 8px rgba(0, 0, 0, .25);
}
.ath_carousel_se_03 .ath_round_icon_img {
  text-align: center;
  line-height: 100px;
}
.ath_round_icon_img img{
  width: 70% !important;
  margin-left: 15%;
}
.ath_carousel_se_03 .ath_round_icon_img i {
  font-size: 55px;
  color: #022f59;
}
.ath_carousel_se_03 .btn-primary {
  background: #022f59;
  border-color: #022f59;
}
.ath_carousel_se_03 .btn-primary:hover,
.ath_carousel_se_03 .btn-primary:focus,
.ath_carousel_se_03 .btn-primary:active {
  background: #708e15;
}

@media only screen and (max-width: 768px) {
  .ath_round_icon_img {
    box-shadow: 0 0 6px rgba(0, 0, 0, .25);
    background: #fff;
    width: 180px !important;
    height: 100px;
    padding: 16px;
    margin: 15px auto !important;
  }
  .ath_carousel_se_03 h2 {
    font-size: 23px;
    font-weight: bold;
    padding: 0 40px;
    margin-bottom: 50px;
  }
  .logoslider {
    padding: 20px 0;
  }
  .ath_carousel_se_03 .owl-carousel .owl-nav button.owl-prev {
    top: 42%;
    left: 0px;
  }
  .ath_carousel_se_03 .owl-carousel .owl-nav button.owl-next {
    top: 42%;
    right: 0px;
  }
}