

.team_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  opacity: 0.2;
  margin: 75px 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.team_section .box .img-box img {
  max-width:100%;
  max-height: 100%;
}

.team_section .box .detail-box {
  background-color: #D81324;
  padding: 10px;
  border-radius: 20px;
  color: #ffffff;
  margin-top: -20px;
  visibility: hidden;
  opacity: 2;
  -webkit-transition: all 0.7s;
  transition: all 0.6s;
}

.team_section .box .detail-box h6 {
  text-transform: uppercase;
  font-size: 11px;
}

@media (max-width: 570px) {
  .team_section .box .detail-box h6 {
  font-size: 10px;
}
}

@media (max-width: 470px) {
  .team_section .box {
    width:80%;
    margin-left:auto;
    margin-right:auto;
  }
 
  .team_section .box .detail-box h6 {
  font-size: 9px;
  }
}



.team_section .box .detail-box .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team_section .box .detail-box .social_box a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  font-size: 18px;
  margin: 0 5px;
  color: #ffffff;
}

.team_section .team_carousel .owl-item.center .box {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.4);
}

.team_section .team_carousel .owl-item.center .box .detail-box {
  visibility: visible;
  opacity: 1;
}

.team_section .team_carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team_section .team_carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background-color: #252525;
  outline: none;
}

.team_section .team_carousel .owl-dots .owl-dot.active {
  background-color: #D81324;
}



.info_section form button {
  display: inline-block;
  background-color: #D81324;
  color: #ffffff;
  padding: 10px 55px;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: #649713;
}


/*===========partners ===========*/
.brand{
    padding: 120px 0;
}
.brand-area {
    position:relative;
}
.brand-area .item {
    padding: 0 40px 0; 
    /*border:1px solid green;  */
}

.brand .brand-area .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height:150px;
    border-radius:0;
   /*  align-items:center;
    justify-content: center;
    margin: auto; */
}

.itempicCover{
  object-fit: scale-down ;
}
/*===========end of partners ===========*/