:root {
  --bs-primary:#30CB65;
  --bs-primary-subtle:#28ae57;
}

.mobile-menu {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 4;
  top: 0;
}
.mobile-menu .mobile-menu-cont {
  width: 300px;
  background-color: white;
  height: 100vh;
}
.mobile-menu .mobile-menu-cont .mobile-menu-close {
  text-align: end;
  padding: 10px;
  font-size: larger;
}
.mobile-menu .mobile-menu-cont .mobile-menu-links {
  padding: 10px 20px;
}
.mobile-menu .mobile-menu-cont .mobile-menu-links .mobile-menu-link {
  padding: 10px;
  border-top: rgba(0, 65, 79, 0.3882352941) solid 1px;
  border-bottom: rgba(0, 65, 79, 0.3882352941) solid 1px;
  margin: 10px 0;
}
.mobile-menu .mobile-menu-cont .mobile-menu-links .mobile-menu-link a {
  color: #00404f;
}
.mobile-menu .mobile-menu-cont .mobile-menu-links .mobile-menu-link a:hover {
  color: #30CB65;
}

.mobile-menu {
  background-color: rgba(0, 0, 0, 0.5529411765);
}

.social-bar {
  background-color: rgb(0, 64, 79);
}
.social-bar .social-bar-cont .social-bar-l {
  color: var(--bs-light);
}
.social-bar .social-bar-cont .social-bar-l i {
  color: var(--bs-primary);
}
.social-bar .social-bar-cont .social-bar-r a {
  color: var(--bs-light);
  text-decoration: none;
}
.social-bar .social-bar-cont .social-bar-r i {
  color: var(--bs-primary);
  padding-right: 8px;
}

.navbar .navbar-cont .navbar-r .navbar-links .navbar-link a {
  color: var(--bs-gray-dark);
}
.navbar .navbar-cont .navbar-r .navbar-links .navbar-btn {
  background-color: var(--bs-primary);
}
.navbar .navbar-cont .navbar-r .navbar-links .navbar-btn a {
  color: white;
}
.navbar .navbar-cont .navbar-r .navbar-links .navbar-btn:hover {
  background-color: var(--bs-primary-subtle);
}
.navbar .navbar-cont .navbar-r .navbar-links .navbar-menu {
  font-size: 1.4rem;
  display: none;
}
.navbar .navbar-cont .navbar-r .navbar-link:hover a {
  color: var(--bs-primary);
}

.hero-cont {
  padding: 6rem 0;
  color: var(--bs-light);
}
.hero-cont .hero-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background-color: var(--bs-primary);
}
.hero-cont .hero-btn a {
  color: var(--bs-light);
}
.hero-cont .hero-btn:hover {
  background-color: var(--bs-primary-subtle);
}

.sec1 {
  position: relative;
}
.sec1 .sec1-bg img {
  top: 0;
  z-index: -1;
  position: absolute;
}
.sec1 .sec1-cont {
  padding: 3rem 0;
  gap: 40px;
  align-items: center;
}
.sec1 .sec1-cont .sec1-l {
  width: 35%;
}
.sec1 .sec1-cont .sec1-m {
  width: 20%;
}
.sec1 .sec1-cont .sec1-m img {
  border-radius: 4px;
}
.sec1 .sec1-cont .sec1-r::before {
  position: absolute;
  content: " ";
  height: 352px;
  z-index: -1;
  width: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../assets/sec1-2.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}
.sec1 .sec1-cont .sec1-r {
  position: relative;
  width: 35%;
  color: var(--bs-light);
  padding: 14rem 1rem 2rem;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}

