﻿@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');


body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif !important;
    letter-spacing: .5px !important;
}

a {
    text-decoration: none;
    transition: .4s all ease-in-out;
}

    a:hover {
        color: #ffcb03 !important;
    }

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

/* header top start */

.top_header_div {
    background: linear-gradient(to right, white 50%, #083a58 0%);
    border-top: 8px solid #083a58;
}

.logo_div_img {
    width: 100px;
    position: absolute;
    top: 20px;
}

.header_top_div_content {
    background: #083a58;
}

.shade_1::after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-top: 41px solid;
    border-left: 41px solid transparent;
    position: absolute;
    margin-left: -41px;
    border-top-color: #083a58;
    top: -6px;
}

.header_main {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.header_top_div_content ul > li {
    padding: 0 10px;
}

    .header_top_div_content ul > li > a {
        padding: 0px 1px;
        font-size: 16px;
        font-weight: 600;
    }
/* header top end */
/* logo start */
.logo_div_icon {
    margin-right: 10px;
}

    .logo_div_icon img {
        width: 35px;
        border: 2px solid #656565;
        border-radius: 50%;
        margin-top: 4px;
    }

.logo_div_content {
    display: grid;
}

    .logo_div_content span {
        text-transform: uppercase;
        font-weight: 700;
        color: black;
        font-size: 15px;
    }

        .logo_div_content span + span {
            text-transform: uppercase;
            font-weight: 600;
            color: #757575;
            letter-spacing: 1px;
            font-size: 14px;
            margin-top: -3px;
        }

    .logo_div_content a {
        text-transform: uppercase;
        font-weight: 600;
        color: #757575;
        letter-spacing: 1px;
        font-size: 14px;
        margin-top: -3px;
    }

    .logo_div_content ul > li {
        display: flex;
        margin: 10px 0;
    }

/* logo end */

/* back to top start */
#back-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 9999;
}

    #back-top img {
        width: 50px;
        height: 50px;
    }
/* back to top end */

/* navbar start */
div.class1 {
    overflow: scroll;
    z-index: 999;
}


    div.class1::-webkit-scrollbar {
        height: 4px;
        width: 5px;
        background: #fff;
    }

    div.class1::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #555;
    }

    div.class1 .navbar_header > ul {
        display: flex !important;
        width: 100% !important;
        justify-content: start !important;
        flex-wrap: nowrap !important;
    }

        div.class1 .navbar_header > ul > li > a {
            display: inline-block;
            width: auto;
            white-space: nowrap !important;
            position: relative;
        }


/*****main**menu*start*****/
.navbar_header {
    width: auto;
    height: auto;
    display: block;
    letter-spacing: 0.3px;
}

    .navbar_header ul li:last-child > ul {
        right: 0;
        left: auto;
    }

    .navbar_header > ul > li > ul > li > ul {
        position: absolute;
        top: 0;
        right: -150px;
        width: 150px;
        list-style: none;
        padding: 0;
        margin: 0;
        display: none;
        z-index: 999;
    }

        .navbar_header > ul > li > ul > li > ul > li > a {
            color: #fff;
            width: 100%;
            height: auto;
            display: inline-block;
            border-bottom: 1px solid #ffffff;
            padding: 10px;
            font-size: 12px;
            position: relative;
            background: linear-gradient(0deg, #fe6d2e 50%, #fe6d2e 100%);
        }

            .navbar_header > ul > li > ul > li > ul > li > a:hover {
                background: #CCCCCC;
                border-bottom: 1px solid #fe6d2e;
            }

    .navbar_header > ul > li > ul {
        position: absolute;
        left: 0;
        min-width: 250px;
        list-style: none;
        padding: 0;
        top: 41px;
        z-index: 999;
        margin: 0;
        display: none;
        -moz-animation: zoomIn 0.3s ease;
        -webkit-animation: zoomIn 0.3s ease;
        animation: zoomIn 0.3s ease;
    }

        .navbar_header > ul > li > ul > li {
            position: relative;
        }

            .navbar_header > ul > li > ul > li > a {
                color: #ffffff;
                border-bottom: 1px solid #092f449e;
                width: 100%;
                height: auto;
                display: inline-block;
                padding: 5px 14px;
                font-size: 16px;
                position: relative;
                letter-spacing: .5px;
                font-weight: 500;
            }

.navbar_div_sub {
    position: relative;
}



.navbar_header > ul {
    list-style: none;
    padding: 6px 0;
    margin: 0;
    position: relative;
    width: 100%;
}

    .navbar_header > ul > li:hover > a {
        color: white;
    }

    .navbar_header > ul > li {
        position: relative;
        float: left;
        width: auto;
        display: inline-block;
    }

div.class1 .navbar_header > ul > li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 51px;
    background: linear-gradient(45deg, #7f1a16, #89231f);
    top: -7px;
}

.navbar_header > ul > li::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 14px;
    background: #fffffffc;
    top: 13px;
    z-index: 1;
}

