* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    color: #000;
    background: #fff;
    overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #0b5798;
}

:focus {
    outline: none !important;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

iframe {
    max-width: 100%;
}

/**
    * Typography
    */

/*
    - Please set up line-heights in ems
    - Set up typography styling based on styles found in .xd file under Assets > Character Styles
    */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

h2 {
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    /*   text-transform: uppercase; */
    margin-bottom: 20px;
}

h3,
.h3 {}

h4,
.h4 {}

p {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 20px;
    color: #5A5A5A;
}

p:last-child {
    padding-bottom: 0px;
}

p strong {
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    color: #2889D8;
}

@media (min-width: 768px) {
    h1,
    .h1 {}

    h2 {
        font-size: 36px;
        line-height: 46px;
    }

    h3,
    .h3 {}

    h4,
    .h4 {}
}

@media (min-width: 1025px) {
    h1 {
        font-size: 42px;
        line-height: 69px;
    }

    h2,
    .h2 {}

    h3,
    .h3 {}

    h4,
    .h4 {}
}

ul,
ol {}

@media (min-width:1025px) {
    h2 {
        font-size: clamp(36px, 3.512vw, 45px);
        line-height: 1.206896551724138em;
        margin-bottom: 36px;
    }

    h2.small {
        font-size: 40px;
        line-height: 1.2692307692307692em;
    }

    p {
        font-size: 20px;
        line-height: 1.3333333333333333em;
        padding-bottom: 40px;
    }

    p strong {
        font-size: 28px;
        line-height: 38px;
    }
}

/**
   * Buttons
   */

.btn {
    display: inline-block;
    padding: 8px 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    border: 1px solid transparent;
    text-transform: uppercase;
    border-radius: 0;
}

.btn-primary {
    background: #87B822;
    border-bottom: #87B822 1px solid;
}

.btn-primary:hover {
    background: #000;
    border-bottom: #000 1px solid;
}

.btn-secondary {
    background: #000;
    border-bottom: #000 1px solid;
}

.btn-secondary:hover {
    background: #87B822;
    border-bottom: #87B822 1px solid;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn+.btn {
    margin-top: 5px;
    /* Add margin-top when 2 buttons are next to each other */
}

@media (min-width: 600px) {
    .btn+.btn {
        margin-top: 0;
        margin-left: 5px;
    }

    .btn {
        padding: 13px 20px;
        font-size: 18px;
        line-height: 22px;
    }
}

@media (min-width: 1200px) {
    .btn {
        padding: 18px 20px;
        font-size: 18px;
        line-height: 22px;
    }
}

/**
    * Icons
    */

@font-face {
    font-family: 'Energy';
    src:
        url('../icons/Energy.ttf?5xq0rp') format('truetype'),
        url('../icons/Energy.woff?5xq0rp') format('woff'),
        url('../icons/Energy.svg?5xq0rp#Energy') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Energy' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-1:before {
    content: "\e900";
}

.icon-2:before {
    content: "\e901";
}

.icon-3:before {
    content: "\e902";
}

.icon-4:before {
    content: "\e903";
}

.icon-5:before {
    content: "\e904";
}

.icon-6:before {
    content: "\e905";
}

.icon-7:before {
    content: "\e906";
}

.icon-8:before {
    content: "\e907";
}

.icon-9:before {
    content: "\e908";
}

.icon-10:before {
    content: "\e909";
}

.icon-11:before {
    content: "\e90a";
}

/* add icon code here */

/**
   * Forms
   */

label {}

select {}

textarea {}

/* Removes default webkit form styling */
input:not([type="radio"]):not([type="checkbox"]),
button,
textarea {
    -webkit-appearance: none;
}

input:active,
textarea:active,
select:active,
input:focus,
textarea:focus,
select:focus {
    outline: none;
    /* Removes blue border on focus */
    border: 1px solid #ccc;
    /* TODO: Please add a branded border for active and focus */
}

/* default text input style */
[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {}

/* Removes inconsistent padding from Firefox buttons */
button::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1340px;
    padding: 0 20px;
}

/* headre */
.header {
    /* position: fixed;
    top: 0;
    left: 0; */
    width: 100%;
    padding: 20px 0;
    z-index: 100;
    transition: all 0.5s ease-in-out;
}

.header.active {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.header.active .header-top-bg {
    display: none;
}

.header-top {
    display: none;
}

.toggle-btn {
    width: 26px;
    cursor: pointer;
    z-index: 11111;
    position: relative;
    z-index: 999;
}

.toggle-btn div {
    width: 100%;
    height: 3px;
    margin-top: 9px;
    transition: all 0.3s ease-in-out;
    background: #000;
}

.toggle-btn div.one {
    width: 100%;
    margin-top: 0px;
}

.toggle-btn div.three {
    width: 100%;
    margin-left: auto;
}

.toggle-btn.open div.one,
.toggle-btn.open div.three {
    width: 26px;
    background: #fff;
}

.toggle-btn.open .one {
    transform: rotate(45deg) translate(8px, 8px);
}

.toggle-btn.open .two {
    opacity: 0;
}

.toggle-btn.open .three {
    transform: rotate(-45deg) translate(9px, -9px);
}

.nav-primary {
    position: fixed;
    bottom: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    background: rgba(0, 0, 0);
    padding: 45px 0 0 45px;
    overflow: auto;
    transition: all 0.3s ease-in-out;
    z-index: 10;
}

.nav-primary.active {
    right: 0;
}

.headre-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headre-nav-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.headre-nav-right-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.headre-nav-right-btn li {
    margin-right: 10px;
}

.logo {
    width: 91px;
}

.nav-primary ul li {
    margin-bottom: 19px;
}

.nav-primary ul li a {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.menu-item-has-children {
    position: relative;
}

.nav-primary .sub-menu {
    display: none;
}

.nav-primary li>.sub-menu.js-toggled,
.nav-primary li>.mega-menu.js-toggled,
.nav-primary li>.mega-menu.js-toggled>.sub-menu {
    display: block;
}

.sub-menu-toggle.fa-solid.fa-angle-down.js-toggled::before {
    content: "\e900";
}

.nav-primary .sub-menu-toggle {
    position: absolute;
    top: 15px;
    right: 10%;
    cursor: pointer;
    display: block;
    line-height: 18px;
    text-align: center;
    color: #FFF;
    width: 28px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-primary .sub-menu-toggle::before {
    content: "\e900";
    font-family: "Kibana";
    font-size: 10px;
    color: #906941;
}

.sub-menu {
    padding: 10px 10px 0px;
}

.nav-primary ul li .sub-menu li {
    margin-bottom: 8px;
}

.nav-primary ul li .sub-menu li a {
    font-size: 18px;
    line-height: 26px;
}

.inner-header {
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
}

@media (min-width:768px) {
    .logo {
        width: 128px;
    }

    .headre-nav-right-btn li {
        margin-right: 15px;
    }
}

@media (min-width:1200px) {
    .header {
        padding: 0;
    }

    .toggle-btn {
        display: none;
    }

    .headre-nav {
        padding: 15px 0;
    }

    .headre-nav-right-btn li:last-child {
        margin-right: 0px;
    }

    .logo {
        width: 188px;
    }

    .headre-nav__flex {
        width: calc(100% - 188px);
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .headre-nav-right {
        width: 284px;
    }

    .nav-primary {
        position: unset;
        padding: 0;
        background: transparent;
        overflow: unset;
        width: calc(100% - 284px);
    }

    .nav-primary ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .nav-primary ul li {
        margin: 0 10px;
    }

    .nav-primary ul li:last-child {
        margin: 0 0px 0 10px;
    }

    .nav-primary ul li a {
        font-size: 20px;
        line-height: 24px;
        color: #000;
        position: relative;
    }

    .nav-primary ul li a:hover {
        color: #87B822;
    }

    .nav-primary ul li.active a::before {
        content: "";
        position: absolute;
        bottom: -47px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #87B822;
    }

    .nav-primary li>.sub-menu {
        background-color: #906941;
        border-top: 2px solid #906941;
        width: 240px;
        padding: 0 20px 5px;
        text-align: left;
        display: block;
        position: absolute;
        top: 81px;
        left: 0;
        opacity: 0;
        visibility: hidden;
    }

    .nav-primary li:hover .sub-menu {
        opacity: 1;
        top: 40px;
        visibility: visible;
    }

    .nav-primary li:hover .sub-menu li a:hover {
        color: #000;
    }

    .nav-primary .sub-menu-toggle {
        right: -35px;
    }

    .nav-primary .sub-menu-toggle::before {
        color: #fff;
    }

    .header-top-bg {
        background: #010612;
    }

    .header-top {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
    }

    .header-top p {
        font-weight: 600;
        font-size: 15px;
        line-height: 18px;
        color: #FFFFFF;
        padding: 0;
    }

    .header-top i {
        font-size: 22px;
        color: #87B822;
        margin-right: 12px;
    }

    .header-top a {
        border: 1px solid #87B822;
        border-radius: 4px;
        padding: 9px 12px;
        font-weight: 600;
        font-size: 15px;
        line-height: 11px;
        color: #FFFFFF;
        margin-left: 14px;
    }

    .header-top a:hover {
        border: 1px solid #2889D8;
        color: #2889D8;
    }

    .header.active {
        padding: 0px 0;
    }

    .header.active .headre-nav {
        padding: 15px 0;
    }
}

/* headre end */

.banner {
    position: relative;
    /* background: linear-gradient(89.87deg, rgba(255, 255, 255, 0.96) 25.6%, rgba(255, 255, 255, 0) 51.88%, rgba(255, 255, 255, 0) 99.89%); */
    height: 300px;
    display: flex;
    justify-content: flex-start;
    align-items: end;
}

.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    position: relative;
    /* max-width: 589px; */
    padding: 15px 0;
}

.banner-content h1 {
    position: relative;
    z-index: 2;
}

.banner-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* background: linear-gradient(89.95deg, rgba(255, 255, 255, 0) 0.05%, #FFFFFF 47.83%, rgba(255, 255, 255, 0) 72.01%); */
    /* width: 976px; */
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(40, 137, 216, 0.8);
    border-radius: 20px 20px 0 0;
}

@media (min-width:1200px) {
    .banner {
        height: 678px;
    }

    .banner-content {
        padding: 30px 0;
        text-align: center;
    }
}

.big-content {
    padding: 50px 0;
}

@media (min-width:1200px) {
    .banner-content::after {
        width: 100%;
        height: 100%;
    }

    .big-content {
        padding: 60px 0;
    }

    .big-content h2 {
        font-size: 27px;
        line-height: 50px;
        margin-bottom: 0;
    }
}

@media (min-width:1440px) {
    .banner {
        height: 778px;
    }
}

.blue-bg {
    background: #065698;
}

.big-content-link {
    padding: 50px 0;
}

.big-content-link h2 {
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
}

.big-content-link a {
    display: block;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #87B822;
    margin: 0 auto;
    font-size: 26px;
    font-size: 20px;
}

.big-content-link a span {
    display: inline-block;
    background: #fff;
    padding: 0 6px;
}

.big-content-link a:hover {
    color: #000;
}

.big-content-link__bg {
    width: max-content !important;
    margin: 10px auto 0 auto !important;
    display: block !important;
    background: #fff;
    padding: 0 10px;
}

@media (min-width:1200px) {
    .big-content-link {
        padding: 68px 0;
    }

    .big-content-link h2 {
        font-size: 50px;
        line-height: 63px;
        max-width: 954px;
        margin: 0 auto 60px auto;
    }

    .big-content-link a {
        line-height: 96px;
        font-size: clamp(25px, 3.125vw, 60px);
        max-width: 1021px;
    }

    .big-content-link a span {
        width: 1021px;
        margin: 0 auto;
    }

    .big-content-link__bg {
        margin: 18px auto 0 auto !important;
    }
}

.list-icon-width-link {
    padding: 50px 0;
}

.list-icon-width-link ul li {
    position: relative;
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 20px;
    padding-left: 40px;
}

.list-icon-width-link ul li::before {
    content: "\e906";
    font-family: "Energy";
    color: #000;
    font-size: 22px;
    position: absolute;
    top: 0;
    left: 0;
}

.list-icon-width-link ul li a {
    background: #87B822;
    color: #fff;
    padding: 0 8px;
}

.list-icon-width-link ul li a:hover {
    background: #065698;
}

@media (min-width:1200px) {
    .list-icon-width-link {
        padding: 90px 0;
    }

    .list-icon-width-link ul li {
        font-size: 37px;
        line-height: 45px;
        padding-left: 42px;
    }

    .list-icon-width-link ul li::before {
        font-size: 24px;
    }
}

.image-cards {
    padding-bottom: 50px;
}

.image-card {
    height: 100%;
}

.image-card-link__title {
    background: #FFFFFF;
    padding: 20px 15px;
}

.image-card-link__title h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

.image-card-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
}

.image-cards .col-sm-6 {
    margin-bottom: 30px;
}

.image-card-link__image img {
    width: 100%;
}

@media (min-width:768px) {
    .image-card-link__title {
        padding: 40px 24px;

    }

    .image-card-link__title h3 {
        font-size: 32px;
        line-height: 39px;
    }

    .image-card-link:hover {
        box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.21);
    }
}

.footer-top {
    position: relative;
    padding: 60px 0;
}

.footer-top h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
    display: block;
}

.quick-links ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: #000000;
}