.sec2 {
  padding: 1rem 0 2.5rem;
}
.sec2 .sec2-cont .sec2-l .sec2-subhead {
  font-size: 0.8rem;
  color: var(--bs-primary);
}
.sec2 .sec2-cont .sec2-l .sec2-head {
  font-size: 2rem;
  line-height: 1.4;
  margin: 10px 0;
  font-weight: 700;
  letter-spacing: 1px;
}
.sec2 .sec2-cont .sec2-l .sec2-para {
  color: var(--bs-gray-800);
  padding: 0 0 1rem;
}
.sec2 .sec2-cont .sec2-l .sec2-accordion {
  width: 90%;
  border-bottom: 1px var(--bs-gray-400) solid;
  padding-bottom: 8px;
}
.sec2 .sec2-cont .sec2-l .sec2-accordion .accordion-head {
  font-size: 1.2rem;
  padding: 7px 0 0;
  font-weight: 500;
}
.sec2 .sec2-cont .sec2-l .sec2-accordion .accordion-head i {
  font-size: 1.5rem;
}
.sec2 .sec2-cont .sec2-l .sec2-accordion .accordion-para {
  height: 0;
  visibility: hidden;
}
.sec2 .sec2-cont .sec2-l .sec2-btn {
  margin: 20px 0;
  background-color: var(--bs-primary);
  padding: 0px 10px 3px;
  color: var(--bs-light);
  width: -moz-fit-content;
  width: fit-content;
}
.sec2 .sec2-cont .sec2-l .active .accordion-head i {
  color: var(--bs-primary);
}
.sec2 .sec2-cont .sec2-l .active .accordion-para {
  height: auto;
  padding-bottom: 10px;
  visibility: visible;
}
.sec3 {
  background-color: #EEF6F9;
  display: none;
}
.sec3 .sec3-cont {
  width: 90%;
  margin: auto;
  display: flex;
  padding: 2rem 0;
  justify-content: space-between;
}
.sec3 .sec3-cont .sec3-card {
  display: flex;
  width: 24%;
}
.sec3 .sec3-cont .sec3-card .sec3-l {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec3 .sec3-cont .sec3-card .sec3-l img {
  width: 60%;
}
.sec3 .sec3-cont .sec3-card .sec3-r .sec3-r-top {
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--bs-primary);
}
.sec4 {
  position: relative;
  overflow: hidden;
}
.sec4 .sec4-img {
  position: absolute;
  z-index: -1;
  width: 100%;
  filter: brightness(0.5);
}
.sec4 .sec4-cont {
  color: white;
  width: 88%;
  margin: auto;
  padding: 5rem;
}
.sec4 .sec4-cont .sec4-head {
  font-size: 3rem;
  line-height: 1;
  margin: 20px 0;
  font-weight: 700;
}
.sec4 .sec4-cont .sec4-para {
  margin: 30px 0 0;
}
.sec4 .sec4-cont .sec4-btn {
  margin: 40px 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 28px;
  background-color: var(--bs-primary);
}
.sec4 .sec4-cont .sec4-btn a {
  color: white;
}

