@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRnd-Medium.woff2') format('woff2'),
        url('../fonts/GothamRnd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
*{
    margin: 0px;
    padding: 0px;
}
@font-face {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/AktivGroteskCd_Trial_Bd.woff') format('woff');
}
@font-face {
    font-family: 'Aktiv Grotesk Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/AktivGrotesk_Trial_Rg.woff') format('woff');
}
html, body{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #303030;    
    overflow-x: hidden;
    width:100%; 
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    padding-right: 0px!important;
    scroll-behavior:smooth;
} 
p{
    font-size: 16px;
    line-height: 24px;
    Font-weight: normal;
    color: #303030;
    font-family: "Inter", sans-serif;
    padding: 5px 0px; 
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
a, a:hover, a:focus{
    color: #303030;
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    /*    font-family: "Inter", sans-serif;*/
}
input:focus ,select:focus ,textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
a:hover{
    text-decoration: none;
} 
a:not([href]):not([tabindex]){
    color: #303030;
}
a:not([href]):not([tabindex]):hover{
    color: #303030;
} 
.h1, h1, h1 i {
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    font-size: 70px; 
    line-height: 1.15em; 
    color: #303030; 
    padding-bottom: 0px; 
    letter-spacing: 0px; 
    text-transform: inherit; 
    text-rendering: optimizelegibility;    
}
.h2, h2, .h2:hover, .h2:focus{
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.3em;
    color: #303030; 
    letter-spacing: 0px;
    text-rendering: optimizelegibility;    
}
.h3, h3, h3 span, h3 i {
    font-family: "Nunito", sans-serif;   
    font-size: 42px; 
    font-weight: bold;
    line-height: 46px; 
    color: #303030; 
    letter-spacing: normal; 
    text-transform: inherit; 
    text-rendering: optimizelegibility;
    margin-top: 0px;
    padding-top: 0px; 
    padding-bottom: 0px;
}
.h4, h4 {
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    font-size: 30px; 
    line-height: 1.3em; 
    color: #303030;
    padding-bottom: 0px; 
    letter-spacing: normal; 
    text-transform: inherit; 
    text-rendering: optimizelegibility;
}
.h5, h5 {
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    font-size: 25px; 
    line-height: 1.3em; 
    color: #303030;
    padding-bottom: 0px; 
    letter-spacing: normal; 
    text-transform: inherit; 
    text-rendering: optimizelegibility;
}
.h6, h6, h6 span{
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    font-size: 20px; 
    line-height: 30px; 
    color: #303030;
    padding-bottom: 0px; 
    letter-spacing: normal; 
    text-transform: inherit; 
    text-rendering: optimizelegibility;
}
.p, p, li{
    font-family: "Inter", sans-serif;
    font-weight: normal; 
    font-style: normal; 
    font-size: 16px; 
    line-height: 24px; 
    color: #303030; 
    letter-spacing: normal; 
    text-transform: inherit; 
    text-rendering: optimizelegibility;     
}
span{
    font-size: inherit;
    font-family: inherit;
}
strong {
    font-weight: 600;
}
img {
    max-width: 100%;
    height: auto;
}
.space-15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.space-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.space-30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.space-bottom-15{
    padding-bottom: 15px;
}

.space-bottom-30{
    padding-bottom: 30px;
}
.space-top-30{
    padding-top: 30px;
} 
.space-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.space-top-60{
    padding-top: 60px;
} 
.space-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.space-bottom-60{
    padding-bottom: 60px;
} 
.space-bottom-50{
    padding-bottom: 50px;
}
.space-top-50{
    padding-top: 50px;
} 
.space-40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.space-bottom-40{
    padding-bottom: 40px;
}
.space-top-40{
    padding-top: 40px;
} 
.space-70{
    padding-top: 70px;
    padding-bottom: 70px;
}
.space-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.space-bottom-80{
    padding-bottom: 80px;
}
.space-top-80{
    padding-top: 80px;
} 
.gap-30{
    margin-top: 30px;
    margin-bottom: 30px;
}
.gap-bottom-30{
    margin-bottom: 30px;
}
.gap-top-30{
    margin-top: 30px;
}
.gap-bottom-20{
    margin-bottom: 20px;
}
.gap-40{
    margin-top: 40px;
    margin-bottom: 40px;
}
.gap-bottom-40{
    margin-bottom: 40px;
}
.gap-top-40{
    margin-top: 40px;
}
.gap-50{
    margin-top: 50px;
    margin-bottom: 50px;
}
.gap-bottom-50{
    margin-bottom: 50px;
}
.gap-top-50{
    margin-top: 50px;
}
.gap-80{
    margin-top: 80px;
    margin-bottom: 80px;
}
.gap-bottom-80{
    margin-bottom: 80px;
}
.gap-top-80{
    margin-top: 80px;
}

.space-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.space-bottom-100{
    padding-bottom: 100px;
}
.space-top-100{
    padding-top: 100px;
} 
.space-top-15{
    padding-top: 15px;
} 

.preloader {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    position: fixed;
    width: 100%;
    -webkit-box-pack: center; 
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999999;
    top: 0;
    left: 0;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 6px solid #578FEA;
    border-color: #273D88 transparent #578FEA transparent;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    -moz-animation: lds-dual-ring 1.2s linear infinite;
    -o-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite;
}
@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes lds-dual-ring {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes lds-dual-ring {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.mobile-custom-menu{
    display: none;
}
.main-logo {
    padding: 0px 0px;
    position: relative;
    display: inline-block;    
}
.fixed-top {

    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.website-logo{
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.main-header {
    padding: 30px 0;
    position: absolute;
    width: 100%;
    z-index: 222;
    top: 0;    
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;    
}
img.website-logo {
    width: 100%;
    max-width: 225px;
    min-width : 120px;
    max-height : 75px;
}
.main-logo:first-child img.website-logo {
    width: 100%;
    max-width: 170px;
    min-width : 120px;
    max-height : 75px;
}
.navigation{
    float: right;
    width: 100%;
}
.max-1000{
    max-width: 1000px;
    margin: 0px auto;
}
.max-750{
    max-width: 750px;
    margin: 0px auto;
}
.max-800{
    max-width: 800px;
    margin: 0px auto;
}

.main-menu-transparant li{
    display: inline-block;
    padding: 0px 30px;
}
.main-menu-transparant li:last-child{
    padding-right: 0px;
}
.main-menu-transparant li .sub-menu li:last-child > a:after{
    display: none;
}
.main-menu-transparant li a{
    display: inline-block;
    position: relative;
    color: #000000;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 10px 0px;
}
.main-menu-transparant li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0px auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #000000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 222;
}
.main-menu-transparant li a:hover:before, 
.main-menu-transparant li.current-menu-item a:before{
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.main-menu-transparant li a:hover{
    color: #000000;
}
/*.main-menu-transparant li.current-menu-item a{
    font-weight: bold;
}*/
.header-bg .main-menu-transparant li a:before,
.single-header .main-menu-transparant li a:before{
    background-color: #000000;
}
.main-menu-transparant li.wpml-ls-item{
    padding: 0px 10px;
}
.main-menu-transparant li.wpml-ls-item a{
    font-weight: 600;
}
.main-menu-transparant li.wpml-ls-item a:before{
    display: none;
}
.main-menu-transparant li.wpml-ls-current-language a{
    font-weight: normal;
    pointer-events: none;
}
.main-header.fixed-top .main-logo{  
    padding: 10px 0px;
}
.main-logo {
    position: relative; float: left;
}
.main-logo:first-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(100% + 30px);
    width: 1px;
    height: 100%;
    background-color: #fff;
}
.main-header .main-logo:first-child{
    margin-right : 60px;
}
.main-menu-transparant ul.sub-menu {
    display: none;
    position: absolute;   
    left: -40%;
    top: 117px;
    width: 180%;
    background-color: #000000;
    z-index: 1;
}
.main-menu-transparant li:hover ul.sub-menu {
    display: block;
}
.main-menu-transparant ul.sub-menu li{
    padding: 0px 0px;
    width: 100%;
    text-align: center;
}
.main-menu-transparant ul.sub-menu li a{
    color: #000000;
    padding: 12px 0px;
    display: inline-block;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    font-weight: 300;
    font-family: "Rubik", sans-serif;
}
.main-menu-transparant ul.sub-menu li a:hover{
    background-color: #ffffff;
    color: #fff;
}
.main-menu-transparant ul.sub-menu li:last-child a{
    border-bottom:none;
}
.main-menu-transparant ul.sub-menu li a:hover:before,
.main-menu-transparant ul.sub-menu li a:before{   
    display: none
}
.mega-menu {
    min-width: 1200px;
    width: 100%;
    position: absolute;
    right: -51px;
    top: 95px;
    z-index: 2222;
    padding: 75px 55px;
    visibility: hidden; 
    background-color: #fff;
    height: auto;
    border: 0.5px solid #000000;
    /*    border-top: 0px;*/
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right:0px;
}
.mega-menu > div {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-box-flex: 0;
    flex: 0 0 33.33%;
    max-width: 325px;
}
.mega-menu .widget_text h3{
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}
.mega-menu .widget_text {
    max-width: 325px;
}
.mega-menu .widget_text strong{
    margin-top: 25px; display: inline-block;
}
.main-menu-transparant li:hover .mega-menu {
    visibility: visible;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
.widget_text.container {
    width: 100%;
    max-width: 100%;
}
.color-blue{
    color: #273D88;
}
.color-red{
    color:#D43937;
}
.color-white , .color-white p{
    color:#fff;
}
.color-green{
    color: #07d7cd;
}
.color-black , .color-black span{
    color:#303030!important;
}
a:not([href]):not([tabindex]){
    color: #000000;
}
a:not([href]):not([tabindex]):hover {
    color: #27AAE1;
}
.header-copyright-area .copyright p, .header-copyright-area .copyright a{
    color: #303030;
}
.header-copyright-area a.social-linkedin i{
    color: #303030;
}
/****************Footer*********/
.copyright {
    font-size: 14px; margin-top: 0px; padding: 0px 0px;
}
.copyright .h2{
    line-height: 36px;
}
.copyright p, .copyright a{ padding: 0px;  font-size: 14px; line-height: 20px; color: #fff;}
.copyright a:hover{
    text-decoration: underline!important;
}
/* footer.footer-custom {
    background: transparent linear-gradient(140deg, #0c464afd 0%, #07D7CD 100%) 0% 0% no-repeat padding-box;    
    position: relative; overflow: hidden; 
} */
footer.footer-custom {
    background: #474747;
background: -webkit-linear-gradient(90deg, rgba(71, 71, 71, 1) 0%, rgba(108, 108, 108, 1) 75%);
background: -moz-linear-gradient(90deg, rgba(71, 71, 71, 1) 0%, rgba(108, 108, 108, 1) 75%);
background: linear-gradient(90deg, rgba(71, 71, 71, 1) 0%, rgba(108, 108, 108, 1) 75%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#474747", endColorstr="#6C6C6C", GradientType=1);
    position: relative; overflow: hidden; 
}
.footer-custom ul{
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 5px;
}
#menu-footer-menu {
    max-width: 320px;
}
.social-list{
    margin-top: 20px;
}
img.footer-logo {
    max-width: 250px;
    margin: 0px 0px 30px;
}
.footer-menu #menu-footer-menu {
    margin-top: 20px;
    margin-bottom: 40px;
}
#menu-footer-menu li {
    display: inline-block;
    width : 100%;
}
#menu-footer-menu li a {
    color: #fff;
    padding: 0px 0px;
    font-family: 'Gotham Rounded';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
#menu-footer-menu li a:hover{
    text-decoration: underline;
}
#menu-footer-menu li:last-child a{
    margin-bottom: 0px;
}
.header-copyright-area ul{
    margin-bottom :0px;
}
.social-list li a {
    font-size: 22px;
    display: inline-block;
    color: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-perspective: 1000;
}
.social-list li a i{
    color: #fff;
}
.social-list li a:hover svg path{
    fill: #0FF5B9;
}
.footer-logo {
    margin-top: 7px;
}
.social-list li {
    display: inline-block;
    margin-right: 15px;
}
.social-list li:last-child {
    margin-right: 0px;
}
/**********************Banner***********/
.home-banner {
    min-height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.banner-graphic-1 {
    position: absolute;
    content: '';
    /*    top: 30%;*/
    left: 0;
    max-width: 142px;
}
.banner-graphic-2{
    position: absolute;
    content: '';
    top: 10%;
    right: 0;    
    max-width: 190px;
}
.page-template-home .home-banner-graphic-2{
    position: absolute;
    content: '';
    top: 40%;    
    right: 0;    
    max-width: 190px;
}
.single-main-banner .banner-graphic-2 {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    /*    max-width: 250px;*/
}
/*.page-template-case-studies .banner-graphic-2 {
    position: absolute;
    content: '';
    top: 10%;
    right: 0;
    max-width: 190px;
}*/
.main-banner {
    min-height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.banner-title span {
    margin-right: 5%;
}
.carousel-item:nth-child(2) .banner-title span {
    margin-right: 25%;
}
.carousel-item:nth-child(3) .banner-title span {
    margin-right: 14%;
}
.carousel-item:nth-child(3) .banner-title span:nth-child(1) {
    margin-right: 25%;
}
.banner-title {
    max-width: 100%;
    position: relative;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    color: #fff;
    margin: 0px auto;
    /*    -webkit-animation-delay: 3s;
        animation-delay: 3s;*/
}
i {
    font-style: italic;
    font-size: inherit;
    font-family: inherit;
}
.banner-text{
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    color: #fff;
    margin-bottom: 20px;
}
.banner-content-area {
    position: absolute;
    width: 100%;
    margin: 0px auto;
    top: -50px;
    left: 0;
    right: 0;
    min-height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
    /* padding-top: 100px; */
    align-content: center;
}

.image_logo {
    text-align: right;
}
.content_banner p{color:#fff;}

.carousel-indicators {
    position: absolute;
    right: 30px;
    top: 25%;
    z-index: 22;
    padding: 0;
    left: unset;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    height: max-content;
    align-items: center;
    margin-bottom: 0;
}
.carousel-indicators li {
    display: inline-flex;
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
}
.carousel-indicators [data-bs-target]{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 0px;
    opacity: 1;
}
.carousel-indicators .active {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #F46A1E;
}
#home-slider .carousel-inner .carousel-item > img {
    opacity: 0;
    visibility: hidden;
}
#home-slider .carousel-inner .carousel-item{
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
    min-height: 100vh;
}
.banner-image img{
    width: 100%;  
    /* visibility: hidden; */
}
.main-banner, .home-banner {
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
}
.main-banner .banner-image{
    width: 100%;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;    
}
.single-main-banner {
    background-position: top center;
    background-size: cover;
}
.banner-image img{
    width: 100%;
    object-fit: cover;
}
.banner-btn {
    margin-top: 30px;
}
.button, .button:hover, .button:focus {
    letter-spacing: 0px;
    color: #ffffff;
    font-family: "Gotham Rounded", sans-serif;
    font-weight: normal;
    /*    border: 2px solid #C5FF28;*/
    padding: 9px 40px;
    float: left;
    position: relative;
    min-width: 190px;
    text-align: center;
    transition: all .35s ease-Out;
    border-radius: 30px;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-decoration: none!important;
    border-color: transparent;
}
.button span {
    z-index: 2;
    position: relative;
    font-family: 'Nunito',sans-serif;
    color: #fff;
    font-weight: 700;
}
.button:after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    background: transparent;    
    position: absolute;
    transition: all .35s ease-Out;
    bottom: 0;
    z-index: 1;
    border-radius: 30px;
    border: 2px solid #c5ff28;
}
.button:before {
    content: '';
    width: 0;
    height: 100%;
    left: 0px;
    background: #C5FF28;    
    position: absolute;
    transition: all .35s ease-Out;
    bottom: 0;
    z-index: 1;
    border-radius: 30px;
}
.button:hover:before {
    width: 100%;
}
.button:hover span{
    color: #000;
}
.button:hover{
    transition: all .35s ease-Out;
}
/*.header-button .button{
        background-color: #2687D8;
    border: none;
}*/
.header-button {
    display: inline-block;
    float: right;
    padding: 3px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
/*.header-button:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background: transparent;
    background-size: 300%;
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    z-index: -1;    
    border: 3px solid #C5FF28;
    border-radius: 30px
}
.header-button:hover:after {   
    background: linear-gradient(45deg, #C5FF28, #ffffff, #07d7cd, #C5FF28,#ffffff, #07d7cd, #C5FF28,#ffffff, #07d7cd);
    background-size: 300%;
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    z-index: -1;
    animation: glower 20s linear infinite;
    border: none;
}
@keyframes glower {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 300% 0;
    }

    100% {
        background-position: 0 0;
    }
}*/
.white-color, .white-color p, .white-color a{
    color: #fff;
}
.white-button, .white-button:hover, .white-button:focus {
    background-color: #fff;
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 20px 0px;
    /*    transition: .3s all ease-in-out;*/
    transition: color .8s ease-in-out, box-shadow .8s ease-in-out;
    box-shadow: inset 0 0 0 0 #FF0000;
}
.white-button:hover, .white-button:focus{
    /*    background-color: #dedede;
        transition: .3s all ease-in-out;*/
    transition: .8s all ease-in-out;
    box-shadow: inset 400px 0 0 0 #FF0000;
    color: #fff;
    font-size: 120%;
}
.home-banner .carousel {
    position: relative;
    width: 100%;
}
.content_business_partner {
    max-width: 1150px;
    margin: 0px auto;
}
.content_business_partner  h4{
    margin-bottom : 0px;
}
.border-line {
    border-bottom: 1px solid #000000;
    width: 100%;
    padding: 0px;
    margin: 0px;
    float: left;
}

/************header Menu***********/
.search-icon-container {
    display: inline-block;
}
.header-custom-menu {
    display: inline-block;
    position: relative;
    margin-left: 40px;
    float:right;
    min-width: 40px;
} 
nav#css-menu {
    position: relative;
    z-index: 99999;
    top: 0;
    right: 0;
}
.header-custom-menu .hamburger-button {
    width: 36px;
    height: 30px;
    position: relative;
    cursor: pointer;
    color: #fff;
    letter-spacing: 5px;
    font-size: 25px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
}
.hamburger-button.menu-opened{
    position: fixed;
    top: 23px;
    right:40px;
    z-index: 99999999;
    border: none;
}

.header-custom-menu .hamburger-button:after {
    position: relative;
    top: 13px;
    right: 0px;
    display: block;
    height: 3px;
    width: 100%;
    background-color: #C5FF28;
    content: '';   
}
.header-custom-menu .hamburger-button:before {   
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    height: 30px;
    width: 36px;
    border-top: 3px solid #C5FF28;
    border-bottom: 3px solid #C5FF28;
    content: '';
}
#css-menu .mainmenu-menu-outer {
    width: 100%;
    display: none;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#css-menu .mainmenu-menu-outer.open {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 100%;
}
.header-custom-menu #css-menu .mainmenu-menu-outer{
    height: 100%;
    width: 100%;
    background-color: rgba(40, 181, 255, .6);
    position: fixed;
    z-index: 2222;
    overflow: hidden;
    right: 0;
    top: 0;
}
.header-custom-menu #css-menu .mainmenu-menu-outer .mainmenu-menu-container {
    height: 100%;
    width: 70%;
    background-color: #ffffff;
    padding: 65px 50px;
    float: right;
    min-width: 950px;
    /*    border: 0.5px solid #303030;*/
}
.mainmenu-menu-inner {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    height: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    padding: 0px 0;
    border-top: 0px solid #e0e0e0;
    align-items: center;
    overflow-x: hidden;
    overflow-y: auto;
    justify-content: flex-start;
}
.mainmenu-menu-list > li {
    text-align: left;
    position: relative;
    width: 100%;
    /*    max-width: 375px;*/
    padding: 10px 0px;
}
ul.mainmenu-menu-list {
    margin-left: 35px;
    max-width: 440px;
    /*    height: -webkit-fill-available;*/
    transition: .9s all ease-in-out;
    padding-left: 0px;
    margin-bottom: 0px;
}
.mainmenu-menu-inner::-webkit-scrollbar
{ 
    border-radius: 15px;
    width: 5px;
    background-color: #A8A8A8;
}
.mainmenu-menu-inner::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    border-radius: 15px;
    background-color: #ffffff;
}
.mainmenu-menu-inner::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    background-color: #A8A8A8;
}

