﻿/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*:focus {
    outline: none;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

a:hover {
    text-decoration: none;
    color: #ec2e22;
}

body {
    /* background: url(../images/Bg-Home.jpg) no-repeat center 0%; */
    /*background: url(../images/Bg-Home2.jpg) no-repeat center 0%;*/
    /* background-size:cover;*/
    /*   background-color: Black !important;
*/
    background-attachment: fixed !important;
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif !important;
    overflow-x: hidden;
    width: 100vw;
    min-height: 100%;
    margin: 0px;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

    body[style] {
        background-position: center !important;
        background-size: cover !important;
        background-attachment: fixed !important;
        background-repeat: no-repeat !important;
    }

/*body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index:1;
}*/

#contentbody_PnlContent {
    width: 100%;
}

#bgVideo {
    overflow-x: hidden;
    position: relative;
    /*  min-height:1000px;*/
    /*    z-index:10;*/
}

.homepage {
    height: 100vh;
}

.subpage:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.58);
    z-index: 1;
}

.red {
    color: #64B8E4;
}
/***************/
:root {
    --font-50: 50px;
    --font-40: 40px;
    --font-32: 32px;
    --font-26: 26px;
    --px-80: 80px;
    --px-70: 70px;
    --px-60: 60px;
    --px-50: 50px;
    --px-40: 40px;
    --px-30: 30px;
    --px-20: 20px;
}

@media screen and (max-width:1199px) {
    :root {
        --font-40: 40px;
        --font-32: 28px;
        --px-80: 50px;
        --px-60: 40px;
        --px-50: 30px;
        --px-40: 25px;
        --px-30: 20px;
    }
}

@media screen and (max-width:991px) {
    :root {
        --font-40: 40px;
        --font-32: 28px;
        --font-26: 25px;
        --px-80: 50px;
        --px-60: 40px;
        --px-50: 30px;
        --px-40: 25px;
        --px-30: 20px;
    }
}

@media screen and (max-width:767px) {
    :root {
        --font-32: 26px;
        --font-26: 24px;
        --px-80: 45px;
        --px-60: 30px;
        --px-50: 25px;
        /*        --px-40: 25px;
        --px-30: 20px;*/
    }
}

@media screen and (max-width:575px) {
    :root {
        --font-32: 25px;
        --font-26: 23px;
        --px-80: 40px;
        --px-60: 33px;
        --px-50: 23px;
        /*        --px-40: 25px;
        --px-30: 20px;*/
    }
}

.py-100 {
    padding-top: var(--px-100);
    padding-bottom: var(--px-100);
}

.py-80 {
    padding-top: var(--px-80);
    padding-bottom: var(--px-80);
}

.mt-80 {
    margin-top: var(--px-80);
}

.mb-80 {
    margin-bottom: var(--px-80);
}

.py-70 {
    padding-top: var(--px-70);
    padding-bottom: var(--px-70);
}

.mt-70 {
    margin-top: var(--px-70);
}

.mb-70 {
    margin-bottom: var(--px-70);
}

.py-60 {
    padding-top: var(--px-60);
    padding-bottom: var(--px-60);
}

.mt-60 {
    margin-top: var(--px-60);
}

.mb-60 {
    margin-bottom: var(--px-60);
}

.py-50 {
    padding-top: var(--px-50);
    padding-bottom: var(--px-50);
}

.mt-50 {
    margin-top: var(--px-50);
}

.mb-50 {
    margin-bottom: var(--px-50);
}

.py-40 {
    padding-top: var(--px-40);
    padding-bottom: var(--px-40);
}

.mt-40 {
    margin-top: var(--px-40);
}

.mb-40 {
    margin-bottom: var(--px-40);
}

.py-30 {
    padding-top: var(--px-30);
    padding-bottom: var(--px-30);
}

.mt-30 {
    margin-top: var(--px-30);
}

.mb-30 {
    margin-bottom: var(--px-30);
}

.py-20 {
    padding-top: var(--px-20);
    padding-bottom: var(--px-20);
}

.mt-20 {
    margin-top: var(--px-20);
}

.mb-20 {
    margin-bottom: var(--px-20);
}

/*******************/
.asry-container {
    padding-left: 35px;
    padding-right: 35px;
    margin: auto;
}

.container {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .asry-container {
        padding-left: 50px;
        padding-right: 50px;
        max-width: 90%;
        max-width: 1750px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

h2.asry {
    font-size: var(--font-26);
    line-height: 1.3;
}

/*** Header ***/
header {
    background-color: transparent;
    height: 120px;
    z-index: 97 !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transition: background-color 0.3s;
    align-content: center;
}



    header:before {
        content: "";
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        /*bottom: -129px;
    background: url(/images/topPNG.png);*/
        background-size: cover;
        background-position: 0px 0px;
        background-repeat: no-repeat;
        /*    height: 200px;
        margin-top: -40px;
        background: linear-gradient(180deg, rgba(255,255,255,0.9) 20%, rgba(0,0,0,0) 100%);*/
    }

@media (max-width: 991px) {
    header:before {
        height: 148px;
        margin-top: 0;
    }
}


.logo-big {
    width: 200px;
}

.logo-sml {
    width: 120px;
}

@media (min-width:576px) {
    /*   body,#bgVideo {
        min-height: 1000px;
    }*/
}

@media (min-width:768px) {
    body, #bgVideo {
        min-height: inherit;
        min-height: auto;
    }
}


/* ---------------------------------------------------
    SIDEBAR STYLE - Main Menu
----------------------------------------------------- */

#sidebar {
    height: 0;
    position: fixed;
    height: 100%;
    z-index: 999;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: auto;
    visibility: hidden;
    /* border-bottom: 14px solid #e6948f;*/
    background-color: #fff;
    /*    background-image: url(../images/Bg-menu.jpg);*/
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 25px;
    /* padding-bottom: 20px; */
    transition: .5s;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    height: auto;
    padding-bottom: 10px;
    width: 100%;
}

    #sidebar.active {
        visibility: visible;
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        transition: .5s;
    }

/*#sidebar:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 6px;
    background: #d5d5d5;
}*/

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #000;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    #dismiss:hover {
        background: #fff !important;
        color: #CB2115;
    }

.overlay {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.41);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

    .overlay.active {
        visibility: visible;
        opacity: 1;
    }

#sidebar .sidebar-header {
    padding: 20px 20px 0 20px;
    background: #fff;
    text-align: center;
}

#sidebar ul.components {
    padding: 20px 0 0;
    text-align: left;
    margin: 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a:hover {
    text-decoration: none;
}

nav#sidebar .p-2 {
    padding: 0px 20px !important;
}


#sidebar ul li a {
    color: rgb(49, 49, 49);
    font-weight: 600;
    padding: 10px 20px;
    display: block;
    font-size: 14px;
    /* margin: 0 20px; */
    position: relative;
}

    #sidebar ul li a:hover {
        color: #1a3c5c !important;
        background-color: #b9b6b6;
    }

#sidebar ul li button:hover {
    color: #1a3c5c !important;
}

#sidebar ul li a.current {
    color: #ffffff !important;
    background: #000000;
}

    #sidebar ul li a.current:after {
        transform: rotate(-45deg) translate(-3px, 2PX);
        border-top-color: white !important;
        border-right-color: white !important;
    }

#sidebar ul li ul li a {
    color: dimgrey !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    #sidebar ul li ul li a:hover {
        color: #fff !important;
        background-color: #1a3c5c !important;
    }

a[data-toggle="collapse"] {
    position: relative;
}

li.dropdown a.haveLevel2::before, li.dropdown a.haveLevel2::after {
    li .dropdown a.haveLevel2: :after;
    : 20px;
    position: absolute;
    top: 20px;
    right: 18px;
    width: 13px;
    height: 1px;
    content: "";
    background-color: #797978;
    border-top: 0;
}

.dropdown-toggle::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#sidebar .suTitle {
    color: #000;
    font-weight: 500;
    font-size: 17px;
}

.sfooter p {
    color: #000;
    font-size: 13px;
    margin: 0;
}

.btn-red-dark {
    background: #CB2115 !important;
}


#slidebarMenu li ul li a {
    padding-left: 19px;
}

#slidebarMenu li ul li i {
    padding-right: 0px;
    float: right;
    transform: rotate(-90deg) translateX(-4px);
}

    #slidebarMenu li ul li i.reversed {
        margin-top: 10px;
    }

#slidebarMenu li ul li a {
    border-left-color: #cccccc;
    border-left-width: 8px;
}

.quick-icn.svg {
    color: #cb2115;
}

.quickbtn:hover .quick-icn, .quickbtn.opened .quick-icn {
    color: #fff;
}

#slidebarMenu li.nav-item {
    opacity: 0;
    transition: 800ms;
}

.sidebar-header img {
    transform: scale(.2);
    opacity: 0;
    transition: 800ms;
}

#sidebar.active .sidebar-header img {
    transform: none;
    opacity: 1;
}

#slidebarMenu li.nav-item:nth-child(2) {
    transition-delay: 200ms;
}

#slidebarMenu li.nav-item:nth-child(3) {
    transition-delay: 400ms;
}

#slidebarMenu li.nav-item:nth-child(4) {
    transition-delay: 600ms;
}

#slidebarMenu li.nav-item:nth-child(5) {
    transition-delay: 800ms;
}

#slidebarMenu li.nav-item:nth-child(6) {
    transition-delay: 1000ms;
}

#slidebarMenu li.nav-item:nth-child(7) {
    transition-delay: 1200ms;
}

#sidebar.active #slidebarMenu li.nav-item {
    opacity: 1;
}

#sidebar .p-2, #sidebar hr, #sidebar .subscribe {
    transition: 800ms;
    transform: translateY(80px);
    opacity: 0;
    transition-delay: 1200ms;
}

.sfooter {
    transition: 800ms;
    transform: translateY(80px);
    opacity: 0;
    transition-delay: 1400ms;
    box-shadow: 0 6px 6px rgb(0 0 0 / 13%);
}

#sidebar.active .p-2, #sidebar.active hr, #sidebar.active .subscribe, #sidebar.active .sfooter {
    opacity: 1;
    transform: none;
}

.subscribe {
    padding: 30px 15px 15px;
    background: #fff;
    border-bottom: 1px solid #d5d5d5;
}

.sfooter {
    background: #fff;
    padding: 15px;
}


ul#slidebarMenu {
    margin: 0 20px;
}

li.dropdown-submenu .dropdown-menu.show {
    background-color: #f5f5f5;
}

li.nav-item.dropdown.show {
    background-color: #efebeb;
}

@media (min-width:768px) {
    #sidebar {
        height: 100vh;
    }
}
/*** Search ***/

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: 300ms;
    padding: 25px;
}

    .search-popup.open {
        opacity: 1;
        visibility: visible;
    }

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.search-close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    width: 50px !important;
    height: 50px;
    padding: 15px;
    cursor: pointer;
    border: 1px solid transparent;
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.search-popup span {
    display: block;
    font-size: 25px;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(200px);
    transition: 1s;
    color: white;
}

.search-popup.open .search-box, .search-popup.open span {
    transform: inherit;
    opacity: 1.5;
}

.search-box {
    width: 100%;
    max-width: 700px;
    margin: 15px;
    display: flex;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.14);
    border: 1px solid rgba(0, 0, 0, 0.12);
    opacity: 0;
    transform: translateY(200px);
    transition: 1s;
}

.search-box {
    transition-delay: .5s;
}

.search-bar {
    background: white;
    border: none;
    outline: none;
    padding: 12px 20px;
    font-size: 20px;
    width: 100%;
}