.quick-links,
.about-company {
    padding-bottom: 30px;
}

.about-company__logo {
    margin-bottom: 20px;
    display: block;
    max-width: 250px;
}

.about-company p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #010101;
    padding: 0;
}

.social-icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    justify-content: flex-start;
    padding-top: 15px;
}

.social-icons li {
    margin-right: 30px;
}

.social-icons li a i {
    font-size: 31px;
    color: #000;
}

.social-icons li a i:hover {
    color: #87B822;
}

.get-in-touch ul li {
    position: relative;
    padding-left: 32px;
    padding-bottom: 15px;
}

.get-in-touch ul li :last-child {
    padding-bottom: 0;
}

.get-in-touch ul li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    color: #1C1B1B;
}

.get-in-touch ul li span,
.get-in-touch ul li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #1C1B1B;
}

.get-in-touch ul li i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 21px;
    color: #87B822;
}

.footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.footer-bottom {
    background: #1E1E1E;
    padding: 15px 0;
}

.footer-bottom__flex p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding-bottom: 20px;
}

.footer-bottom__flex ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer-bottom__flex ul li {
    position: relative;
    padding: 0 10px;
}

.footer-bottom__flex ul li:first-child {
    padding-left: 0;
}

.footer-bottom__flex ul li:last-child {
    padding-right: 0;
}

