:root{
    --dark-green : #173d33;
    --light-green : #bcfa86;
    --inchworm : #aafc75;
    --floral-white : #fafbf2;
    --color-dark: #282828;
    --color-white: #fff;
}
body {
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    position: relative;
    background-color: var(--dark-green);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--floral-white);
  display: flex;
  justify-content: center;
  align-items: center;
}

#preloader .preloader-img {
  max-width: 100%;
}

@media (max-width: 992px) {
  #preloader .preloader-img.w-25 {
	width: 75% !important;
  }
}

/*===========================
    comman css
=============================*/
.text-justify{
    text-align: justify;
}
.text-inchworm{
    color: var(--inchworm);
}
.text-light-green{
    color: var(--light-green);
}
.bg-light-green{
    background-color: var(--light-green);
}
.bg-light-gray{
    background-color: #efefef;
}
.bg-light-white{
    background-color: var(--floral-white) !important;
}
.text-dark-green{
    color: var(--dark-green);
}
.bg-dark-green{
    background-color: var(--dark-green);
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

section, .container, .container-fluid {
    position: relative;
    word-wrap: break-word;
}
.card {
    background-color: transparent;
    /* border: none; */
}

img {
  display: block;
  width: 100%;
}

iframe {
  display: block;
  width: 1920%;
  height: 1080%;
}
.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}
.media {
    max-width: 100%;
    margin: 0 auto;
}

.card-box {
  width: 100%;
}

.form-group:focus {
    outline: none;
}
.form-control {
    background-color: #ffffff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}
form .row [class*=col] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}
form .btn {
    display: flex;
    padding: 0.6rem 1.2rem;
    margin: 0;
}
textarea.form-control {
    line-height: 1.5rem !important;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-control,
form .btn {
    min-height: 48px;
}
.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: none;
}
.mt-4 {
    margin-top: 2rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -16px;
        margin-right: -16px;
    }
    .row > [class*=col] {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}
a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}
a, a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}
/*! Full-screen */
.fullscreen .overlay {
    min-height: 100vh;
}

.fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

.text-primary {
    color: var(--inchworm) !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
    color: #6dfa11 !important;
}

.nav-tabs .nav-link.active {
    color: var(--inchworm);
}

.nav-tabs .nav-link:not(.active) {
    color: #232323;
}

a,
a:hover {
    color: var(--dark-green);
}

.form-control {
    font-family: "Inter Tight", sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
}

.form-control>.iconfont {
    font-size: 1.875rem;
}

.form-control:hover,
.form-control:focus {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px,
      rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
    border-color: var(--inchworm) !important;
}

.form-control:-webkit-input-placeholder {
    font-family: "Inter Tight", sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
}

.form-control:-webkit-input-placeholder>.iconfont {
    font-size: 1.875rem;
}

a {
    transition-duration: 0.3s;
    transition: 0.3s;
}

a:hover {
    background-image: none !important;
}

.container-fluid {
    padding: 0 5.2vw;
}

@media (max-width: 767px) {
    .container-fluid {
        padding: 0 6.5vw;
    }
}

.container {
    max-width: 2400px;
    margin: 0 auto;
    padding: 0 10.4vw;
}

@media (max-width: 767px) {
    .container {
        padding: 0 6.5vw;
    }
}

.row {
    margin-left: -1rem;
    margin-right: -1rem;
    justify-content: center;
}

.row>[class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
}

/*! Buttons */

.cmn-section-btn .btn {
    min-width: 80px;
    min-height: 60px;
    padding: 24px 44px;
    border-radius: 10em !important;
    border-width: 1px;
    font-weight: 700;
    box-shadow: none !important;
    transition: 0.4s all !important;
}

@media (max-width: 575px) {
    .cmn-section-btn {
         width: 100%;
    }

    .cmn-section-btn .btn {
        width: 100%;
        min-width: auto !important;
    }
}

.custom-section-btn .btn-transform {
    position: relative;
    width: 100%;
    overflow: hidden;
    animation: btn-move-out 0.4s ease-in-out;
    will-change: transform;
}

.custom-section-btn .btn-primary {
    color: var(--dark-green) !important;
    background: linear-gradient(to bottom,
        var(--inchworm),
        var(--inchworm) 50%,
        var(--dark-green) 50%,
        var(--dark-green) 100%) !important;
    background-size: 100% 200% !important;
    background-position: top !important;
    border: none !important;
}

.custom-section-btn .btn-primary:hover {
    background: linear-gradient(to bottom,
        var(--inchworm),
        var(--inchworm) 50%,
        var(--dark-green) 50%,
        var(--dark-green) 100%) !important;
    background-size: 100% 200% !important;
    background-position: bottom !important;
    color: #ffffff !important;
}

.custom-section-btn .btn-primary:hover .btn-transform {
    animation: btn-move 0.4s ease-in-out;
}

.custom-section-btn .btn-white-outline {
    color: #ffffff !important;
    background: linear-gradient(to bottom,
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0.2) 50%,
        var(--inchworm) 50%,
        var(--inchworm) 100%) !important;
    background-size: 100% 200% !important;
    background-position: top !important;
    border: none !important;
}

.custom-section-btn .btn-white-outline:hover {
    background: linear-gradient(to bottom,
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0.2) 50%,
        var(--inchworm) 50%,
        var(--inchworm) 100%) !important;
    background-size: 100% 200% !important;
    background-position: bottom !important;
    color: #0e0e0e !important;
}

.custom-section-btn .btn-white-outline:hover .btn-transform {
    animation: btn-move 0.4s ease-in-out;
}

