body {
    background-color: #fbfbfb;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    color: #363636;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html,
body {
    overflow-X: hidden;
}

@font-face {
    font-family: 'Laila';
    src: url('../Fonts/Laila-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Exo';
    src: url('../Fonts/Exo-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Titillium';
    src: url('../Fonts/TitilliumWeb-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    src: url('../Fonts/Poppins-Regular.ttf') format('truetype');
}

:root {
    --themewhite: #fff;
    --themeblack: #000;
    --themegray: #f3f3f3;
    --themecolor: #563fc9;
    --themecolor: #4169e1;
    --themecolor: #254dd1;
    --themecolor: #2d5fc1;
    --themecolor2: #16243E;
    --themecolor3: #ed0404;
}



.common_container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
}

section.header {
    background: var(--themewhite);
    background-repeat: repeat;
    overflow: hidden;
    position: relative;
}

.head_top {
    background-color: var(--themecolor2);
    height: 35px;
}

.top-menu {
    position: absolute;
    padding: 4px 25px;
    padding-left: 45px;
    right: 0;
}

    .top-menu .top_link {
        text-decoration: none;
        width: 30px;
        height: 28px;
        color: var(--themewhite);
        font-size: 12px;
        padding: 3px 4px;
        margin: 0px 4px;
        text-align: center;
        line-height: 13px;
        border: 1px solid rgb(243 243 243 / 0%);
        font-weight: 500;
        border-radius: 2px;
        transition: linear 0.35s;
    }

a.main_upite {
    color: var(--themewhite);
    font-family: 'Exo';
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    padding-left: 40px;
    line-height: 37px;
    float: left;
    margin-bottom: -10px;
}

.top_link:hover {
    color: var(--themecolor2);
}

a.main_upite:hover {
    color: #e5e5e5;
}


a.top_link img {
    width: 22px;
    margin-top: 2px;
}

    a.top_link img path {
        fill: var(--themecolor);
    }

a.top_link .fa {
    font-size: 22px;
}

.hidden-search-box {
    position: absolute;
    display: none;
    right: 107px;
    top: 19px;
    width: 250px;
    z-index: 99;
    transition: linear 0.35s;
    border-radius: 3px;
}

    .hidden-search-box .form-control:focus {
        color: var(--themeblack);
        background-color: var(--themewhite);
        border-color: var(--themecolor);
        outline: 0;
        box-shadow: none;
    }

input#ctl00_btnSearch {
    background: var(--themecolor);
    border: none;
    border-radius: 0 3px 3px 0;
    font-weight: 600;
    font-family: 'Exo';
    margin-top: 1px;
    height: 29px;
    font-size: 14px;
    color: var(--themewhite);
}

.hidden-search-box input {
    height: 30px;
    border-radius: 3px;
    font-size: 15px;
    transition: linear 0.35s;
}

i.fa.fa-search {
    font-size: 18px;
    margin-top: 2px;
}

a.top_link img {
    filter: invert();
}

a.top_link:hover img {
    filter: brightness(0) saturate(100%) invert(11%) sepia(9%) saturate(5797%) hue-rotate(186deg) brightness(94%) contrast(92%);
}

.top-menu .top_link:hover {
    background-color: var(--themewhite);
}

.Logo_sec {
    padding: 12px 0;
    position: relative;
    background-color: var(--themewhite);
}

.home_logo a {
    display: flex;
    text-decoration: none;
    align-items: center;
    padding-bottom: 0px;
    height: 80px;
}

.home_logo .main_head {
    font-size: 28px;
    color: var(--themecolor);
    font-family: 'Titillium';
    margin-left: 35px;
}

.home_logo img {
    width: 100px;
    margin-left: 30px;
    margin-right: -20px;
}

.home_logo span {
    display: block;
    color: var(--themecolor3);
    font-size: 16px;
    margin-left: 40px;
    margin-top: -7px;
    font-family: 'Exo';
    font-weight: 700;
}

.home_logo {
    width: max-content;
    z-index: 0;
    position: relative;
}

/* .home_logo::before{
    left: -50px;
    width:110%;
    border-right: 7px solid var(--themecolor2);
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(40deg);
}
.home_logo::before, .home_logo::after{
background-color: var(--themewhite);
content: "";
position: absolute;
bottom: 0;
height: 110%;
z-index: -1;
}  
.main_logo::before {
    content: "";
    position: absolute;
    top: -9px;
    background-image: linear-gradient(180deg, var(--themecolor2) 0%, var(--themecolor) 100%);
    width: 180px;
    height: 120%;
    z-index: -1;
    border-radius: 0 200px 0 0;
}

.main_logo::after {
    content: "";
    position: absolute;
    top: -4px;
    background-color: var(--themewhite);
    width: 173px;
    height: 120%;
    left: 0;
    z-index: -1;
    border-radius: 0 200px 0 0;
}
*/
.other_site {
    position: absolute;
    right: 20px;
    top: 18px;
}

.swachhbharat img {
    width: 127px;
    margin-left: -63px;
    margin-right: 14px;
}

.upmygov img {
    width: 72px;
    margin: 8px;
}

.Invest_up img {
    width: 70px;
    margin-top: 4px;
    margin-left: 9px;
}


.curv_lft {
    position: absolute;
    left: -1px;
    top: 28px;
    z-index: -1;
    fill: var(--themecolor);
}

.curv_rght {
    position: absolute;
    right: 0px;
    top: 28px;
    z-index: -1;
    fill: var(--themecolor);
}

.owl-1_sliderbutton {
    position: relative;
    margin-top: -37px;
    z-index: 9;
    margin-right: 22px;
    float: right;
}

.curv_center {
    height: 20px;
    top: 30px;
    background: var(--themecolor);
    position: absolute;
    z-index: -1;
    width: 94%;
    left: 0;
    border-radius: 0 0 50px 50px;
    margin: 0 40px;
}

.owl-1_sliderbutton a {
    color: var(--themecolor);
}

#slider1 button.owl-prev {
    left: 0;
    position: absolute;
    top: 45%;
    color: var(--themewhite);
    font-size: 40px;
    margin: 19px;
    line-height: 3px;
    padding: 0px 7px !important;
    background: var(--themecolor);
    height: 30px;
    width: 30px;
    border-radius: 50px;
}

#slider1 button.owl-next {
    right: 0;
    position: absolute;
    top: 45%;
    color: var(--themewhite);
    font-size: 40px;
    margin: 19px;
    line-height: 3px;
    padding: 0px 7px !important;
    background: var(--themecolor);
    height: 30px;
    width: 30px;
    border-radius: 50px;
}

    #slider1 button.owl-next span {
        margin-left: -5px;
        top: 13px;
        position: absolute;
    }

#slider1 button.owl-prev span {
    margin-left: -8px;
    top: 13px;
    position: absolute;
}

#slider1 button.owl-prev:hover,
#slider1 button.owl-next:hover {
    background: #ffffff;
    color: var(--themecolor) !important;
}

#slider1 .owl-dots {
    margin-top: -46px;
    padding-top: 8px;
    padding-left: 11px;
    padding-bottom: 25px;
    border-radius: 4px 0 0 0;
    z-index: 9;
    height: 36px;
    width: 125px;
    float: right;
    position: relative;
    border: 1px solid #ffffff45;
    background: rgb(255 255 255 / 40%);
    padding-right: 2%;
}

.impslinks_crd {
    border-radius: 4px;
    border: 1px solid #565f761a;
    background: whitesmoke;
    position: relative;
    padding: 23px 16px;
    padding-left: 100px;
    text-decoration: none;
    color: #000;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: 'Exo';
    margin-bottom: 15px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}

a.impslinks_crd.even {
    padding-left: 20px;
}

.impslinks_crd:hover {
    background: #dfeaff;
    transition: all 0.4s ease-in-out;
    transform: translateY(-8px);
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
}

.imps_icon {
    height: 60px;
    width: 60px;
    margin-right: 25px;
    text-align: center;
    line-height: 57px;
    background: #E9DEFF;
    border: 1px solid #decffb;
    border-radius: 50%;
    left: 20px;
    position: absolute;
}

.impslinks_crd:first-child .imps_icon img {
    filter: brightness(0) saturate(100%) invert(25%) sepia(94%) saturate(7500%) hue-rotate(261deg) brightness(100%) contrast(102%);
}

.impslinks_crd:nth-child(2) .imps_icon img {
    filter: brightness(0) saturate(100%) invert(9%) sepia(70%) saturate(7180%) hue-rotate(212deg) brightness(102%) contrast(111%);
}

.impslinks_crd:nth-child(2) .imps_icon {
    background: #cadcff;
    border-color: #b2cdff;
}

.impslinks_crd:nth-child(3) .imps_icon img {
    filter: brightness(0) saturate(100%) invert(60%) sepia(65%) saturate(4092%) hue-rotate(327deg) brightness(101%) contrast(97%);
}

.impslinks_crd:nth-child(3) .imps_icon {
    background: #f8dfde;
    border-color: #f9d3d2;
}

.impslinks_crd:nth-child(4) .imps_icon img {
    filter: brightness(0) saturate(100%) invert(46%) sepia(65%) saturate(515%) hue-rotate(112deg) brightness(95%) contrast(84%);
}

.impslinks_crd:nth-child(4) .imps_icon {
    background: #D6EBE7;
    border-color: #aeebdf;
}

.impslinks_crd:last-child .imps_icon {
    background: #f8d1ff;
    border-color: #f7c8ff;
}

    .impslinks_crd:last-child .imps_icon img {
        filter: brightness(0) saturate(100%) invert(26%) sepia(50%) saturate(5349%) hue-rotate(279deg) brightness(88%) contrast(135%);
    }

.imps_icon.even {
    margin-right: 0;
    right: 20px;
    left: auto;
    position: absolute;
}

.imps_icon img {
    width: 40px;
}

.news_top {
    background: var(--themecolor);
    padding: 5px 15px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #1f4faf;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.news_scroll a.view_all {
    width: 100%;
    bottom: 0;
    color: var(--themecolor);
    position: absolute;
    border-radius: 0 0 5px 5px;
    text-align: center;
    border: 1px solid #e2ecff;
}

.news_scroll .view_all::before {
    width: 93%;
}

.news_scroll .view_all:hover {
    color: var(--themewhite);
}

    .news_scroll .view_all:hover:before {
        width: 20px;
    }


