body {
    background-color: var(--themewhite);
    font-family: 'Poppins';
    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: 'Laila';
    src: url('../Fonts/Laila-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-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    src: url('../Fonts/Poppins-Regular.ttf') format('truetype');
}



.functionary-card {
    background: #fff;
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
    transition: all .35s ease;
    cursor: pointer;
    width:180px
}

    .functionary-card:hover {
        background: #1d3557;
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0,0,0,.15);
    }

.functionary-img-wrap {
    overflow: hidden;
    border-radius: 12px;
    background: #f8f9fa;
    padding: 0px 8px;
}

.functionary-img {
    height: 130px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: .35s;
}

.functionary-card:hover .functionary-img {
    transform: scale(1.08);
}

.functionary-name {
    margin-top: 1rem;
    margin-bottom: .25rem;
    font-weight: 700;
    transition: .35s;
    font-size:14px;
}

.functionary-designation {
    font-size: 10px;
    color: #6c757d;
    margin-bottom: 0;
    transition: .35s;
}

.functionary-card:hover .functionary-name {
    color: #fff;
}

.functionary-card:hover .functionary-designation {
    color: #ddd;
}



:root {
    --themewhite: #fff;
    --themeblack: #000;
    --themecolor: #cb935d;
    --themecolor: #db4437;
    --themecolor1: #f2f2f0;
    --themecolor2: #1f3044;
    --themecolor3: #557baa;
    --themecolor4: #e1971d;
    --maptheme: #e9b788;
    --maptheme: #fb9f97;
    --maptheme1: #ddd4cb;
}

.common_container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
}

section.header {
    background: var(--themewhite);
    background-repeat: repeat;
    height: 130px;
    overflow: hidden;
    position: relative;

}

.top_head {
    /* background-color:var(--themeblack);  */
    padding: 2px 20px;
    margin-right: -25px;
    padding-right: 25px;
    height: 45px;
    float: right;
    width: 469px;
    transform: skew(45deg);
    border-radius: 7px 0 0 15px;
    position: relative;
}

.top-menu .top_link {
    text-decoration: none;
    width: 30px;
    background: var(--themecolor);
    height: 28px;
    color: var(--themewhite);
    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.main_labour {
    color: var(--themewhite);
    font-family: 'Exo';
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    line-height: 30px;
    position: absolute;
    right: 23%;
    top: 3px;
}

.top_link:hover, a.main_labour:hover{
    color: var(--themecolor);
    }
p.goup_top {
    float: left;
    color: var(--themewhite);
    font-family: 'Exo';
    font-size: 12px;
    line-height: 28px;
    text-transform: uppercase;
    padding-left: 46px;
}
    .top-menu {
    position: absolute;
    right: 40px;
}

a.top_link img {
    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: 79px;
    top: -1px;
    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: invert();
}

a.top_link:hover img {
    filter: brightness(0) saturate(100%) invert(35%) sepia(10%) saturate(6653%) hue-rotate(328deg) brightness(102%) contrast(101%);
}

.top-menu .top_link:hover {
    background-color: var(--themewhite);

}

.Logo_sec {
    display: flex;
    padding: 5px 30px;
}

.home_logo a {
    display: flex;
    width: fit-content;
    text-decoration: none;
    align-items: center;
    margin-top: 19px;
}

.home_logo img {
    width: 80px;
}

.home_logo div {
    font-size: 28px;
    color: var(--themecolor);
    font-family: 'Titillium';
    margin-left: 10px;
}

.home_logo span {
    display: block;
    color: #000;
    font-size: 16px;
    margin-left: 3px;
    margin-top: -7px;
    font-family: 'Exo';
    font-weight: 700;
}

.head_top {
    height: 35px;
    padding: 4px 0;
    background-color: var(--themecolor);
    --body-color: #fff;
    position: relative;
    z-index: 2;

}

    .head_top:before {
        content: '';
        height: 100%;
        width: 80%;
        background-color: #a30d00;
        position: absolute;
        top: 0;
        left: 0;
        clip-path: polygon(0 0, calc(100% - 10px) 0%, 100% 100%, 0% 100%);
        z-index: -1;
    }

.head_top:after {
    content: '';
    height: 100%;
    width: calc(80% - 10px);
    background-color: var(--themecolor2);
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0% 100%);
    z-index: -1;
}

.home_logo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45%;
    height: 100%;
    z-index: 0;
    padding: 23px 40px;
}

/* .home_logo:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--themecolor);
    clip-path: polygon(0 0, calc(100% - 52px) 0%, 100% 100%, 0% 100%);
    z-index: -1;
    opacity: 0.4;
    height: 101%;
} */


.home_logo:after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--themecolor1);
    clip-path: polygon(0 0, 100% 0, calc(100% - 46px) 100%, 0% 100%);
    z-index: -1;}
/* .home_logo a::before {
    right: -23px;
    content: '';
    background-color: var(--themecolor);
    -webkit-clip-path: polygon(0 0, calc(100% - 56px) 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, calc(100% - 56px) 0, 100% 100%, 0% 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    opacity: 0.3;
} */

.other_site {
    position: absolute;
    right: 20px;
    top: 48px;
}

.swachhbharat img {
    width: 127px;
    margin-left: -63px;
    margin-right: 14px;
}

.upmygov img {
    width: 72px;
    margin: 8px;
}

.Invest_up img {
    width: 70px;
    margin-top: 4px;
    margin-left: -10px;
    margin-right: 8px;
}