@keyframes btn-move {
    0% {
        transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    49% {
        transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    50% {
        transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        opacity: 0;
    }

    51% {
        transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    52% {
        transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    100% {
        transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        opacity: 1;
    }
}

@keyframes btn-move-out {
    0% {
        transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    49% {
        transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    50% {
        transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        opacity: 0;
    }

    51% {
        transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    52% {
        transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

    100% {
        transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        opacity: 1;
    }
}


.cmn-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
}
.btn {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}
.btn {
    font-weight: 600;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-form {
    margin: 0;
}
.btn-form:hover {
    cursor: pointer;
}

.btn-primary,
.btn-primary:active {
    background-color: var(--inchworm) !important;
    border-color: var(--inchworm) !important;
    color: #2d7002 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
    color: #0b1b01 !important;
    background-color: #76fa20 !important;
    border-color: #76fa20 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-white-outline,
.btn-white-outline:active {
    background-color: transparent !important;
    border-color: transparent;
    color: #fafafa;
}


.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
    color: #cfcfcf !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}


.display-1 {
    font-family: "Inter Tight", sans-serif;
    font-size: 7.5rem;
    line-height: 1.1;
}

.display-1>.iconfont {
    font-size: 9.375rem;
}

.display-2 {
    font-family: "Inter Tight", sans-serif;
    font-size: 6.25rem;
    line-height: 1.1;
}

.display-2>.iconfont {
    font-size: 7.8125rem;
}

.display-4 {
    font-family: "Inter Tight", sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
}

.display-4>.iconfont {
    font-size: 1.875rem;
}

.display-5 {
    font-family: "Inter Tight", sans-serif;
    font-size: 3.2rem;
    line-height: 1.3;
}

.display-5>.iconfont {
    font-size: 4rem;
}

.display-7 {
    font-family: "Inter Tight", sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
}

.display-7>.iconfont {
    font-size: 1.5625rem;
}
@media (max-width: 992px) {
    .display-1 {
        font-size: 6rem;
    }
}

@media (max-width: 768px) {
    .display-1 {
        font-size: 5.25rem;
        font-size: calc(3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 25rem) / (48 - 20)));
        line-height: calc(1.1 * (3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 25rem) / (48 - 20))));
    }

    .display-2 {
        font-size: 5rem;
        font-size: calc(2.8375rem + (6.25 - 2.8375) * ((100vw - 25rem) / (48 - 20)));
        line-height: calc(1.3 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 25rem) / (48 - 20))));
    }

    .display-4 {
        font-size: 1.2rem;
        font-size: calc(1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-5 {
        font-size: 2.56rem;
        font-size: calc(1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-7 {
        font-size: 1rem;
        font-size: calc(1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
    }
}

/*==============================
    Header Navbar
================================*/
.dropdown-menu .dropdown-item:focus {
    outline: 0;
}

.navbar-dropdown {
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.45s ease;
    z-index: 1030;
    background: #282828;
}
.navbar-dropdown .navbar-logo {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle;
}
.navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important;
}
.navbar-dropdown .navbar-caption{
    color: inherit;
    text-decoration: none;
}

.navbar-dropdown.navbar-fixed-top {
    position: fixed;
}
.navbar-dropdown .navbar-brand span {
    vertical-align: -4px;
}
.navbar-dropdown.bg-color.transparent {
    background: none;
}
.navbar-dropdown.navbar-short .navbar-brand {
    padding: 0.625rem 0;
}
.navbar-dropdown.navbar-short .navbar-brand span {
    vertical-align: -1px;
}
.navbar-dropdown.navbar-short .navbar-caption {
    line-height: 2.375rem !important;
    vertical-align: -2px;
    color: var(--dark-green) !important;
}

.navbar-dropdown.navbar-short .navbar-logo img {
    height: 2.375rem;
}

.menu .navbar.collapsed:not(.beta-menu){
    flex-direction: column;
}

.home-navbar{
    z-index: 1000;
    width: 100%;
}

.home-navbar nav.navbar{
    position: fixed;
}

.home-navbar .container{
    display: flex;
    margin: auto;
}

@media (min-width: 992px) {
    .home-navbar .container {
        flex-wrap: nowrap;
    }
}

.home-navbar .dropdown-menu, .home-navbar .navbar.opened {
    background: transparent;
}

.home-navbar .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    transition: all 0.25s ease-in-out;
}

.home-navbar .navbar {
    min-height: 70px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    background: linear-gradient(180deg,
        var(--dark-green) 0%,
        rgba(23, 61, 51, 0.7) 41.67%,
        rgba(23, 61, 51, 0) 100%);
    border: none !important;
    box-shadow: none;
    padding: 0 !important;
    padding-bottom: 10px !important;
}

.home-navbar .navbar.opened {
    transition: all 0.3s;
}

.home-navbar .navbar .navbar-logo img {
    width: auto;
}

.home-navbar .navbar .navbar-collapse {
    justify-content: flex-end;
    z-index: 1;
}

.home-navbar .navbar.collapsed {
    justify-content: center;
}

.home-navbar .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

@media (min-width: 992px) {
    .home-navbar .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
        max-height: calc(98.5vh - 3rem);
    }
}

@media (max-width: 991px) {
    .home-navbar .navbar.opened .dropdown-menu {
        top: 0;
    }

    .home-navbar .navbar .navbar-logo img {
        height:3.3rem !important;
    }

    .home-navbar .navbar ul.navbar-nav li {
        margin: auto;
    }

    .home-navbar .navbar .dropdown-menu .dropdown-item {
	    padding: 10px 0px 10px 20px !important;
    }

    .home-navbar .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 2rem;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .home-navbar .navbar .navbar-brand {
        width: calc(100% - -60px);
    }
}

.home-navbar .navbar.navbar-short {
    min-height: 60px;
}

/*
.home-navbar .navbar.navbar-short .navbar-logo img {
    height: 4rem !important;
}
*/
.home-navbar .navbar.navbar-short {
  min-height: 60px;
  background: var(--floral-white);
}

.home-navbar .navbar-brand {
    min-height: 70px;
    flex-shrink: 0;
    align-items: center;
    padding: 10px 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 10;
}

.home-navbar .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-size: 30px;
}

.home-navbar .navbar-brand .navbar-logo a {
    outline: none;
}

.home-navbar .dropdown-item.active, .home-navbar .dropdown-item:active {
    background-color: transparent;
}

.home-navbar .navbar .dropdown.open>.dropdown-menu {
    display: block;
}

.home-navbar .navbar-dropdown {
    padding: 0 1rem;
    position: fixed;
}

@media screen and (-ms-high-contrast: active),
  (-ms-high-contrast: none) {
    .home-navbar .navbar {
        height: 70px;
    }

    .home-navbar .navbar.opened {
        height: auto;
    }
}

.menu .navbar-brand {
    display: -webkit-flex;
}
.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
    height: 4.3rem;
}

@media (max-width: 991px) {
    .menu .navbar-collapse {
         max-height: 93.5vh;
    }
    .menu .navbar-collapse.show {
        overflow: auto;
    }
}
@media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }
    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }
    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .collapsed .navbar-collapse.show {
        overflow: auto;
    }
}
@media (max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh;
    }
}

.nav {
    display: -webkit-flex;
}

@media (max-width: 575px) {
    .home-navbar .custom-section-btn {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
}

.home-navbar .custom-section-btn .btn {
    min-width: 80px;
    min-height: 62px;
    padding: 20px 35px;
}

@media (max-width: 575px) {
    .home-navbar .custom-section-btn .btn {
        width: auto !important;
    }
}

@media (max-width: 991px) {
    .home-navbar .custom-section-btn {
        text-align: center !important;
    }
}

.home-navbar .custom-section-btn .btn-white-outline {
    color: #ffffff !important;
    background: linear-gradient(to bottom,
        transparent,
        transparent 50%,
        var(--inchworm) 50%,
        var(--inchworm) 100%) !important;
    background-size: 100% 200% !important;
    background-position: top !important;
    border: 1px solid #ffffff !important;
}
.home-navbar .navbar-short .custom-section-btn .btn-white-outline {
    color: var(--dark-green) !important;
    background: linear-gradient(to bottom,
        transparent,
        transparent 50%,
        var(--inchworm) 50%,
        var(--inchworm) 100%) !important;
    background-size: 100% 200% !important;
    background-position: top !important;
    border: 1px solid var(--dark-green) !important;
}

.home-navbar .custom-section-btn .btn-white-outline:hover {
    background: linear-gradient(to bottom,
        transparent,
        transparent 50%,
        var(--inchworm) 50%,
        var(--inchworm) 100%) !important;
    background-size: 100% 200% !important;
    background-position: bottom !important;
    color: #0e0e0e !important;
    border: 1px solid transparent !important;
}

.home-navbar .custom-section-btn .btn-white-outline:hover .btn-transform {
    animation: btn-move 0.4s ease-in-out;
}


/*=======================================
    Menu
=========================================*/

/* Header */
.header {
    position: relative;
    z-index: 10;
}

.menu-trigger {
    width: 80px;
    height: 45px;
    background: transparent;
    border: 1px solid var(--color-white);
    cursor: pointer;
    position: relative;
    border-radius: 50px;
}

.menu-trigger:focus,
.menu-trigger:active {
    outline: 0;
}

.menu-trigger__line {
    position: absolute;
    left: 22px;
    width: 30px;
    height: 2px;
    background-color: var(--color-white);
    transition: .2s ease-in-out;
}

.menu-trigger__line:nth-child(1) { top: 11px; }
.menu-trigger__line:nth-child(2) { top: 20px; }
.menu-trigger__line:nth-child(3) { bottom: 10px; }

.menu-trigger:hover .menu-trigger__line:nth-child(1) { top: 7px; }
.menu-trigger:hover .menu-trigger__line:nth-child(3) { bottom: 7px; }

/* Navigation */
.navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 0px);
    background-color: var(--floral-white);
    z-index: 9;
    color: var(--color-white);
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
    transition: .4s ease-in-out;
    transition-delay: .3s;
    min-height: 450px;
}

