:root {
    --blue: #215fb6;
    --lblue: #aac8f3;
    --dblue: #152944;
    --lgrey: rgba(217, 217, 217, 0.6);
    --lgrey2: #EFEFEF;
    --black: #000000;
    --white: #ffffff;
    --brown: #A07C5A;

}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('../fonts/PFBagueSansPro-Medium.woff2') format('woff2'),
    url('../fonts/PFBagueSansPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('../fonts/PFBagueSansPro-Bold.woff2') format('woff2'),
    url('../fonts/PFBagueSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*@font-face {*/
/*    font-family: 'icomoon';*/
/*    src: url('.../fonts/icomoon.eot?i4mmmz');*/
/*    src: url('../fonts/icomoon.eot?i4mmmz#iefix') format('embedded-opentype'),*/
/*    url('../fonts/icomoon.ttf?i4mmmz') format('truetype'),*/
/*    url('../fonts/icomoon.woff?i4mmmz') format('woff'),*/
/*    url('../fonts/icomoon.svg?i4mmmz#icomoon') format('svg');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: block;*/
/*}*/

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

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

/*.icon-Affiliated-corporations:before {*/
/*    content: "\e90a";*/
/*}*/

/*.icon-airport:before {*/
/*    content: "\e90b";*/
/*}*/

/*.icon-Buildings:before {*/
/*    content: "\e90c";*/
/*}*/

/*.icon-Companies:before {*/
/*    content: "\e90d";*/
/*}*/

/*.icon-Employees:before {*/
/*    content: "\e90e";*/
/*}*/

/*.icon-family:before {*/
/*    content: "\e90f";*/
/*}*/

/*.icon-hand-shake:before {*/
/*    content: "\e910";*/
/*}*/

/*.icon-Joint-Ventures:before {*/
/*    content: "\e911";*/
/*}*/

/*.icon-Location:before {*/
/*    content: "\e912";*/
/*}*/

/*.icon-Money:before {*/
/*    content: "\e913";*/
/*}*/

/*.icon-Passengers:before {*/
/*    content: "\e914";*/
/*}*/

/*.icon-take-off:before {*/
/*    content: "\e915";*/
/*}*/

/*.icon-it:before {*/
/*    content: "\e906";*/
/*}*/

/*!* -------------- *!*/

/*.icon-aviation:before {*/
/*    content: "\e900";*/
/*}*/

/*.icon-licencing:before {*/
/*    content: "\e901";*/
/*}*/

/*.icon-e-projects:before {*/
/*    content: "\e902";*/
/*}*/

/*.icon-logistics:before {*/
/*    content: "\e903";*/
/*}*/

/*.icon-b-parks:before {*/
/*    content: "\e904";*/
/*}*/

/*.icon-hospitality:before {*/
/*    content: "\e905";*/
/*}*/

/*.icon-it:before {*/
/*    content: "\e906";*/
/*}*/

/*.icon-energy:before {*/
/*    content: "\e907";*/
/*}*/

/*.icon-facility:before {*/
/*    content: "\e908";*/
/*}*/

/*.icon-real-estate:before {*/
/*    content: "\e909";*/
/*}*/


.bg-black {
    background: var(--black);
}


.bg-blue {
    background: var(--blue);
}

.bg-lblue {
    background: var(--lblue);
}

.bg-dblue {
    background: #152944;
}

.bg-grey {
    background: #444;
}

.bg-lgrey {
    background: var(--lgrey);
}

.bg-lgrey2 {
    background: var(--lgrey2);
}

.text-black {
    color: var(--black);
}

.text-grey {
    color: #777;
}

.text-blue {
    color: #152944;
}


html {
    scroll-behavior: unset;
}

html.blackTheme {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

body,
html {
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 400;

    font-size: 15.2px;
    line-height: 1.4rem;
    font-weight: 400;


}


/* body {
  font-size: 21px;
  line-height: 1.4rem;
  font-weight: 400;
} */


hr {
    border-top: 1px solid rgba(0, 0, 0, 0.2)
}


h1,
h2,
h3 {
    font-weight: 500;
    letter-spacing: 1px;

}

h1 strong,
h2 strong,
h3 strong {
    font-weight: 600;
}


a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #000;
}

a:hover {
    color: #000;
}

strong {
    font-weight: bold;
}

h1,
h2 {
    font-size: 1.5rem;
    line-height: 2rem;
}

h2.large {
    font-size: 2.5rem;
    line-height: 2.8rem;
}

h2.thin {
    font-weight: 300;
}


h3 {
    font-size: 1.2rem;
    line-height: 1.6rem;
}

h3.large {
    font-size: 2rem;
    line-height: 2.2rem;
}


h4 {
    font-size: 1rem;
    line-height: 1.25rem;
}


p strong {
    font-weight: 500;
}

p.large {
    font-size: 1.1rem;
    line-height: 1.5rem;
}

p {
    font-size: 0.95rem;
    line-height: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.4px;
}

p.small {
    font-size: 0.8rem;
    line-height: 1.1rem;
}

ul.content {
    padding-left: 20px;
}

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

ul.content strong {
    font-weight: 600;
}


figure {
    margin: 0px;
}


.border-grey {
    border: 1px solid #e5e5e5;
}

.round {
    border-radius: 10px;
    overflow: hidden;
}


.text-black {
    color: #000;
}

.text-white a {
    color: #fff;
}


.img-shadow figure,
.shadow {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.46);
}


.btn-primary {
    background: var(--dblue);
    font-size: 0.875rem;
    line-height: 0.875rem;
    padding: 14px 25px;
    color: var(--black);
    border-radius: 0px;
    border: 1px solid var(--black);
    position: relative;
    z-index: 1;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-primary i {
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 2px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    margin-left: 5px;
}


.btn-primary::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background: var(--white);
    display: block;
    z-index: -1;

}

.btn-primary:hover:after {
    width: 0%;
}

.btn-primary:hover {
    color: var(--white);
    background: var(--dblue);
    text-decoration: none;
    border: 1px solid var(--dblue);
}

.btn-primary:hover i {
    border: 2px solid var(--dblue);
}

.bg-black .btn-primary {
    border-color: #fff;
}

.text-white .btn-primary {
    color: var(--blue);
}

.text-white .btn-primary:hover {
    color: #fff;
}


.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #888;
    border-color: transparent;
}

.btn-primary.btn-sm {
    padding: 5px 15px;
}

.btn-secondary {
    background: transparent;
    color: #fff;
    padding: 4px 15px;
    border: 1px solid #fff;
}

.btn-secondary:hover {
    border: 1px solid #fff;
    color: #fff;
}

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

.form-floating .form-control,
.form-floating .form-select {
    padding-left: 1rem;
    border-radius: 0px;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    color: #444;
}

.form-floating > label {
    left: 10px;
}


.form-control:focus::placeholder {
    color: #444;
}

.form-control::placeholder {
    color: #444;
    opacity: 1;
}

.form-control:focus,
.form-select:focus {
    color: #666;
    border-color: #bbb;
    box-shadow: none;

}

select.form-select {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

.input-group .btn {
    border: 0;
}


.preLoader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #eee;
    z-index: 10;
    display: table;
}

.preLoaderContent {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}


