body {
    background-color: var(--themecolorgray);
    font-size: 15px;
    font-weight: 400;
    color: #363636;
    background-color: #fff;
    font-family: 'Poppins';
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.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: 170px;
}

.key_card {
    padding: 20px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

    .key_card:before {
        left: 10px;
        background-color: #f7f7f7;
        content: '';
        height: 90%;
        width: calc(100% - 40px);
        position: absolute;
        top:10px ;
        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: 10px;
        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: 10px;
        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;
    text-align: center;
    font-weight:600;
}

/*.key_box:hover h4.Key_name,
.key_box:hover p.key_deggi {
    color: var(--themecolor);
}*/

p.key_deggi {
    font-size: 14px;
    font-weight: normal;

    text-align: center;
}

.cm_box h4.Key_name {
    font-size: 14px;
}

.cm_box p.key_deggi {
    font-size: 12px;
}
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.bn-news ul li a {
    font-size: 15px;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

:root {
    --lightgray: #f5f5f5;
    --themecolor1: #2d3239;
    --themecolor2: #052d40;
    --themecolor3: #00aafb;
    --themecolor4: #006cff6b;
    --themecolor5: #052C67;
    --themecolor6: #8298fc;
    --themecolor7: #f36500;
    --themecolor8: #1bb99d;
    --themecolor9: #00aafb;
    --themecolorwhite: #fff;
    --themecolorblack: #000;
    --themecolorgrey: #fefefe;
    --themecolor10: #2f7495;
    --themecolor11: #81a1af;
}

@font-face {
    font-family: 'BAHNSCHRIFT';
    src: url('../Fonts/BAHNSCHRIFT\ 1.TTF') format('truetype');
}

@font-face {
    font-family: 'NanumMyeongjo';
    src: url('../Fonts/NanumMyeongjo-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    src: url('../Fonts/Poppins-Regular.ttf') format('truetype');
}

.common_container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
}

    .common_container.padd_60 {
        padding-right: 60px;
        padding-left: 60px;
    }

.top_menu {
    position: relative;
    z-index: 9;
    background-color: var(--themecolorwhite);
    padding: 18px 30px;
    text-align: right;
    height: 110px;
}

.top-menu .top_link {
    text-decoration: none;
    width: 30px;
    height: 29px;
    color: var(--themecolorblack);
    font-size: 12px;
    padding: 3px 4px;
    margin: 0px 3px;
    text-align: center;
    line-height: 13px;
    background-color: rgb(255 255 255);
    border: 1px solid rgb(255, 255, 255);
    font-weight: 500;
    border-radius: 2px;
    transition: linear 0.35s;
}

.top_link:hover {
    color: var(--themecolorwhite);
}

a.top_link img {
    width: 22px;
    margin-top: 2px;
}

    a.top_link img path {
        fill: var(--themecolor2);
    }

a.top_link .fa {
    font-size: 22px;
}

i.fa.fa-search {
    font-size: 18px;
    margin-top: 2px;
}

a.top_link:hover img {
    filter: invert();
}



.btn-color-mode > a.Dark {
    background: #000;
    color: #ff0;
}

.btn-color-mode > a.gray {
    background: #464646;
    color: #ff0;
}

.btn-color-mode > a.white {
    background: var(--themecolorwhite);
    color: #000;
}

.top-menu .top_link:hover {
    background-color: var(--themecolor2);
    border: 1px solid #00293c;
}

.btn-color-mode > a,
.btn-increase-decrease > a {
    width: 22px;
}

.menu_head {
    background-color: var(--themecolor2);
    padding: 15px 30px;
    height: 56px;
    box-shadow: 0px 5px 25px 0 rgba(46, 61, 73, 0.2);
}

.logo_header {
    display: table;
    float: left;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: -30px;
    margin-left: 0;
    margin-right: 0;
    width: 390px;
    position: relative;
    z-index: 9;
    align-items: center;
}

.logo_extrnal {
    position: relative;
    width: 300px;
    float: right;
    margin-right: -40px;
    margin-top: -40px;
    z-index: 9;
}

.menu_head .logo_extrnal:before {
    left: -105px;
    width: 80%;
    border-left: 7px solid #ffffff;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(320deg);
}

.menu_head .logo_extrnal:before,
.menu_head .logo_extrnal:after {
    background-color: var(--lightgray);
    content: "";
    position: absolute;
    height: 100px;
    top: -12px;
    right: 0;
    z-index: 1;
    width: 100%;
    box-shadow: 18px 1px 3px 0px;
}

.menu_head .logo_extrnal:before,
.menu_head .logo_extrnal:after {
    background-color: var(--lightgray);
    content: "";
    position: absolute;
    height: 100px;
    z-index: 9;
    width: 342px;
}

.home_logo {
    font-size: 30px;
    font-weight: 600;
    color: var(--themecolor2);
    text-decoration: none;
}

    .home_logo img {
        width: 75px;
        margin-right: 10px;
    }

    .home_logo p {
        font-size: 18px;
        font-weight: 600;
        color: var(--themecolor3);
        margin-bottom: 0;
        margin-top: -5px;
        position: absolute;
    }

.other_site {
    position: absolute;
    z-index: 99;
}

.swachhbharat img {
    width: 110px;
    margin-left: -63px;
    margin-right: 14px;
}
/*.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: 9px;
}

.menu_head.Top_head .logo_extrnal {
    position: fixed;
    right: 0;
    padding-top: 23px;
    width: 250px;
}

.menu_head.Top_head .Invest_up img {
    width: 57px;
    margin-left: 1px;
}

.menu_head.Top_head .upmygov img {
    width: 62px;
    margin-left: 17px;
}

/*.menu_head.Top_head .swachhbharat img {
    width: 108px;
    margin-left: -84px;
}*/
.menu_head.Top_head .swachhbharat img {
    width: 85px;
    margin-left: -80px;
    margin-right: -5px;
}

#slider1 .owl-nav button.owl-prev {
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 9;
}

#slider1 .owl-nav button.owl-next {
    position: absolute;
    top: 35%;
    right: 0;
    z-index: 9;
}

    #slider1 .owl-nav button.owl-prev span,
    #slider1 .owl-nav button.owl-next span {
        color: #fff;
        font-size: 50px;
        line-height: 53px;
        transition: 0.5s;
    }

    #slider1 .owl-nav button.owl-prev:hover span,
    #slider1 .owl-nav button.owl-next:hover span {
        color: var(--themecolor1);
    }

    #slider1 .owl-nav button.owl-prev:hover,
    #slider1 .owl-nav button.owl-next:hover {
        background-color: transparent;
    }

#slider1 .owl-nav button.owl-prev:before {
    content: '';
    position: absolute;
    top: -8px;
    left: -47px;
    width: 75px;
    height: 75px;
    z-index: -1;
    opacity: 0.3;
    transform: rotate(45deg);
    background: var(--themecolor2);
}

#slider1 .owl-nav button.owl-prev:after {
    content: '';
    position: absolute;
    top: 0;
    left: -42px;
    width: 60px;
    height: 60px;
    z-index: -1;
    transform: rotate(45deg);
    background: var(--themecolor2);
}


#slider1 .owl-nav button.owl-next:before {
    content: '';
    position: absolute;
    top: -8px;
    right: -47px;
    width: 75px;
    height: 75px;
    z-index: -1;
    opacity: 0.3;
    transform: rotate(45deg);
    background: var(--themecolor2);
}

#slider1 .owl-nav button.owl-next:after {
    content: '';
    position: absolute;
    top: 0;
    right: -42px;
    width: 60px;
    height: 60px;
    z-index: -1;
    transform: rotate(45deg);
    background: var(--themecolor2);
}

#slider1 .owl-nav button.owl-next:hover:after,
#slider1 .owl-nav button.owl-next:hover:before,
#slider1 .owl-nav button.owl-prev:hover:after,
#slider1 .owl-nav button.owl-prev:hover:before {
    background: var(--themecolorwhite);
}

#slider1.owl-carousel .owl-stage {
    z-index: -9;
}

#slider1 .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: var(--themecolor2);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    transform: rotate(45deg);
    border-radius: 0;
    background: var(--themecolor2);
}


.news_ticker_section {
    position: relative;
    margin-top: -21px;
    z-index: 1;
}

    .news_ticker_section .ticker_inner {
        position: relative;
        height: 50px;
        margin-right: -80px;
        padding-left: 50px;
    }

        .news_ticker_section .ticker_inner:before {
            content: "";
            background-color: var(--lightgray);
            position: absolute;
            bottom: 0;
            z-index: -9;
            left: calc(-50vw - 3px);
            width: 50vw;
            height: calc(128% - 25px);
            transform: skewX(35deg);
            box-shadow: 3px 4px 6px 0px #e1e0e0;
        }


        .news_ticker_section .ticker_inner:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0px;
            height: 100%;
            width: 100%;
            z-index: -1;
            transform: skewX(35deg);
            background: var(--themecolor2);
            box-shadow: 0px 2px 6px 0px #b9b9b9;
        }

.owl-1_sliderbutton {
    position: absolute;
    z-index: 999;
    left: 2.9%;
    margin-top: 0px;
}

