/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : July 9, 2021, 10:00:00 AM
    Author     : NTSPL
*/
/*@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1455px;
    }
}*/
/*@media (min-width: 1400px) {
    .container {
        max-width: 1380px;
    }
}*/

@font-face {
    font-family: Graphik;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Graphik-Regular.woff2) format("woff2"),
        url(../fonts/Graphik-Regular.woff) format("woff");
}

@font-face {
    font-family: Graphik;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/Graphik-RegularItalic.woff2) format("woff2"),
        url(../fonts/Graphik-RegularItalic.woff) format("woff");
}

@font-face {
    font-family: Graphik;
    font-weight: 500;
    src: url(../fonts/Graphik-Medium.woff2) format("woff2"),
        url(../fonts/Graphik-Medium.woff) format("woff");
}

@font-face {
    font-family: Graphik;
    font-weight: 700;
    src: url(../fonts/Graphik-Semibold.woff2) format("woff2"),
        url(../fonts/Graphik-Semibold.woff) format("woff");
}

/*@font-face {
    font-family: 'mametosca_026regular';
    src: url('../fonts/mametosca_026-webfont.eot');
    src: url('../fonts/mametosca_026-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/mametosca_026-webfont.woff2') format('woff2'),
        url('../fonts/mametosca_026-webfont.woff') format('woff'),
        url('../fonts/mametosca_026-webfont.ttf') format('truetype'),
        url('../fonts/mametosca_026-webfont.svg#mametosca_026regular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: "anita_semi-squareregular";
    src: url("../fonts/anita_semi_square-webfont.eot");
    src: url("../fonts/anita_semi_square-webfont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/anita_semi_square-webfont.woff2") format("woff2"),
        url("../fonts/anita_semi_square-webfont.woff") format("woff"),
        url("../fonts/anita_semi_square-webfont.ttf") format("truetype"),
        url("../fonts/anita_semi_square-webfont.svg#anita_semi-squareregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "RT Vickerman";
    font-weight: bold;
    src: url("../fonts/RT_Vickerman-Bold-eot.eot?#iefix");
    src: url("../fonts/RT_Vickerman-Bold-eot.eot?#iefix") format("eot"),
        url("../fonts/RT_Vickerman-Bold-woff2.woff2") format("woff2"),
        url("../fonts/RT_Vickerman-Bold-woff.woff") format("woff"),
        url("../fonts/RT_Vickerman-Bold-ttf.ttf") format("truetype");
}

/*@font-face {
    font-family: 'gotham_mediumregular';
    src: url('../fonts/gotham_medium_regular-webfont.eot');
    src: url('../fonts/gotham_medium_regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/gotham_medium_regular-webfont.woff2') format('woff2'),
        url('../fonts/gotham_medium_regular-webfont.woff') format('woff'),
        url('../fonts/gotham_medium_regular-webfont.ttf') format('truetype'),
        url('../fonts/gotham_medium_regular-webfont.svg#gotham_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
html,
body {
    margin: 0;
    padding: 0;
    /*  overflow-x: hidden; */
    font-family: 'Poppins', sans-serif;
}

/* loader css start */


#visl-site-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-inner img {
    width: 220px;
    animation: fadeZoom 1.5s ease-in-out infinite;
}

@keyframes fadeZoom {
    0% {
        opacity: 0.5;
        transform: scale(0.95);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    100% {
        opacity: 0.5;
        transform: scale(0.95);
    }
}

/* loader css End */
header {
    /* float: left; */
    width: 100%;
    z-index: 9999;
    width: 100%;
    height: auto;
    position: absolute !important;
    left: 0;
    top: 0;
    transition: top .3s ease;
    padding-bottom: 20px !important;
    background: #ffffff;
}

/* .header.navbar {
    padding-bottom: 20px;
} */

.header.navbar.nav-scroll {
    padding-top: 14px;
}

section {
    overflow-x: hidden !important;
    overflow: hidden;
}

main {
    position: relative;
    z-index: 5;
}

.container-fluid {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}

p {
    font-family: 'Poppins', sans-serif;
    color: #313030;
    /*    font-size: 18px;*/
    font-size: 16px;
    /*    line-height: 1.5;*/
    line-height: 27px;
}

.iob-main-header {
    width: 100%;
    float: left;
    padding: 25px 0;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    top: 0;
    left: 0;
    z-index: 999;
    background: #ffffff;
}

.fixed {
    position: fixed;
    padding: 15px 0;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    z-index: 9999;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(0px);
    }
}

.iob-logo {
    width: 100%;
    float: left;
    margin-top: 17px;
}

.iob-logo img {
    width: 446px;
    width: 380px;
}

.iob-menu-part {
    width: 100%;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    height: 100%;
}


.banner-section {
    width: 100%;
    padding-top: 95px;
    /* float: left; */
    /*    margin-top: -80px;*/
}

.banner-video img {
    /*    width: 100%;
          height: 800px;
          object-fit: cover;
          object-position: center;*/
}

.banner-video {
    width: 100%;
    float: left;
    position: relative;
}

.banner-video video {
    width: 100%;
    float: left;
    /*    height: 720px;*/
}

#iob-video-background {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    object-fit: cover;
    height: calc(100vh - 95px);
}

.banner-video .iob-image-caption {
    left: 60px;
    bottom: 60px;
}

.banner-video .iob-image-title1 {
    font-size: 26px;
    line-height: 26px;
    max-width: 445px;
    font-family: Graphik;
    font-weight: 600;
    color: #fff;
}

.banner-video .iob-image-title span {
    font-size: 26px;
    line-height: 26px;
}

.banner-video .iob-image-title span:last-child {
    font-size: 54px !important;
    max-width: 445px;
    font-family: Graphik;
    font-weight: 600;
    line-height: 60px;
}

.banner-video .iob-caption-container .iob-image-title:after {
    display: block !important;
}

.banner-video .iob-caption-container .iob-image-title:after {
    height: 210px;
}

.iob-video-cta {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #ffffff;
    /* background: #2a8ed3; */
    display: flex;
    justify-content: center;
    align-items: center;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    z-index: 1;
}

.iob-vid-buttons {
    background: transparent;
    box-sizing: border-box;
    height: 17px;
    border: 1px solid #fff;
    border-color: transparent transparent transparent #fff;
    transition: 100ms all ease;
    cursor: pointer;
    border-style: double;
    border-width: 0px 0 0px 13px;
    transition: transform 0.25s ease, border-width 0.25s ease;
}

.video-pause:before {
    content: "";
    position: absolute;
    border-width: 0px 0px 0px 37px;
    border-color: #ffffff;
}

.iob-vid-buttons.play {
    border-style: solid;
    border-width: 10px 0 10px 15px;
    transform: rotate(0deg);
    transition: transform 0.25s ease, border-width 0.25s ease;
}

.banner-video::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(62, 62, 53, 0) 0%, rgb(0 0 0 / 32%) 100%);
}






.video-btn {
    position: absolute;
    right: 50px;
    bottom: 50px;
}

.btn-play {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #ff0000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.btn-play .iob-play {
    margin-left: 5%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 15px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-btn span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    animation: circle-fade-before 2s infinite ease-in-out;
    -webkit-animation: circle-fade-before 2s infinite ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-color: #ff0000;
}

.video-btn .circle-2 {
    animation: circle-fade-after 2s infinite ease-in-out;
    -webkit-animation: circle-fade-after 2s infinite ease-in-out;
}

