body {
    background-color: var(--themecolorgray);
    font-family: 'Arya', sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    /*color: #363636;*/
    color: #2e2e2e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html,
body {
    overflow-X: hidden;
}

.container_common {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 120px;
    padding-left: 120px;
}

:root {
    --themecolorgray: #f0f5f9;
    --themecolor1: #ffa900;
    --themecolor2: #ffa900;
    --themecolor3: #2d5aee;
    --themecolor4: #006cff6b;
    --themecolor5: #1a6ed2;
    --themecolor6: #8298fc;
    --themecolor7: #ffa900;
    --themethead: #ffa900;
    --themecolorwhite: #fff;
}

@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: 'Abel';
    src: url('../Fonts/Abel-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSansDisplay';
    src: url('../Fonts/NotoSansDisplay-VariableFont_wdth\,wght.ttf') format('truetype');
}

/*===============Header Top===================== */

a {
    text-decoration: none !important;
        cursor:pointer;
}

.top_bar {
    border-top: 3px solid #08387a;
    z-index: 0;
    position: absolute;
    width: 100%;
}

.top-menu1 {
    background-color: #c6c6c6;
    padding: 2px 20px;
    right: 0;
    height: 36px;
    width: 477px;
    z-index: 99;
    position: absolute;
    clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 100%, 50% 100%, 7% 100%, 0% 0%);
}

.top-menu {
    padding: 0px 20px;
    right: 0;
    height: 34px;
    z-index: 99;
    position: absolute;
}

    .top-menu::before {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 4px;
        top: 0;
        right: 0;
        height: 35px;
        z-index: -1;
        border-bottom: 1px solid #bfbfbf;
        background-color: #d5d5d5;
        clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 100%, 50% 100%, 6.5% 100%, 0% 0%);
    }

a {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.top-link {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    padding-left: 20px;
    margin-right: 7px;
}

    .top-link:hover {
        color: #000;
          }

.search_box {
    position: relative;
    padding-left: 7px;
    border-left: 1px solid #95c8ffa8;
    padding-right: 7px;
    border-right: 1px solid #95c8ffa8;
}

.search_btn {
    position: relative;
    width: 21px;
    height: 21px;
    color: #000;
    font-size: 13px;
    margin: 0px 3px;
    text-align: center;
    line-height: 24px;
    padding: 0px;
    background: var(--themecolorwhite);
    font-weight: 500;
    border-radius: 2px;
}

    .search_btn .fa {
        box-sizing: border-box;
        padding: 4px;
        width: 19px;
        height:19px;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0;
        color: #000;
        text-align: center;
        font-size: 12px;
    }

.hidden-search-box {
    position: absolute;
    display: none;
    float: right;
    right: 0;
    top: 32px;
    margin-right: -3px;
    background-color: #f7f7f7;
    border: 1px solid #003376;
    height: 40px;
    width: 250px;
    z-index: 99;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

.addon-btn {
    width: 68px;
    height: 40px;
    background-color: var(--themecolor5);
    border: 0 none;
    margin-top: -5px;
    color: #ffffff;
}

    .addon-btn:hover {
        background-color: var(--themecolor5);
    }

.addon-text-box, addon-text-box:active {
    background-color: transparent !important;
    border: 0 none;
    color: #000 !important;
    border-radius: 0;
    font-size: 15px;
    padding: 0px;
    height: 28px;
    font-weight: 500;
    outline: none;
    margin: 1px 9px;
}

.traingle {
    height: 15px;
    width: 15px;
    background-color: transparent;
    border-left: 15px transparent solid;
    border-right: 15px transparent solid;
    border-bottom: 15px solid var(--themecolor5);
    float: right;
    margin-top: -10px;
    margin-right: 6px;
}

input.addon-text-box:focus {
    border: none;
    box-shadow: none;
}

.btn-increase-decrease {
    border-right: 1px solid #95c8ffa8;
    padding-right: 7px;
    margin-right: 4px;
    padding-left: 7px;
    border-left: 1px solid #95c8ffa8;
}

    .btn-increase-decrease > a {
        text-decoration: none;
        width: 19px;
        height: 19px;
        color: #000;
        font-size: 12px;
        margin: 0px 3px;
        text-align: center;
        line-height: 20px;
        padding: 0px;
        background: var(--themecolorwhite);
        font-weight: 500;
        border-radius: 2px;
        transition: linear 0.1s;
    }

        .btn-increase-decrease > a:hover {
            background-image: linear-gradient(to right, var(--themecolor1), var(--themecolor2));
            color: var(--themecolorwhite);
        }

.btn-color-mode > a {
    width: 19px;
    height: 19px;
    color: #000;
    font-size: 12px;
    margin: 0px 2px;
    text-align: center;
    line-height: 21px;
    padding: 0px;
    text-decoration: none;
    background: var(--themecolorwhite);
    font-weight: 500;
    border-radius: 2px;
    transition: linear 0.1s;
}

    .btn-color-mode > a.white {
        margin-right: 9px;
    }

    .btn-color-mode > a:hover,
    .btn-color-mode > a.Dark:hover,
    .btn-color-mode > a.gray:hover {
        background-image: linear-gradient(to right, var(--themecolor1), var(--themecolor2));
        color: var(--themecolorwhite);
    }

    .btn-color-mode > a.Dark {
        background: #000;
        color: #ff0;
    }

    .btn-color-mode > a.Dark {
        background: #000;
        color: #ff0;
    }

    .btn-color-mode > a.gray {
        background: #464646;
        color: #ff0;
    }

.btn-laguage {
    color: #000;
    font-size: 12px;
    margin: 0px 2px;
    margin-left: 8px;
    text-align: center;
    height: 19px;
    line-height: normal;
    padding: 2px 14px;
    background: var(--themecolorwhite);
    font-weight: 500;
    border-radius: 2px;
    transition: linear 0.1s;
    z-index: 1;
    position: relative;
}

    .btn-laguage:hover, .search_btn:hover {
        background-image: linear-gradient(to right, var(--themecolor1), var(--themecolor2));
        color: var(--themecolorwhite);
    }

        .search_btn:hover .fa.fa-search {
            color: var(--themecolorwhite);
        }

.head_logo_sec {
    height: 140px;
    background: var(--themecolorgray);
}

    .head_logo_sec a {
        width: fit-content;
        display: inline-block;
    }

img.H_logo {
    z-index: 99;
    position: absolute;
    margin-top: 28px;
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); */
    border-radius: 50%;
}

.head_logo_sec h2 {
    font-family: 'NotoSansDisplay';
    padding-top: 37px;
    font-size: 35px;
    position: relative;
    padding-left: 95px;
    font-weight: 600;
    color: #000;
    /* text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3); */
    /* text-shadow: -4px -4px 0px #d5d5d5, -3px -3px 0px rgba(0, 0, 0, 0.2); */
}


.head_logo_sec p {
    font-family: 'NotoSansDisplay';
    padding-left: 95px;
    line-height: 0px;
    font-size: 20px;
    font-weight: 600;
    color: var(--themecolor7);
    /* text-shadow: -1px 0px 0 rgba(0, 0, 0, 0.3); */
    margin-top: 12px;

}

.clr_Darkblue {
    color: #001837;
}


.owl-1_sliderbutton {
    position: relative;
    margin-top: -37px;
    z-index: 999;
    margin-right: 12px;
    float: right;
}

#slider1 button.owl-prev {
    left: 0;
    position: absolute;
    top: 40%;
    color: var(--themecolorwhite)fff8f;
    font-size: 50px;
    margin: 5px;
    padding: 0px 15px !important;
}

#slider1 button.owl-next {
    right: 0;
    position: absolute;
    top: 40%;
    color: var(--themecolorwhite)fff8f;
    font-size: 50px;
    margin: 5px;
    padding: 0px 15px !important;
}

    #slider1 button.owl-prev:hover,
    #slider1 button.owl-next:hover {
        background: none !important;
        color: var(--themecolorwhite) !important;
    }

#slider1 .owl-dots {
    margin-top: 0;
    padding-top: 14px;
    right: 0;
    bottom: 0;
    padding-left: 11px;
    padding-bottom: 25px;
    border-radius: 4px 0 0 0;
    z-index: 9999;
    display: flow;
    position: absolute;
    height: auto;
    width: 35px;
    float: right;
    border: 1px solid #609fff9e;
    background: rgb(151 183 255 / 31%);
    padding-right: 2%;
}

#slider1 .owl-item {
    padding-top: 0px !important;
}

.upmygov img {
    width: 83px;
    margin-right: 4px;
    margin-top: 46px;
}

