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;
    --themegray: #f1f2f3;
    --themecolor1: #00458f;
    --themecolor2: #00b1df;
    --themecolor3: #ff7800;
    --themecolor4: #1d2a4d;
    --themecolor5: #545454;
}

a {
    text-decoration: none !important
}

.common_container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
}

.top-menu {
    background-color: var(--themecolor2);
    padding: 2px 20px;
    right: 0;
    height: 43px;
    z-index: 9;
    position: absolute;
    clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 100%, 50% 100%, 7% 100%, 0% 0%);
}

    .top-menu .time {
        color: #fff;
        font-size: 13px;
        position: absolute;
        top: 5px;
    }

a {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.top-link {
    font-size: 14px;
    color: var(--themewhite);
    text-decoration: none;
    border-right: 1px solid #ccc;
    padding: 0px;
    padding-right: 13px;
    padding-left: 20px;
    margin-right: 10px;
}

    .top-link:hover {
        text-decoration: underline !important;
    }

.btn-increase-decrease {
    border-right: 1px solid #ccc;
    padding-right: 8px;
    margin-right: 7px;
    margin-top: 9px;
}

.btn-color-mode.float-end {
    margin-top: 9px;
}

.btn-increase-decrease > a {
    text-decoration: none;
    width: 21px;
    height: 21px;
    color: #000;
    font-size: 13px;
    margin: 0px 2px;
    text-align: center;
    line-height: 24px;
    padding: 0px;
    background: var(--themewhite);
    font-weight: 500;
    border-radius: 2px;
    transition: linear 0.2s;
}

    .btn-increase-decrease > a:hover,
    .btn-color-mode > a:hover,
    .btn-color-mode > a.Dark:hover,
    .btn-color-mode > a.gray:hover,
    .btn-laguage:hover {
        background-color: var(--themecolor2);
        color: var(--themewhite);
        transition: linear 0.2s;
    }

.btn-color-mode > a {
    width: 22px;
    height: 22px;
    color: #000;
    font-size: 13px;
    margin: 0px 2px;
    text-align: center;
    line-height: 24px;
    padding: 0px;
    text-decoration: none;
    background: var(--themewhite);
    font-weight: 500;
    border-radius: 2px;
    transition: linear 0.2s;
}



    .btn-color-mode > a.Dark {
        background: #000;
        color: #ff0;
    }

    .btn-color-mode > a.gray {
        background: #464646;
        color: #ff0;
    }

.btn-laguage {
    color: #000;
    font-size: 12px;
    margin: 0px 2px;
    text-align: center;
    line-height: normal;
    padding: 2px 14px;
    background: var(--themewhite);
    font-weight: 500;
    border-radius: 2px;
    transition: linear 0.2s;
    z-index: 1;
    position: relative;
}


.Header {
    position: relative;
    height: 130px;
}

.main_logo {
    position: relative;
    display: flex;
    margin-top: 31px;
    width: fit-content;
}

img.H_logo {
    width: 76px;
    height: 76px;
    z-index: 99;
    margin-left: 8px;
    margin-right: 5px;
}

img.H_logo_2 {
    height: 90px;
    z-index: 99;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: -9px;
}

img.H_logo_3 {
    height: 76px;
    z-index: 99;
}

img.H_logo_1 {
    height: 83px;
    z-index: 99;
    margin-top: -4px;
}

.head_logo_sec h2 {
    padding-top: 9px;
    font-size: 26px;
    width: 565px;
    width: 635px;
    position: relative;
    font-family: 'Exo';
    margin-left: 8px;
    font-weight: 700;
    color: var(--themecolor1);
}

img.GOI_logo {
    height: 80px;
    margin-left: 21px;
}

.ICAR_logo img {
    margin-right: 15px;
    width: 59px;
}

.NBFGR_logo img {
    width: 80px;
}

a.NFDB_logo img {
    margin-right: 15px;
    width: 85px;
}

.extrnl_link {
    float: right;
    margin-top: 47px;
    margin-right: 22px;
}

#slider1 .owl-dots {
    margin-top: -36px;
    padding-top: 9px;
    padding-left: 11px;
    border-radius: 4px 0 0 0;
    z-index: 9999;
    display: inline-block;
    position: inherit;
    height: 36px;
    float: right;
    border: 1px solid #afa9a980;
    background: rgb(205 205 205 / 48%);
    padding-right: 2%;
}



.owl-1_sliderbutton {
    position: relative;
    margin-top: -37px;
    z-index: 999;
    margin-right: 14px;
    float: right;
}

    .owl-1_sliderbutton a {
        color: var(--themecolor1);
    }

