/* About Css Start Here */
.about_sec {
  padding: 70px 0;
}
.about_sec .img_box img {
  width: 100%;
  padding-right: 20px;
}
.about_sec .contentDv {
  padding: 0 30px 0 0px;
}
.about_sec .contentDv .wrapper h5.title {
  color: #005de0;
}
.about_sec .contentDv .wrapper h3 {
  color: #363636;
  line-height: 50px;
}
.about_sec .contentDv .wrapper span.line {
  margin-top: 10px;
}
.about_sec p {
  padding: 20px 0 0 15px;
  color: #363636;
  line-height: 28px;
}
.about_sec ul.list {
  padding: 0 0 0 40px;
  list-style: none;
}
.about_sec ul.list li {
  color: #363636;
  font-weight: 500;
  margin-bottom: 7px;
}
.about_sec ul.list li i {
  font-size: 10px;
  background: #005de0;
  color: #fff;
  padding: 2px 2px;
  margin-right: 5px;
}
.about_sec a.btn {
  border: 2px solid #005de0;
}
.about_sec a.btn:hover {
  border-color: #fff;
  box-shadow: 0px 0px 0px 2px #005de0;
}
@media (max-width: 991px) {
  .about_sec .img_box img {
    padding: 0;
  }
  .about_sec .contentDv {
    padding: 50px 0px 0 0px;
  }
}
@media (max-width: 768px) {
  .about_sec {
    padding: 50px 0;
  }
  .about_sec p {
    padding-left: 0;
  }
  .about_sec ul.list {
    padding: 0 0 10px 0;
  }
}
@media (max-width: 480px) {
  .about_sec .contentDv .wrapper h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
/* About Css End Here */

/* Brands Css Start Here */
.brands_sec {
  padding: 20px 0 20px;
}
.brands_sec .brands_slider .brand {
  overflow: hidden;
}
.brands_sec .brands_slider img {
  margin: 0px auto;
  transition: 4s;
}
.brands_sec .brands_slider img:hover {
  transform: scale(1.3);
}
.brands_sec .brands_slider ul.slick-dots {
  display: none !important;
}
@media (max-width: 768px) {
  .brands_sec .brands_slider figure {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .brands_sec .brands_slider {
    position: relative;
    overflow: hidden;
  }
}
/* Brands Css Start Here */