.btnsearch {
    background: #007C92;
    display: flex;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

    .btnsearch svg, .btnsearch i {
        color: white;
        padding: 15px;
        width: 55px !important;
        height: 54px;
        font-size: 1.4rem;
    }

.help-block span {
    font-size: 1.1rem;
}

ul.subul {
    padding-left: 0;
    border-left: 5px solid #cccccc;
}

.rev.reversed {
    transform: rotate(90deg) translateX(-5PX) !important;
}

.img-left {
    width: 100%;
    margin-top: 110px;
}

/***  Info-Box  ***/

.info-box {
    position: absolute !important;
    /*bottom: 220px;
    left: 30px;*/
    width: auto;
    display: flex;
    padding-bottom: 25px;
}

.box-image img {
    border-radius: 14px;
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.14);
    width: 60px;
}

.box-info {
    color: white;
    padding-left: 25px;
    padding-right: 15px;
}

    .box-info p {
        min-height: 53px;
    }

.asry-btn {
    display: inline-block;
    color: white;
    background: linear-gradient(to right, #b10800, #ed2e22);
    padding: 6px 16px;
    border-radius: 6px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
    border: 0;
}

.box-image {
    position: relative;
}

    .box-image:before {
        content: "";
        position: absolute;
        height: 23px;
        width: 23px;
        background: #f02e25;
        top: -7px;
        right: -7px;
        z-index: 1;
        transition: 500ms;
    }

.info-box:hover {
    background-color: #EDA710;
    color: white;
}

    .info-box:hover .info-ttl {
        color: white;
    }

    .info-box:hover .info-abstract {
        color: white;
    }

    .info-box:hover .box-image {
        background-color: transparent;
    }

        .info-box:hover .box-image:before {
            right: calc(100% - 17px);
        }

.box-image:after {
    content: "";
    position: absolute;
    height: 23px;
    width: 23px;
    background: #002324;
    top: 44px;
    left: -7px;
    z-index: 1;
    transition: 500ms;
}

.info-box:hover .box-image:after {
    left: calc(100% - 17px);
}

.box-image img {
    z-index: 2;
    position: relative;
}

.box-info b {
    font-size: 20px;
}

a.asry-btn:hover {
    color: white;
    text-decoration: none;
}

@media (min-width:576px) {

    .info-box {
        width: 530px;
        display: flex;
        padding-bottom: 0;
    }

    .box-info b {
        font-size: 23px;
    }

    .box-image img {
        width: 80px;
    }

    .box-image:before {
        height: 30px;
        width: 30px;
    }

    .info-box:hover .box-image:before {
        right: calc(100% - 23px);
    }

    .box-image:after {
        height: 30px;
        width: 30px;
        top: 57px;
    }

    .info-box:hover .box-image:after {
        left: calc(100% - 23px);
    }

    .box-info {
        padding-left: 30px;
    }
}

@media (min-width:768px) {
    body {
        min-height: initial;
    }

    .info-box {
        /* bottom: 175px;
    left: 53px;*/
        width: 600px;
        width: 600px;
    }

    .box-info {
        padding-right: initial;
    }

        .box-info b {
            font-size: 27px;
        }

    .box-image img {
        width: 122px;
    }

    .box-image:before {
        height: 40px;
        width: 40px;
    }

    .info-box:hover .box-image:before {
        right: calc(100% - 33px);
    }

    .box-image:after {
        height: 40px;
        width: 40px;
        top: 90px;
    }

    .info-box:hover .box-image:after {
        left: calc(100% - 33px);
    }
}

@media (min-width:992px) {
}

@media (min-width:1200px) {
}


/*** Service Icon ***/

.menu-opener {
    background: white;
    position: fixed !important;
    top: 50%;
    right: -20px;
    background: #ee3324;
    height: 45px;
    width: 45px;
    border-radius: 6px;
    transform: rotate(45deg);
    cursor: pointer;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.18);
    z-index: 100;
    position: absolute !important;
    top: 40vh;
    background: linear-gradient(-135deg, #b10800 45%, #ed2e22);
}

.menu-circle {
    height: 7px;
    width: 7px;
    background: black;
    border-radius: 100%;
    position: absolute;
}

    .menu-circle:nth-child(1) {
        top: 33px;
        left: 3px;
    }

    .menu-circle:nth-child(2) {
        top: 26px;
        left: 10px;
    }

    .menu-circle:nth-child(3) {
        top: 19px;
        left: 17px;
    }

.menu-opener:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #e43e26;
    transform: translate(100%, -100%);
    /* transform: translate(0, 0); */
    transition: 200ms;
    z-index: 100;
    display: none;
}

.menu-opener:hover:before {
    transform: translate(0, 0);
}


#servicesSection {
    position: fixed;
    top: 100px;
    right: 0;
    bottom: 80px;
    width: calc(353px + 5%);
    /* padding: 30px 0; */
    z-index: 100;
    border-radius: 10px;
    color: #FFFFFF;
    box-sizing: border-box;
    padding-right: 3%;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
    z-index: 98;
}


#servicesSection {
    visibility: hidden;
    opacity: 0;
    transition: 1s;
    animation: initial;
    transform: translateX(100%);
}

    #servicesSection.opened {
        visibility: visible;
        opacity: 1;
        transform: initial;
    }

.white-overlay {
    min-height: calc(100% - 245px);
    /* background: red; */
    /* margin: 0 16% 0 6%;*/
    color: white;
    font-size: 19px;
    position: relative;
    padding: 0 15px;
    z-index: 10;
}

.icon-info {
    color: white;
    text-align: center;
    /*   display: flex;
    flex-direction: column;*/
    padding: 20px;
}

.aicon {
    width: 70px;
    height: 70px;
    margin: 15px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms linear;
}

.icon-info span {
    font-size: 40px;
    color: white;
    font-weight: 100;
}

.icon-info:hover .aicon {
    transform: scale(1.2);
}

.ttl {
    /* font-size: 40px; */
    font-size: var(--font-32);
    /* display: inline-block; */
    position: relative;
    color: #113C5B;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
    padding-bottom: var(--px-30);
    text-align: center;
}

    .ttl:before {
        /* content: ""; */
        /* position: absolute; */
        /* bottom: 0; */
        /* left: 0; */
        /* right: 0; */
        /*    background: linear-gradient(to right, #cb2115 86px , white 86px);
*/
        /* height: 4px; */
        /* width: 168px; */
        /* animation: anim 3s; */
    }

    .ttl b {
        color: #2A7F8A;
        /*        margin-left: 10px;*/
    }

h1.asry {
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.67);
}

ul.asry-list {
    list-style: none;
    color: #2A7F8A;
    text-align: left;
}

    ul.asry-list li {
        position: relative;
        margin-bottom: 15px;
        list-style: none;
    }

        ul.asry-list li svg, ul.asry-list li span {
            color: #64B8E4;
            position: absolute;
            top: 6px;
            left: -40px;
            border-radius: 100%;
        }

.flexer {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


@keyframes anim {
    from {
        width: 0;
    }

    to {
        width: 168px;
    }
}

@media (max-width:767px) {
    h2.asry {
        /* font-size: 25px !important; */
    }
}

@media (min-width:768px) {
    .ttl {
        /* font-size: 32px; */
    }
}

/***   Services ***/

#servicesSection {
    position: absolute;
    /* top: 100%;*/
    right: 10px;
    width: 350px;
    margin: 30px auto;
    border-radius: 10px;
    color: #FFFFFF;
    box-sizing: border-box;
    padding-top: 30px;
    z-index: 98;
}

.service-item {
    width: 100%;
    margin-bottom: .5em;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0,0,0,.3);
    box-shadow: 0 2px 10px 2px rgba(0,0,0,.3);
    border: 0px solid transparent;
    border-radius: .25rem;
    overflow: hidden;
}


.quickbtn {
    width: 100%;
    padding: 0;
    border: 0;
    font-weight: 700;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
}

.quick-icn {
    float: left;
    padding: 10px 10px 10px 6px;
    border-radius: 4px;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}


.quickbtn-txt {
    float: left;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 45px 10px 6px;
    line-height: 25px;
    display: flex;
}

.quick-icn img {
    width: 30px;
    height: 30px;
}

.quickbtn .quickbtn-arr {
    /* display: inline;
    float: right;*/
    padding: 24px;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms;
    background-repeat: no-repeat;
    background-image: url(../images/Arrow1.png);
    background-position: center;
    position: absolute;
    right: 0;
}

.quickbtn.opened .quickbtn-arr,
.quickbtn[aria-expanded="true"] .quickbtn-arr {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/Arrow2.png) !important;
}

.quickbtn .quickbtn-arr img {
    margin-right: 10px;
}

.quickbtn .quickbtn-arr {
    min-height: 45px;
    float: right;
    line-height: 45px;
}

.clearfix {
    clear: both;
}

.title1 {
    font-weight: 700;
    font-size: 24px;
    color: #CB2115;
    text-transform: capitalize;
}

.title2 {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
}