.navigation__inner {
    margin: 120px auto 0;
}

/* Menu */
.header-menu {
    margin: 0 auto;
    padding: 0 20px;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(25px, 0, 0);
    transition: .4s ease-in-out;
    transition-delay: 0s;
}

.header-menu ul {
    list-style: none;
    counter-reset: menu;
    margin: 0;
    padding: 0;
}

.header-menu li {
    position: relative;
    padding: 20px 0 20px 0;
}

.header-menu li:last-child {
    margin-bottom: 0;
}

.header-menu a {
    font-size: 2rem;
    color: var(--dark-green);
    text-decoration: none;
    position: relative;
    line-height: 1;
    font-weight: bold;
    transition: .2s ease-in-out;
}
.header-menu a i{
    opacity: 0;
    transition: .2s ease-in-out;
}
.header-menu a:hover{
    color: #f3a656;
}
.header-menu a:hover i{
    opacity: 1;
}

.header-menu .dropdown:hover .dropdown-toggle,
.header-menu .dropdown.show .dropdown-toggle {
    color: #f3a656;
}
.header-menu .dropdown:hover .dropdown-toggle i,
.header-menu .dropdown.show .dropdown-toggle i {
    opacity: 1;
}

@media screen and (min-width: 760px) {
    .header-menu {
        padding: 0;
        margin: 0;
    }
    
}

 .header-menu .dropdown-menu {
    min-width: 20rem !important;
}
/* Hero */

.hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--color-dark), .7);
}

.hero__caption {
    position: relative;
    max-width: 80%;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 5px;
}

.hero__caption h2 {
    font-weight: 300;
    font-size: 30px;
}

@media screen and (min-width: 760px) {
    .hero__caption h2 {
        font-size: 48px;
    }
}

/* Navigation Open */
.is-navigation-open .menu-trigger__line {
    background-color: var(--dark-green);
}

.is-navigation-open .menu-trigger__line:nth-child(1) {
    transform: rotate(-45deg);
    top: 18px !important;
}

.is-navigation-open .menu-trigger__line:nth-child(2) {
    transform: scale(0);
}

.is-navigation-open .menu-trigger__line:nth-child(3) {
    transform: rotate(45deg);
    bottom: 18px !important;
}

.is-navigation-open .navigation {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
}

.is-navigation-open .header-menu {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
    transition-delay: .3s;
}

.menu-row::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 100px;
    top: calc(20px * -1);
    right: 100px;
    border-color: var(--dark-green);
    border-top: 1px solid;
    border-top-color: currentcolor;
    border-top-color: var(--dark-green);
}

.menu .left-border::before {
    display: block;
    content: "";
    position: absolute;
    right: auto;
    top: 25px;
    bottom: 0;
    border-left: 1px solid var(--dark-green);
}

@media (max-width: 575px) {
    .menu .mobile-none {
        display: none;
    }

    .home-navbar .navbar-brand .navbar-caption {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .header-menu a {
        font-size: 20px;
    }
    .header-menu li {
		padding: 0px 0 20px 0;
	}

    .menu-row::before {
        display: none;
    }
}

@media (min-width: 576px) {
    .menu-row::before {
        left: 50px;
        right: 120px;
    }
}

@media (min-width: 992px) {
    .menu-row::before {
        left: 100px;
        right: 100px;
    }
}

.is-navigation-open .navbar-dropdown .navbar-caption {
    line-height: 2.375rem !important;
    vertical-align: -2px;
    color: var(--dark-green) !important;
}

.is-navigation-open .menu-trigger, .home-navbar .navbar.navbar-short .menu-trigger {
    border: 1px solid var(--dark-green);
}

.home-navbar .navbar.navbar-short .menu-trigger__line {
    background-color: var(--dark-green);
}

.home-navbar .dropdown .dropdown-menu {
    transition: all 300ms;
}

.home-navbar .dropdown:hover > .dropdown-menu{
    display: block;
    margin-top: -8.5em;
    margin-left: 22.125em;
}

.home-navbar .dropdown-menu.show {
  display: none;
}
.home-navbar .dropdown .dropdown-menu .dropdown-item {
    color: var(--dark-green);
}

.home-navbar .dropdown-item:hover, .home-navbar .dropdown-item:focus {
    background: transparent !important;
    color: #f3a656 !important;
}

.home-navbar .dropdown-item.active {
  background: transparent !important;
  color: #f3a656 !important;
}

.header-menu .dropdown-menu a:hover::after {
    display:none;
}

.header-menu .dropdown-menu li {
    padding: 5px 0 5px 0;
    border-bottom: none;;
}
.dropdown-menu {
    border: none !important;
}

.dropdown-toggle::after{
    all: unset;
}

@media (max-width: 768px) {
    .header-menu .dropdown-menu li {
        margin: 10px 0 0;
    }

    .header-menu ul > li a::after {
        top: 10px;
    }

}
@media (max-width: 992px) {
    .dropdown:hover > .dropdown-menu, .dropend:hover > .dropdown-menu {
        margin-top: 0 !important;
        margin-left: 0 !important;
    }
    .header-menu .dropdown-menu {
        position: static;
        background-color: var(--dark-green) !important;
        color: var(--light-green);
    }
    .home-navbar .dropdown-menu.show {
      display: block;
    }
    .home-navbar .dropdown .dropdown-menu .dropdown-item {
        color: #fff;
    }
}
.home-navbar .dropdown-menu{
    background-color: transparent;
}



/*======================================
    Home Section
========================================*/
.home-section {
/*
    background-image: url("../images/background2.jpg");
*/
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

@media (max-width: 992px) {
    .inner-page.home-section {
		min-height: 40vh;
	}
    .error-section.inner-page.home-section {
		min-height: 100vh;
	}
}

#myVideo {
	position: absolute;
	max-width: 100%;
	z-index: -1;
}

@media (max-width: 991px) {
    #myVideo {
		max-width: unset;
		max-height: 100%;
	}
}

.home-section .row {
    position: relative;
    z-index: 3;
}

.home-section h1 {
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 115px;
}

@media (max-width: 991px) {
    .home-section h1 {
        margin-bottom: 32px;
    }
}

.home-section h2 {
    color: #ffffff;
    margin-bottom: 0;
}

.home-section h2 a {
    font-weight: inherit;
    pointer-events: none;
}

.home-section .cmn-section-btn {
    margin-top: 35px;
}

@media (max-width: 991px) {
    .home-section .cmn-section-btn {
        margin-top: 90px;
    }
}

@media (max-width: 767px) {
    .home-section .cmn-section-btn {
        margin-top: 60px;
    }
}

@media (max-width: 575px) {
    .home-section .cmn-section-btn {
        margin-top: 40px;
    }
}


/*========================================
    Section One
==========================================*/
.section-one {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--dark-green);
    overflow: hidden;
}

.section-one .card {
    transition: all 0.3s;
    height: fit-content;
    margin-bottom: 2rem;
    border-radius: 0;
    border: none
}

@media (min-width: 768px) {
    .section-one .card:not(:nth-child(3n + 1)) {
        border-left: 1px solid #bbbbbb;
    }
}

