body {
    background-color: var(--themewhite);
    font-family: 'Comfortaar';
    font-size: 15px;
    font-weight: 400;
    color: #363636;
    -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: 'Laila';
    src: url('../Fonts/Laila-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../Fonts/Rajdhani-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Rajdhani-Bold';
    src: url('../Fonts/Rajdhani-Bold.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: 'Comfortaar';
    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: 'Poppins';
    src: url('../Fonts/Poppins-Regular.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: #eda619;
    --themecolor1: #02457a;
    --themecolor2: #fec321;
    --themecolor3: #0e1e4e;
    --themecolor3: #00223d;
    --themecolor4: #ff9800;
}

a {
    text-decoration: none;
}

.common_container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
}

section.header {
    position: relative;
    background: #ffff;
}

.head_top {
    background: var(--themecolor);
    position: relative;
    height: 30px;
    border-bottom: 1px solid #e79e0f;
}

p.goup_top {
    color: #ffffff;
    font-size: 12px;
    line-height: 30px;
    margin-left: 29px;
    font-weight: 500;
    font-family: 'Poppins';
}

.top-menu {
    padding: 2px 20px;
    padding-left: 49px;
    width: 245px;
    z-index: 99;
    position: absolute;
    top: -1px;
    right: 8px;
}

    .top-menu .top_link {
        text-decoration: none;
        width: 27px;
        height: 25px;
        color: var(--themewhite);
        font-size: 11px;
        padding: 1px 2px;
        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: 20px;
    margin-top: 2px;
}

    a.top_link img path {
        fill: var(--themecolor);
    }

a.top_link .fa {
    font-size: 18px;
    margin-top: 2px;
}

.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(--themecolor4);
    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: 17px;
    margin-top: 2px;
}

a.top_link img {
    filter: invert();
}

a.top_link:hover img {
    filter: brightness(0) saturate(100%) invert(77%) sepia(13%) saturate(7313%) hue-rotate(353deg) brightness(99%) contrast(87%);
}

.top-menu .top_link:hover {
    background-color: var(--themewhite);
    color: var(--themecolor);
}

.home_logo a {
    position: relative;
    z-index: 9;
    display: inline-flex;
    align-items: center;
}

.home_logo img {
    width: 85px;
}

.home_logo div {
    font-size: 28px;
    color: var(--themecolor1);
    font-family: 'Exo';
    margin-left: 10px;
    margin-top: -4px;
    font-weight: 700;
}

.home_logo span {
    display: block;
    color: var(--themecolor);
    font-size: 20px;
    margin-left: 3px;
    margin-top: -6px;
    font-family: 'Exo';
    font-weight: 700;
}

.home_logo {
    padding: 10px;
    position: relative;
    z-index: 0;
    padding-left: 35px;
}

.other_site {
    position: absolute;
    right: 30px;
    top: 43px;
}

img.kta_logo {
    margin-left: -12px;
    width: 78px;
}

img.Mahakumbh_logo {
    width: 78px;
    margin-right: 6px;
    margin-left: 3px;
}

img.uppcdf_logo {
    width: 80px;
}

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: -35px;
    z-index: 9;
    margin-right: 6px;
    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: -39px;
    padding-top: 2px;
    padding-bottom: 25px;
    border-radius: 4px 0 0 0;
    z-index: 0;
    height: 25px;
    width: auto;
    float: right;
    position: relative;
    border: 1px solid #73737345;
    background: rgb(196 196 196 / 27%);
    padding-right: 25px;
}

.key_sec {
    position: relative;
    padding: 40px 0;
    background: #ffff;
    background-attachment: fixed;
    z-index: 0;
    background-image: url(../../MediaGallery/UI_Image/footer_bg.png);
}

.key_functionary {
    background: #fff;
    margin: 7px;
    padding: 10px;
    position: relative;
    width: 190px;
    height: fit-content;
    text-align: center;
    border-radius: 5px;
    z-index: 0;
    border: 1px solid #efeded;
    box-shadow: 0 5px 20px 0 #00000014;
}

.key_img {
    overflow: hidden;
    position: relative;
    background: #8b8b8b;
    background: #ffede0;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    box-shadow: 0 5px 20px 0 #00000014;
}

    .key_img img {
        width: 90px;
    }

.key_functionary:hover .key_img img {
    transform: scale(1.1);
    transition: 0.8s ease-in-out;
}

.key_cntnt {
    text-align: center;
    position: relative;
    padding-top: 15px;
}

h2.Key_name {
    font-size: 16px;
    color: #424141;
    font-weight: 600;
    font-family: 'Exo';
    margin-bottom: 4px;
}

h5.key_deggi {
    font-size: 13px;
    text-align: center;
    font-family: 'Exo';
    color: #525252;
}