ul.mainmenu-menu-outer {
    width: 100%;
}
/*.mainmenu-menu-outer > li {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    max-width: 375px;
}*/
.mainmenu-menu-outer li a {
    font-size: 30px;
    line-height: 35px;
    color: #303030;
    padding: 15px 0px;
    display: inline-block;
    position: relative;
    letter-spacing: 0px;
    font-weight: 700;
    width: 100%;
    font-family: "Nunito", sans-serif;
}
.mainmenu-menu-outer li a:hover /*.mainmenu-menu-outer li.current-menu-item > a*/
{
    color: #07D7CD;
    /*    font-style: italic;*/
}
.mainmenu-menu-outer li ul.sub-menu {   
    position: absolute;
    left: 100%;
    top: 10px;
    width: 100%;
    visibility: hidden;
    padding-left: 120px;
    z-index: 2222;    
}
.mainmenu-menu-outer li.has-sub:hover ul.sub-menu{  
    visibility: visible;
    width: calc(100% + 80px);
}    
.mainmenu-menu-outer li ul.sub-menu li a {
    font-size: 16px;
    padding: 20px 0px;
    font-style: normal;
    font-weight: normal;
}
.mainmenu-menu-outer li.has-sub:hover span.submenu-button {
    position: absolute;
    content: '';
    left: calc(100% + 40px);
    top: 38px;
    border-top: 8px solid white;
    border-bottom: 8px solid white;
    border-left: 14px solid #07D7CD;
    height: 0px;
}
.header-custom-menu .hamburger-button.menu-opened{
    width: 45px;
    height: 45px;
    font-size: 0;
}
.header-custom-menu .hamburger-button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 1px;
    width: 45px;
    background: #303030;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
}

