
html, body {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    direction: ltr;
    scroll-behavior: smooth;
    font-size: 19px;
    font-weight: 500;
}



.cairo-font {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    color: #626974;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
}
.lang{
    text-decoration:none;
    margin-inline: 2%;
}

.sub-ttl {
    color: #313991;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.text-dec-non {
    text-decoration: none;
    color: white;
}
img {
    max-width: 100%
}
a {
    text-decoration: none;
    color: #323c8f;
}
    a:hover {
        text-decoration: none;
        color: #323c8f;
    }
button {
    border: 0;
    background: transparent;
}
.YBA-container {
    width: 94%;
    margin: auto
}


.section {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.2s, transform 1.2s;
}

    .section.visible {
        opacity: 1;
        transform: translateY(0);
    }
.top-line {
    height: 50px;
    color: white;
    background: #323c8f;
    text-align: right;
    align-content: center;
}
.insta-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    right: 20px;
    top: 0;
}
/*menu*/

.desk {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    //box-shadow: 0 10px 20px rgba(0,0,0,.09);
    z-index: 100;
    background: rgba(255,255,255,.95);
    display:block;
}

/*.desk:before {
        content: "";
        display: block;
        height: 14px;
        //background: linear-gradient(to right,#005191,#fff 65%);
        //background: linear-gradient(to right,#005191,transparent 39%);
        background: #323c8f;
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }
        */
.desk-menu {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

.main-menu-items {
    display: flex;
    justify-content:right;
}

.main-menu-holder {
    padding-top: 14px;
    z-index: 1;
}

/*fixed header*/
#header.sticky-header, #header.sticky-header #header-wrap {
    /*   height: 73px;*/
    background-color: #0f345e;
}

    #header.sticky-header #logo img {
        height: auto;
    }

    #header.sticky-header #header-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #0f345e;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 0;
        z-index: 1000;
        /* height: auto;*/
        opacity: 1;
        animation: 1s headerFade;
    }

@keyframes headerFade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#header.sticky-header #primary-menu ul > li > a {
    /*  padding-top: 19px;
        padding-bottom: 19px;*/
    font-size: 16px;
}


.drop1-item {
    color: #717171;
    font-weight: 500;
    padding: 17px 10px;
    display: flex;
    position: relative;
    overflow: hidden;
    transition: .2s;
    text-align: center;
    letter-spacing: .5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 23px;
    justify-content: center;
    align-items: flex-end;
    user-select: none;
    cursor: default
}
.drop1-item {
    color: #323c8f;
    text-decoration: none;
}
a.drop1-item:hover:before, a.drop:hover > a.drop1-item:before {
    transform: inherit
}

a.drop1-item:hover, a.drop:hover > a.drop1-item {
    color: #876912
}
.main-menu-extra {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: 2px;
    left: 7px;
    justify-content: flex-end
}

.extra-item {
    display: flex;
    font-size: 2px;
    color: #000
}

    .extra-item a, .ex-icon {
        color: inherit;
        overflow: hidden;
        height: 42px;
        width: 41px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

.main-menu-content {
    display: flex;
    align-items: center;
    position: relative
}

.search-btn svg {
    height: 40px;
    width: 40px;
    padding: 7px
}

.lang-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 4px 15px;
    display: block;
    transition: .3s;
    margin-right: 21px;
    //font-family: hecan,sans-serif;
    border-radius: 5px;
    overflow: hidden
}

    .lang-btn span {
        position: relative;
        top: -8%;
        font-weight: normal
    }

a.drop1-item {
    color: #323c8f;
    text-decoration: none;
}

/*.drop1-item:before {
    content: "";
    background: #005191;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transform: translateY(101%);
    transition: .2s
}*/

.drop1-item:hover:before, .drop:hover > .drop1-item:before {
    transform: inherit
}

.drop1-item:hover, .drop:hover > .drop1-item {
    color: #876912
}

.drop-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(255,255,255,.83);
    display: flex;
    box-shadow: 0 12px 24px 0 rgba(0,0,0,.102);
    transform: scale(.8);
    opacity: 0;
    transition: .3s;
    visibility: hidden;
    transform-origin: top;
    border-radius: 6px;
    border-top-left-radius: 0;
    overflow: hidden;
    width: 280px;
    backdrop-filter: blur(14px)
}

.drop-menu-items {
    margin: 0;
    list-style: none;
    padding: 0;
    width: 25%
}

.drop-menu-boxes {
    width: 75%;
    padding: 0 10px
}

.drop-menu-items a {
    display: block;
    color: #393939;
    padding: 5px 10px;
    border-left: 5px solid #dbdbdb
}

    .drop-menu-items a:hover {
        background: #ddd;
        border-left-color: #e72d32
    }

.drop-menu-items li:nth-child(odd) {
    background: #f9f9f9
}

.drop-menu-items li:nth-child(even) {
    background: #efefef
}

.drop-menu-boxes > .row {
    height: 100%;
    margin: 0 -5px;
    padding: 10px 0
}

.drop:hover .drop-menu {
    transform: inherit;
    opacity: 1;
    visibility: visible
}

.drop-menu:before {
    content: "";
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    height: 17px
}

.drop-menu-boxes > .row > div {
    padding: 0 5px
}

.drop {
    position: relative
}

.drop-menu > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 10px 10px 10px rgba(0,0,0,.071);
    width: 100%
}

    .drop-menu > ul a {
        display: block;
        color: #323c8f;
        padding: 8px 10px;
        border-top: 2px solid rgba(0,0,0,.059);
        transition: .1s;
        font-weight: 500;
        text-decoration: none;
    }

        .drop-menu > ul a:hover {
            //background: #005191;
            color: #876912;
            text-decoration: none;
        
        }
.main-menu-flags {
    display: flex;
    margin-left: 18px;
    margin-bottom: 14px
}

.desk-logo img {
    height: 90px;
    width: 370px;
    padding: 5px 10px;
}

.main-menu-logo {
    //padding-top: 14px
}
.yba-container {
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/*mobl menu */


.mobl {
    display: none
}
a.mobl-item {
    text-decoration: none;
}
.side-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.459);
    z-index: 1000;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
    backdrop-filter: blur(25px)
}

.mobl.menu-opened .side-overlay, .mobl.menu-opened .side-menu, .bod-popup.open .side-overlay {
    opacity: 1;
    visibility: visible;
    transform: inherit
}

