:root {
    --primary-color: #c19d25;
    --primary-dark: #91761d;
    --secondary-color: #153840;
    --secondary-dark: #00272f;
    --green: #037529;
}


/* Fonts */

@font-face {
    font-family: "frank-new";
    src: url("https://use.typekit.net/af/688988/00000000000000003b9ae439/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/688988/00000000000000003b9ae439/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/688988/00000000000000003b9ae439/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
}

@font-face {
    font-family: "frank-new";
    src: url("https://use.typekit.net/af/f2dc8e/00000000000000003b9ae43b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/f2dc8e/00000000000000003b9ae43b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/f2dc8e/00000000000000003b9ae43b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "frank-new";
    src: url("https://use.typekit.net/af/76347c/00000000000000003b9ae440/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/76347c/00000000000000003b9ae440/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/76347c/00000000000000003b9ae440/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
}

@font-face {
    font-family: "frank-new";
    src: url("https://use.typekit.net/af/7dd6c8/00000000000000003b9ae442/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/7dd6c8/00000000000000003b9ae442/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/7dd6c8/00000000000000003b9ae442/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "frank-new", sans-serif;
    color: #595959;
    font-size: 16px;
}

.light {
    font-weight: 300 !important;
}

.normal {
    font-weight: 400 !important;
}

.medium {
    font-weight: 500 !important;
}

.semi {
    font-weight: 600 !important;
}

.bold {
    font-weight: 700 !important;
}

.f-black {
    font-weight: 900 !important;
}

.italic {
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-style: normal;
    font-weight: 400;
    text-transform: normal;
}

.clear {
    clear: both;
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a {
    color: var(--primary-color);
    text-decoration: none;
}

a:hover {
    color: var(--secondary-color);
}

a:focus,
a:hover {
    text-decoration: none;
}

a,
button {
    color: var(--secondary-color);
    outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

ul {
    padding-left: 20px;
}

ul li::marker {
    color: var(--green);
}

.primary-color {
    color: var(--primary-color) !important;
}

.bg-primary-color {
    background-color: var(--primary-color) !important;
}

.secondary-color {
    color: var(--secondary-color) !important;
}

.bg-secondary-color {
    background-color: var(--secondary-color) !important;
}

.secondary-dark {
    color: var(--secondary-dark) !important;
}

.bg-secondary-dark {
    background-color: var(--secondary-dark) !important;
}

.green {
    color: var(--green) !important;
}

.bg-green {
    background-color: var(--green) !important;
}

.bg-gray {
    background-color: #F4F4F2;
}

.bg-none {
    background: none !important;
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.owl-carousel .owl-nav button[class*="owl-"],
.owl-nav .bb {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    height: 50px;
    left: 0px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    opacity: 1;
    border: 0;
    visibility: visible;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 50px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-nav .bb.next {
    left: auto;
    right: 0px;
}

.btn {
    background: var(--primary-color);
    -moz-user-select: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    padding: 10px 75px 10px 30px;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border-radius: 0;
    border: 0;
    overflow: hidden;
    margin: 0;
}

.btn-2 {
    background: var(--secondary-dark);
    color: #fff;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 110%;
    height: 100%;
    background: var(--primary-dark);
    z-index: 1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
}

.btn-2::before {
    background: var(--secondary-color);
    z-index: 1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}

.btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    background-image: url(../images/arrow-right.png);
    width: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.4;
}

.btn:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1;
}

.btn-white {
    background: #fff;
    color: var(--primary-color);
}

.btn:hover {
    color: #fff;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.border-btn {
    background: none;
    -moz-user-select: none;
    box-shadow: inset 0 0 0 2px var(--secondary-color);
    color: var(--secondary-color);
    cursor: pointer;
    display: inline-block;
}

.border-btn.border-btn2 {
    padding: 17px 52px;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 28px;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 28px;
}

.btn-wpcf7 {
    padding: 0;
}

.btn-wpcf7 .wpcf7-submit {
    background: transparent;
    border: 0;
    color: #fff;
    padding: 10px 75px 10px 30px;
}

.wpcf7-spinner {
    position: absolute;
}

.qmod-longname {
    display: none;
}

.qmod-quote {
    font-size: 13px;
}

#file-upload-cv {
    display: none;
}

.br-0 {
    border-radius: 0 !important;
}

.bg-86 {
    background: #868686 !important;
}

.bg-e6 {
    background: #e6e6e6 !important;
}


/* BACK TO TOP */

#scrollUp {
    background: var(--secondary-color);
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 0px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
}

#scrollUp.active {
    bottom: 30px;
    visibility: visible;
    opacity: 1;
}

@media (max-width:767px) {
    #scrollUp {
        right: 16px;
    }
    #scrollUp {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
}

#scrollUp:hover {
    color: #fff;
}

.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: #fff;
}

@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.theme-scrollbar {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0px;
}

.theme-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.theme-scrollbar::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.g-2rem {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
}

.g-2-5rem {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 2.5rem;
}


/* Header
------------------- */

.header-top {
    background: #f3f3f3;
    padding: 5px 0;
    font-size: 12px;
    color: var(--secondary-dark);
    font-weight: 700;
}

.header-top ul.top-ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-top ul.top-ul li {
    display: flex;
    align-items: center;
}

.header-top ul.top-ul>li:after {
    content: "";
    margin: 0 30px;
    border-right: 1px solid #ccc;
    display: inline-block;
    height: 20px;
}

.header-top ul.top-ul li:last-child:after {
    display: none;
}