.header-custom-menu .hamburger-button.menu-opened:before {
    top: 23px;
    background: #303030;
    width: 45px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    height:1px;
    border:none;
} 
.header-custom-menu .footer-social li a:hover {
    border-color: #fff;
}
#menu-top-menu li{
    display: inline-block;
}
#menu-top-menu li a{
    color: #003DA6;
    padding: 0px 10px;
}
.header-custom-menu .footer-social li a:hover i {
    color: #fff;
}
.header-custom-menu .footer-social{
    padding:0px;
    margin: 0px 0px;
}
.header-bottom-area {
    width: 100%;
    margin: 70px 30px;
    width: 90%;
}
.header-copyright-area {
    position: relative;
    bottom: 15px;
    right: 30px;
    text-align: right;
}
.header-copyright-area li a{
    color : #303030; padding: 0px; 
}
.header-copyright-area .copyright p, .header-copyright-area .copyright a {
    padding: 0px;
    font-size: 14px;
    line-height: 22px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
}

.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot:hover span {
    width: 5px;
    height: 5px;
    background: #000;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #C5FF28;
    width: 17px;
    height: 17px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 50px;
}
/*.owl-theme .owl-nav.owl-dots {
    margin-top: 10px;
    display: flex;
    margin: 50px auto 0px;
    max-width: 100%;
}*/
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    margin-top: 10px;
    display: flex;
    margin: 50px auto 0px;
    max-width: 100%;
}
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    margin-top: 10px;
    display: flex;
    margin: 0px auto 0px;
    max-width: 100%;
}
.font-14{
    font-size: 14px;
    line-height: 20px;
}
.font-22{
    font-size: 22px;
    line-height: 26px;
}
.font-20{
    font-size: 20px;
    line-height: 26px;
}
.font-18{
    font-size: 18px;
    line-height: 23px;
}
b{
    font-weight: bold;
}
.content_repository a {
    text-decoration: underline;
}
.content_repository a:hover {
    font-weight: 600;
}
/*******************************Home page************************************************/
.home-section1.business-partner {  
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #31efff33 100%) 0% 0% no-repeat padding-box;
}
.business-partner .container-xl.section-part-1 {
    padding-left: 0px;
    padding-right: 0px;
    background-color: #ffffff;
    border-radius: 46px 46px 0px 0px;
    box-shadow: 0px 5px 30px #0000000D;
}
.home-section1.main-container , #contact-page-form.main-container, #password-protected-section1.main-container{
    padding-bottom: 0px;
}
body .gform_wrapper #gform_ajax_spinner_2 {
    display: none!important;
}
#bp_repository-section1 .content_carbon {
    font-size: 22px;
    line-height: 38px;
    font-weight: 500;
}
.password-protected-input label{
    font-size: 20px;
    line-height:30px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #303030;
}
.password-protected-content{
    font-size: 22px;
    line-height: 28px;
    font-family: "Inter", sans-serif;
    font-weight: 500; 
    color: #303030; 
}
.content_business_partner{
    font-size: 20px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
}
.content_business_partner_2 {
    max-width: 550px;
    font-weight: 500;
}
.page_items_bgimage img {
    width: 100%;    
}
.section-part-2 .page_items {
    position: relative;
}
.home_middle_content {
    max-width: 1010px;
    margin: 0px auto 80px;
}
.home_middle_content p {
    margin: 10px 0px;
}
.page_items_overlay, .section-part-2 .page_item {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    padding: 50px 0px;
    /*    transition: all .5s ease-in-out;*/
}
.title_page_item {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    padding: 10px 30px;
}
.page_items_bgimage {
    background-color: #c5ff28;
}
.icon_page_item {
    max-width: 100%;
    margin-bottom: 0;
}
.section-part-2 .page_items .icon_page_item {
    max-height: 140px;
}
.page_items_overlay .icon_page_item {
    max-height: 140px;
}
.page_items_overlay .button, .page_items_overlay .button:hover, .page_items_overlay .button:focus{
    font-size: 20px;
}
.section-part-2 .page_items .button.learn-more {
    display: inline;
    float: none;
    transition:none;
}
.page_items_onhover {
    border: 15px solid #C5FF28;
    border-radius: 25px;
    visibility: hidden;
    /*    transition: all .5s ease-in-out;*/
    position: absolute;
    transform: translate(0px, 0px);
    z-index: 1;
    width: 130%;
    left: -20%;
    top: -40%;
    scale: .5;
}
.icon_page_item_outer {
    display: inline-block;
    width: 100%;
}
.section-part-2 .page_items:hover .page_items_onhover{
    visibility: visible;
    /*    transition: all .5s ease-in-out; */
    z-index: 2222;
}
.section-part-2 .page_items:hover .page_items_default{
    visibility: hidden; 
}
.home-section1 .container-xl.section-part-2 .row {
    margin-left: -2.3rem!important;
    margin-right: -2.3rem!important;
}
.title_page_item .page_items_bgimage{
    overflow : hidden;
}
img.page_items_overlay_onhover {
    border-radius: 13px;
}
.title_business_partner_2 {
    margin-bottom: 15px;
}
.title_business_partner_2 {
    max-width: 400px;
}
/********************************contact page******************/
.main-container{
    margin-top: -160px;
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
}
.border-full{
    border: 1px solid #d5d5d5;
    padding-left: 80px;
    padding-right: 80px;
    background-color: #ffffff;
}
.border-none{
    padding-left: 80px;
    padding-right: 80px;
    background-color: #ffffff;
}
.border-nospace{
    padding-left: 0px;
    padding-right: 0px;
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
}
.contact_us_form_head {
    margin-bottom: 50px;
}
.contact-form-icon {
    margin-top: 57px;
}
.contact-form-icon img {
    width: 80px;
}
.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    justify-content: flex-end;
    position: relative;
    float: right;
    padding: 0px!important;
    margin-top: -60px!important;
}
.gform_validation_error.gform_wrapper.gravity-theme .gform_footer{
    margin-top: -95px!important;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
    appearance: none;
    resize: none;
}
.gform-body input, .gform-body select, .gform-body textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: #F8F8F8;
    padding: 10px 20px!important;
    color: #303030!important;
    font-family: "Inter", sans-serif;
    border: 0px;
    border-radius: 20px;
}
.contact-form-image{
    position: relative;
}
.contact_us_form_icon {
    max-width: 200px;
    position: absolute;
    top: 0;
    display: inline-block;
    right: 0;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
    padding-block: 10px!important; border: 0px!important;
}
.gform_wrapper.gravity-theme .gform_validation_errors:focus {
    outline: 1px solid #c02b0a;
    outline-offset: 1px;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .gform_wrapper.gravity-theme .gfield_description {
    font-size: 13px!important;
    padding: 0px 0px !important;
    border: none!important;
    background-color: transparent!important;
}
.gform-body textarea {
    max-height: 200px;
}
p.gform_description {
    padding: 0;
}
.gform-body ::-webkit-input-placeholder { /* Edge */
    color: #303030;
}
.gform-body :-ms-input-placeholder { /* DM Sansnet Explorer 10-11 */
    color:  #303030;
}
.gform-body :focus::placeholder {
    color:  #303030;
}
.gform-body :focus::-webkit-input-placeholder { /* Edge */
    color: #303030;
}
.gform-body :focus:-ms-input-placeholder { /* DM Sansnet Explorer 10-11 */
    color:  #303030;
}
.gform-body ::placeholder {
    color:  #303030;
}
::-webkit-input-placeholder { /* Edge */
    color: #303030;
}
:-ms-input-placeholder { /* DM Sansnet Explorer 10-11 */
    color:  #303030;
}
:focus::placeholder {
    color:  #303030;
}
:focus::-webkit-input-placeholder { /* Edge */
    color: #303030;
}
:focus:-ms-input-placeholder { /* DM Sansnet Explorer 10-11 */
    color:  #303030;
}
::placeholder {
    color:  #303030;
}
.content_carbon-second {
    max-width: 1350px;
    margin: 0px auto;
}
.repository_items_contentarea {
    display: flex;
    padding: 0px 15px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    max-width: 400px;
    margin: 0px auto;
    height: 100%;
    z-index: 1;
    position: relative;
    /*    transition: all .3s ease-in-out;*/
}
.repository_items_contentarea .icon_repository_item{
    margin-bottom: 25px;
}
.repository_items {
    padding: 90px 60px;
    position: relative;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center center;
}
.repository_items:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #005FE3;
    opacity: .8;
    border-radius: 35px;
}
.content_carbon .row {
    margin-left: -2rem!important;
    margin-right: -2rem!important;
}
.repository_items_overlay {
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px;
    text-align: center;   
    border: 20px solid #C5FF28;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}
.rounded-box{
    background-color: #ffffff;
    border-radius: 45px;
    box-shadow: 0px 5px 30px #0000000D;    
    position: relative;
    z-index: 1;
} 
.login-protected-password .rounded-box{
    border-radius: 45px 45px 0px 0px;
}
.repository_items:hover .repository_items_overlay {
    top: 0; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
}
.repository_items:hover .repository_items_contentarea{
    visibility: hidden; 
}
.content_carbon_area p {
    margin: 20px 0px;
}
.repository_items_overlay .content_repository_item {
    padding: 20px 0px 30px;
}
.content_carbon_area p:last-child {
    margin-bottom: 0px; padding-bottom:0px;
}
.content_pledged_business {
    margin-top: 15px;
}
.content_repository {
    margin: 20px 0px;
}
.button.button_list {
    margin-right: 25px; 
}
.business_partner_list a{
    text-align: center;
}
img.logo_business {    
    max-width: 100%;
}
ul.menu_items {
    display: flex;
    flex-wrap: wrap;  
    padding-left: 0px;
}
ul.menu_items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
}
/*ul.menu_items li{
    flex: 0 0 auto;
    width: 25%;
    text-align: center;
}*/
ul.menu_items li a{
    padding: 50px 20px;
    position: relative;
    display: inline-block;
    width: 100%;
}
ul.menu_items li a.active:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 12px;
    width: 100%;
    background-color: #EAEAEA;
}
.page-template-hkia-key-initiatives ul.menu_items {
    justify-content: space-between;
}
.page-template-hkia-key-initiatives ul.menu_items li {
    flex: 0 0 25%;
    width: 25%;
    text-align: center;
}
.pledged_business_fillter .airport-filter-item {
    position: relative;
    width: 33%;
    float: left;
    padding-right: 50px;
}
.pledged_business_fillter .case-study-filter-item.list_by {
    width: 67%;
    text-align: right;
}
.pledged_business_fillter .case-study-filter-item.list_by .case-study-filter-item-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    margin-left: 15px;
}
.styledSelect::after {
    right: 10px;
    border-color: #000000;
}
.case-study-filter-box[data-tab="businesspartner"]::after {
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #303030;
    position: absolute;
    top: 44%;
    right: 17px;
    transform: rotate(45deg) translateY(-50%);
    border-top: 0;
    border-left: 0;
}
.case-study-filter-box.open-box[data-tab="businesspartner"]::after, .news-filter-box.open-box[data-tab="businesspartner"]::after, .news-filter-box.open-box[data-tab="scope_item"]::after{
    top: 15px;
    right: 20px;
    transform: rotate(225deg) translateY(-50%);
}
.case-study-filter-box.open-box[data-tab="businesspartner"]::after{
    right: 20px;
}
.styledSelect.active::after{
    top: 15px;
    right: 15px;
    transform: rotate(225deg) translateY(-50%);
}
.single-main-banner { 
    background-repeat: no-repeat;    
    padding-top:280px;
    position: relative;
    /*    margin-bottom: 80px;*/
    background-position: top center;
}
.single-main-banner .border-full{
    min-height: 600px;    
}
.company_name {
    margin-bottom: 30px;
}
.partner-profile {
    margin-bottom: 5px;
    padding: 0px;
    font-family: 'Nunito';
    display: inline-block;
    width: 100%;
}
.content-area ul {
    list-style: disc;
    margin-left: 20px;
    margin: 15px 0px 15px 0px;
    padding-left: 20px;
}
.content-area ul li{
    padding:  5px 0px 5px 10px;
    font-weight: 400;
    line-height: 24px;
}
.content-area ul li::marker {
    color: #07D7CD;
}
.content-area a{
    text-decoration: underline;
}
.content-area a:hover {
    font-weight: 600;
}
/*#gallery-slider .owl-item .item {
    border: 1px solid transparent;
    webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;     
}
#gallery-slider .owl-item:hover .item {
    border: 1px solid #707070;
    webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;     
}
#gallery-slider .owl-stage {
    display: inline-flex;
}
#gallery-slider .owl-item{
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; 
}*/
/*#gallery-slider .owl-item:hover {
    margin-left: 15px!important;
    margin-right:35px!important;
    transform: scale(1.15);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; 
}*/
#gallery-slider.owl-carousel .owl-item img {
    aspect-ratio: 1 / .8;
    object-fit: cover;
    margin-bottom: 10px;
}
.full_name {
    margin-top: 15px; padding-bottom: 0px;
}
.quote-box {
    padding: 50px 50px;
    border: 1px solid #707070;
}
.quote-box span{
    color: #07d7cd;
}
h4.content_quote {
    font-size: 27px;
}
.event-box-inner .date {
    padding-top: 0;
}
.event-box-inner .row {
    height: 100%;
}
.event-title {
    margin-bottom: 10px;
}
.event_image {
    margin-top: 7px; position: relative;
}
.event-filter {
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, rgb(49 239 255 / 10%) 100%) 0% 0% no-repeat padding-box;    
}
.event-box {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 40px;
    margin: 25px 10px;
    background-color: #fff;
    height: calc(100% - 50px);   
}
.event_image {
    margin-top: 0;
    border-radius: 0px 40px  40px 0px;
    overflow: hidden;
    height: 100%;
}
.list-event-box-inner .event_image{
    border-radius: 0px 0px  0px 0px;
}
.button_events {
    position: absolute;
    right: 40px;
    bottom: 0px;
}
.button_events_outer{
    position: relative;
}
.our-news #news-slider .owl-item{
    padding: 10px 0px;
}
.news-box {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 40px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin: 0px 6px;
    background-color: #fff;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
}
.news-box:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(45deg, #146A71FD 0%, #07d7cd 100%) 0% 0% no-repeat padding-box;
    opacity: 0;
    transition: all .3s ease-in-out;
    z-index: -1;
}
.news-box:hover:after{
    opacity: 1;
    transition: all .3s ease-in-out;
}
.news-box.list-news-box-inner:hover:after{
    opacity: 0;
}
.news-box:hover .news-box-inner * {
    color: #fff;
}
.news-box:hover a:hover{
    color: #fff;
}
.news-post-list {
    margin: 80px auto 0px;
}
#news-post-list-slider {
    max-width: 1400px;
    margin: 0px auto;    
}
.news_meta {
    margin: 15px 0px;
}
/*.news_meta p{
    padding: 0px;
}*/
.news-box-inner {
    margin: 40px 40px 70px;
}
.news_image {
    position: relative;
}
.news_learn_more {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(63, 98, 147 , .7);
    opacity: 0;
    transition: all .3s ease-in-out;
}
.news-box:hover .news_learn_more {
    opacity: 1;
    transition: all .3s ease-in-out;
}
.our-news {
    background-color: #E9F7FF;
}
.post_content {
    padding: 0px;
}
.case-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap; 
    width: 100%;
    padding: 30px 20px;
    margin: 10px 0px;
    background: #F9F9F9;
}
.case-title {
    margin-bottom: 0;
}
.case-box-inner {
    padding-left: 20px;
}
.single-case-study-posts-item-content-full p {
    padding: 0px 0px;
}
.single-case-study-posts-item-headline .h3 {
    margin: 20px 0px;
}
.all-case-study-link a.button {
    min-width: 230px;
}
.news_image img {
    width: 100%;
    aspect-ratio: 1 / .7;
    object-fit: cover;
}
.select .styledSelect, .airport-filter-box, .event-filter-date-filter-item, input.form-control-box.filter-input_search{
    font-family: 'Gotham Rounded', sans-serif;
}
.case-study-posts-item-image .case_study_image {
    width: 100%;  
    aspect-ratio: 1 / .8; 
    border-radius: 40px;
    object-fit: cover;
}
/*.case-study-posts-item-meta p{
    padding: 0px 0px;
}*/
.list-case-study-posts-item-image a img{
    aspect-ratio: 1 / .6;     width: 100%; object-fit: cover;
}
.case-study-posts-item-excerpt p{
    padding-top: 0px;
}
.case-study-posts-item{
    margin-top: 35px;
}
.case-study-post-list .case-study-posts-item-inner:hover:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    right: -30px;
    top: -30px;
    background-image: url('../images/filter%20icons/Rectangle%20910.png');
    z-index: 222;
    background-size: cover;
    transition: all .3s ease-in-out;
}
/*.featued-event-item-meta-item{
    padding: 0px 0px;
}*/
.featued-event-item-image img {
    max-width: 100%;
    /*   aspect-ratio: 1/ .85;
       object-fit: cover;*/
}
.featued-report-content-inner {
    /*    max-width: 550px;    */
}
.featued-report-item-excerpt {
    height: 215px;
    overflow: auto;
    padding-right: 30px;
}
.featued-report-item-excerpt p{
    padding: 0px;
}
#featued-report-posts .owl-dots {
    margin-top: 0px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