.navbar_header > ul > li:last-child::after {
    width: 0 !important;
}

.navbar_header > ul li:hover > ul, .navbar_header > ul li > ul > li:hover > ul {
    visibility: visible;
    /* background-color: #fff; */
    transform: none;
    display: block;
}

.navbar_header > ul > li > ul {
    list-style: none;
    display: none;
    position: absolute;
    top: 40px;
    background: linear-gradient(10deg, #07344e, #07344e);
    padding: 5px 0 0 0;
    width: 250px;
    z-index: 999999;
    border-radius: 0;
    border: 0;
    display: block;
    visibility: hidden;
    transition: all .4s ease;
    transform: scaleY(0);
}


.Togglebtn {
    display: none;
}


/* Menu Link Styles */

.navbar_div {
    background-color: #083a58;
}

.navbar_header > ul > li > a {
    display: inline-block;
    padding: 8px 20px;
    color: #f6fff9;
    text-shadow: 1px 1px 1px #07070742;
    position: relative;
    transition: 0.5s;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.navbar_header > ul > li:hover ul:after {
    content: '';
    position: absolute;
    left: 25px;
    background: #07344e;
    top: -9px;
    right: 9px;
    width: 24px;
    height: 12px;
    transition: .5s all ease-in;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    bottom: -5px;
}

.navbar_header ul li:last-child:hover ul:after {
    left: auto;
    right: 25px;
}


.navbar_header > ul a:hover {
    color: #000000;
}

.MobileMenubar {
    display: none;
}

.Navbartoggle {
    font-size: 20px;
    color: #fff;
}



.affix {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0px;
    box-shadow: 0px 5px 20px 0px #0000002e;
    width: 100%;
}

.menuBar {
    height: auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.mobileMenu {
    width: 100%;
    display: none;
}


/* navbar end */
/* logo start */
.navbar_logo_div {
    background: #871124;
    width: 260px;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    z-index: 9;
    left: 50px;
    box-shadow: 13px 2px 13px 0px #33333336;
}
/* logo end */

/* slider start */
.slider_div::before {
    content: '';
    background: #000;
    position: absolute;
}
/* slider end */


/* footer start */
.footer_div {
    padding-bottom: 80px;
    background-repeat: repeat-x;
    background-position: top center;
    background-image: url('../images/footer-bg.png');
    background-size: cover;
    position: relative;
    overflow: hidden;
}

    .footer_div::after {
        content: '';
        position: absolute;
        background: url('../images/shape-12.png');
        z-index: 7;
        background-size: contain;
        height: -webkit-fill-available;
        width: -webkit-fill-available;
        background-repeat: no-repeat;
        bottom: -170px;
        filter: hue-rotate(45deg);
        z-index: -1;
    }

.footer_div_content ul > li > a {
    color: #e8e8e8;
    font-weight: 500;
    letter-spacing: .5px;
    font-size: 16px;
}

.footer_div_content ul > li {
    line-height: 30px;
    position: relative;
}

    .footer_div_content ul > li > span > img {
        width: 18px;
        margin-right: 8px;
    }

    .footer_div_content ul > li > span::before {
        content: '';
        width: 20px;
        height: 20px;
        top: 4px;
        position: absolute;
        background-image: url(../images/locate.png);
    }

/* footer end */
/* copyright start */
.copyright_div p {
    margin: 0;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    color: black;
}

.copyright_div a {
    color: #095482;
    /*background: linear-gradient(45deg, #8a292e, #b52f25);*/
    padding: 8px 10px 8px 10px;
    clip-path: ellipse(50% 45% at 50% 50%);
    letter-spacing: 1px;
}

.copyright_div {
}

/* copyright end */
/* other link start */
.other_link_div::before {
    content: '';
    position: absolute;
    background: url(../images/shape.png);
    width: 100%;
    z-index: 0;
    height: 290px;
    top: -174px;
    background-repeat: no-repeat;
    background-position: bottom;
}

.other_box_div {
    cursor: pointer;
    background-color: #fff;
    text-align: center;
    padding: 60px 30px 40px 30px;
    box-shadow: 0 30px 50px rgb(229 229 229 / 80%);
    margin-top: -80px;
    border-radius: 10px;
}

    .other_box_div span {
        font-weight: 800 !important;
        margin: 5px auto;
        font-size: 22px;
        letter-spacing: .5px;
    }

.other_box_div_icon {
    position: relative;
}

    .other_box_div_icon img {
        width: 50px;
        position: relative;
        margin: 0 auto 10px;
        height: auto;
        text-align: center;
    }

    .other_box_div_icon::before {
        content: '';
        position: absolute;
        top: -13px;
        width: 120px;
        right: 43px;
        background: url(../images/icon_shadow1.png);
        opacity: .7;
        filter: hue-rotate(160deg);
        height: 64px;
        background-repeat: no-repeat;
        background-position: center;
        transition: .5s all ease-in;
        transform: rotate( -10deg);
    }

.other_box_div:hover .other_box_div_icon::before {
    transform: rotate(20deg);
}


.fw-bold1 {
    font-weight: 900 !important;
}

.other_box_div_icon:last-child::before {
    content: '';
    position: absolute;
    top: -25px;
    width: 120px;
    right: 40px;
    background: url(../images/icon_shadow2.png);
    height: 66px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(12deg);
}

/* other linke end */
/* news event start */
.title h5 {
    color: #095482;
}

    .title h5::before {
        content: '';
        position: absolute;
        background: #095482;
        height: 3px;
        margin-left: -40px;
        width: 30px;
        margin-top: 12px;
    }

    .title h5::after {
        content: '';
        position: absolute;
        background: #095482;
        height: 3px;
        margin-left: 10px;
        width: 30px;
        margin-top: 12px;
    }

.notificationDiv {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.news_div_1 {
    width: 280px;
    display: inline-flex;
    height: auto;
    margin: 0 20px;
}

.news_content_div {
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    box-shadow: 1px 1px 20px rgb(229 229 229 / 92%);
}

    .news_content_div a {
        color: #095482;
    }

.news_content_date::before {
    content: '';
    background: url(../images/news_div_icon.png);
    width: 100%;
    margin: 0 auto 10px;
    height: 50px;
    position: absolute;
    background-repeat: no-repeat;
    top: 0px;
}

.news_content_date {
    padding-left: 25px;
}

    .news_content_date + span {
        padding-left: 15px;
    }

    .news_content_date span.mon1 {
        padding-left: 30px;
    }

.news_div marquee .news_div_1 {
    /*    white-space: normal; */
}

.news_content_date span {
    line-height: 50px;
    position: relative;
    font-weight: 700;
    color: #fff;
    letter-spacing: .5px;
    vertical-align: -webkit-baseline-middle;
}

span.news_title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    white-space: break-spaces;
}
/* news event end */
/* map/feedback start */
.map_div iframe {
    height: 100%;
}

.feedback {
    width: 100%;
    background: #083a58;
    box-shadow: -20px 7px 10px rgb(109 109 109 / 15%);
    position: relative;
}

    .feedback input {
        padding: 20px;
        border-radius: 10px;
        border: none;
        height: 50px;
        width: 100%;
        color: black;
        background: white;
    }

    .feedback ::placeholder {
        color: black;
    }

    .feedback textarea {
        padding: 20px;
        border-radius: 10px;
        border: none;
        width: 100%;
        background: white;
    }

    .feedback input[type="button"] {
        width: 100px;
    }

    .feedback .title h5::before, .feedback .title h5::after {
        background: #fff !important;
    }

/* map/feedback end */

/* mentor start */
div.imp_img {
    width: 100%;
    height: auto;
    margin: 10px auto;
    BORDER-RADIUS: 15PX;
    box-shadow: 7px 0px 11px rgb(8 13 62 / 8%);
    PADDING: 15PX;
}

.mentor_design_1 {
    background: url(../images/anim-icon-2.png);
    width: 188px;
    height: 192px;
    top: 0px;
    right: 70px;
    background-repeat: no-repeat;
    position: absolute;
    opacity: .2;
}

.mentor_design_2 {
    background-image: url('../images/bird_img.png');
    width: 188px;
    height: 192px;
    top: 0px;
    transform: rotateY(190deg);
    left: 0px;
    background-repeat: no-repeat;
    position: absolute;
    opacity: .6;
}

#mentor_div_carousel .carousel-control-prev, #mentor_div_carousel .carousel-control-next {
    opacity: 0;
}

h5.imp_name {
    position: relative;
    display: inline-block;
    line-height: 26px;
    color: #095482;
    font-weight: 700;
    margin-bottom: 13px;
    padding: 30px 50px 10px 20px;
}

    h5.imp_name::after {
        content: '';
        position: absolute;
        background: #095482;
        height: 3px;
        margin-left: 10px;
        width: 30px;
        margin-top: 12px;
    }

div.imp_about {
    font-size: 16px;
    text-align: justify;
    line-height: 28px;
    padding-left: 20px;
    letter-spacing: .5px;
    font-family: Open Sans, sans-serif;
    color: #545454;
}

.mentor_div .carousel-indicators {
    left: auto;
    margin-right: 0;
}

    .mentor_div .carousel-indicators > button > span {
        background: #083a58;
        padding: 8px 10px;
        color: #fff;
        font-weight: 600;
        letter-spacing: .5px;
        border-radius: 5px;
        margin: 0 10px 0 0px;
        text-transform: uppercase;
        font-size: 16px;
    }

    .mentor_div .carousel-indicators [data-bs-target] {
        text-indent: unset;
        opacity: 1;
        width: auto;
    }
/* mentor end */

/* button animation start */

.shape {
    position: absolute;
    width: 50px;
    height: 50px;
    transform: scale(0.5);
}


.cir {
    position: absolute;
    border-radius: 50%;
    z-index: 5;
}

input[type="button"] {
    width: 100px;
    background: #fff;
    border: none;
    color: #4a4949;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.btn-particles {
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 50%;
    color: #eee;
    z-index: 5;
    /* 	filter: url(#gooeyness); */
}
/* button animation end */
/* facility start */
.facility_1:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgba(33, 47, 84, 0.5);
    content: "";
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.facility_1:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}


.facility_1 {
    width: 100%;
    height: 270px;
}

    .facility_1:hover:before {
        top: 30px;
    }

    .facility_1 a {
        display: block !important;
        position: relative;
        width: auto;
        height: 270px;
        background-size: cover;
        background-repeat: no-repeat;
        object-position: top;
    }

    .facility_1 .plus {
        margin-bottom: 15px;
        text-align: center;
    }

        .facility_1 .plus > img {
            width: 60px;
            filter: saturate(.7);
        }

    .facility_1 .title span {
        text-align: center;
    }


    .facility_1 .title {
        position: relative;
        z-index: 1;
        display: grid;
        transition: .3s all ease-in;
    }

        .facility_1 .title span {
            transition: .5s all ease-in;
        }

    .facility_1 .titles:hover span {
        color: #ffcb03 !important;
    }


.facility_1 {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    cursor: pointer;
    margin-bottom: 22px;
}

    .facility_1:hover a:after {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

    .facility_1 .titles {
        position: absolute;
        text-align: right;
        font-size: 17px;
        font-weight: 600;
        top: 30%;
        right: -250px;
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 600ms;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 600ms;
    }

    .facility_1:hover .titles {
        right: 0;
        padding: 0 90px;
    }

    .facility_1 a:after {
        content: '';
        width: 100%;
        position: absolute;
        background: #2c46a1;
        opacity: 0.8;
        top: 0;
        right: 0;
        bottom: 0;
        left: 150%;
        transform: skew(-33deg);
        -webkit-transform: skew(-33deg);
        transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 600ms;
        -webkit-transition: cubic-bezier(0.22, 0.61, 0.36, 1) all 600ms;
    }

/* facility end */

.inner_slider_image_1 {
    height: 600px;
    background-size: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
}

/* inner start */
.inner_slider_image {
    height: 360px;
}

#myCarousel {
    overflow: hidden;
}

    #myCarousel::before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        width: 100%;
        height: 360px;
        background: #000;
        opacity: .5;
    }