.header-top ul.top-ul li a {
    color: var(--secondary-dark);
    font-weight: 700;
}

.header-top ul.top-ul li a.nav-link {
    font-size: 14px;
}

.seach-form i {
    font-size: 12px;
}

.seach-form .form-control {
    height: 24px;
    font-size: 14px;
}

.header-top .dropdown-toggle::after {
    font-size: 12px;
}

.header-top ul.dropdown-menu {
    min-width: 6rem;
    padding: 3px 0;
    border-radius: 0;
    background: #f3f3f3;
    top: 100%;
}

.header-top ul.dropdown-menu>li {
    padding: 3px 10px;
    border: 0;
}

.header-top ul.dropdown-menu>li>a {
    font-size: 12px;
    border: 0;
    display: flex;
    align-items: center;
}

header {
    left: 0;
    right: 0;
    padding: 0;
    z-index: 9999;
    background: #fff;
}

.navbar-brand img {
    transition: height 0.3s;
}

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

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

.nav-menu {
    padding: 0;
    transition: all 0.3s ease;
    background: transparent;
}

header ul.navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
    font-family: var(--title-font);
}

header ul.navbar-nav li {
    padding: 0px;
}

header .navbar-expand-lg .navbar-nav li:last-child .nav-link {
    padding-right: 0;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
    color: var(--secondary-dark);
    padding: 40px 18px;
    font-size: 19px;
    font-weight: bold;
    transition: 0.3s ease-in;
}

header .navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 18px;
    right: 18px;
    width: 0;
    height: 5px;
    background-color: var(--green);
    transition: width 0.4s;
}

header .navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
header .navbar-nav .nav-item.current-menu-item .nav-link {
    color: var(--green);
    transition: width 0.4s;
}

header .navbar-nav .nav-link:hover:before,
header .navbar-nav .nav-item.active .nav-link:before {
    width: calc(100% - 36px);
    transition: width 0.4s;
}

header .navbar-nav .nav-item.active .nav-link,
.mega-menu ul li.current-menu-item>a {
    color: var(--green);
}

.mobile-toggle,
.mobile-btns {
    display: none;
}

@media (min-width:992px) {
    .navbar-nav .dropdown-menu {
        position: absolute;
        display: block;
        transform: scaleY(0);
        transform-origin: 0 0;
        transition: transform 0.4s;
        padding: 0;
        margin: 0 !important;
    }
    .navbar-nav .dropdown:hover>.dropdown-menu {
        display: block;
        transform: scaleY(1);
        transition: transform 0.4s;
    }
    .navbar-nav .dropdown:hover>.dropdown-menu {
        margin: 0 !important;
    }
}

ul.dropdown-menu>li {
    padding: 8px 15px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

ul.dropdown-menu>li>a {
    display: block;
    color: #555;
}

.dropdown-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-left: 5px;
    display: none;
    border: 0 !important;
    vertical-align: middle;
    font-size: 14px;
    transition: transform 0.4s;
}

@media (max-width:992px) {
    .dropdown-toggle::after {
        display: inline-block;
    }
}

.dropdown-toggle.active::after {
    transform: rotate(180deg);
    transition: transform 0.4s;
}

.mega-menu {
    background: #f3f3f3;
    width: 100%;
    left: 0rem;
    right: 0;
    z-index: 999;
    top: auto;
    padding: 20px;
    border-radius: 0;
    border: 0;
    margin: 0 !important;
}

.mega-menu:after,
.mega-menu:before {
    position: absolute;
    left: -50vw;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f3f3f3;
    width: 500vw;
    content: "";
    display: block;
    z-index: -1;
    border-top: 5px solid var(--green);
}

.mega-menu ul li a {
    font-size: 22px;
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #ccc;
    color: var(--secondary-dark);
}

.mega-menu ul li a:hover {
    color: var(--green);
}

ul.menu {
    list-style: none;
}


/* Footer
------------------- */

footer {
    background: #f3f3f3;
    color: var(--secondary-dark);
    padding: 40px 0 0;
    font-size: 15px;
}

.footer-tittle .menu-item-has-children>a {
    color: var(--secondary-dark);
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 900;
    display: inline-block;
}

.footer-tittle ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px;
}

.footer-tittle ul li {
    padding: 3px 0;
}

.footer-tittle ul li a {
    color: var(--secondary-dark);
    line-height: normal;
}

.footer-tittle ul li a:hover {
    color: var(--green);
}

.footer-middle {
    background: #ebebeb;
    color: var(--secondary-dark);
    padding: 20px 0;
}

.footer-social a {
    color: var(--secondary-dark);
    font-size: 24px;
    margin-left: 20px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.footer-social a:hover {
    color: var(--secondary-color);
}

.footer-bottom-area .footer-border {
    padding: 15px 0;
}

.footer-bottom-area ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    justify-content: flex-end;
}

.footer-bottom-area ul li {
    padding-left: 40px;
}

.footer-bottom-area ul li a {
    color: #fff;
}


/* Banner
------------------ */

.home .banner-area {
    min-height: 493px;
}

.banner-area {
    /*min-height: 493px;*/
    position: relative;
}

.banner-area .item {
    background-size: cover;
}

.banner-area .home-slider .item {
    color: #fff;
    display: flex;
    align-items: center;
    background-size: cover;
    padding: 90px 0 200px;
}

.custom-owl-nav {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 9;
}

.banner-area .banner-slider .inner-banner {
    display: block;
    padding: 90px 0 320px;
}

.banner-area .banner-slider .investor-banner {
    min-height: 350px;
    padding: 0;
    display: flex;
    align-items: center;
}

