@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&family=Syne:wght@800&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Questrial&display=swap');

:root {
    --body-font: 'Montserrat', sans-serif;
    --ttl-font: 'Syne', sans-serif;
    --btn-clr: linear-gradient(75deg, #ba91d2 14%, #606de9, #65c3ea 90%);
    --blue: #1b6ce0;
    --dark-blue: #182c5e;
    --light-blue: #edf5fd;
    --sub-blue: #1c4c9a;
    --glow-hue: 340;
    /* Shadow & Neon Effects */
    --color-shadow-neon: 0 0 2px hsl(var(--glow-hue) 70% 50% / 20%), 0 0 4px hsl(var(--glow-hue) 70% 50% / 25%), 0 0 8px hsl(var(--glow-hue) 70% 50% / 30%);
    --color-shadow-neon-hover: 0 0 8px hsl(var(--glow-hue) 70% 70% / 20%), 0 0 15px hsl(var(--glow-hue) 70% 70% / 25%), 0 0 30px hsl(var(--glow-hue) 70% 70% / 30%);
    --color-shadow-neon-inset: 0 0 0 1px hsl(var(--glow-hue) 70% 50% / 30%), 0 0 2px hsl(var(--glow-hue) 70% 50% / 25%), 0 0 4px hsl(var(--glow-hue) 70% 50% / 20%), 0 0 8px hsl(var(--glow-hue) 70% 50% / 30%), inset 0 0 2px hsl(var(--glow-hue) 70% 50% / 25%), inset 0 0 4px hsl(var(--glow-hue) 70% 50% / 20%), inset 0 0 8px hsl(var(--glow-hue) 70% 50% / 30%);
    --color-shadow-neon-inset-hover: 0 0 0 1px hsl(var(--glow-hue) 100% 100% / 30%), 0 0 4px hsl(var(--glow-hue) 100% 70% / 25%), 0 0 8px hsl(var(--glow-hue) 100% 70% / 20%), 0 0 12px hsl(var(--glow-hue) 100% 70% / 30%), inset 0 0 4px hsl(var(--glow-hue) 100% 70% / 25%), inset 0 0 8px hsl(var(--glow-hue) 100% 70% / 20%), inset 0 0 12px hsl(var(--glow-hue) 100% 70% / 30%);
}


html, body {
    height: 100%;
    width: 100%;
    font-family: var(--body-font);
}

body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none !important;
}

/* ----------------------------------------------------------------
Header
-----------------------------------------------------------------*/
.topbar {
    /* background-color: #001489;*/
    position: relative;
    z-index: 200;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.topbar-content {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

    .topbar-content a {
        color: #fff;
    }

        .topbar-content a:hover {
            color: #98999b;
        }

#header {
    z-index: 200;
    width: 100%;
    font-weight: 600;
    color: white;
    padding: 15px 0;
    position: absolute;
    font-size: 18px;
    font-family: var(--ttl-font);
}

.stretched #wrapper {
    width: 100%;
    max-width: 100%;
}

.top-header {
    /* padding: 5px 0; */
}

    .top-header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

#logo img {
    height: auto;
    transition: 1s;
}


#logo img:hover {
        opacity: 0.8;
}

.topRight-header {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    justify-content: flex-end;
}

    .topRight-header .footer-social a {
        background: transparent;
        margin: 0;
    }

    .topRight-header address {
        margin-bottom: 0;
        margin-right: 20px;
    }

    .topRight-header .contact {
        margin-bottom: 0;
    }

.footer-social a:hover {
    background: rgb(51 51 51 / 80%);
}


.header-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topRight-content {
    display: flex;
    margin-right: 0;
    align-items: center;
}

    .topRight-content a {
        display: flex;
        align-items: center;
    }

    .topRight-content img {
        width: 20px;
        margin: 5px;
    }


.topRight-header a {
    display: flex;
}

.topHeaderContact {
    display: flex;
    /* margin-right: 0; */
    align-items: center;
}

.topRight-header img {
    width: 23px;
    max-height: 23px;
    margin-left: 10px;
    transition: 0.3s;
}

.langBtn {
    background: #3d88ae;
    padding: 7px 12px;
    margin-left: 10px;
}

    .langBtn span {
        color: #d0bc80;
    }

    .langBtn:hover img {
        transform: scale(1.3);
    }

.topRight-header a {
    color: var(--gray);
    padding-top: 5px;
}

.arrow-down {
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid var(--gold);
    margin-left: 8px;
}

h3.drop-down-categoryName {
    color: #274e9d;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}
/*- Menu -*/

@media only screen and (min-width: 1200px) {
    li.active > a.megamenu-txt, li.submenu.active > .submenu-txt {
        color: #8ae4fa !important;
    }

    li.subItemOf-submenu.active > a {
        color: var(--blue) !important;
        font-weight: 500 !important;
    }

    #primary-menu ul {
        list-style: none;
        margin: 0;
        display: flex;
        padding: 0;
    }

    .drop-menu ul {
        flex-direction: column
    }

    #primary-menu ul > li > a, #primary-menu ul > li > .submenu-txt {
        display: block;
        padding: 15px 8px;
        color: white;
        -o-transition: margin 0.4s ease, padding 0.4s ease;
        display: flex;
        align-items: center;
        position: relative;
        font-size: 15px;
    }


    .submenu-txt:before, a.megamenu-txt:before {
        position: absolute;
        top: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: rgb(255, 255, 255);
        background: linear-gradient(267deg, rgba(255, 255, 255, 1) 0%, rgba(96, 109, 233, 1) 0%, rgba(101, 195, 234, 1) 0, rgba(186, 145, 210, 1) 80%);
        transform: translateY(100%);
        transition: 0.3s;
        left: 0;
        right: 0;
        z-index: 0;
        border-radius: 10px 10px 0 0;
    }

    a.megamenu-txt:before {
        border-radius: 10px;
    }

    .submenu:hover .submenu-txt:not(li.submenu.active > .submenu-txt):before, .megamenu:hover a.megamenu-txt:not(li.active > a.megamenu-txt):before {
        transform: initial;
    }


    .megamenu-txt {
        overflow: hidden;
    }

    .submenu-txt {
        overflow: hidden;
        cursor: default;
    }


    #primary-menu ul > li li {
        position: relative;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
    }


    #primary-menu ul > li.submenu {
        margin-top: 0;
    }

        #primary-menu ul > li.submenu .drop-menu {
            /* background: #f8f5eb; */
            background: hsl(0deg 0% 100% / 95%);
            /* border: 1px solid #6c757d4a; */
            border-top: 3px solid #7575e3;
            box-shadow: 0px 13px 16px 4px rgba(0, 0, 0, 0.09);
            width: 15%;
            position: absolute;
            /* display: none !important;*/
            margin: 0;
            padding: 10px 16px;
            transition: .5s;
            -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
        }

        #primary-menu ul > li.submenu .mega-menu {
            width: 100%;
            padding: 10px;
        }

    .drop-menu.mega-menu .row {
        justify-content: center;
    }

    .drop-menu.mega-menu ul {
        flex-direction: column;
    }

    #primary-menu ul > li.submenu .drop-menu li > a {
        padding: 8px 10px 8px 0;
        font-size: 16px;
        font-weight: 500;
        color: #233268;
        font-family: var(--body-font);
        line-height: 1.2;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-transform: none;
        position: relative;
    }

    #primary-menu ul > li.submenu:hover .drop-menu {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        transition: .5s;
    }

    #primary-menu ul > li.submenu ul li:hover > a {
        color: var(--blue);
    }

    #primary-menu ul > li > a div, #primary-menu ul > li > .submenu-txt div {
        position: relative;
    }

    #primary-menu ul > li.submenu .drop-menu li:before {
        content: "";
        position: absolute;
        width: 15px;
        height: 1px;
        background: #606de9;
        left: 0;
        top: 17px;
        opacity: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all 0.3s ease;
    }

    li.subItemOf-submenu:not(li.subItemOf-submenu.active):hover > a {
        color: var(--blue) !important;
        background-color: transparent;
        -webkit-transform: translateX(12%);
        -ms-transform: translateX(12%);
        transform: translateX(12%);
        transition: all 0.3s ease;
    }

    #primary-menu ul > li.submenu .drop-menu li:not(#primary-menu ul > li.submenu .drop-menu li.subItemOf-submenu.active):hover:before {
        transition: all 0.3s ease;
        opacity: 1;
    }

    #primary-menu ul > li.submenu .mega-menu {
        left: 0;
        right: 0;
    }

    /*    #primary-menu ul > li.submenu:first-child .mega-menu {
        left: 0;
    }
*/
    .mob-logo-menu {
        display: none;
    }

    .long-arrow {
        position: sticky;
        margin-right: 10px;
        width: 10px;
        height: 10px;
        border-top: 2px solid #d0bd80;
        border-left: 2px solid #d0bd80;
    }

        .long-arrow::after {
            content: "";
            display: block;
            width: 2px;
            height: 16px;
            background-color: #d0bd80;
            transform: rotate(-45deg) translate(5px, 2px);
            left: 0;
            top: 0;
        }

    .long-arrow {
        transform: rotate(135deg);
    }

    #primary-menu ul > li.submenu ul li:hover > a .long-arrow {
        border-color: #94762d;
    }

        #primary-menu ul > li.submenu ul li:hover > a .long-arrow::after {
            background: #94762d;
        }


    .drop-menu {
        padding: 10px;
    }

    .search {
        padding: 10px 16px;
        color: white;
        display: flex;
        align-items: center;
        position: relative;
        cursor: pointer;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        transition: 1s;
    }

    .rightSideMenu ul {
        list-style: none;
        margin: 0;
        display: flex;
        padding: 0;
        align-items: center;
    }

    .contactUs, .search {
        border: 1px solid #ffffff61;
        border-radius: 30px;
        padding: 9px;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        transition: 1s;
        display: flex;
        align-items: center;
    }

    li.rightSideMenu-megamenu {
        margin-right: 15px;
    }

        li.rightSideMenu-megamenu:hover .contactUs, li.rightSideMenu-megamenu:hover:hover .search {
            background-color: #606de9;
            opacity: 1;
            transform: scale(1.1);
            box-shadow: 0 8px 15px rgba(0,0,0,0.3);
        }
}


@media only screen and (min-width: 1350px) {
    #primary-menu ul > li > a.megamenu-txt, #primary-menu ul > li > .submenu-txt {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 18px;
    }
}

.mobile-side-menu {
    display: none;
}

    .mobile-side-menu .search {
        display: none;
        opacity: 0;
    }

.close-mobile-panel > .search-close {
    display: none;
}



/*Mobile View Menu*/