.breadcrumb_div {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: auto;
    top: 30%;
    text-align: center;
    margin-left: calc(100% - 100%);
}

h1.page_title {
    font-size: 50px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    z-index: 0;
}

.breadcrumb_content img {
    width: 13px;
    margin: 0 10px;
}

span.page_title {
    color: #ffcb03;
    cursor: pointer;
    letter-spacing: .5px;
}

.inner_content {
    text-align: justify;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #4c4c4c;
    font-size: 16px;
}

h4.page_title {
    position: relative;
    display: inline-block;
    line-height: 26px;
    color: #2828e0;
    font-weight: 700;
    margin-bottom: 13px;
    padding: 0px 50px 10px 0px;
}

    h4.page_title::after {
        content: '';
        position: absolute;
        background: #2828e0;
        height: 3px;
        margin-left: 10px;
        width: 30px;
        margin-top: 12px;
    }

.inner_design {
    background: url('../images/bird_img.png');
    width: 188px;
    height: 192px;
    top: 65px;
    transform: rotateY( 190deg );
    left: 0px;
    background-repeat: no-repeat;
    position: absolute;
    opacity: .5;
}

.inner_design1 {
    background-image: url(../images/girl_vector.png);
    width: 188px;
    height: 192px;
    bottom: 0px;
    right: 0px;
    background-repeat: no-repeat;
    position: absolute;
    opacity: .5;
    background-size: contain;
}

