body {
    background-color: var(--themewhite);
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    color: #363636;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html,
body {
    overflow-X: hidden;
}

@font-face {
    font-family: 'Laila';
    src: url('../Fonts/Laila-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Exo';
    src: url('../Fonts/Exo-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    src: url('../Fonts/Poppins-Regular.ttf') format('truetype');
}

:root {
    --themewhite: #fff;
    --themeblack: #000;
    --themecolor3: #f5a526;
    --themecolor: #38aaa4;
    --themecolor: #01c4cd;
    --themecolor1: #f5f5f5;
    --themecolor2: #16243d;



}

.common_container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
}

section.header {
    background: var(--themecolor1);
    background-image: url(../../MediaGallery/UI_Image/header_bg.png);
    background-repeat: repeat;
    height: 120px;
    overflow: hidden;
    position: relative;

}

.top_head {
    /* background-color:var(--themeblack);  */
    padding: 2px 20px;
    margin-right: -25px;
    padding-right: 25px;
    height: 45px;
    float: right;
    width: 469px;
    transform: skew(45deg);
    border-radius: 7px 0 0 15px;
    position: relative;
}
.top-menu .top_link {
    text-decoration: none;
    width: 30px;
    height: 29px;
    color: var(--themeblack);
    font-size: 12px;
    padding: 3px 4px;
    margin: 0px 3px;
    text-align: center;
    line-height: 13px;
    border: 1px solid rgb(243 243 243 / 0%);
    font-weight: 500;
    border-radius: 2px;
    transition: linear 0.35s;
}
.top_link:hover {
    color: var(--themewhite);
}
.top-menu {
    float: right;
    padding: 5px 30px;
}
a.top_link img {
    width: 22px;
    margin-top: 2px;
}

    a.top_link img path {
        fill: var(--themecolor2);
    }

a.top_link .fa {
    font-size: 22px;
}

i.fa.fa-search {
    font-size: 18px;
    margin-top: 2px;
}

a.top_link:hover img {
    filter: invert();
}.top-menu .top_link:hover {
    background-color: var(--themecolor);
 
}
.Logo_sec {
    display: flex;
    padding: 5px 30px;
}

.home_logo a {
    display: flex;
    text-decoration: none;
    align-items: center;
    margin-top: 19px;
}

.home_logo img {
    width: 80px;
}

.home_logo div {
    font-size: 26px;
    color: var(--themecolor);
    font-family: 'Laila';
    margin-left: 10px;
}

.home_logo span {
    display: block;
    color: #000;
    font-size: 18px;
    margin-left: 3px;
    margin-top: -7px;
    font-family: 'Exo';
    font-weight: 700;
}

.external_Links {
    background-color: #ffffff;
    padding: 2px 20px;
    padding-right: 25px;
    height: 85px;
    top: 38px;
    width: 370px;
    transform: skew(137deg);
    border-radius: 5px 0 0 0px;
    position: absolute;
    right: -45px;
    border: 1px solid #e5e5e5;
}

    .external_Links div {
        transform: skew(43deg);
        display: flex;
        align-items: center;
        padding-left: 8px;
        margin-top: 0;
    }

a.BBBP_logo img {
    width: 72px;
    margin-left: 5px;
    margin-top: 2px;
    margin-right: 11px;
}
a.makeinIndia_logo {
    margin-left: 5px;
}
a.swachhbharat_logo img {
    width: 145px;
}

a.makeinIndia_logo img {
    width: 115px;
}





.owl-1_sliderbutton {
    position: relative;
    margin-top: -37px;
    z-index: 9;
    margin-right: 10px;
    float: right;
}

.owl-1_sliderbutton a {
    color: var(--themecolor);
}

#slider1 button.owl-prev {
    left: 0;
    position: absolute;
    top: 38%;
    color: var(--themewhite);
    font-size: 50px;
    margin: 25px;
    line-height: 10px;
    padding: 0px 15px !important;
    background: var(--themecolor);
    height: 40px;
    width: 40px;
    border-radius: 50px;
}

#slider1 button.owl-next {
    right: 0;
    position: absolute;
    top: 38%;
    color: var(--themewhite);
    font-size: 50px;
    margin: 25px;
    line-height: 10px;
    padding: 0px 15px !important;
    background: var(--themecolor);
    height: 40px;
    width: 40px;
    border-radius: 50px;
}

#slider1 button.owl-next span {
    margin-left: -5px;
    top: 13px;
    position: absolute;
}

#slider1 button.owl-prev span {
    margin-left: -8px;
    top: 13px;
    position: absolute;
}

#slider1 button.owl-prev:hover,
#slider1 button.owl-next:hover {
    background: var(--themecolor1);
    color: var(--themecolor) !important;
}

#slider1 .owl-dots {
    margin-top: -46px;
    padding-top: 8px;
    padding-left: 11px;
    padding-bottom: 25px;
    border-radius: 4px 0 0 0;
    z-index: 9;
    height: 36px;
    width: auto;
    float: right;
    position: relative;
    border: 1px solid #ffffff45;
    background: rgb(255 255 255 / 40%);
    padding-right: 2%;
}