img.featued-report_image {
    width: 100%; 
    -o-object-fit: cover;
    object-fit: cover;
}
img.report_image {
    margin-left: 50px;
}
.event-filter-outer.airport-filter-outer{
    margin-top: 0; margin-bottom: 40px;
}
.single-news-main-head-title > p {
    padding: 0px 0px;
}

.page-template-hkia-key-initiatives ul.menu_items, .page-template-decarbonisation-journey ul.menu_items{
    border-bottom: 1px solid #333333;
}
.decarbonisation-content-box{
    max-width: 1160px;
}
.scope_listing {
    display: inline-block;
    margin-right: 25px;
    cursor: pointer;
}
.scope_listing:last-child {
    margin-right: 0px;
}
.tab-section {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.button.active:before {
    width: 100%;
}
.tab-section .button.active span, .tab-section .button:hover span{
    color: #fff!important;
}
.tab-content-inner .color-black.button:hover span{
    color: #000!important;
}
.tab-content-inner{
    display: none;
}
.tab-content-inner.active{
    display: block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {    
    border: none;
    outline: none;
    box-shadow: none;
}
.scope-icon {
    width: 100%;
    margin: 0px auto 25px;
    text-align: center;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scope-icon img {
    width: auto!important;
    margin: 0px auto;
    max-height: 150px;
}
.scope_slider .scope-icon img{
    max-height: 100px;
}
.scope-post-content p{
    padding-top: 0px; margin: 0px!important;
}
.scope-item-box{
    border: 5px solid;
    padding: 60px 20px;
    border-radius: 40px;
    background-color: #fff;    
    height: 100%
}
.scope-box {
    max-width: 460px;
    margin: 0px auto;
}
#milestone-section .owl-carousel .owl-item {   
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 25px;
}
.scope-box-inner .post_content{
    padding: 0px 0px 0px;
}
.scope-post-content.content-scroller {
    height: 125px;
}
.scope-post-content{
    overflow-x: hidden;
    overflow-y: auto;
    height: 300px;
    padding: 0px 15px;
}
.scope_slider .scope-post-content{
    height: 250px;
}

.scope-post-content::-webkit-scrollbar{ 
    border-radius: 15px;
    width: 5px;
    background-color: #e1e1e1;
}
.scope-post-content::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    border-radius: 15px;
    background-color: #ffffff;
}
.scope-post-content::-webkit-scrollbar-thumb{
    border-radius: 5px;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    background-color: #e1e1e1;
}
.content-scroller{
    overflow-x: hidden;
    overflow-y: auto;
    height: 170px;
    padding: 0px 15px;
}
.content-scroller::-webkit-scrollbar{ 
    border-radius: 15px;
    width: 5px;
    background-color: #e1e1e1;
}
.content-scroller::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    border-radius: 15px;
    background-color: #ffffff;
}
.content-scroller::-webkit-scrollbar-thumb{
    border-radius: 5px;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    background-color: #e1e1e1;
}
.content-scroller::-webkit-scrollbar-thumb:vertical {
    min-height: 50px;
}
.featued-event-item-excerpt {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 240px;
    padding-right: 30px;
}
.featued-event-item-excerpt p{
    padding: 0px 0px;
}
.featued-event-item-excerpt::-webkit-scrollbar{ 
    border-radius: 15px;
    width: 5px;
    background-color: #e1e1e1;
}
.featued-event-item-excerpt::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    border-radius: 15px;
    background-color: #ffffff;
}
.featued-event-item-excerpt::-webkit-scrollbar-thumb{
    border-radius: 5px;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    background-color: #e1e1e1;
}
.membership_date_content.content-area p {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}
.membership_date_content{
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 195px;
    padding-right: 20px; 
    padding-top: 0px;
    padding-bottom: 0px;
    overflow-anchor: none;    
}
.membership_date_content::-webkit-scrollbar{ 
    border-radius: 15px;
    width: 5px;
    background-color: #e1e1e1;
}
.membership_date_content::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    border-radius: 15px;
    background-color: #ffffff;
}
.membership_date_content::-webkit-scrollbar-thumb{
    border-radius: 5px;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    background-color: #e1e1e1;
}
.content-area p {
    margin: 10px 0px;
}
.leadership-banner-content {
    min-height: 450px;
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}
#accolades_slider .owl-dots {
    padding: 0px 4%;
}
#leadership {
    /*    background-size: 100% 600px;
        background-position: top center;
        background-repeat: no-repeat;*/
    /*    background-attachment: fixed;*/
    background: transparent linear-gradient(180deg, #3990DF 35%, #FFFFFF 65%) 0% 0% no-repeat padding-box;
}
.button_list {
    display: inline-block;
    margin-right: 25px;    
    margin-bottom: 15px; 
}
.scope-box-inner .scope-title {
    min-height: 80px;
    margin-bottom: 0px;
    padding-bottom: 25px
}
.button.button_list {
    margin-right: 25px;
    margin-bottom: 15px;
}
.options li{
    font-size: 14px;
}
.membership_buttons-single-partner{
    margin-top: 40px;
}
.accolades_content-inner .content {
    max-width: 300px;
}
.hkia_greenovation_fund_top-content, .hkia_greenovation_fund_bottom-content {
    max-width: 550px;
}
.greenovation_top-content p:last-child{
    margin-bottom: 0; 
    padding-bottom: 0px;
}
.page-template-bp_repository {
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, rgb(49 239 255 / 10%) 100%) 0% 0% no-repeat padding-box;
}
.post-password-form input[type="submit"]{
    letter-spacing: 0px;
    color: #ffffff;
    font-family: "Gotham Rounded", sans-serif;
    font-weight: normal;
    border: 2px solid #C5FF28;
    padding: 7px 40px;
    /*    margin: 0;*/
    float: left;
    position: relative;
    min-width: 145px;
    text-align: center;
    transition: all .35s ease-Out;
    border-radius: 30px;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-decoration: none!important;
}
/*.post-password-form input[type="submit"]:hover {   
    background: #e1e1e1;
    transition: all .35s ease-Out;
}*/
form.post-password-form {
    text-align: center;
}
input#pwbox-113 {
    padding: 6px 20px;
    border-radius: 25px;
    border: 1px solid;
    margin: 0px 10px;
    min-width: 260px;
}
/*#password-protected-section1 label {
    margin-top: 25px;
}*/
.news-filter .news-post-list .news-posts-list-inner.col {
    width: calc(100% + 220px);
}
.news-box.list-news-box-inner .news-box-inner .news_meta {
    text-align: left;
    display: flex;
    margin-bottom: 0px;
}
.news-posts-list-inner.list .news_meta{
    margin: 15px 0px 0px;
}
.airport-filter-inner{
    z-index: 2!important;
}
.list-news-box{
    padding: 0px!important;
}
.no-item-found p {
    font-weight: 400;
}
.news-filter #news-post-list-slider.owl-carousel .owl-stage ,#event-slider.owl-carousel .owl-stage {
    display: flex;
}
.news-filter #news-post-list-slider .item {
    height: 100%;
    display: flex;
    margin-top: 10px;
    padding-bottom: 20px;    
}
/*div#scope_sliderscope-1 {
    padding: 1px;
}*/
#scope_sliderscope-1.owl-carousel .owl-stage, #highlights_slider.owl-carousel .owl-stage {
    display: flex;
}
div#highlights_slider .owl-stage-outer {
    padding: 30px 20px;
}
#scope_sliderscope-1 .item {
    height: 100%;
    display: flex;
    padding-bottom: 10px;
}   
.image_emission2 img{
    min-width: 450px;
}
.video-player{
    background: #F9F9F9 0% 0% no-repeat padding-box;
    width: 100%;
    height: auto;
    min-height: 600px;
    position: relative;
}
.video-right-side-content {
    margin: 20px 0px;
}
.content_right_side {
    padding: 0px 0px 10px;
    /*    font-size: 12px;*/
}
.title_items {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 30px auto;
}   
.title_items .title_item{
    margin: 0px 10px; position: relative;
}
.title_items .title_item:first-child{
    margin-left: 0px;
}
.title_items .title_item:last-child{
    margin-right: 0px;
}
.title_items .title_item:before {
    position: absolute;
    content: '';
    width: calc(100% + 20px);
    left: 50%;
    top: calc(100% + 13px);
    height: 1px;
    background-color: #707070;
}
.title_items .title_item:last-child:before{
    display: none;
}
.title_items .title_item:not(:first-child):not(:last-child):after {
    position: absolute;
    content: '';
    width: calc(100% + 20px);
    left: -59px;
    top: -16px;
    height: 1px;
    background-color: #707070;
}
.title_items .title_item:nth-child(4):after{
    display: none;
}
.title_items .title_item:first-child:after {
    position: absolute;
    content: '';
    width: 1px;
    left: 50%;
    top: -16px;
    height: calc(100% + 30px);
    background-color: #707070;
}
.title_items .title_item:last-child:after {
    position: absolute;
    content: '';
    width: 1px;
    left: 50%;
    top: 0px;
    height: calc(100% + 14px);
    background-color: #707070;
}
.video_title_3:before {
    position: absolute;
    content: '';
    width: 1px;
    left: 50%;
    top: -16px;
    height: 15px;
    background-color: #707070;
}
.video_title_3:after {
    position: absolute;
    content: '';
    width: 1px;
    left: 50%;
    top: calc(100% + 14px);
    height: 15px;
    background-color: #707070;
}
.video_title_2:before {
    position: absolute;
    content: '';
    width: 1px;
    left: 50%;
    top: -31px;
    height: 15px;
    background-color: #707070;
}
p.video_title {
    font-weight: bold;
    font-size: 29px;
    padding: 30px;
    background-color: #ffffff;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: 'Nunito';
    text-transform: uppercase;
    border: 1px solid;
    margin: 0px 0px;
    border-radius: 10px;
    position: relative;
    z-index: 1111;
}
p.video_title.active{
    background: #fff;
}
.title_trajectory {
    margin-bottom: 25px;
}
#myVideo {
    width: 100%;
    height: auto;
    margin-top: 0%;
    top: 0;
    bottom: 0;
    margin-bottom: -10px;
    position: relative;
    /*    aspect-ratio: 1 / .563;*/
}
.video-player-box {
    display: inline-block;
    width: 100%;
    position: relative;
}
.pillar-title {
    margin: 20px 0px 15px; cursor: pointer;
}
.post_content.pillar-content{
    padding: 0px 0px;
}
.scope-post-content.pillar-post-content{
    height: 130px;
}
.year_road-title {
    margin-bottom: 0;
    opacity: .3;
    text-align: right;
    margin-right: -25px;
    /*    cursor: pointer;*/
}
.year_road-title.active{
    opacity: 1;
}
.year_road-lists {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 100px 15px 40px 0px;
    max-width: 1345px;
    float: right;
}
.roadmap-lists .roadmap-box {
    margin-top: 15px;
    padding: 15px 0px;
    width: 100%;
    background-color: #F9F9F9;
    display: flex;
    align-items: center;
    /*    justify-content: space-between;*/
}
.roadmap-box .roadmap-box-inner {
    margin: 0 0px;
    text-align: left;
    max-width: 1360px;
    float: right;
    width: 100%;
    padding-right: 15px;
    /*    padding-left: 3.5%;*/
}