.key_functionary.sndn {
    margin-top: 30px;
}

.key_functionary.thrd {
    margin-top: -18px;
}

.news_top {
    background: var(--themecolor1);
    padding: 5px 15px;
    border-radius: 5px 5px 0px 0px;
    border-top: 4px solid var(--themecolor);
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.news_scroll {
    width: 90%;
}

.news_bg {
    position: relative;
    z-index: 0;
}

    .news_bg::before {
        content: '';
        position: absolute;
        background-color: var(--themecolor);
        width: 120px;
        height: 140%;
        top: -5px;
        left: -19px;
    }

    .news_bg:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 99px;
        width: 84px;
        height: calc(100% + 13px);
        background-color: var(--themecolor);
        z-index: -1;
        -webkit-mask-image: url('data:image/svg+xml,<svg width="84" height="73" viewBox="0 0 84 73" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-0.00195312 0.994333C0.649832 0.962347 1.34524 0.960712 2.07929 0.994333H83.998V72.9697C59.9088 72.9697 47.3422 52.3005 44.0701 41.9659C32.4381 9.78311 12.9901 1.49408 2.07929 0.994333H-0.00195312Z" fill="%23D9D9D9"/></svg>');
        mask-image: url('data:image/svg+xml,<svg width="84" height="73" viewBox="0 0 84 73" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-0.00195312 0.994333C0.649832 0.962347 1.34524 0.960712 2.07929 0.994333H83.998V72.9697C59.9088 72.9697 47.3422 52.3005 44.0701 41.9659C32.4381 9.78311 12.9901 1.49408 2.07929 0.994333H-0.00195312Z" fill="%23D9D9D9"/></svg>');
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .news_bg h5 {
        padding: 5px;
        color: var(--themewhite);
        padding-top: 2px;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Titillium';
        position: relative;
        z-index: 1;
        margin-bottom: 0;
    }

.ticker-box {
    position: absolute;
    right: 20px;
    top: 6px;
    z-index: 1;
}

    .ticker-box a {
        float: right;
        padding-left: 5px;
    }

.ticker_size img {
    width: 16px;
}

li.single_li {
    min-width: 1800px;
}

.btnToggle {
    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: 5px;
    transition: all 0.5s;
}

    .btnToggle::before {
        content: "\f04b";
        font-family: 'FontAwesome';
        text-decoration: none;
        font-size: 14px;
        margin-left: -4px;
    }

.et-run {
    background: var(--themecolor1);
    color: var(--themewhite) !important;
    border-radius: 50%;
    height: 24px;
    line-height: 25px;
    text-decoration: none;
    width: 24px;
    margin-top: 5px;
    transition: all 0.5s;
}

    .et-run::before {
        content: "\f04c";
        text-decoration: none;
        font-size: 12px;
        margin-left: -5px;
    }

a.btnUp .fa, .btnall .fa {
    font-size: 15px;
    color: var(--themewhite);
    padding: 5px;
    background: var(--themecolor1);
    font-weight: 400;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    transition: all 0.5s;
}

a.btnUp,
a.btnDown, .btnall {
    margin-top: 5px;
}

    a.btnDown .fa {
        font-size: 15px;
        color: var(--themewhite);
        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.btnToggle.et-run:hover, .btnall:hover .fa {
        color: var(--themecolor1) !important;
        background: #fff;
    }

.news_card {
    position: relative;
    display: block;
    /* box-shadow: -1px -1px 3px 0px #0000003b; */
    width: 98%;
    margin-top: 1% !important;
    margin-left: 1% !important;
    overflow: hidden;
    border-radius: 0;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    margin-bottom: 10px !important;
}

.demof ul {
    width: 100%;
    padding: 0;
    margin-top: -15px;
}

.demo5.demof {
    min-height: 350px;
    max-height: 350px;
}

.news_innerbox {
    background-color: #ababab29;
    border: 2px solid #d7d7d742;
    transition: background-color .15s ease-out;
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 7px 15px;
}

.clnder_box {
    position: absolute;
    transition: 0.5s ease-in-out;
    color: #000;
    top: 0;
    left: 0px;
    height: 100%;
    width: 70px;
    text-align: left;
    padding: 5px 7px;
    overflow: hidden;
    z-index: 1;
}

    .clnder_box p {
        display: block;
        font-size: 16px;
        margin-top: 15px;
        font-weight: 700;
        text-align: left;
        margin-left: 2px;
        font-family: 'Exo';
        margin-bottom: 0px;
        z-index: 2;
        position: relative;
    }

    .clnder_box span {
        display: block;
        margin-left: 3px;
        font-family: 'Titillium';
        font-size: 14px;
        z-index: 2;
        position: relative;
    }

.ticker_size {
    text-align: left;
    margin-right: 5px;
}

span.news_date {
    float: right;
    margin-top: -19px;
    font-family: 'Itim';
    font-size: 13px;
}

.ticker_size span {
    font-size: 12px;
    font-family: 'Exo';
    color: var(--themeblack);
}

.news_textbox {
    color: #000;
    font-size: 13px;
    margin-left: 2px !important;
    font-weight: 500;
    text-decoration: none;
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    height: 34px;
    margin: 0 auto;
    margin-bottom: 2px;
    line-height: 18px;
    margin-top: 0;
    -webkit-line-clamp: 2;
    font-family: 'Poppins';
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

    .news_textbox:hover {
        color: var(--themecolor1);
    }

.news_all {
    clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 100%, 50% 162%, 0% 0%, 0% 0%);
    background: var(--themecolor);
    padding: 5px 15px;
    padding-left: 35px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    right: -1px;
    margin-top: 0px;
    z-index: 9;
    transition: 0.5s ease-in-out;
}

    .news_all:hover {
        background-color: var(--themecolor2);
        transition: 0.5s ease-in-out;
    }


.news_card:hover .news_innerbox {
    transition: 0.5s ease-in-out;
    border-color: var(--themecolor);
}

.news_card:hover .clnder_box:after {
    opacity: 1;
    transition: 0.5s ease-in-out;
}

.Scheme_sec {
    background-image: url(../../MediaGallery/UI_Image/Scheme_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 60px
}

.home_heading {
    font-family: Laila;
    color: var(--themecolor);
    font-size: 22px;
    font-weight: 600;
}

    .home_heading span {
        color: var(--themecolor1);
    }

.scheme_box {
    background-color: #FFF;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    position: relative;
    transition: all 0.5s linear;
}

.scheme_icon {
    height: 70px;
    display: table;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .scheme_icon img {
        width: 70px;
        line-height: 1;
        display: table;
        filter: brightness(0) saturate(100%) invert(70%) sepia(80%) saturate(2668%) hue-rotate(333deg) brightness(103%) contrast(101%);
    }

    .scheme_icon + .scheme_circle {
        width: 20px;
        height: 20px;
        background: var(--themecolor);
        position: absolute;
        top: 20px;
        left: 20px;
        border-radius: 100%;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

h6.scheme_title {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Titillium';
    color: var(--themecolor1);
    transition: all 0.5s linear;
}

.scheme_box p {
    font-size: 12px;
    font-family: 'Exo';
    transition: all 0.5s linear;
}

.scheme_box a {
    border-radius: 50px;
    border: 1px solid var(--themecolor);
    color: var(--themecolor);
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins';
    width: 24px;
    display: block;
    overflow: hidden;
    height: 24px;
    cursor: pointer;
    transition: all 0.3s linear;
}

    .scheme_box a .fa {
        font-size: 15px;
        margin-left: 2px;
    }

.scheme_box:hover {
    background-color: var(--themecolor1);
    transition: all 0.5s linear;
}

    .scheme_box:hover .scheme_icon img {
        animation: toTopFromBottom 0.4s forwards;
        filter: brightness(0) saturate(100%) invert(98%) sepia(98%) saturate(0%) hue-rotate(355deg) brightness(103%) contrast(103%);
    }


    .scheme_box:hover .scheme_icon + .scheme_circle {
        width: 90px;
        height: 90px;
        background: var(--themecolor);
        position: absolute;
        top: 20px;
        left: 20px;
        border: 100%;
    }

    .scheme_box:hover h6.scheme_title, .scheme_box:hover p {
        color: #fff;
    }

    .scheme_box:hover a {
        border: 2px solid #ffffff;
        color: #ffffff;
        width: 100px;
        display: block;
        transition: all 0.3s linear;
    }

        .scheme_box:hover a .fa {
            font-size: 18px;
        }

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}



.important_links {
    background-color: #02457aab;
    background-image: url(../../MediaGallery/UI_Image/important_bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 60px 0px;
}

.links_container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.link_box {
    position: relative;
    transition: all .4s ease-in-out;
    padding: 20px 10px;
    border-right: 1px solid #ffffff47;
    border-bottom: 1px solid #ffffff47;
    display: flex;
    text-decoration: none;
    align-items: center;
    z-index: 0;
}

    .link_box.right_nobrder {
        border-right: none;
    }

    .link_box.btm_nobrdr {
        border-bottom: none;
    }

.circle_svg {
    fill: var(--themecolor);
}

img.link_img {
    position: absolute;
    left: 24px;
    height: 42px;
    top: 35px;
}

.Links_card {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 20px;
    margin-left: 15px;
    font-weight: 600;
    color: #fff;
    font-family: 'Exo';
}

.link_box:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.link_box:after {
    position: absolute;
    content: "";
    background: var(--themecolor);
    height: 100%;
    width: 0;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all .4s ease-in-out;
}

img.links_circle {
    width: 70px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.mt_80 {
    margin-top: 80px;
}

.link_box:hover .links_circle {
    filter: brightness(0) saturate(100%) invert(16%) sepia(60%) saturate(3050%) hue-rotate(189deg) brightness(94%) contrast(104%);
    animation: witr_rotate_180 20s linear 0.1s infinite alternate running;
}

@keyframes witr_rotate_180 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

img.link_img.uppcdf {
    height: 45px;
    left: 17px;
    top: 33px;
}

.our_portals {
    background-image: url(../../MediaGallery/UI_Image/paper_bg.jpg);
    background-repeat: no-repeat;
    padding: 40px 0;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 0;
}


.portal_crd {
    position: relative;
    padding: 10px;
    display: block;
}

.portal_cntnt {
    background: #ffffff;
    border: 1px solid #dfdfdf;
    padding: 15px 15px 130px;
    border-radius: 5px;
    position: relative;
    height: 100%;
    z-index: 1;
    transition: 0.5s;
    color: #000;
    box-shadow: 0 5px 20px 0 #00000014;
}

    .portal_cntnt:after {
        position: absolute;
        content: "";
        width: 0;
        height: 7px;
        left: 50%;
        top: 0;
        background: var(--themecolor1);
        z-index: -1;
        border-radius: 5px 5px 0 0;
        transition: 0.5s;
        opacity: 0;
    }

    .portal_cntnt:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        left: 0;
        top: 0;
        border: 2px solid var(--themecolor1);
        z-index: -1;
        border-radius: 5px;
        transition: 0.5s;
        opacity: 0;
    }

.portal_crd:hover .portal_cntnt {
    background: transparent;
}

    .portal_crd:hover .portal_cntnt:after {
        width: 100%;
        opacity: 1;
        left: 0;
    }

    .portal_crd:hover .portal_cntnt:before {
        height: 100%;
        opacity: 1;
    }

.portal_sub_crd {
    padding: 0 25px;
}

    .portal_sub_crd img {
        width: 100%;
        margin-top: -132px;
        position: relative;
        z-index: 1;
        border-radius: 5px;
        box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 16%);
    }

.portal_crd h4 {
    font-size: 19px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Titillium';
    margin: 10px 0 17px;
    position: relative;
    color: var(--themecolor);
}

    .portal_crd h4:before {
        position: absolute;
        content: "";
        width: 46px;
        height: 3px;
        left: 0;
        bottom: -10px;
        background: var(--themecolor1);
    }

img.portal_logo {
    height: 65px;
}

.portal__bgimg img {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 200px;
    opacity: 0.5;
    filter: opacity(0.5);
}

.portal_cntnt p {
    font-size: 13px;
}

.portal_crd:hover h4 {
    color: #000;
}

.gallery_sec {
    position: relative;
    background-image: url(../../MediaGallery/UI_Image/gallery_bg.jpg);
    background-repeat: no-repeat;
    padding: 40px 0;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 0;
}

    .gallery_sec::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #eef2fd;
        opacity: .85;
        z-index: -1;
    }

.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 !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
    margin-bottom: 20px;
}

    .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: 5px;
    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: 16px;
}

.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: rgb(255 171 23 / 40%);
    background-color: rgb(2 69 122 / 39%);
    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;
}