.lds-ellipsis {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: auto;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 15px;
    height: 15px;
    border-radius: 1%;
    background: var(--blue);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    border-radius: 50%;
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 28px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 48px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

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

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

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

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 40px;
    cursor: pointer;
    width: 40px;
    height: 46px;
    background-color: var(--dblue);
    z-index: 2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding-top: 21px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

#scroll span {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #000;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}


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


/*

header {
  padding-top: 50px;
  position: fixed;
  width: 100%;
  z-index: 4;
}

*/

header {
    padding: 10px 0;
    position: relative;
    background: #6a85aa;
}


header.fixedTop .navbar .nav-item.dropdown::before {
    opacity: 0;
}

header.fixedTop .navbar .nav-item.dropdown {
    padding-bottom: 12px;
}


header.fixedTop .navbar .nav-item .dropdown-menu {
    margin-top: 12px;
}

header .logo {
    text-align: left;
}


header .logo img {
    width: 300px;
    margin-top: 5px;
}


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

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

.navbar .nav-item a {
    color: #fff;
}

.navbar-expand-xl .navbar-nav .nav-item > a {
    padding-left: 0;
    margin: auto 10px;
    padding-right: 0;
}


/* .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
} */


.navbar .navbar-toggler {
    background-color: transparent;
    border: 0;
    padding-right: 4px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.navbar-toggler i {
    color: #fff;
    font-size: 26px;
}


.navbar .navbar-nav a {
    font-size: 0.906rem;
}


.upper-menu {
    display: flex;
    justify-content: end;
    gap: 20px;
    padding-right: 10px;
    color: #fff;
}

.upper-menu a img {
    max-height: 18px;
}

.upper-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 400;
}

.language ul.dropdown-menu {
    border-radius: 0;
    background: var(--dblue);
}

.accessibility ul.dropdown-menu {
    border-radius: 0;
    background: var(--dblue);
}

.accessibility ul.dropdown-menu.show {
    display: flex;
}

.accessibility ul.dropdown-menu a {
    font-weight: 500;
    font-size: 1rem;
}

#search-panel {
    background: rgba(21, 41, 68, 0.8);
}

#search-panel .modal-header {
    border: 0;
    color: #fff;
}

#search-panel .btn-close {
    background: none;
}

#search-panel i {
    font-size: 1.625rem;
    color: #fff;
}

#search-panel .modal-content {
    background: transparent;
    border: 0;
}

#search-panel input {
    height: 60px;
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #eee;
    color: #fff;
    padding: 0;
    font-size: 1.2rem;
}

#search-panel input::placeholder {
    color: #e5e5e5;
}

#search-panel span {
    padding: 10px 23px;
    background: #a1a1a1;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #eee;
    padding: 0;
    background: transparent;
}


.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
    background: transparent;
}

/*.navbar .dropdown-item::before {
content: "";
display: block;
background: var(--blue);
height: 100%;
width: 2px;
position: absolute;
left: 0;
top: 0;
z-index: -1;
}

.navbar .dropdown-item:hover::before{
  width: 100%;
}*/


/*------------ Drop down effect ----------*/

.navbar .nav-item.dropdown::before,
.navbar .nav-item.dropdown:hover::before {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.navbar .nav-item.dropdown {
    position: relative;

}

.dropdown-toggle::after {
    margin-right: .255em;
}

.navbar .nav-item.dropdown::before {
    content: "";
    position: fixed;
    left: 0px;
    top: 0;
    background: rgba(21, 41, 68, 0.92);
    width: 100%;
    z-index: -1;
    display: block;
    height: 119px;
    opacity: 0;
    pointer-events: none;

}

.navbar .nav-item.dropdown:hover::before {
    opacity: 1;
}

.menu-grid ul {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 0px 15px;
}


.navbar .dropdown-menu {
    border-radius: 0px;
}

.dropdown-menu .border-menu {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    text-align: right;
}

.navbar .dropdown-menu .dropdown-item {
    font-size: 1rem;
    position: relative;
    margin-bottom: 6px;
    padding: 10px;
    color: #e5e5e5;
    font-weight: 400;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:hover span {
    color: #fff;
}

.navbar .dropdown-menu .dropdown-item span {
    color: #e5e5e5;
    margin-right: 12px;
    width: 18px;
    display: inline-block;
}

.navbar .nav-item .dropdown-menu {
    background: rgba(21, 41, 68, 0.77);
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 2;
    top: inherit;
}


.navbar .nav-item .dropdown-menu ul {
    list-style: none;
    box-shadow: none !important;
}


@media (min-width: 768px) {
    .animate {
        animation-duration: 0.5s;
        -webkit-animation-duration: 0.5s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}


/*---------------- drop down end ------------*/

.navbar .nav-link {
    position: relative;
}

.navbar .nav-link::before {
    width: 0%;
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    bottom: -6px;
    height: 4px;
    background: var(--white);
}

.navbar .nav-link:hover::before,
.navbar .nav-link.selected::before {
    width: 100%;

}


.navbar .nav-link.selected {
    font-weight: 400;
}

.menu-arrow::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.mobile-dropdown {
    display: none;
}


.subpag-banner figure {
    width: 100%;
    height: 200px;

    background: rgb(83, 98, 119);
    background: -moz-linear-gradient(0deg, rgba(83, 98, 119, 0) 0%, rgba(83, 98, 119, 0.1921101204153537) 21%, rgba(83, 98, 119, 0.6514938739167542) 59%, rgba(83, 98, 119, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(83, 98, 119, 0) 0%, rgba(83, 98, 119, 0.1921101204153537) 21%, rgba(83, 98, 119, 0.6514938739167542) 59%, rgba(83, 98, 119, 1) 100%);
    background: linear-gradient(0deg, rgba(83, 98, 119, 0) 0%, rgba(83, 98, 119, 0.1921101204153537) 21%, rgba(83, 98, 119, 0.6514938739167542) 59%, rgba(83, 98, 119, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#536277", endColorstr="#536277", GradientType=1);

}


.banner {
    position: relative;
}

.banner-slider {
    text-align: right;
}


.banner-slider .slick-slide figure img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


.banner-slider .slick-slide {
    position: relative;
    color: #fff;
}

.banner-slider .slick-slide > div > div {
    display: block !important;
}


.banner-slider .slick-slide figure::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.7;
    height: 300px;

    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15009331369266454) 21%, rgba(0, 0, 0, 0.7635386918439251) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15009331369266454) 21%, rgba(0, 0, 0, 0.7635386918439251) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15009331369266454) 21%, rgba(0, 0, 0, 0.7635386918439251) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);

}


.btnPrev,
.btnNext {
    position: absolute;
    bottom: 60px;
    right: 100px;
    z-index: 2;
    background: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.125rem;
    border: 2px solid #fff;
}

.btnNext {
    left: auto;
    right: 40px;
    z-index: 2;
}

.btnPrev i::before,
.btnNext i::before {
    color: #fff;
}

.banner-slider .slick-slide .load-slide {
    background: var(--blue);
    position: absolute;
    bottom: 0px;
    display: block;
    width: 0%;
    height: 6px;
    z-index: 4;
}

.banner-slider .slick-active .load-slide {
    width: 100%;

    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s
}

.banner-slider figcaption {
    padding: 0 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-20%);
    width: 100%;
}

.banner-slider h3 {
    background: rgba(21, 41, 68, 0.8);
    padding: 10px 0px 10px 20px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 300;
    position: relative;
}

