body {
  font-family: "Poppins", sans-serif;
  color: #2f394f;
}

html,
body {
  font-size: 16px;
}

a {
  text-decoration: none;
}

a,
button {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

p {
  color: #6f7583;
  line-height: 2;
}
header {
  padding: 15px 0;
  z-index: 99;
  background: none;
}
header .navbar-brand {
  padding: 0;
  width: 200px;
}
header .navbar-nav {
  gap: 15px;
}
header .navbar-nav .nav-link {
  color: #2f394f;
}
header .navbar-nav .nav-link.active {
  color: #13a6d6;
}
.banner {
  background: url(../images/bg.jpg) no-repeat 0 0 / cover;
  padding: 100px 0 0 0;
}
header.bg-white {
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
header.bg-white .navbar-brand {
  width: 170px;
}
.banner h6 {
  display: inline-block;
  padding: 10px;
  background: #ffffff;
  border-radius: 7px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.85rem;
}
.banner h6 svg {
  color: #16a180;
}
.banner h2 {
  font-size: 3.5rem;
  font-weight: 700;
}
.banner h2 span {
  color: #13a6d6;
}
.primary-btn {
  background: #13a6d6;
  border: none !important;
  box-shadow: none !important;
  color: #ffffff;
  border-radius: 6px;
  padding: 0.75rem 1.5rem;
}
.primary-btn:hover,
.primary-btn:active {
  background: #0b88b1 !important;
  color: #ffffff !important;
}
.banner-img span {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  border: 3px solid #ffffff;
  padding: 18px;
  border-radius: 10px;
  display: flex;
  gap: 18px;
  align-items: center;
  color: #2f394f;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.7;
  z-index: 9;
  box-shadow: 5px 5px 40px rgba(15, 119, 183, 0.05);
}
.banner-img span.text-1 {
  left: -5%;
  top: 20%;
}
.banner-img span img {
  width: 50px;
}
.banner-img span.text-2 {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  bottom: 10%;
  right: 0;
}
.count-box {
  border: 1px solid #65cead;
  padding: 25px;
  border-radius: 10px;
}
.count-box li {
  list-style: none;
  margin-bottom: 0;
  color: #465068;
  font-weight: 400;
  font-size: 0.9rem;
}
.count-box li span {
  display: block;
  color: #2f394f;
  font-size: 200%;
  padding-bottom: 5px;
  font-weight: 600;
}
.count-box li span i {
  font-style: normal;
}
.count-box li img {
  width: 40px;
}
.title h6 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6f7583;
  font-weight: 400;
}
.title h6 span {
  background: #13a6d6;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
}

.title h2,
.title .h2 {
  font-size: 2.2rem;
  font-weight: 700;
}
.title h2 span,
.title .h2 span {
  color: #13a6d6;
}
.mission {
  padding: 30px;
  border-radius: 20px;
  background: linear-gradient(to right, #9de7ff, #e8f9ff);
}
.why-us ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.why-us ul li {
  list-style: none;
  padding: 15px;
  border-radius: 12px;
  background: #f0f0f0;
  color: #6f7583;
  line-height: 2;
  display: flex;
  align-items: center;
  gap: 15px;
}
.why-us ul li span,
.features-main span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 12px;
  background: #ffffff;
  flex-shrink: 0;
}
.why-us ul li span img,
.features-main span img {
  width: 35px;
}
.features {
  background: linear-gradient(to bottom, #f3fcff, #daf5ff);
}
.features-main span {
  margin: 0 auto 20px auto;
}
.features-main .col-lg-4 h5,
.features-main .col-lg-4 span {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.features-main .col-lg-4:hover h5 {
  color: #13a6d6;
}
.features-main .col-lg-4:hover span {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.feedback .item span {
  color: #9cdbf1;
  font-size: 4rem;
  margin-bottom: 20px;
  margin-left: -7px;
}
.feedback .item h6 {
  margin-bottom: 80px;
}
.feedback .owl-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 1;
  display: flex;
  gap: 15px;
}
.feedback .owl-carousel .owl-nav button.owl-next,
.feedback .owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  opacity: 1;
  background: #dcdbff !important;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.feedback .owl-carousel .owl-nav button span {
  display: block;
  font-size: 0;
  width: 9px;
  height: 10px;
  border-top: 2px solid #9696ac;
  border-right: 2px solid #9696ac;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.feedback .owl-carousel .owl-nav button.owl-prev span {
  border-right: none;
  border-top: none;
  border-bottom: 2px solid #9696ac;
  border-left: 2px solid #9696ac;
  margin-left: 5px;
}
.feedback .owl-carousel .owl-nav button.owl-next:hover,
.feedback .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 1;
  background: #9696ac !important;
}
.feedback .owl-carousel .owl-nav button.owl-next:hover span,
.feedback .owl-carousel .owl-nav button.owl-prev:hover span {
  border-color: #fff;
}
.feedback .owl-carousel .owl-nav button.owl-next {
  right: 20px;
}
.feedback .owl-carousel .owl-nav button.owl-prev {
  left: 20px;
}
footer {
  background: #2f394f;
}
.contact-details {
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #4e5a75;
  height: 100%;
}
.contact-details span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  height: 70px;
  width: 70px;
  background: #13a6d6;
  color: #fff;
  margin: 0 auto 25px auto;
}
.contact-details h5 {
  color: #ffffff;
  font-weight: 600;
}
.contact-details p {
  color: #ffffff;
  opacity: 0.75;
}
.contact-details p a,
.contact-details p a:hover {
  color: #ffffff;
  word-break: break-all;
}
.fcopy {
  background: #1e2637;
}
.fcopy p {
  color: #ffffff;
  opacity: 0.5;
}
.social li {
  list-style: none;
  color: #8592b0;
}
.social li a {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2f394f;
  color: #ffffff;
}
.social li a:hover {
  background: #ffffff;
  color: #2f394f;
}