.footer-bottom__flex ul li::after {
    content: "";
    position: absolute;
    top: 3px;
    left: -1px;
    width: 1px;
    height: 18px;
    background: #fff;
}

.footer-bottom__flex ul li:first-child::after {
    display: none;
}

.footer-bottom__flex ul li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.footer-bottom__flex ul li a:hover {
    color: #87B822;
}

.padding-bottom50 {
    padding-bottom: 50px;
}

@media (min-width:768px) {
    .quick-links ul {
        column-count: 2;
        column-gap: 90px;
    }

    .quick-links ul li {
        padding-bottom: 30px;
        width: max-content;
    }

    .quick-links ul li a {
        font-size: 18px;
    }

    .get-in-touch ul li span,
    .get-in-touch ul li a {
        font-size: 18px;
    }

    .get-in-touch ul li p {
        font-size: 18px;
    }

    .get-in-touch ul li {
        padding-left: 39px;
        padding-bottom: 30px;
    }

    .footer-bottom__flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-bottom__flex p {
        padding: 0;
        width: 50%;
    }
}

@media (min-width:1200px) {
    .footer-top h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .image-cards {
        padding-bottom: 90px;
    }

    .footer-top__flex {
        display: flex;
        justify-content: space-between;
    }

    .about-company {
        padding-bottom: 0px;
        width: 349px;
    }

    .quick-links {
        padding-bottom: 0px;
        width: 427px;
    }

    .get-in-touch {
        width: 342px;
    }

    .social-icons {
        padding-top: 25px;
    }

    .get-in-touch ul li a:hover,
    .quick-links ul li a:hover {
        color: #87B822;
    }

    .footer-bottom {
        padding: 22px 0;
    }
}

.heading-contet-image__image {
    padding-top: 30px;
}

.heading-contet-image {
    padding: 50px 0;
}

@media (min-width:1200px) {
    .heading-contet-image__image {
        padding-top: 0px;
    }

    .heading-contet-image__image img {
        width: 100%;
    }

    .heading-contet-image {
        padding: 90px 0;
    }
}

.bg-image-box-contents {
    padding: 0px 0 50px;
}

.bg-image-box-content {
    position: relative;
}

.bg-image-box-content__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-image-box-content__content {
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: relative;
    z-index: 2;
}

.bg-image-box-content__bg img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.bg-image-box-content__content h2 {
    font-size: 17px;
    line-height: 25px;
}

.bg-linnk {
    background: #2889D8;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 auto;
    display: block;
    width: max-content;
}

.bg-linnk span {
    padding: 0 30px;
}

.bg-image-box-content__content__img {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.bg-image-box-content__content__img img {
    margin: 0 auto;
}

.heading-contet-image__content {
    padding-bottom: 20px;
}

@media (min-width:768px) {
    .bg-image-box-content__content h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .bg-linnk {
        font-size: 30px;
        line-height: 46px;
    }

    .bg-image-box-content__content {
        padding: 59px;
    }

    .bg-image-box-content__content__img {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media (min-width:1200px) {
    .bg-image-box-contents {
        padding: 0px 0 90px;
    }

    .bg-image-box-content__content h2 {
        font-weight: 800;
        font-size: 45px;
        line-height: 58px;
        text-align: center;
        text-transform: uppercase;
        color: #000000;
    }

    .bg-image-box-content__content {
        padding: 59px 33px;
    }

    .bg-image-box-content__content a:hover,
    .heading-contet-image a:hover {
        color: #87B822;
    }

    .bg-linnk {
        font-size: 55px;
        line-height: 88px;
    }

    .bg-linnk:hover {
        background: #000;
        color: #fff !important;
    }

    .heading-contet-image__content {
        /* max-width: 744px; */
        padding-bottom: 0px;
    }
}

.right-image {
    padding-bottom: 50px;
}

.bg-green {
    background: #87B822;
    padding: 10px;
}

.image-box img {
    width: 100%;
}

.right-image-content {
    margin-top: 30px;
}

.right-image-content a:hover {
    color: #87B822;
}

@media (min-width: 768px) {
    .right-image-content {
        margin-top: 0px;
    }
}

@media (min-width: 1025px) {
    .right-image {
        padding-bottom: 90px;
    }

    .image-box {
        width: clamp(370px, 29.868vw, 408px);
    }

    .right-image-content {
        padding-left: 40px;
    }
}

.news-area-wrap .col-lg-8 {
    padding-bottom: 50px;
}

.news-section {
    padding-top: 20px;
    padding-top: 20px;
}

.news-post-col {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    min-height: 250px;
    margin-bottom: 20px;
}

.news-post-details {
    text-align: center;
    padding: 37px 15px 25px;
}

.news-post-details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #010101;
}

.sub-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #2889D8;
}

.news-post-details h4 {
    font-weight: 700;
    font-size: 21px;
    line-height: 27px;
    text-align: center;
    color: #010101;
    padding-top: 3px;
}

.list-item-dot {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 0 15px;
}

.list-item-dot li {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #242424;
    position: relative;
    width: max-content;
    padding: 0 8.5px 0 12.5px;
}

.list-item-dot li:first-child {
    padding-left: 0;
}

.list-item-dot li:last-child {
    padding-right: 0;
}

.list-item-dot li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #000;
}