.about_sec {
    background-image: url(../../MediaGallery/UI_Image/about_bg.png);
    background-repeat: no-repeat;
    padding: 70px 0;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.about_sec .col-md-4.col-12,
.key_functionary .col-md-3.col-12 {
    display: flex;
    justify-content: center;
}

.about_box {
    position: relative;
    max-width: 300px;
    box-shadow: 5px 4px 16px 0px #6969696b;
    border-radius: 10px;
}


.about_box a {
    position: relative;
    overflow: hidden;
    height: 400px;

    border-radius: 10px;
    display: block;
}

.about_box a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.about_box .content_box {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 40px 30px;
    transition: 0.5s ease-in-out;
}

.content_box_in {
    position: relative;
    color: var(--themecolor2);
    border-radius: 12px;
    background: var(--themewhite);
    padding: 20px;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

.content_box_in .h_icon {
    position: relative;
    height: 0;
    color: var(--themewhite);
    overflow: hidden;
    transform: translateY(40px);
    opacity: 0;
    transition: 0.5s ease-in-out;
}

.content_box_in p {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    display: -webkit-box;
    max-width: 100%;
    height: 30px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content_box_in span {
    font-size: 13px;
    font-family: 'laila';
}

.content_box h4 {
    font-family: 'Exo';
    font-size: 21px;
    font-weight: 600;
}

.box_hover span {
    position: absolute;
    content: "";
    width: 25%;
    height: 100%;
    left: 0;
    background: var(--themecolor2);
    transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    bottom: -50%;
    transform: translateY(50%);
    opacity: 0;
}

.box_hover .br_2 {
    transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    left: 25%;
    transform: translateY(40%);
}

.box_hover .br_3 {
    transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    left: 50%;
    transform: translateY(30%);
}

.box_hover .br_4 {
    transition: 0.9s ease-in-out;
    -ms-transition: 0.9s ease-in-out;
    -moz-transition: 0.9s ease-in-out;
    -o-transition: 0.9s ease-in-out;
    transform: translateY(20%);
    left: 75%;
}

.about_box:hover .box_hover span {
    opacity: .7;
    bottom: 0;
    transform: translateY(-0%);
}

.about_box:hover .content_box .content_box_in {
    background: var(--themecolor);
    color: var(--themewhite);
    transition: 0.5s ease-in-out;
}

.about_box:hover .content_box_in .h_icon {
    height: 70px;
    transform: translateY(0px);
    opacity: 1;
    transition: 0.5s ease-in-out;
    margin-bottom: 0px;
}

.key_functionary {
    position: relative;
    padding: 45px 30px;
}

.functionary_box {
    background-image: linear-gradient(to top, #eaeaf1 0%, transparent 150px);
    background-color: transparent;
    border-radius: 10px;
    position: relative;
    text-align: center;
    transition: all .3s ease;
    overflow: hidden;
    width: 255px;
    margin-top: 0px;
}

.functionary_box:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 135px;
    content: '';
    border-radius: 10px 10px 0 0;
    z-index: 1;
    background-color: var(--themecolor);
    transition: .3s ease;
    opacity: 0;
    transform-origin: 50% 0%;
}

.functionary_box:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 105px;
    content: '';
    border-radius: 10px 10px 0 0;
    background-image: linear-gradient(to bottom, #eaeaf1, transparent);
    z-index: -3;
    transform-origin: 50% 0;
    transition: 0.3s ease;
}

.functionary_box:hover:before {
    opacity: 1;
}

.key_box {
    position: relative;
    z-index: 1;
    padding: 20px;
    border-radius: 10px;
    padding-bottom: 5px;
}

.key_box:before {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: 115px;
    content: '';
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    z-index: -1;
}

.key_box:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 115px;
    content: '';
    border-radius: 10px 10px 0 0;
    background-image: linear-gradient(to bottom, var(--themecolor), transparent);
    z-index: -2;
    transform-origin: 50% 0;
    transition: 0.3s ease;
    transform: scaleX(0);
}

.key_img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.key_img img {
    width: 100%;
    height: auto;
    transition: 0.5s ease;
}

.key_cntnt {
    padding: 10px 0 5px;
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
}

/* .cm_key .key_box:before {
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
} */
.functionary_box:hover>.key_box:after {
    transform: scaleX(1);
}


.functionary_box:hover img {
    transform: scale(1.1);
}

.functionary_box:hover .key_cntnt {
    color: #fff;
}

h4.Key_name {
    font-size: 15px;
    font-family: 'Exo';
    font-weight: 600;
    margin-bottom: 2px;
}

p.key_deggi {
    margin-bottom: 0;
    font-family: 'Exo';
    font-size: 12px;
    font-weight: 600;
}

h4.keyfun_head {
    color: var(--themecolor);
    font-family: 'Laila';
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
}

/* .functionary_box.cm_key {
    margin-top: 0;
    width: 260px;
} */

.functionary_box.cm_key h4.Key_name {
    font-size: 18px;
}

.functionary_box.cm_key .key_deggi {
    font-size: 13px;
}



.ml_-5 {
    margin-left: -5px;
}

.quick_finder {
    background: #fff;
    background-image: url(../../MediaGallery/UI_Image/quick_bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    height: 310px;
    background-position: center;
    padding: 30px 0;
    padding-top: 50px;
}

.quick_top {
    position: absolute;
    top: -14px;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 1;
}

.quick_card .row {
    margin-left: 5%;
}

.h_icon img {
    width: auto !important;
    height: auto !important;
}

.dropdwn_title3 {
    font-size: 15px;
    position: absolute;
    font-weight: 400;
    z-index: 9;
    color: #012970;
    margin-top: -12px;
    margin-bottom: 0;
    margin-left: 8px;
    background: #fff;
    padding: 0px 5px 0px 5px;
}

.drpdowns {
    outline: none;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-family: 'Exo';
    font-weight: 400;
    color: #000000;
    font-size: 13px;
    padding-left: 5px;
    box-shadow: none;
    outline: none;
    background: #fff;
    border: 1px solid #e4e4e4;

}

.quick_top option,
.quick_top select {
    font-weight: 400;
    font-size: 15px;
    font-family: 'Exo';
}

.quick_card {
    background-image: url(../../MediaGallery/UI_Image/quick_box_bg.png);
    padding: 30px;
    position: relative;
    border-radius: 10px;
    margin-top: 60px;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    z-index: 0;
    height: 135px;
    background: #fdf5e6;
}
a.quick_link {
    padding: 8px 20px;
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Exo';
    font-size: 16px;
    line-height: 29px;
    color:#f5a526;
    border-bottom: 1px solid #d6d6d6;
    transition: 1s ease-in-out;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.quick_link:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    background: #f5a526;
    width: 0;
    height: 100%;
    transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
}
.quick_link:hover{
    font-size: 17px !important;
    color: #fff;   transition: 1s ease-in-out;
}
a.quick_link.odd_quick:hover {
    font-size: 17px !important;
    color: var(--themecolor);
    transition: 1s ease-in-out;
}
.quick_link:hover:before {
    width:100%;
    transition: 1s ease-in-out;
}
a.quick_link.odd_quick {
    color: var(--themecolor1); background: var(--themecolor);
}
    a.quick_link.odd_quick:before {
        background: #fdf5e6;
    }
.quick_link .fa{
    margin-right:5px
}
.content_box_in span .fa {
    margin-left: 4px
}
.quick_right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
}

.quick_card h4 {
    margin-top: -10px;
    margin-bottom: 15px;
    font-size: 25px;
    font-family: 'Exo';
    color: var(--themecolor);
    font-weight: 600;
}

.Search_btn {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    border: none;
    font-family: 'Exo';
    text-align: center;
    background-color: var(--themecolor);
    color: var(--themewhite);
    font-style: normal;
    font-weight: 600;
    font-size: 17px;;
    line-height: 26px;
    width: 160px;
    text-decoration: none;
    padding: 7px 0px;
    border-radius: 5px;
    z-index: 0;
}

.Search_btn:before {
    left: 0;
    border-radius: 5px;
}

.Search_btn:hover,
.Search_btn.active {
    color: var(--themewhite);
}

.Search_btn:hover::before,
.Search_btn:hover:after,
.Search_btn.active::before,
.Search_btn.active:after {
    width: 55%;
    border-radius: 5px;
}

.Search_btn:before,
.Search_btn:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 0%;
    background-color: var(--themecolor2);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.Search_btn:after {
    right: 0;
    border-radius: 5px;
}

.news_scroll {
    background-color: #fafafb;
    border: 2px solid var(--themecolor);
    /* box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 21%); */
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.news_top::before{
    content: '';
    position: absolute;
    background-color: #fff;
    width: 100%;
}
.news_scroll::before {
    background: var(--themecolor);
    content: url(../../MediaGallery/UI_Image/news_cut.png);
    position: absolute;
    left: 0;
    height: 100px;
    top: 0;
    z-index: 0;
    border-radius: 7px;
}

/* .news_top {
    display: flex;
    border-bottom: 3px solid var(--themecolor);
    position: relative;
} 
.news_bg {
     background: var(--themecolor);
    clip-path: polygon(0% 0%, 0% 0%, 62% 0%, 100% 100%, 50% 100%, 0% 100%, 0% 0%);
    padding: 5px 45px;
    padding-left: 15px;
   
    padding-top: 6px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: -1px;
} */
.news_bg h5 {
    padding: 10px;
    padding-bottom: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Laila';
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.ticker-box {
    position: absolute;
    right: 13px;
    top: 6px;
    z-index: 1;
}

.ticker-box a {
    float: right;
    padding-left: 5px;
}

.ticker_size img {
    width: 20px;
}
li.single_li {
    min-width: 1800px;
}
.bn-news ul li {
    min-width: 1000px;
}
.btnToggle {
    background-color: #fff;
    color: var(--themecolor);
    border-radius: 50%;
    height: 24px;
    text-align: center;
    font-size: 9px;
    line-height: 25px;
    width: 24px;
    text-decoration: none;
    margin-top: 5px;
    transition: all 0.5s;
}

.btnToggle::before {
    content: "\f04b";
    font-family: 'FontAwesome';
    text-decoration: none;
    font-size: 14px;
    margin-left: -4px;
}

.et-run {
    background-color: var(--themecolor);
    color: white !important;
    border-radius: 50%;
    height: 24px;
    line-height: 25px;
    text-decoration: none;
    width: 24px;
    margin-top: 5px;
    transition: all 0.5s;
}

.et-run::before {
    content: "\f04c";
    text-decoration: none;
    font-size: 12px;
    margin-left: -5px;
}

a.btnUp .fa, .btnall .fa {
    font-size: 15px;
    color: #ffffff;
    padding: 5px;
    background: var(--themecolor);
    font-weight: 400;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    transition: all 0.5s;
}

a.btnUp,
a.btnDown, a.btnall {
    margin-top: 5px;
}

a.btnDown .fa {
    font-size: 15px;
    color: #ffffff;
    padding: 5px;
    background: var(--themecolor);
    font-weight: 400;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    transition: all 0.5s;
}

    a.btnUp:hover .fa, a.btnall:hover .fa,
    a.btnDown:hover .fa, a.btnToggle.et-run:hover {
        color: var(--themecolor) !important;
        background: #fff;
    }

.news_card {
    position: relative;
    display: block;
       width: 100%;
    cursor: pointer;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.demof ul {
    padding: 0 10px;
    margin-top: -15px;
}
.news_innerbox {
    padding:13px 0px 15px 60px;
    border-bottom: 1px solid #cecece;
    position: relative;
}
.demo5.demof {
    margin-top: 40px;
    min-height: 189px;
    max-height: 189px;
}

.clnder_box {
    text-align: center;
    padding: 5px;
    position: absolute;
    height: 82px;
    top: 16px;
    left: 0px;
}

.clnder_box p {
    width: 45px;
    height: 50px;
    display: inline-block;
    background: #f5a526;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: var(--themewhite);
    padding: 8px;
    font-weight: 700;
    margin-left: -5px;
}
.ticker_size {
    margin-left: 15px;
}
.clnder_box span {
    font-weight: 700;
    font-size: 14px;
    font-family: 'Exo';
    position: absolute;
    bottom: 15px;
    background: #161921;
    padding: 3px 0px;
    color: #fff;
    left: 0;
    box-shadow: 0 0 40px #00000038;
    width: 65px;
}

.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: 39px;
    margin: 0 auto;
    margin-bottom: 2px;
    line-height: 18px;
    margin-top: 3px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.news_textbox:hover {
    color: var(--themecolor);
}
.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;
}

.tabs_section {
    background-color: #F6F6F6;
    background-image: url(../../MediaGallery/UI_Image/tabs_bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 80px;
    position: relative;
}


.pcss3t {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 0;
    text-align: left;
}

.pcss3t>input {
    position: absolute;
    left: -9999px;
}

.pcss3t>label {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.pcss3t>label i {
    display: block;
    float: left;
    margin: 16px 8px 0 -2px;
    padding: 0;
    border: 0;
    outline: none;
    font-family: FontAwesome;
    font-style: normal;
    font-size: 17px;
}

.pcss3t>input:checked+label {
    cursor: default;
}

.pcss3t>ul {
    list-style: none;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 13px;
}

.pcss3t>ul>li {
    position: absolute;
    width: 100%;
    overflow: auto;
    padding: 20px 30px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pcss3t>.tab-content-first:checked~ul .tab-content-first,
.pcss3t>.tab-content-2:checked~ul .tab-content-2,
.pcss3t>.tab-content-3:checked~ul .tab-content-3,
.pcss3t>.tab-content-4:checked~ul .tab-content-4,
.pcss3t>.tab-content-5:checked~ul .tab-content-5,
.pcss3t>.tab-content-6:checked~ul .tab-content-6,
.pcss3t>.tab-content-7:checked~ul .tab-content-7,
.pcss3t>.tab-content-8:checked~ul .tab-content-8,
.pcss3t>.tab-content-9:checked~ul .tab-content-9,
.pcss3t>.tab-content-last:checked~ul .tab-content-last {
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -webkit-transform: rotate(0deg);
}



.pcss3t .grid-row {
    margin-top: 20px;
}

.pcss3t .grid-row:after {
    content: '';
    display: table;
    clear: both;
}

.pcss3t .grid-row:first-child {
    margin-top: 0;
}

.pcss3t .grid-col {
    display: block;
    float: left;
    margin-left: 2%;
}

.pcss3t .grid-col:first-child {
    margin-left: 0;
}

.pcss3t .grid-col .inner {
    padding: 10px 0;
    border-radius: 5px;
    background: #f2f2f2;
    text-align: center;
}

.pcss3t .grid-col-1 {
    width: 15%;
}

.pcss3t .grid-col-2 {
    width: 32%;
}

.pcss3t .grid-col-3 {
    width: 49%;
}

.pcss3t .grid-col-4 {
    width: 66%;
}

.pcss3t .grid-col-5 {
    width: 83%;
}

.pcss3t .grid-col-offset-1 {
    margin-left: 19%;
}

.pcss3t .grid-col-offset-1:first-child {
    margin-left: 17%;
}

.pcss3t .grid-col-offset-2 {
    margin-left: 36%;
}

.pcss3t .grid-col-offset-2:first-child {
    margin-left: 34%;
}

.pcss3t .grid-col-offset-3 {
    margin-left: 53%;
}

.pcss3t .grid-col-offset-3:first-child {
    margin-left: 51%;
}

.pcss3t .grid-col-offset-4 {
    margin-left: 70%;
}

.pcss3t .grid-col-offset-4:first-child {
    margin-left: 68%;
}

.pcss3t .grid-col-offset-5:first-child {
    margin-left: 85%;
}


.pcss3t-steps>label {
    cursor: default;
}



.pcss3t-effect-scale>ul>li {
    -webkit-transform: scale(0.1, 0.1);
}

.pcss3t-effect-rotate>ul>li {
    -webkit-transform: rotate(180deg);
}

.pcss3t-effect-slide-top>ul>li {
    top: -40px;
}

.pcss3t-effect-slide-right>ul>li {
    left: 80px;
}

.pcss3t-effect-slide-bottom>ul>li {
    top: 40px;
}

.pcss3t-effect-slide-left>ul>li {
    left: -80px;
}



@media screen and (max-width: 980px) {}


@media screen and (max-width: 767px) {
    .pcss3t>label {
        display: block;
    }

    .pcss3t>.right {
        float: none;
    }
}


.pcss3t>label {
    padding: 0 20px;
    background: #e5e5e5;
    font-size: 13px;
    line-height: 49px;
}

.pcss3t>label:hover {
    background: #f2f2f2;
}

.pcss3t>input:checked+label {
    background: #fff;
}

.pcss3t>ul {
    background: #ffffffb0;
    text-align: left;
}

.pcss3t-steps>label:hover {
    background: #e5e5e5;
}


/**/
/* theme 1 */
/**/
.pcss3t-theme-1>label {
    margin: 0 5px 5px 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px rgba(0, 0, 0, 0.2);
    color: #808080;
    opacity: 0.8;
}

.pcss3t-theme-1>label:hover {
    background: #fff;
    opacity: 1;
}

.pcss3t-theme-1>input:checked+label {
    margin-bottom: 0;
    padding-bottom: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #2b82d9;
    opacity: 1;
}

.pcss3t-theme-1>ul {
    border-radius: 5px;
    box-shadow: 0 3px rgba(0, 0, 0, 0.2);
}

.pcss3t-theme-1>.tab-content-first:checked~ul {
    border-top-left-radius: 0;
}

@media screen and (max-width: 767px) {
    .pcss3t-theme-1>label {
        margin-right: 0;
    }

    .pcss3t-theme-1>input:checked+label {
        margin-bottom: 5px;
        padding-bottom: 0;
        border-radius: 5px;
    }

    .pcss3t-theme-1>.tab-content-first:checked~ul {
        border-top-left-radius: 5px;
    }
}



.pcss3t-theme-1>label {
    margin: 0 10px 10px 0;
    border-radius: 5px;
    background: var(--themecolor);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgb(245 165 38);
    line-height: 39px;
    color: #fff;
    font-size: 20px;
    font-family: 'Laila';
}

.pcss3t-theme-1>label:hover {
    background: var(--themewhite);
    color: var(--themecolor);
}

.pcss3t-theme-1>input:checked+label {
    top: 1px;
    background: var(--themewhite);
    box-shadow: inset 0 1px 1px rgb(245 165 38), 0 1px rgba(255, 255, 255, 0.5);
    text-shadow: none;
    color: var(--themecolor);
}

.pcss3t-theme-1>ul {
    border-radius: 5px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
}

@media screen and (max-width: 767px) {
    .pcss3t-theme-1>label {
        margin-right: 0;
    }
}



.pcss3t>ul,
.pcss3t>ul>li {
    height: 320px;
    margin-top: -5px;
    margin-left: 1px;
}


.syllb_card {
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    z-index: 9;
    background: var(--whitecolor);
    box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 8%);
    padding: 10px 15px;
    display: flex;
    gap: 10px;
    padding-right: 0;
    align-items: center;
    transition: all 0.5s ease;
    border-left: 5px solid var(--themecolor2);
    margin-bottom: 15px;
    overflow: hidden;
}

.syllb_card:before {
    content: '';
    position: absolute;
    left: -350px;
    transition: all 1s ease;
    background: var(--themecolor3);
    width: 100%;
    height: 100%;
    z-index: -1
}

.syllb_card:hover:before {
    left: 0;
    transition: all 1s ease;
}

.syllab_list {
    margin-bottom: 20px;
}

.syllab_list:nth-child(6n+1) .syllb_card {
    border-color: #07294d;
    color: #07294d;
}

.syllab_list:nth-child(6n+1) .syllb_card:before {
    background-color: #07294d;
}

.syllab_list:nth-child(6n+2) .syllb_card {
    border-color: #0c8b51;
    color: #0c8b51;
}

.syllab_list:nth-child(6n+2) .syllb_card:before {
    background-color: #0c8b51;
}

.syllab_list:nth-child(6n+3) .syllb_card {
    border-color: #d94da6;
    color: #d94da6;
}

.syllab_list:nth-child(6n+3) .syllb_card:before {
    background-color: #d94da6;
}

.syllab_list:nth-child(6n+4) .syllb_card {
    border-color: var(--themecolor);
    color: var(--themecolor);
}

.syllab_list:nth-child(6n+4) .syllb_card:before {
    background-color: var(--themecolor);
}

.syllab_list:nth-child(6n+5) .syllb_card {
    border-color: #753b76;
    color: #753b76;
}

.syllab_list:nth-child(6n+5) .syllb_card:before {
    background-color: #753b76;
}

.syllab_list:nth-child(6n+6) .syllb_card {
    border-color: #ff5722;
    color: #ff5722;
}

.syllab_list:nth-child(6n+6) .syllb_card:before {
    background-color: #ff5722;
}

a.syllb_card span {
    font-size: 20px;
}

a.syllb_card p {

    font-size: 17px;
    font-weight: 500;
    margin-top: 14px;
}


.syllb_card:hover {
    box-shadow: 3px 4px 8px 2px rgb(0 0 0 / 6%);
    transition: all 0.5s ease;
    color: white !important;
}

img.tabs_bg_img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
}

.info_box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: rgb(255 255 255 / 20%);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 0px;
    z-index: 1;
    border: 1px solid #efefef;
    border-top: none;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.info_box li {
    position: relative;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
    text-align: center;
    list-style: none;
    border-right: 1px solid #cedade;
}

.info_card {
    text-align: center;
    position: relative;
    display: block;
    padding: 25px 35px;
}

/* .info_card:after {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 16px;
    right: 0;
    width: 1px;
    background-color: #cedade;
} */

.info_box li:last-child {
    border-right:  none;
}

.info_icon {
    border: 5px solid var(--themecolor);
    width: 80px;
    height: 80px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 50%;
    display: inline-flex;
    transition: 1s ease-in-out;
}

.info_icon img {
    width: 50px;
}

.info_card p {
    font-size: 17px;
    font-family: 'Exo';
    font-weight: 600;
    text-align: center;
}

.info_card h5 {
    font-size: 20px;
    font-family: 'Laila';
    color: var(--themecolor);
    text-align: center;
    transition: 1s ease-in-out;
}
.info_card h5 .fa{
    margin-right:7px
}
    .info_box li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: 0;
    background: var(--themecolor);
    width: 100%;
    height: 0px;
    transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
}

.info_box li.actv_info:before {
    height: 100%;
    transition: 1s ease-in-out;
}

.info_box li.actv_info:hover:before {
    height: 0px;
    transition: 1s ease-in-out;
}

.info_box li:hover:before {
    height: 200%;
    transition: 1s ease-in-out;
}

.info_box li:hover .info_card h5 {
    color: var(--themewhite);
    transition: 1s ease-in-out;
}

.info_box li.actv_info .info_card h5 {
    color: var(--themewhite);
    transition: 1s ease-in-out;
}

.info_box li.actv_info:hover .info_card h5 {
    color: var(--themecolor);
    transition: 1s ease-in-out;
}

.info_box li.actv_info .info_icon {
    transition: 1s ease-in-out;
    border-color: var(--themewhite);
}

.info_box li.actv_info:hover .info_icon {
    transition: 1s ease-in-out;
    border-color: var(--themecolor);
}

.info_box li:hover .info_icon {
    transition: 1s ease-in-out;
    border-color: var(--themewhite);
    transform: rotateY(180deg);
}
section.home_gallery {
    position: relative;
    background-image: url(../../MediaGallery/UI_Image/home_gallery_bg.png);
    background-size: cover;
    background-attachment: fixed;
}


.home_gallery_box {
    padding: 40px 0px;
    position: relative;
}


img.infra_img {
    width: 100%;
    border: 1px solid #efefef;
}

img.infra_img_1 {
    margin-top: 10px;
    width: 100%;
    border: 1px solid #efefef;
}

.infra_font p {
    margin-bottom: 10px;
}

.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;
}
.context_area .gallery_imgbox a {
    margin-bottom: 20px;
}
    .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;
    }

 

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_video .hover-plus:before, .gallery_video .hover-plus:after {
    display: none;
}

.gallery_imgbox a:hover .imgcontent {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.gallery_imgbox a .imgcontent {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 25px;
    color: #fff;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    pointer-events: none;
}

.imgcontent p {
    font-size: 12px;
    opacity: .8;
    margin-bottom: 5px;
}

.imgcontent h6 {
    margin: 0;
    font-size: 16px;
}


.infra_gallery > a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    transition: all .25s;
    transition: all 0.5s ease-in-out;
}

    .infra_gallery > a > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        box-shadow: 0 2px 16px rgba(0,0,0,.2);
    }

.infra_gallery {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
    grid-template-columns: repeat(auto-fit, minmax(17%, 1fr));
        
}

    .infra_gallery .horizontal {
        grid-column: span 2;
    }

    .infra_gallery .vertical {
        grid-row: span 2;
    }

    .infra_gallery .big {
        grid-column: span 2;
        grid-row: span 2;
    }

 .Importantlinks{
       position: relative;
    padding-top: 30px;
      padding-bottom: 20px;
    background-image: url(../../MediaGallery/UI_Image/important_link_bg.png);
    background-repeat: repeat;
      background-size: contain;
}
/* .slideritem img{
    width: 170px !important;

} */
.slideritem {
    height: 100px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#Importantlinks{
    position: relative;
}
#Importantlinks .owl-nav button.owl-prev {
    position: absolute;
    top: 30%;
    left: 0;
}