@media(max-width: 1199px) {
    .main-menu-flags.mobl-menu-flags {
        justify-content: center;
        align-items: center;
        margin: 0;
        margin: 14px
    }

    .mobl-drop-item ul li:not(:last-child) {
        border-bottom: 1px solid rgba(255,255,255,.122)
    }

    .ex-icon svg {
        fill: white !important;
    }

    .desk {
        display: none
    }

    .mobl {
        display: block
    }

    .mobl-logo-img {
        height: 44px
    }

    .ham-icon svg {
        height: 67px;
        width: 56px;
        color: #323c8f;
        padding: 17px
    }

    .head-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        padding: 0 4%;
        z-index: 999;
        //box-shadow: 0 0 30px 3px rgba(0,0,0,.12);
        background-size: 55% 100%;
        background-repeat: no-repeat;
        background-color: rgba(255,255,255,.9);
        animation: main-menu-anim-mobl linear 10s infinite;
        backdrop-filter: blur(6px)
    }

    .hamburger-icon {
        display: flex
    }

    .ham-icon {
        display: flex;
        cursor: pointer
    }

    .mobl-logo {
        padding-right: 16px
    }

    body {
        margin-top: 67px
    }

    .side-menu {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1001;
        background: #fff;
        width: 100%;
        max-width: 300px;
        transform: translateX(100%);
        transition: .3s;
        visibility: hidden;
        overflow: auto;
        padding-bottom: 45px
    }

    .mobl-top-logo {
        position: relative;
        border-bottom: 1px solid #ddd;
        display: flex;
        justify-content: space-between
    }

    .side-close-icon {
        top: 0;
        left: 0;
        z-index: 2
    }

    .side-img {
        height: 40px
    }

    .side-logo-img {
        text-align: center;
        padding-top: 8px
    }

    .mobl-item {
        display: block;
        color: #414141 !important;
        padding: 10px 20px;
        border-bottom: 1px solid #ddd;
        cursor: pointer;
        position: relative;
        font-weight: 500;
        padding-right: 43px
    }

    .mobl-menu-acc {
        box-shadow: 0 37px 20px rgba(0,0,0,.031)
    }

    .acc-sub > .mobl-item:before {
        content: "";
        position: absolute;
        height: 13px;
        width: 13px;
        transform: rotate(-45deg);
        border: 2px solid transparent;
        border-bottom-color: #323c8f;
        border-left-color: #323c8f;
        top: 14px;
        right: 24px;
        transition: .3s
    }

    .acc-sub.open > .mobl-item:before {
        transform: rotate(-225deg);
        margin-top: 6px
    }

    .mobl-menu-acc > .acc-sub > .acc-extend a, .side-menu-extra-links .acc-extend a {
        display: block;
        padding: 10px 12px;
        color: #fff
    }

    .mobl-menu-acc > .acc-sub > .acc-extend .acc-extend a {
        background: #193160
    }

    .mobl-menu-acc > .acc-sub > .acc-extend .acc-extend {
        border-right: 4px solid #cd4b25
    }

    .mobl-overflow-hidden {
        overflow: hidden
    }

    .side-menu-top-links {
        display: flex;
        flex-wrap: wrap;
        padding: 5px 5px;
        border-bottom: 1px solid #ddd
    }

    .side-top-item {
        width: 50%;
        padding: 2px
    }

    .mobl-top-link {
        text-align: center;
        display: block;
        background: #19263f;
        color: #fff;
        padding: 8px 0;
        font-size: 16px;
        border-radius: 4px;
        font-weight: 500
    }

    .top-org {
        color: #f2643b;
        background: #241e31
    }

    .side-close-icon svg {
        height: 59px;
        width: 60px;
        background: #f5f5f5;
        padding: 19px
    }

    a.top-link.lang-btn.mobl-lang-btn {
        display: inline-flex;
        color: #fff;
        padding: 12px 20px
    }

        a.top-link.lang-btn.mobl-lang-btn svg {
            height: 33px;
            width: 18px;
            margin-right: 10px
        }

    .mobl-item svg {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        fill: #005191;
        padding: 13px;
        width: 44px
    }

    .mobl-drop-item ul {
        list-style: none;
        padding: 0;
        margin: 0;
        background: #323c8f;
        border: 1px solid #323c8f
    }

    .mobl-extra-items .main-menu-extra {
        width: 100%;
        border-bottom: 1px solid #ddd
    }

    .extra-item {
        margin: 0;
        flex: 1 1 auto;
        display: flex;
        justify-content: center;
        padding: 0;
        border-right: 1px solid rgba(255,255,255,.18)
    }

        .extra-item a, .ex-icon {
            display: flex;
            width: 100%;
            padding: 17px;
            height: auto
        }

    .mobl-extra-items {
        display: flex;
        border-bottom: 1px solid #ddd;
        background: #323c8f
    }

    .head-top:before {
        content: "";
        display: block;
        height: 5px;
        background: linear-gradient(to left,#323c8f,#fff 65%);
        background: linear-gradient(to left,#323c8f,transparent 65%);
        width: 100%;
        position: absolute;
        top: 0
    }

    .ex-info {
        display: none
    }

}

/*Home*/
.Section-title {
    text-align: center;
    color: #323c8f;
    margin: 0;
    font-size: 40px;
    position: relative;
    //padding-bottom: 10px;
    margin-bottom: 20px;
}

.img-fit {
    width: 100%;
    object-fit: cover; 
}

.newsletter {
    background-image: url(/images/bg-bottom.png);
    color: black;
    background-position: center;
}

input#uc_newletter1_TxtEmail {
    border-radius: 10px;
    border: solid 2px;
    border-color: grey;
    height: 50px;
}
.time-title {
    align-self: center;
    padding: 0 10px 0 10px;
    width: 35%;
    color: #626974;
}
.TimeMid {
    height: 40px;
    background-color: #bbbdc0;
    display: flex;
    text-align-last: center;
    margin-block: 2%;
}

/* home time line*/
.time-section {
    background-position: center;
    background-color: #e1e1e1;
    padding-block: 3%;
}

.TimeLine {
    display: block;
    padding-bottom: 2%;
    padding-top: 2%;
}

.TimeBottom {
    display: flex;
    text-align: -webkit-center;
}
.time-col {
    display: flex;
    justify-content: center;
    align-items: center;
}
.date-svg {
    width: 150px;
}
@media(max-width: 991px) {
    .time-title {
        align-self: center;
        padding: 0 10px 0 10px;
        width: 100%;
        color: #626974;
        font-size: 12px;
        justify-self:center;
    }
    .time-col {
        display: grid;
        justify-content: center;
    }
    .date-svg {
        justify-self: center;
        width: 50px;
        padding: 0px 0px 0px 0px;
    }
}

    /*home record*/
.record-section {
    background-image: url('../images/BG-silver.jpg');
    color: white;
    background-position: center;
}

    .record-container {
        padding-block: 2rem;
        text-align: center;
        font-size: 26px;
        display: flex;
        justify-content: center;
    }

.winners-record {
    background-color: #323c8f;
    width: 340px;
    height: 220px;
    display: flex;
    margin: 2%;
    border-radius: 10px;
    padding: 1%;
    align-items: center;
    justify-content: space-around;
}

.cycles-record {
    background-color: #876912;
    width: 340px;
    height: 220px;
    display: flex;
    margin: 2%;
    border-radius: 10px;
    padding: 1%;
    align-items: center;
    justify-content: space-around;
}

    .winners-record-icon {
        width: 40%;
    }

    .cycles-record-icon {
        width: 40%;
    }

    /*Home-fields*/
    .fields {
        display: flex;
        text-align: -webkit-center;
        justify-content: center;
        align-items: center;
        color: white;
        font-weight: 600;
        font-size: 22px;
    }

    .fields-BG {
        width: 300px;
        text-align: -webkit-center;
        margin: 1%;
        color:white;
    }

.icon-bg {
    background-position: center;
    background-size: cover;
    position: relative;
    min-width: 285px;
    height: 250px;
    padding: 9%;
    margin-inline: 0%;
    grid-area: 1/1;
    width: var(--s);
    aspect-ratio: 0.866;
    object-fit: cover;
    transform: translate(var(--_x,0),var(--_y,0)) scale(var(--_t,1));
    transition: .2s linear;
}
    .icon-bg:hover {
        z-index: 1;
        --_t: 1.2;
        color:white;
    }
    .fields-text {
        margin: 5%;
    }

    /*home-massage*/
.Home-message {
    display: flex;
    box-shadow: 0px 0px 10px 0px #888888;
    margin-bottom: 5%;
    margin-top: 20%;
    margin-inline: auto;
    border-radius: 10px;
    height: 500px;
    max-height: 500px;
    width: 85%;
}

    .home-message-box {
        position: relative;
    }