.banner-tittle h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 900;
}

.banner-area p {
    font-size: 24px;
    color: #fff;
}

.section-title {
    padding-bottom: 1.5rem;
    color: var(--secondary-dark);
}

.section-title h2 {
    font-size: 38px;
    line-height: 1.4;
}

.section-title h3 {
    font-size: 28px;
    line-height: 1.4;
}

.section-title h4 {
    font-size: 20px;
    line-height: 1.4;
}

.banner-area .owl-dots {
    position: relative;
    top: -470px;
    right: 0;
    display: flex;
    align-items: center;
    max-width: 1220px;
    bottom: 100%;
    margin: 0 auto;
    text-align: right;
    justify-content: flex-end;
}

.banner-area .owl-dots .owl-dot {
    width: 142px;
    height: 5px;
    background: #fff;
    display: block;
    opacity: 0.5;
    margin: 0 10px;
}

.banner-area .owl-dots .owl-dot.active {
    opacity: 1;
}


/* Project */

.pp-sect {
    margin-top: -8.5rem;
    position: relative;
    z-index: 1;
}

.pp-block {
    background-size: cover;
    padding: 20px;
    padding-bottom: 200px;
    font-size: 24px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.pp-block img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.pp-block:hover>img {
    transform: scale(1.2);
    transform-origin: center;
    transition: transform 0.4s;
}

.sustainability-reporting .pp-block:hover>img {
    transform: initial;
}

.pp-block a {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0;
    padding: 0 20px;
    z-index: 5;
    line-height: normal;
    display: flex;
    align-items: center;
}

.pp-block:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    z-index: 4;
    width: 20%;
    transform: rotate(-30deg) scale(2.2);
}


/* Purpose */

.purpose .pp-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.purpose .pp-block>a {
    justify-content: center;
}

.purpose .icon-play {
    width: initial;
    height: initial;
    position: initial
}


/* Governance */

.to-ensure-our-board {
    font-size: 22px;
    font-weight: bold;
    color: #595959
}

#board-diversity li {
    font-size: 22px;
}

#board-diversity p {
    font-size: 22px;
}

#board-diversity h4 {
    font-size: 22px;
}

.esg-content p {
    font-size: 22px;
    min-height: 500px;
}


/* Social */

.social .pp-block {
    padding-bottom: 0px;
    padding: 0px;
}

.social .pp-block img {
    position: initial;
    top: initial;
    width: initial;
    height: initial;
    object-fit: initial;
}

.social .pp-block>img {
    width: 100%;
}

.social .play-btn {
    transform: initial;
}

.social .career-pp-block .pp-block a {
    justify-content: center;
    align-items: center;
}


/* Latest News */

.box {
    background: #f3f3f3;
    padding: 30px;
    color: var(--secondary-dark);
    height: 100%;
}

.box-ttl {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    padding: 5px 0;
}

.link {
    display: inline-block;
    font-size: 18px;
    color: var(--green);
    font-weight: bold;
}

.link:after {
    content: "";
    width: 15px;
    height: 2px;
    margin: 5px 0 0;
    background: var(--primary-color);
    transition: width 0.4s;
    display: block;
}

.link:hover:after {
    width: 100%;
    transition: width 0.4s;
}


/* Subscribe */

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

.news-realease-form label {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 5px;
}

.news-realease-form {
    margin-top: -6rem;
}

.subscribe-area .wpcf7-not-valid-tip {
    position: absolute;
}

.subscribe-area .wpcf7 form .wpcf7-response-output {
    color: #fff;
}


/* IVESTORS
------------------------ */

.tab-sect .nav-tabs {
    border: 0;
    background: #f3f3f3;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    justify-content: center;
    position: relative;
    margin-top: -30px;
    width: 100%;
}