#Importantlinks .owl-nav button.owl-next {
    position: absolute;
    top: 30%;
    right: 0;
}

    #Importantlinks .owl-nav button.owl-prev span,
    #Importantlinks .owl-nav button.owl-next span {
        color: #fff;
        font-size: 50px;
        line-height: 53px;
        transition: 0.5s;
    }

    #Importantlinks .owl-nav button.owl-prev:hover span,
    #Importantlinks .owl-nav button.owl-next:hover span {
        color:#fff ;
    }

    #Importantlinks .owl-nav button.owl-prev:hover,
    #Importantlinks .owl-nav button.owl-next:hover {
        background-color: transparent;
    }

#Importantlinks .owl-nav button.owl-prev:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -47px;
    z-index: -1;
    opacity: 0.3;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid var(--themecolor);
}

#Importantlinks .owl-nav button.owl-prev:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -40px;
    width: 0px;
    height: 0px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid var(--themecolor);
    z-index: -1;
}

#Importantlinks .owl-nav button.owl-next:before {
    content: '';
    position: absolute;
    top: 0px;
    right: -47px;
    width: 0px;
    height: 0px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid var(--themecolor);
    z-index: -1;
    opacity: 0.3;
}

#Importantlinks .owl-nav button.owl-next:after {
    content: '';
    position: absolute;
    top: 10px;
    right: -41px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid var(--themecolor);
    z-index: -1;
}