.news_bg h5 {
    padding: 5px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Titillium';
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.ticker-box {
    position: absolute;
    right: 20px;
    top: 6px;
    z-index: 1;
}

    .ticker-box a {
        float: right;
        padding-left: 5px;
    }

.ticker_size img {
    width: 20px;
}

li.single_li {
    min-width: 1800px;
}

.btnToggle {
    background-color: #fff;
    color: var(--themecolor);
    border-radius: 50%;
    height: 24px;
    text-align: center;
    font-size: 9px;
    line-height: 25px;
    width: 24px;
    text-decoration: none;
    margin-top: 5px;
    transition: all 0.5s;
}

    .btnToggle::before {
        content: "\f04b";
        font-family: 'FontAwesome';
        text-decoration: none;
        font-size: 14px;
        margin-left: -4px;
    }

.et-run {
    background: var(--themecolor);
    color: white !important;
    border-radius: 50%;
    height: 24px;
    line-height: 25px;
    text-decoration: none;
    width: 24px;
    margin-top: 5px;
    transition: all 0.5s;
}

    .et-run::before {
        content: "\f04c";
        text-decoration: none;
        font-size: 12px;
        margin-left: -5px;
    }

a.btnUp .fa {
    font-size: 15px;
    color: #ffffff;
    padding: 5px;
    background: var(--themecolor);
    font-weight: 400;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    transition: all 0.5s;
}

a.btnUp,
a.btnDown {
    margin-top: 5px;
}

    a.btnDown .fa {
        font-size: 15px;
        color: #ffffff;
        padding: 5px;
        background: var(--themecolor);
        font-weight: 400;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        transition: all 0.5s;
    }

    a.btnUp:hover .fa,
    a.btnDown:hover .fa,
    a.btnToggle.et-run:hover {
        color: var(--themecolor) !important;
        background: #fff;
    }

.news_card {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    padding-right: 27px;
    margin-bottom: 10px !important;
}

.demof ul {
    width:100%;
    padding: 0 10px;
    margin-top: -15px;
}

.demo5.demof {
    margin-top: 10px;
    min-height: 390px;
    max-height: 390px;
}



.news_innerbox {
    background-color: #f5f8ffe3;
    border: 1px solid #e5eeff;
    transition: background-color .15s ease-out;
    position: relative;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 7px;
    padding-right: 25px;
}


.clnder_box {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 55px;
    text-align: center;
    padding: 5px 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--themecolor);
    z-index: 1;
}

    .clnder_box:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--themecolor);
        opacity: 0.25;
        transform: translate3d(5px, 5px, 0);
        transition: ease transform 300ms;
        z-index: -1;
    }

    .clnder_box p {
        display: block;
        color: #fff;
        font-size: 16px;
        font-weight: 900;
        margin-bottom: -5px;
    }

    .clnder_box span {
        display: block;
        color: #fff;
        font-family: Titillium;
        font-size: 14px;
    }

.ticker_size span {
    font-size: 11px;
    font-family: 'Exo';
    color: var(--themeblack);
}

.news_textbox {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    height: 37px;
    margin: 0 auto;
    margin-bottom: 2px;
    line-height: 18px;
    margin-top: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

    .news_textbox:hover {
        color: #404040;
    }

.news_all {
    clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 100%, 50% 162%, 0% 0%, 0% 0%);
    background: var(--themecolor);
    padding: 5px 15px;
    padding-left: 35px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    right: -1px;
    margin-top: 0px;
    z-index: 9;
    transition: 0.5s ease-in-out;
}

    .news_all:hover {
        background-color: var(--themecolor2);
        transition: 0.5s ease-in-out;
    }


.news_card:hover .news_innerbox {
    transition: 0.5s ease-in-out;
    border-color: #efefef;
}

.news_card:hover .clnder_box:before {
    transition: 0.5s ease-in-out;
    transform: translate3d(0px, 0px, 0);
}

.about_us {
    margin-top: -6px;
    background-image: url(../../MediaGallery/UI_Image/1about_bg.html);
    background-repeat: no-repeat;
    padding: 15px 40px;
    background-position: right;
    position: relative;
}


    .about_us::before {
        position: absolute;
        content: '';
        left: 0;
        top: -3px;
        right: 0;
        background-repeat: no-repeat;
        background-image: url(../../MediaGallery/UI_Image/about_bg.png);
        width: auto;
        height: 102%;
        z-index: -1;
    }

.key_box {
    padding: 30px;
}

.key_card {
    width: 235px;
    position: relative;
    border: 1px solid #e9e9e9;
    padding: 15px 10px 0;
    z-index: 0;
    border-radius: 7px;
    height: 100%;
}
    .key_card:before {
        position: absolute;
        left: 0;
        bottom: 0;
        top: 120px;
        width: 100%;
        background-color: #f4f5f8;
        background-image: linear-gradient(180deg, #ffffff 0%, #f4f5f8 70%);
        /* border: 1px solid #f1f1f1; */
        border-bottom-color: #ebebeb;
        content: "";
        z-index: -1;
        border-radius: 0 0 5px 5px;
    }

    .key_card:after {
        position: absolute;
        left: 0;
        bottom: 0;
        top: 120px;
        width: 100%;
        background-color: var(--themecolor);
        background-image: linear-gradient(180deg, #bbccff 0%, var(--themecolor) 70%);
        /* background-image: linear-gradient(180deg, #ffffff 0%, #7a93ff 74%); */
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        transform-origin: top;
        content: "";
        opacity: .7;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
        border-radius: 0 0 5px 5px;
        z-index: -1;
    }

    .key_card:hover::after {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        transition: all 400ms ease;
    }

    .key_card:hover .key_cntnt {
        transition: all 400ms ease;
        color: #fff;
    }

h4.Key_name {
    font-size: 16px;
    font-family: 'Exo';
    font-weight: 600;
    margin-bottom: 0;
}

.key_cntnt {
    text-align: center;
}

p.key_deggi {
    font-size: 14px;
    font-family: 'Titillium';
    padding-bottom: 20px;
}

.key_img_box {
    background-image: linear-gradient(136deg, #1b1b4e 0%, #244176 74%);
    background-image: linear-gradient(33deg, #c3c3c3 0%, #f5f5f5 74%);
    border: 1px solid #ededed;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    background-size: cover;
    z-index: 1;
    margin: 0px 15px;
    margin-bottom: 20px;
    background-position: revert-layer;
    border-radius: 10px;
}


    .key_img_box img {
        width: 100%;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
    }

.key_card:hover .key_img_box img {
    transition: all 400ms ease;
    transform: scale(1.1);
}

.home_heading {
    font-family: 'laila';
    color: var(--themecolor);
    font-size: 24px;
    text-align: center;
}

    .home_heading span {
        color: var(--themecolor2);
    }

.about_sec {
    margin-top: 45px;
    margin-bottom: 45px;
}

    .about_sec p {
        text-align: justify;
        margin-bottom: 10px;
    }

.division_sec {
    position: relative;
    padding: 45px 0;
    background-image: url(../../MediaGallery/UI_Image/division_bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.footer_main {
    padding-top: 60px;
}

.division_sec .col-md-3.col-xs-6.col-12 {
    display: flex;
    justify-content: center;
}

.divisn_card {
    margin-top: 30px;
    position: relative;
    text-align: center;
    z-index: 2;
    display: block;
    text-decoration: none;
}

.divisn_curv {
    position: relative;
    display: inline-block;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 244 224" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M121.673 6.38799e-05C172.695 0.0462866 222.518 25.7326 238.59 74.1667C254.943 123.448 232.858 176.909 190.192 206.49C150.286 234.158 98.206 227.09 58.6536 198.92C17.7282 169.772 -11.0734 121.858 4.10287 73.9543C19.5639 25.1519 70.4897 -0.0463055 121.673 6.38799e-05Z"/></svg>');
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 244 224" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M121.673 6.38799e-05C172.695 0.0462866 222.518 25.7326 238.59 74.1667C254.943 123.448 232.858 176.909 190.192 206.49C150.286 234.158 98.206 227.09 58.6536 198.92C17.7282 169.772 -11.0734 121.858 4.10287 73.9543C19.5639 25.1519 70.4897 -0.0463055 121.673 6.38799e-05Z"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    margin-bottom: 48px;
    transition: all 800ms ease;
}

.divisn_circle {
    position: absolute;
    left: -10px;
    top: -10px;
    right: 0;
    margin: 0 auto;
}

    .divisn_circle img {
        animation: round 4s linear 0s infinite;
        filter: brightness(0) saturate(100%) invert(33%) sepia(84%) saturate(633%) hue-rotate(186deg) brightness(113%) contrast(86%);
    }

.divisn_card:hover .divisn_circle img {
    filter: brightness(0) saturate(100%) invert(72%) sepia(46%) saturate(7%) hue-rotate(42deg) brightness(104%) contrast(98%);
}

.divisn_name {
    font-size: 18px;
    font-family: 'Exo';
    font-weight: 600;
    transition: all 800ms ease;
    text-align: center;
    color: var(--themecolor2);
}

.divisn_curv img {
    transition: all 800ms ease;
}

.divisn_card:hover .divisn_curv img {
    transition: all 800ms ease;
    transform: scale(1.1);
}

.divisn_card:hover .divisn_name {
    transition: all 800ms ease;
    color: var(--themecolor);
}

.major_project_sec {
    position: relative;
    padding: 45px 0;
    background-image: url(../../MediaGallery/UI_Image/mp_bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position:100% 100%;
    z-index: 2;
}

.mp_head {
    padding-top: 55px;
    padding-left: 80px;
    text-align: center;
}

.major_box {
    position: relative;
    border: 1px solid #16243e;
    background-color: var(--themewhite);
    padding: 2px;
    display: block;
    text-decoration: none;
    overflow: hidden;
    border-radius: 5px;
}

#majorproject .items {
    margin: 20px;
}

.mp_img_box {
    position: relative;
    overflow: hidden;
    z-index: 0;
    border-radius: 5px;
}

    .mp_img_box img {
        transition: 0.5s;
        background-size: cover;
        width: 100%;
    }

        .mp_img_box img:nth-child(1) {
            perspective: 300px;
            transition: transform 500ms ease;
            transform-origin: top center;
            transform: translateX(0%) translateX(0px) scaleX(1) rotateY(0deg);
        }

.major_box:hover .mp_img_box img:nth-child(1) {
    transform-origin: bottom center;
    transform: translateX(-100%) translateX(150px) scaleX(0) rotateY(90deg);
}

.mp_img_box img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    transition: transform 700ms ease, top 700ms ease;
    transform: translateX(0%) translateX(150px) scaleX(0) rotateY(90deg);
    transform-origin: bottom center;
    width: 100%;
    background: var(--themecolor);
}

.major_box:hover .mp_img_box img:nth-child(2) {
    transition: transform 500ms ease, top 500ms ease;
    transform: translateX(0%) translateX(0px) scaleX(1) rotateY(0deg);
}

.major_box h6 {
    font-size: 17px;
    font-family: 'Exo';
    transition: transform 500ms ease;
    color: var(--themecolor2);
    font-weight: 600;
    margin-top: 15px;
    text-align: center;
    margin-bottom: -10px;
    height: 45px;
}

.major_box:hover h6 {
    color: var(--themecolor);
    transition: transform 700ms ease;
}

.overlayer {
    display: block;
    width: 100%;
    z-index: 0;
    height: 100%;
    background-color: var(--themecolor);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-20%);
    transition: opacity 500ms ease, transform 500ms ease;
}

.major_box:hover .overlayer {
    opacity: 0.4;
    transform: translateY(0);
}

.mp_head h4.home_heading span {
    color: #fff;
}

.red_mr {
    left: 0;
    position: absolute;
    padding: 3px;
    width: 100%;
    color: #808287;
    background: #233440;
    font-family: 'Exo';
    font-size: 12px;
    font-weight: 600;
    bottom: 0;
    z-index: 0;
    transition: all 300ms ease;
    text-align: right;
}

.major_box:hover .red_mr {
    color: var(--themewhite);
    transition: all 300ms ease;
}

.major_project_sec p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-bottom: 69px;
    margin-top: 25px;
}

.mp_head .view_all {
    border: 1px solid #324f66;
}

.red_mr:before {
    background-color: var(--themecolor);
    content: "";
    position: absolute;
    bottom: 0;
    left: -1px;
    height: 0;
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1;
}

.major_box:hover .red_mr:before {
    height: 100%;
    transition: all 300ms ease;
}

#majorproject .owl-nav {
    margin-top: 0px;
    position: absolute;
    left: -17%;
    top: 65%;
}

#majorproject button.owl-prev, #majorproject button.owl-next {
    left: 0;
    position: absolute;
    border: 1px solid #cdcdff;
    color: var(--themecolor);
    font-size: 40px;
    line-height: 8px;
    text-align: center;
    padding: 0px 0px !important;
    background: #d4d4f7;
    height: 30px;
    width: 30px;
    border-radius: 50px;
}
    #majorproject button.owl-prev:hover, #majorproject button.owl-next:hover {
        background-color: var(--themecolor);
        border: 1px solid var(--themecolor);
        color: var(--themewhite);
    }