#slider1 .owl-dots {
    position: absolute;
    left: 4%;
    z-index: 9;
    margin-top: -1px
}

a#owlplay-1 {
    color: var(--themecolor2);
}

a#owlstop-1 {
    color: var(--themecolor1);
}

.ticker_new {
    height: 27px;
    margin-top: 12px;
    margin-left: 25px;
    margin-right: -5px;
}
.whats_new {
    position: relative;
    padding-bottom: 200px;
    padding-top: 5px;
    background: url(../../MediaGallery/UI_Images/pattren.png) center center repeat;
    overflow: hidden;
}

    .whats_new::before {
        content: "";
        width: 150%;
        background: var(--themecolorwhite);
        transform: rotate(2deg);
        position: absolute;
    }

    .whats_new::before {
        top: -25px;
        height: 60px;
        left: -3px;
    }

    .whats_new:after {
        content: "";
        width: 150%;
        background: #fff;
        transform: rotate(2deg);
        position: absolute;
    }

    .whats_new:after {
        height: 170px;
        bottom: -45px;
        left: -3px;
    }

.Key_Functionary {
    display: flex;
    justify-content: center;
    margin: 10px 0px;
}



.key_fun_img {
    width: 140px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0%);
    bottom: 0;
    transition: all 700ms ease;
}

.outside {
    margin-left: 45px;
    position: relative;
    width: 160px;
    height: 170px;
    background: #f19000;
    -webkit-clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -webkit-box-shadow: 0px 10px 9px 0px #c4c4c4;
    box-shadow: 0px 10px 9px 0px #c4c4c4;
}

.inside {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    background: #fff7e9;
    -webkit-clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    transition: all 700ms ease;
}


.cm_name {
    margin-top: -42px;
    width: 265px;
    border-radius: 3px;
    text-align: center;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgb(255 255 255 / 72%), rgb(255 255 255));
    padding: 7px;
    padding-top: 50px;
    -webkit-box-shadow: 0px 10px 9px 0px #c4c4c4;
    box-shadow: 1px 2px 18px 0px #dfdfdf;
}

    .cm_name p {
        text-align: center;
        margin-top: -7px;
        font-size: 14px;
        font-weight: 600;
        color: var(--themecolor1);
        margin-bottom: 0;
    }

    .cm_name span {
        font-size: 12px;
        font-weight: 400;
        color: var(--themecolor1);
    }

.cm_box .cm_name span {
    font-size: 12px;
    font-weight: 500;
}

.minister_box .cm_name p {
    font-size: 13px;
}

.minister_box .cm_name span {
    font-size: 11px;
}

.projcard-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.projcard {
    position: relative;
    width: 100%;
    display: block;
    height: 100px;
    margin-bottom: 10px !important;
    border-radius: 0px;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    cursor: pointer;
      transition: box-shadow 0.2s ease, transform 0.2s ease;
}

    .projcard:hover {
        box-shadow: 0px 20px 20px -33px rgb(0 0 0);
        transform: translate(0px, -3px);
    }