#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(--themecolor2);
    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(--themecolor2);
    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(--themewhite) !important;
}

#slider1 .owl-dots {
    margin-top: -46px;
    padding-top: 8px;
    padding-left: 11px;
    padding-bottom: 25px;
    border-radius: 4px 0 0 0;
    z-index: 9999;
    position: relative;
    border: 1px solid #ffffff45;
    background: rgb(255 255 255 / 40%);
    padding-right: 2%;
}


.tickerseprator {
    border-right: 2px solid #818181;
    height: 20px;
    margin-top: 16px;
    margin-left: 3px;
    margin-right: 15px;
}

.bn-news ul li img {
    width: 55px;
    height: 30px;
    margin-top: 11px;
}

.bn-breaking-news:after {
    position: absolute;
    content: "Latest Update";
    width: 12%;
    height: 50px;
    font-size: 17px;
    color: var(--themewhite);
    line-height: 50px;
    padding-left: 19px;
    top: 0;
    left: 0;
    background: var(--themecolor2);
    clip-path: polygon(0% 0%, 0% 0%, 78% 0%, 100% 100%, 50% 100%, 0% 100%, 0% 0%);
}

.bn-effect-scroll .bn-news ul {
    padding-left: 200px;
    margin-right: -200px;
}

a.login_btn {
    position: absolute;
    font-weight: 500;
    right: 0;
    top: 0;
    font-size: 15px;
    color: #fff;
    background: var(--themecolor3);
    padding: 12px 33px;
    border-radius: 0;
    transition: linear 0.3s;
}

    a.login_btn:hover {
        background: var(--themecolor2);
        transition: linear 0.3s;
        border-color: var(--themecolor2);
    }

.news_card:hover {
    background: #067bd426;
    border-color: #bedceb;
}

h4.Home_heading {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
    color: var(--themecolor1);
    position: relative;
    font-family: 'Laila';
    margin-bottom: 5px;
}

h4.Home_heading_1 {
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    letter-spacing: -1px;
    color: var(--themecolor1);
    position: relative;
    font-family: 'Laila';
    margin-bottom: 15px;
    z-index: 9;
}

h4.Home_heading::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 70px;
    background-color: var(--themecolor2);
    bottom: 0px;
    left: 0;
}