.swachhbharat img {
    width: 155px;
    margin-right: 13px;
    margin-top: 47px;
}

.Invest_up img {
    width: 80px;
    margin-right: 4px;
    margin-top: 56px;
}

.Key_functionary {
    padding:30px;
    margin: 0px 0px;
    position: relative;
    z-index: 9;
    border-bottom: none;
    margin-top: -30px;
   display:flex;
   justify-content:center;
    border-radius: 5px;
    text-align: center;
    
}

.Key_functionary_box > ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
}

    .Key_functionary_box > ul > li {
        margin: 0px 30px;
        padding: 0px;
        width: 180px;
        list-style: none;
        text-align: center;
        position:relative;
    }

        .Key_functionary_box > ul > li > .key_border > span {
            background-color: #efefef;
            display: inline-block;
            border-radius: 100px;
            width: 140px;
            height: 140px;
            overflow: hidden;
            text-align: center;
            border: 2px solid #e9e9e9;
        }
   
            .Key_functionary_box .team-shape {
    position: absolute;
    left: -3px;
    top: -3px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    z-index: 1;
}
.Key_functionary_box li:hover .team-shape path{
fill:var(--themecolor2);
}
    .Key_functionary_box li:hover .team-shape {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.Key_functionary_box > ul > li > .key_border > span > img {
    width: 100%;
    z-index: 9;
    position: relative;
}
.key_border {
    border-radius: 50%;
    border: 2px solid rgb(207 219 237);
    width: 170px;
    height: 170px;
    padding-top: 15px;
}

    .Key_functionary_box > ul > li > h5 {
    color: var(--themecolor2);
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0;
}

    .Key_functionary_box > ul > .cm_name > h5 {
        font-size: 15px;
    }

    .Key_functionary_box > ul > li > h6 {
        color: var(--themecolor5);
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 3px;
    }

    .Key_functionary_box > ul > .cm_name > h6 {
        font-size: 13px;
    }

.tickerseprator {
    border-right: 2px solid white;
    height: 20px;
    margin-top: 16px;
    margin-left: 3px;
    margin-right: 15px;
}

.bn-news ul li img {
    width: 55px;
    height: 36px;
    margin-top: 8px;
}

.bn-breaking-news:after {
    position: absolute;
    content: "Latest Update";
    width: 12%;
    height: 50px;
    font-size: 17px;
    color: var(--themecolorwhite);
    line-height: 50px;
    padding-left: 19px;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, var(--themecolor1), var(--themecolor2));
    clip-path: polygon(0% 0%, 0% 0%, 78% 0%, 100% 100%, 50% 100%, 0% 100%, 0% 0%);
}

.About_background {
    background-image: url(../../MediaGallery/UI_Images/about_bg.png);
    background-repeat: repeat-x;
    margin-top: -10px;
    background-size: 100% 100%;
    padding: 50px 0px 50px 0px;
    border-bottom: 1px solid #e2eef7;
}

h4.Home_heading {
    font-size: 30px;
    font-weight: 600;
    color: var(--themecolor5);
    padding-left: 0;
    margin-bottom: 25px;
    font-family: 'NotoSansDisplay';
}

    h4.Home_heading span {
        color: var(--themecolor7);
        font-weight: 700;
    }



.About_background p {
    color: #000;
    text-align: justify;
    font-size: 16px;
    min-height: 287px;
}



.fancybox-item {
    position: relative;
    margin-bottom: 0;
}

.badge-dark {
    color: var(--themecolorwhite);
    background-image: linear-gradient(to right, var(--themecolor1), var(--themecolor2));
    background-image: linear-gradient(to right, var(--themecolor1), var(--themecolor2));
    font-weight: 700;
    margin-right: 20px;
    padding: 12px 16px 11px;
    font-size: 22px;
    line-height: 22px;
}

    .badge-dark span {
        font-size: 20px;
    }

.fancybox__content {
    margin-bottom: 0px;
    width: 100%;
}

    .fancybox__content a {
        color: #000000;
        font-weight: 500;
        font-family: 'NotoSansDisplay';
        font-size: 15px;
    }

        .fancybox__content a:hover {
            color: #f87615;
        }

    .fancybox__content .news-btm {
        margin-top: 2px;
        margin-bottom: 0;
        font-size: 13px;
    }

.fancybox-item img {
    width: 17px;
    margin-top: -3px;
    height: auto;
    margin-right: 3px;
}

.demo5 ul li {
    padding: 10px;
    border-top: 1px solid var(--themecolor4);
    border-bottom: none;
    margin: 10px !important;
    --list-type: none;
}

.demo5 ul li {
    height: 80px;
}

.adtext {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 42px;
    margin: 0 auto;
    margin-bottom: 6px;
    line-height: 21px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.banner-1 .fancybox__content .news-btm {
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 12px;
    color: #001837;
}

.ticker-flex a {
    display: inline-block;
    font-size: 13px;
    width: 85%;
    margin-left: 8px;
    overflow: hidden;
    position: relative;
    line-height: 1.4;
    text-decoration: none;
    max-height: 4.2em;
    text-align: justify;
    padding-right: 1em;
    color: #000000;
}

    .ticker-flex a:before {
        content: "...";
        position: absolute;
        right: 0;
        top: 2.8em;
    }


.ticker-box {
    padding-right: 50px
}

    .ticker-box a {
        float: right;
        padding-left: 5px;
    }

a.btnUp .fa,
a.btnDown .fa,
a.btnUp1 .fa,
a.btnDown1 .fa,
a.btnUp2 .fa,
a.btnDown2 .fa {
    font-size: 30px;
    color: var(--themecolorwhite)fff;
}

a.btnUp,
a.btnDown,
a.btnUp1,
a.btnDown1,
a.btnUp2,
a.btnDown2 {
    margin-top: 5px;
}

.demof {
    max-height: 280px;
    min-height: 280px;
    margin: 0;
}

    .demof ul {
        padding: 0;
        list-style: none;
    }

    .demof li {
        padding: 20px;
        border-bottom: 1px dashed #ccc;
    }

        .demof li.odd {
            background: #fafafa;
        }

        .demof li:after {
            content: '';
            display: block;
            clear: both;
        }


    .demof p {
        font-size: 14px;
    }

.demo5 {
    border: none;
}

    .demo5 ul {
        /* padding: 0; */
        width: 100%;
        padding-right: 0px;
    }



.btnToggle {
    background-color: red;
    color: white !important;
    border: 1px solid red;
    border-radius: 50%;
    height: 28px;
    text-align: center;
    font-size: 11px;
    line-height: 24px;
    width: 28px;
    text-decoration: none;
    margin-top: 7px;
}

    .btnToggle::before {
        content: "\f04b";
        font-family: 'FontAwesome';
        text-decoration: none;
        font-size: 14px;
        margin-left: -4px;
    }

.et-run {
    background-color: green;
    color: white !important;
    border: 1px solid green;
    border-radius: 50%;
    height: 28px;
    line-height: 26px;
    text-decoration: none;
    width: 28px;
    margin-top: 7px;
}

    .et-run::before {
        content: "\f04c";
        text-decoration: none;
        font-size: 12px;
        margin-left: -5px;
    }

a.btnUp .fa,
a.btnDown .fa {
    font-size: 30px;
    color: #0141bf;
}

.Organizations_bs {
    padding: 40px 0px 100px 0px;
    background-image: url(../../MediaGallery/UI_Images/organiations_bg.png);
    background-size: 100% 100%;
    text-align: center;
    border-bottom: 1px solid #e5eefb;
}

.org_bg_img {
    width: 80%;
    padding: 50px;
}

/* ===================================Curve card box=================================== */
.card_bg {
    background: url(../../MediaGallery/UI_Images/card_bg.jpg)#f4f7fe;
    background: url(../../MediaGallery/UI_Images/netwave.png)#ecf1fa;
    background: #f3f7fd;
    background-repeat: no-repeat;
    padding: 45px 0px 0px 0px;
    border-bottom: 1px solid #dee9fb;
    text-align: center;
}

.curvecard .item_icon {
    min-width: 76px;
    width: 76px;
    height: 76px;
    line-height: 76px;
    z-index: 1;
    display: inline-block;
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
    margin: auto;
    -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)
}

    .curvecard .item_icon i {
        font-size: 42px;
        color: var(--themecolorwhite)
    }

    .curvecard .item_icon i,
    .curvecard .item_icon svg,
    .curvecard .item_icon img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .curvecard .item_icon svg {
        height: 42px;
        fill: var(--themecolorwhite)
    }

        .curvecard .item_icon svg path {
            fill: var(--themecolorwhite)
        }

    .curvecard .item_icon:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--themecolor1);
        background-image: -webkit-gradient(linear, left top, right top, from(var(--themecolor1)), to(var(--themecolor2)));
        background-image: -webkit-linear-gradient(to right, var(--themecolor1), var(--themecolor2));
        background-image: -moz-linear-gradient(to right, var(--themecolor1), var(--themecolor2));
        background-image: -ms-linear-gradient(to right, var(--themecolor1), var(--themecolor2));
        background-image: -o-linear-gradient(to right, var(--themecolor1), var(--themecolor2));
        background-image: linear-gradient(to right, var(--themecolor1), var(--themecolor2));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--themecolor)', endColorStr='var(--themecolor2)', gradientType='1');
        -webkit-border-radius: 25px;
        -khtml-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
        border-radius: 25px;
        -webkit-box-shadow: 0 6px 6px rgba(0, 108, 255, .3);
        -khtml-box-shadow: 0 6px 6px rgba(0, 108, 255, .3);
        -moz-box-shadow: 0 6px 6px rgba(0, 108, 255, .3);
        -ms-box-shadow: 0 6px 6px rgba(0, 108, 255, .3);
        -o-box-shadow: 0 6px 6px rgba(0, 108, 255, .3);
        box-shadow: 0 6px 6px rgba(0, 108, 255, .3);
        z-index: -1;
        -webkit-transform: rotate(45deg);
        -khtml-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