@keyframes circle-fade-before {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes circle-fade-after {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

.iob-banner-cation {
    position: absolute;
    bottom: 90px;
    z-index: 99;
    /* width: 100%; */
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.iob-banner-cation h1 {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-weight: 700;
    /* text-transform: uppercase; */
    max-width: 950px;
    margin: 0 auto;
    font-size: 60px;
    font-size: 50px;
    text-shadow: 0 4px 3.92px rgb(56 45 31 / 61%);
}

.new-banner-caps h1 {
    margin: 0;
    text-align: left;
    font-size: 72px !important;
    line-height: 1.1 !important;
    font-weight: 400;
    max-width: 905px;
}

.new-banner-caps h1 span {
    font-weight: 600;
}

.n-iob-banner-cation {
    left: 10%;
    bottom: 0;
    /* top: 50%; */
    transform: translateY(-30%);
}




.header-search-icon {
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
}

.header-search-icon div:first-child {
    width: 22px;
    height: 22px;
    display: block;
    border: 2px solid #ababab;
    border-radius: 50%;
    position: relative;
    left: 5px;
    top: -3px;
    opacity: 1;
}

.header-search-icon div:nth-child(2) {
    width: 12px;
    height: 2px;
    background-color: #ababab;
    position: relative;
    z-index: 10;
    top: 9px;
    left: -2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Search Box */

.search-box {
    position: absolute;
    top: 5px;
    background: #ffffff;
    height: 47px;
    border: 1px solid #d8e9f5;
    right: 64px;
}

.search-btn {
    color: #4097ff;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.4s;
}

.search-txt {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: #232323;
    font-size: 13px;
    transition: 0.4s;
    line-height: 45px;
    width: 230px;
    padding-left: 15px;
}

/* Search Box Ends*/


.ftleft p {
    line-height: 24px;
}


.navigation-closed header {
    background-color: transparent;
}

.main-hamburger-menu {
    visibility: hidden;
    position: fixed;
    z-index: 999;
    top: 31px;
    right: 50px;
    width: 46px;
    height: 46px;
    padding: 11px;
    -webkit-transform: translate3d(-1200%, 0, 0) rotate(90deg);
    transform: translate3d(-1200%, 0, 0) rotate(90deg);
    transition: all .45s;
    opacity: 0;
    background-color: #fff;
    border: 1px solid #ddd;
}

.navigation-closed .main-hamburger-menu {
    visibility: visible;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    opacity: 1;
}

.toggle-menu {
    display: block;
    position: relative;
    width: 22px;
    height: 18px;
    cursor: pointer;
}

.toggle-menu span:first-of-type {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.toggle-menu span {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    height: 2px;
    transition: all .15s;
    background-color: #1e2b31;
}

.toggle-menu span:nth-of-type(2) {
    top: 0;
    -webkit-transform: translateZ(0) rotate(0) scaleX(1);
    transform: translateZ(0) rotate(0) scaleX(1);
}

.toggle-menu span:nth-of-type(3) {
    bottom: 0;
    -webkit-transform: translateZ(0) rotate(0) scaleX(1);
    transform: translateZ(0) rotate(0) scaleX(1);
}

.main-hamburger-menu:hover .toggle-menu span:nth-of-type(2) {
    -webkit-transform: translate3d(-7px, 4px, 0) rotate(-45deg) scaleX(.5);
    transform: translate3d(-7px, 4px, 0) rotate(-45deg) scaleX(.5);
}

.main-hamburger-menu:hover .toggle-menu span:nth-of-type(3) {
    -webkit-transform: translate3d(-7px, -4px, 0) rotate(45deg) scaleX(.6);
    transform: translate3d(-7px, -4px, 0) rotate(45deg) scaleX(.6);
}

.menu {
    transition: opacity .3s;
}

.menu li {
    transition: opacity .45s, visibility .45s, -webkit-transform .45s;
    transition: opacity .45s, transform .45s, visibility .45s;
    transition: opacity .45s, transform .45s, visibility .45s, -webkit-transform .45s;
}

.navigation-closed .menu li:first-child {
    transform: translateX(620px);
}

.navigation-closed .menu li:nth-child(2) {
    transform: translateX(527px);
}

.navigation-closed .menu li:nth-child(3) {
    transform: translateX(416px);
}

.navigation-closed .menu li:nth-child(4) {
    transform: translateX(312px);
}

.navigation-closed .menu li:nth-child(5) {
    transform: translateX(218px);
}

.navigation-closed .menu li:nth-child(6) {
    transform: translateX(109px);
}

.navigation-closed .menu li:nth-child(7) {
    transform: translateX(312px);
}

.navigation-closed .menu li:nth-child(8) {
    transform: translateX(218px);
}

.navigation-closed .menu li:nth-child(9) {
    transform: translateX(109px);
}

@media (min-width: 992px) {
    .navigation-closed .menu li {
        visibility: hidden;
        opacity: 0;
    }
}

.banner-section {
    position: relative;
}

.banner-section:after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;

    height: 300px;
    width: 100%;
    content: "";
    /*    background: rgb(0, 26, 43);
        background: linear-gradient(
            180deg,
            rgba(0, 26, 43, 0.7959558823529411) 0%,
            rgba(0, 99, 167, 0) 100%
            );*/
}

.fixed {
    padding: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.white-bg .top-main-menu {
    background: #004d8a;
}

.white-bg .top-main-menu .menu {
    padding-top: 0px;
}

/* body {
    overflow-x: hidden;
} */

.search-box {
    position: relative;
    background: #ffffff;
    height: 47px;
    border: 1px solid #d8e9f5;
    right: 0px;
    top: 0;
    /*    margin-right: 17px;*/
    width: 270px;
}

.fixed .iob-menu-part {
    padding-right: 60px;
}

.white-bg .fixed .iob-menu-part {
    padding-right: 0px;
}

.fixed .iob-main-header {
    box-shadow: 0 8px 20px 2px rgb(0 0 0 / 15%);
}

.white-bg .fixed .iob-main-header {
    box-shadow: none;
}

.section {
    width: 100%;
    /* float: left; */
    padding: 115px 0;
}

.section-heading,
.section-heading-white {
    color: #0164a9;
    font-size: 45px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 38px;
}

.section-heading-white {
    color: #ffffff;
}

.iob-verticals-wrapper {
    background-image: url(../images/vertical-top-bg.png), url(../images/vertical-left-bg.png);
    background-position: top right, bottom left;
    background-repeat: no-repeat;
    padding-bottom: 200px;
}

.iob-verticals-wrapper .col-xl-4 {
    padding-left: 8px;
    padding-right: 8px;
}

.iob-vertical-box {
    width: 100%;
    float: left;
    background: #005ca4;
    height: 400px;
    margin-top: 15px;
    overflow: hidden;
    transition: all 0.2s ease-out;
}

.iob-vertical-image-box {
    width: 100%;
    float: left;
    position: relative;
    transition: all 0.2s ease-out;
}

.iob-vertical-logo-box {
    position: absolute;
    top: 40px;
    left: 0;
    /*    background-image: linear-gradient(to right, #ffffff 50% , rgba(255, 255, 255, 0%));*/
    z-index: 999;
    width: 100%;
    height: 75px;
    border-left: 15px solid #74bf43;
    display: flex;
    align-items: center;
}

.iob-vertical-log {
    width: auto !important;
    /*    filter: invert(1);*/
    /*    display: none;*/
    filter: 0;
    -webkit-filter: 0;
    padding-left: 30px;
    max-width: 80%;
    position: relative;
}

.iob-vertical-logo-box .iob-vertical-log:nth-child(2) {
    display: none;
}

.iob-vertical-box:hover .iob-vertical-log:nth-child(2) {
    display: block;
}

.iob-vertical-box:hover .iob-vertical-log:nth-child(1) {
    display: none;
}

.iob-vertical-box:hover .iob-vertical-log {
    /*    filter: invert(0);*/
}

.iob-vertical-logo-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, #ffffff 50%, rgba(255, 255, 255, 0%));
    transition: all 0.4s ease-out;
    width: 0px;
    height: 100%;
    z-index: -1px;
}

.iob-vertical-box:hover .iob-vertical-logo-box:before {
    width: 100%;
    /*    filter: invert(0);
        background-image: linear-gradient(to right, #ffffff 50% , rgba(255, 255, 255, 0%));
        transition: all 0.2s ease-out;*/
}

.iob-vertical-image-box .iob-vertical-image {
    width: 100%;
    /* float: left; */
    transition: all 0.2s ease-out;
    object-fit: cover;
    height: 400px;
    transition: transform 1s ease, opacity 0.5s ease 0.25s;
}

.iob-vertical-box:hover .iob-vertical-image {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.iob-vertical-box:hover .iob-vertical-image {
    transform: scale(1.1);
    transition: all 9s cubic-bezier(0.1, 0.2, 7, 1);
}

.iob-btn-play {
    background: #ffffff;
    width: 45px;
    height: 45px;
    bottom: 35px;
    right: 21px;
    z-index: 3;
    padding: 0;
    border-radius: 100% !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.iob-btn-play::after,
.iob-btn-play::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: #fff;
    opacity: .8;
    -webkit-animation: ripple-1 2s infinite ease-in-out;
    animation: ripple-1 2s infinite ease-in-out;
    z-index: -1;
}

.iob-btn-play::after {
    opacity: .6;
    -webkit-animation: ripple-2 2s infinite ease-in-out;
    animation: ripple-2 2s infinite ease-in-out;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.iob-icon-play {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 18px;
    border-color: transparent transparent transparent #74bf43;
    margin-left: 5px;
}

@-webkit-keyframes ripple-1 {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes ripple-1 {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes ripple-2 {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.7);
        opacity: 0
    }
}

@keyframes ripple-2 {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.7);
        opacity: 0
    }
}

.iob-vertical-know-more {
    position: absolute;
    bottom: 43px;
    left: 45px;
    width: auto;
    display: inline-flex;
    text-decoration: none;
    align-items: center;
}

.relative-btn {
    position: relative;
    bottom: 0;
    left: 0;
}

.relative-btn:hover .read-m-btn {
    transform: translateX(10px);
}

.relative-btn:hover .read-m-btn path {
    fill: #66cc33;
}

.relative-btn:hover a {
    font-weight: 600;
    color: #292929;
}

.relative-btn:hover p {
    font-weight: 600;
    color: #292929;
}

.read-m-btn {
    transform: translateX(0);
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.relative-btn p {
    font-size: 16px !important;
    line-height: 17px !important;
    transition: transform 0.6s ease;
}

.iob-vertical-know-more p {
    color: #ffffff;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
}

.know-more-blue p {
    color: #06599a;
    font-weight: 500;
}


.iob-arrow {
    /* margin: 25px; */
    display: inline-block;
    height: 12px;
    position: relative;
    width: 12px;
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-left: 17px;
    z-index: 1;
}

.iob-dark-bg-button .iob-arrow::before {
    background-color: #ffffff;
}

.iob-arrow::before {
    bottom: 1px;
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    transform-origin: bottom;
    width: 2px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #ffffff;
}

.iob-dark-bg-button .iob-arrow::after {
    border-bottom-color: #ffffff;
}

.iob-arrow::after {
    position: absolute;
    content: "";
    border-color: transparent;
    border-bottom-color: #ffffff;
    border-style: solid;
    border-width: 0 0 9px 9px;
    height: 0;
    width: 0;
    right: 0;
    top: 3px;
}

.expand-box p {
    color: #74bf43;
    font-size: 17px !important;
}

.expand-box .iob-arrow::before {
    background-color: #74bf43;
}

.expand-box .iob-arrow::after {
    border-bottom-color: #74bf43;
}

.know-more-blue .iob-arrow::before {
    background-color: #06599a;
}

.know-more-blue .iob-arrow::after {
    border-bottom-color: #06599a;
}

.iob-vertical-box .iob-vertical-know-more {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.iob-vertical-box:hover .iob-vertical-know-more {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.iob-sustainability-wrapper {
    overflow-x: visible !important;
    overflow: visible;
}

.iob-sustainability-container {
    width: 100%;
    float: left;
    position: relative;
    min-height: 750px;
}

.iob-sustainability-bg {
    width: 100%;
    float: left;
    height: 750px;
    object-fit: cover;
    z-index: -1;
}

/* .vdo-captions {
    position: absolute;
} */

/* .vdo-captions {
    position: absolute;
    bottom: 220px;
    left: auto;
    width: 53%;
    right: 40px;
} */
.vdo-captions::after {
    content: '';
    width: 100%;
    height: 40%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, rgb(0 0 0 / 89%), rgba(0, 0, 0, 0));
    z-index: -1;
    /* background-image: linear-gradient(0deg, rgb(0 0 0 / 63%), rgba(0, 0, 0, 0)); */
}

.vdo-captions {
    position: absolute;
    bottom: 0;
    left: auto;
    width: 100%;
    right: 0;
    height: 100%;
    z-index: 111;
}

.vdo-captions .container {
    position: relative;
    width: 100%;
    height: 100%;
}

.vdo-captions h2 span {
    font-weight: 600;
    display: block;
}

.vdo-captions .sustain-caption {
    position: absolute;
    bottom: 165px;
    left: auto;
    /* width: 53%; */
    right: 10px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.iob-sustain-bg-slider {
    width: 100%;
    float: left;
    height: 750px;
    margin-bottom: 0px !important;
}

.iob-sus-footer .next-prev {
    position: absolute;
    bottom: -65px;
    left: 0;
}

.iob-sustainability-container-inner {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.iob-sustainability-full-face {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: 100%;
    float: left;
}

.iob-sustainability-container-inner .container {
    height: 100%;
}

.iob-sustain-slider h3 {
    color: #0164a9;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 25px;
}

.iob-sustain-slider img {
    margin-bottom: 20px;
    width: 78px;
}

.iob-sustain-slider p {
    margin-bottom: 0px;
}

.iob-sustain-boxx {
    width: 100%;
    float: left;
    padding: 0 38px;
    border-right: 1px solid #bee0f8;
}

.iob-nav-arrow-cont {
    position: absolute;
    left: 0;
    bottom: -95px;
    z-index: 99;
    width: 120px;
    height: 60px;
}

.iob-nav-arrow-cont span.iob-slider-prev {
    border-right: 1px solid #e7f3ff;
}

.iob-nav-arrow-cont span {
    display: inline-flex;
    width: 60px;
    height: 60px;
    background: #74bf43;
    margin: 0;
    float: left;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.iob-nav-arrow-right,
.iob-nav-arrow-left {
    display: block;
    width: 16px;
    height: 16px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

.iob-nav-arrow-right {
    transform: rotate(135deg);
    margin-right: 5px;
}

.iob-nav-arrow-left {
    transform: rotate(-45deg);
    margin-left: 5px;
}

.iob-sus-header {
    width: 500px;
    float: left;
    background: linear-gradient(315deg, rgb(1, 100, 169), rgb(46, 146, 215));
    display: flex;
    justify-content: center;
    flex-direction: column;
    display: block;
    padding: 75px 30px;
    margin-top: -50px;
    position: relative;
    border-radius: 10px 0 10px 10px;
}

.iob-sus-header p {
    color: #ffffff;
}

.iob-sus-header:before {
    content: '';
    position: absolute;
    right: -50px;
    top: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 0 50px;
    border-color: transparent transparent transparent #0265aa;
}

.iob-sus-header:after {
    content: '';
    position: absolute;
    left: -30px;
    bottom: -30px;
    display: block;
    /* margin: 30px auto; */
    width: 50px;
    height: 50px;
    border-top: 2px solid #0164a9;
    border-left: 2px solid #0164a9;
    transform: rotate(270deg);
}

.iob-sqare-box {
    background: #74bf43;
    width: 200px;
    height: 200px;
    position: absolute;
    left: -30px;
    top: -30px;
    z-index: -1;
    border-radius: 10px;
}

.iob-sus-footer {
    width: 100%;
    float: left;
    margin-bottom: -130px;
    background: #e9f6ff;
    padding: 35px;
    position: relative;
    z-index: 11;
    border-radius: 10px 0 0 0;
}

.iob-sus-footer:after {
    content: '';
    position: absolute;
    left: -60px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 60px 130px 0;
    border-color: transparent #daebf7 transparent transparent;
}

.iob-sus-footer:before {
    content: '';
    position: absolute;
    right: 33px;
    bottom: 0px;
    width: 12px;
    height: 100%;
    background: #e9f6ff;
    z-index: 11;
}

.iob-social-impact-wrapper {
    background-image: url(../images/social-imapct-top-bg.png), url(../images/social-impact-left-bg.png);
    background-position: top right, top left;
    background-repeat: no-repeat;
    padding-bottom: 200px;
    padding-top: 350px !important;
}

.iob-sm-container {
    width: 100%;
    float: left;
    background-image: url(../images/social-imp-cont-bg-right.png), url(../images/social-imp-cont-bg-left.png);
    background-position: bottom right, top 45% left 50px;
    background-repeat: no-repeat;
    background-color: #0078cc;
    padding: 115px 0;
    position: relative;
    margin-top: 30px;
    background: linear-gradient(to top left, #05579e 71%, #05579e 96%);
}

.iob-sm-slider {
    margin-bottom: 50px !important;
}

.iob-sm-box-left {
    width: 100%;
    float: left;
    position: relative;
    border-radius: 10px;
}

.iob-sm-box-left img {
    width: 100%;
    float: left;
    position: relative;
    border-radius: 10px;
}

.iob-sm-box-left:before {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    clip-path: polygon(0 0, 100% 0%, 70% 100%, 0 100%);
    background-color: #05579e;
    width: 70px;
    height: 40px;
    z-index: 1;
    display: none;
}

.iob-sm-box-left:after {
    content: '';
    position: absolute;
    right: -1px;
    bottom: -1px;
    clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0 100%);
    background-color: #05579e;
    width: 70px;
    height: 40px;
    z-index: 1;
    display: none;
}

.iob-sm-ss {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    /* clip-path: polygon(0 0, 100% 0%, 90% 100%, 0 100%); */
    /* background-color: #ffffff; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* width: 70%; */
    /* padding: 10px 60px; */
}


.iob-sm-slider .slick-active .iob-sm-box-right ul li:first-child {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.iob-sm-box-right ul li:first-child {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.iob-sm-slider .slick-active .iob-sm-box-right ul li:nth-child(2) {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -ms-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.iob-sm-box-right ul li:nth-child(2) {
    opacity: 0;
    z-index: 5;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px)
}

.iob-sm-slider .slick-active .iob-sm-box-right ul li:nth-child(3) {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -ms-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.iob-sm-box-right ul li:nth-child(3) {
    opacity: 0;
    z-index: 5;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px)
}

/* .iob-sm-slider .swiper-slide {
    margin-left: 24px;
}
 */

.left-clip {
    position: absolute;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0%, 70% 100%, 0 100%);
    background-color: #ffffff;
    width: 200px;
    height: 60px;
    z-index: 1;
}

.right-clip {
    position: absolute;
    right: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 30% 100%);
    background-color: #ffffff;
    width: 200px;
    height: 60px;
    z-index: 1;
}

.center-clip {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    clip-path: polygon(13% 30%, 85% 30%, 100% 100%, 0% 100%);
    background-color: #edf7ff;
    width: 500px;
    height: 100px;
    z-index: 1;
}

.iob-sm-ss h3 {
    color: #161616;
    font-size: 23px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px;
    font-weight: 400;
}

.iob-sm-ss .iob-btn-play {
    right: 0;
    left: 0;
    bottom: 0;
    background: #74bf43;
    width: 55px;
    height: 55px;
    /*     margin-right: 20px; */
}

.iob-sm-ss .iob-icon-play {
    border-color: transparent transparent transparent #ffffff;
}

.iob-sm-ss .iob-btn-play::after,
.iob-sm-ss .iob-btn-play::before {
    background: #74bf43;
}


.iob-nav-arrow-cont2 {
    position: absolute;
    left: 50%;
    transform: translateX(-40%);
    bottom: 70px;
    z-index: 99;
    width: 120px;
    height: 60px;
}

.iob-nav-arrow-cont2 span.iob-slider-prev2 {
    border-right: 1px solid #e7f3ff;
}

.iob-nav-arrow-cont2 span {
    display: inline-flex;
    width: 60px;
    height: 60px;
    background: #74bf43;
    margin: 0;
    float: left;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.iob-nav-arrow-right2,
.iob-nav-arrow-left2 {
    display: block;
    width: 16px;
    height: 16px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

.iob-nav-arrow-right2 {
    transform: rotate(135deg);
    margin-right: 5px;
}

.iob-nav-arrow-left2 {
    transform: rotate(-45deg);
    margin-left: 5px;
}

.iob-sm-box-right {
    width: 100%;
    float: left;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 40px;
}

.iob-sm-box-right h2 {
    color: #ffffff;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px;
    font-weight: 400;
    margin-bottom: 30px;
}

.iob-sm-box-right li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.iob-sm-list-left {
    flex: none;
    width: 95px;
    height: 95px;
    background: #ffffff;
    border-radius: 50%;
    border: 6px solid #b7dbf5;
    margin-right: 35px;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iob-sm-box-right ul {
    margin-left: 0px;
    padding-left: 0px;
}

.iob-sm-box-right h3 {
    color: #ffffff;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.iob-sm-list-right {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.nm {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.vl-block-mask-cont {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.vl-press-container {
    width: 100%;
    float: left;
    background: #0078cc;
    min-height: 335px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.press-release-image {
    position: relative;
    overflow: hidden;
}

.press-release-image .p-white {
    position: absolute;
    bottom: -2px;
    left: -11px;
    width: 100%;
    width: 80%;
    height: 50px;
    transform: skew(13deg);
    background: #0078cc;
    z-index: 1;
    background: linear-gradient(to bottom, rgb(3 103 173), rgb(0 120 204));
}

.press-release-image img {
    width: 100%;
    transition: transform 1s ease, opacity 0.5s ease 0.25s;
}

.vl-press-container:hover img {
    transform: scale(1.1);
    transition: all 9s cubic-bezier(0.1, 0.2, 7, 1);
}

.press-date {
    background: url(../images/date-icon.png) no-repeat;
    margin-left: 30px;
    margin-bottom: 21px;
    display: block;
    margin-top: -32px;
    position: relative;
    z-index: 100;
    font-size: 18px;
    padding-left: 35px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
}

.vl-press-title {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 15px;
    padding: 0px 30px;
    font-weight: 300;
}

.vl-press-title span {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #a2d1f1;
    font-weight: 300;
    margin-top: 9px;
}

.common-button {
    padding-left: 30px;
    width: auto;
    display: inline-flex;
    position: relative;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.common-button p {
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
}

.vl-section-sub-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    margin-bottom: 15px;
    font-weight: 500;
}

.vl-press-bottom {
    width: 100%;
    float: left;
    min-height: 125px;
}

.vl-social-container {
    width: 100%;
    float: left;
    background: #74bf43;
    padding: 20px;
    line-height: 0;
}




.footer {
    width: 100%;
    /* float: left; */
    background: #f2faff;
    padding: 60px;
    background-image: url(../images/footer-right.png), url(../images/footer-left.png);
    background-position: top right, left bottom;
    background-repeat: no-repeat;
}

.vl-bottom-footer {
    padding: 25px;
    background: #e2f2fd;
    width: 100%;
    /*  float: left; */
}

.vl-bottom-footer p,
.vl-bottom-footer p a {
    margin-bottom: 0px;
    color: #313030;
    font-size: 14px;
}

.vl-bottom-footer p a {
    border-left: 2px solid #bddef5;
    padding-left: 14px;
    margin-left: 10px;
}

.ftleft {
    width: 100%;
    /*  float: left; */
    margin-bottom: 40px;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    width: 100%;
}

.footer-logo {
    width: 350px;
}

.ftleft p {
    margin-bottom: 5px;
}

a {
    text-decoration: none;
}

.vl-social-btns {
    width: 100%;
    float: left;
    display: flex;
    /*    justify-content: flex-end;*/
    list-style: none;
    padding: 9px 0 9px 0;
}

.vl-social-btns .btn {
    display: inline-flex;
    background-color: #e2edf8;
    border: 1px solid #c4dffa;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.vl-social-btns .btn,
.vl-social-btns .btn:before,
.vl-social-btns .btn svg {
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.vl-social-btns .btn.linkedin:before {
    background-color: #0872b9;
}

.vl-social-btns .btn:before {
    content: "";
    width: 120%;
    height: 120%;
    position: absolute;
    transform: rotate(45deg);
    top: 90%;
    left: -110%;
}

.vl-social-btns .btn.linkedin svg {
    width: 27px;
    z-index: 1;
}

.vl-social-btns .btn svg {
    fill: #005ca4;
}

.vl-social-btns .btn.youtube:before {
    background-color: #e31f1e;
}

.vl-social-btns .btn.youtube svg {
    width: 35px;
    z-index: 1;
}

.vl-social-btns .btn.facebook:before {
    background-color: #2b56b5;
}

.vl-social-btns .btn.facebook svg {
    width: 30px;
    z-index: 1;
}

.vl-social-btns .btn.twitter:before {
    background-color: #1e9bff;
}

.vl-social-btns .btn.twitter svg {
    width: 27px;
    z-index: 1;
}

.vl-social-btns .btn.instagrma:before {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.vl-social-btns .btn.instagrma svg {
    width: 27px;
    z-index: 1;
}

.vl-social-btns .btn:before {
    content: "";
    width: 120%;
    height: 120%;
    position: absolute;
    transform: rotate(45deg);
    top: 90%;
    left: -110%;
}

.vl-social-btns .btn:focus:before,
.vl-social-btns .btn:hover:before {
    top: -10%;
    left: -10%;
}

.vl-social-btns .btn:hover svg {
    fill: #ffffff;
}

.vl-social-btns .btn,
.vl-social-btns .btn:before,
.vl-social-btns .btn svg {
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.vl-social-btns .btn .svg {
    font-size: 38px;
    vertical-align: middle;
    transform: scale(0.8);
}

.vl-subscribe-form {
    /*    max-width: 470px;*/
    width: 100%;
    float: right;
    margin-bottom: 30px;
}

.vl-subscribe-form .form-control {
    border: none;
    border-radius: 0;
    transition: none;
    height: 54px;
    background: #e1f3ff;
    border: 1px solid #d8e9f5;
    color: #000000;
}

.form-control:focus {
    box-shadow: none;
}

.vl-subscribe-form .form-control::placeholder {
    color: #707070;
    opacity: 1;
}

.form-group {
    position: relative;
    margin-bottom: 25px;
}

.vl-subscribe-form button {
    position: absolute;
    right: 0;
    top: 0;
    background: #e1f3ff;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0063a8;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
    width: 155px;
    border-radius: 0;
    border-left: 1px solid #d8e9f5;
}

.vl-subscribe-form button:hover {
    color: #74bf43;
}

.vl-single-twitter-container {
    width: 100%;
    float: left;
    position: relative;
}

.ff-head {
    font-family: 'Poppins', sans-serif;
    color: #313030;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.social-icons {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    margin-top: 10px;
}

.iob-mines-animation {
    width: 100%;
    /* float: left; */
    overflow: hidden;
    position: relative;
    padding-top: 100px;
}

.iob-footer-base-image {
    width: 100%;
    /* float: left; */
    position: relative;
}

.iob-rock {
    /*    background: url(../images/footer-sprite.png) no-repeat 0 -113px;*/
    width: 153px;
    height: 221px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.rock-2 {
    z-index: 10;
}

.iob-exclator-base {
    /*    background: url(../images/footer-sprite.png) no-repeat -211px -152px;*/
    width: 280px;
    /*    height: 200px;*/
    position: absolute;
    left: 47px;
    bottom: 46px;
    z-index: 10;
}

.iob-exclator-base img,
.iob-exclator-blade img,
.iob-plant img,
.iob-plant-fan img {
    width: 100%;
}

.iob-exclator-blade {
    /*    background: url(../images/footer-sprite.png) no-repeat -509px -7px;*/
    width: 73px;
    /*    height: 103px;*/
    position: absolute;
    left: 20px;
    bottom: 45px;
    z-index: 10;
    animation: wheelsRotation 7s infinite linear;
}

.iob-plant {
    width: 280px;
    position: absolute;
    right: 15%;
    top: 0px;
    z-index: 0;
}

.iob-plant-fan {
    /*    background: url(../images/footer-sprite.png) no-repeat -400px -20px;*/
    width: 20px;
    /*    height: 36px;*/
    top: 94px;
    position: absolute;
    z-index: 0;
    animation: wheelsRotation 7s infinite linear;
}

.fan-1 {
    right: 56%;
}

.fan-2 {
    right: 46%;
}

.iob-loaded-truck {
    position: absolute;
    right: -18px;
    top: 39.2%;
    /* transform: scale(1); */
    transform: rotate(6deg);
    z-index: 10;
    width: 108%;
}

.iob-loaded-truck img {
    animation: driving1 60s infinite linear;
    width: 90px;
    position: absolute;
}

.iob-un-loaded-truck3 {
    position: absolute;
    left: -18px;
    top: 43.6%;
    /* transform: scale(1); */
    transform: rotate(6deg);
    z-index: 9;
    width: 108%;
}

.iob-un-loaded-truck3 img {
    animation: driving6 60s infinite linear;
    width: 110px;
    position: absolute;
}

.iob-loaded-truck2 {
    position: absolute;
    left: -18px;
    bottom: 15%;
    /* transform: scale(1); */
    transform: rotate(357deg);
    z-index: 6;
    width: 108%;
    height: 38px;
}

.iob-loaded-truck2 img {
    animation: driving3 60s infinite linear;
    width: 110px;
    position: absolute;
}

.iob-loaded-truck3 {
    position: absolute;
    left: -18px;
    bottom: 12%;
    /* transform: scale(1); */
    transform: rotate(357deg);
    z-index: 6;
    width: 108%;
    height: 58px;
}

.iob-loaded-truck3 img {
    animation: driving4 90s infinite linear;
    width: 90px;
    position: absolute;
}

.iob-un-loaded-truck {
    position: absolute;
    right: -18px;
    bottom: 11%;
    /* transform: scale(1); */
    transform: rotate(357deg);
    z-index: 6;
    width: 108%;
    height: 51px;
}

.iob-un-loaded-truck img {
    animation: driving2 60s infinite linear;
    width: 90px;
    position: absolute;
}

.iob-un-loaded-truck2 {
    position: absolute;
    right: -18px;
    bottom: 11%;
    /* transform: scale(1); */
    transform: rotate(357deg);
    z-index: 6;
    width: 108%;
    height: 38px;
}

.iob-un-loaded-truck2 img {
    animation: driving5 90s infinite linear;
    width: 110px;
    position: absolute;
}

.base-2 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 8;
}

.iob-hitachi {
    position: absolute;
    /*    width: 100%;*/
    left: 22%;
    bottom: 34%;
    z-index: 9;
}

.buildings2 {
    /*    position: absolute;
        top: -10%;
        left: 0px;
        width: 100%;*/
    animation: building2 5s infinite linear;
    animation-direction: alternate-reverse;
}

.iob-wind-plant {
    position: absolute;
    width: 100px;
    height: 203px;
    left: 7%;
    top: 0;
    z-index: 0;
    display: flex;
    justify-content: center;
}

.iob-wind-plant .iob-wind-plant-stand {
    height: 130px;
    width: 80px;
    object-fit: contain;
    position: absolute;
    bottom: 0;
}

.iob-wind-plant .iob-wind-plant-blade {
    width: 100px;
    position: absolute;
    top: 18px;
    z-index: 1;
    animation: wheelsRotation 7s infinite linear;
}

.iob-wind-plant-2 {
    left: 2%;
    top: -19px;
}

.iob-wind-plant-2 .iob-wind-plant-blade {
    width: 100px;
    position: absolute;
    top: 18px;
    z-index: 1;
    animation: wheelsRotation 11s infinite linear;
}

.iob-wind-plant-3 {
    left: 12%;
    top: 40px
}

.iob-wind-plant-3 .iob-wind-plant-blade {
    width: 100px;
    position: absolute;
    top: 18px;
    z-index: 1;
    animation: wheelsRotation 9s infinite linear;
}

.iob-after-mines-work {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.hide-mines .iob-loaded-truck,
.hide-mines .iob-un-loaded-truck3 {
    display: none;
}

.hide-mines .iob-after-mines-work {
    opacity: 1;
    visibility: visible;
}

@keyframes building2 {
    from {
        left: 15%;
    }

    to {
        left: 20%;
    }
}

@keyframes driving1 {
    0% {
        right: -400px;
    }

    10% {}

    20% {
        transform: scale(1);
    }

    25% {
        transform: scale(1);
    }

    40% {
        transform: scale(1);
    }

    50% {
        transform: scale(1);
    }

    100% {
        right: 100%;
        transform: scale(1);
    }
}

@keyframes driving6 {
    0% {
        left: -50px;
    }

    10% {}

    20% {
        transform: scale(1);
    }

    25% {
        transform: scale(1);
    }

    40% {
        transform: scale(1);
    }

    50% {
        transform: scale(1);
    }

    100% {
        left: 100%;
        transform: scale(1);
    }
}

@keyframes driving2 {
    0% {
        right: -100px;
    }

    10% {}

    20% {
        transform: scale(1);
    }

    25% {
        transform: scale(1);
    }

    40% {
        transform: scale(1);
    }

    50% {
        transform: scale(1);
    }

    100% {
        right: 110%;
        transform: scale(1);
    }
}

@keyframes driving3 {
    0% {
        left: 30%;
    }

    10% {}

    20% {
        transform: scale(1);
    }

    25% {
        transform: scale(1);
    }

    40% {
        transform: scale(1);
    }

    50% {
        transform: scale(1);
    }

    100% {
        left: 100%;
        transform: scale(1);
    }
}

@keyframes driving4 {
    0% {
        left: -30%;
    }

    10% {}

    20% {
        transform: scale(1);
    }

    25% {
        transform: scale(1);
    }

    40% {
        transform: scale(1);
    }

    50% {
        transform: scale(1);
    }

    100% {
        left: 100%;
        transform: scale(1);
    }
}

@keyframes driving5 {
    0% {
        right: -50%;
    }

    10% {}

    20% {
        transform: scale(1);
    }

    25% {
        transform: scale(1);
    }

    40% {
        transform: scale(1);
    }

    50% {
        transform: scale(1);
    }

    100% {
        right: 130%;
        transform: scale(1);
    }
}

@keyframes wheelsRotation {
    100% {
        transform: rotate(360deg);
    }
}

.innerpage-banner {
    width: 100%;
    /*  margin-top: 95px; */
    padding-top: 94px;
    /*  float: left; */
    /*  height: 470px; */
    background: #ffffff;
    position: relative;
}

.innerpage-banner:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(62, 62, 53, 0)), to(rgba(29, 29, 24, .9)));
    background: linear-gradient(rgba(62, 62, 53, 0) 0%, rgba(29, 29, 24, .9) 100%);
    bottom: 0;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.page-banner {
    height: 470px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.page-header {
    position: absolute;
    bottom: 50px;
    z-index: 1;
}

.page-header h1 {
    color: #ffffff;
    font-size: 55px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    font-weight: 600;
}

.breadcrumb-cont {
    width: 100%;
    /* float: left; */
    background: #ffffff;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
}

.breadcrumbs {
    font-weight: 500;
}

.breadcrumbs span a {
    color: #686868;
}

.contact-wrapper {
    background: url(../images/wavy-pattern.png) no-repeat;
    background-size: cover;
}

.con-add-wrap {
    padding: 60px 70px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%);
    box-shadow: 0 5px 83px 0 rgb(9 29 62 / 15%);
    z-index: 9999;
    position: relative;
}

.map {
    width: 100%;
    float: left;
}

.contact-get-touch {
    color: #253745;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-message-par {
    color: #9b9b9b;
    margin-bottom: 28px;
    width: 100%;
    float: left;
    display: block;
}

.contact-detail {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: url(../images/wind-mill.jpg);
    padding: 33px 30px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    word-wrap: break-word;
}

.contact-detail:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#74bf43e8), color-stop(82%, #74bf43fa));
    background-image: -o-linear-gradient(top, #74bf43e8 0%, #74bf43fa 82%);
    background-image: linear-gradient(180deg, #74bf43e8 0%, #74bf43fa 82%);
}

.contact-detail p,
.contact-detail h4 {
    color: #ffffff;
}

.contact-detail .vl-social-btns .btn {
    width: 45px;
    height: 45px;
}

.contact-detail h4 {
    font-size: 20px;
}

.contact-detail .vl-social-btns {
    margin-bottom: 0px;
}

.info-text {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

textarea.form-control {
    height: 70px !important;
}

.captcha-value {
    position: absolute;
    top: 1px;
    right: 1px;
    background: #f5f5f5;
    z-index: 9999;
    padding: 0px;
    width: 121px !important;
    height: 52px !important;
    border-radius: 0px 10px 10px 0px;
}

.next.page-numbers::after {
    display: none;
}

.prev.page-numbers::after {
    display: none;
}

.page-numbers.dots {
    display: none;
}


.form-div .form-group label {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 17px;
}

.form-group br {
    display: none;
}

.form-div .form-control {
    padding: 18px 20px 15px;
    color: #6f76a8;
    transition: .5s;
    border: 1px solid rgba(107, 124, 147, .15);
    box-shadow: 0 2px 4px rgb(107 124 147 / 6%);
}

.form-div .form-group label {
    background-color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    color: #09114a;
    left: 10px;
    /* border-radius: 5px; */
    top: -11px;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1;
}

.form-div label span {
    color: #ff0000;
}

.form-control {
    border-radius: 0px;
}

.submitt-btn:hover {
    background: #0078cc;
}

.btn-common {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 165px;
    height: 50px;
    background: #74bf43;
    border: none;
    text-align: center;
    color: #ffffff;
}

.btn-common:before {
    background: #0078cc;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform .24s ease-in-out;
    transition: -webkit-transform .24s ease-in-out;
    -o-transition: transform .24s ease-in-out;
    transition: transform .24s ease-in-out;
    transition: transform .24s ease-in-out, -webkit-transform .24s ease-in-out;
}

.btn-common:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.product-panel {
    margin-bottom: 25px;
    background-color: #ffffff;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 100%;
    float: left;
    position: relative;
}

.product-panel-holder {
    width: 100%;
    float: left;
}

.product-panel .product-panel-holder .product-img {
    position: relative;
    overflow: hidden;
}

.product-panel .product-panel-holder .product-img img {
    max-width: 100%;
    height: auto;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 100%;
}

.product-panel .product-panel-holder .product-img::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    content: '';
    z-index: 1;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1,
            45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1,
            45deg) translate3d(0, -100%, 0);
}

.product-panel .product-panel-holder .product-content {
    padding: 20px;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 5px 83px 0 rgb(40 40 40 / 11%);
    box-shadow: 0 5px 83px 0 rgb(40 40 40 / 11%);
}

/*.product-panel .product-panel-holder .product-content .product-title {
    margin-bottom: 16px;
}*/
.product-panel .product-panel-holder .product-content .product-title h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    color: #313030;
    margin-bottom: 0px;
}

.product-panel:hover .product-panel-holder .product-img::after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.product-panel:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 4px;
    width: 100%;
    background: #eaeaea;
    z-index: 0;
}

.product-content:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 4px;
    width: calc(100% - 100px);
    background: #74bf43;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 1;
}

/*.product-panel:hover .product-content::after {
    height: 8px;
}*/
.product-content:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 4px;
    width: calc(100% - 100px);
    background: #0078cc;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    z-index: 2;
}

.product-panel:hover .product-content::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.content-section {
    background-image: url(../images/vertical-top-bg.png), url(../images/vertical-left-bg.png);
    background-position: top right, bottom left;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.innerpage-banner img {
    height: 470px;
    object-fit: cover;
    width: 100%;
}

.sidebar-menu {
    background-color: #73be41;
    padding: 33px 25px 25px;
    margin-bottom: 40px;
    position: relative;
    background-color: #f3f5f9;
    border-radius: 10px;
}

.sidebar-menu h3 {
    font-size: 19px;
    line-height: 20px;
    font-weight: 600;
    color: #2b3e4b;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 15px;
    position: relative;
    color: #1872b1;
}

.sidebar-menu ul {
    padding-left: 0 !important;
    margin-bottom: 10px !important;
}

.sidebar-menu ul li {
    list-style: none !important;
    margin-bottom: 8px !important;
    line-height: inherit;
    width: 100%;
}

.sidebar-menu ul li:hover a {
    color: #313030;
}

.sidebar-menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #313030;
    text-transform: capitalize;
    background-color: #ffffff;
    z-index: 1;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-shadow: 0 5px 20px 0 rgb(40 40 40 / 11%);
    box-shadow: 0 5px 20px 0 rgb(40 40 40 / 11%);
    -webkit-box-shadow: 0 5px 20px 0 rgb(40 40 40 / 3%);
    box-shadow: 0 5px 20px 0 rgba(40, 40, 40, 3%);
    /*    height: 50px;*/
    padding: 15px;
    position: relative;
    border-radius: 8px;
}

.content-section h2 {
    font-size: 26px;
    color: #1872b1;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 30px;
}

.content-section h3 {
    font-size: 20px;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
    float: left;
}

.gallery-item {
    margin: 0 !important;
}

.gallery-item img {
    padding: 10px;
    height: 250px;
    object-fit: cover;
    border: 1px solid #f5f5f5;
    width: 100%;
}

.gallery-columns-3 .gallery-item {
    width: 33.3%;
    float: left;
}

/* .menu ul ul {
    left: 280px;
} */

.sidebar-menu ul {
    margin-top: 5px !important;
}

.sidebar-menu ul li::before {
    display: none;
}

.content-section ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.content-section ul li {
    list-style: none;
    margin-bottom: 6px;
    position: relative;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    line-height: 28px;
}

.content-section ul li img {
    border: none;
}

.content-section ul li ul {
    margin-top: 15px;
}

.content-section ul li ul li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    line-height: 23px;
}

.sidebar-menu .current_page_item.menu-item.current-menu-item a {
    background: #71bf40;
    color: #ffffff;
}

.content-section ul li::before {
    content: '';
    position: absolute;
    left: -18px;
    background: url(../images/right-arrow-li.png) no-repeat 0 0;
    width: 10px;
    height: 17px;
    top: 10px;
    /* display: block !important; */
}

.contact-detail .vl-social-btns li:before {
    display: none;
}

.contact-detail .vl-social-btns {
    padding-left: 0;
}

/* ............................... */

/* Section Layout */
.vedanta-stock-section {
    background-color: #ffffff;
    padding: 115px 0 60px 0;
}

/* Wrapper */
.vedanta-stock-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Left Heading */
.vedanta-stock-header {
    width: 35%;
}

.vedanta-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    color: #0164a9;
}

.vedanta-title span {
    color: #292727;
}

.vedanta-delay-text {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    opacity: 0.8;
    font-weight: 500;
}

/* Right Box */
.vedanta-stock-box {
    /* width: 65%; */
    background-color: #e9f6ff;
    padding: 40px 50px;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    position: relative;
}

/* Stock Item */
.vedanta-stock-item {
    width: 40%;
}

/* Label */
.vedanta-label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #74bf43;
}

/* Price */
.vedanta-price {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    color: #292727;
}

.vedanta-stock-section .vedanta-stock-item:last-child::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 50%;
    width: 1px;
    background-color: rgb(83, 82, 82);
}


.cell-items .thumb,
.cell-items .info {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.cell-items .info {
    padding: 100px 50px;
}

.about-area .info h2 {
    font-size: 26px;
    color: #1872b1;
    font-weight: 500;
}

.about-area .item {
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    margin-top: 30px;
    padding: 30px;
    background: #ffffff none repeat scroll 0 0;
}

.about-area .item .icon,
.about-area .item .content {
    display: table-cell;
    vertical-align: top;
}

.about-area .item .icon {
    background: #16527e none repeat scroll 0 0;
    line-height: 116px;
    text-align: center;
    width: 11%;
    border-radius: 50%;
    ;

}

.about-area .item .content {
    padding-left: 20px;
}

.about-area .item .content h4 {
    font-weight: 600;
    color: #1872b1;
}


.about-area .item .content a:hover {
    color: #232323;
}

.stats-container {
    max-width: 100%;
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 cards per row */
    gap: 15px;
}

.stat-card {
    display: flex;
    align-items: flex-start;
    background: #e4f3ff;
    padding: 18px 20px;
    border-radius: 0px;
    border-left: 4px solid #71bf40;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); */
    transition: 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

.icon-sts {
    width: 60px;
    height: 60px;
    background: #71bf40;
    color: #fff;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}

.icon-sts img {
    width: 37px !important;
    border: none !important;
}

.text {
    font-size: 18px;
    color: #333;
    flex: 1;
}

.text strong {
    display: block;
    font-size: 30px;
    line-height: 36px;
}

.hilights-head {
    display: flex;
    gap: 20px;
}

.hilights-head strong {
    font-size: 59px;
    color: #1872b1;
}

.hilights-head p {
    font-size: 30px;
    color: #71bf40;
}

.sidebar-menu ul li a {
    position: relative;
}

.sidebar-menu .widgetizedArea .current-menu-parent ul li a::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #71bf40;
    left: 0;
    top: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.sidebar-menu ul.sub-menu {
    visibility: visible;
    opacity: 1;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    left: auto;
    background: transparent;
    z-index: 99;
    transform: none;
    transition: none;
    box-shadow: none;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.sidebar-menu ul.sub-menu:after {
    display: none;
}

.sidebar-menu .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.sidebar-menu .current-menu-item .sub-menu,
.sidebar-menu .current-menu-parent .sub-menu {
    max-height: 100%;
    overflow: hidden;
    transition: max-height 0.4s ease;
    margin-top: 5px !important;
}



.project-custom-list {
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-left: 0 !important;
}

.project-custom-list li {
    display: flex;
    align-items: center;
    background: #deccff;
    height: 188px;
    position: relative;
    padding: 20px;
    list-style: none !important;
}

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

.list-row .img-box {
    width: 45px;
}

.list-row .img-box img {
    width: 100%;
}


.project-content .sub-heading {
    padding: 0;
    margin: 0;
    font-size: 18px;
    margin-top: 16px;
    color: white;
}

.project-content p {
    color: white;
    font-size: 23px;
    font-weight: 600;
}


.list-row .img-box {
    position: absolute;
    right: 15px;
    top: 15px;
}

.project-custom-list .list-row:nth-child(odd) {
    background-color: #0157b4;
}

.project-custom-list .list-row:nth-child(even) {
    background-color: #71bf40;
}

.list-row .img-box img {
    filter: brightness(0) invert(1);
    border: none;
}

/* ............................... */
.team-section-three {
    position: relative;
    padding: 100px 0
}

.team-section-three .sec-title .text {
    font-size: 20px;
    color: inherit
}

.team-block-two {
    position: relative
}

.team-block-two .inner-box {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.team-block-two .image {
    position: relative
}

.team-block-three .image img {
    width: 100%
}

.team-block-two .image .default-image {
    transition: 1s
}

.team-block-two .content {
    position: relative;
    background-color: #0157b4;
    padding: 15px 20px;
    -webkit-box-shadow: 0 0 50px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 15%);
    margin-right: 0;
    border-radius: 0;
    overflow: hidden;
}

.team-block-two .content:before {
    position: absolute;
    content: '';
    background-color: #0c66c7;
    top: 0;
    width: 50px;
    right: 16px;
    bottom: 0;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    border-radius: 0px;
    border-right: 3px solid #0e6fd7;
}

.team-block-two h4 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}

.team-block-two .designation {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    line-height: 19px;
    margin-top: 8px;
}

.team-block-two .inner-box:hover .video-btn a {
    color: #fff
}

.team-block-two .video-btn a span {
    position: relative;
    left: 2px
}

.team-block-two .content:after {
    position: absolute;
    content: '';
    background: #73bd42;
    height: 100%;
    left: 0px;
    top: 0;
    /* transform: translateY(-50%); */
    width: 4px;
    z-index: 9999;
}

/*...................................*/
.holder {
    margin: 31px 0 0 0;
    width: 100%;
    float: left;
}

.founder-img {
    width: 100%;
    float: left;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

/*.founder-img .download{
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
.founder-text {
    width: 100%;
    float: left;
    position: relative;
    background: #0157b4;
    color: #ffffff;
    padding: 15px;
    display: flex;
}

.the-founder h2 {
    color: #1872b1;
    font-size: 24px;
    font-weight: 500;
    width: 100%;
    float: left;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.founder-text h4 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 0;
}

.founder-text h4 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
}

.founder-img:hover .download {
    filter: brightness(0) saturate(100%) invert(63%) sepia(49%) saturate(493%) hue-rotate(51deg) brightness(95%) contrast(90%);
}


.founder-text h4 a {
    position: absolute;
    top: 26px;
    right: 15px;
}

.founder-img img {
    width: 100%;
}

.logoarea {
    min-height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logoarea img {
    width: 100%;
}

.images-section {
    position: relative;
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    min-height: 91px;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-img-downlaod {
    min-height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-img-downlaod img {
    width: 100%;
    object-fit: cover;
    max-height: 45px;
}

.buttons {
    display: inline-flex;
    height: 40px;
    width: 150px;
    border: 2px solid #BFC0C0;
    margin: -1px 0px 28px 0px;
    color: #232323;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.buttons:hover {
    border: 2px solid #73be43;
}

.buttons p {
    margin-top: 12px;
}

#button-6 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#button-6 a {
    position: relative;
    transition: all .45s ease-Out;
    color: #232323;
}

#spin {
    width: 0;
    height: 0;
    opacity: 0;
    left: 70px;
    top: 20px;
    transform: rotate(0deg);
    background: none;
    position: absolute;
    transition: all .5s ease-Out;
}

#button-6:hover #spin {
    width: 200%;
    height: 500%;
    opacity: 1;
    left: -70px;
    top: -70px;
    background: #73bf43;
    transform: rotate(80deg);
}

#button-6:hover a {
    color: #ffffff;
}

/*..........................*/
.logo-d {
    border-radius: 10px;
}

.media-contact {
    width: 100%;
    float: left;
    overflow: hidden;
}

.media-kiit {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.image img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.media-contact:hover img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.media-contact-box {
    width: 100%;
    float: left;
    background: #ffffff;
    border: 1px solid #ddd;
    border-top: none;
    padding: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
}

.media-contact-box h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #070808;
    font-weight: 600;
    margin-bottom: 0px;
}

.pre-download {
    position: absolute;
    top: 1px;
    right: 4px;
    display: flex;
    height: 34px
}

.gallery-image-media {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    float: left;
    border-radius: 10px;
    overflow: hidden;
}

.gallery-image-media-img {
    display: block;
    width: 100%;
}

.gallery-image-media-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s;
}

.gallery-image-media-overlay-blur {
    backdrop-filter: blur(2px);
}

.gallery-image-media-overlay>* {
    transform: translateY(20px);
    transition: transform 0.25s;
}

.gallery-image-media-overlay:hover {
    opacity: 1;
}

.gallery-image-media-overlay:hover>* {
    transform: translateY(0);
}

.gallery-image-media-title {
    font-size: 21px;
    font-weight: bold;
}

.gallery-image-media-description {
    font-size: 16px;
    margin-top: -56px;
    color: #ffffff;
    margin-bottom: 0;
    padding: 6px 23px;
    border: 1px solid #77d13e;
    border-radius: 5px;
}

.gallery-image-media:hover .gallery-image-media-contact-box h3 {
    color: #77d13e;
}

/*.gallery-image-media-description:before{
    content: "";
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #73bc44;  
}*/
.gallery-image-media-contact-box {
    width: 100%;
    float: left;
    background: #ffffff;
    border: 1px solid #d8e3eb;
    border-top: none;
    padding: 15px;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
    border-radius: 0 0 10px 10px;
}

.gallery-image-media-contact-box h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    color: #313030;
    margin-bottom: 0px;
}

.card-img,
.card-img-top {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    height: 250px;

}

.content-section img {
    width: 100%;
}

.news-small {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.news-description-hedding {
    width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 20px;
}

.read-more {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #1872b1;
    display: block;
    width: 100%;
    float: left;
}

/* .read-more:hover {
    color: #6bb83a;
    transition: 0.3s;
} */

.content-section .press-brief-desc {
    width: 100%;
    float: left;
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 23px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 7%);
    position: relative;
    z-index: 9999;
    margin-top: 20px;
}

.content-section .press-content-box span.date {
    font-size: 16px;
    color: #686868;
    margin-bottom: 10px;
    display: flex;
}

.content-section .press-content-box span.date:hover {
    color: #6bb83a;
    transition: 0.3s;
}

.content-section .press-content-box span.date img {
    padding-right: 4px !important;
    width: 21px !important;
    border: 0px !important;
}

.content-section .corner {
    position: absolute;
    right: 7px;
    top: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 50px 50px 0;
    border-color: transparent #3688ec42 transparent transparent;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.page-level-search {
    position: relative;
    margin-bottom: 30px;
}

.page-level-search input {
    padding-left: 15px;
    position: relative;
}

.form-control:focus {
    border-color: #d5f1c7;
    box-shadow: none;
}

.search-form .search-submit {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #f3f3f3 url(../images/balco-sprite-icon.png) no-repeat 14px -248px;
    height: 54px;
    width: 61px;
}

.advertisement-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.form-control {
    padding: 15px;
    color: #6F76AB;
    transition: .5s;
    border: 1px solid rgba(107, 124, 147, .15);
    box-shadow: 0 2px 4px rgb(107 124 147 / 6%);
}

.press-cover-image-box {
    width: 100%;
    float: left;

}

.press-cover-image-box img {
    border: none;
}

.page-content .campaigns .pdf-img img {
    border-radius: 10px;
}

.page-content img {
    width: 100%;
    border: 1px solid #e6e9ea;
    height: auto;

}

/*..........*/
.press-release-main {
    width: 100%;
    float: left;
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 23px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 5;
    margin-bottom: 30px;
    border-radius: 10px;
}

/*.press-release-main:before {
    content: '';
    height: 100%;
    width: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background: #0063a7;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}*/
.press-content-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
}

.press-cover-image-box a {
    display: block;
    width: 100%;
    float: left;
}

.press-cover-image-box img {
    border: none;
    object-fit: cover;
    width: 100%;
    background-size: cover;
    height: 143px;
    border-radius: 10px;
}

.press-box-inner {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-direction: column;
    height: 100%;
}

.press-content-box h2 {
    width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    color: #1872b1;
    line-height: 27px;
    font-weight: 600;
    margin-top: 0;
}

.press-content-box h2 a {
    color: #1872b1;
}

.sidebar-menu ul li a:hover {
    background: #71bf40;
    color: #ffffff;
    border-radius: 10px;
}

.sub-menu li:first-child::hover .menu ul:after {
    border-bottom-color: #e9f6ff;
}

.content-section .news-small {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.read-more-arrow {
    background: url(../images/balco-sprite-icon.png) no-repeat -20px -94px;
    width: 24px;
    height: 12px;
    display: inline-block;
    position: relative;
    top: 0px;
    margin-left: 3px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.pagination {
    display: flex;
    width: 100%;
    float: left;
    background: transparent;
    /* margin-top: 30px; */
}

.pagination span.page-numbers.current {
    background-color: #59a52c;
    color: #fff;
    width: 35px;
    height: 35px;
    font-family: 'Poppins', sans-serif;
    margin-right: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-radius: 5px;
}

.pagination a.page-numbers {
    margin-right: 5px;
    color: #ffffff;
    background-color: #035b9f;
    width: 36px;
    height: 35px;
    font-family: "RT Vickerman";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    display: -ms-inline-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-radius: 5px;
}

.search-submit.close-search {
    background: #f3f3f3 url(../images/balco-sprite-icon.png) no-repeat -44px 2px;
}


.press-release-main:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #66cc33;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
}

.press-release-main:hover::after {
    width: 100%;
}

.founder-img img {
    border: none;

}

/* Sweep To Right */
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-size: 16px;
    font-weight: 500;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0078cc;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

[class^="hvr-"] {
    margin: 0;
    padding: 12px 20px;
    min-width: 160px;
    cursor: pointer;
    background: #73bf41;
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}

.logo-img-downlaod img,
.pre-download img {
    border: none;
}

/*...............*/

.grid-post-news {
    /*    overflow: hidden;*/
    position: relative;
    /*    height: 400px;*/
    margin-top: 25px;
}

.grid-post-news a.gpm_link {
    float: left;
    width: 100%;
    height: 100%;
}

.grid-post-news.gpm_sing {
    border-radius: 4px;
    padding: 200px 0;
    height: auto;
}

.grid-post-news .bg {
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    width: 100%;
    z-index: -1
}

.grid-post-news:hover .bg {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.grid-post-news-cont {
    width: 100%;
    float: left;
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 23px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
    min-height: 102px;
    display: flex;
    align-items: center;
    border-top: 0;
}

.grid-post-news-cont h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: #232323;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0px;
}

/*.............................*/

.gallery-image-magazin {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*  margin-top: 25px; */
    border-radius: 10px !important;
    overflow: hidden;
}

.gallery-image-magazin img {
    width: 100%;
    height: auto;
    transition: 0.5s all;

}

.report-box-new:hover .card-img-top {
    transform: scale(1.1);
}

.gallery-image-magazin-img {
    display: block;
    width: 100%;

}

.gallery-image-magazin-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 78%);
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s;
    text-align: center;
}

.gallery-image-magazin-overlay-blur {
    backdrop-filter: blur(1px);
}

.gallery-image-magazin-overlay>* {
    transform: translateX(-100px);
    transition: transform 0.8s;
}

.gallery-image-magazin-overlay:hover {
    opacity: 1;
}

.gallery-image-magazin-overlay:hover>* {
    transform: translatex(0);
}

.gallery-image-magazin-title {
    font-size: 25px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;

}

.gallery-image-magazin-description {
    font-size: 17px;
    margin-top: 4px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}

.year-month-k {
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px;
}

.grid-post-item {
    overflow: hidden;
    width: 100%;
    float: left;
}


/*...............*/
.latest-news-section {
    position: relative;
    width: 100%;
    margin-top: 25px;
}

.latest-news-section-img {
    display: block;
    width: 100%;
}

.latest-news-section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s;
}

.latest-news-section-overlay-blur {
    backdrop-filter: blur(1px);
}

.latest-news-section-overlay>* {
    transform: translateY(100px);
    transition: transform 0.9s;
}

.latest-news-section-overlay:hover {
    opacity: 1;
}

.latest-news-section-overlay:hover>* {
    transform: translatex(0);
}

.latest-news-section-title {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;

}

.latest-news-section-title p {
    font-size: 13px;
    margin-top: 4px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.latest-news-section-title {
    width: 100%;
    float: left;
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 23px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
    min-height: 102px;
    display: flex;
    align-items: center;
}

.latest-news-section-title h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: #232323;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0px;
}

.latest-news-section-search img {
    height: 35px;
    width: 35px;
    border: none !important;
}

/*...............*/
.video-section {
    position: relative;
    width: 100%;
    margin-top: 25px;
}

.video-section-img {
    display: block;
    width: 100%;
}

.video-section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 54, 68, 0.6);
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s;
}

.video-section-overlay-blur {
    backdrop-filter: blur(3px);
}


.video-section-overlay:hover {
    opacity: 1;
}


.iob-btn-video-play {
    background: #ffffff;
    width: 45px;
    height: 45px;
    bottom: 21px;
    left: 21px;
    z-index: 3;
    padding: 0;
    border-radius: 100% !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.iob-btn-video-play::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: #fff;
    opacity: .8;
    -webkit-animation: ripple-1 2s infinite ease-in-out;
    animation: ripple-1 2s infinite ease-in-out;
    z-index: -1;
}

.iob-icon-video-play {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 18px;
    border-color: transparent transparent transparent #1e8ed3;
    margin-left: 5px;
}

.video-section-title {
    width: 100%;
    float: left;
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 23px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
    min-height: 102px;
    display: flex;
    align-items: center;

}

.video-section-title h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: #232323;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0px;
}

.justified-gallery {
    background: #e0f7d1;
}

/*.......................*/

.value-container {
    width: 100%;
    float: left;
}

.value-container ul {
    margin: 0;
    padding: 0;
}

.value-container ul li {
    width: 100%;
    float: left;
    border: 1px solid #eeeeee;
    padding: 20px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 7%);
    display: flex;
    position: relative;
}

.value-container ul li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    color: #0157b4;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
}

.value-container ul li:hover::after {
    width: 100%;
}

.value-container ul li:before {
    display: none;
}

.value-container ul li img {
    width: 65px;
    float: left;
    border: 0px;
}

@keyframes rotate-vertical {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.value-container .right-core {
    width: 100%;
    float: left;
    padding-left: 30px;
}

.value-container li:hover img {
    animation: rotate-vertical 1.1s ease-out;
}

.value-container .right-core {
    width: 100%;
    float: left;
    padding-left: 30px;
}

.value-container .right-core h3 {
    font-size: 19px;
    color: #0157b4;
}

.value-container .right-core p {
    font-size: 16px;
}

.value-container .right-mision {
    width: 100%;
    float: left;
    padding-left: 30px;
}

.value-container .right-mision h3 {
    font-size: 19px;
    color: #0157b4;

}

.value-container .right-mision ol {
    list-style: none;
    margin-bottom: 6px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-align: left;
    line-height: 28px;
}

.value-container .right-mision ol:before {
    content: '';
    position: absolute;
    left: 9px;
    background: url(../images/right-arrow.png) no-repeat 0 0;
    width: 10px;
    height: 11px;
    top: 11px;
}

.value-container li:hover img {
    animation: rotate-vertical 1.1s ease-out;
}

.default-image img {
    border: none;
}

.gallery .gallery-item img {
    height: 300px;
    /*    margin-bottom: 15px;*/
}

.gallery {
    margin-bottom: 15px;
}

.form-div {
    width: 100%;
    float: left;
}



/* #nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    width: 74px;
    height: 40px;
    position: relative;
    margin-top: 9px !important;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
    display: inline;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 35px;
    background: #ffffff;
    border-radius: 0px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 6px;
}

#nav-icon1 span:nth-child(2) {
    top: 15px;
}

#nav-icon1 span:nth-child(3) {
    top: 24px;
}

#nav-icon1.open span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: 0px;
}

#nav-icon1.open span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
} */


.responsive-menu {
    width: 100%;
    float: left;
    background: #0157b4;
    margin-top: 27px;
}

.responsive-menu p {
    color: #ffffff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-top: 11px;
    margin-left: 27px;

}

.hidden-bar-opener {
    cursor: pointer;
}

.prodct {
    width: 100%;
    float: left;
    overflow: hidden;
    height: 100%;

}

.contact-box {
    background: #0157b4;
    height: 94%;
    position: relative;
    border: none;
    justify-content: space-between;
    transition: .5s;
    padding: 35px;
}

.contact-box:hover {
    background: #74c043;
}

.contact-box img {
    width: 60px !important;
    transition: none;
}

.contact-box:hover img {
    -webkit-transform: none;
    transform: none;
}

.contact-action-bazar {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    position: absolute;
    bottom: 10%;
}

.contact-action-bazar span {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 22px;
    font-weight: normal;
    display: block;
}

.scrolling-tab-accolades {
    margin-top: 30px;
    width: 100%;
    float: left;
}

.scrolling-tab-accolades ul {
    margin-bottom: 20px;
}

.scrolling-tab-accolades ul li {
    margin-bottom: 0px;
}

.scrolling-tab-accolades .scrtabs-tab-container li {
    padding-left: 0px !important;
    width: auto;
}

.scrolling-tab-accolades .nav-tabs>li a.active {
    background: #73be41;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-right: 2px solid #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.scrolling-tab-accolades .nav-tabs>li a {
    color: #232323;
    padding: 12px 30px;
    border: none;
    border-right: 2px solid #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    display: inline-block;
    border-right: 1px solid #f5f5f5;
}

.scrolling-tab-accolades .nav-tabs {
    padding-left: 0px;
    background: #eefaff;
}

.scrolling-tab-accolades .nav-tabs li:before {
    display: none;
}

.accolades-list {
    width: 100%;
    float: left;
    padding: 20px 20px 7px 20px;
    border: 1px solid #ebebeb;
}

.accolades-list h3 {
    font-size: 18px;
}

.khetra-ma {
    height: 280px;
    object-fit: cover;
    object-position: top;
}

.km-heading {
    margin-left: -5px;
    margin-bottom: 21px;
    display: block;
    margin-top: -29px;
    position: relative;
    z-index: 100;
    font-size: 18px;
    padding-left: 35px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
}













/* #nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    width: 36px;
    height: 40px;
    position: relative;
    margin-top: 9px !important;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
    display: flex;
    align-items: center;
    justify-content: right;
    margin-right: 20px;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 35px;
    background: #ffffff;
    border-radius: 0px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 6px;
}

#nav-icon1 span:nth-child(2) {
    top: 15px;
    width: 25px;
}

#nav-icon1:hover span:nth-child(2) {
    width: 35px;
}

#nav-icon1 span:nth-child(3) {
    top: 24px;
}

#nav-icon1.open span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    right: 0px;
}

#nav-icon1.open span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
} */

.responsive-nav-menu {
    width: 100%;
    float: left;
    background: #0157b4;
    /*    margin-top: 27px;*/
}

.responsive-nav-menu p {
    color: #ffffff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-top: 11px;
    margin-left: 19px;

}


/* ....................... */
#responsive-nav.sidebar-open {
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    background-image: url(../images/wavy-pattern.png);
    background-position: left top;
    background-repeat: no-repeat;
}

#responsive-nav {
    position: fixed;
    top: 0;
    z-index: 99999;
    display: block;
    margin: 0;
    padding: 54px 40px 19px 50px;
    background-color: #0157b4;
    right: 0;
    height: 100%;
    width: 487px;
    max-width: 100%;
    text-align: left;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

}

.search-box-respons {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 1px;
    padding: 20px;
}

#search-content {
    border: 1px solid #3281e3;
    position: relative;
}

.search-txt-respons {
    border: hidden;
    background: none;
    font-size: 15px;
    transition: 0.4s;
    line-height: 45px;
    padding-left: 15px;
    color: #ffffff;
    width: 100%;
}

input {
    background-color: transparent;
}

input:focus {
    outline: none;
}

.search-btn-respons {
    position: relative;
    color: #d6dce3;
    float: right;
    width: 41px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.4s;
    border: 1px solid #3281e3;
    margin-right: -41px;
    top: -1px;
    border-left: 0px;
}

.hidden-bar-closer {
    width: 47px;
    height: 47px;
    position: absolute;
    top: 45px;
    right: 39px;
    background: transparent;
    border: 1px solid #3281e3;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    z-index: 999999;
}

.header-search-icon-respons {
    width: 29px;
    height: 29px;
    position: relative;
    cursor: pointer;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 14px;
    margin-right: 14px;
}

.header-search-icon-respons div:first-child {
    width: 15px;
    height: 15px;
    display: block;
    border: 2px solid #ffffff;
    border-radius: 50%;
    position: relative;
    left: 5px;
    top: -3px;
    opacity: 1;
}

.header-search-icon-respons div:nth-child(2) {
    width: 9px;
    height: 2px;
    background-color: #ffffff;
    position: relative;
    z-index: 10;
    top: 5px;
    left: 0px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#responsive-nav {
    dispaly: none;
}

#responsive-nav #responsive-nav_menu {
    margin-top: 60px;
}