/* inner end */
/* inner submenu start */
.side_bar {
    background-image: url(../images/bg-right.png);
    background-size: contain;
    height: auto;
    background-repeat: no-repeat;
    width: 300px;
    margin: 0 auto;
    z-index: 2;
}

.side_bar_content {
    padding: 46px 16px 0;
}


#idSubmenus > li > a > span {
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 30px;
    transition: .5s all ease-in;
}

    #idSubmenus > li > a > span:hover {
        color: #ffcb03;
    }

.side_bar::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 9px;
    background: #ffcb03;
    border-radius: 3px;
}

.side_bar ul {
    line-height: 30px;
    padding-top: 28px;
    font-size: 16px;
    letter-spacing: .5px;
    background: #88221e;
    z-index: -1;
    padding: 10px 14px;
    margin-top: 31px;
}

    .side_bar ul > li {
        padding: 4px 0px;
        border-bottom: 1px dashed #ffffff1a;
        position: relative;
    }

/* inner submenu end */
/* gallery start */
.main-img-gallery {
    width: 100%;
    text-align: center;
}

.img-gallery {
    display: inline-block;
    margin: 10px 15px;
    width: 240px;
}

.img-item {
    width: 100%;
    height: 210px;
    border: 2px solid #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 10px 20px #afafafa3;
    border-radius: 25px;
    background: #352c2c;
}