.Kakori_img img {
    margin-top: -4px;
}




.owl-1_sliderbutton {
    position: relative;
    margin-top: -37px;
    z-index: 9;
    margin-right: 8px;
    float: right;
}





.owl-1_sliderbutton a {
    color: var(--themecolor);
}

#slider1 button.owl-prev {
    left: 0;
    position: absolute;
    top: 45%;
    color: var(--themewhite);
    font-size: 40px;
    margin: 19px;
    line-height: 3px;
    padding: 0px 7px !important;
    background: var(--themecolor);
    height: 30px;
    width: 30px;
    border-radius: 50px;
}

#slider1 button.owl-next {
    right: 0;
    position: absolute;
    top: 45%;
    color: var(--themewhite);
    font-size: 40px;
    margin: 19px;
    line-height: 3px;
    padding: 0px 7px !important;
    background: var(--themecolor);
    height: 30px;
    width: 30px;
    border-radius: 50px;
}
#slider1 button.owl-next span {
    margin-left: -5px;
    top: 13px;
    position: absolute;
}

#slider1 button.owl-prev span {
    margin-left: -8px;
    top: 13px;
    position: absolute;
}

#slider1 button.owl-prev:hover,
#slider1 button.owl-next:hover {
    background: var(--themecolor1);
    color: var(--themecolor) !important;
}