.curvecard .item_title {
    font-size: 19px;
    color: #101130;
    padding-bottom: 24px;
    margin-bottom: 25px;
    position: relative;
    -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)
}

@media screen and (max-width: 991px) {
    .curvecard .item_title {
        font-size: 18px
    }
}

.curvecard .item_title:before {
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 4px;
    width: 88px;
    background-color: var(--themecolor);
    background-image: -webkit-gradient(linear, left top, right top, from(var(--themecolor1)), to(var(--themecolor2)));
    background-image: -webkit-linear-gradient(to right, var(--themecolor1), var(--themecolor2));
    background-image: -moz-linear-gradient(to right, var(--themecolor1), var(--themecolor2));
    background-image: -ms-linear-gradient(to right, var(--themecolor1), var(--themecolor2));
    background-image: -o-linear-gradient(to right, var(--themecolor1), var(--themecolor2));
    background-image: linear-gradient(to right, var(--themecolor1), var(--themecolor2));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--themecolor)', endColorStr='var(--themecolor2)', gradientType='1');
    position: absolute;
    -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)
}

.curvecard .item_description {
    color: #57586d;
    line-height: 1.5;
    -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)
}

.curvecard .item_readmore {
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
    z-index: 99;
    opacity: 0;
    -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);
    visibility: hidden
}

.curvecard .item_overlay {
    background-color: var(--themecolor1);
    background-image: -webkit-gradient(linear, left top, right top, from(var(--themecolor1)), to(var(--themecolor2)));
    background-image: -webkit-linear-gradient(to right, var(--themecolor1), var(--themecolor2));
    background-image: -moz-linear-gradient(to right, var(--themecolor1), var(--themecolor2));
    background-image: -ms-linear-gradient(to right, var(--themecolor1), var(--themecolor2));
    background-image: -o-linear-gradient(to right, var(--themecolor1), var(--themecolor2));
    background-image: linear-gradient(to right, var(--themecolor1), var(--themecolor2));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--themecolor)', endColorStr='var(--themecolor2)', gradientType='1');
    height: 152px;
    width: 100%;
    position: absolute;
    top: -39px;
    left: 0;
    z-index: -1;
    -webkit-border-radius: 8px 60px 0 0;
    -khtml-border-radius: 8px 60px 0 0;
    -moz-border-radius: 8px 60px 0 0;
    -ms-border-radius: 8px 60px 0 0;
    -o-border-radius: 8px 60px 0 0;
    border-radius: 8px 60px 0 0;
    opacity: 0;
    -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)
}

    .curvecard .item_overlay:before {
        /* content:''; */
        z-index: 88;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: 50% 100%;
        background-image: url(../../MediaGallery/UI_Images/overlayshape2.png);
        background-size: cover
    }

    .curvecard .item_overlay svg {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99
    }

.curvecard .item_inner {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 55px;
    padding: 75px 24px 44px;
    height: 250px;
    position: relative;
    z-index: 1
}

    .curvecard .item_inner:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--themecolorwhite);
        -webkit-border-radius: 60px 8px 8px 8px;
        -khtml-border-radius: 60px 8px 8px 8px;
        -moz-border-radius: 60px 8px 8px 8px;
        -ms-border-radius: 60px 8px 8px 8px;
        -o-border-radius: 60px 8px 8px 8px;
        border-radius: 60px 8px 8px 8px;
        -webkit-box-shadow: 0 0 10px rgba(1, 25, 59, 6%);
        -khtml-box-shadow: 0 0 10px rgba(1, 25, 59, 6%);
        -moz-box-shadow: 0 0 10px rgba(1, 25, 59, 6%);
        -ms-box-shadow: 0 0 10px rgba(1, 25, 59, 6%);
        -o-box-shadow: 0 0 10px rgba(1, 25, 59, 6%);
        box-shadow: 0 0 10px rgba(1, 25, 59, 6%);
        -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);
        z-index: -1
    }

    .curvecard .item_inner:hover:before {
        -webkit-box-shadow: 0 34px 32px rgba(1, 25, 59, .14);
        -khtml-box-shadow: 0 34px 32px rgba(1, 25, 59, .14);
        -moz-box-shadow: 0 34px 32px rgba(1, 25, 59, .14);
        -ms-box-shadow: 0 34px 32px rgba(1, 25, 59, .14);
        -o-box-shadow: 0 34px 32px rgba(1, 25, 59, .14);
        box-shadow: 0 34px 32px rgba(1, 25, 59, .14);
        -webkit-border-radius: 8px 60px 8px 8px;
        -khtml-border-radius: 8px 60px 8px 8px;
        -moz-border-radius: 8px 60px 8px 8px;
        -ms-border-radius: 8px 60px 8px 8px;
        -o-border-radius: 8px 60px 8px 8px;
        border-radius: 8px 60px 8px 8px;
        height: calc(100% + 35px)
    }

    .curvecard .item_inner:hover .item_icon {
        top: -8px
    }

        .curvecard .item_inner:hover .item_icon:before {
            background: var(--themecolorwhite) !important
        }

        .curvecard .item_inner:hover .item_icon svg {
            fill: var(--themecolor3)
        }

            .curvecard .item_inner:hover .item_icon svg path {
                fill: var(--themecolor3)
            }

    .curvecard .item_inner:hover .item_title {
        -webkit-transform: translateY(60px);
        -khtml-transform: translateY(60px);
        -moz-transform: translateY(60px);
        -ms-transform: translateY(60px);
        -o-transform: translateY(60px);
        transform: translateY(60px)
    }

        .curvecard .item_inner:hover .item_title:before {
            -webkit-transform: scaleX(0);
            -khtml-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -o-transform: scaleX(0);
            transform: scaleX(0)
        }

    .curvecard .item_inner:hover .item_description {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -khtml-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px)
    }

    .curvecard .item_inner:hover .item_readmore {
        opacity: 1;
        visibility: visible;
        bottom: 31px
    }

    .curvecard .item_inner:hover .item_overlay {
        opacity: 1
    }

.curvecard .item_overlay:before {
    content: '';
    z-index: 88;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 100%;
    background-image: url(../../MediaGallery/UI_Images/overlayshape2.png);
    background-size: cover;
}

.curvecard .item_icon::before,
.curvecard .item_title::before,
.curvecard .btn-text-gr,
.curvecard .item_inner:hover .item_icon i,
.curvecard .item_overlay {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--themecolor1)), to(var(--themecolor2)));
    background-image: -webkit-linear-gradient(to left, var(--themecolor1), var(--themecolor2));
    background-image: -moz-linear-gradient(to left, var(--themecolor1), var(--themecolor2));
    background-image: -ms-linear-gradient(to left, var(--themecolor1), var(--themecolor2));
    background-image: -o-linear-gradient(to left, var(--themecolor1), var(--themecolor2));
    background-image: linear-gradient(to left, var(--themecolor1), var(--themecolor2));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--themecolor1)', endColorStr='var(--themecolor2)');
}