section.About_Section {
    margin-top: -10px;
    padding: 30px 0px;
    padding-bottom: 10px;
    background-image: url(../../MediaGallery/UI_Image/about_bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

    section.About_Section p {
        text-align: justify;
    }

.home_about_img {
    margin-top: 12px;
    margin-left: 13px;
    float: left;
    border-radius: 100%;
    background: var(--themecolor1);
}

    .home_about_img img {
        transform: translate3d(10px, -10px, 0);
        transition: ease transform 300ms;
        border-radius: 100%;
        width: 100%;
    }


.About_Section:hover .home_about_img img {
    transform: translate3d(0px, 0px, 0);
}

img.home_about_img_1 {
    float: right;
    padding-left: 15px;
    padding-bottom: 3px;
    width: 230px;
}

a.Read_more_btn {
    margin-top: -8px;
    padding: 4px 16px;
    background: var(--themecolor1);
    color: #fff;
    font-size: 13px;
    float: right;
    transition: ease 1s;
    border-radius: 0 0 7px 7px;
    border-bottom:4px solid var(--themecolor2);
}
    a.Read_more_btn:hover {
        transition: ease 1s;
        border-color: var(--themecolor1);
        box-shadow: inset 0px 50px var(--themecolor2);
    }

.news_top {
    display: flex;
    background: var(--themecolor1);
    border-bottom: 4px solid var(--themecolor2);
    position: relative;
    padding: 0 5px;
    border-radius: 8px 8px 0 0;
}

.news_top_1 {
    display: flex;
    border-bottom: 4px solid var(--themecolor1);
    position: relative;
    padding: 0 5px;
    border-radius: 10px;
}

.ticker_size img {
    width: 20px;
}

.btnToggle,
.btnToggle1 {
    background-color: #fff;
    color: var(--themecolor1);
    border-radius: 50%;
    height: 24px;
    text-align: center;
    font-size: 9px;
    line-height: 25px;
    width: 24px;
    text-decoration: none;
    margin-top: 7px;
    transition: all 0.5s;
}

    .btnToggle::before,
    .btnToggle1::before {
        content: "\f04b";
        font-family: 'FontAwesome';
        text-decoration: none;
        font-size: 14px;
        margin-left: -4px;
    }

.et-run,
.et-run1 {
    background-color: var(--themecolor1);
    color: white !important;
    border-radius: 50%;
    height: 24px;
    line-height: 25px;
    text-decoration: none;
    width: 24px;
    margin-top: 7px;
    transition: all 0.5s;
}

    .et-run::before,
    .et-run1::before {
        content: "\f04c";
        text-decoration: none;
        font-size: 12px;
        margin-left: -5px;
    }

a.btnUp .fa,
a.btnUp1 .fa {
    font-size: 15px;
    color: #ffffff;
    padding: 5px;
    background: var(--themecolor1);
    font-weight: 400;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    transition: all 0.5s;
}

a.btnDown .fa,
a.btnDown1 .fa {
    font-size: 15px;
    color: #ffffff;
    padding: 5px;
    background: var(--themecolor1);
    font-weight: 400;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    transition: all 0.5s;
}

a.btnUp:hover .fa,
a.btnDown:hover .fa,
a.btnUp1:hover .fa,
a.btnDown1:hover .fa {
    color: var(--themecolor1);
    background: #fff;
}

.ticker-box {
    position: absolute;
    right: 6px;
    top: -4px;
}

    .ticker-box a {
        float: right;
        padding-left: 5px;
    }

a.btnUp,
a.btnDown,
a.btnUp1,
a.btnDown1 {
    margin-top: 7px;
}

.demo5 {
    max-height: 177px !important;
    min-height: 177px;
}

.demo6 {
    max-height: 176px !important;
    min-height: 176px;
}

.news_scroll {
    position: relative;
    margin-bottom: 15px;
}

.ticker_size img {
    width: 17px;
}

.ticker_size span {
    font-size: 10px;
    color: #000;
    line-height: 18px;
}

span.news_date {
    float: right;
    line-height: 24px;
}

.news_card {
    padding: 8px;
    position: relative;
    width: 100%;
    display: block;
    height: 80px;
    margin-bottom: 5px !important;
    background-color: #f8f1e93d;
    border: 1px solid #ff88002e;
    border-radius: 0;
    cursor: pointer;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.news_textbox {
    color: #000;
    font-size: 14px;
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    height: 34px;
    margin: 0 auto;
    margin-bottom: 6px;
    line-height: 17px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.demof ul {
    padding: 5px 0;
    width: 100%;

}

.news_bg {
    /* background: var(--themecolor1);
    clip-path: polygon(0% 0%, 0% 0%, 62% 0%, 100% 100%, 50% 100%, 0% 100%, 0% 0%); */
    padding: 5px 45px;
    padding-left: 15px;
    color: #fff;
    padding-top: 6px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: -1px;
}

    .news_bg h5 {
        font-size: 17px;
        font-weight: 600;
        font-family: 'Exo';
        margin-bottom: 0;
    }

.news_bg_1 {
    padding: 0;
    color: #fff;
}

    .news_bg_1 h5 {
        color: var(--themecolor1);
        font-size: 17px;
        font-weight: 700;
        font-family: 'Exo';
        margin-top: 10px;
        margin-bottom: 2px;
    }

a.news_view_btn {
    text-align: center;
    width: 100%;
    display: block;
    background: var(--themecolor1);
    color: #fff;
    padding: 4px;
    font-size: 13px;
    border-top: 3px solid var(--themecolor2);
    transition: ease 1s;
    border-radius: 0 0 8px 8px;
}

    a.news_view_btn:hover {
        transition: ease 1s;
        border-color: var(--themecolor1);
        box-shadow: inset 0px 50px var(--themecolor2);
    }

a.news_view_btn_2 {
    text-align: center;
    width: 100%;
    display: block;
    background: var(--themecolor2);
    color: #fff;
    padding: 4px;
    font-size: 13px;
    border-bottom: 4px solid var(--themecolor1);
    border-radius: 0 0 8px 8px;
    transition: ease 1s;
}

a.news_view_btn_1 {
    text-align: center;
    width: 350px;
    display: block;
    background: var(--themecolor2);
    color: #fff;
    padding: 4px;
    font-size: 13px;
    border-bottom: 4px solid var(--themecolor1);
    border-radius: 0 0 8px 8px;
    margin-top: -1px;
    transition: ease 1s;
}

    a.news_view_btn_2:hover, a.news_view_btn_1:hover {
        transition: ease 1s;
        border-color: var(--themecolor2);
        box-shadow: inset 0px 50px var(--themecolor1);
    }

.news_scroll.news_scrl_lrg {
    width: 120%;
    margin-left: -10%;
}

.footer {
    position: relative;
}

.footer_bg {
    background-color: var(--themecolor4);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../MediaGallery/UI_Image/footer_bg.png);
}

    .footer_bg:before {
        content: '';
        position: absolute;
        height: 20px;
        width: 100%;
        background-image: url(../../MediaGallery/UI_Image/footer_tp.png);
        top: -19px;
        z-index: 9;
    }

a.ft_home_link img {
    width: 90px;
    margin-top: -6px;
}

a.ft_home_link {
    display: flex;
    margin-top: 25px;
}

.ft_home_link h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    padding-left: 8px;
    width: 415px;
}

.footer_bg p {
    color: #fff;
    text-align: justify;
    margin-top: 20px;
}

.social-menu {
    margin-top: 2px;
    position: absolute;
}

    .social-menu ul {
        padding: 0;
        margin: 0;
        display: flex;
    }

        .social-menu ul li {
            list-style: none;
            margin: 0px 4px;
        }

            .social-menu ul li:nth-child(3) a:hover .fa {
                line-height: 23px;
            }

            .social-menu ul li .fa {
                font-size: 15px;
                line-height: 20px;
                transition: .2s;
            }

            .social-menu ul li:nth-child(1) a i {
                font-weight: 500;
                line-height: 19px;
                font-size: 16px;
                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: 20px;
                height: 20px;
                border-radius: 2px;
                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, -5%);
                }

            .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: 13px;
                        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: -3px;
                margin-left: 0px;
            }