.list-item-dot li:first-child::before {
    display: none;
}

.news-post-image img {
    width: 100%;
}

.small-post-image img {
    width: 100%;
    max-height: 214px;
}

.news-post-col .news-post-col {
    background: #FFFFFF;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.12);
}

.news-post-col .news-post-details {
    padding: 20px 28px 25px;
}

.news-post-col .list-item-dot li {
    font-size: 12px;
}

.news-post-col .list-item-dot li::before {
    top: 8px;
}

.news-post-col .news-post-details p {
    padding-bottom: 15px;
}

.link-read-more {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.013em;
    text-transform: uppercase;
    color: #87B822;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.link-read-more::after {
    content: "\e908";
    font-family: "Energy";
    font-size: 9px;
    margin-left: 2px;
}

.link-read-more:hover {
    color: #065698;
}

.pagination-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.pagination-btn li {
    margin: 0 8px;
}

.pagination-btn li a {
    width: 32px;
    height: 32px;
    border: 1px solid #DFE3E8;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #202020;
}

.pagination-btn li a:hover {
    border: 1px solid #241B02;
}

.pagination-btn li:first-child a,
.pagination-btn li:last-child a {
    border: #241B02 1px solid;
    background: #241B02;
    color: #fff;
}

.pagination-btn li:first-child a:hover,
.pagination-btn li:last-child a:hover {
    border: #87B822 1px solid;
    background: #87B822;
    color: #fff;
}

.helpUs-panel {
    background: url(../images/helpUs-pane-bg.png) no-repeat;
    background-size: cover;
    padding: 30px 20px;
    text-align: center;
}