.sec5 .sec5-cont {
  display: flex;
  width: 90%;
  margin: auto;
  justify-content: space-between;
  padding: 2rem 0;
}
.sec5 .sec5-cont .sec5-l {
  width: 45%;
}
.sec5 .sec5-cont .sec5-l .sec5-sub-head {
  font-size: 0.9rem;
  color: var(--bs-primary);
  font-size: 680;
  letter-spacing: 1px;
}
.sec5 .sec5-cont .sec5-l .sec5-head {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 650;
  margin: 10px 0;
}
.sec5 .sec5-cont .sec5-r {
  width: 45%;
  display: flex;
  justify-content: space-between;
}
.sec5 .sec5-cont .sec5-r .sec5-card {
  width: 45%;
  text-align: center;
}
.sec5 .sec5-cont .sec5-r .sec5-card .sec5-card-img {
  width: 40%;
  margin: auto;
}
.sec5 .sec5-cont .sec5-r .sec5-card .sec5-card-img img {
  width: 100%;
}
.sec5 .sec5-cont .sec5-r .sec5-card .sec5-card-head {
  font-size: 1.3rem;
  font-weight: 500;
}
.sec6 {
  padding: 20px 0 80px;
}
.sec6 .sec6-cont {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.sec6 .sec6-cont .sec6-l {
  width: 55%;
}
.sec6 .sec6-cont .sec6-l .sec6-l-subhead {
  color: #28ae57;
  font-size: 0.8rem;
  font-size: 500;
}
.sec6 .sec6-cont .sec6-l .sec6-l-head {
  line-height: 1.4;
  margin: 10px 0;
  font-size: 2rem;
}
.sec6 .sec6-cont .sec6-l .sec6-l-cards {
  display: flex;
  flex-wrap: wrap;
}
.sec6 .sec6-cont .sec6-l .sec6-l-cards .sec6-card {
  position: relative;
  width: 45%;
  padding: 15px;
  border-radius: 8px;
  margin: 25px 10px 10px;
  background-color: #EEF6F9;
}
.sec6 .sec6-cont .sec6-l .sec6-l-cards .sec6-card .sec6-card-no::before {
  content: "";
  position: absolute;
  background-color: rgb(253, 214, 31);
  z-index: -1;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  left: 2px;
  top: 1px;
}
.sec6 .sec6-cont .sec6-l .sec6-l-cards .sec6-card .sec6-card-no {
  position: relative;
  z-index: 3;
  padding: 8px 17px 10px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: -18px;
  width: -moz-fit-content;
  width: fit-content;
}
.sec6 .sec6-cont .sec6-l .sec6-l-cards .sec6-card .sec6-img {
  width: 30%;
  margin: 10px auto;
}
.sec6 .sec6-cont .sec6-l .sec6-l-cards .sec6-card .sec6-img img {
  width: 100%;
}
.sec6 .sec6-cont .sec6-l .sec6-l-cards .sec6-card .sec6-head {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}
.sec6 .sec6-cont .sec6-l .sec6-l-cards .sec6-card .sec6-para {
  display: none;
  font-size: 1rem;
}
.sec6 .sec6-cont .sec6-r {
  width: 35%;
  display: flex;
  overflow: hidden;
}

.sec7 {
  background-image: url(../assets/sec7bg.jpg);
  padding: 70px 0 30px;
}
.sec7 .sec7-cont {
  position: relative;
  top: -110px;
  width: 82%;
  border: solid 1px;
  border-color: var(--bs-primary-subtle);
  margin: auto;
}
.sec7 .sec7-cont .sec7-cards {
  display: flex;
  flex-wrap: wrap;
}
.sec7 .sec7-cont .sec7-cards .sec7-card1 {
  width: 33.33%;
  height: auto;
  background-color: #fff8f3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec7 .sec7-cont .sec7-cards .sec7-card1 .sec7-card-head {
  font-size: 1.5rem;
  font-weight: 500;
}
.sec7 .sec7-cont .sec7-cards .sec7-card1 .sec7-card-para {
  text-align: center;
  margin: 20px 0 30px;
}
.sec7 .sec7-cont .sec7-cards .sec7-card1 .sec7-card-line {
  padding: 5px 0;
  width: 80px;
  border-top: 1px rgb(137, 137, 137) solid;
  border-bottom: 1px rgb(137, 137, 137) solid;
}
.sec7 .sec7-cont .sec7-cards .sec7-card2 {
  width: 33.33%;
}
.sec7 .sec7-cont .sec7-cards .sec7-card2 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sec7 .sec7-btn {
  position: relative;
  top: -30px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 8px 14px;
  background-color: var(--bs-primary);
  color: white;
  border-radius: 30px;
}
.sec7 .sec7-btn a {
  color: white;
}

.footer {
  background-color: #00404f;
  padding: 2rem 0;
}
.footer .footer-cont {
  width: 90%;
  margin: 30px auto;
  display: flex;
  padding: 3.1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.306);
  border-bottom: 1px solid rgba(255, 255, 255, 0.306);
  justify-content: space-between;
}
.footer .footer-cont .fotter-l {
  width: 30%;
}
.footer .footer-cont .fotter-l .footer-logo img {
  width: 200px;
}
.footer .footer-cont .fotter-l .footer-para {
  color: white;
}
.footer .footer-cont .footer-r {
  width: 80%;
  display: flex;
  justify-content: space-around;
}
.footer .footer-cont .footer-r .footer-form input, .footer .footer-cont .footer-r .footer-form textarea {
  outline: var(--bs-primary);
}
.footer .footer-cont .footer-r .footer-form .footer-head {
  font-size: 1.3rem;
  padding: 0 0 10px;
  color: var(--bs-primary);
}
.footer .footer-cont .footer-r .footer-form .footer-form-email {
  border: none;
  width: 100%;
  border-radius: 7px;
  padding: 5px 20px;
  margin: 0px 0 13px;
}
.footer .footer-cont .footer-r .footer-form .footer-form-message {
  border: none;
  border-radius: 7px;
  width: 100%;
  padding: 5px 20px;
}
.footer .footer-cont .footer-r .footer-form .footer-form-btn {
  border: none;
  background-color: var(--bs-primary);
  color: white;
  padding: 3px 10px;
  border-radius: 28px;
  margin: 10px 0;
}
.footer .footer-cont .footer-r .footer-links {
  width: 20%;
  color: white;
  font-weight: 530;
}
.footer .footer-cont .footer-r .footer-links i {
  color: var(--bs-primary);
  padding-right: 10px;
}
.footer .footer-cont .footer-r .footer-links .footer-head {
  font-size: 1.3rem;
  padding: 0 0 10px;
  color: var(--bs-primary);
}
.footer .footer-cont .footer-r .footer-links .footer-link {
  font-weight: 400;
}
.footer .footer-cont .footer-r .footer-links .footer-link a {
  color: white;
  text-decoration: none;
  padding: 3px 0;
}
.footer .footer-cont .footer-r .footer-links .footer-link:hover a {
  color: var(--bs-primary);
}
.footer .footer-cont .footer-r .footer-Address {
  color: white;
  width: 40%;
  font-weight: 530;
}
.footer .footer-cont .footer-r .footer-Address i {
  color: var(--bs-primary);
  padding-right: 10px;
}
.footer .footer-cont .footer-r .footer-Address .footer-head {
  font-size: 1.3rem;
  padding: 0 0 10px;
  color: var(--bs-primary);
}
.footer .footer-cont .footer-r .footer-Address .footer-link {
  font-weight: 400;
  margin: 4px 0;
}
.footer .footer-cont .footer-r .footer-Address .footer-link a {
  color: white;
  text-decoration: none;
  padding: 3px 0;
}
.footer .footer-terms-cont {
  width: 90%;
  margin: auto;
}
.footer .footer-terms-cont .footer-terms {
  color: white;
  text-align: right;
}