@media (max-width: 768px) {
	.section-one h1{
		font-size: 42px !important;
	}
	.section-one{
		padding-bottom: 2rem;;
	}
}
@media (max-width: 992px) {
	.section-one h1{
		font-size: 90px;
		line-height: 1.1;
		margin-bottom: 50px;
	}
}

.section-one .card img {
    width: auto;
    max-width: 100%;
    height: 90px;
    object-fit: cover;
    margin: 0 auto;
    transition: 0.5s all;
    will-change: transform;
}

.section-one .card img:hover {
    opacity: 0.65;
    transform: scale(0.9);
}
/*====================================
   Section Two
======================================*/
.section-two {
    background-color: var(--dark-green);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.section-two .container, .section-two .container-fluid {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.section-two .row {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.section-two .bg-frame-container {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.section-two .bg-frame {
    position: absolute;
    right: 0;
    opacity: 0.9;
    width: 14vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #aafc75;
    box-shadow: 0 0 40px #aafc75;
    filter: blur(130px);
    top: 31%;
}

@media (max-width: 767px) {
    .section-two .bg-frame {
        width: 80vw;
    }
}

.section-two .img-bg-container {
    flex-grow: 1;
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    padding: 100px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .section-two .img-bg-container {
        padding: 80px;
    }
}

@media (max-width: 767px) {
    .section-two .img-bg-container {
        padding: 80px 30px;
        align-items: flex-end;
    }
}

.section-two .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/about-us.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-two .img-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #021c15;
    opacity: 0.5;
}

.section-two .item-img {
    position: absolute;
    right: 100px;
    top: -80px;
    max-width: 180px;
    width: 180px;
}

@media (max-width: 991px) {
    .section-two .item-img {
        max-width: 120px;
        width: 120px;
        top: -40px;
        right: 80px;
    }
}

@media (max-width: 767px) {
    .section-two .item-img {
        max-width: 120px;
        width: 120px;
        top: -40px;
        right: auto;
        left: 10%;
    }
}

.section-two .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(312deg);
}

.section-two .text-wrap {
    position: relative;
    z-index: 5;
    width: 100%;
}

.section-two h1 {
    color: #ffffff;
    margin-bottom: 40px;
}

.section-two h2 {
    color: #ffffff;
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .section-two h2 {
        margin-bottom: 16px;
    }
}

/*=================================
    Section Three
===================================*/
.section-three {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-color: var(--floral-white);
}

/*=============================
    Section Four
===============================*/
.section-four {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--dark-green);
    position: relative;
    overflow: hidden;
}
@media (max-width: 992px) {
	.section-four {
		padding-bottom: 0!important;
	}
}
.section-four .title-container {
  margin-top: 2rem;
  margin-bottom: 7rem;
  width: 100%;
}

.section-four .bg-frame {
    position: absolute;
    top: 6%;
    transform: translateY(-50%);
    left: 5%;
    z-index: 2;
    opacity: 0.8;
    width: 15vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: var(--inchworm);
    box-shadow: 0 0 40px var(--inchworm);
    filter: blur(130px);
}

@media (max-width: 767px) {
    .section-four .bg-frame {
         width: 30vw;
    }
}

.section-four .bg-frame-2 {
    top: 55%;
    left: auto;
    right: -5%;
    width: 30vw;
}

.section-four .row {
    position: relative;
    z-index: 3;
}

.section-four .section-heading {
    margin-bottom: 100px;
    width: 100%;
}

@media (max-width: 991px) {
    .section-four .section-heading {
        margin-bottom: 50px;
    }
}

.section-four h3 {
    color: #ffffff;
}

.section-four h3 a {
    font-weight: inherit;
    pointer-events: none;
}

.section-four h5 {
    color: #ffffff;
    margin-top: 1rem;
}

.section-four .card-row {
    align-items: stretch;
}

.section-four .item {
    margin-bottom: 5rem;
}

.section-four .item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    height: 100%;
    width: 100%;
    transition: 0.5s all;
    will-change: transform;
}

.section-four .item-wrapper:hover {
    transform: translateY(-12.5%);
}

@media (max-width: 991px) {
    .section-four .item-wrapper:hover {
        transform: translateY(-2rem);
    }
}

.section-four .item-wrapper:hover .item-img img {
    transform: scale(1);
}

.section-four .item-wrapper:hover .card-title {
    color: var(--inchworm);
}

.section-four .item-wrapper:hover .card-subtitle {
    color: var(--inchworm);
}

.section-four .item-img {
    position: relative;
    width: 100%;
    z-index: 2;
    border-radius: 30px;
    overflow: hidden;
    aspect-ratio: 1.49885057;
    transition: 0.5s all;
}

.section-four .item-img img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    transition: 0.5s all;
    will-change: transform;
}

.section-four .img-bg-color {
    position: absolute;
    bottom: 0;
    z-index: 3;
    pointer-events: none;
    width: 80%;
    aspect-ratio: 1;
    opacity: 0.3;
    filter: blur(100px);
}

.section-four .img-bg-color-1 {
    left: 0;
    background: #79f429;
    transform: translate(-50%, 50%);
    opacity: 0.2;
}

.section-four .img-bg-color-2 {
    right: 0;
    background: #0e0e0e;
    transform: translate(50%, 50%);
}

.section-four .card-box {
    position: relative;
    z-index: 3;
    opacity: 1;
}

.section-four .card-title {
    color: #ffffff;
    margin-bottom: 0;
    transition: 0.5s all;
}

.section-four .card-subtitle {
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 1rem;
    transition: 0.5s all;
}

.section-four .cmn-section-btn {
    margin-top: 1rem;
}

/*========================================
    Contact Section
==========================================*/
.contact-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--floral-white);
}


@media (max-width: 991px) {
    .contact-section .section-heading {
        margin-bottom: 60px;
    }
}

.contact-section h3 {
    color: #102a23;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 40px;
}

.contact-section h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: var(--inchworm);
    box-shadow: 0 0 0 10px rgba(170, 252, 117, 0.2);
}

.contact-section .form-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 !important;
}

.contact-section form {
    width: 100%;
}

.contact-section form .row {
    justify-content: flex-start;
    width: auto !important;
}

.contact-section form .cmn-section-btn {
    text-align: right;
    justify-content: flex-end;
    margin-left: auto;
}

.contact-section form .form-group {
    margin-top: 0 !important;
    margin-bottom: 35px !important;
}

@media (max-width: 1399px) {
    .contact-section form .form-group {
        margin-bottom: 80px !important;
    }
}

@media (max-width: 575px) {
    .contact-section form .form-group {
        margin-bottom: 50px !important;
    }
}

.contact-section form .form-control {
    height: 90px;
    border: none !important;
    border-bottom: 1px solid #bbbbbb !important;
    background: transparent;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin-bottom: 0;
    padding: 2px 0;
    font-size: 50px;
    line-height: 86px !important;
    color: var(--dark-green);
    font-weight: 400;
}

@media (max-width: 1399px) {
    .contact-section form .form-control {
        height: 66px;
        font-size: 58px;
        line-height: 62px !important;
    }
}

.contact-section form .form-control::-webkit-input-placeholder {
    color: var(--dark-green);
}

.contact-section form .form-control::-moz-placeholder {
    color: var(--dark-green);
}

.contact-section form .form-control:-moz-placeholder {
    color: var(--dark-green);
}

.contact-section form .form-control:-ms-input-placeholder {
    color: var(--dark-green);
}

.contact-section form select {
    color: var(--dark-green) !important;
}

