:root {
    --theme-color: #af1316;
    --theme-text-color: #181818;
    --white-color: #fff;
    --dark-color: #000;
    --inner-color1: #c7af47;
    --inner-ogane: #f26226;
    --inner-yellow: #ffcb0b;
    --theme-gradiant: linear-gradient(to bottom, #d84200 0%, #ff781a 100%, #d84200)
}



/* BenguiatStd */
@font-face {
    font-family: 'Oswald-Regular';
    src: url('../fonts/Oswald-Regular.ttf');
}

@font-face {
    font-family: 'Oswald-SemiBold';
    src: url('../fonts/Oswald-SemiBold.ttf');
}

/* poppins */

@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/aws/Poppins-Light.ttf');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/aws/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/aws/Poppins-Medium.ttf');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/aws/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/aws/Poppins-Bold.ttf');
}







/* common-css */
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins-Light", sans-serif;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

button:focus {
    outline: 0px !important;
}

a:hover {
    text-decoration: none;
}

.w-100 {
    width: 100%;
}

.w-auto {
    width: auto !important;
}

.h-100 {
    height: 100%;
}

.txt-undline {
    text-decoration: underline !important;
}

.container {
    max-width: 1230px !important;
}
/* Home-grid */
/* .home-grid-section {display: grid;width: 100%;grid-template-columns: 1fr 230px;grid-gap: 15px;} */
.grid-left {
    overflow: hidden;
    margin-top: 0px;
}
/* .grid-middle {overflow: hidden;} */
#header .container {
    max-width: 1230px !important;
}

.top_dec-deg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 35px;
    max-height: 310px;
}

    .top_dec-deg.two {
        left: auto;
        right: 0;
        transform: scaleX(-1);
    }

@media screen and (max-width:1320px) {
    #header .container, .container {
        max-width: 1140px !important;
    }
}

@media screen and (max-width: 1230px) {
    #header .container, .container {
        max-width: 1080px !important;
    }
}
/* common-css-close */

.carousel-indicators [data-bs-target] {
    width: 16px;
    height: 16px;
    border: 0 !important;
    border-radius: 30px;
}

.carousel-indicators .active {
    background-color: #f86e0f;
}
/* Header */




.header-top-section .container {
    max-width: 1230px !important;
    padding-left: 0;
    padding-right: 0;
}

/* Header-close */
/* Header-menu */
.main-bg {
    background-image: url(../images/main-bg.jpg);
    background-repeat: repeat;
    background-position: top center;
    background-size: 250px;
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
}

.mobile-nav-active .aws-app-menu {
    z-index: -1;
}

.flip-img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.right-dgn, .left-dgn {
    position: absolute;
    top: 0;
    height: 550px;
    z-index: -1;
}

.right-dgn {
    left: 0;
}

.left-dgn {
    right: 0;
}