.projcard-textbox {
    padding: 15px;
    color: #000;
    font-size: 14px;
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    height: 56px;
    margin: 0 auto;
    margin-bottom: 6px;
    line-height: 21px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

/* 
 .projcard-blue::before {
    background-image: linear-gradient(-70deg, #0088FF, #0088FF 50%);
}

.projcard-blue:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #0088FF, #0088FF 50%);
}

.projcard-red::before {
    background-image: linear-gradient(-70deg, #D62F1F, #D62F1F 50%);
}

.projcard-red:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #D62F1F, #D62F1F 50%);
}

.projcard-green::before {
    background-image: linear-gradient(-70deg, #40BD00, #40BD00 50%);
}

.projcard-green:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #40BD00, #40BD00 50%);
}

.projcard-yellow::before {
    background-image: linear-gradient(-70deg, #F5AF41, #F5AF41 50%);
}

.projcard-yellow:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #F5AF41, #F5AF41 50%);
}

.projcard-orange::before {
    background-image: linear-gradient(-70deg, #FF5722, #FF5722 50%);
}

.projcard-orange:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #FF5722, #FF5722 50%);
}

.projcard-brown::before {
    background-image: linear-gradient(-70deg, #C49863, transparent 50%);
}

.projcard-brown:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #C49863, transparent 50%);
}

.projcard-grey::before {
    background-image: linear-gradient(-70deg, #424242, transparent 50%);
}

.projcard-grey:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #424242, transparent 50%);
}

.projcard-customcolor::before {
    background-image: linear-gradient(-70deg, #F5AF41, #F5AF41 50%);
}

.projcard-customcolor:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #F5AF41, #F5AF41 50%);
}   */

/* .app_calendar {
    width: 100px;
    float: left;
    margin: 7px;
    margin-right: 15px;
    border-radius: 10px;
    box-shadow: rgb(38, 57, 77) 1px 6px 16px -10px;
    overflow: hidden;
} */
.app_calendar {
    position: absolute;
    left: -20px;
    top: 82%;
    width: 110px;
    height: 30px;
    color: #000;
    font-size: 15px;
    line-height: 44px;
    margin-top: -22px;
    text-align: center;
    box-shadow: 1px 2px 18px 0px #dfdfdf;
    display: flex;
    background-color: #dbdbdb;
}

    .app_calendar:before {
        position: absolute;
        content: '';
        left: 0px;
        top: -14px;
        border-bottom: 15px solid #b9b7b7;
        border-left: 20px solid transparent;
    }

    .app_calendar:after {
        content: " ";
        position: absolute;
        right: -13px;
        top: 1px;
        border-top: 15px solid transparent;
        border-right: none;
        border-left: 14px solid #dbdbdb;
        border-bottom: 15px solid transparent;
    }

    .app_calendar .weekday,
    .app_calendar .day {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .app_calendar .day {
        color: #000;
        padding: 0px 0 0 24px;
        font-size: 14px;
        line-height: 31px;
        font-weight: 500;
    }

    .app_calendar .mnth {
        font-size: 14px;
        line-height: 30px;
        font-weight: 500;
        margin-left: 4px;
    }

    .app_calendar .yer {
        font-size: 14px;
        line-height: 31px;
        font-weight: 500;
        margin-left: 4px;
    }

.ticker_size {
    padding-left: 110px;
}

    .ticker_size img {
        width: 20px;
    }

    .ticker_size span {
        font-size: 12px;
        color: #000;
        line-height: 18px;
    }

span.go_number {
    float: right;
    margin-right: 15px;
}

.demo5 {
    min-height: 438px;
    max-height: 438px;
}

.btnToggle {
    background-color: #fff;
    color: var(--themecolor2);
    border-radius: 50%;
    height: 28px;
    text-align: center;
    font-size: 11px;
    line-height: 29px;
    width: 28px;
    text-decoration: none;
    margin-top: 7px;
    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(--themecolor2);
    color: white !important;
    border-radius: 50%;
    height: 28px;
    line-height: 27px;
    text-decoration: none;
    width: 28px;
    margin-top: 7px;
    transition: all 0.5s;
}

    .et-run::before {
        content: "\f04c";
        text-decoration: none;
        font-size: 12px;
        margin-left: -5px;
    }

a.btnUp .fa,
a.btnDown .fa {
    font-size: 18px;
    color: #ffffff;
    padding: 5px;
    background: var(--themecolor2);
    font-weight: 400;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    transition: all 0.5s;
}

a.btnUp:hover .fa,
a.btnDown:hover .fa {
    color: var(--themecolor2);
    background: #fff;
}

.ticker-box {
    padding-right: 50px
}

    .ticker-box a {
        float: right;
        padding-left: 5px;
    }

a.btnUp,
a.btnDown {
    margin-top: 7px;
}

.ticker_btn .nav-link {
    position: relative;
    display: inline-block;
    background: transparent;
    font-size: 18px;
    padding-left: 57px;
    color: var(--themecolor2);
    padding-right: 57px;
    cursor: pointer;
    z-index: 1;
    font-weight: 500;
    transition: all 700ms ease;
}

    .ticker_btn .nav-link.active {
        color: #ffff;
    }

        .ticker_btn .nav-link.active:before {
            background: var(--themecolor2);
        }


    .ticker_btn .nav-link:before {
        position: absolute;
        top: 0;
        left: 30px;
        bottom: 0;
        right: 30px;
        background: #ffffff;
        content: "";
        z-index: -1;
        -moz-transform: skew(30deg, 0deg);
        -webkit-transform: skew(30deg, 0deg);
        -o-transform: skew(30deg, 0deg);
        -ms-transform: skew(30deg, 0deg);
        transform: skew(30deg, 0deg);
    }

.tickertab_btn {
    margin-right: -59px;
    margin-left: -11px;
}

.btm_br_updt {
    border-bottom: 3px solid var(--themecolor2);
    margin-bottom: 17px;
    margin-left: 44px;
    width: calc(100% - 57px);
    margin-top: -2px;
    z-index: 9;
    position: relative;
}

.btm_br_botom {
    border-bottom: 3px solid var(--themecolor2);
    margin-bottom: 0px;
    margin-top: 10px;
    margin-left: 32px;
    width: calc(100% - 30px);
    display: block;
}
.about-us1 span {
    display: inline-block;
    font-size: 24px;

    color: #052d40;
    cursor: pointer;
    z-index: 1;
    font-weight: 600;
    transition: all 700ms ease;
    margin-bottom: 20px;
}
.about-us1 p{
    font-size:16px;
    line-height:30px;
}
.view_all_btn {
    float: right;
    margin-right: -43px;
    position: relative;
    display: inline-block;
    background: transparent;
    font-size: 17px;
    padding-left: 57px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: var(--themecolorwhite);
    padding-right: 57px;
    cursor: pointer;
    z-index: 1;
    font-weight: 500;
    transition: all 700ms ease;
    margin-top: -3px;
}

    .view_all_btn:before {
        position: absolute;
        top: 0;
        left: 30px;
        bottom: 0;
        right: 30px;
        background: var(--themecolor2);
        content: "";
        z-index: -1;
        -moz-transform: skew(30deg, 0deg);
        -webkit-transform: skew(30deg, 0deg);
        -o-transform: skew(30deg, 0deg);
        -ms-transform: skew(30deg, 0deg);
        transform: skew(30deg, 0deg);
        box-shadow: 1px 2px 18px 0px #efefef;
    }

    .view_all_btn:hover {
        color: var(--themecolorwhite);
    }

h3.home_head {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: var(--themecolor2);
    text-align: center;
}



/* ---------------------our Departments----------------------- */

section.our_department {
    padding-top: 100px;
    margin-top: -35px;
    padding-bottom: 15px;
    background: var(--themecolorwhite);
}

.tp-feature-five-section-box p {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #5f6168
}

    .tp-feature-five-section-box p span {
        font-weight: 600;
        font-size: 17px;
        line-height: 26px;
        color: #141125
    }

.our_dept-main {
    padding-top: 10px;
    padding-bottom: 70px
}

.our_dept {
    transition: .3s;
    width: calc(100%/5);
    padding: 7px;
}

.dept_img img {
    width: 50px;
}

.our_dept:hover {
    box-shadow: 0 10px 20px rgba(32, 33, 36, .2);
    border-radius: 16px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.dept_box {
    text-align: center;
    box-shadow: 0 1px 2px rgba(32, 33, 36, .1);
    border-radius: 16px 0 0 16px;
    padding: 40px 30px;
    background-color: var(--themecolorwhite);
    overflow: hidden;
    transition: .3s;
    height: 100%;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}

.dept_img {
    height: 85px;
    width: 85px;
    line-height: 85px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin-bottom: 40px;
    position: sticky;
}

.dept_title {
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    text-align: center;
    color: #141125;
    padding-bottom: 5px
}

.dept_content p {
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
    color: #5f6168;
    padding-bottom: 15px
}

.dept_clr {
    height: 100%;
    width: 100%;
    background-color: #ff7a59;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
    z-index: -1
}

.dept_box.dept_box_1 {
    background: #ff9b8a;
}

.dept_clr_1 {
    background: linear-gradient(0deg, #ff5e43 0%, #f7a4b1 100%);
}

.dept_clr_2 {
    background: linear-gradient(0deg, #fbb10b 0%, #ffdf79 100%);
}

.dept_box.dept_box_2 {
    background: #ffd869
}

.dept_box.dept_box_3 {
    background: #8fc5ff
}

.dept_clr_3 {
    background: linear-gradient(0deg, #3ca9fd 0%, #9dd2ff 100%);
}

.dept_box.dept_box_4 {
    background: #9c91f3
}

.dept_clr_4 {
    background: linear-gradient(0deg, #8e49ff 0%, #bd97fb 100%);
}

.dept_box_1:hover {
    position: relative;
    z-index: 5;
    transform: scale(1.1);
    border-radius: 16px;
    box-shadow: none
}

    .dept_box_1:hover .dept_clr {
        transform: scale(3.7);
        top: -125%
    }

.dept_box_2 {
    border-radius: 0
}


    .dept_box_2:hover {
        position: relative;
        z-index: 5;
        transform: scale(1.1);
        border-radius: 16px;
        box-shadow: none
    }

        .dept_box_2:hover .dept_clr {
            transform: scale(3.5);
            top: -105%
        }

.dept_box_3 {
    border-radius: 0
}



    .dept_box_3:hover {
        position: relative;
        z-index: 5;
        transform: scale(1.1);
        border-radius: 16px;
        box-shadow: none
    }

        .dept_box_3:hover .dept_clr {
            transform: scale(3.5);
            top: -105%
        }

.dept_box_4 {
    border-radius: 0 16px 16px 0
}



    .dept_box_4:hover {
        position: relative;
        z-index: 5;
        transform: scale(1.1);
        border-radius: 16px;
        box-shadow: none
    }

        .dept_box_4:hover .dept_clr {
            transform: scale(3.5);
            top: -105%
        }


.dept_btn {
    color: var(--themecolorblack);
    font-weight: 500;
    left: -200px;
    transform: translateY(-50%) translateX(80px);
    transition: all 0.8s;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 15px;
}

.our_dept:hover .dept_btn {
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
    opacity: 1;
    left: 50%;
    transform: translate(-50%);
    transition: all 1s;
    visibility: visible;
}

/* ----------------------------our services-------------------------------------------------------------- */
section.our_services {
    margin-top: -85px;
    position: relative;
    /* background-image: url(../../MediaGallery/UI_Images/scale.png); */
    padding-bottom: 85px;
    background-repeat: repeat-x;
    background-position: left bottom -37px;
}

#ourservices .owl-item {
    padding: 30px 10px;
}

#ourservices .owl-nav.disabled {
    display: block;
}

.ourservices {
    margin-top: 50px;
    border-radius: 15px;
    border: 1px solid #e1e1e1;
    display: block;
}

    .ourservices .header {
        position: relative;
    }

        .ourservices .header .thumb {
            overflow: hidden;
            border-radius: 15px 15px 0 0;
        }

            .ourservices .header .thumb img {
                width: 100%;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                transition: all 0.4s ease-in-out;
            }

            .ourservices .header .thumb img {
                width: 100%;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                transition: all 0.4s ease-in-out;
            }


        .ourservices .header .overlay-inner {
            left: 50%;
            position: absolute;
            top: -64px;
            transform: translateX(-50%);
            transition: all 0.3s;
        }

            .ourservices .header .overlay-inner .icon {
                border: 10px solid #00aafb;
                border-radius: 50%;
                height: 100px;
                text-align: center;
                display: flex;
                width: 100px;
                justify-content: center;
                align-items: center;
            }

                .ourservices .header .overlay-inner .icon .icon-img {
                    width: 50px;
                    transition: all 0.3s;
                }

    .ourservices .details {
        background-color: #fff;
        box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.07);
        color: #000;
        padding: 33px 50px 40px;
    }

        .ourservices .details .title {
            font-size: 24px;
            margin-bottom: 25px;
            margin-top: 0;
            transition: all 0.3s;
        }

    .ourservices:hover .header .thumb img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1) rotate(5deg);
    }

    .ourservices:hover .header .overlay-inner {
        top: 50%;
        transform: translate(-50%, -50%);
    }

.ourservices {
    position: relative;
}

    .ourservices .thumb img {
        width: 100%;
    }

    .ourservices .thumb .overlay-inner {
        transition: all 0.3s;
    }

    .ourservices .details {
        padding: 30px 20px;
    }


        .ourservices .details .icon {
            border-radius: 50%;
            height: 108px;
            line-height: 108px;
            margin: 0 auto 22px;
            text-align: center;
            width: 108px;
            transition: all 0.3s;
        }

        .ourservices .details .title {
            font-size: 20px;
            height: 60px;
            font-weight: 500;
            margin-bottom: 0px;
            transition: all 0.3s;
        }

            .ourservices .details .title a {
                color: #000000;
            }

    .ourservices.service-content {
        height: 100%;
    }

        .ourservices.service-content .details {
            left: 0;
            padding: 60px;
            position: relative;
            text-align: left;
            top: auto;
            transform: none;
        }

        .ourservices .service-content:hover .details {
            transform: none;
        }

 
    .ourservices:hover .details .icon {
        opacity: 0;
        visibility: hidden;
    }

    .ourservices .details p {
        font-size: 14px;
        color: #222;
        font-weight: 400;
        margin-bottom: 0px;
        opacity: 1;
        visibility: visible;
    }

    .ourservices .details {
        border-right: 5px solid var(--themecolor3);
        border-radius: 0 0 15px 15px;
        height: 200px;
    }

    .ourservices .header .overlay-inner .icon {
        background-color: var(--themecolorwhite);
    }

#ourservices .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
}

#ourservices .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 0;
}

    #ourservices .owl-nav button.owl-prev span,
    #ourservices .owl-nav button.owl-next span {
        color: #fff;
        font-size: 50px;
        line-height: 53px;
        transition: 0.5s;
    }

    #ourservices .owl-nav button.owl-prev:hover span,
    #ourservices .owl-nav button.owl-next:hover span {
        color: var(--themecolor1);
    }

    #ourservices .owl-nav button.owl-prev:hover,
    #ourservices .owl-nav button.owl-next:hover {
        background-color: transparent;
    }