.curvecard .item_icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, var(--themecolor1), var(--themecolor2));
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0 6px 6px rgba(0, 108, 255, .3);
    -khtml-box-shadow: 0 6px 6px rgba(0, 108, 255, .3);
    -moz-box-shadow: 0 6px 6px rgba(0, 108, 255, .3);
    -ms-box-shadow: 0 6px 6px rgba(0, 108, 255, .3);
    -o-box-shadow: 0 6px 6px rgba(0, 108, 255, .3);
    box-shadow: 0 6px 6px rgba(0, 108, 255, .3);
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.curvecard .item_icon i,
.curvecard .item_icon svg,
.curvecard .item_icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

i.fa.fa-university {
    font-size: 40px;
    padding-left: 3px;
}

.curvecard .item_icon i {
    font-size: 42px;
    color: var(--themecolorwhite);
}

.curvecard .item_inner:hover .item_icon i,
.btn-text-gr {
    background-color: var(--themecolor1);
    background-image: -webkit-gradient(linear, left top, right top, from(var(--themecolor1)), to(var(--themecolor2)));
    background-image: -webkit-linear-gradient(to right, var(--themecolor1), var(--themecolor2));
    background-image: -moz-linear-gradient(to right, var(--themecolor1), var(--themecolor2));
    background-image: -ms-linear-gradient(to right, var(--themecolor1), var(--themecolor2));
    background-image: -o-linear-gradient(to right, var(--themecolor1), var(--themecolor2));
    background-image: linear-gradient(to right, var(--themecolor1), var(--themecolor2));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--themecolor1)', endColorStr='var(--themecolor2)', gradientType='1');
    background-color: initial;
    background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

    .btn-text-gr,
    .btn-text-gr .fa {
        display: inline-block;
        font-weight: 600;
        height: 30px;
    }

/* =========================================================Major Project=============================================== */
.majorproject_bg {
    background-image: url(../../MediaGallery/UI_Images/mj_parllel.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    background-position: center;
    height: 650px;
}

.majorproject_bg {
    flex-direction: row;
    gap: 1.6em;
}

.overlay {
    padding: 50px 0px 50px 0px;
    width: 100%;
    height: 650px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, rgb(0 0 52 / 80%), rgba(0,0,0,.7) 180%);
    background-size: 3px 3px;
}
.Project_box {
    margin: 25px;
    position: relative;
}

    .Project_box:hover .img img {
        transition: all 0.5s ease;
        mix-blend-mode: luminosity;
        transform: scale(1.03);
    }

    .Project_box:hover .img .list-icon {
        transition: all 0.5s ease;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .Project_box:hover .info_project {
        transition: all 0.5s ease;
    }

        .Project_box:hover .info_project .share-button {
            transition: all 0.5s ease;
        }

            .Project_box:hover .info_project .share-button i {
                transition: all 0.5s ease;
                -webkit-transition-delay: 0.1s;
                transition-delay: 0.1s;
                -webkit-transform: scale(0.95) rotateY(360deg);
                transform: scale(0.95) rotateY(360deg);
            }

    .Project_box:hover .ova-line1:before {
        animation: glide1 0.95s 0s ease-in-out;
        animation-iteration-count: 1;
    }

    .Project_box:hover .line-wrapper .ova-line2:before {
        animation: glide2 0.95s 0s ease-in-out;
        animation-iteration-count: 1;
    }

    .Project_box .ova-line1 {
        display: block;
        position: relative;
        text-align: left;
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 20px;
        width: 125px;
        height: 1px;
        background: #e4e0ee;
        top: 0;
        right: -20px;
    }

        .Project_box .ova-line1:before {
            content: "";
            position: absolute;
            width: 8px;
            height: 8px;
            bottom: -4px;
            left: 50%;
            background: var(--themecolor6);
        }

    .Project_box .line-wrapper {
        position: absolute;
        right: -20px;
        top: 0;
    }

        .Project_box .line-wrapper .ova-line2 {
            display: block;
            width: 1px;
            height: 140px;
            background: #e4e0ee;
            top: 0;
            right: 0;
        }

            .Project_box .line-wrapper .ova-line2:before {
                content: "";
                position: absolute;
                width: 8px;
                height: 8px;
                left: -4px;
                top: 50%;
                background: var(--themecolor3);
            }

    .Project_box .img {
        position: relative;
    }

        .Project_box .img .img-wrapper {
            position: relative;
            overflow: hidden;
        }

        .Project_box .img img {
            transition: all 0.5s ease;
            display: block;
            width: 100%;
            height: 375px;
            border:1px solid rgb(159 159 159);
            border-radius: 4px;
            box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
        }


        .Project_box .img .list-icon {
            transition: all 0.5s ease;
            position: absolute;
            bottom: -16px;
            right: 0;
            box-shadow: 0px 10px 58.8px 1.2px rgba(0, 0, 0, 0.07);
            padding: 25px 16px;
            -webkit-transform-origin: center;
            transform-origin: center;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
        }

@media (max-width: 767px) {
    .Project_box .img .list-icon {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.Project_box .img .list-icon ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .Project_box .img .list-icon ul .item:not(:last-child) {
        margin: 0 0 8px 0;
    }

    .Project_box .img .list-icon ul .item i {
        display: inline-flex;
        font-size: 16px;
        color: #1D1729;
    }

        .Project_box .img .list-icon ul .item i:hover {
            color: var(--themecolor6);
        }

.Project_box .info_project {
    transition: all 0.5s ease;
    display: flex;
    justify-content: space-between;
    background-image: linear-gradient(180deg, #1a6ed266, rgb(26 110 210), #1a6ed2);
    border: 1px solid rgb(159 159 159);
    border-radius: 0 0 4px 4px;
    border-top: none;
    align-items: center;
    height: 50px;
    text-align: left;
}

@keyframes glide1 {
    0% {
        transform: translate(0);
    }

    50% {
        background-color: var(--themecolor3);
        transform: translate(54px);
    }

    100% {
        transform: translate(0);
    }
}

@keyframes glide2 {
    0% {
        transform: translate(0);
    }

    50% {
        background-color: var(--themecolor6);
        transform: translateY(70px);
    }

    100% {
        transform: translate(0);
    }
}

.info_project {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 30px;
    z-index: 2;
}

.info_project {
    background-image: linear-gradient( 180deg, transparent, rgba(37, 37, 37, 0.61), #111 );
    left: 0;
    bottom: 0;
}

    .info_project .title {
        -webkit-transition: all 0s ease;
        transition: all 0s ease;
        font-size: 16px;
        padding: 0px 21px;
        font-weight: 600;
        margin-bottom: 0;
        color: #fff;
    }

.Project_box:hover .info_project {
    border: none;
    transition: all 0.5s ease;
    transform: scale(1.03);
  
    margin-bottom: -5px;
 }

.Project_box:hover .info_project {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .Project_box:hover .info_project .title {
        -webkit-transition: all 0s ease;
        transition: all 0s ease;
        color: var(--themecolorwhite);
    }

#MJproject .owl-nav button {
    transition: all 0.3s ease;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin: 0 4px;
}

    #MJproject .owl-nav button.owl-prev,
    #MJproject .owl-nav button.owl-next {
        border: 1px solid var(--themecolor7);
        padding: 20px 22px 26px 22px !important;
        font-size: 45px !important;
        color: var(--themecolor7);
    }

        #MJproject .owl-nav button.owl-prev:hover,
        #MJproject .owl-nav button.owl-next:hover {
            background: var(--themecolor7);
            color: var(--themecolorwhite);
        }

    #MJproject .owl-nav button i {
        transition: all 0.3s ease;
        display: inline-flex;
        color: var(--themecolor7);
    }

#MJproject .owl-dots {
    display: none;
}

#MJproject button.owl-prev {
    left: -5%;
    position: absolute;
    top: 40%;
    font-size: 50px;
    margin: 5px;
    padding: 0px 15px !important;
}

#MJproject button.owl-next {
    right: -6%;
    position: absolute;
    top: 40%;
    color: var(--themecolorwhite);
    font-size: 50px;
    margin: 5px;
    padding: 0px 15px !important;
}


.left_cutbox {
    position: relative;
   /* animation: particleToptoBottom 10s infinite linear alternate;*/
}

    .left_cutbox img {
        position: absolute;
        top: -150px;
        left: 0;
    }

.right_box {
    position: relative;
}

    .right_box img {
        position: absolute;
        animation: animationFramesOne 12s infinite linear alternate;
        top: -200px;
        width: 200px;
        right: 100px;
    }

/* ======================================Home Photo Gallery============================================== */

.HomePhotoGallery {
    background: url(../../MediaGallery/UI_Images/bg-9.png)#ebf3ffcf;
    background-repeat: no-repeat;
    padding: 50px 0px 50px 0px;
    background-size: 100% 100%;
  }