#responsive-nav_menu ul {
    width: 100%;
}

#responsive-nav_menu ul>li {
    position: relative;
    list-style: none;
}

#responsive-nav_menu ul li.is-open a {
    color: #66cc33;
}

#responsive-nav_menu ul li.is-open ul.submenu {
    width: 100%;
}

#responsive-nav_menu ul li.is-open ul.sub-menu li a:before {
    content: "";
    width: 15px;
    height: 1px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    top: 23px;
}

#responsive-nav_menu ul li.is-open ul {
    display: block;
}

#responsive-nav_menu ul li ul {
    display: none;
    /*    margin: 10px 0 10px 15px;*/
}

#responsive-nav_menu .sub-menu li {
    list-style: none;
}

#responsive-nav_menu ul li a:hover {
    color: #66cc33;
}

#responsive-nav_menu ul li ul li a:hover {
    color: #66cc33 !important;
}

#responsive-nav_menu ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    display: block;
    line-height: normal;
    /*    letter-spacing: -.03em;*/
    padding: 10px 10px 10px 0;
    display: block;
    position: relative;
    text-decoration: none;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    display: block;
}

#responsive-nav_menu ul li ul li.active a {
    color: #9395e3;
}

#responsive-nav_menu ul li ul li a {
    font-size: 17px;
    color: #c1ebff !important;
    display: block;
    position: relative;
    padding: 10px 0 10px 30px;
    line-height: normal;
}