.homesliderContentDesc {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.btn-orange {
    background-color: #CB2115 !important;
    color: #fff !important;
    padding: 3px 10px !IMPORTANT;
    margin-top: 10px;
    font-size: 14px !important;
}



.quick-icn.svg {
    display: inline;
    float: left;
    padding: 0px;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .quick-icn.svg svg {
        stroke: #cb2115;
        transition: .6s;
        height: 41px;
        color: #cb2115;
    }

.quickbtn:hover .quick-icn.svg svg, .quickbtn.opened .quick-icn.svg svg,
.quickbtn[aria-expanded="true"] .quick-icn.svg svg {
    stroke: white;
}
/*** Service always-open *****/

#servicesSection.always-open {
    visibility: visible !important;
    opacity: 1 !important;
    transform: initial !important;
}

.menu-circle {
    transition: 300ms;
}

.menu-opener.always-open .menu-circle {
    transform: scale(0);
}

.menu-opener:hover .menu-circle {
    background: white;
}

.menu-opener:hover {
    box-shadow: 0px 0px 10px 4px rgba(235, 44, 33, 0.8);
}

.menu-cross {
    z-index: 99;
    position: absolute;
    font-size: 20px;
    transform: rotate(45deg);
    top: 21px;
    left: 7px;
    opacity: 0;
    transition: 300ms;
}

.menu-opener.always-open .menu-cross {
    opacity: 1;
}


.some-list {
    transition: 1.4s;
}

body.always-open .some-list, body.opened .some-list {
    opacity: 0;
    transform: scale(0.9);
}

/*Service mouse hover icons*/
.quickbtn:hover .quickbtn-txt {
    color: #fff !important;
}

.quickbtn.collapsed {
    background: #fff !important;
}

.quickbtn:hover, .quickbtn.opened, .quickbtn[aria-expanded="true"] {
    background-color: #CB2115 !important;
    -webkit-transition: background-color .6s ease-out;
    -moz-transition: background-color .6s ease-out;
    -o-transition: background-color 0.6s ease-out;
    transition: background-color .6s ease-out;
}

    .quickbtn.opened .quickbtn-txt,
    .quickbtn[aria-expanded="true"] .quickbtn-txt {
        color: #fff !important;
    }

    .quickbtn:hover .quick-icn.service,
    .quickbtn.opened .quick-icn.service,
    .quickbtn[aria-expanded="true"] .quick-icn.service {
        background-image: url(../img/services-h.png) !important;
    }



    .quickbtn:hover .quick-icn.news,
    .quickbtn.opened .quick-icn.news,
    .quickbtn[aria-expanded="true"] .quick-icn.news {
        background-image: url(../img/news-h.png);
    }

    .quickbtn:hover .quick-icn.international,
    .quickbtn.opened .quick-icn.international,
    .quickbtn[aria-expanded="true"] .quick-icn.international {
        background-image: url(../img/Intel-h.png);
    }

    .quickbtn:hover .quick-icn.facts,
    .quickbtn.opened .quick-icn.facts,
    .quickbtn[aria-expanded="true"] .quick-icn.facts {
        background-image: url(../img/Facts-h.png);
    }

    .quickbtn:hover .quick-icn.Partners,
    .quickbtn.opened .quick-icn.Partners,
    .quickbtn[aria-expanded="true"] .quick-icn.Partners {
        background-image: url(../img/Partners-h.png);
    }
/*End service icons*/


.quick-icn {
    display: inline;
    float: left;
    padding: 24px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.eservicelist ul, .bullets-img ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.eservicelist, .bullets-img ul {
    padding: 10px 3px 0 15px !important;
}

    .eservicelist ul li, .bullets-img ul {
        margin: 0;
        padding: 0;
        float: left;
        width: 100%;
    }

        .eservicelist ul li .s-service-section {
            float: left;
            border-bottom: 1px solid #eee;
            width: 100%;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .eservicelist ul li:hover .s-service-section .s-service-section-text {
            color: #CB2115 !important;
            cursor: pointer;
        }

.s-service-section-ico {
    width: 30px;
    height: 30px;
    display: inline;
    float: left;
    margin-right: 10px;
}

    .s-service-section-ico img {
        width: 100%;
    }

.s-service-section-text {
    float: left;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
}

.br0 {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.b0 {
    border: 0px !important;
}

.f-italic {
    font-style: italic;
    color: #CB2115 !important;
}

.new-text {
    color: #000;
    line-height: 17px;
    font-size: 15px;
    margin-bottom: 0px !important;
}


.pb0 {
    padding-bottom: 0px !important;
}

.newItemBody {
    padding: 1.25rem 1.5rem 0.25rem 1.25rem !important;
}

@media (max-width:576px) {
    .ttl {
        /* font-size: 23px; */
    }
}

@media (min-width:768px) {
    .menu-opener {
        top: calc(50% - 30px);
    }

    #servicesSection {
        position: fixed;
        align-items: center;
        padding-top: 0;
    }

    .menu-opener {
        position: fixed !important;
    }
}

/***  Footer ***/

footer {
    background-color: #1a3c5c;
    font-size: 13px;
    color: #fff;
    width: 100%;
    bottom: 0px;
    /* padding: 2% 2% 1% 2%; */
    z-index: 10;
}

    footer:before, .footer:before {
        content: "";
        position: absolute;
        top: -88px;
        left: 0;
        right: 0;
        width: 100%;
        background: url(../images/mask.png);
        height: 88px;
        opacity: 0.7;
        display: none;
    }

    footer .footer-right nav {
        justify-content: center;
    }

        footer .footer-right nav a {
            color: #fff;
            position: relative;
            padding: .5rem;
        }

            footer .footer-right nav a:hover {
                color: #000;
                font-weight: 600;
            }

.copyRight {
    align-self: center;
}

.footer-right nav .nav-link:after {
    border-right: 1px solid #fff;
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    /* bottom: 30%; */
    height: 60%;
}

.footer-right nav .nav-link:last-child:after {
    border-right: 0;
    content: none;
}

.footer-social-media ul {
    margin: 0;
    text-align: center;
}

    .footer-social-media ul li {
        display: inline-block;
        padding: 3px 8px;
        height: 34px;
    }

.linkedin {
    width: 26px;
    border: 1px solid rgba(255, 255, 255, .97);
    padding: 6px;
    border-radius: 3px;
    position: relative;
    top: 1px;
    color: #fff;
}

.Footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--px-30);
}


.footer-link * {
    z-index: 2;
    position: relative
}

.footer-link:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #D1BD7D;
    box-shadow: 0 0 0 4px #44422e;
    z-index: 1;
    transform: skewX(-40deg) translateX(-110%);
    width: 160%;
    transition: .6s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}


@media (min-width:768px) {
    .footer-right {
        display: flex;
    }

    .footer-social-media {
        margin-left: auto;
    }

        .footer-social-media ul li {
        }
}

@media (min-width:1200px) {
    .footer-right {
        justify-content: flex-end;
    }

    .footer-social-media {
        margin-left: 0;
    }

    footer .footer-right nav {
        margin-right: 35px;
    }
}

.footer-text {
    text-align: center;
}


.social-item {
    display: inline-block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 14px;
    margin-right: 5px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    transition: 1s;
}

.footer-media a:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.social-item:first-child {
    /* padding-left: 0; */
}


.social-item img {
    width: 27px;
    height: 27px;
}


.footer-link {
    display: block;
    padding: 3px;
    padding-right: 26px;
    position: relative;
    overflow: hidden;
    transition: .2s;
    font-size: 16px;
}

a:hover {
    color: #ECA821;
}

.footer-link span {
    transition: .3s;
    display: block;
}

/***  Sub-page   ***/

.container {
    /* max-width: 100%; */
}

.subpage {
    padding-top: 125px;
    padding-bottom: 130px;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed !important;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .container {
        /* max-width: 100%; */
    }

    .subpage {
        padding-top: 150px;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .white-overlay {
        margin-right: 350px;
    }

    .contact-mrg, .agents {
        margin-right: 0 !important;
    }
}

@media (max-width: 992px) {
    .Footer-bottom {
        display: block;
        margin-top: 25px;
    }
}

@media (min-width: 1500px) {

    .white-overlay {
        margin-left: 6%;
    }

    .contact-mrg {
        margin-right: 7% !important;
    }

    .agents {
        margin-right: 350px !important;
    }
}

/* Right side Nav in Subpage */
.some-list {
    width: 380px;
    padding: 0 25px;
}

    .some-list.list-fix {
        position: absolute;
        top: 33px;
        right: -350px;
        margin-top: 67px;
        display: none;
    }

.some-card {
    background: #dcdcdc;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

    .some-card > a {
        display: block;
        color: white;
        padding: 16px;
        font-size: 15px;
        padding-left: 61px;
        position: relative;
        transition: 150ms;
    }

        .some-card > a img {
            position: absolute;
            top: 7px;
            left: 10px;
            padding: 4px;
            width: 39px;
            height: 36px;
        }

        .some-card > a:hover, .sub-active {
            background: #202020 !important;
            color: white;
            text-decoration: none;
        }

        .some-card > a.active {
            color: #cb2115;
            font-weight: bold;
        }

a.some-item {
    display: block;
    margin-bottom: 10px;
    background: #bebebe;
    color: black;
    padding: 16px;
    font-size: 15px;
    padding-left: 61px;
    position: relative;
    transition: 150ms;
    border-radius: 8px;
}

    a.some-item img {
        position: absolute;
        top: 7px;
        left: 10px;
        padding: 4px;
        width: 39px;
        height: 36px;
    }

    a.some-item:hover {
        text-decoration: none;
        background: #d0d0d0;
        color: black;
    }


a[sm]:before {
    content: "";
    background: #cb2115;
    height: 3px;
    width: 18px;
    position: absolute;
    top: 22px;
    left: 21px;
}

a[sm] {
    position: relative;
    padding: 8px 16px;
    padding-left: 61px;
}

    a[sm]:last-child {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .some-list.list-fix {
        display: block;
    }
}

@media (min-width: 1200px) {
    .some-list.list-fix {
        position: absolute;
        right: -350px;
    }
}

/***   Contact US  ***/

.map-box {
    background: rgba(0, 0, 0, 0.63);
}

.map-iframe {
    height: 100%;
    width: 100%;
    min-height: 550px;
}

.col-lg-6.order-lg-1.map-box {
    /* padding: 2%; */
    background: none;
}

@media(min-width:1200px) {
    .black-overlay {
        /* height: 100%; */
        /* width: 100%; */
        /* background: white; */
        /* padding: 3rem; */
        /* font-size: 16px; */
        padding-left: var(--px-40);
    }
}

.ttl-red {
    border-bottom: 2px solid #113C5B;
    padding-bottom: 3px;
    color: #113C5B;
    font-weight: bold;
}

.info-data {
    padding-left: 47px;
    padding-top: 9px;
}

.info-icon {
    font-size: 39px;
    color: #cb2115;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-info {
    position: relative;
    font-size: 16px;
    margin: var(--px-20) 0 var(--px-30);
}

.info-data p {
    margin-bottom: 7px;
}

.asry-control {
    width: 100%;
    border: 0;
    border: 1px solid black;
    padding: 10px 10px;
    color: black;
    border-radius: 8px;
    background: white;
}

    .asry-control::placeholder {
        color: black;
    }

.info-data a {
    color: #113C5B;
}

/*.p-shadow {
    text-shadow: 2px 2px 2px black;
}*/
/*****************************************************/
.items-test-box, .items-test-box .slick-track {
    width: 100% !important;
}

.items-test {
    width: 100% !important;
}

.eservicelist ul li.s-service-section {
    float: left;
    border-bottom: 1px solid #eee;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .eservicelist ul li.s-service-section:hover .s-service-section-text {
        color: #CB2115 !important;
        cursor: pointer;
    }

li.s-service-section {
    float: left;
    border-bottom: 1px solid #eee;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

    li.s-service-section:hover .s-service-section-text {
        color: #CB2115 !important;
        cursor: pointer;
    }

.slick-dots li button:before {
    font-size: 13px;
}

.slick-dots li {
    width: 20px !important;
    float: none !important;
}

ul.slick-dots {
    margin-left: -15px;
}



/**********/
div#carouselExampleFade {
    margin-bottom: 30px;
}


.carousel-indicators {
    bottom: -47px;
}

    .carousel-indicators li {
        background-color: #000;
        width: 10px;
        height: 10px;
        margin-right: 5px;
        margin-left: 5px;
        border-radius: 50%;
    }
/******  Loader    ********/


.modal_loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(255, 255, 255, 0.65);
}

    .modal_loader img {
        width: 120px;
        top: calc(50% - 60px);
        left: calc(50% - 60px);
        position: absolute;
    }

.loader_ {
    display: none;
}


.modal-backdrop {
    z-index: 0;
}
/********* Bg Video ***********/
button, .button {
    transition: all .4s;
    display: inline-block;
    padding: 0px 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    background-color: rgba(248, 248, 248, 0.4);
    box-shadow: 0 0 4px rgba(0,0,0,0.4);
    color: #000;
    border: 1px solid transparent;
    text-decoration: none;
    line-height: 30px;
    margin: 3px;
    border-radius: 10px;
}

#wp {
    position: absolute;
    z-index: 10;
    min-width: 300px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    padding: 20px;
    bottom: 60px;
    cursor: pointer;
    text-align: left;
    border-radius: 10px;
    font-family: 'Lobster', cursive;
}

    #wp:hover {
        background: #000000;
    }

    #wp img {
        width: 60px;
        margin-right: 20px;
    }

#wrapper_bgndVideo {
    margin-top: -9px;
}

#togglePlay.play {
    background-color: #fff;
    color: #333;
}

#togglePlay {
    font-size: 20px;
    width: 100px;
    height: 100px;
    line-height: 105px;
    top: 38%;
    left: 44%;
    display: none;
    border-radius: 100%;
    position: absolute;
    text-align: center;
    transition: all .4s;
    cursor: pointer;
    display: none;
}

    #togglePlay.pause:hover {
        background-color: #fff;
        color: #333;
    }

    #togglePlay.pause {
        background-color: rgb(0, 0, 0);
        color: #fff;
    }

    #togglePlay.play {
        display: block;
    }

    #togglePlay.pause:after {
        content: "PAUSE";
    }

    #togglePlay.play:after {
        content: "PLAY";
    }




/****  Mgt *****/
.mgt {
    border: 1px solid rgb(0 0 0 / 25%);
    height: 100%;
    position: relative;
    transition: all 0.3s;
}

    .mgt:after {
        content: '';
        position: absolute;
        width: 93%;
        height: 4px;
        background: #113C5B;
        transform: scaleY(0);
        transition: transform 0.3s cubic-bezier(0, 0.53, 0.53, 1.41);
        z-index: 0;
    }

@media(max-width: 860px) {
    .mgt:after {
        width: 88%;
    }
}

@media(max-width: 575px) {
    .mgt:after {
        width: 94%;
    }
}

.mgt:hover:after {
    transform: scaleY(1);
}

