.carousel-2{
    display: none;
}
.carousel-3{
    display: none;
}
.sLogo{
  width: 100%;
}
@media (min-width: 1200px){
  .col-lg1-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}
@media (min-width: 1000px){
  .col-md1-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333% ;
    max-width: 33.3333% ;
  }
}
@media (max-width: 840px){
  .teamgalery{
    padding: 0 !important;
  }
}
@media (max-width: 580px){
  .col-s-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  }
  .row{
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 1200px){
  .sLogo{
    width: 80%;
  }
}
@media (max-width: 768px){
  .title0{
    font-size: 35px !important;
    line-height: 40px !important;
  }
  .text0{
    font-size: 19px !important;
    line-height: 34px !important;
  }
}
@media screen and (max-width: 540px){
  .title0{
    font-size: 32px !important;
    line-height: 38px !important;
  }
  .text0{
    font-size: 18px !important;
    line-height: 31.5px !important;
  }
}