.work .category-buttons {
    text-align: center;
    margin: 0 0 20px 0;
}




    .work .category-buttons a {
        margin: 0 13px 15px;
        font-size: 13px;
        line-height: 30px;
        color: var(--themecolor5);
        font-weight: 600;
        position: relative;
        cursor: pointer;
        display: inline-block;
        z-index: 1;
        font-family: fira sans, sans-serif;
        -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);
    }

    .work .category-buttons a {
        padding-top: 12px;
    }

        .work .category-buttons a::before {
            background-image: linear-gradient(to left, var(--themecolor1), var(--themecolor2));
        }

        .work .category-buttons a:hover:before,
        .work .category-buttons a.active:before {
            -webkit-transform: translateY(0);
            -khtml-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }

        .work .category-buttons a:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 8px;
            height: 8px;
            -webkit-border-radius: 8px;
            -khtml-border-radius: 8px;
            -moz-border-radius: 8px;
            -ms-border-radius: 8px;
            -o-border-radius: 8px;
            border-radius: 8px;
            background-image: linear-gradient(to left, var(--themecolor1), var(--themecolor2));
            -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);
            -webkit-transform: translateY(12px);
            -khtml-transform: translateY(12px);
            -moz-transform: translateY(12px);
            -ms-transform: translateY(12px);
            -o-transform: translateY(12px);
            transform: translateY(12px);
            opacity: 0;
        }

        .work .category-buttons a.active,
        .work .category-buttons a:hover {
            color: var(--themecolor7);
        }

.work .grid {
    margin-top: 40px;
    width: 100%;
    /* max-width: 960px; */
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 750ms cubic-bezier(1, 0, 0, 1);
    transition: all 750ms cubic-bezier(1, 0, 0, 1);
}

@media (max-width: 960px) {
    .work .grid {
        width: 700px;
    }
}

@media (max-width: 720px) {
    .work .grid {
        width: 100%;
    }
}

.work .grid .animating {
    -webkit-transition: all 750ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: all 750ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

.work .grid .setScale {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.work .grid .show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.work .card {
    background: var(--themecolorwhite);
    display: block;
    text-decoration: none;
    color: #2b2b2b;
    width: 24%;
    /* box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 5px rgba(0, 0, 0, 0.15); */
    transform-origin: center center;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

@media (max-width: 700px) {
    .work .card {
        width: 49.25%;
    }
}

@media (max-width: 480px) {
    .work .card {
        width: 50%;
    }
}

.work .card img {
    display: block;
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

.work .card .title {
    padding: 10px;
    color: #2b2b2b;
}

.work .guide {
    width: 32%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1000;
}

@media (max-width: 700px) {
    .work .guide {
        width: 49.25%;
    }
}

@media (max-width: 480px) {
    .work .guide {
        width: 100%;
    }
}

/* ==================================Important Links======================================= */
section.Importanlink {
    padding: 35px 0 40px 0;
    background: var(--themecolorgray);
}

#Importantlinks button.owl-prev {
    left: -6%;
    position: absolute;
    top: 15%;
    color: var(--themecolor4);
    font-size: 50px;
    margin: 7px;
    padding: 0px 15px !important;
}

#Importantlinks button.owl-next {
    right: -6%;
    position: absolute;
    top: 15%;
    color: var(--themecolor4);
    font-size: 50px;
    margin: 7px;
    padding: 0px 15px !important;
}

    #Importantlinks button.owl-prev:hover,
    #Importantlinks button.owl-next:hover {
        background: none;
        color: var(--themecolor5);
           }

.slideritem {
       display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
}
.key_fun_section {
    margin-top: -10px;
    background-image: url(../../MediaGallery/UI_Images/key_bg.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: var(--themecolorgray);
    border-bottom: 1px solid #e2eef7;
}

/* ==================================Important Links End======================================= */
.socialmedia_bg {
    background: var(--themecolorgray);
}

.footer_head {
    background: var(--themecolor5);
    color: var(--themecolorwhite);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  /*  min-height: 200px;*/
    margin-bottom: -100px;
    border-radius: 10px;
    position: relative;
}

    .footer_head h1 span {
        color: var(--themecolor7)
    }

    .footer_head .fa {
        font-size: 20px;
    }

    .footer_head .col-md-4 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer_head .col-md-3 {
        display: flex;
        align-items: center;
    }

/* =================================Social Media================================== */

.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;
                   }

            .social-menu ul li a:hover {
                transform: translate(0, -10%);
            }

        .social-menu ul li:nth-child(1) {
            color: #f09433 !important;
        }

            .social-menu ul li:nth-child(1) a:hover {
                color: #fff !important;
                background: #f09433;
                background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
                background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
                background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
            }

        .social-menu ul li:nth-child(2) a {
            color: #4868a8;
        }

            .social-menu ul li:nth-child(2) a:hover {
                background-color: #4868a8;
                color: #fff;
            }

        .social-menu ul li:nth-child(3) a {
            color: #fc0000;
        }

            .social-menu ul li:nth-child(3) a:hover {
                background-color: #fc0000;
                color: #fff;
            }

        .social-menu ul li:nth-child(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================================== */

.footer_bg {
    color: #fff;
    background-position: 100% 50%;
    background-color: rgba(0, 0, 0, 0.95);
    background-image: url(../../MediaGallery/UI_Images/footer-bg.jpg);
}

.footer_body {
    padding-top: 150px;
    background-color: rgb(1 1 22 / 95%);
}

.footer_logo img {
    position: absolute;
    background: #fff;
    border-radius: 100%;
    height: 80px;
    margin-top: -5px;
}

.footer_logo h2 {
    color: #fff;
    padding-left: 90px;
    font-size: 25px;
    padding-top: 10px;
}
a.footer_logo {
    font-family: 'NotoSansDisplay';
}
.footer_logo p {
    color: #fff;
    padding-left: 92px;
    font-size: 15px;
   }

.footer_heading {
    padding-left: 25px;
}
a.footer_logo p {
    font-size: 17px;
margin-top: -10px;
font-weight:500;
}

    .footer_heading::after {
        background-image: linear-gradient(to left, var(--themecolorwhite), var(--themecolor2));
        content: '';
        width: 40px;
        height: 3px;
        background-color: #2439FF;
        position: absolute;
        margin-left: 10px;
        margin-top: 15px;
        transform: translate(0, -50%);
    }

.footer_nav > ul > li {
    margin-bottom: 5px;
    list-style: none
}

    .footer_nav > ul > li > a {
        color: #fff;
        font-weight: 300;
        position: relative;
        transition: .3s cubic-bezier(.24, .74, .58, 1);
    }

        .footer_nav > ul > li > a:hover {
            color: var(--themecolor1);
            font-weight: 400;
            padding-left: 18px;
        }


        .footer_nav > ul > li > a:before {
            content: "\f101";
            font-family: 'FontAwesome';
            font-size: 15px;
                       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 > ul > li > a:hover:before {
            opacity: 1;
            left: 0;
        }

.footer_body p {
    font-size: 13px;
}

.p.web_master {
    font-size: 16px;
    text-align: left;
}
.powerd_by a{
    color:#fff;
}
    .powerd_by a:hover {
        color:var(--themecolor1)
    }
    p {
    font-weight: 300;
}

.footer_body .external {
    color: var(--themecolor1);
    font-weight: 400;
}
p.text-start.lst_updt {
    margin-bottom: -34px;
}
img.org_bg {
    position: absolute;
    margin-top: 54px;
    margin-left: -134px;
}
/* ============================Go_to_Top============================================ */
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    cursor: pointer;
    display: block;
    background-image: linear-gradient(to left, var(--themecolor1), var(--themecolor2));
    background-color: var(--themecolor5);
    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;
               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);
       -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;
               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(--themecolor5) #ffffff;
}

    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 10px;
    }

    *::-webkit-scrollbar-track {
        background: #f3f7fd;
    }

    *::-webkit-scrollbar-thumb {
        background-color: var(--themecolor5);
        border-radius: 5px;
        border: 2px solid #ffffff;
    }

/* --------------------------------------------UI---------------------------- */

.orangebtn {
    background-image: linear-gradient(to left, var(--themecolor1), var(--themecolor2));
    padding: 12px 52px;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    letter-spacing: 1.5px;
    transition: .5s;
}

    .orangebtn:hover {
        background-image: linear-gradient(to right, var(--themecolor3), var(--themecolor5));
        color: #fff;
    }

.bluebtn {
    background-image: linear-gradient(to right, var(--themecolor3), var(--themecolor5));
    padding: 12px 52px;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    letter-spacing: 1.5px;
    transition: .5s;
}

    .bluebtn:hover {
        background-image: linear-gradient(to left, var(--themecolor1), var(--themecolor2));
        color: #fff;
    }
