body {
  font-family: "Barlow", sans-serif;
  padding-top: 135px;
}
@media (max-width: 1440px) {
  body {
    padding-top: 116px;
  }
}
@media (max-width: 1100px) {
  body {
    padding-top: 116px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 101px;
  }
}

@media (min-width: 1279px) {
  .banner-area img {
    max-height: 80vh;
    background-size: cover;
  }
}
.navbar {
  padding: 20px 0;
  transition: all 0.4s ease;
}
.navbar img {
  max-width: 260px;
  transition: all 0.4s ease;
}
@media (max-width: 1440px) {
  .navbar img {
    max-width: 180px;
  }
}
@media (max-width: 1110px) {
  .navbar img {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .navbar img {
    max-width: 150px;
  }
}
.navbar .navbar-nav .nav-item {
  margin-left: 30px;
}
.navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.navbar .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  color: #233142;
  font-weight: 500;
}
.navbar .navbar-nav .nav-item .nav-link.active {
  color: #2db257;
}

.navbar {
  border-top: 15px solid #233142;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  background: #fff;
}
@media (max-width: 767px) {
  .navbar {
    border-top: 10px solid #233142;
  }
}
.navbar.sticky {
  padding: 10px 0;
}
.navbar.sticky img {
  max-width: 200px;
}
@media (max-width: 1440px) {
  .navbar.sticky img {
    max-width: 150px;
  }
}
@media (max-width: 1110px) {
  .navbar.sticky img {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .navbar.sticky img {
    max-width: 140px;
  }
}

.line {
  height: 2px;
  width: 200px;
  background: #233143;
}
.line.light {
  background: #fff;
}
@media (max-width: 767px) {
  .line {
    width: 100px;
  }
}

.section-heading {
  margin-bottom: 30px;
  color: #233142;
}
.section-heading h2 {
  font-weight: 300;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .section-heading h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .section-heading h2 {
    font-size: 2rem;
  }
}
.section-heading h2 span {
  font-weight: 600;
}
.section-heading .line {
  margin-bottom: 4px;
  margin-left: 10px;
}
.section-heading.light {
  color: #fff;
}

p {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 25px;
}
p span {
  font-weight: 600;
}

.about-sec {
  padding-top: 80px;
}
@media (max-width: 480px) {
  .about-sec {
    padding-top: 40px;
  }
}

.bold-text {
  font-weight: 700;
  margin-top: -10px;
  color: #1f394d;
  font-size: 29px;
}
@media (max-width: 1440px) {
  .bold-text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .bold-text {
    font-size: 18px;
  }
}

.use-cases {
  min-height: 500px;
  -webkit-clip-path: polygon(0% 28%, 100% 1%, 100% 100%, 0% 80%);
          clip-path: polygon(0% 28%, 100% 1%, 100% 100%, 0% 80%);
  background: #1f394d;
  padding: 260px 0;
}
@media (max-width: 1440px) {
  .use-cases {
    padding: 180px 0;
  }
}
@media (max-width: 992px) {
  .use-cases .row.flex-nowrap.gx-md-0.align-items-center {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 767px) {
  .use-cases {
    -webkit-clip-path: none;
            clip-path: none;
    padding: 60px 0;
    margin-top: 50px;
  }
}
.use-cases img {
  min-height: 332px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  .use-cases img {
    max-height: 200px;
    min-height: 240px;
    width: 100%;
  }
}

.subheading {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .subheading {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
}

.case-slider.slick-slider {
  margin: 0 -20px;
}
.case-slider .slick-slide {
  margin-right: 20px;
  margin-left: 20px;
}
.case-slider .single-case .case-content {
  background: #fff;
  padding: 20px;
  height: 100%;
}
.case-slider .single-case .case-content p {
  margin-bottom: 0;
  line-height: 1.3;
}
@media (max-width: 1440px) {
  .case-slider .single-case .case-content p {
    font-size: 14px;
  }
}
.case-slider .single-case .case-content h4 {
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 1440px) {
  .case-slider .single-case .case-content h4 {
    font-size: 18px;
  }
}
.case-slider .slick-track {
  display: flex !important;
}
.case-slider .slick-slide {
  height: inherit !important;
}
.case-slider button.slick-prev.pull-left.slick-arrow {
  position: absolute;
  bottom: -120px;
  right: 70px;
  background: #fff;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
}
@media (max-width: 1440px) {
  .case-slider button.slick-prev.pull-left.slick-arrow {
    bottom: -70px;
  }
}
.case-slider button.slick-next.pull-right.slick-arrow {
  position: absolute;
  bottom: -120px;
  right: 15px;
  background: #fff;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
}
@media (max-width: 1440px) {
  .case-slider button.slick-next.pull-right.slick-arrow {
    bottom: -70px;
  }
}

@media (max-width: 767px) {
  .value-sec {
    padding: 50px 0;
  }
}

.value-content h6 {
  color: #2db257;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0px;
}
@media (max-width: 1440px) {
  .value-content h6 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .value-content h6 {
    font-size: 2rem;
  }
}
.value-content p {
  font-weight: 600;
  color: #233142;
  font-size: 26px;
}
@media (max-width: 1440px) {
  .value-content p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .value-content p {
    font-size: 20px;
  }
}
.value-content span {
  font-weight: 500;
  color: #233142;
  font-size: 22px;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 1440px) {
  .value-content span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .value-content span {
    font-size: 16px;
  }
}

.green-sec {
  background: #2db257;
  padding: 20px 0;
}
.green-sec::after {
  position: absolute;
  content: "";
  background: #2db257;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 2000%;
  z-index: -1;
  left: 0;
}
@media (max-width: 992px) {
  .green-sec::after {
    left: -100%;
  }
}
.green-sec.second::after {
  right: 0;
  left: auto;
}
@media (max-width: 992px) {
  .green-sec.second::after {
    right: -100%;
  }
}
.green-sec .single-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  border-right: 1px solid transparent;
}
.green-sec .single-item.slick-current {
  border-right: 1px solid #fff;
}
.green-sec .single-item img {
  max-width: 100px;
}
@media (max-width: 1440px) {
  .green-sec .single-item img {
    max-width: 70px;
    max-height: 60px;
  }
}
@media (max-width: 767px) {
  .green-sec .single-item img {
    max-width: 60px;
  }
}
.green-sec .single-item span {
  width: 100%;
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .green-sec .single-item span {
    font-size: 16px;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .green-sec .single-item span {
    font-size: 16px;
  }
}
.green-sec .single-item .img-wrap {
  min-height: 108px;
  display: flex;
  align-items: center;
}
.green-sec button.slick-prev.pull-left.slick-arrow {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: auto;
  left: 20px;
  background: #fff;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .green-sec button.slick-prev.pull-left.slick-arrow {
    left: 0;
  }
}
.green-sec button.slick-next.pull-right.slick-arrow {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 15px;
  background: #fff;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .green-sec button.slick-next.pull-right.slick-arrow {
    right: 0;
  }
}

.offering-sec {
  background-image: url("../img/clippath.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 350px 0;
}
@media (max-width: 992px) {
  .offering-sec {
    padding: 100px 0;
    background-color: #233142;
    background-image: none;
  }
}
@media (max-width: 992px) {
  .offering-sec {
    padding: 50px 0;
  }
}
.offering-sec .single-offer img {
  width: 100%;
}
.offering-sec .single-offer .offer-content {
  background: #2db257;
  padding: 15px 15px;
}
.offering-sec .single-offer .offer-content p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0;
}

.footer-sec {
  background-image: url("../img/footer-bg.png");
  margin-top: 50px;
  padding-top: 100px;
  background-size: 100% 100%;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .footer-sec {
    padding-top: 150px;
  }
}
.footer-sec img {
  max-width: 260px;
}
@media (max-width: 767px) {
  .footer-sec img {
    max-width: 150px;
  }
}
.footer-sec p {
  color: #2db257;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .footer-sec p {
    font-size: 20px;
  }
}
.footer-sec .form-control {
  border-radius: 0;
}
.footer-sec .form-control::-moz-placeholder {
  color: #000;
  font-weight: 600;
}
.footer-sec .form-control::placeholder {
  color: #000;
  font-weight: 600;
}
.footer-sec .form-select {
  border-radius: 0;
  font-weight: 600;
}
.footer-sec button {
  background: #2db257;
  color: #fff;
  font-size: 24px;
  border: none;
  font-weight: 500;
}
.footer-sec button:hover {
  background: rgba(45, 178, 87, 0.6705882353);
}
.footer-sec ul {
  padding: 0;
  width: -moz-max-content;
  width: max-content;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .footer-sec ul {
    margin-left: 0;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.footer-sec ul li {
  display: block;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .footer-sec ul li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.footer-sec ul li:last-child {
  margin-bottom: 0;
}
.footer-sec ul li a {
  text-decoration: none;
  font-size: 18px;
  color: #fff;
}
.footer-sec ul li a.active {
  color: #2db257;
}
.footer-sec .left-border {
  height: 78%;
  width: 1px;
  background: #2db257;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .navbar .navbar-nav .nav-item {
    margin-left: 0;
  }
  .navbar-toggler {
    position: absolute;
    right: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: auto;
    box-shadow: none;
    border: none;
    outline: none;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .navbar-toggler span {
    width: 12px;
    height: 2px;
    display: block;
    position: absolute;
    right: 0;
    border-radius: 20px;
    top: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    background-image: none;
    outline: none;
    left: 0;
    margin: auto;
  }
  .navbar-toggler span:nth-child(1) {
    top: 16px;
  }
  .navbar-toggler span:nth-child(2) {
    top: 20px;
  }
  .navbar-toggler span:nth-child(3) {
    top: 24px;
  }
  .navbar-toggler span {
    width: 12px;
    background-color: #046aeb;
    height: 2px;
    display: block;
    position: absolute;
    right: 0;
    border-radius: 20px;
    top: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    background-image: none;
    outline: none;
    left: 0;
    margin: auto;
  }
  .navbar-collapse {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 100px;
    z-index: 9;
    transition: 0.25s ease-in-out;
    background: #fff;
    display: block !important;
    right: -100%;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .menu-active {
    overflow: hidden;
  }
  .menu-active .mu-elearning .navbar-toggler {
    background: #F6F7FA;
  }
  .menu-active .mu-elearning .navbar-toggler span {
    background-color: #046aeb;
  }
  .menu-active .navbar-collapse {
    right: 0;
    overflow: auto;
  }
  .menu-active .navbar-toggler span:nth-child(1) {
    top: 20px;
    transform: rotate(135deg);
  }
  .menu-active .navbar-toggler span:nth-child(2) {
    opacity: 0;
  }
  .menu-active .navbar-toggler span:nth-child(3) {
    top: 20px;
    transform: rotate(-135deg);
  }
  .navbar.sticky .navbar-collapse {
    top: 72px;
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #2db257;
}

.footer-sec ul li a:hover {
  color: #2db257;
}/*# sourceMappingURL=main.css.map */