#majorproject button.owl-next {
    left: 20px;
}

#majorproject button.owl-prev {
    left: -20px;
}


#majorproject .owl-dots {
    display: none;
}

.view_all {
    display: inline-block;
    background: var(--themecolor);
    font-size: 15px;
    border: 1px solid var(--themecolor);
    color: var(--themewhite);
    padding: 8px 30px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    font-family: 'Exo';
    font-weight: 600;
    transition: .5s;
    border-radius: 5px;
    z-index: 1;
}

    .view_all:hover {
        color: var(--themecolor);
        transition: .5s;
    }

    .view_all::before {
        position: absolute;
        content: "";
        top: 0;
        left: -12px;
        width: 20px;
        height: 102%;
        background: var(--themewhite);
        transform: skew(22deg);
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        z-index: -1;
    }

    .view_all:hover::before {
        width: 95%;
    }

.news_section {
    background-image: url(../../MediaGallery/UI_Image/news_bg.jpg);
    padding: 50px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.Services_sec {
    background-image: url(../../MediaGallery/UI_Image/service_bg.png);
    padding: 50px 0;
    position: relative;
    background-color: var(--themecolor2);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.service_box {
    border-bottom: 5px solid var(--themecolor);
    position: relative;
    text-decoration: none;
    overflow: hidden;
    display: block;
    margin-top: 40px;
    height: 100%;
    padding: 25px 20px 15px;
    background-color: #fff;
    text-align: center;
    min-height: 155px;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
    -webkit-transition: all 300ms linear;
    transition: all 500ms linear;
    z-index: 0;
    border-radius: 10px;
}

    .service_box:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 0;
        width: 100%;
        background-color: var(--themecolor);
        z-index: -1;
        content: "";
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .service_box:hover {
        transform: scale(1.04);
        transition: all 500ms linear;
    }

    .service_box::after {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        z-index: -1;
        width: 100%;
        background-image: url(../../MediaGallery/UI_Image/shape_ser.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        content: "";
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .service_box:hover:before {
        height: 100%;
        transition: all 300ms linear;
    }

    .service_box img {
        width: 60px;
        filter: brightness(0) saturate(100%) invert(33%) sepia(84%) saturate(633%) hue-rotate(186deg) brightness(113%) contrast(86%);
        transition: all 300ms linear;
    }

    .service_box:hover img {
        transition: all 600ms linear;
        filter: brightness(0) saturate(100%) invert(94%) sepia(6%) saturate(23%) hue-rotate(170deg) brightness(105%) contrast(105%);
        transition: all 300ms linear;
    }

    .service_box:hover:after {
        background-image: url(../../MediaGallery/UI_Image/shape_w.png);
    }

    .service_box h6 {
        color: var(--themecolor);
        font-family: 'Exo';
        font-size: 20px;
        margin-top: 40px;
        transition: all 300ms linear;
        font-weight: 600;
    }

    .service_box:hover h6 {
        color: var(--themewhite);
        transition: all 300ms linear;
    }

.Importantlinks {
    position: relative;
    padding-top: 40px;
    padding-left: 60px;
}

.slideritem {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    margin: 0 25px;
}

img.height_65 {
    height: 65px;
}

.height_60 {
    height: 60px;
}

#Importantlinks {
    position: relative;
}

    #Importantlinks .owl-nav button.owl-prev {
        position: absolute;
        top: 30%;
        left: 0;
    }

    #Importantlinks .owl-nav button.owl-next {
        position: absolute;
        top: 30%;
        right: 0;
        z-index: 9;
    }

        #Importantlinks .owl-nav button.owl-prev span,
        #Importantlinks .owl-nav button.owl-next span {
            color: var(--themecolor);
            font-size: 60px;
            line-height: 22px;
            transition: 0.5s;
            background-color: var(--themegray);
            padding: 5px;
            height: 40px;
            width: 40px;
            display: block;
            border-radius: 20px;
        }

        #Importantlinks .owl-nav button.owl-prev:hover span,
        #Importantlinks .owl-nav button.owl-next:hover span {
            color: var(--themewhite);
        }

        #Importantlinks .owl-nav button.owl-prev:hover,
        #Importantlinks .owl-nav button.owl-next:hover {
            background-color: transparent;
        }

            #Importantlinks .owl-nav button.owl-prev:hover span,
            #Importantlinks .owl-nav button.owl-next:hover span {
                background-color: var(--themecolor);
            }


.Importantlinks .owl-nav button.owl-next span {
    margin-right: -20px;
}

.Importantlinks .owl-nav button.owl-prev span {
    margin-left: -25px;
}



.Importantlinks .owl-nav button.owl-next {
    transform: translateY(-50%) translateX(-30px);
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s;
    visibility: hidden;
}

.Importantlinks:hover .owl-nav button.owl-next {
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
    opacity: 1;
    transition: all 0.5s;
    visibility: visible;
}

.Importantlinks .owl-nav button.owl-prev {
    transform: translateY(-50%) translateX(30px);
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s;
    visibility: hidden;
}

.Importantlinks:hover .owl-nav button.owl-prev {
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
    opacity: 1;
    transition: all 0.5s;
    visibility: visible;
}

#Importantlinks .owl-dots {
    margin-top: 14px;
}

.owl-2_sliderbutton {
    position: absolute;
    bottom: 5px;
    left: 55%;
    margin-left: -3px;
    color: var(--themecolor);
    z-index: 99;
}

    .owl-2_sliderbutton a {
        color: var(--themecolor);
        cursor: pointer;
    }

.col-sm-3.home_social {
    background: var(--themecolor);
    padding-left: 100px;
    padding-top: 45px;
    border-radius: 200px 0 0 0;
}

.footer_sec {
    background-color: var(--themecolor2);
    position: relative;
    z-index: 0;
    padding-bottom: 10px;
}

    .footer_sec::before {
        content: '';
        background-image: url(../../MediaGallery/UI_Image/footer_bg.png);
        width: 100%;
        height: 100%;
        display: block;
        opacity: .5;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }


.footer_top {
    z-index: 1;
    position: relative;
    background: #fff;
    background: #fff;
    box-shadow: -20px 9px 20px 7px #97979726;
}



img.footer_lft_img {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .5;
    width: 40%;
    z-index: -1;
}

img.footer_rght_img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    opacity: .5;
    z-index: -1;
}

a.ftr_home img {
    width: 250px;
    margin-top: -40px;
}

span.lst_updat {
    color: #fff;
    font-size: 15px;
}

span.visitor_no {
    color: #fff;
    float: right;
}

.footer_bottom {
    border-top: 2px dashed #46566a;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-top: 8px;
}

.copyright {
    color: #fff;
    font-size: 13px;
}

.powerd_by {
    color: #fff;
    font-size: 13px;
    float: right;
}

    .powerd_by a {
        text-decoration: none;
        color: #fff;
    }

        .powerd_by a:hover {
            color: #d9d9d9;
        }

p.footer_text {
    color: var(--themewhite);
    margin-top: 0px;
    text-align: justify;
    margin-bottom: 40px;
}

a.web_mannger {
    color: #dbdbdb;
    text-decoration: none;
}

    a.web_mannger:hover {
        color: var(--themewhite);
    }

ul.footer_nav {
    padding-left: 90px;
  
}

.footer_nav > li {
    margin-bottom: 5px;
    list-style: none
}

    .footer_nav > li > a {
        color: #ffffff;
        font-weight: 600;
        position: relative;
        font-family: 'Exo';
        text-decoration: none;
        transition: .3s cubic-bezier(.24, .74, .58, 1);
    }

ul.footer_nav.one {
    padding-left: 120px;
}

.footer_nav > li > a:hover {
    color: var(--themewhite);
    padding-left: 18px;
}


.footer_nav > li > a:before {
    content: url(../../MediaGallery/Icons/ftr_icon.png);
    font-size: 15px;
    width: 18px;
    position: absolute;
    top: 00%;
    left: -30px;
    transform: translate(0, -50%);
    transition: .4s;
    opacity: 0;
}

.footer_nav > li > a:hover:before {
    opacity: 1;
    top: 28%;
    transition: .4s;
    left: -12px;
    margin-top: 5px;
}

.social-menu {
    margin-top: 15px;
    margin-bottom: 20px;
}

    .social-menu ul {
        padding: 0;
        margin: 0;
        display: flex;
    }

        .social-menu ul li {
            list-style: none;
            margin: 0px 5px;
        }

            .social-menu ul li:nth-child(3) a:hover .fa {
                line-height: 33px;
            }

            .social-menu ul li .fa {
                font-size: 25px;
                line-height: 35px;
                transition: .2s;
            }

            .social-menu ul li:nth-child(1) a i {
                font-weight: 500;
                font-size: 25px;
                color: transparent;
                background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
                background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
                background-clip: text;
                -webkit-background-clip: text;
            }

            .social-menu ul li a {
                position: relative;
                display: block;
                width: 35px;
                height: 35px;
                border-radius: 5px;
                background-color: #fff;
                text-align: center;
                transition: .4s;
                box-shadow: 0 5px 4px rgba(0, 0, 0, .5);
                box-shadow: 0 5px 4px rgb(0 0 0 / 15%)
            }

                .social-menu ul li a:hover {
                    transform: translate(0, -10%);
                }

            .social-menu ul li:nth-child(1) {
                color: #f09433 !important;
            }

                .social-menu ul li:nth-child(1) a:hover {
                    color: #fff !important;
                    background: #f09433;
                    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
                    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
                    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
                }

            .social-menu ul li:nth-child(2) a {
                color: #4868a8;
            }

                .social-menu ul li:nth-child(2) a:hover {
                    background-color: #4868a8;
                    color: #fff;
                }

            .social-menu ul li:nth-child(3) a {
                color: #fc0000;
            }

                .social-menu ul li:nth-child(3) a:hover {
                    background-color: #fc0000;
                    color: #fff;
                }

            .social-menu ul li:nth-child(5) a {
                color: #0a66c2;
            }

                .social-menu ul li:nth-child(5) a:hover {
                    background-color: #0a66c2;
                    color: #fff;
                }

            .social-menu ul li:nth-child(4) a {
                color: #2fa6d8;
            }

                .social-menu ul li:nth-child(4) a:hover {
                    background-color: #000;
                    fill: #fff !important;
                }

                    .social-menu ul li:nth-child(4) a:hover > .twitter_img {
                        max-width: 17px;
                        content: url('../../MediaGallery/Icons/X_twitter_white.svg');
                    }

            .social-menu ul li:nth-child(1) a:hover > .fa-instagram {
                color: #fff !important;
            }

            .social-menu ul li a img {
                margin-top: 9px;
                margin-left: 0px;
            }

.twitter_img {
    max-width: 17px;
    content: url('../../MediaGallery/Icons/X_twitter.svg');
}