.banner-slider h3::after {
    content: "";
    width: 100px;
    height: 100%;
    background: rgba(21, 41, 68, 0.8);
    display: block;
    position: absolute;
    top: 0px;
    left: 100%;
}

.banner-slider h2 {
    font-size: 14rem;
    opacity: 0.8;
    line-height: 12rem;
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.banner-slider h4 {
    font-size: 2.5rem;
    font-weight: 400;
}

.banner-slider .slick-slide figcaption img {
    width: 100%;
}

.banner-slider .slick-active figcaption img {
    /*animation-name: zoomIn;
    animation-duration: 1s;*/

    animation-name: fade-Up;
    animation-duration: 3.5s;
    opacity: 1;
    display: block;

}


.banner-slider .slick-active figcaption > div > div {
    animation-name: fade-Up;
    animation-duration: 1.5s;
    opacity: 1;
    position: relative;

}

@keyframes fade-Up {

    0% {
        bottom: 0px;
        opacity: 0;
    }

    50% {
        bottom: -40px;
        opacity: 0;
    }

    90% {
        bottom: 0px;
        opacity: 1;
    }

}


@-webkit-keyframes fade-Up {

    0% {
        bottom: 0px;
        opacity: 0;
    }

    50% {
        bottom: -40px;
        opacity: 0;
    }

    90% {
        bottom: 0px;
        opacity: 1;
    }

}

.fade-Up {
    -webkit-animation-name: fade-Up;
    animation-name: fade-Up;
}

@keyframes fade-Up {

    0% {
        bottom: 0px;
        opacity: 0;
    }

    50% {
        bottom: -40px;
        opacity: 0;
    }

    90% {
        bottom: 0px;
        opacity: 1;
    }

}


@-webkit-keyframes fade-Up {

    0% {
        bottom: 0px;
        opacity: 0;
    }

    50% {
        bottom: -40px;
        opacity: 0;
    }

    90% {
        bottom: 0px;
        opacity: 1;
    }

}


/* .banner-slider .slick-active {
   animation-name: zoomIn;
animation-duration: 1s;
opacity: 1;

} */


.banner-slider div {
    position: relative;
}

.breadcrumb {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}


@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.scroll-down {
    display: block;
    width: 60px;
    margin: 0 auto;
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 500;
    position: absolute;
    left: 50%;
    bottom: 60px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    z-index: 3;
    margin-left: -30px;

}

.scroll-down:hover {
    text-decoration: none;
    color: #fff;
}


.scroll-down img {
    -webkit-animation: action 1s infinite alternate;
    animation: action 1s infinite alternate;
    width: 15px;
    margin: 12px auto;
    display: block;
}

.slick-prev::before,
.slick-next::before {
    font-size: 25px;
    color: var(--blue);
    opacity: 1;
}

.slick-prev {
    left: -40px;
}

.slick-next {
    right: -40px;
}


.banner-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.banner-slider .slick-dots {
    bottom: 20px;
}


/*.slick-dots li {
width: 24px;
height: 24px;
}

.slick-dots li button::before {
width: 24px;
height: 24px;
content: '';
opacity: 1;
border: 5px solid #eee;
border-radius: 50%;
background: #ccc;
}


.slick-dots li:hover button::before {
  background: var(--blue);
}

.slick-dots li.slick-active button::before {
  background: var(--blue);
  opacity: 1;
}*/


.slick-dots li button::before {
    background: #fff;
    content: "";
    font-size: 10px;
    opacity: 0.5;
    box-shadow: 1px 1px 2px #000;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}


.slick-dots li.slick-active button::before {
    opacity: 1;
    color: #fff;
}

.diversified-sectors {
    position: relative;
    background: rgba(21, 41, 68, 0.90);
}


.diversified-sectors .text-white .btn-primary {
    border: 1px solid #fff;
    color: var(--dblue);
}

.diversified-sectors .text-white .btn-primary:hover {
    color: var(--white);
}

.diversified-sectors .tab-content {
    position: relative;
    overflow: hidden;
}

/* .diversified-sectors.open-up{
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 3;
  background: rgba(21, 41, 68, 0.90);

} */

.diversified-sectors .tab-pane.active h3{
    animation-name: zoomIn;
    animation-duration: 0.7s;
}

.diversified-sectors .tab-pane.active img {
    animation-name: zoomIn;
    animation-duration: 0.7s;
    height: 250px;
    object-fit: cover;
}

.our-roles-diversified-sectors .tab-pane.active img {
    height: unset;
}

.diversified-sectors .tab-pane.active aside {
    animation-name: zoomIn;
    animation-duration: 0.9s;
}


.diversified-title {
    position: relative;
    margin-top: -38px;
    z-index: 2;
    pointer-events: none;
}

.diversified-title h3 {
    padding: 8px 18px 6px 18px;
    background: #fff;
    display: inline-block;
    border-radius: 8px 8px 0 0;
    color: #152944;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: 400;
    pointer-events: visible;
    cursor: pointer;
}

.diversified-sectors .tab-pane {
    padding: 0px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    display: block;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s

}

.diversified-sectors .tab-pane.active {
    padding: 40px 0px;
    height: auto;
    opacity: 1;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}


#hideBtn {
    font-size: 1.25rem;
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 2;
    border: 1px solid #fff;
    padding: 6px 10px;
}


.diversified-sectors .nav-tabs {
    border: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -15px;
}

.diversified-sectors .nav-tabs .nav-item {
    margin: 32px 0;
    flex: 1 1 auto;
    text-align: center;
    border-left: 1px solid #abb2bc;
}

.diversified-sectors .nav-tabs .nav-item:first-child {
    border: 0;
}

.diversified-sectors .nav-tabs .nav-link {
    border: 0px;
    color: #abb2bc;
    padding: 0;
    font-size: 0.813;
    margin: 0 auto;
    line-height: 0.813;
    position: relative;
    display: flex;
    flex-direction: column;
}


.diversified-sectors .nav-tabs .nav-item:first-child .nav-link::before {
    display: none;
}


.diversified-sectors .nav-tabs .nav-link::after {
    content: "";
    background: #fff;
    height: 3px;
    width: 0%;
    display: block;
    margin-top: 6px;
    position: absolute;
    bottom: -12px;
}

.diversified-sectors .nav-tabs .nav-link:hover::after,
.diversified-sectors .nav-tabs .nav-link.active::after {
    width: 100%;
}

.diversified-sectors .nav-tabs .nav-link.active {
    background: transparent;
    color: #fff;
}

.message-section {
    background: url("../images/HH-message-bg-image.jpg");
    padding: 4rem 1rem;
}

.message p.large {
    font-size: 2.3rem;
    line-height: 2.8rem;
}

.message p {
    font-size: 1.4rem;
    line-height: 1.7rem;
}

.message p small {
    font-size: 94%;
}


.gradient-top {
    background: rgb(170, 200, 243) no-repeat;
    background: -moz-linear-gradient(180deg, rgba(170, 200, 243, 1) 0%, rgba(255, 255, 255, 0) 100%) no-repeat;
    background: -webkit-linear-gradient(180deg, rgba(170, 200, 243, 1) 0%, rgba(255, 255, 255, 0) 100%) no-repeat;
    background: linear-gradient(180deg, rgba(170, 200, 243, 1) 0%, rgba(255, 255, 255, 0) 100%) no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ece1ff", endColorstr="#ffffff", GradientType=1);

}

.gradient-right,
.gradient-left {
    position: relative;
}

.gradient-right::before,
.gradient-left::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    display: block;
    z-index: -1;

}