.roadmap-box .roadmap-icon {
    width: calc(100% - 1345px);
    padding: 30px 30px;
    text-align: center;
}
.roadmap-icon img {
    max-width: 65px;
    max-height: 65px;
    margin-bottom: 20px;
}
.roadmap-inner-fixed {
    position: fixed;
    width: 100%;
    top: -100%;
    background-color: #fff;
    padding: 15px 0px;
    z-index: 3333;
    transition: all 1s ease-in-out;
}
.roadmap-inner-fixed.fixed {    
    top: 0;
    transition: all 1s ease-in-out;
}
.roadmap-inner-fixed.fixed .year_road-lists {    
    margin: 25px 15px 10px 0px;
}
.gray-bar {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    float: left;
}
.gray-bar-line {    
    background-color: transparent;
    height: 15px;
    padding: 0;
    float: left;
    margin: 0;
}
.gray-line{
    background-color: #C9C9C9;
}
.roadmap-box-inner-inner {
    margin-bottom: 15px;
}
.roadmap-box-inner-inner:last-child {
    margin-bottom: 0px;
}
p.roadmap-title {
    padding-bottom: 0;
}
li.gray-bar-line.transparant {
    background-color: transparent;
} 
.reset-filter-item p {
    margin-left: 15px;
    display: inline-block;
}
.reset-filter-item:hover p img{
    animation: rotate-animation 1s;
}
@keyframes rotate-animation {
    0% {
        transform: rotate(360deg);
    }
    50% {
        /* transform: rotate(180deg); */
    }
    100% {
        transform: rotate(0deg);
    }
}
.reset-filter-item img {
    max-width: 22px;
}
.list_by_item svg {
    width: 25px;
    height: 24px;
}
.list_by_item.active-list #Icon_core-border-all{
    fill: #07d7cd;
}
.list_by_item.active-list #Icon_feather-list{
    stroke: #07d7cd;
}
.list_by_item .Icon_feather-list{
    width: 32px;
    height: 21px;
}
.list_by_item svg.asc-desc {
    width: 30px;
    height: 23px;
}
.orderby{
    margin-right: 20px;    cursor: pointer;
}
.orderby svg{
    width: 30px;
    height: 24px;
}
.news-event-banner .banner-graphic-2 {
    position: absolute;
    content: '';
    top: 0;
    right: 0px;
    /*    max-width: 230px;*/
}
.news-event-banner .banner-content-area {
    top: 370px;
    align-items: flex-start;
    min-height: auto;
}
.main-banner.news-event-banner{
    flex-wrap: wrap;
    position: absolute;
}
.news-event-main-container{
    position: relative;
    width: 100%;
    margin-top:650px;
}