#slider1 .owl-dots {
    margin-top: -46px;
    padding-top: 8px;
    padding-left: 7px;
    padding-bottom: 25px;
    border-radius: 4px 0 0 0;
    z-index: 9;
    height: 36px;
    width: max-content;
    float: right;
    position: relative;
    border: 1px solid #ffffff45;
    background: rgb(255 255 255 / 40%);
    padding-right: 22px;
}
.news_top {
    background: var(--themecolor);
    padding: 5px 15px;
    border-radius: 0 0 35px 0;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.news_top:before {
    content: '';
    height: 101%;
    width: 65%;
    background-color: var(--themecolor2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0% 100%);
}

.news_bg h5 {
    padding: 5px;
    color: #ffffff;
    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: 20px;
}
li.single_li {
    min-width: 1800px;
}
.btnToggle {
    background-color: #fff;
    color: var(--themecolor);
    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-color: var(--themecolor);
    color: white !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, a.btnAll .fa {
    font-size: 15px;
    color: #ffffff;
    padding: 5px;
    background: var(--themecolor);
    font-weight: 400;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    transition: all 0.5s;
}

a.btnUp,
a.btnDown, a.btnAll {
    margin-top: 5px;
}

a.btnDown .fa {
    font-size: 15px;
    color: #ffffff;
    padding: 5px;
    background: var(--themecolor);
    font-weight: 400;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    transition: all 0.5s;
}

    a.btnUp:hover .fa, a.btnAll:hover .fa,
    a.btnDown:hover .fa,
    a.btnToggle.et-run:hover {
        color: var(--themecolor) !important;
        background: #fff;
    }

.news_card {
    position: relative;
    display: block;
    width: 100%;
        transition: box-shadow 0.2s ease, transform 0.2s ease;
       margin-bottom: 10px !important;
}

.demof ul {
    width: 100%;
    padding: 0 10px;
    margin-top: -15px;
}

.demo5.demof {
    margin-top: 10px;
    min-height: 390px;
    max-height: 390px;
}

div#slider1 img {
    height: 420px;
}

.news_innerbox {
    background-color: #ffffff4a;
    border: 1px solid #f3efef;
    background-color: #ffffff1f;
    border: 1px solid #5b5b5b;
    transition: background-color .15s ease-out;
    position: relative;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 10px;
   }

.clnder_box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    text-align: center;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .clnder_box p {
        display: block;
        background-color: #e7e7e7;
        color: #000;
        font-size: 17px;
        line-height: 32px;
        font-weight: 900;
        margin-bottom: 0;
    }

.clnder_box span {
    display: block;
    background-color: var(--themecolor4);
    color: #fff;
    font-family: Titillium;
    font-size: 15px;
    line-height: 30px;
}

.ticker_size span {
    font-size: 11px;
    font-family: 'Exo';
    color: var(--themewhite);
}

.news_textbox {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    height: 35px;
    margin: 0 auto;
    margin-bottom: 2px;
    line-height: 18px;
    margin-top: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

    .news_textbox:hover {
        color: #ebebeb;
    }
span.ticker_date {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}
.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_scroll {
    background-image: url(../../MediaGallery/UI_Image/news_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}




.key_functionary {
    margin-top: -7px;
    border-top: 1px solid #ededed;
    background-image: url(../../MediaGallery/UI_Image/key_bg.jpg);
    background-repeat: no-repeat;
    padding: 40px 0;
    /* background-attachment: fixed; */
    background-size: cover;
    position: relative;
}

.key_box {
    position: relative;
    z-index: 0;
    width: 230px;
}

.key_card {
    padding: 20px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;


}

.key_card:before {
    left: 0;
    background-color: #f7f7f7;
    content: '';
    height: 100%;
    width: calc(100% - 40px);
    position: absolute;
    top: 0;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    z-index: -1;
}
    .key_card:after {
        content: '';
        width: calc(100% - 40px);
        position: absolute;
        top: 0;
        border-radius: 10px;
        border: 1px solid #a5a1a1;
        -webkit-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
        z-index: -1;
        height: calc(100% - 40px);
        right: 0;
        background-color: #c1c1c1;
        -webkit-clip-path: polygon(10px 0px, 100% 0, 100% 100%, calc(100% - 40px) 100%);
        clip-path: polygon(10px 0px, 100% 0, 100% 100%, calc(100% - 40px) 100%);
    }
   


.key_img {
    background-color: var(--themecolor);
    background-color: #e7e7e7;
    border-radius: 10px;
    width: 100%;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    overflow: hidden;
}

.key_img img {
    width: 100%;
    transition: 0.7s ease-in-out;
}

.key_box:hover .key_card:before {
    background-color: #c1c1c1;
   border-color: #a5a1a1;
    transition: 0.7s ease-in-out;
}

.key_box:hover .key_card:after {
    background-color: var(--themewhite);
    border-color: #a5a1a1;
    transition: 0.7s ease-in-out;
}

.key_box:hover .key_img img {
    transform: scale(1.1);
    transition: 0.7s ease-in-out;
}


h4.Key_name {
    font-size: 17px;
    font-family: 'Titillium';
    text-align: center;
}

/*.key_box:hover h4.Key_name,
.key_box:hover p.key_deggi {
    color: var(--themecolor);
}*/

p.key_deggi {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Exo';
    text-align: center;
}

.cm_box h4.Key_name {
    font-size: 19px;
}

.cm_box p.key_deggi {
    font-size: 16px;
}

.home_heading {
    font-family: laila;
    font-weight: 800;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    color: var(--themecolor2);
}

.home_heading span {
    color: var(--themecolor);
}

span.home_heading_top {
    width: auto;
    text-align: center;
    color: var(--themecolor);
    font-size: 21px;
    position: relative;
}

span.home_heading_top::before {
    content: '';
    width: 75px;
    height: 2px;
    background: var(--themecolor);
    display: block;
    position: absolute;
    top: 16px;
    left: -68px;
}

span.home_heading_top::after {
    content: '';
    width: 75px;
    height: 2px;
    background: var(--themecolor);
    display: block;
    position: absolute;
    top: 16px;
    right: -68px;
}

section.labour_laws {
    background-image: url(../../MediaGallery/UI_Image/back_bg.png);
    background-repeat: no-repeat;
    padding: 40px 20px;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}


.laws_card {
    width: 100%;
    height:100%;
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    border-radius: 10px;
    background-color: var(--themewhite);
    padding: 20px;
    box-shadow: 0px 6px 20px rgba(191, 191, 191, 0.25);
    text-decoration: none;
}

.laws_card .law_hover {
    position: absolute;
    bottom: -5px;
    right: -5px;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);

    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: 0.9s ease-in-out;
    transition: 0.9s ease-in-out;
}

.laws_card:hover .law_hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 0.9s ease-in-out;
}

.law_hover img {
    width: 200px;
}

.laws_img {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.laws_img img {
    width: 100%;    
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}

.laws_card:hover .laws_img>img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 0.7s ease-in-out;
}

.laws_clip {
    position: absolute;
    right: 17px;
    bottom: 2px;
}

.laws_clip_path {
    position: absolute;
    bottom: -6px;
    right: -1px;
    width: 108px;
    z-index: 2;
    height: 64px;
    background-color: var(--themecolor);
    clip-path: path("M108 54V9V0.5L104.781 3.54026C101.068 7.04661 96.1551 9 91.0484 9H44.5747C41.1093 9 37.8909 10.7941 36.0687 13.7418L7.35074 60.1973C7.22604 60.399 7.09506 60.5966 6.93706 60.7734C6.26565 61.5248 4.07467 63.5925 0 64H5H98C103.523 64 108 59.5228 108 54Z");
    padding: 17px 10px 10px 47px;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    transform: scaleX(1.3) scaleY(.9);
}

.laws_clip img {
    width: 50px;
    text-align: center;
    position: relative;
    z-index: 3;
    margin-right: 15px;
    margin-bottom: -6px;
}

.laws_card h5 {
    text-align: left;
    font-family: 'Titillium';
    font-size: 18px;
    transition: 0.7s ease-in-out;
    color: var(--themecolor2);
}

.laws_card:hover .laws_card h5 {
    color: var(--themecolor);
    transition: 0.7s ease-in-out
}

.laws_card p {
    color: #000;
    font-family: 'Exo';
    font-weight: 500;
    text-align: justify;
    font-size: 14px;
    text-decoration: none;
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    height: 56px;
    margin: 0 auto;
    margin-bottom: 2px;
    line-height: 18px;
    margin-top: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

span.read_laws {
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Titillium';
    float: left;
    margin: 5px 0;
    transition: 0.7s ease-in-out;
    position: relative;
    color: var(--themecolor2);
}

.read_laws:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--themecolor2);
    -webkit-transition: all ease 0.7s;
    transition: all ease 0.7s;
}

.laws_card:hover span.read_laws {
    color: var(--themecolor);
    transition: 0.7s ease-in-out
}


.laws_card:hover .read_laws:before {
    background-color: var(--themecolor);
    width: 45px;
}

.laws_card:hover h5 {
    color: var(--themecolor);
    transition: 0.7s ease-in-out
}


.laws_card:hover .laws_clip_path {
    background-color: var(--themecolor2);
    transition: 0.7s ease-in-out
}
section.Regional_bg{
    background-image: url(../../MediaGallery/UI_Image/laws_bg.jpg);
    background-repeat: no-repeat;
    padding: 40px 20px;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
}
.dist_path {
    fill:var(--maptheme1);
    fill-opacity: 1;
    stroke: #fffefe;
    stroke-opacity: 1;
    stroke-width: 1.559;
    stroke-miterlimit: 4;
    stroke-dasharray: none;
    transition: all 0.3s ease-in;
    position: relative;
}