.extrnal_sec {
    background-image: url(../../MediaGallery/UI_Image/paper_bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 20px 40px;
    background-position: bottom;
}

.Importantlinks {
    position: relative;
}

.slideritem {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    margin: 0 25px;
}

img.height_65 {
    height: 65px;
}

.height_80 {
    height: 80px;
}

.height_60 {
    height: 60px;
}

#Importantlinks {
    position: relative;
}

    #Importantlinks .owl-nav button.owl-prev {
        position: absolute;
        top: 30%;
        left: 0;
    }

    #Importantlinks .owl-nav button.owl-next {
        position: absolute;
        top: 30%;
        right: 0;
        z-index: 9;
    }

        #Importantlinks .owl-nav button.owl-prev span, #Importantlinks .owl-nav button.owl-next span {
            color: var(--themewhite);
            font-size: 40px;
            line-height: 22px;
            transition: 0.5s;
            background-color: var(--themecolor1);
            padding: 5px;
            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(--themecolor2);
            }


.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;
}

.owl-2_sliderbutton {
    position: absolute;
    bottom: -1px;
    font-size: 15px;
    left: 51%;
    margin-left: 24px;
    z-index: 99;
}

    .owl-2_sliderbutton #owlplay-2 {
        color: var(--themecolor);
    }

    .owl-2_sliderbutton #owlstop-2 {
        color: var(--themecolor1);
    }

