body {
  font-family: "Lato";
}
section {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.hero-bg {
  background-image: url("../img/image/home-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media (min-width: 600px) {
  .hero-bg {
    height: 90vh;
  }
  .banner-overlay {
    height: 90vh;
  }
}
.nav-phone-icon {
  background: #fff;
  padding: 9px;
  border-radius: 50%;
}
.nav-link {
  font-weight: 500;
}
@media (min-width: 1400px) {
  .hero-box {
    margin-top: -220px;
  }
}
@media (min-width: 600px) and (max-width: 1399px) {
  .hero-box {
    margin-top: -160px;
  }
}

.fw-800 {
  font-weight: 800;
}
.video-btn {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.features-card {
  border-radius: 21px;
  border: 1px solid #ececec;
  background-color: #fff;
  cursor: default;
  position: relative;
  overflow: hidden;
  transition: transform 2s ease, opacity 1s ease-in-out;
}
.features-card .features-img {
  border-radius: 21px;
  height: 220px;
  width: 100%;
  padding: 10px;
}
.portfolio-bg {
  background-image: url("../img/image/protfolio-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.logo_box {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  min-height: 170px;
}
.client_logo {
  filter: grayscale(1);
  height: auto;
}
.client_logo:hover {
  filter: grayscale(0);
}
.client_logo {
  max-width: 150px;
  max-height: 120px;
}
.clients_logo .logo_box:nth-of-type(7),
.clients_logo .logo_box:nth-of-type(8),
.clients_logo .logo_box:nth-of-type(9),
.clients_logo .logo_box:nth-of-type(10),
.clients_logo .logo_box:nth-of-type(11),
.clients_logo .logo_box:nth-of-type(12) {
  border-bottom: 0;
}
@media (max-width: 1199px) {
  .clients_logo .logo_box:nth-of-type(7),
  .clients_logo .logo_box:nth-of-type(8),
  .clients_logo .logo_box:nth-of-type(9) {
    border-bottom: 1px solid #ddd;
  }
}
@media (max-width: 578px) {
  .clients_logo .logo_box:nth-of-type(10) {
    border-bottom: 1px solid #ddd;
  }
}
.logo_box:nth-child(6n) {
  border-right: 0;
}
@media (min-width: 578px) and (max-width: 1199px) {
  .logo_box:nth-child(3n) {
    border-right: 0;
  }
}
@media (max-width: 575px) {
  .logo_box:nth-child(2n) {
    border-right: 0;
  }
}
.testimonial-bg {
  background-color: #f4f4f4;
  text-align: center;
  border-radius: 18px;
  margin-top: 72px;
}

.testimonial-img {
  height: 100px;
  width: 100px !important;
  margin: auto;
  margin-top: -75px;
  border-radius: 43px;
}

.hero-box .plyr__control--overlaid {
  background: #00a653;
}
.hero-box .plyr__control--overlaid::before {
  background: #00a653;
}
.hero-box .plyr__control--overlaid::after {
  background: #00a65357;
}
.hero-box .plyr__control--overlaid svg {
  color: #fff;
}
#portfolio .plyr__control--overlaid {
  background: #dfdede66;
}
#portfolio .plyr__control--overlaid::before {
  animation: none;
  background: #00000057;
  border: 1px solid #fff;
}
#portfolio .plyr__control--overlaid::after {
  animation: none;
}
#portfolio .plyr__control--overlaid svg {
  color: #00a653;
}
.process-bg {
  background-color: #000;
}
@media (min-width: 992px) {
  .support-box {
    margin-top: -65px;
  }
}
@media (max-width: 991px) {
  .support-box {
    margin-top: -85px;
  }
}
.underline-2:after {
  background: #ffffff;
  height: 6%;
}
@media (min-width: 800px) {
  .before-img {
    position: absolute;
    height: -webkit-fill-available;
    left: 0;
  }
}
@media (max-width: 799px) {
  .before-img {
    display: none;
  }
}

.after-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.team-img {
  height: 100px;
}
@media (min-width: 1400px) {
  .height-20 {
    height: 175px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .height-20 {
    height: 235px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .height-20 {
    height: 180px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .height-20 {
    height: 260px;
  }
}
#portfolio .nav-pills .nav-link.active {
  color: #ffffff;
  background: #00a653;
}
#portfolio .nav-tabs .nav-link.active {
  color: #ffffff;
  background: #00a653;
}