.tab-sect .nav-tabs .nav-link {
    font-size: 18px;
    color: var(--secondary-dark);
    border: 0;
    border-radius: 0;
    padding: 0px 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.tab-sect .nav-tabs .nav-link::after {
    content: "";
    border-right: 1px solid #ccc;
    display: inline-block;
    height: 20px;
    display: flex;
    align-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tab-sect .nav-tabs .nav-link.active {
    background: transparent;
    color: var(--green);
    font-weight: bold;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 3px;
}

.tab-sect .nav-tabs .nav-link:hover {
    background: transparent;
    color: var(--green);
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 3px;
}

.tab-sect .nav-tabs .nav-link:last-child::after {
    display: none;
}

.list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list li {
    padding: 10px 0px 10px 30px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.list li:last-child {
    border: 0;
}

.list li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: var(--green);
    position: absolute;
    left: 0;
    top: 10px;
}

.pdf-list li:before {
    content: "\f1c1";
    color: #595959;
}

.list li a {
    display: inline-block;
}

.list li a:hover {
    color: var(--green);
}

.normal-list li {
    padding: 1px 0 1px 30px;
    border: 0;
}

.normal-list li:before {
    top: 1px;
}

.tab-sect .tab-content .box {
    position: relative;
}

.purpose .corporate .box {
    min-height: 220px;
}

.why-tab .tab-content .box a.link {
    position: absolute;
    bottom: 30px;
}

.investor-inquery .email>a,
.link-style {
    border-bottom: 1px solid var(--green);
    padding-bottom: 3px;
    color: var(--green);
}

.presentation-box li {
    padding: 0 0 0 40px;
}

.presentation-box li:before {
    color: var(--green);
    font-size: 24px;
    top: -3px;
}

.presentation-box a {
    font-size: 22px;
    font-weight: bold;
}

.accordion-item {
    background: #f3f3f3;
    padding: 30px;
    border: 0;
    margin-bottom: 15px;
}

.accordion-button,
.accordion-button:not(.collapsed) {
    padding: 0rem 0;
    background: transparent;
    box-shadow: none !important;
    outline: 0 !important;
    border: 0 !important;
    display: flex;
    align-items: center;
    color: #595959;
}

.accordion-ttl {
    color: var(--secondary-color);
    font-size: 22px;
    font-weight: bold;
}

.accordion-button::after {
    color: var(--secondary-color);
    content: "\f078";
    background: none !important;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 24px;
}

.accordion-body {
    padding: 1rem 0;
}

.acc-details>.row {
    border-bottom: 1px solid #eee;
}

.acc-details p {
    margin-bottom: 0;
}

.select-box select {
    background-color: #f3f3f3;
    border: 0;
    padding: 10px 20px;
    width: 100%;
}

.select-box select option {
    padding: 5px 20px;
}

.form-select:focus,
.form-control:focus {
    border: 0;
    box-shadow: none;
}

.reports-block .presentation-box a {
    font-size: 18px;
}

.reports-block .presentation-box a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    right: 0;
}

.bg-f3 {
    background: #f3f3f3;
}

.analysts-block .section-title h3 br {
    display: none;
}

.a-b {
    font-size: 17px;
}

.overview-video iframe {
    width: 100%;
}

.pr-18px {
    padding-right: 18px !important;
}


/* HISTORY
----------------------- */

.timeline {
    position: relative;
    margin: 0 auto;
    color: #00272F;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: var(--green);
    top: 0;
    bottom: 0;
    left: 50%;
}

.tt-block {
    padding: 0px 0px 0;
    position: relative;
    width: 50%;
    position: relative;
    /*margin-top: -3rem;*/
}

.tt-block:first-child {
    padding-top: 80px;
    margin-top: 0;
}

.tt-block:last-child {
    padding-bottom: 50px;
}

.tt-block:first-child::after,
.tt-block:last-child::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -15px;
    background-color: white;
    border: 4px solid var(--green);
    top: 0px;
    border-radius: 50%;
    z-index: 1;
}

.tt-block:last-child::after {
    top: auto;
    bottom: 0;
}

.left {
    left: 0;
}

.right {
    left: 50%;
}

.right::after {
    left: -10px;
}

.content {
    padding: 10px 40px;
    background-color: white;
    position: relative;
}

.tt-title {
    margin: 0;
    background: var(--green);
    color: #fff;
    font-size: 22px;
    padding: 3px 25px 3px 10px;
    font-weight: 500;
    display: block;
    position: relative;
    right: 0;
    width: 90px;
    margin-left: auto;
}

.tt-block.right .tt-title {
    right: auto;
    left: 0;
    margin-left: 0;
    padding: 3px 10px 3px 25px;
}

.tt-block ul li {
    padding-left: 15px;
}

.career-pp-block .pp-block {
    border: 0;
    box-shadow: none;
    font-size: 30px;
}

.career-pp-block .pp-block a {
    justify-content: flex-end;
    align-items: flex-end;
    padding: 20px;
    font-weight: bold;
}

.career-pp-block .box {
    height: auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.career-pp-block .link {
    font-size: 14px;
}

.career-pp-block .pp-block::after {
    left: 0;
    right: auto;
    transform: rotate(30deg) scale(2.2);
    width: 100px;
}

.career-pp-block .pp-block::before,
.career-pp-block .pp-block a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 85px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    z-index: 4;
    width: 20px;
    transform: rotate(-20deg) scale(2.2);
}

.career-pp-block .pp-block a:after {
    left: -2px;
    transform: rotate(-20deg) scale(1.5) skew(0deg, -50deg);
    width: 30px;
    top: 30px;
    transform-origin: top;
}


/* CONTACT
----------------------- */

.js-file-input {
    opacity: 0;
    position: absolute;
}

.btn-file {
    background: var(--primary-dark);
    color: var(--secondary-dark);
    font-size: 16px;
    padding: 10px 20px;
    text-align: left;
}

.file-label {
    font-size: 16px !important;
}

.google-map {
    min-height: 400px;
}

.news-img {
    padding-bottom: 55%;
    position: relative;
}

.news-img>img,
.gallery-img>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-block .box {
    padding: 20px;
}

.news-block:hover .box {
    background: var(--secondary-color);
    color: #fff;
}

.news-block:hover .box a,
.news-block:hover .box .date {
    color: #fff !important;
}

.news-block .box-ttl {
    font-size: 17px;
}

.news-slider.owl-carousel .owl-nav button[class*="owl-"] {
    top: 30%;
    left: 50px;
}

.news-slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 50px;
}

.owl-carousel .owl-nav button.disabled {
    display: none;
}

@media (min-width:1024px) and (max-width:2000px) {
    .news-slider {
        position: relative;
        width: 100vw;
    }
    .news-slider.owl-carousel .owl-nav button.owl-next {
        left: auto;
        right: 27vw;
    }
}

.ff-table td {
    padding: 0 .5rem;
}

.gallery-img {
    display: block;
    position: relative;
    padding-bottom: 70%;
}

.fancybox-bg {
    background: var(--secondary-color);
}

.gallery-ttl {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    background: rgba(21, 56, 64, .5);
    transform: scaleY(0);
    transition: transform 0.4s;
    padding: 20px;
}

