body {
    background-color: var(--themewhite);
    font-family: 'NotoSans';
    font-size: 15px;
    font-weight: 400;
    color: #202020;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html,
body {
    overflow-X: hidden;
}

@font-face {
    font-family: 'Poppins';
    src: url('../Fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Besley';
    src: url('../Fonts/Besley-VariableFont_wght.ttf') format('truetype');
}


@font-face {
    font-family: 'Khand';
    src: url('../Fonts/Khand-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Laila';
    src: url('../Fonts/Laila-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Eczar';
    src: url('../Fonts/Eczar-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../Fonts/Rajdhani-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Kurale';
    src: url('../Fonts/Kurale-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Rajdhani-Bold';
    src: url('../Fonts/Rajdhani-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'YatraOne';
    src: url('../Fonts/YatraOne-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Exo';
    src: url('../Fonts/Exo-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Titillium';
    src: url('../Fonts/TitilliumWeb-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Comfortaa-Bold';
    src: url('../Fonts/Comfortaa-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Comfortaa-Regular';
    src: url('../Fonts/Comfortaa-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Comfortaa-SemiBold';
    src: url('../Fonts/Comfortaa-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSans';
    src: url('../Fonts/NotoSans-VariableFont_wdth\,wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Itim';
    src: url('../Fonts/Itim-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'ChakraPetch';
    src: url('../Fonts/ChakraPetch-Regular.ttf') format('truetype');
}

:root {
    --themewhite: #fff;
    --themegray: #f4f4f4;
    --themeblack: #000;
    --themecolor: #0f2e5d;
    --themecolor1: #d09a06;
    --themecolor2: #ededed;
}

a {
    text-decoration: none;
}

.common_container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 65px;
    padding-left: 65px;
}

.header {
    width: 100%;
    position: relative;
}

.head_top {
    position: relative;
    height: 35px;
    width: 100%;
    z-index: 1;
    background: var(--themecolor2);
}

.flagline {
    background-image: url(../../MediaGallery/UI_Image/Flagline.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    height: 2px;
    width: 100%;
}

.top-menu {
    padding: 2px 40px;
    right: 0;
    height: 35.5px;
    width: 260px;
    z-index: 99;
    position: absolute;
}


    .top-menu .top_link {
        text-decoration: none;
        width: 30px;
        height: 28px;
        color: var(--themecolor);
        font-size: 12px;
        padding: 3px 4px;
        margin: 0px 4px;
        text-align: center;
        line-height: 13px;
        border: 1px solid rgb(243 243 243 / 0%);
        font-weight: 500;
        border-radius: 2px;
        transition: linear 0.35s;
    }

a.top_link img {
    filter: invert();
    width: 22px;
    margin-top: 2px;
}

    a.top_link img path {
        fill: var(--themecolor);
    }

a.top_link .fa {
    font-size: 22px;
}

.hidden-search-box {
    position: absolute;
    display: none;
    right: 107px;
    top: 19px;
    width: 250px;
    z-index: 99;
    transition: linear 0.35s;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 62%);
}

    .hidden-search-box .form-control:focus {
        color: var(--themeblack);
        background-color: var(--themewhite);
        border-color: var(--themecolor);
        outline: 0;
        box-shadow: none;
    }

input#ctl00_btnSearch {
    background: var(--themecolor);
    border: none;
    border-radius: 0 3px 3px 0;
    font-weight: 600;
    font-family: 'Exo';
    margin-top: 1px;
    height: 29px;
    font-size: 14px;
    color: var(--themewhite);
}

.hidden-search-box input {
    height: 30px;
    border-radius: 3px;
    font-size: 15px;
    transition: linear 0.35s;
}

i.fa.fa-search {
    font-size: 18px;
    margin-top: 2px;
}

a.top_link img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(16%) saturate(6730%) hue-rotate(198deg) brightness(90%) contrast(95%);
}

a.top_link:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(73deg) brightness(104%) contrast(101%);
}

.top-menu .top_link:hover {
    background-color: var(--themecolor);
    color: var(--themewhite);
}

.home_logo a {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
}

.home_logo div {
    font-size: 26px;
    color: var(--themecolor4);
    font-family: 'Exo';
    margin-left: 56px;
    margin-top: -4px;
    font-weight: 700;
}

.home_logo span {
    display: block;
    color: var(--themecolor);
    font-size: 18px;
    margin-left: 3px;
    margin-top: -6px;
    font-family: 'Exo';
    font-weight: 700;
}

.home_logo {
    padding: 25px;
    position: relative;
    z-index: 0;
}

.goup_top {
    position: absolute;
    color: var(--themecolor);
    font-size: 12px;
    width: 25%;
    line-height: 33px;
    margin-left: 40px;
    font-weight: 500;
}

.time:before {
    content: "\f017";
    font-family: FontAwesome;
    margin-right: 5px;
    font-size: 15px;
}


.Logo_sec {
    position: relative;
    padding: 10px 40px;
}

    .Logo_sec a {
        display: flex;
        width: max-content;
        align-items: center;
    }

        .Logo_sec a img {
            height: 84px;
            margin-right: 11px;
        }

        .Logo_sec a div {
            font-family: 'Besley';
            color: #093372;
            font-size: 33px;
            font-weight: 600;
            letter-spacing: 1px;
        }

            .Logo_sec a div span {
                display: block;
                font-size: 19px;
                color: #d7952b;
                font-family: 'Poppins';
                font-weight: 600;
                margin-top: -6px;
            }

.head_contact {
    position: absolute;
    right: 40px;
    top: 20px;
    border: 2px solid #ececec;
    padding: 8px;
}

    .head_contact p {
        margin-bottom: 0;
        color: #4a4a4a;
        font-size: 14px;
    }

        .head_contact p a {
            display: inline-block;
            color: #4a4a4a;
        }

            .head_contact p a:hover {
                color: var(--themecolor);
            }

    .head_contact .fa {
        margin-right: 5px;
        color: var(--themecolor);
    }


section.slider_sec {
    position: relative;
    z-index: 0;
}

.owl-1_sliderbutton a {
    color: var(--themecolor);
}

#owlplay-1 .fa {
    color: var(--themecolor1);
}

.owl-1_sliderbutton {
    position: relative;
    margin-top: -34px;
    z-index: 9;
    margin-right: 5px;
    float: right;
}

#slider1 button.owl-prev {
    left: 0;
    position: absolute;
    top: 45%;
    color: var(--themewhite);
    font-size: 38px;
    font-family: 'FontAwesome';
    margin: 19px;
    line-height: 3px;
    padding: 0px 7px !important;
    background: var(--themecolor1);
    height: 35px;
    width: 35px;
    border-radius: 10px;
}

#slider1 button.owl-next {
    right: 0;
    position: absolute;
    top: 45%;
    color: var(--themewhite);
    font-size: 38px;
    font-family: 'FontAwesome';
    margin: 19px;
    line-height: 0;
    padding: 0px 7px !important;
    background: var(--themecolor1);
    height: 35px;
    width: 35px;
    border-radius: 10px;
}

    #slider1 button.owl-next span {
        margin-left: -5px;
        top: 12px;
        position: absolute;
    }

#slider1 button.owl-prev span {
    margin-left: -7px;
    top: 11px;
    position: absolute;
}

#slider1 button.owl-prev:hover,
#slider1 button.owl-next:hover {
    background: var(--themecolor);
}

#slider1 .owl-dots {
    margin-top: -36px;
    padding-top: 0px;
    padding-right: 22px;
    padding-bottom: 25px;
    border-radius: 4px 0 0 0;
    z-index: 0;
    height: 20px;
    width: auto;
    float: right;
    position: relative;
    border: 1px solid #cbcbcb45;
    background: rgb(165 165 165 / 40%);
}

#slider1 {
    position: relative;
}

    #slider1 .owl-nav button.owl-prev {
        position: absolute;
        top: 50%;
        left: 0px;
    }

    #slider1 .owl-nav button.owl-next {
        position: absolute;
        top: 50%;
        right: 0px;
        z-index: 9;
    }




        #slider1 .owl-nav button.owl-next span {
            margin-right: -25px;
        }




    #slider1 .owl-nav button.owl-next {
        transform: translateY(-50%) translateX(-30px);
        cursor: pointer;
        opacity: 0;
        transition: all 0.5s;
        visibility: hidden;
    }

    #slider1:hover .owl-nav button.owl-next {
        -webkit-transform: translateY(-50%) translateX(0px);
        -ms-transform: translateY(-50%) translateX(0px);
        transform: translateY(-50%) translateX(0px);
        opacity: 1;
        transition: all 0.5s;
        visibility: visible;
    }

    #slider1 .owl-nav button.owl-prev {
        transform: translateY(-50%) translateX(30px);
        cursor: pointer;
        opacity: 0;
        transition: all 0.5s;
        visibility: hidden;
    }

    #slider1:hover .owl-nav button.owl-prev {
        -webkit-transform: translateY(-50%) translateX(0px);
        -ms-transform: translateY(-50%) translateX(0px);
        transform: translateY(-50%) translateX(0px);
        opacity: 1;
        transition: all 0.5s;
        visibility: visible;
    }

    #slider1 .item p {
        text-align: center;
        margin-top: 15px;
        margin-bottom: -40px;
        transition: all 0.8s ease-out;
    }

    #slider1 .active .item p {
        text-align: center;
        margin-top: -40px;
        transition: all 0.8s ease-in;
        margin-bottom: 0;
    }

    #slider1 .item p span {
        padding: 10px 30px;
        background: #00000075;
        color: #fff;
        border: 1px solid #00000054;
        font-size: 15px;
        font-weight: 700;
        border-radius: 4px;
    }

.banner_sec {
    max-width: 80%;
}

.Governor_sec {
    max-width: 20%;
}

