@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap");
* {
  margin: 0;
  padding: 0;
  letter-spacing: 1.2px;
  box-sizing: border-box;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999;
  width: 100vw;
  height: 100vh;
  display: flex;
  place-items: center;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.loader.hidden {
  animation: fadeout 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeout {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
body {
  color: #00171f;
  font-family: "rubik", montserrat, sans-serif;
}

.navbar {
  position: relative;
}

nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
  z-index: 900;
}

.navbar-brand {
  position: relative;
  padding: 10px;
}

.navbar-brand img {
  height: 130px;
  position: absolute;
  top: -24px;
  background-color: #fff;
  padding: 17px;
  border-radius: 2px;
}

.nav-links {
  position: absolute;
  left: 0;
  top: -440px;
  width: 100%;
  background-color: #f9fffc;
  padding-bottom: 20px;
  transition: top 0.6s;
  font-size: 11pt;
}
.nav-links ul {
  padding-top: 15px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  list-style: none;
}
.nav-links ul li:not(:last-child) {
  margin-bottom: 10px;
}
.nav-links ul li a {
  color: #000;
  text-decoration: none;
  letter-spacing: 1.2px;
  transition: 0.3s;
}
.nav-links ul li a:hover {
  text-decoration: underline;
  color: #2bbf74;
}

.nav-links-down {
  top: 100%;
}

.hamburger {
  z-index: 1000;
}
.hamburger div {
  height: 4px;
  background-color: #000;
  border-radius: 2px;
  width: 30px;
}
.hamburger div:not(:last-child) {
  margin-bottom: 6px;
}

.clicked div {
  transition: transform 0.6s;
  height: 4px;
  width: 30px;
}
.clicked div:not(:last-child) {
  margin-bottom: 0;
}
.clicked div:first-child {
  transform: rotate(45deg) translateY(3px) translatex(3px);
}
.clicked div:nth-child(2) {
  display: none;
}
.clicked div:last-child {
  transform: rotate(-45deg);
}

@media (min-width: 999px) {
  .nav-link {
    margin-left: 15px;
  }
}
@media (min-width: 770px) {
  .hamburger {
    display: none;
  }
  .nav-links {
    position: static;
    width: -moz-fit-content;
    width: fit-content;
    left: initial;
    top: initial;
    height: -moz-fit-content;
    height: fit-content;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }
  .nav-links ul {
    flex-direction: row;
  }
  .nav-links ul li {
    margin-bottom: 0 !important;
    padding-bottom: 35px;
  }
}
.bgg3 {
  background-position: center !important;
  background-size: contain !important;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6862745098), rgba(0, 0, 0, 0.6862745098));
  display: flex;
  align-items: center;
}

.since75 {
  width: 13vw;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .ss-cnt {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .ss-cnt {
    width: 51.507%;
  }
}
.outter75 {
  justify-content: center;
  margin-left: 100px;
}

.inner75 {
  display: flex;
  justify-content: center;
}

.invest75 {
  margin-left: 0px;
  padding-left: 0px;
}

@media screen and (min-width: 800px) {
  .swiper-slide {
    background-position: top center;
  }
}
.landing {
  margin-top: -20px;
  height: 100vh;
  min-height: 600px;
}

.landing-content {
  padding: 0 24px;
  max-width: 600px;
}

.landing-sub {
  color: #fff;
  font-size: 12pt;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
  font-weight: 300;
}

.lst {
  font-size: 10pt;
  font-weight: 300;
}

.landing-title {
  color: #fff;
  letter-spacing: 1.1px;
  font-size: 19pt;
  margin-bottom: 20px;
  font-weight: 400;
}

.landing-content2 {
  margin-top: -20px;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.62)), url(../image/moneyProb.jpg);
  background-size: cover;
  background-position: center;
}

.mag {
  width: 600px;
  font-size: 25pt;
}

.magin {
  font-size: 12pt;
}

.lcta-btn {
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background-color: #2bbf74;
  color: #fff;
  font-size: 11pt;
  font-weight: 400px;
}
.lcta-btn:hover {
  background-color: #1ea05f;
  color: #fff;
}

.lbft {
  background-color: #123f28;
  color: #fff;
}
.lbft:hover {
  background-color: #1d3629;
}