.mgt:hover {
    background: #00000017;
    transform: scale(1.05);
}

.mgt::after {
    bottom: -5px;
    transform: scaleX(0);
}

.mgt:hover::after {
    transform: scaleX(1);
}

.mgt-info {
    text-align: left;
}

    .mgt-info p {
        font-size: 1rem;
    }

    .mgt-info h2 {
        /* font-size: 1.7rem; */
        color: #2A7F8A;
        font-weight: 600;
    }

.mgt-img {
    margin-inline: -15px;
}

/*.mgt:last-child{
    margin-bottom:50px!important;
}
@media (min-width:1200px){
    .mgt-info h3
    {
        font-size: 2rem;
        }
}*/

/**** Table Style  ****/


.black-bg {
    background: #113C5B;
    color: white;
    padding: 20px;
    /*width: 70%;
      margin: 0 auto;*/
}

table.asry-table {
    width: 100%;
    border-collapse: separate;
}

.asry-table thead th {
    color: white;
    text-align: center;
}

.asry-table tbody tr td {
    vertical-align: middle;
    padding: 10px 30px;
    border: 1.5px solid black;
    color: black;
    font-size: 14px;
    transition: 300ms;
    position: relative;
    /*height:100%;*/
}

    .asry-table tbody tr td a {
        color: black;
    }
/*.asry-table tbody tr td:before {
    position: absolute;
    top: 0;
    right: 0px;
    left: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    border: 2px solid black;
}*/

.asry-table tbody tr:nth-child(odd) td {
    background: #d0d0d0;
}

.asry-table tbody tr:nth-child(even) td {
    background: white;
}

#wrapper_bgndVideo {
    margin-top: 0;
    min-width: initial !important;
    min-height: initial !important;
    top: -9px !important;
    left: 0;
    right: 0;
    bottom: 0;
}

.asry-table tbody tr {
    transition: 300ms;
}

/*.asry-table tbody tr:hover 
{
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}*/


.downloads {
    margin: 0;
    padding: 0;
    list-style: none;
}

.download-list {
    background: #686868;
    padding: 20px;
    margin-bottom: 5px;
    transition: 300ms;
}

.downloads li:nth-child(even) {
    background: #4a4a4a;
}

.download-title {
    position: relative;
    padding: 5px 10px 20px 50px;
}

    .download-title:before {
        content: url(../images/youtube.png);
        position: absolute;
        left: 5px;
        /*  top: 5px;*/
    }

.download-btn {
}

.download-list:hover {
    transform: scale(1.02);
    background-color: #2a7f8c !important;
}

@media (min-width:768px) {
    .download-title {
        padding-right: 30px;
        padding-bottom: 0;
    }

    .download-btn {
        margin-left: auto;
    }
}


/******************/

.news-box {
    background: #ffffff;
    color: black;
    border-radius: 10px;
    display: block;
    transition: background 300ms, border-color 300ms;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 30px;
    border: 2px solid #113C5B;
}

    .news-box:hover {
        background: rgb(77 77 77 / 20%);
        color: #113C5B;
        border-color: #113C5B;
    }

    .news-box::before, .news-box::after {
        content: '';
        position: absolute;
        left: 25px;
        width: 90%;
        height: 4px; /* Height of the line */
        background: #113C5B;
        transition: transform 0.3s ease-in-out;
        z-index: 0;
    }

@media(max-width: 390px) {
    .news-box::before, .news-box::after {
        width: 84%;
    }
}

.news-box::before {
    top: -5px; /* Top line */
    transform: scaleX(0);
}

.news-box:hover::before {
    transform: scaleX(1);
}

.news-box::after {
    bottom: -5px; /* Bottom line */
    transform: scaleX(0);
}

.news-box:hover::after {
    transform: scaleX(1);
}

.blu-line::before, .blu-line::after {
    content: '';
    position: absolute;
    left: 90px;
    width: 80%;
    height: 4px; /* Height of the line */
    background: #113C5B;
    transition: transform 0.3s ease-in-out;
    z-index: 0;
}

@media(max-width: 1568px) {
    .blu-line::before, .blu-line::after {
        width: 76%;
    }
}

@media(max-width: 1268px) {
    .blu-line::before, .blu-line::after {
        width: 70%;
    }
}

@media(max-width: 968px) {
    .blu-line::before, .blu-line::after {
        width: 60%;
    }
}

@media(max-width: 768px) {
    .blu-line::before, .blu-line::after {
        width: 75%;
    }
}

@media(max-width: 390px) {
    .blu-line::before, .blu-line::after {
        width: 50%;
    }
}

.blu-line::before {
    top: -3px; /* Top line */
    transform: scaleX(0);
}

.blu-line:hover::before {
    transform: scaleX(1);
}

.blu-line::after {
    bottom: -3px; /* Bottom line */
    transform: scaleX(0);
}

.blu-line:hover::after {
    transform: scaleX(1);
}

.blu-line .left-line, .news-box .right-line {
    content: '';
    position: absolute;
    width: 4px; /* Width of the line */
    height: 100%;
    background: #113C5B;
}

.news-box .left-line {
    left: -5px; /* Left line */
}

.news-box .right-line {
    right: -5px; /* Right line */
}