.KanpurNagar_path {
    stroke: #dbb28a;
}
.Agra_path, .Aligarh_path, .Ayodhya_path, .Azamgarh_path, .Bareilly_path, .Basti_path, .Chitrakoot_path,
 .Devipatan_path, .GautamBuddhNagar_path, .Ghaziabad_path, .Gorakhpur_path, .Jhansi_path, .Kanpur_path,
 .Lucknow_path, .Meerut_path, .Mirzapur_path, .Moradabad_path, .Prayagraj_path, .Saharanpur_path, .Varanasi_path{
    fill:var(--maptheme);
}
svg:not(:root) {
    --overflow-clip-margin: content-box;
    overflow: hidden;
} .up_map path {
    transition: all 0.3s ease-in;
    transform: scale(1);
}
.Agra_path:hover, .Aligarh_path:hover, .Ayodhya_path:hover, .Azamgarh_path:hover, .Bareilly_path:hover, .Basti_path:hover, .Chitrakoot_path:hover,
.Devipatan_path:hover, .GautamBuddhNagar_path:hover, .Ghaziabad_path:hover, .Gorakhpur_path:hover, .Jhansi_path:hover, .Kanpur_path:hover,
.Lucknow_path:hover, .Meerut_path:hover, .Mirzapur_path:hover, .Moradabad_path:hover, .Prayagraj_path:hover, .Saharanpur_path:hover, .Varanasi_path:hover, .dist_path.active {
    stroke-width: 2.559;
    fill: var(--themecolor);
  /*  fill: var(--themecolor4);*/
    transition: all 0.3s ease-in;
    cursor: pointer;
    transform: translate(1px);
}

.dist_path.active::before{
    content: "adii";
    font-family:'FontAwesome';
    position: absolute;
    left: 50%;
    translate: -50%;
}
.drpdown {
    outline: none;
    border-radius: 5px;
    height: 40px;
    width: 100%;
    font-family: 'Exo';
    font-weight: 400;
    color: #000000;
    font-size: 15px;
    padding-left: 5px;
    box-shadow: none;
    outline: none;
    background: #fff;
    border: 1px solid #e4e4e4;
}

option,
select {
    font-weight: 400;
    font-size: 15px;
    font-family: 'Exo';
}
.distric_dtls {
    margin-top: 20px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 6px 20px rgba(191, 191, 191, 0.25);
}
.dist_name {
    padding: 5px 15px;
    background: var(--themecolor);
    color:var(--themewhite);
    border-bottom: 1px solid #e7584b;
    font-family: 'Exo';
    font-weight: 600;
    font-size: 18px;
}

    .dist_dtls {
        padding: 25px 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
.dist_img img{
    width: 150px;
    height: 150px;
    border-radius: 100%;
}
.dist_cont p {
    text-align: justify;
    margin-right: 15px;
    font-size: 15px;
    margin-bottom: 0;
    text-decoration: none;
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    height: 190px;
    margin-bottom: 2px;
    line-height: 21px;
       -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.svg_map {
    margin-top: -17%;
    margin-left: -5%;
    margin-bottom: -12%;
}
.up_map{
    transform: scale(0.6);
}

.suter_btn {
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-align: center;
    background-color: #b1b1b1;
    color: var(--themewhite);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    width: 100%;
    padding: 7px 0px;
    border-radius: 0 0 5px 5px;
    z-index: 0;
}

.tooltipss {
    margin-top: -31px;
    position: absolute;
    background-color:var(--themecolor2);
    color: #fff;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.4;
    display: none;
    pointer-events: none;
    z-index: 10;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: fit-content;}


    

.tooltipss::before {
    content: '';
    position: absolute;
    bottom: -5px; 
    left: 7px; 
    width: 0;
    height: 0;
    border-style: solid;
    border-width:  7px 7px 0 7px;
    border-color: var(--themecolor2) transparent transparent  transparent; 
}
.suter_btn:before {
    left: 0;
    border-radius: 5px;
}

.suter_btn:hover,
.suter_btn.active {
    color: var(--themewhite);
}

.suter_btn:hover::before,
.suter_btn:hover:after,
.suter_btn.active::before,
.suter_btn.active:after {
    width: 55%;
    border-radius: 5px;
}

.suter_btn:before,
.suter_btn:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 0%;
    background-color: var(--themecolor2);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.suter_btn:after {
    right: 0;
    border-radius: 5px;
}


.Useful_Link {
background-repeat: no-repeat;
background-image: url(../../MediaGallery/UI_Image/imp_links_bg.jpg);
padding: 80px 60px;
background-color: #333439;
background-size: cover;
position: relative;
   background-attachment: fixed;
}

.Useful_Link::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(90deg, var(--themecolor2) 30%, transparent 100%);

}
.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;
    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: 26px;
    height: 38px;
    top: 37px;
}a.Links_card {
    text-decoration: none;
    font-size: 18px;
    line-height: 21px;
    margin-left: 15px;
    color: #fff;
    font-family: 'Titillium';
}
.link_box:hover:after{
    width: 100%;
    left: 0;
    right: auto;
}