.img {
    width: 100%;
    height: 100%;
}

.mask1 {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    transform: rotate( 56.5deg ) translateX(-180px);
    transform-origin: 100% 0;
}

.mask1, .mask2 {
    background: #333;
    background: rgba(0,0,0,.6);
    height: 333px;
    width: 258px;
    transition: all .35s ease-in-out;
}

.mask2 {
    position: absolute;
    top: auto;
    transform: rotate( 56.5deg ) translateX(180px);
    transform-origin: 0 100%;
    bottom: 0;
    left: 0;
}

.info {
    background: #111;
    height: 0;
    visibility: hidden;
    width: 361px;
    transform: rotate( -33.5deg ) translate(-112px,166px);
    transform-origin: 0 100%;
    transition: all .35s ease-in-out .35s;
    top: 0;
    right: 0;
    backface-visibility: hidden;
    display: table;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}

    .info h3 {
        color: #fff;
        font-size: 16px;
        line-height: 1.4;
        display: table-cell;
        vertical-align: middle;
        letter-spacing: 1px;
    }

.img-gallery a:hover .info {
    width: 100%;
    height: 120px;
    visibility: visible;
    top: 48px;
    transform: rotate(0) translate(0,0);
}

.img-gallery a:hover .mask1 {
    transform: rotate( 56.5deg ) translateX(1px);
}