.footer_sec {
    padding: 40px 0;
    position: relative;
    padding-bottom: 0;
    background-attachment: fixed;
    z-index: 0;
    background-image: url(../../MediaGallery/UI_Image/footer_bg.png);
    background-color: var(--themecolor1);
}

a.footer_logo {
    display: flex;
    align-items: center;
}

    a.footer_logo img {
        width: 80px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(103%) contrast(103%);
    }

    a.footer_logo div {
        font-family: 'Exo';
        font-size: 25px;
        line-height: 27px;
        font-weight: 700;
        color: var(--themecolor);
        margin-left: 12px;
    }

        a.footer_logo div span {
            display: block;
            font-size: 16px;
            margin-top: -3px;
            color: var(--themewhite);
        }

p.footer_text {
    color: var(--themewhite);
    margin-top: 25px;
    font-size: 15px;
    font-family: 'Exo';
    text-align: justify;
    margin-bottom: 30px;
}



a.web_mannger {
    color: var(--themecolor);
    text-decoration: none;
}

    a.web_mannger:hover {
        color: var(--themewhite);
    }

ul.footer_nav {
    padding-left: 90px;
}

.footer_nav > li {
    margin-bottom: 5px;
    list-style: none
}

    .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);
    }

ul.footer_nav.one {
    padding-left: 160px;
}