.contact-section form textarea {
    height: 92px !important;
    min-height: 90px !important;
    padding: 0 !important;
    resize: none;
}

@media (max-width: 1399px) {
    .contact-section form textarea {
        height: 68px !important;
        min-height: 66px !important;
        font-size: 58px;
        line-height: 62px;
    }
}

.contact-section form textarea::-webkit-input-placeholder {
    color: var(--dark-green) !important;
}

.contact-section form textarea::-moz-placeholder {
    color: var(--dark-green) !important;
}

.contact-section form textarea:-moz-placeholder {
    color: var(--dark-green) !important;
}

.contact-section form textarea:-ms-input-placeholder {
    color: var(--dark-green) !important;
}

.contact-section form input, .contact-section form textarea {
    transition: 0.5s all;
}

.contact-section form input:active,
.contact-section form textarea:active,
.contact-section form input:focus,
.contact-section form textarea:focus {
    background-color: transparent !important;
    border-color: #0e0e0e !important;
    outline: none !important;
}

.contact-section form input:active::-webkit-input-placeholder,
.contact-section form textarea:active::-webkit-input-placeholder,
.contact-section form input:focus::-webkit-input-placeholder,
.contact-section form textarea:focus::-webkit-input-placeholder {
    color: rgba(23, 61, 51, 0.2) !important;
}

.contact-section form input:active::-moz-placeholder,
.contact-section form textarea:active::-moz-placeholder,
.contact-section form input:focus::-moz-placeholder,
.contact-section form textarea:focus::-moz-placeholder {
    color: rgba(23, 61, 51, 0.2) !important;
}

.contact-section form input:active:-moz-placeholder,
.contact-section form textarea:active:-moz-placeholder,
.contact-section form input:focus:-moz-placeholder,
.contact-section form textarea:focus:-moz-placeholder {
    color: rgba(23, 61, 51, 0.2) !important;
}

.contact-section form input:active:-ms-input-placeholder,
.contact-section form textarea:active:-ms-input-placeholder,
.contact-section form input:focus:-ms-input-placeholder,
.contact-section form textarea:focus:-ms-input-placeholder {
    color: rgba(23, 61, 51, 0.2) !important;
}

.contact-section form .row {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}

.contact-section form .row [class*="col"] {
    padding-left: 1rem !important;
    padding-right: 1.5rem !important;
}

/*====================================
    Section Five
======================================*/
.section-five {
    background-color: var(--dark-green);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.section-five .container,
.section-five .container-fluid {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.section-five .row {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.section-five .bg-frame-container {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.section-five .bg-frame {
    position: absolute;
    bottom: 2%;
    right: -7%;
    opacity: 0.9;
    width: 20vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: var(--inchworm);
    box-shadow: 0 0 40px var(--inchworm);
    filter: blur(130px);
}

@media (max-width: 767px) {
    .section-five .bg-frame {
        width: 80vw;
    }
}

.section-five .img-bg-container {
    flex-grow: 1;
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    padding: 100px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .section-five .img-bg-container {
        padding: 80px;
    }
}

@media (max-width: 767px) {
    .section-five .img-bg-container {
        padding: 80px 30px;
    }
}

.section-five .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/features5.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-five .img-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #021c15;
    opacity: 0.5;
}

.section-five .item-img {
    position: absolute;
    right: 100px;
    top: -80px;
    max-width: 180px;
    width: 180px;
}

@media (max-width: 991px) {
    .section-five .item-img {
        max-width: 120px;
        width: 120px;
        top: -40px;
        right: 80px;
    }
}

@media (max-width: 767px) {
    .section-five .item-img {
        right: 10%;
    }
}

.section-five .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(31deg);
}

.section-five .text-wrap {
    position: relative;
    z-index: 5;
    width: 100%;
}

.section-five h1 {
    color: var(--inchworm);
    margin-bottom: 40px;
}

.section-five h2 {
    color: #ffffff;
    margin-bottom: 0;
}

.section-five .cmn-section-btn {
    margin-top: 24px;
}

/*=======================================
    We're Hiring Section
=========================================*/
.hiring-section {
    background-color: var(--dark-green);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.hiring-section .container,
.hiring-section .container-fluid {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.hiring-section .row {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.hiring-section .bg-frame-container {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.hiring-section .bg-frame {
    position: absolute;
    bottom: -12%;
    left: 0;
    opacity: 0.9;
    width: 40vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: var(--inchworm);
    box-shadow: 0 0 40px var(--inchworm);
    filter: blur(130px);
}

@media (max-width: 767px) {
    .hiring-section .bg-frame {
        width: 80vw;
    }
}

.hiring-section .img-bg-container {
    flex-grow: 1;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    padding: 40px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .hiring-section .img-bg-container {
        padding: 30px;
        border-radius: 10px;
    }
}

@media (max-width: 575px) {
    .hiring-section .img-bg-container {
        padding: 30px 20px;
    }
}

.hiring-section .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/features2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hiring-section .img-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #021c15;
    opacity: 0.5;
}

.hiring-section .text-wrap {
    position: relative;
    z-index: 5;
    width: 100%;
}

@media (min-width: 767px) {
    .hiring-section .text-wrap {
        margin-top: 5rem;
    }
}

.hiring-section .title-wrap {
    display: flex;
    align-items: baseline;
    width: 100%;
    margin-bottom: 70px;
}

@media (max-width: 991px) {
    .hiring-section .title-wrap {
        margin-bottom: 35px;
    }
}

.hiring-section h1 {
    position: relative;
    color: #0e0e0e;
    margin-bottom: 0;
    margin-right: 30px;
}

.hiring-section h1:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: calc(100% + 20px);
    aspect-ratio: 1;
    background-color: var(--inchworm);
}

.hiring-section h2 {
    color: #ffffff;
    margin-bottom: 0;
}

.hiring-section p {
    color: #ffffff;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .hiring-section p {
        margin-bottom: 1rem;
    }
}

/*=============================
    Section Six
===============================*/
.section-six {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--light-green);
    overflow: hidden;
}

@media (max-width: 991px) {
    .section-six .col-title {
         margin-bottom: 60px;
    }
}

.section-six .section-heading {
    color: #000;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 40px;
}

.section-six .section-heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #000;
    box-shadow: 0 0 0 10px rgba(170, 252, 117, 0.2);
}

.section-six .card {
    margin-bottom: 50px;
    border-radius: 0;
    border: none;
}

@media (max-width: 575px) {
    .section-six .card {
        margin-bottom: 32px;
    }
}

.section-six .card-wrap {
    width: 100%;
}

.section-six .card-title {
    color: #000;
    margin-bottom: 1rem;
}

.section-six .border-item {
    width: 100%;
    height: 1px;
    background-color: #000;
    opacity: 0.2;
}

.section-six .card-text {
    color: #000;
    padding-top: 20px;
    margin-bottom: 0;
}

/*==================================
    Section Seven
====================================*/
.section-seven {
    background-color: var(--dark-green);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.section-seven .container,
.section-seven .container-fluid {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.section-seven .row {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.section-seven .bg-frame-container {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.section-seven .bg-frame {
    position: absolute;
    bottom: 30%;
    right: -13%;
    opacity: 0.9;
    width: 15vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: var(--inchworm);
    box-shadow: 0 0 40px var(--inchworm);
    filter: blur(130px);
}

@media (max-width: 767px) {
    .section-seven .bg-frame {
        width: 80vw;
    }
}

.section-seven .img-bg-container {
    flex-grow: 1;
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    padding: 100px;
    padding-bottom: 10px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .section-seven .img-bg-container {
        padding: 80px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .section-seven .img-bg-container {
        padding: 80px 30px;
        padding-bottom: 10px;
    }
}

.section-seven .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/cc-parallax.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-seven .img-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #021c15;
    opacity: 0.4;
}

.section-seven .item-img {
    position: absolute;
    right: 100px;
    top: -80px;
    max-width: 180px;
    width: 180px;
}

@media (max-width: 991px) {
    .section-seven .item-img {
        max-width: 120px;
        width: 120px;
        top: -40px;
        right: 80px;
    }
}

@media (max-width: 767px) {
    .section-seven .item-img {
        right: 10%;
    }
}

.section-seven .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(76deg);
}

.section-seven .text-wrap {
    position: relative;
    z-index: 5;
    width: 100%;
}

.section-seven h1 {
    color: var(--inchworm);
    margin-bottom: 40px;
}

.section-seven h2 {
    color: #ffffff;
    margin-bottom: 0;
}

.section-seven .cmn-section-btn {
    margin-top: 24px;
}

/*==================================
    Section Eight
====================================*/
.section-eight {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--dark-green);
    position: relative;
    overflow: hidden;
}

.section-eight .bg-frame {
    position: absolute;
    top: 24%;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
    opacity: 0.7;
    width: 17vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: var(--inchworm);
    box-shadow: 0 0 40px var(--inchworm);
    filter: blur(130px);
}

@media (max-width: 767px) {
    .section-eight .bg-frame {
        width: 50vw;
    }
}

.section-eight .row {
    position: relative;
    z-index: 3;
}

.section-eight .title-container {
    margin-top: 2rem;
    width: 100%;
}

@media (max-width: 991px) {
    .section-eight .title-container {
        margin-top: 0;
        margin-bottom: 60px;
    }
}

.section-eight h5 {
    color: #ffffff;
}

.section-eight h5 a {
    font-weight: inherit;
    pointer-events: none;
}

.section-eight .list-container {
    width: 100%;
}

.section-eight .list-item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .section-eight .list-item {
        flex-wrap: wrap;
        margin-bottom: 36px;
    }
}

@media (max-width: 575px) {
    .section-eight .list-item {
        flex-wrap: wrap;
        margin-bottom: 24px;
    }
}

.section-eight .list-item-title {
    width: 25%;
    padding-right: 1rem;
}

@media (max-width: 767px) {
    .section-eight .list-item-title {
        width: 100%;
        padding-right: 0;
        margin-bottom: 1rem;
    }
}

.section-eight .list-title {
    color: #ffffff;
    margin-bottom: 0;
}

.section-eight .list-item-text {
    width: 75%;
    flex-grow: 1;
}

@media (max-width: 767px) {
    .section-eight .list-item-text {
        width: 100%;
    }
}

.section-eight .list-text {
    color: #ffffff;
    margin-bottom: 0;
}

/*==================================
    Section Nine
====================================*/
.section-nine {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--light-green);
}

.section-nine .mbr-fallback-image.disabled {
    display: none;
}


.section-nine .title-container {
    width: 100%;
    margin-bottom: 100px;
}

@media (max-width: 991px) {
    .section-nine .title-container {
        margin-bottom: 76px;
    }
}

@media (max-width: 575px) {
    .section-nine .title-container {
        margin-bottom: 60px;
    }
}

.section-nine h3 {
    color: #000000;
}

.section-nine h3 a {
    font-weight: inherit;
    pointer-events: none;
}

.section-nine .nav-tabs .nav-item.open .nav-link:focus,
.section-nine .nav-tabs .nav-link.active:focus {
    outline: none;
}

.section-nine .nav-tabs {
    display: flex;
    flex-direction: column;
    border: none !important;
}

@media (max-width: 991px) {
    .section-nine .nav-tabs {
        flex-direction: row;
    }
}

.section-nine .nav-item {
    width: 100%;
    margin: 0;
    padding-left: 30px;
    padding-bottom: 1rem;
}

@media (max-width: 991px) {
    .section-nine .nav-item {
        width: 50%;
    }
}

.section-nine .nav-tabs .nav-link {
    position: relative;
    transition: all 0.5s;
    border: none;
    border-radius: 0 !important;
}

.section-nine .nav-tabs .nav-link:not(.active) {
    color: rgba(0, 0, 0, 0.3);
}

.section-nine .nav-tabs .nav-link:hover {
    color: #000000;
}

.section-nine .nav-link,
.section-nine .nav-link.active {
    padding: 0;
    background-color: transparent;
}

.section-nine .nav-tabs .nav-link.active {
    color: #000000;
}

.section-nine .nav-tabs .nav-link.active:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    transition: all 0.5s;
    width: 16px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #000000;
}