.Home-message-name{
    text-align: -webkit-center;
}
.massage-name {
    height: 100%;
    width: 240px;
    margin-left: -10px;
    margin-top: 55px;
    overflow: hidden;
    /* margin-block: 45%; */
    align-content: center;
}

    .home-bod-box-bg.circle-image.entered.loaded {
        width: 450px;
        height: 450px;
    }

.home-bod-box-image {
    position: absolute;
    top: -300px;
    left: -10px;
}

    .home-message-desk {
        position: absolute;
        top: 165px;
        width:88%;
    }

    .Home-message-name {
        overflow: hidden;
    }

    .message-desk {
        font-size: 22px;
        margin-bottom: 1rem;
        text-decoration: none;
        color: #626974;
        text-align:left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .about.Section-title {
        text-align: left;
    }

    @media(max-width: 1000px) {
        .about.Section-title {
            font-size: 30px;
        }

        .message-desk {
            font-size: 20px;
        }
    }

    @media(max-width: 767px) {
        .about.Section-title {
            font-size: 27px;
        }

    }

    /*Home-Extra*/
    .Home-extra {
        display: flex;
        justify-content: center;
        margin-top: -70px;
    }
        .Home-extra.extra-bottom {
            margin-top: 0;
            margin-block: 50px;
        }
.extra-itme {
    display: flex;
    background-color: #f7f7f7;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #888888;
    margin: 2% 1%;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
    height:125px;
}

    .extra-title {
        color: #876912;
        font-size: 30px;
        font-weight: 600;
        margin: 3%;
        text-align:left;
    }

    .extra-img {
        margin: 3%;
    }

        .extra-img img {
            transition: transform 0.3s ease;
            width:80px;
        }

.extra-itme:hover {
    transform: scale(1.1);
}

/* Swiper */
.swiper-wrapper {
    /* position: relative; */
    /* width: 100%; */
    /* height: 100%; */
    /* z-index: 1; */
    /* display: flex; */
    /* transition-property: transform; */
    /* transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial); */
    /* box-sizing: content-box; */
    /* height: 550px; */
}


.swiper {
    width: 100%;
    height: 600px;
    z-index:0;
}
/*Counter*/
.timer-container {
    bottom: 27%;
    /*left: 3%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /*z-index: 777;
    background: #ffffff8a;
    width: 45%;
    border-radius: 10px;*/
    padding: 0.5% 0.5%;
}
.home.news-btn.counter-btn {
    text-align: -webkit-center;
    display: flex;
    max-width: 100%;
    left: -10px;
    position: relative;
}
ul#countdown-container {
    position: relative;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    width: 90%;
    margin: 5px;
    padding: 0px 0px 0px 0px;
    /* color: #fff; */
    /* border: 1px solid #adafb2; */
    border-width: 1px 0;
    /* overflow: hidden; 
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-weight: bold; */
    display: flex;
    li{
    margin: 0 -3px 0 0;
    padding: 0;
    display: inline-block;
    width: 26%;
    font-size: 43px;
    color: #323c8f;
    /* font-size: 6vw; */
    text-align: center;
    .days-label, .hours-label, .minutes-label, .seconds-label{
    color: #454545;
    font-size: 16px;
    text-transform: uppercase;
}
    };display: flex;}


@media (max-width:1600px) {
    .mySwiper {
        height: 500px;
    }
}
@media (max-width:1350px) {
    .mySwiper {
        height: 450px;
    }

    ul#countdown-container {
        padding: 0px 0px 0px 0px;
        li{
    font-size: 28px;
    .days-label, .hours-label, .minutes-label, .seconds-label

    {
        font-size: 9px;
    }

    }
    }
.winners-record-icon {
    width: 30%;
}
.cycles-record-icon {
    width: 30%;
}

}
@media (max-width:1199px) {
    .mySwiper {
        height: 420px;
    }
}

@media (max-width:1030px) {
    .mySwiper {
        height: 350px;
    }
}

@media (max-width:840px) {
    .mySwiper {
        height: 320px;
    }
    .Home-banner-caption {
        visibility: hidden;
    }
    .timer-container {
        bottom: 29%;
        left: 1%;
        display: block;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 777;
/*        background: #ffffff8a;
*/        width: 45%;
        border-radius: 10px;
        padding: 0.5% 0.5%;
    }

    .home.news-btn.counter-btn {
        text-align: -webkit-center;
        display: flex;
        font-size: 14px;
        max-width: 100%;
        justify-content:center;
    }

    ul#countdown-container {
        position: relative;
        /* top: 50%; */
        width: 90%;
        margin: 5px;
        padding: 0px 0px 0px 0px;
        border-width: 1px 0;
        /*font-family: 'Arial Narrow', Arial, sans-serif;*/
        display: flex;
        li{
        margin: 0;
        padding: 0;
        display: inline-block;
        width: 100%;
        font-size: 18px;
        color: #323c8f;
        text-align: center;
        .days-label, .hours-label, .minutes-label, .seconds-label{
    color: #454545;
    font-size: 14px;
    text-transform: uppercase;
}

}
} 
}

@media (max-width:662px) {
    .mySwiper {
        height: 300px;
    }



    .timer-container {
        bottom: 53%;
    }
}

@media (max-width:566px) {
    .mySwiper {
        height: 270px;
    }
}

@media (max-width:476px) {
    .mySwiper {
        height: 210px;
    }
}

@media (max-width:390px) {
    .mySwiper {
        height: 200px;
    }
}

.swiper-slide {
    position: relative;
    /* text-align: center; */
    font-size: 22px;
    /* background: #fff; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    background-size: cover;
    background-position: right;
}

.swiper-slide-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transform: scaleX(-1);
}

.mySwiper .swiper-slide-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, hsl(211deg 65% 20% / 95%), transparent 40%);
    color: var(--blue);
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper.mySwiper .swiper-pagination {
    bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    visibility:hidden;
}

.swiper.mySwiper .swiper-pagination-bullet {
    background: #fff;
}

.swiper.mySwiper .swiper-pagination-bullet-active {
    background: #cfbc80;
}

.swiper.mySwiper .swiper-pagination:before {
    content: "";
    /* background: #fff; */
    top: 0;
    left: 0;
    width: 100px;
    height: 1px;
    margin-right: 20px;
    overflow: scroll;
    opacity: 0.5;
}

.swiper.mySwiper .swiper-pagination:after {
    content: "";
    opacity: 0.5;
    width: 100px;
    height: 1px;
    margin-left: 20px;
    overflow: scroll;
}
.swiper-pagination-bullet {
    background: #cfbc80;
    opacity: 1;
    width: 18px;
    height: 18px;
}

.swiper-pagination-bullet-active {
    background: #3d88ae;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -6px;
}
    /*Home Banner*/

    .Home-banner {
        position: relative;
        min-height: 170px;
        overflow: hidden;
    }

    .Home-banner-bg {
        background-position: center;
        background-size: cover;
        padding-bottom: 9%;
        max-height: 500px;
        padding-top: 44%;
        margin-top: -8.5%;
        position: relative;
    }

    .Home-banner-caption {
        position: absolute;
        bottom: 22%;
        left: 25px;
        right: 0;
        padding-bottom: 20px;
        transition: .3s;
        width: 30%;
        height: 40%;
        align-content:center;
    }

    .Home-banner-line {
        height: 140px;
        background-image: url(../images/bg-bottom.png);
        background-position-x: center;
        margin-bottom: 2%;
        
    }