.progress-wrap {
    position: fixed;
    right: 10px;
    bottom: 70px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    cursor: pointer;
    display: block;
    background-image: linear-gradient(to left, var(--themecolor), var(--themecolor));
    background-color: var(--themecolor);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

    .progress-wrap.active-progress {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .progress-wrap::after {
        position: absolute;
        font-family: 'FontAwesome';
        content: "\f062";
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        color: #fff;
        /* --- Pijl kleur --- */
        left: 0;
        top: 0;
        height: 40px;
        width: 40px;
        cursor: pointer;
        display: block;
        z-index: 1;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .progress-wrap:hover::after {
        opacity: 0;
    }

.progress-circle > path {
    fill: transparent !important;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f062";
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    opacity: 0;
    background-color: #fff;
    background: rgb(255, 255, 255);
    /* --- Pijl hover kleur --- */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

    .progress-wrap svg path {
        fill: #ffffff;
    }


    .progress-wrap svg.progress-circle path {
        stroke: #fff;
        /* --- Lijn progres kleur --- */
        stroke-width: 5;
        box-sizing: border-box;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--themecolor) #ffffff;
}

    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 10px;
    }

    *::-webkit-scrollbar-track {
        background: #f3f7fd;
    }

    *::-webkit-scrollbar-thumb {
        background-color: var(--themecolor);
        border-radius: 5px;
        border: 2px solid #ffffff;
    }

.styleswitcher {
    left: -290px;
    padding: 15px;
    position: fixed;
    top: 50px;
    width: 290px;
    transition: .4s;
    z-index: 999;
    height: calc(100% - 100px);
}

    .styleswitcher.open {
        left: 20px;
    }

    .styleswitcher .overlay-switch {
        border-radius: 10px;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
        left: 0;
        top: 0;
        opacity: 0.04;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .styleswitcher.open .overlay-switch {
        position: fixed;
    }

    .styleswitcher .styleswitcher-inner {
        background-color: #ffffff;
        height: 240px;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 155px;
        width: 100%;
        padding: 3px;
        border-radius: 10px;
        border-bottom: 5px solid var(--themecolor);
    }

        .styleswitcher .styleswitcher-inner::-webkit-scrollbar {
            width: 5px;
        }

        .styleswitcher .styleswitcher-inner::-webkit-scrollbar-thumb {
            background: #a0a0a0;
        }

    .styleswitcher.open .styleswitcher-inner {
        box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.20);
    }


    .styleswitcher .switcher-btn-bx {
        position: absolute;
        right: -55px;
        background: var(--themecolor);
        width: 56px;
        top: 37%;
        z-index: 0;
        color: #ffffff;
        height: 55px;
        box-shadow: 2px 1px 60px rgba(0, 0, 0, 0.10);
        cursor: pointer;
        display: block;
        line-height: 55px;
        text-align: center;
        border-radius: 0 50px 50px 0;
    }

        .styleswitcher .switcher-btn-bx img {
            animation: beat .75s infinite alternate;
            width: 37px;
        }

    .styleswitcher .sw-main-title {
        font-size: 20px;
        font-weight: 500;
        padding: 20px 20px;
        color: #000;
        display: flex;
        border-bottom: 1px solid #eee;
        margin-left: -30px;
        margin-right: -30px;
        margin-top: -30px;
        margin-bottom: 30px;
        background: #f9f9fd;
        align-items: center;
        justify-content: space-between;
    }

    .styleswitcher .switcher-title {
        font-weight: 600;
        margin: 0 0 10px 0;
        font-size: 12px;
        text-transform: uppercase;
        color: #000;
        letter-spacing: 1px;
    }

    .styleswitcher .site-button {
        margin-top: 20px;
        margin-right: 20px;
        margin-left: 20px;
    }

    .styleswitcher h6.switcher-title {
        color: #717171;
    }

    .styleswitcher .btn.btn-sm {
        font-size: 12px;
        padding: 8px 15px;
    }

.theme-box {
    margin-bottom: 30px;
}

.theme-design {
    display: flex;
    margin-left: -7px;
    margin-right: -7px;
    padding: 12px 10px;
    border: 1px solid #eee;
    border-radius: 6px;
    margin-bottom: 20px;
    background: #f9f9fd;
}

    .theme-design .theme-box {
        padding-left: 7px;
        padding-right: 7px;
        margin-bottom: 0;
    }

.color-skins li a:before,
.bg-color-switcher li a:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 1.5px solid #000;
    border-color: #000;
    border-radius: 6px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.color-skins li.active a:before,
.bg-color-switcher li.active a:before {
    transform: scale(1.2);
    opacity: 1;
}

.styleswitcher-inner h4 {
    color: var(--themecolor2);
    font-size: 22px;
    text-align: center;
    font-family: 'Titillium';
    font-weight: 600;
    display: none;
}

.Accessibility_nav {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .Accessibility_nav a {
        background: #f2f2f2;
        padding: 15px 1px;
        color: #000;
        border: 1px dashed #dedede;
        display: block;
        border-radius: 5px;
        margin: 3px;
        transition: all 0.5s;
        font-size: 11px;
        font-weight: 600;
        font-family: 'Exo';
        text-decoration: none;
        text-align: center;
    }


    .Accessibility_nav span {
        display: block;
    }

        .Accessibility_nav span img {
            width: 20px;
            transition: all 0.5s;
        }

    .Accessibility_nav .lrg img {
        width: 20px;
        margin-top: -4px;
        margin-bottom: 4px;
    }

    .Accessibility_nav .lrgsm img {
        width: 25px;
        margin-top: -4px;
        margin-bottom: 4px;
    }

.row.Accessibility_nav .col-4 {
    padding: 0;
}



.Accessibility_nav a:hover {
    background: var(--themecolor);
    border-color: var(--themecolor);
    color: #fff;
    transition: all 0.5s;
}

    .Accessibility_nav a:hover img {
        filter: invert();
        transition: all 0.5s;
    }

.Accessibility_nav .f_none:hover img {
    filter: none;
    transition: all 0.5s;
}









@keyframes round {
    0%, 100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }

    25%, 75% {
        -webkit-transform: rotate(-10deg) translateX(0);
        transform: rotate(-10deg) translateX(0);
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(0);
        transform: rotate(10deg) translateX(0);
    }
}

.service_slider {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    display: flex;
    position: relative;
    justify-content: center;
}

    .service_slider div {
        float: left;
        overflow: hidden;
        color: #444;
        /*cursor: pointer;*/
        background: #fff;
        margin: 25px 5px 25px 5px;
        box-shadow: 0px 0px 80px 5px rgba(20, 31, 57, 0.05);
        border-radius: 10px;
        transition: all ease 0.4s;
    }

        .service_slider div p {
            display: none;
            margin-bottom: 10px;
            text-align: justify;
            font-size: 13px;
            line-height: 18px;
            transition: all ease 0.4s;
        }

        .service_slider div .default-btn {
            display: none;
            transition: all ease 0.4s;
        }

        .service_slider div h2 {
            height: 0;
        }

        .service_slider div:hover {
            background: #FFF;
            padding: 20px;
            text-align: left;
        }

            .service_slider div:hover h2 {
                height: 100px;
                line-height: 1;
                margin-bottom: 20px;
                display: flex;
                align-items: center;
            }

                .service_slider div:hover h2 span {
                    position: relative;
                    font-weight: 700;
                    font-size: 36px;
                    color: #141F39;
                    width: 60px;
                    height: 60px;
                    border-radius: 50%;
                    text-align: center;
                    display: inline-block;
                    line-height: 60px;
                    transform: unset;
                }

                    .service_slider div:hover h2 span.style1 {
                        background: #ffe4dc;
                        border: 1px solid #f9d6cc;
                    }

                    .service_slider div:hover h2 span.style2 {
                        background: #fadcff;
                        border: 1px solid #f2d1f7;
                    }

                    .service_slider div:hover h2 span.style4 {
                        background: #c2eaff;
                        border: 1px solid #c7e4f3;
                    }

                    .service_slider div:hover h2 span.style3 {
                        background: #e4fbd1;
                        border: 1px solid #d2f5b6;
                    }

                    .service_slider div:hover h2 span.style5 {
                        background: #fbefdd;
                        border: 1px solid #f5e5cf;
                    }

                    .service_slider div:hover h2 span.style6 {
                        background: #cef9ff;
                        border: 1px solid #bff2f9;
                    }

            .service_slider div:hover p {
                display: block;
            }

            .service_slider div:hover .default-btn {
                padding: 0;
                text-decoration: none;
                border: none;
                display: inline-block;
                position: relative;
                transition: all ease 0.2s;
                color: var(--themecolor);
                margin-top: 10px;
                font-family: 'Exo';
                font-weight: 600;
            }

                .service_slider div:hover .default-btn::before {
                    content: "";
                    position: absolute;
                    top: 1px;
                    left: 1px;
                    right: 1px;
                    z-index: -1;
                    bottom: 1px;
                    width: 98.5%;
                    transition: all ease 0.9s;
                    border-radius: 50px;
                    background: #ffffff;
                }

                .service_slider div:hover .default-btn:hover {
                    color: #ffffff;
                }

                    .service_slider div:hover .default-btn:hover::before {
                        width: 0;
                        opacity: 0;
                    }

        .service_slider div.active {
            background: #FFF;
            padding: 15px;
            transition: all ease 0.9s;
            text-align: left;
        }

            .service_slider div.active h2 {
                height: 80px;
                line-height: 1;
                margin-bottom: 20px;
                display: flex;
                transition: all ease 0.9s;
                align-items: center;
            }

                .service_slider div.active h2 span {
                    position: relative;
                    font-weight: 700;
                    font-size: 36px;
                    color: #141F39;
                    width: 70px;
                    height: 70px;
                    border-radius: 50%;
                    text-align: center;
                    display: inline-block;
                    line-height: 70px;
                    transform: unset;
                }

                    .service_slider div.active h2 span.style1 {
                        background: #ffe4dc;
                        border: 1px solid #f9d6cc;
                    }

                    .service_slider div.active h2 span.style2 {
                        background: #fadcff;
                        border: 1px solid #f2d1f7;
                    }

                    .service_slider div.active h2 span.style4 {
                        background: #c2eaff;
                        border: 1px solid #c7e4f3;
                    }

                    .service_slider div.active h2 span.style3 {
                        background: #e4fbd1;
                        border: 1px solid #d2f5b6;
                    }

                    .service_slider div.active h2 span.style5 {
                        background: #fbefdd;
                        border: 1px solid #f5e5cf;
                    }

                    .service_slider div.active h2 span.style6 {
                        background: #cef9ff;
                        border: 1px solid #bff2f9;
                    }

            .service_slider div.active p {
                display: block;
            }

            .service_slider div.active .default-btn {
                padding: 0;
                text-decoration: none;
                border: none;
                display: inline-block;
                position: relative;
                transition: all ease 0.2s;
                color: var(--themecolor);
                margin-top: 10px;
                font-family: 'Exo';
                font-weight: 600;
            }

                .service_slider div.active .default-btn::before {
                    content: "";
                    position: absolute;
                    top: 1px;
                    left: 1px;
                    right: 1px;
                    z-index: -1;
                    bottom: 1px;
                    width: 98.5%;
                    transition: all ease 0.2s;
                    border-radius: 50px;
                    background: #ffffff;
                }

                .service_slider div.active .default-btn:hover {
                    color: var(--themecolor2);
                }

                    .service_slider div.active .default-btn:hover::before {
                        width: 0;
                        opacity: 0;
                    }

.horizontal div {
    width: 150px;
    height: 360px;
    transition: width 0.4s ease-out;
}

    .horizontal div h2 {
        transform: rotate(90deg);
        width: 350px;
        position: relative;
        left: -99px;
        top: 200px;
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

        .horizontal div h2 span {
            position: relative;
            font-weight: 700;
            font-size: 36px;
            color: #141F39;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            text-align: center;
            display: inline-block;
            line-height: 70px;
            transform: rotate(-90deg);
        }

            .horizontal div h2 span.style1 {
                background: #ffe4dc;
                border: 1px solid #f9d6cc;
            }

            .horizontal div h2 span.style2 {
                background: #fadcff;
                border: 1px solid #f2d1f7;
            }

            .horizontal div h2 span.style4 {
                background: #c2eaff;
                border: 1px solid #c7e4f3;
            }

            .horizontal div h2 span.style3 {
                background: #e4fbd1;
                border: 1px solid #d2f5b6;
            }

            .horizontal div h2 span.style5 {
                background: #fbefdd;
                border: 1px solid #f5e5cf;
            }

            .horizontal div h2 span.style6 {
                background: #cef9ff;
                border: 1px solid #bff2f9;
            }

    .horizontal div:hover {
        width: 330px;
        height: 360px;
        box-shadow: 0px 0px 80px 5px rgba(20, 31, 57, 0.05);
        border-radius: 10px;
    }

        .horizontal div:hover h2 {
            top: 0px;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

    .horizontal div.active {
        width: 330px;
        height: 360px;
        box-shadow: 0px 0px 80px 5px rgba(20, 31, 57, 0.05);
        border-radius: 10px;
    }

        .horizontal div.active h2 {
            top: 0px;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

.management-warp {
    padding-bottom: 25px;
}

    .management-warp .div-warp {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }

.service_slider.horizontal img {
    width: 40px;
}

.horizontal div h2 label {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Exo';
    margin-left: 15px;
    color: #141F39;
}

span.style1 img {
    filter: brightness(0) saturate(100%) invert(47%) sepia(69%) saturate(5017%) hue-rotate(349deg) brightness(100%) contrast(99%);
}

span.style5 img {
    filter: brightness(0) saturate(100%) invert(60%) sepia(66%) saturate(1114%) hue-rotate(353deg) brightness(100%) contrast(98%);
}

span.style3 img {
    filter: brightness(0) saturate(100%) invert(39%) sepia(94%) saturate(904%) hue-rotate(60deg) brightness(94%) contrast(96%);
}

span.style4 img {
    filter: brightness(0) saturate(100%) invert(38%) sepia(21%) saturate(7496%) hue-rotate(178deg) brightness(96%) contrast(104%);
}

span.style2 img {
    filter: brightness(0) saturate(100%) invert(26%) sepia(84%) saturate(4903%) hue-rotate(280deg) brightness(102%) contrast(118%);
}

span.style6 img {
    filter: brightness(0) saturate(100%) invert(38%) sepia(99%) saturate(450%) hue-rotate(139deg) brightness(95%) contrast(101%);
}

div#service_box-1 {
    background: #ffefea;
}

div#service_box-5 {
    background: #fffaf2;
}

div#service_box-3 {
    background: #f0f9e8;
}

div#service_box-4 {
    background: #e3f5ff;
}

div#service_box-2 {
    background: #fdf0ff;
}