@media (max-width: 880px) {
  .navbar-link {
    display: none;
  }
  .navbar .navbar-cont .navbar-r .navbar-links .navbar-menu {
    display: block;
  }
  .sec1 .sec1-cont {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec1 .sec1-cont .sec1-l {
    width: 100%;
  }
  .sec3 .sec3-cont {
    flex-wrap: wrap;
  }
  .sec3 .sec3-cont .sec3-card {
    width: 49%;
    margin: 20px auto;
  }
}
@media (max-width: 500px) {
  .navbar-l {
    width: 16%;
  }
  .social-bar-l {
    width: 100%;
  }
  .sec6 .sec6-cont .sec6-l .sec6-l-cards .sec6-card .sec6-head {
    font-size: 1.1rem;
  }
  .sec6 .sec6-cont .sec6-l .sec6-l-cards .sec6-card .sec6-para {
    font-size: 0.9rem;
  }
  .sec1 .sec1-cont .sec1-m {
    width: 36%;
    display: none;
  }
  .sec6 .sec6-cont .sec6-l .sec6-l-cards .sec6-card {
    width: 95%;
    margin: 20px 4px 10px;
  }
  .sec1 .sec1-cont .sec1-r {
    width: 100%;
    overflow: hidden;
  }
  .sec2-cont {
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .sec1 .sec1-cont .sec1-r::before {
    background-position: center;
    background-size: contain;
  }
  .sec2-l {
    width: 100%;
  }
  .sec6 .sec6-cont {
    flex-wrap: wrap;
  }
  .sec6 .sec6-cont .sec6-l {
    width: 100%;
  }
  .sec6 .sec6-cont .sec6-r {
    display: none;
  }
  .hero-cont {
    padding: 1rem 0;
  }
  .sec4 .sec4-cont {
    padding: 1rem;
  }
  .sec4 .sec4-cont .sec4-head {
    font-size: 2rem;
  }
  .sec7 .sec7-cont .sec7-cards {
    flex-wrap: wrap;
  }
  .sec7 .sec7-cont .sec7-cards .sec7-card1, .sec7 .sec7-cont .sec7-cards .sec7-card2 {
    width: 100%;
    height: 20rem;
  }
  .sec5 .sec5-cont {
    flex-wrap: wrap;
  }
  .sec5 .sec5-cont .sec5-l, .sec5 .sec5-cont .sec5-r {
    width: 100%;
  }
  .footer .footer-cont {
    flex-wrap: wrap;
  }
  .footer .footer-cont .fotter-l {
    width: 100%;
  }
  .footer .footer-cont .footer-r {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer .footer-cont .footer-r .footer-links, .footer .footer-cont .footer-r .footer-form, .footer .footer-cont .footer-r .footer-Address {
    width: 100%;
    margin: 10px 0;
  }
  .footer .footer-terms-cont .footer-terms {
    font-size: 11px;
  }
  .footer .footer-cont .footer-r .footer-form .footer-form-email, .footer .footer-cont .footer-r .footer-form .footer-form-message {
    width: 69%;
  }
  .sec6 .sec6-cont .sec6-l .sec6-l-head {
    line-height: 1.2;
    font-weight: 700;
  }
  .hero-head {
    font-size: 26px;
  }
  .hero-sub-head {
    font-size: 13px;
  }
}/*# sourceMappingURL=skeleton.css.map */