.carousel {
    margin: 30px 0;
    background: #ccc;
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

    .carousel:after {
        content: "";
        position: absolute;
        z-index: -1;
        box-shadow: 0 0 20px rgba(0,0,0,0.8);
        height: 60px;
        bottom: 0px;
        left: 10px;
        right: 10px;
        border-radius: 100px / 20px;
    }

    .carousel .item {
        text-align: center;
        overflow: hidden;
        height: 475px;
    }

        .carousel .item img {
            max-width: 100%;
            margin: 0 auto; /* Align slide image horizontally center in Bootstrap v3 */
        }

    .carousel .carousel-control {
        width: 50px;
        height: 50px;
        background: #000;
        margin: auto 0;
        opacity: 0.8;
    }

        .carousel .carousel-control:hover {
            opacity: 0.9;
        }

        .carousel .carousel-control i {
            font-size: 41px;
        }

.carousel-caption h3, .carousel-caption p {
    color: #fff;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    text-shadow: none;
    margin-bottom: 20px;
}

.carousel-caption h3 {
    background: rgba(0,0,0,0.9);
    padding: 12px 24px;
    font-size: 40px;
    text-transform: uppercase;
}

.carousel-caption p {
    background: #8fc93c;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 300;
}

.carousel-action {
    padding: 10px 0 30px;
}

    .carousel-action .btn {
        min-height: 34px;
        border-radius: 0;
        margin: 3px;
        min-width: 150px;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
    }

    .carousel-action .btn-primary {
        border-color: #000;
        background: none;
        color: #000;
    }

        .carousel-action .btn-primary:hover {
            background: #000;
            color: #fff;
        }

    .carousel-action .btn-success {
        background: #8fc93c;
        border: none;
    }

        .carousel-action .btn-success:hover {
            background: #87bd35;
        }

.carousel-indicators li, .carousel-indicators li.active {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin: 1px 6px;
}

.carousel-indicators li {
    background: transparent;
    border: 1px solid #fff;
}

    .carousel-indicators li.active {
        background: #8fc93c;
        border-color: #8fc93c;
    }

    /*Banner*/
    .Home-banner-line {
        height: 140px;
        background-image: url(../images/bg-bottom.png);
        background-position-x: center;
        margin-bottom: 3%;
        margin-top: -2%;
    }

    .banner-title {
        font-size: 30px;
        color: #876912
    }

    .banner-subtitle {
        font-size: 35px;
        color: #313991
    }


.page-banner {
    position: relative;
    min-height: 210px;
    max-height: 420px;
    overflow: hidden;
    display: flex;
    margin-bottom: 50px;
    padding-inline: 6%;
    z-index: -1;
    justify-content: space-between;
}

.banner-bg {
    background-position: center;
    background-size: contain;
    padding-bottom: 21.87%;
    max-height: 100px;
    position: relative;
    background-repeat: no-repeat;
}

.Banner-overlay-image {
    position: absolute;
    //top: 0;
    left: 0;
    width: 87%;
    height: 100%;
    z-index: 1;
    clip-path: polygon(34% 3%, 73% 3%, 93% 50%, 73% 97%, 34% 97%, 14% 50%);
    background-size: cover;
    background-position: center;
    left: 7%;
    top: 0%;
    width: 66%;
    height: 93%;
    z-index: 1;
    clip-path: polygon(26% 6%, 74% 6%, 99% 52%, 75% 98%, 26% 98%, 1% 52%);
    background-size: cover;
    background-position: center;
}

    .banner-caption {
        //position: absolute;
        //bottom: 0;
        //left: 0;
        //right: 0;
        //padding-bottom: 20px;
        //transition: .3s;
        align-content: center;
    }

    .banner-category {
        color: #876912;
        margin-bottom: 0;
        font-size: 25px;
        margin-bottom:1%
    }

.banner-caption h1 {
    color: #323c8f;
    margin: 0;
    font-size: 36px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 7px;
    margin-bottom: 20px display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.banner-caption h1 {
    display: -webkit-box; /* Use flexbox for alignment */
    -webkit-box-orient: vertical; /* Set the box orientation */
    overflow: hidden; /* Hide overflow */
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    line-height: 1.2; /* Adjust line height as needed */
    max-height: 3.6em; /* Allow for 3 lines of text */
}


@media (max-width: 900px) {
    .home.banner-caption h1 {
        font-size: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .home.news-btn {
        font-size: 13px;
        margin-top: 1%;
    }
}

@media (max-width: 600px) {
    .home.banner-caption h1 {
        font-size: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .Home-banner-line {
        margin-top: -5%;
    }
}
    /*.banner-caption h1:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        max-width: 180px
    }*/

    .banner-bg:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        //background: rgba(0,0,0,.329);
        //background: radial-gradient(transparent,rgba(0,0,0,.549))
    }

/*    .page-banner:hover .banner-caption {
        filter: drop-shadow(0 0 5px white)
    }
*/
    .banner-line {
        height: 40px;
        background-image: url('../images/bg-bottom.png');
        background-position-x: center;
        margin-bottom: 3%;
    }

    @media(max-width: 1199px) {
        .main-menu-flags.mobl-menu-flags {
            justify-content: center;
            align-items: center;
            margin: 0;
            margin: 14px
        }


    }
    @media (max-width: 1600px) {
        .Home-message {
            margin-top: 26%;
        }
    }
    @media (max-width: 1300px) {
        .Home-message {
            margin-top: 30%;
        }

        .home-bod-box-image {
            left: -40px;
        }

        h5.home.banner-category {
            content-visibility: hidden;
        }
    }

    @media (max-width: 1200px) {
        .Home-message {
            margin-top: 35%;
        }

        .home-bod-box-image {
            left: -60px;
        }
    }

    @media(max-width: 1000px) {
        .banner-caption {
            //margin: 5%;
            width: 50%;
        }

        .banner-bg {
            padding-bottom: 0;
            position: absolute;
            top: 0;
            /*left: 0;*/
            bottom: 0;
            right: 0;
            max-height: inherit;
            width: 320px;
            justify-self: right;
        }

        .banner-caption h1 {
            font-size: 32px;
            margin-bottom: 0
        }

        .banner-category {
            font-size: 24px
        }

        .home-bod-box-image {
            position: relative;
            /* top: -300px; */
            left: 0;
        }

        .home-bod-box-bg.circle-image.entered.loaded {
            width: 300px;
            height: 300px;
        }

        .home-message-desk {
            position: relative;
            top: auto;
            padding: 25px;
        }

        .massage-name {
            height: 100%;
            /* width: 300px; */
            margin-left: -5px;
            /* margin-top: 80px; */
            margin-bottom: 50px;
            overflow: hidden;
            /* position: relative; */
        }

        .Home-message {
            display: grid;
            box-shadow: 0px 0px 10px 0px #888888;
            margin-bottom: 5%;
            margin-top: 25%;
            margin-inline: auto;
            border-radius: 10px;
            height:700px;
            max-height: none;
            width: 85%;
            text-align: -webkit-center;
            justify-items: center;
        }

        .home-bod-box-image {
            position: relative;
            top: auto;
        }
    }

    @media (max-width: 900px) {
        .Home-message {
            margin-top: 40%;
        }
    }

    @media(max-width: 767px) {
        .banner-caption {
            //margin: 5%;
            width: 50%;
        }

        .banner-bg {
            padding-bottom: 0;
            position: absolute;
            top: 0;
            /*left: 0;*/
            bottom: 0;
            right: 0;
            max-height: 150px;
            width: 225px;
            margin: 5%;
            justify-self: right;
        }

        .banner-caption h1 {
            font-size: 26px;
            margin-bottom: 0
        }

        .banner-category {
            font-size: 21px
        }

        .record-container {
            display: block;
            text-align: -webkit-center;
        }

        .Home-extra {
            display: block;
            margin-top: -25%;
            text-align: -webkit-center;
        }
    }

    @media(max-width: 600px) {
        .home-bod-box-bg.circle-image.entered.loaded {
            width: 250px;
            height: 250px;
        }

        .massage-name {
            width: 200px;
            margin-top: 10%;
        }

        .Home-message {
            margin-top: 45%;
        }
    }

    @media (max-width: 500px) {
        .Home-message {
            margin-top: 70%;
        }

        .winners-record {
            width: 100%;
            height: 200px;
        }

        .cycles-record {
            width: 100%;
            height: 200px;
        }
    }
    /*Home Video*/
    .home-video {
        text-align: center;
        margin: 3%;
    }
    /*iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
    max-width: 840px;
}*/
    /*news*/
    /*home news*/
    .news-btn {
        padding: 1%;
        text-align: left;
    }

    .read-news {
        padding: 10px 20px 10px 20px;
        background-color: #876912;
        color: white;
        text-decoration: none;
        border: 0;
        border-radius: 10px;
    }

    a.read-news {
        color: white;
    }

        .read-news:hover {
            box-shadow: 0px 0px 10px 0px #888888;
            transition: box-shadow 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        .read-news:not(:hover) {
            box-shadow: 0px 0px 0px 0px #888888;
            transition: box-shadow 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

    .newsletter-content {
        padding-block: 2rem;
        text-align: center;
        font-size: 23px;
    }

    .news-txtbox {
        padding: 2rem 0 1rem;
    }

    .news-row {
        border-radius: 10px;
        //box-shadow: 0px 0px 10px 0px #888888;
        //margin-top: 4%;
        margin-bottom: 4%;
        margin-inline: auto;
        position: relative;
    }

    .news-box {
        font-size: 20px;
        margin-bottom: 1rem;
        text-decoration: none;
        color: #626974;
        justify-content: space-between;
    }

    /*        .news-box:hover {
            color: #876912;
        }*/

    .Home-news {
        display: flex;
        flex-wrap: wrap;
        color: #626974;
    }

    .news-box-date {
        //padding: 2%;
        margin-top: 1rem;
    }

    .outer {
        padding-bottom: 56.25%;
        position: relative;
    }

    .inner {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        overflow: hidden;
        display: flex;
        border-radius: 10px;
    }

    p.news-ttl {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-card {
        display: flex;
        text-decoration: none;
        border-radius: 10px;
        //box-shadow: 0px 0px 10px 0px #888888;
        margin-bottom: 4%;
        margin-inline: auto;
        position: relative;
        padding-bottom: 10px;
        /*    width: 46%;
    margin-inline: 2%;*/
        object-fit: cover;
        transform: translate(var(--_x,0),var(--_y,0)) scale(var(--_t,1));
        transition: .2s linear;
    }

        .news-card:hover {
            z-index: 1;
            --_t: 1.1;
        }
        /*.news-card::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 10px;
            border-radius: 0px 0px 10px 10px;
        }*/

        .news-card:nth-child(even)::after {
            background-color: #3445a3;
        }

        .news-card:nth-child(odd)::after {
            background-color: #1d83e1;
        }

    .news-box-image {
        margin: 2%;
        background: no-repeat;
        //min-width: 45%;
    }

        .news-box-image.col-md-6 {
            background-repeat: no-repeat;
        }

        .news-box-image.col-md-5 {
            background-position: left;
            text-align: -webkit-right;
        }

    /*    .rec-image {
        height: 100px;
        border-radius: 15%;
        border: 5px solid #876912;
    }*/

    .news-box-bg {
        padding-bottom: 75%;
        /* border-radius: 16px; */
        background-size: cover;
        background-position: center;
        transition: .3s;
        /*    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);*/
        clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
        left: 0;
        width: 87%;
        z-index: 1;
    }

    .news-text-box {
        margin: 2%;
    }

    .news-title {
        margin: 5%;
        font-size: 22px;
        font-weight: 600;
        color: #323c8f;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .news-date {
        margin: 5%;
        font-size: 22px;
        font-weight: 500;
        color: black;
    }
    /*News Details*/
.news-details-title {
    font-size: 30px;
    font-weight: 600;
    color: #323c8f;
    margin: 50px 0px;
}

    .news-top {
        font-weight: 600;
        color: black;
        margin-bottom: 1%;
    }

    .news-abstract {
        margin-bottom: 2%;
    }

    /*Contact us*/
    .map-box {
        border-radius: 3px;
        //margin-inline: 2%;
    }

    .ContactUs {
        display: flex;
        //padding: 25px;
        border-radius: 25px;
        box-shadow: 0px 0px 30px 0px #888888bf;
    }

    .ContactUsInfo {
        transition-delay: 200ms;
        padding: 70px;
        background-color: #323c8f;
        color: white;
        border-radius: 25px;
        margin-right: -40px;
    }

    @media(max-width: 991px) {
        .ContactUs {
            display: block;
        }

        .fields {
            display: block;
        }
        .icon-bg {
            padding: 5%
        }
        .about-intro {
            display: block;
        }

        .Home-extra {
            display: block;
            margin-top: -10%;
            text-align: -webkit-center;
        }

        .ContactUsInfo {
            width: 100%;
        }

        .extra-title {
            font-size: 23px;
        }

        .extra-itme {
            height: 110px;
            width: 95%;
        }

        .extra-img img {
            transition: transform 0.3s ease;
            width: 70px;
        }
    }

    @media(max-width: 767px) {
        .news-card {
            display: block;
        }
    }
    /*footer*/
    .footer {
        text-align: center;
        //background: #00064b;
        //position: absolute;
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        //line-height: 60px;
        font-weight: 300;
    }

    .footer-items {
        font-weight: 300;
    }

    .YBA-top-footer-row {
        padding: 50px 0;
        margin-inline: 0;
        background-color: #323c8f;
        color: white;
        justify-content: center;
        align-items: center;
        font-weight: 400;
        align-items: self-start;
        justify-content: space-between;
        place-content:center;
    }

        .YBA-top-footer-row a:hover {
            color: #876912;
        }

    .border-top {
        background-color: #323c8f;
    }

    .YBA-top-footer {
        //width: 88%;
        margin: auto;
    }

    .YBA-top-footer-row > div {
        padding: 0 40px;
        text-align: left;
    }


    .footer-ttl span {
        font-size: 22px;
        /*color: #876912;*/
        font-weight: 600;
        /*border-bottom: 3px solid;*/
        display: inline-block;
        margin-bottom: 5%;
    }

    .bottom-footer {
        background-color: #00064b;
        color: white;
        align-content: center;
        padding: 10px 0;
        display:flex;
    }

    .footer-items a {
        color: inherit;
        position: relative;
        text-decoration: none;
    }

    .CopyRights {
        text-align: center;
        position: relative;
        width: 88%;
        vertical-align: middle;
        height: 31px;
        display: flex;
        margin: auto;
        align-items: center;
        justify-content: center;
    }

    a.copyrightLink {
        color: white;
    }

    .footer-items p {
        margin-bottom: 0.5rem
    }
.footer-acc-block {
    width: 320px;
}
.col-xl-2.col-md-3.YBA-top-footer-container.footer-acc-block.mobl-no-aos.aos-init.aos-animate {
    margin-block: 10px;
}
    @media (max-width: 1199px) {
        .bottom-footer {
            font-size: 14px;
        }
    }
    /* BOD */

    .bod-row {
        /*border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #888888;
    //margin-top: 4%;*/
        margin-bottom: 10rem;
        /*margin-inline: auto;*/
        position: relative;
        justify-content: center;
        border-radius: 10px;
        border: 6px solid #ffffff;
        box-shadow: 0px 0px 10px 3px rgb(136 134 134 / 23%);
    }

    .bod-box-bg {
        padding-bottom: 100%;
        border-radius: 10px;
        background-size: cover;
        background-position: center;
        transition: .3s
    }

    .circle-image {
        height: 100px;
        border-radius: 50%;
        border: 7px solid #876912;
        box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 20%);
    }

    .bod-box-details {
        text-align: center;
        color: #323c8f;
    }

    .bod-box-name {
        margin-top: 20px;
        font-weight: bold;
        font-size: 25px
    }

    .bod-box-position {
        margin-top: 20px;
        font-size: 22px;
        color: #838383;
    }

    .bod-box {
        display: block;
        max-width: 340px;
        margin: auto;
        transition: .3s;
        cursor: pointer
    }
        /*
    .row.bod-row::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 10px;
        height: 100%;
    }

    .bod-row:nth-child(even)::after {
        right: 0;
        background-color: #3445a3;
        border-radius: 0px 10px 10px 0px;
    }

    .bod-row:nth-child(odd)::after {
        left: 0;
        background-color: #1d83e1;
        border-radius: 10px 0px 0px 10px;
    }
    .bod-box:hover .bod-box-bg {
        box-shadow: 0 0 0 4px white,0 0 0 7px #005191,0 7px 51px rgba(0,0,0,.29)
    }*/

        .bod-box:hover {
            text-shadow: 0 0 10px rgb(52 69 163 / 30%);
        }

    .bod-bg {
        background-image: url(/images/BOD2.svg);
        background-position: center;
        background-size: auto;
        background-repeat: no-repeat;
        padding-bottom: 35%;
        max-height: 100px;
        position: relative;
    }

    .bod-overlay-image {
        position: absolute;
        left: 12%;
        top: 3%;
        width: 70%;
        border-radius: 50%;
        height: 100%;
        z-index: 1;
        background-size: cover;
        border: 8px solid white;
        box-shadow: 0 10px 25px rgb(0 0 0 / 31%);
    }
    /*Message*/

    .about-intro {
        display: flex;
    }

    .message-bg {
        background-position: center;
        background-size: cover;
        padding-bottom: 30%;
        max-height: 100px;
        position: relative;
    }

    .message-overlay-image {
        position: absolute;
        left: 7%;
        top: 3%;
        width: 81%;
        border-radius: 50%;
        height: 93%;
        z-index: 1;
        background-size: cover;
        border: 8px solid white;
        box-shadow: 0 10px 25px rgb(0 0 0 / 31%);
    }

    .message-intro {
        align-content: center;
        margin-inline: 2%;
    }

    section.body-message {
        background-color: #f7f7f7;
        padding-block: 3%;
    }

    .Text-BG {
        padding-bottom: 224px;
        position: relative;
        width: 300px;
        background-repeat: no-repeat;
    }

    .ms-text {
        position: absolute;
        color: white;
        top: 43%;
        left: 23%;
        font-weight: bold;
        font-size: 17px;
    }

    .bod-text-BG {
        /* padding-bottom: 235px; */
        position: relative;
        width: 60%;
        background-repeat: no-repeat;
        z-index: 1;
        right: -48%;
        bottom: -55%;
    }

    /* Slideshow container */
    .slideshow-container {
        max-width: 90%;
        position: relative;
        margin: auto;
    }

    .slideshow-image {
        width: 100%;
        max-height: 600px;
        object-fit: cover;
        border-radius: 30px;
    }
    /* Next & previous buttons */
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -22px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
        text-decoration: none;
    }

        /* On hover, add a black background color with a little bit see-through */
        .prev:hover, .next:hover {
            background-color: rgba(0,0,0,0);
        }

    /* Caption text */
    .text {
        color: #f2f2f2;
        font-size: 15px;
        padding: 8px 12px;
        position: absolute;
        bottom: 8px;
        width: 100%;
        text-align: center;
    }

    /* Number text (1/3 etc) */
    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
    }

    /* The dots/bullets/indicators */
    .dot {
        cursor: pointer;
        height: 10px;
        width: 50px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 4px;
        display: inline-block;
        transition: background-color 0.6s ease;
        /*border: 1px solid #00000080;*/
    }

    /*        .active, .dot:hover {
            background-color: #876912;
        }*/

    /* Fading animation */
    .fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }

    @keyframes fade {
        from {
            opacity: .4
        }

        to {
            opacity: 1
        }
    }

    /* On smaller screens, decrease text size */
    @media only screen and (max-width: 300px) {
        .prev, .next, .text {
            font-size: 11px
        }
    }


    /*Winners Listing*/
    .year-container {
        display: flex;
        justify-content: center;
        background-color: #eff0f1;
        padding: 2rem;
        font-size: 22px;
        color: blanchedalmond;
        border-radius: 10px;
        margin-inline: 1%;
        margin-top: 0%;
        margin-bottom: 5%;
    }

    .year-box {
        width: auto;
        max-width: 400px;
        margin-inline: 30px;
        align-items: center;
        justify-content: space-between !important;
        display: flex !important;
    }

    .light-text {
        font-size: 22px;
        text-decoration: none;
        color: #626974;
    }

    .year-list {
        width: 100%;
        max-width: 400px;
        margin-inline: 30px;
    }

    .year-option {
        border-radius: 6px;
        height: 60px;
        padding: .375rem 15px;
    }

.winners-row {
    margin-bottom: 5rem;
    margin-top: 4rem;
    margin-inline: auto;
    position: relative;
    justify-content: center;
    border-radius: 10px;
    border: 6px solid #ffffff;
    box-shadow: 0px 0px 10px 3px rgb(136 134 134 / 23%);
    width: 540px;
}

    .row.winners-list {
        margin: 0;
        padding: 0;
        justify-content: space-around;
    }

    .winner-box {
        margin-block: 0.5rem;
    }

    .win-img-box {
        text-align: -webkit-center;
        margin-top: -100px;
        top: -50px;
        margin-bottom: -25px;
        height: 273px;
    }

    .col-sm-8.col-md-9.col-xl-9.box-desc {
        margin-left: 1rem;
    }

    .Win-bg {
        background-image: url(/images/Winners-bg.svg);
        background-position: center;
        background-size: cover;
        max-height: 285px;
        max-width: 280px;
    }

    .win-img {
        width: 250px;
        height: 250px;
        border-radius: 50%;
        object-fit: cover;
        border: 6px solid #ffffff;
        box-shadow: 0 10px 25px rgb(0 0 0 / 31%);
        margin: 20px;
        object-position: top;
    }

.win-ttl {
    font-weight: bold;
    font-size: 20px;
    color: #adafb2;
    padding-left: 0;
}

    .win-desc {
        color: black;
        font-weight: 400;
        padding: 0px;
    }

    .desk-row {
        margin-block: 10px;
    }

.field-title {
    text-align: center;
    color: #323c8f;
    margin-bottom: 80px;
    text-align: center;
}

    .blue {
        color: #323c8f;
    }

    .Gold {
        color: #876912;
    }

    .Light-grey {
        color: #adafb2;
    }

    /*Registration Form*/
    .RegistrationForm {
        border-radius: 15px;
        border: 5px solid #876912;
        padding: 25px;
        margin-block: 25px;
        place-content: center;
    }

    .comp_items {
        padding-block: 2%;
    }

    .comp_row {
        display: flex;
    }

    .comp_date {
        color: #876947;
        font-size: 22px;
    }


    .register-page {
        margin-block: 2%
    }

    .register {
        margin: 1%;
    }

    .btn-register {
        background-color: #876947;
        border-color: #876947;
        color: white;
        text-decoration: none;
        padding: 10px 10px;
        border-radius: 5px;
        transition: .4s;
    }

        .btn-register:hover {
            background-color: #87694769;
            border-color: #87694700;
            color: black;
        }

    .hr {
        opacity: 0.75;
        color: #323c8f;
        height: 4px;
    }
.listing-timer {
    display: flex;
    align-items: center;
    place-self: center;
}
    .listing-timer .timer-container {
        width: 100%
    }
    /*photo gallery*/
    .list-bg {
        padding-bottom: 56%;
        opacity: .85;
        background-position: center;
        background-size: cover;
        transition: .3s;
        border-radius: 5px;
    }

    .list-image {
        position: relative;
        border-radius: 9px;
        overflow: hidden;
        background-position: center;
        background-size: cover
    }

    .list-box {
        display: flex;
        background: #f6f6f6;
        border-radius: 10px;
        overflow: hidden;
        transition: .3s;
        height: 100%;
        flex-direction: column
    }

    .list-info {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #876912;
        color: #fff;
        padding: 13px 21px;
        font-size: 16px;
        border-radius: 9px;
        font-weight: 500;
        line-height: 17px
    }

    .list-title {
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        padding: 20px 14px;
        flex: 1 1 auto;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .list-info svg {
        fill: white;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        padding: 11px
    }

        .list-info svg + span {
            padding-left: 33px
        }

    .list-box:hover .list-bg {
        opacity: 1;
        transform: scale(1.1)
    }

    .list-box:hover {
        box-shadow: 0 4px 55px rgba(0,0,0,0)
    }

    .list-bg-hover {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0,0,0,.412);
        color: #fff;
        fill: white;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s;
        opacity: 0;
        visibility: hidden
    }

    .list-bg-hover-content svg {
        width: 63px;
        transform: translateY(-35px);
        transition: .3s
    }

    .list-bg-hover-content span {
        font-size: 18px;
        font-weight: 500;
        display: block;
        margin-top: 21px;
        transform: translateY(35px);
        transition: .3s;
        font-weight: 500
    }

    .list-bg-hover-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        filter: drop-shadow(0 0 19px white)
    }

    .list-box:hover .list-bg-hover, .list-box:hover .list-bg-hover svg, .list-box:hover .list-bg-hover span {
        opacity: 1;
        visibility: visible;
        transform: inherit
    }

    .list-image {
        background: linear-gradient(135deg,#79aee1,#9fc0e6,#c5d7ea,#e3e7ea,#e5e6e8,#e6e7eb) !important
    }

    /*    .list-image {
        padding: 45px !important
    }*/

    .list-bg {
        filter: drop-shadow(0 4px 10px rgba(0,0,0,.2))
    }

    .video-image {
        height: 350px;
        width: 100%;
        object-fit: cover;
    }
    /*publication*/
    .publication-box {
        margin-bottom: 30px;
        padding: 20px;
        text-align: center;
        position: relative;
        max-width: 450px
    }

        .publication-box img {
            position: relative;
            box-shadow: 4px 4px rgba(0, 0, 0, 0.14);
            width: 250px
        }

        .publication-box:before {
            content: "";
            width: 0%;
            height: 4px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: #876912;
            transition: 300ms;
        }

        .publication-box:hover:before {
            width: 100%;
        }

    .box-img {
        display: inline-block;
        position: relative;
    }

    .book-row {
        justify-content: center;
    }

    .box-img.book-image {
        width: 400px;
    }

    @media(max-width: 600px) {
        .box-img.book-image {
            width: 300px;
        }

            .box-img.book-image img {
                width: 200px;
            }

        .news-details-title {
            font-size: 25px;
        }
        .bottom-footer{
            display:block;
        }
    }
    /*Realeses*/
    .Releases-Details {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Releases-title {
        margin: 5%;
        font-size: 22px;
        min-height: 70px;
        font-weight: 600;
        color: #323c8f;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .SubArticle {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    td.news-title {
        color: #323c8f;
    }

    @media(max-width:992px) {
        .message-bg {
            padding-bottom: 45%;
        }

        .bod-bg {
            padding-bottom: 35%;
        }
    }

    @media(max-width: 767px) {
        .SubArticle {
            display: block;
        }
        .year-container {
            padding: 0.5rem;
        }
        .year-box {
            margin-inline: 3px;
        }

        .year-list {
            margin-inline: 3px;
        }

        .YBA-top-footer-row > div {
            text-align: center;
        }

        .comp_row {
            display: block;
        }

        .comp-logo {
            text-align: -webkit-center;
        }

        .message-bg {
            padding-bottom: 90%;
        }

        .bod-bg {
            padding-bottom: 68%;
        }
    }

    /*Video gallery*/

    .gpic-popup {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255,255,255,.839);
        z-index: 999;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px;
        opacity: 0;
        transition: .4s;
        visibility: hidden
    }

        .gpic-popup.open {
            opacity: 1;
            visibility: visible
        }

    .gpic-popup-box {
        width: 100%;
        max-width: 900px;
        background: #fff;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 0 5px 17px rgba(0,0,0,.22);
        transform: translateY(100px);
        transition: .4s
    }

    .gpic-popup.open .gpic-popup-box {
        transform: inherit
    }

    .gpic-popup-tools {
        display: flex;
        justify-content: flex-end;
        padding: 5px
    }

    .fullscreen-popup svg:last-child {
        display: none
    }

    .popup-a svg {
        height: 50px;
        width: 50px;
        padding: 12px;
        color: #888;
        fill: #888
    }

    .popup-a {
        display: flex;
        border-radius: 5px
    }

    .gpic-popup-body {
        max-height: calc(100vh - 105px);
        overflow: auto
    }

    .popup-a:hover {
        background: #f1f1f1
    }

        .popup-a:hover svg {
            color: #063153;
            fill: #063153
        }

    .gpic-popup.fullscreen .gpic-popup-box {
        max-width: 100%;
        height: 100%;
        border-radius: 0
    }

    .gpic-popup.open.fullscreen {
        padding: 0
    }

    .gpic-popup.fullscreen .gpic-popup-body {
        height: 100%;
        max-height: 100%
    }

    .gpic-popup.fullscreen .fullscreen-popup svg:first-child {
        display: none
    }

    .gpic-popup.fullscreen .fullscreen-popup svg:last-child {
        display: block;
        color: #fff;
        fill: white
    }

    .gpic-popup.fullscreen .fullscreen-popup {
        background: #005191
    }

    .gpic-popup.fullscreen .gpic-popup-body .embed-responsive {
        height: 100%
    }

    .box-info {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        box-shadow: 0 13px 30px 0 rgba(0,0,0,.102);
        border-radius: 10px;
        padding: 15px;
        border: 3px solid #2ea745
    }

    .box-info-icon svg {
        width: 100px
    }

    .box-info-icon {
        margin-bottom: 30px;
        filter: drop-shadow(0 4px 6px rgba(0,0,0,.4))
    }

        .box-info-icon svg .st0ww {
            fill: #28a745 !important
        }

        .box-info-icon svg .st1ww {
            stroke: #28a745 !important
        }

    .box-info-ttl {
        color: #28a745;
        font-weight: bold;
        font-size: 20px
    }

    .list-info.have-arrow {
        padding-right: 53px;
        left: inherit;
        right: 0
    }

    div#rc-anchor-container {
        width: 200px;
    }

    .lg-sub-html {
        visibility: hidden;
    }
    /*animation*/
    .w3-animate-left {
        animation: animateleft 1.5s
    }

    .w3-animate-right {
        animation: animateright 1.5s
    }

    .w3-animate-bottom {
        position: relative;
        animation: animatebottom 1s;
    }

    .w3-animate-opacity {
        animation: opac 1.5s;
    }


    @media(max-width: 991px) {


        .about-intro {
            display: block;
        }
    }

    .embed-responsive {
        position: relative;
        display: block;
        width: 100%;
        height: 400px;
        padding: 0;
        overflow: hidden;
        &::before

{
    display: block;
    content: "";
}

.embed-responsive-item,
iframe,
embed,
object,
video {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

}

@each $embed-responsive-aspect-ratio in $embed-responsive-aspect-ratios {
    $embed-responsive-aspect-ratio-x: nth($embed-responsive-aspect-ratio, 1);
    $embed-responsive-aspect-ratio-y: nth($embed-responsive-aspect-ratio, 2);

    .embed-responsive-# {
        $embed-responsive-aspect-ratio-x
    }

    by# {
        $embed-responsive-aspect-ratio-y
    }

{
    &::before

{
    padding-top: percentage($embed-responsive-aspect-ratio-y / $embed-responsive-aspect-ratio-x);
}

}
}