.Importantlinks .owl-nav button.owl-next span {
    margin-right: -55px;
}

.Importantlinks .owl-nav button.owl-prev span {
    margin-left: -55px;
}


.Importantlinks .owl-nav button.owl-next {
    transform: translateY(-50%) translateX(-30px);
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s;
    visibility: hidden;
}

.Importantlinks:hover .owl-nav button.owl-next {
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
    opacity: 1;
    transition: all 0.5s;
    visibility: visible;
}

.Importantlinks .owl-nav button.owl-prev {
    transform: translateY(-50%) translateX(30px);
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s;
    visibility: hidden;
}

.Importantlinks:hover .owl-nav button.owl-prev {
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
    opacity: 1;
    transition: all 0.5s;
    visibility: visible;
}#Importantlinks .owl-dots {
    margin-top: 14px;
}
.owl-2_sliderbutton {
    position: absolute;
    bottom: 25px;
    left: 52%;
    margin-left: -3px;
    color: var(--themecolor);
    z-index: 99;
}
.owl-2_sliderbutton a{
     color: var(--themecolor);
     cursor: pointer;
}
.height_75 {
    height: 75px;
}

.height_90 {
    height: 90px;
}

.height_60 {
    height: 60px;
}







































.footer_bg {
    overflow: hidden;
    background-color: var(--themecolor2);
    position: relative;
    height: 400px;
    border-top: 3px solid var(--themecolor);

}