.footer_nav > li > a:hover {
    color: var(--themecolor);
    padding-left: 18px;
}


.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: 14px;
    transition: .4s;
    left: -3px;
    margin-top: -2px;
}

.social-menu {
    margin-top: 35px;
    margin-bottom: 35px;
    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: 33px;
            }

            .social-menu ul li .fa {
                font-size: 25px;
                line-height: 35px;
                transition: .2s;
            }

            .social-menu ul li:nth-child(1) a i {
                font-weight: 500;
                font-size: 25px;
                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: 35px;
                height: 35px;
                border-radius: 20px;
                background-color: #c4e5ff;
                text-align: center;
                transition: .4s;
                box-shadow: 0 5px 4px rgb(0 0 0 / 14%);
            }

                .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: 17px;
                        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: 9px;
                margin-left: 0px;
            }

.twitter_img {
    max-width: 17px;
    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: 43px;
    font-size: 18px;
    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:hover::before {
    transform: rotate(360deg);
    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: 13px;
    font-weight: 500;
}

span.visitor_no {
    color: #fff;
    float: right;
    font-size: 13px;
    font-weight: 500;
}

.footer_bottom {
    border-top: 2px dashed #0375cf;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: #00223d;
}

.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: var(--themecolor);
        }


.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: 120px;
        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(--themecolor);
        border: 1px solid #e59b0b;
        width: 40px;
        top: 215px;
        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 5px 5px 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(--themecolor4);
    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;
}

.Accessibility_nav a:hover {
    background: var(--themecolor1);
    border-color: #00604f;
    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;
}

.portal_card {
    background-color: #6abc296b;
    display: block;
    background-image: url('../../MediaGallery/UI_Image/portal_crd.png');
    padding: 25px;
    border-radius: 10px;
    transition: all 0.5s;
    margin: 40px 0;
}

    .portal_card:hover {
        transition: all 0.5s;
        background-color: #1e6a25;
    }

    .portal_card .portal_card_cntent {
        font-size: 16px;
        font-family: 'Exo';
        font-weight: 600;
        line-height: 18px;
        text-align: center;
        color: #1e6a25;
        transition: all 0.5s;
        height: 40px;
    }

.portal_card_icon {
    width: 80px;
    height: 80px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.portal_card.snd {
    background-color: #fcb30052;
}

.portal_card.snd .portal_card_cntent {
    color: #d79100;
}

.portal_card.snd:hover {
    transition: all 0.5s;
    background-color: #fcb300db;
}

a.portal_card.thrd {
    background-color: #fe64624a;
}

.portal_card.thrd .portal_card_cntent {
    color: #ff1310;
}

.portal_card.thrd:hover {
    transition: all 0.5s;
    background-color: #ff8887;
}

a.portal_card.frth {
    background-color: #0BB6EA1F;
}

.portal_card.frth .portal_card_cntent {
    color: #00a7d9;
}

.portal_card.frth:hover {
    transition: all 0.5s;
    background-color: #49d5ff;
}

.portal_card:hover .portal_card_cntent {
    color: #fff !important;
    transition: all 0.5s;
}

.portal_card_icon img {
    width: 50px;
}

img.height_50 {
    height: 50px;
}

img.height_55 {
    height: 55px;
}

.main_btn {
    height: 32px;
    min-width: 115px;
    align-items: center;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-family: 'Exo';
    padding: 6px 25px;
    font-weight: 600;
    z-index: 0;
    background-color: var(--themecolor);
}

    .main_btn:before {
        content: "";
        height: 300px;
        width: 300px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(0);
        z-index: -1;
        background: var(--themecolor1);
        border-radius: 50%;
        transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .main_btn:hover::before {
        transform: translateY(-50%) translateX(-50%) scale(1);
        transition: 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }



@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)
    }
}


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;
}