.news-img {
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 5px 5px 0 0;
    object-fit: cover;
    object-position: center;
    padding-bottom: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-date {
    font-size: 1rem;
    padding: 0 15px;
    color: #113C5B;
}

.news-title {
    padding: 15px 15px 0;
    padding-bottom: 35px;
    height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-box .download-btn {
    position: absolute;
    bottom: -13px;
    left: calc(50% - 63px);
    z-index: 100;
}

.filter {
    background: #f8f7f7;
    padding: 30px 30px;
    margin: 0 1px 30px;
    border-radius: 5px;
    border: 1px solid #eee;
}

    .filter form {
        margin-top: 1rem;
    }

    .filter .form-control {
        background-color: rgba(255, 255, 255, 0.8);
    }

.filter-left label {
    white-space: nowrap;
}

.search-input {
    width: 100%;
}

.news-box .asry-btn:hover {
    box-shadow: 0px 0px 15px 5px rgba(235, 44, 33, 0.8);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
}

.submit .asry-btn {
}

.mainContent {
    padding-right: 20px;
}

@media (min-width:768px) {
    .filter-left, .filter-right {
        display: flex;
    }

        .filter-left *, .filter-right label, .filter-right .search-input, .filter-right .submit {
            margin: 5px 8px;
        }
    /*    .news-img img {
        height: 180px;
    }*/
}

@media (min-width:1500px) {
    .filter-left, .filter-right, .newsItem {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .newsItem {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .mainContent {
        margin-left: 16.666667%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}

.quickLinks {
    margin-top: 20px;
}

.some-list a.current, .some-list a[aria-expanded="true"] {
    background-color: #494949;
    background-color: rgba(30, 30, 30, 1);
    background: rgba(55, 55, 55, 1);
}

.some-list ul.list-unstyled {
    padding: 10px 0px;
    background: #282828;
}

    .some-list ul.list-unstyled li a {
        color: #fff;
        font-size: 0.93rem;
        display: block;
        padding: 4px 0 4px 60px;
        background: rgba(55, 55, 55, 1);
        background: rgb(40, 40, 40);
        transition: all 300ms;
    }

        .some-list ul.list-unstyled li a:before {
            content: "";
            position: absolute;
            left: 30px;
            margin-top: 5px;
            border-bottom: 1px solid red;
            border-right: 1px solid red;
            width: 10px;
            height: 10px;
            transform: rotate(-45deg);
            transition: all 300ms;
        }

.some-list a.current[aria-expanded="false"] {
    background: #000;
}

.some-list a.current[aria-expanded="true"]::after {
    transform: rotate(45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
}

.some-list ul.list-unstyled li a:hover {
    background: #494949;
    padding-left: 65px;
}

    .some-list ul.list-unstyled li a:hover:before {
        left: 38px;
    }

.no-thead .asry-table tr td {
    font-size: 1.05rem;
}

@media (min-width:768px) {
    .no-thead .asry-table tr td {
        font-size: 1.2rem;
    }
}


/* International Agents */

.intl-box {
    padding: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.asry a {
    color: #ee3324;
    text-shadow: 0 0;
    border-bottom: 3px dotted;
    background: rgb(0, 0, 0, 0.42);
}

@media (min-width: 1200px) {
    .asry-append {
        display: flex;
    }

        .asry-append > *:last-child {
            margin-left: 30px;
        }
}

@media (max-width: 1199px) {
    .asry-append > *:last-child {
        margin-top: 30px;
    }

    .mobile-hidden {
        content-visibility: hidden;
    }
}

.person-info a {
    color: #2A7F8A;
    border-bottom: 2px dotted;
}

.intl-box .asry-btn {
    align-self: flex-end;
}

.asry-control::placeholder {
    opacity: .6
}

.person-info {
    font-size: 14px;
}

    .person-info b {
        font-size: 16px;
    }

.intl-box-fix {
    padding-top: 21px;
}

.asry-control option {
    color: black;
}

.holder {
    display: flex;
    justify-content: center;
}

div.holder a, div.holder span {
    background-color: rgba(0, 0, 0, 0.7) !important;
    border: 1px solid rgb(0 0 0 / 0.7) !important;
    color: #ddd !important;
}

a.jp-previous:after {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

a.jp-next:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

div.holder a:hover:not(.jp-current):not(.jp-disabled) {
    background-color: rgb(204 25 14) !important;
    border: 1px solid #ee2e24 !important;
    /* color: #000 !important; */
}

.intl-box {
    padding: 25px 30px;
    border: 2px solid black;
    border-radius: 10px;
    transition: all 300ms ease;
}

    .intl-box:hover {
        background-color: #EDA710;
    }

    .intl-box img {
        border: 3px solid #8c8c8c;
        filter: opacity(0.8);
        transition: all 300ms ease;
        margin-bottom: 15px;
        width: 100%;
    }

    .intl-box:hover img {
        opacity: 1;
        transform: scale(1.05);
    }

.contacts-btn {
    padding: 10px 15px 30px;
}

    .contacts-btn a.asry-btn {
        white-space: normal;
    }


#aboutUsSubItem .s-service-section-ico img {
    display: none;
}
/*#aboutUsSubItem .s-service-section-ico:before {
    content: "";
    background: #cb2115;
    height: 3px;
    width: 18px;
    position: absolute;
    top: 22px;
    left: 21px;
}
*/

#aboutUsSubItem li .s-service-section-ico:before {
    content: "";
    background: #cb2115;
    height: 3px;
    width: 18px;
    display: block;
    margin-top: 12px;
    margin-left: 5px;
}


/************/

.map-container {
    position: relative;
}

.holderMap {
    position: absolute;
    top: 0;
    left: 0;
}

.careers > .card {
    border: 1px solid rgba(0,0,0,.3) !important;
    border-radius: .25rem !important;
    margin-bottom: 15px;
}

.careers .card-header {
    background: linear-gradient(to right, #b10800, #ec2d22);
    font-weight: bold;
    padding: 0;
}

.careers .card-body {
    background: linear-gradient(to right, #252525, #444242);
}

.careers .card-header a {
    font-weight: bold;
    padding: .75rem 1.25rem;
}

input#contentbody_fileCv, input#contentbody_coverletter {
    background: transparent;
    width: 100%;
    border: 0;
    border-bottom: 1px solid white;
    padding: 10px 0px;
    color: white;
    outline: 0;
}

    input#contentbody_fileCv:focus,
    input#contentbody_coverletter:focus {
        box-shadow: none;
    }



.quickLinks {
    margin-top: 20px;
    position: relative;
    display: none;
}

div#mostExperienced, #maxFlex, #location, #leading {
    position: relative;
    overflow: initial;
    z-index: 10;
}

.content, .content1 {
    position: absolute;
    top: 0;
    /*right: calc(100% + 15px);*/
    right: 100%;
    width: 100%;
    background: black;
    padding: 20px;
    font-size: 1rem;
    z-index: 1000;
    border-radius: 5px;
    text-align: center;
    display: none;
}

    .content p {
        text-align: left;
    }

    .content:before {
        content: "";
        width: 15px;
        height: 15px;
        position: absolute;
        right: -7px;
        background: black;
        transform: rotate(45deg);
    }

#location .content, #leading .content {
    top: inherit;
    bottom: 0;
}

    #location .content:before, #leading .content:before {
        bottom: 17px;
    }

div#mostExperienced:hover .content, div#mostExperienced:active .content, div#mostExperienced:focus .content,
div#maxFlex:hover .content, div#maxFlex:active .content, div#maxFlex:focus .content,
div#location:hover .content, div#location:active .content, div#location:focus .content,
div#leading:hover .content, div#leading:active .content, div#leading:focus .content {
    display: block !important;
    z-index: 10;
}

.job-content, .job-applyemail- {
    font-size: 1rem;
}

.corpVideo {
    width: 100%;
    padding: 15px;
    background: rgb(0 0 0 / 0.5);
    border-radius: 5px;
}

@media (min-width:1500px) {
    .corpVideo {
        width: 70%;
    }
}

@media (min-width:1700px) {
    .corpVideo {
        width: 50%;
    }
}

.g-recaptcha iframe {
    max-width: 100% !important;
}

.map-content-desc img {
    max-width: 100%;
}

.white-overlay {
    z-index: 98 !important;
}

/****   New Style for home services Links  ***/

.service-blocks-container {
    /*    position: absolute;
*/ bottom: 135px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 5;
    max-width: none;
    width: calc(100% + 20px);
}

    .service-blocks-container .slick-track,
    .service-blocks-container .slick-list,
    .service-blocks-container .slick-slide {
        height: 100%;
    }

    .service-blocks-container .row {
        overflow: hidden;
    }

        .service-blocks-container .row .col-12 {
            margin-right: -20px;
        }

.servicesBlocks {
    margin-bottom: 0;
    height: 100%;
}

.serviceBox {
    padding-right: 20px;
}

    .serviceBox:last-child {
        padding-right: 0;
    }

    .serviceBox a {
        display: flex;
        background: rgba(0, 0, 0, 0.5);
        flex-direction: column;
        padding: 30px 25px;
        align-items: center;
        text-align: center;
        color: #fff;
        height: 100%;
        transition: 300ms;
    }

        .serviceBox a:hover {
            background: rgba(0, 0, 0, 0.9);
            transform: translateY(10px);
        }

.iconBox {
    margin-bottom: 20px;
    /* height: 50px; */
}

.service-title {
    text-transform: uppercase;
}

.servicesBlocks .slick-prev {
    left: 0;
    z-index: 10000;
}

.servicesBlocks .slick-next {
    right: 30px;
    z-index: 10000;
}

    .servicesBlocks .slick-prev:before,
    .servicesBlocks .slick-next:before {
        font-family: 'slick';
        font-size: 26px;
    }

@media (min-width:375px) {
    .service-blocks-container {
        bottom: 108px;
    }
}

@media (min-width:768px) {
    .service-blocks-container {
        bottom: 73px;
    }
}

@media (min-width:992px) {
    .service-title {
        font-size: 1.25rem;
    }
}

@media (min-width:1200px) {
    .service-blocks-container {
        bottom: 53px;
    }
}
/***    Announcements    ****/
.annonc-Item {
    padding-bottom: 20px;
    border-bottom: 2px solid red;
    margin-bottom: 40px;
    overflow: hidden;
    background: rgba(0,0, 0, 0.6);
    padding: 15px 15px 20px 20px;
    border-radius: 5px;
    margin-left: 15px;
    margin-right: 15px;
}

    .annonc-Item:nth-child(2) {
        /*   border-bottom: none;*/
    }

p.annou-date {
    font-size: 0.8em;
}

.annou-title {
    color: #cb2115;
    text-shadow: 0 0 #cb2115;
}

.annou-body {
    margin-top: 30px;
}

.annou-img {
    text-align: center;
    margin-bottom: 15px;
    padding: 15px;
}

    .annou-img img {
        width: 100%;
        border-radius: 5px;
        box-shadow: 0 0 4px 4px rgb(255 255 255 / 0.2);
    }

.home-main-title {
    margin-bottom: 40px;
    margin-right: 10px;
}

    .home-main-title h1 {
        display: inline-block;
        color: #fff;
        padding-left: 20px;
        font-size: 1.4rem;
        border-left: 6px solid #d21d12;
    }

        .home-main-title h1 strong {
            font-weight: 600;
        }

@media (min-width:768px) {
    .home-main-title h1 {
        font-size: 1.35rem;
    }
}

@media (min-width:992px) {

    .home-main-title h1 {
        font-size: 1.8rem;
    }
}

@media (min-width:1350px) {
    .annou-body {
        display: flex;
    }

    .annou-img {
        text-align: center;
        margin-bottom: 0;
        /* width: 50%; */
        -ms-flex: 0 0 50%;
        flex: 0 0 30%;
        max-width: 30%;
        padding: 5px;
    }

    .annou-txt {
        padding: 0 15px;
    }
}

@media (min-width:1500px) {
    .annonc-Item {
        margin-right: 25px;
    }
}

@media screen and (max-height:850px) {
    .iconBox {
        margin-bottom: 15px;
    }

        .iconBox img {
            height: 60px;
        }

    .serviceBox a {
        padding: 20px 15px;
        padding-bottom: 40px;
    }

    .service-title {
        font-size: 1rem;
    }
}

@media screen and (max-height:600px) {
    .iconBox {
        margin-bottom: 5px;
    }

        .iconBox img {
            height: 55px;
        }

    .serviceBox a {
        padding: 10px;
    }

    .service-title {
        font-size: 0.9rem;
    }
}

@media screen and (max-width:360px) {
    .service-blocks-container {
        bottom: 100px;
    }
}

@media screen and (max-width: 320px) {
    .service-blocks-container {
        bottom: 140px;
    }
}

.job-position {
    padding-right: 25px;
}

.careers .card-header a:after {
    background-image: url(../images/Arrow-W-R.png);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    width: 14px;
    height: 22px;
    transform: rotate(90deg);
    margin-top: 0px;
    transition: 300ms ease;
    top: calc(50% - 11px);
}

.careers .card-header a[aria-expanded="true"]:after {
    transform: rotate(0deg);
    margin-top: 2px;
}
/*@media (max-width:767px)
{
    #wrapper_bgndVideo
    {
        display:none;}
    .homepage:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.2);
        z-index: 1;
    }
    html body
    {
        background: url(/images/Asry-Hmobile.jpg)!important;}
}*/
.top-mgt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-submenu {
    position: relative;
}

a.dropdown-item.dropdown-toggle.haveLevel3::before, a.dropdown-item.dropdown-toggle.haveLevel3::after {
    position: absolute;
    top: 20px;
    right: 18px;
    width: 13px;
    height: 1px;
    content: "";
    background-color: #797978;
    border-top: 0;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    /*        left: 100%;*/
    margin-left: .1rem;
    margin-right: .1rem;
}

li.nav-item.dropdown.show .haveLevel2 {
    color: #1c3c5b !important
    /*background: #000000 !important;*/
}

.dropdown-menu {
    position: relative !important;
}

    .dropdown-menu.show {
        display: inline !important;
    }

a.dropdown-item {
    border-left-width: 8px !important;
    padding-left: 19px !important;
}

li.dropdown.show a.haveLevel2::after {
    display: none;
}

a.level3 {
    border-left-width: 14px !important;
}

.dropdown-menu {
    border: none;
    background-color: #efebeb;
}

ul.dropdown-menu.show {
    font-size: 14px !important;
    transform: none !important;
    display: block !important;
    padding: 0;
    margin-top: -2px;
    animation: fadeIn 2s;
    float: none;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.some-card ul {
    list-style: none;
    padding: 0;
}

a.sideMenu-level1-link {
    display: block;
    color: white;
    font-size: 15px;
    transition: 150ms;
    position: relative;
    padding: 8px 16px;
    padding-left: 60px;
}

li.sideMenu-level1:before {
    content: "";
    background: #cb2115;
    height: 3px;
    width: 18px;
    position: absolute;
    top: 20px;
    left: 20px;
}

li.sideMenu-level1:hover, li.sideMenu-level1.sub-active {
    background: #202020 !important;
    color: white;
    text-decoration: none;
}

li.sideMenu-level1 {
    position: relative;
}

li.sideMenu-level2 {
    position: relative;
    list-style: none;
}

a.sideMenu-level2-link {
    display: block;
    color: white;
    font-size: 15px;
    transition: 150ms;
    position: relative;
    padding: 8px 16px;
    padding-left: 50px;
}

    a.sideMenu-level2-link:before {
        content: "";
        background: #cb2115;
        height: 3px;
        width: 18px;
        position: absolute;
        top: 20px;
        left: 20px;
    }

li.sideMenu-level2:hover {
    background: #202020 !important;
    color: white;
    text-decoration: none;
}

.subPage-sideMenu {
    padding: 10px 0px;
    background: #282828;
}

a.sideMenu-level2-link::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7px;
    transform: rotate(135deg);
    height: 10px;
    width: 10px;
    border-top: 1px solid #cb2115 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 1px solid #cb2115 !important;
}

a.sideMenu-level2-link[aria-expanded="true"]::after {
    transform: rotate(45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
}

#secondLevelStyle::before {
    content: "";
    position: absolute;
    left: 30px;
    margin-top: 5px;
    border-bottom: 1px solid red;
    border-right: 1px solid red;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    transition: all 300ms;
    top: 8px;
    background: none;
}

.serviceBox:nth-child(1) {
    animation-delay: 4000ms;
}

.serviceBox:nth-child(2) {
    animation-delay: 4500ms;
}

.serviceBox:nth-child(3) {
    animation-delay: 5000ms;
}

.serviceBox:nth-child(4) {
    animation-delay: 5500ms;
}

.SuccessMessage {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-top: 50px;
}

.FailedMessage {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-top: 50px;
}

.field-validation-error {
    color: red;
}

.RequiredFieldValidator {
    color: red;
}

.searchButton {
    background: #cb2115;
    display: flex;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: none;
}

.SearchErrorMessage {
    background-color: rgba(181, 11, 1, 0.8);
}
/* seo friendly tables */
/*.resultstable { margin-left:-15px; margin-right:15px; }*/
.resultstable .table {
    display: table; /* Defines a Table */
    /*    border-bottom: 2px solid #dddddd;*/
    color: #444;
    margin: 20px 0;
    width: 100%;
    background: #eaeaea;
    /*padding-left:-15px;*/
    font-size: 14px;
}

.resultstable .table-head {
    display: table-header-group; /* Defines a table header group */
}

.column-No {
    width: 8%;
}

/*.column-TenderTitle {
    width: 40%;
}

.column-TenderNo {
    width: 21%;
}*/

.resultstable .table-head .column { /* Column inside the table-head */
    background: #113C5B;
    color: #fff;
    /*border-right:1px solid #fff;*/
    border-bottom: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}
/*.resultstable .table-head .column:hover {*/ /* Column hover inside the table-head */
/*background: #505759;
        }*/
.resultstable .table-light-heading .column {
    background: #888;
}

    .resultstable .table-light-heading .column:hover {
        background: #888;
    }

.resultstable .rows {
    display: table-row; /* Defines a table row */
    transition: all 0.3s ease-in-out;
}

    .resultstable .rows .column:nth-child(1) { /* First column in a row */
        /*border-left:1px solid #eeeeee;*/
    }

    .resultstable .rows:last-child .column { /* column in a last row */
        border-bottom: none;
    }
    /* Zebra striping */
    .resultstable .rows:nth-child(odd) {
        background: white;
    }

    .resultstable .rows:nth-child(even) {
        background: #ededed;
    }

.resultstable .column {
    display: table-cell; /* Defines a table cell */
    padding: 10px 20px;
    /*    border-bottom: 1px solid #fff;*/
    /*border-right:1px solid #fff;*/
    vertical-align: middle;
    color: black;
}

.resultstable .currenttenders .table-head .column:nth-child(3) {
    white-space: nowrap;
}

.resultstable .currenttenders .column:nth-child(2) span {
    display: inline-table;
    width: 100%;
    font-size: 13px;
    color: black;
    font-weight: 400;
}

.resultstable .currenttenders .column:nth-child(3) span {
    display: inline-block;
    white-space: nowrap;
}

.resultstable .new-tag {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

.resultstable .prequalification {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}
/*.column:hover{
	background:#f9f9f9;
}*/

.resultstable .table a {
    color: white;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

    .resultstable .table a:hover {
        /*        color: #da291c;*/
        /*        text-decoration: underline;*/
    }

.resultstable .status {
    color: #da291c;
    font-size: 18px;
    text-align: center;
}

    .resultstable .status a {
        color: #da291c;
        font-size: 18px;
        text-decoration: none;
    }

        .resultstable .status a:hover {
            text-decoration: none;
        }
/*.resultstable .tooltip .tooltip-inner {
    background: #505759 !important;
}
*/
/*.resultstable .tooltip .tooltip-arrow {
    border-right-color: #505759 !important;
    border-left-color: #505759 !important;
}*/

/* Override for calendar icon*/
.input-group-addon {
    border-radius: 0;
}

.input-group .form-control {
    margin: 0px !important;
}

.resultstable .awardedtenders .column:last-child {
    white-space: nowrap;
    white-space: nowrap;
}

.resultstable .awardedtenders .column:nth-last-child(2) {
    font-weight: 500;
}

.resultstable .awardedtenders .bidvalue span {
    float: right;
    font-weight: 500;
}

.resultstable .openedtenders .column:nth-child(2) span {
    color: #505759;
    font-weight: 500;
    font-size: 16px;
    white-space: normal;
}

.resultstable .openedtenders .awarded {
    background: #888;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

    .resultstable .openedtenders .awarded .column:nth-child(2) span {
        color: #fff;
    }

.resultstable .openedtenders .bidvalue {
    white-space: nowrap;
    min-width: 225px;
}

    .resultstable .openedtenders .bidvalue span { /*float:right;*/
        float: left;
        min-width: 150px;
        margin-right: 15px;
        font-weight: 500;
    }

.resultstable .liveopening .column:nth-child(2) {
    white-space: nowrap;
    font-weight: 500;
}

.resultstable .liveopening .openingnow {
    background: #ee3235;
    color: #fff;
    padding: 2px 6px;
    font-weight: 300;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 0px solid #ee3235;
}

@media(min-width:1200px) {
    .resultstable .awardedtenders .column:nth-last-child(2) {
        min-width: 200px;
    }
}
/* Responsive table */
/*@media all and (max-width: 673px){*/
/*@media only screen and (min-width: 768px) {
.resultstable .column:nth-child(1) { width:40%; }
.resultstable .column:nth-child(2) { width:12%; }
.resultstable .column:nth-child(3) { width:19%; }
.resultstable .column:nth-child(4) { width:18%; }
.resultstable .column:nth-child(5) { width:5%; }
.resultstable .column:nth-child(6) { width:5%; }
.resultstable .column:nth-child(7) { width:1%; }
}*/

@media only screen and (max-width: 991px) {
    .resultstable .table,
    .resultstable .rows,
    .resultstable .column {
        display: block; /* Converts a table, table row, table column and table column:before into a block element */
        clear: both;
    }

        .resultstable .table,
        .resultstable .rows .column:last-child {
            border-bottom: none;
        }

    .resultstable .table-head {
        position: absolute; /* Hides table head but not using display none */
        top: -1000em;
        left: -1000em;
    }

    .resultstable .rows {
        /*        border: 1px solid #eaeaea;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;*/
        margin: 0;
        font-size: 14px;
        transition: 300ms;
    }

        .resultstable .rows .column:nth-child(1) { /* first column of the row */
            border-left: none;
        }

        .resultstable .rows .column:last-child { /* last column of the row */
            border-right: none;
        }

        .resultstable .rows:last-child .column,
        .resultstable .column { /* Column in the last row and column */
            /*       border-bottom: 1px solid #fff;
            border-right: none;*/
        }

            .resultstable .column:before { /* prints the value of data-label attribute before the column data */
                padding-right: 10px;
                font-size: 14px;
                content: " "attr(data-label)" :"; /* call the attribute value of data-label and adds a string // */
                /*color: #fff;*/
                font-weight: bold;
                text-transform: none;
                text-decoration: underline;
            }

    .resultstable .column {
        border-bottom: 1px solid #fff;
    }

    .resultstable .currenttenders .column:nth-child(1) span {
        display: table-cell;
        width: 100%;
        padding-right: 15px;
    }

    .resultstable .openedtenders .awarded .column:before {
        color: #f0f0f0;
    }

    .resultstable .openedtenders .bidvalue span {
        float: none;
    }
}

.resultstable .table-head {
    border-radius: 20px;
}

.tenderTitle {
    font-weight: bold !important;
}

.tenderDesc {
    padding: 15px 0;
}

#noResultsDiv {
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: none;
}

.tender-contact {
    background-color: #292727;
    display: block;
    color: white;
    padding: 16px;
    font-size: 15px;
    padding-left: 61px;
    position: relative;
    transition: 150ms;
}

    .tender-contact p {
        font-weight: 100;
    }

    .tender-contact img {
        position: absolute;
        top: 7px;
        left: 10px;
        padding: 4px;
        width: 39px;
        height: 36px;
    }
/*404 error page*/

.template404-container {
    height: calc(100vh - 400px);
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 500px;
}

.asry-btn {
    display: inline-block;
    background: #fff;
    color: #2A7F8A !important;
    padding: 10px 23px;
    position: relative;
    border-radius: 6px;
    transition: .3s;
    text-align: center;
    border: 0;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    box-shadow: inset 0 0 0 2px #013e6f,6px -6px 6px rgba(0,0,0,.15);
}

    .asry-btn:hover {
        box-shadow: inset 0 0 0 2px #013e6f,6px -6px 6px rgba(0,0,0,.15);
        background: #2A7F8A;
        color: #fff !important
    }

.Err-Tit {
    font-size: 65px;
    font-weight: bold;
}

.PopupAnnouncement .modal-header {
    background: linear-gradient(to right, #b10800, #ed2e2200);
    color: white;
    border-radius: 0;
}

.PopupAnnouncement .close {
    color: white
}

.PopupAnnouncement p {
    font-weight: 600;
    font-size: 18px;
}

.PopupAnnouncement .modal-body {
    padding: 25px;
    max-width: 500px;
    width: 100%;
}

.AnnouncementButton {
    padding: 7px 20px;
    text-align: center;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    display: block;
    border: none;
    font-size: 13px;
    background-image: linear-gradient(to right, #b10800, #ed2e22);
    margin-top: 25px;
}

    .AnnouncementButton:hover {
        background-position: right center;
        color: #fff;
        text-decoration: none
    }

.PopupAnnouncementModal {
    top: 20% !important;
}

@media (max-width:991px) {
    .AnnouncementButton {
        font-size: 15px;
    }
}

.modal-title {
    font-size: 1.25rem;
}

.modal-content {
    background: #113C5B;
    border-radius: 0;
}

#myModal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    overflow: unset;
}


.PopupAnnouncement .close {
    height: 50px;
    width: 50px;
    position: absolute;
    top: -35px;
    right: 14px;
    padding: 14px !important;
    cursor: pointer;
    background: #000000;
    color: white;
    transition: .3s;
    border-radius: 5px 5px 0 0;
    z-index: 1;
}

img {
    max-width: 100%;
}


.navbar {
    color: #1a3c5c;
    padding: 0;
}


/* Swiper */
.swiper-wrapper {
    height: 100%;
}


.swiper {
    width: 100%;
    height: 830px;
}

@media (max-width:1199px) {
    .mySwiper {
        height: 500px;
    }
}

@media (max-width:767px) {
    .mySwiper {
        height: 500px;
        height: calc(400px + 5vh);
    }
}

.swiper-slide {
    position: relative;
}

.swiper-slide-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    /*    transform: scaleX(-1);
*/
}

.mySwiper .swiper-slide-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /*    background: linear-gradient(to left, hsl(211deg 65% 20% / 95%), transparent 40%);
*/ color: var(--blue);
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper.mySwiper .swiper-pagination {
    bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

video.home-tag.swiper-slide-img {
    height: auto;
}

/* Target swiper-slide that contains a video */
.swiper-slide:has(video.home-tag) {
    position: relative;
}

    .swiper-slide:has(video.home-tag)::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #20567da8; /* blue overlay */
        z-index: 1;
        pointer-events: none;
    }

/* Ensure video stays under the overlay */
.swiper-slide video.home-tag {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Ensure text (like slider-content) is above overlay */
.swiper-slide .slider-content {
    z-index: 2;
}

/*.swiper.mySwiper .swiper-pagination-bullet {
    background: #fff;
}

.swiper.mySwiper .swiper-pagination-bullet-active {
    background: #cfbc80;
}*/

/*.swiper.mySwiper .swiper-pagination:before {
    content: "";*/
/* background: #fff; */
/*top: 0;
    left: 0;
    width: 100px;
    height: 1px;
    margin-right: 20px;
    overflow: scroll;
    opacity: 0.5;
}*/

/*.swiper.mySwiper .swiper-pagination:after {
    content: "";
    opacity: 0.5;
    width: 100px;
    height: 1px;
    margin-left: 20px;
    overflow: scroll;
}*/



/* Slider content -Z*/
.slider-container {
    width: 60%;
    align-content: center;
    text-align: center;
}

.slider-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding-top: 50px;
    /* font-family: "Raleway", sans-serif; */
}

    .slider-content h1 {
        font-size: 50px;
        padding: 0 20px;
        font-weight: bold;
        animation-name: slide;
        animation-duration: 3s;
        animation-fill-mode: forwards;
        opacity: 0;
        color: #fff;
        text-shadow: 0 4px 5px rgb(0 0 0 / 35%);
    }

@keyframes slide {
    0% {
        opacity: 0;
        transform: translate(100px,0px);
    }

    100% {
        opacity: 1;
        transform: translate(0px,0px);
    }
}

.slider-content h2 {
    font-size: 55px;
    font-weight: bold;
    animation-name: slide;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
    opacity: 0;
}

.readMoreButton {
    margin-top: 40px;
    padding: 0 20px;
    animation-name: slideUp;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

.BannerButton {
    margin: 3% 1%;
    text-align: -webkit-center;
}

    .BannerButton a {
        color: #ffffff;
        border: solid 1px #dbdbdb;
        border-radius: 20px;
        padding: 0.5% 1%;
        display: flex;
        justify-self: center;
        align-items: center;
        transition: border 1s;
        width: fit-content;
    }

    .BannerButton img {
        transition: transform 1s;
    }

    .BannerButton a:hover img {
        transform: rotate(90deg);
    }



.BannerButton {
    margin: 3% 1%;
}

    .BannerButton a:hover {
        border: solid 1px #2A7F8A;
    }

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translate(0px,20px);
    }

    100% {
        opacity: 1;
        transform: translate(0px,0px);
    }
}

.readMoreButton a {
    padding: 6px 20px 6px 50px;
    transition: .3s;
    background-size: 200% auto;
    border: none;
    background-image: linear-gradient(to right, #EDA710 0, #EDA710 51%, #0F345E 100%);
    text-decoration: none;
    position: relative;
    border-radius: 20px;
    font-size: 15px;
    text-decoration: none;
    color: #0F345E;
    animation-delay: 0.15s;
    transition: .3s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

    .readMoreButton a::before {
        content: '';
        background-image: url(../images/home/Arrow2.svg);
        position: absolute;
        width: 22px;
        height: 22px;
        left: 10px;
        background-repeat: no-repeat;
        bottom: 8px;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        transition: 1s;
        transform: rotate(180deg);
    }

    .readMoreButton a:hover {
        background-position: right center;
        color: #fff;
        text-decoration: none;
        transition: .3s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        transition: 1s;
    }

@media (min-width: 576px) {
    .slider-content {
        padding-top: 100px;
    }
}

/*@media (max-width: 1500px) {
    .slider-container {
        padding-left: 50%;
    }
}@media (max-width: 1200px) {
    .slider-container {
        padding-left: 40%;
    }
}*/

@media (max-width: 991px) {
    .slider-content h1 {
        font-size: 45px;
    }
    /*    .slider-container {
        padding-left: 30%;
    }*/
}
/* Grid Swiper */
.services {
    background: #efefef;
}

.swiper.GridSwiper {
    height: 900px;
    padding: 1px;
    /*    padding-bottom: 70px;
*/
}

.grid-slide {
    border-radius: 20px;
    /* border-bottom-right-radius: 0; */
    background-color: white;
    transition: background-image 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: 0.5s;
    position: relative;
    height: calc(41% - 20px) !important;
    margin-block: 35px;
}

/*    .swiper-slide:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0px;  Adjust as needed 
        width: 2px;  Width of the line 
        height: 100%;
        background-color: #cccccccf;  Line color 
    }*/
/*    .grid-slide:hover {
        background-image: url(/images/home/BG.jpg);
        transform-origin: center;
        transform: scale(1.03) !important;
        box-shadow: 0 0 10px 5px rgb(51 51 51 / 30%);
        border-bottom-right-radius: 0;
    }

        .grid-slide:hover .info-ttl,
        .grid-slide:hover .info-abstract {
            color: #fff;
        }*/

.info-box {
    width: 100%;
    /* height: 100%; */
    text-align: left;
}

img.info-img {
    display: block;
    position: relative;
    /* width: 32%; */
    z-index: 1;
    height: 100%;
    object-fit: cover;
    width: auto;
    height: 92px;
    transition: transform 1.5s;
    background-color: transparent;
}

.half-background {
    position: absolute;
    top: 44.5%;
    left: 0;
    right: 0;
    height: 55%;
    z-index: 0;
    background-color: white; /* Adjust color and opacity */
    z-index: 0; /* Place behind the image */
}

@media(max-width: 768px) {
    .half-background {
        height: 56%;
    }
}

.info-box:hover .half-background {
    background-color: #EDA710; /* Change to a different color on hover */
}
/*.info-box:hover .info-img {
    transform: rotateY(360deg);
}*/
.video-btn {
    justify-self: center;
    cursor: pointer;
    margin-bottom: var(--px-30);
    display: inline-block;
}

img.video-icon {
    display: block;
    /* width: 32%; */
    height: 100%;
    object-fit: cover;
    width: auto;
    /*height: 125px;*/
    transition: transform 1.5s;
}

.video-icon:hover {
    transform: rotateY(360deg);
}

.rotate-on-hover {
    transition: transform 1.5s ease-in-out;
}

    .rotate-on-hover:hover {
        transform: rotateY(360deg);
    }

.info-desc {
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 3; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}

.info-ttl {
    color: #0F345E;
    margin-block: 20px;
    font-size: 22px;
    font-weight: 600;
    /* text-align: center; */
    text-transform: uppercase;
}

    .info-ttl h2 {
        font-size: 1.2rem;
    }

.info-abstract {
    color: #5f5f5f;
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-block: 20px;
}


.grid-slide:hover .info-image .hover-hide {
    display: block;
    transition: display 0.5s ease;
}

.grid-slide:hover .info-image .hover-show {
    display: none;
    transition: display 0.5s ease;
}

.grid-slide:not(:hover) .info-image .hover-hide {
    display: none;
}

.grid-slide:not(:hover) .info-image .hover-show {
    display: block;
}

.swiper-pagination-bullet {
    background: #cfbc80;
    opacity: 1;
    width: 18px;
    height: 18px;
}

.swiper-pagination-bullet-active {
    background: #3d88ae;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -6px;
}

.grid-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 14px;
    padding-left: 16px;
    background: #4088ad;
    transition: 0.3s;
}

.long-arrow-grid {
    display: block;
    margin-right: -2px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transition: 0.3s;
}

    .long-arrow-grid::after {
        content: "";
        display: block;
        width: 2px;
        height: 20px;
        background-color: #fff;
        transform: rotate(-45deg) translate(6px, 2px);
        left: 0;
        top: 0;
        transition: 0.3s;
    }

.long-arrow-grid {
    transform: rotate(135deg);
}


.info-box {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 30px 20px;
}

a.info-box {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 30px 20px;
    border: solid 1px #dbdbdb;
    border-radius: 20px;
}

.grid-slide:hover .long-arrow-grid {
    border-color: #4088ad;
}

    .grid-slide:hover .long-arrow-grid::after {
        background: #4088ad;
    }

.grid-slide:hover .grid-arrow {
    background: #fff;
}

.servicesListing {
    background: #f7f7f7;
}

.service-box .grid-slide {
    box-shadow: 0 0 10px rgb(51 51 51 / 26%);
    border-bottom-right-radius: 0;
    height: 100%;
}

.info-image {
    height: auto;
    margin-top: -72px;
    position: relative;
    display: inline-block;
}

.about-video {
    background-image: url('/images/about3.jpg');
    background-size: cover;
    background-position: center;
    height: 600px;
    place-content: center;
    text-align-last: center;
    justify-items: center;
    place-items: center;
    text-align: -webkit-center;
    color: white;
    /*margin-block: 3rem 1.5rem;*/
    font-size: 20px;
}

.about-video-content {
    width: 60%;
}
/*second swiper*/
.SecondSwiper {
    height: auto;
    padding-bottom: 50px;
}

@media (max-width:768px) {
    .swiper.GridSwiper {
        padding: 5px 20px;
    }

    .news-list-home #newsListingContainer {
        background: #e6e6e6;
    }

    #articleListingContainer {
        background: url(/MediaManager/Media/Home/bg1.jpg);
    }

    .slider-container {
        padding: 8%;
    }

    .slider-content h1 {
        font-size: 22px;
    }

    .BannerButton a {
        font-size: 15px;
    }

    .about-video {
        height: 250px;
    }

    .about-video-content {
        font-size: 14px;
        width: 85%;
    }

        .about-video-content h2 {
            font-size: 20px
        }
}

/* SubBanner */

.banner {
    position: relative;
    padding-top: 25%;
    padding-bottom: 35px;
}

.bannerPage-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1;
    /* transform: scaleX(-1); */
}

    .bannerPage-img:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        /*        background: linear-gradient(to left, rgb(255 255 255 / 90%), transparent 70%);*/
        background: linear-gradient(to bottom, #113c5b 2%, rgb(255 255 255 / 0%) 85%);
    }

.banner .asry-container {
    position: relative;
    z-index: 2;
}

.bnr-ttl {
    font-weight: bold;
}

.location-icon {
    text-align-last: right;
    /* top: -300px; */
    position: relative;
    z-index: 1;
    justify-self: right;
    /* margin-bottom: -300px; */
    position: absolute;
    /* top: -290px; */
    bottom: 100%;
}
/*sticky-menu*/
.sticky-menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 10;
    border-radius: 6px 0 0 6px;
    overflow: hidden;
}