.footer_bg::before {
    content: '';
    position: absolute;
    height: 400px;
    background-image: url(../../MediaGallery/UI_Image/footer_bg.png);
    width: 100%;
    mix-blend-mode: color-burn;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



img.maze_footer {
    position: absolute;
    right: -170px;
    top: -100px;
    animation: rotate 110s infinite linear;
    height: 600px;
}

.footer_bg .common_container {
    position: relative;
    z-index: 9;
    padding-top: 35px;
}

a.ftr_home {
    display: flex;
    align-items: center;
    text-decoration: none;
}

a.ftr_home div {
    font-size: 22px;
    font-family: 'Laila';
    color: var(--themecolor);
    margin-left: 5px;
}

a.ftr_home img {
    width: 85px;
}

a.ftr_home span {
    margin-left: 4px;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Exo';
    display: block;
    color: var(--themewhite);
    margin-top: -4px;
}

p.footer_text {
    color: var(--themewhite);
    margin-top: 10px;
    text-align: justify;
    margin-bottom: 30px;
}

a.web_mannger {
    color: var(--themecolor);
    text-decoration: none;
}

a.web_mannger:hover {
    color: var(--themewhite);
}

.social-menu {
    margin-top: 10px;
    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);
}

.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');
}

ul.footer_nav {
    padding-top: 35px;
}

.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: .8s cubic-bezier(.24, .74, .58, 1);
}

    .footer_nav > li > a:hover {
        color: var(--themecolor);
        padding-left: 18px;
        transition: .8s cubic-bezier(.24, .74, .58, 1);
    }


.footer_nav>li>a:before {
    content: url(../../MediaGallery/Icons/healthcare.png);
    font-size: 15px;
    width: 18px;
    position: absolute;
    top: 50%;
    left: -30px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);  
    transition: .8s cubic-bezier(.24, .74, .58, 1);
    opacity: 0;
}

.footer_nav>li>a:hover:before {
    opacity: 1;
    left: -10px;
}
span.visitor_no {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Exo';
}
.bottom_footer {
    padding: 15px 10px 15px 10px;
    display: flex;
    background: var(--themecolor2);
}
span.lst_updat {
    color: #fff;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.bottom_footer div {
    color: #ffffff;
    font-weight: 500;
    font-size:13px;
}
.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;
    }





.hidden-search-box {
    position: absolute;
    display: none;
    right: 107px;
    top: 5px;
    width: 250px;
    z-index: 99;
    transition: linear 0.35s;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

    .hidden-search-box .form-control:focus {
        color: var(--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;
}



.styleswitcher {
    right: -290px;
    padding: 15px;
    position: fixed;
    top: 50px;
    width: 290px;
    transition: .4s;
    z-index:999;
    height: calc(100% - 100px);
}

    .styleswitcher.open {
        right: 20px;
    }

    .styleswitcher .overlay-switch {
        border-radius: 10px;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
        left: 0;
        top: 0;
        opacity: 0.04;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    .styleswitcher.open .overlay-switch {
        position: fixed;
    }

    .styleswitcher .styleswitcher-inner {
        background-color: #ffffff;
        height: 250px;
        left: 0;
        overflow: auto;
        position: absolute;
        top:120px;
        width: 100%;
        padding: 8px;
        border-radius: 10px;
        border-bottom: 5px solid var(--themecolor);
    }

        .styleswitcher .styleswitcher-inner::-webkit-scrollbar {
            width: 5px;
        }

        .styleswitcher .styleswitcher-inner::-webkit-scrollbar-thumb {
            background: #a0a0a0;
        }

    .styleswitcher.open .styleswitcher-inner {
        box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.20);
    }

    .styleswitcher .switcher-btn-bx {
        position: absolute;
        left: -50px;
        background: #f5a526;
        width: 50px;
        top: 210px;
        z-index: 1;
        color: #ffffff;
        height: 50px;
        box-shadow: 2px 1px 60px rgba(0, 0, 0, 0.10);
        cursor: pointer;
        display: block;
        line-height: 50px;
        text-align: center;
        border-radius: 8px 0 0 8px;
    }


.styleswitcher .switcher-btn-bx img {
    animation: beat .25s infinite alternate;
    width: 40px;
}

    .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;
}








    
img.inner_bner {
    width: 100%;      
  }
.breadcrumb_bg {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

    .breadcrumb_bg::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
        opacity: 0.5;
        background-color: #000;
        z-index: 1;
    }
  
  li.breadcrumb_items a {
    color: #fff;
    text-decoration: none;
  }

.breadcrumb_cont h4 {
    bottom: 18px;
    position: absolute;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    font-family: 'Exo';
}

li.breadcrumb_items {
    font-weight: 600;
    font-size: 18px;
 
}
.breadcrumb_items + .breadcrumb_items::before {
    font-family: FontAwesome;
    content: "\f101";
    font-weight: 400;
    font-size: 20px;
    color: var(--lightgray);
    padding: 0 10px;
    line-height: 55px;
}
.breadcrumb_cont {
    z-index: 1;
    position: absolute;
    height: 100%;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
}
ul.breadcrumb_nav {
    display: flex;
    font-size: 15px;
    align-items: center;
    font-weight: 300;
    list-style: none;
    justify-content: center;
    padding-left: 0;
    justify-content: center;
    font-family: 'Exo';
    bottom: 0px;
    position: absolute;
    right: 60px;
}
.main_content {
    min-height: 450px;
    padding: 30px 0;
    position: relative;
}section.main_content p {
    text-align: justify;
}
.page_image {
    margin: 0 0 15px 35px;
    border-radius: 10px !important;

    box-shadow: 0 14px 20px rgba(8, 8, 41, .08);
    box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.43);
    transition: .5s;
    float: right;
    position: relative;
    z-index: 9
}