#ourservices .owl-nav button.owl-prev:before {
    content: '';
    position: absolute;
    top: -8px;
    left: -47px;
    z-index: -1;
    opacity: 0.3;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid var(--themecolor2);
}

#ourservices .owl-nav button.owl-prev:after {
    content: '';
    position: absolute;
    top: 2px;
    left: -40px;
    width: 0px;
    height: 0px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid var(--themecolor2);
    z-index: -1;
}

#ourservices .owl-nav button.owl-next:before {
    content: '';
    position: absolute;
    top: -8px;
    right: -47px;
    width: 0px;
    height: 0px;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid var(--themecolor2);
    z-index: -1;
    opacity: 0.3;
}

#ourservices .owl-nav button.owl-next:after {
    content: '';
    position: absolute;
    top: 2px;
    right: -41px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid var(--themecolor2);
    z-index: -1;
}

#ourservices .owl-dot {
    display: none;
}

#ourservices .owl-nav button.owl-next span {
    margin-right: -44px;
}

#ourservices .owl-nav button.owl-prev span {
    margin-left: -44px;
}

.our_services .owl-nav button.owl-next {
    transform: translateY(-50%) translateX(-30px);
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s;
    visibility: hidden;
}

.our_services: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;
}

.our_services .owl-nav button.owl-prev {
    transform: translateY(-50%) translateX(30px);
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s;
    visibility: hidden;
}

.our_services: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;
}




/* --------------------------------------------------Home Gallery------------------------------------------------------------- */
.home_gallery {
    background-image: url(../../MediaGallery/Icons/our_gallery.svg);
    background-image: url(../../MediaGallery/UI_Images/our_gallery.jpg);
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
}

    .home_gallery .common_container {
        position: relative;
        z-index: 1;
    }

.portfolio-item li {
    list-style: none;
}

.portfolio-section {
    padding-bottom: 20px;
}

    .portfolio-section h2 {
        font-size: 28px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
    }

.portfolio-menu {
    text-align: center;
}

.control {
    background: #282A3B;
    color: #fff;
    padding: 10px 20px;
    border: none;
    margin: 2px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all 0.5s ease;
    -moz-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

    .control span {
        display: inline-block;
        -moz-transform: skewX(20deg);
        -webkit-transform: skewX(20deg);
        -o-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg);
    }

    .control:hover {
        background: var(--themecolor2);
    }

.mixitup-control-active {
    background: var(--themecolor2)
}

.fancybox-container button:focus {
    outline: 0;
    box-shadow: none;
}

.portfolio-item {
    padding-top: 10px;
    padding-left: 3px;
}


.pd {
    padding: 0;
    padding: 2px;
}

    .pd img {
        height: 250px;
        transition: all 0.5s;
        width: 100%;
        border: 1px solid #dbdbdb;
    }

.portfolio-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    text-align: center;
    visibility: hidden;
    transition: all 0.5s;
    transform: scale(0);
}

    .portfolio-overlay p,
    .portfolio-overlay a {
        position: relative;
        z-index: 4;
    }

    .portfolio-overlay::before {
        content: "";
        width: 0;
        height: 0;
        border-width: 0;
        position: absolute;
        left: 10%;
        top: 10%;
        transition: 50ms height ease 150ms;
        z-index: 3;
    }

    .portfolio-overlay::after {
        content: "";
        width: 0;
        height: 0;
        border-width: 0;
        position: absolute;
        right: 10%;
        bottom: 10%;
        transition: 100ms width ease 200ms;
        z-index: 3;
    }

.portfolio-item:hover .portfolio-overlay::before {
    width: 80%;
    height: 80%;
    border-top: 1px solid #50977f;
    border-right: 1px solid #50977f;
    transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}

.portfolio-item:hover .portfolio-overlay::after {
    width: 80%;
    height: 80%;
    border-bottom: 1px solid #50977f;
    border-left: 1px solid #50977f;
    transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}

.portfolio-item li:hover .portfolio-overlay {
    visibility: visible;
    transform: scale(1);
}

.portfolio-overlay .category {
    margin-top: 70px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.portfolio-overlay .magnify-icon {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background: #50977f;
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.25s;
}

    .portfolio-overlay .magnify-icon:hover {
        background: #000;
    }

    .portfolio-overlay .magnify-icon p span i {
        font-size: 15px;
        color: #fff;
        line-height: 40px;
        cursor: pointer;
    }


/* -------------------------------------Useful_links----------------------------------------------------- */
.Useful_links {
    /* background-image: url(../../MediaGallery/UI_Images/imp_link.png);
    
    background-repeat: no-repeat;*/
    background-size: 100% 100%;
    padding-top: 50px;
    padding-bottom: 80px;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-color: #dddddd;
    background-image: url(../../MediaGallery/Icons/our_gallery.svg);
   
}

    .Useful_links .common_container {
        position: relative;
        z-index: 9;
    }

    .Useful_links:after {
        opacity: 0.7;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000000;
    }


.imp_link_box_border {
    position: relative;
}


.imp_link_box {
    position: relative;
    height: 100px;
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 10px;
    padding-top: 45px;
    transition: all linear .35s;
    box-shadow: 0 10px 20px rgba(32, 33, 36, .2);
    -webkit-filter: drop-shadow(0px 8px 10px rgba(7, 36, 95, 0.08));
    filter: drop-shadow(0px 8px 10px rgba(7, 36, 95, 0.08));
    background: var(--themecolorwhite);
    -webkit-clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 65%, 90% 100%, 0 100%, 0 0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.clrbx .imp_link_box {
    background: var(--themecolor8);
    color: #fff;
}

.imp_link_img {
    border: 7px solid #fff;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0px, 40px);
    position: relative;
    z-index: 1;
    background: var(--themecolor8);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    .imp_link_img img {
        width: 40px;
        filter: invert(1);
    }

.clrbx .imp_link_img {
    background: var(--themecolorwhite);
    border: 7px solid var(--themecolor8);
}

    .clrbx .imp_link_img img {
        filter: none;
    }

.imp_link_box_border:hover .imp_link_box {
    background: var(--themecolor8);
    color: #fff;
}

.imp_link_box_border:hover .imp_link_img {
    background: var(--themecolorwhite);
    border: 7px solid var(--themecolor8);
}

    .imp_link_box_border:hover .imp_link_img img {
        filter: none;
    }

.imp_link_box_border.clrbx:hover .imp_link_box {
    background: var(--themecolorwhite);
    color: #000;
}

.imp_link_box_border.clrbx:hover .imp_link_img {
    background: var(--themecolor8);
    border: 7px solid var(--themecolorwhite);
}

    .imp_link_box_border.clrbx:hover .imp_link_img img {
        filter: invert(1);
    }

/* -----------------------------------------------Important Links------------------------------------------------------------- */
.Importantlinks {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(../../MediaGallery/UI_Images/important.png);
    background-repeat: repeat;
}

    .Importantlinks .common_container {
        position: relative;
        z-index: 9;
    }



.slideritem {
    height: 100px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#Importantlinks .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
}

#Importantlinks .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    right: 0;
}

    #Importantlinks .owl-nav button.owl-prev span,
    #Importantlinks .owl-nav button.owl-next span {
        color: #fff;
        font-size: 50px;
        line-height: 53px;
        transition: 0.5s;
    }

    #Importantlinks .owl-nav button.owl-prev:hover span,
    #Importantlinks .owl-nav button.owl-next:hover span {
        color: var(--themecolor1);
    }

    #Importantlinks .owl-nav button.owl-prev:hover,
    #Importantlinks .owl-nav button.owl-next:hover {
        background-color: transparent;
    }

#Importantlinks .owl-nav button.owl-prev:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -47px;
    z-index: -1;
    opacity: 0.3;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid var(--themecolor2);
}

#Importantlinks .owl-nav button.owl-prev:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -40px;
    width: 0px;
    height: 0px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid var(--themecolor2);
    z-index: -1;
}

#Importantlinks .owl-nav button.owl-next:before {
    content: '';
    position: absolute;
    top: 0px;
    right: -47px;
    width: 0px;
    height: 0px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid var(--themecolor2);
    z-index: -1;
    opacity: 0.3;
}

#Importantlinks .owl-nav button.owl-next:after {
    content: '';
    position: absolute;
    top: 10px;
    right: -41px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid var(--themecolor2);
    z-index: -1;
}

#Importantlinks .owl-dot {
    display: none;
}

.Importantlinks .owl-nav button.owl-next span {
    margin-right: -55px;
}

.Importantlinks .owl-nav button.owl-prev span {
    margin-left: -55px;
}


.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;
}

.height_75 {
    height: 75px;
}

.height_90 {
    height: 90px;
}

.height_60 {
    height: 60px;
}

/* -------------------------------------------------Footer section-------------------------------------------------- */
.footer_top {
    background-image: url(../../MediaGallery/UI_Images/footer_top.jpg);
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    box-shadow: 13px 11px 20px 0px #999999;
}

    .footer_top:after {
        background-color: var(--themecolor2);
        opacity: .9;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: -1;
        height: 100%;
    }

    .footer_top .col-md-6 {
        padding: 30px;
    }

    .footer_top p {
        color: #ffff;
        font-weight: 600;
        font-size: 15px;
        margin-bottom: 0;
    }

        .footer_top p span {
            font-weight: 600;
            padding-left: 3px;
        }