div#service_box-6 {
    background: #e0fbff;
}

.service_slider div.active h2 {
    width: 100%;
    height: 100px;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    transition: all ease 0.9s;
    align-items: center;
}

    .service_slider div.active h2 label {
        font-size: 20px;
        font-weight: 600;
        display: block;
        font-family: 'Exo';
        margin-left: 0;
        color: #141F39;
    }

    .service_slider div.active h2 span {
        margin-bottom: 10px;
    }

.breadcrumb_bg {
    position: relative;
    background-color: #272142;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
}

    .breadcrumb_bg::after {
        background: #000;
        opacity: .5;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .breadcrumb_bg img {
        width: 100%;
        height: 100%;
    }

.breadcrumb_cont {
    z-index: 9;
    position: relative;
    color: #fff;
    padding: 95px;
    padding-left: 12%;
}

ul.breadcrumb_nav {
    display: flex;
    font-size: 17px;
    align-items: center;
    font-weight: 300;
    list-style: none;
    justify-content: left;
    padding-left: 0;
}

.breadcrumb_title {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Exo';
    text-transform:capitalize;
}

li.breadcrumb_items a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb_cont h4 {
    font-size: 28px;
    font-weight: 600;
    display: flex;
    justify-content: center;
}

img.inner_bner {
    object-fit: cover;
    width: 100%;
    animation: zoom-in-zoom-out 30s ease infinite;
}

li.breadcrumb_items {
    font-weight: 600;
    font-family: 'Exo';
    font-size: 15px;
}

.breadcrumb_items + .breadcrumb_items::before {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 20px;
    color: var(--lightgray);
    padding: 0 10px;
    line-height: 55px;
}

section.breadcrumb {
    overflow: hidden;
}

.main_content {
    min-height: 450px;
    padding: 40px 0;
    position: relative;
}

section.main_content p {
    text-align: justify;
}

.photo_cat {
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    display: block;
    background-color: #f0f8ff;
    box-shadow: 0px 4px 15px rgba(8, 14, 28, 0.1);
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    overflow: hidden;
    text-decoration: none;
    transition: 0.4s ease-in-out;
}

.categ_img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25);
}



    .categ_img img {
        transition: all 1s ease;
        background-size: cover;
        width: 100%;
    }

        .categ_img img:nth-child(1) {
            transform: translatex(50%) scalex(2);
            opacity: 0;
            filter: blur(10px);
        }

        .categ_img img:nth-child(2) {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            object-fit: cover;
        }

.photo_cat:hover .categ_img img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}

.photo_cat:hover .categ_img img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.photo_cat h5 {
    margin-top: 15px;
    font-size: 16px;
    font-family: 'Exo';
    font-weight: 600;
    color: var(--themecolor);
}

.photo_cat:hover h5 {
    color: var(--themecolor2);
}

.photo_cat:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    transition: 0.8s ease-in-out;
}

.photo_cat:after {
    position: absolute;
    content: "";
    background: #c0e2ff;
    height: 100%;
    width: 0;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all .8s ease-in-out;
}

span.total_img {
    position: absolute;
    color: var(--themecolor2);
    font-size: 12px;
    bottom: 5px;
    transition: 0.8s ease-in-out;
    right: -100px;
}

.photo_cat:hover span.total_img {
    right: 10px;
    transition: 0.8s ease-in-out;
}

a.cate_back {
    float: right;
    font-size: 17px;
    font-weight: 700;
    color: #f10200;
    text-decoration: none;
}

.page_image {
    margin: 0 0 10px 35px;
    border-radius: 10px !important;
    box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.43);
    box-shadow: 0 14px 20px rgba(8, 8, 41, .08);
    transition: .5s;
    border: 2px solid #ededed;
    float: right;
    width: auto;
    position: relative;
    z-index: 9;
}

    .page_image:hover {
        transform: perspective(300px) rotateX(2deg) rotateY(2deg);
    }

.page_image_lft {
    margin: 10px 35px 20px 0;
    border-radius: 10px !important;
    box-shadow: 0px 0px 7px -5px rgba(0, 0, 0, 0.43);
    box-shadow: 0 14px 20px rgba(8, 8, 41, .08);
    transition: .5s;
    border: 2px solid #ededed;
    float: left;
    width: auto;
    position: relative;
    z-index: 9;
}

    .page_image_lft:hover {
        transform: perspective(300px) rotateX(2deg) rotateY(2deg);
    }

.page_head {
    font-weight: 700;
    font-size: 20px;
    color: var(--themecolor2);
    line-height: 22px;
    font-family: Exo, sans-serif;
}

.dropdwn_title3 {
    font-size: 15px;
    position: absolute;
    z-index: 999;
    color: var(--themecolor2);
    margin-top: -12px;
    margin-bottom: 0;
    margin-left: 8px;
    background: #fff;
    padding: 0px 5px 0px 5px;
}

.dropdwn_title5 {
    font-size: 15px;
    right: 20px;
    position: absolute;
    z-index: 999;
    color: var(--themecolor2);
    margin-top: -13px;
    background: #fff;
    padding: 0px 5px 0px 5px;
}

.bg_body {
    background: #fff !important;
    border: 1px solid #878787;
    border-radius: 3px;
    outline: 0;
}

span.spnchose {
    font-size: 9px;
    font-weight: 400;
    color: #000;
}

.drpdown {
    outline: none;
    border-radius: 3px;
    height: 36px;
    width: 100%;
    padding-top: 9px;
    font-weight: 300;
    color: #000000;
    font-size: 14px;
    padding-left: 20px;
    box-shadow: none;
    outline: none;
    background: #fff;
    border: 1px solid #878787;
}

.height_100 {
    min-height: 102px !important;
}

.captcha {
    display: flex;
    justify-content: center
}

    .captcha span {
        padding: 10px 4px;
    }

.input_box input {
    border: 1px solid #878787;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    color: #000000;
    background: #fff;
    font-size: 14px;
    padding-left: 20px;
    padding-top: 10px;
    box-shadow: none;
}

    .input_box input:focus-visible {
        outline: 0
    }

#txtComment {
    background: #fff !important;
}

.input_box input:focus + label,
.input_box input:valid + label {
    font-size: 15px;
    color: var(--themecolor2);
    top: -12px;
    left: 10px;
    background: #fff;
    padding: 0px 5px 0px 5px;
}

.input_box textarea {
    border: 1px solid #878787;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    color: #000000;
    font-size: 14px;
    padding-left: 20px;
    box-shadow: none;
}

    .input_box textarea:focus + label,
    .input_box textarea:valid + label {
        font-size: 15px;
        color: var(--themecolor2);
        top: -12px;
        left: 10px;
        background: #fff;
        padding: 0px 5px 0px 5px;
        outline: 0
    }

    .input_box input:focus, .input_box textarea:focus {
        color: #212529;
        background-color: #fff;
        border-color: var(--themecolor2);
        outline: none;
        box-shadow: none;
    }

.input_box {
    width: auto;
    height: auto;
    position: relative;
}

    .input_box label {
        font-size: 17px;
        color: #878787;
        padding: 12px;
        position: absolute;
        top: 0;
        left: 0;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        pointer-events: none;
    }

.alert_textbox {
    float: right;
    font-size: 12px !important;
    margin-right: 11px;
    margin-top: -12px;
    position: relative;
    line-height: 20px;
    z-index: 999;
    background: bisque;
    border-radius: 5px;
    padding: 0px 8px;
}

    .alert_textbox:before {
        font-family: 'FontAwesome';
        content: "\f071";
        /* content: "\f06a";   For Circle */
        color: red;
        margin-right: 2px;
    }
.footerDates {
    position: absolute;
    right: 40px;
    margin-top: -30px;
}
.footerDate {
    position: absolute;
    right: 40px;
    bottom: 0;
    margin-bottom: 7px;
    margin-top: 30px;
}
.gallery_imgbox a {
    margin-bottom: 20px;
}

.infra_gallery.gallery_imgbox a {
    margin-bottom: 0px;
}

.sitemap a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    --ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: var(--themecolorblack);
    font-weight: 500;
    text-decoration: none;
}

    .sitemap a:hover {
        color: var(--themecolor) !important;
        margin-left: 10px;
    }

.uc_cont {
    margin-right: 40px;
}

    .uc_cont h4 {
        font-family: 'Exo';
        font-size: 25px;
        color: var(--themecolor);
        font-weight: 700;
        margin-bottom: 2px;
    }

.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.videos:before, .hover-plus.videos:after {
        display: none;
    }