@media only screen and (max-width: 1199px) {
    .close-mobile-panel > .search-close {
        display: block;
    }

    .rightSideMenu {
        display: none;
    }

    .mobile-menu ul li.submenu {
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }

        .mobile-menu ul li.submenu.open {
            background: rgba(255, 255, 255, 0.62);
        }

    .mobile-menue-open {
        overflow: hidden;
    }

    .mob-logo-menu {
        text-align: center;
        display: block;
        margin: auto;
        margin-bottom: 30px;
        max-width: 230px;
    }

        .mob-logo-menu img {
            margin: auto;
        }

    .mobile-menue-style {
        /* background: rgb(0 0 0 / 30%);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; */
    }

    #primary-menu-trigger {
        cursor: pointer;
        position: relative;
        display: flex;
        flex-direction: column;
        width: 40px;
        height: 30px;
        justify-content: space-between;
        padding: 4px;
        margin-left: 15px;
    }

    .hamburger-icon {
        /* width: 100%; */
        background: var(--light-blue);
        height: 2px;
        display: inline-block;
        margin-bottom: 1px;
        right: 0;
    }

    .mobile-side-menu {
        display: flex;
    }

        .mobile-side-menu .search {
            display: block;
            opacity: 1;
        }


    .search {
        display: none;
    }

    .mobile-overlay {
        background: rgb(0 0 0 / 30%);
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 10;
    }

    .mobile-menue-style .mobile-overlay {
        opacity: 1;
        visibility: visible;
    }

    .mobile-menu {
        background: linear-gradient(101deg, rgba(255, 255, 255, 1) 0%, rgba(96, 109, 233, 1) 0%, rgba(101, 195, 234, 1) 0, rgba(186, 145, 210, 1) 90%);
        position: fixed;
        right: -400px;
        top: 0;
        bottom: 0;
        padding-top: 60px;
        width: 400px;
        max-width: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        z-index: 11;
    }

        .mobile-menu.openMenu {
            right: 0;
        }

        .mobile-menu ul {
            list-style: none;
            padding: 0;
            /* margin-top: 1rem; */
            /* padding-left: 10px; */
        }

    ul.level3 {
        margin-left: 10px;
    }

    .mobile-menu ul li a, .mobile-menu ul li .submenu-txt {
        /* border-top: 1px solid #efefef; */
        padding: 15px 15px 15px;
        display: block;
        /* position: relative; */
        /* cursor: default; */
        font-size: 16px;
        color: white;
    }

    .mobile-menu ul li .submenu-txt {
        /*margin-right: 50px;*/
        cursor: default;
    }

    .mobile-menu ul li:first-child a {
        border-top: 0;
    }

    .mobile-menu ul li:last-child a {
        /* border-bottom: 1px solid #efefef; */
    }

    .mobile-menu .drop-menu li {
        /* margin-left: 30px; */
    }

    .drop-menu.mega-menu .row > * {
        padding: 0 !important;
        !i;
        !;
        !;
        !i;
        !im;
        !imp;
        !im;
        !i;
        !;
    }

    li.submenu .drop-menu {
        /* height: 0; */
        display: none;
        padding-left: 20px;
    }

    .menu-btn {
        text-align: center;
        padding: 10px 30px;
    }

    .mobile-menu ul li.submenu, .mobile-menu ul li.megamenu {
        /* padding-right: 30px; */
        /* padding-left: 30px; */
        position: relative;
        border-bottom: 1px solid #efefef;
        background-color: #d1c6da40;
    }

        .mobile-menu ul li.submenu:before {
            /* content: ""; */
            width: 30px;
            height: 30px;
            position: absolute;
            right: 30px;
            bottom: 15px;
            background: #333;
            cursor: pointer;
        }

    .mobile-menu .toggle-menu-children {
        position: absolute;
        right: 20px;
        top: 20px;
        margin-top: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        display: flex;
        cursor: pointer;
        padding: 10px;
        align-content: center;
        justify-content: center;
        z-index: 1;
    }

        .mobile-menu .toggle-menu-children:before,
        .mobile-menu .toggle-menu-children:after {
            content: '';
            position: absolute;
            background-color: #252525;
        }

        .mobile-menu .toggle-menu-children:before {
            width: 1px;
            height: 90%;
            left: calc(50% - 0px);
            top: 8%;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

    .mobile-menu li.open .toggle-menu-children:before {
        height: 0;
    }

    .mobile-menu .toggle-menu-children:after {
        height: 1px;
        width: 90%;
        top: calc(50% - 0px);
        left: 5%;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .mobile-menu ul > li.submenu.active {
        background: rgba(255, 255, 255, 0.62);
    }

    .mobile-menu ul > li.active > .submenu-txt, .mobile-menu ul li.submenu.open > .submenu-txt {
        color: #243367 !important;
        font-weight: bold !important;
    }

    .mobile-menu ul > li > .drop-menu > li {
        padding: 0 0 0 15px;
    }

    .mobile-menu ul > li > .drop-menu li a {
        /* padding: 10px; */
        border-top: 0;
        font-size: 14px;
        font-weight: 400;
        color: black;
        font-family: var(--body-font);
    }

    .mobile-menu ul > li > ul > li a:hover {
        background: #efefef;
    }

    .close-mobile-panel > .search-close {
        display: block;
        position: absolute;
        top: 12px;
        right: 12px;
        color: #fff;
        width: 50px !important;
        height: 50px;
        padding: 15px;
        cursor: pointer;
        border: 1px solid transparent
    }

        .close-mobile-panel > .search-close:hover {
            border-color: #d7d7d7
        }

    .header-text {
        align-items: center;
    }

    .arrow-down {
        display: none;
    }

    li.submenu.open {
        background-color: #d1c6da8c;
    }


    .subItemOf-submenu:before {
        content: "";
        position: absolute;
        width: 15px;
        height: 1px;
        background: #606de9;
        left: -10px;
        top: 25px;
        opacity: 1;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all 0.3s ease;
    }

    li.subItemOf-submenu {
        position: relative;
    }

    /*    .mobile-menu .drop-menu.active li.subItemOf-submenu, .mobile-menu li.submenu.open .drop-menu .subItemOf-submenu {
        border-left: 5px solid rgb(255 255 255 / 61%);
    }*/


    .mobile-menu li.subItemOf-submenu {
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
    }

        .mobile-menu li.subItemOf-submenu:not(li.subItemOf-submenu.active):hover {
            background-color: transparent;
            -webkit-transform: translateX(5%);
            -ms-transform: translateX(12%);
            transform: translateX(5%);
            -webkit-transition: .2s ease-in-out;
            -o-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
        }

    .mobile-menu .drop-menu li.subItemOf-submenu:not(li.subItemOf-submenu.active):hover:before, .mobile-menu li.submenu.open .drop-menu li.subItemOf-submenu:not(li.subItemOf-submenu.active):hover:before {
        transition: all 0.3s ease;
        opacity: 1;
    }

    .mobile-menu .drop-menu.active li.subItemOf-submenu.active > a {
        color: var(--blue) !important;
        font-weight: bold !important;
    }

    #primary-menu li.subItemOf-submenu:hover a {
        color: var(--blue) !important;
        /* color: #f4da7b; */
    }

    .drop-menu.mega-menu .row {
        margin: 0;
    }


    li.megamenu.active > a {
        color: var(--blue) !important;
        font-weight: bold !important;
    }

    #primary-menu ul > li a.megamenu-txt, #primary-menu ul > li .submenu-txt {
        transition: 0.4s;
    }

    .mega-menu .atyaf-container {
        padding: 0;
    }

    #primary-menu ul > li:not(li.megamenu.active) > a.megamenu-txt:hover, #primary-menu ul > li:not(li.submenu.open,li.submenu.active):hover .submenu-txt {
        transform: scale(1.02);
        transition: 0.4s;
        background-color: #d1c6daa8;
        transition: all .3s ease;
    }

    .search img {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        transition: 1s;
    }

        .search img:hover {
            transform: scale(1.3);
        }
    /*
    li.submenu.active.open {
        pointer-events: none;
    }*/


    .mobile-menu ul li {
        opacity: 0;
        transform: translateY(25px);
        transition: .5s;
        transition-delay: .4s
    }

    .mobile-menu ul li:nth-child(2) {
        transition-delay: .5s
    }

    .mobile-menu ul li:nth-child(3) {
        transition-delay: .6s
    }

    .mobile-menu ul li:nth-child(4) {
        transition-delay: .7s
    }

    .mobile-menu ul li:nth-child(5) {
        transition-delay: .8s
    }

    .mobile-menu ul li:nth-child(6) {
        transition-delay: .9s
    }

    .mobile-menu ul li:nth-child(7) {
        transition-delay: 1s
    }

    .mobile-menu ul li:nth-child(8) {
        transition-delay: 1.2s
    }

    .mobile-menu.openMenu ul li {
        opacity: 1;
        transform: inherit
    }

    .mobile-menu:not(.openMenu) .mobile-menu ul li {
        transition-delay: 0s
    }


    .drop1-item > * {
        z-index: 2;
        position: relative;
    }

    .drop:hover .drop-item {
        transform: inherit;
        opacity: 1
    }

    .drop-item:nth-child(2) {
        transition-delay: .1s
    }

    .drop-item:nth-child(3) {
        transition-delay: .2s
    }

    .drop-item:nth-child(4) {
        transition-delay: .3s
    }

    .drop-item:nth-child(5) {
        transition-delay: .4s
    }

    .drop-item:nth-child(6) {
        transition-delay: .5s
    }

    .drop-item:nth-child(7) {
        transition-delay: .6s
    }

    .drop-item:nth-child(8) {
        transition-delay: .7s
    }

    .drop-item:nth-child(9) {
        transition-delay: .8s
    }

    .drop-item:nth-child(10) {
        transition-delay: .9s
    }

    .drop-item:nth-child(11) {
        transition-delay: 1s
    }
}

@media only screen and (max-width:767px) {
    .topRight-content a:not(.langBtn) span {
        display: none;
    }

    .slider-content h1 {
        font-size: 28px;
    }
}

#top-search {
    margin-top: 36px;
}

a#top-search-trigger {
    padding: 10px 5px;
}

#top-search form input {
    box-shadow: none;
    /* pointer-events: none; */
    /* border-radius: 0; */
    border: 0;
    outline: 0 !important;
    font-size: 32px;
    /* padding: 10px 80px 10px 0; */
    height: calc(100% - 1px);
    color: #333;
    font-weight: 700;
    margin-top: 0 !important;
    letter-spacing: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    padding: 10px 80px 10px 40px;
}

/* sticky menu */
@media only screen and (min-width:1200px) {
    .sticky-header .bottom-header {
        background: rgb(255, 255, 255);
        background-image: url(/images/BannerBG.jpg);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 300;
        box-shadow: 0 0 4px 4px #33333340;
        padding: 20px 0;
    }

    .sticky-header #primary-menu {
        background: transparent;
    }

        .sticky-header #primary-menu ul > li.active > a,
        .sticky-header #primary-menu ul > li > a:hover {
            /* color: #98999b; */
        }

    .sticky-header .menu-btn > button {
        color: var(--green);
        background: #fff;
    }

        .sticky-header .menu-btn > button:hover {
            color: #fff;
            background: var(--green);
        }
}