#news-post-list-slider.owl-theme .owl-dots, #event-grid-slider.owl-theme .owl-dots, #event-listview-slider.owl-theme .owl-dots {
    justify-content: center;
}
.featued-event-item-meta-item span {
    display: inline-block;
}
.featued-event-item-read-more .button {
    min-width: 220px;
}
.event-post-list {
    margin-top: 30px;
}
.owl-nav {
    position: absolute;
    top: 40%;
    min-width: calc(100% + 200px);
    left: -100px;
    display: inline-flex;
    justify-content: space-between;
}
#event-grid-slider .owl-nav {
    position: absolute;
    top: 30%;
    min-width: 140%;
    left: -20%;
    justify-content: space-between;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    border: none;
    outline: none;
    box-shadow: none;    
    font-weight: 100;
    font-size: 2em;
}
.event-box-meta-item-icon img {
    width: auto!Important;
    margin-top: -3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}
.featued-report-item-meta-item a:hover{
    text-decoration: underline;
}
.owl-theme .owl-nav button span {
    color: #07D7CD;
}
.owl-theme .owl-nav button.disabled span{
    opacity: .45;
    color: #303030;
}
.event-box-meta-item-icon {
    display: inline-block;    
    margin-top: 1px;
}
.event-box-meta-item{
    margin-bottom: 5px;
}
.event-box-meta-item:last-child{
    margin-bottom: 0px;
}
.event_list-columns .event_image {
    max-height: 100px;
}
.event_list-columns .event_image img{
    max-height: 100px;
    object-fit: cover;
    width: 190px;
}
.event_list-column1 {
    display: inline-block;
    max-width: 190px;
}
.event_list-column2 {
    display: inline-block;
    margin-left: 20px;
    width: calc(100% - 215px);
}
.event_list-columns {
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
}
.event_list-columns .event-box-meta {
    margin: 0px 0; 
}
.list-news-box{
    border-bottom: 1px solid #303030; 
}
.list-news-box .news-box {
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin: 0px 0px;   
    padding: 0px;
}
.list-news-box .news-box:hover{
    background: none;
}
.list-news-box  .news-box:hover .news-box-inner * {
    color: #303030;
}
.news-box.list-news-box-inner .news_image img {
    max-height: 100px;
    object-fit: cover;
}
.single-news-main-image{
    border-radius: 40px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.single-news-main-image img{
    width: 100%;
}
.news-main-head-row{
    margin-top: 50px;
}
/*.single-main-banner .banner-graphic-1 {
    position: absolute;
    content: '';
    top: 280px;
    left: 0;
    max-width: 200px;
}*/
.single-main-banner .rounded-box{
    z-index: 111;
    position: relative;
}

.single-news-main-meta a:hover{
    font-weight: normal;
    text-decoration: none;
}
.news-middle-content-head h5 {
    color: #07d7cd;
    margin-bottom: 0px;
}
.news-gallery-item {
    border-radius: 40px;
    overflow: hidden;
}
.news-gallery-item img {
    aspect-ratio: 1/1;
    object-fit: cover;
}
.news-main-bottom_gallery-row img{
    border-radius: 40px;    
}
.our-related-news {
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, rgb(49 239 255 / 10%) 100%) 0% 0% no-repeat padding-box;
}
.done-icon {
    max-width: 200px;
    margin: 0px auto;
}
.contact_us_form_inner {
    position: relative; 
}
.contact-page-form .gform_wrapper.gravity-theme .gform_validation_errors{
    position: absolute; top: 35px;
}
.contact-page-form .gform_confirmation_message br {
    display: none;
}
.contact-page-form .gform_confirmation_message {
    display: flex;
    justify-content: space-between;
}
.gform_fields h4 {
    margin-bottom: 50px;
}
.contact-page-form .gform_wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.contact-page-form form {
    width: 50%;
}
.contact-page-form .gform_heading {
    width: 50%;
    text-align: right;
    padding-top: 0px;
}
div#gf_2 {
    display: none;
}
.gform_confirmation_message {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-page-form h4{
    max-width: 650px;
}
#contact-page-form .rounded-box {
    margin-top: -160px;
    min-height: 600px;
    display: flex;
    align-items: center;
    border-radius: 46px 46px 0px 0px
}
#contact-page-form {   
    position: relative;
    z-index: 1;
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, rgb(49 239 255 / 10%) 100%) 0% 0% no-repeat padding-box;
}
/*.contact-page-banner .banner-graphic-1{
    top : 60%;
}*/
/*.contact-page-banner .banner-graphic-2 {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
        max-width: 250px;
}*/
.news_bottom_gallery_video {
    position: relative;
}
.video_button_section{
    height: 100%;
    width: 100%;
    top: 0;
    display: flex;
    left: 0;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.video_button {
    color: #07d7cd;
    font-size: 65px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.video_button .fa-circle-play {
    background-color: #fff;
    border-radius: 50%;
}
.video_button:hover, .video_button:focus {
    color: #C5FF28;
}
div#videoModal.show {
    display: inline-flex !important;
    align-items: center;
    /*    transform: translateY(0) translateX(0);
        transition: opacity .5s,transform .5s,-webkit-transform .5s;*/
}
.modal#videoModal {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    background: rgba(255,255,255,0.8);
    z-index: 99999;
    /*    transform: translateY(200px) translateX(-200px);
        transition: opacity .5s,transform .5s,-webkit-transform .5s;*/
}