a:hover .hover-plus:before, a:hover .hover-plus:after,
a:hover .hover-plus svg {
    opacity: 1;
    z-index: 999;
    cursor: none;
}

a:hover > .hover-plus:before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scale(1);
    -ms-transform: translate(-50%, -50%) rotate(180deg) scale(1);
    transform: translate(-50%, -50%) rotate(180deg) scale(1);
}

a:hover > .hover-plus:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg) scale(1);
    -ms-transform: translate(-50%, -50%) rotate(90deg) scale(1);
    transform: translate(-50%, -50%) rotate(90deg) scale(1);
}

.portfolio-item-style3 .img a {
    cursor: none;
}

.gallery_imgbox a:hover .imgcontent {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.gallery_imgbox a .imgcontent {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 25px;
    color: #fff;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    pointer-events: none;
}

.imgcontent p {
    font-size: 12px;
    opacity: .8;
    margin-bottom: 5px;
}

.imgcontent h6 {
    margin: 0;
    font-size: 16px;
}

h4.page_heading {
    color: var(--themecolor2);
    font-size: 21px;
    font-weight: 700;
    position: relative;
    padding-left: 25px;
    font-family: 'Exo';
    margin-bottom: 15px;
    margin-top: 30px;
}

    h4.page_heading:before {
        content: "";
        background-image: url(../../MediaGallery/Icons/heading.png);
        background-size: contain;
        display: inline-block;
        width: 24px;
        height: 24px;
        position: relative;
        margin-right: 4px;
        margin-left: -27px;
    }

h5.sub_heading {
    color: var(--themecolor2);
    font-size: 19px;
    font-weight: 700;
    position: relative;
    padding-left: 21px;
    font-family: 'Exo';
    margin-bottom: 15px;
    margin-top: 15px;
}

    h5.sub_heading:before {
        content: "";
        background-image: url(../../MediaGallery/Icons/sub_head.png);
        background-size: contain;
        display: inline-block;
        width: 20px;
        height: 20px;
        position: relative;
        margin-right: 4px;
        margin-left: -27px;
    }

.page_li {
    list-style: none;
    padding-left: 5px;
}

    .page_li li {
        position: relative;
        padding-left: 10px;
    }

        .page_li li:last-child {
            border-bottom: none
        }

    .page_li li {
        font-size: 15px;
        padding: 7px 5px;
        padding-left: 27px;
        width: fit-content;
        text-align: justify;
        border-bottom: 1px dashed #dfdfdf;
        line-height: 24px;
    }

        .page_li li::before {
            content: "";
            background-image: url(../../MediaGallery/Icons/li_1.png);
            background-size: contain;
            display: inline-block;
            width: 23px;
            height: 23px;
            position: relative;
            top: 7px;
            margin-left: -26px;
            margin-right: 5px;
        }

        .page_li li .page_li li::before {
            background-image: url(../../MediaGallery/Icons/li_2.png);
            width: 22px;
            top: 6px;
            height: 22px;
        }

        .page_li li li .page_li li:before {
            background-image: url(../../MediaGallery/Icons/li_3.png);
            width: 20px;
            top: 5px;
            height: 20px;
        }


ol li {
    padding: 3px;
}

.dropdown_display3 {
    display: flex;
    float: right;
    align-items: center;
    color: #000;
    margin-left: 10px;
    line-height: 28px;
    padding-right: 10px;
    font-size: 15px;
    margin-bottom: 15px;
}

.dropdown_display4 {
    display: flex;
    float: right;
    align-items: center;
    font-size: 15px;
    margin-right: 4px;
}
    .dropdown_display4 select {
        border: 1px solid #dee2e6;
        padding: 3px 6px;
        border-radius: 4px;
        font-weight: 500;
        font-size: 15px;
        width: 95px;
        position: relative;
        font-family: 'Exo';
    }
    .dropdown_display4 .DdBox2{
        position:relative;
    }
        .dropdown_display4 .DdBox2:before {
            content: "\f107";
            font-family: 'FontAwesome';
            position: absolute;
            font-size: 20px;
            right: 10px;
            top: 4px;
            z-index: 9;
        }
.form-control:focus, .form-select:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}
    .dropdown_display3 span {
        font-weight: 500;
        font-size: 18px;
        font-family: Exo;
        margin-right: 6px;
    }

.dropdown_display3 select, .dropdown_display3 INPUT {
    border: 1px solid #052c67;
    padding: 3px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    height: 30px;
    font-family: 'Exo';
}

.Clr_table.table {
    border-color: #8fa5cf;
    border-color: #d2ddf3;
}

    .Clr_table.table tr:nth-child(odd), .datatable.table tr:nth-child(odd) {
        background-color: var(--themewhite) !important;
    }

td, th {
    vertical-align: middle;
}
    td a {
        text-decoration: none;
        color: var(--themecolor2);
    } td a:hover {
              color: var(--themecolor);
    }
    td .page_li {
    margin-bottom:0
    }
        td .page_li li {
            padding: 0px 5px; padding-left: 27px;
        } .Clr_table.table tr:nth-child(even), .datatable.table tr:nth-child(even) {
    background-color: #bdd4ff40 !important;
}

.table-hover > tbody > tr.no_hover:hover > * {
    --bs-table-color-state: none;
    --bs-table-bg-state: none;
}

.table-hover.Clr_table > tbody > tr > th:hover {
    --bs-table-accent-bg: #e1e1e1 !important;
}

.Clr_table tr th, .datatable > thead > tr > th {
    background-color: #3467c7 !important;
    color: #fff !important;
    text-align: center;
    border-color: #8fa5cf !important;
    border-top: 1px solid;
    font-weight: 600;
}

    .Clr_table tr th:hover, .datatable-table th:hover {
        background-color: #3467c7 !important;
    }

.Clr_table tr.snd_th th, .datatable > thead > tr.snd_th > th {
    background-color: #ededed !important;
    border-color: #dfdfdf !important;
}

    .Clr_table tr.snd_th th:hover, .datatable-table .snd_th th:hover {
        background-color: #ededed !important;
    }

.center-td-1 > tr > td:first-child {
    text-align: center;
}

section.breadcrumb {
    overflow: hidden;
}


.Clr_table .fa {
    color: #fff
}


img.pdf_img {
    height: 25px;
}

img.url_img {
    height: 40px;
}

.wth_3 {
    width: 3%;
}

.wth_4 {
    width: 4%;
}

.wth_5 {
    width: 5%;
}

.wth_6 {
    width: 6%;
}

.wth_7 {
    width: 7%;
}

.wth_8 {
    width: 8%;
}

.wth_9 {
    width: 9%;
}

.wth_10 {
    width: 10%;
}

.wth_12 {
    width: 12%;
}.wth_13 {
    width: 13%;
}

.wth_15 {
    width: 15%;
}

.wth_20 {
    width: 20%;
}

.wth_25 {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
}

.wth_27 {
    width: 27%;
}

.wth_30 {
    width: 30%;
}

.wth_35 {
    width: 35%;
    min-width: 35%;
    max-width: 35%;
}

.wth_40 {
    width: 40%;
}

.wth_45 {
    width: 45%;
}

.wth_50 {
    width: 50%;
}

.wth_55 {
    width: 55%;
}

.download_icon {
    background-image: linear-gradient(to left, var(--themecolor2), var(--themecolor));
    padding: 5px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: block;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    transition: .5s;
    line-height: 26px;
    text-align: center;
}

    .download_icon:hover {
        background-image: linear-gradient(to left, var(--themecolor), var(--themecolor2));
    }

section.main_content p a {
    color: var(--themecolor);
    text-decoration: none;
}

    section.main_content p a:hover {
        color: #363636;
    }

img.mission_bg {
    position: absolute;
    left: -90px;
    bottom: -79px;
    opacity: 0.2;
    z-index: -1;
}





.chart-bg-center {
    overflow-x: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.chart-bg-center_1 {
    overflow-x: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.chart-bg {
    max-width: 1400px;
    min-width: 1400px;
    width: 1400px;
}

.chart-bg_1 {
    max-width: 1550px;
    min-width: 1550px;
    width: 1550px;
}


    .chart-bg ul, .chart-bg_1 ul, .chart-bg-center_1 ul,
    .chart-bg-center ul {
        margin: 0;
        padding: 0;
    }



.tree ul {
    padding-top: 20px;
    padding-left: 11px;
    position: relative;
}



.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
}

li.joint_tree {
    margin-left: -446px;
    margin-top: 20px;
}

.joint_tree > span {
    margin-left: 37px;
}

.joint_tree > ul::before {
    left: 52% !important;
}

li .DS_child {
    margin-left: -350px;
}

.DS_child:after {
    width: 364px !important;
}

li .US_child {
    margin-left: 424px;
}

.US_child > span:before {
    content: '';
    position: absolute;
    top: -40px;
    right: 259px;
    border-bottom: 1px solid #055fb2;
    width: 394px;
    height: 20px;
}

.joint_tree > span:before {
    content: '';
    position: absolute;
    top: -40px;
    right: 275px;
    border-bottom: 1px solid #055fb2;
    width: 366px;
    height: 20px;
}

li.SS_tree_1 {
    margin-left: 218px;
}

.joint_tree > span:after {
    content: '';
    position: absolute;
    right: auto;
    top: -20px;
    left: 52%;
    width: 50%;
    border-left: 1px solid #055fb2;
    height: 20px;
}

.US_child > span:after {
    content: '';
    position: absolute;
    right: auto;
    top: -20px;
    left: 50%;
    width: 50%;
    border-left: 1px solid #055fb2;
    height: 20px;
}

li.US_child {
    margin-top: 20px;
}


.tree li::before,
.tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #055fb2;
    width: 50%;
    height: 20px;
}



.tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #055fb2;
}



.tree li:only-child::after,
.tree li:only-child::before {
    display: none;
}



.tree li:only-child {
    padding-top: 0;
}



.tree li:first-child::before,
.tree li:last-child::after {
    border: none 0;
}



.tree li:last-child::before {
    border-right: 1px solid #055fb2;
    /*   border-radius: 0 5px 0 0;*/
}



.tree li:first-child::after {
    /* border-radius: 5px 0 0 0;*/
}



.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #055fb2;
    width: 0;
    height: 20px;
}