.gradient-right::before {
    background: rgb(213, 238, 243);
    background: -moz-linear-gradient(50deg, rgba(213, 238, 243, 0) 0%, rgba(217, 239, 247, 0.09407090472907909) 39%, rgba(220, 240, 250, 0.6010737058495272) 71%, rgba(225, 241, 255, 0.9091969551492471) 100%);
    background: -webkit-linear-gradient(50deg, rgba(213, 238, 243, 0) 0%, rgba(217, 239, 247, 0.09407090472907909) 39%, rgba(220, 240, 250, 0.6010737058495272) 71%, rgba(225, 241, 255, 0.9091969551492471) 100%);
    background: linear-gradient(50deg, rgba(213, 238, 243, 0) 0%, rgba(217, 239, 247, 0.09407090472907909) 39%, rgba(220, 240, 250, 0.6010737058495272) 71%, rgba(225, 241, 255, 0.9091969551492471) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d5eef3", endColorstr="#e1f1ff", GradientType=1);
}

.gradient-left::before {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(348deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 43%, rgba(240, 245, 253, 1) 64%, rgba(170, 200, 243, 1) 100%);
    background: -webkit-linear-gradient(348deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 43%, rgba(240, 245, 253, 1) 64%, rgba(170, 200, 243, 1) 100%);
    background: linear-gradient(348deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 43%, rgba(240, 245, 253, 1) 64%, rgba(170, 200, 243, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#aac8f3", GradientType=1);
}

.globe {
    position: absolute;
    right: 0;
    top: 10px;
    width: 480px;
    z-index: -1;
    padding-right: 0 !important;
}


/* .leader-box div p:nth-child(3) {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 85px;
} */

.leader-box .btn-primary {
    padding: 10px 20px;
    font-size: 0.8rem;
}


.counter-section {
    position: relative;
    z-index: 2;
}

.counter-section ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
}

.counter-section ul li {
    border-right: 1px solid #ccc;
    /*padding: 0px 60px;*/
    width: 300px;
}

.counter-section .counter-box span {
    font-size: 4rem;
    display: block;
    margin-bottom: 15px;
}

.counter-section ul li:last-child {
    border-right: none;
}

.counter-section .counter-box h3 {
    font-size: 2.4rem;
    font-weight: 600;
    color: #152944;
}

.counter-section .counter-box p {
    line-height: 1.3rem;
    text-transform: uppercase;
}


.counter-box i {
    font-size: 3.75rem;
    margin: 0 0 15px;
}


.plus h3::after {
    content: "+";
}

.bn-plus h3::after {
    content: "Bn+";
    font-size: 1.5rem;
}

.aed h3::before {
    content: "AED";
    font-size: 1.5rem;
    margin-right: 2px;
}

.bn h3::after {
    content: "Bn";
    font-size: 1.5rem;
}

.sqkm h3::after {
    content: "sq.km";
    font-size: 1.5rem;
}

.mn h3::after {
    content: "Mn";
    font-size: 1.5rem;
}

.accordion-button {
    padding: 25px 0px;
    color: var(--dblue);
    font-size: 0.9rem;
    text-transform: uppercase;
    line-height: 1.2rem;
    overflow: hidden;
    height: 42px;
    font-weight: 400;
    letter-spacing: 1px;
}

.accordion-item .accordion-body {
    padding: 15px 0;
}

.accordion-button:not(.collapsed) {
    color: var(--dblue);
}

.accordion-item,
.accordion-button,
.accordion-button:not(.collapsed),
.accordion-item:last-of-type,
.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
    background: transparent;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
}

.accordion-item,
.accordion-item:last-of-type {
    border-bottom: 1px solid #666;
}

.accordion-item p {
    font-size: 0.85rem;
    line-height: 1.4rem;
}


.groups {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    justify-content: center;
    align-items: center;
}

.groups div {
    height: 120px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.groups div img {
    position: relative;
    max-width: 100px;
    max-height: 70px;
}

.groups div:first-child img {
    max-width: 190px;
    max-height: 80px;
}

.groups div:hover img {
    transform: scale(1.15);

}


.groups div:nth-child(2), .groups div:nth-child(5), .groups div:nth-child(8), .groups div:nth-child(11) {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.groups div:nth-child(1), .groups div:nth-child(2), .groups div:nth-child(3), .groups div:nth-child(4), .groups div:nth-child(5), .groups div:nth-child(6), .groups div:nth-child(7), .groups div:nth-child(8), .groups div:nth-child(9) {
    border-bottom: 1px solid #ddd;
}

/*.groups div:nth-child(1),*/
/*.groups div:nth-child(2),*/
/*.groups div:nth-child(3),*/
/*.groups div:nth-child(4),*/
/*.groups div:nth-child(5),*/
/*.groups div:nth-child(6) {*/
/*  border-bottom: 1px solid #ddd;*/
/*}*/


.link-arrow {
    border: 2px solid var(--blue);
    border-radius: 50%;
    padding: 5px 6px;
    color: var(--blue);
    font-size: 1.125;
    float: right;
}

.product-box {
    position: relative;
    padding-bottom: 50px;
}

.product-box .btn-primary {
    position: absolute;
    left: 25px;
    bottom: 26px;
}

.product-box > figure {
    overflow: hidden;
}

.product-box:hover > figure img {
    transform: scale(1.1);
}

.product-box img.logo {
    height: 60px;
    margin: 15px 0;
}


.press-slider {
    padding-bottom: 60px;
    margin: 0 -30px;
}

.press-slider .slick-active {
    animation-name: zoomIn;
    animation-duration: 1s;
    opacity: 1;
}


.press-slider .slick-slide {
    padding: 15px 30px;
    overflow: hidden;

}

.press-slider .slick-slide figure {
    overflow: hidden;
    background: #000;
    margin-bottom: 20px;
}

.press-slider .slick-slide:hover img {
    transform: scale(1.1);
}

.press-slider .slick-slide figure img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    opacity: 0.9;
}

/* .press-slider .slick-slide aside {
  height: 200px;
  overflow: hidden
} */

.press-slider .slick-slide aside h3 {
    font-size: 0.9rem;
    text-transform: uppercase;
    line-height: 1.2rem;
    overflow: hidden;
    font-weight: 400;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.press-slider .slick-slide aside p,
.press-slider .slick-slide aside span {
    color: #777;
    font-size: 0.85rem;
    line-height: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.4px;
}

.press-slider .slick-slide aside p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.press-slider .slick-slide a {
    text-decoration: none;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.press-slider .slick-slide a i {
    margin-left: 2px;
}

.press-slider .slick-slide a:hover {
    text-decoration: underline;
}

.press-slider .slick-slide a:hover i {
    margin-left: 6px;
}


.press-slider .btnPrev i::before,
.press-slider .btnNext i::before {
    color: #333;
}

.press-slider .btnPrev, .press-slider .btnNext {
    position: absolute;
    bottom: -5px;
    top: auto;
    right: 50%;
    border-radius: 0;
}

.press-slider .btnNext {
    left: 50%;
    right: auto;
}


/*------------- About page ------------------*/

.list-numbers {
    list-style: none;
    padding: 0px;
}

.list-numbers aside {
    background: #eee;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    flex-basis: 60px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 400;
    margin-right: 40px;
}

.list-numbers li {
    display: flex;
    margin-bottom: 20px;
    min-height: 80px;
}


.breadCrumbs ul {
    padding: 0;
}

.breadCrumbs li {
    position: relative;
    padding-right: 1em
}

.breadCrumbs li:not(:last-child):after {
    content: "\f105";
    position: absolute;
    right: -2px;
    top: 1px;
    font-family: 'font awesome 5 free', fontawesome;
    text-transform: none
}

.breadCrumbs li a {
    text-decoration: none;
}

.breadCrumbs li:last-child {
    font-weight: 400;
}


.gallery-link {
    position: relative;
    margin-bottom: 1.5rem;
}

.gallery-link:hover aside {
    display: flex;
}


.gallery-link aside {
    position: absolute;
    display: none;
    inset: 0;
    align-content: flex-end;
    align-items: end;
    padding: 12px;
    color: #fff;
    font-size: 0.875rem;

    background: rgb(33, 95, 182);
    background: -moz-linear-gradient(0deg, rgba(33, 95, 182, 1) 0%, rgba(33, 95, 182, 0.8659663694579394) 11%, rgba(33, 95, 182, 0) 25%, rgba(33, 95, 182, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(33, 95, 182, 1) 0%, rgba(33, 95, 182, 0.8659663694579394) 11%, rgba(33, 95, 182, 0) 25%, rgba(33, 95, 182, 0) 100%);
    background: linear-gradient(0deg, rgba(33, 95, 182, 1) 0%, rgba(33, 95, 182, 0.8659663694579394) 11%, rgba(33, 95, 182, 0) 25%, rgba(33, 95, 182, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#215fb6", endColorstr="#215fb6", GradientType=1);
}

.gallery-link aside i {
    padding: 4px;
}

.group-structure {
    position: relative;
}

.group-structure .nav-tabs {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    border: 0;
    padding-right: 60px;
}

.group-structure .nav-item a {
    border-radius: 0;
}

.group-structure .nav-item button {
    border-radius: 0;
    border: 0;
    color: #7f7f7f;
    padding: 15px 5px 15px 20px;
    position: relative;
    font-size: 0.95rem;
}

.group-structure .nav-item button.active {
    background: var(--lgrey2);
    z-index: 2;
    color: var(--blue);
    font-weight: 500;
}

.group-structure .nav-item button.active::after {
    content: "";
    width: 0;
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-left: 35px solid var(--lgrey2);
}

h1.large {
    font-size: 5.5rem;
    font-weight: 600;
    line-height: 3rem;
    display: grid;
    justify-content: center;
    align-content: center;
    height: 300px;
    line-height: 4rem;
}

h1.large small {
    font-size: 1.5rem;
}

.group-structure.history .nav-item button.active {
    color: var(--dblue);
    font-weight: 600;
}

.group-structure.history .nav-item button {
    padding: 20px 15px 20px 20px;
    font-size: 1.3rem;
}

.group-structure.history .nav-item button.active::after {
    border-top: 62px solid transparent;
}

.today-listing ul {
    list-style: none;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 15px;
    margin: 0 auto;
}

.today-listing ul li {
    display: flex;
    align-items: center;
}

.today-listing ul li span {
    float: left;
    font-size: 2.83rem;
    margin-right: 18px;
}

.today-listing ul li p {
    overflow: hidden;
    margin: 0;
}

.today-listing ul li p strong {
    font-weight: 600;
    font-size: 1.2rem;
}


/* .group-structure .nav-item button.active::after,
.group-client li:before {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  border-left: 1px solid #ccc;
  width: 1px;
  height: 40px;
  z-index: 1;
}

.group-structure .nav-item button.active::after {
  top: 37px;
} */

.slidePlaceholder {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: none;
}

.slidePlaceholder img {
    position: absolute;
    width: 50px;
    z-index: 1;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}


.group-client {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 60px;
}

.group-client li {
    background: white;
    text-align: center;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.group-client li a {
    text-decoration: none;
}

.group-client li:hover {
    border: 1px solid #ccc;
}

.group-client li:before {
    top: -40px;
}

.group-client li img {
    max-width: 95%;
    height: 100px;
    object-fit: contain;
}

.group-client li figure {
    min-height: 100px;
    margin: 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.group-client p strong {
    font-weight: 500;
}

.group-client-animation .tab-pane.active li {
    animation-name: zoomIn;
    animation-duration: 0.7s;
}

/*#tab-5 .group-client {*/
/*    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));*/
/*}*/

/*#tab-5 .group-client li img {*/
/*    height: unset;*/
/*}*/



.video-panel {
    position: relative;
}

.video-panel figure {
    background: #000;
}

.video-panel figure img {
    opacity: 0.85;
}

.video-panel i {
    position: absolute;
    display: grid;
    inset: 0;
    z-index: 2;
    justify-content: center;
    align-items: center;
    font-size: 5rem;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    opacity: 0.9;
}


.diversified-page .nav-tabs {
    border: 0;
    background: #eee;
    justify-content: space-around;
    display: flex;
    width: 100%;
}

.diversified-page .nav-tabs .nav-link {
    border: 0px;
    color: #333;
    padding: 15px 0 24px 0;
    position: relative;
}

.diversified-page .nav-tabs .nav-link::after {
    content: "";
    background: var(--blue);
    height: 6px;
    width: 0%;
    display: block;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.diversified-page .nav-tabs .nav-link:hover::after,
.diversified-page .nav-tabs .nav-link.active::after {
    width: 100%;
}

.diversified-page .nav-tabs .nav-link.active {
    background: transparent;
    color: var(--blue);
    font-weight: bold;
}

.diversified-page .title {
    padding: 15px 10px 0px 10px;
    margin: 0;
}

.diversified-page {
    background: #eee;
    border-right: 5px solid #bbb;
    border-left: 5px solid #bbb;
    gap: 15px;

}

.sticky {
    position: fixed;
    top: 56px;
    z-index: 4;
    animation: smoothScroll 0.5s forwards;
    width: 100%;
}

.sticky + .tab-content-margin {
    padding-top: 150px;
}

.sectors-thumb {
    background: url("../images/bg-sectors.jpg");
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    filter: grayscale(100%);
}


.sectors-thumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(120, 120, 120, 0.85);
}


.sectors-thumb h2 {
    z-index: 4;
    position: relative;
}


.sectors-thumb ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 40px;
}


.sectors-thumb ul li {
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;

}

.sectors-thumb ul .overlay {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(21, 41, 68, 0.5);
    height: 100%;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    z-index: 2;
}

.sectors-thumb ul li:hover ~ .overlay {
    opacity: 1;
}

.sectors-thumb ul li:hover {
    background: #fff;
    z-index: 4;
}

.sectors-thumb ul li:hover a {
    color: var(--dblue);
}

.sectors-thumb ul li:hover a span {
    transform: scale(1.2)
}

.sectors-thumb ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 70px 40px;
    display: block;
}

.sectors-thumb ul li a span {
    display: block;
    font-size: 2.7rem;
    margin-bottom: 20px;
}

.sectors-thumb > figure {
    position: absolute;
    display: grid;
    inset: 0;
    padding: 0;
    z-index: -1;
}

.sectors-thumb > figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}


/*---------- Press page --------------*/


.press-box {
    position: relative;
    padding-bottom: 30px;
    height: 100%;
}

.press-box figure {
    overflow: hidden;
    background: #000;
    margin-bottom: 20px;
}

.press-box figure img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    opacity: 0.9;
}

.press-box:hover figure img {
    transform: scale(1.1);
}


.press-box aside p,
.press-box aside span {
    color: #777;
    font-size: 0.85rem;
    line-height: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.4px;
}

.press-box aside p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.press-box aside h3 {
    font-size: 0.9rem;
    text-transform: uppercase;
    line-height: 1.2rem;
    font-weight: 400;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.press-box a {
    text-decoration: none;
    font-size: 0.75rem;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
}

.press-box a i {
    margin-left: 2px;
}

.press-box a:hover {
    text-decoration: underline;
}

.press-box a:hover i {
    margin-left: 6px;
}

.press-list {
    list-style: none;
    padding: 15px 10px 15px 10px;
    max-height: 588px;
    overflow-y: scroll;
}

.press-list li {
    display: flex;
    gap: 15px;
    background: var(--lgrey2);
    padding: 15px;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.press-list li h4 {
    font-weight: 400;
}

.press-list li img {
    width: 180px;
    height: 140px;
    object-fit: cover;
}

.press-list li a {
    text-decoration: none;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.press-list li p {
    color: #777;
    font-size: 0.85rem;
    line-height: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.4px;
    margin: 0;
}


/*---------- */


.pdf-box {
    background: #d9d9d9;
    color: #000;
    padding: 18px;
    overflow: hidden;
    position: relative;
    height: 220px;
}

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


.pdf-box h4 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3rem;
    z-index: 2;
    position: relative;
}

.pdf-box figure {
    width: 100px;
    right: 15px;
    position: absolute;
    top: 16px;
    z-index: 0;
}


.pdf-box figure img {
    opacity: 0.3;
}

.pdf-box:hover figure img {
    opacity: 0.2;
    transform: scale(2);

}

.pdf-box .btn {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #cccccc;
    font-weight: 500;
    color: #333;
    font-size: 1rem;
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
    padding: 18px;
}


.pdf-box .btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.pdf-box .btn i {
    margin-left: 10px;
    vertical-align: middle;
}

.pdf-box:hover .btn {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;

}

.pdf-box:hover .btn i {
    color: #fff;
}


/*------------ Listing -------------*/

.listing-link {
    position: relative;
    background: #000;
}

.listing-link figure img {
    opacity: 0.8;
}

.listing-link h2 {
    position: absolute;
    display: flex;
    flex-direction: column;
    inset: 20px;
    color: #fff;
    font-size: 2rem;
    line-height: 2.2rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);

}

.listing-link h2 span {
    opacity: 0;
}

.listing-link:hover h2 span {
    opacity: 1;
}


.listing-link:hover figure img {
    opacity: 1;
}

.listing-link aside {
    position: absolute;
    display: none;
    inset: 0;
    align-content: flex-end;
    align-items: end;
    padding: 20px;

    font-weight: 400;
    font-size: 0.938rem;
    color: #fff;
    justify-content: space-between;
    opacity: 0;

    background: rgb(1, 148, 208);
    background: -moz-linear-gradient(0deg, rgba(1, 148, 208, 0.5954714649531687) 0%, rgba(1, 148, 208, 0.20051348175989148) 50%, rgba(1, 148, 208, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(1, 148, 208, 0.5954714649531687) 0%, rgba(1, 148, 208, 0.20051348175989148) 50%, rgba(1, 148, 208, 0) 100%);
    background: linear-gradient(0deg, rgba(1, 148, 208, 0.5954714649531687) 0%, rgba(1, 148, 208, 0.20051348175989148) 50%, rgba(1, 148, 208, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0194d0", endColorstr="#0194d0", GradientType=1);
}

.listing-link:hover aside {
    display: flex;
    opacity: 1;
}

.listing-link aside h3 {
    font-size: 3rem;
    margin: 0;
}

.listing-link aside h3 small {
    font-size: 1.5rem;
    display: block;
    margin-top: 10px;
}

.listing-link aside i {
    background: #fff;
    color: #333;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}


.stats-panel {
    position: relative;
}

.stats-panel figure {
    text-align: center;
}

.stats-panel figure span {
    font-size: 18rem;
    opacity: 0.06;
}

.stats-panel aside {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.stats-panel h3 {
    font-size: 4.5rem;
    font-weight: 500;
}

.stats-panel h3 small {
    font-size: 1rem;
}

.zoom figure {
    overflow: hidden;
}

.zoom img {
    max-height: unset;
}


.zoom:hover img {
    transform: scale(1.1);
}

.greyscale img {
    object-fit: cover;
    filter: grayscale(1);
}

.greyscale:hover img {
    filter: grayscale(0);
    filter: contrast(1.1);
}


.vline-right {
    border-right: 1px solid #ddd;
}


.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}


@keyframes zoomIn {

    0% {
        opacity: 0;
        transform-style: preserve-3d;
        transform: scale(0.2);
        -webkit-transform: scale(0.2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes zoomIn {

    0% {
        opacity: 0;
        transform-style: preserve-3d;
        transform: scale(0.2);
        -webkit-transform: scale(0.2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}


.v-line {
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
    z-index: 2;
}


/*------------ footer --------------*/


footer h4 {
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 0.875rem;
}

.footer-map iframe {
    height: 150px;
}

footer p,
footer a {
    font-size: 0.625rem;
    line-height: 1.125rem;
    opacity: 0.9;
}

.copyrights,
.copyrights a {
    font-size: 0.625rem;
    opacity: 0.9;
}

.ar-text-align {
    text-align: right;
}

footer,
footer a {
    color: #eee;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.time-line-logos {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


.time-line-images {
    list-style: none;
    padding: 0;
}
.time-line-images li img {
    width: 100%;
}

.time-line-logos li img {
    max-width: 200px;
    height: 120px;
    object-fit: contain;
    object-position: left center;
}

.time-line-logos li:first-child img {
    max-width: unset;
}

.heading-large h2 {
    font-size: 2.5rem;
    line-height: 2.8rem;
}

.custom-contact-us h2 {
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: 1px;
}

.custom-strong h2 {
    font-weight: 600;
}

.h2-span {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.h2-span strong {
    font-weight: 600;
}

.about-objective-section > div:first-child {
    display: flex;
}

.diversified-sectors .compact.nav-tabs {
    justify-content: flex-start;
}

.diversified-sectors .compact.nav-tabs .nav-item {
    flex: unset;
    margin-right: 20px;
    padding-left: 15px;
}

.banner-slider h2 small {
    font-size: 6rem;
}

.globe-bg {
    position: relative;
}

.globe-bg::after {
    background: url("../images/globe-2.png") no-repeat right top;
    background-size: cover;
    overflow: visible;
    content: "";
    position: absolute;
    top: -85px;
    right: 0px;
    display: block;
    width: 400px;
    height: 400px;
    z-index: -1;
}

.banner-slider h2.aed::before {
    content: "AED";
    display: block;
    font-size: 6rem;
    line-height: 6rem;
    margin-right: 16.5rem;
}

.diversified-sectors .tab-pane.img-portfolio.active img.portfolio-logo,
.diversified-sectors .tab-pane.img-portfolio.active figure h3 {
    max-width: 80%;
    height: 200px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    background: #fff;
    padding: 25px 15px;
}

.diversified-sectors .tab-pane.img-portfolio.active img {
    width: 100%;
}

.diversified-sectors .tab-pane.img-portfolio figure,
.diversified-sectors .tab-pane.img-portfolio figcaption {
    text-align: center;
}

.diversified-sectors .tab-pane.img-portfolio figcaption h3 {
    font-size: 1rem;
}

.diversified-sectors .tab-pane.img-portfolio.active figure h3 {
    color: #333;
    display: grid;
    align-items: center;
}

.media a {
    margin-right: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    text-decoration: none;
}

.media a:hover {
    text-decoration: none;
    color: var(--blue);
}


.text-white hr {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    opacity: 1;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 0.4)
}


.bg-shadow {
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
}

.greyscale img,
.groups div img,
.navbar .nav-link::before,
.press-box img,
.press-box:hover img,
.press-box h3,
.press-box:hover h3,
.press-slider .slick-slide figure img,
.press-slider .slick-slide aside h3,
.pdf-box,
.pdf-box figure img,
.zoom img,
.zoom:hover img,
.btn-primary::after,
.navbar .dropdown-item::before,
.listing-link aside,
.listing-link h2,
.diversified-sectors .nav-tabs .nav-link::after,
.group-client li, .sectors-thumb ul li,
.sectors-thumb ul li a span,
.sectors-thumb ul li:hover a span,
.sectors-thumb ul li ~ .overlay,
.sectors-thumb ul li:hover ~ .overlay,
.press-box a i,
.press-slider .slick-slide a i {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}


/*----cookie---*/

#gdpr {
    padding: 20px;
    background: #161616;
    color: #FFFFFF;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#gdpr p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
}

#gdpr p a {
    color: #fff;
}

.mobile-dropdown {
    display: none;
}

/* ----------- districts map ------------- */

img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
}

.districts-map {
    position: relative;
}

.districts-map a {
    position: absolute;
    z-index: 2;
    width: 8%;
    height: 14%;
    text-align: center;

}

.districts-map a span{
    width: 100%;
    height: 100%;
    display: block;
    background: #ff000000;
    position: relative;
}



.districts-map a span::before {
    content: "" !important;
    display: block !important;
    width: 50px;
    height: 50px;
    background: #fff;
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 0 !important;
    z-index: -1;
    margin: 15px auto auto;

}

.districts-map a span {
    position: relative;
}

.districts-map a span::before {
    animation-name: blink;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    opacity: 1;
}

@keyframes blink {

    0% {
        transform: scale(1);
        background: transparent;
        opacity: 1;
    }

    80% {
        transform: scale(1.5);
        opacity: 0;
        background: #fff;
    }

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

}



@-webkit-keyframes blink {

    0% {
        transform: scale(1);
        opacity: 1;
    }

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

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

}



.districts-map a.link01 {
    left: 24%;
    top: 34.5%;
}

.districts-map a.link02 {
    left: 23%;
    top: 66%;
}

.districts-map a.link03 {
    left: 37%;
    top: 25%;
}

.districts-map a.link04 {
    left: 33.7%;
    top: 40%;
}

.districts-map a.link05 {
    left: 36.1%;
    top: 71.5%;
    width: 9.5%;
}

.districts-map a.link06 {
    left: 47.5%;
    top: 54.5%;
    width: 20%;
}

.districts-map a.link07 {
    left: 71.6%;
    top: 63.8%;
}
/* #block-joint-ventures figure h3 {
  height: 250px;
  max-width: 100% !important;
} */
/* ----------------- */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
.iti {
    width: 100%;
}

#phone {
    height: 55px;
}

@media screen and (min-width: 1300px) {

    .diversified-sectors.open-up {
        position: absolute;
        width: 100%;
        bottom: 0;
        z-index: 3;
        background: rgba(21, 41, 68, 0.90);
    }
}


@media screen and (min-width: 1200px) {


    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    header {
        padding-top: 50px;
        position: fixed;
        width: 100%;
        z-index: 4;
        background: transparent;
    }

    header.fixedTop {
        animation: smoothScroll 0.5s forwards;
        z-index: 5;
        background: #6a85aa;
        padding: 0px;
        -webkit-box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.5);
    }

    header.fixedTop .logo img {
        width: 250px;
        margin: 15px 0;
    }

    header.fixedTop .navbar {
        margin-top: 10px;
        padding-bottom: 0;
    }


    header.fixedTop .upper-menu {
        display: none
    }



    #hideBtn {
        bottom: auto;
        top: 40px;
    }


}


@media only screen and (max-width: 1300px) {

    /* header, header.fixedTop {
      padding: 10px 0;
      position: relative;
      background: #1d1f22;
    } */
    .banner-slider .slick-slide figure img {
        width: 100%;
        height: unset;
    }

    .banner-slider figcaption {
        transform: translateY(-50%);
    }

    .scroll-down {
        display: none;
    }

    .banner-slider .slick-prev {
        left: -10px;
        z-index: 2;
    }

    .banner-slider .slick-next {
        right: 15px;
        z-index: 2;
    }

    .counter-section {
        margin-top: 15px;
    }

    .group-structure {
        overflow-x: scroll;
    }


    .group-structure .nav-tabs {
        width: 1200px;
        flex-wrap: nowrap;
    }

    .group-structure .nav-tabs li {
        flex-shrink: 0;
    }

    .group-structure .nav-item button {
        padding: 20px 15px;
    }

    .group-structure .nav-item button.active::after {
        display: none;
    }


    .diversified-sectors .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: scroll;
        align-items: center;
        margin: 0 15px;
    }

    .diversified-sectors .nav-tabs .nav-item {
        flex: 0 0 auto;
        margin-left: 15px;
        padding-left: 15px;
    }


    .diversified-page {
        overflow-x: scroll;
        width: 100%
    }

    .diversified-page .nav-tabs {
        width: 1000px;
        display: flex;
        flex-shrink: 0;
    }

    .diversified-page .title {
        flex-basis: 274px;
        flex-grow: 0;
        flex-shrink: 0;
    }


    .slidePlaceholder {
        display: block;
    }

    .districts-map a span::before {
        width: 40%;
        height: 40%;
        margin: 12px auto auto;
    }


}

@media only screen and (max-width: 1200px) {


    /* header.fixedTop {
      position: static;
      padding: 10px 0;
    } */
    .collapsing {
        opacity: 0;
        transition: all 0s
    }

    .navbar-collapse {
        position: absolute;
        top: 70px;
        left: 100%;
        width: 100%;
        background: var(--dblue);
        z-index: 4;
        min-height: 400px;

        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s

    }

    .navbar-collapse.show {
        left: 0;

        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s

    }

    .navbar .nav-item .dropdown-menu ul {
        padding: 0;
    }

    .navbar-nav > .nav-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding: 10px;
    }


    .column-reverse {
        flex-direction: column-reverse;
        display: flex;
        width: 100%;
    }

    header .logo {
        text-align: left;
        position: absolute;
        top: 0;
        z-index: 2;
    }

    header .logo img {
        width: 250px;
        margin: 15px 0;
    }


    .upper-menu {
        padding: 15px 0px;
    }


    .dropdown-toggle::after {
        margin: 0 0 0 0.8rem;
        border-top: .45em solid;
        border-right: .45em solid transparent;
        border-bottom: 0;
        border-left: .45em solid transparent;
        vertical-align: 0px;
    }

    .menu-arrow::after {
        margin-left: 0.5rem;
        opacity: 0;
    }

    .mobile-dropdown {
        display: block;
        position: absolute;
        right: 10px;
        top: 14px;
    }

    .navbar {
        justify-content: right;
    }

    .navbar .navbar-nav {
        font-size: 1.1rem;
        text-align: right;
        padding: 0;
    }

    .navbar .navbar-nav a {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .navbar .navbar-nav a.menu-arrow {
        margin-right: 30px;
    }

    .navbar .nav-link:hover::before,
    .navbar .nav-link.selected::before {
        width: 0%;
    }

    .navbar .nav-item .dropdown-menu {

        text-align: right;
        position: unset;
    }

    .navbar .nav-item.dropdown:hover::before {
        opacity: 0;
    }

    .navbar .dropdown-menu .dropdown-item {
        font-size: unset;
        white-space: wrap;
        padding-right: 10px !important;
    }

    header .navbar .nav-item .dropdown-menu {
        background: none

    }

    header.fixedTop .navbar .nav-item.dropdown {
        padding: 10px;
    }


    .dropdown-menu .border-menu {
        border-right: 0px;
        display: none;
    }

    .dropdown-menu .border-menu ~ div {
        width: 100%;
    }


    .sectors-thumb ul {
        padding: 15px;
    }

    .mobile-dropdown {
        display: block;
        position: absolute;
        right: 10px;
        top: 14px;
    }


}

@media only screen and (max-width: 991px) {


    .slick-prev {
        left: 0px;
    }

    .slick-next {
        right: 0px;
    }

    .slick-dots {
        bottom: -50px;
    }

    .diversified-sectors h3.line {
        border-right: 0px;
        border-bottom: 1px solid #999;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .diversified-sectors .nav-tabs .nav-link.active {
        border-radius: 0;
    }

    .listing-link aside {
        display: flex;
        opacity: 1;
    }


    .counter-section ul {
        flex-wrap: wrap;
        gap: 15px;
    }

    .counter-section ul li,
    .counter-section ul li:last-child {
        border: 1px solid var(--lblue);
        padding: 12px 15px;
        flex-grow: 1;
        flex-shrink: 1;
        background: rgba(255, 255, 255, 0.5);
    }

    .leader-box {
        padding: 20px 0;
    }

    .press-slider {
        margin: 0;
    }

    .press-slider .slick-slide {
        padding: 10px;
    }


    .footer-map iframe {
        height: 250px;
    }

    .footer-menu a {
        margin-bottom: 10px;
        display: inline-block;
    }


}

@media only screen and (max-width: 767px) {


    /* h1,
    h2 {
      font-size: 2rem;
      line-height: 2.2rem;
    } */
    h2.large {
        font-size: 2rem;
        line-height: 2.2rem;
    }

    p.large {
        font-size: 1rem;
        line-height: 1.4rem;
    }


    .btn-primary {
        padding: 14px 20px;
    }


    .btnPrev,
    .btnNext {
        top: auto;
        bottom: 8%;
        width: 40px;
        height: 40px;
    }

    .menu-grid ul {
        grid-template-columns: auto auto;
    }

    .banner-slider .slick-slide aside br {
        display: none;
    }

    .banner-slider .slick-slide aside {
        width: 90%;
    }

    .banner-slider .slick-slide figure img {
        height: 400px;
    }

    .banner-slider .slick-slide figure::before {
        display: none;
    }

    .banner-slider figcaption {
        transform: translateY(-10%);
    }

    .banner-slider .slick-slide figcaption img {
        width: 250px;
        float: right;
    }

    .banner-slider h3 {
        font-size: 1rem;
        background: rgba(21, 41, 68, 0.8);
        padding: 5px 0px 5px 10px;
    }

    .banner-slider h2 {
        font-size: 7rem;
        line-height: 8rem;
    }

    .banner-slider h4 {
        font-size: 2rem;
    }

    .subpag-banner figure {
        height: 100px;
        opacity: 0.6;
    }

    .today-listing ul {
        grid-template-columns: 100%;
    }

    .message-section {
        padding: 2rem 1rem;
    }

    .message p.large {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    .message p {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }

    .diversified-title {
        padding-top: 10px;
        background: var(--lgrey);
        margin-top: auto;
    }


    .diversified-sectors p.large {
        font-size: 0.95rem;
        line-height: 1.2rem;
    }

    .listing-link h2 {
        font-size: 1.8rem;
    }

    .counter-section ul li {
        width: 200px;
    }

    .counter-section .counter-box h3 {
        font-size: 1.875rem;
    }

    .sectors-thumb ul {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 15px;
        margin-top: 20px;
    }

    .sectors-thumb ul li a {
        padding: 30px 10px;
    }

    .accordion-item, .accordion-item:last-of-type {
        border-bottom: 1px solid #666;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }


    .contact-bg {
        padding: 15px;
    }

    .districts-map a span::before {
        margin: 6px auto auto;
    }

    .contact-bg img {
        width: auto;
    }

    .press-list {
        height: auto;
    }

    .press-slider .slick-slide figure img {
        max-height: unset;
    }

    .media a {
        margin: 10px 10px 10px 0;
    }


    .social-media {
        top: auto;
        bottom: -12px;
        display: flex;
        justify-content: center;
        left: 0;
        text-align: center;
        gap: 10px;
        margin: 0;
        background: rgba(0, 0, 0, 0.5);
        padding: 5px;
    }

    .social-media li {
        padding: 10px 16px;
        right: unset;
        border-radius: 5px;
        margin: 0;
    }

    .social-media li a {
        font-size: 0;
        text-align: center;
        margin: 0 auto;
    }

    .social-media li a i {
        font-size: 1.25rem;
        margin: 0;
    }

    footer,
    footer p,
    footer a {
        font-size: 0.75rem;
        line-height: 1.25rem;
    }

    .banner-slider h2.aed::before {
        font-size: 4rem;
        line-height: 3rem;
        margin-right: 12rem;
    }

    .time-line-logos li img {
        max-width: 150px;
        height: 100px;
        object-position: center;
    }

}


@media only screen and (max-width: 576px) {


    .upper-menu {
        justify-content: center;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        margin-top: 14px;
        gap: 30px;
    }

    .menu-grid ul {
        grid-template-columns:  auto;
    }

    .diversified-sectors .tab-pane img {
        margin-bottom: 20px;
    }


    .press-slider .slick-slide {
        padding: 0;
    }

    .counter-section ul li {
        width: unset;
    }

    .groups {
        grid-template-columns: 50% 50%;
        gap: 15px;
        padding: 7px;
    }

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

    .stats-panel {
        margin: 20px auto;
    }

    .stats-panel h3 {
        font-size: 3.5rem;
    }

    .copyrights, .ar-text-align {
        text-align: center;
    }


}

@media only screen and (max-width: 420px) {
}