.Governor_sec {
    position: relative;
    background-image: url(../../MediaGallery/UI_Image/banner_bg.png);
    background-repeat: repeat;
    background-attachment: fixed;
    padding: 15px 0px;
    background-position: center center;
}

.Governor_pic {
    text-align: center;
}

    .Governor_pic img {
        width: 200px;
        border-radius: 6px;
        box-shadow: 0px 0px 20px 0px #0000002b;
    }

    .Governor_pic h4 {
        font-size: 18px;
        text-align: center;
        margin-top: 10px;
        color: var(--themecolor);
        font-family: 'Exo';
        margin-bottom: 5px;
    }

    .Governor_pic p {
        font-size: 15px;
        text-align: center;
    }

.main_btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-align: center;
    background: var(--themecolor);
    color: #FFFFFF;
    font-size: 13px;
    line-height: 20px;
    padding: 6px 7px;
    min-width: 130px;
    max-width: 135px;
    cursor: pointer;
}

    .main_btn:before {
        top: 0;
        border: 0 solid;
        transform: rotate(1turn);
        width: 0;
        height: 0;
        content: "";
        position: absolute;
        transition: .7s ease;
        z-index: -1;
        left: 0;
        right: auto;
        bottom: auto;
        border-color: var(--themecolor1) transparent transparent transparent;
    }

    .main_btn:hover:before {
        border-width: 90px 65px;
    }
    .home_btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-align: center;
    background: var(--themecolor1);
    color: #FFFFFF;
    font-size: 13px;
    line-height: 20px;
    padding: 6px 7px;
    min-width: 130px;
    max-width: 135px;
    cursor: pointer;
}

        .home_btn:before {
            top: 0;
            border: 0 solid;
            transform: rotate(1turn);
            width: 0;
            height: 0;
            content: "";
            position: absolute;
            transition: .7s ease;
            z-index: -1;
            left: 0;
            right: auto;
            bottom: auto;
            border-color: #022344 transparent transparent transparent;
        }

        .home_btn:hover:before {
            border-width: 90px 65px;
        }

.Governor_btn {
    display: flex;
    justify-content: center;
    gap: 0 5px;
    width: 97%;
}


.press_sec {
    background-image: url(../../MediaGallery/UI_Image/press_bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 40px 0px 20px;
}

.PressReleases_box .item {
    margin: 10px;
}

.press_card {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 11%);
}

.Press_content {
    padding: 15px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    padding-bottom: 0;
}

    .Press_content p {
        margin-bottom: 0px;
        text-align: center !important;
    }

span.caledar_press {
    display: block;
    font-size: 12px;
    padding: 5px 0;
    border-top: 1px dashed #ffda76;
    margin-bottom: 4px;
    margin-top: 8px;
}

    .owl-item span.caledar_press img, span.caledar_press img {
        width: 16px;
        margin-top: -3px;
        margin-right: 3px;
        display: inline-block;
    }

.owl-item img.pdf_view {
    width: 18px;
    display: inline-block;
    margin-top: -4px;
    margin-right: 3px;
    border: none !important;
    border-radius: 0 !important;
}

a.home_press {
    font-size: 14px;
    line-height: 17px;
    color: var(--themecolor);
    max-width: 100%;
    display: -webkit-box;
    height: 70px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-decoration: none;
    overflow: hidden;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 20px;
}

.home_heading {
    font-family: Exo;
    color: var(--themecolor);
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    width: fit-content;
}

    .home_heading span {
        color: var(--themecolor1);
    }

.home_heading_center {
    display: flex;
    justify-content: center;
}

.home_heading:before {
    content: url(../../MediaGallery/UI_Image/heading_btm.png);
    left: 50%;
    transform: translate(-50%, 0px);
    margin: 0 auto;
    position: absolute;
    top: 21px;
}

.PressReleases_box {
    position: relative;
}

#Home_Press .owl-dots {
    margin-top: -10px;
    width: auto;
    height: auto;
}

#Home_Press .owl-dot {
    width: 20px;
    margin: 0 2px;
}

#Home_Press .owl-dots span,
#Importantlinks .owl-dots span {
    display: inline-block;
    border: none;
    font-size: 0;
    width: 15px;
    height: 4px;
    border-radius: 20px;
    padding: 0;
    transition: all 0.2s;
    background-color: #86bcff;
}

#Home_Press .owl-dot.active span,
#Importantlinks .owl-dot.active span {
    width: 20px !important;
    background-color: var(--themecolor) !important;
    transition: all 0.2s;
}

#Home_Press .owl-dots span,
#ProgramCategory .owl-dots span,
span.swiper-pagination-bullet {
    background-color: #b3b3b3;
    opacity: 1;
}

#Home_Press button.owl-prev {
    right: 107px;
    position: absolute;
    top: -61px;
    color: var(--themewhite);
    font-size: 28px;
    font-family: 'FontAwesome';
    margin: 19px;
    line-height: 3px;
    padding: 0px 7px !important;
    background: var(--themecolor1);
    height: 28px;
    width: 28px;
    transition: all 0.2s;
    border-radius: 5px;
}

#Home_Press button.owl-next {
    right: 40px;
    position: absolute;
    top: -61px;
    color: var(--themewhite);
    font-size: 28px;
    font-family: 'FontAwesome';
    margin: 19px;
    line-height: 0;
    padding: 0px 7px !important;
    background: var(--themecolor1);
    height: 28px;
    width: 28px;
    transition: all 0.2s;
    border-radius: 5px;
}

    #Home_Press button.owl-next span {
        margin-left: -4px;
        top: 11px;
        position: absolute;
    }

#Home_Press button.owl-prev span {
    margin-left: -5px;
    top: 9px;
    position: absolute;
}

#Home_Press button.owl-prev:hover,
#Home_Press button.owl-next:hover {
    background: var(--themecolor);
    transition: all 0.2s;
}

.owl-3_sliderbutton {
    position: absolute;
    top: 3px;
    right: 25px;
}

a#owlstop-3,
a#owlplay-3 {
    background: var(--themecolor);
    height: 28px;
    width: 28px;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    transition: all 0.2s;
    display: block;
    color: #fff;
    border-radius: 5px;
}

    a#owlstop-3,
    a#owlplay-3:hover {
        background: var(--themecolor1);
        transition: all 0.2s;
    }

        a#owlstop-3:hover,
        .Press_all:hover {
            background: var(--themecolor);
            transition: all 0.2s;
        }

        a#owlstop-3 img {
            width: 13px;
            margin-top: -1px;
            margin-left: 1px;
        }

    a#owlplay-3 .fa {
        font-size: 15px;
    }

    a#owlplay-3 .fa {
        font-size: 12px;
    }

.Press_all {
    background: var(--themecolor1);
    height: 28px;
    width: 28px;
    transition: all 0.2s;
    font-size: 13px;
    text-align: center;
    line-height: 26px;
    display: block;
    color: #fff;
    border-radius: 5px;
    margin-top: -28px;
    margin-left: 68px;
}


.weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

#monthYear {
    text-align: center;
    font-size: 1.5em;
    margin: 10px 0;
}

#calendarDays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.calendar {
    margin-top: 9px;
    width: 100%;
    height: 354px;
    max-width: 450px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    padding: 18px;
    border-radius: 8px;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 11%);
    text-align: center;
    position: relative;
}

.calendar_box .header a span {
    top: -3px;
    position: relative;
}

.calendar_box .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .calendar_box .header a {
        background: var(--themecolor1);
        height: 28px;
        width: 28px;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        line-height: 28px;
        font-size: 30px;
        font-family: 'FontAwesome';
    }

        .calendar_box .header a:hover {
            background-color: var(--themecolor);
        }

    .calendar_box .header h2 {
        font-size: 21px;
        font-family: 'Exo';
        font-weight: 600;
        margin-bottom: 0;
        color: var(--themecolor);
    }

.days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    padding: 10px;
}

.day {
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
    background-color: #f1f1f1;
}

    .day:hover {
        background-color: #ddd;
    }

.event-day {
    background-color: #ff4757;
    color: white;
    font-weight: bold;
}

.current-day {
    background-color: #42ceb8;
    color: white;
    font-weight: bold;
}

.tooltip {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    background: #103c7e;
    color: white;
    padding: 5px 8px;
    border-radius: 3px;
    font-family: 'NotoSans';
    font-size: 0.75em;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s, transform 0.4s;
}

    .tooltip::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #103c7e transparent;
        transition: left 0.4s;
    }

/* Show tooltip only on hover */
.day:hover .tooltip {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.4s, transform 0.4s;
}

/* Adjust Tooltip Position */
.tooltip.left {
    transform: translateX(-80%);
}

.tooltip.right {
    transform: translateX(-20%);
}

/* Adjust Tooltip Arrow Position */
.tooltip.left::after {
    left: 80%;
    /* Shift arrow to the right when tooltip moves left */
}

.tooltip.right::after {
    left: 20%;
    /* Shift arrow to the left when tooltip moves right */
}

.scroll_sec {
    background-image: url(../../MediaGallery/UI_Image/scrol_bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 40px 0px 40px;
}

.scroll_body {
    padding-left: 1px;
}

.fb-container {
    width: 100%;
    margin: auto;
}

.facebook_card,
.twitter_card,
.announc_card,
.Tender_card {
    overflow: hidden;
    height: 365px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 11%);
    border-radius: 10px;
    border: 1px solid #d3d3d3;
}

.scroll_head {
    position: relative;
    z-index: 9;
}

    .scroll_head p {
        background-color: #0866ff;
        border-bottom-left-radius: 0;
        text-align: left;
        color: #fff;
        height: 35px;
        line-height: 35px;
        font-family: 'Exo';
        font-weight: 600;
        margin-bottom: 0;
        padding: 0 15px;
    }

        .scroll_head p i.fa.fa-facebook {
            width: 25px;
            height: 25px;
            margin-top: 5px;
            margin-right: 5px;
            line-height: 25px;
            text-align: center;
            background-color: #fff;
            color: #0866ff;
            border-radius: 100px;
        }