.helpUs-panel h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.helpUs-panel h6 {
    font-weight: 800;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.helpUs-panel p {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}

.helpUs-panel .btn-primary {
    width: 209px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 auto;
}

.helpUs-panel__content {
    max-width: 340px;
    margin: 0 auto;
}

@media (min-width:768px) {
    .news-post-details {
        max-width: 610px;
        margin: 0 auto;
    }
}

@media (min-width:1200px) {
    .news-area-wrap .col-lg-8 {
        padding-bottom: 0px;
    }

    .news-section {
        padding-top: 40px;
        padding-bottom: 70px;
    }
}

.news-right-panel ul li {
    line-height: 20px;
    padding: 0 0 30px 30px;
}

.news-right-panel ul li:last-child {
    padding: 0 0 38px 30px;
}

.news-right-panel ul li a {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding-left: 32px;
}

.news-right-panel ul li a::before {
    position: absolute;
    content: "\e908";
    font-size: 8px;
    font-family: 'Energy' !important;
    color: #FFFFFF;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #2889D8;
    border: 1px solid #EBECED;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

/* @ Ritam @ */
.answer-image-text {
    margin: 50px 0;
}

.answer-image-text-image-area {
    padding: 8px;
    margin-bottom: 20px;
}

.answer-image-text-image-area.blue-border {
    background-color: #2889D8;
}

.answer-image-text-image-area.green-border {
    background-color: #87B822;
}

.answer-image-text-image-area img {
    width: 100%;
    max-width: unset;
}

.answer-image-text-row+.answer-image-text-row {
    margin-top: 30px;
}

.answer-image-text-content h2:last-child {
    margin-bottom: 0;
}

.answer-full-image-text p a {
    background-color: #87B822;
    color: #fff;
    padding: 2px;
    display: inline-block;
}

.answer-full-image-text-image {
    background: linear-gradient(260.16deg, #2889D8 49.5%, #87B822 49.71%);
    padding: 8px;
}

.answer-full-image-text-image img {
    max-width: unset;
    width: 100%;
}

.answer-full-image-text {
    margin: 50px 0;
}

.answer-bg-content {
    margin: 50px 0;
}

.answer-bg-content--wrapper {
    position: relative;
    z-index: 1;
    background-color: #065698;
    border-radius: 9px;
    padding: 30px 20px;
    color: #fff;
}

.answer-bg-content--wrapper p {
    color: #fff;
}

.answer-bg-content--wrapper p a {
    color: #87B822;
    font-weight: 700;
}

.answer-bg-content-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.answer-content-listing {
    margin: 50px 0;
}

.answer-content-listing ul {
    padding: 0;
    margin: 0;
}

.answer-content-listing ul li {
    padding: 0 0 0 25px;
    margin: 0 0 20px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    position: relative;
}

.answer-content-listing ul li:last-child {
    margin: 0;
}

.answer-content-listing ul li a {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    display: block;
}

.answer-content-listing ul li:before {
    content: "\e906";
    font-family: "Energy";
    color: #000;
    font-size: 18px;
    position: absolute;
    top: -4px;
    left: 0;
    font-weight: normal;
}

.answer-content-listing ul li a.text-btn-green {
    background-color: #87B822;
    color: #fff;
    padding: 2px;
    display: inline-block;
}

.answer-image-text-heading {
    margin-bottom: 25px;
}

.hand-icon-btn {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    display: block;
    position: relative;
    padding: 0 0 0 25px;
}

.hand-icon-btn:before {
    content: "\e906";
    font-family: "Energy";
    color: #000;
    font-size: 18px;
    position: absolute;
    top: -4px;
    left: 0;
    font-weight: normal;
}

.answer-content-listing__wrapper {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    border-radius: 9px;
    padding: 30px 20px;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
}

.answer-content-listing-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.06;
}

.answer-content-background-link {
    display: flex;
    margin: 30px auto 0;
    flex-direction: column;
    text-align: center;
}

.answer-content-background-link span {
    font-size: 20px;
    color: #fff;
    background-color: #2889D8;
    display: table;
    margin: 0 auto;
    font-weight: 700;
    padding: 8px 15px;
}

.answer-content-background-link span+span {
    margin-top: 10px;
}

@media(min-width: 768px) {
    .answer-image-text-image-area {
        padding: 16px;
        max-width: 500px;
        margin: 0 auto 25px;
    }

    .answer-image-text {
        margin: 75px 0;
    }

    .answer-image-text-row+.answer-image-text-row {
        margin-top: 50px;
    }

    .answer-full-image-text-image {
        padding: 16px;
    }

    .answer-full-image-text p a {
        padding: 6px;
    }

    .answer-full-image-text {
        margin: 75px 0;
    }

    .answer-bg-content {
        margin: 75px 0;
    }

    .answer-bg-content--wrapper {
        padding: 60px;
    }

    .answer-content-listing {
        margin: 75px 0;
    }

    .answer-content-listing ul li {
        padding: 0 0 0 30px;
        margin: 0 0 24px;
        font-size: 18px;
    }

    .answer-content-listing ul li a {
        font-size: 18px;
    }

    .answer-content-listing ul li:before {
        font-size: 20px;
        top: -2px;
    }

    .answer-content-listing ul li a.text-btn-green {
        padding: 6px;
    }

    .hand-icon-btn {
        font-size: 18px;
        padding: 0 0 0 30px;
    }

    .hand-icon-btn:before {
        font-size: 20px;
        top: -2px;
    }

    .answer-image-text-heading {
        margin-bottom: 40px;
        text-align: center;
    }

    .answer-image-text-content {
        text-align: center;
    }

    .answer-content-listing__wrapper {
        padding: 60px;
    }

    .answer-content-background-link span {
        font-size: 22px;
        padding: 10px 30px;
    }
}

@media(min-width: 1025px) {
    .answer-image-text-image-area {
        max-width: unset;
        margin: 0;
    }

    .answer-image-text-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .answer-image-text-image {
        width: 40%;
    }

    .answer-image-text-content {
        width: 60%;
        padding-left: 60px;
    }

    .answer-image-text-row.opposite {
        flex-direction: row-reverse;
    }

    .answer-image-text-row.opposite .answer-image-text-content {
        padding-right: 60px;
        padding-left: 0;
    }

    .answer-image-text {
        margin: 90px 0;
    }

    .answer-image-text-row+.answer-image-text-row {
        margin-top: 60px;
    }

    .answer-image-text-content h2 {
        font-size: clamp(35px, 3.512vw, 45px);
    }

    .answer-full-image-text-image {
        padding: 20px;
    }

    .answer-full-image-text {
        margin: 90px 0;
    }

    .answer-bg-content {
        margin: 90px 0;
    }

    .answer-bg-content--wrapper p a {
        font-size: 28px;
    }

    .answer-bg-content--wrapper p a:hover {
        text-decoration: underline;
        color: #fff;
    }

    .answer-content-listing {
        margin: 90px 0;
    }

    .answer-content-listing ul li {
        padding: 0 0 0 47px;
        margin: 0 0 50px;
        font-size: 30px;
    }

    .answer-content-listing ul li a {
        font-size: 30px;
        line-height: 38px;
    }

    .answer-content-listing ul li:before {
        font-size: 27px;
        top: 2px;
    }

    .answer-full-image-text p a:hover {
        background-color: #065698;
    }

    .answer-content-listing ul li a:hover {
        font-weight: 700;
        color: #2889D8;
    }

    .answer-content-listing ul li a.text-btn-green:hover {
        background-color: #065698;
        color: #fff;
        font-weight: 600;
    }

    .hand-icon-btn {
        font-size: 30px;
        line-height: 38px;
        padding: 0 0 0 47px;
    }

    .hand-icon-btn:before {
        font-size: 27px;
        top: 2px;
    }

    .answer-image-text-heading {
        margin-bottom: 50px;
        text-align: left;
    }

    .answer-image-text-content {
        text-align: left;
    }

    .hand-icon-btn:hover {
        color: #2889D8;
    }

    .small-image .answer-image-text-image {
        width: 32%;
    }

    .small-image .answer-image-text-content {
        width: 68%;
    }

    .small-image .answer-image-text-image-area {
        padding: 10px;
    }

    .answer-content-background-link span {
        font-size: 30px;
        padding: 8px 30px;
    }

    .answer-content-background-link:hover span {
        background-color: #87B822;
        color: #fff;
    }

    .answer-content-background-link {
        margin: 50px auto 0;
    }
}

/* @ Ritam @ */

/* Arjun */

.news-details {
    margin: 40px 0;
}

.news-details__top-col {
    padding: 40px 20px;
    box-shadow: 4px 0px 44px 0px rgba(0, 0, 0, 0.10);
    background: #fff;
    color: #242424;
}

.news-details__top-col h4 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #2889D8;
}

.news-details__top-col h3 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 30px;
    line-height: 1.12em;
    font-weight: 700;
    color: #010101;
}

ul.news-post-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

ul.news-post-info li {
    margin: 0 0;
    padding: 0 12px;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: #242424;
    position: relative;
}

ul.news-post-info li::before {
    content: "";
    position: absolute;
    left: -2px;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #242424;
}

.news__share {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 25px;
}

.news__share p {
    margin: 0 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #242424;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.news__share ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
}

@media (min-width:1200px) {
    .news-details__top-col {
        padding: 40px 90px;
    }

    .news-details {
        margin: 40px 0 70px;
    }
}

.news-details__info {
    margin-top: 40px;
    margin-bottom: 30px;
    color: #000000;
}

.news-single-image,
.news-dubble-image {
    margin-bottom: 30px;
}

.news-single-image img,
.news-dubble-image img {
    display: block;
}