.breadcrumb_cont h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
    font-family: 'Titillium';
}

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
}

/* .page_image:hover {
    transform: perspective(300px) rotateX(2deg) rotateY(2deg);
} */

.page_heading {
    color: var(--themecolor);
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding-left: 25px;
    font-family: 'Exo';
    margin-bottom: 15px;
    margin-top: 30px;
}


.page_heading2 {
    font-size: 18px !important;
    font-weight: 700;
    position: relative;
    padding-left: 0px;
    font-family: 'Exo';
    /*margin-bottom: 15px;*/
    margin-top: 30px;
    /*margin-left:-15px;*/
}



    .page_heading:before {
        content: "";
        background-image: url(../../MediaGallery/Icons/heading.png);
        background-size: contain;
        display: inline-block;
        width: 30px;
        height: 30px;
        top: 4px;
        position: relative;
        margin-right: 4px;
        margin-left: -27px;
    }

.sub_heading {
    color: var(--themecolor1);
    font-size: 19px;
    font-weight: 700;
    position: relative;
    padding-left: 21px;
    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: 28px;
        height: 28px;
        position: relative;
        top: 4px;
        margin-right: 4px;
        margin-left: -30px;
    }

.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_li2 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;
        }


* {
    scrollbar-width: thin;
    scrollbar-color: var(--themecolor) #ffffff;
}

    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 10px;
    }

    *::-webkit-scrollbar-track {
        background: #f3f7fd;
    }

    *::-webkit-scrollbar-thumb {
        background-color: var(--themecolor);
        border-radius: 5px;
        border: 2px solid #ffffff;
    }


.footerDates {
    margin-bottom: 25px;
    margin-right: 20px;
    font-size: 15px;
}

    .footerDates span {
        float: right;
    }

.Clr_table.table {
    border-color: #ffe4d2;
}

    .Clr_table.table tr:nth-child(odd), .datatable.table tr:nth-child(odd) {
        background-color: var(--themewhite) !important;
    }

td, th {
    vertical-align: middle;
}

    td a {
        text-decoration: none;
        color: var(--themecolor2);
    }

        td a:hover {
            color: var(--themecolor4);
        }


    td .page_li {
        margin-bottom: 0
    }

        td .page_li li {
            padding: 0px 5px;
            padding-left: 27px;
        }

.Clr_table.table tr:nth-child(even), .datatable.table tr:nth-child(even) {
    background-color: #f7f0e1 !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: #d59516 !important;
}

.Clr_table tr th, .datatable > thead > tr > th {
    background-color: var(--themecolor) !important;
    color: #fff !important;
    text-align: center;
    border-color: #c58609 !important;
    border-top: 1px solid;
    font-weight: 600;
}

    .Clr_table tr th:hover, .datatable-table th:hover {
        background-color: var(--themecolor) !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 left, #eda619, #ffd176);
    padding: 5px;
    border-radius: 5px;
    height: 35px;
    width: 35px;
    display: block;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    transition: .5s;
    line-height: 30px;
    text-align: center;
}

    .download_icon:hover {
        background-image: linear-gradient(to left, #ffd176, #eda619);
        color: #fff;
        transition: .5s;
    }

section.main_content p a {
    color: var(--themecolor);
    text-decoration: none;
}

    section.main_content p a:hover {
        color: #363636;
    }


.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: 6px;
    overflow: hidden;
    transition: 0.4s ease-in-out;
}

.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%;
    }

        .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: #eda61961;
    height: 100%;
    width: 0;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all .8s ease-in-out;
}

span.total_img {
    position: absolute;
    color: var(--themecolor1);
    font-size: 10px;
    font-weight: 900;
    bottom: 5px;
    transition: 0.8s ease-in-out;
    right: -100px;
}

.photo_cat:hover span.total_img {
    right: 10px;
    transition: 0.8s ease-in-out;
}

a.cate_back {
    float: right;
    font-size: 17px;
    font-weight: 700;
    color: #f10200;
}

.page_head {
    font-weight: 700;
    font-size: 20px;
    color: var(--themecolor1);
    line-height: 22px;
    font-family: Exo, sans-serif;
}