#responsive-nav_menu .is-submenu .menu-click {
    float: right;
    position: relative;
}

#responsive-nav_menu .is-submenu.no-submenu .menu-click {
    display: none;
}

#responsive-nav_menu .is-submenu .menu-click:before {
    content: '';
    position: absolute;
    background: url(../images/nav-icon.png) no-repeat -13px -412px;
    width: 17px;
    height: 15px;
    right: -10px;
    top: 7px;
}

#responsive-nav_menu .is-submenu.is-open .menu-click:before {
    content: '';
    position: absolute;
    background: url(../images/nav-icon.png) no-repeat -73px -238px;
    width: 17px;
    height: 10px;
    right: -10px;
    top: 7px;
}

#responsive-nav .responsive-nav__close:hover {
    text-decoration: none;
}

.popup_close_cont {
    position: absolute;
    margin-top: 8px;
    margin-left: 5px;
}

.popup_close_bar:first-child {
    top: 12px;
    transform: rotate(45deg);
}

.popup_close_bar:nth-child(2) {
    top: 12px;
    transform: rotate(-45deg);
}

.popup_close_bar {
    width: 24px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.popup_close:hover .popup_close_bar:first-child {
    transform: rotate(315deg);
    background-color: #fff;
}

.popup_close:hover .popup_close_bar:nth-child(2) {
    transform: rotate(-315deg);
    background-color: #fff;
}

.btn.active,
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.right-align .hidden-bar-closer {
    right: 0px;
}


/*Menu Start*/
.menu-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .80);
    display: none;
    position: fixed;
    z-index: 999999;
}