/* ---------------------------------breadcrumb---------------------------------------- */
.breadcrumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
}

    .breadcrumb video {
        min-width: 100%;
        min-height: 200px;
        z-index: 1;
        margin-top: -200px;
    }

    .breadcrumb .overlay {
        width: 100%;
        height: 200px;
        position: absolute;
        top: 0;
        left: 0;
        background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgb(4 46 101 / 56%) 50%);
        background-size: 3px 3px;
        z-index: 2;
    }

.breadcrumb_text {
    position: absolute;
    z-index: 9;
    width: 100%;
}

    .breadcrumb_text .container_common {
        padding-top: 120px;
    }

.breadcrumb_title {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    width: 50%;
}

ul.breadcrumb_nav {
    display: flex;
    flex-wrap: wrap;
    float: right;
    font-size: 15px;
    font-weight: 300;
}

.breadcrumb_items {
    
    list-style: none;
    color: #fff;
}

    .breadcrumb_items + .breadcrumb_items::before {
        font-family: FontAwesome;
        content: "\f101";
        font-size: 18px;
        color: #fb7312;
        padding: 0 10px;
        
    }

    .breadcrumb_items a {
        color: #fff;
       
    }

        .breadcrumb_items a:hover {
            color: #fb7312;
        }
/* ---------------------------------breadcrumb End---------------------------------------- */
/* ---------------------------------Inner body---------------------------------------- */
section.content_body {
    padding: 60px 15px;
    position: relative;
    min-height: 500px;
}

    section.content_body p {
        text-align: justify;
        font-weight: 300;
        font-size: 15px;
        letter-spacing: 0px;
    }

.rightside_wrap {
    float: right;
    margin: 0 0 20px 20px;
    padding-right: 0 !important;
}

.leftside_wrap {
    float: left;
    margin: 0 25px 25px 0;
    padding-left: 0 !important;
}

.width_400 {
    width: 400px;
}

.height_500 {
    height: 500px;
}



.border_radius5 {
    border-radius: 5px !important;
    box-shadow: 0px 0px 7px -5px rgba(0,0,0,0.43);
}

.content_body li {
    background: url(../../MediaGallery/Icons/arrow.png) no-repeat left 4px;
    padding: 5px 0 15px 24px;
    background-size: 18px;
    text-align: justify;
    list-style: none;
    display: table;
    line-height: 20px;
}

.content_body ul {
    padding-left: 10px
}

    .content_body ul li ul li {
        background: url(../../MediaGallery/Icons/arrow1.png) no-repeat left 0px;
        padding: 1px 0px 9px 23px;
        text-align: justify;
        background-size: 18px;
        display: table;
        list-style: none;
        line-height: 20px;
    }
        .content_body ul li ul li ul li {
            background: url(../../MediaGallery/Icons/arrow2.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;
}

    .sitemap a:hover {
        color: var(--themecolor7) !important;
        padding-left: 10px;
    }

.content_body li p {
    margin-bottom: 0
}

.content_body ul li ul {
    padding-left: 5px;
    padding-top: 10px;
}

.lastupdate_page {
    position: relative;
}

    .lastupdate_page span {
        bottom: -53px;
        display: block;
        right: 9px;
        position: absolute;
    }

.page_construction h1 {
    color: var(--themecolor5);
    font-weight: 600;
    font-family: 'NotoSansDisplay';
}

div#updatedateId {
    bottom: 20px;
    right: 135px;
    position: absolute;
}

.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: #deeaf7 !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(--themethead) !important;
    color: #000 !important;
    text-align: center;
    border-color: #f19557 !important;
    border-top: 1px solid;
}

    .Clr_table tr th:hover, .datatable-table th:hover {
        background-color: var(--themethead) !important;
    }

.center-td-1 > tr > td:first-child {
    text-align: center;
}

.download_icon {
    display: flex;
    justify-content: center;
}

    .download_icon img {
        height: 30px;
    }

.gif-pad > a {
    display: flex;
    justify-content: center;
}

.pdf_img span {
    display: flex;
    justify-content: center;
}

td {
    vertical-align: middle !important;
}
.wth_2 {
    width: 2%;
}
.wth_3 {
    width: 3%;
    max-width:3%;
}
.wth_5 {
    width: 5%;
    max-width:5%;
}

.wth_7 {
    width: 7%;
}

.wth_10 {
    width: 10%;
}

.wth_12 {
    width: 12%;
}

.wth_15 {
    width: 15%;
}

.wth_25 {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
}

.wth_20 {
    width: 20%;
}.wth_27 {
    width: 27%;
}.wth_30 {
    width: 30%;
}

.wth_35 {
    width: 35%;
    min-width: 35%;
    max-width: 35%;
}

.wth_40 {
    width: 40%;
}

.content_body h4, .content_body h1 {
    font-size: 21px;
    font-family: 'BAHNSCHRIFT';
    font-weight: 500;
    color: var(--themecolor5);
    margin-bottom: 20px;
}

.navbar-form.navbar-right {
    position: relative;
    padding-bottom: 45px;
}

.btn-log1 {
    display: inline-block;
    padding: 10px 50px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-radius: 2px;
    background-size: 200% auto;
    border-radius: 5px;
    position: absolute;
    left: 0;
    box-shadow: 0px 10px 20px -5px rgba(76, 64, 237, 0.08);
}

    .btn-log1, .btn-log1:hover {
        background-image: linear-gradient(to right, var(--themecolor1), var(--themecolor7), var(--themecolor1));
    }

        .btn-log1:hover {
            color: #fff;
            background-position: center right;
        }

a {
    color: var(--themecolor7)
}

    a:hover {
        color: var(--themecolor5)
    }

.web_manager {
    display: flex;
    justify-content: center;
}

.m_border.row {
    padding: 50px 30px;
    border: 1px dashed var(--themecolor7);
    min-width: 600px;
}

img.pdf_img {
    height: 25px;
}

.MP_cards img {
    width: 100%;
}

.MP_cards {
    margin-bottom: 25px;
}

    .MP_cards span {
        background: var(--themecolor2);
        padding: 5px 15px;
        width: 100%;
        display: block;
        color: #fff;
        line-height: 25px;
        transition: .5s;
    }

.MP_cards {
    overflow: hidden;
    position: relative;
}

    .MP_cards:hover span {
        background: var(--themecolor5);
    }

    .MP_cards::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .MP_cards:hover::before {
        -webkit-animation: shine .9s;
        animation: shine .9s;
    }

.vision_ui {
    display: flex;
    align-items: center;
    border: 1px solid #ff5a0059;
    margin-left: 150px;
    height: 240px;
    border-radius: 5px;
    margin-bottom: 75px;
}

    .vision_ui img {
        margin-left: -150px;
        padding-top: 49px;
        z-index: 99;
        position: relative;
    }

    .vision_ui p {
        padding: 0 15px;
    }

.mission_ui {
    display: flex;
    align-items: center;
    margin-right: 150px;
    height: 240px;
    border-radius: 5px;
    border: 1px solid #007fff54;
    margin-bottom: 75px
}

    .mission_ui img {
        margin-right: -150px;
        padding-top: 49px;
        z-index: 99;
        position: relative;
    }

    .mission_ui ul {
        padding: 0 15px
    }

.card_box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 50px;
}

    .card_box .card_pdf {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 350px;
        max-width: 100%;
        height: 200px;
        background: #FFF;
        border-radius: 20px;
        transition: 0.5s;
        box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
    }

        .card_box .card_pdf:hover {
            height: 240px;
        }

        .card_box .card_pdf .img-box {
            position: absolute;
            top: 20px;
            width: 80px;
            height: 98px;
            background: transparent;
            overflow: hidden;
            transition: 0.5s;
        }

        .card_box .card_pdf:hover .img-box {
            top: -50px;
        }

            .card_box .card_pdf:hover .img-box img {
                box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
            }

        .card_box .card_pdf .img-box img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .card_box .card_pdf .content {
            position: absolute;
            top: 132px;
            width: 100%;
            height: 60px;
            padding: 0 30px;
            text-align: center;
            overflow: hidden;
            transition: 0.5s;
        }

        .card_box .card_pdf:hover .content {
            top: 90px;
            height: 130px;
        }

        .card_box .card_pdf .content h2 {
            font-size: 22px;
            line-height: 30px;
            font-weight: 600;
            color: var(--themecolor5);
        }

        .card_box .card_pdf .content p {
            color: #333;
            text-align: center;
            margin-bottom: 0;
        }

        .card_box .card_pdf .content a {
            position: relative;
            top: 15px;
            display: inline-block;
            padding: 12px 25px;
            text-decoration: none;
            color: #FFF;
            font-weight: 500;
        }

            .card_box .card_pdf .content a:hover {
                opacity: 0.8;
            }