.dropdwn_title3 {
    font-size: 15px;
    position: absolute;
    z-index: 999;
    color: var(--themecolor1);
    margin-top: -12px;
    margin-bottom: 0;
    margin-left: 8px;
    background: #fff;
    padding: 0px 5px 0px 5px;
}

.dropdwn_title5 {
    font-size: 15px;
    right: 20px;
    position: absolute;
    z-index: 999;
    color: var(--themecolor1);
    margin-top: -13px;
    background: #fff;
    padding: 0px 5px 0px 5px;
}

.bg_body {
    background: #fff !important;
    border: 1px solid #878787;
    border-radius: 3px;
    outline: 0;
}

span.spnchose {
    font-size: 9px;
    font-weight: 400;
    color: #000;
}

.drpdown {
    outline: none;
    border-radius: 3px;
    height: 36px;
    width: 100%;
    padding-top: 9px;
    font-weight: 300;
    color: #000000;
    font-size: 14px;
    padding-left: 20px;
    box-shadow: none;
    outline: none;
    background: #fff;
    border: 1px solid #878787;
}

.height_100 {
    min-height: 102px !important;
}

.captcha {
    display: flex;
    justify-content: center
}

    .captcha span {
        padding: 10px 4px;
    }

.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(--themecolor1);
    top: -12px;
    left: 10px;
    background: #fff;
    padding: 0px 5px 0px 5px;
}

.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(--themecolor1);
        top: -12px;
        left: 10px;
        background: #fff;
        padding: 0px 5px 0px 5px;
        outline: 0
    }

    .input_box input:focus, .input_box textarea:focus {
        color: #212529;
        background-color: #fff;
        border-color: var(--themecolor1);
        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";
        color: red;
        margin-right: 2px;
    }

.footerDate {
    position: absolute;
    right: 61px;
    margin-top: 30px;
}

.gallery_imgbox a {
    margin-bottom: 20px;
}

.infra_gallery.gallery_imgbox a {
    margin-bottom: 0px;
}

.sitemap a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    --ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: var(--themecolorblack);
    font-weight: 500;
}

    .sitemap a:hover {
        color: var(--themecolor) !important;
        margin-left: 10px;
    }

.press_img.categ_img {
    border: 2px solid #e7e7e7;
    transition: 0.4s ease-in-out;
    border-radius: 5px;
    box-shadow: 0 5px 5px -5px rgb(0 0 0 / 11%);
}

.photo_cat:hover .press_img.categ_img {
    border: 2px solid #fb9f97;
    transition: 0.4s ease-in-out;
}

.press_img.categ_img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

a.photo_cat.press_card {
    padding: 7px;
    margin: 9px;
    height: auto;
    border-radius: 5px;
    border: 1px solid #ededed;
    box-shadow: 0px 4px 11px rgb(8 14 28 / 5%);
}

.press_cont h4 {
    color: rgb(0, 0, 0);
    font-size: 14px;
    display: -webkit-box;
    max-width: 100%;
    height: 41px;
    font-weight: 500;
    line-height: 21px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0px auto 3px;
}

.press_cont {
    padding-top: 10px;
}

    .press_cont span {
        color: rgb(0, 0, 0);
        font-size: 12px;
        float: right;
    }

img.pdf_view {
    width: 18px;
    margin-top: -4px;
    margin-right: 3px;
    border-radius: 0px !important;
}

.key_functionary::before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    background-color: #ffe3ac;
    opacity: 0.4;
    z-index: -1;
    transition: 0.8s ease-in-out;
    left: 0;
    top: 0;
}

.key_functionary:hover::before {
    opacity: 1;
    height: 100%;
    width: 100%;
    transition: 0.8s ease-in-out;
}

.key_functionary:hover {
    border: 1px solid #f9e8dd;
}

    .key_functionary:hover .key_img {
        transition: 0.8s ease-in-out;
        background: #ffffff
    }

.padd_4 {
    padding: 4px
}

.dropdown_display3 {
    display: flex;
    justify-content: end;
    color: #000;
    align-items: center;
    margin-top: 4px;
    gap: 5px;
    margin-right: 10px;
    margin-bottom: -31px;
    z-index: 7;
    position: relative;
}
.dropdown_display4 {
    display: flex;
    justify-content: end;
    color: #000;
    align-items: center;
    margin-top: 4px;
    gap: 5px;
    margin-right: 20%;
    margin-bottom: -31px;
    z-index: 7;
    position: relative;
}

.DdBox2 .form-select {
    height: 32px !important;
    font-size: 14px;
    border-radius: 4px;
}

.webmaster_card {
    box-shadow: -1px 0px 10px 0px rgb(21 36 52 / 15%);
    margin: 10px;
    padding: 30px;
    display: flex;
    border-radius: 5px;
    background: #fff;
}