@media (max-width:1199px) {
    .sticky-header .bottom-header {
        background: linear-gradient(104deg, rgba(255, 255, 255, 1) 0%, rgba(96, 109, 233, 1) 0%, rgba(101, 195, 234, 1) 30%, rgba(186, 145, 210, 1) 79%);
        padding: 10px 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 20;
        box-shadow: 0 2px 4px #33333380;
        transition: 0.2s;
    }

    .topRight-header > address, .topRight-header > .socials {
        display: none;
    }
}

@media (min-width: 1200px) {
    .atyaf-container {
        max-width: 90%;
    }
}

.atyaf-container {
    /*  max-width: 85%;
        margin: auto;*/
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin: auto;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1201px) {
    .atyaf-container {
        max-width: 95%;
    }
}
/*    .atyaf-container2 {
        width: 85%;
        height: 45%;
        margin: auto;
    }*/

/* Home Slider*/
.home-bg {
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    color: #fff;
    display: flex;
}

.homeSliderSwiper {
    height: 100vh;
}


.swiper-slide-img, .swiper-slide-video {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    /* transform: scaleX(-1); */
}

.slider-box {
    font-family: var(--ttl-font);
    text-shadow: 1px 1px 2px rgb(51 51 51 / 80%);
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.swiper-slide .slider-content > * {
    transform: translateX(-100px);
    transition: .8s;
    opacity: 0;
    transition-delay: 0.5s
}

.swiper-slide-active .slider-content > * {
    transform: inherit;
    opacity: 1
}

.swiper-slide .slider-content > *:nth-child(2) {
    transition-delay: 1s
}

.swiper-slide .slider-content > *:nth-child(3) {
    transition-delay: 1.2s
}

.slider-content h1 {
    font-size: 50px;
    /*        max-width: 700px;*/
    /*padding: 0 20px;*/
    font-weight: 500;
    text-shadow: 0 4px 5px rgb(0 0 0 / 35%);
    color: #fff;
    margin-bottom: 20px;
}

.slider-content h2 {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

.s-btn .atyaf-btn {
    margin-right: 15px;
}


video.home-video {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translate(0px,20px);
    }

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

.swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    background: #182c5e;
    opacity: 1;
    padding: 5px 0;
    border-radius: 20px;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

span.swiper-pagination-bullet:hover {
    background: #fff;
}

.swiper.mySwiper .swiper-pagination {
    bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.quoteButtons {
    position: relative;
    z-index: 1;
    background: linear-gradient(75deg, #ba91d2 14%, #606de9, #65c3ea 90%);
    transition: 0.3s;
    overflow: hidden;
    padding: 15px 0;
    text-align: center;
    margin-right: 20px;
    transition: .5s;
    background-size: 200% auto;
    border: 1px solid #fff;
    border-radius: 10px;
}

a.quoteButtons_Link {
    z-index: 10;
    color: white;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.quoteButtons:hover {
    opacity: 1;
    box-shadow: 0 0 0 0px white, 0 0 0 3px #ffff;
}

.quoteButtons:hover {
    background-position: right center;
}

section.home-action:before {
    content: "";
    position: absolute;
    background: rgb(29 48 99 / 80%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

a.quoteButtons_Link p {
    margin: 0;
    font-family: var(--ttl-font);
}

.row.quoteCol {
    margin-top: 19px;
}

/*End Home Slider*/

/*home-about*/

.home-about {
    padding: 50px 0;
}

.home-about-imgBox {
    /*background: url(../images/home-About-dots.JPG);*/
    background-size: 80% 101%;
    background-position: right;
    background-repeat: no-repeat;
    padding: 58px 0;
    text-align: center;
    transition: 0.6s;
    overflow: hidden;
}

.home-about-img {
    /* padding: 50px 0; */
    /* position: relative; */
    /*   width: 90%*/;
    position: relative;
    z-index: 5;
    object-fit: cover;
    object-position: center;
    border-radius: 25px;
}

.home-about-imgBox:hover {
    background-size: 90% 90%;
}

.home-about-content {
    padding: 58px;
    padding-right: 0;
    color: #172b5f;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}


.sml-ttl {
    color: #1a68d7;
    position: relative;
    display: inline-block;
    font-family: var(--ttl-font);
    font-size: 30px;
    font-weight: 700;
}

    .sml-ttl:after {
        content: "";
        position: absolute;
        left: 100%;
        top: 50%;
        margin-left: 10px;
        width: 90px;
        height: 3px;
        background: #1a68d7;
    }

.big-ttl {
    color: #1a2b62;
    margin-bottom: 20px;
    font-family: var(--ttl-font);
    font-size: 40px;
    font-weight: 700;
    position: relative;
}

.describtion {
    font-size: 18px;
    color: #1a2b62;
    font-weight: 500;
    margin-bottom: 0;
}


.exp-years {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

span.years.facts-number-span.counter.Single {
    color: var(--blue);
    font-size: 65px;
    font-weight: 650;
    display: flex;
    align-items: center;
    width: 80px;
    justify-content: center;
}

.years {
    color: var(--blue);
    font-size: 65px;
    font-weight: 650;
}

.plusYear {
    position: relative;
    width: 45px;
    height: 45px;
    display: inline-block;
    /* border: 1px solid; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.txt-years {
    margin-left: 27px;
    display: inline-block;
    font-size: 25px;
    font-weight: 650;
    line-height: 1.2;
}

.plusYear:after {
    content: "";
    position: absolute;
    /* top: 18%; */
    /* left: 40%; */
    background: var(--blue);
    width: 12px;
    height: 40px;
}

.plusYear:before {
    content: "";
    position: absolute;
    /* top: 47%; */
    /* left: 14%; */
    background: var(--blue);
    width: 40px;
    height: 12px;
}


@media (max-width:1199px) {
    .home-about-img {
        max-height: 500px;
    }

    .home-about-content {
        padding: 0;
    }
}


/*Services Section*/
.home-services {
    background: var(--light-blue);
    padding: 50px 0;
}

.services-list {
}

.service-item {
    background: #fff;
    width: 100%;
    display: block;
    padding: 20px 30px;
    box-shadow: 0 0 5px 4px #ededed;
    position: relative;
    font-family: var(--ttl-font);
    font-size: 22px;
    transition: 0.3s;
    margin: 15px 0;
    height: calc(100% - 30px);
    display: flex;
    align-items: center;
    border-radius: 10px;
    color: #47628d;
    transition: 1s;
}

    .service-item:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 0;
        content: "";
        background: var(--btn-clr);
        transition: 0.1s;
        opacity: 0;
        border-radius: 10px;
    }

#ServicesItemWeb:hover img {
    content: url('/MediaManager/Media/Images/icons/Web.svg');
}

#ServicesItemMobile:hover img {
    content: url('/MediaManager/Media/Images/icons/Mobile.svg');
}

#ServicesItemApp:hover img {
    content: url('/MediaManager/Media/Images/icons/App.svg');
}

#ServicesItemOffice:hover img {
    content: url('/MediaManager/Media/Images/icons/Office.svg');
}

#ServicesItemSharepoint:hover img {
    content: url('/MediaManager/Media/Images/icons/SharePoint.svg');
}

#ServicesItemSEO:hover img {
    content: url('/MediaManager/Media/Images/icons/SEO.svg');
}

.service-item:after {
    position: absolute;
    top: calc(50% - 15px);
    right: 15px;
    content: "";
    transition: 0.3s;
    background-repeat: no-repeat;
    background-size: 2rem;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z' clip-rule='evenodd'/></svg>");
    background-position: center;
    width: 30px;
    height: 30px;
    transition: 1s;
}

span {
    position: relative;
}

.service-item:hover:before {
    width: 100%;
    opacity: 1;
    transition: 1s;
}

.service-item:hover {
    color: #fff;
    text-decoration: none;
    transition: 1s;
}
/*End Services Section*/


.home-action {
    background: url('../images/action-bg.webp');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    position: relative;
    /* color: #fff; */
}

.action-bg {
    background: rgb(29 48 99 / 80%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.s-btn.action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.row.action-content {
    justify-content: center;
    align-items: center;
}

.action-content-ttl {
    max-width: 400px;
}

    .action-content-ttl .sml-ttl {
        color: #fff;
    }

    .action-content-ttl .big-ttl {
        color: #fff;
        margin-bottom: 0;
    }

    .action-content-ttl .sml-ttl:after {
        background: #fff;
    }

.s-btn.action-btn .atyaf-btn {
    width: 250px;
    text-align: center;
    /*border: 1px solid #fff;*/

    transition: 0.3s;
}

/*Footer Section*/
footer {
    background: #1c4c9a;
    font-family: var(--ttl-font);
    overflow: hidden;
}

.footer-top {
    padding: 55px 0;
    position: relative;
}


.footer-links-container {
    display: flex;
    flex-direction: column;
}

.md-container {
    margin: auto;
    width: 100%;
    padding: 0 24px;
}

.footer-ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
    color: white;
    position: relative;
    padding-right: 10%;
    padding-left: 0.2rem;
}

a.footer-link {
    display: block;
    color: #ffffff;
    padding: 6px 0;
    position: relative;
    /*   font-weight: bold;*/
    overflow: hidden;
    /*    padding-right: 10%;*/
    padding-left: .5rem;
}

span.footer-contactInfo {
    display: inline-block;
    color: #ffffff;
    padding: 6px;
    position: relative;
    padding-left: 30px;
}

.footer-logo {
    max-width: 100%;
    /*    margin-bottom: 30px;*/
}

a.footer-socialMedia-link {
    color: #ffffff;
    /*    padding: 6px;*/
    position: relative;
    transition: .3s;
}

.footer-bottom {
    background: #1c4c9a;
    text-align: center;
    padding: 17px 15px;
    border-top: 1px solid white;
    color: #ffff;
    font-size: 15px;
    font-weight: bold;
}

.footer-bottom-row {
    align-items: center;
}

    .footer-bottom-row p {
        margin: 0;
    }

.footer-bottom-content a {
    color: #ffff;
    padding-right: 20px;
}

    .footer-bottom-content a:hover {
        color: #65bfea;
    }

@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);
    }
}

a.footer-socialMedia-link {
    text-decoration: none;
}

p.footer-icon {
    position: relative;
}

img.icon-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

a.footer-socialMedia-link:hover .footer-icon > img.icon-orginal {
    opacity: 0;
}

a.footer-socialMedia-link:hover .footer-icon > img.icon-hover {
    opacity: 1;
}

a.footer-socialMedia-link:hover {
    color: #65bfea;
}

.footer-link * {
    z-index: 2;
    position: relative
}

.footer-link:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #1b6ce0;
    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;
}

.footer-link:hover:before {
    transform: skewX(-40deg) translateX(10%);
}