.twitter_card .scroll_head p {
    background-color: #000;
}

    .twitter_card .scroll_head p svg {
        width: 25px;
        height: 25px;
        margin-top: -1px;
        margin-right: 5px;
        padding: 4px;
        background-color: #fff;
        border-radius: 100px;
    }

.twitter_card .scroll_body {
    margin-top: -50px;
    margin-left: -3px;
    margin-right: -1px;
}

.announc_card .scroll_head p {
    background-color: var(--themecolor1);
}

    .announc_card .scroll_head p img {
        width: 25px;
        height: 25px;
        margin-top: -1px;
        margin-right: 5px;
        padding: 4px;
        background-color: #fff;
        border-radius: 100px;
    }

.Tender_card .scroll_head p {
    background-color: var(--themecolor);
}

    .Tender_card .scroll_head p img {
        width: 25px;
        height: 25px;
        margin-top: -1px;
        margin-right: 5px;
        padding: 3px;
        background-color: #fff;
        border-radius: 100px;
    }

.announc_card .scroll_body,
.Tender_card .scroll_body {
    padding: 5px;
}

.btnToggle,
.btnToggle1 {
    background-color: #fff;
    color: var(--themecolor1);
    border-radius: 50%;
    height: 24px;
    text-align: center;
    font-size: 9px;
    line-height: 25px;
    width: 24px;
    text-decoration: none;
    margin-top: 10px;
    transition: all 0.5s;
}

.btnToggle1 {
    color: var(--themecolor);
}

    .btnToggle::before,
    .btnToggle1::before {
        content: "\f04b";
        font-family: 'FontAwesome';
        text-decoration: none;
        font-size: 14px;
        margin-left: -4px;
    }

.et-run,
.et-run1 {
    background-color: var(--themecolor1);
    color: white;
    border-radius: 50%;
    height: 24px;
    line-height: 25px;
    text-decoration: none;
    width: 24px;
    margin-top: 10px;
    transition: all 0.5s;
}

    .et-run::before,
    .et-run1::before {
        content: "\f04c";
        text-decoration: none;
        font-size: 12px;
        margin-left: -5px;
    }

a.btnUp .fa,
a.btnUp1 .fa,
.btnall .fa,
.btnall1 .fa {
    font-size: 15px;
    color: #ffffff;
    padding: 5px;
    background: var(--themecolor1);
    font-weight: 400;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    transition: all 0.5s;
}

a.btnDown .fa,
a.btnDown1 .fa {
    font-size: 15px;
    color: #ffffff;
    padding: 5px;
    background: var(--themecolor1);
    font-weight: 400;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    transition: all 0.5s;
}

a.btnUp:hover .fa,
a.btnDown:hover .fa,
a.btnUp1:hover .fa,
a.btnDown1:hover .fa,
.btnall:hover .fa,
a.btnToggle.et-run:hover {
    color: var(--themecolor1);
    background: #fff;
}

.btnToggle1.et-run,
a.btnUp1 .fa,
a.btnDown1 .fa,
.btnall1 .fa {
    background: var(--themecolor);
}

a.btnUp1:hover .fa,
a.btnDown1:hover .fa,
.btnall1:hover .fa,
a.btnToggle1.et-run:hover {
    color: var(--themecolor);
    background: #fff;
}

.ticker-box {
    position: absolute;
    right: 6px;
    top: -4px;
}

    .ticker-box a {
        float: right;
        padding-left: 5px;
    }

a.btnUp,
a.btnDown,
a.btnUp1,
a.btnDown1,
.btnall .fa,
.btnall1 .fa {
    margin-top: 10px;
}

.demo5,
.demo6 {
    max-height: 320px !important;
    min-height: 320px !important;
}

.news_scroll {
    position: relative;
    margin-bottom: 15px;
}

.ticker_size img {
    width: 17px;
}

.ticker_size span {
    font-size: 12px;
    color: #000;
    line-height: 18px;
}

span.news_date {
    float: right;
    line-height: 24px;
}

.news_card {
    padding: 8px;
    position: relative;
    width: 100%;
    display: block;
    height: 96px;
    margin-bottom: 10px !important;
    background-color: #f8f1e93d;
    border: 1px solid #ff88002e;
    border-radius: 0;
    cursor: pointer;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.news_textbox {
    color: var(--themeblack);
    font-size: 13px;
    display: -webkit-box;
    font-weight: 400;
    max-width: 100%;
    overflow: hidden;
    height: 53px;
    margin: 0 auto;
    margin-bottom: 6px;
    line-height: 17px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

    .news_textbox:hover {
        color: var(--themecolor1);
    }

.demof ul {
    padding: 5px 0;
}

.news_bg {
    /* background: var(--themecolor1);
    clip-path: polygon(0% 0%, 0% 0%, 62% 0%, 100% 100%, 50% 100%, 0% 100%, 0% 0%); */
    padding: 5px 45px;
    padding-left: 15px;
    color: #fff;
    padding-top: 6px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: -1px;
}

    .news_bg h5 {
        font-size: 17px;
        font-weight: 600;
        font-family: 'Exo';
        margin-bottom: 0;
    }

.news_bg_1 {
    padding: 0;
    color: #fff;
}

    .news_bg_1 h5 {
        color: var(--themecolor1);
        font-size: 17px;
        font-weight: 700;
        font-family: 'Exo';
        margin-top: 10px;
        margin-bottom: 2px;
    }

.news_date img {
    width: 16px;
    margin-top: -3px;
    margin-left: 4px;
    display: inline-block;
}

.Tender_card .news_card {
    background-color: #d2e1f13d;
    border: 1px solid #0f2e5d29;
}

.Tender_card .news_textbox:hover {
    color: var(--themecolor);
}

.explore_sec {
    background-color: #dbe8f3;
    background-image: url(../../MediaGallery/UI_Image/explore_bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 40px 40px;
}

.explore_box {
    overflow: hidden;
    position: relative;
}

    .explore_box .explore_card {
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        display: block;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .explore_box .explore_card:hover .explore_card_img .image a:after {
            left: 0;
            right: 0;
            opacity: 0;
            -webkit-transition: all 400ms linear;
            transition: all 400ms linear;
        }

        .explore_box .explore_card:hover .image img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

    .explore_box .explore_card_img {
        position: relative;
        border-radius: 10px;
        -ms-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
        overflow: hidden;
    }

        .explore_box .explore_card_img .image {
            position: relative;
            overflow: hidden;
            margin-bottom: 0;
        }

            .explore_box .explore_card_img .image img {
                display: block;
                width: 100%;
                -webkit-transition: all 400ms ease;
                transition: all 400ms ease;
                transition: all 0.5s ease;
            }

            .explore_box .explore_card_img .image a:after {
                background: rgba(255, 255, 255, 0.3);
                bottom: 0;
                content: "";
                left: 50%;
                position: absolute;
                right: 51%;
                top: 0;
                opacity: 1;
                pointer-events: none;
                -webkit-transition: all 400ms linear;
                transition: all 400ms linear;
                transition: all 0.5s ease;
            }


        .explore_box .explore_card_img:before {
            background: linear-gradient(0deg, #000000a6 0%, rgba(23, 26, 29, 0.01) 100%);
            bottom: 0;
            content: "";
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1;
            border-radius: 10px;
            -webkit-transition: all 0.6s ease;
            transition: all 0.6s ease;
            opacity: 1;
            transition: all 0.5s ease;
            visibility: visible;
        }

    .explore_box .explore_card_content {
        bottom: 0;
        padding: 10px 15px;
        text-align: center;
        position: absolute;
        width: 100%;
        transition: all 0.5s ease;
        height:auto;
    }

        .explore_box .explore_card_content:after {
            background-color: #fff;
            content: "";
            height: 100%;
            left: 0;
            right: 0;
            transition: all 0.5s ease;
            bottom: 0;
            width: 100%;
            top: auto;
            position: absolute;
            z-index: 1;
            border-radius: 0px 0px 10px 10px;
            -webkit-transition: all 0.3s ease;
            transition: all 0.5s ease;
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
            opacity: 0;
            visibility: hidden;
            z-index: 0;
        }

    .explore_box h4 {
        color: #fff;
        display: block;
        margin-top: 0;
        font-size: 16px;
        margin-top: 7px;
        position: relative;
        z-index: 1;
        font-family: 'Exo';
        font-weight: 600;
    }

.explore_card_content span {
    color: var(--themecolor1);
    z-index: 9;
    font-size: 10px;
    font-weight: 600;
    font-family: 'Titillium';
    position: absolute;
    transition: all 0.2s ease;
    right: 10px;
    bottom: -35px;
}

.explore_box:hover h4 {
    color: var(--themecolor);
}

.explore_box:hover .explore_card_content span {
    transition: all 0.8s ease;
    bottom: 2px;
}

.explore_box:hover .explore_card_img:before {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s ease;
    visibility: hidden;
}

.explore_box:hover .explore_card_content:after {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    transition: all 0.5s ease;
    visibility: visible;
}

.explore_box:hover .explore_card {
    -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
    transition: all 0.5s ease;
    border: 1px solid #cacaca;
}

img.exp_centr_img {
    position: absolute;
    z-index: 9;
    width: 73px;
    left: 39%;
    top: 34%;
    transition: all 0.5s ease-in-out;
}

.exp_centr_img {
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.explore_box:hover .exp_centr_img {
    transform: scale(0) rotate(360deg);
    opacity: 0;
}

.explore_box:not(:hover) .exp_centr_img {
    transform: scale(1) rotate(0deg);
    opacity: 0.95;
}

.extrnal_sec {
    background-image: url(../../MediaGallery/UI_Image/extrnal_bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 20px 40px;
}

.height_60 {
    height: 60px;
}

.slideritem {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    margin: 0px 25px;
}

.height_55 {
    height: 55px;
}

#Importantlinks,
.Importantlinks {
    position: relative;
}

    #Importantlinks .owl-nav button.owl-prev {
        position: absolute;
        top: 25%;
        left: -35px;
    }

    #Importantlinks .owl-nav button.owl-next {
        position: absolute;
        top: 25%;
        right: -45px;
    }

        #Importantlinks .owl-nav button.owl-prev span,
        #Importantlinks .owl-nav button.owl-next span {
            font-size: 40px;
            transition: 0.5s;
            background-color: var(--themecolor1);
            color: var(--themewhite);
            font-size: 38px;
            font-family: 'FontAwesome';
            margin: 19px;
            line-height: 26px;
            padding: 0px 7px !important;
            background: var(--themecolor1);
            height: 35px;
            width: 35px;
            display: block;
            border-radius: 10px;
        }

        #Importantlinks .owl-nav button.owl-prev:hover span,
        #Importantlinks .owl-nav button.owl-next:hover span {
            color: var(--themewhite);
        }

        #Importantlinks .owl-nav button.owl-prev:hover,
        #Importantlinks .owl-nav button.owl-next:hover {
            background-color: transparent;
        }

            #Importantlinks .owl-nav button.owl-prev:hover span,
            #Importantlinks .owl-nav button.owl-next:hover span {
                background-color: var(--themecolor);
            }


    .Importantlinks .owl-nav button.owl-next span {
        margin-right: -20px;
    }

    .Importantlinks .owl-nav button.owl-prev span {
        margin-left: -20px;
    }

    .Importantlinks .owl-nav button.owl-next {
        transform: translateY(-50%) translateX(-30px);
        cursor: pointer;
        opacity: 0;
        transition: all 0.5s;
        visibility: hidden;
    }

    .Importantlinks:hover .owl-nav button.owl-next {
        -webkit-transform: translateY(-50%) translateX(0px);
        -ms-transform: translateY(-50%) translateX(0px);
        transform: translateY(-50%) translateX(0px);
        opacity: 1;
        transition: all 0.5s;
        visibility: visible;
    }

    .Importantlinks .owl-nav button.owl-prev {
        transform: translateY(-50%) translateX(30px);
        cursor: pointer;
        opacity: 0;
        transition: all 0.5s;
        visibility: hidden;
    }

    .Importantlinks:hover .owl-nav button.owl-prev {
        -webkit-transform: translateY(-50%) translateX(0px);
        -ms-transform: translateY(-50%) translateX(0px);
        transform: translateY(-50%) translateX(0px);
        opacity: 1;
        transition: all 0.5s;
        visibility: visible;
    }

    #Importantlinks .owl-dots {
        margin-top: 14px;
    }

    #Importantlinks .owl-dot {
        width: 20px;
        margin: 0 2px;
    }