.twitter_img {
    max-width: 13px;
    content: url('../../MediaGallery/Icons/X_twitter.svg');
}

.footer_nav > li {
    margin-bottom: 5px;
    list-style: none;
}a .fa {
     color:#FFF
 }

    .footer_nav > li > a {
        color: #ffffff;
        font-weight: 500;
        position: relative;
        transition: .9s cubic-bezier(.24, .74, .58, 1);
    }

        .footer_nav > li > a:before {
            content: url(../../MediaGallery/Icons/fish.png);
            font-size: 15px;
            width: 20px;
            position: absolute;
            top: 0%;
            left: -30px;
            transform: translate(0, -50%);
            transition: .9s cubic-bezier(.24, .74, .58, 1);
            opacity: 0;
        }

        .footer_nav > li > a:hover {
            transition: .9s cubic-bezier(.24, .74, .58, 1);
            font-weight: 500;
            padding-left: 20px;
        }

            .footer_nav > li > a:hover:before {
                opacity: 1;
                left: -7px;
                top: 14px;
                transition: .9s cubic-bezier(.24, .74, .58, 1);
            }

img.apk_qr {
    width: 85px;
}

.mobil_app p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 0;
}

.mobil_app {
    text-align: center;
    margin-bottom: 25px;
}

.footer_right h6 {
    color: #fff;
    margin-bottom: 0;
}

.footer_bottom {
    padding: 5px;
    margin-top: 0;
    border-top: 2px dashed #293963;
}

span.copyright {
    font-size: 13px;
    color: #fff;
}

span.lst_updt {
    color: #fff;
    font-size: 13px;
    text-align: end;
}

.hyper_list h6 {
    color: var(--themecolor1);
    font-size: 17px;
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 2px;
    font-family: 'Exo';
}

.hyper_list .news_top_1 {
    margin-bottom: 13px;
}

.hyper_list {
    margin-top: 9px;
}


ul.list_nav {
    padding-left: 0;
    margin-bottom: 8px;
}

.list_nav > li {
    margin-bottom: 4px;
    list-style: none;
}

    .list_nav > li > a {
        width: 350px;
        color: #000;
        font-size: 13px;
        position: relative;
        padding-left: 20px;
        transition: .3s cubic-bezier(.24, .74, .58, 1);
        position: relative;
        display: block;
        padding: 7px 10px;
        margin: 0 0;
        background: #f8f8f8;
        height: 30px;
        text-decoration: none;
        box-shadow: inset 0.5em 0 var(--themecolor2);
        -webkit-transition: box-shadow 1s;
        transition: box-shadow 1s;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        display: -webkit-box;
        overflow: hidden;
    }
  

ul.footer_nav {
    margin-bottom: 20px;
}

.list_nav a:hover {
    box-shadow: inset 400px 0 var(--themecolor2);
    transition: .6s cubic-bezier(.24, .74, .58, 1);
}


/* .list_nav>li>a:before {
    content: url(../../MediaGallery/Icons/tuna.png);
    font-size: 15px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translate(0, -50%);
    transition: .3s cubic-bezier(.24, .74, .58, 1);
    opacity: 0;
    opacity: 1;
    left: -7px;
    top: 14px;
} 

.list_nav>li>a:hover {

    padding-left: 0px;
}

.list_nav>li>a:hover:before {
    left: -20px;
    transition: .3s cubic-bezier(.24, .74, .58, 1);
    opacity: 0;
}
*/
section.details_card {
    position: relative;
    padding: 50px 0;
}