.tree li div {
    min-width: 170px;
    height: 30px;
    background-color: #95d9ff;
    color: #000;
    border: 1px solid #7fd1ff;
    padding: 0;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    border-radius: 3px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

    .tree li div:hover,
    .tree li div:hover + ul li div {
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
        background-color: #179ae4 !important;
        border: 1px solid #088dd8 !important;
        color: #fff !important;
    }

li.single_li {
    min-width: 1800px;
}

.tree ul .dgm_sym::before {
    left: 56.5%;
}

ul .mngr_sys {
    margin-left: 32px;
    margin-right: -166px;
    margin-top: 19px;
}

    ul.mngr_sys:after {
        content: '';
        position: absolute;
        top: 0;
        right: 70px;
        border-top: 1px solid #055fb2;
        width: 208px;
        height: 20px;
        z-index: -1;
    }

.sr_mgr_sym:after {
    content: '';
    position: absolute;
    top: 49px;
    right: 0;
    border-left: 1px solid #055fb2;
    width: 50%;
    height: 20px;
    z-index: -1;
}

.gm_mgmt > div {
    margin-top: 153px;
}

    .gm_mgmt > div::before {
        content: '';
        position: absolute;
        top: -21px;
        right: 5px;
        border-left: 1px solid #055fb2;
        width: 50%;
        height: 175px;
        z-index: -1;
    }

ul.rech_off:before {
    height: 31px !important
}

ul.rech_off > li {
    margin-top: 11px;
}

ul.proj_eng:before {
    height: 47px !important
}

ul.proj_eng > li {
    margin-top: 27px;
}

ul.oth_tech_stf:before {
    height: 95px !important;
}

ul.oth_tech_stf > li {
    margin-top: 60px;
    margin-left: 306px;
    margin-right: -307px;
}

    ul.oth_tech_stf > li > div:before {
        content: '';
        position: absolute;
        top: 14px;
        left: -169px;
        border-top: 1px solid #055fb2;
        width: 176px;
        z-index: -1;
    }

    ul.oth_tech_stf > li > div {
        width: 275px;
    }

.gm_mgmt_ul::before {
    height: 0 !important;
}

.proj_eng > li > div:before {
    content: '';
    position: absolute;
    top: 29px;
    left: 100px;
    border-left: 1px solid #055fb2;
    height: 40px;
    z-index: -1;
}

.gm_mgmt_stu {
    margin-left: -120px;
}

.gm_rd_sur {
    margin-left: -55px;
    z-index: 2
}

.rch_off:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 90px;
    border-left: 1px solid #055fb2;
    height: 55px;
    z-index: -1;
}

.gm_admnstr {
    margin-left: -206px;
}

    .gm_admnstr:before {
        top: -35px !important;
        z-index: -1;
        height: 55px !important;
    }

li.gm_rd_sur::after {
    border-top: none !important
}

li.Cmpy_scrt {
    margin-left: 173px;
    margin-right: -240px;
    margin-top: 155px;
}

    li.Cmpy_scrt:before {
        content: '';
        position: absolute;
        top: -181px;
        left: 173px;
        border-top: 1px solid #055fb2 !important;
        width: 18px;
        z-index: -1;
        height: 20px;
    }

    li.Cmpy_scrt:after {
        top: -181px;
        border-top: none;
        z-index: -1;
        height: 207px !important;
    }

.Cmpy_scrt > ul {
    padding-top: 56px;
}

    .Cmpy_scrt > ul::before {
        height: 56px !important
    }

.gm_admnstr > ul::before {
    height: 302px !important;
}

.acnt_off {
    margin-left: 238px;
    margin-right: -217px;
    margin-top: 243px;
}

    .acnt_off:before {
        width: 680px !important;
        top: -355px !important;
        height: 376px !important;
        z-index: -1;
    }

label.sec_off, .sec_off_1, .acnt_off_1, .gm_admi_1 {
    display: block;
}

ul.oth_tech_stf > li > div:after {
    content: '';
    position: absolute;
    top: 14px;
    left: 279px;
    border-top: 1px solid #055fb2;
    width: 517px;
    z-index: -1;
}

.sr_acc > div:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 85px;
    border-left: 1px solid #055fb2;
    width: 0;
    height: 21px;
    z-index: -1;
}

.sec_off:before {
    content: '';
    position: absolute;
    top: 50px;
    border-left: 1px solid #055fb2;
    width: 0;
    height: 53px;
    z-index: -1;
}

.sec_off_1:before {
    content: '';
    position: absolute;
    bottom: 437px;
    border-top: 1px solid #055fb2;
    width: 258px;
    right: 30px;
    height: 1px;
    z-index: -1;
}

.sec_off_1:after {
    content: '';
    position: absolute;
    bottom: 52px;
    border-left: 1px solid #055fb2;
    width: 0;
    right: 30px;
    height: 386px;
    z-index: -1;
}

.sec_off_2:before {
    content: '';
    position: absolute;
    bottom: 367px;
    border-top: 1px solid #055fb2;
    width: 147px;
    right: 60px;
    height: 1px;
    z-index: -1;
}

.sec_off_2:after {
    content: '';
    position: absolute;
    bottom: 52px;
    border-left: 1px solid #055fb2;
    width: 0;
    right: 60px;
    height: 316px;
    z-index: -1;
}

.acnt_off_1:before {
    content: '';
    position: absolute;
    bottom: 385px;
    border-top: 1px solid #055fb2;
    width: 267px;
    right: 140px;
    height: 1px;
    z-index: -1;
}

.acnt_off_1:after {
    content: '';
    position: absolute;
    bottom: 52px;
    border-left: 1px solid #055fb2;
    width: 0;
    left: 60px;
    height: 334px;
    z-index: -1;
}

.gm_admi_1:before {
    content: '';
    position: absolute;
    top: -34px;
    border-left: 1px solid #055fb2;
    width: 0;
    left: 182px;
    height: 117px;
    z-index: -1;
}

.gm_admi_1:after {
    content: '';
    position: absolute;
    bottom: 385px;
    border-top: 1px solid #055fb2;
    width: 267px;
    right: 140px;
    height: 1px;
    z-index: -1;
}

.gm_admi_1:after {
    content: '';
    position: absolute;
    top: 82px;
    left: 182px;
    border-top: 1px solid #055fb2;
    width: 51px;
    height: 1px;
    z-index: -1;
}

.sec_off_3:before {
    content: '';
    position: absolute;
    bottom: 52px;
    border-left: 1px solid #055fb2;
    width: 0;
    left: 27px;
    height: 269px;
    z-index: -1;
}

div.lrg_box {
    min-width: 150px !important;
    width: 150px !important;
    min-height: 60px;
}

.chart-bg_1 div {
    font-size: 12px !important;
}

li.edu_trn {
    margin-left: -140px;
    margin-right: -65px;
}

.othr_sprt li {
    margin-top: 110px;
}

.othr_sprt div {
    width: 250px;
}

.othr_sprt:before {
    height: 130px !important;
}

.othr_sprt > li > div:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 255px;
    border-top: 1px solid #055fb2;
    width: 328px;
    height: 1px !important;
}

.othr_sprt > li > div:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 255px;
    border-top: 1px solid #055fb2;
    width: 382px;
    height: 1px !important;
}

.hrd_wng {
    z-index: 1;
}

    .hrd_wng > ul > li > div:before, .swr_wng > ul > li > div:before {
        content: '';
        position: absolute;
        top: 80px;
        left: 50%;
        border-left: 1px solid #055fb2;
        width: 0;
        height: 20px;
    }

.sft_3:before {
    content: '';
    position: absolute;
    top: 100px;
    left: 50%;
    border-left: 1px solid #055fb2;
    width: 0;
    height: 35px;
}

.sft_3:after {
    content: '';
    position: absolute;
    top: 99px;
    right: -261px;
    border-top: 1px solid #055fb2;
    width: 661px;
    height: 1px !important;
}

.adm_act:before {
    content: '';
    position: absolute;
    top: 59px;
    left: 74px;
    border-left: 1px solid #055fb2;
    width: 0;
    height: 147px;
}

.rul_srvy:after {
    content: '';
    position: absolute;
    top: 133px;
    right: 79px;
    border-top: 1px solid #055fb2;
    width: 161px;
    height: 1px !important;
}

.rul_con:before, .rul_srvy:before {
    content: '';
    position: absolute;
    top: 79px;
    left: 50%;
    border-left: 1px solid #055fb2;
    width: 0;
    height: 55px;
}

.rul_con:after {
    content: '';
    position: absolute;
    top: 133px;
    left: 159px;
    border-left: 1px solid #055fb2;
    width: 0;
    height: 73px;
}


img.vision_bg {
    position: absolute;
    top: 0;
    right: 56px;
    opacity: 0.4;
    width: 313px;
    z-index: -1;
}

.dvsn_crd {
    display: flex;
    width: 100%;
    height: 200px;
    background-color: #FFFFFF;
    border-radius: 7px;
    color: #585858;
    text-decoration: none;
    box-shadow: 1px 1px 15px #cfcfcf2e;
    transition: .5s ease-in-out;
    margin-bottom: 30px;
    overflow: hidden;
    transform: scale(1);
    border-right: 3px solid var(--themecolor);
}

    .dvsn_crd:hover {
        transform: scale(1.02);
        transition: .5s ease-in-out;
        box-shadow: 1px 1px 15px #cfcfcf;
    }

.dvsn_cont h4 {
    font-size: 22px;
    padding: 10px;
    margin-left: 10px;
    margin-top: 10px;
    color: var(--themecolor2);
    font-family: 'Titillium';
    padding-bottom: 0;
}

.dvsn_cont p {
    font-size: 14px;
    padding: 5px;
    padding-right: 10px;
    text-align: left;
    font-family: 'Exo';
    margin-bottom: 10px
}

.dvsn_cont a {
    float: right;
    font-family: 'Exo';
    padding-right: 20px;
    font-weight: 500;
    color: var(--themecolor3);
    text-decoration: none;
    transition: .3s ease-in-out;
}

    .dvsn_cont a:hover {
        color: var(--themecolor);
        transition: .3s ease-in-out;
    }

    .dvsn_cont a .fa {
        margin-left: 3px;
    }

.dvsn_cont {
    display: flex;
    align-items: center;
}