.news-single-image img {
    width: 100%;
}

.news-details__info p {
    margin: 0 0 20px;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.64em;
    color: #000000;
}

p strong {
    font-weight: 600;
    font-size: inherit;
    line-height: normal;
    color: #000000;
}

@media (min-width:768px) {
    .news-dubble-image {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 0 30px;
    }

    .news-dubble-image img {
        width: calc(50% - 15px);
    }
}

@media (min-width:1200px) {
    .news-details__info p {
        margin: 0 0 24px;
        font-size: 17px;
    }
}

.relative-news {
    margin: 38px 0;
    padding: 0 0;
    box-shadow: 4px 0px 44px 0px rgba(0, 0, 0, 0.12);
    background: #fff;
    color: #242424;
}

.relative-news__heading {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1em;
    color: #010101;
    box-shadow: 4px 0px 44px 0px rgba(0, 0, 0, 0.10);
}

.relative-news__listings {
    padding: 20px 20px;
}

.relative-news-item {
    margin: 10px 0;
}

.relative-news__col {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.relative-news__image {
    width: 100px;
    height: 90px;
}

.relative-news__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.relative-news__info {
    width: 100%;
    padding-left: 10px;
}

.relative-news__info h5 {
    margin: 0 0 8px;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    color: #2889D8;
}

.relative-news__info a {
    margin: 0 0;
    padding: 0;
    font-size: 15px;
    line-height: normal;
    font-weight: 700;
    color: #000000;
    display: block;
}

@media (min-width:768px) {
    .relative-news__heading {
        padding: 30px 0;
        font-size: 30px;
    }

    .relative-news__listings {
        padding: 20px 30px;
    }

    .relative-news__image {
        width: 150px;
        height: 90px;
    }

    .relative-news__info {
        width: 100%;
        padding-left: 16px;
    }
}

@media (min-width:768px) {
    .relative-news__info {
        padding-right: 16px;
    }
}

.comment-block {
    margin: 38px 0;
    padding: 0 0;
    box-shadow: 4px 0px 44px 0px rgba(0, 0, 0, 0.12);
    background: #fff;
    color: #242424;
}

.comment-block__heading {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1em;
    color: #010101;
    box-shadow: 4px 0px 44px 0px rgba(0, 0, 0, 0.10);
}

.comment-form {
    padding: 20px 20px;
}

.comment-form-col {
    margin-bottom: 20px;
}

.comment-form textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #EDEDED;
    padding: 20px 20px;
    height: 140px;
    resize: none;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    font-family: "Montserrat", sans-serif;
}

.comment-form [type="text"],
.comment-form [type="email"],
.comment-form [type="tel"],
.comment-form [type="url"] {
    width: 100%;
    background: #fff;
    display: block;
    border: 1px solid #EDEDED;
    padding: 6px 20px;
    height: 56px;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    font-family: "Montserrat", sans-serif;
}

.comment-form [type="text"]::placeholder,
.comment-form [type="email"]::placeholder,
.comment-form [type="tel"]::placeholder,
.comment-form [type="url"]::placeholder,
.comment-form textarea::placeholder {
    color: #000000;
    opacity: 1;
}

.checkbox {
    margin-bottom: 20px;
    display: flex;
    align-items: baseline;
}

.checkbox label {
    margin-left: 8px;
    font-size: 15px;
}

.checkbox [type="checkbox"] {
    margin-top: 5px;
}

.submit-btn .btn {
    text-transform: none;
}

@media (min-width: 1025px) {
    .comment-block__heading {
        padding: 30px 0;
        font-size: 30px;
    }

    .comment-form {
        padding: 35px 30px;
    }

    .submit-btn .btn {
        padding: 22px 56px;
        font-size: 17px;
    }
}

.news-right-panel {
    background: #FFFFFF;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.news-right-panel h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    background: #FFFFFF;
    border-bottom: 1px solid #F0F0F0;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.03);
    padding: 30px 0;
    margin-bottom: 20px;
}

.news-right-panel ul li {
    line-height: 20px;
    padding: 0 0 34px 30px;
}

.news-right-panel ul li:last-child {
    padding: 0 0 38px 30px;
}

.news-right-panel ul li a {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding-left: 32px;
}

.news-right-panel ul li a::before {
    position: absolute;
    content: "\e908";
    font-size: 8px;
    font-family: "Energy";
    color: #FFFFFF;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #2889D8;
    border: 1px solid #EBECED;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.news-right-panel .relative-news__listings {
    padding-top: 0;
}

.news-right-panel .relative-news__info {
    padding-right: 0;
}

@media (min-width: 1025px) {
    .news-sidebar {
        padding-left: 10px;
    }
}

/* Arjun */

/* sandwipan */

.full-width-image-text,
.map-text,
.wind-graph {
    margin: 50px 0;
}

.full-width-image-text__image,
.map-text__map {
    background: linear-gradient(260deg, #2889D8 49.5%, #2889D8 49.71%);
    padding: 10px;
    margin-bottom: 20px;
}

.map-text__text {
    margin-bottom: 20px;
}


.map-text__map {
    margin: 0;
}

.map-text__map img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .full-width-image-text,
    .map-text,
    .wind-graph {
        margin: 75px 0;
    }

    .full-width-image-text__image,
    .map-text__map {
        padding: 15px;
        margin-bottom: 30px;
    }

    .map-text__text {
        margin-bottom: 30px;
    }

    .map-text__map {
        margin: 0;
        height: 540px;
    }
}