.owl-2_sliderbutton {
    position: absolute;
    bottom: 0px;
    font-size: 14px;
    left: 52%;
    margin-left: 6px;
    color: var(--themecolor);
    z-index: 9;
}

    .owl-2_sliderbutton a {
        color: var(--themecolor);
        cursor: pointer;
    }

.footer_sec {
    padding: 60px 0;
    position: relative;
    padding-bottom: 0;
    background-attachment: fixed;
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0;
    background-image: url(../../MediaGallery/UI_Image/footer_bg.png);
}

a.footer_logo img {
    width: 60px;
}

a.footer_logo {
    display: flex;
    align-items: center;
    width: fit-content;
}

    a.footer_logo div {
        margin-left: 8px;
        color: #fff;
        font-size: 25px;
        font-weight: 600;
        font-family: 'Besley';
    }

        a.footer_logo div span {
            display: block;
            font-size: 18px;
            font-family: 'Exo';
            font-weight: 500;
            margin-top: -4px;
        }

ul.footer_nav {
    padding-left: 40px;
}

h6.footer_nav_head {
    color: #ffc72d;
    font-size: 18px;
    font-family: 'NotoSans';
    padding-left: 35px;
    font-weight: 600;
    margin: 10px 0;
    margin-bottom: 20px;
    position: relative;
}

    h6.footer_nav_head::before {
        content: '';
        position: absolute;
        width: 147px;
        height: 17px;
        background-color: #0a3a5400;
        bottom: -5px;
        left: 25px;
        border-radius: 0 0 0 120px;
        z-index: -1;
        border-bottom: 2px solid #3980a7;
    }

.footer_nav > li {
    margin-bottom: 5px;
    list-style: none
}

ul.footer_nav.two {
    margin-top: 51px;
    margin-left: -60px;
    margin-right: 70px;
}

.footer_nav > li > a {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    font-family: 'Exo';
    text-decoration: none;
    transition: .3s cubic-bezier(.24, .74, .58, 1);
}


    .footer_nav > li > a:hover {
        color: #ffc72d;
        padding-left: 15px;
    }


    .footer_nav > li > a:before {
        content: url(../../MediaGallery/Icons/ftr_icon.png);
        font-size: 15px;
        width: 18px;
        position: absolute;
        top: 00%;
        left: -30px;
        transform: translate(0, -50%);
        transition: .4s;
        opacity: 0;
    }

    .footer_nav > li > a:hover:before {
        opacity: 1;
        top: 11px;
        transition: .4s;
        left: -6px;
    }

.social-menu {
    margin-top: 25px;
    margin-bottom: 10px;
    margin-left: 0;
    justify-content: left;
    display: flex;
}

    .social-menu ul {
        padding: 0;
        margin: 0;
        display: flex;
    }

        .social-menu ul li {
            list-style: none;
            margin: 0px 5px;
        }

            .social-menu ul li:nth-child(3) a:hover .fa {
                line-height: 30px;
            }

            .social-menu ul li .fa {
                font-size: 20px;
                line-height: 30px;
                transition: .2s;
            }

            .social-menu ul li:nth-child(2) a .fa {
                line-height: 32px;
            }

            .social-menu ul li:nth-child(1) a i {
                font-weight: 500;
                font-size: 22px;
                color: transparent;
                background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
                background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
                background-clip: text;
                -webkit-background-clip: text;
            }

            .social-menu ul li a {
                position: relative;
                display: block;
                width: 30px;
                height: 30px;
                border-radius: 4px;
                background-color: #c9e6f7;
                text-align: center;
                transition: .4s;
                box-shadow: 0 0px 4px rgba(0, 0, 0, .5);
            }

                .social-menu ul li a:hover {
                    transform: translate(0, -10%);
                }

            .social-menu ul li:nth-child(1) {
                color: #f09433 !important;
            }

                .social-menu ul li:nth-child(1) a:hover {
                    color: #fff !important;
                    background: #f09433;
                    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
                    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
                    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
                }

            .social-menu ul li:nth-child(2) a {
                color: #4868a8;
            }

                .social-menu ul li:nth-child(2) a:hover {
                    background-color: #4868a8;
                    color: #fff;
                }

            .social-menu ul li:nth-child(3) a {
                color: #fc0000;
            }

                .social-menu ul li:nth-child(3) a:hover {
                    background-color: #fc0000;
                    color: #fff;
                }

            .social-menu ul li:nth-child(5) a {
                color: #0a66c2;
            }

                .social-menu ul li:nth-child(5) a:hover {
                    background-color: #0a66c2;
                    color: #fff;
                }

            .social-menu ul li:nth-child(4) a {
                color: #2fa6d8;
            }

                .social-menu ul li:nth-child(4) a:hover {
                    background-color: #000;
                    fill: #fff !important;
                }

                    .social-menu ul li:nth-child(4) a:hover > .twitter_img {
                        max-width: 15px;
                        content: url('../../MediaGallery/Icons/X_twitter_white.svg');
                    }

            .social-menu ul li:nth-child(1) a:hover > .fa-instagram {
                color: #fff !important;
            }

            .social-menu ul li a img {
                margin-top: 5px;
                margin-left: 0px;
            }

.twitter_img {
    max-width: 15px;
    content: url('../../MediaGallery/Icons/X_twitter.svg');
}