.banner .breadcrumb {
  display: inline-flex;
  background: #ffffff;
  padding: 0.7rem 1.2rem;
  border-radius: 40px;
}
.banner .breadcrumb .breadcrumb-item a,
.banner .breadcrumb-item + .breadcrumb-item::before {
  color: #606169;
}
.banner .breadcrumb .breadcrumb-item.active {
  color: #13a6d6;
}
.contact .contact-details {
  border-color: #bce0ec;
}
.contact .contact-details h5 {
  color: #1e2637;
}
.contact .contact-details p {
  color: #606169;
  opacity: 1;
}
.contact .contact-details p a,
.contact .contact-details p a:hover {
  color: #606169;
}
.contact .map {
  height: 400px;
  overflow: hidden;
  border-radius: 12px;
}
.products hr {
  border-top: 5px solid #d3e1e5;
}
.product-box {
  padding: 35px 20px;
  border-radius: 10px;
  border: 1px solid #d3e1e5;
  display: block;
}
.product-box img {
  width: 50%;
  margin: 0 auto;
  display: block;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.product-box:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
@media (min-width: 1600px) {
  .container {
    max-width: 1480px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1720px;
  }
}

@media (max-width: 1799.98px) {
  html,
  body {
    font-size: 15px;
  }
  .banner {
    padding-top: 120px;
  }
  .banner h2 {
    font-size: 3rem;
  }
}
@media (max-width: 1599.98px) {
  header .navbar-brand {
    width: 180px;
  }
  header.bg-white .navbar-brand {
    width: 150px;
  }
  .banner h2 {
    font-size: 2.5rem;
  }
  .banner .owl-carousel {
    margin-bottom: 0 !important;
  }
  .banner-img span {
    font-size: 0.9rem;
  }
  .banner-img span img {
    width: 45px;
  }
  .count-box li span {
    font-size: 160%;
  }
  .count-box li img {
    width: 32px;
  }
}

@media (max-width: 1399.98px) {
  .banner h2 {
    font-size: 2.2rem;
  }
  .banner .item p,
  .banner .item .btn {
    font-size: 0.9rem;
  }
  .count-box li span {
    font-size: 140%;
  }
  .banner-img span.text-1 {
    left: 0;
  }
  .title h2,
  .title .h2 {
    font-size: 2rem;
  }
  .banner-img span {
    padding: 12px;
  }
  .banner-img span img {
    width: 37px;
  }
}
@media (max-width: 1199.98px) {
  .banner-img span {
    font-size: 0.8rem;
    gap: 10px;
  }
  .feedback .owl-nav {
    justify-content: center;
  }
  .product-box img {
    width: 60%;
  }
}
@media (max-width: 991.98px) {
  header.open {
    background: #ffffff;
  }
  header .navbar-toggler {
    box-shadow: none !important;
  }
  header .navbar-nav {
    gap: 5px;
    padding-top: 15px;
  }
  header .navbar-nav .nav-link {
    border-bottom: 1px solid #f0f0f0;
  }
  header .navbar-nav .nav-link:last-child {
    border-bottom: none;
  }
  .banner-img {
    max-width: 500px;
    margin: 0 auto;
  }
  .banner h2 {
    font-size: 2rem;
  }
  .banner-img span.text-1 {
    left: -5%;
  }
  .banner-img span.text-2 {
    right: -5%;
  }

  .banner .item,
  .count-box li,
  .title,
  .about,
  .why-us,
  .fcopy {
    text-align: center;
  }
  .title h6 {
    justify-content: center;
  }
  .mission {
    padding: 20px;
    border-radius: 12px;
    background: linear-gradient(to bottom, #9de7ff, #e8f9ff);
  }
  .mission img {
    width: 100%;
  }
  .title h2,
  .title .h2 {
    font-size: 1.8rem;
  }
  .why-us ul li {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  header .navbar-brand {
    width: 150px;
  }
  header.bg-white .navbar-brand {
    width: 120px;
  }
  .banner h2 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .title h2,
  .title .h2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .title h6 {
    font-size: 0.85rem;
  }
  .banner-img {
    max-width: 400px;
  }
  .banner-img span {
    font-size: 0.7rem;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
  }
  .banner-img span img {
    width: 28px;
  }
  .count-box {
    padding: 16px;
  }
  .count-box li span {
    font-size: 130%;
    padding-top: 5px;
  }
  .mission h4,
  .features-main .col-lg-4 h5,
  .contact-details h5 {
    font-size: 1.1rem;
  }
}

@media (max-width: 575.98px) {
    header .navbar-brand {
    width: 140px;
  }
  header.bg-white .navbar-brand {
    width: 110px;
  }
  .banner {
    padding-top: 90px;
  }
  .banner h2 {
    font-size: 1.4rem;
  }
  .banner h6 {
    font-size: 0.7rem;
  }
  .title h2,
  .title .h2 {
    font-size: 1.3rem;
  }
  .banner-img {
    max-width: 350px;
  }
  .banner-img {
    width: 90%;
    margin: 0 auto;
  }
  .banner-img span.text-1 {
    left: 0;
    top: 16%;
  }
  .banner-img span.text-2 {
    right: 0;
    bottom: 5%;
  }
  .banner-img span {
    font-size: 0.5rem;
    padding: 8px;
  }
  .banner-img span img {
    width: 20px;
  }
  .banner .item .btn {
    margin-bottom: 15px !important;
  }
  .count-box {
    flex-direction: column;
  }
  .count-box li {
    padding-bottom: 15px;
    border-bottom: 1px solid #65cead;
  }
  .count-box li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .why-us ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .why-us ul li span,
  .features-main span {
    width: 60px;
    height: 60px;
    border-radius: 10px;
  }
  .why-us ul li span img,
  .features-main span img {
    width: 30px;
  }
  .feedback .item span {
    font-size: 3.5rem;
    margin-bottom: 12px;
    margin-left: 0;
  }
  .banner .breadcrumb li {
    font-size: 0.85rem;
  }
  .product-box {
    padding: 25px 10px;
  }
}