.details_card h4 {
    font-size: 18px;
    font-family: 'Exo';
    font-weight: 600;
    color: #fff;
}

.details_card .card {
    overflow: hidden;
    border-color: var(--themecolor2);
}

.crd_data {
    padding: 0 10px;
}

    .crd_data p {
        margin-bottom: 6px;
        font-size: 14px;
        color: #fff;
    }

.Importantlinks {
    position: relative;
    padding-top: 20px;
    padding-bottom: 25px;
    background-image: url(../../MediaGallery/UI_Image/important.png);
    background-repeat: repeat;
}

.slideritem img {
    width: 170px !important;
}

.slideritem {
    display: flex !important;
    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(--themecolor1);
    }

    #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(--themecolor1);
        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(--themecolor1);
        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(--themecolor1);
        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: 30px;
    left: 52%;
    z-index: 9;
    margin-left: -3px;
    color: var(--themecolor1);
}

    .owl-2_sliderbutton a {
        color: var(--themecolor1);
    }

#Importantlinks .owl-dots.disabled {
    display: block !important;
}




.details_card {
    background: #fff;
    background-image: url(../../MediaGallery/UI_Image/nbfgr_campus.png);
    background-position: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position: center;
}

.card_trns {
    border-right: 2px dashed #ffffff9e;
}

    .card_trns.no_border {
        border: none;
    }