.progress-wrap {
    position: fixed;
    right: 10px;
    bottom: 70px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    cursor: pointer;
    display: block;
    background-image: linear-gradient(to left, var(--themecolor), var(--themecolor));
    background-color: var(--themecolor);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

    .progress-wrap.active-progress {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.progress-circle > path {
    fill: transparent !important;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f062";
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    opacity: 1;
    background-color: #fff;
    background: rgb(255, 255, 255);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 400ms linear;
}


.progress-wrap svg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

    .progress-wrap svg path {
        fill: #ffffff;
    }


    .progress-wrap svg.progress-circle path {
        stroke: #fff;
        /* --- Lijn progres kleur --- */
        stroke-width: 5;
        box-sizing: border-box;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

span.lst_updat {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 8px;
    margin-top: 8px;
    display: block;
    text-align: right;
}

span.visitor_no {
    color: #fff;
    float: right;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    right: 40px;
    bottom: 5px;
}

.footer_bottom {
    border-top: 2px dashed #698fc9;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: #0f2e5d78;
}

.copyright {
    color: #fff;
    font-size: 11px;
}

.powerd_by {
    color: #fff;
    font-size: 11px;
    float: right;
}

    .powerd_by a {
        text-decoration: none;
        color: #fff;
    }

        .powerd_by a:hover {
            color: #d9d9d9;
        }

.footer_dtls {
    margin-top: 15px;
    margin-bottom: 0;
}

    .footer_dtls p {
        color: #fff;
        font-size: 12px;
        margin-bottom: 4px;
        font-weight: 400;
    }

        .footer_dtls p .fa {
            width: 21px;
            text-align: center;
        }

p.footer_text {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

a.web_mannger {
    color: #ffc72d;
}

    a.web_mannger:hover {
        color: var(--themecolor1);
    }

.styleswitcher {
    left: -290px;
    padding: 15px;
    position: fixed;
    top: 50px;
    width: 290px;
    transition: .4s;
    z-index: 999;
    height: calc(100% - 100px);
}

    .styleswitcher.open {
        left: 20px;
    }

    .styleswitcher .overlay-switch {
        border-radius: 10px;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
        left: 0;
        top: 0;
        opacity: 0.04;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .styleswitcher.open .overlay-switch {
        position: fixed;
    }

    .styleswitcher .styleswitcher-inner {
        background-color: #ffffff;
        height: 240px;
        right: 0;
        overflow: hidden;
        position: absolute;
        top: 200px;
        width: 100%;
        padding: 3px;
        border-radius: 10px;
        border-bottom: 5px solid var(--themecolor);
    }

        .styleswitcher .styleswitcher-inner::-webkit-scrollbar {
            width: 5px;
        }

        .styleswitcher .styleswitcher-inner::-webkit-scrollbar-thumb {
            background: #a0a0a0;
        }

    .styleswitcher.open .styleswitcher-inner {
        box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.20);
    }


    .styleswitcher .switcher-btn-bx {
        position: absolute;
        left: 290px;
        background: var(--themecolor1);
        border: 1px solid #b58400;
        width: 40px;
        top: 300px;
        z-index: 1;
        color: #ffffff;
        height: 40px;
        box-shadow: 2px 1px 60px rgba(0, 0, 0, 0.10);
        cursor: pointer;
        display: block;
        line-height: 39px;
        text-align: center;
        border-radius: 0 10px 10px 0;
    }

        .styleswitcher .switcher-btn-bx img {
            animation: beat .75s infinite alternate;
            width: 29px;
        }

    .styleswitcher .sw-main-title {
        font-size: 20px;
        font-weight: 500;
        padding: 20px 20px;
        color: #000;
        display: flex;
        border-bottom: 1px solid #eee;
        margin-left: -30px;
        margin-right: -30px;
        margin-top: -30px;
        margin-bottom: 30px;
        background: #f9f9fd;
        align-items: center;
        justify-content: space-between;
    }

    .styleswitcher .switcher-title {
        font-weight: 600;
        margin: 0 0 10px 0;
        font-size: 12px;
        text-transform: uppercase;
        color: #000;
        letter-spacing: 1px;
    }

    .styleswitcher .site-button {
        margin-top: 20px;
        margin-right: 20px;
        margin-left: 20px;
    }

    .styleswitcher h6.switcher-title {
        color: #717171;
    }

    .styleswitcher .btn.btn-sm {
        font-size: 12px;
        padding: 8px 15px;
    }

.theme-box {
    margin-bottom: 30px;
}

.theme-design {
    display: flex;
    margin-left: -7px;
    margin-right: -7px;
    padding: 12px 10px;
    border: 1px solid #eee;
    border-radius: 6px;
    margin-bottom: 20px;
    background: #f9f9fd;
}

    .theme-design .theme-box {
        padding-left: 7px;
        padding-right: 7px;
        margin-bottom: 0;
    }

.color-skins li a:before,
.bg-color-switcher li a:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 1.5px solid #000;
    border-color: #000;
    border-radius: 6px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.color-skins li.active a:before,
.bg-color-switcher li.active a:before {
    transform: scale(1.2);
    opacity: 1;
}

.styleswitcher-inner h4 {
    color: var(--themecolor);
    font-size: 22px;
    text-align: center;
    font-family: 'Titillium';
    font-weight: 600;
    display: none;
}

.Accessibility_nav {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .Accessibility_nav a {
        background: #f2f2f2;
        padding: 15px 1px;
        color: #000;
        border: 1px dashed #dedede;
        display: block;
        border-radius: 5px;
        margin: 3px;
        transition: all 0.5s;
        font-size: 11px;
        font-weight: 600;
        font-family: 'Exo';
        text-decoration: none;
        text-align: center;
    }


    .Accessibility_nav span {
        display: block;
    }

        .Accessibility_nav span img {
            width: 20px;
            transition: all 0.5s;
        }

    .Accessibility_nav .lrg img {
        width: 20px;
        margin-top: -4px;
        margin-bottom: 4px;
    }

    .Accessibility_nav .lrgsm img {
        width: 25px;
        margin-top: -4px;
        margin-bottom: 4px;
    }

.row.Accessibility_nav .col-4 {
    padding: 0;
}

.pree_img img {
    width: 100%;
}

.Accessibility_nav a:hover {
    background: var(--themecolor);
    border-color: var(--themecolor);
    color: #fff;
    transition: all 0.5s;
}

    .Accessibility_nav a:hover img {
        filter: invert();
        transition: all 0.5s;
    }

.Accessibility_nav .f_none:hover img {
    filter: none;
    transition: all 0.5s;
}



.event_sec {
    position: relative;
    padding: 30px 0;
    background-image: url(../../MediaGallery/UI_Image/banner_bg.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-color: var(--themewhite);
    background-position: center center;
    padding-bottom: 40px;
}


.infra_gallery > a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    transition: all .25s;
    transition: all 0.5s ease-in-out;
}

    .infra_gallery > a > img {
        overflow: hidden;
        position: relative;
    }

.infra_gallery {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-auto-rows: auto;
    grid-auto-flow: dense;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
}

    .infra_gallery .horizontal {
        grid-column: span 2;
    }

    .infra_gallery .vertical {
        grid-row: span 2;
    }

    .infra_gallery .big {
        grid-column: span 2;
        grid-row: span 2;
    }

.gallery_imgbox a {
    position: relative;
    cursor: none;
    display: flex;
    overflow: hidden;
    -webkit-transition: 800ms ease;
    -o-transition: 800ms ease;
    transition: 800ms ease;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 19%);
}

.gallery_imgbox img {
    position: relative;
}

.gallery_imgbox img {
    height: 100%;
    width: 100%;
    -webkit-transition: 800ms ease;
    -o-transition: 800ms ease;
    transition: 800ms ease;
    -webkit-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
    -o-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
    transition-property: color, background, mix-blend-mode, opacity, visibility, height;
    opacity: 1;
}

 .gallery_imgbox a:hover img {
        filter: brightness(0.4);
    } 

.hover-plus {
    display: none;
    position: absolute;
    pointer-events: none;
    background: transparent;
    width: 40px;
    height: 40px;
    mix-blend-mode: difference;
    z-index: 2;
    -webkit-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
    -webkit-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
    -o-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
    transition-property: color, background, mix-blend-mode, opacity, visibility, height;
}

    .hover-plus:before,
    .hover-plus:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 3px;
        background: #fff;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
        opacity: 0;
        -webkit-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease;
    }

    .hover-plus svg {
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0;
        -webkit-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
        fill: #fff;
        width: 35px;
    }

    .hover-plus.videos:before,
    .hover-plus.videos:after {
        display: none;
    }

a:hover .hover-plus:before,
a:hover .hover-plus:after,
a:hover .hover-plus svg {
    opacity: 1;
    z-index: 999;
    cursor: none;
}

a:hover > .hover-plus:before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scale(1);
    -ms-transform: translate(-50%, -50%) rotate(180deg) scale(1);
    transform: translate(-50%, -50%) rotate(180deg) scale(1);
}

a:hover > .hover-plus:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg) scale(1);
    -ms-transform: translate(-50%, -50%) rotate(90deg) scale(1);
    transform: translate(-50%, -50%) rotate(90deg) scale(1);
}

.portfolio-item-style3 .img a {
    cursor: none;
}

.gallery_imgbox a:hover .imgcontent {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.gallery_imgbox a .imgcontent {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 25px;
    color: #fff;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    pointer-events: none;
}

.imgcontent p {
    font-size: 12px;
    opacity: .8;
    margin-bottom: 5px;
}

.imgcontent h6 {
    margin: 0;
    font-size: 14px;
}

.infra_gallery .img_card {
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
    backface-visibility: hidden
}

.infra_gallery .img_card {
    -webkit-perspective: 540px;
    perspective: 540px
}

.in-top .img_overlayer {
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-animation: in-top 500ms ease 0ms 1 forwards;
    animation: in-top 500ms ease 0ms 1 forwards
}

.in-right .img_overlayer {
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-animation: in-right 500ms ease 0ms 1 forwards;
    animation: in-right 500ms ease 0ms 1 forwards
}

.in-bottom .img_overlayer {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: in-bottom 500ms ease 0ms 1 forwards;
    animation: in-bottom 500ms ease 0ms 1 forwards
}

.in-left .img_overlayer {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-animation: in-left 500ms ease 0ms 1 forwards;
    animation: in-left 500ms ease 0ms 1 forwards
}

.out-top .img_overlayer {
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-animation: out-top 500ms ease 0ms 1 forwards;
    animation: out-top 500ms ease 0ms 1 forwards
}

.out-right .img_overlayer {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: out-right 500ms ease 0ms 1 forwards;
    animation: out-right 500ms ease 0ms 1 forwards
}

.out-bottom .img_overlayer {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: out-bottom 500ms ease 0ms 1 forwards;
    animation: out-bottom 500ms ease 0ms 1 forwards
}

.out-left .img_overlayer {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-animation: out-left 500ms ease 0ms 1 forwards;
    animation: out-left 500ms ease 0ms 1 forwards
}

.img_overlayer {
    position: absolute;
    inset: -1px;
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
    transform: rotate3d(1, 0, 0, 90deg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0647a963;
    pointer-events: none;
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: z-index 1s ease-in-out;
    transition: z-index 1s ease-in-out;
}

.img_card:hover .img_overlayer {
    z-index: 0;
    -webkit-transition: z-index 0.5s ease-in-out;
    transition: z-index 0.5s ease-in-out;
}


section.breadcrumb {
    overflow: hidden;
}

section.breadcrumb {
    position: relative;
}


img.inner_bner {
    width: 100%;
}

.breadcrumb_bg {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

    .breadcrumb_bg img {
        width: 100%;
        height: 100%;
    }

    .breadcrumb_bg::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
        opacity: 0.5;
        background-color: #000;
        z-index: 1;
    }

li.breadcrumb_items a {
    color: #fff;
    text-decoration: none;
}

.common_container.breadcrumb_cont.row {
    width: 100%;
    padding: 0 60px 20px 60px;
}

div#VedioImgId {
    gap: 20px 0;
}

.breadcrumb_cont h4 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
}