.grey_footer {
    position: relative;
}

    .grey_footer:after {
        background-color: var(--lightgray);
        content: "";
        position: absolute;
        left: -50px;
        bottom: 0;
        width: 2000px;
        height: 100%;
        border-left: 7px solid #2D3239;
        -webkit-transform: skew(30deg);
        -moz-transform: skew(30deg);
        -o-transform: skew(30deg);
        -ms-transform: skew(30deg);
        transform: skew(30deg);
        /* box-shadow: 13px 11px 20px 0px #999999; */
        border-top: 1px solid #e3e2e2;
    }

.footer_bg {
    position: relative;
    z-index: 1;
    padding-top: 60px;
}

    .footer_bg:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        z-index: -1;
        background-image: url(../../MediaGallery/UI_Images/footer_bg.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

.footer_home_link {
    margin-bottom: 25px;
}

    .footer_home_link img {
        width: 70px;
    }

    .footer_home_link div {
        color: var(--themecolor9);
        font-size: 27px;
        font-weight: 600;
        margin-bottom: -27px;
        padding-top: 6px;
        padding-left: 12px;
    }

        .footer_home_link div p {
            font-size: 16px;
            margin-top: -8px;
            color: #ffffff;
        }

p.footer_text {
    color: #ffffff;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 40px;
    margin-top: 35px;
}
span.lst_updt_home {
    color: #fff;
    margin-bottom: 5px;
    display: block;
    font-size:13px
}
ul.footer_nav {
    padding-top: 35px;

}

.footer_nav > li {
    margin-bottom: 5px;
    list-style: none
}

    .footer_nav > li > a {
        color: #ffffff;
        font-weight: 500;
        position: relative;
        transition: .3s cubic-bezier(.24, .74, .58, 1);
    }

        .footer_nav > li > a:hover {
            color: var(--themecolor3);
            font-weight: 500;
            padding-left: 18px;
        }


        .footer_nav > li > a:before {
            content: url(../../MediaGallery/Icons/hammer.svg);
            font-size: 15px;
            width: 20px;
                       position: absolute;
            top: 50%;
            left: -20px;
            -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: 0;
        }

.web_mannger {
    color: var(--themecolor3);
}

    .web_mannger:hover {
        color: #ffffff;
    }

.footer_bottom {
    border-top: 2px solid #3232328a;
    padding: 20px 0 25px 0;
}

    .footer_bottom span {
        color: #ffffff;
        font-weight: 500;
    }

span.visitor_no {
    float: inline-end;
    color: #ffffff;
    font-weight: 500;
}
.powerd_by {
    float: right;
    margin-bottom: 5px;
    color: #fff;
    z-index:9;
    position:relative;
    font-size:13px;
}
    .powerd_by a {
        color: #fff;
    }
        .powerd_by a:hover {
            color: var(--themecolor3);
        }

        /* =================================Social Media================================== */
        .social-menu {
    position: relative;
    z-index: 9;
    padding: 30px;
}

    .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: 40px;
            }

            .social-menu ul li .fa {
                font-size: 25px;
                line-height: 41px;
                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: 40px;
                height: 40px;
                /* border-radius: 50%; */
                background-color: #fff;
                text-align: center;
                transition: .4s;
                box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .5);
                transform: skewX(-20deg);
            }

                .social-menu ul li a i {
                    transform: skewX(20deg);
                }

                .social-menu ul li a:hover i {
                    transform: skewX(20deg);
                }

                .social-menu ul li a:hover {
                    transform: translate(0, -10%);
                    transform: skewX(-20deg);
                }

            .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(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: 11px;
                margin-left: 2px;
            }

.twitter_img {
    max-width: 17px;
    content: url('../../MediaGallery/Icons/X_twitter.svg');
}

/* =================================Social Media End================================== */




.styleswitcher {
    right: -200px;
    padding: 15px;
    position: fixed;
    top: 50px;
    width: 200px;
    transition: .4s;
    z-index: 999;
    height: calc(100% - 100px);
}

    .styleswitcher.open {
        right: 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: 363px;
        left: 0;
        overflow: auto;
        position: absolute;
        top: 90px;
        width: 100%;
        padding: 8px;
        border-radius: 10px;
        border-bottom: 5px solid var(--themecolor2);
    }

        .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: -60px;
        background: #1bb99d;
        width: 60px;
        top: 120px;
        z-index: 1;
        color: #ffffff;
        height: 60px;
        box-shadow: 2px 1px 60px rgba(0, 0, 0, 0.10);
        cursor: pointer;
        display: block;
        line-height: 60px;
        text-align: center;
        border-radius: 4px 0 0 4px;
    }

        .styleswitcher .switcher-btn-bx img {
            animation: beat .25s infinite alternate;
            width: 35px;
        }

    .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: 15px;
    text-align: center;
    font-weight: 600;
}

.Accessibility_nav {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .Accessibility_nav a {
        color: #000;
        transition: all 0.5s;
        font-size: 13px;
        font-weight: 300;
    }

        .Accessibility_nav a:hover {
            color: var(--themecolor2);
            font-size: 14px;
        }

    .Accessibility_nav li {
        height: 35px;
        padding: 4px;
        border-bottom: 1px solid #ededed;
    }

        .Accessibility_nav li:last-child {
            border-bottom: none;
        }

    .Accessibility_nav i {
        margin-right: 6px;
    }

@keyframes beat {
    to {
        transform: scale(1.05);
    }
}










.feature_style_three {
    position: relative;
    margin: -12px -11px;
    overflow: hidden;
    display: block;
    border-radius: 0;
    margin-bottom: 14px;
    /* clip-path: polygon(100% 0, 100% 75%, 90% 100%, 0 100%, 0 0); */
}
    .feature_style_three:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(180deg, transparent, rgb(37 37 37 / 0%), #111111c4);
        content: "";
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        z-index: 1;
    }

.feature_style_tree_thumb img {
    width: 100%;
    transition: 0.9s;
    height: 230px;
}

.feature_style_three:hover .feature_style_tree_thumb img {
    transform: scale(1.2) rotate(-3deg);
}

.feature_style_tree_content {
    position: absolute;
    left: 0;
    bottom: 0px;
    padding: 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 2;
}

.feature_style_thre_icon .icon {
    color: #fff;
}

.feature_style_three_title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.feature_style_three_text {
    color: #fff;
    opacity: 0;
    transition: .3s;
}

.feature_style_three_butoon a {
    color: #fff;
    text-transform: uppercase;
    opacity: 0;
    transition: .3s;
    font-size: 14px;
}

.feature_style_three:hover:before {
    background-image: linear-gradient(180deg, transparent, rgb(201 143 37 / 28%), #ffaa1c70);
}

.feature_style_three:hover .feature_style_three_text,
.feature_style_three:hover .feature_style_three_butoon a {
    opacity: 1;
}

.feature_style_three:hover .feature_style_tree_content {
    bottom: 15px;
}

.feature_style_thre_icon img {
    width: 60px;
    margin-bottom: 8px;
}

.feature_style_three.first {
    border-radius: 10px 0 0 0;
}

.feature_style_three.third {
    border-radius: 0 10px 0 0;
}

.feature_style_three.forth {
    border-radius: 0 0 0 10px;
}

.feature_style_three.six {
    border-radius: 0 0 10px 0;
}

/* ============================Go_to_Top============================================ */
.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(--themecolor8), var(--themecolor8));*/
    background-color: var(--themecolor8);
    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(--themecolor2) #ffffff;
}

    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 10px;
    }

    *::-webkit-scrollbar-track {
        background: #f3f7fd;
    }

    *::-webkit-scrollbar-thumb {
        background-color: var(--themecolor2);
        border-radius: 5px;
        border: 2px solid #ffffff;
    }


/* ======================Search=================================== */


.hidden-search-box {
    position: absolute;
    display: none;
    right: 107px;
    top: 13px;
    width: 250px;
    z-index: 99;
    transition: linear 0.35s;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

    .hidden-search-box .form-control:focus {
        color: var(--bs-body-color);
        background-color: var(--bs-body-bg);
        border-color: #ffaa1c;
        outline: 0;
        box-shadow: none;
    }

input#ctl00_btnSearch {
    background: #ffaa1c;
    border: none;
    border-radius: 0 3px 3px 0;
}

.hidden-search-box input {
    height: 30px;
    border-radius: 3px;
    font-size: 15px;
    transition: linear 0.35s;
}



/* =================================Breadcrumb======================================= */


.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;
}

.main-content {
    min-height: 500px;
    width: 100%;
    display: block;
    padding: 50px 0;
    position: relative;
}

li.breadcrumb_items a {
    color: #fff;
}

.breadcrumb_cont h4 {
    font-size: 28px;
    font-weight: 600;
    display: flex;
    justify-content: center;
}

li.breadcrumb_items {
    font-weight: 500;
}

.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;
}



@keyframes animatedBackground {
    from {
        transform: scale(1.05);
    }

    to {
        transform: scale(1.15);
    }
}

h4.page_heading {
    color: var(--themecolorblack);
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    margin-top: 30px;
}

    h4.page_heading:before {
        content: url(../../MediaGallery/Icons/helmet.png);
        top: -2px;
        position: absolute;
        left: -1px;
    }