.img-gallery a:hover .mask2 {
    transform: rotate( 56.5deg ) translateX(-1px);
}

/* gallery end */
/* Transfer Certificate */

.downloadTC_div label {
    color: #234f32;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.downloadTC_div .form-control {
    border: 1px solid #6d6d6d;
    background: #fff;
    position: relative;
}

.downloadTC_div input[type="button"] {
    height: 50px;
    border-radius: 10px;
    color: #fff;
    background: #083a58;
}

.downloadTC_div span {
    color: #f44336;
    padding: 5px;
}

/* download files */
#TblDetaill th, #tblPop th {
    background: #88221e;
    color: #fff;
    border: none;
}

    #TblDetaill td:first-child, #tblPop td:first-child, #tblPop th:first-child, #TblDetaill th:first-child {
        border-right: 1px solid #eaeaea;
    }

#TblDetaill td, #tblPop td, #TblDetaill tr, #tblPop tr {
    border: none;
}

    #TblDetaill td a, #tblPop td a, #TblDetaill tr a, #tblPop tr a {
        color: #81201c;
    }



#tblPop > tbody {
    border: None;
}

#TblDetaill td {
    letter-spacing: .5px;
    color: #191919;
    font-weight: 600;
}

    #TblDetaill td a {
        color: #81201c;
        cursor: pointer;
    }

#TblDetaill {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 30px 50px rgb(229 229 229 / 80%);
}

#ModelSlider .modal-body {
    padding: 0;
}

span#buttonC {
    background: #ffffff;
    color: #083a58;
    padding: 6px 8px 11px;
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 10px;
    height: 37px;
    position: absolute;
    cursor: pointer;
    border: 5px solid #083a58;
    z-index: 9;
    left: auto;
    right: -2px;
    transition: .5s all ease-in;
    border-radius: 0;
}




.Model_header {
    background: #234f32;
}

#ModelSlider .modal-content {
    border: 5px solid #81201c;
    border-radius: 10px;
}

.img_div {
    border-radius: 10px;
}

/* modal */
#myModal .modal-body .Model_header {
    font-size: 17px;
    text-transform: uppercase;
    background-color: #083a58;
    color: #fff;
    text-align: center;
    padding: 8px;
    letter-spacing: .5px;
}

div#myModal {
    /*    background: url('../img/modal_bg.png'); */
    background-color: #071520c9;
}

#buttonC {
    background: #fff;
    color: #143b5c;
    padding: 6px 8px 11px;
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 10px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    border: 5px solid #083a58;
    border-radius: 50%;
    top: -10px;
    z-index: 9;
    left: auto;
    right: -12px;
    transition: .5s all ease-in;
}

#myModal .modal-body {
    padding: 0;
}


.PopSliderImg {
    height: auto;
    width: 100%;
    display: inline-block;
}


@media only screen and (max-width:398px) {
    .img_div {
        width: 150px;
    }
}