.hidden-bar-closer .btn {
    padding: 0px;
}

.hidden-bar .dropdown-btn:active,
.dropdown-btn:focus {
    outline: none;
    border: none;
}

.menu-toggle {
    position: relative;
    width: 30px;
    height: 23px;
    cursor: pointer;
}

.hidden-bar #menu-main-menu-top-horizontal-1 .dropdown .btn-primary:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #fff !important;
    border: none;
    background: #ef9420 !important;
}

.hidden-bar .dropdown-menu a {
    width: 100%;
    color: #232323 !important;
    background: transparent;
    font-size: 14px;
}

.hidden-bar .dropdown-menu {
    right: 0 !important;
    width: 200px !important;
    float: right !important;
    left: auto;
    padding: 10px;
}

.hidden-bar .dropdown-menu li a:hover {
    background: none !important;
}

.hidden-bar .popup_close {
    width: 30px;
    height: 30px;
    right: -31px;
    position: absolute;
    right: -32px;
    right: -33px;
    top: 0px;
    cursor: pointer;
}

.hidden-bar .popup_close_bar:first-child {
    top: 12px;
    transform: rotate(45deg);
}

.hidden-bar .popup_close_bar:nth-child(2) {
    top: 12px;
    transform: rotate(-45deg);
}

.hidden-bar .popup_close_bar {
    width: 20px;
    height: 2px;
    background-color: #0157b4;
    position: absolute;
    left: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hidden-bar .popup_close:hover .popup_close_bar:first-child {
    transform: rotate(315deg);
    background-color: #0157b4;
}

.hidden-bar .popup_close:hover .popup_close_bar:nth-child(2) {
    transform: rotate(-315deg);
    background-color: #0157b4;
}

.btn.active,
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hidden-bar #menu-main-menu-top-horizontal-1 {
    padding-left: 0px;
}

.hidden-bar #menu-main-menu-top-horizontal-1 li {
    list-style: none;
    float: left;
    display: block;
    width: 100%;
}

/* #nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    width: 36px;
    height: 40px;
    position: relative;
    margin-top: 9px !important;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
    display: flex;
    align-items: center;
    justify-content: right;
    margin-right: 20px;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 35px;
    background: #ffffff;
    border-radius: 0px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 6px;
}

#nav-icon1 span:nth-child(2) {
    top: 15px;
    width: 25px;
}

#nav-icon1 span:nth-child(3) {
    top: 24px;
} */

#menu-main-menu-top-horizontal-1 li::marker {
    display: none;
}

.hidden-bar {
    position: fixed;
    top: 0;
    width: 487px;
    height: 100%;
    /* padding: 40px; */
    /*    background: #ffffff;*/
    background: #0157b4;
    z-index: 99999999;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all .4s ease-out;
    /*    transition: all .4s ease-out;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        background-position: right;
        background-repeat: no-repeat;*/
}

.hidden-bar .mCSB_inside>.mCSB_container {
    margin-right: 0px;
}

.hidden-bar.right-align {
    right: -100%;
}

.hidden-bar.right-align.visible-sidebar {
    /*right: 0px; */
    /* position: fixed; */
    /* top: 0; */
    /* display: block; */
    /* margin: 0; */
    /*    padding: 54px 40px 19px 50px;*/
    /* background-color: #0157b4; */
    right: 0;
    /* height: 100%; */
    /* width: 487px; */
    /* max-width: 100%; 
    /* overflow: auto;*/
}

.hidden-bar.left-align {
    left: -487px;
}

.hidden-bar.left-align.visible-sidebar {
    left: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
    right: -20px;
}

.hidden-bar .hidden-bar-closer:hover {
    background: #337ab7;
}

.hidden-bar .hidden-bar-closer:hover .btn {
    color: #1e43bd;
}

.hidden-bar .hidden-bar-closer .btn {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 17px;
}

.hidden-bar .social-icons {
    text-align: center;
    margin: 50px 0px 30px;
}

.hidden-bar .social-icons ul {
    font-size: 0;
    margin-left: -5px;
    margin-right: -5px;
}

.hidden-bar .social-icons ul li {
    display: inline-block;
    padding: 0 5px;
}

.hidden-bar .social-icons ul li a {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    background: #ffffff;
    color: #333333;
    border-radius: 3px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    line-height: 24px;
    position: relative;
    list-style: none;
    margin-top: 1rem;
    color: #efefef;
}


.hidden-bar-wrapper {
    height: 100%;
    margin-top: 0;
    padding: 40px;
    padding-top: 0;
}

.mCSB_scrollTools {
    width: 7px;
}

.hidden-bar .side-menu {
    padding: 0;
    font-size: 18px;
    letter-spacing: 1px;
    padding-right: 8px;
}


.side-menu .menu li {
    list-style: none;
    float: left;
    width: 100%;
}

.hidden-bar .side-menu ul li ul a {
    color: #0157b4 !important;
    padding: 7px 5px 7px 30px !important;
}

.hidden-bar .side-menu ul li ul a:hover {
    color: #0157b4 !important;
    padding: 7px 5px 7px 30px !important;
}

.hidden-bar .side-menu ul li ul li ul li a {
    background: transparent;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #d2d2d2;
    color: #262627;
    padding-left: 50px !important;
}

.hidden-bar .side-menu ul li ul li ul li a:hover {
    padding-left: 50px !important;
}

.hidden-bar .side-menu li.current>a {
    color: #66cc33 !important;
}

.hidden-bar .side-menu ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    display: block;
    line-height: normal;
    padding: 10px 10px 10px 0;
    display: block;
    position: relative;
    text-decoration: none;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    display: block;
}

.hidden-bar .side-menu ul li a:hover {
    color: #66cc33 !important;
}

.side-menu .menu {
    padding: 0;
}

.hidden-bar .side-menu ul li ul a:hover,
.hidden-bar .side-menu ul li ul a:active,
.hidden-bar .side-menu ul li ul a:visited,
.hidden-bar .side-menu ul li ul a:focus {
    color: #000;
}

.side-menu .sub-menu a {
    color: #1664a5 !important;
    font-size: 13px !important;
}

.btn:focus {
    box-shadow: none;
}

.hidden-bar .side-menu ul li a .btn.expander .fa-angle-down {
    position: absolute;
    background: url(../images/plus-minus.png) no-repeat 0 0;
    right: 0px;
    top: 2px;
    height: 15px;
    width: 15px;
}

.hidden-bar .side-menu ul li a .btn.expander .fa-angle-up {
    position: absolute;
    background: url(../images/plus-minus.png) no-repeat 0 -45px;
    right: 0px;
    top: 8px;
    height: 11px;
    width: 15px;
}

.hidden-bar .dropdown button {
    float: right;
    position: absolute;
    right: 0;
    top: 13px;
    height: 20px;
    width: 20px;
}

.hidden-bar .menu ul:after {
    display: none;
}

.hidden-bar #menu-main-menu-top-hirizontal {
    float: left;
    width: 100%;
    list-style: none;
    padding-left: 0;
}

.hidden-bar #menu-main-menu-top-hirizontal li {
    float: left;
    width: 100%;
}

.hidden-bar .btn.expander i {
    line-height: 22px;
    color: #0866a9;
}

.hidden-bar .dropdown .sub-cat-head {
    font-size: 13px !important;
    font-family: 'Poppins', sans-serif;
    color: #252424 !important;
}

.hidden-bar .hidden-bar-opener {
    cursor: pointer;
    display: none;
}

.hidden-bar .icon-bar {
    width: 33px;
    height: 2px;
    background: #010757;
    display: block;
    /* margin-top: 8px; */
    margin: 8px auto 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.icon-bar:first-child {
    margin-top: 13px;
}

.hidden-bar-opener:hover .icon-bar:first-child {
    width: 27px;
}

.hidden-bar-opener:hover .icon-bar:nth-child(2) {
    width: 27px;
}

.hidden-bar-opener:hover .icon-bar:last-child {
    width: 27px;
}

.navigation.one-page-nav .dropdown ul {
    display: none;
    background: #f1f1f1;
}

.navigation.one-page-nav .dropdown ul ul {
    background: #e6e4e4 !important;
}

.navigation.one-page-nav .dropdown ul ul ul {
    background: #dcdcdc !important;
}

.hidden-bar .side-menu ul li ul li a {
    font-size: 16px !important;
    font-weight: 500;
}

.hidden-bar .side-menu ul li ul li ul li a {
    font-size: 14px !important;
}

.hidden-bar .side-menu ul li ul li ul li ul li a {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #9e9e9e;
    color: #262627;
    padding-left: 78px !important;
}

.navigation.one-page-nav .dropdown ul ul ul ul {
    background: #dedede !important;
}

.hidden-bar .side-menu ul li ul li ul li ul li ul li a {
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #ffffff;
    color: #262627;
    padding-left: 100px !important;
}

.navigation.one-page-nav #menu-main-menu-top-horizontal-1 .dropdown ul ul li {
    border: none !important;
}

.hidden-bar .dropdown-btn {
    position: absolute;
    right: 7px;
    top: 4px;
    width: 27px;
    height: 25px;
    background: transparent url(.../images/arrow-up-down.png) no-repeat -4px 0px;
    /* border: 1px solid #dcdcdc; */
    z-index: 1000000;
    cursor: pointer;
}

.hidden-bar #menu-main-menu-top-horizontal-1 .dropdown i.icon {
    line-height: 20px;
    vertical-align: text-top;
    margin-left: 0px;
}

/*.hidden-bar #menu-main-menu-top-horizontal-1 .dropdown ul li a {
    padding: 10px 25px !important;
    font-size: 20px !important;
    color: #74bd41 !important;
}*/

.hidden-bar #menu-main-menu-top-horizontal-1 .dropdown.sub-drop .btn.expander {
    padding: 2px 7px !important;
    top: 2px !important;
}

.hidden-bar-wrapper #menu-main-menu-top-hirizontal-1 li {
    width: 100%;
    float: left;
}

.menu-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .80);
    display: none;
    position: fixed;
    z-index: 999999;
}

.hidden-bar .side-menu-logo img {
    width: 100px;
    margin: 0 auto;
}

.hidden-bar .side-menu-logo {
    padding: 30px 15px 15px;
    background: #ffffff;
}

.hidden-bar .side-menu .sub-menu {
    left: auto;
    right: auto;
    margin-bottom: 14px !important;
    border: none;
    visibility: visible;
    opacity: 1;
    position: relative;
    top: auto;
    float: left;
    width: 100%;
    transform: none;
    z-index: 9999;
    transition: none;
    float: left;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0px;
}

.hidden-bar .side-menu .menu ul {
    background-color: transparent !important;
}

.hidden-bar .side-menu .menu ul li a {
    display: block;
    color: #fff !important;
    border-top: none !important;
}

.hidden-bar .side-menu .menu ul li ul li a {
    display: block;
    color: #fff !important;
    border-bottom: none !important;
}

.hidden-bar .side-menu .menu ul li:hover>a {
    color: #fff !important;
    background-color: transparent !important;
}

.navigation {
    text-align: left;
    padding-left: 0px;
}