@media (min-width: 1025px) {
    .full-width-image-text,
    .map-text,
    .wind-graph {
        margin: 90px 0;
    }

    .full-width-image-text__image,
    .map-text__map {
        padding: 20px;
        margin-bottom: 40px;
    }

    .map-text__flex {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .map-text__map {
        margin: 0;
        width: 550px;
    }

    .map-text__text {
        margin-bottom: 0;
        width: calc(100% - 550px);
        padding-right: 55px;
    }
}

.blue-image-text__wrapper {
    background: #065698;
    position: relative;
    z-index: 1;
    padding: 20px;
    border-radius: 9px;
    color: #fff;
}

.blue-image-text__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.blue-image-text__image {
    margin-bottom: 20px;
}

.blue-image-text__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blue-image-text__text p,
.blue-image-text__text p a {
    color: #fff;
}

.blue-image-text__text p a {
    font-weight: 700;
}

@media (min-width: 768px) {
    .blue-image-text__wrapper {
        padding: 30px;
    }

    .blue-image-text__image {
        width: 377px;
        height: 456px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1025px) {
    .blue-image-text__wrapper {
        padding: 60px;
    }

    .blue-image-text__flex {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .blue-image-text__text {
        width: calc(100% - 377px);
        padding-left: 71px;
    }

    .blue-image-text__text p {
        padding-bottom: 29px;
    }

    .blue-image-text__text p:last-child {
        padding-bottom: 0;
    }

    .blue-image-text__text p a {
        font-size: clamp(20px, 1.736vw, 28px);
    }

    .blue-image-text__image {
        margin-bottom: 0;
    }
}

.wind-graph-left+.wind-graph-right {
    margin-top: 30px;
}

.wind-graph-left__image img,
.wind-graph-right__image img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.wind-graph-left__image {
    height: 387px;
    background: #2889D8;
    padding: 16px;
    margin-bottom: 20px;
}

.wind-graph-right__image {
    display: none;
    height: 232px;
    background: #87B822;
    padding: 16px;
    margin-bottom: 20px;
}

.wind-graph-right__text {
    width: 100%;
    padding-right: 0;
}

.wind-graph h3 {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.32653em;
    letter-spacing: 0.03em;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .wind-graph-left__image {
        margin-bottom: 30px;
    }

    .wind-graph-right__image {
        margin-bottom: 30px;
    }

    .wind-graph h3 {
        font-size: 35px;
    }
}

@media (min-width: 1025px) {
    .wind-graph-left__image {
        margin-bottom: 0;
        width: 520px;
    }

    .wind-graph-right__image {
        margin-bottom: 0;
        width: 501px;
    }

    .wind-graph-left__text {
        width: calc(100% - 520px);
        padding-left: 53px;
    }

    /* .wind-graph-right__text {
      width: calc(100% - 501px);
      padding-right: 83px;
    } */

    .wind-graph-left,
    .wind-graph-right {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .wind-graph-right {
        flex-direction: row-reverse;
    }

    .wind-graph h3 {
        font-size: clamp(35px, 3.512vw, 46px);
    }
}

.worst-graph__image {
    margin-bottom: 20px;
    padding: 10px;
    background: #87B822;
    height: 251px;
}

.worst-graph__image img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

@media (min-width: 768px) {
    .worst-graph__image {
        margin-bottom: 30px;
    }
}

@media (min-width: 1025px) {
    .worst-graph h2 {
        font-size: clamp(35px, 3.512vw, 45px);
    }

    .worst-graph__flex {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: row-reverse;
    }

    .worst-graph__image {
        margin-bottom: 0px;
        width: 408px;
    }

    .worst-graph__text {
        width: calc(100% - 408px);
        padding-right: 84px;
    }
}

.three-col-text {
    margin: 50px 0;
}

.three-col__image {
    margin: 20px 0;
    padding: 10px;
    background: #87B822;
    height: 333px;
}

.three-col__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .three-col-text {
        margin: 75px 0;
    }

    .three-col__image {
        margin: 30px 0;
    }
}

@media (min-width: 1025px) {
    .three-col-text {
        margin: 90px 0;
    }

    .three-col-flex {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 0 -24px;
    }

    .three-col {
        width: 33.33%;
        padding: 0 24px;
    }

    .three-col__image {
        margin: 0;
    }
}

.energy {
    margin: 50px 0;
}

.energy-image {
    margin-bottom: 20px;
    height: 306px;
    padding: 10px;
    background: #87B822;
}

.energy-image img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.energy-text ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #5A5A5A;
    padding-left: 20px;
    position: relative;
}

.energy-text ul {
    margin-left: 15px;
}

.energy-text ul li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0;
    top: 10px;
    background: #5A5A5A;
    border-radius: 50%;
}

@media (min-width: 768px) {
    .energy {
        margin: 75px 0;
    }

    .energy-image {
        margin-bottom: 30px;
        height: 506px;
    }
}

@media (min-width: 1025px) {
    .energy {
        margin: 90px 0;
    }

    .energy-image {
        margin-bottom: 0;
        width: 516px;
    }

    .energy-text {
        width: calc(100% - 516px);
        padding-right: 103px;
    }

    .energy-flex {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: row-reverse;
    }

    .energy-text ul li {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 30px;
        padding-left: 30px;
    }

    .energy-text ul li::before {
        top: 14px;
    }

    .energy-text ul li:last-child {
        margin-bottom: 0;
    }
}

.three-box {
    margin: 50px 0;
}

.boxs {
    margin-top: 30px;
    background: #FFF;
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.10);
    padding: 20px;
}

@media (min-width: 768px) {
    .three-box {
        margin: 75px 0;
    }

    .boxs {
        padding: 30px 43px;
    }
}

@media (min-width: 1025px) {
    .three-box {
        margin: 90px 0;
    }
}

.small-image-text__bg {
    border-radius: 9px;
    background: #065698;
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.10);
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 20px;
}

.sml-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
}

.small-image-text__bg h3 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.sml-flex-row {
    margin-top: 30px;
}

.sml-flex-row--oposite {
    padding: 30px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.sml-image {
    width: 237px;
    height: 165px;
    margin: 0 auto 20px;
}

.sml-text ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}

.sml-text ul {
    margin-left: 15px;
}

.sml-text ul li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0;
    top: 10px;
    background: #fff;
    border-radius: 50%;
}

@media (min-width: 768px) {
    .small-image-text__bg {
        padding: 30px;
    }

    .sml-flex-row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }

    .sml-flex-row--oposite {
        flex-direction: inherit;
    }

    .sml-text {
        width: calc(100% - 237px);
        padding-right: 34px;
    }

    .sml-flex-row--oposite .sml-text {
        padding-left: 34px;
        padding-right: 0;
    }

    .sml-image {
        margin: 0;
    }
}

@media (min-width: 1025px) {
    .small-image-text__bg h3 {
        font-size: 32px;
    }

    .small-image-text__bg {
        padding: 60px;
    }

    .sml-text ul li {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 30px;
        padding-left: 30px;
    }

    .sml-text ul li::before {
        top: 14px;
    }

    .sml-text ul li:last-child {
        margin-bottom: 0;
    }
}