#header {
    background: url(../images/menu-bg.jpg);
    /* background-color:var(--theme-gradiant) ; */
    position: relative;
    /* padding: 5px; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-bg::before {
    content: "";
    background: url(../images/bg-top.png);
    position: absolute;
    background-position: center;
    background-repeat: repeat-x;
    background-size: 100%;
    width: 100%;
    height: 25px;
    top: 40px;
    left: 0;
    z-index: -1;
}

.home-inner {
    padding-top: 20px;
}

.header-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 997;
}

.navbar-toggler.x {
    border: none;
}

    .navbar-toggler.x:focus {
        outline: none;
    }

    .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 10% 10%;
        -ms-transform-origin: 10% 10%;
        transform-origin: 10% 10%;
    }

    .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 10% 90%;
        -ms-transform-origin: 10% 90%;
        transform-origin: 10% 90%;
    }

    .navbar-toggler.x .icon-bar {
        width: 22px;
        display: block;
        height: 2px;
        background-color: #000;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .navbar-toggler.x .icon-bar + .icon-bar {
            margin-top: 4px;
        }

        .navbar-toggler.x .icon-bar:nth-of-type(1) {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
        }

        .navbar-toggler.x .icon-bar:nth-of-type(2) {
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .navbar-toggler.x .icon-bar:nth-of-type(3) {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
        }

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1024px) {
    .navbar {
        padding: 0;
        width: 100%;
    }

        .navbar ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
            justify-content: Center;
            flex-wrap: wrap;
            gap: 10px;
        }

        .navbar > ul {
            width: 100%;
        }

        .navbar li {
            position: relative;
        }

        .navbar > ul > li {
            white-space: nowrap;
        }

            .navbar > ul > li.login-n {
                margin-left: auto;
            }

        .navbar a, .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            white-space: nowrap;
            transition: 0.3s;
            position: relative;
            font-size: 15px;
            text-transform: uppercase;
            color: var(--white-color);
            font-family: 'Poppins-Medium';
            transition: color 0.3s, background 0.3s;
            padding: 13px 22px;
            /* padding: 14.5px 15px; */
            border-radius: 0px;
            line-height: 100%;
            letter-spacing: 0.4px;
        }

            .navbar a i,
            .navbar a:focus i {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px;
                position: relative;
                z-index: 20;
                display: none;
            }

            .navbar a:hover,
            .navbar li.active > a,
            .navbar li:hover a, .menu-active a {
                color: #ffe400;
                background: linear-gradient(#ff8300, #ff3f02);
            }

        .navbar .menu-item-has-children ul {
            display: block;
            position: absolute;
            left: 0px;
            top: calc(100% + 30px);
            margin: 0;
            z-index: 99;
            opacity: 0;
            visibility: hidden;
            background: var(--white-color);
            box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
            transition: 0.3s;
            min-width: 200px
        }

            .navbar .menu-item-has-children ul a {
                padding: 10px 20px;
                text-transform: none;
                color: #000;
                background: var(--white-color);
            }

                .navbar .menu-item-has-children ul a i {
                    font-size: 12px;
                }

                .navbar .menu-item-has-children ul a:hover, .navbar .menu-item-has-children ul .active:hover, .navbar .menu-item-has-children ul li:hover > a {
                    color: var(--white-color);
                    background-color: #ff9037;
                    border-radius: 0;
                }

        .navbar .menu-item-has-children:hover > ul {
            opacity: 1;
            top: 100%;
            visibility: visible;
        }

        .navbar .menu-item-has-children .menu-item-has-children ul {
            top: 0;
            left: calc(100% - 30px);
            visibility: hidden;
        }

        .navbar .menu-item-has-children .menu-item-has-children:hover > ul {
            opacity: 1;
            top: 0;
            left: 100%;
            visibility: visible;
        }

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }

    .aws-app-menu {
        display: none !important;
    }
}
/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1023px) {
    .main-bg {
        z-index: 10;
        padding-bottom: 30px;
        background-size: 150px;
    }

    #header {
        padding: 0;
    }

    .navbar ul li.menu-item-has-children > a i {
        position: absolute;
        right: 20px;
        width: 10%;
        height: 42px;
        text-align: center;
        top: 0px;
    }

        .navbar ul li.menu-item-has-children > a i::before {
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            position: absolute;
        }

    .navbar ul li.menu-item-has-children > a {
        position: relative;
    }

    .navbar {
        position: fixed;
        top: 100%;
        width: 97%;
        max-width: 96%;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
        left: 50%;
        transform: translateX(-50%);
    }

        .navbar ul {
            position: absolute;
            inset: 0;
            padding: 40px 10px 10px 10px !important;
            margin: 0;
            background-image: linear-gradient(90deg, #d64000, #fe810a);
            overflow-y: auto;
            transition: 0.3s;
            z-index: 9998;
        }

        .navbar a,
        .navbar a:focus {
            display: flex;
            align-items: center;
            padding: 8px 20px;
            color: #fff;
            white-space: nowrap;
            text-transform: uppercase;
            transition: 0.3s;
        }

            .navbar a i,
            .navbar a:focus i {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px;
            }

            .navbar a:hover,
            .navbar .active,
            .navbar .active:focus,
            .navbar li:hover > a {
                color: var(--white-color);
            }

        .navbar .menu-item-has-children ul,
        .navbar .menu-item-has-children .menu-item-has-children ul {
            position: static;
            display: none;
            padding: 10px 0 !important;
            margin: 10px 20px;
            transition: all 0.5s ease-in-out;
            border: 1px solid #ffd086;
        }

    .dropdown-active a {
        font-size: 12px !important;
        padding: 6px 15px;
    }

    .navbar .menu-item-has-children > .dropdown-active,
    .navbar
    .menu-item-has-children
    .menu-item-has-children > .dropdown-active {
        display: block;
    }

    .mobile-nav-hide {
        color: var(--white-color);
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        left: 275px;
        top: 15px;
        z-index: 9999;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

        .mobile-nav-active .navbar {
            left: 0;
        }

            .mobile-nav-active .navbar:before {
                content: "";
                position: fixed;
                inset: 0;
                background: rgba(0, 0, 0, 0.6);
                z-index: 9996;
            }

    .mobile-nav-hide {
        color: #fff;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 7%;
        top: 12%;
        z-index: 9999;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

        .mobile-nav-active .navbar {
            left: 50%;
            top: 10%;
            transform: translateX(-50%);
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            overflow: hidden;
        }

            .mobile-nav-active .navbar:before {
                content: "";
                position: fixed;
                inset: 0;
                background: rgba(0, 0, 0, 0.6);
                z-index: 9996;
            }
}

.login-n a {
    color: var(--white-color) !important;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom, #fc434b, #ad1117);
}

    .login-n a img {
        margin-right: 5px;
        height: 14px;
        filter: brightness(100);
    }

    .login-n a:hover {
        background-image: linear-gradient(to top, #fc434b, #ad1117);
    }

@media screen and (max-width:1320px) {
    .navbar a, .navbar a:focus {
        font-size: 13px;
    }
}

@media screen and (max-width: 1199px) {
    /* .navbar a, .navbar a:focus {
    font-size: 12px;
    padding: 10px 13px;
  } */
    .home-grid-section {
        grid-template-columns: 1fr;
    }
}

/* bootom=menu */

@media (min-width: 1023px) {
    .aws-app-menu {
        display: none;
    }
}

@media (max-width: 1023px) {
    .aws-app-menu {
        padding: 7px 15px;
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 100;
        background: linear-gradient(to right, #d64000, #fe810a, #d64000);
    }

        .aws-app-menu > div * {
            font-size: 10px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 7px;
            color: #fff;
            line-height: 10px;
        }

        .aws-app-menu > div i {
            font-size: 20px;
        }

        .aws-app-menu > div {
            justify-content: space-between;
        }

    .dropdown-active a::before {
        position: absolute;
        content: "-";
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .dropdown-active a {
        font-size: 13px !important;
        padding: 6px 15px;
        position: relative;
    }

    .navbar .menu-item-has-children > .dropdown-active {
        padding-top: 0 !important;
        margin-top: 0 !important;
        border: none;
        background: transparent;
    }

    .home-inner {
        padding-top: 0;
    }

    .top_dec-deg {
        top: 0;
        max-height: 250px;
    }


    .banner-wrap.pos-relative {
        max-width: 750px;
        margin-inline: auto;
        width: 100%;
    }

    .main-bg::before {
        top: 0;
    }

    .carousel-indicators [data-bs-target] {
        width: 14px;
        height: 14px;
    }

    .navbar a, .navbar a:focus {
        font-size: 16px;
    }
}

/* Header-menu-close */
/* news-letter-sec */
.news-letter-sec {
    position: relative;
    padding-block: 20px;
}

.news_deg_img {
    position: absolute;
    height: 60px;
    bottom: 0;
    left: 0;
}

    .news_deg_img.two {
        left: auto;
        right: 0;
        transform: scaleX(-1);
    }

.latest-block {
    border: 1px solid #f86e0f;
    overflow: hidden;
    background: #f86e0f;
    z-index: 2;
    position: relative;
}

.latest-hd-wrap {
    background-color: #e45601;
    padding: 0px 15px;
    padding-right: 30px;
    position: relative;
}

.latest-hd {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 36px;
    text-transform: uppercase;
    color: var(--white-color);
    font-family: 'Poppins-Medium';
    white-space: nowrap;
    position: relative;
}

.arrow_icon {
    position: absolute;
    background: #ffcd34;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transform: translateY(3px);
    right: -15px;
    top: 0;
}

    .arrow_icon img {
        height: 18px;
    }

.latest-hd img {
    height: 12px;
}

.latest-content {
    width: 100%;
}

    .latest-content .news {
        position: relative;
        height: 30px !important;
        overflow: hidden;
        transform: translateY(-50%);
        top: 50%;
    }

.latestnew-li {
    margin: 0px;
    position: absolute;
    top: 0px;
}

    .latestnew-li li {
        position: relative;
        padding-left: 50px;
        top: 3px;
    }

        .latestnew-li li::before {
            content: '';
            border-radius: 50%;
            height: 9px;
            width: 9px;
            margin-right: 10px;
            background-color: #f86e0f;
            margin-left: -25px;
            display: inline-block;
        }

        .latestnew-li li a {
            font-size: 14px;
            color: #fff;
            letter-spacing: 0.25px;
        }

.mb_letest_update_set {
    display: none;
}

@media screen and (max-width:1320px) {
    .latest-hd {
        font-size: 13px;
        letter-spacing: 1px;
        line-height: 30px;
    }
}

@media screen and (max-width:1250px) {
    .latestnew-li li {
        padding-left: 30px;
    }

    .arrow_icon {
        transform: translateY(0px);
        z-index: 1;
    }
}

@media screen and (max-width:576px) {
    .latest-hd-wrap {
        display: none;
    }

    .latestnew-li li a {
        font-size: 14px;
        letter-spacing: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        line-height: 40px;
    }

    .latest-content .news {
        height: 40px !important;
    }

    .latestnew-li li {
        display: flex;
        align-items: center;
    }

    .news-letter-sec {
        padding-block: 0;
        margin-bottom: -5px;
    }

        .news-letter-sec .container {
            padding: 0;
        }

    .news_deg_img {
        display: none;
    }

    .top_dec-deg {
        max-height: 150px;
    }
}

@media screen and (max-width:575px) {
    .mb_letest_update_set::after, .mb_letest_update_set::before {
        position: absolute;
        content: "";
        width: 80px;
        height: 35px;
        border-radius: 32px;
        top: 15px;
        left: -50px;
        z-index: -1;
        background: #f86e0f;
    }

    .mb_letest_update_set::before {
        left: auto;
        right: -50px;
    }

    .mb_letest_update_set {
        display: inline-flex;
        margin: auto;
        background: #f86e0f;
        color: #ffe172;
        padding: 10px 30px;
        border-top-left-radius: 100px;
        border-top-right-radius: 100px;
        font-size: 13px;
        position: relative;
        bottom: -10px;
        text-transform: uppercase;
        font-family: 'Poppins-Regular';
        z-index: 0;
    }

    .latestnew-li li {
        padding-left: 15px;
    }

    .latest-block {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .latestnew-li li:not(.ss) {
        position: relative;
        left: 20px !important;
    }
}
/* news-letter-sec-close */
/* banner-sec */
.banner-sec {
    background-image: url(../images/banner-bg.jpg);
    padding: 8px;
    /* border-radius: 20px; */
}

.banner_top {
    height: 32px;
}

.bg-properties {
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.banner-icon-bar img {
    border-radius: 10px;
    height: 450px;
    object-fit: cover;
}

@media screen and (max-width:1180px) {
    /* .main-bg {background-size: cover;} */
}

@media screen and (max-width: 768px) {
    .banner-sec {
        padding: 5px;
    }

    .main-bg::before {
        top: -5px;
        background-size: 170%;
    }

    .grid-middle > img {
        height: 20px;
    }

    .main-bg::before {
        top: -5px;
        background-size: 220%;
    }
}

@media screen and (max-width: 576px) {
    .banner-icon-bar img {
        height: 300px;
    }
}

@media screen and (max-width: 450px) {
    .banner-icon-bar img {
        height: 200px;
    }
}
/* banner-sec-close */

/* inner-grid */

.inner-grid-set {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 230px;
    grid-gap: 15px;
}

.inner-grid-left {
    overflow: hidden;
}

.inner-grid-right {
    background: #fdd869;
    position: relative;
}

@media screen and (max-width:1200px) {
    .inner-grid-set {
        grid-template-columns: 1fr;
    }

    .inner-grid-right > div {
        width: 100%;
    }

    .sponsor-sec > div {
        width: 100%;
        max-width: 250px;
    }

    .sponsor-sec {
        display: flex;
        gap: 20px;
        justify-content: center;
    }

    .hrz-btns {
        flex-direction: row !important;
        flex-wrap: wrap !important;
    }
    /* .sponsor-sec::before{display: none;} */
}




/* wel-sec */
.wel-sec {
    background: #833d1c;
    position: relative;
    padding: 35px 25px;
    z-index: 0;
}

    .wel-sec::before, .wel-sec::after {
        content: "";
        position: absolute;
        background: url(../images/welcom-sec-bg.png);
        background-size: contain;
        background-position: left;
        background-repeat: no-repeat;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
    }

    .wel-sec::after {
        left: auto;
        right: 0;
        transform: scaleX(-1);
    }

.sec-sub-title {
    color: #fff;
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'Poppins-Regular';
    margin-bottom: 5px;
    text-shadow: 0px 2px 10px #53240e;
}

.wel-sec-title {
    color: #ffcb0b;
    text-align: center;
    text-transform: uppercase;
    font-size: 31px;
    font-family: 'Oswald-SemiBold';
    margin-bottom: 15px;
    text-shadow: 0px 2px 10px #53240e;
}

.wel-title2 {
    color: #a2df50;
    text-align: center;
    font-size: 18px;
    font-family: 'Oswald-Regular';
    line-height: 28px;
    letter-spacing: 0.25px;
    max-width: 710px;
    margin-inline: auto;
    text-shadow: 0px 2px 10px #53240e;
}

.wel_content p {
    color: #fff;
    text-align: center;
    max-width: 750px;
    margin-inline: auto;
    font-family: 'Poppins-Light';
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 1.5;
}

.wel_content {
    position: relative;
}

    .wel_content::before {
        position: absolute;
        content: "";
        background: url(../images/wel-inner-deg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 100%;
        height: 100%;
        max-height: 50px;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 450px;
    }


/* wel-sec-close */
/* president-msg */
.president_msg {
    text-align: center;
}

    .president_msg h4 {
        font-size: 18px;
        text-transform: uppercase;
        color: #f66c0c;
        font-family: 'Poppins-Medium';
        margin-bottom: 5px;
    }

    .president_msg img {
        border-radius: 5px;
        margin-bottom: 7px;
        box-shadow: 0px 2px 10px #f86e0f5c;
        width: 100%;
        max-width: 165px;
        object-fit: cover;
        object-position: top;
        height: 100%;
    }

    .president_msg h5 {
        font-size: 17px;
        text-transform: uppercase;
        color: #111;
        font-family: 'Poppins-Medium';
        margin-bottom: 2px;
    }

    .president_msg h6 {
        font-size: 14px;
        text-transform: uppercase;
        color: #f66c0c;
        font-family: 'Poppins-Regular';
    }

    .president_msg p {
        font-size: 14px;
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
    }
/* president-msg-close */
/* 4btns */
.main-btns, .sponsor-sec {
    padding: 20px 15px 15px;
    position: relative;
}

    .main-btns::before, .sponsor-sec::before {
        position: absolute;
        content: "";
        background: url(../images/sponsor-top-bar.jpg);
        background-position: center;
        background-repeat: repeat-x;
        background-size: contain;
        width: 100%;
        height: 15px;
        left: 0;
        top: 0;
    }
/* .sponsor-inner {
  padding-bottom: 10px;
} */
.inner-grid-right::after {
    position: absolute;
    content: "";
    background: url(../images/even-sec-deg.png);
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    width: 100%;
    height: 100%;
    max-height: 23px;
    left: 0%;
    bottom: 0;
}

.sponsor-sec {
    padding-bottom: 10px;
}

.btn.btn_set {
    background: #f86d0f;
    color: #fff;
    line-height: 100%;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 40px;
    font-size: 13px;
    position: relative;
    z-index: 1;
    transition: all .4s linear;
}

    .btn.btn_set:hover {
        background: rgb(45, 176, 89);
    }

.title-bg {
    background: url(../images/title-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
    text-align: center;
    padding-block: 4px;
    text-shadow: 0px 1px 8px #fff;
    margin-bottom: 10px;
}

.text_up {
    text-transform: uppercase;
}

.sponsors ul {
    width: 100%;
}

    .sponsors ul li {
        padding-bottom: 10px;
    }

        .sponsors ul li a img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

.hrz-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex-direction: column;
}

.cmd-btns li a {
    font-size: 13px;
    color: #ffffff;
    width: 200px;
    display: flex;
    border-radius: 3px;
    align-items: center;
    text-transform: uppercase;
    font-family: 'Poppins-Light';
    background: linear-gradient(to right, #eb5c06, #ff9600);
    transition: all .4s linear;
    padding-block: 9px;
    padding-inline: 10px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px #f77e02;
}

.button-block .cmd-btns.hrz-btns a span {
    padding-left: 10px;
    font-size: 15px;
}

.cmd-btns li a img {
    height: 19px;
    position: relative;
    left: 0;
}


@media screen and (max-width: 992px) {
    .button-block .cmd-btns.hrz-btns a span {
        font-size: 13px;
    }

    .cmd-btns li a img {
        height: 20px;
    }
}

@media screen and (max-width: 850px) {
    .cmd-btns.hrz-btns.btn-color.buttonslis {
        flex-wrap: wrap;
    }

    .cmd-btns li a {
        width: 270px;
    }
}

@media screen and (max-width: 768px) {
    .cmd-btns.hrz-btns.btn-color.buttonslis {
        margin-top: 0px;
    }

    .sec-sub-title {
        font-size: 18px;
    }

    .wel-sec-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .wel-title2 {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
    }

    .wel_content p {
        max-width: 470px;
        font-size: 14px;
    }

    .cmd-btns li a {
        width: 220px;
    }

    .wel_content::before {
        max-width: 450px;
    }

    .wel-sec {
        padding: 40px 25px;
    }
}

@media screen and (max-width: 576px) {
    .wel-sec::before, .wel-sec::after {
        display: none;
    }

    .wel-sec {
        padding: 30px 15px;
    }

    .wel-title2 {
        font-size: 14px;
        letter-spacing: 0.1px;
        line-height: 23px;
    }
}

@media screen and (max-width: 500px) {
    .button-block .cmd-btns.hrz-btns a span {
        font-size: 14px;
    }

    .sponsor-sec {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .sponsor-inner.m-sponsor-inner {
        padding-bottom: 20px;
    }
    /* .cmd-btns li a {
    width: 150px;
  } */
    /* .cmd-btns li a img {
    height: 30px;} */
}
/* up-events */
/* .events-news-sec {padding-top: 20px;} */
.events-news-sec::after {
    position: absolute;
    content: "";
    background: url(../images/even-sec-deg.png);
    background-position: center;
    background-repeat: repeat-x;
    background-size: 100%;
    width: 100%;
    height: 100%;
    max-height: 28px;
    left: 0%;
    bottom: -3px;
}

.events-news-sec {
    background: #fff;
    box-shadow: 0px 0px 10px 0px #00000026;
    padding-block: 30px 40px !important;
    position: relative;
}

.ue-title {
    font-size: 17px;
    color: #111;
    font-family: 'Poppins-Medium';
    padding-left: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-right: 10px;
    line-height: 26px;
}

.ue-title-wrap {
    background-image: var(--theme-gradiant);
    position: relative;
    padding: 7px 20px;
}

.section-title2 {
    font-family: 'Poppins-Medium';
    font-size: 30px;
}

.ue-event-wrap {
    border: 1px solid #e7e7e7;
}

.ue-icon img {
    padding: 10px;
    max-height: 500px;
    object-fit: cover;
    height: 100%;
    object-position: top;
}

ul.ue-lis {
    display: flex;
    flex-direction: column;
}

.ue-lis li:first-child {
    border-bottom: 1px solid #e7e7e7;
}

.ue-lis li {
    font-size: 14px;
    color: #003c6c;
    background: #f8f8f8;
    padding: 10px;
    display: flex;
    width: 100%;
    gap: 5px;
    align-items: center;
    width: 100%;
}

.ue-lis i {
    color: #003c6c;
    font-size: 16px;
    margin-right: 5px;
}

.news-set .ue-icon img {
    height: 70px;
    border-radius: 5px;
    width: 70px;
}

.news-set .ue-content p {
    padding-left: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 13px;
    line-height: 16.5px;
}

.news-set .ue-title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 2.7px;
}

.news-set .ue-event-wrap {
    padding-right: 5px;
}

.ue-block.tbox-gap .ue-event-wrap .ue-card {
    padding: 0;
}

.ue-content {
    width: 100%;
}


@media screen and (max-width: 1230px) {
    .ue-icon img {
        max-height: 300px;
    }
}

@media screen and (max-width: 992px) {
    .events-news-sec::after {
        background-size: cover;
    }
}

@media screen and (max-width: 576px) {
    .events-news-sec {
        padding-top: 25px !important;
        padding-inline: 5px !important;
    }

    .section-title2 {
        font-size: 24px;
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width: 576px) {
    .ue-icon {
        text-align: center;
        margin-bottom: 6px;
        border-radius: 5px;
    }

    .ue-card.d-sm-flex.w-100.align-items.pos-relative {
        padding: 15px 0;
    }

    .ue-icon.pos-relative {
        /* padding-left: 10px;
  margin-bottom: 5px; */
    }

    .ue-lis li {
        font-size: 13px;
    }

    .ue-lis i {
        font-size: 14px;
        margin-right: 3px;
    }
}

/* Sponsors */


/* gallery-sec */


.gallery-grid > a {
    aspect-ratio: 1 / 1;
}
.gallery-grid > a >div{
    height:100%;
}
.gallery-grid::before, .gallery-grid::after {
    content: "";
    position: absolute;
    background: url(../images/gallery-dgn.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    right: 100%;
    top: 20px;
    max-width: 95px;
    max-height: 360px;
    mix-blend-mode: color-burn;
}

.gallery-grid::after {
    right: auto;
    left: 100%;
    transform: scaleX(-1);
}

.gallery-tbox-gap {
    padding-block: 45px;
    position: relative;
}

.gallery-grid > a:nth-child(3) {
    grid-row: span 2;
    grid-column: span 2;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    grid-template-rows: auto;
    align-items: center;
    width: 100%;
    position: relative;
}

.flip {
    display: inline-block;
    transition: all .2s linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
}
/* .gallery-grid > a:nth-child(3) .v-icon {
  max-height: 100%;
  max-width: 100%;
} */
.v-icon {
    height: 100%;
    object-fit: cover;
    max-height: 185px;
    border-radius: 10px;
    /* max-width: 205px; */
}

.pos-relative {
    position: relative;
}

.g-box {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000a1;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.text {
    color: white;
    font-size: 25px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.g-box:hover .overlay {
    height: 100%;
}

.gallery-grid > a:nth-child(3) .v-icon {
    max-height: 380px;
}

.video-item {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}

.video-icon-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/yt.png) no-repeat center center;
    z-index: 1;
    -webkit-transition: all 0.4s ease-out;
    -mz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background-size: 60px;
}

.flip:hover {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateX(3px);
        transform: translateX(8px)
    }

    33.3% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    49.95% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    66.6% {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }

    33.3% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    49.95% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    66.6% {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px)
    }

    83.25% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media screen and (max-width: 1320px) {
    .gallery-tbox-gap {
        overflow-x: hidden;
    }

    .video-icon-hover.flip {
        background-size: 50px;
    }
}

@media screen and (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: 1fr 1fr 1fr !important;
    }

        .gallery-grid > a:nth-child(3) {
            grid-row: span 1;
            grid-column: span 1;
        }

    .gallery-tbox-gap {
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .video-item {
        order: 1;
    }
}

@media screen and (max-width: 500px) {
    .gallery-grid {
        grid-template-columns: 1fr 1fr !important;
    }

        .gallery-grid > a:nth-child(3) {
            grid-row: span 2;
            grid-column: span 2;
            order: -1;
        }
}

@media screen and (max-width: 450px) {
    .section-title {
        font-size: 20px;
        letter-spacing: 0.5px;
    }

    .section-title2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 350px) {
    .btn-size.gallery-btn {
        font-size: 12px;
        padding: 3px 10px;
    }
}
/* right-grid-close */


/* footer */
.f-br {
    margin-top: -15px;
    position: relative;
    z-index: 9;
}
/* .footer-sec {
  background: url(../images/footer-bg.png), linear-gradient(to bottom, #ddd0 0%, #fee99f 10%, #fefeea);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
} */
.footer-sec {
    background: url(../images/footer-bg.png), url(../images/foter-bottom-bg.png), linear-gradient(to bottom, #ddd0 0%, #fee99f 10%, #feeaa2);
    background-position: top center, bottom center, center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100%;
    padding-top: 40px;
}

.footer-block {
    background: url(../images/footer-inner-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    border-radius: 15px;
    border: 2px solid #ff7a1d;
    font-family: 'Poppins-Light';
}

.ftrow {
    align-items: center;
}

.fcal-cd ul li {
    border-bottom: 1px dotted #fff;
    padding: 7px 0px;
}

    .fcal-cd ul li:last-child {
        border-bottom: 0;
    }

.quick_links li:last-child {
    padding-bottom: 0;
}

.fcal-cd ul li a {
    color: #fff;
}

.loc-fnt img {
    height: 22px;
}

.footer-logo {
    height: 160px;
}

.f-icon {
    position: relative;
    text-align: center;
    width: 0px;
    height: 0px;
    padding: 17px;
    color: #fff;
    filter: drop-shadow(0px 3px 3px rgba(149,81,0,0.3));
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    margin: 5px 0px 0px 8px;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.f-fb {
    color: #4b69b1;
}

.f-tw {
    color: #0e0e0e;
}

.f-insta {
    color: #974494;
}

.f-yt {
    color: #e83f3a;
}

.f-icon i {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.left-copy-sec p {
    font-size: 14px;
    text-align: end;
}

.fcal-cd ul li a {
    color: #0d0012;
    font-size: 14px;
}

.fcal-cd ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 6px;
    border-bottom: 1px dotted #c75453;
}

    .fcal-cd ul li img {
        height: 16px;
        position: relative;
        top: 3px;
    }

.footer-block .ftrow .fbx:last-child {
    max-width: 300px;
}

.fcal-cd ul li.mail-fnt img {
    height: 14px;
}

.footer-block .ftrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.footer-title {
    font-family: 'Poppins-Regular';
    font-size: 15px;
    color: #990001;
    text-align: end;
}

.sub_btn {
    background-color: #fe810a;
    color: #fff;
    padding: 5px 40px;
    display: inline-block;
    border-radius: 30px;
    font-size: 15px;
}

.quick_links li {
    padding-bottom: 5px;
}

    .quick_links li a {
        color: #272228;
        font-size: 14px;
    }

.sub_img img {
    height: 32px;
    position: relative;
    top: 6px;
    left: -7px;
}

.footer-block a:hover {
    color: #a11617 !important;
    transition: all .4s linear;
}

.left-copy-sec {
    padding-top: 30px;
}

.footer-content.fbox2.fmap {
    min-width: 200px;
}

.copy-right-sec {
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding-block: 20px;
    font-family: 'Poppins-Light';
    font-size: 14px;
}

.inner-page-foot {
    padding-top: 45px;
    background: url(../images/footer-bg.png), url(../images/foter-bottom-bg.png), linear-gradient(to bottom, #ddd0 0%, #fee99f 60%, #fefeea);
    background-position: top center, bottom center, center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100%;
}

.news-letter-sec.inner-page-news-letter-sec {
    padding-top: 40px;
}

@media screen and (max-width:1320px) {
    .footer-content.fbox2.fmap {
        min-width: 100%;
    }
}

@media screen and (max-width:1230px) {
    .footer-block .ftrow {
        flex-wrap: wrap;
    }

        .footer-block .ftrow .fbx {
            width: auto;
        }

            .footer-block .ftrow .fbx:first-child {
                width: 100%;
            }

            .footer-block .ftrow .fbx:last-child {
                max-width: 100%;
                margin-left: auto;
            }

    .footer-block {
        background-repeat: repeat-y;
        background-size: 100%;
    }

    .quick_links {
        columns: 2;
        column-gap: 30px;
    }
}

@media screen and (max-width:1199px) {
    .footer-sec {
        background-size: contain;
    }
}

@media screen and (max-width:1024px) {
    .f-br {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .footer-block .ftrow {
        flex-wrap: wrap;
        gap: 20px;
    }
    /* .footer-sec {background: #f9842a;} */
    .footer-content.fbox2.fmap {
        width: 350px;
    }

    .copy-right-sec {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
    }

    .footer-sec {
        background-size: contain, 100% 10%, 100% 105%;
    }
}

@media screen and (max-width: 576px) {
    /* .footer-block .ftrow {justify-content: center;} */
    .footer-title {
        text-align: start;
    }
    /* .fsocial-icons {text-align: center !important;} */
    .left-copy-sec {
        padding-top: 10px;
    }

    .footer-block .ftrow {
        gap: 15px;
    }

        .footer-block .ftrow .fbx:last-child {
            margin-left: 0;
        }

    .copy-right-sec {
        text-align: center;
    }
}

@media screen and (max-width: 500px) {
    .footer-sec {
        background: #fff;
    }

    .copy-right-sec {
        color: #000;
        font-size: 14px;
        gap: 8px;
    }

        .copy-right-sec p a {
            color: #fe810a !important;
        }

    .footer-block {
        overflow: hidden;
    }

    .main-bg {
        overflow-x: hidden;
    }

    .news-letter-sec.inner-page-news-letter-sec {
        padding-top: 10px;
    }
}
/* footer-close */
/* hover btns */
.welc-name button:hover {
    background: var(--inner-yellow);
    transition: all .4s linear;
    color: var(--dark-color) !important;
}

.cmd-btns li a:hover {
    background: linear-gradient(to right, #2db059, #7eaf42);
}

.ue-content .ue-btn:hover {
    background-color: var(--inner-ogane);
    transition: all .4s linear;
    color: var(--white-color);
}
/* hover btns-close */

.gradient-text {
    background: linear-gradient(90deg, #104823, #71bb30);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* over-ride-aws-css */
.aws-inner-content {
    background-color: transparent !important;
    padding: 0 !important;
}

.aws-left-sec {
    background-color: #fff;
    padding: 25px;
    position: relative;
}

    .aws-left-sec::after {
        position: absolute;
        content: "";
        background: url(../images/even-sec-deg.png);
        background-position: center;
        background-repeat: repeat-x;
        background-size: 100%;
        width: 100%;
        height: 100%;
        max-height: 28px;
        left: 0%;
        bottom: -3px;
    }

.main_line {
    font-size: 20px;
}

.inner_vd_set .v-icon {
    max-height: 400px !important;
}

.inner_vd_set {
    padding-block: 20px;
}

p {
    margin-bottom: 10px;
}

.aws-inner-grid-two > div {
    height: 100%;
}

    .aws-inner-grid-two > div .aws-sponsers, .aws-inner-grid-two > div .aws-sponsers > div {
        height: 100%;
    }

@media screen and (max-width:768px) {
    .aws-left-sec::after {
        background-size: cover;
    }
}

@media screen and (max-width:576px) {
    .main_line {
        font-size: 16px;
        font-family: 'Poppins-Medium';
    }

    .aws-left-sec {
        padding: 20px;
    }
    .wel_content p {
        margin-bottom: 30px;
    }

.sponsors ul li a img {
    background: #fff;
    padding: 10px;
    object-fit: contain !important;
    width: 100%;
}

/* over-ride-aws-css-close */