li.breadcrumb_items {
    font-weight: 600;
    font-size: 15px;
}

.breadcrumb_items + .breadcrumb_items::before {
    font-family: 'Rajdhani-Bold';
    content: "/";
    font-weight: 500;
    font-size: 22px;
    color: var(--lightgray);
    padding: 0 10px;
    line-height: 52px;
}

.breadcrumb_cont {
    z-index: 1;
    position: absolute;
    height: 100%;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: end;
    padding-bottom: 20px;
}

ul.breadcrumb_nav {
    display: flex;
    font-size: 16px;
    align-items: center;
    font-weight: 300;
    list-style: none;
    padding-left: 0;
    justify-content: end;
    margin-bottom: -6px;
    font-family: 'Exo';
}

.main_content {
    min-height: 450px;
    padding: 30px 0;
    position: relative;
    padding-bottom: 110px;
}

section.main_content p {
    text-align: justify;
}

.page_image {
    margin: 0 0 15px 35px;
    border-radius: 10px !important;
    box-shadow: 0 14px 20px rgba(8, 8, 41, .08);
    box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.43);
    transition: .5s;
    float: right;
    position: relative;
    z-index: 9
}



.main_content {
    min-height: 500px;
    padding: 30px 0;
    padding-bottom: 150px;
    position: relative;
}

section.main_content p {
    text-align: justify;
}

.page_heading {
    color: var(--themecolor1);
    font-size: 23px;
    font-weight: 700;
    position: relative;
    padding-left: 25px;
    z-index: 0;
    margin-bottom: 15px;
    margin-top: 30px;
}

    .page_heading:before {
        content: "";
        background-image: url(../../MediaGallery/Icons/heading.png);
        background-size: contain;
        display: inline-block;
        width: 40px;
        height: 40px;
        top: 10px;
        position: relative;
        margin-right: 4px;
        margin-left: -27px;
        border-radius: 50%;
    }

.sub_heading {
    color: var(--themecolor);
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding-left: 40px;
    font-family: 'Exo';
    margin-bottom: 15px;
    margin-top: 15px;
}

    .sub_heading:before {
        content: "";
        background-image: url(../../MediaGallery/Icons/sub_head.png);
        background-size: contain;
        display: inline-block;
        width: 35px;
        height: 35px;
        position: relative;
        top: 10px;
        margin-right: 4px;
        margin-left: -40px;
        border-radius: 100%;
    }

.sub_sub_heading {
    color: var(--themecolor1);
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-left: 40px;
    font-family: 'Exo';
    margin-bottom: 15px;
    margin-top: 15px;
}

    .sub_sub_heading:before {
        content: "";
        background-image: url(../../MediaGallery/Icons/sub_sub_head.png);
        background-size: contain;
        display: inline-block;
        width: 32px;
        height: 32px;
        position: relative;
        top: 10px;
        margin-right: 4px;
        margin-left: -40px;
        border-radius: 100%;
    }


.page_li {
    list-style: none;
    padding-left: 5px;
}

    .page_li li {
        position: relative;
        padding-left: 10px;
    }

        .page_li li:last-child {
            border-bottom: none
        }

    .page_li li {
        font-size: 15px;
        padding: 7px 5px;
        padding-left: 27px;
        width: fit-content;
        text-align: justify;
        border-bottom: 1px dashed #dfdfdf;
        line-height: 24px;
    }

        .page_li li::before {
            content: "";
            background-image: url(../../MediaGallery/Icons/li_1.png);
            background-size: contain;
            display: inline-block;
            width: 23px;
            height: 23px;
            position: relative;
            top: 7px;
            margin-left: -26px;
            margin-right: 5px;
        }

        .page_li li .page_li li::before {
            background-image: url(../../MediaGallery/Icons/li_2.png);
            width: 22px;
            top: 6px;
            height: 22px;
        }

        .page_li li li .page_li li:before {
            background-image: url(../../MediaGallery/Icons/li_3.png);
            width: 20px;
            top: 5px;
            height: 20px;
        }

.history_img {
    float: right;
    margin-right: 25px;
    position: relative;
}

    .history_img::after {
        content: '';
        border: 5px solid #ffd354;
        position: absolute;
        width: 260px;
        height: calc(100% - 36px);
        top: -14px;
        right: -14px;
        border-radius: 10px;
    }

    .history_img img {
        width: 260px;
        margin-bottom: 3px;
    }

    .history_img h6 {
        text-align: center;
        margin-left: 35px;
        color: var(--themecolor);
        font-family: 'NotoSans';
        font-size: 17px;
        font-weight: 700;
    }

.history_img_left {
    float: left;
    margin-left: 25px;
    position: relative;
}

    .history_img_left::after {
        content: '';
        border: 5px solid #ffd354;
        position: absolute;
        width: 260px;
        height: calc(100% - 57px);
        top: 6px;
        left: -14px;
        border-radius: 10px;
    }
    .history_img_left img {
        width: 260px;
        margin: 20px 35px 3px 0px;
    }

    .history_img_left h6 {
        text-align: center;
        margin-right: 35px;
        color: var(--themecolor);
        font-family: 'NotoSans';
        font-size: 17px;
        font-weight: 700;
    }

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu {
    height: auto;
    position: relative;
    margin-left: 0;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid rgb(229 229 229);
    border-bottom: none;
    border-radius: 5px;
}

    .menu ul > li > ul li a {
        color: #000;
        padding: 10px;
        text-decoration: none;
        white-space: normal;
        font-size: 14px;
        transition-duration: .2s;
        font-weight: 500;
        width: 100%;
        display: block;
    }

    .menu > ul ul > li > a {
        border-bottom: solid 1px rgba(0, 0, 0, .1);
    }

    .menu li .selected {
        background-color: #f3f3f3;
        color: var(--themecolor1);
        font-weight: 700;
    }

    .menu li a:hover {
        background-color: #f3f3f3;
    }

    .menu > ul > li.active > a {
        background: #ffce08;
        color: #000;
    }

    .menu > ul > li > a {
        display: block;
        font-weight: 400;
        font-size: 16px;
        padding: 8px 13px;
        pointer-events: none;
        background-color: var(--themecolor);
        color: #fff;
        font-weight: 600;
        pointer-events: none;
    }

.press_card {
    transition: .3s ease-in-out;
}

.All_press .press_card:hover {
    transform: scale(1.03);
    transition: .3s ease-in-out;
}

.Press_tophead p {
    text-align: center !important;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}

.Press_tophead {
    margin-bottom: 30px;
}

.press_headings h6 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 35px;
    position: relative;
    color: var(--themecolor);
}

    .press_headings h6:before {
        content: '';
        width: 147px;
        height: 1px;
        position: absolute;
        bottom: -3px;
        border-top: 2px dashed #5d5d5d;
        left: 50%;
        transform: translate(-50%, 10px);
    }

p.Governor_name_right {
    text-align: right !important;
    font-weight: 700;
    font-size: 18px;
    margin-top: 50px;
}

p.Press_date_end {
    text-align: right !important;
    font-weight: 600;
}

.Press_contner p {
    margin-bottom: 10px;
}

.Press_contner, .press_end_dtls {
    margin-bottom: 35px;
}

    .press_end_dtls p {
        text-align: left;
        margin-bottom: 2px;
        font-size: 16px;
        font-weight: 500;
    }

.clr_table.table tr:nth-child(even), .datatable.table tr:nth-child(even) {
    background-color: #f5edd84d !important;
}
.table-hover > tbody > tr.no_hover:hover > * {
    --bs-table-color-state: none;
    --bs-table-bg-state: none;
}

/*.table-hover.clr_table > tbody > tr > th:hover {
    --bs-table-accent-bg: #e1e1e1 !important;
}
*/
table.table.clr_table {
    border-color: #dbc791 !important;
}

.clr_table tr th, .datatable > thead > tr > th {
    background-color: #f3c953 !important;
    color: #000000 !important;
    text-align: center;
    border-color: #dfaa19 !important;
    vertical-align: middle;
    border-top: 1px solid;
    font-weight: 600;
}
td {
    vertical-align: middle;
}

.clr_table tr th:hover, .datatable-table th:hover {
    background-color: #f3c953 !important;
}

.clr_table tr.snd_th th, .datatable > thead > tr.snd_th > th {
    background-color: #4c76ab !important;
    border-color: #34639d !important;
}

    .clr_table tr.snd_th th:hover, .datatable-table .snd_th th:hover {
        background-color: #4c76ab !important;
    }

.center-td-1 > tr > td:first-child {
    text-align: center;
}

.center-td-3 > tr > td:nth-child(3) {
    text-align: center;
}

section.breadcrumb {
    overflow: hidden;
}


.clr_table .fa {
    color: #fff
}


img.pdf_img {
    height: 25px;
}

img.url_img {
    height: 40px;
}

.wth_3 {
    width: 3%;
}

.wth_4 {
    width: 4%;
}

.wth_5 {
    width: 5%;
}

.wth_6 {
    width: 6%;
}

.wth_7 {
    width: 7%;
}

.wth_8 {
    width: 8%;
}

.wth_9 {
    width: 9%;
}

.wth_10 {
    width: 10%;
}

.wth_12 {
    width: 12%;
}

.wth_13 {
    width: 13%;
}

.wth_15 {
    width: 15%;
}

.wth_20 {
    width: 20%;
}

.wth_25 {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
}

.wth_27 {
    width: 27%;
}

.wth_30 {
    width: 30%;
}