.navigation ul {
    text-align: left;
    padding-left: 0px;
}

.navigation li {
    list-style: none;
}

.hidden-bar .popup_close_cont {
    position: relative;
    width: 23px;
    height: 26px;
    margin-top: 4px;
    margin-left: 4px;
}

.hidden-bar.right-align .hidden-bar-closer {
    right: 20px;
    transform: translatey(-50%);
    top: 50%;
}

.hidden-bar .hidden-bar-closer {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    background: transparent !important;
    color: #ffffff;
    /* font-size: 60px; */
    border-radius: 0px;
    text-align: center;
    line-height: 35px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    z-index: 999999;
}

.search-box-respons input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c3c3c3;
    opacity: 1;
    /* Firefox */
}

.search-box-respons input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c3c3c3;
}

.search-box-respons input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c3c3c3;
}

/*Menu End*/

.item-btn-search-icon {
    width: 45px;
    height: 45px;
    position: absolute;
    cursor: pointer;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff url(../images/search-icon.png) no-repeat center center;
    box-shadow: none;
    border: none;
    right: 0;
}

.search-box-respons .item-btn-search-icon {
    width: 47px;
    height: 47px;
    background: #013e7f url(../images/search-icon.png) no-repeat center center;
    top: 0;
}

.search-div {
    border: 1px solid #ddd;
}

.mtititle {
    margin-top: 10px;
}

.latest-updates-wrapper .section-heading {
    text-align: center;
}

.card-container {
    display: flex;
    gap: 24px;
    justify-content: center;
    /* align-items: center; */
    padding: 100px 0;
}

.card {
    width: 350px;
    border: 1px solid #e0e0e0;
    height: 235px;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.card-image {
    height: 193px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background-color: #ffffff;
    border-bottom: 1px solid #efefef;
    border-radius: 4px 4px 0 0;
}

.card-image img {
    width: 100%;
    object-fit: contain;
    border: none;
}

.card-content {
    padding: 15px;
}

.card-content h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    font-size: 20px;
    /* color: #1872b1; */
    font-weight: 500;
    text-align: center;
}





/* Md section css */

.para-desc {
    margin-bottom: 50px;
    font-size: 18px;
}

.md-name {
    color: #74bf43;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 0;

    /* background: linear-gradient(to bottom right, #71BF44 62%, #0167AC 81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.history_img img {
    width: 100%;
}

.history {
    display: flex;
    justify-content: center;
    align-items: center;
}

.history_desc h3 {
    color: #0164a9;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 50px;
}

.quate {
    width: 80px;
    margin-bottom: 20px;
}

.quate img {
    width: 100%;
}

.history-content {
    margin-left: 20px;
}

.md-section {
    /* padding-top: 315px; */
    background-image: url(../images/social-imapct-top-bg.png), url(../images/social-impact-left-bg.png);
    background-position: top right, top left;
    background-repeat: no-repeat;
    /* padding-bottom: 200px; */

}

/* //overvewi csr sectin css start*/

.social-impact-content>div .icon {
    transition: all 0.3s ease;
}

.social-impact-content>div .icon img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.social-impact-content>div:hover .icon {
    transform: scale(1.1);
    border-color: #73bf44;

}

.social-impact-content>div:hover .icon img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(40%) saturate(500%) hue-rotate(60deg);
}

.social-impact-circle {
    display: flex;
    justify-content: center;
}

.social-impact-circle {
    /* border: 1px dashed #bfbfbf; */
    position: relative;
    height: 500px;
    width: 500px;
    border-radius: 50%;
    padding: 50px;
}

.social-impact-content {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
}

.social-impact-content>div .icon {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    border: 2px solid #0063a8;
    padding: 12px;
}

.gram-nirman {
    display: flex !important;
    flex-direction: column-reverse !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0 !important;
}

.social-impact-content>div {
    display: flex;
    gap: 10px;
    position: absolute;
    justify-content: center;
    align-items: center;
}

.social-container {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 120px;
}

.gram-nirman {
    right: 369px;
    top: -82px;
}

.gram-nirman .project-cont {
    text-align: center !important;
}

.project-aarogya {
    right: 25px;
    top: 391px;
}

.project-swajal {
    left: 25px;
    top: 391px;
}

.project-jeevika {
    right: -45px;
    top: 225px;
}

.project-vriddhi {
    left: -45px;
    top: 225px;
}

.sesa-football {
    left: 5px;
    top: 72px;
}

.sesa-technical {
    right: 5px;
    top: 72px;
}

.project-cont {
    width: 240px;
}

.p-reverse {
    flex-direction: row-reverse;
}

.p-reverse .project-cont {
    text-align: end;
}

.project-cont h3 {
    font-size: 20px;
    color: #353535;
    margin-bottom: 2px;
    font-weight: 700;
    transition: color 0.3s ease;
}

.project-cont p {
    font-size: 14px;
    margin-bottom: 0 !important;

}

.social-impact-content>div:hover h3 {
    color: #0063a8;
    font-weight: 700;
}

/* //overvewi csr sectin css start*/


/* -----------------------This section for the history page slider Start-----------------------*/

/* -----------------------This section for the history page slider End-----------------------*/
/* factsheet css start here  */
.visl-search-submit {
    position: relative;
}

.visl-search-submit {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0;
    cursor: pointer;
    height: 49px;
    width: 55px;
    border: none;
    padding: 0 30px;
    background-color: #0157b4;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-image: url(../images/search-icon-small-new.svg);

    background-repeat: no-repeat;
    background-position: right 6px top 2px;

}

.t-search-input {
    height: 50px !important;
    border-radius: 10px;
    font-size: 17px;
    line-height: 24px;
    box-shadow: 0 0 25px 0 #00000012;
    width: 100%;
    border: 1px solid #bebebe;
    outline: 0;
    padding-left: 15px;
}

.search-submit.close-search {
    right: 0;
    background-color: #0157b4;
    /* border-radius: 0; */
    top: 0;
    border-right: 1px solid #5153ab;
}

.page-content a {
    word-wrap: break-word;
}

a:hover {
    text-decoration: none;
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

.close-search {
    /* background-image: url(../images/search-icon-small-new.svg); */
    position: absolute;
    top: 1px;
    right: 0px;
    padding: 0;
    cursor: pointer;
    height: 49px;
    width: 55px;
    border: none;
    padding: 0 30px;
    z-index: 9;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-position: center;
}

.close-search {
    position: absolute;
    top: 40px;
    right: 40px;
}

.close-search {
    position: absolute;
    top: 40px;
    right: 40px;
}

.visl-tender-search {
    position: relative;
}

/* factsheet css End  here  */

/* Document Card Start */
.document-box {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.doc-left-info {
    position: relative;
}

.csr-section .doc-title {
    margin-bottom: 31px;
}


.doc-main-wrapper {
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 7%);
    position: relative;
    padding: 15px;
}

.date-wrapper {
    font-family: "Special Gothic", sans-serif;
    font-size: 16px;
    color: #58ba58;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    /* padding-left: 25px; */
}

.date-wrapper.end-date {
    margin-left: 30px;
}

.date-wrapper.end-date span {
    font-weight: 600;
    color: #1e871e;
}

.date-wrapper.end-date::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    width: 1px;
    height: 60%;
    background: #e5e5e5;
}

.doc-title {
    margin-top: 12px !important;
    margin-bottom: 0px !important;
    transition: 0.1s all;
    cursor: pointer;
    font-size: 18px !important;
    line-height: 25px !important;
}

.doc-title a {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-top: 0 !important;
    margin-bottom: 13px !important;
    color: #373737 !important;
    transition: 0.1s all;
    cursor: pointer;
    font-weight: 500 !important;
}

.doc-gist {
    margin-bottom: 20px;
}

.doc-size {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    line-height: 19px;
}

.doc-size::before {
    content: '';
    position: absolute;
    left: 0;
    /* top: -4px; */
    top: 50%;
    transform: translatey(-50%);
    background: url(../images/pdf-icon.svg) no-repeat;
    width: 18px;
    height: 23px;
    background-size: cover;
}

.doc-size span {
    /* line-height: 24px; */
    color: #3b3a3a;
    font-size: 14px;
    font-weight: 400;
    font-family: "Special Gothic", sans-serif;
}

.doc-right-info {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-share {
    display: flex;
    position: relative;
    /* top: 7px; */
}

.qr-share img {
    width: 22px;
    border: none;
}

.qr-code-icon {
    /* border-left: 1px solid #ddd; */
    position: relative;
    margin-right: 12px;
    padding-right: 12px;
}

.qr-code-icon::before {
    content: '';
    position: absolute;
    right: -2px;
    height: 100%;
    width: 1px;
    background-color: #c0b2ff;
}

.share-icon-gradient {
    position: relative;
    width: 22px;
    cursor: pointer;
}

.share-box {
    width: 100%;
    background: #f3f5f9;
    padding: 0;
    border-radius: 0 0 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0;
    overflow: hidden;
    transform: translateY(-100%);
    opacity: 0;
    transition: height 0.45s ease, transform 0.45s ease, opacity 0.25s ease;
}

.share-box.active {
    height: 50px;
    transform: translateY(0);
    opacity: 1;
}

.share-social-icons-wrapper {
    padding: 0 !important;
    display: flex;
    gap: 10px;
    margin: 0 !important;
}

.share-social-icons-wrapper li::before {
    display: none;
}

.share-icon img {
    width: 25px;
}

.doc-info-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-top: 1px solid #e5e5e5; */
    padding-top: 16px;
}

.document-main {
    width: 100%;
    float: left;
}

.popup_close {
    position: absolute;
    right: 17px;
}

.popup_close_cont {
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-top: 0;
    margin-left: 0;
}

.popup_close_bar {
    width: 20px;
    height: 2px;
    background-color: #373737;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.popup_close_bar:first-child {
    top: 12px;
    transform: rotate(45deg);
}

.popup_close_bar:nth-child(2) {
    top: 12px;
    transform: rotate(-45deg);
}

.popup_close:hover .popup_close_bar:first-child {
    transform: rotate(315deg);
    background-color: #5e40c4;
}

.popup_close:hover .popup_close_bar:nth-child(2) {
    transform: rotate(-315deg);
    background-color: #5e40c4;
}


/* Container */
.vab-section {
    /* padding: 40px 0;
    font-family: Arial, sans-serif; */
}

.vab-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 17px;
}

/* Image Section */
.vab-image {
    position: relative;
    width: 40%;
}

.vab-image img {
    border: none;
}

.vab-image img {
    width: 100%;
    position: relative;
    z-index: 2;
    border-radius: 8px;
}

/* Leaf Shape */
.leaf-shape {
    position: absolute;
    width: 140px;
    height: 140px;
    background: #3bb54a;
    border-radius: 100% 0 100% 0;
    top: -20px;
    left: -20px;
    z-index: 1;
}

/* Content */
.vab-content {
    width: 60%;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

/* New Header Top Part Start  */

.new-header-wrapper .search-box {
    display: none;
}

.new-header-wrapper .menu li a {
    color: #000000;
}

.new-header-wrapper nav {
    background: #ffffff;
    display: flex;
    justify-content: right;
    padding-right: 20px;

}

.new-header-wrapper .iob-logo img {
    width: 335px;
}

.new-header-wrapper .menu {
    padding: 0;
}

.new-header-wrapper .menu li a {
    padding: 0px 10px;
}

.new-header-wrapper .hidden-bar-opener {
    display: block;
}

/* .new-header-wrapper #nav-icon1 span,
.new-header-wrapper #nav-icon3 span,
.new-header-wrapper #nav-icon4 span {
    background: #0157b4;
} */

.new-header-wrapper .responsive-nav-menu {
    width: auto;
    background: #ffffff;
}

.new-header-wrapper .main-header-logo {
    display: flex;
    align-items: center;
}

.iob-top-menu-part ul {
    margin: 0;
    display: flex;
    list-style: none;
    color: #000000;
    font-size: 15px;
    padding-left: 0;
    align-items: center;
    column-gap: 10px;
}

.header-search-button {
    border: none;
    background: transparent;
    outline: none;
    padding: 0;
    /* border: 1px solid #ddd; */
    padding: 2px 10px;
    border-radius: 30px;
    display: flex;
    align-items: center;
}

.header-search-button img {
    width: 14px;
    filter: invert(1);
    transition: scale 400ms ease-in-out, rotate 400ms ease-in-out;
}

.header-search-button:hover img {
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }
}

.header-search-button span {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    margin-left: 5px;
}

.iob-top-menu-part {
    display: flex;
    justify-content: right;
    margin-bottom: 15px;
}


.mfp-bg {
    z-index: 9999;
}

.mfp-wrap {
    z-index: 99999;
}

/* .new-header-wrapper #nav-icon1,
.new-header-wrapper #nav-icon2,
.new-header-wrapper #nav-icon3,
.new-header-wrapper #nav-icon4 {
    margin-right: 0;
    height: 27px;
    margin-top: 0 !important;
    overflow: hidden;
} */

.navbar>.container-fluid {
    display: block;
}



.main-header-menu-container {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
    float: left;
    display: flex;
    align-items: end;
    justify-content: flex-start;
}

.header .container-fluid {
    width: 100%;
    position: relative;
    padding: 0 35px;
}

.header-content {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: flex-end;
}

.lang-item a {
    display: flex;
    align-items: center;
    column-gap: 3px;
}

.lang-item span {
    color: #000000;
    font-size: 13px;
}

.lang-item {
    background: #edf7ff;
    padding: 3px 10px;
    border-radius: 30px;
}

.menu-icon-list {
    width: 25px;
    height: 17px;
    line-height: 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: right;
    top: 5px;
}

.menu-icon-list span {
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 0;
    vertical-align: top;
    border-radius: 6px;
    transition: 0.3s ease-in-out;
    background: #0157b4;
}

.menu-icon-list span:nth-child(1) {
    transform: translate(0, -7px);
    width: calc(100% - 10px);
}

.menu-icon-list span:nth-child(2) {
    transform: translate(0, 0);
    width: 100%;
}

.menu-icon-list span:nth-child(3) {
    transform: translate(0, 7px);
    width: calc(100% - 7px);
}

.menu-icon-list span:nth-child(4) {
    transform: translate(0, 14px);
    width: calc(100% - 13px);
}

.menu-icon-list:hover span {
    transition: 0.3s ease-in-out;
}

.menu-icon-list:hover span:nth-child(1) {
    transform: translate(0, 0);
}

.menu-icon-list:hover span:nth-child(2) {
    transform: translate(0, 7px);
    width: 100%;
}

.menu-icon-list:hover span:nth-child(3) {
    transform: translate(0, 14px);
}

.menu-icon-list:hover span:nth-child(4) {
    transform: translate(0, 21px);
}

.nav-scroll {
    padding: 0;
    position: fixed !important;
    top: -82px;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    background: #ffffff;
    box-shadow: 0 0 6px #00000026;
    z-index: 999;
}



.sub-menu-div {
    position: absolute;
    width: 100%;
    left: 0;
    top: 85px;
    background: #fff;
    opacity: 0;
    display: none;
    border-top: 2.4px solid #66cc33;
    margin: 0;
    z-index: 999;
    box-shadow: 0 5px 5px 0 rgb(110 110 110 / 12%);
    animation: scale-in-ver-top .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes scale-in-ver-top {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        opacity: 1;
    }
}

/* 
.menu-list .menu:hover .sub-menu-div {
    display: block;
} */

.menu-list .menu:hover .sub-menu-div {
    display: block;
}

.two-column {
    column-count: 2 !important;
    display: grid !important;
    grid-column-gap: 10px;
    column-gap: 10px;
    margin-top: 30px;
}

.hidden-bar .menu-item-has-children button {
    float: right;
    top: 10px;
    height: 27px;
    background: transparent;
    background: 0 0;
    padding: 2px 7px;
    position: absolute;
    right: 11px;
    outline: 0;
    width: 100%;
    text-align: right;
    border: none !important;
}

.sub-menu-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 60px;
    min-height: 320px;
}

.menu-list {
    display: flex;
}

.menu-list ul {
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
}

.menu-list li a {
    text-decoration: none;
    margin-right: 28px;
    color: #000000;
    font-size: 17px;
    padding: 10px 0 20px 0;
    font-weight: 600;
    position: relative;
}

.menu-list .sub-menu {
    margin: 0;
    transition: .3s;
    z-index: 999;
    min-width: 266px;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 0px;
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
    padding-bottom: 10px;
}

.sub-menu li span {
    position: relative;
    margin-left: 7px;
}

.sub-menu li span:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 9px;
    rotate: 328deg;
    left: 0px;
    top: -4px;
    background-color: #000000;
}

.sub-menu li span:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 9px;
    rotate: 29deg;
    left: 5px;
    top: -4px;
    background-color: #000000;
}

.menu-list li .sub-menu li a:hover span:after,
.menu-list li .sub-menu li a:hover span:before {
    background-color: #66cc33;
}

.nav-menus li.menu a:before {
    content: '';
    bottom: -2px;
    left: calc(50% - 6px);
    display: none;
    cursor: auto;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #66cc33;
    width: 0;
    height: 0;
    position: absolute;
    z-index: 9999;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.nav-menus li.menu:hover>a:before {
    display: block;
}

.nav-menus li.menu:not(:has(.sub-menu-div)):hover>a:before {
    display: none !important;
}

.sub-menu-div .col-lg-3 {
    border-right: 1px dashed #ddd;
}

.menu-list li a .toggle-arrow {
    transition: transform 0.3s ease;
}

.sub-menu-left h4 {
    font-size: 36px;
}


.menu-list li:hover>a .toggle-arrow {
    transform: rotate(180deg);
}


.menu-list li .sub-menu li a {
    color: #232323 !important;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 8px 0;
    text-decoration: none;
    /* min-width: 315px; */
    display: flex;
    align-items: center;
}

.menu-list li .sub-menu li a:hover {
    color: #66cc33 !important;
}

.menu-list li .sub-menu li .sub-subMenu li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 2px;
    background-color: #66cc33;
    left: -10px;
    top: 19px;
}