#videoModal button.close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 45px;
    color: #000;
    z-index: 999999;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    top: -65px !important;
    opacity: 1;
    margin-top: 2%;
    position: absolute;
    right: 0;
    font-family: 'themify';
    cursor: pointer;
    font-weight: 100;
    text-shadow: none;
    background: transparent;
}
.modal-dialog{
    pointer-events: all;
}
#videoModal .modal-dialog {
    width: 90%;
    margin: 0 auto;
    min-width: 300px;
    max-width: 700px;
}
#videoModal .modal-content {
    padding: 0;
    border-radius: 9px;
    overflow: hidden;
}
/* Temporary until Bootstrap 5 brings these rules back... */

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.button_items {
    margin: 0px 15px;
}
.repository-right-section {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-end;
    margin-right: 50px;
}
.repository-right-section img{
    margin-bottom: 15px;
}
#repository {
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, rgb(49 239 255 / 10%) 100%) 0% 0% no-repeat padding-box;
}
#repository .button_list{
    margin: 0px;
}
.col-five{
    flex: 0 0 auto;
    width: 20%;
}
#business_partner_list .col-five {
    display: flex;
    align-items: center;
}
#business_partner_list .col-five a {
    padding: 0px 10px;
}
#business_partner_list .col-five.businees-partner-item {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
#pledged_business_partners .new-event-top-link-list-item{
    flex: 0 0 auto;
    width: 33.33%;
}
.featued-case-study-posts-item-meta-item{
    font-size: 16px;
}
.featued-case-study-posts-item-meta-item a:hover{
    text-decoration: underline;
}
#featued-case-study {
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, rgb(49 239 255 / 5%) 100%) 0% 0% no-repeat padding-box;    
    background-position: bottom;
    background-size: 100% 50vh;
}
.scopebox {
    width: 65px;
    height: 65px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 26px!important;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Nunito", serif;
    cursor: pointer;
    position: relative;
    font: normal normal 800 26px / 30px Nunito !important;
}
.event-box-meta.case-studies-box-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.initiatives_galley_item_head {
    font-size: 14px;
}
.case-study-posts-item-inner img.case_study_image {
    width: 100%;
    aspect-ratio: 1 / .8; 
    border-radius: 40px;
    object-fit: cover;
    box-shadow: 0px 3px 6px #00000029;
}
.scopebox-discription .content-discription {
    line-height: 1.3;
}
.case-study-posts-item-inner .scopebox-discription {
    right: 0;
}
.case-study-posts-item-inner {
    position: relative;
}
.scope-logo {
    width: 100%;
}
.scopebox .scopebox-discription {
    background: #F7F7F7 0% 0% no-repeat padding-box;
    border: 2px solid #D5D5D5;
    padding: 25px;
    position: absolute;
    width: 300px;
    top: 70px;
    display: none;
    z-index: 2222;
    text-align: left;
}
.scopebox:hover .scopebox-discription {
    display: block; 
}
.content-discription p {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
}
.scopebox-discription .title-discription p {
    padding: 0px;
    width: calc(100% - 60px);
    text-align: left;
}
.scopebox-small{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 20px !important;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Nunito", serif;
    margin-right: 10px;
}
.case-box .scopebox .scopebox-discription, .single-case-study-posts-item-meta .scopebox-discription{
    left: 0;
}
.font-bold {
    font-weight: 700;
}
.title-discription {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.list-layout .list-scope{
    display: flex;  justify-content: flex-start;
}
.scopebox.scopebox-small-list {
    font-size: 12px!important;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    margin-right: 5px;
}
.scopebox.scopebox-small-list:last-child{
    margin-right: 0px;
}
.case-study-posts-item.list-layout {
    padding: 0px 0px;
    margin: 0px 20px;
}
.scopebox.scopebox-small-list .scopebox-discription {
    top: 0px;
    left: 0;
}
.default-page.main-container {  
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, rgba(49, 239, 255,  .1) 100%) 0% 0% no-repeat padding-box;
}
.page-template-default .banner-graphic-2 {
    /*  top: 0;
      max-width: 210px;*/
}
.page-template-default .banner-content-area{
    top: -100px;
}
/*.page-template-default .single-main-banner .banner-graphic-1{
    top: 180px;
}*/
.case-study-template-default .single-main-banner {
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #31EFFF 100%) 0% 0% no-repeat padding-box;
}
.initiatives-content ul li{
    font-weight: 500;
}
.initiatives-content p {
    margin: 0px 0px; padding: 0px 0px;
}
.support_programme_tab_list.initiatives-menu{
    max-width: 1520px;
    margin: 50px auto 0px;
}
.tab-content-box, .tab-content-box-scopebox{
    float: left;
}
.tab-content-box-scopebox{
    width: 100px;
}
.tab-content-box{
    width: calc(100% - 100px);
}
.scope_slider{
    display: inline-block;
    width: 100%;
    width: calc(100% + 5.5vw) !important;
}
.tab-section-outer {
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, rgba(49, 239, 255, .1) 100%) 0% 0% no-repeat padding-box;
    background-size: 100% 50%;
    background-position: bottom;
}
.highlights_content h6{
    /*    font-family: "Inter";*/
    text-align: center;
    line-height: 24px;
}
.highlights_image {
    width: 100%;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
}
.highlights_image img {
    max-height: 100%;
    max-width: 125px;
}
.highlights_content {
    margin-left: 0px;
}
#achievements .container-lg .row.space-40 {
    padding-left: 50px;
    padding-right: 50px;
}
.highlights_item {
    padding: 40px 40px;
    height: 100%;
    box-shadow: 0px 5px 20px #0000000D;
    border-radius: 46px;
    margin: 0px 0px 0px 0px;    
}
#accolades_slider.owl-carousel .owl-stage {
    display: flex;
}
.accolades_content {
    background-size: cover;
    background-position: center center;
    position: relative;
    display: flex;
    height: 100%;
    aspect-ratio: 1/.9;
    max-height: 300px;
    width: 100%;
}
.accolades_content .accolades_content-inner {
    position: absolute;
    background-color: rgba(20, 106, 113, .8);
    padding: 15px 15px;
    color: #fff;
    text-align: center;
    top: 100%;
    width: 100%;
    left: 0;
    height: 100%;
    right: 0;
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.accolades_content:hover .accolades_content-inner{
    top: 0;
    transition: all .3s ease-in-out;
}
.accolades_content .content p {
    color: #fff;
    font-size: 14px;
    height: 100%;
    line-height: 1.5em;
    font-weight: 300;
}
p.sub_title {
    font-weight: 500;    margin-bottom: 10px;
}
.airport_carbon_image {
    text-align: center;
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.airport_carbon_image img {
    width: auto!important;
}
.airport_carbon_item {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 40px;
    padding: 50px 40px;
    margin: 10px;
}
h6.title {
    /*    font-family: 'Inter'; */
    margin-bottom: 15px;
}
.airport_carbon_item p {
    padding: 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.airport_carbon_item p:last-child {   
    margin-bottom:0px;
}
.airport_carbon_content.content-area ul{
    margin-bottom: 0px;
}
.airport_carbon_content-area {
    position: relative;
}
.esg-performance-content p{
    padding: 0px 0px;
}
.esg-performance-content p:last-child{
    margin-bottom: 0px;
}
.title-esg{
    margin-top: 20px;    padding-bottom: 0;    color: #07D7CD;
}
.esg-performance-content.content-area ul li {
    padding-top: 0px;
    padding-bottom: 0px;
}
.airport_carbon_content {
    overflow-x: hidden;
    overflow-y: auto;
    height: 290px;
    padding: 0px 15px;
}
.airport_carbon_content::-webkit-scrollbar{ 
    border-radius: 15px;
    width: 5px;
    background-color: #e1e1e1;
}
.airport_carbon_content::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    border-radius: 15px;
    background-color: #ffffff;
}
.airport_carbon_content::-webkit-scrollbar-thumb{
    border-radius: 5px;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    background-color: #e1e1e1;
}
.image_esg_ratings {
    min-height: 200px;
    margin-bottom: 30px;
}
.owl-item .airport_carbon_item .airport_carbon_image img:hover {
    transform: none!important; 
}
.airport_carbon_content-area h6.title {
    margin: 15px 0px;
    text-align: center;
    min-height: 55px;
}
.content-area.esg-performance-content {
    margin-top: 0;
    padding-top: 0;
}
.border-bottom-sky {
    border-bottom: 1px solid #00BF8E;
}
.objective-content p{
    padding: 10px 0px;
}
.title_programme {
    font-family: 'inter';
    margin-bottom: 15px;
    font-weight: 600;
}
.sky-color{
    color: #07D7CD;
}
.programme-container {
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, rgb(49 239 255 / 10%) 100%) 0% 0% no-repeat padding-box;
}
.capacity_building-title {
    color: #00F6D5;
}
.capacity-building {
    background-size: 100% 600px;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #F5FEFF;
}
.title_heading_governance {
    padding: 15px 0px;
}
.content_governance {
    max-width: 980px;
}
.event-section p.event_content.custom-scroller {
    max-height: 120px;
    padding: 0px 30px 0px 0px;
}
.event-section {
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, rgb(49 239 255 / 5%) 100%) 0% 0% no-repeat padding-box;
}
.upcoming-event-head{
    margin-bottom: 15px;
}
.senior_executive-content {
    max-width: 515px;
}
span.projects_funded-icon {
    min-width: 30px;
    display: inline-block;
}
span.projects_funded-icon img{
    width: 19px; margin-top: -3px;
}
.projects_funded-meta-item {
    margin: 0px 0px 3px;
}
.projects_funded-meta-left{
    width: 70%;
}
.projects_funded-meta-right{
    width: 30%; text-align: right;
}
.projects_funded-image img {
    border-radius: 40px;
    aspect-ratio: 1/ .8;
    width: 100%;
    object-fit: cover;
}
.event-box-inner.urlactive{
    position: relative;
    z-index: 1;
}
.event-box-inner.urlactive:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background-color: rgb(12, 143, 126);
    opacity: 0;
    transition: all .3s ease-in-out;
    border-radius: 40px;
    z-index: -1;
}
.event-box-inner.urlactive:hover:before {
    opacity: 1; transition: all .3s ease-in-out;
}
.urlactive:hover *{
    color: #fff;
}
.urlactive:hover .event-box-meta-item-icon svg path {
    fill: #fff; transition: all .3s ease-in-out;
}
.urlactive{
    position: relative;
}
.urlactive:hover:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    right: -27px;
    top: -20px;
    background-image: url('../images/filter icons/Rectangle 910.png');
    z-index: 222;
    background-size: cover;
    transition: all .3s ease-in-out;
} 
.event-box-inner {
    border-radius: 40px; height: 100%;
}
#event-grid-slider .event-box {
    margin: 20px 30px;
}
.event-section .col-md-4 {
    padding: 0px;
}
.event-hover-button {
    display: none;
    transition: all .3s ease-in-out;
}
.urlactive:hover .event-hover-button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(63 98 147 / 69%) 0% 0% no-repeat padding-box;
    border-radius: 0px 40px 40px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