.gallery-img:hover .gallery-ttl {
    transform: scaleY(1);
    transition: transform 0.4s;
}

.pagination li,
.pagination li a {
    color: var(--secondary-color);
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li a:hover,
.pagination .page-item.active .page-link {
    color: var(--green);
    background: transparent;
}

.pagination .page-item.active .page-link {
    font-weight: bold;
}

.icon-round {
    background: #fff;
    width: 25px;
    height: 25px;
    margin-left: auto;
    border-radius: 50%;
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.working-block {
    position: relative;
}

.working-block p {
    margin-bottom: 35px !important;
}


/* SUSTAINBILITY
----------------------- */

.tab-sect .esg-tab .nav-tabs {
    background: #fff;
    box-shadow: none;
    overflow: hidden;
}

.tab-sect .esg-tab .nav-tabs .nav-item {
    flex: 1 0 0%;
    text-align: center;
    margin-right: 15px;
}

.tab-sect .esg-tab .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.tab-sect .esg-tab .nav-tabs .nav-item .nav-link {
    text-align: center;
    display: block;
    width: 100%;
    color: var(--green);
    background: rgba(3, 117, 41, .05);
    font-weight: bold;
    font-size: 16px;
    padding: 25px 15px 5px;
    border-bottom: 8px solid;
    text-decoration: none !important;
    margin-bottom: 2px;
}

.tab-sect .esg-tab .nav-tabs .nav-item .nav-link.active {
    background: var(--green);
    border-color: var(--green);
    text-decoration: none !important;
    color: #fff;
    margin-bottom: 0px;
    border-width: 0 0 10px;
}

.tab-sect .esg-tab .nav-tabs .nav-item .nav-link.active:after {
    content: "";
    display: block !important;
    border: 0;
    border-bottom: 12px solid var(--green);
    position: absolute;
    bottom: -22px;
    left: -0%;
    right: -250%;
    top: auto;
    transform: none;
    height: auto;
}

.tab-sect .esg-tab .nav-tabs .nav-item:nth-child(2) .nav-link {
    color: var(--primary-color);
    background: rgba(193, 157, 37, .05);
}

.tab-sect .esg-tab .nav-tabs .nav-item:nth-child(3) .nav-link {
    color: var(--secondary-dark);
    background: rgba(0, 39, 47, .05);
}

.tab-sect .esg-tab .nav-tabs .nav-item:nth-child(2) .nav-link.active {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.tab-sect .esg-tab .nav-tabs .nav-item:nth-child(3) .nav-link.active {
    background: var(--secondary-dark);
    color: #fff;
    border-color: var(--secondary-dark);
}

.tab-sect .esg-tab .nav-tabs .nav-item:nth-child(2) .nav-link.active:after {
    border-color: var(--primary-color);
    left: -110%;
    right: -110%;
}

.tab-sect .esg-tab .nav-tabs .nav-item:nth-child(3) .nav-link.active:after {
    border-color: var(--secondary-dark);
    left: -250%;
}

.tab-sect .esg-tab .nav-tabs .nav-item .nav-link svg {
    height: 60px;
    margin-bottom: 10px;
}

.tab-sect .esg-tab .nav-tabs .nav-item .nav-link.active svg line {
    stroke: #FFF !important;
}

.tab-sect .esg-tab .nav-tabs .nav-item .nav-link.active svg path {
    stroke: #FFF !important;
}

.tab-sect .esg-tab .nav-tabs .nav-item .nav-link.active svg rect {
    stroke: #FFF !important;
}

.tab-sect .esg-tab .tab-pane {
    padding-top: 30px;
    position: relative;
}

.tab-sect .esg-tab .tab-pane::before {
    content: "";
    background: #F2F2F2;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 150%;
    z-index: -1;
}

.tab-sect .esg-tab .tab-pane strong {
    color: var(--green);
}

.tab-sect .esg-tab .tab-pane:nth-child(2) strong {
    color: var(--primary-color);
}

.tab-sect .esg-tab .tab-pane:nth-child(3) strong {
    color: var(--secondary-dark);
}

.esg-desc {
    display: flex;
    padding: 20px;
    padding-left: 10px;
    padding-top: 0;
    border-bottom: 1px solid var(--green);
    margin: 20px 20px;
}

.approach .esg-desc {
    margin: 20px 10px;
}

.esg-desc:last-child {
    border: 0;
}

.tab-sect .esg-tab .tab-pane:nth-child(2) .esg-desc {
    border-color: var(--primary-color);
}

.tab-sect .esg-tab .tab-pane:nth-child(3) .esg-desc {
    border-color: var(--secondary-dark);
}

.esg-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.esg-text {
    width: calc(100% - 60px);
    padding-left: 30px;
}

.arrow {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.arrow:after {
    content: "\f105";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2px;
    font-size: 500px;
    z-index: -1;
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    line-height: 0;
}

.goal-row {
    border-bottom: 8px solid var(--primary-color);
}

.g-year {
    display: block;
    text-align: right;
    font-size: 50px;
    color: #CBCBCB;
    right: -90px;
    position: relative;
}

.goal-block {
    height: 100%;
    position: relative;
}

.goal-block:after,
.goal-block:before {
    content: "";
    position: absolute;
    right: -30px;
    top: 28px;
    bottom: 0;
    width: 2px;
    background: var(--primary-color);
}

.goal-block:before {
    content: "\f140";
    font-family: "Font Awesome 5 Pro";
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 400;
    right: -17px;
    top: -0px;
    bottom: auto;
    width: 0;
}

.cover {
    object-fit: cover;
}

.play-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 90px;
}

.career-pp-block .social-block {
    font-size: 22px;
}

.social-block:after,
.social-block:before,
.social-block a:after {
    display: none;
}

.career-pp-block .social-block a {
    left: 0;
    justify-content: flex-start;
    bottom: 0;
}

.md-block {
    overflow: hidden;
    position: relative;
}

.line {
    width: 90%;
    height: 30px;
    background: #9E9F9E;
    transform: skew(30deg);
    margin-left: -30px;
}

.md-ttl {
    min-height: 100px;
}

.bg-59 {
    background: #595959;
}

.bg-9E {
    background: #9E9F9E;
}

.vertical-tab .nav-pills .nav-link {
    font-size: 22px;
    color: var(--secondary-color);
    font-weight: bold;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 15px 0px;
    position: relative;
}

.vertical-tab .nav-pills .nav-link.active,
.vertical-tab .nav-pills .show>.nav-link {
    background: #fff;
    color: var(--green);
}

.vertical-tab .nav-pills .nav-link:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -105px;
    width: 100px;
    height: 4px;
    background: var(--green);
    opacity: 0;
    visibility: hidden;
}

.vertical-tab .nav-pills .nav-link.active:after {
    visibility: visible;
    opacity: 1;
}

.vertical-tab .tab-content>.tab-pane {
    border-left: 5px solid var(--green);
    padding: 20px 0 20px 20px;
    position: relative;
}

.vertical-tab .tab-content>.tab-pane:after,
.vertical-tab .tab-content>.tab-pane:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    top: 0;
    left: 0;
    z-index: 1;
    background: var(--green);
}

.vertical-tab .tab-content>.tab-pane:after {
    top: auto;
    bottom: 0;
}

.icon-list li {
    padding: 5px 0;
}

.icon-list li i {
    width: 30px;
    margin-right: 5px;
    font-size: 20px;
    vertical-align: middle;
}

.hover-box:hover {
    background: var(--secondary-color);
    color: #fff;
}

.hover-box:hover a {
    background: var(--secondary-color);
    color: #fff !important;
}

.hover-box:hover li:before {
    color: #fff;
}

.reward-block .esg-desc {
    margin: 0;
    border: 0;
    padding: 10px 0;
}

.where-we-work {
    position: absolute;
    bottom: 0;
    right: -50px;
    font-size: 12px;
    color: var(--secondary-color);
    line-height: normal;
}

.where-we-work-spanish {
    position: absolute;
    bottom: 0;
    width: 250px;
    right: -90px;
    font-size: 12px;
    color: var(--secondary-color);
    line-height: normal;
}

.pdf-list-secondary li:before {
    color: var(--secondary-color);
}

.ee-img {
    display: none;
}

.ee-img.active {
    display: block;
}

.bg-logo {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bg-logo::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -24px;
    z-index: -1;
    background: url(../images/logo-bg.svg);
    width: 160px;
    height: 135px;
    background-repeat: no-repeat;
    background-size: cover;
}

.esg-content {
    width: calc(100% - 90px);
    font-size: 19px;
}

.indicator-table tr {
    background-color: white;
}

.indicator-table th,
.indicator-table td {
    border: 0;
}

.indicator-table td {
    border-right: 1px solid #C4C4C4;
    text-align: right;
    font-size: 14px;
}

.indicator-table td:first-child {
    text-align: left;
}

.indicator-table td:last-child {
    border: 0;
}

.indicator-table td.border-bottom {
    border-bottom: 2px solid #fff !important;
}

.table-striped>tbody>tr:nth-of-type(2n+1)>* {
    background: #f8f8f8;
    --bs-table-accent-bg: transparent
}

.indicator-content-table-fixed {
    max-height: 90vh;
    background-color: #fff;
    overflow-x: auto;
    scrollbar-color: #DBDBDB #fff;
    scrollbar-width: thin;
    position: relative;
}


/*.indicator-content-table-fixed:after { content: ""; height: 150px; background: linear-gradient(180deg, #FFF0 0%, #FFF 100%); position: absolute; bottom: 0; left: 0; right: 0; z-index: 5; }*/

.indicator-content-table-fixed::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent;
}