.compdvsn_crd {
    position: relative;
    display: block;
    padding: 20px;
    margin-left: 20px;
    margin-top: 20px;
    background-image: url(../../MediaGallery/UI_Image/comp_bg.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
    text-decoration: none;
    margin-bottom: -20px;
    margin-right: -20px;
    transition: .6s ease-in-out;
}

    .compdvsn_crd:hover {
        margin-left: -2px;
        margin-top: -2px;
        transition: .6s ease-in-out;
    }

.compdvsn_head {
    border: 2px solid #e9e9e9;
    margin-bottom: 20px;
    margin-right: 20px;
}

a.compdvsn_crd img {
    height: 90px;
    margin-right: 40px;
    margin-left: 40px;
}

a.compdvsn_crd span {
    font-size: 23px;
    font-family: laila;
    color: var(--themecolor);
}


.sftwayrlinks_crd {
    border-radius: 4px;
    border: 1px solid #ebebeb;
    background: #fbfbfb;
    position: relative;
    padding: 23px 16px;
    height: 80px;
    padding-left: 100px;
    text-decoration: none;
    color: var(--themecolor2);
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Exo';
    margin-bottom: 15px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}

    .sftwayrlinks_crd:hover {
        background: #FFF;
        color: var(--themecolor);
        transition: all 0.4s ease-in-out;
        transform: translateY(-8px);
        box-shadow: 0px 4px 50px 0px rgb(215 215 215 / 39%);
        border: 1px solid #f1f1f1;
    }

    .sftwayrlinks_crd .imps_icon {
        background: #d2e0fd;
        border: 1px solid #bfd5ff;
    }

        .sftwayrlinks_crd .imps_icon img {
            filter: brightness(0) saturate(100%) invert(21%) sepia(93%) saturate(7220%) hue-rotate(219deg) brightness(92%) contrast(90%);
        }

        .sftwayrlinks_crd .imps_icon.snd {
            background: #d2f7fd;
            border: 1px solid #bff7ff;
        }

            .sftwayrlinks_crd .imps_icon.snd img {
                filter: brightness(0) saturate(100%) invert(49%) sepia(90%) saturate(1576%) hue-rotate(150deg) brightness(97%) contrast(95%);
            }

        .sftwayrlinks_crd .imps_icon.thrd {
            background: #fcddff;
            border: 1px solid #fed2ff;
        }

            .sftwayrlinks_crd .imps_icon.thrd img {
                filter: brightness(0) saturate(100%) invert(48%) sepia(56%) saturate(7485%) hue-rotate(275deg) brightness(104%) contrast(104%);
            }

        .sftwayrlinks_crd .imps_icon.frth {
            background: #ffdddd;
            border: 1px solid #ffd6d6;
        }

            .sftwayrlinks_crd .imps_icon.frth img {
                filter: brightness(0) saturate(100%) invert(59%) sepia(92%) saturate(2387%) hue-rotate(321deg) brightness(106%) contrast(100%);
            }
























.slider_card {
    flex: 0 0 auto;
    position: relative;
    width: 100%;
    max-width: 400px;
    min-height: 450px;
    height: 100%;
    border-radius: 12px;
    background-color: #dbe6fbbd;
    text-align: center;
    padding: 30px;
    box-shadow: 1px 1px 15px #a59f9f2e;
    overflow: hidden;
}

    .slider_card .slidercrd_bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        z-index: -1;
        transition: 400ms;
        transition-delay: 0s;
    }

    .slider_card .slidercrd_img {
        position: absolute;
        top: -100%;
        left: 0;
        z-index: 1;
        height: 59%;
        transition: 400ms;
        transition-delay: 0s;
    }

        .slider_card .slidercrd_img img {
            width: 100%;
            transition: 400ms;
            border-radius: 10px 10px 0 0;
            transition-delay: 0s;
        }

    .slider_card .slidercrd_icon {
        width: 140px;
        height: 140px;
        background: #bccdef;
        position: relative;
        font-size: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        transform: rotate(45deg);
        color: var(--themecolor);
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 85px;
        z-index: 1;
        transition: 400ms;
        transition-delay: 0s;
    }

        .slider_card .slidercrd_icon img {
            transform: rotate(-45deg);
            width: 80px;
            filter: brightness(0) saturate(100%) invert(35%) sepia(12%) saturate(3996%) hue-rotate(185deg) brightness(99%) contrast(100%);
        }

    .slider_card .disc {
        font-size: 16px;
        line-height: 26px;
        transition: 400ms;
        transition-delay: .4s;
    }

    .slider_card .slidercrd_content {
        position: absolute;
        bottom: -50%;
        left: 0;
        z-index: 1;
        padding: 30px;
        text-align: center;
        opacity: 0;
        width: 100%;
        visibility: hidden;
        transition: 600ms cubic-bezier(.25,.46,.45,.94);
        transition-delay: .2s;
    }

        .slider_card .slidercrd_content .slidercrd_head {
            margin-bottom: 30px;
            color: #fff;
            text-align: center;
        }

    .slider_card .slidercrd_head {
        font-size: 25px;
        font-family: 'Exo';
        line-height: 34px;
        margin-bottom: 15px;
        transition: 400ms;
        transition-delay: .4s;
        color: var(--themecolor2);
        font-weight: 600;
    }

.slidercrd_btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-family: 'Exo';
    font-weight: 500;
    background-color: #fff;
    color: var(--themecolor2);
    padding: 10px 30px;
    text-decoration: none;
    line-height: 20px;
    border-radius: 5px;
    padding-top: 6px;
}

    .slidercrd_btn i {
        overflow: hidden;
        display: inline-block;
        line-height: 1;
        transform: translateY(5px);
        font-size: 18px;
        margin-left: 5px;
    }

    .slidercrd_btn::after {
        position: absolute;
        content: "";
        width: 90%;
        height: 145%;
        border-radius: 5px;
        border: 1px solid #fff;
        left: 30px;
        top: -8px;
        z-index: -2;
        transition: 400ms ease;
    }

.slider_card::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    background-color: var(--themecolor);
    left: 0;
    bottom: 0;
    opacity: .9;
    transition: 600ms cubic-bezier(.25,.46,.45,.94);
}

.slider_card:hover .slidercrd_bg {
    opacity: 1;
    transition: 400ms;
    z-index: 0;
    transition-delay: .4s;
}

.slider_card:hover .slidercrd_img {
    top: 0;
    transition: 400ms;
    transition-delay: 0s;
}

.slider_card:hover .slidercrd_icon {
    opacity: 0;
    transition: 200ms;
    transition-delay: .2s;
}
/*.slider_card:hover .slidercrd_icon {
   opacity:0;
    transition: 400ms;
    transition-delay: .4s;
    background: var(--themecolor);
    transform: rotate(45deg) translate(30%, 25%);
    border: 3px solid #fff;
    color: #fff;
}
    .slider_card:hover .slidercrd_icon img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(1%) hue-rotate(253deg) brightness(106%) contrast(100%);
    }*/
.slider_card:hover .slidercrd_head {
    opacity: 0;
    transition: 400ms;
    transition-delay: 0s;
}

.slider_card:hover .disc {
    opacity: 0;
    transition: 400ms;
    transition-delay: 0s;
}

.slider_card:hover .slidercrd_content {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

    .slider_card:hover .slidercrd_content .slidercrd_head {
        opacity: 1;
        font-size: 22px;
        line-height: 28px;
    }

.slider_card:hover::after {
    height: 100%;
}


.slidercrd_btn:hover {
    color: var(--themecolor);
}

    .slidercrd_btn:hover::after {
        left: -10px;
        width: 112%;
    }



.Pagination-box {
    padding: 25px 0 25px;
}

.border_line {
    width: 100%;
    border-bottom: 4px solid var(--themecolor);
    padding: 0 10px;
    height: 45px;
    border-radius: 50px;
}

.pagination {
    float: right;
    height: 40px;
}

    .pagination ul {
        padding-left: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        border-radius: 50px;
    }

        .pagination ul li {
            color: var(--themecolor);
            list-style: none;
            line-height: 30px;
            text-align: center;
            padding: 4px 0px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            user-select: none;
            transition: all 0.3s ease;
        }

            .pagination ul li a {
                color: var(--themecolor);
                display: block;
                line-height: 30px;
                text-align: center;
                font-size: 14px;
                font-weight: 500;
                text-decoration:none;
                cursor: pointer;
                user-select: none;
                transition: all 0.3s ease;
            }

                .pagination ul li a.numb {
                    list-style: none;
                    height: 30px;
                    width: 30px;
                    margin: 0px 3px;
                    line-height: 30px;
                    border-radius: 50%;
                }

            .pagination ul li .numb.first {
                margin: 0px 3px 0 -5px;
            }

            .pagination ul li .numb.last {
                margin: 0px -5px 0 3px;
            }

            .pagination ul li .dots {
                font-size: 22px;
                cursor: default;
            }

            .pagination ul li .btn {
                padding: 0 14px;
                border-radius: 50px;
                margin-right: 10px;
            }

            .pagination ul li .prev {
                margin-right: -2px;
            }

            .pagination li a.active,
            .pagination ul li a.numb:hover,
            .pagination ul li a:first-child:hover,
            .pagination ul li a:last-child:hover {
                color: #fff;
                background: var(--themecolor);
            }
li p {
    margin: 10px 0;
}
.service_container .dvsn_crd {
    min-height: 260px;
}
.service_container .dvsn_cont h4 {
    position: absolute;
    top: 0;
}
.service_container .dvsn_cont {
    padding-right: 15px;
}
.mp_card {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: rgb(215 214 214 / 17%) 0px 8px 24px;
    border-radius: 10px;
    overflow: hidden;  
    text-decoration: none;
    position: relative;
    display: block;
    transition: all 900ms ease;
}
    .mp_card:hover {
        transform: scale(1.02);
        box-shadow: 1px 1px 15px #cfcfcf;
        transition: all 900ms ease;
    }
    .mp_card .mp_imgs {
        position: relative;
        overflow: hidden;
    }
    .mp_card .mp_imgs img {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 900ms ease;
}

    .mp_card .mp_imgs img:first-child {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        -webkit-transform: translateX(50%) scaleX(2);
        transform: translateX(50%) scaleX(2);
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
   }
.mp_card:hover .mp_imgs img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.mp_card:hover .mp_imgs img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

    .mp_card h6 {
        padding: 0px 10px;
        height: 70px;
        margin: 0;
        color: var(--themecolor2);
        font-size: 17px;
        line-height: 24px;
        display: flex;
        font-family: 'Exo';
        align-items: center;
    }
    .mp_card:hover h6{
        color:var(--themecolor)
    }

    .mp_card:before {
        content: '';
        position: absolute;
        background-image: url(../../MediaGallery/UI_Image/mp_hed_bg.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        bottom: -35px;
        right: -250px;
        width: 100%;
        height: 100%;
        transition: all 900ms ease;
    }
    .mp_card:hover:before {
        right: 0;
        transition: all 900ms ease;
       
    }
.reachus {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgb(215 214 214 / 17%) 0px 8px 24px;
    padding:0;
}
.reachus_box {
    padding: 70px 5px;
  
}
    .reachus_box p{
        font-size:16px;
             padding-left:50px;  position:relative
    }
    .reachus_box .fa {
        background: #fff;
        box-shadow: rgb(121 140 177 / 44%) 0px 0px 6px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        position: absolute;
        left: 0;
        text-align: center;
        color: var(--themecolor);
        font-size: 25px;
        border-radius: 5px;
    }
    .reachus_box .fa-building, .reachus_box .fa-fax {
        font-size: 21px;
    }
    .reachus_box i.fa.fa-phone, .reachus_box i.fa.fa-fax, .reachus_box i.fa.fa-building {
        top: -6px;
    }
.rech_phn {
    margin-bottom: 30px;
}
.rech_hed {
    color: var(--themecolor);
    margin-bottom: 25px;
    font-family: 'Exo';
    font-weight: 600;
}
.dwn_card {
    position: relative;
    display: block;
    height: 100%;
    border: 1px solid #f1f1f1;
    border-radius: calc(30 * 1px);
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25);
    box-shadow: rgb(215 214 214 / 17%) 0px 8px 24px;
    transition: all 900ms ease;
    }

.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;
        color: var(--themecolor3);
        transition: .5s ease-in-out;
        font-weight: 500;
    }


.dwn_card:hover .card__overlay {
    transform: translateY(0);
}

.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;
    height: 60px;
}
#Importantlinks .owl-item img {
    display: block;
    width: 96%;
}
.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");
    }

.dwn_card:hover .card__header {
    transform: translateY(0);
}

.card__thumb {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.card__title {
    font-size: 17px;
    font-family: 'Exo';
    margin: 0 0 .3em;
    font-weight: 600;
    color: var(--themecolor2);
}
.dwn_card:hover .card__title {
    color: var(--themecolor);
}

.web_manager {
    display: flex;
    justify-content: center;
}
.m_border.row {
    padding: 50px 30px;
    border: 1px dashed var(--themecolor);
   
}


.btn_hgt {
    height: 30px;
    line-height: 30px;
    padding: 0 5px !important;
}
img.kta_logo {
    width: 50px;
    margin-top: 4px;
}
img.pdf_view {
    width: 18px;
    margin-top: -4px;
    margin-right: 3px;
}
ul#Ticker li {
    margin-right: 200px;
}
a.contactus {
    color: var(--themecolor);
    font-weight: 600;
    font-family: 'Exo';
    text-decoration: none;
}
    a.contactus:hover {
    color:var(--themecolor2)
    }    a.contactus .fa {
    font-size:18px
    }
.dropdown_display4.cat_fltr {
    position: absolute;
    right: 315px;
    top: 37px;
}
.cret_none.dropdown_display4 .DdBox2:before {
    display: none
}
.underlined {
    text-decoration: underline !important;
    text-underline-offset: 4px;
}
img.Mahakumbh_logo {
    width: 65px;
    margin-top: 6px;
    margin-right: 6px;
}