a.footer-link:hover {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.footer-link:hover span {
    transform: translateX(5px);
}

.footer-link span {
    transition: .3s;
    display: block;
}

.footer-social-itm img {
    width: 35px;
    padding: 7px;
    border-radius: 5px;
    margin: 0 2px;
    position: relative;
    overflow: hidden;
}

.footer-social-itm:before {
    content: "";
    background: red;
    position: absolute;
    transition: 0.3s;
    width: 0;
    height: 0;
    overflow: hidden;
    border-radius: 5px;
}

.facebook:before {
    background: #3a5794;
}

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

.twitter:before {
    background: black;
}

.linkedin:before {
    background: #005e8d;
}

.whatsapp:before {
    background: linear-gradient(to bottom, #59ce64, #25b43c);
}

.footer-social-itm:hover:before {
    height: 100%;
    transition: 0.3s;
    width: 100%;
}

.footer-social-itm {
    width: 35px;
    height: 35px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 2px;
    padding: 0px;
}

.footer-social {
    display: flex;
    margin-top: 6px;
}

img.footer-address {
    position: absolute;
    left: 0;
}
/* Subpage */

/*.subpage-bnr-box {
    background: url(/images/BannerBG.jpg);
    background-position: center;
    background-size: cover;
    min-height: 500px;
    position: relative;
}

.subpage-bnr-content {
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 150px;
    left: 150px;
}
*/

section.subpage-bnr-box {
    position: relative;
    padding-top: 7%;
    padding-bottom: 60px;
}

.banner_row.row {
    align-items: center;
}

.bnr-main-ttl span {
    font-family: var(--ttl-font);
    font-weight: bold;
    color: #65c3ea;
    font-size: 40px;
}

.bnr-sub-ttl h1 {
    font-family: var(--ttl-font);
    font-weight: bold;
    color: #fff;
    font-size: 50px;
}


.bnr-icon {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.subpage-counter {
    background: var(--light-blue);
    margin-bottom: 50px;
}

.counter-list {
    /* padding: 0 5%; */
}

.counter-itm {
    display: flex;
    padding: 50px 0;
}

.counter-icon {
    width: 60%;
    padding: 0 30px;
    padding-left: 0;
    display: flex;
}

.conter-ttl-text {
    color: #172b5f;
    margin: 0;
    font-size: 28px;
}

.conter-num .years {
    font-size: 3.5rem;
    font-weight: 600;
}

.conter-num .plusYear:before {
    width: 70%;
    height: 16%;
}

.conter-num .plusYear:after {
    width: 16%;
    height: 70%;
}

.conter-num .years {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.counter-icon svg {
    fill: #276ad2 !important;
}


.subpage-change .big-ttl {
    color: var(--sub-blue);
}

/****/


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


    .subpage-bnr-content {
        position: relative;
        /*        padding: 80px 0 0 0;*/
        right: 0;
        left: 0;
    }

    /*    .subpage-bnr-box {
        height: 360px;
        min-height: auto;
    }*/

    .bnr-main-ttl span {
        font-size: 30px;
    }

    .bnr-sub-ttl h1 {
        font-size: 40px;
    }
}


@media(min-width:567px) {
    .conter-ttl-text {
        font-size: 20px;
    }

    .conter-num .years {
        font-size: 2.2rem;
    }

    .conter-num .plusYear {
        position: relative;
        width: 30px;
        height: 30px;
    }
}



@media(min-width:992px) {
    .conter-num .years {
        font-size: 2rem;
    }

    .conter-num .plusYear {
        width: 35px;
        height: 35px;
    }

    .conter-ttl-text {
        font-size: 20px;
    }
}

@media(min-width:1200px) {

    .conter-num .years {
        font-size: 2.5rem;
    }
}

@media(min-width:1500px) {
    .conter-ttl-text {
        font-size: 25px;
    }
}

@media(min-width:1700px) {
    .counter-list {
        padding: 0 5%;
    }

    .conter-ttl-text {
        font-size: 30px;
    }

    .conter-num .years {
        font-size: 3rem;
    }
}


/****************/

.atyaf-list {
    width: 100%;
    list-style: none;
    color: var(--blue);
    font-size: 18px;
    font-weight: 600;
    padding: 0;
}

    .atyaf-list li {
        margin-bottom: 4px;
        /* position: relative; */
        background: url(../images/circle-check-solid.svg);
        /* fill: red; */
        background-repeat: no-repeat;
        background-position: left 3px;
        background-size: 22px;
        padding-left: 38px;
    }


/* listing / Case Study */

.listing-page {
    /* padding: 50px 0; */
}

.list-item {
    padding: 60px 0;
    overflow: hidden;
}

.listing-imgBox {
    /* background: url(../images/home-About-dots.JPG); */
    /* background-size: 100% 101%; */
    /* background-position: right; */
    /* background-repeat: no-repeat; */
    /* padding: 58px 0; */
    /* position: relative; */
    /* text-align: right; */
}

.listing-img {
    /* padding: 50px 0; */
    /* position: relative; */
    width: 100%;
    position: relative;
    z-index: 5;
    object-fit: cover;
    object-position: center;
}

.listing-content {
    padding-left: 58px;
    color: var(--dark-blue);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

    .listing-content p {
        font-size: 20px;
        font-weight: 600;
    }

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

    .light-blue .listing-content {
        padding-left: 0;
        padding-right: 58px;
    }

@media (max-width:991px) {
    .listing-imgBox {
        margin-bottom: 30px;
    }

    .listing-content {
        padding: 0;
    }
}

/* partners */

.partners-page {
    padding: 70px 0;
}

.partner-item {
    height: 100%;
    padding: 20px 0;
    min-height: 300px;
    position: relative;
}

.partner-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    justify-content: space-around;
    margin-left: -15px;
}

a.partner-imgBox {
    background: #fff;
    text-align: center;
    padding: 40px 30px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px #b8b8b8;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

.partner-imgBox:hover {
    border-radius: 20px;
}

.partner-imgBox:before {
    position: absolute;
    background: linear-gradient(to bottom, #76d3f07a, transparent, #76d3f07a);
    content: "";
    width: 100%;
    height: 0;
    transition: 0.3s;
}

.partner-imgBox:hover:before {
    height: 100%;
}

.partner-imgBox:before {
}

img.partner-img {
    position: relative;
}

@media (min-width:1200px) {
    .partner-item {
        min-height: 400px;
    }
}


/*  Time Line*/

.timeline-area {
    background: linear-gradient(75deg, #61c2ec 14%, #5f81ec, #194b9d 90%);
    background-position: center;
    background-size: cover;
    padding: 50px 0;
    position: relative;
}

.hOut {
    max-width: 100%;
    margin: 0 auto;
}

.hIn {
    margin-left: 10px;
    padding-left: 20px;
    border-left: 3px dotted #87ccff;
}

    .hIn .event {
        color: #fff;
        margin: 10px;
        position: relative;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: left;
        background-color: #a0a0d9;
        border-radius: 20px 20px 0 0;
        padding: 10px 15px;
    }

    .hIn .eDate {
        font-size: 25px;
        font-weight: bold;
        margin: 0 0 5px 0;
    }

    .hIn .eTxt {
        font-size: 22px;
        font-weight: 300;
    }


    .hIn .event::before, .hIn .event::after {
        position: absolute;
        content: "";
    }

    .hIn .event::before {
        left: -40px;
        top: 40%;
        content: "";
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #87ccff;
    }

    .hIn .event::after {
        left: -30px;
        top: calc(40% + 7px);
        width: 30px;
        height: 1px;
        border-top: 3px dotted #87ccff;
    }


.event.sherePointevent {
    background-color: #002879;
    border-radius: 20px 20px 0 0;
    padding: 10px 15px;
}


@media (min-width:1200px) {
    .hOut {
        /* position: relative; */
        display: flex;
        justify-content: center;
    }

    .hIn {
        display: flex;
        margin-bottom: 20px;
        border-bottom: 15px solid #c7c7c7;
        min-width: fit-content;
        width: 100%;
        position: relative;
        justify-content: center;
        max-width: 100%;
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }

        .hIn .event {
            color: #fff;
            padding: 0 10px;
            margin: 0 10px;
            position: relative;
            text-align: left;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background-color: transparent;
        }

            .hIn .event::before {
                bottom: -20px;
                left: 40%;
                content: "";
                width: 30px;
                height: 30px;
                border-radius: 50%;
                background: #c7c7c7;
                border: 4px solid #002879;
                top: unset;
            }

        .hIn:after {
            /* position: absolute; */
            /* content: ''; */
            border-style: solid;
            border-width: 10px 0 10px 15px;
            border-color: transparent #c7c7c7 transparent #c7c7c7;
            display: block;
            vertical-align: middle;
            right: 0;
            bottom: 0;
        }

        .hIn .event::after {
            left: unset;
            top: unset;
            width: 0;
            height: 0;
            border-top: none;
        }

    .event.sherePointevent {
        background-color: #002879;
        border-radius: 20px 20px 0 0;
        padding: 10px 15px;
    }
}
/* Contact page*/
.contact {
    padding: 60px 0;
}

.contact-box {
    padding: 40px;
}

.contact-ttl {
    color: var(--sub-blue);
    margin-bottom: 25px;
    font-family: var(--ttl-font);
    font-size: 20px;
    font-weight: 600;
}

.contact-info {
    color: var(--dark-blue);
    font-family: var(--ttl-font);
    font-weight: 600;
    margin-bottom: 20px;
}

.contact-icon.email a {
    color: var(--dark-blue);
}

    .contact-icon.email a:hover {
        color: var(--blue);
    }

/*.contact-form .form-control {
    border: 0;
    margin-bottom: 15px;
}
*/

input, textarea {
    color: #116be3 !important;
}


    input#floatingInput {
        color: #116be3;
    }

    textarea#floatingTextarea2 {
        color: #116be3;
    }




span.text-danger.field-validation-error {
    position: absolute;
    top: -20px;
    font-size: 14px;
    font-weight: bold;
}

.contact-form select {
    padding: .375rem .75rem !important;
}

.atyaf-map {
    border: 0;
    width: 100%;
    min-height: 500px;
    height: 100%;
}

.contact-info .fa {
    font-size: 22px;
    margin-right: 8px;
}

.contact-icon {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
}

    .contact-icon i {
        position: absolute;
        left: 0;
    }

    .contact-icon img {
        position: absolute;
        top: 0;
        left: -10px;
    }

/*.address {
    margin-bottom: 20px;
}*/

.fa-volume-control-phone {
    transform: rotate(336deg);
}

.map-container {
    border: 0;
    line-height: 0;
}






.cta {
    --shadowColor: 187 60% 40%;
    display: flex;
    flex-wrap: wrap;
    background: hsl(187 70% 99%);
    margin-bottom: 30px;
    width: 100%;
    box-shadow: 0.65rem 0.65rem 0 hsl(var(--shadowColor) / 1);
    border-radius: 0.8rem;
    overflow: hidden;
    border: 0.5rem solid;
}



.cta__text-column {
    padding: min(2rem, 5vw) min(2rem, 5vw) min(2.5rem, 5vw);
    flex: 1 0 50%;
}

    .cta__text-column > * + * {
        margin: min(1.5rem, 2.5vw) 0 0 0;
    }

.cta a {
    display: inline-block;
    color: black;
    padding: 0.5rem 1rem;
    text-decoration: none;
    background: hsl(187 75% 64%);
    border-radius: 0.6rem;
    font-weight: 700;
    border: 0.35rem solid;
}

.GetAQuoteButton {
    position: relative;
    color: white;
    z-index: 1;
    padding: 10px 20px;
    background: linear-gradient(75deg, #ba91d2 14%, #606de9, #65c3ea 90%);
    transition: 0.5s;
    overflow: hidden;
    padding: 5px 10px;
    margin-left: 10px;
    transition: .5s;
    background-size: 200% auto;
}

    .GetAQuoteButton span {
        z-index: 10;
        color: white;
        font-size: 18px;
        font-weight: bold;
    }


    .GetAQuoteButton:hover {
        box-shadow: 0 0 0 0px white, 0 0 0 3px #ffff;
        opacity: 1;
        background-position: right center;
    }




.atyaf-btn2 {
    position: relative;
    z-index: 1;
    background: linear-gradient(75deg, #ba91d2 14%, #606de9, #65c3ea 90%);
    transition: 0.3s;
    overflow: hidden;
    padding: 10px 30px;
    text-align: center;
    transition: .5s;
    background-size: 200% auto;
    border: 1px solid #fff;
    border-radius: 10px;
}

    .atyaf-btn2 span {
        z-index: 10;
        color: white;
        font-size: 18px;
        font-weight: bold;
    }


    .atyaf-btn2:hover {
        background-position: right center;
        opacity: 1;
        box-shadow: 0 0 0 0px white, 0 0 0 3px #ffff;
    }

.ServicesImage {
    width: 50px;
    margin-right: 10px;
    overflow: hidden;
    transition: 1s;
}



img.hover-Icon.ServicesImage {
    position: absolute;
    left: 0;
}



.service-hover-icon {
    width: 50px;
    margin-right: 10px;
    overflow: hidden;
    transition: 1s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
}

.service-item:hover .ServicesImage {
    opacity: 0;
    /*    transform: rotateY(180deg);*/
}

.service-item:hover .service-hover-icon {
    opacity: 1;
}

.serviceRow {
    align-items: center;
}


.ebuilder-platform {
    align-items: center;
}

.sub-page-img-container {
    text-align: center;
}
/*Sup page css from Ali*/

.intro {
    font-size: 22px;
    font-weight: 600;
    color: #1b2f63;
}

.sub-title {
    font-size: 36px;
    font-weight: bold;
    color: #254c9e;
    font-family: var(--ttl-font);
}

.sub-paragraph {
    font-size: 20px;
    color: #233268;
    line-height: 1.8;
}

.sub-page-img {
    border-radius: 25px;
    transition: 0.4s;
    width: 700px;
}

/*    .sub-page-img:hover {
        transform: scale(1.05);
        transition: 0.4s;
    }*/

.colored-area {
    background-color: #eef5fd;
}

.bullet-img {
    width: 30px;
    align-self: flex-start;
    margin-right: 10px;
    margin-top: 5px;
}

.choose-us-point {
    display: flex;
    /*    margin-right: 60px;*/
}

.sub-paragraph span {
    font-weight: 400;
    font-size: 20px
}


/*   @media(max-width: 991px) {
        .sub-page-img-container {
            order: 1 !important;
        }
    }*/


/* animation */

/*.introduction .animate {
        opacity: 0;
        filter: blur(5px);
        transition: 1s;
        transition-delay: calc(0.2s * var(--i));
    }

    .introduction.show-animate .animate {
        opacity: 1;
        filter: blur(0);
        transform: scale(1);
    }

    .introduction .animate {
        transform: scale(0.7);
    }


    .section .animate {
        opacity: 0;
        filter: blur(5px);
        transition: 1.5s;
    }

    .section.show-animate .animate {
        opacity: 1;
        filter: blur(0);
    }

    .section div {
        transform: translateX(-100%);
        transition-delay: calc(0.2s * var(--i));
    }

    .section.show-animate div {
        transform: translateX(0);
    }

    .section.animateFromRight div {
        transform: translateX(100%);
        transition-delay: calc(0.2s * var(--i));
    }

    .section.animateFromRight.show-animate div {
        transform: translateX(0);
    }

    .colored-area .animate {
        opacity: 0;
        filter: blur(5px);
        transition: 2s;
    }

    .colored-area.show-animate .animate {
        opacity: 1;
        filter: blur(0);
        transform: scale(1);
    }

    .colored-area .animate {
        transform: scale(0.7);
    }

    .imageAnimate .animate {
        opacity: 0;
        filter: blur(5px);
        transition: 1s;
    }

    .imageAnimate.show-animate .animate {
        opacity: 1;
        filter: blur(0);
        transform: scale(1);
    }

    .imageAnimate .animate {
        transform: scale(0.7);
    }

    .atyaf-points-content.animate {
        opacity: 0;
        filter: blur(5px);
        transition: 2s;
    }

        .atyaf-points-content.animate.show-animate {
            opacity: 1;
            filter: blur(0);
            transform: scale(1);
        }

    .atyaf-points-content.animate {
        transform: scale(0.7);
    }


.hOut.animate {
    opacity: 0;
    filter: blur(5px);
    transition: 2s;
}

    .hOut.animate.show-animate {
        opacity: 1;
        filter: blur(0);
        transform: scale(1);
    }

.hOut.animate {
    transform: scale(0.7);
}
*/
.partners-body {
    padding: 50px 0;
    background-color: #eef5fd;
}

img.partnerLogo {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    background-color: white;
}

a.partnerItem:hover img.partnerLogo {
    background-color: #184b9c;
    opacity: 1;
    box-shadow: 0 0 0 10px white, 0 0 0 12px #116be3, 0 5px 40px 10px rgba(0, 0, 0, .149);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.section .image-container {
    padding-bottom: 30px;
    text-align: center;
    transform: translateX(-100%);
    transition-delay: calc(0.2s * var(--i));
}

.section .text-container {
    text-align: center;
    transform: translateX(-100%);
    transition-delay: calc(0.2s * var(--i));
}

.section.show-animate .image-container {
    transform: translateX(0);
}

.section.show-animate .text-container {
    transform: translateX(0);
}

.members-listing {
    background: white;
    padding: 0;
    border-radius: 20px;
    text-align-last: center;
}

    .members-listing .text-container label {
        font-size: 26px;
        color: #2d6ce6;
    }

        .members-listing .text-container label span {
            font-size: 23px;
            color: black;
        }

    .members-listing:hover {
        background: #184b9c;
        color: white;
    }

label span {
    color: white;
}

.image-container {
    transform: scale(0.9);
    transition: 0.4s;
}

}

.image-container {
    transition: 0.4s;
}


.rewards-listing {
    background: #d1dff4;
    padding: 0;
    border-radius: 20px;
    text-align-last: center;
}

    .rewards-listing .text-container label {
        font-size: 26px;
        color: #2d6ce6;
    }

        .rewards-listing .text-container label span {
            font-size: 23px;
            color: black;
        }

    .rewards-listing:hover {
        background: #184b9c;
        color: white;
    }

label span {
    color: white;
}

.image-container {
    transform: scale(0.9);
    transition: 0.4s;
}


.images-first-container, .images-second-container {
    justify-content: center;
}


.images-first-container {
    padding-bottom: .5rem;
}

.first-class {
    padding-right: .5rem;
}

.second-class {
    padding-left: 0.875rem;

}
.footer-nav-list p {
    font-size: 16px;
}

.template404-container {
    display: flex;
    justify-content: center height: calc(100vh - 400px);
    align-items: center;
    text-align: center;
    min-height: 500px;
}

.template404 h1 {
    font-size: 95px;
    margin: 0;
    text-shadow: 0 0 44px #aeaeae
}

select {
    appearance: none;
    font-size: 16px !important;
    color: black !important;
}


    select#CountrySelect {
        background-image: url(/images/Selectarrow.svg);
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: 95%;
        height: calc(3.5rem + calc(var(--bs-border-width)* 2));
        min-height: calc(3.5rem + calc(var(--bs-border-width)* 2));
        line-height: 1.25;
    }

    select#ContactUsForm_Inquiry {
        background-image: url(/images/Selectarrow.svg);
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: 95%;
        height: calc(3.5rem + calc(var(--bs-border-width)* 2));
        min-height: calc(3.5rem + calc(var(--bs-border-width)* 2));
        line-height: 1.25;
    }


input::placeholder, textarea::placeholder {
    font-size: 18px !important;
    color: black !important;
}

.form-floating > label {
    font-size: 16px !important;
    color: black !important;
}

.SuccessMessage, .FailedMessage {
    margin: auto 0 15px;
}

button.atyaf-btn {
    padding: 10px 40px;
    text-align: center;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    border: none;
    font-size: 18px;
    background-image: linear-gradient(258deg, #65c3ea 50%, #606de9, #ba91d2 100%);
    border-radius: 10px;
}

    button.atyaf-btn:hover {
        background-position: center;
        color: #fff;
        text-decoration: none
    }

/* Carrer */
a.carrer-email {
    transition: all 0.3s ease;
    font-size: 20px;
    text-decoration: none;
    position: relative;
}

    a.carrer-email::after {
        content: "";
        position: absolute;
        width: 0;
        background-color: rgb(186 145 210);
        left: 50%;
        transform: translateX(-50%);
        bottom: -0.5em;
        height: 2px;
        border-radius: 8px;
        transition: all 0.3s ease;
    }

    a.carrer-email:hover::after {
        width: 100%;
        animation: pulse11 1s;
        box-shadow: 0 0 0 1em transparent;
    }


.carrer-desc-box p {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    color: #116be3;
}

section.carrer-desc {
    padding: 50px 0;
}

.carrer-desc-box {
    text-align: center;
}


a.carrer-lbox-box {
    display: flex;
    flex-direction: column;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    height: 100%;
    align-items: center;
    border-radius: 25px;
    background-color: #d1dff4;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #fff;
    text-align: center;
    justify-content: center;
    position: relative;
    padding-top: 40px;
    padding-bottom: 70px;
}

.carrer-lbox-image {
    overflow: hidden;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
}

.carrer-Icon {
    position: relative;
    height: 120px;
    width: 120px;
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0px 0px 5px 5px #c2cfe2;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .carrer-Icon::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #116be3;
        clip-path: circle(0%);
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        z-index: 1;
        opacity: 0;
    }


.carrer-lbox-ttl, .carrer-lbox-desc {
    margin-top: 35px;
}

.CareerName {
    font-size: 25px;
}

.CareerNationality h5 {
    color: #162a60;
    font-weight: bold;
    font-size: 20px;
}

.carrer-Listing {
    background-color: #edf5fd;
    padding: 50px 0;
}

.carrer-lbox-btn-container {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
}


button.carrer-atyaf-btn {
    padding: 10px 40px;
    text-align: center;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    border: none;
    font-size: 18px;
    background-image: linear-gradient(258deg, #65c3ea 50%, #606de9, #ba91d2 100%);
    border-radius: 10px;
}

a.carrer-lbox-box:hover button.carrer-atyaf-btn {
    background-position: center;
    color: #fff;
    text-decoration: none
}

img.carrer-Icon_Orginal {
    z-index: 2;
}


img.carrer-Icon_Hover {
    position: absolute;
    right: 0;
    left: 15px;
    opacity: 0;
    top: 15px;
    z-index: 3;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}


a.carrer-lbox-box:hover img.carrer-Icon_Orginal {
    opacity: 0;
}

a.carrer-lbox-box:hover img.carrer-Icon_Hover {
    opacity: 1;
}


a.carrer-lbox-box:hover .carrer-Icon::after {
    clip-path: circle(50%);
    opacity: 1;
    transform: scale(1.2);
    box-shadow: 0px 0px 5px 5px #c2cfe2;
}

a.carrer-lbox-box:hover {
    opacity: 1;
    background-color: #b2d1ff;
}

section.carrer_details_Page {
    background-color: #edf5fd;
}

.carrer_details_Info_jop h5, .carrer_details_Info_requiremetns h5 {
    font-family: var(--ttl-font);
    font-weight: bold;
    color: #184b9c;
    font-size: 26px;
    margin: 30px 0;
}

.carrer_details-col {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
}


.carrer_details_background {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .carrer_details_background img {
        border-radius: 25px;
    }

.carrer_details {
    position: absolute;
    bottom: -80px;
    right: 0;
    left: 0;
    display: inline-grid;
    justify-content: center;
    align-items: center;
    justify-items: center;
}

.carrer_details_icon {
    position: relative;
    height: 130px;
    width: 130px;
    background-color: #116be3;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0px 0px 3px 3px #c2cfe2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carrer_details_Name h4 {
    font-family: var(--ttl-font);
    font-weight: bold;
    color: #184b9c;
    font-size: 28px;
}

.carrer_details_Name {
    /* margin-top: 30px; */
}

.carrer_details_Info {
    padding: 50px 0 50px 0;
}

.carrer_details_Info_extra p {
    margin: 0;
    font-size: 25px;
    font-weight: 500;
    color: #116be3;
}

.carrer_details_Info_jop p, .carrer_details_Info_requiremetns p {
    font-size: 22px;
    color: #162a60;
    font-weight: 500;
    margin: 0;
}

.carrer_details_Info_extra {
    margin: 50px 0 0 0;
}

@media (max-width: 425px) {
    .carrer_details {
        bottom: -60px;
    }

    .carrer_details_icon {
        height: 100px;
        width: 100px;
    }

    img.carrer-Icon_Orginal {
        width: 80px;
        height: 70px;
    }

}

/*BOD Listing*/

.BOD-desc-box p {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    color: #116be3;
}

section.BOD-desc {
    padding: 50px 0;
}


.member-lbox-box {
    display: flex;
    transition: .3s;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    flex-direction: column;
    border-radius: 30px;
    background-color: white;
    margin: 0 20px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.member-lbox-image {
    overflow: hidden;
    border-radius: 30px;
}

.member-listing-bg {
    padding-top: 98%;
    background-position: center;
    background-size: cover;
    opacity: .9;
    transition: .3s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
}

.member-lbox-ttl {
    /* margin: 15px; */
}

    .member-lbox-ttl h4 {
        font-weight: bold;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        transition: 1s;
        font-size: 25px;
        color: #2d6ce6;
        margin-bottom: 0;
    }

.member-lbox-position {
    /* margin: 0 15px; */
    /* margin-bottom: 15px; */
}

    .member-lbox-position p {
        margin: 0;
        font-size: 23px;
        color: #162a60;
        font-weight: 600;
    }

.member-lbox-details {
    text-align: center;
    padding: 35px 0;
}

.Bod-atyaf-block {
    padding: 80px 0;
}

.member-lbox-box:hover .member-listing-bg {
    opacity: 1;
    transform: scale(1.1);
}

.member-lbox-box:hover .member-lbox-ttl h4, .member-lbox-box:hover .member-lbox-position p {
    color: #ffff;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.member-lbox-box:hover {
    background-color: #184b9c;
    opacity: 1;
    box-shadow: 0 0 0 10px white, 0 0 0 12px #116be3, 0 5px 40px 10px rgba(0, 0, 0, .149);
}

/*Rewards Listing*/

.reward-desc-box p {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    color: #116be3;
}

section.reward-desc {
    padding: 50px 0;
}


a.reward-lbox-box {
    display: flex;
    transition: .3s;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    flex-direction: column;
    border-radius: 30px;
    background-color: #d1dff4;
    margin: 0 20px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

.reward-lbox-image {
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid #dbe3ef;
}

.reward-listing-bg {
    padding-top: 70%;
    background-position: center;
    background-size: cover;
    opacity: .9;
    transition: .3s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    background-repeat: no-repeat;
}

.reward-lbox-ttl {
    /* margin: 15px; */
}

    .reward-lbox-ttl h4 {
        font-weight: bold;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        transition: 1s;
        font-size: 25px;
        color: #2d6ce6;
        margin-bottom: 0;
    }


.reward-lbox-details {
    text-align: center;
    padding: 35px 0;
}

a.reward-lbox-box:hover .reward-listing-bg {
    opacity: 1;
    transform: scale(1.1);
}

a.reward-lbox-box:hover .reward-lbox-ttl h4, a.reward-lbox-box:hover .reward-lbox-position p {
    color: #ffff;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

a.reward-lbox-box:hover {
    background-color: #184b9c;
    opacity: 1;
    box-shadow: 0 0 0 10px white, 0 0 0 12px #116be3, 0 5px 40px 10px rgba(0, 0, 0, .149);
}


/*About Listing*/

.atyaf-info-points-section {
    padding: 50px;
    background-color: #cbe5ff;
}


.atyaf-points-blocks {
    align-items: center;
}

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


.atyaf-box-content {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

b.atyaf-content {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 2.5rem;
    text-align: left;
    cursor: pointer;
}

.atyaf-point-title {
    color: #162a60;
    font-weight: 400;
    font-size: 28px;
    text-align: left;
}

.atyaf-content-No {
    color: #116be3;
    font-size: 45px;
    margin-bottom: 0;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
}

    .atyaf-content-No > .Single {
        display: flex;
        align-items: center;
        width: 70px;
        justify-content: flex-start;
    }

        .atyaf-content-No > .Single.largeNumbers {
            width: 125px;
        }

.Body_SummaryItems {
    padding: 50px 0;
    overflow: hidden;
}


/*.search img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

    .search img:hover {
        transform: scale(1.3);
    }*/

section.atyafServiceInfo-Section {
    padding: 50px 0;
}

.colored-area .sub-title {
    margin: 0;
}

p.get-satrted-section-desc {
    font-size: 22px;
    font-weight: bold;
    color: #184b9c;
    line-height: 1.8;
    font-family: var(--ttl-font);
}

p.get-satrted-section-title {
    font-size: 30px;
    font-weight: bold;
    color: #254c9e;
    font-family: var(--ttl-font);
}

p.get-satrted-section-info {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    color: #2d6ce6;
    margin: 0;
}




/*reward Listing*/

.reward-desc-box p {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    color: #116be3;
}

section.reward-desc {
    padding: 50px 0;
}


/*ebuilderCms-area*/


.ebuilder-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.ebuilderCms-area {
    background: linear-gradient(75deg, #9a84dc 14%, #5f7cec, #61c2ec 90%);
    background-position: center;
    background-size: cover;
    padding: 25px 0;
    position: relative;
}

.ebuilder-information {
    justify-content: center;
    align-items: center;
}

.ebuilder-details .ebuilder-title {
    color: white;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.1;
}


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

.ebuilder-details .ebuilder-subTitle {
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    /* line-height: 1.3; */
}

/* ebuilder - Swipper */
.swiper {
    width: 100%;
    /*    height: 100%;*/
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    background-color: white;
}

    .swiper-slide img {
        display: block;
        width: 100%;
    }

h1.ebuilder-sercive-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #162a63;
    margin-bottom: 0;
}

.swiper-slide .ebuilder-sercive-image {
    opacity: 0;
    transform: scale(0);
    transition: 3s;
}

.swiper-slide-active .ebuilder-sercive-image {
    opacity: 1;
    transform: scale(0.8);
}

.swiper-slide .ebuilder-sercive-title {
    opacity: 0;
    transform: translate(-100px,0px);
    transition: 3s;
}

.swiper-slide-active .ebuilder-sercive-title {
    opacity: 1;
    transform: translate(0px,0px);
}


/*.ebuilder-sercive-image {
    animation-name: zoom;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}*/


@keyframes slide {
    0% {
        opacity: 0;
        transform: translate(-100px,0px);
    }

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

@keyframes zoom {
    0% {
        opacity: 0;
        transform: scale(0);
    }

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

/* 404 Error Page Styles */

.bannerPage-img {
    background: url(/images/BannerBG.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

section.banner {
    position: relative;
    padding-top: 19%;
    padding-bottom: 48px;
}

h1.bnr-ttl {
    font-weight: bold;
}

.template404-container {
    height: calc(100vh - 400px);
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 500px
}

.template404 h1 {
    font-family: var(--ttl-font);
    font-weight: bold;
    color: #1c4c9a;
    font-size: 95px;
    margin: 0;
    text-shadow: 0 0 44px #aeaeae
}

.template404 {
    width: 100%;
}

a.card-Item-form {
    color: #ffff;
    padding: 7px 50px 7px 50px;
    font-size: 16px;
    border-radius: 20px;
    background-image: linear-gradient(to right, #ba91d2 0, #606de9 51%, #65c3ea 100%);
    background-size: 200% auto;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    margin: 20px;
}

    a.card-Item-form:hover {
        background-position: right center;
        color: #fff;
        text-decoration: none;
    }


/*************  Search  *************/


.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(75deg, #ba91d247 14%, #606de930, #65c3ea24 90%);
    z-index: 9999;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: 300ms;
    padding: 25px;
    color: #fff;
    backdrop-filter: blur(30px);
}

    .search-popup.open {
        opacity: 1;
        visibility: visible
    }

.search-close {
    position: absolute;
    top: 15px;
    right: 30px;
    color: #fff;
    width: 50px !important;
    height: 50px;
    padding: 15px;
    cursor: pointer;
    border: 1px solid transparent
}

    .search-close:hover {
        border-color: #d7d7d7
    }

.search-box {
    width: 100%;
    max-width: 700px;
    margin: 15px;
    display: flex;
    opacity: 0;
    transform: translateY(100px);
    transition: 0.8s;
    transition-delay: 0.8ms;
    position: relative;
    border-radius: 90px;
    overflow: hidden;
}

.search-bar {
    background: transparent;
    border: none;
    outline: none;
    padding: 12px 70px 12px 32px;
    font-size: 20px;
    width: 100%;
    color: #000;
    border-radius: 90px;
    background: #fff;
    /*    margin: 10px;*/
    /*    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.11);
    border: 1px solid rgba(0, 0, 0, 0.12);*/
    transition: 0.3s;
}

    .search-bar:focus::placeholder {
        opacity: 0
    }

.search-btn {
    background: linear-gradient(75deg, #ba91d2 14%, #606de9, #65c3ea 90%);
    display: flex;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 4px;
    margin: 0;
    border: 0;
    transition: .5s;
    background-size: 200% auto;
}

    .search-btn svg {
        color: #fff;
        padding: 18px;
        width: 54px;
        height: 54px
    }

.search-popup span {
    display: block;
    font-size: 30px;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(100px);
    transition: 1.5s;
    color: black;
    /* animation-name: slideUp; */
    /* animation-duration: 1s; */
    /* animation-fill-mode: forwards; */
}

.search-popup.open .search-box, .search-popup.open span {
    transform: inherit;
    opacity: 1;
}


.search-btn:hover {
    background-position: right center;
}


.showResult {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    /*    opacity: 0;*/
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}


.search-content h2 {
    font-weight: 500;
    margin-bottom: 30px;
}

span.search-text {
    color: #0F345E;
}

.search-url {
    color: #000;
}

.search-ttl {
    color: #126be3;
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.search-result {
    padding: 20px 15px;
    border-bottom: 1px solid #ebebeb;
    border-left: 3px solid #ebebeb;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
}

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

/*
.search-result.search-table:nth-child(even):hover {
    background: #0F345E;
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
*/
.search-result:hover {
    background: #b2d1ff;
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

    .search-result:hover button.search-result-search-btn {
        background-position: right center;
        color: #fff;
        text-decoration: none;
    }

/*    .search-result:hover .search-ttl {
        color: #D1BD7D;
    }*/

button.search-result-search-btn {
    color: white;
    padding: 10px 70px;
    font-size: 16px;
    border-radius: 30px;
    background-color: #7d6bcc;
    font-weight: bold;
    color: #ffffff;
    background-image: linear-gradient(75deg, #ba91d2 14%, #606de9, #65c3ea 90%);
    background-size: 200% auto;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    transition: 1s;
    position: relative;
    border: 0;
}


.search-box- {
    position: relative;
}

.msgEmpty {
    font-size: 20px;
    font-weight: 600;
    color: #0F345E;
    padding: 25px;
}

.search-result.search-table {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    border-radius: 25px;
    background: #d1dff4;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.11);
    border: 3px solid rgb(255 255 255);
}

.search-table-extra {
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 300px;
    font-size: 15px;
    border-bottom: 0;
    border-top: 0;
}

.search-table-info {
    padding: 20px 15px;
    width: calc(100% - 300px);
}

.search-result.search-table:first-child {
    border-top: 1px solid #ebebeb;
}

@media (max-width: 800px) {
    .search-result.search-table {
        display: block;
        padding: 20px 15px;
        margin: 20px 0px;
    }

    .search-table-extra {
        padding-top: 20px;
        width: 100%;
        text-align: inherit;
        display: block;
        font-weight: bold;
        text-align: center;
    }

    .search-table-info {
        padding: 0;
        width: 100%;
    }

    .search-ttl {
        text-align: center;
        font-size: 1rem;
    }

    .search-box-filter .search-bar {
        font-size: 17px;
    }

    button.search-result-search-btn {
        font-size: 14px;
    }
}

.item-num {
    display: flex;
    align-items: center;
    color: #0F345E;
    margin: 20px 0;
}

    .item-num span {
        color: black;
        padding: 7px 15px;
        border-radius: 90px;
        font-weight: bold;
        font-size: 18px;
        margin-right: 10px;
        background: #f1f1f1;
    }

/*.search-result.search-table:nth-child(even) {
    background: #f1f1f1;
    border-right: 3px solid #0F345E;
}*/


.load-more-btn {
    display: flex;
    justify-content: center;
}

.loading {
    border: 1px solid #e1e1e1;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .loading p {
        margin: 0;
        font-size: 20px;
        font-weight: bold;
        padding-left: 20px;
    }

.loader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #5567e3;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

#loadMore {
    color: green;
    cursor: pointer;
}

    #loadMore:hover {
        color: black;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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


.search-box-filter {
    width: 100%;
    max-width: 700px;
    margin: 15px;
    display: flex;
    /*   opacity: 0;
    transform: translateY(100px);*/
    transition: 0.8s;
    transition-delay: 100ms;
    position: relative;
    border-radius: 90px;
    overflow: hidden;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.11);
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 5px 0;
}


    .search-box-filter .search-bar {
        color: #1e6de0 !important;
        background: transparent;
        border: none;
        outline: none;
        padding: 6px 70px 6px 32px;
        font-size: 20px;
        width: 100%;
        color: #000;
        border-radius: 90px;
        background: #fff;
        /*    margin: 10px;*/
        /*    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.11);
    border: 1px solid rgba(0, 0, 0, 0.12);*/
        transition: 0.3s;
    }

input.search-bar:focus {
    font-size: 18px;
    box-shadow: 0 4px 4px rgb(17 52 93 / 30%);
    transform: scale(1, 1.05);
    border-color: #333;
}

input[type='search']::-webkit-search-cancel-button {
    filter: grayscale(1);
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.aboutAtyaf {
    overflow: hidden;
}

/*sticky-header*/
#header.sticky-header #logo img {
    height: 60px;
    width: 180px;
}

section {
    overflow: hidden;
}

.overflow-hidden {
    overflow: hidden !important;
}



input:focus::placeholder {
    color: transparent;
}

.countNumber {
    max-width: 100%;
    width: 80px;
    display: flex;
    justify-content: center;
}


.ebuilder-name {
    color: white;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 0 10px;
    position: relative;
    background-image: linear-gradient(to right, #1b2e5a6e, #1b2e5a 50%, #ffffffde 50%);
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

.ebuilderSiteIcon {
    transition: 1s;
    border-radius: 30px;
}

.ebuilderSite:hover .ebuilderSiteIcon {
    box-shadow: 0 0 40px hsl(0deg 0% 100% / 66%), 0 0 15px hsl(0deg 0% 100% / 25%), 0 0 50px hsl(0deg 0% 100% / 30%);
    background-color: #1b3567;
}

.ebuilderSite:hover .ebuilder-name {
    background-position: 0;
}

p.ebuilder-name:before {
    content: "";
    background: #ffffff;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    transition: all 0.3s ease-in-out;
}

.ebuilderSite:hover .ebuilder-name:before {
    width: 100%;
}


.uploadFile {
    position: relative;
}


input#CountryCode {
    background: #ebe9e9;
    border-color: transparent;
    max-width: 100px;
    text-align: center;
    margin-right: 3px;
    pointer-events: none;
    color: gray !important;
    font-size: 18px !important;
}

.input-group-text {
    background: #ebe9e9;
}

input#CountryCode::placeholder {
    color: gray !important;
}

.star {
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
    /* Stroke-dasharray property */
    stroke-dasharray: 5000px;
    stroke-dashoffset: 5000px;
    animation: move 10s linear infinite;
    /*     animation-fill-mode: forwards; */
}

@keyframes move {
    100% {
        stroke-dashoffset: 0;
    }
}

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

input#floatingInputCountryCode[type=number] {
    -moz-appearance: textfield;
}


/*Annocment popup*/
.modal-content {
    border-radius: 0;
    border: 1px solid gray;
}

button.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-weight: 100;
    font-size: 17px;
}

.modal-body {
    padding: 0;
    overflow: hidden;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
    }
}


.popup-container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    transform: inherit;
    opacity: 1;
}

    .popup-container p {
        font-size: 20px;
        color: #233268;
        line-height: 1.8;
        margin-bottom: 0;
        opacity: 0;
        transform: translateX(-150px);
        transition: 1.5s;
        transition-delay: 0.8ms;
    }

.atyaf-popup-btn {
    position: relative;
    z-index: 1;
    background: linear-gradient(75deg, #183cad 14%, #2583c6, #9c55d7 90%);
    transition: 0.3s;
    overflow: hidden;
    padding: 10px 30px;
    text-align: center;
    transition: .5s;
    background-size: 200% auto;
    border: 1px solid #fff;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    margin: 30px 0;
    opacity: 0;
    transform: translateX(-150px);
    transition: 0.8s;
    transition-delay: 0.8ms;
}
.atyaf-popup-btn:hover {
    background-position: right center;
    opacity: 1;
    box-shadow: 0 0 0 0px white, 0 0 0 3px #ffff;
}

.popup-video {
    max-width: 100%;
}
.modal-body img, .modal-body video {
    border-bottom: 1px solid #8080802b;
    opacity: 0;
    transition: 0.8s;
}

.show img, .show  video {
    opacity: 1;
}

.show .popup-container p {
    transform: inherit;
    opacity: 1;
}

.show .popup-container a {
    transform: inherit;
    opacity: 1;
}

    #gotoTop {
        z-index: 299;
        position: fixed;
        background-color: #b890d2;
        font-size: 20px;
        line-height: 36px;
        text-align: center;
        color: #fff;
        top: auto;
        left: auto;
        right: 30px;
        bottom: 30px;
        cursor: pointer;
        border-radius: 2px;
        transition: background-color .2s linear;
        -webkit-transition: background-color .2s linear;
        -o-transition: background-color .2s linear;
        width: 40px;
        height: 40px;
    }


        #gotoTop:hover, .selector-options li.active {
            background-color: #617be9;
        }

    .icon-angle-up:before {
        content: "";
        height: 15px;
        width: 15px;
        border: 3px solid transparent;
        border-bottom-color: #fff;
        border-right-color: #fff;
        transform: rotate(225deg);
        display: inline-block;
        margin-top: 15px;
    }


    hr {
        border-top: 1px solid rgb(148 151 153) !important;
    }

    .our-proceses-title h1 {
        color: #116be3;
        font-family: var(--ttl-font);
        text-align: center;
        font-weight: bold;
        font-size: 45px;
    }

    /*Responsive*/

    @media (max-width: 1500px) {

        h3.drop-down-categoryName {
            font-size: 16px;
        }

        .atyaf-container {
            max-width: 97%;
        }
    }

    @media (max-width: 1200px) {
        .row.quoteCol {
            justify-content: center;
        }

        .carrer_details_background {
            margin-bottom: 120px;
        }
    }

    @media (max-width: 1024px) {
        .carrer_details-col {
            margin-bottom: 0;
        }
    }

    @media (max-width: 991px) {
        .home-slider, .home-item, .slider-video, .home-bg {
            height: 90vw;
        }

        .homeSliderSwiper {
            height: 50vh;
        }

        .slider-content h1 {
            font-size: 30px;
        }

        .service-item {
            font-size: 17px;
            padding: 20px 23px;
        }

        .otherLinks {
            padding-top: 1rem;
        }

        a.carrer-lbox-box {
            padding: 50px;
        }

        .CareerName {
            font-size: 20px;
        }

        .CareerNationality h5 {
            font-size: 18px;
        }

        .carrer-desc-box p {
            font-size: 18px;
        }

        .BOD-desc-box p, .reward-desc-box p {
            font-size: 18px;
        }

        .reward-lbox-ttl h4 {
            font-size: 20px;
        }

        .member-lbox-ttl h4 {
            font-size: 20px;
        }

        .member-lbox-position p {
            font-size: 18px;
        }

        .carrer_details_Name h4 {
            font-size: 25px;
        }

        .carrer_details_Info_jop h5, .carrer_details_Info_requiremetns h5 {
            font-size: 22px;
        }

        .carrer_details_Info_jop p, .carrer_details_Info_requiremetns p {
            font-size: 18px;
        }

        .carrer_details_Info_extra p, a.carrer-email {
            font-size: 18px;
        }

        .intro {
            font-size: 18px;
        }

        .sub-title {
            font-size: 23px;
        }

            .sub-paragraph {
            font-size: 18px;
        }

        .Body_SummaryItems {
            padding: 20px 0;
        }

        section.atyafServiceInfo-Section {
            padding: 20px 0 0 0;
        }

        p.get-satrted-section-desc {
            font-size: 18px;
        }

        p.get-satrted-section-title {
            font-size: 30px;
        }

        p.get-satrted-section-info {
            font-size: 18px;
        }

        .big-ttl {
            font-size: 35px;
        }

        .listing-content p {
            font-size: 18px;
        }

        .list-item {
            padding: 40px 0 0 0;
        }

        .our-proceses-title h1 {
            font-size: 30px;
        }

        .atyaf-content-No {
            font-size: 40px;
        }

        .atyaf-point-title {
            font-size: 20px;
        }

        .atyaf-info-points-section {
            padding: 20px;
        }

        .ebuilder-link {
            justify-content: flex-start;
        }

        .ebuilder-details .ebuilder-title, .ebuilder-name {
            font-size: 20px;
        }

        .sml-ttl {
            font-size: 25px;
        }

        .big-ttl {
            font-size: 28px;
        }

        .eBuilderCMS-images-section {
            margin-bottom: 3rem;
        }

        .quoteButtons {
            margin-bottom: 15px;
        }

        section.banner {
            padding-top: 30%;
            padding-bottom: 35px;
        }

        section.subpage-bnr-box {
            padding-top: 10%;
            padding-bottom: 0;
        }

        .bnr-sub-ttl h1 {
            font-size: 30px;
        }

        .bnr-main-ttl span {
            font-size: 25px;
        }

        .slider-content h2 {
            font-size: 19px;
        }

        .contact-box {
            padding: 25px;
        }

        .contact-info {
            display: flex;
            justify-content: space-between;
        }
    }

    @media (max-width: 800px) {

        .contact-info {
            display: block;
            margin-bottom: 50px;
        }
    }

    @media (max-width: 700px) {

        .atyaf-btn2 {
            padding: 7px 25px;
        }

            .atyaf-btn2 span {
                font-size: 15px;
            }
    }


    @media (max-width: 500px) {

        section.subpage-bnr-box {
            padding-bottom: 0;
            height: 280px;
        }

        a.quoteButtons_Link {
            font-size: 13px;
        }

        .atyaf-container {
            padding-right: 25px;
            padding-left: 25px;
        }

        .bnr-main-ttl span {
            font-size: 20px;
        }

        .bnr-sub-ttl h1 {
            font-size: 25px;
        }

        .slider-content h1 {
            font-size: 25px;
        }

        .first-class {
            padding-bottom: 1rem !important;
            padding-right: 0.875rem 1rem !important;
        }

        .second-class {
            padding-left: 0.875rem 1rem !important;
        }
    }

    @media (max-width: 426px) {
        .quoteButtons {
            margin-bottom: 10px;
        }
    }

    @media (max-width: 400px) {
        a.quoteButtons_Link {
            font-size: 11px;
        }
    }
    /*Aos Annimation*/


    .aos-animate[data-aos] {
        transition-delay: .2s
    }

    [data-aos='fade-start'] {
        transform: translateX(-150px);
        transition: 1s;
        opacity: 0;
        filter: blur(0);
    }

    [data-aos='fade-end'] {
        transform: translateX(150px);
        transition: 1s;
        opacity: 0;
        filter: blur(5px);
    }

    [data-aos*="fade-up"] {
        transform: translateY(150px);
        transition: 1s;
        opacity: 0;
        filter: blur(5px);
    }

    [data-aos='fade-in'] {
        transition: 1s;
        opacity: 0;
        filter: blur(5px);
    }

    [data-aos='zoom-in'] {
        transform: scale(.6);
        transition: 1s;
        opacity: 0;
        filter: blur(5px);
    }

    [data-aos='flip-left'] {
        transition: 2s;
        opacity: 0;
        transform: perspective(2500px) rotateY(-100deg);
    }


    .aos-animate[data-aos*='fade'] {
        transform: inherit;
        opacity: 1;
        filter: blur(0);
    }

    .aos-animate[data-aos*='zoom'] {
        transform: inherit;
        opacity: 1;
        filter: blur(0);
    }

    .aos-animate[data-aos*='flip-left'] {
        transform: inherit;
        opacity: 1;
        backface-visibility: hidden;
        transition-property: transform;
        transform: perspective(2500px) rotateY(0);
    }

    .aos-animate[data-aos]:nth-child(2), .fadeInBottom:nth-child(2) {
        transition-delay: 500ms;
    }

    .aos-animate[data-aos]:nth-child(3), .fadeInBottom:nth-child(3) {
        transition-delay: 700ms;
    }

    .aos-animate[data-aos]:nth-child(4), .fadeInBottom:nth-child(4) {
        transition-delay: 800ms;
    }

    .aos-animate[data-aos]:nth-child(5), .fadeInBottom:nth-child(5) {
        transition-delay: 1000ms;
    }

    .aos-animate[data-aos]:nth-child(6), .fadeInBottom:nth-child(6) {
        transition-delay: 1200ms;
    }

    .aos-animate[data-aos]:nth-child(7) {
        transition-delay: 1400ms;
    }

    .aos-animate[data-aos]:nth-child(8) {
        transition-delay: 1600ms;
    }

    .aos-animate[data-aos]:nth-child(9) {
        transition-delay: 1800ms;
    }

    .aos-animate[data-aos]:nth-child(10) {
        transition-delay: 2000ms;
    }

    .aos-animate[data-aos]:nth-child(11) {
        transition-delay: 2200ms;
    }

    .aos-animate[data-aos]:nth-child(11) {
        transition-delay: 2400ms;
    }

    /* Career Form Accordion Section */
    .acc-extend {
        display: none;
    }

    .faq-acc {
        margin-top: 30px;
    }

    .faq-item {
        margin-bottom: 35px;
        box-shadow: 0px 2px 4px rgb(111 0 0 / 30%);
        border-radius: 0 0 0 10px;
        overflow: hidden;
    }

    .faq-title {
        background: #617be9;
        color: #fff;
        display: flex;
        align-items: center;
        position: relative;
        padding-left: 25px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 30px;
    }

    .faq-content-container {
        padding: 30px 40px 40px;
    }

    .faq-content {
    }

    a.faq-title:hover {
        color: #fff;
    }

    .faq-sign {
        background: #9b0716;
        background: var(--dark-clr);
        width: 40px;
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
    }

        .faq-sign:after {
            content: "";
            border: 0;
            border-left: 2px solid #fff;
            position: absolute;
            top: calc(50% - 9px);
            left: 50%;
            height: 18px;
            transition: all 0.3s;
        }

        .faq-sign:before {
            content: "";
            border-bottom: 2px solid #fff;
            position: absolute;
            left: calc(50% - 9px);
            bottom: 49%;
            width: 18px;
        }

    .faq-item.open .faq-sign:after {
        height: 0;
    }

    .faq-title:hover {
        cursor: pointer;
    }

    .faq-item.open .faq-title {
        background: #617be9;
    }

    .faq-item.open .faq-sign {
        background: #617be9;
    }

    .faq-qs {
        display: inline-block;
        line-height: 1.5;
        padding: 8px 15px;
        margin: 0;
        font-size: 22px;
        font-weight: bold;
    }

    input#UploadFile {
        /* min-height: 58px;*/
        line-height: 2;
        font-size: 18px !important;
    }

/* Insights Section */
h2.insight-title {
    font-size: 36px;
    font-weight: bold;
    color: var(--sub-blue);
    font-family: var(--ttl-font);
}

.insight p {
    font-size: 20px;
    color: var(--dark-blue);
    line-height: 1.8;
    font-weight: 600;
}

.blueText {
    color: var(--blue);
}

span.insight-date {
    font-size: 22px;
    font-weight: 600;
    color: var(--dark-blue);
}

section.insight {
    margin: 50px 0;
}

.gallerySwiper_container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin: auto;
    margin-right: auto;
    margin-left: auto;
  
}

.insight-body {
    margin-top: 50px;
}


.videoSection {
    background-size: cover;
    background-position: center;
    margin-bottom: 50px;
    position: relative;
    height: 700px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .videoSection:before {
        content: "";
        position: absolute;
        background: rgb(29 48 99 / 55%);
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }

.videoContent {
    position: relative;
    color: white;
}

.video-container {
    text-align: center;
    width: 100%;
    padding: 0 40px;
    margin: auto;
}

.videoContent .videoTitle {
    font-size: 30px;
    font-weight: 600;
}

.videoContent .videoDescription {
    font-size: 22px;
    max-width: 700px;
    margin: auto;
}

.videoLogo {
    margin-bottom: 1rem;
}


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

    .videoLogo img {
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        transition: 1s;
    }

.videoModal .modal-header {
    border: none;
    padding: 0;
}

.videoModal .modal-body video {
    border: none;
}


.videoModal button {
    position: absolute;
    z-index: 1;
    top: -34px;
    background-color: #0ddcff;
    padding: 20px;
    right: 7px;
    border-radius: 0;
    width: 1.5em;
    height: 1.5em;
}


.videoModal .modal-body video {
    width: 100%;
    height: auto;
    max-height: 500px;
    background-color: white;
    display: block;
    margin: 0 auto;
}


.higghlightText {
    color: var(--blue) !important;
    font-size: 25px !important;
}


@media (min-width: 1200px) {
    .gallerySwiper_container {
        max-width: 70%;
    }
    .gallerySwiper .swiper-slide {
        padding: 0 80px;
    }
}


@media (max-width: 1199px) {
    .gallerySwiper .swiper-slide {
        padding: 0 50px;
    }
}
@media (max-width: 821px) {
    .gallerySwiper_container {
        padding-right: 0;
        padding-left: 0;
    }
}


    @media (max-width: 991px) {

        h2.insight-title {
            font-size: 23px;
        }

        span.insight-date {
            font-size: 18px;
        }

        .gallerySwiper .swiper-slide {
            padding: 0 20px;
        }

        .insight p {
            font-size: 18px;
        }


        .higghlightText {
            font-size: 20px !important;
        }
        .videoContent .videoDescription {
            font-size: 18px;
        }

        .videoContent .videoTitle {
            font-size: 25px;
        }
    }
