.btn-play {
  color: #222;
  transition: all 0.3s ease !important;
  margin-left: 20px;
  position: relative;
  line-height: 50px !important;
  text-align: center !important;
}
.btn-play:after {
  content: "";
  position: absolute;
  z-index: -4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: transparent;
  border: 1px solid #41b268;
  border-radius: 50%;
  animation: pulse-border 1300ms ease-out infinite;
  transition: all 0.3s ease;
  z-index: 9;
}
.border-wrap {
  position: relative;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px !important;
  text-align: center !important;
  border-radius: 100%;
  display: inline-block;
  color: #ffffff;
  background: #41b268;
  line-height: 50px !important;
  text-align: center !important;
}
.border-wrap:after {
  content: "";
  position: absolute;
  z-index: -4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: transparent;
  border: 1px solid #41b268;
  border-radius: 50%;
  animation: pulse-border 1300ms ease-out infinite;
  transition: all 0.3s ease;
  z-index: 9;
  width: 47px;
  height: 47px;
}
.btn-play .border-wrap i:before {
  width: 55px;
  height: 55px;
}
.btn-play {
  width: 47px;
  height: 47px;
}
.contact-icon {
  font-size: 28px;
  color: #1850b2;
  margin-left: 24px;
}
.bg-black {
  background-color: #000;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-blue {
  background-color: #001f55;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.owl-custom-dot > div > button {
  width: 40px !important;
  background: #44b75e !important;
  /* opacity: 0.8; */
}

.owl-custom-dot > div.owl-dots {
  margin-top: 10px;
}
.how-bg {
  /* background: #fff; */
  padding: 0px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  width: 140px;
  text-align: center;
  /* width: 200px; */
}
.how-bg > div {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  position: absolute;
  top: 6%;
  right: 42%;
  /* right: 125px; */
}
.why-first {
  padding: 20px 10px 20px !important;
}
.why-radius {
  border-radius: 40px 40px 0px 0px;
}
.why-first > h4 {
  font-size: 20px;
  line-height: 30px;
}
.footer-pages {
  flex: auto;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 0px 0px 15px 0px;
}
.footer-pages > a {
  color: #fff;
  margin-right: 30px;
  letter-spacing: 0.5px;
}
.about-h2 {
  font-size: 22px;
  line-height: 28px;
}

.banner-team {
  /* display: flex; */
  /* justify-content: center; */
  width: 570px;

  border-radius: 10px;
  align-items: center;
  /* height: 100%; */
}
.banner-team img {
  width: 350px;
}
.banner-part {
}
.banner-video img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  align-items: center;
  height: 100%;
}
.btn-custom {
  padding: 10px 30px 10px 30px !important;
  border-radius: 3px !important;
}

@media (min-width: 992px) {
  .lg-pr-150 {
    padding-right: 150px !important;
  }
  .lg-pl-150 {
    padding-left: 150px !important;
  }
}
@media (min-width: 768px) {
  .slider-container {
    background-image: url("/public/frontend/images/service-banner.png");
    background-size: cover;
    background-position: center;
    height: 500px;
  }
  .slider-collateral {
    background-image: url("/public/frontend/images/bg-collaterals.png");
    background-size: cover;
    background-position: center;
    height: 500px;
  }
}
@media (max-width: 768px) {
  .slider-container {
    background-image: url("/public/frontend/images/service-banner.png");
    background-size: cover;
    background-position: center;
    /* height: 500px; */
  }
  .slider-collateral {
    background-image: url("/public/frontend/images/bg-collaterals.png");
    background-size: cover;
    background-position: center;
    /* height: 500px; */
  }
  .logo-area {
    top: 0px !important;
  }
  .logo-area > a > img {
    padding-top: 5px;
    width: 160px !important;
    height: 100% !important;
    max-height: 100% !important;
  }
}

.margin-auto {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* .single-post-meta {
    display: flex !important;
    align-items: center;
    padding: 0 0 30px;
} */
.bs-img > img {
  /* max-width: 800px; */
  max-height: 450px !important;
}
.sec-title > p {
  /* font-weight: 700 !important; */
  font-size: 15px;
}
.sec-title3 > p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.sl-subtitle {
  font-size: 24px;
  color: #001f55;
  font-weight: 600;
}
.text-white {
  color: #ffffff;
}
.our-team > p {
  font-size: 20px;
  max-width: 650px;
  line-height: 27px;
  margin: 20px auto;
}
.desc {
  font-size: 16px;
  line-height: 28px;
}
.service-icon > img {
  height: 70px;
}