.link_box:after {
    position: absolute;
    content: "";
        background: var(--themecolor4);
    height: 100%;
    width: 0;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all .4s ease-in-out;
}
img.links_svg {
    filter: brightness(0) saturate(100%) invert(83%) sepia(54%) saturate(4465%) hue-rotate(351deg) brightness(94%) contrast(86%);
}
.link_box:hover .links_svg {
filter: brightness(0) saturate(100%) invert(15%) sepia(11%) saturate(2432%) hue-rotate(172deg) brightness(94%) contrast(91%);
animation: witr_rotate_180 20s linear 0.1s infinite alternate running;
}

.home_gallery_bg {
    background-repeat: no-repeat;
    background-image: url(../../MediaGallery/UI_Image/gallery_bg.jpg);
    padding: 40px 40px;
    background-size: cover;
    padding-bottom:280px;
    position: relative;
       background-attachment: fixed;
    }


    .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 {
            width: 100%;
            height: 100%;
            object-fit: cover;
            box-shadow: 0 2px 16px rgba(0,0,0,.2);
        }
    
    .infra_gallery {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        grid-auto-rows: 200px;
        grid-auto-flow: dense;
        grid-template-columns: repeat(auto-fit, minmax(17%, 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;
            border: 1px solid #d9d9d9;
            cursor: none;
            border-radius: 5px;
            display: flex;
            overflow: hidden;
            -webkit-transition: 800ms ease;
            -o-transition: 800ms ease;
            transition: 800ms ease;
            box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25);
        }
        
        .gallery_imgbox img {
            position: relative;
        }

.gallery_imgbox img {
    height: 225px;
    object-fit: cover;
       width: 100%;
    border-radius: 4px;
    -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;
        }
        .footer_bg{
            position: relative;
                                        margin-top: -210px;
                                        /*overflow: hidden;*/
                                    }
.footer_right {
    position: relative;
    background-color: var(--themecolor2);
    height: 130px;
    border-radius: 20px 0 0 0;
}
.footer_left {
    position: relative;
    height: 130px;
}

.footer_right:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -135px;
    background-color: var(--themecolor2);
    height: 101%;
    width: 100%;
    -webkit-clip-path: polygon(70px 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(140px 0, 100% 0%, 100% 100%, 0% 100%);
}
.footer_main{
    background-color: var(--themecolor2);
    padding-top: 30px;
}
.Importantlinks {
    position: relative;
    padding: 0px 60px;
    padding-left: 30px;
}

.slideritem {
    height: 100px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#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(--themecolor);
    font-size: 60px;
    line-height: 22px;
    transition: 0.5s;
    background-color: var(--themecolor2);
    padding: 5px;
    height: 40px;
    width: 40px;
    display: block;
    border-radius: 20px;
}

    #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-next span {
        margin-right: -20px;
    }
    
    .Importantlinks .owl-nav button.owl-prev span {
        margin-left: -25px;
    }
    


.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: -10px;
}
.owl-2_sliderbutton {
    position: absolute;
    bottom: 5px;
    left: 53%;
    margin-left: -3px;
    color: var(--themecolor);
    z-index: 99;
}
.owl-2_sliderbutton a{
     color: var(--themecolor);
     cursor: pointer;
}
.height_75 {
    height: 75px;
}

.height_65 {
    height: 65px;
}

.height_60 {
    height: 60px;
}

img.img_hamer {
    display:none;
    position: absolute;
    bottom: -82px;
    width: 230px;
    z-index: 9;
    left: 1px;
}
img.img_law {
    width: 450px;
    left: 32%;
    position: absolute;
    bottom: 2px;
}
ul.footer_nav {
    padding-top: 30px;
}

.footer_nav>li {
    margin-bottom: 5px;
    list-style: none
}

.footer_nav>li>a {
    color: #ffffff;
    font-weight: 600;
    position: relative;
    font-family: 'Exo';

    text-decoration: none;
    transition: .3s cubic-bezier(.24, .74, .58, 1);
}

.footer_nav>li>a:hover {
    color: var(--themecolor1);
    padding-left: 18px;
}


.footer_nav>li>a:before {
    content: url(../../MediaGallery/Icons/law.png);
    font-size: 15px;
    width: 18px;
    position: absolute;
    top: 50%;
    left: -30px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
    transition: .3s cubic-bezier(.24, .74, .58, 1);
    opacity: 0;
}

.footer_nav>li>a:hover:before {
    opacity: 1;
    left: -10px;
}
img.foter_svg {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 350px;
    opacity: 0.1;
}
a.ftr_home {
    display: flex;
    align-items: center;
    text-decoration: none;
}

a.ftr_home div {
    font-size: 25px;
    font-family: 'Titillium';
    color: var(--themecolor);
    margin-left: 10px;
}

a.ftr_home img {
    width: 85px;
}

a.ftr_home span {
    margin-left: 0px;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Exo';
    display: block;
    color: var(--themewhite);
    margin-top: -4px;
}

p.footer_text {
    color: var(--themewhite);
    margin-top: 10px;
    text-align: justify;
    margin-bottom: 20px;
}

a.web_mannger {
    color: var(--themecolor);
    text-decoration: none;
}