.gvernance-rounded-box {
    background-color: #ffffff;
    border-radius: 35px 35px 0px  0px;
    box-shadow: 0px 5px 30px #0000000D;
} 
#gvernance {
    display: inline-block;
    width: 100%;
    position: relative;
}
.quote_text {
    position: relative;
    max-width: 1020px;
    margin: 0px auto 50px;
}
.quote_text-title {
    padding: 55px 80px 0px;
}
.quote_text:before{
    position: absolute;
    content: '';
    width: 67px;
    height: 50px;
    left: 0px;
    top: 0px;
    background-image: url('../images/quotes-1.png');
    z-index: 222;
    background-size: cover;
}
.quote_text:after{
    position: absolute;
    content: '';
    width: 67px;
    height: 50px;
    right: 0px;
    top: 100%;
    background-image: url('../images/quotes-2.png');
    z-index: 222;
    background-size: cover;
}
.new-event-top-link-list-item.decarbo-top-link-list-item {
    position: relative;
    min-width: 25%;
}
#decarbonisation-initiatives {
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, rgb(49 239 255 / 13%) 100%) 0% 0% no-repeat padding-box;
}
.title_decarbonisation ,.title_wide_approach {
    margin-bottom: 25px;
}
.breakdown-list .breakdown-scopebox {
    cursor: default;
}
.milestone-title {
    margin-bottom: 15px;
}
#milestone_slider {
    width: calc(100% + 7vw - 30px);
}
#milestone {
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, rgb(49 239 255 / 10%) 100%) 0% 0% no-repeat padding-box;
}
#carbon-management-system {
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, rgb(49 239 255 / 10%) 100%) 0% 0% no-repeat padding-box;
}
sub {
    font-size: 90%;
}
.breakdown-title-area {
    display: inline-flex;
    width: 100%;
    align-items: center;
}
.breakdown-scopebox {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 22px!important;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Nunito", serif;
    cursor: pointer;
    position: relative;
    margin-right: 15px;
}
.breakdown-list {
    display: flex;
    width: 100%;
    background: rgb(40 181 255 / 7%) 0% 0% no-repeat padding-box;
    padding: 20px 10px;
    border-radius: 20px;
}
.breakdown-item {
    flex: 0 0 20%;
    width: 20%;
    padding: 0px 10px;
}
.breakdown-content {
    font-size: 12px;
    line-height: 16px;
}
p.breakdown-title{
    max-width: 120px;
}
.image_right_emissions img, .image_accreditation img{
    width: 100%;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    aspect-ratio: 1 / .75;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    -moz-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
}
.content-area ol{
    counter-reset:item;
}
.content-area ol li:before{
    content:"(" counter(item, lower-roman) ")"; 
    color: #07D7CD;
    counter-increment: item;
    position: absolute;
    text-align: right;
    margin-left: -30px;
}
.content-area ol li{
    margin: 4px 0 0 0;
}
.pillar-icon img {
    max-width: 50px;
    max-height: 50px;
}
.reduction-box {
    background: #F7FFFE;
    padding: 37px;
    border-radius: 40px;
    text-align: center;
    min-height: 100%;
    display: inline-block;
}
.reduction-box-icon {
    min-height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reduction-box-icon img {
    max-width: 80px;
}
.emission-reduction-boxes{
    position: relative;
}
.emission-reduction-boxes:before {
    content: '';
    position: absolute;
    background-color: #07D7CD;
    width: calc(100% - 70px);
    height: 2px;
    left: 0;
    top: 48%;
    z-index: -1;
}
.emission-reduction-boxes:after {
    content: '';
    position: absolute;
    background-image: url('../images/fly.png');
    width: 24px;
    height: 24px;
    left: calc(100% - 75px);
    top: calc(48% - 11px);
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}
.title_breakdown {
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    line-height: 30px;
}
.single-partner-quote_text{
    background-color: #F8FDFF;     
    padding: 85px 85px 60px;
    border-radius: 40px;
    position: relative;
}
.single-partner-title {
    margin-top: 25px;
    display: inline-block;
    margin-bottom: 0;
}
.quote_text {
    position: relative;
    max-width: calc(100% - 20px);
    margin: 0px auto 0px;
}
.single-partner-quote:before {
    position: absolute;
    content: '';
    width: 67px;
    height: 50px;
    left: 40px;
    top: 40px;
    background-image: url('../images/quotes-1.png');
    z-index: 222;
    background-size: cover;
}
.single-partner-quote:after {
    position: absolute;
    content: '';
    width: 67px;
    height: 50px;
    right: 40px;
    top: calc(100% - 120px);
    background-image: url('../images/quotes-2.png');
    z-index: 222;
    background-size: cover;
}
.gallery-section #gallery-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
.home-quote {
    padding: 60px 20px;
    position: relative;
}
.home-top-content:before {
    position: absolute;
    content: '';
    width: 67px;
    height: 50px;
    left: -40px;
    top: 0px;
    background-image: url('../images/quotes-1.png');
    z-index: 222;
    background-size: cover;
}
.home-top-content:after {
    position: absolute;
    content: '';
    width: 67px;
    height: 50px;
    right: -20px;
    top: calc(100% - 70px);
    background-image: url('../images/quotes-2.png');
    z-index: 222;
    background-size: cover;
}

#business-partner .owl-stage {
    display: flex;
    align-items: center;
}
#business-partner .owl-item .item svg ,#business-partner .owl-item .item img {
    height: auto!important;
    width: auto!important;
}
.news-filter #news-post-list-slider .item:hover:after{
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    right: -8px;
    top: -5px;
    background-image: url('../images/filter icons/Rectangle 910.png');
    z-index: 222;
    background-size: cover;
    transition: all .3s ease-in-out;
}
#business_partner_list svg {
    max-width: 100%;
    height: auto;
}
/***************Graph*************/
.emissions-graph {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.percentage-head {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1em;
}
.title-head, .title-head * {
    font-weight: 800;
}
.emissions-graph-left {
    width: 30%;
    text-align: left;
    padding: 20px;
    border: 3px solid #005B35;
    border-radius: 25px;
    min-width: 340px;
    position: relative;
}
.emissions-graph-left:before {
    position: absolute;
    content: '';
    left: 100%;
    width: 60px;
    height: 3px;
    background-color: #005B35;
    top: 50%;
}
.left-content_item {
    display: inline-flex;
    width: 100%;
    margin-bottom: 15px;
    align-items: center;
}
.left-content_item:last-child{
    margin-bottom: 0px;
} 
.emissions-graph .title_item{
    float: left;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Nunito", serif;    
    position: relative;
}
.left-content_item .content_item {
    float: left;
    width: calc(100% - 80px);
    padding: 0px 12px;
}
.left-content_item .content_item p {
    line-height: 20px;
    padding: 0px;
    font-family: "Inter", sans-serif;
}
.left-content_item .percentage_item{
    float: left;
    width: 45px;
}
.emissions-graph-center{    
    width: calc(40% - 50px);
    text-align: center;  
    min-width: 380px;
    margin: 0px 25px;
    position: relative;
    z-index: 1;
}
.emissions-graph-right{
    width: 30%;
    text-align: left;
    padding: 20px;
    border-radius: 25px;
    min-width: 340px;
    background: #F4F4F4;
    position: relative;
}
.emissions-graph-right:before {
    position: absolute;
    content: '';
    left: -60px;
    width: 60px;
    height: 3px;
    background-color: #000;
    top: 50%;
}
.graph-right-head {
    display: inline-block;
    margin-left: 15px;
}
.graph-right-head p.title-head {
    padding: 0px 0px 5px;
    line-height: 20px;
}
.content_item-list {
    display: flex;
    justify-content: space-between;
}
.content_item-list p {
    padding: 2px 0px;
}
.percentage-head.counter {
    margin-bottom: 0;
}
.chart-container {
    position: relative;
    width: 400px; height: 400px;
    margin: 20px auto;    
}
.chart-container canvas{
    transform: rotate(135deg);  
    height: 400px;
    width: 400px;
}
.chart-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
}
.chart-subtext {
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);    
} 
.scopebox-outer-meta{
    display: inline-flex;
    margin-top: 10px;
    margin-bottom: 30px;
}
.scopebox-outer-meta .scopebox {
    margin-right: 20px;
}
.scopebox-outer-meta .scopebox:last-child{
    margin-right: 0px;
}
ul.dropdown-orderby {
    position: absolute;
    left: 25px;
    padding: 0px 0px;
    background: #F8F8F8;
    top: 40px;
    z-index: 1111;
    display: none;
}
ul.dropdown-orderby li {
    padding: 9px 25px;
    font-size: 14px;
    border-bottom: 1px solid #d5d5d5;
}
ul.dropdown-orderby li:last-child{
    border-bottom: none;
}
ul.dropdown-orderby li:hover, ul.dropdown-orderby li.active{
    background-color: #166B72;
    color: #fff;
}
.dropdown-orderby-btn.active .dropdown-orderby{
    display: block;
}
.case-study-gallery {
    margin-bottom: 40px;
}
.case-study-gallery-item{
    margin-bottom: 30px;
}
.case-study-single-banner-content .case-study_name {
    margin-top: 4px;
}
.year_road-lists {
    /*    border-bottom: 2px solid #707070;*/
    padding-bottom: 20px;
    position: relative;
}
/*.year_road-lists:after {
    content: '';
    position: absolute;
    top: 100%;
    width: calc(100% - 8.1%);
    height: 2px;
    left: 4%;
    background-color: #707070;
}*/
.year_road-lists:after {
    content: '';
    position: absolute;
    top: calc(100% + 0px);
    width: calc(100% - 0px );
    /*    height: 2px;*/
    left: 0;
    /*    background-color: #707070;*/
    border-bottom: 2px solid #707070;
}

.year_road-list {
    position: relative;
}
.year_2025 .year_road-title:after, .year_2030 .year_road-title:after, .year_2035 .year_road-title:after{
    content: "";
    position: absolute;
    top: 30px;
    height: 17px;
    display: block;
    right: 0px;
    border-right: 2px solid #707070;
}
.year_2035 .year_road-title, .year_2030 .year_road-title{
    opacity: 1;
}
.mobile-show{
    display: none;
}
.show-mobile{
    display: none;
}
.row {
    margin-right: calc(-.8 * var(--bs-gutter-x));
    margin-left: calc(-.8 * var(--bs-gutter-x));
}
.row>* {
    padding-right: calc(var(--bs-gutter-x) * .8);
    padding-left: calc(var(--bs-gutter-x) * .8);    
}
.px-4 {
    padding-right: 2.5rem!important;
    padding-left: 2.5rem!important;
}
.mb-4 {
    margin-bottom: 2.5rem !important;
}
.mt-4 {
    margin-top: 2.5rem !important;
}
.gray-bar {
    position: relative;
}
li.gray-bar-line.gray-line:nth-child(12):after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 40px;
    background: inherit;
    right: 0;
}
.mobile-show.scope_initiative_outer {
    max-width: 67px;
}
.advancing-sustainability .image_accreditation img{
    box-shadow: none;
}
.event-box-meta-item.event-box-date, .event-box-meta-item.event-box-date:hover {
    padding-right: 15px;
}
.objective-icon img {
    max-width: 180px;
}
hr {
    color: #00BF8E;
    opacity: 1;
    border-width: 1px;
}
/*.roadmaprefresh .reset-filter-item  svg {
    margin-left: 15px!important;
    display: inline-block;
}*/
.reset-roadmap-item.reset-filter-item {
    display: inline-flex;
}
.governance_round-box{
    background-color: #fff;
    padding: 15px 25px;
    margin-top: 15px;
    border-radius: 30px;
}
sup {
    top: -0.5em;
    font-size: 90%!Important;
}
/*#airport_carbon_items button.owl-dot{
    pointer-events: none;
}*/
.featued-report-item-headline h4{
    margin-bottom: 0px;
}
.event-filter-outer .event-filter-input label:before , 
.pledged_business_fillter .airport-filter-input label:before,
.news-filter .airport-filter-input label:before{
    content: "";
    position: absolute;
    left: 25px;
    top: 15px;
    width: 12px;
    height: 12px;
    border: 1px solid #303030;
    opacity: 1;
    background-color: #fff;
}
.event-filter-outer .event-filter-input:hover  input ~ label:before,
.event-filter-outer .event-filter-input  input:checked ~ label:before,
.pledged_business_fillter .airport-filter-input:hover  input ~ label:before
.pledged_business_fillter .airport-filter-input input:checked ~ label:before,
.news-filter .airport-filter-input:hover  input ~ label:before
.news-filter .airport-filter-input input:checked ~ label:before{
    border: 1px solid #fff;
}
.event-filter-outer .event-filter-input label:after, 
.pledged_business_fillter .airport-filter-input label:after,
.news-filter .airport-filter-input label:after{
    content: "";
    position: absolute;
    left: 29px;
    top: 15px;
    width: 5px;
    height: 10px;
    border: solid #166B72;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
}
.event-filter-outer input:checked ~ label:after, 
.pledged_business_fillter .airport-filter-input input:checked ~ label:after ,
.news-filter .airport-filter-input input:checked ~ label:after {
    opacity: 1;
}

.custom-scrollbar {
   display: none;
}