.menu-list li:hover a {
    color: #66cc33;
}

.menu-list li .sub-menu li .sub-subMenu a {
    position: relative;
    font-size: 15px;
    color: #545454 !important;
    padding: 6px 0;
}

.menu-list li .sub-menu li .sub-subMenu li a:hover {
    color: #66cc33 !important;
}

.menu-list li .sub-menu li {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-right: 0;
    cursor: pointer;
    padding: 0 8px;
    transition: all .5s;
}

.sub-submenu ul li {
    font-size: 18px !important;
    position: relative;
    margin-left: 20px !important;
    line-height: 24px !important;
}

.sub-submenu ul li a {
    padding: 8px 8px 8px 27px !important;
    margin-bottom: 10px !important;
}

.sub-submenu ul li:before {
    content: '';
    position: absolute;
    top: 19px;
    left: 0;
    width: 10px;
    height: 2px;
    background-color: #3b63b8;
}

.sub-subMenu {
    position: relative;
    padding-left: 10px !important;
    padding-bottom: 15px;
    margin: 0;
    /* transition: transform 0.5s ease, opacity 0.5s ease, height 0.5s ease; */
    flex-direction: column;
    /* transform: translateY(0); */
    /* opacity: 0; */
    align-items: flex-start !important;
    min-width: 255px;
    margin-left: 10px;
    /* height: 0; */
    /* overflow: hidden;  */
}

.sub-subMenu {
    display: none !important;
    transform: translateY(-10px);
    opacity: 0;
    transition: all 1s ease;
}

.menu-item.active .sub-subMenu {
    display: block !important;
    opacity: 1;
    transform: translateY(0);
}

.sub-subMenu.active {
    display: block !important;
    opacity: 1;
    transform: translateY(0);
}

.sub-subMenu.active .sub-menu span {
    transform: rotate(180deg);
}

.new-header-wrapper .container-fluid {
    width: 100%;
    position: relative;
    padding: 0 60px;
}

.responsive-hambuger-icon {
    display: none;
}


/* New Header Top Part End  */

/* Header side bar css Start*/

.sidebar-logo-wrapper .v-wh-logo {
    width: 70% !important;
}

.logo-white {
    display: block !important;
}

.sidebar-top-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.sidebar-top-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 20px;
    position: relative;
}

.responsive-show {
    display: none;
}

/* Header side bar css End*/

/* .report-box-new {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 7%);
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
} */

/*----------------------------------------*/
/*  New verticals css
/*----------------------------------------*/
.cst-portfolio-ptb {
    padding-bottom: 0px;
    background: #01538d;
    background: linear-gradient(to top left, #05579e 71%, #5fa732 96%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cst-portfolio-ptb {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cst-portfolio-ptb {
        padding-bottom: 40px;
    }
}

.cst-portfolio-bg {
    position: relative;
    overflow: hidden;
    /* background-image: url(../images/vislunits.png);
    background-position: top right, bottom left;
    background-repeat: no-repeat; */
}

/* .cst-portfolio-bg::after {
    position: absolute;
    content: "";
    right: 0;s
    top: 20%;
    width: 435px;
    height: 435px;
    z-index: 0;
    border-radius: 435px;
    filter: blur(100px);
    background: linear-gradient(0deg, rgba(1, 15, 210, 0.32) 0%, rgba(1, 15, 210, 0.32) 100%);
} */
.cst-portfolio-bg h2,
.cst-portfolio-bg p {
    color: white;
}

.cst-portfolio-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 32px;
    content: url(../images/vislunits.png);
}

/* .cst-portfolio-bg::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image:
        url(../images/vislunits.png);
    background-repeat: no-repeat;
} */


.cst-portfolio-wrapper .pin-spacer {
    margin-bottom: 60px !important;
}

.cst-portfolio-item {
    position: relative;
    z-index: 1;
    padding: 30px !important;
    border-radius: 10px;
    background: #f1f1f1;
    box-shadow: rgb(99 99 99 / 48%) 0px 2px 8px 0px;
    /*  min-height: 60vh !important; */
}

.lower-div {
    display: inline-block;
}

.lower-div .readmore {
    background: #74bf43;
    border-radius: 50px;
    padding: 5px 15px;
    display: inline-block;
    margin-top: 10px;
}

.lower-div .readmore p {
    margin-bottom: 0;
    line-height: 19px;
    font-size: 15px;
}

.lower-div .readmore a {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cst-portfolio-heading .cst-section-title {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .cst-portfolio-item {
        padding: 15px !important;
    }
}

.cst-portfolio-item:hover .cst-portfolio-item-thumb img {
    transform: scale(1.1);
}

.cst-portfolio-item-num {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 30px;
    display: inline-block;
    font-family: var(--tp-ff-phudu);
    color: var(--tp-common-black-7);
}

@media (max-width: 767px) {
    .cst-portfolio-item-num {
        font-size: 26px;
    }
}

.cst-portfolio-item-thumb {
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 10px;
}

.cst-portfolio-item-thumb img {
    width: 100%;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

.cst-portfolio-item h3 a {
    color: #0164a9;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 28px;
}

.cst-portfolio-item-title p {
    color: #313030;
}

/* .cst-portfolio-item-title {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 22px;
    font-family: var(--tp-ff-phudu);
    color: var(--tp-common-black-7);
} */
.cst-portfolio-wrapper {
    /*  height: 300vh;
    position: relative; */
}

.cst-portfolio-wrapper {
    position: relative;
}

.tp-panel-pin {
    position: relative;
    z-index: 1;
}

/* .tp-panel-pin:nth-child(1) { z-index: 3; }
.tp-panel-pin:nth-child(2) { z-index: 2; }
.tp-panel-pin:nth-child(3) { z-index: 1; } */

.tp-panel-pin-area {
    position: relative;
    height: 300vh;
    /* 🔥 Increase based on number of cards */
}

.verticals-text {
    width: 90%;
}

.verticals-art {
    width: 90%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .cst-portfolio-item-title {
        font-size: 34px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cst-portfolio-item-title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cst-portfolio-item-title {
        font-size: 25px;
    }

    .cst-portfolio-item-title br {
        display: none;
    }
}

.cst-portfolio-item-categories span {
    font-size: 12px;
    font-weight: 600;
    padding: 0px 17px;
    margin-bottom: 5px;
    border-radius: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-family: var(--tp-ff-inter);
    color: var(--tp-common-black-7);
    border: 1px solid rgba(5, 3, 18, 0.1);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .cst-portfolio-thumb {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cst-portfolio-thumb {
        padding-top: 40px;
    }
}

.cst-portfolio-thumb img {
    border-radius: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .cnt-portfolio-ptb {
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .cnt-portfolio-ptb {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}

.cnt-portfolio-heading p {
    margin-bottom: 34px;
    color: rgba(5, 3, 18, 0.6);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cnt-portfolio-heading p br {
        display: none;
    }
}

.cnt-portfolio-video-wrapper {
    position: relative;
    width: 100%;
    height: 950px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cnt-portfolio-video-wrapper {
        height: auto;
        padding-bottom: 60px;
    }
}

.cnt-portfolio-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center center;
}

.cnt-portfolio-video-card {
    width: 630px;
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 60px 50px;
    border-radius: 16px;
    display: inline-block;
    background-color: #F2F1EE;
}


.circular-line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.circular-line:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px dashed #b1cbdd;
    top: 0;
    left: 0;
    animation: rotation 40s infinite linear;
}

.social-impact-content-responsive {
    display: none;
}


@keyframes rotation {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(359deg);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cnt-portfolio-video-card {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .cnt-portfolio-video-card {
        padding: 20px;
        width: auto;
        margin: 0 20px;
        margin-bottom: 30px;
    }
}

.cnt-portfolio-video-sub {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    margin-bottom: 8px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--tp-common-black-7);
    font-family: var(--tp-ff-clash-medium);
}

.cnt-portfolio-video-sub::before {
    content: "";
    width: 4px;
    height: 4px;
    margin-right: 5px;
    border-radius: 50%;
    display: inline-block;
    transform: translateY(-3px);
    background-color: var(--tp-common-black-7);
}

.cnt-portfolio-video-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 22px;
    color: var(--tp-common-black-7);
    font-family: var(--tp-ff-clash-medium);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .cnt-portfolio-video-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .cnt-portfolio-video-title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cnt-portfolio-video-title br {
        display: none;
    }
}

.cnt-portfolio-video-thumb {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 16px;
}

.cnt-portfolio-video-thumb img {
    width: 100%;
    border-radius: 16px;
}

.cnt-portfolio-video-text p {
    opacity: 0.6;
    margin-bottom: 0;
    color: var(--tp-common-black-7);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .cnt-portfolio-video-text p br {
        display: none;
    }
}

.cnt-portfolio-banner img {
    margin-top: -150px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .cnt-portfolio-banner img {
        margin-top: -100px;
    }
}

@media (max-width: 767px) {
    .cnt-portfolio-banner img {
        margin-top: -20px;
    }
}

/* //about us section */
/* ROOT WRAPPER */

.verticals-text {
    width: 90%;
}

.aboutus-section .section-heading {
    line-height: 55px;
    font-weight: 600;
    margin-bottom: 0;
}

.aboutus-section {
    position: relative;
    /* padding-top: 315px; */
    background-image: url(../images/social-imapct-top-bg.png)
        /* , url(../images/social-impact-left-bg.png) */
    ;
    background-position: top right, top left;
    background-repeat: no-repeat;
    /* padding-bottom: 200px; */
}


.aboutus-section:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background-image: url(../images/about-image.png);
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.1;
    width: 649px;
    height: 240px;
}

.l-md-section p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.l-md-section h3 {
    font-size: 60px;
    font-weight: 700;
    color: #66cc33;
    letter-spacing: -3px;
    margin: 20px 0;
}

.aboutus-content:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #cbcbcb;
    left: -43px;
    top: 0;
}

.aboutus-stat {
    margin-right: 20px;
}

.aboutus-content {
    margin-left: 20px;
    position: relative;
    display: inline-block;
}

.aboutus-content .readmore {
    background: #74bf43;
    border-radius: 50px;
    padding: 5px 15px;
    display: inline-block;
    margin-top: 10px;
}

.aboutus-content.readmore p {
    margin-bottom: 0;
    line-height: 19px;
    font-size: 15px;
}

.aboutus-content .readmore a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutus-content .readmore p {
    margin-bottom: 0;
    color: white;
}

/* //about us section end */


.latest-press-release {
    position: relative;
    overflow: hidden;
    background-color: rgb(237 247 255);
}

.latest-press-release .container.green-slider {
    position: relative;
}

.press-release-box-wrapper {
    padding-right: 40px;
}

.press-release-box-wrapper .common-button i:before {
    background: #edf7ff;
}

.press-release-box-wrapper .common-button {
    margin-bottom: 0 !important;
}

.latest-press-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    color: #005298;
    align-items: center;
}

.latest-press-header h2,
.latest-press-header h5 {
    margin-bottom: 0;
}

.press-release-box {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    border-bottom: 1px solid rgb(210 205 204);
    padding-bottom: 30px;
    cursor: pointer;
}

.press-release-box:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.press-cover {
    width: 100%;
    flex: 1;
}

.press-cover img {
    border-radius: 10px;
    width: 100%;
    border: 1px solid #c4ddef;
}

.press-about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.news-details h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 600;
    margin: 18px 0 25px 0;
    line-height: 31px;
    /* padding-right: 93px; */
}

.news-date span {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: #71b32f;
    font-weight: 500;
}

.read-more-part img {
    width: 30px;
    margin-left: 15px;
}