a.web_mannger:hover {
    color: var(--themewhite);
}
.footer_main .common_container, .footer_nav{
    position: relative;
    z-index: 9;
}
span.lst_updat {
    color: #fff;
    font-size: 15px;
}
span.visitor_no {
    color: #fff;
    float: right;
}.footer_bottom {
    border-top: 2px dashed #46566a;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-top: 8px;
}.copyright {
    color: #fff;
    font-size: 13px;
}.powerd_by {
    color: #fff;
    font-size: 13px;
    float: right;
}.powerd_by a{
    text-decoration: none;
    color: #fff;
}
.powerd_by a:hover{
    color: var(--themecolor);
}
.footer_contact p {
    color: #fff;
    font-family: 'Exo';
    font-weight: 500;
}
.footer_contact .fa {
    font-size: 22px;
}
.footer_contact i.fa.fa-envelope {
    margin-left: -9px;
}
.footer_contact i.fa.fa-phone {
    margin-left: -5px;
}
.footer_contact {
    margin-top: 22px;
    margin-left: 58px;
}
    .footer_contact span {
        display: block;
        margin-left: 26px;
    }
p .fa {
    padding-right: 6px;
}
.social-menu {
    margin-top: -5px;
    margin-bottom: 0;
    padding-left: 58px;
}

.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: 5px;
    background-color: #fff;
    text-align: center;
    transition: .4s;
    box-shadow: 0 5px 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: 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-wrap::after {
        position: absolute;
        font-family: 'FontAwesome';
        content: "\f062";
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        color: #fff;
        /* --- Pijl kleur --- */
        left: 0;
        top: 0;
        height: 40px;
        width: 40px;
        cursor: pointer;
        display: block;
        z-index: 1;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .progress-wrap:hover::after {
        opacity: 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: 14px;
    opacity: 0;
    background-color: #fff;
    background: rgb(255, 255, 255);
    /* --- Pijl hover kleur --- */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.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;
    }

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--themecolor) #ffffff;
}

    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 10px;
    }

    *::-webkit-scrollbar-track {
        background: #f3f7fd;
        z-index: 9
    }

    *::-webkit-scrollbar-thumb {
        background-color: var(--themecolor);
        border-radius: 5px;
        border: 2px solid #ffffff;
        z-index:9
    }
.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: 300px;
        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(--themecolor4);
        border: 1px solid #df8e07;
        width: 40px;
        top: 400px;
        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 50px 50px 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(--themecolor2);
        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(--themecolor4);
        border-color: var(--themecolor4);
        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;
    }

    
    .breadcrumb_bg {
        position: relative;
           background-color: #272142;
        background-repeat: no-repeat;
        background-position: center bottom;
           width: 100%;
       }
    
        .breadcrumb_bg::after {
            background: #000;
            opacity: .5;
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }
    
        .breadcrumb_bg img {
            width: 100%;
            height: 100%;
        }
    
    .breadcrumb_cont {
        z-index: 9;
        position: relative;
        color: #fff;
        text-align: center;
        padding: 95px;
    }
    
    ul.breadcrumb_nav {
        display: flex;
        font-size: 17px;
        align-items: center;
        font-weight: 300;
        list-style: none;
        justify-content: center;
        padding-left: 0;
    }
    
    .breadcrumb_title {
        font-size: 25px;
        font-weight: 600;
        font-family: laila;
    }
    li.breadcrumb_items a {
        color: #fff;
        text-decoration: none;
    }
    
    .breadcrumb_cont h4 {
        font-size: 28px;
        font-weight: 600;
        display: flex;
        justify-content: center;
    }
img.inner_bner {
    object-fit: cover;
    width: 100%;
    animation: zoom-in-zoom-out 30s ease infinite;
}
    
    li.breadcrumb_items {
        font-weight: 600;
        font-family: 'Exo';
        font-size: 15px;
    }
    
    .breadcrumb_items + .breadcrumb_items::before {
        font-family: FontAwesome;
        content: "\f101";
        font-size: 20px;
        color: var(--lightgray);
        padding: 0 10px;
        line-height: 55px;
    }
    
    section.breadcrumb {
        overflow: hidden;
    }

.main_content {
    min-height: 450px;
    padding: 30px 0;
    position:relative;
    margin-bottom: 240px;
}
        section.main_content p {
        text-align: justify;
    }.page_image {
        margin:  0 0 15px 35px;
        border-radius: 10px !important;
        box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.43);
        box-shadow: 0 14px 20px rgba(8, 8, 41, .08);
        transition: .5s;
        border: 2px solid #ededed;
        float: right;
        width: auto;
    }
    .page_image:hover {
        transform: perspective(300px) rotateX(2deg) rotateY(2deg);
    }
    h4.page_heading {
        color: var(--themecolor2);
        font-size: 21px;
        font-weight: 700;
        position: relative;
        padding-left:25px;
        font-family: 'Exo';
        margin-bottom: 15px;
        margin-top: 30px;
    }

        h4.page_heading:before {
            content: "";
            background-image: url(../../MediaGallery/Icons/heading.png);
            background-size: contain;
            display: inline-block;
            width: 24px;
            height: 24px;
            position: relative;
            margin-right: 4px;
            margin-left: -27px;
        }
    
    .page_li {
        list-style: none;
        padding-left: 15px;
    }
    
        .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: 20px;
                height: 20px;
                position: relative;
                top: 4px;
                margin-left: -26px;
                margin-right: 5px;
            }
            .page_li li .page_li li::before {
                background-image: url(../../MediaGallery/Icons/li_2.png);
                width: 24px;
                height: 24px;
            }
            .page_li li li .page_li li:before {
                background-image: url(../../MediaGallery/Icons/li_3.png);
                width: 18px;
                height: 18px;
                        }
         
    
    ol li {
        padding: 3px;
    }