.section-nine .tab-title {
    color: var(--light-green);
    text-shadow: 2px 0 0 #000000, 0 2px 0 #000000, -2px 0 0 #000000,
      0 -2px 0 #000000;
    margin-bottom: 0;
}

.section-nine .tab-title.display-1 {
    font-size: calc((2.5vw + 0.1vh) * 10);
    line-height: 1 !important;
}

.section-nine .border-item {
    width: 7.5%;
    height: 1px;
    background-color: #000000;
    margin: 42px auto 24px;
}


/*=================================
    Section Eleven
===================================*/
.section-eleven {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--dark-green);
    position: relative;
    overflow: hidden;
}

.section-eleven .bg-frame {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20%;
    z-index: 2;
    opacity: 0.7;
    width: 30vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: var(--inchworm);
    box-shadow: 0 0 40px var(--inchworm);
    filter: blur(130px);
}

@media (max-width: 767px) {
    .section-eleven .bg-frame {
        width: 60vw;
    }
}

.section-eleven .row {
    position: relative;
    z-index: 3;
}

.section-eleven .col-title {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .section-eleven .col-title {
        margin-top: 0;
        margin-bottom: 60px;
    }
}

.section-eleven h5 {
    color: #ffffff;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 40px;
}

.section-eleven h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: var(--inchworm);
    box-shadow: 0 0 0 10px rgba(170, 252, 117, 0.2);
}

.section-eleven .card {
    padding-bottom: 30px;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: none;
    border-left: none;
    border-right: none;
}

@media (max-width: 991px) {
    .section-eleven .card {
        padding-bottom: 16px;
    }
}

@media (max-width: 575px) {
    .section-eleven .card {
        padding-bottom: 12px;
    }
}

.section-eleven .card:not(:first-child) {
    padding-top: 60px;
}

@media (max-width: 991px) {
    .section-eleven .card:not(:first-child) {
        padding-top: 54px;
    }
}

@media (max-width: 575px) {
    .section-eleven .card:not(:first-child) {
        padding-top: 40px;
    }
}

.section-eleven .card-header {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    border-bottom: none !important;
}

.section-eleven .sign {
    padding-left: 0;
    font-size: 3.4rem !important;
    color: var(--inchworm);
    transition: 0.3s all;
}

@media (max-width: 991px) {
    .section-eleven .sign {
        font-size: 3rem !important;
    }
}

@media (max-width: 575px) {
    .section-eleven .sign {
        font-size: 2.4rem !important;
    }
}

.section-eleven .panel-title-edit {
    color: #ffffff;
    padding-right: 1rem;
    transition: 0.3s all;
}

.section-eleven .panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    transition: 0.3s all;
}

@media (max-width: 991px) {
    .section-eleven .panel-title {
        padding-bottom: 36px;
    }
}

@media (max-width: 575px) {
    .section-eleven .panel-title {
        padding-bottom: 24px;
    }
}

.section-eleven .panel-title[aria-expanded="false"] .sign {
    transform: rotate(-90deg);
}