.sticky-menu-x {
    display: flex;
    flex-direction: column;
}

.sticky-item {
    background: #ffffffa1;
    text-align: center;
    padding: 10px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    position: relative;
    transition: .3s;
    /* border-top: groove; */
    width: 65px;
    height: 60px;
    text-align: -webkit-center;
    place-content: center;
    opacity: 0.8;
}

    .sticky-item:last-child {
        border: none;
    }

.sticky-bg {
    height: 35px;
}

.sticky-item:not(:last-child) {
    margin-bottom: 8px;
}

.sticky-item:hover {
    opacity: 1;
    transform: inherit;
    visibility: visible;
    opacity: 1;
}

.sticky-item:hover {
    background: #00000040;
    background: var(--gold);
}

.sticky-item:hover {
    cursor: pointer;
}

.hover-info {
    font-size: 12px;
    color: #0F345E;
    font-weight: bold;
}

.sticky-item:hover .hover-info {
    color: white;
}

.sticky-item:hover .hover-hide {
    display: block;
    transition: display 0.5s ease;
}

.sticky-item:hover .hover-show {
    display: none;
    transition: display 0.5s ease;
}

.sticky-item:not(:hover) .hover-hide {
    display: none;
}

.sticky-item:not(:hover) .hover-show {
    display: block;
}