.indicator-content-table-fixed::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

.indicator-content-table-fixed::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
    border-radius: 3px;
}

.indicator-content-table-fixed .table thead th {
    background-color: #fff;
    box-shadow: 1px 1px 0 #ddd;
    position: -webkit-sticky;
    position: sticky;
}

.indicator-content-table-fixed .table thead tr:nth-child(1) th {
    top: calc(0 * 43px);
}


/* MEDIA
------------------------ */

@media (min-width:1024px) and (max-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
    .tab-sect .nav-tabs .nav-link {
        padding: 0 10px;
    }
}

@media (min-width:1100px) {
    .indicator-table th,
    .indicator-table td {
        padding: .5rem 1rem;
    }
}

@media (min-width:1200px) and (max-width:1600px) {
    .governance .box-ttl {
        font-size: 19px;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
    .tab-sect .nav-tabs .nav-link {
        padding: 0 20px;
    }
    #board-diversity li {
        font-size: 19px;
    }
    #board-diversity p {
        font-size: 19px;
    }
    #board-diversity h4 {
        font-size: 19px;
    }
}

@media (min-width:1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1220px;
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1400px;
    }
    body,
    .btn {
        font-size: 18px;
    }
    .pp-block {
        font-size: 28px;
    }
    .mega-menu {
        height: 500px;
    }
    .tab-sect .nav-tabs .nav-link {
        padding: 0px 2.8%;
    }
    .banner-area .owl-dots {
        max-width: 1400px;
    }
    .banner-area .owl-dots .owl-dot {
        width: 142px;
    }
    .owl-carousel .owl-nav button[class*="owl-"],
    .owl-nav .bb {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 44px;
    }
    .presentation-box li:before {
        color: var(--green);
        font-size: 28px;
        top: -7px;
    }
    .accordion-body {
        padding: 2rem 0;
    }
}

