* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  font-family: 'Poppins', sans-serif;


}
nav {
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}

.section-title {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}

.our-brand-wrap{
  margin-top: -120px!important;
}

@media (max-width: 991px){
  .our-brand-wrap{
    margin-top: -204px!important;
  }
  
}



@media (max-width: 767px){
  .main_menu{
    background-color: black;
  }
}



.our-brand-wrap .item {
  text-align: center;
  flex: 0 0 auto;
  padding: 10% 1%;
}
.our-brand-wrap .item_img,
.our-news-wrap .item_img {
  width: 100%;
  margin-bottom: 15px;
}
.our-brand-wrap .item_name,
.our-brand-wrap .item_place {
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}
.our-brand-wrap .item_name {
  color: #fff;
  font-size: 15px;
}
.our-brand-wrap .item_place {
  color: #afa6a6;
  font-size: 14px;
}
.our-brand-wrap .owl-dots,
.our-news-wrap .owl-dots {
  display: none;
}
.our-brand-wrap .owl-nav {
  position: absolute;
  top: -10%;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.our-brand-wrap .owl-next,
.our-brand-wrap .owl-prev {
  background: #555555 !important;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.our-news-wrap .owl-next,
.our-news-wrap .owl-prev {
  background: #aaa9a6 !important;
  height: 40px;
  width: 40px;
  display: flex;
  border-radius: 50%;
}
.our-brand-wrap .owl-next span,
.our-brand-wrap .owl-prev span,
.our-news-wrap .owl-next span,
.our-news-wrap .owl-prev span {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.our-brand-wrap .owl-stage {
  overflow: hidden;
}
.CERTIFICATIOS {
  background-color:#22816D;
}
@media (max-width: 767px) {
  .our-brand-wrap .owl-nav {
    padding: 0 10px;
    top: 30%;
  }
  .our-news-wrap {
    padding: 0 20px;
  }



}
.our-news-wrap .color {
  color: #fff;
}
.our-news-wrap .item_name {
  font-weight: 700;
  font-size: 16;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 10px;
}
.our-news-wrap .item_desc {
  font-weight: 500;
  font-size: 14;
  text-transform: capitalize;
  color: #afa6a6;
  margin-bottom: 0;
}
.our-news-wrap .owl-nav {
  position: absolute;
  display: flex;
  right: 0;
  top: -70px;
}
.our-news-wrap .owl-prev {
  align-items: center;
  justify-content: center;
}
.our-news-wrap .owl-next {
  margin-left: 15px;
  align-items: center;
  justify-content: center;
}
.best-platfrom-wrap {
  background: linear-gradient(#04142e, rgba(34, 50, 77, 0.63)) center
      center/cover fixed,
    url(../images/bg1.jpg) center center/cover fixed;
  padding: 30px 80px;
}
.best-platfrom-wrap .feature-img {
  width: 100%;
}
.best-platfrom-wrap .section-title {
  padding: 0;
  margin-bottom: 20px;
}
.best-platfrom-wrap .sub-title {
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 40px;
  padding: 0;
}
.best-platfrom-wrap .item {
  color: #ffffff;
  padding: 15px 10px;
}
.best-platfrom-wrap .item_title {
  font-weight: 500;
}
.best-platfrom-wrap .item_desc {
  margin: 0;
  padding: 0;
}
.best-platfrom-wrap .item_btn {
  margin-top: 20px;
}
.best-platfrom-wrap .item_list {
  text-align: left;
}
.best-platfrom-wrap .item_list li {
  list-style: disc;
  padding-bottom: 10px;
}
.contact-section {
  background-image: url(../images/contact-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 50px 0;
}
.contact-section h4 {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
}
.contact-section h2 {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
}
.cust-btn {
  background-color: #555555 !important;
  color: #fff !important;
}
.cust-btn:hover {
  background-color: #0d64e6 !important;
}
.myCounter h3 {
  color: #ffffff;
}
@media (max-width: 575px) {
  .carousel-inner {
    height: auto;
  }
  .section-title {
    font-size: 25px;
  }
  .our-brand-wrap .item {
    padding: 4% 1%;
  }
}













/* footer */
footer {
  background-color: #212121;
  color: #ffffff;
}




/* end of footer */