.news-read-more {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.view-all-grn-line {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #005298;
    text-decoration: none !important;
    padding-bottom: 4px;
}

.view-all-grn-line::before {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #71b32f;
    bottom: -2px;
    left: 0;
    position: absolute;
    animation-duration: .5s;
    transform-origin: left;
}

.view-all-grn-line:hover::before {
    animation-name: btn_underline;
    background-color: #0063a8 !important;
}

@keyframes btn_underline {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.view-all-grn-line:hover {
    color: #70b22f;
}

.line-clamp {
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-date span {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: #71b32f;
    font-weight: 500;
}


.news-box {
    background-color: #fff;
    width: 100%;
    height: auto;
    float: left;
    border-radius: 10px;
}

.who-we-are-heading {
    position: relative;
}

.who-we-are-heading::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #e5e5e5;
    right: 100%;
}

.who-we-are-heading::after {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #71b32f;
}

.c-sidebar .sub-title {
    padding: 0 !important;
}

.c-sidebar .section-he span {
    margin-top: 5px;
    font-size: 17px;
    font-weight: 500;
    color: #71bf40;
}

.c-sidebar .section-he {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 20px 40px;
}

.news-box .sub-title {
    -webkit-text-fill-color: #005298 !important;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 20px 20px 40px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}

.news-box .who-we-are-heading .green-circle {
    position: absolute;
    left: 35px;
}

.news-box .who-we-are-heading::before {
    right: 94%;
    top: 32px;
    width: 22px;
    background-color: #bcdaf7;
}

.news-box .who-we-are-heading::after {
    left: 15px;
    top: 27px;
}

.news-box-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* position: relative; */
}

.news-box-inner a {
    color: #212529;
    text-align: center;
    width: 100%;
}

.overlay-image {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.overlay-image::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 9px;
    top: 50%;
    transform: translate(0, -40%);
    background-image: url(../images/news-media-bg.png);
    background-repeat: no-repeat;
    z-index: -1;
}

.box-margin {
    margin-top: 13px;
}

.news-box-inner img {
    width: auto;
    max-width: 207px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #d1d1d1;
}

.news-name {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    padding: 8px 0;
}

.news-box-outer {
    height: 100%;
    overflow: hidden;
    width: 100%;
    float: left;
    padding-left: 50px;
}

.reportSwiper-cont {
    width: 100%;
    float: left;
    padding: 0 35px;
}

.view-news {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 35px;
    border-top: 1px solid #def0fe;
    width: 100%;
    float: left;
}

.view-news a:hover {
    color: #71b32f;
}

.next-prev {
    display: flex;
    align-items: center;
    gap: 15px;
}

.next-prev .next {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #005298;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: border 0.7s ease;
    left: 47px;
}

.next-prev .prev {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #005298;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: border 0.7s ease;
    margin: 0;
    right: 39px;
}

.prev::after {
    content: '';
    position: absolute;
    background: url(../images/arrow.svg) no-repeat;
    width: 16px;
    height: 16px;
    background-size: cover;
    rotate: 180deg;
}

.next::after {
    content: '';
    position: absolute;
    background: url(../images/arrow.svg) no-repeat;
    width: 16px;
    height: 16px;
    background-size: cover;
}

.next-prev .next:hover,
.next-prev .swiper-button-next-product:hover {

    border-top-color: #71b32f;
    border-bottom-color: #71b32f;
    border-right-color: #71b32f;
    border-left-color: transparent;
}

.next-prev .prev:hover,
.next-prev .swiper-button-prev-product:hover {

    border-top-color: #71b32f;
    border-bottom-color: #71b32f;
    border-right-color: transparent;
    border-left-color: #71b32f;
}

.view-news a {
    text-decoration: none !important;
    font-family: "ARS Maquette Pro";
    font-weight: 500;
    font-size: 18px;
    color: #005298;
    padding: 10px 0;
}


/* spotlight css start */

.demo-button-wrapper {
    width: auto;
    white-space: nowrap;
    position: fixed;
    right: 40px;
    bottom: 115px;
    cursor: pointer;
    z-index: 9999;
    margin-right: -1px;
    display: flex;
    /* box-shadow: 0 -5px 20px 5px rgba(0, 0, 0, .15); */
    overflow: hidden;
    cursor: pointer;
    transition: all 1s ease;
    /* box-shadow: rgb(102 191 129 / 30%) 0px 0px 0px 5px; */
    border-radius: 50%;
    border: 5px solid #66bf814d;
}

.demo-button-wrapper .buy-theme {
    text-align: center;
    background-color: #66cc33;
    position: relative;
    z-index: 1;
    width: 43px;
    height: 43px;
    transition: all 1s;
    border-radius: 50% !important;
}

.demo-button-wrapper .all-demo a,
.demo-button-wrapper .buy-theme a {
    color: #424242;
    font-size: 11px;
    padding: 4px 12px;
    display: block;
    font-weight: 500;
}

.speaker-div {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
}

.demo-button-wrapper:hover .buy-theme {
    background-color: #0359ac;
}

/* .speaker-div:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 12px;
    width: 12px;
    height: 11px;
    border-left: 2px solid #ffffff;
    border-radius: 50px;
    animation: scale-sound-data 2s cubic-bezier(.25, .46, .45, .94) infinite both;
} */


@keyframes scale-sound-data {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.buy-theme img {
    top: 1px;
    position: relative;
    left: -15px;
    width: 35px;
}

/* .speaker-div:after {
    content: '';
    position: absolute;
    left: -5px;
    top: 7px;
    width: 20px;
    height: 20px;
    border-left: 2px solid #ffffff;
    border-radius: 50px;
    animation: scale-sound-data 2s cubic-bezier(.25, .46, .45, .94) infinite both;
} */

#myPopup.show {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease;
}

#myPopup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0s ease 0.3s;
    z-index: 99999999;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    border-radius: 10px;
    background-color: #fff;
    will-change: transform;
    animation: menu-sub-dropdown-animation-fade-in 1s ease 1, menu-sub-dropdown-animation-move-up 1s ease 1;
}

.popup-header {
    padding: 15px 20px;
    border-bottom: 1px dashed #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 27px;
    color: rgb(0 99 167);
}

.popup-header h6 {
    font-size: 22px;
}

.cursor-pointer {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.banner-pop-up .popUp-swiper {
    position: relative;
    padding: 20px 20px;
    overflow: hidden;
}

.swiper-horizontal {
    touch-action: pan-y;
}

.banner-pop-up .swiper-wrapper {
    display: flex;
}


element.style {
    transition-duration: 0ms;
    transform: translate3d(-688px, 0px, 0px);
    transition-delay: 0ms;
}

.banner-pop-up .swiper-wrapper {
    display: flex;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}




.banner-pop-up .swiper-wrapper {
    display: flex;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-wrapper {
    /* position: relative; */
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}


.banner-pop-up .swiper-wrapper {
    display: flex;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-wrapper {
    /* position: relative; */
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.banner-pop-up .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.banner-pop-up .swiper-slide img {
    border-radius: 8px;
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.popUp-swiper h6 {
    font-size: 20px;
    line-height: 27px;
    margin-top: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #024571;
}

.popUp-text {
    width: 100%;
    padding-top: 20px;
}

.popUp-swiper .small {
    font-size: 15px;
    font-weight: 500;
    color: #666666;
}

.banner-pop-up .swiper-wrapper {
    display: flex;
}

.banner-pop-up .section-line {
    width: 80px;
    height: 1px;
    margin: 22px 0 0 0;
    background-color: #2f2f2f;
}

.banner-pop-up .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.banner-pop-up .swiper-slide img {
    border-radius: 8px;
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.banner-pop-up .swiper-button-next,
.banner-pop-up .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    color: #045489 !important;
    border-radius: 50%;
    padding: 10px;

    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    margin: 0 2px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-pop-up .swiper-button-next {
    right: 30px;
}

.popUp-swiper-img {
    width: 100%;
    height: 370px;
    position: relative;

}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px !important;
    font-weight: 600;
    color: #fff !important;
}

.banner-pop-up .swiper-button-prev {
    left: 30px;
}

.banner-pop-up .next-prev-btns {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
}

.controls .swiper-button-next:hover,
.controls .swiper-button-prev:hover {
    background-color: #6d6d6d41;
}

.banner-pop-up .controls {
    width: 100%;
    position: absolute;
    display: inline-block;
}

.controls .swiper-button-next,
.controls .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border: 2px solid #eee;
    border-radius: 50%;
    margin: 0 2px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next svg path {
    stroke: #fff;
    stroke-width: 1.5;
}

.swiper-button-prev svg path {
    stroke: #fff;
    stroke-width: 1.5;
}

.banner-pop-up .next-prev-btns {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
}

.controls .swiper-button-next:hover,
.controls .swiper-button-prev:hover {
    background-color: #6d6d6d41;
}

.banner-pop-up .controls {
    width: 100%;
    position: absolute;
    display: inline-block;
}

.controls .swiper-button-next,
.controls .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border: 2px solid #eee;
    border-radius: 50%;
    margin: 0 2px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* spotlight css end */


/* Product Start */
.product-section {
    background: #e9f6ff;
    position: relative;
}

.product-section::before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    background: url(../images/product-pat.png) no-repeat;
    background-size: cover;
}

.product-section .section-header {
    padding-bottom: 45px;
    display: grid;
    gap: 20px 60px;
    grid-template-columns: auto 850px;
}

.product-section .section-subtitle {
    font-size: 20px;
    font-weight: 600;
}

.product-section .section-title {
    font-size: 45px;
    font-weight: 400;
    line-height: 1;
    line-height: 55px;
}

.product-section .section-title span {
    font-weight: 700;
}

.product-section .section-header .text-wrapper {
    margin-top: 53px;
    display: grid;
    grid-template-columns: auto 410px;
    gap: 20px;
}

.product-section .section-header .meta-text {
    font-size: 20px;
    line-height: 1;
    color: #232323;
    display: flex;
    align-items: center;
}

.image-icon {
    width: 45px;
    float: left;
    margin-right: 13px;
}

.product-section .section-header .meta-text span {
    font-weight: 700;
}

.product-section .pdf-size {
    width: auto;
    display: block;
    font-weight: 400 !important;
    font-size: 13px;
    color: #555555;
    margin-left: 58px;
    margin-top: 6px;
}

.product-section .service-card {
    padding: 20px 60px 20px 30px;
    -webkit-border-start: 1px solid #ccc;
    border-inline-start: 1px solid #ccc;
    display: block;
    position: relative;
}

.product-section .service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 2px;
    height: 100%;
    background: #66cc33;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s ease-in-out;
    z-index: 2;
}

.product-section .service-card:hover::before {
    transform: scaleY(1);
}

/* .product-section .service-card:hover {
    border-inline-start: 1px solid #66cc33;
} */

.product-section .service-card .icon {
    margin-bottom: 10px;
    font-size: 30px;
}

.products-service .icon img {
    width: 50px;
}

.product-section .service-card h5 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 24px;
    color: #232323;
}

.product-section .service-card .img {
    height: 190px;
    border-radius: 10px;
    background: linear-gradient(0deg, #dbeefd 0%, #dbeefd 100%);
    background: radial-gradient(circle, rgb(74 73 73) 46%, rgb(38 38 38) 100%);
    position: relative;
}

.product-section .service-card .img img {
    position: absolute;
    width: 247px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 73%;
    overflow: visible;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.products-service .text {
    line-height: 1.41;
    font-weight: 400;
    font-size: 18px;
    color: #232323;
    margin-bottom: 25px;
    margin-top: 65px;
}

.p-valur-cont {
    display: flex;
    flex-direction: column;
}

.p-value-num {
    font-size: 40px;
    font-weight: 600;
    color: #0164a9;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.p-value-txt {
    font-size: 16px;
    color: #0164a9;
}

.product-section .service-card .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-top: 40px;
    border: 1px solid #ccc;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-section .service-card:hover .arrow {
    background-color: #66cc33;
    color: #fff;
}

.services-area-inner {
    position: relative;
}

.arrow img {
    width: 22px;
}

.product-section .service-card:hover .arrow img {
    filter: brightness(0) invert(1);
}

.products-service .swiper-slide:nth-child(even) {
    margin-top: 70px;
}

.product-section .swiper-product-pagination {
    position: absolute;
    bottom: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-section .swiper-product-pagination .swiper-pagination-bullet {
    transition: 0.5s ease-in-out;
    background: #0164a9;
    opacity: 1;
}

.product-section .swiper-product-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 33px;
    border-radius: 13px;
    background: #66cc33;
}

.services.products-service {
    min-height: 760px;
}


/* Product End */

.wow {
    visibility: hidden;
}

.wow.animate__animated {
    visibility: visible;
}




/* btn End */

.btnvisl {
    font-size: 16px;
    font-weight: 600;
    padding: 4px 22px;
    padding-right: 4px;
    border-radius: 40px;
    background: #66cc33;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    transition: 0.3s;
}

/* TEXT WRAPPER */
.btnvisl-text {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

/* TEXT ANIMATION */
.btnvisl-text .label-1 {
    display: block;
    transition: 0.3s;
}

.btnvisl-text .label-2 {
    position: absolute;
    top: 100%;
    left: 0;
    transition: 0.3s;
}

/* ICON CIRCLE */
.btnvisl-icon {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ARROW WRAPPER */
.arrow-wrap {
    position: relative;
    width: 14px;
    height: 14px;
    overflow: hidden;
}

/* ARROW ANIMATION */
.arrow-wrap svg {
    position: absolute;
    transition: 0.3s;
}

.arrow-wrap svg:first-child {
    transform: translate(0, 0);
}

.arrow-wrap svg:last-child {
    transform: translate(-12px, 12px);
    opacity: 0;
}

/* HOVER EFFECT */
.btnvisl:hover .label-1 {
    transform: translateY(-100%);
}

.btnvisl:hover .label-2 {
    top: 0;
}

.btnvisl:hover .arrow-wrap svg:first-child {
    transform: translate(12px, -12px);
    opacity: 0;
}

.btnvisl:hover .arrow-wrap svg:last-child {
    transform: translate(0, 0);
    opacity: 1;
}

/* btn End */

/* Page Search FY Year Start */
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.page-level-search .form-control {
    padding-right: 66px;
}

.search-form .search-submit {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #1679be url(../images/search-icon-white.png) no-repeat right 14px top 16px;
    height: 100%;
    width: 55px;
    border: 1px solid #1679be;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

}

.page-close-search {
    background: #71bf40 url(../images/inner-close-search.png) no-repeat right 15px top 14px !important;
    border: 1px solid #71bf40 !important;
}

.search-form .search-submit:hover {
    background: #71bf40 url(../images/search-icon-white.png) no-repeat right 14px top 16px;
    border: 1px solid #71bf40;
}

.disclosure-yr {
    margin: 0px !important;
    width: 100% !important;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}

.year-filter .form-control {
    padding-right: .75rem;
}

.disclosure-yr .result-per-page-field {
    padding-left: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.disclosure-yr::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    background: url(../images/down.svg) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.fy-box {
    /* position: absolute; */
    position: relative;
    top: 0;
    background: #1679be;
    left: 0;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    padding: 18px;
    height: 54px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.form-control,
select.form-control {
    height: 54px !important;
}

/* Page Search FY Year End */

.documents-box {
    align-items: center;
    padding-bottom: 30px;
    cursor: pointer;
    margin-top: 30px;
    background: #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
    padding: 20px;
    border-bottom: 0;
    display: block;
}

.documents-box .document-date {
    margin-bottom: 10px;
}

.documents-date span {
    font-size: 15px;
    color: #66cc33;
    font-weight: 500;
}

.documents-title h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 25px 0;
    /* margin: 0; */
    line-height: 27px;
    color: #231F20;
    min-height: 56px;
}

.line-clamp {
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pdf-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pdf-details .pdf-doc span {
    font-size: 13px;
    padding-left: 36px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    color: #231F20;
    cursor: pointer;
    display: block;
}

.pdf-details .pdf-doc span:before {
    background: url(../images/pdf-files.svg) no-repeat;
    content: "";
    position: absolute;
    left: 0;
    width: 27px;
    height: 27px;
    background-size: contain;
    top: -8px;
}

.qr-share {
    display: flex;
    position: relative;
}

.qr-code-icon {
    position: relative;
    margin-right: 12px;
    padding-right: 12px;
}

.qr-code-icon::before {
    content: '';
    position: absolute;
    right: -2px;
    height: 100%;
    width: 1px;
    background-color: #ddd;
}

.qr-share img {
    width: 25px;
}

.share-icon-gradient {
    position: relative;
    width: 22px;
}

.qr-share img {
    width: 25px;
}

.share-social-icons {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: -2px;
    right: -52px;
    width: 135px !important;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 8px 2px rgba(237, 237, 237, 1);
    -moz-box-shadow: 0px 2px 8px 2px rgba(237, 237, 237, 1);
    box-shadow: 0px 2px 8px 2px rgba(237, 237, 237, 1);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease 0s;
    margin-bottom: 0;
    z-index: 9;
    padding: 5px 0;
    justify-content: center;
    border-radius: 30px;
}

.share-social-icons li {
    padding-left: 0;
    display: inline-block;
    margin: 0 3px !important;
}

.share-social-icons a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-social-icons img {
    width: 24px;
}

.share-icon-gradient:hover .share-social-icons {
    right: 25px;
    width: 50px;
    opacity: 1;
    visibility: visible;
}

.documents-content-box .row .col-12:first-child .documents-box {
    margin-top: 0;
}

.no-data-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 35px;
}

.no-data-wrapper img {
    width: 215px;
}

.documents-content-box .row .col-12:nth-child(2) .documents-box {
    margin-top: 0;
}


/* Sustainability Top Title Slider Start */
.iob-sus-main-titles-wrapper {
    position: absolute;
    background: #1174b9;
    padding: 9px 13px;
    padding-left: 0;
    right: 0;
    top: -51px;
    width: 345px;
    border-top-right-radius: 10px;
    text-align: center;
}

.iob-sus-main-titles-wrapper::before {
    content: '';
    position: absolute;
    background: url(../images/sus-top-shape.svg) no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -40px;
}

.iob-sus-main-titles-wrapper span {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}

.short-caption {
    font-size: 20px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    /* background: linear-gradient(101deg, rgba(0, 56, 111, 1) 16%, rgba(118, 205, 118, 1) 66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    display: inline-block;
    background: linear-gradient(to bottom right, #0167AC 62%, #71BF44 81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.tagline-caption {
    margin-bottom: 45px;
    display: block;
    margin-top: 10px;
}

.tagline-caption span {
    font-style: italic;
    color: #53b920;
}

/* Sustainability Top Title Slider End */

.campaign-news-card {
    margin-bottom: 40px;
}

.campaign-news-card .news-box {
    background: #fefefe;
    border: 1px solid #0063a71c;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
}

.campaign-news-card .news-box .sub-title {
    margin-top: 0px;
}

.campaign-news-card .overlay-image::before {
    left: 0px;
}

.campaign-box {
    width: 100%;
    float: left;
    margin-bottom: 24px;
}

.campaign {
    width: 100%;
    float: left;
    background: #ffffff;
    margin-top: 0;
    position: relative;
}

.campaign-publication .expand-box {
    position: relative;
    width: 125px;
    cursor: pointer;
}

.campaign-publication .expand-box img {
    border: none;
}

.campaign-publication {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.campaign-title-publication p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* transition: all 0.3s ease; */
}


.campaign-title-publication p.expanded {
    -webkit-line-clamp: unset;
    display: block;
}

.campaign-title-publication h2 {
    font-size: 28px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 30px;
}

.campaign-title-publication .document-name {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    color: #1872b1;
    line-height: 27px;
    font-weight: 600;
    margin-top: 0;
}

.campaign-publication .iob-vertical-know-more {
    top: 5px;
}

.investor-table {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #dee2e6;
}

.table {
    margin-bottom: 0;
    border-radius: 8px;
    overflow: visible;
    border-collapse: separate;
    border-spacing: 0;
}

.table thead tr th {
    background: #0063a7;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.table tbody tr td {
    font-size: 14px;
}

.table-bordered td,
.table-bordered th {
    border: none;
}

.table td,
.table th {
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.table tr td:last-child,
.table tr th:last-child {
    border-right: none;
}

.table tbody tr:last-child td {
    border-bottom: none;
}

.analyst-coverage-table thead tr th:first-child {
    width: 80px;
}

/* Investor Tab CSS Start */
.investor-tabs .tab-container {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.investor-tabs .nav-border-bottom {
    margin-bottom: 25px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #498ec0;
}

.investor-tabs .nav-tabs-scroll {
    position: relative;
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
    justify-content: center;
    column-gap: 30px;
    background-color: transparent;
    white-space: normal;
    flex-wrap: wrap;
    border: 0;
}

.investor-tabs .tab-container ul li:first-of-type {
    margin-left: 0;
}

.investor-tabs .tab-container ul li {
    cursor: pointer;
    width: 235px;
}

.investor-tabs .tab-container .tab-box {
    margin-bottom: 30px;
    padding: 25px;
    background-color: #E6E7E8;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    overflow: hidden;
    width: 100% !important;
    min-height: 130px !important;
    border-radius: 5px;
}

.investor-tabs .tab-container .tab-box::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    background-color: #0063a8;
    transform: translate(0, -100%);
    transition: all 0.35s;
    content: '';
    z-index: -1;
}

.investor-tabs .tab-container .active .tab-box::after,
.investor-tabs .tab-container .tab-box:hover::after {
    transform: translate(0, 0);
}

.investor-tabs .tab-container .tab-box span {
    margin: 0;
    color: #231F20;
    font-size: 20px;
    font-family: "Montserrat";
    line-height: 28px;
    font-weight: 600;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.investor-tabs .tab-container .tab-box:hover span,
.investor-tabs .tab-container .active .tab-box span {
    color: #ffffff;
}

.investor-tabs .nav-link {
    padding: 0;
    border: 0;
}

.inner-tabs .tab-container .tab-box {
    padding: 5px 15px;
    border-radius: 25px;
    min-height: 42px !important;
}

.inner-tabs .tab-container ul li {
    width: 90px;
}

.inner-tabs .nav-tabs-scroll {
    justify-content: center;
}

.inner-tabs .nav-border-bottom {
    margin-bottom: 25px;
    padding-bottom: 0;
    border-bottom: 0;
}

.inner-tabs .tab-container .tab-box::after {
    background-color: #66cc33;
}

.inner-tabs .tab-container .tab-box span {
    font-size: 18px;
}

/* Investor Tab CSS End */


/* .enquire-section start */

.enquire-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 700px;
    height: 137px;
    background-image: url(../images/enquire-page-abstract.png);
    background-size: cover;
    opacity: 1;
}

.enquire-section {
    position: relative;
    padding: 40px 20px;
    background: linear-gradient(135deg, #01558f, #0063a7);
    border-radius: 12px;
    overflow: hidden;
}


.enquire-container {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}


.enquire-icon {
    flex-shrink: 0;
}

.icon-circle {
    position: relative;
    width: 130px;
    height: 130px;
    background: rgb(0 93 156);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle img {
    width: 87px;
}



.enquire-content h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 8px;
}

.enquire-content p {
    color: #dbefff;
    margin-bottom: 9px;
    font-size: 15px;
}


.enquire-btn {
    display: inline-block;
    padding: 7px 14px;
    border: 2px solid #71bf40;
    color: #fff;
    border-radius: 7px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
}

.enquire-content h2 {
    margin-top: 0 !important;
}

.page-content .icon-circle img {
    border: none;
}

/* .enquire-section End */

.single-doc-container {
    position: relative;
    padding-left: 57px;
}

.single-doc-container::before {
    background: url(../images/pdf-files.svg) no-repeat;
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    background-size: contain;
    top: 6px;
}

.single-doc-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 3px 0;
    line-height: 27px;
    color: #231F20;
}

.single-doc-container span {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    color: #231F20;
    cursor: pointer;
    display: block;
}