@media (max-width:1600px) {
    .environment .box-ttl {
        font-size: 19px;
    }
}

@media (max-width:1024px) {
    .container {
        max-width: 100%;
    }
    .section-padding {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .section-title h2 {
        font-size: 27px;
    }
    .indicator-table .section-title h2 {
        font-size: 18px;
    }
    .section-title h3 {
        font-size: 22px;
    }
    .indicator-table .section-title h3 {
        font-size: 16px;
    }
    .section-title h4 {
        font-size: 18px;
    }
    .indicator-table .section-title h4 {
        font-size: 14px;
    }
    .h3,
    h3 {
        font-size: calc(1.3rem + 0.3vw);
    }
    .h4,
    h4 {
        font-size: calc(1.2rem + 0.2vw);
    }
    .h5,
    h5 {
        font-size: calc(1rem + 0.2vw);
    }
    .indicator-table td {
        font-size: 12px;
    }
}

@media (max-width:992px) {
    html,
    body {
        overflow-x: hidden;
        font-size: 14px;
    }
    .menushow {
        overflow: hidden;
    }
    .mobile-toggle {
        width: 30px;
        height: 30px;
        margin: 0;
        cursor: pointer;
        z-index: 999;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        padding: 0;
    }
    .mobile-toggle div {
        width: 30px;
        height: 4px;
        background: var(--secondary-dark);
        margin: 3px 0;
        transition: all 0.3s;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .mobile-toggle.show .one {
        transform: rotate(45deg) translate(6px, 6px);
    }
    .mobile-toggle.show .two {
        opacity: 0;
    }
    .mobile-toggle.show .three {
        transform: rotate(-45deg) translate(7px, -7px);
    }
    .main-menu {
        color: var(--secondary-dark);
        padding: 15px;
        background: #f3f3f3;
        z-index: 999;
        top: 20px;
        margin-left: -15px;
        margin-right: -15px;
        flex-basis: 100%;
        flex-grow: 1;
        position: relative;
        display: block;
    }
    .main-menu ul.navbar-nav {
        margin: 0;
        flex-direction: column;
        align-items: flex-start !important;
        width: 100%;
    }
    header ul.navbar-nav>li {
        padding: 0px;
    }
    .main-menu ul.navbar-nav>li {
        display: block;
        width: 100%;
    }
    header .navbar-expand-lg .navbar-nav .nav-link {
        color: var(--secondary-dark);
        font-size: 16px;
        padding: 10px 0;
    }
    header {
        padding: 20px 0;
    }
    header .navbar-nav .nav-link:hover:before,
    header .navbar-nav .nav-link.active:before {
        display: none;
    }
    .header-top ul.top-ul {
        justify-content: space-between;
    }
    .header-top ul.top-ul>li:after {
        margin: 0 10px;
        display: none;
    }
    .mega-menu {
        padding: 5px 15px;
        border: 0;
    }
    .mega-menu ul li a {
        font-size: 14px;
        padding: 10px 0;
        border: 0;
    }
    header .navbar .collapse {
        position: relative;
    }
    .mega-menu::after,
    .mega-menu::before {
        border: 0;
    }
}

@media (max-width:767px) {
    .navbar-brand img {
        height: 50px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    footer {
        font-size: 14px;
        text-align: center;
        background: #fff;
        padding: 0;
    }
    .footer-tittle ul {
        margin-bottom: 0;
    }
    .footer-tittle .menu-item-has-children>a {
        font-size: 16px;
        margin-bottom: 0;
    }
    .footer-tittle .dd:after {
        content: "\f107";
        font-size: 20px;
        font-family: "Font Awesome 5 Pro";
        font-weight: 700;
        display: inline-block;
        margin-left: 5px;
        transition: transform 0.3s;
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: sub;
    }
    .footer-tittle.active .dd:after {
        transform: rotate(180deg);
        transition: transform 0.3s;
    }
    .footer-tittle .sub-menu {
        display: none;
    }
    .footer-middle {
        margin: 20px 0 0;
    }
    .footer-bottom-area ul {
        display: block;
        margin-bottom: 10px;
    }
    .footer-bottom-area ul li {
        padding: 15px 0;
    }
    .footer-social a {
        margin: 0 10px;
    }
    .banner-area .banner-slider .item {
        min-height: auto;
        padding: 50px 0 250px;
    }
    .banner-area .banner-slider .investor-banner {
        padding: 10px 0;
        min-height: 200px;
    }
    .banner-tittle h2 {
        font-size: 30px;
    }
    .banner-area p {
        font-size: 15px;
    }
    .custom-owl-nav {
        top: 60%;
        left: 15px;
        right: 15px;
        width: auto;
    }
    .pp-block,
    .career-pp-block .pp-block {
        font-size: 22px;
    }
    .box-ttl {
        font-size: 18px;
        padding: 12px 0;
    }
    .link {
        font-size: 15px;
    }
    .news-realease-form label {
        font-size: 16px;
    }
    .tab-sect .tab-content .box a.link {
        position: relative;
        bottom: auto;
    }
    .tab-sect .nav-tabs {
        justify-content: flex-start;
    }
    .tab-sect .nav-tabs .nav-link {
        font-size: 15px;
        padding: 0px 20px;
        border: 0;
    }
    .tab-sect .nav-tabs>.nav-link {
        font-weight: bold;
        display: block;
        width: 100%;
        position: relative;
    }
    .tab-sect .nav-tabs .nav-link::after {
        display: none;
    }
    .tab-sect .nav-tabs>.nav-link:after {
        content: "\f107";
        font-size: 20px;
        font-family: "Font Awesome 5 Pro";
        font-weight: 700;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
        transition: transform 0.3s;
    }
    .box {
        height: auto;
        padding: 20px;
    }
    .box .list {
        margin-bottom: 20px;
    }
    .tab-sect .nav-tabs ul.dropdown-menu {
        background: #f3f3f3;
        top: 0px;
        width: 100%;
        text-align: left;
        border: 0;
        position: relative !important;
        transform: none !important;
    }
    .tab-sect .nav-tabs ul.dropdown-menu a {
        display: block;
        padding: 5px 20px;
    }
    .analysts-block {
        margin: 0 -15px;
    }
    .presentation-box li {
        padding: 0 0 0 30px;
    }
    .presentation-box a,
    .reports-block .presentation-box a {
        font-size: 15px;
    }
    .presentation-box {
        margin-bottom: 10px;
    }
    .presentation-box li::before {
        font-size: 18px;
    }
    .reports-block .box .list,
    .presentation-box .list {
        margin-bottom: 0;
    }
    .accordion {
        margin: 0 -15px;
    }
    .accordion-item {
        padding: 15px;
    }
    .accordion-button,
    .accordion-button:not(.collapsed),
    .accordion-button {
        display: block;
    }
    .accordion-button::after {
        color: var(--secondary-color);
        content: "\f078";
        background: none !important;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        font-size: 16px;
        position: absolute;
        top: 25px;
        right: 0;
    }
    .accordion-ttl {
        font-size: 18px;
        width: 90%;
    }
    .accordion-button .ps-md-3 {
        margin: 10px 0 0;
    }
    .accordion-body .btn {
        width: 100%;
        text-align: left;
        padding-left: 50px;
        margin-top: 15px;
    }
    .acc-details>.row {
        padding: 10px 0 !important;
    }
    .a-b {
        font-size: 15px;
    }
    .timeline::after {
        left: 0;
    }
    .tt-block {
        width: 100%;
        left: 0 !important;
    }
    .tt-block:first-child::after,
    .tt-block:last-child::after {
        left: -10px;
    }
    .tt-title {
        margin-left: 0;
        padding: 3px 10px 3px 20px !important;
        font-size: 18px;
        width: auto;
        display: inline-block;
    }
    .content {
        padding: 10px 20px;
    }
    .working-block p {
        font-size: 10px;
        margin-bottom: 25px !important;
    }
    .icon-round {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
    .goal-row {
        border: 0;
        border-right: 5px solid var(--primary-color);
    }
    .goal-block {
        height: auto;
        padding-bottom: 30px;
        padding-right: 15px;
    }
    .goal-block::after,
    .goal-block::before {
        right: -15px;
        width: 100%;
        height: 1px;
        top: auto;
        bottom: 0;
    }
    .goal-block::before {
        top: auto;
        width: auto;
        height: 0;
        bottom: 19px;
        left: -15px;
        right: auto;
    }
    .g-year {
        font-size: 30px;
        right: 15px;
        top: -35px;
    }
    .md-ttl {
        min-height: auto;
    }
    .vertical-tab .tab-content>.tab-pane {
        border: 0;
        padding: 0;
    }
    .vertical-tab .nav-pills .nav-link {
        font-size: 16px;
        padding: 8px 0;
    }
    .vertical-tab .nav-pills .nav-link:after,
    .vertical-tab .tab-content>.tab-pane::after,
    .vertical-tab .tab-content>.tab-pane::before {
        display: none;
    }
}

@media (max-width:480px) {
    .subscribe-area .form-control,
    .subscribe-area .input-group-text {
        width: 100%;
    }
    .subscribe-area .form-control {
        height: 40px;
        margin: 10px 0;
    }
    .banner-area {
        min-height: 200px;
    }
    .banner-area .owl-dots {
        left: 0;
        top: -450px;
    }
    .banner-area .owl-dots .owl-dot {
        flex: 1 0 0%;
        width: auto;
    }
    .analysts-block .section-title h3 br {
        display: block;
    }
    .where-we-work {
        right: 15px;
    }
}

.wpcf7-spinner {
    display: none !important;
}

#inclusive-box p:last-child {
    margin-bottom: 0px;
}

.wpcf7-spinner { display: none !important; }
#inclusive-box p:last-child { margin-bottom: 0px; }

.sustainability-arrow {
    position: absolute; bottom: 0px; left: 50%; transform: translate(-50%, 50%);
}


/** select **/
/*#idTblExport {*/
/*	-webkit-appearance: none;*/
/*	appearance: none;*/
/*}*/

/*#idTblExport::-ms-expand {*/
/*	display: none;*/
/*}*/

/*#idTblExport-wrapper {*/
/*	position: relative;*/
/*}*/

/*#idTblExport-wrapper:after {*/
/*	content: "\f078";*/
/*	font-family: 'FontAwesome';*/
/*	font-weight: 900;*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	right: 25px;*/
/*	transform: translateY(-50%);*/
/*	color: white;*/
/*}*/