/*.trng_clnder .modal-content {
    background-color: transparent;
    border: none;
}*/
.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;
}

.col_list li {
    font-size: 1em;
    color: #333;
    text-decoration: none;
    list-style-type: square;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
}

/*		===============================paggination CSS=============================*/
.Pagination-box {
    padding: 25px 25px 15px 25px;
}

.border_line {
    width: 100%;
    /* background: #ffeab969; */
    border-bottom: 4px solid var(--themecolor);
    padding: 0 10px;
    height: 45px;
    border-radius: 50px;
    /* box-shadow: -7px 6px 10px rgb(181 174 174 / 18%); */
}

.lastdate {
    color: #085f90;
    float: right;
    height: 40px;
    padding: 8px 20px;
}

    .lastdate .font_eng {
        font-size: 14px;
    }

.pagination {
    float: right;
    height: 40px;
}

    .pagination ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        border-radius: 50px;
    }

        .pagination ul li {
            color: #085f90;
            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;
            border: none;
        }

            .pagination ul li a {
                color: #085f90;
                display: block;
                line-height: 30px;
                text-align: center;
                font-size: 14px;
                font-weight: 500;
                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 .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 ul li a.numb:hover, .pagination ul li a:first-child:hover, .pagination ul li a:last-child:hover {
                color: #fff;
                background: var(--themecolor);
            }

/*		===============================paggination End=============================*/

/*===========================PCDF==========================================*/
/*.desktop-only {}*/

.mobile-only {
    display: none;
}

/*==================================================================================*/

.col_list li {
    font-size: 1em;
    color: #333;
    text-decoration: none;
    list-style-type: square;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
}




.chart-bg-center {
    overflow-x: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.chart-bg-center_1 {
    overflow-x: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.chart-bg {
    max-width: 1400px;
    min-width: 1400px;
    width: 1400px;
}

.chart-bgg {
    max-width: 1000px;
    min-width: 1000px;
    width: 1000px;
}

.chart-bg ul, .chart-bg_1 ul, .chart-bg-center_1 ul,
.chart-bg-center ul {
    margin: 0;
    padding: 0;
}



.tree ul {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}


.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
}



    .tree li::before,
    .tree li::after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        border-top: 1px solid #eda619;
        width: 51%;
        height: 20px;
    }



    .tree li::after {
        right: auto;
        left: 50%;
        border-left: 1px solid #eda619;
    }



    .tree li:only-child::after,
    .tree li:only-child::before {
        display: none;
    }



    .tree li:only-child {
        padding-top: 0;
    }



    .tree li:first-child::before,
    .tree li:last-child::after {
        border: none 0;
    }



    .tree li:last-child::before {
        border-right: 1px solid #eda619;
        /*   border-radius: 0 5px 0 0;*/
    }



    .tree li:first-child::after {
        /* border-radius: 5px 0 0 0;*/
    }



.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #eda619;
    width: 0;
    height: 20px;
}

.tree li div {
    min-width: 150px;
    height: 45px;
    background-color: #a5d7ff;
    color: #000;
    border: 1px solid #7bc5ff;
    padding: 3px 15px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    border-radius: 3px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

    .tree li div:hover,
    .tree li div:hover + ul li div, .sprt_stff_1.hoveros li div {
        transition: all .5s;
        background-color: #035a9f !important;
        border: 1px solid #003661 !important;
        color: #fff !important;
    }

ul.tree_tech {
    margin-top: 92px;
    margin-left: -360px;
    margin-right: -640px;
}

.tree_tech li div {
    max-width: 150px;
    height: 50px;
    min-width: 65px;
}

.tree_tech:before {
    content: '';
    position: absolute;
    top: auto !important;
    bottom: 0;
    left: 436px !important;
    height: 112px !important;
}

div.tree_sm_box {
    max-width: 170px;
    height: 65px !important;
}

.uprr_try > div {
    margin-bottom: 80px;
}

li.uprr_try > ul::before {
    top: -80px;
    height: 100px;
}

li.uprr_try {
    margin-right: -189px;
}

img.aim_img_bg {
    position: absolute;
    opacity: 0.2;
    top: 55px;
    width: 45%;
    left: 0;
    z-index: -1;
}

.photo_cat .cat_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-out;
}

.cat_img, .categ_img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25);
}

.cat_dtls h6 {
    font-family: 'Rajdhani-Bold';
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: var(--themeblack);
    margin-bottom: 10px;
    width: 100%;
    line-height: 20px;
    margin-top: 8px;
    display: flex;
    overflow: hidden;
    transition: all 0.3s ease-out;
    align-items: center;
}