/* 26-03-25 ananta start*/

.factsheets__content {
    padding: 50px 0;
}

.group-link-text li {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 0;
    margin-bottom: 20px;
}

.group-link-text li .hand-icon {
    max-width: 40px;
    margin-top: 3px;
}

.group-link-text li p {
    position: relative;
    width: calc(100% - 35px);
    font-size: 16px;
    line-height: 25px;
    font-weight: 800;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #87B822;
    padding: 10px 0 10px 20px;
    margin-left: auto;
}

.group-link-text li p a {
    color: #fff;
}

.group-link-text li p::before {
    content: "\e906";
    font-family: "Energy";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -32px;
    color: #000000;
    font-size: 20px;
}

.group-link {
    text-align: right;
    padding: 0 5px;
}

.group-link a {
    margin: 0px 8px;
    font-size: 20px;
    color: #2889D8;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #2889D8;
    border-radius: 50%;
}

@media (min-width:768px) {
    .factsheets__content {
        padding: 70px 0;
    }

    .group-link-text li {
        align-items: center;
        justify-content: space-between;
    }

    .group-link-text li p {
        width: auto;
        padding: 15px 6px;
        margin: 0 0 0 40px;
    }

    .group-link-text li p::before {
        left: -40px;
        font-size: 25px;
    }

    .group-link {
        padding: 0;
        margin: 0 -8px;
    }
}

@media (min-width:1200px) {
    .factsheets__content {
        min-height: 1000px;
        padding: 90px 0;
    }

    .group-link-text li p {
        font-size: 30px;
        line-height: 37px;
        padding: 26.5px 6px;
        margin-left: 50px;
    }

    .group-link-text li p::before {
        left: 30px;
        font-size: 20px;
    }

    .group-link-text li p::before {
        font-size: 39px;
        left: -50px;
    }

    .group-link {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        margin: 0;
    }

    .group-link a {
        margin: 0;
    }

    .group-link a:hover {
        color: #FFFFFF;
        background: #2889D8;
    }

    .group-link-text li {
        margin-bottom: 30px;
    }

    .group-link-text li:last-child {
        margin-bottom: 0px;
    }
}

.join-us-section {
    margin: 50px 0;
}

.join-us-text-heading {
    text-align: center;
}

.join-us-link_list {
    background: #FFFFFF;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
    padding: 20px 15px;
}

.join-us-link_list ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
}

.join-us-link_list ul li:last-child {
    margin-bottom: 0;
}

.join-us-link_list ul li::before {
    position: absolute;
    content: "\e908";
    font-size: 8px;
    font-family: "Energy";
    color: #FFFFFF;
    top: 3px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: #2889D8;
    border: 1px solid #EBECED;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.join-us-link_list ul li h5 {
    font-size: 18px;
    line-height: 1.4285714285714286em;
    font-weight: 700;
    color: #010101;
}

.join-us-link_list ul li:nth-child(3) h5 {
    margin-bottom: 20px;
}

.join-us-link_list ul li:nth-child(3) h5:last-child {
    margin-bottom: 0;
}

.join-us-link_list ul li:nth-child(3) a.link {
    margin-top: 20px;
}

.join-us-link_list ul li a {
    display: inline-block;
    color: #FFFFFF;
    background: #87B822;
    padding: 5px 4px;
}

.join-us-link_list ul li a.link {
    word-break: break-all;
}

@media (min-width: 768px) {
    .join-us-section {
        margin: 70px 0;
    }

    .join-us-text-heading h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 30px;
    }

    .join-us-link_list {
        padding: 30px;
    }

    .join-us-link_list ul li h5 {
        font-size: 22px;
    }

    .join-us-link_list ul li::before {
        top: 6px;
    }
}

@media (min-width: 1025px) {
    .join-us-section {
        margin: 90px 0;
    }

    .join-us-text-heading {
        text-align: left;
    }

    .join-us-text-heading h2 {
        font-size: 45px;
        line-height: 60px;
        margin-bottom: 40px;
    }

    .join-us-link_list {
        padding: 50px;
    }

    .join-us-link_list ul li {
        padding-left: 70px;
        margin-bottom: 40px;
    }

    .join-us-link_list ul li::before {
        top: 8px;
        width: 44px;
        height: 44px;
        font-size: 15px;
    }

    .join-us-link_list ul li h5 {
        font-size: 35px;
    }

    .join-us-link_list ul li a {
        padding: 1px 6px;
    }

    .join-us-link_list ul li a:hover {
        background: #2889D8;
    }

    .join-us-link_list ul li:nth-child(3) h5 {
        margin-bottom: 30px;
    }

    .join-us-link_list ul li:nth-child(3) a.link {
        margin-top: 30px;
    }
}

/* contact popup css */
.contact-popup--overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}

.contact-popup--overlay.active {
    visibility: visible;
    opacity: 1;
}

.contact-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    z-index: 999;
    width: 90%;
    max-width: 550px;
    background: #FFFFFF;
    box-shadow: 4px 0px 44px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.contact-popup.show {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
    opacity: 1;
}

.contact-popup-title {
    margin: 0 0 20px 0;
}

.close-form-btn {
    border: none;
    background: transparent;
    padding: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
}

.comment-form.contact-popup--form {
    padding: 50px 15px 15px 15px;
}

.comment-form.contact-popup--form .submit-btn .btn {
    width: 100%;
    padding: 15px 0;
}

@media (min-width: 1025px) {
    .comment-form.contact-popup--form {
        padding: 55px 30px 30px 30px;
    }
}

.image-box.causes-new {
    margin-bottom: 15px;
}

.causes-new img {
    width: 100%;
}

.answer-image-text-image-area.banner-one img {
    min-height: 280px;
}

@media (min-width: 768px) {
    .image-box.causes-new {
        width: 590px;
        margin: 30px auto;
    }
}

@media (min-width: 1025px) {
    .answer-image-text-image-area.banner-one img {
        min-height: 350px;
    }

    .net-zero-sec .answer-image-text-row.opposite .answer-image-text-content {
        width: 100%;
        padding-right: 0;
    }

    .net-zero-sec .answer-image-text-image {
        width: 35%;
        margin: 0 auto 25px auto;
    }

    .answer-image-text-content.ans-heading {
        width: 100%;
    }
}