/*Text-box*/
.dropdwn_title3 {
    font-size: 15px;
    position: absolute;
    z-index: 999;
    color: #012970;
    margin-top: -12px;
    margin-bottom: 0;
    margin-left: 8px;
    background: #f0f5f9;
    padding: 0px 5px 0px 5px;
}

.dropdwn_title5 {
    font-size: 15px;
    right: 20px;
    position: absolute;
    z-index: 999;
    color: #012970;
    margin-top: -13px;
    background: #f0f5f9;
    padding: 0px 5px 0px 5px;
}

.bg_body {
    background: #f0f5f9 !important;
    border: 1px solid #afbdcf;
    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: #f0f5f9;
    border: 1px solid #afbdcf;
}

.height_100 {
    min-height: 102px !important;
}

.captcha {
    display: flex;
    justify-content: center
}

    .captcha span {
        padding: 10px 4px;
    }

.input_box input {
    border: 1px solid #afbdcf;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    color: #000000;
    background: #f0f5f9;
    font-size: 14px;
    padding-left: 20px;
    padding-top: 10px;
    box-shadow: none;
}

    .input_box input:focus-visible {
        outline: 0
    }

#txtComment {
    background: #f0f5f9 !important;
}

.input_box input:focus + label,
.input_box input:valid + label {
    font-size: 15px;
    color: #012970;
    top: -12px;
    left: 10px;
    background: #f0f5f9;
    padding: 0px 5px 0px 5px;
}

.input_box textarea {
    border: 1px solid #afbdcf;
    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: #012970;
        top: -12px;
        left: 10px;
        background: #f0f5f9;
        padding: 0px 5px 0px 5px;
        outline: 0
    }

.input_box .form-control:focus {
    color: #212529;
    background-color: #f0f5f9;
    border-color: #012970;
    outline: none;
    box-shadow: none;
}

.input_box {
    width: auto;
    height: auto;
    position: relative;
}

    .input_box label {
        font-size: 17px;
        color: #afbdcf;
        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;
    }

.ms-150{
    margin-left:150px;
}
.policy_card {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 25px 20px;
    max-width: 100%;
    background: #FFF;
    border-radius: 5px;
    transition: 0.5s;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
    background-image: url(../../MediaGallery/UI_Images/sm_circuit.png);
    background-position: 170px -30px;
    background-size: 70%;
    background-repeat: no-repeat;
}

    .policy_card:hover {
        background-image: url(../../MediaGallery/UI_Images/sm_circuit.png);
        background-position: 170px -30px;
        background-size: 66%;
    }

        .policy_card:hover span {
            color: var(--themecolor2)
        }

    .policy_card span {
        color: var(--themecolor5);
        transition: 0.5s;
    }

    .policy_card img {
        width: 80px;
        margin-right: 10px;
    }

.policy_content {
    width: 100%;
}

.policy_card h2 {
    font-size: 23px;
    font-weight: 600;
    margin-top: 10px;
    height: 43px;
}
.text_org {
    color: var(--themecolor7);
}

h4.table_head {
    font-size: 20px;
    margin-bottom: 5px;
}

/*===================================================Major Project=========================================*/
.Mp_card {
    position: relative;
    display: block;
    height: 100%;
    /*  border: 1px solid #e5e5e5;*/
    border: 1px solid #d9d9d9;
    border-radius: calc(30 * 1px);
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25);
}

.card__image {
    width: 100%;
    height: auto;
    padding: 3px;
    margin-bottom: 30px;
    background: #FFF;
    border-radius: 30px 30px 30px 0;
}

.card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: calc(30 * 1px);
    background: #FFF;
    transform: translateY(100%);
    transition: .4s ease-in-out;
}

    .card__overlay span {
        float: right;
        margin-right: 22px;
        margin-bottom: 5px;
        margin-top: -15px;
        position: relative;
        z-index: 999999;
        font-size: 13px;
        transition: .5s ease-in-out;
        font-weight: 400;
    }

.Mp_card:hover .card__overlay {
    transform: translateY(0);
}

.page_construction h1 {
    margin-top: 60px;
    font-size: 24px;
}

.page_construction h2 {
    font-size: 22px;
    font-weight: 400
}

.card__header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1em;
    padding: 1em;
    border-radius: calc(30 * 1px) 0 0 0;
    background: #FFF;
    transform: translateY(-100%);
    transition: .4s ease-in-out;
}

.card__arc {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 98%;
    right: 0;
    z-index: 1;
}

    .card__arc path {
        fill: #ffF;
        d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
    }

.Mp_card:hover .card__header {
    transform: translateY(0);
}

.card__thumb {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.card__title {
    font-size: 14px;
    margin: 0 0 .3em;
    color: #000;
}

.card__tagline {
    display: block;
    margin: 1em 0;
    font-family: "MockFlowFont";
    font-size: .8em;
    color: #D7BDCA;
}

.card__status {
    font-size: .8em;
    color: #D7BDCA;
}

.card__description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.pdf_background {
    width: 90%;
    height: 450px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25);
}

.pdf_big_bg {
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25);
    box-shadow: -1px 0px 0px -1px rgba(0, 0, 0, 0.2), 0px 0px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
    position: relative;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 100%;
    height: 450px;
    overflow: hidden;
    filter: blur(0);
}

.pdfsvg_bg {
    padding: 40px 20px;
    background: #e6ecf1d6;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25);
    box-shadow: -1px 0px 0px -1px rgba(0, 0, 0, 0.2), 0px 0px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
    position: absolute;
    top: 17%;
    right: 0%;
    width: 400px;
    height: 230px;
    margin: 15px 15px 0 0;
    transition: transform 0.3s ease-out;
    z-index: 1000;
    overflow: hidden;
    border-radius: 20px;
    /* clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);*/
    background-image: url(../../MediaGallery/UI_Images/about_bg.png)
}

    .pdfsvg_bg p {
        color: #333;
        text-align: right !important;
        margin-bottom: 0;
    }

.pdf_title {
    background: url(../../MediaGallery/Icons/PDF.svg) no-repeat left 4px;
    padding-left: 40px;
    background-position: left;
    background-size: 30px;
    line-height: 30px;
    font-size: 23px;
}

.pdfsvg_bg:hover .pdfcontent {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.pdfsvg_bg .pdfcontent {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    padding: 20px 25px;
    color: #fff;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    pointer-events: none;
}

.pdfcontent p {
    float: left;
    font-size: 13px;
    color: var(--themecolor7);
}

.pdfsvg_hover {
    opacity: 1;
    transform: scale(1.15,1.15);
    -webkit-transform: scale(1.15,1.15);
    -moz-transform: scale(1.15,1.15);
    -ms-transform: scale(1.15,1.15);
    -o-transform: scale(1.15,1.15);
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    filter: blur(5px);
}
/*===================================================Major Project End=========================================*/
/*===================================================Gallery Pages start=========================================*/
.gallery_imgbox .col-lg-3, .gallery_imgbox .col-lg-4 {
    padding: 10px;
    display: flex;
}
.powerd_by {
    float: right;
    text-align: right;
    font-size: 13px;
    margin-top: 0;
}


.gallery_imgbox a {
    position: relative;
    border: 1px solid #d9d9d9;
    cursor: none;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
    -webkit-transition: 800ms ease;
    -o-transition: 800ms ease;
    transition: 800ms ease;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25);
}

.gallery_imgbox img {
    position: relative;
}

.gallery_imgbox img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    -webkit-transition: 800ms ease;
    -o-transition: 800ms ease;
    transition: 800ms ease;
    -webkit-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
    -o-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
    transition-property: color, background, mix-blend-mode, opacity, visibility, height;
    opacity: 1;
}

.gallery_imgbox a:hover img {
    filter: brightness(0.4);
}

.hover-plus {
    display: none;
    position: absolute;
    pointer-events: none;
    background: transparent;
    width: 40px;
    height: 40px;
    mix-blend-mode: difference;
    z-index: 2;
    -webkit-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
    -webkit-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
    -o-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
    transition-property: color, background, mix-blend-mode, opacity, visibility, height;
}

    .hover-plus:before, .hover-plus:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 3px;
        background: #fff;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
        opacity: 0;
        -webkit-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease;
    }

    .hover-plus svg {
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0;
        -webkit-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
        fill: #fff;
        width: 35px;
    }

    .hover-plus.video:before, .hover-plus.video:after {
        display: none;
    }

