.container {
  margin-top: 30px;
}

.rrr-hero {
  height: 70vh;
  background-image: url(../../images/sipho.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.rrr-hero-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 100px;
}

.hero-item {
  width: 100%;
}

.hero-item h1 {
  font-size: 60px;
  color: whitesmoke;
}

.hero-item h2 {
  color: lightgray;
  font-size: 18px;
  margin-top: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-transform: uppercase;
}

.hero-item p {
  color: whitesmoke;
}

.hero-item div {
  text-align: center;
  width: 100%;
  height: 100%;
}

.bread-crumbs {
  font-family: Yantramanav;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 20px;
}

.bread-crumbs a {
  color: #249b49;
}

.serv-grid {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  -webkit-column-gap: 40px;
          column-gap: 40px;
}

.serv-inner {
  background-image: url(../../images/sipho-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 27, 50, 0.82);
  padding: 10px 200px;
}

.serv-inner h2 {
  margin: 20px 0px;
  font-size: 30px;
  text-align: center;
}

.serv-inner p {
  text-align: center;
  color: whitesmoke;
}

.s-content p {
  color: #818181;
  font-size: 18px;
  font-family: Yantramanav;
}

.s-content ul {
  list-style: none;
}

.s-content ul li {
  font-family: Yantramanav;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.s-content ul li img {
  width: 30px;
  margin-right: 20px;
}

.t-item {
  position: relative;
  background-color: #025c37;
  overflow: hidden;
  height: 100%;
  padding-bottom: 10px;
}

.t-item img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  background: white;
}

.t-item h3, .t-item h4 {
  margin-top: 10px;
  text-align: center;
  color: #f3f3f3;
}

.t-item:hover {
  opacity: 1;
}

.t-item:hover img {
  opacity: 1;
}

.t-item:hover .social-bar {
  left: 0px;
}

.social-bar {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #025c36;
  padding: 5px 10px;
  position: absolute;
  top: 50%;
  left: -300px;
  -webkit-transition: .3s;
  transition: .3s;
}

.s-icon {
  width: 100%;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #249b49;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: lightgray;
}

.s-icon span {
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

@media (max-width: 850px) {
  .rrr-hero {
    height: 35vh;
  }
  .rrr-hero-inner {
    padding: 0px 20px;
    height: 100%;
  }
  .hero-item {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .hero-item h1 {
    font-size: 40px;
  }
  .serv-inner {
    padding: 10px;
  }
  .serv-inner h2 {
    font-size: 20px;
    text-align: left;
    margin: 10px;
  }
  .serv-grid {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .our-services {
    height: auto;
    margin-bottom: 20px;
  }
  .os-inner {
    height: auto;
  }
  .os-inner h2 {
    font-size: 30px;
    text-align: left;
    margin: 10px;
    padding: 0px;
  }
  .our-values {
    padding: 10px;
  }
  .our-values h2 {
    text-align: center;
  }
  .v-grid {
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    padding: 0px;
    -webkit-column-gap: 7px;
            column-gap: 7px;
  }
}

@media (max-width: 550px) {
  .hero-item h1 {
    font-size: 25px !important;
  }
  .hero-item h2 {
    font-size: 16px;
    margin-top: 10px;
  }
  .ms-inner {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .wwo-inner h2 {
    font-size: 30px;
  }
}

@media (max-width: 450px) {
  .hero-item h1 {
    font-size: 20px !important;
  }
}
/*# sourceMappingURL=team.css.map */