h5.page_heading {
    color: var(--themecolorblack);
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
}

    h5.page_heading:before {
  content: url(../../MediaGallery/Icons/arrow-right.png);
        top: -2px;
        position: absolute;
        left: -1px;
    }

.list-none {
    list-style-type: none;
}
.page_li {
    list-style: none;
    padding-left: 15px;
}

    .page_li li {
        position: relative;
        padding-left: 10px;
    }

    .page_li li {
        background: url(../../MediaGallery/Icons/hammer.png) no-repeat left 4px;
        font-size: 15px;
        padding: 5px 0 5px 24px;
        background-size: 17px;
        text-align: justify;
        list-style: none;
        display: table;
        line-height: 20px;
    }

        .page_li li .page_li li {
            background: url(../../MediaGallery/Icons/spade.png) no-repeat left 4px;
            font-size: 15px;
            padding: 5px 0 5px 24px;
            background-size: 17px;
            text-align: justify;
            list-style: none;
            display: table;
            line-height: 26px;
        }
            .page_li li li .page_li li {
                background: url(../../MediaGallery/Icons/pickaxe.png) no-repeat left 4px;
                font-size: 15px;
                padding: 5px 0 5px 24px;
                background-size: 17px;
                text-align: justify;
                list-style: none;
                display: table;
                line-height: 20px;
            }
     
        .page_li li  li {
            background: url(../../MediaGallery/Icons/spade.png) no-repeat left 4px;
            font-size: 15px;
            padding: 5px 0 5px 24px;
            background-size: 17px;
            text-align: justify;
            list-style: none;
            display: table;
            line-height: 26px;
        }
    .page_li > li > ul > li > ul > li > ul > li {
        background: url(../../MediaGallery/Icons/trowel.png) no-repeat left 4px !important;
        font-size: 15px;
        padding: 5px 0 5px 24px;
        background-size: 17px;
        text-align: justify;
        list-style: none;
        display: table;
        line-height: 20px;
    }
ol li {
    padding: 3px;
}

.page_image {
    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 #a1a1a1;
}

    .page_image:hover {
        transform: perspective(300px) rotateX(2deg) rotateY(2deg);
    }


.width_500 {
    width: 500px;
}

.rightside_wrap {
    float: right;
    margin: 0 0 20px 20px;
    padding-right: 0 !important;
}
td, th{
    vertical-align:middle;
}

.Clr_table.table tr:nth-child(odd), .datatable.table tr:nth-child(odd) {
    background-color: var(--themecolorgray) !important;
}

.Clr_table.table /*tr:nth-child(even), .datatable.table tr:nth-child(even)*/ {
    /* background-color: #ffa0000d !important;*/
    #e7e7e770 !important
}

.table-hover.Clr_table > tbody > tr > th:hover {
   /* --bs-table-accent-bg: #2e7a99 !important;*/
}

.Clr_table tr th, .datatable > thead > tr > th {
    background-color: var(--themecolor10) !important;
    color: #fff !important;
    text-align: center;
    border-color: #fbe3bc !important;
    border-top: 1px solid;
    font-weight: 600;
}

    .Clr_table tr th:hover, .datatable-table th:hover {
        background-color: var(--themecolor10) !important;
    }

.center-td-1 > tr > td:first-child {
    text-align: center;
}
.c-td-2 > tr > td:nth-child(2n+1) {
    text-align: center;
}
.c-td-4 > tr > td:nth-child(2n+4) {
    text-align: center;
}

.Clr_table a {
    color: var(--themecolor3);
}

.Clr_table td a:hover {
    color: var(--themecolor2);
}

.Clr_table .fa.fa-download {
    color: #fff
}

.Clr_table tr.snd_th th, .datatable > thead > tr.snd_th > th {
    background-color: #81a1af !important;
    border-color: #fbe3bc !important;
    /*  background-color: #2f7495 !important;
    border-color:  #2f7495 !important;
     */
}

     
img.pdf_img {
    height: 25px;
}

.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%;
}

.download_icon {
    background-image: linear-gradient(to left, var(--themecolor11), var(--themecolor11));
    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(--themecolor11), var(--themecolor11));
    }


/*Text-box*/
.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;
    }











/*===================================Data table=============================================*/
.page-link.disabled, .disabled > .page-link {
    display: none;
}

.page-link {
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px;
    background: #fffaf2;
    border: 1px solid #ffd89a;
    border-radius: 100%;
    color: #000;
    transition: .5s;
}

    .page-link.active, .active > .page-link {
        background-color: #ffaa1c;
        border-color: #f79b02;
    }

.page-item:last-child .page-link {
    width: 100%;
    border-radius: 77px;
}

.page-item:first-child .page-link {
    width: 100%;
    border-radius: 77px;
    margin-left: -8px;
}

.page-link:hover {
    background-color: #ffaa1c;
    border-color: #f79b02;
    color: #fff
}

.dropdown_display3 {
    display: flex;
    justify-content: end;
    color: #000;
    line-height: 28px;
    font-size: 15px;
    margin-top: 4px;
    margin-top: 4px;
    margin-right: 265px;
    margin-bottom: -31px;
}

    .dropdown_display3.mb-3 .dataTables_filter.d-flex.me-4 {
        float: right;
        position: absolute;
        right: 19px;
    }



.Clr_table span {
    font-size: 11px;
}

.dropdown_display3 span {
    font-weight: 400;
    margin-right: 6px;
}

.dropdown_display3 select {
    border: 1px solid #dee2e6;
    padding: 3px;
    border-radius: 5px;
}

.serch_right div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    padding-right: 0;
}

/*==================================Gallery Photo=========================================*/
.course-thumb {
    position: relative;
    overflow: hidden;
    margin: 3px;
    border: 1px solid #d7d4d4;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25);
}

    .course-thumb img {
               transition: all 3s ease;
        background-size: cover;
        width: 100%;
        height: 250px;
    }

        .course-thumb img:nth-child(1) {
            transform: translatex(50%) scalex(2);
            opacity: 0;
            filter: blur(10px);
        }

        .course-thumb img:nth-child(2) {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            object-fit: cover;
        }
.press_img{
    overflow:hidden;
}
.press_cont {
    background: #fff;
    padding: 10px;
    position: relative;
    z-index: 9;
}
    .press_cont h4 {
        color: #000;
        font-size: 14px;
        display: -webkit-box;
        max-width: 100%;
        overflow: hidden;
        height: 38px;
        margin: 0 auto;
        margin-bottom: 3px;
        line-height: 19px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }
    .press_cont span {
        color: #000;
        font-size: 13px;
        float: right;
    }
        .course-single-box:hover .course-thumb img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}

.course-single-box:hover .course-thumb img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.course-single-box:hover .course-thumb .count {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}

.course-single-box .course-thumb .count {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #003650;
    background: #052d40;
    padding: 0 7px;
    border-radius: 5px;
    transition: all .5s ease;
}

.footer {
    overflow: hidden;
    margin-top: 60px;
}

div#skip_Content {
    margin-top: 150px;
    position: absolute;
    top: 450px
}

.p_rel {
    position: relative !important;
    margin-top: 0 !important;
    top: 0 !important;
}

.course-icon {
    position: absolute;
    top: 20px;
    right: 20px;
}

    .course-icon i {
        color: #FFFFFF;
        font-size: 24px;
    }

.course-rating {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient(180deg, #0000006b, rgb(0 0 0 / 36%), #111111c4);
    width: 100%;
    height: 50px;
    padding: 0 8px 0;
    z-index: 1;
}

    .course-rating::before {
        position: absolute;
        content: "";
        width: 0;
        height: 100%;
        background: linear-gradient(180deg, #0059846b, rgb(0 92 137 / 56%), #052d40);
        left: 0;
        top: 0;
        z-index: -1;
        transition: 0.5s;
    }

.breadcrumb_title {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Poppins';
}

.course-single-box:hover .course-rating::before {
    width: 100%;
}

.course-admin {
    display: flex;
    align-items: center;
}

.course-shape {
    margin-right: 10px;
}

.course-shape-title h4 {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0
}

.gallery_img {
    position: relative;
    overflow: hidden;
    height: auto;
    margin: 5px;
    border: 1px solid #d7d4d4;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25);
    display: block;
}

    .gallery_img:hover:before {
        -webkit-animation: circle .75s;
        animation: circle .75s;
        opacity: 1;
    }

    .gallery_img:before {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        z-index: 1;
    }

    .gallery_img img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        position: relative;
        display: block;
        overflow: hidden;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
    }
a.gallery_img.press_relese {
    background: #ffffff;
    padding: 1px;
    border: 1px solid #fff;
    box-shadow: 0 0px 9px -5px rgb(0 0 0);
}

    .gallery_img:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }


.video_card {
    position: relative;
    overflow: hidden;
    margin: 3px;
    border: 1px solid #d7d4d4;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25);
}


    .video_card::before {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        z-index: 1;
        transition: all 0.7s ease 0s;
    }

.video_box:hover .video_card::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
    opacity: 1;
}