a:hover .hover-plus:before, a:hover .hover-plus:after,
a:hover .hover-plus svg {
    opacity: 1;
    z-index: 999;
    cursor: none;
}

a:hover > .hover-plus:before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scale(1);
    -ms-transform: translate(-50%, -50%) rotate(180deg) scale(1);
    transform: translate(-50%, -50%) rotate(180deg) scale(1);
}

a:hover > .hover-plus:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg) scale(1);
    -ms-transform: translate(-50%, -50%) rotate(90deg) scale(1);
    transform: translate(-50%, -50%) rotate(90deg) scale(1);
}

.portfolio-item-style3 .img a {
    cursor: none;
}

.gallery_imgbox a:hover .imgcontent {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.gallery_imgbox a .imgcontent {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 25px;
    color: #fff;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    pointer-events: none;
}

.imgcontent p {
    font-size: 12px;
    opacity: .8;
    margin-bottom: 5px;
}

.imgcontent h6 {
    margin: 0;
    font-size: 16px;
}
a.Mp_card.photoCat {
    border-radius: 10px;
  }
.photoCat .card__image {
    width: 100%;
    height: 100%;
    padding: 3px;
    margin-bottom: 20px;
    background: #FFF;
    border-radius: 10px 10px 10px 0;
}
.photoCat .card__overlay {
    border-radius: 10px 10px 10px 0;
}
/*===================================================Gallery Pages End=========================================*/
/*===================================================Loader=========================================*/
img.loader_img {
    position: fixed;
    width: 104%;
    margin: -17px;
    overflow: hidden;
    filter: blur(6px);
    height: 117%;
    z-index: 99999;
}

.loder_contant {
    position: fixed;
    z-index: 99999;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

img.loder_logo {
    background: #fff;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    margin-top: 18px;
}

.loder_contant h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 35px;
    width: 100%;
    margin-top: 50px;
    margin-left: 18px;
}

    .loder_contant h2 span {
        font-size: 30px;
        font-weight: 600;
        color: var(--themecolor2)
    }

/*===================================================Loader End=========================================*/
/*===================================================Organizational Structure=========================================*/
.chart-bg {
    overflow: auto;
}

.chart-bg-in {
    width: 1000px;
}

.chart-bg ol,
.chart-bg-center ol {
    margin: 0;
    padding: 0;
}

.tree ol {
    padding-top: 20px;
    padding-left: 11px;
    position: relative;
}

.tree li {
    float: left;
    z-index: 9;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 10px 0 10px;
    background: none;
}
.Secretary_border_tree {
    z-index: 9;
    position: relative;
}

    .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;
    }

.child_none_d_none::after,
.child_none_d_none::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 ol ol::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #085f90;
    width: 0;
    height: 20px;
}

.tree li span {
    min-width: 100px;
    background-color: #ffb774;
    color: #000000;
    border: 1px solid #ff9c59;
    padding: 8px 10px;
    text-decoration: none;
    font-family: arial, verdana, tahoma;
    z-index: 999;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    font-size: 15px;
}

.no_hover:hover + ol li.tree_child_ceg span {
    background-color: #ffb774 !important;
    color: #000000 !important;
    border: 1px solid #ff9c59 !important;
}

.tree li span:hover,
.tree li span:hover + ol li span, .li_tree_hover 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: #204e91 !important;
    border: 1px solid #1b4a64 !important;
    color: #fff !important;
}


    .tree li span:hover + ol li::after,
    .tree li span:hover + ol li::before,
    .tree li span:hover + ol::before,
    .tree li span:hover + ol ul::before {
        /*  border-color: #80deeb;*/
        -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;
    }

.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_tree_1 {
    margin-left: -265px;
}

    .li_tree_1::before, .li_tree_1::after {
        content: none !important;
    }

.tree_child_1 {
    margin-left: 240px !important;
}

.tree_child_child_1 {
    margin-left: 120px;
}

li.li_tree_2 {
    margin-left: -329px;
    margin-top: -24px;
}

    li.li_tree_2:last-child::before {
        border-right: none;
        border-radius: 5px 0px 0 0;
    }

    li.li_tree_2::before, li.li_tree_2::after {
        content: '';
        position: absolute;
        top: 34px;
        left: -11%;
        border-left: 1px solid #085f90;
        width: 15%;
        z-index: -1;
        height: 68px;
    }

.ml_uplc {
    margin-left: -135px;
}
.tree_child_ceg span::before, .tree_child_ceg span::after {
    content: '';
    position: absolute;
    top: -117px !important;
    width: 107% !important;
    border-left: 1px solid #085f90;
    z-index: -1;
    left: 50%;
    border-top: 1px solid #085f90;
}

.tree_child_ceg::before, .tree_child_ceg::after {
    top: -154px !important;
    width: 81% !important;
    z-index: -1;
    height: 178px !important;
}

.tree_child_updesco::before {
    border: none 0 !important;
}

.tree_child_updesco::after {
    border-radius: 5px 0 0 0;
}
.pl_ext {
    padding-left: 85px !important;
}.wth_fl img{
    width: 78px !important;
}
p.web_master {
    font-size: 15px;
line-height: 22px;
}
/*===================================================Organizational Structure End=========================================*/
.breadcrumb_img {
    width: 100%;
    overflow: hidden;
}
.breadcrumb_img img{
    width: 100%;
}
.dropdown_display3 {
    display: flex;
    justify-content: end;
    color: #000;
    line-height: 28px;
    padding-right: 10px;
    font-size: 15px;
    margin-bottom: 15px;
}
.Clr_table h6, .Clr_table span {
    font-size: 11px;
}
    .dropdown_display3 span {
        font-weight: 400;
        margin-right: 6px;
    }

    .dropdown_display3 select {
        border: 1px solid #052c67;
        padding: 3px;
        border-radius: 5px;
    }

.Key_functionary_box > ul > li:first-child > h5 {
    font-size: 18px;
}
.Key_functionary_box > ul > li:first-child > h6 {
    font-size: 15px;
    font-weight:400;
}


@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}



@keyframes animationFramesFour {
    0% {
        transform: translate(0, 0)
    }

    20% {
        transform: translate(-30px, 40px)
    }

    40% {
        transform: translate(60px, 60px)
    }

    60% {
        transform: translate(80px, 40px)
    }

    80% {
        transform: translate(40px, -70px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@keyframes animationFramesFive {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(-40px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(40px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes particleToptoBottom {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(40px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(-40px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes particleToptoBottom2 {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(25px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(-25px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes NewsletterAnimated2 {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(40px)
    }

    50% {
        transform: translateX(0)
    }

    75% {
        transform: translateX(-40px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-40px)
    }

    50% {
        transform: translateX(0)
    }

    75% {
        transform: translateX(40px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes animationFramesTwo {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(40px)
    }

    50% {
        transform: translateX(0)
    }

    75% {
        transform: translateX(-40px)
    }

    100% {
        transform: translateX(0)
    }
}
.pagination li {
    background: none !important;
    padding: 2px !important;
}
.container_common_xl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
}
a.home_img_bx img {
    width: 100%;
    height: 90%;
    object-fit: cover;
       border: 1px solid #fff;
 
}
li.single_li {
    min-width: 1800px;
}
img.kta_logo {
    width: 88px;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 43px;
}

.Pagination-box {
    padding: 25px 0 25px;
}

.border_line {
    width: 100%;
    border-bottom: 4px solid var(--themecolor7);
    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:#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 3px;
                    line-height: 30px;
                    border-radius: 50%;
                }*/
            .pagination ul li .numb.first {
                margin: 0px 3px 0 -5px;
            }

            .pagination ul li .numb.last {
                margin: 0px -5px 0 3px;
            }

            .pagination ul li .dots {
                font-size: 22px;
                cursor: default;
            }

            .pagination ul li .btn {
                padding: 0 14px;
                border-radius: 50px;
                margin-right: 10px;
            }

            .pagination ul li .prev {
                margin-right: -2px;
            }

            .pagination li a.active, .pagination li.active a,
            .pagination ul li a.numb:hover,
            .pagination ul li a:first-child:hover,
            .pagination ul li a:last-child:hover {
                color: #fff;
                background: var(--themecolor5);
            }

.Display_record {
    margin-top: 15px;
    margin-left: 10px;
}
img.Mahakumbh_logo {
    width: 81px;
    margin-top: 43px;
    margin-right: 14px;
}
img.links_img.al_skill_logo {
    width: 115px;
}
a.AI_Skill_logo img {
    width: 120px;
    margin-top: 40px;
}