.dropdown_display3 {
    display: flex;
    float: right;
    align-items: center;
    color: #000;
    margin-left: 10px;
    line-height: 28px;
    padding-right: 10px;
    font-size: 15px;
    margin-bottom: 15px;
}
    .dropdown_display3 span {
        color: #363636;
        font-weight: 500;
        font-size: 17px;
        margin-right: 6px;
    }
    .dropdown_display3 select, .dropdown_display3 INPUT {
        border: 1px solid #b7b7b7;
        padding: 3px;
        color: #363636;
        border-radius: 5px;
        font-weight: 500;
        height: 30px;
        font-size: 16px;
        font-family: 'Exo';
    }
.Clr_table.table {
    border-color: #e3e3e3;
}
.Clr_table.table tr:nth-child(odd), .datatable.table tr:nth-child(odd) {
    background-color: var(--themewhite) !important;
}
td, th {
    vertical-align: middle;
}
    .Clr_table.table tr:nth-child(even), .datatable.table tr:nth-child(even) {
        background-color: #c7c7c71a !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;
}

.Clr_table tr th, .datatable > thead > tr > th {
    background-color: #d9d9d9 !important    ;
    color: #000 !important;
    text-align: center;
    border-color: #cbc9c9 !important;
    border-top: 1px solid;
    font-weight: 600;
}

    .Clr_table tr th:hover, .datatable-table th:hover {
        background-color: #d9d9d9 !important;
    }
.Clr_table tr.snd_th th, .datatable > thead > tr.snd_th > th {
    background-color: #ededed !important;
    border-color: #dfdfdf !important;
}
    .Clr_table tr.snd_th th:hover, .datatable-table .snd_th th:hover {
        background-color: #ededed !important;
    }

    .center-td-1 > tr > td:first-child {
    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_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, var(--themecolor2), var(--themecolor3));
    padding: 5px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: block;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    transition: .5s;
    line-height: 26px;
    text-align: center;
}

    .download_icon:hover {
        background-image: linear-gradient(to left, var(--themecolor3), var(--themecolor2));
    }


.underlined {
    text-decoration: underline !important;
     text-underline-offset: 4px;
}

a.lc_website {
    position: absolute;
    right: 25%;
    color: var(--themewhite);
    font-family: 'Exo';
    font-weight: 600;
    font-size: 13px;
    transition: .5s;
    text-decoration: none;
    padding-left: 70px;
    line-height: 27px;
}

.lc_website:hover {
    color: var(--themecolor);
    transition: .5s;
}

a.nav-link.ro_login {
    background: var(--themecolor2);
    position: absolute;
    right: 40px;
    height: 47px;
    transition: .5s;
    bottom: 0;
    top: 0;
    line-height: 45px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Exo';
    padding: 0 15px;
}

    a.nav-link.ro_login:hover {
        transition: .5s;
        background: var(--themecolor);
    }

.fixed_header a.nav-link.ro_login {
    height: 46px;
}

section.Regional_bg.ro_bg {
    padding-bottom: 280px;
}

.text-justify {
    text-align: justify;
}

.ro_key {
    margin-top: 27px;
    display: flex;
    justify-content: center;
}

    .ro_key .key_box {
        margin: 0px 15px;
    }

.ro_slider#slider1 img {
    height: auto;
}

.Devipatan_path {
    position: relative;
}

.marker {
    content: url(../../MediaGallery/Icons/location.png);
    position: absolute;
    animation-duration: 1s;
    margin-top: -15px;
    height:40px;
    margin-left: -15px;
    z-index: 9;
    animation-delay: 1.1s;
    animation: pulsate 1s ease-out;
}

.distric_dtls {
    display: none;
}

    .distric_dtls.active {
        display: block;
    }

.Tabcondent {
    animation: fadeInd 1s ease forwards;
}

    .Tabcondent.active {
        animation: fadeInUp 1s ease backwards;
    }
.m_border.row {
    padding: 50px 30px;
    border: 1px dashed var(--themecolor);
    min-width: 600px;
}

.web_manager {
    display: flex;
    justify-content: center;
}

a {
    color: var(--themecolor);
    text-decoration: none;
}
table a {
    color: var(--themeblack);
    text-decoration: none;
}table a:hover {
    color: var(--themecolor);
    text-decoration: none;
}
/*div#updatedateId {
    display: block;
    position: absolute;
    margin-top: 0px;
    bottom: 0;
    z-index: 9;
    font-weight: 500;
    color: #000;
    right: 60px;
}*/
.footerDate_st {
    top: -52px;
    position: absolute;
    margin-top: 0px;
    bottom: 0;
    z-index: 9;
    font-weight: 500;
    color: #000;
    right: 60px;
}
    #up_map path {
        position: relative;
    }

#map_box {
    position: relative;
}
.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: 20px;
    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: var(--maptheme);
    height: 100%;
    width: 0;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all .8s ease-in-out;
}

span.total_img {
    position: absolute;
    color: var(--themecolor2);
    font-size: 12px;
    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(--themecolor2);
    line-height: 22px;
    font-family: Exo, sans-serif;
}
.dropdwn_title3 {
    font-size: 15px;
    position: absolute;
    z-index: 999;
    color: var(--themecolor3);
    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(--themecolor3);
    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(--themecolor2);
    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(--themecolor2);
        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(--themecolor2);
        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;
    }

.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;
    }
.uc_cont {
    margin-right: 40px;
}
    .uc_cont h4 {
        font-family: 'Exo';
        font-size: 25px;
        color: var(--themecolor);
        font-weight: 700;
        margin-bottom: 2px;
    }