.progress-wrap {
    position: fixed;
    right: 10px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    cursor: pointer;
    display: block;
    background-color: var(--themecolor2);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

    .progress-wrap.active-progress {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .progress-wrap::after {
        position: absolute;
        font-family: 'FontAwesome';
        content: "\f062";
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        color: #fff;
        left: 0;
        top: 0;
        height: 40px;
        width: 40px;
        cursor: pointer;
        display: block;
        z-index: 1;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .progress-wrap:hover::after {
        opacity: 0;
    }

.progress-circle > path {
    fill: transparent !important;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f062";
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    opacity: 0;
    background-color: #fff;
    background: rgb(255, 255, 255);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

    .progress-wrap svg path {
        fill: #ffffff;
    }


    .progress-wrap svg.progress-circle path {
        stroke: #fff;
        /* --- Lijn progres kleur --- */
        stroke-width: 5;
        box-sizing: border-box;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }


* {
    scrollbar-width: thin;
    scrollbar-color: var(--themecolor1) #ffffff;
}


    *::-webkit-scrollbar {
        width: 10px;
    }

    *::-webkit-scrollbar-track {
        background: #f3f7fd;
    }

    *::-webkit-scrollbar-thumb {
        background-color: var(--themecolor1);
        border-radius: 5px;
        border: 2px solid #ffffff;
    }

.main_content {
    min-height: 250px;
    padding: 45px 0;
    margin-bottom: 50px;
}

.breadcrumb_bg {
    overflow: hidden;
    position: relative;
    height: 240px;
    width: 100%;
}

a.contactus {
    font-family: 'Exo';
    font-weight: 600;
    color: var(--themecolor1);
}

    a.contactus:hover {
        color: var(--themecolor2);
    }

.breadcrumb_bg::before {
    content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    display: block;
    opacity: 0.05;
    background-color: #000;
    z-index: 1;
}

img.inner_bner {
    width: 100%;
    object-fit: cover;
    height: 200px;
}

.breadcrumb_cont h4 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    font-family: 'exo';
}

.breadcrumb_cont {
    z-index: 9;
    position: absolute;
    color: #000;
    text-align: center;
    padding: 8px 4%;
    width: 100%;
    height: 43px;
    bottom: 0;
    background: #ebebeb;
    border-bottom: 1px solid #e3e3e3;
}

ul.breadcrumb_nav {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    list-style: none;
    justify-content: end;
    align-items: center;
    margin-top: -48px;
    font-family: 'exo';
}

.breadcrumb_items + .breadcrumb_items::before {
    font-family: FontAwesome;
    content: "\f101";
    font-size: 20px;
    color: #000;
    padding: 0 10px;
    line-height: 55px;
}

ul.breadcrumb_nav a {
    color: #000;
    padding-top: 3px;
}

img.right_img {
    float: right;
    margin-left: 40px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 2px solid #d79196;
}
section.breadcrumb{
    margin-bottom:0
}

.main_content p {
    text-align: justify;
}

section.news_Section {
    position: relative;
    padding: 20px 0;
    /* padding-bottom: 0px; */
}

.details_top {
    position: absolute;
    top: -14px;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 1;
}

.details_bottom {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    z-index: 1;
}

    .details_bottom img {
        width: 100%;
    }

.vistor_cont h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.footer {
       position: relative;
}

.footer_bg {
    padding-top: 40px;
}

.hyper_list ul {
    list-style: none;
}

    .hyper_list ul:not(ul ul) {
        padding: 0;
        padding-bottom: 0;
        display: grid;
        grid-template-columns: max-content;
        z-index: 1;
        position: relative;
        perspective: 50vw;
        transform-style: preserve-3d;
    }

        .hyper_list ul:not(ul ul) .done {
            text-decoration: line-through;
        }

        .hyper_list ul:not(ul ul) > li {
            --listcal: 0;
            padding: 0;
            background-color: rgb(218, 218, 218);
            position: relative;
            transform-style: preserve-3d;
            cursor: pointer;
            position: relative;
            transition: transform 0.3s;
        }

            .hyper_list ul:not(ul ul) > li::after {
                content: "";
                pointer-events: none;
                display: block;
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                opacity: 0;
                transition: opacity 0.3s;
                z-index: 1;
                mix-blend-mode: overlay;
                background-image: linear-gradient(to left, #ffe4b2, #c8b188);
            }

            .hyper_list ul:not(ul ul) > li:hover {
                --listcal: 1;
            }

                .hyper_list ul:not(ul ul) > li:hover::before {
                    transform: translate3d(2rem, 1px, -1px) scale(calc(1 - var(--listcal)* 0.1)) rotate(1.5deg);
                    filter: blur(8px);
                }
            /* .hyper_list  ul:not(ul ul) > li:hover::after {
            opacity: 0.6;
          } */

            .hyper_list ul:not(ul ul) > li ul {
                margin-top: 0.5em;
                margin-left: 1em;
                font-size: 0.8em;
            }

                .hyper_list ul:not(ul ul) > li ul li {
                    z-index: 1;
                }

            .hyper_list ul:not(ul ul) > li:not(:first-of-type) {
                margin-top: 7px;
            }

h4.home_head {
    font-size: 23px;
    font-weight: 700;
    font-family: 'Exo';
}

.home_skip {
    margin-top: -100px;
    position: absolute
}

.Clr_table.table {
    border-color: #bfd5eb;
}

    .Clr_table.table tr:nth-child(odd), .datatable.table tr:nth-child(odd) {
        background-color: #fff;
    }

    .Clr_table.table tr:nth-child(even), .datatable.table tr:nth-child(even) {
        background-color: #e9f4ff;
    }

.table-hover.Clr_table > tbody > tr > th:hover {
    --bs-table-hover-bg: #d9ebff;
}

.Clr_table tr th, .datatable > thead > tr > th {
    background-color: var(--themecolor2);
    color: #fff !important;
    text-align: center;
    text-wrap: nowrap;
    padding: 10px;
    font-family: 'Exo';
    border-color: #bfd5eb;
}

    .Clr_table tr th:hover, .datatable-table th:hover {
        background-color: var(--themecolor2);
    }

.center-td-1 > tr > td:first-child {
    text-align: center;
}

.Clr_table tr td {
    vertical-align: middle;
}

.wth_30 {
    width: 30%;
}
.wth_20 {
    width: 20%;
}
.wth_10 {
    width: 10%;
}

.wth_12 {
    width: 12%;
}
.wth_15 {
    width: 15%;
}
.wth_17 {
    width: 17%;
}
.wth_5 {
    width: 5%
}
.wth_3 {
    width: 3%
}
.wth_7 {
    width: 7%;
}
.Clr_table a {
    color: var(--themecolor4);
    font-weight: 500;
    font-family: 'Exo'
}

.Clr_table td:hover a {
    color: #000;
}

img.pdf_img {
    height: 25px;
}

.download_icon_1 img {
    width: 30px;
    margin-left: -1px;
    margin-top: -1px;
}

.download_icon, .download_icon_1 {
    background-image: linear-gradient(to left, var(--themecolor1), var(--themecolor2));
    padding: 2px;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    display: inline-block;
    transition: .5s ease-in;
    line-height: 24px;
    text-align: center;
}

.download_icon_1 {
    padding: 0;
}

    .download_icon:hover, .download_icon_1:hover {
        background-image: linear-gradient(to left, var(--themecolor2), var(--themecolor1));
        transition: .5s ease-in;
    }

.download_icon img {
    width: 15px;
}

img.word_img {
    width: 25px;
}

.center-td-3 > tr > td:nth-child(3) {
    text-align: center;
}

img.ui_img {
    width: 100%;
}

.main_content h4 {
    font-size: 22px;
    font-family: 'Exo';
    font-weight: 700;
    color: var(--themecolor1);
}

.ul_list {
    padding: 0
}

    .ul_list li {
        background: url(../../MediaGallery/Icons/tuna.png) no-repeat left 4px;
        padding: 5px 0 15px 24px;
        background-size: 18px;
        text-align: justify;
        list-style: none;
        display: table;
        line-height: 20px;
    }

li.single_li {
    min-width: 1800px;
}

.dropdwn_title3 {
    font-size: 15px;
    position: absolute;
    z-index: 999;
    color: #012970;
    margin-top: -12px;
    margin-bottom: 0;
    margin-left: 8px;
    background: #f0f5f9;
    padding: 0px 5px 0px 5px;
}

.dropdwn_title5 {
    font-size: 15px;
    right: 20px;
    position: absolute;
    z-index: 999;
    color: #012970;
    margin-top: -13px;
    background: #f0f5f9;
    padding: 0px 5px 0px 5px;
}

.bg_body {
    background: #f0f5f9 !important;
    border: 1px solid #afbdcf;
    border-radius: 3px;
    outline: 0;
}

span.spnchose {
    font-size: 9px;
    font-weight: 400;
    color: #000;
}

.drpdown {
    outline: none;
    border-radius: 3px;
    height: 36px;
    width: 100%;
    padding-top: 9px;
    font-weight: 300;
    color: #000000;
    font-size: 14px;
    padding-left: 20px;
    box-shadow: none;
    outline: none;
    background: #ffffff;
    border: 1px solid #00458f4a;
}

.height_100 {
    min-height: 102px !important;
}

.captcha {
    display: flex;
    justify-content: center
}

    .captcha span {
        padding: 10px 4px;
    }

.input_box input {
    border: 1px solid #00458f4a;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    color: #000000;
    background: #ffffff;
    font-size: 14px;
    padding-left: 20px;
    padding-top: 10px;
    box-shadow: none;
}

    .input_box input:focus-visible {
        outline: 0
    }

#txtComment {
    background: #f0f5f9 !important;
}

.input_box input:focus + label,
.input_box input:valid + label, .input_box textarea:focus + label,
.input_box textarea:valid + label {
    font-size: 16px;
    color: var(--themecolor1);
    top: -12px;
    font-family: 'Exo';
    left: 10px;
    background: #ffffff;
    padding: 0px 5px 0px 5px;
    font-weight: 600;
}

.input_box textarea {
    border: 1px solid #00458f4a;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    color: #000000;
    font-size: 14px;
    padding-left: 20px;
    box-shadow: none;
}



    .input_box input:focus, .input_box textarea:focus {
        color: #212529;
        background-color: #ffffff;
        border-color: var(--themecolor1) !important;
        outline: none;
        box-shadow: none;
    }

.input_box {
    width: auto;
    height: auto;
    position: relative;
}

    .input_box label {
        font-size: 16px;
        color: #929292;
        padding: 8px 13px;
        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;
    }

.contact_form {
    padding: 40px 0;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    box-shadow: 0px 2px 16px 0px #0000000f;
}
.dropdown_display3 {
    display: flex;
    justify-content: end;
    color: #000;
    line-height: 28px;
    font-size: 15px;
    margin-top: 4px;
    margin-top: 4px;
    margin-right: 265px;
    margin-bottom: -31px;
}





    .dropdown_display3 span {
        font-weight: 600;
        margin-right: 6px;
        font-family: 'Exo';
    }

.dropdown_display3 select {
    border: 1px solid #dee2e6;
    padding: 3px;
    border-radius: 5px;
}
.course-thumb {
    position: relative;
    overflow: hidden;
    margin: 3px;
    border: 1px solid #d7d4d4;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25);
}

    .course-thumb img {
        transition: all 2s ease;
        background-size: cover;
        width: 100%;
    }

        .course-thumb img:nth-child(1) {
            transform: translatex(50%) scalex(2);
            opacity: 0;
            filter: blur(10px);
        }

        .course-thumb img:nth-child(2) {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            object-fit: cover;
        }

.course-single-box:hover .course-thumb img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}

.course-single-box:hover .course-thumb img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.course-single-box:hover .course-thumb .count {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}

.course-single-box .course-thumb .count {
    transform: translatex(0%) scalex(2);
    opacity: 1;
    filter: blur(10px);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #024185;
    background: #00458f;
    padding: 0 7px;
    border-radius: 5px;
    transition: all .5s ease;
}
.course-single-box:hover .course-rating::before {
    width: 100%;
}

.course-admin {
    display: flex;
    align-items: center;
}

.course-shape {
    margin-right: 10px;
}

.course-shape-title h4 {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0
}

.gallery_img {
    position: relative;
    overflow: hidden;
    margin: 3px;
    border: 1px solid #d7d4d4;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25);
    display: block;
}

    .gallery_img:hover:before {
        -webkit-animation: circle .75s;
        animation: circle .75s;
        opacity: 1;
    }

    .gallery_img:before {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        content: '';
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        z-index: 1;
    }

    .gallery_img img {
        width: 100%;
        position: relative;
        display: block;
        overflow: hidden;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
    }

    .gallery_img:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.p_rel {
    position: relative !important;
    margin-top: 0 !important;
    top: 0 !important;
}

.course-icon {
    position: absolute;
    top: 20px;
    right: 20px;
}

    .course-icon i {
        color: #FFFFFF;
        font-size: 24px;
    }

.course-rating {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient(180deg, #00000012, rgb(0 0 0 / 72%), #111111c4);
    width: 100%;
    height: 40px;
    padding: 0 8px 0;
    z-index: 1;
}

    .course-rating::before {
        position: absolute;
        content: "";
        width: 0;
        height: 100%;
        background: background: linear-gradient(180deg, #00458f63, rgb(0 69 143 / 79%), #00458f);
        left: 0;
        top: 0;
        z-index: -1;
        transition: 0.5s;
    }
.gallery_imgbox .col-lg-3, .gallery_imgbox .col-lg-4 {
    padding: 10px;
    display: flex;
}
.gallery_imgbox a {
    margin:8px;
    position: relative;
    border: 1px solid #d9d9d9;
    cursor: none;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
    -webkit-transition: 800ms ease;
    -o-transition: 800ms ease;
    transition: 800ms ease;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25);
}

.gallery_imgbox img {
    position: relative;
}

.gallery_imgbox img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    -webkit-transition: 800ms ease;
    -o-transition: 800ms ease;
    transition: 800ms ease;
    -webkit-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
    -o-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
    transition-property: color, background, mix-blend-mode, opacity, visibility, height;
    opacity: 1;
}

.gallery_imgbox a:hover img {
    filter: brightness(0.4);
}

.hover-plus {
    display: none;
    position: absolute;
    pointer-events: none;
    background: transparent;
    width: 40px;
    height: 40px;
    mix-blend-mode: difference;
    z-index: 2;
    -webkit-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
    -webkit-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
    -o-transition-property: color, background, mix-blend-mode, opacity, visibility, height;
    transition-property: color, background, mix-blend-mode, opacity, visibility, height;
}

    .hover-plus:before, .hover-plus:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 3px;
        background: #fff;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
        opacity: 0;
        -webkit-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease;
    }

    .hover-plus svg {
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0;
        -webkit-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
        fill: #fff;
        width: 35px;
    }

    .hover-plus.video:before, .hover-plus.video:after {
        display: none;
    }

a:hover .hover-plus:before, a:hover .hover-plus:after,
a:hover .hover-plus svg {
    opacity: 1;
    z-index: 999;
    cursor: none;
}

a:hover > .hover-plus:before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scale(1);
    -ms-transform: translate(-50%, -50%) rotate(180deg) scale(1);
    transform: translate(-50%, -50%) rotate(180deg) scale(1);
}

a:hover > .hover-plus:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg) scale(1);
    -ms-transform: translate(-50%, -50%) rotate(90deg) scale(1);
    transform: translate(-50%, -50%) rotate(90deg) scale(1);
}

.portfolio-item-style3 .img a {
    cursor: none;
}

.gallery_imgbox a:hover .imgcontent {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.gallery_imgbox a .imgcontent {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 25px;
    color: #fff;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    pointer-events: none;
}

.imgcontent p {
    font-size: 12px;
    opacity: .8;
    margin-bottom: 5px;
}

.imgcontent h6 {
    margin: 0;
    font-size: 16px;
}

a.Mp_card.photoCat {
    border-radius: 10px;
}

.photoCat .card__image {
    width: 100%;
    height: 100%;
    padding: 3px;
    margin-bottom: 20px;
    background: #FFF;
    border-radius: 10px 10px 10px 0;
}

.photoCat .card__overlay {
    border-radius: 10px 10px 10px 0;
}
td.Publication_img img {
    width: 100px;
    padding: 6px;
}
.owl-1_sliderbutton .fa, .owl-2_sliderbutton .fa {
    color: var(--themecolor1);
}