.wth_35 {
    width: 35%;
    min-width: 35%;
    max-width: 35%;
}

.wth_40 {
    width: 40%;
}

.wth_45 {
    width: 45%;
}

.wth_50 {
    width: 50%;
}

.wth_55 {
    width: 55%;
}

.download_icon {
    background-image: linear-gradient(to top, var(--themecolor), var(--themecolor1));
    padding: 5px;
    border-radius: 5px;
    height: 35px;
    width: 35px;
    display: block;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    transition: .5s;
    line-height: 25px;
    text-align: center;
}

    .download_icon:hover {
        background-image: linear-gradient(to top, var(--themecolor1), var(--themecolor));
        color: #fff;
        transition: .5s;
    }

section.main_content p a, .page_li a:hover {
    color: var(--themecolor1);
    text-decoration: none;
}

    section.main_content p a:hover, .page_li a, td a {
        color: var(--themecolor);
    }

.clear-both {
    clear: both;
    border-top: 1px solid #dbdbdb;
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 300px;
}
    .clear-both .page_heading {
        margin-top: -15px !important;
    }
    .clear-both .page_image_lft {
        margin-top:0
    }
    .gapY_20 {
        gap: 20px 0
    }

.page_image_lft {
    margin: 40px 40px 40px 0;
    border-radius: 10px !important;
    box-shadow: 0 14px 20px rgba(8, 8, 41, .08);
    box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.43);
    transition: .5s;
    float: left;
    position: relative;
    z-index: 9;
}

.smpl_a {
    color: var(--themecolor);
    font-weight: 600;
    font-size: 16px
}

    .smpl_a:hover {
        color: var(--themecolor1)
    }

.gallery_gap {
    gap: 20px 0
}

    .gallery_gap .explore_box h4 {
        font-size: 16px;
    }

    .gallery_gap .explore_card_content span {
        color: var(--themecolor1);
        z-index: 9;
        font-size: 10px;
    }

.demof ul {
    width: 100%
}

.Governor_profile {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .Governor_profile .proff_img img {
        width: 180px;
        position: relative;
        border-radius: 5px;
        z-index: 9;
    }

    .Governor_profile .proff_img {
        width: 180px;
        box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.43);
        transition: .5s;
        position: relative;
        margin-right: 20px
    }

        .Governor_profile .proff_img:after {
            content: '';
            border: 5px solid #ffd354;
            position: absolute;
            width: 180px;
            height: 100%;
            top: -20px;
            left: -20px;
            border-radius: 10px;
        }

h3.Governor_name {
    font-family: 'Rajdhani-Bold';
    font-size: 26px;
    color: var(--themecolor);
    margin-bottom: 5px
}

p.Governor_deggi {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px
}

.larg_btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-align: center;
    background: var(--themecolor1);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 7px;
    min-width: 265px;
    max-width: 135px;
    cursor: pointer;
}

    .larg_btn:before {
        top: 0;
        border: 0 solid;
        transform: rotate(1turn);
        width: 0;
        height: 0;
        content: "";
        position: absolute;
        transition: .7s ease;
        z-index: -1;
        left: 0;
        right: auto;
        bottom: auto;
        border-color: #022344 transparent transparent transparent;
    }

    .larg_btn:hover:before {
        border-width: 135px 133px;
    }

.othr_btn {
    visibility: visible;
    opacity: 1;
    transform: none;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    background-color: var(--themecolor);
    border: 1px solid #042454;
    color: var(--themewhite);
    position: relative;
    z-index: 0;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    line-height: 1;
    padding: 9px 13px;
    border-radius: 5px;
    font-family: 'Exo';
    width: 100%;
    min-height: 33px;
    display: block;
}

    .othr_btn:before,
    .othr_btn:after {
        content: "";
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        width: 100%;
        background-color: var(--themecolor1);
        z-index: -1;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        border-radius: 99px;
        -webkit-transform: scaleY(1.1);
        -ms-transform: scaleY(1.1);
        transform: scaleY(1.1);
    }

    .othr_btn:before {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
    }

    .othr_btn:after {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
    }

    .othr_btn:hover:before,
    .othr_btn:hover:after {
        border-radius: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .othr_btn:hover {
        background: var(--themecolor1);
        border: 1px solid #a77a00;
    }


.governors_card {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 11%);
    transition: .3s ease-in-out;
    margin: 30px;
}

.governor_img {
    padding: 20px;
    text-align: center;
    overflow: hidden;
    width: 100%;
}

    .governor_img img {
        max-width: 180px;
        border-radius: 6px;
        box-shadow: 0px 0px 20px 0px #0000002b;
        transition: 0.3s ease-in-out;
        background: #bcbcbc;
    }

.governors_card h6 {
    text-align: center;
    font-size: 18px;
    padding: 0 15px;
    height: 45px;
    font-family: 'Besley';
    font-weight: 600;
    color: var(--themecolor);
    transition: 0.3s ease-in-out;
}

.governors_card p {
    text-align: center !important;
    font-size: 14px;
    font-family: 'Exo';
    font-weight: 600;
}

    .governors_card p span {
        color: var(--themecolor1);
    }

.governors_card .othr_btn {
    border-radius: 0 0 11px 11px
}

    .governors_card .othr_btn:hover {
        letter-spacing: 1px;
        transition: 0.4s ease-in-out;
    }

.governors_card:hover {
    filter: drop-shadow(rgb(221, 225, 235) 0px 14px 30px);
    transition: 0.4s ease-in-out;
}

    .governors_card:hover img {
        filter: sepia(0.5);
        transition: 0.3s ease-in-out;
    }

    .governors_card:hover h6 {
        color: var(--themecolor1);
        transition: 0.3s ease-in-out;
    }

span.advs_file {
    font-size: 12px;
    color: var(--themecolor);
    font-family: 'Exo';
    font-weight: 600;
}

.adv_pdf {
    height: 15px;
    margin-right: -1px;
    margin-top: -2px;
}