.page_image:hover {
    transform: perspective(300px) rotateX(2deg) rotateY(2deg);
}
.underlined {
    text-decoration: underline !important;
    text-decoration-color: var(--themeblack) ;
}
.powerd_by{

text-align: right;

color: #ffffff;
font-size:13px;
font-weight: 600;
font-family: 'Exo';
}
    .powerd_by a {
        color: #fff;
        text-decoration:none

    }.powerd_by a:hover {
        color: var(--themecolor)
    }

.page_heading {
    color: var(--themecolor);
    font-size: 21px;
    font-weight: 700;
    position: relative;
    padding-left: 25px;
    font-family: 'Exo';
    margin-bottom: 15px;
    margin-top: 30px;
}

    .page_heading:before {
        content: "";
        background-image: url(../../MediaGallery/Icons/heading.png);
        background-size: contain;
        display: inline-block;
        width: 28px;
        height: 28px;
        top:5px;
        position: relative;
        margin-right: 4px;
        margin-left: -27px;
    }
.sub_heading {
    color: var(--themecolor2);
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding-left: 25px;
    font-family: 'Exo';
    margin: 15px 0;
}

.sub_heading:before {
    content: "";
    background-image: url(../../MediaGallery/Icons/subhed.png);
    background-size: contain;
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 3px;
    position: relative;
    margin-right: 4px;
    margin-left: -27px;
}

.page_li {
    list-style: none;
    padding-left: 15px;
}

    .page_li li {
        position: relative;
        padding-left: 10px;
    }

        .page_li li:last-child {
            border-bottom: none
        }

    .page_li li {
        font-size: 15px;
        padding: 7px 5px;
        padding-left: 27px;
        width: fit-content;
        text-align: justify;
        border-bottom: 1px dashed #dfdfdf;
        line-height: 24px;
    }

        .page_li li::before {
            content: "";
            background-image: url(../../MediaGallery/Icons/li_1.png);
            background-size: contain;
            display: inline-block;
            width: 20px;
            height: 20px;
            position: relative;
            top: 4px;
            margin-left: -26px;
            margin-right: 5px;
        }

        .page_li li .page_li li::before {
            background-image: url(../../MediaGallery/Icons/li_2.png);
            width: 24px;
            height: 24px;
        }

        .page_li li li .page_li li:before {
            background-image: url(../../MediaGallery/Icons/li_3.png);
            width: 18px;
            height: 18px;
        }


ol li {
    padding: 3px;
}

.dropdown_display3 {
    display: flex;
    position: absolute;
    right: 330px;
    align-items: center;
    color: #000;
    margin-left: 10px;
    line-height: 28px;
    padding-right: 10px;
    font-size: 13px;
    margin-bottom: 15px;
}

    .dropdown_display3 span {
        color: #363636;
        font-weight: 500;
        font-size: 15px;
        margin-right: 5px;
    }

    .dropdown_display3 select, .dropdown_display3 INPUT {
        border: 1px solid #dee2e6;
        padding: 3px;
        color: #363636;
        border-radius: 5px;
        font-weight: 500;
        height: 30px;
        font-size: 15px;
      
    }
.form-control:focus {
    border-color: #dee2e6;
    outline: 0;
    box-shadow: none;
}

.Clr_table.table {
    border-color: #e3e3e3;
}

    .Clr_table.table tr:nth-child(odd), .datatable.table tr:nth-child(odd) {
        background-color: var(--themewhite) !important;
    }

td, th {
    vertical-align: middle;
}

.Clr_table.table tr:nth-child(even), .datatable.table tr:nth-child(even) {
    background-color: #ffb1340f !important;
    background-color: #f7f7f7c4 !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: #ebebeb !important;
    color: #100f0f !important;
    text-align: center !important;
    border-color: #dbdbdb !important;
    border-top: 1px solid;
    font-weight: 600;
}
    .Clr_table tr th:hover, .datatable-table th:hover {
        background-color: #ffb134 !important;
        background-color: #ebebeb !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;
    position: relative;
}

.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%;
    min-width: 5%;
    max-width: 5%;
}

.wth_6 {
    width: 6%;
}

.wth_7 {
    width: 7%;
}

.wth_8 {
    width: 8%;
}

.wth_9 {
    width: 9%;
}

.wth_10 {
    width: 10%;
    min-width: 10%;
    max-width: 10%;
}

.wth_12 {
    width: 12%;
    min-width: 12%;
    max-width: 12%;
}

.wth_15 {
    width: 15%;
    min-width: 15%;
    max-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%;
}

.wth_61 {
    width: 61%;
    min-width: 61%;
    max-width: 61%;
}.wth_65 {
    width: 65%;
    min-width: 65%;
    max-width: 65%;
}.wth_70 {
    width: 70%;
    min-width: 70%;
    max-width: 70%;
}

.download_icon {
    background-image: linear-gradient(to top, var(--themecolor), #14979d);
    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 top, #14979d, var(--themecolor));
        transition: .5s;
    }
.chart-bg-center {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    padding-bottom: 75px;
}


.chart-bg {
    max-width: 1160px;
    min-width: 1160px;
    width: 1160px;
}



    .chart-bg ul,
    .chart-bg-center ul {
        margin: 0;
        padding: 0;
    }



.tree ul {
    padding-top: 20px;
    padding-left: 11px;
    position: relative;
}



.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
}


    .tree li::before,
    .tree li::after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        border-top: 1px solid #085f90;
        width: 50%;
        height: 20px;
        transition: all .5s;
        transition-delay: 0.3s;
    }



    .tree li::after {
        right: auto;
        left: 50%;
        border-left: 1px solid #085f90;
        transition: all .5s;
        transition-delay: 0.3s;
    }



.tree li:only-child::after,
.tree li:only-child::before {
    display: none;
}



.tree li:only-child {
    padding-top: 0;
}



.tree li:first-child::before,
.tree li:last-child::after {
    border: none 0;
}



    .tree li:last-child::before {
        border-right: 1px solid #085f90;
        transition: all .5s;
        transition-delay: 0.3s;
        /*   border-radius: 0 5px 0 0;*/
    }



.tree li:first-child::after {
    /* border-radius: 5px 0 0 0;*/
}



.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #085f90;
    width: 0;
    height: 20px;
    transition: all .5s;
    transition-delay: 0.3s;
}