.video_card img {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.video_box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.video_btn_box a {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    line-height: 60px;
    font-size: 24px;
    border-radius: 50%;
    transition: all 1s ease;
}

.video_btn_box {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: 0.5s;
}

    .video_btn_box a:hover {
        background: linear-gradient(180deg, var(--themecolor2) 0%, var(--themecolor3) 100%);
        transition: 0.5s;
    }

.video_box a::before {
    content: "";
    border: 4px solid #ffffff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    -webkit-animation: zoombig 3.25s linear infinite;
    animation: zoombig 3.25s linear infinite;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.video_box a::after {
    content: "";
    border: 4px solid #ffffff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    -webkit-animation: zoombig 3.25s linear infinite;
    animation: zoombig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.video_cont {
    position: absolute;
    bottom: 0;
    z-index: 9;
    background: linear-gradient(180deg, transparent, rgb(0 92 137), #052d40);
    width: 100%;
    height: 35px;
    transition: all .7s ease;
}

    .video_cont p {
        color: #fff;
        margin-bottom: 0;
        padding: 7px 15px;
        font-size: 16px;
        font-weight: 500;
    }

.video_box:hover .video_cont {
    transition: all 1s ease;
    bottom: -100px;
}

a {
    cursor: pointer;
}


@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
/* video animation */

@-webkit-keyframes zoombig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }

    40% {
        opacity: .5;
        border-width: 3px;
    }

    65% {
        border-width: 2px;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 2px;
    }
}

@keyframes zoombig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }

    40% {
        opacity: .5;
        border-width: 3px;
    }

    65% {
        border-width: 2px;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 2px;
    }
}

a.contactus {
    color: var(--themecolor3);
}

    a.contactus:hover {
        color: var(--themecolor2);
    }
        .acc-body {
    display: none;
    background: rgba(255,255,255,.8);
    padding: .5rem 1rem;
    margin: 0 0 0 .8rem;
    width: 80%;
}

.crc-chevron {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 15px;
    max-width: 10%;
}

.fa-chevron-down {
    color: #FFF;
    font-size: 15px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    -o-transition: transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in, -webkit-transform .5s ease-in;
    float: right;
    cursor: pointer;
    padding: 15px;
}

.acc-head {
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 1rem 2rem;
    cursor: pointer;
}

.acc-head {
    width: 100%;
    background: rgb(85 187 169);
    margin: 0.8rem 0 0 0.8rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 60px;
    margin-bottom: -1px;
}

.w-80 {
    width: 80%;
}

.acc-head h2 {
    color: #fff;
    font-size: 18px;
    padding: 6px 15px;
}

.acc-head1 {
    background: rgb(0 118 175 / 75%);
}
    .acc-body {
    padding: 15px;
    color: #000;
    background: #c7e5f380;
    width: 100%;
}

.crc-close-anim {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
}

.close {
    background-color: transparent;
    border: none;
}

button, select {
    text-transform: none;
    transform: scale(1);
}

.fa-times {
    color: #B34238;
    font-size: 20px;
    margin: auto;
    padding: 10px;
}

.footerDate_st {
    right: 60px;
    position: absolute;
    margin-top: -33px;
    font-weight: 500;
}
.footerDate {
    position: absolute;
    bottom: -50px;
    right: 60px;
}

a.download_icon .fa {
    color: #fff;
}

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;
}

.underlined {
    text-decoration: underline !important;
    text-decoration-color: var(--themecolorblack);
}

.text_org {
    color: var(--themecolor2);
}

.sitemap_li li {
    background: url(../../MediaGallery/Icons/helmet.png) no-repeat left 4px;
    padding: 5px 0 15px 24px;
    background-size: 18px;
    text-align: left;
    list-style: none;
    display: table;

    line-height: 20px;
}

.sitemap_li ul {
    padding-left: 10px
}

    .sitemap_li ul li ul li {
        background: url(../../MediaGallery/Icons/hammer.png) no-repeat left 0px;
        padding: 1px 0px 9px 23px;
        text-align: justify;
        background-size: 18px;
        display: table;
        list-style: none;
        line-height: 20px;
    }

        .sitemap_li ul li ul li ul li {
            background: url(../../MediaGallery/Icons/spade.png) no-repeat left 0px;
            background-size: 18px;
            padding: 1px 0px 9px 21px;
        }

.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);
}

    .sitemap a:hover {
        color: var(--themecolor3) !important;
        padding-left: 10px;
    }

ul.footer_nav.float-end {
    width: 200px;
}

.sitemap_li li p {
    margin-bottom: 0
}

.sitemap_li ul li ul {
    padding-left: 5px;
    padding-top: 10px;
}


.gallery_img .imgcontent {
    background-image: linear-gradient( 180deg, transparent, rgba(37, 37, 37, 0.61), #111 );
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: rgb(255, 255, 255);
    transform: translateY(100%);
    pointer-events: none;
    padding: 10px 25px;
    padding-top:20px;
    transition: all 600ms ease-out 0s;
}
.gallery_img:hover .imgcontent {
    transform: translateY(0%);
}
.imgcontent p{
    margin-bottom:0;
}
/*****TaniyaStart******/
.tc {
    text-align: center;
}

.db_image {
    transition: .5s;
}

    .db_image:hover {
        transform: perspective(300px) rotateX(2deg) rotateY(2deg);
    }

p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: justify
}

.uc_img {
    width: 450px;
}
h4.UC_head {
    color: var(--themecolor2);
    font-weight: 800;
    font-family: 'BAHNSCHRIFT';
    font-size: 30px;
}
h6.uc_subhead {
    font-weight: 600;
    font-size: 22px;
    color: var(--themecolor3);
}
.context_area li u {
    font-weight: 600;
    text-decoration: none;
}
.db_btn {
    float: right;
    position: relative;
    display: inline-block;
    background: transparent;
    font-size: 17px;
    padding-left: 57px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: var(--themecolorwhite);
    padding-right: 57px;
    cursor: pointer;
    z-index: 1;
    font-weight: 500;
    transition: all 700ms ease;
    margin-top: -3px;
}

    .db_btn:before {
        position: absolute;
        top: 0;
        left: 30px;
        bottom: 0;
        right: 30px;
        background: var(--themecolor2);
        content: "";
        z-index: -1;
        -moz-transform: skew(30deg, 0deg);
        -webkit-transform: skew(30deg, 0deg);
        -o-transform: skew(30deg, 0deg);
        -ms-transform: skew(30deg, 0deg);
        transform: skew(30deg, 0deg);
        box-shadow: 1px 2px 18px 0px #efefef;
    }



.b {
    border-bottom: 5px solid #2886d9;
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}


:root {
    --clr-primary-100: hsl(210, 100%, 60%);
    --clr-primary-200: hsl(210, 100%, 50%);
    --clr-primary-300: hsl(210, 100%, 35%);
    --clr-primary-400: hsl(210, 100%, 25%);
    --clr-primary-500: hsl(210, 100%, 16%);
    --clr-neutral-100: hsl(213, 22%, 100%);
    --clr-neutral-200: hsl(213, 22%, 92%);
    --clr-neutral-300: hsl(213, 22%, 80%);
    --clr-neutral-400: hsl(212, 21%, 56%);
    --clr-neutral-500: hsl(212, 21%, 36%);
    --clr-neutral-600: hsl(212, 21%, 28%);
    --clr-neutral-700: hsl(213, 22%, 20%);
    --clr-neutral-800: hsl(212, 21%, 14%);
    --clr-neutral-900: hsl(213, 22%, 8%);
    --ff-primary: 'Source Sans Pro', sans-serif;
    --ff-secondary: 'Noto Serif', serif;
    --fw-regular: 400;
    --fw-bold: 700;
    --fs-300: 0.875rem;
    --fs-400: 1rem;
    --fs-500: 1.25rem;
    --fs-600: 1.5rem;
    --fs-700: 2rem;
    --fs-800: 3rem;
    --fs-900: 5rem;
    --fs-300: clamp(0.75rem, calc(0.82rem + -0.09vw), 0.80rem);
    --fs-400: clamp(1.00rem, calc(1.00rem + 0.00vw), 1.00rem);
    --fs-500: clamp(1.25rem, calc(1.22rem + 0.14vw), 1.33rem);
    --fs-600: clamp(1.56rem, calc(1.49rem + 0.37vw), 1.78rem);
    --fs-700: clamp(1.95rem, calc(1.81rem + 0.72vw), 2.37rem);
    --fs-800: clamp(2.44rem, calc(2.19rem + 1.25vw), 3.16rem);
    --fs-900: clamp(3.05rem, calc(2.65rem + 2.01vw), 4.21rem);
    --transition: 300ms ease;
}


@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.projects {
    counter-reset: project;
}

.project {
    --_border-radius: 0.35rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "image"
        "content";
    gap: 2rem;
    padding-block: 2rem 3.5rem;
    counter-increment: project;
    position: relative;
}

    .project:where(:not(:last-child))::after {
        --_divider-offset: 30%;
        content: "";
        position: absolute;
        inset: auto var(--_divider-offset) 0 var(--_divider-offset);
        border: 1px solid var(--clr-neutral-600);
    }