.section-eleven .panel-title[aria-expanded="true"] .sign {
    transform: rotate(0);
}

.section-eleven .panel-title:hover {
    padding-right: 1rem;
}

.section-eleven .panel-title:hover .panel-title-edit {
    color: var(--inchworm);
}

.section-eleven .panel-text {
    color: #ffffff;
    margin-bottom: 30px;
    max-width: 830px;
    width: 100%;
    text-align: justify;
}

@media (max-width: 991px) {
    .section-eleven .panel-text {
        margin-bottom: 24px;
    }
}

@media (max-width: 575px) {
    .section-eleven .panel-text {
        margin-bottom: 16px;
    }
}



/*=======================================
    Inner Page
=========================================*/
.inner-page.home-section {
    background-image: url("../images/about-bg.jpg");
}

/*======================================
    energy  Transtions All page comman
========================================*/
.energy-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--dark-greens);
    position: relative;
    overflow: hidden;
}
.energy-section .section-heading {
    width: 100%;
    margin-bottom: 100px;
}
/* Solar */

.solar-parallax  {
    background: linear-gradient(rgba(0, 0, 0, .50),rgba(44, 79, 69, 0.42)), url(../images/solar-parallax.jpg) center center no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 60vh;
    width: 100%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* wind */
.wind-parallax  {
    background: linear-gradient(rgba(0, 0, 0, .50),rgba(44, 79, 69, 0.42)), url(../images/wind-parallax.jpg) center center no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 80vh;
    width: 100%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 992px) {
	.wind-parallax{
		height: 40vh;
	}
	.wind-parallax h2{
		font-size: 30px;
	}
}
/* hydro-management-parallax */
.hydro-parallax  {
    background: linear-gradient(rgba(0, 0, 0, .50),rgba(44, 79, 69, 0.42)), url(../images/hydro-parallax.jpg) center center no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 90vh;
    width: 100%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 992px) {
	.hydro-parallax{
		height: 40vh;
	}
	.hydro-parallax h2{
		font-size: 30px;
	}
}
/* energy-management-parallax */
.energy-management-parallax  {
    background: linear-gradient(rgba(0, 0, 0, .50),rgba(44, 79, 69, 0.42)), url(../images/energymg-parallax.jpg) center center no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 90vh;
    width: 100%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 992px) {
	.energy-management-parallax{
		height: 60vh;
	}
	.energy-management-parallax h2{
		font-size: 30px;
	}
}
/* cc-parallax-management-parallax */
.cc-parallax {
    background: linear-gradient(rgba(0, 0, 0, .50),rgba(44, 79, 69, 0.42)), url(../images/cc-parallax.jpg) center center no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 90vh;
    width: 100%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 992px) {
	.cc-parallax{
		height: 40vh;
	}
	.cc-parallax h2{
		font-size: 30px;
	}
}
/* homepage-parallax-parallax */
.homepage-parallax {
    background: linear-gradient(rgba(0, 0, 0, .50),rgba(44, 79, 69, 0.42)), url(../images/homepage-parallax.jpg) center center no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 992px) {
	.homepage-parallax{
		height: 40vh;
	}
	.homepage-parallax h2{
		font-size: 30px;
	}
}
/* CFA-parallax-parallax */
.cfa-parallax {
    background: linear-gradient(rgba(0, 0, 0, .50),rgba(44, 79, 69, 0.42)), url(../images/cfa-parallax.jpg) center center no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 992px) {
	.cfa-parallax{
		height: 40vh;
	}
	.cfa-parallax h2{
		font-size: 30px;
	}
}
/* carbonoffset-parallax */
.carbonoffset-parallax {
    background: linear-gradient(rgba(0, 0, 0, .50),rgba(44, 79, 69, 0.42)), url(../images/carbonoffset-parallax.jpg) center center no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 992px) {
	.carbonoffset-parallax{
		height: 40vh;
	}
	.carbonoffset-parallax h2{
		font-size: 30px;
	}
}
/* nature-based-parallax */
.nature-based-parallax {
    background: linear-gradient(rgba(0, 0, 0, .50),rgba(44, 79, 69, 0.42)), url(../images/nature-parallax.jpg) center center no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 992px) {
	.nature-based-parallax{
		height: 40vh;
	}
	.nature-based-parallax h2{
		font-size: 30px;
	}
}
/* community-based-parallax */
.community-based-parallax {
    background: linear-gradient(rgba(0, 0, 0, .50),rgba(44, 79, 69, 0.42)), url(../images/community-parallax.jpg) center center no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 992px) {
	.community-based-parallax{
		height: 60vh;
	}
	.community-based-parallax h2{
		font-size: 30px;
	}
}

/*==========================================
    Career Section
============================================*/
.career-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--dark-greens);
    position: relative;
    overflow: hidden;
}
.career-section .row {
    position: relative;
    z-index: 3;
}
.career-section .section-heading {
    width: 100%;
    margin-bottom: 100px;
}
.career-section .bg-frame {
    position: absolute;
    top: 10%;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
    opacity: 0.7;
    width: 25vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: var(--inchworm);
    box-shadow: 0 0 40px var(--inchworm);
    filter: blur(130px);
}

.underline-fix {
    display: inline-block;
    position: relative;
    color: #0087ca;
}
.underline-fix::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.career-section .table > :not(:last-child) > :last-child > * {
    border-bottom-color: #fff !important;
}
.career-section tbody, td, tfoot, th, thead, tr {
    border-color: #fff !important;
}
.career-section .card {
    border: 1px solid #fff !important;
}

/*==========================================
    Career Section Second
============================================*/
.career-section.career-section-second {
    background-color: var(--floral-white) !important;
}

.career-section.career-section-second .col-title h5 {
    color: var(--dark-green);
    margin-bottom: 1rem;
    position: relative;
    padding-left: 40px;
}

.career-section.career-section-second .col-title h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: var(--inchworm);
    box-shadow: 0 0 0 10px rgba(170, 252, 117, 0.2);
}

.career-section-second .image.style-border.style-rounded {
    border-radius: 9999px;
}
.career-section-second .image.icon {
    margin-bottom: 2rem;
    max-width: 100px;
}
.career-section-second .image.style-border {
    border: 1px solid var(--dark-green);
    border-radius: 9999px;
    padding: .375rem;
}
.career-section-second .image, .image .aligncenter, .image .alignleft, .image .alignright, .image .is-resized, .image.alignfull {
    position: relative;
}
.career-section-second .image.style-border img {
    background-blend-mode: multiply;
    width: 100%;
}
.career-section-second .image.style-rounded img {
    border-radius: 9999px;
}
.career-section-second .image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}
/*=======================================
    Project Section
=========================================*/
.project-section{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--color-white);
    position: relative;
    overflow: hidden;
}

.project-section .single-project .image {
    position: relative;
    overflow: hidden;
    border-radius: 7px 7px 0 0;
}

.project-section .single-project .image img {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.project-section .single-project .content-body {
    background-color: #fff;
    padding: 30px;
    border-radius: 0 0 7px 7px;
}

.project-section .single-project .content-body p {
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    text-align: justify;
}

.project-section .single-project:hover .image .thumb {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.project-section .single-project .cmn-section-btn .btn {
    padding: 15px 28px !important;
}

.post-details p{
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #000;
    text-align: justify;
}

.project-section .card{
    background-color: var(--dark-green);
    border-radius: 30px !important;
}

.project-section h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: var(--inchworm);
    box-shadow: 0 0 0 10px rgba(170, 252, 117, 0.2);
}

.project-section h5 {
    color: #ffffff;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 40px;
}
.project-section .bg-frame {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 39%;
    z-index: 2;
    opacity: 1;
    width: 12vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: var(--inchworm);
    box-shadow: 0 0 40px var(--inchworm);
    filter: blur(130px);
}

.project-section .nav-link {
    color: var(--dark-geen) !important;
}
.project-section .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: var(--dark-green) !important;
}
.project-section .nav-link {
    padding: .5rem 5rem !important;
}