p.ExGovernor_deggi {
    color: #d09a06;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}

    p.ExGovernor_deggi span {
        color: var(--themecolor)
    }

.zone {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0;
    padding: 0;
    width: 100%
}

    .zone th {
        color: #000;
        font-weight: bold;
        text-align: center
    }

    .zone td {
        color: #1a1a1a
    }

.zone-border {
    border: 2px solid #0f2e5d;
    padding: 10px;
    border-radius: 0
}

.zone-border-left {
    border-left: 2px solid #353535
}

.zone-border-right {
    border-right: 2px solid #353535
}

.zone-border-top {
    border-top: 2px solid #353535
}

.zone-border-top2 {
    border-top: 1px solid #fff
}

.zone-border-bottom {
    border-bottom: 2px solid #353535
}

.zonetable {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%
}

    .zonetable td, .zonetable th {
        border: 2px solid #000;
        padding: 2px
    }

.green, .green td, .green th {
    background-color: #dcedc8
}

.red, .red td, .red th {
    background-color: #fbd7e3
}

.yellow2, .yellow2 td, .yellow2 th {
    background: #0f2e5d;
    background: -moz-linear-gradient(top,#fac695 0,#f5ab66 47%,#ef8d31 100%);
    background: -webkit-linear-gradient(top,#0f2e5d 0,#0f2e5d 47%,#0f2e5d 100%);
    background: linear-gradient(to bottom,#0f2e5d 0,#0f2e5d 47%,#0f2e5d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fac695',endColorstr='#ef8d31',GradientType=0);
    text-align: center;
    color: #000
}

.orgstructure td {
    font-size: .8em;
    font-weight: 700;
    color: #fff
}

.highlight {
    color: #FC0 !important
}

.rotate {
    background-color: #d09a06;
    transform: rotate(270deg);
    color: #fff;
    width: 260px;
    text-transform: uppercase;
    padding: 11px 0;
    text-align: center;
    font-weight: bold;
    margin-left: -102px;
    margin-right: -102px;
    z-index: 500;
    font-size: 1.8em
}

.border-width {
    width: 17px
}

.btn-info {
    color: #fff;
    background-color: #0f2e5d;
    border-color: #0f2e5d
}

    .btn-info:hover {
        color: #fff;
        background-color: #d09a06;
        border-color: #d09a06;
        transition: 1s all
    }

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #d09a06;
        border: 1px dashed #000;
        box-shadow: none
    }

span.jpeg {
    font-size: 12px;
    display: block;
    color: #d09a06
}

a.external {
    color: var(--themecolor1);
    font-weight: 700;
}

td span.fa {
    font-size: 20px;
    color: var(--themecolor1) !important;
}

.map_box {
    height: 335px
}

.height_100 {
    min-height: 102px !important;
}

.captcha {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 5px;
    color: #000;
}

    .captcha span {
        padding: 10px 4px;
    }

    .captcha a {
        color: #000;
        font-weight: 600;
        font-size: 18px;
    }

.input_box input {
    border: 1px solid #878787;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    color: #000000;
    background: #fff;
    font-size: 14px;
    padding-left: 20px;
    padding-top: 10px;
    box-shadow: none;
}

    .input_box input:focus-visible {
        outline: 0
    }

#txtComment {
    background: #fff !important;
}

.input_box input:focus + label,
.input_box input:valid + label {
    font-size: 15px;
    color: var(--themecolor);
    top: -12px;
    left: 10px;
    background: #fff;
    padding: 0px 5px 0px 5px;
    font-weight: 600;
}

.input_box textarea {
    border: 1px solid #878787;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    color: #000000;
    font-size: 14px;
    padding-left: 20px;
    box-shadow: none;
}

    .input_box textarea:focus + label,
    .input_box textarea:valid + label {
        font-size: 15px;
        color: var(--themecolor);
        top: -12px;
        left: 10px;
        background: #fff;
        padding: 0px 5px 0px 5px;
        outline: 0;
        font-weight: 600
    }

    .input_box input:focus, .input_box textarea:focus {
        color: #212529;
        background-color: #fff;
        border-color: var(--themecolor);
        outline: none;
        box-shadow: none;
    }

.input_box {
    width: auto;
    height: auto;
    position: relative;
}

    .input_box label {
        font-size: 17px;
        color: #878787;
        padding: 12px;
        position: absolute;
        top: 0;
        left: 0;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        pointer-events: none;
    }

.alert_textbox {
    float: right;
    font-size: 12px !important;
    margin-right: 11px;
    margin-top: -12px;
    position: relative;
    line-height: 20px;
    z-index: 999;
    background: bisque;
    border-radius: 5px;
    padding: 0px 8px;
}

    .alert_textbox:before {
        font-family: 'FontAwesome';
        content: "\f071";
        /* content: "\f06a";   For Circle */
        color: red;
        margin-right: 2px;
    }

.dropdown_display4.cat_fltr1 .DdBox2:before {
    display: none;
}

.dropdown_display4.cat_fltr1 {
    position: absolute;
    right: 321px;
    top: 32px;
}

.webmaster_card {
    box-shadow: -1px 0px 10px 0px rgb(21 36 52 / 15%);
    margin: 10px;
    padding: 30px;
    display: flex;
    border-radius: 5px;
    background: #fff;
}

.web_content {
    margin-left: 20px;
}

.web_content {
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
    align-items: center;
}

.web_img img {
    width: 180px;
    margin: 15px 0;
}

.web_img {
    border-right: 2px solid #f1f1f1;
    padding-right: 40px
}

.web_content p {
    width: 100%;
    text-align: left;
}
a.main_btn.float-end {
    border-radius: 5px;
}
.footerDate {
    position: absolute;
    bottom: 6px;
    right: 60px;
}
.footer_Dates, .footerDates {
    position: absolute;
    right: 60px;
    margin-top: -25px;
}
.Pagination-box {
    padding: 25px 0 25px;
}

.border_line {
    width: 100%;
    border-bottom: 4px solid var(--themecolor2);
    padding: 0 15px;
    height: 45px;
    border-radius: 50px;
}

.Display_record {
    margin-top: 12px;
}

.pagination {
    float: right;
    height: 40px;
}

    .pagination ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        border-radius: 50px;
    }

        .pagination ul li {
            color: #000;
            list-style: none;
            line-height: 30px;
            text-align: center;
            padding: 4px 0px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            user-select: none;
            transition: all 0.3s ease;
        }

            .pagination ul li a {
                color: #000;
                display: block;
                line-height: 30px;
                text-align: center;
                font-size: 14px;
                font-weight: 500;
                text-decoration: none;
                cursor: pointer;
                user-select: none;
                transition: all 0.3s ease;
            }

                .pagination ul li a.numb {
                    list-style: none;
                    height: 30px;
                    width: 30px;
                    margin: 0px 3px;
                    line-height: 30px;
                    border-radius: 50%;
                }

                .pagination ul li a.numb, .pagination ul li a {
                    list-style: none;
                    height: 30px;
                    width: 30px;
                    margin: 0px 5px;
                    line-height: 30px;
                    border-radius: 50%;
                }

            .pagination ul li .numb.first {
                margin: 0px 3px 0 -5px;
            }

            .pagination ul li .numb.last {
                margin: 0px -5px 0 3px;
            }

            .pagination ul li .dots {
                font-size: 22px;
                cursor: default;
            }

            .pagination ul li .btn {
                padding: 0 14px;
                border-radius: 50px;
                margin-right: 10px;
            }

            .pagination ul li .prev {
                margin-right: -2px;
            }

            .pagination li a.active, .pagination li.active a,
            .pagination ul li a.numb:hover,
            .pagination ul li a:first-child:hover,
            .pagination ul li a:last-child:hover {
                color: #fff;
                background: var(--themecolor);
            }

.paginate_button.disabled {
    display: none !important;
}

li.paginate_button.page-item {
    margin: 0 5px;
}

a.page-link {
    border-radius: 5px !important;
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    color: var(--themecolor) !important;
    padding: 0px 7px;
    text-align: center;
    border-color: var(--themecolor);
}

.page-link.active, .active > .page-link {
    border-color: #001433;
}

.page-link:hover {
    border-color: #001b44;
    background: var(--themecolor);
    color: #fff !important;
}

.page-link:focus {
    background: #fff;
}

.page-link:focus {
    box-shadow: none
}

li.paginate_button.page-item.active a.page-link {
    color: #fff !important;
}
div#PressImgId .col-12 {
    padding: 10px;
}
.photo_cat {
    height: 100%;
    position: relative;
    z-index: 2;
    display: block;
    background-color: var(--themewhite);
    box-shadow: 0px 4px 15px rgba(8, 14, 28, 0.1);
    border-radius: 10px;
    text-align: center;
    padding: 7px;
    overflow: hidden;
    transition: 0.4s ease-in-out;
}

.cat_dtls {
    position: relative;
    padding: 10px 5px;
    padding-bottom: 25px;
}

    .cat_dtls h6 {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        color: var(--themeblack);
        margin-bottom: 10px;
        width: 100%;
        line-height: 20px;
        overflow: hidden;
        transition: all 0.3s ease-out;
    }

.photo_cat .cat_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-out;
}

.cat_img:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.photo_cat:hover .cat_img:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.cat_img, .categ_img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25);
}



    .categ_img img {
        transition: all 1s ease;
        background-size: cover;
        width: 100%;
    }

.photo_cat:hover .cat_img img {
    transform: scale(1.1);
    transition: all 0.6s ease-out;
}

.categ_img img:nth-child(1) {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.categ_img img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
}

.photo_cat:hover .categ_img img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}

.photo_cat:hover .categ_img img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.photo_cat h5 {
    margin-top: 15px;
    font-size: 16px;
    font-family: 'Exo';
    font-weight: 600;
    color: var(--themecolor);
}

.photo_cat:hover h5 {
    color: var(--themecolor2);
}

.photo_cat:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    transition: 0.8s ease-in-out;
}

.photo_cat:after {
    position: absolute;
    content: "";
    background: #ffd76b;
    height: 100%;
    width: 0;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all .8s ease-in-out;
}

span.total_img {
    color: var(--themecolor);
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    bottom: -1px;
    right: 0;
    transition: all .8s;
}
.page_head {
    font-weight: 700;
    font-size: 18px;
    color: var(--themecolor1);
    line-height: 22px;
}
a.cate_back {
    float: right;
    font-size: 17px;
    font-weight: 700;
    color: rgb(241, 2, 0);
}
.sitemap a:hover {
    color: var(--themecolor) !important;
    margin-left: 10px;
}
.sitemap a {
    --ms-transition: all 0.3s ease 0s;
    color: var(--themecolorblack);
    font-weight: 500;
    transition: 0.3s;
    text-decoration: none;
}
    td a:hover {
    text-decoration: underline; transition: all .8s ease-in-out;
}
a.main_btn.float-end.arch {
    right: 345px;
    top: 30px;
    position: absolute;
}
.Panoramic_360 .caption {
    text-align: center;
    color: white;
    font-size: 16px;
    margin-top: 20px;
}


.Panoramic_360 .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99999999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden
}

.Panoramic_360 .no-scroll {
    overflow: hidden;
}

.Panoramic_360 .popup.active {
    display: flex;
}

.Panoramic_360 #panorama-container {
    position: relative;
    width: 900px;
    height: 450px;
}

.Panoramic_360 canvas {
    width: 100%;
    height: 100%;
    display: block
}

.Panoramic_360 .controls {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 10;
}

.Panoramic_360 .btn {
    padding: 4px 10px;
    background: rgb(36 36 36 / 70%);
    color: white;
    border: 1px solid #201f1f;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 5px;
    border-radius: 4px;
}

    .Panoramic_360 .btn:hover {
        background: rgba(0, 0, 0, 0.6);
    }


.Panoramic_360 .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}

.Panoramic_360 .prev-btn {
    left: 20px;
}

.Panoramic_360 .next-btn {
    right: 20px;
}

.Panoramic_360 .nav-btn:hover {
    background: rgba(0, 0, 0, 0.9);
}
.underlined {
    text-underline-offset: 4px;
    text-decoration: underline !important;
}
.Logo_sec a.underlined {
    color: var(--themecolor);
}
a.footer_logo.underlined {
    color:#fff;
}
@keyframes in-top {
    from {
        -webkit-transform: rotate3d(-1, 0, 0, 90deg);
        transform: rotate3d(-1, 0, 0, 90deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg)
    }
}



@keyframes in-right {
    from {
        -webkit-transform: rotate3d(0, -1, 0, 90deg);
        transform: rotate3d(0, -1, 0, 90deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg)
    }
}


@keyframes in-bottom {
    from {
        -webkit-transform: rotate3d(1, 0, 0, 90deg);
        transform: rotate3d(1, 0, 0, 90deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg)
    }
}


@keyframes in-left {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 90deg);
        transform: rotate3d(0, 1, 0, 90deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg)
    }
}

@keyframes out-top {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg)
    }

    to {
        -webkit-transform: rotate3d(-1, 0, 0, 104deg);
        transform: rotate3d(-1, 0, 0, 104deg)
    }
}

@keyframes out-right {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg)
    }

    to {
        -webkit-transform: rotate3d(0, -1, 0, 104deg);
        transform: rotate3d(0, -1, 0, 104deg)
    }
}

@keyframes out-bottom {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg)
    }

    to {
        -webkit-transform: rotate3d(1, 0, 0, 104deg);
        transform: rotate3d(1, 0, 0, 104deg)
    }
}

@keyframes out-left {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg)
    }

    to {
        -webkit-transform: rotate3d(0, 1, 0, 104deg);
        transform: rotate3d(0, 1, 0, 104deg)
    }


}

img.pdf_view {
    width: 19px;
    margin-top: -4px;
    margin-right: 4px;
}