.gpic-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ededed;
    padding-top: 30px
}

    .gpic-pagination > a {
        min-width: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #575757;
        font-weight: 500;
        padding: 12px;
        position: relative
    }

        .gpic-pagination > a.jp-current {
            color: #004084;
            box-shadow: 0 0 0 1px;
            border-radius: 10px;
            font-weight: bold
        }

        .gpic-pagination > a.jp-previous {
            margin-right: 10px;
            padding-left: 35px
        }

        .gpic-pagination > a.jp-next {
            margin-left: 10px;
            padding-right: 35px
        }

        .gpic-pagination > a:not(.jp-disabled):hover {
            color: #005191;
            cursor: pointer
        }

    .gpic-pagination .jp-previous:before {
        font-weight: bold;
        color: #035392;
        font-size: 40px;
        position: absolute;
        width: 23px;
        overflow: hidden;
        left: 0;
        top: -11px
    }

    .gpic-pagination .jp-next:after {
        font-weight: bold;
        color: #035392;
        font-size: 40px;
        position: absolute;
        width: 23px;
        overflow: hidden;
        right: 0;
        top: -11px;
        display: flex;
        justify-content: flex-end
    }


.gpic-pagination .jp-disabled {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

@media(max-width: 991px) {
    .listing-timer {
        display: block;
    }
        .listing-timer .timer-container {
            margin-top: 5%;
        }
    .gpic-pagination > a {
        padding: 4px;
        min-width: 30px
    }

        .gpic-pagination > a.jp-current {
            border-radius: 6px
        }

    .gpic-pagination .jp-previous:before {
        font-size: 26px;
        width: 14px;
        top: -6px
    }

    .gpic-pagination > a.jp-previous {
        padding-left: 20px;
        margin-right: 5px
    }

    .gpic-pagination .jp-next:after {
        font-size: 26px;
        width: 14px;
        top: -6px
    }

    .gpic-pagination .jp-next:before {
        font-size: 26px;
        width: 14px;
        top: -6px
    }

    .gpic-pagination > a.jp-next {
        padding-right: 20px;
        margin-left: 5px
    }
}

.photo-gallery-listing {
    margin-bottom: 1rem;
}

/* Default order */
.Home-message .Home-message-name {
    order: 1;
}

.Home-message .home-message-box {
    order: 2;
}

@media (max-width: 1340px) {
    .drop1-item{
        font-size:20px;
    }

}
/* Change the order for screens smaller than or equal to 1199px */
@media (max-width: 1000px) {
    .Home-message .Home-message-name {
        order: 2;
    }

    .Home-message .home-message-box {
        order: 1;
        margin-top: -120px;
    }


    .Home-message-name {
        width: inherit;
        margin-top: -30%;
    }

}

@media (max-width: 767px) {
    .Home-message-name {
        margin-top: -35%;
    }
}



.main-menu-items .drop1-item.active span {
    color: #876912;
}

.main-menu-items li a.active {
    color: #876912;
}

#to_top_scrollup {
    background-color: #000;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
    box-sizing: content-box;
    bottom: 6%;
    color: #fff;
    cursor: pointer;
    display: inline;
    /* font-size: 32px; */
    /* font-weight: normal; */
    /* height: 32px; */
    opacity: 0.5;
    padding: 5px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 32px;
    z-index: 9999;
}

    #to_top_scrollup img {
        width: 100%;
    }
    #to_top_scrollup:hover {
        background-color: white;
    }