.footer-text {
    text-align: center;
}

.footer-media {
    display: flex;
    /* margin-bottom: 20px; */
    /* margin-left: -10px; */
    /* margin-top: 15px; */
}

.social-item {
    display: inline-block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 10px;
    margin-right: 5px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

    .social-item:first-child {
        /* padding-left: 0; */
    }


    .social-item img {
        width: 27px;
        height: 27px;
    }

.footer-ttl {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .footer-extend {
        display: none;
        padding: 15px;
    }

    .footer-ttl {
        font-size: 16px;
        margin: 0;
        padding: 11px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .329);
        position: relative;
        transition: .3s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        transition: 1s;
    }

        .footer-ttl:before {
            content: "";
            position: absolute;
            top: calc(50% - 7px);
            height: 10px;
            width: 10px;
            transform: rotate(45deg);
            border: 1px solid transparent;
            border-bottom-color: #fff;
            border-right-color: #fff;
            right: 3px;
            transition: .3s;
            -webkit-transition: 1s;
            -moz-transition: 1s;
            -ms-transition: 1s;
            transition: 1s;
        }

    .footer-acc-block.footer-open {
        background: rgba(255, 255, 255, .078);
        box-shadow: 0 6px 25px rgba(0,0,0,.071);
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        transition: 1s;
    }

    .footer-open .footer-ttl:before {
        transform: rotate(225deg);
        margin-top: 5px;
        right: 15px;
    }

    .footer-open .footer-ttl {
        padding: 11px 15px;
        border-bottom-color: rgba(255, 255, 255, .1);
    }
}

/*    .footer-links-container {
        margin: -.5rem;
    }*/

.footer-link {
    display: flex;
    align-items: center;
    color: #f1f1f1;
    padding: 3px;
    padding-right: 26px;
    position: relative;
    overflow: hidden;
    transition: .2s;
}

    .footer-link span {
        transition: .3s;
        display: block;
    }

.main-menu-items {
    display: flex;
}


/* Container */
.drop {
    position: relative;
}

/* Top link visual */
.drop1-item {
    color: white;
    font-weight: 500;
    padding: 17px 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    text-transform: uppercase;
}

.drop:hover .drop1-item,
.drop-menu a:hover ~ .drop1-item {
    color: #EDA710;
}

/* Top-level dropdown: SCALE-Y reveal */
.drop-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 255px;
    background: rgba(223, 227, 226, 1);
    box-shadow: 0 -4px 0 0 #EDA710;
    /* Animation and visibility */
    transform-origin: top; /* vertical reveal from top */
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.5s cubic-bezier(.2,.7,.2,1), opacity 0.5s ease, visibility 0s linear .24s; /* delay visibility hide to match transform */
    z-index: 1000;
    overflow: visible; /* allow nested panel to overflow */
}

/* Show the dropdown on hover/focus */
.drop:hover .drop-menu,
.drop:focus-within .drop-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: 0.5s; /* visible immediately when opening */
}

/* List + item stagger you already had */
.drop-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    transition: opacity 0.5s ease;
}