@media (width > 50em) {
    .project {
        grid-template-columns: 1fr 1fr;
    }

        .project:nth-child(odd) {
            grid-template-areas:
                "image content";
        }

        .project:nth-child(even) {
            grid-template-areas:
                "content image";
        }
}

.project__img-container {
    grid-area: image;
    border-radius: var(--_border-radius);
    position: relative;
    isolation: isolate;
    width: 100%;
    /*  aspect-ratio: 16 / 10;*/
}

@media (width < 50em) {
    .project__img-container {
        /* overflow: hidden;*/
    }
}

.project__img-container::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 0.5rem solid var(--clr-primary-300);
    border-radius: var(--_border-radius);
    transform: translate(-1rem, 1rem);
    z-index: -1;
}

.project__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--_border-radius);
    filter: grayscale(80%);
    transition: filter var(--transition);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
}

.project:is(:hover, :focus-within) .project__img {
    filter: grayscale(0%);
}

.m_border.row {
    padding: 50px 30px;
    border: 1px dashed var(--themecolor7);
    min-width: 600px;
}

.web_manager {
    display: flex;
    justify-content: center;
}

/*****TaniyaStartEnd******/





    .chart-bg-center

{
    display: flex;
    justify-content: center;
    overflow-x: auto;
    padding-bottom: 75px;
  
}


.chart-bg {
    max-width: 1160px;
    min-width: 1160px;
    width: 1160px;
}



    .chart-bg ul,
    .chart-bg-center ul {
        margin: 0;
        padding: 0;
    }



.tree ul {
    padding-top: 20px;
    padding-left: 11px;
    position: relative;
}



.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
}

li.joint_tree {
    margin-left: -446px;
    margin-top: 20px;
}

.joint_tree > span {
    margin-left: 37px;
}

/*.joint_tree > ul {
    margin-top: -20px;
}*/
.joint_tree > ul::before {
    left: 54% !important;
}

li .DS_child {
    margin-left: -332px;
}

.DS_child:after {
    width: 364px !important;
}

li .US_child {
    margin-left: 391px;
}

.US_child > span:before {
    content: '';
    position: absolute;
    top: -40px;
    right: 242px;
    border-bottom: 1px solid #085f90;
    width: 394px;
    height: 20px;
}
.hide_os{
    display:none !important;
}
.befor_ul:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 268px;
    border-bottom: 1px solid #085f90;
    width: 359px;
    height: 20px;
}
.joint_tree > span:before {
    content: '';
    position: absolute;
    top: -40px;
    right: 268px;
    border-bottom: 1px solid #085f90;
    width: 359px;
    height: 20px;
}
li.SS_tree_1 {
    margin-left: 173px;
}

.joint_tree > span:after {
    content: '';
    position: absolute;
    right: auto;
    top: -20px;
    left: 52%;
    width: 50%;
    border-left: 1px solid #085f90;
    height: 20px;
}

.US_child > span:after {
    content: '';
    position: absolute;
    right: auto;
    top: -20px;
    left: 50%;
    width: 50%;
    border-left: 1px solid #085f90;
    height: 20px;
}

li.US_child {
    margin-top: 20px;
}


.tree li::before,
.tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #085f90;
    width: 50%;
    height: 20px;
}



.tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #085f90;
}



.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 #085f90;
    /*   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 #085f90;
    width: 0;
    height: 20px;
}



.tree li span {
    width: 160px;
    height: 30px;
    background-color: #085f90;
    color: #fff;
    border: 1px solid #1b4a64;
    padding: 0;
    text-decoration: none;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    border-radius: 5px;
}

    .tree li span:hover,
    .tree li span:hover + ul li span, .SS_tree_1 span:hover, .SS_tree_1:hover + .SS_tree span, .DS_child_1 ul li span {
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
        -moz-transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        background-color: #179ae4 !important;
        border: 1px solid #088dd8 !important;
        color: #fff !important;
    }

.SS_tree_1:hover + .SS_tree > span {
    background-color: #085f90 !important;
    color: #ffffff !important;
    border: 1px solid #1b4a64 !important;
}




.tree .h-70 {
    padding: 70px 5px 0 5px;
}



    .tree .h-70::before,
    .tree .h-70::after {
        height: 70px;
    }



.tree .h-50 {
    padding: 50px 5px 0 5px;
}



    .tree .h-50::before,
    .tree .h-50::after {
        height: 50px;
    }



.tree .h-30 {
    padding: 30px 5px 0 5px;
}



    .tree .h-30::before,
    .tree .h-30::after {
        height: 30px;
    }



.tree .h-110 {
    padding: 110px 5px 0 5px;
}



    .tree .h-110::before,
    .tree .h-110::after {
        height: 110px;
    }
li.single_li {
    min-width: 1800px;
}
.footer_top i.fa.fa-map-marker {
    font-size: 21px;
    margin-right:5px;
}
img.kta_logo {
    width: 81px;
    margin-top: -2px;
    margin-right: 0;
    margin-left: 6px;
}

.Top_head img.kta_logo {
    width: 65px;
    margin-top: 2px;
}
section.Importantlinks {
    margin-bottom: -60px;
}


h5.dpr_head {
    font-family: 'BAHNSCHRIFT';
    font-size: 16px;
    text-align: left;
    margin-left: 6px;
    margin-bottom: 4px;
    margin-top: 0;
}
h5.fltr_hed {
    background: var(--themecolor10);
    padding: 8px;
    text-align: center;
    font-size:18px;
    color: #fff;
    font-family: 'BAHNSCHRIFT';
}
p.drp_alrt {
    position: absolute;
    bottom: -19px;
    right: 15px;
    font-size: 13px;
    margin-bottom: 0;
    color: red;
    font-family: 'BAHNSCHRIFT';
}
.servic_fltr .col-md-12{
    position:relative
}
p.fltr_note {
    font-size: 13px;
    font-family: 'BAHNSCHRIFT';
    margin: 10px;
    margin-top: -45px;
}
    p.fltr_note span {
        display: block;
        margin-left: 19px;
    }
.servic_fltr {
    background: aliceblue;
}

.servic_fltr {
    background: #f5f5f5;
}
/*.form-select option {
    word-wrap: break-word;
    width: 100%;
    font-size: 14px;
    white-space: pre-wrap;
}*/
.Pagination-box {
    padding: 25px 0 25px;
}

.border_line {
    width: 100%;
    border-bottom: 4px solid var(--themecolor2);
    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(--themecolor2);
            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(--themecolor2);
                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.active a, .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(--themecolor2);
            }
.Display_record {
    margin-top: 16px;
    margin-left: 16px;
}

.main_content {
    min-height: 450px;
    padding: 40px 0;
    position: relative;
}

section.main_content p {
    text-align: justify;
}


/***Taniya Start ******/
.list_li {
    list-style: none;
    padding-left: 15px;
}

    .list_li li {
        position: relative;
        padding-left: 10px;
    }

    .list_li li {
        background: url(../../MediaGallery/Icons/arrow.png) no-repeat left 4px;
        font-size: 15px;
        padding: 3px 0 5px 24px;
        background-size: 17px;
        text-align: justify;
        list-style: none;
        display: table;
        line-height: 20px;
    }

        .list_li li .page_li li {
            background: url(../../MediaGallery/Icons/spade.png) no-repeat left 4px;
            font-size: 15px;
            padding: 5px 0 5px 24px;
            background-size: 17px;
            text-align: justify;
            list-style: none;
            display: table;
            line-height: 26px;
        }

        .list_li li li .list_li li {
            background: url(../../MediaGallery/Icons/arrow3.png) no-repeat left 4px;
            font-size: 15px;
            padding: 5px 0 5px 24px;
            background-size: 17px;
            text-align: justify;
            list-style: none;
            display: table;
            line-height: 20px;
        }

        .list_li li li {
            background: url(../../MediaGallery/Icons/arrow2.png) no-repeat left 4px;
            font-size: 15px;
            padding: 3px 0 5px 24px;
            background-size: 17px;
            text-align: justify;
            list-style: none;
            display: table;
            line-height: 20px;
        }

    .list_li > li > ul > li > ul > li > ul > li {
        background: url(../../MediaGallery/Icons/trowel.png) no-repeat left 4px !important;
        font-size: 15px;
        padding: 3px 0 5px 24px;
        background-size: 17px;
        text-align: justify;
        list-style: none;
        display: table;
        line-height: 20px;
    }
/********* Taniya End*******/
.servic_fltr select{
    font-size:14px;
}
img.Mahakumbh_logo {
    width: 85px;
    margin-left: -37px;
    margin-top: -5px;
    margin-right: 14px;
}
.Top_head img.Mahakumbh_logo {
    width: 63px;
    margin-left: -51px;
    margin-top: 1px;
    margin-right: -1px;
}
.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(--themecolor1);
            }

.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(--themecolor1) !important;
    padding: 0px 7px;
    text-align: center;
    border-color: var(--themecolor1);
}

.page-link.active, .active > .page-link {
    border-color: var(--themecolor4);
}

.page-link:hover {
    border-color: var(--themecolor1);
    background: var(--themecolor1);
    color: #fff !important;
}

.page-link:focus {
    background: #fff;
}

.page-link:focus {
    box-shadow: none
}

li.paginate_button.page-item.active a.page-link {
    color: #fff !important;
}