/* Slide up animation */
.section-up {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.2s, transform 1.2s;
}

    .section-up.visible {
        opacity: 1;
        transform: translateY(0);
    }

/* Slide in from the side animation */
.section-side {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 1.2s, transform 1.2s;
}

    .section-side.visible {
        opacity: 1;
        transform: translateX(0);
    }

/* new bod*/

.bod-box {
    position: relative;
    margin: 30px 30px;
}

    .bod-box-image {
        position: relative;
        width: 114%; /* Adjust as needed */
        height: 300px; /* Set a height for the box */
        margin-block: 20px;
        left:-5%
    }

    .background-image {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        /* margin-block: 20px; */
    }

.overlay-image {
    position: absolute;
    top: 47%;
    left: 45%;
    width: 90%; /* Adjust size as needed */
    height: 105%; /* Adjust size as needed */
    background-size: cover;
    background-position: center;
    border: 8px solid white;
    border-radius: 50%; /* Make it circular */
    transform: translate(-50%, -50%); /* Center the overlay */
    box-shadow: 0 10px 25px rgb(0 0 0 / 31%);
}

/* AOS Animation */
[data-aos] {
    transition: 1s
}

[data-aos*='fade'] {
    opacity: 0
}

[data-aos='fade-up'] {
    transform: translateY(100px)
}