.drop:hover .drop-menu ul {
    opacity: 1;
}

.drop-menu li {
    position: relative; /* anchor for the nested submenu */
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.drop:hover .drop-menu li {
    opacity: 1;
    transform: translateY(0);
}

/* Links */
.drop-menu > ul a,
.drop-menu > ul span {
    display: block;
    color: #2a7f8c;
    padding: 8px 10px;
    transition: .1s;
    font-weight: 600;
    text-decoration: none;
}

    .drop-menu > ul a:hover {
        color: #2a7f8c;
        background-color: #b5ccce;
    }

/* Nested submenu: SCALE-X reveal (flyout to the right) */
.nested-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 240px; /* better than width:100% */
    background: #b5ccce;
    box-shadow: 0 -4px 0 0 #EDA710;
    display: flex;
    transform-origin: left; /* horizontal reveal from left */
    transform: scaleX(0);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.8s cubic-bezier(.2,.7,.2,1), opacity 0.8s ease, visibility 0s linear 0.8s;
    z-index: 1001; /* ensure it sits above the parent */
    overflow: visible;
}

    /* Reveal nested when hovering the owning LI or the nested itself */
    .drop-menu li:hover > .nested-menu,
    .nested-menu:hover {
        transform: scaleX(1);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition: transform 0.8s cubic-bezier(.2,.7,.2,1), opacity 0.8s ease, visibility 0s;
    }

    /* Nested list */
    .nested-menu > ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }

        .nested-menu > ul a {
            display: block;
            color: black;
            padding: 8px 10px;
            transition: .1s;
            font-weight: 500;
            text-decoration: none;
        }

            .nested-menu > ul a:hover {
                color: #2a7f8c;
            }

/* Your underline bar effect */
.drop-menu li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #EDA710;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.drop-menu li:hover::after,
.drop-menu .drop-item:hover::after {
    transform: scaleX(1);
}

.drop-menu li:hover,
.drop-menu .drop-item:hover {
    background-color: #b5ccce;
    transition: background-color 5s ease;
}


@media (max-width: 1340px) {

    .drop1-item {
        font-size: 20px;
    }
}

}

.read-more-btn a {
    display: inline-block;
    padding: 10px 20px;
    background-color: white;
    color: #203c5d;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    border: solid 2px;
    margin-block: 10px;
}

    .read-more-btn a:hover {
        background-color: #203c5d;
        color: white;
        transition: background-color 0.3s;
    }

.contactus {
    /* padding-right: var(--px-30); */
}


.scrolled {
    background-color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    height: 80px;
}

.ttl-scrolled {
    color: #113C5B;
}

@media (max-width: 1600px) {
    .drop1-item {
        font-size: 17px;
    }

    .logo-big {
        width: 190px;
    }
}

@media (max-width: 1500px) {
    .drop1-item {
        font-size: 16px;
    }

    .logo-big {
        width: 170px;
    }
}

@media (max-width: 1420px) {
    .drop1-item {
        font-size: 15px;
    }

    .logo-big {
        width: 160px;
    }
}

@media (max-width: 1350px) {
    .drop1-item {
        font-size: 12.8px;
    }

    .logo-big {
        width: 130px;
    }
}

@media (max-width: 1199px) {
    .drop1-item {
        display: none;
    }

    .main-menu-items {
        display: none;
    }
}

@media (max-width: 1199px) {
    .menu {
        display: inline;
    }

    .slider-container {
        width: 85%;
    }
}

@media (min-width: 1199px) {
    .menu {
        display: none;
    }
}

.drop1-item a {
    color: inherit;
}

.arrow-icon {
    width: 16px;
    height: auto;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}

@media (max-width: 768px) {
    header {
        height: 70px;
    }

    .sticky-menu {
        display: none;
    }

    .location-icon {
        /* top: -200px; */
        /* width: 100px; */
        /* margin-bottom: -130px; */
    }

    .slider-container {
        width: 100%;
    }

    .footer-ttl {
        margin-bottom: 5px;
    }
}

.sub-page-img {
    border-radius: 25px;
    transition: 0.4s;
    width: 100%;
}

.map-actual-container {
    padding: 40px 85px;
}

.Teal-Green {
    color: #2A7F8A;
    margin-bottom: var(--px-30);
}

.dock-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px 20px;
    /* padding: 80px 150px; */
    max-width: 1300px;
    margin: auto;
    margin-top: var(--px-40);
}

.dock-th,
.dock-td {
    padding: 10px;
    border: 2px solid #007C92;
    border-radius: 10px;
    color: #2A7F8A;
    width: 40%;
    text-align: left;
    background-color: white;
    align-items: center;
    font-weight: bold;
    position: relative;
    padding-left: 35px;
}

.dock-th {
    background-color: #007C92;
}

.dock-tr:hover .dock-td {
    background-color: #2A7F8A;
    color: white;
}

.circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #2A7F8A;
    display: inline-block;
    margin-right: 5px;
    /* margin-top: 10px; */
    position: absolute;
    left: 11px;
    top: 15px;
    box-shadow: 0px 0px 2px 2px #2a7f8ab0;
}

.dock-tr:hover .circle {
    background-color: white;
}

.dock-td:last-child {
    color: #133c5a;
}

@media (max-width: 768px) {
    .dock-th, .dock-td {
        width: 100%;
        display: block;
        box-sizing: border-box;
        margin-block: 4px;
    }

    .dock-tr {
        display: block;
        margin-bottom: 15px;
    }

    .circle {
        /* margin: 5px 5px 5px 5px; */
    }

    .dock-table {
        padding: 0px;
    }

    .map-actual-container {
        padding: 0px;
    }
}

.download-th,
.download-td {
    padding: 10px;
    border-radius: 20px;
    border: 2px solid #007C92;
    color: #2A7F8A;
    text-align: left;
    background-color: white;
    align-items: center;
    font-weight: bold;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-download {
    flex: 1;
}

.dock-tr:hover .download-td {
    background-color: #2A7F8A;
    color: white;
}

#tender-content {
    border: 1px solid black;
}

.blue-bg {
    background-color: #1a3c5c;
    color: white;
}


.under-line::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 5px;
    width: 100%;
    background-color: #64B8E4;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    margin: 15% auto;
    padding: 20px;
    /*width: 80%;*/
    max-width: 600px;
    text-align: center;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-inline: 2%;
}

    .close:hover,
    .close:focus {
        color: white;
        text-decoration: none;
        cursor: pointer;
    }

iframe {
    width: 100%;
    height: 315px;
}

span.drop-item {
    display: block;
    color: #2a7f8c;
    padding: 8px 10px;
    transition: .1s;
    font-weight: 600;
    text-decoration: none;
}

.custom-accordion-menu {
    display: block;
    position: relative;
    /*    left: 50%;
    transform: translate(-50%, 0);
    padding: 10px 20px 20px;*/
    border-radius: 5px;
    margin-top: var(--px-40);
}

    .custom-accordion-menu ul {
        list-style: none;
        perspective: 900;
        margin: 0;
        background-color: #fff;
        border-radius: 5px;
    }

        .custom-accordion-menu ul li {
            position: relative;
            padding: 0;
            margin: 0;
            padding-bottom: 4px;
            padding-top: 18px;
            border-top: 1px dotted #dce7eb;
        }

            .custom-accordion-menu ul li:nth-child(1) {
                border: none;
            }

            .custom-accordion-menu ul li:nth-of-type(1) {
                animation-delay: 0.5s;
            }

            .custom-accordion-menu ul li:nth-of-type(2) {
                animation-delay: 0.75s;
            }

            .custom-accordion-menu ul li:nth-of-type(3) {
                animation-delay: 1.0s;
            }

            .custom-accordion-menu ul li:last-of-type {
                padding-bottom: 0;
            }

            .custom-accordion-menu ul li .arrow {
                position: absolute;
                transform: translate(-6px, 0);
                margin-top: 16px;
                right: 0;
            }

            .custom-accordion-menu ul li .fas {
                color: #64B8E4;
                font-size: 15px;
                margin-right: 10px;
            }

            .custom-accordion-menu ul li .arrow:before,
            .custom-accordion-menu ul li .arrow:after {
                content: "";
                position: absolute;
                background-color: #64B8E4;
                width: 3px;
                height: 9px;
            }

            .custom-accordion-menu ul li .arrow:before {
                transform: translate(8px, 0) rotate(45deg);
            }

            .custom-accordion-menu ul li .arrow:after {
                transform: translate(8px, 0) rotate(-45deg);
            }

            .custom-accordion-menu ul li input[type=checkbox] {
                position: absolute;
                cursor: pointer;
                width: 100%;
                height: 100%;
                z-index: 1;
                opacity: 0;
            }

                .custom-accordion-menu ul li input[type=checkbox]:checked ~ p {
                    margin-top: 0;
                    max-height: 0;
                    opacity: 0;
                    transform: translate(0, 50%);
                }

                .custom-accordion-menu ul li input[type=checkbox]:checked ~ .arrow:before {
                    transform: translate(2px, 0) rotate(45deg);
                }

                .custom-accordion-menu ul li input[type=checkbox]:checked ~ .arrow:after {
                    transform: translate(-7px, 0) rotate(-45deg);
                }

            .custom-accordion-menu .transition,
            .custom-accordion-menu p,
            .custom-accordion-menu ul li .arrow:before,
            .custom-accordion-menu ul li .arrow:after {
                transition: all 0.25s ease-in-out;
            }

        .custom-accordion-menu .flipIn,
        .custom-accordion-menu h1,
        .custom-accordion-menu ul li {
            animation: flipdown 0.5s ease both;
        }

    .custom-accordion-menu .no-select,
    .custom-accordion-menu h2 {
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        user-select: none;
    }

@keyframes flipdown {
    0% {
        opacity: 0;
        transform-origin: top center;
        transform: rotateX(-90deg);
    }

    5% {
        opacity: 1;
    }

    80% {
        transform: rotateX(8deg);
    }

    83% {
        transform: rotateX(6deg);
    }

    92% {
        transform: rotateX(-3deg);
    }

    100% {
        transform-origin: top center;
        transform: rotateX(0deg);
    }
}

.drop {
    display: flex;
    align-items: center;
    position: relative;
}

    .drop:not(:last-child)::after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 1em;
        background-color: #ccc; /* Change color as needed */
        /* margin-left: 15px; */
        /* margin-right: 15px; */
        vertical-align: middle;
    }

.gradient {
    background: linear-gradient(to bottom, #124366 33%, #0d3450 66%, #011522 100%);
}

.content-hidden {
    content-visibility: hidden;
}

/*Hayat*/
.landingPageButton {
    box-shadow: none;
    margin: 0;
    padding: 0;
    color: rgb(49, 49, 49);
    font-weight: 600;
    outline: none;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
    background: #f7f7f7;
}

.grid-slide.grid-category-slide a.info-box {
    border-radius: unset;
    border-bottom: solid #1a3c5c;
    transition: 1s;
}

.grid-slide.grid-category-slide .info-ttl {
    margin-top: 15px;
}

.info-page-button {
    box-shadow: none;
    border: 1px solid #1a3c5c;
    padding: 5px 40px;
    border-radius: 90px;
    text-align: center;
    display: inline-block;
}

    .info-page-button svg {
        height: 1em;
        width: 1em;
        margin-left: 8px;
    }

.map-hover img {
    opacity: 0.6;
}

/************************/
@media (max-width:1199px) {
    .location-icon img {
        width: 250px !important;
    }
}

@media (max-width:1000px) {
    .location-icon img {
        width: 220px !important;
    }

    .location-icon {
        bottom: calc(100% + 30px);
    }
}


@media (max-width:991px) {
    .location-icon img {
        width: 200px !important;
    }
}

@media (max-width:768px) {
    .location-icon img {
        width: 150px !important;
    }

    .location-icon {
        bottom: calc(100% + 50px);
    }
}