/*=======================================
    About Section
=========================================*/
.about-section-one{
    padding-bottom:100px;
}

.about-section-two  {
    background: linear-gradient(rgba(0, 0, 0, .50),rgba(44, 79, 69, 0.42)), url(../images/about-parallax.jpg) center center no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    width: 100%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

@media (max-width: 992px) {
	.about-section-two {
		height: 40vh;
	}
	.about-section-two h2 {
		font-size: 28px !important;
	}
	
	.about-section .title-heading{
		font-size: 35px;
		line-height: 1.2;
	}
	.about-section img.w-50{
		width: 30% !important;
	}
}
.about-section-two  h2 {
    font-size: 50px;
    line-height: 1.2;
}
.about-section-three {
    padding-top:100px;
}


/*=======================================
    News Section
=========================================*/
.news-section{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--floral-white);
    position: relative;
    overflow: hidden;
}
.widget-title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 25px;
    font-weight: 500;
}
.widget-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    bottom: -1px;
    background: var(--dark-green);
}

.single-news-item .news-image{
    overflow: hidden;
}
.single-news-item .news-image img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-news-item:hover .news-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-section .border {
    border: 1px solid var(--dark-green) !important;
}

.news-section .cmn-section-btn .btn {
  padding: 15px 28px !important;
}

.news-section .nav-link {
    color: var(--dark-geen) !important;
}
.news-section .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: var(--dark-green) !important;
}
.news-section .nav-link {
    padding: .5rem 5rem !important;
}

/*======================================
    Breadcrumb Section
========================================*/
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important;
}

.breadcrumb .breadcrumb-item{
    font-size: 1.5rem;
}


/*======================================
    Team Section
========================================*/
.team-section{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--floral-white);
    position: relative;
    overflow: hidden;
}

.team-section .single-team {
    margin-top: 30px;
    position: relative;
    transition: all 500ms ease;
    display: inline-block;
    overflow: hidden;
    text-align: left;
    background: transparent;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 32px 54px 0 rgba(22, 28, 45, 0.16);
}

.team-section .single-team .info-head {
    background: transparent;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
    padding: 25px;
}

.team-section .single-team:hover .info-head:before {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.team-section .single-team:hover .info-head {
    border-color: transparent;
}

.single-team .image {
    position: relative;
    text-align: center;
}

.single-team .image::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background: linear-gradient(transparent, var(--dark-green));
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.single-team:hover .image::before {
    opacity: 1;
    visibility: visible;
    height: 150px;
}

@media (max-width: 992px) {
    .single-team .image::before {
        opacity: 1;
        visibility: visible;
        height: 150px;
    }

    .single-team .social {
        opacity: 1 !important;
        visibility: visible !important;
        bottom: 0 !important;
    }
}
.about-team .modal-body p {
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: justify;
}
.single-team .image .social {
    position: absolute;
    left: 0;
    bottom: -30px;
    padding: 25px;
    padding-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-team .image .social li {
    display: inline-block;
    margin-right: 15px;
}

.single-team .image .social li:last-child {
    margin-right: 0px;
}

.single-team .image .social li a {
    color: var(--color-white);
    display: block;
    font-size: 20px;
}

.single-team .image .social li a:hover {
    opacity: 0.7;
}

.single-team:hover .social {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.team-section .single-team .info-box .name a {
    font-weight: 600;
    color: var(--dark-green);
    font-size: 17px;
}

/*====================================
    Footer Section
======================================*/
.footer-section {
    background-color: var(--dark-green);
    overflow: hidden;
}

.footer-section p {
    color: #ffffff;
}

.footer-section .adaptado a:hover{
    color: var(--inchworm);
}

.footer-section ul li{
    list-style-type: none;
    padding: 5px 0px 5px;
}
.footer-section ul li a{
    font-size: 20px;
    letter-spacing: 2px;
}


@media (max-width: 1399.98px) {
  .footer-circle-wrap {
    top: 24vh;
  }
}
.footer-circle-wrap {
    right: 115vh;
    top: 32vh;
    position: absolute;
}
@media (max-width: 1399.98px) {
  .footer-circle {
    width: 280px;
    height: 280px;
  }
}
.footer-circle {
  cursor: pointer;
  width: 20vh;
  height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2df93;
  color: #003033;
  border-radius: 50%;
  text-align: center;
  font-size: 2.5vh;
  line-height: 3.8vh;
  text-transform: uppercase;
  transform: rotate(35deg);
  transition: .3s ease;
}
.footer-circle:hover {
  color: #003033;
  transform: rotate(0deg);
  background: #fbf5ee;
}

@media screen and (max-width: 1023px) {
  .footer-circle-wrap {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .footer-circle {
    transform: rotate(0deg);
    width: 200px;
    height: 200px;
    margin: auto;
  }
}

@media screen and (max-width: 1023px) {
  .title {
    font-size: 44px;
    line-height: 52px;
    padding-bottom: 0px !important;
  }
}


.footer-section .footer-link ul>li a{
position: relative;
}
.footer-section .footer-link ul>li a::after{
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    display: block;
    right: 0;
    bottom: -4px;
    background-color: #fff;
    transition: width 1s ease;
    -webkit-transition: width 1s ease;
}
.footer-section .footer-link ul>li a:hover::after {
  width: 100%;
  left: 0;
}

.footer-section .custom-border {
    border-bottom: 4px solid rgba(255,255,255,.15);
}


/*=========================================
    Footer Logo Slide
===========================================*/
.logo-slider{
border-top: 3px solid var(--dark-green);
}
.logo-slider .col-title ul > li h5 {
    color: var(--dark-green);
    position: relative;
    padding-left: 40px;
}

.logo-slider .col-title ul > li h5::before {
    content: "";
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--dark-green);
}

/*
section.slide-option {
  margin: 0 0 50px 0;
}
*/
div.logo-slider {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 150px;
}

div.logo-slider div.logo-slide {
  overflow: hidden;
  position: relative;
}

div.logo-slider ul {
  display: flex;
  height: 100%;
}

div.logo-slider ul li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #343434;
}

@keyframes translatestf {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-500%);
  }
}

@keyframes translateinfinite {
  100% {
    transform: translateX(calc(-180px * 12));
  }
}

#infinite div.logo-slide {
  background: #fff;
  box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.3);
}

#infinite div.logo-slide::before,
#infinite div.logo-slide::after {
  content: " ";
  position: absolute;
  z-index: 9;
  width: 180px;
  height: 100%;
}

#infinite div.logo-slide::before {
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

#infinite div.logo-slide::after {
  top: 0;
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

#infinite ul {
  width: calc(180px * 24);
}

#infinite ul li {
  width: 180px;
  animation: translateinfinite 25s linear infinite;
}



.section-one.section-one-image img{
    border-radius: 30px;
}


.footer-section .custom-section-btn .btn-primary {
  color: var(--dark-green) !important;
  background: var(--inchworm) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: none !important;
}
.footer-section .custom-section-btn .btn-primary:hover {
	background: var(--inchworm) !important;
	background-size: 100% 200% !important;
	background-position: unset !important;
	color: var(--dark-green) !important;
}