[data-aos='fade-end'] {
    transform: translateX(-150px)
}

[data-aos='fade-start'] {
    transform: translateX(150px)
}

.aos-animate {
    opacity: 1;
    transform: inherit
}

    .aos-animate .textra-anim {
        top: 0;
        opacity: 1
    }

[data-aos]:not(.aos-animate) .textra-anim {
    transition-delay: 0s !important
}

.aos-animate[data-aos] {
    transition-delay: .3s
}

[data-aos='fade-end'] {
    transform: translateX(150px);
    transition: 1s;
    opacity: 0
}

[data-aos='fade-start'] {
    transform: translateX(-150px);
    transition: 1s;
    opacity: 0
}

[data-aos*="fade-up"] {
    transform: translateY(150px);
    transition: 1s;
    opacity: 0
}

[data-aos*="fade"] {
    transition: 1s;
    opacity: 0;
    overflow: hidden;
}

.aos-animate[data-aos*='fade'] {
    transform: inherit;
    opacity: 1
}

[data-aos="slide-down"] {
    clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 0%);
    transition: .6s;
}

.aos-animate[data-aos="slide-down"] {
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
}
.alert-success {
    margin: 3%;
    padding: 2%;
    border-radius: 10px;
    width: 50%;
    text-align: center;
}


/*Erorr page*/
.template404-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    max-width: 450px;
    width: 90%;
    border: 6px solid #876947;
}

.template404 h1 {
    font-size: 6rem;
    margin: 0;
    color: #323c8f;
}

.template404 h2 {
    font-size: 1.8rem;
    margin: 10px 0;
    color: #876947;
}

.template404 p {
    font-size: 1rem;
    margin: 10px 0;
    color: #555;
}

a.card-Item-form {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 25px;
    background-color: #323c8f;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.2s;
}

    a.card-Item-form:hover {
        background-color: #1e2a5f;
        transform: translateY(-2px);
    }