.tree li span {
    width: 180px;
    height: 45px;
    background-color: #085f90;
    color: #fff;
    border: 1px solid #1b4a64;
    padding: 0 5px;
    text-decoration: none;
    font-size: 13px;
    line-height: 16px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    border-radius: 5px;
    transition: all .5s;
    transition-delay: 0.3s;
}

    .tree li span:hover,
    .tree li span:hover + ul li span {
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
        -moz-transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        background-color: var(--themecolor) !important;
        border: 1px solid var(--themecolor) !important;
        color: #fff !important;
    }

        .tree li span:hover + ul li:before, .tree li span:hover + ul li:after, .tree li span:hover + ul ul::before, .tree li span:hover + ul::before {
            border-color: var(--themecolor);
            transition: all .5s;
            transition-delay: 0.3s;
        }
.uc_cont {
    margin-right: 40px;
}

    .uc_cont h4 {
        font-family: 'Exo';
        font-size: 25px;
        color: var(--themecolor);
        font-weight: 700;
        margin-bottom: 2px;
    }
    .uc_cont P {
        font-family: 'Laila';
        font-size: 18px;
    }

.accordion,
.sub-accordion {
    margin: 0;
    padding: 0;
    list-style: none;
}
.accordion__item {
    background: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 15px;
}
/*.accordion__item {
    background: #defeff;
    box-shadow: 0px 5px 11px 0px #00000008;
    border-radius: 8px;
    margin-bottom: 15px;
    border-bottom: 2px solid #01c4cd;
    border-bottom: 2px solid #a7a7a7;
}*/

  /*  .accordion__item:nth-child(even) > :first-child:not(.accordion__link_active) {
        background: #f1f0f0;
    }*/

.accordion__link {
    background: #fdecd0;
    background: #ededed;
    font-size: 18px;
    color: #000;
    font-family: 'Laila';
    position: relative;
    text-decoration: none;
    border-radius: 8px;
    display: block;
    transition: all .5s;
    padding: 12px 50px 12px 20px;
}

    .accordion__link:not(.accordion__link_active):after {
        position: absolute;
        content: "";
        border-top: 12px var(--themecolor) solid;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        right: 22px;
        top: 50%;
        transform: translateY(-6px);
        transition: all .2s;
        
    }

    .accordion__link:not(.accordion__link_active):hover {
        background: #ffcd7e;
        background-color: #6abdc1;
        color: #fff;
        transition: all .5s;
    }

        .accordion__link:not(.accordion__link_active):hover:after {
            border-top: 12px #ffffff solid;
            transition: all .2s;
          
        }

.sub-accordion {
    padding: 10px 30px;
    display: none;
    height: 0;
    overflow: hidden;
}

.sub-accordion__item {
    padding: 5px 0;
}

.accordion__link_active {
    background-color: #ffcd7e;
    background-color: #6abdc1;
    color: #fff;
    transition: all .5s;
}
    .accordion__link_active:after {
        position: absolute;
        content: "";
        border-bottom: 12px #fff solid;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        right: 22px;
        top: 50%;
        transition: all .5s;     
        transform: translateY(-6px);
    }

    .accordion__link_active + ul {
        display: block;
        height: 100%;
    }
.rti_crd {
    padding: 15px 10px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #f5f5f5;
    max-width: 500px;
}
    .rti_crd h2 {
        font-size: 17px;
        font-family: 'Laila';
        text-align: center;
       
    }
    .rti_crd h3 {
        font-size: 16px;
        color: #000;
        font-family: 'Exo';
        font-weight: 600;
        position: relative;
        padding-left: 20px;
    }  .rti_crd h4 {
        font-size: 15px;
        color: #000;
        font-family: 'Exo';
        font-weight: 600;
        position: relative;
        padding-left: 20px;
    }
    .rti_crd h5 {
        font-size: 14px;
        font-weight: 600;
        font-family: 'Exo';
        position: relative;
        padding-left: 20px;
    }
    .rti_crd h6 {
        font-size: 14px;
        font-family: 'Exo';
        font-weight: 600;
        position: relative;
        padding-left: 20px;
    }
    .rti_crd .fa {
        position: absolute;
        left: 0px;
        color: var(--themecolor3);
        text-align: center;
    }

.paginate_button.disabled {
    cursor: no-drop;

}

.paginate_button {
    margin: 0 4px;
   }
    .paginate_button .page-link {
        border-radius: 5px !important;      
        font-family:'Exo';
            font-weight:600;

    }
    .paginate_button.active .page-link {
        border-radius: 5px !important;
        background: var(--themecolor);
        border: 1px solid #00bac3;
    }
.page-link:focus {
    outline: 0;
    box-shadow:none;
}
.about_box.photo_cat {
    max-width: 100%;
    margin-bottom: 20px;
}

    .about_box.photo_cat a {
        height:100%
    }
    .about_box.photo_cat .content_box {
        padding: 15px 20px;
    }
    .about_box.photo_cat .content_box_in {
              border-radius: 10px;
        padding: 5px 8px;
    }
    .about_box.photo_cat .content_box h4 {
        font-family: 'Exo';
        font-size: 14px;
        margin-bottom: 5px;
        margin-top: 3px;
        font-weight: 600;
    }
.about_box.photo_cat .content_box_in span{
    float:right;
    font-size:12px;
    font-family:Exo;
    font-weight:600;
}
    .about_box.photo_cat:hover .content_box_in .h_icon {
        height: 25px;
        font-weight:600;
        font-size:14px;
    }
a.cate_back {
    float: right;
    font-size: 15px;
    font-weight: 700;
    text-decoration:none;
    color: #f10200;
}

.page_head {
    font-weight: 700;
    font-size: 17px;
    color: var(--themecolor2);
    line-height: 22px;
    font-family: Exo, sans-serif;
}
.contact_box {
    box-shadow: 0px 10px 25px 0px rgba(25, 54, 86, 0.07);
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    margin-bottom:50px;
}
.cntct_card {
    width: 40%;
    padding: 10px;
    text-align: center;
    border-right: 2px solid #f1f1f1
}
.cntct_card_1 {
    width: 30%;
    padding: 10px;
    text-align: center;
    border-right: 2px solid #f1f1f1
}.cntct_card_2{
    width:30%;
    padding:10px;
    text-align:center;
}

img.cntct_img {
    width: 50px;
}
.contact_box p {
    text-align: center !important;
    margin: 10px 0;
    font-family: 'Exo';
    font-weight: 600;
    color: var(--themecolor2);
}
    .contact_box p span {
        display: block;
        color: #a9a9a9;
        font-family: 'Laila';
        margin-top: 7px;
        font-size: 12px;
    }



.esis_map {
    margin-left: -60px;
    margin-right: -60px;
    margin-bottom: -37px;
}
.arch_fltr .dropdown_display3{
    position:relative;
    right:0;
    margin-bottom:0

}
.arch_fltr {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 25px;
}
.snd_btn {
    height: 30px;
    line-height: 17px;
    background-color: #0eb909;
    color: #fff;
    width: 120px;
}

a.contactus, tr a {
    text-decoration: none;
    color: var(--themecolor);
}a.contactus:hover, tr a:hover { 
    color: var(--themecolor2);
}
.dropdwn_title3 {
    font-size: 15px;
    position: absolute;
    z-index: 999;
    color: var(--themecolor3);
    margin-top: -12px;
    margin-bottom: 0;
    margin-left: 8px;
    background: #fff;
    padding: 0px 5px 0px 5px;
}

.dropdwn_title5 {
    font-size: 15px;
    right: 20px;
    position: absolute;
    z-index: 999;
    color: var(--themecolor3);
    margin-top: -13px;
    background: #fff;
    padding: 0px 5px 0px 5px;
}