.cta-btn {
  text-decoration: none;
  padding: 9px 20px;
  background: #2bbf74;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 11pt;
  font-weight: 500;
}

.container {
  padding: 0 30px;
}

.landing-bottom {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f9f9f9 !important;
}

.lbc {
  display: flex;
  position: relative;
  margin-bottom: 1rem;
}
.lbc:not(:first-child) {
  margin-top: 30px;
}

.lbc-content {
  padding-left: 100px;
}

.lbc-step {
  position: absolute;
  left: 0;
  top: 10px;
  font-family: "Comic Neue", cursive;
  color: #e8e8e8;
  font-size: 52px;
  line-height: 29px;
}

.lbc-sub {
  color: #797979;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 13px;
}

.lbc-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 17px;
}

.lbc-desc {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
}

.pp {
  padding: 40px 0;
  position: relative;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../assets/background/2.jpg);
  background-size: cover;
}
.pp::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 150px;
  width: 100%;
  content: "";
  background: #f9f9f9;
}

.pp-desc {
  color: #fff;
}

.sub {
  text-align: center;
  color: #2bbf74;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.title {
  text-align: center;
  font-size: 16pt;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 17px;
}

.title-desc {
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
  text-align: center;
}

.pp-cards {
  margin-top: 40px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.ppc-desc {
  width: 100%;
  padding: 30px;
}

.pp-img {
  width: 100%;
  height: auto;
  position: relative;
}
.pp-img:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.pp-img img {
  width: inherit;
  opacity: 0.4;
}

.pp-img-smt {
  background-color: #2bbf74;
  color: #fff;
  position: absolute;
  padding: 9px 20px;
  top: 50px;
  font-size: 10pt;
  left: -10px;
}
.pp-img-smt p {
  font-weight: 500;
  letter-spacing: 1.5px;
  margin: 0;
}

.pp-card {
  flex: 0 1 300px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1490196078);
  transition: all 0.5s;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  margin: 10px;
  margin-bottom: 30px;
}

.pp-btn {
  width: 100%;
  border: 1px solid #2bbf74;
}

.ppc-title {
  font-weight: 600;
  font-size: 13pt;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.caption {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  padding: 15px 0;
}
.caption div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-right: 1px solid rgb(196, 201, 202);
}
.caption div span:first-child {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10pt;
  line-height: 14px;
}
.caption div span:last-child {
  font-size: 9pt;
  font-weight: 300;
  line-height: 13px;
  margin-top: 7px;
}
.caption div:last-child {
  border: none;
}

.video {
  padding: 40px 0;
  padding-bottom: 50px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url(../assets/images/background/3.jpg);
  background-size: cover;
  position: relative;
}
.video::after {
  content: "";
  position: absolute;
  height: 120px;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to right, #115732 -10%, #7aaf3e 110%);
}

.video-desc {
  color: #fff;
  max-width: 650px;
  margin: 40px auto;
}
.video-desc h1 {
  font-size: 18pt;
  font-weight: 400;
}

.bg-section {
  position: relative;
  background-image: url("../assets/images/background/1.jpg");
  overflow: hidden;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.video-sect {
  position: relative;
  display: flex;
  justify-content: center;
}

.video-card {
  max-width: 400px;
  background-color: #206434;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  z-index: 100;
}

.vcias {
  min-width: 100% !important;
}

.vid-card-img img {
  width: 100%;
}

.vid-card-desc {
  padding: 30px 20px;
}
.vid-card-desc h2 {
  font-weight: 500;
  font-size: 16pt;
}
.vid-card-desc p {
  font-size: 11pt;
  font-weight: 300;
}

.abu {
  background-color: #fdfcfc;
  padding-top: 50px;
}

.abu-title .title {
  color: #555555;
}

.ab-desc {
  font-size: 16px;
  line-height: 2;
  color: #797979;
  margin-bottom: 14px;
}
.ab-desc ul {
  margin-left: -10px;
}

.counter {
  margin-top: 50px;
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}

.counter-video-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3764705882);
  z-index: 2;
}

.counter-video {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}

.count-items {
  position: relative;
  z-index: 9;
}

.counting {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}

.count {
  color: #ffffff;
}

.count-percent {
  font-weight: 300;
  font-size: 20pt;
}