.arch_fltr {
    position: absolute;
    margin-top: -57px;
    right: 29px;
}
.btn_hgt {
    height: 30px;
    line-height: 30px;
    padding: 0 5px !important;
}
    @keyframes fadeInUp {
        0% {
            transform: translate(0px, 20px);
            opacity: 0;
        }

        100% {
            transform: translate(0px, 0);
            opacity: 1;
        }
    }

    @keyframes fadeInd {
        0% {
            transform: translate(0px, 0);
            opacity: 1;
        }

        100% {
            transform: translate(0px, 20px);
            opacity: 0;
        }
    }



    @keyframes pulsate {
        0% {
            transform: scale(0.2, 0.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }

    @keyframes beat {
        to {
            transform: scale(1.03);
        }
    }

    @keyframes witr_rotate_180 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes zoom-in-zoom-out {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }

img.pdf_view {
    width: 18px;
    margin-top: -4px;
    margin-right: 3px;
}
    /*#ctl00_lblUpdateDate {
    display: none;*/ /* Initially hidden */
/*}*/
a.cmn_btn {
    width: auto;
    padding: 5px 15px;
    border-radius: 5px;
}

.dropdown_display3.fy_fltr {
    position: absolute;
    right: 323px;
}

    .dropdown_display3.fy_fltr span {
    font-size:15px
    }

.Pagination-box {
    padding: 25px 0 25px;
}

.border_line {
    width: 100%;
    border-bottom: 4px solid var(--themecolor);
    padding: 0 10px;
    height: 45px;
    border-radius: 50px;
}

.pagination {
    float: right;
    height: 40px;
}

    .pagination ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        border-radius: 50px;
    }

        .pagination ul li {
            color: var(--themecolor);
            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: var(--themecolor);
                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 .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);
            }
.Display_record {
    margin-top: 15px;
    margin-left: 10px;
}
img.Mahakumbh_logo {
    width: 65px;
    margin-top: -3px;
}
.press_img.categ_img {
    border: 2px solid #e1e1e1;
    transition: 0.4s ease-in-out;
}
.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: 250px;
        object-fit: cover;
    }
a.photo_cat.press_card {
    padding: 14px;
    margin: 15px;
    height: auto;
}
.press_cont h4 {
    color: rgb(0, 0, 0);
    font-size: 14px;
    display: -webkit-box;
    max-width: 100%;
    height: 38px;
    line-height: 19px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0px auto 3px;
}
.press_cont {
    padding-top: 15px;
}

    .press_cont span {
        color: rgb(0, 0, 0);
        font-size: 13px;
        float: right;
    }



.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: 1900px;
    min-width: 1900px;
    width: 1900px;
    padding-left: 220px;
}.chart-bg {
    max-width: 2500px;
    min-width: 2500px;
    width: 2500px;
    padding-left: 390px;
}
    .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;
    padding:20px 0px 0 0px
}



    .tree li::before,
    .tree li::after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        border-top: 1px solid #124481;
        width: 51%;
        height: 20px;
    }



    .tree li::after {
        right: auto;
        left: 50%;
        border-left: 1px solid #124481;
    }



    .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 #124481;
        /*   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 #124481;
    width: 0;
    height: 20px;
}

.tree li div {
    min-width: 175px;
    min-height: 30px;
    background-color: #ffb4ad;
    color: #000;
    border: 1px solid #fd9d94;
    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 li div {
        transition: all .5s;
        background-color: #db4437 !important;
        border: 1px solid #c72f22 !important;
        color: #fff !important;
    }

li .os_lrg_bx div {
    max-width: 238px;
    max-height: 107px;
}
li .os_lrg_bx > div {
   height: 107px;
}
    ul.thre_jpin_li {
        margin-top: 20px;
    }

    ul.thre_jpin_li:after {
        content: '';
        position: absolute;
        top: 0;
        right: -120px;
        border-top: 1px solid #124481;
        width: 507px;
        height: 1px;
    }
li.os_lrg_bx.frst div:before, li.os_lrg_bx.thrd div:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    border-left: 1px solid #124481;
    width: 0;
    height: 20px;
}
li.os_lrg_bx .acnt_div:before {
    height: 60px;
    top: -40px;
}
li.os_lrg_bx .acnt_div {
    margin-top:40px;
}li.os_lrg_bx .acnt_div_2:before {
    height: 40px;
    top: -20px;
}
li.os_lrg_bx .acnt_div_2 {
    margin-top:20px;
}


li.os_lrg_bx .Elect_div:before {
    height: 50px;
    top: -30px;
}

li.os_lrg_bx .Elect_div {
    margin-top: 30px;
}
li.os_lrg_bx .last_os:before {
    height: 60px;
    top: -40px;
}

li.os_lrg_bx .last_os {
    margin-top: 40px;
}
    li.os_lrg_bx .last_os_2:before {
        height: 70px;
        top: -50px;
    }

li.os_lrg_bx .last_os_2 {
    margin-top: 50px;
}
.os_lrg_bx.ml_-85px {
    margin-left: -85px;
}
.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;
}

a.page-link {
    background: #fff;
}

.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: 30px;
    color: var(--themecolor) !important;
    padding: 0px 7px;
    text-align: center;
    border-color: var(--themecolor1);
}

.page-link.active, .active > .page-link {
    border-color: var(--themecolor);
}

.page-link:hover {
    border-color: var(--themecolor);
    background: var(--themecolor);
    color: #fff !important;
}



.page-link:focus {
    box-shadow: none
}

li.paginate_button.page-item.active a.page-link {
    color: #fff !important;
}