.bg_body {
    background: #fff !important;
    border: 1px solid #878787;
    border-radius: 3px;
    outline: 0;
}

span.spnchose {
    font-size: 9px;
    font-weight: 400;
    color: #000;
}

.drpdown {
    outline: none;
    border-radius: 3px;
    height: 36px;
    width: 100%;
    padding-top: 9px;
    font-weight: 300;
    color: #000000;
    font-size: 14px;
    padding-left: 20px;
    box-shadow: none;
    outline: none;
    background: #fff;
    border: 1px solid #878787;
}

.height_100 {
    min-height: 102px !important;
}

.captcha {
    display: flex;
    justify-content: center
}

    .captcha span {
        padding: 10px 4px;
    }

.input_box input {
    border: 1px solid #878787;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    color: #000000;
    background: #fff;
    font-size: 14px;
    padding-left: 20px;
    padding-top: 10px;
    box-shadow: none;
}

    .input_box input:focus-visible {
        outline: 0
    }

#txtComment {
    background: #fff !important;
}

.input_box input:focus + label,
.input_box input:valid + label {
    font-size: 15px;
    color: var(--themecolor2);
    top: -12px;
    font-weight: 600;
    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;
        font-weight:600;
        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;
        font-family: 'Exo';
        font-weight: 500;
        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;
    }

.feedback_crd {
    box-shadow: 0px 10px 25px 0px rgba(25, 54, 86, 0.07);
    border: 1px solid #f7f8f9;
    border-radius: 5px;
}
.sitemap a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    --ms-transition: all 0.3s ease 0s;
    text-decoration:none;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: var(--themecolor2);
    font-weight:500;
    font-family:Exo;
}

    .sitemap a:hover {
        color: var(--themecolor) !important;
       margin-left: 10px;
    }
.webmaster_card {
    box-shadow: 0px 10px 25px 0px rgba(25, 54, 86, 0.07);
    margin: 5% 10%;
    padding: 30px;
    display: flex;
}
.web_content {
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
    align-items: center;
}
.web_img img {
    width: 180px;
    margin: 15px 0;
}
.web_img {
    border-right: 2px solid #f1f1f1;
    padding-right:40px
}
.web_content p {
    width: 100%;
    text-align: left;
}
.footerDates {
    position: absolute;
    right: 40px;
    margin-top: -32px;
    padding: 5px;
    background: #fff;
}

.footerDate {
    position: absolute;
    right: 40px;
    bottom: 0;
    margin-bottom: 7px;
    margin-top: 30px;
}
    .footerDate strong {
        font-weight: 500;
    }

img.pdf_view {
    width: 18px;
    margin-top: -4px;
    margin-right: 3px;
}
.dropdown_display3.catgrr_fltr {
    right: 50px;
    font-weight: 900;
    margin-top: -5px;
    font-family: 'Exo';
}

.stafftable{
margin-top:30px;
}
.quicksrch_card {
    background-image: url(../../MediaGallery/UI_Image/quick_box_bg.png);
    position: relative;
    border-radius: 10px;
    margin: 10px;
    border: 1px solid #efefef;
    background-size: cover;
    /* box-shadow: 5px 4px 16px 0px #00000014;*/
    overflow: hidden;
    z-index: 0;
}
.quicksrch_dtls {
    padding: 15px;
}
    .quicksrch_dtls h6 {
        text-align: center;
        font-family: 'Exo';
        font-weight: 600;
        color: var(--themecolor2);
        margin-bottom:25px;
    }
    .quicksrch_dtls p {
        font-size: 16px;
    }
    .quicksrch_dtls span {
        display: block;
    }
img.quicksrch_img {
    width: 25px;
}
.quicksrch_text {
    display: flex;
    font-size: 14px; margin-bottom: 10px;
}
img.quicksrch_img {
     width: 25px;
    height: 25px;
    margin-right: 5px;
   
}
.quicksrch_card iframe {
    margin-bottom: -7px;
}
img.Mahakumbh_logo {
    width: 70px;
}
img.kta_logo {
    width: 77px;
    margin-left: 7px;
}

.press_card {
    box-shadow: rgb(0, 0, 0) 0px 0px 9px -5px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    margin: 10px;
    border-color: rgb(255, 255, 255);
    border-image: initial;
}
.press_card a{
    text-decoration:none;
}
    .press_cont {
    position: relative;
    z-index: 9;
    background: rgb(255, 255, 255);
    padding: 10px;
}
    .press_cont h4 {
        color: rgb(0, 0, 0);
        font-size: 14px;
        display: -webkit-box;
        max-width: 100%;
        height: 38px;
        line-height: 19px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        margin: 0px auto 3px;
    }
    .press_cont span {
        color: rgb(0, 0, 0);
        font-size: 13px;
        float: right;
    }
.press_img{
    position:relative;
    overflow:hidden;
}

@keyframes rotate {
    0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
.Pagination-box {
    padding: 25px 0 25px;
}

.border_line {
    width: 100%;
    border-bottom: 4px solid var(--themecolor2);
    padding: 0 15px;
    height: 45px;
    border-radius: 50px;
}

.Display_record {
    margin-top: 12px;
}

a.page-link {
    background: #fff;
}

.pagination {
    float: right;
    height: 40px;
}

    .pagination ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        border-radius: 50px;
    }

        .pagination ul li {
            color: #000;
            list-style: none;
            line-height: 30px;
            text-align: center;
            padding: 4px 0px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            user-select: none;
            transition: all 0.3s ease;
        }

            .pagination ul li a {
                color: #000;
                display: block;
                line-height: 30px;
                text-align: center;
                font-size: 14px;
                font-weight: 500;
                text-decoration: none;
                cursor: pointer;
                user-select: none;
                transition: all 0.3s ease;
            }

                .pagination ul li a.numb {
                    list-style: none;
                    height: 30px;
                    width: 30px;
                    margin: 0px 3px;
                    line-height: 30px;
                    border-radius: 50%;
                }

                .pagination ul li a.numb, .pagination ul li a {
                    list-style: none;
                    height: 30px;
                    width: 30px;
                    margin: 0px 5px;
                    line-height: 30px;
                    border-radius: 50%;
                }

            .pagination ul li .numb.first {
                margin: 0px 3px 0 -5px;
            }

            .pagination ul li .numb.last {
                margin: 0px -5px 0 3px;
            }

            .pagination ul li .dots {
                font-size: 22px;
                cursor: default;
            }

            .pagination ul li .btn {
                padding: 0 14px;
                border-radius: 50px;
                margin-right: 10px;
            }

            .pagination ul li .prev {
                margin-right: -2px;
            }

            .pagination li a.active, .pagination li.active a,
            .pagination ul li a.numb:hover,
            .pagination ul li a:first-child:hover,
            .pagination ul li a:last-child:hover {
                color: #fff;
                background: var(--themecolor);
            }

.paginate_button.disabled {
    display: none !important;
}

li.paginate_button.page-item {
    margin: 0 5px;
}

a.page-link {
    border-radius: 5px !important;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: var(--themecolor) !important;
    padding: 0px 7px;
    text-align: center;
    border-color: var(--themecolor1);
}

.page-link.active, .active > .page-link {
    border-color: var(--themecolor);
}

.page-link:hover {
    border-color: var(--themecolor);
    background: var(--themecolor);
    color: #fff !important;
}



.page-link:focus {
    box-shadow: none
}

li.paginate_button.page-item.active a.page-link {
    color: #fff !important;
}
/*.modal-dialog {
    max-width: 50%; 
}*/
.dropdown_display3.right_0{
    right:0
}
.dropdown_display3.right_20 {
    right: 20px;
}
.press_img img {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
    object-position: center;
}