.count-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .count {
    margin-bottom: 30px;
  }
}
.ourVision {
  padding-top: 30px;
  background: linear-gradient(to right, #115732 -10%, #7aaf3e 110%);
  position: relative;
}
.ourVision::before {
  content: "";
  position: absolute;
  height: 200px;
  width: 200px;
  opacity: 30%;
  background-image: url("../assets/images/symbol.svg");
  background-size: cover;
  top: 0;
  left: 0;
}

.ov-title {
  font-size: 18pt;
  font-weight: 400;
}

.ov-top {
  padding: 50px 0;
}

.ov-sub {
  text-align: left;
  margin-bottom: 20px;
}

.ov-ts {
  text-align: left;
  font-size: 18pt;
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
}

.ov-divide {
  height: 1px;
  width: 100%;
  background-color: #dbffdc;
}

.ov-btm {
  margin: 30px 0;
}

.ov-btm-order {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  max-width: 300px;
  margin-right: 50px;
}

.ov-img {
  background-image: url("../assets/images/hexagon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
  height: 9.375rem;
  width: 8.125rem;
  margin-right: 10px;
}

.ov-txt {
  color: #fff;
}

.icon {
  width: 5.25rem;
  height: 5.25rem;
  flex: 0 0 5.25rem;
  color: #7cb13e;
  fill: currentColor;
}

@media (min-width: 999px) {
  .ov-wrap {
    display: flex;
  }
  .ov-btm-order:nth-child(2) {
    flex-direction: row-reverse;
    margin-top: 100px;
  }
  .ov-btm-order:nth-child(2) .ov-img {
    margin-left: 10px;
  }
  .ov-btm {
    margin: 30px 0;
  }
  .ov-btm .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.farms {
  margin: 30px 0;
  background-image: url("../assets/images/map.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.farms h4 {
  font-size: 18pt;
  font-weight: 400;
}

.farmLinks {
  list-style: none;
  padding: 0;
}
.farmLinks li {
  font-size: 18pt;
  font-weight: 300;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  text-decoration: underline;
  color: #fff;
}
.farmLinks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  width: 30px;
  background-image: url("../assets/images/li-arr.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.modal-full {
  min-width: 100%;
  margin: 0;
}

.modal-full .modal-content {
  min-height: 90vh;
}

.mod-img {
  width: 100%;
}

.mod-specs {
  padding: 20px 0;
}
.mod-specs h2 {
  font-size: 15pt;
  font-weight: 500;
}
.mod-specs p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 300;
}

.ms-item {
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-top: 1px solid #dfdfdf;
  font-family: "Rubik", sans-serif;
}

.ov-location {
  padding: 30px 0;
  background: linear-gradient(to bottom, rgba(23, 102, 54, 0) 0%, #176636 100%);
}

.wtf-maps {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.wtf-map-item {
  display: flex;
  flex: 1 0 50%;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

@media (min-width: 999px) {
  .wtf-map-item {
    flex: 25%;
  }
}
.mi-txt {
  margin-top: 10px;
}
.mi-txt h6 {
  text-transform: uppercase;
  color: #fff;
}

.mi-img {
  background-image: url("../assets/images/hexagon-alt.svg");
}
.mi-img img {
  width: 100%;
}

.services {
  padding: 40px 0;
  background-color: #f4f7f7;
}
.services .col-sm-12 {
  position: relative;
}
.services .col-sm-12::before {
  content: "";
  position: absolute;
  opacity: 10%;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
  background-image: url("../assets/images/blob.svg");
  background-repeat: no-repeat;
}

.bene {
  font-weight: 400;
}

.s-card {
  margin-bottom: 47px;
  background: #fbfdfc;
  padding: 30px 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sc-img {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sc-title {
  color: #222;
  font-size: 14pt;
  font-weight: 500;
  margin-bottom: 14px;
}

.sc-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.sc-content {
  text-align: center;
}

.rep {
  padding: 40px 0;
  background-color: #17222e;
}

.rep-desc {
  margin-bottom: 40px;
}
.rep-desc h1 {
  color: #fff;
}

.rep-card {
  margin-bottom: 47px;
  position: relative;
}

.rc-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.rc-icon img {
  max-width: 64px;
  height: auto;
  position: relative;
}

.rc-title {
  color: #fff;
  font-size: 14pt;
  line-height: 29px;
  font-weight: 500;
  margin-bottom: 14px;
}

.rc-content {
  font-size: 18px;
  color: #e7f4ee;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  padding-left: 80px;
}

.rc-desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
}

.ra {
  margin-bottom: 40px;
  padding: 40px 0;
}

.table-container {
  overflow-x: scroll;
}

#investors {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 0;
  margin-bottom: 0;
}

#investors th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #2bbf74;
  color: white;
  font-size: 11pt;
}

#investors td,
#investors th {
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 8pt;
}

table tbody tr td,
table tbody tr td {
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  color: #797979;
}

td img {
  height: 20px;
}

.ltc {
  padding: 40px 0;
  background-color: #17222e;
}

.ltc-desc h1 {
  color: #fff;
}

.mq {
  padding: 40px 15px 50px;
  color: rgb(237, 237, 237);
  background-color: #344c4c;
  z-index: 1;
}
.mq h2 {
  font-size: 16pt;
  font-weight: 400;
}

.mq-spe {
  color: #fff;
  background-color: #344c4c;
}

.mq-quote {
  position: relative;
}
.mq-quote h2 {
  font-size: 14pt;
  font-weight: 400;
}

.mq-quote::before {
  content: "";
  position: absolute;
  height: 100px;
  width: 100px;
  top: 10px;
  left: 10px;
  z-index: -1;
  opacity: 0.1;
  background-image: url("../assets/images/quote-svgrepo-com.svg");
}

.quote {
  font-size: 11pt;
  font-weight: 300;
}

@media screen and (max-width: 550px) {
  .outter75 {
    margin-left: 0px;
    flex-direction: column;
    align-items: flex-start;
  }
  .inner75 {
    justify-content: flex-start;
  }
  .since75 {
    margin-right: 20px;
    width: 90px;
  }
  .bgg3 {
    background-position: center !important;
    background-size: cover !important;
  }
}
@media (min-width: 500px) {
  .quote {
    font-size: 16pt;
  }
}
.ltc-cnt {
  margin: 0 auto;
}

.contact {
  display: block;
  position: relative;
}

.contact-desc {
  padding: 90px 0;
  position: relative;
}
.contact-desc .sub {
  margin-bottom: 15px;
  font-size: 11pt;
  font-weight: 500;
  color: #7cb13e;
}
.contact-desc .contact-title {
  margin-bottom: 50px;
  font-size: 20pt;
  color: #125832;
  font-family: "rubik", sans-serif;
  letter-spacing: -0.015em;
  font-weight: 400;
  line-height: 1.3em;
}
.contact-desc .cta-btn {
  letter-spacing: 0.1em;
  background-color: transparent;
  color: #7cb13e;
  border: 1px solid #7cb13e;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 11pt;
  transition: background-color 0.5s ease;
}
.contact-desc .cta-btn:hover {
  background-color: #7cb13e;
  color: #fff;
  text-decoration: none;
}
.contact-desc::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 230px;
  width: 230px;
  background-image: url("../assets/images/contact.svg");
  background-position: center;
  background-size: cover;
  opacity: 80%;
  z-index: -1;
}

.contact-cnt {
  display: flex;
}

@media (min-width: 999px) {
  .contact-desc {
    flex: 0 1 50%;
  }
  .contact-illus {
    height: auto;
    flex: 0 1 50%;
    width: 50%;
    background-image: url("../assets/images/media.jpg");
    background-size: cover;
  }
}
footer {
  padding-top: 60px;
  background-color: #2f4444;
  color: #fff;
  position: relative;
  z-index: 1;
}

.footer-logo {
  height: 140px;
  padding: 10px;
  background-color: #fff;
  border-radius: 2px;
}

.widget-title h5 {
  font-size: 13pt;
  font-weight: 400;
}

.widget-content p {
  line-height: 2;
  font-size: 9pt;
  letter-spacing: 1.5px;
}

.widget-content a {
  color: #2bbf74;
  font-size: 9pt;
  text-decoration: none;
}
.widget-content a:hover {
  color: #fff;
  text-decoration: underline;
}

.widget-content ul {
  list-style-type: none;
  margin-left: -30px;
}
.widget-content ul li {
  margin-bottom: 10px;
}

.widget-title {
  font-size: 15pt;
  margin-bottom: 2rem;
}

@media (max-height: 778px) {
  .footer--widget {
    margin-bottom: 30px;
  }
}
.footer-bottom {
  border-top: 1px solid #ffffff;
}

@media (min-width: 764px) {
  .landing-sub {
    font-size: 20px;
  }
  .lst {
    font-size: 17px;
  }
  .landing-title {
    font-size: 30pt;
  }
  .sub {
    font-size: 18px;
  }
  .title {
    font-size: 36px;
  }
  .title-desc {
    font-size: 13pt;
  }
  .sc-title {
    font-size: 24px;
  }
  .sc-desc {
    font-size: 15px;
  }
  .rc-desc {
    font-size: 15px;
  }
  .rc-title {
    font-size: 22px;
  }
  .mq h2 {
    font-size: 28pt;
    margin-bottom: 2.5rem !important;
  }
}
@media (min-width: 1000px) {
  .landing-title {
    font-size: 50px;
  }
}
.mapembed {
  display: flex;
  width: 100%;
  justify-content: center;
}

.team {
  padding: 40px 0;
  background: #0d141d;
}

.team-header {
  margin-bottom: 2rem;
  color: #fff;
}

.team-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.team-card {
  flex: 1 0 1fr;
  max-width: 320px;
  margin: 1rem 10px;
  background-color: #2f4444;
}

.team-card-img img {
  width: 100%;
}

.team-card-desc {
  padding: 15px 20px;
  color: #eeecec;
}
.team-card-desc h2 {
  font-size: 15pt;
  font-weight: 400;
}
.team-card-desc p {
  font-size: 9pt;
  font-weight: 300;
}

iframe {
  width: 100%;
  height: 315px;
}

@media (min-width: 999px) {
  .s-row > * {
    padding: 20px;
  }
}
.swiper {
  width: 100%;
  height: 100%;
}

.landing {
  height: calc(90vh - 64px);
}

.carousel,
.carousel-inner,
.carousel-item,
.carousel-item img {
  height: 100%;
}

.carousel-item {
  position: relative;
}

.ci-screen {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
}

.carousel-item img {
  position: relative;
  background-color: rgba(0, 0, 0, 0.6431372549);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: -1;
}

.ct {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  padding-right: 60px;
  padding-left: 40px;
  height: 100%;
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 92%;
}

.cta-btn {
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 450px) {
  .ct {
    min-width: 450px;
    max-width: 800px;
    width: 70%;
  }
}
@media (min-width: 550px) {
  .ct {
    margin: 0 15px;
  }
}
.landing-title {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
  margin-top: 20px;
}

.text-sub {
  font-size: 15px;
  letter-spacing: 1.3px;
  line-height: 1.5;
}

@media (min-width: 600px) {
  .landing-title {
    font-size: 30px;
  }
  .text-sub {
    font-size: 18px;
  }
}
@media (min-width: 999px) {
  .landing-title {
    font-size: 50px;
  }
}
.services h1 {
  font-size: 20pt;
}
.services img {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.services h4 {
  font-size: 15pt;
  font-weight: 400;
}
.services .intman {
  font-weight: 300;
}

@media (min-width: 799px) {
  .services h1 {
    font-size: 25pt;
  }
}
.s-text {
  margin-bottom: 30px;
}

.title-sub {
  text-align: center;
}

.icon-box {
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}

@media (min-width: 800px) {
  .icon-box {
    margin: 20px;
  }
}
.box-icon img {
  height: 40px;
  margin-bottom: 10px;
}

.box-header {
  margin-bottom: 20px;
}

.box-body {
  font-size: 14px;
}

.icon-box:before,
.icon-box:after {
  content: "";
  position: absolute;
  width: calc(100% - 35px);
  height: calc(100% - 35px);
  border: 1px solid #e5e7e9;
  pointer-events: none;
  transition: 0.33s all ease;
}

.icon-box:before {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}

.icon-box:after {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}

@media screen and (max-width: 960px) {
  .bgg3 {
    background-position: center !important;
    background-size: cover !important;
  }
}/*# sourceMappingURL=style.css.map */