@import url("https://fonts.googleapis.com/css2?family=Rubik&display=swap");

body {
    /* font-family: "VAG Rounded Next", sans-serif; */
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    line-height: 24px;
    font-weight: 400;
    counter-reset: my-sec-counter;
}

.btn:focus {
    box-shadow: none;
    outline: none;
}

.pt-30 {
    padding-top: 50px;
}

.pb-30 {
    padding-bottom: 50px;
}
.pt-20 {
    padding-top: 30px;
}

.pb-20 {
    padding-bottom: 30px;
}
.pt-50 {
    padding-top: 80px;
}

.pb-50 {
    padding-bottom: 80px;
}

a {
    text-decoration: none;
}

/*navbar css*/
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.logo h3 {
    font-size: 18px;
    color: #004a89;
    font-weight: 600;
    margin-bottom: 0;
}
.logo h6 {
    font-size: 16px;
    color: #004a89;
    font-weight: 600;
    margin-bottom: 0;
}
.nav-item.active {
    background-color: #001120;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.header-middle .contact {
    display: block;
    padding: 25px 0 20px 0;
    float: right;
}

.header-middle .contact ul {
    display: block;
    float: left;
}

.navbar-expand-lg .navbar-toggler-icon i {
    color: #fff;
}

.header-middle .contact ul li {
    display: block;
    padding: 0 30px;
    border-right: 1px #dedddd solid;
    float: left;
    font-weight: 600;
    font-size: 16px;
    color: #004a89;
    line-height: 18px;
}

.header-middle .contact ul li span {
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    color: #8f9ba1;
    text-transform: uppercase;
}

.header-middle .contact ul li:hover {
    text-decoration: none;
}

.dropdown span {
    cursor: pointer;
}

.dropdown-item {
    padding: 0.5rem 0.95rem;
    font-size: 14px;
    color: #fff;
    background-color: #001120;
    border-bottom: 1px solid #183a5a52;
    white-space: normal;
}

.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #004a89;
}

.dropdown-menu {
    border-radius: 0;
    width: 200px;
}

.top_header li {
    list-style: none;
}

/*.top_header {*/

/*    border-bottom: 1px solid transparent;*/

/*}*/

.top_header ul.top-nav-left li a:hover {
    color: #ea4610;
}

.top_header ul.top-nav-left li a.active {
    background-color: #ea4610;
    color: #253746 !important;
}

.top_header ul.top-nav-right li a:hover {
    color: #004a89;
}

.top_header ul.top-nav-left li {
    /* border-right: 1px solid #dee2e678; */
    padding: 0.5rem 0 0.5rem 1.8rem;
    font-size: 12px;
    float: right;
}

.top_header ul.top-nav-right li {
    padding: 0.5rem 1.2rem;
    font-size: 14px;
    float: left;
}

.top_header::before {
    top: 0;
    right: 0px;
    width: 70vw;
    height: 100%;
    content: "";
    position: absolute;
    background: #004a89;
}

.data-top {
    position: relative;
}

.top_header {
    position: relative;
    background: #ea4610;
}

.top_header::after {
    top: 0;
    left: 29.1%;
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    border-top: 41px solid #ea4610;
    border-right: 41px solid transparent;
}

.top_header ul.top-nav-left li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

.top_header ul.top-nav-right li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

.main_header ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

.header-middle {
    padding: 5px 0;
    z-index: 1000;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    /*box-shadow: 0 4px 30px rgba(0, 0, 0, 0.7);*/
}

.search_css {
    background-color: #dddddd0a;
    border-radius: 30px;
    height: 30px;
    font-size: 12px;
    border: 1px solid #ddd;
}

.logo img {
    height: 80px;
}

.bottom_header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem 1.2rem;
}

.bottom_header .navbar-nav .nav-item:hover .nav-link {
    color: #fff !important;
    background: #001120;
}

.bottom_header .nav-link {
    display: block;
    padding: 0.6rem 1rem;
}

.bottom_header nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.bottom_header {
    box-shadow: 1px 2px 8px #eee;
}

.bottom_header nav {
    background: #004a89;
    z-index: 95;
    padding: 0 !important;
}

.main_header .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    left: 0;
    right: 0;
}

@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: 0.3em solid transparent;
        border-right: 0;
        border-bottom: 0.3em solid transparent;
        border-left: 0.3em solid;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -1px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1;
    }

    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
}

.dropdown:hover .submenu {
    display: none;
}

/*endnavbar css*/

/* index page css */
.carousel-inner .carousel-item .carousel-caption {
    top: 0;
    left: 9%;
    padding-top: 200px;
    text-align: left;
}

.carousel-inner .carousel-item .carousel-caption span {
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.slider {
    position: relative;
}

.carousel-indicators [data-bs-target] {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-bottom: 200px;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 1px solid #004a89;
    border-bottom: 1px solid #004a89;
}

.carousel-indicators {
    margin-right: 10%;
    left: inherit !important;
}

/* .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 2rem;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.5);
}

.carousel-control-next, .carousel-control-prev {
    width: auto;
} */

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    /* background: rgba(0, 0, 0, 0.7); */
    /* background: linear-gradient(45deg, #020a13 0%, #020a13 100%) */
}

/* below slider section of index page */
ul.data-links {
    margin: -270px 0 0 0;
    position: relative;
    z-index: 111;
}

ul.data-links li.data-style::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
}

ul.data-links li.certification p {
    padding-bottom: 5px;
}

ul.data-links li .detail p {
    display: block;
    font-size: 14px;
    line-height: 18px;
}

ul.data-links li {
    display: block !important;
    padding: 50px 40px;
    opacity: 1 !important;
}

ul.data-links li {
    position: relative;
    display: block;
}

ul.data-links {
    padding: 0;
}

ul.data-links li .detail {
    text-align: center;
    /* float: left; */
    color: #fff;
}

ul.data-links li .detail h3 a {
    display: block;
    padding-bottom: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.below_slider {
    display: block;
    position: relative;
    padding: 200px 0 0;
    background-color: #fff;
}

ul.data-links li.data-style.department::before {
    background: rgba(63, 144, 201, 0.89);
}

ul.data-links li.data-style.prospects::before {
    background: rgba(245, 165, 12, 0.89);
}

ul.data-links li.data-style.certification::before {
    background: rgba(244, 52, 61, 0.89);
}

ul.data-links li p {
    margin-bottom: 0px;
}

/* index page about css */
.about .about_image {
    width: 100%;
    /* height: 400px; */
    box-shadow: rgb(42 67 113 / 15%) 8px 8px 30px 0px;
    border-radius: 15px;
}

.about_image img {
    transition: all 0.3s ease-in;
    border-radius: 15px;
}

.about_image:hover img {
    transform: scale(1.05);
}

.about_description h3 {
    color: #004a89;
    font-size: 22px;
    font-weight: 700;
}

.about_description h5 {
    color: #73738c;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
}

.about_description p {
    text-align: justify;
    color: #73738c;
    font-size: 16px;
    line-height: 1.8;
    font-family: "VAG Rounded Next", sans-serif;
}

.btn-read-more {
    background-color: #fff;
    color: #004a89;
    border: 2px solid #005aab;
    transition: all 0.3s ease-out;
    box-shadow: inset 0 0 0 0 #005aab;
    font-weight: 500;
    font-size: 14px;
}

.btn-read-more:hover {
    color: #fff;
    border: 2px solid #ea4610;
    background: #fff;
    box-shadow: inset 120px 0 0 0 #ea4610;
}

/* sidebar beside notice */
.single_sidebar_widget {
    background: #ffff;
    /* padding: 30px 25px; */
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 15px;
}

.single_sidebar_widget .widget_title {
    font-size: 24px;
    color: #fff;
    padding: 15px;
    border-radius: 15px 15px 0 0;
    background: #004a89;
}

.single_sidebar_widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single_sidebar_widget .cat-list li {
    transition: all 0.3s ease 0s;
    padding: 20px;
    border-bottom: 1px solid #f0e9ff;
}

.single_sidebar_widget .cat-list li a:hover {
    color: #ea4610;
}
.single_sidebar_widget .sidebar_desc P {
    margin-bottom: 0;
}
.single_sidebar_widget .cat-list li a {
    color: #004a89;
    font-size: 16px;
    transition: all 0.3s ease-out;
    font-weight: normal;
    text-decoration: none;
}

.single_sidebar_widget .cat-list span {
    color: #73738c;
    font-size: 16px;
    font-weight: 500;
}

.single_sidebar_widget .cat-list .date {
    margin-bottom: 5px;
}

/* end of sidebar */
/* message from dean section */
.dean_title h3 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
}

.dean_image {
    height: 200px;
    width: 200px;
}

.dean_image img {
    border-radius: 50%;
}

.author span {
    text-transform: uppercase;
    color: #777;
    font-size: 0.8rem;
}

.author strong {
    display: block;
    text-transform: uppercase;
    line-height: 1;
}

.author strong a {
    color: #004a89;
}

.dean_message {
    background: #1661cf14;
}

/* program section */
.programs .nav-tabs .nav-link {
    color: #004a89;
    font-size: 22px;
    margin-bottom: -1px;
    background: 0 0;
    font-weight: 700;
    line-height: 1.2;
    border-bottom: 1px solid transparent;
}

.programs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #fff;
    border-bottom: 2px solid #ea4610;
    color: #ea4610;
}

.programs .nav-tabs .nav-link:hover {
    border-color: #fff;
    border-bottom: 2px solid #004a89;
}

/* flip  card of program */

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 260px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-front img {
    height: 258px;
    width: 100%;
    object-fit:cover;
}

.flip-card-back {
    padding: 20px;
    background-color: #004a89;
    color: white;
    transform: rotateY(180deg);
}

.programs .content {
    position: absolute;
    bottom: 0;
    background: #090f1de6;
    color: #f1f1f1;
    width: 100%;
    padding: 15px;
}

.programs .content h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}

/* news event section */
.button2 a {
    width: 30px;
    color: #fff;
    height: 30px;
    display: flex;
    background: #004a89;
    transition: all 0.3s ease-out;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}

.heading .title2 {
    color: #004a89;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
}

.news_events .news-list {
    background: #fff;
    box-shadow: 8px 8px 30px 0px rgb(42 67 113 / 12%);
    align-items: center;
    border-radius: 15px;
    margin-bottom: 30px;
}

.news_events .news-list .img-holder {
    overflow: hidden;
    border-radius: 15px 0 0px 15px;
}

.news_events .news-list .content {
    width: 100%;
    padding: 15px;
}
.news-title2{
    line-height: 18px;
}
.news_events .news-list .content .news-title2 a {
    color: #434343;
    font-size: 18px;
    transition: all 0.3s ease-out;
    font-weight: 500;
    text-decoration: none;
}

.news_events .news-list .content .date {
    margin-bottom: 5px;
}

.news_events .news-list .content .date span {
    color: #ea4610;
    font-size: 12px;
    font-weight: 500;
}

.news_events .news-list .content .description {
    color: #73738c;
    padding: 0;
    font-size: 14px;
    margin-bottom: 10px;
}

.news_events .news-list .content .description p {
    margin-bottom: 0;
}

.news_events .news-list .content .link2 a {
    color: #004a89;
    font-size: 14px;
    transition: all 0.3s ease-out;
    font-weight: 500;
    text-decoration: none;
}

.news_events .news-list .content .link2 a i {
    font-size: 14px;
    font-weight: 700;
}

.news_events .news-list .img-holder {
    width: 50%;
    height: 200px;
    margin-right: 20px;
}

.news_events .news-list .img-holder .bg-stretch {
    width: 100%;
    height: 100%;
    transition: all 1s ease-out;
    border-radius: 15px 0 0px 15px;
}

.news_events .news-list .background-image.cover {
    background-size: cover;
}

.news_events .news-list .img-holder .bg-stretch:hover {
    transform: rotate(2deg) scale(1.2);
}

.news_events .news-list .background-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #eee;
}

/* news list 2 */
.news_events .news-list2 {
    background: #fff;
    box-shadow: 8px 8px 30px 0px rgb(42 67 113 / 12%);
    border-radius: 15px;
}

.news_events .news-list2 .img-holder .bg-stretch {
    width: 100%;
    height: 100%;
    transition: all 1s ease-out;
    border-radius: 15px 15px 0 0;
}

.news_events .news-list2 .content {
    padding: 20px;
}

.news_events .news-list2 .content .news-title2 a {
    color: #434343;
    font-size: 18px;
    transition: all 0.3s ease-out;
    font-weight: 500;
    text-decoration: none;
}

.news_events .news-list2 .content .date {
    margin-bottom: 5px;
}

.news_events .news-list2 .content .date span {
    color: #ea4610;
    font-size: 14px;
    font-weight: 500;
}

.news_events .news-list2 .img-holder {
    width: 100%;
    height: 425px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 15px 15px 0 0;
}

.news_events .news-list2 .content .description {
    color: #73738c;
    padding: 0;
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 10px;
}

.news_events .news-list2 .content .link2 a {
    color: #004a89;
    font-size: 14px;
    transition: all 0.3s ease-out;
    font-weight: 500;
    text-decoration: none;
}

.news_events .news-list2 .content .link2 a i {
    font-size: 14px;
    font-weight: 700;
}

.news_events .news-list2 .img-holder .bg-stretch:hover {
    transform: rotate(2deg) scale(1.2);
}

.news_events .news-list .content .news-title2 a:hover,
.news_events .news-list2 .content .news-title2 a:hover {
    color: #004a89;
}

/* contact section */
.contact_section {
    background-color: #ea4610;
}

.btn {
    padding: 0.275rem 0.75rem;
}

/* about page css */

.heading_title h3 {
    color: #004a89;
    font-size: 24px;
    font-weight: 500;
    border-left: 3px solid #ea4610;
    padding-left: 10px;
}
.heading_title_up h3 {
    color: #004a89;
    font-size: 28px;
    font-weight: 600;
}
.heading_title1 h3 {
    color: #004a89;
    font-size: 25px;
    font-weight: 600;
    border-left: 3px solid #ea4610;
    padding-left: 10px;
}

.description_main p {
    text-align: justify;
    line-height: 26px;
}
.description_main h3 {
    font-size: 18px;
    color: #004a89;
}
.about_page .description_main img{
    max-width: 100%;
    height: auto;
}
.image_class {
    margin-left: 20px;
    padding-top: 5px;
}

.dean .image_class {
    height: 100%;
    width: 200px;
}

.program_detail .image_class {
    height: 100%;
    width: 300px;
}

.about .image_class {
    height: 100%;
    width: 400px;
}

/* sidebar style different from home page sidebar */
.message .single_sidebar_widget {
    background: #fbf9ff;
    box-shadow: inset 0 0 80px rgb(0 0 0 / 10%);
    padding: 20px;
    margin-bottom: 3px;
    border-radius: 0;
}

.message .single_sidebar_widget .widget_title {
    font-size: calc(
        20px + (25 - 20) * ((100vw - 500px) / (1200 - 500))
    ) !important;
    color: #004a89;
    padding: 0;
    border-radius: 0;
    background: none;
}

.message .single_sidebar_widget .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #ccc;
}

.message .single_sidebar_widget .cat-list li {
    transition: all 0.3s ease 0s;
    padding: 0;
    border-bottom: 1px solid #f0e9ff;
}

.message .sidebar_date {
    font-weight: 500;
    font-size: 12px;
}

.message .single_sidebar_widget .cat-list li a {
    color: #333333;
}

.message .sidebar_title h5 {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 19px;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
}

.message .single_sidebar_widget .cat-list li a:hover {
    color: #ea4610;
}

.message .single_sidebar_widget .cat-list li .read-more {
    color: #004a89;
}

/* program page */
.program_page .card {
    box-shadow: 0px 0px 2px 2px #dcdcdc;
    transition: all 0.3s ease;
}

.program_page .news_title h5 {
    font-family: Helvetica;
    font-weight: bold;
    font-size: 18px;
    color: #004a89;
}

.program_page .card:hover {
    transform: scale(1.05);
}

.btn-primary:hover {
    background-color: #fff;
    color: #004a89;
}

.btn-primary {
    color: #fff;
    background-color: #004a89;
    border-color: #004a89;
}

/* member page */

.memeber_image img {
    width: 180px;
    max-width: 180px;
    min-width: 180px;
    height: 180px;
    border-radius: 8px;
}
.main-heading-title {
    position: relative;
    text-align: left;
    margin: 0;
}
.main-heading-title h4 {
    background: #fff;
    z-index: 5;
    display: inline-block;
    padding: 20px 20px 20px 0;
    margin: 0;
    color: #004a89;
    font-family: "poppins", sans-serif;
    font-weight: 600;
}
.main-heading-title:after {
    content: "";
    display: block;
    background: #ea4610;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: -1;
}
.member_description h5 {
    font-weight: bold;
    font-size: 18px;
    /* font-family: "Marko One"; */
}
.member_description h4.email_color {
    color: #004a89;
}
.member_description h5 a {
    color: #004a89;
}
.member_description h4 {
    font-weight: 500;
    font-size: 14px;
    color: black;
}

.single_sidebar_widget .cat-list1 li a h6 {
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
}

.single_sidebar_widget .cat-list1 li .image_fac img {
    height: 50px;
    width: 80px;
}

.single_sidebar_widget .cat-list1 li {
    transition: all 0.3s ease 0s;
    padding: 20px 0;
    border-bottom: 1px solid #f0e9ff;
}

.single_sidebar_widget .cat-list1 li a {
    color: #333333;
}

.image-holder {
    height: 50px;
    width: 50px;
}

/* contact us page */
.social-networks {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.social-networks .location {
    width: 40px;
    height: 40px;
    display: flex;
    background: #005aab2b;
    box-shadow: #005aab2b 8px 8px 30px 0px;
    align-items: center;
    margin-right: 15px;
    border-radius: 50%;
    justify-content: center;
}

.social-networks .location .icon-holder i {
    color: #004a89;
    font-size: 20px;
}

.social-networks .text h6 {
    color: #004a89;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.social-networks .text a {
    color: #ea4610;
    font-size: 14px;
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.contact .card {
    box-shadow: rgb(42 67 113 / 13%) 8px 8px 30px 0px;
    border: none;
    border-top: 3px solid #004a89;
    border-bottom: 3px solid #004a89;
}

.contact .card-body {
    padding: 30px;
}

.contact.form-control-wrap {
    position: relative;
}

.contact .margin {
    margin-bottom: 20px;
}

.contact form .form-control {
    border-radius: 30px;
    color: #000;
    background: #dddddd63;
    box-shadow: none;
    border: none;
    padding: 15px;
    font-weight: 500;
    width: 100%;
    font-size: 16px;
    resize: none;
    max-height: 200px;
    outline: none;
    height: auto;
}

.contact-form-submit input {
    background-color: #004a89 !important;
    color: #fff !important;
}

.enquiry:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 65px;
    background-color: #ea4610;
    left: 0;
    right: -88%;
    margin: 0 auto;
    top: 43px;
}

/* result section */
.download_section .download ul li {
    padding: 15px;
    background: #efefef;
}

.download_section .download ul li {
    padding: 15px;
    background: #efefef;
}

.download ul li {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.download li {
    list-style-type: none;
}

.download li {
    position: relative;
}

.download .notice-link {
    padding: 5px 10px;
}

.download ul li a {
    color: #004a89;
    font-size: 16px;
}

.download-img img {
    height: 20px;
}

.download ul {
    padding: 0;
}
.download p img{
    width:100%;
}
.colour {
    color: #0a1a32 !important;
    font-weight: 400;
    font-size: 12px !important;
}

/* news event page */
.listing-item__link {
    width: 100%;
    min-height: 100%;
    color: #3a3a3a;
}

.card_class .card {
    border-left: 12px solid #eada24;
    border-right: none;
    border-top: none;
    border-bottom: none;
    padding: 20px 20px 0 0;
}

.card_class .card .imgDiv {
    height: 300px;
}

.card_class .card .card-img-top {
    border-radius: 0;
    width: 100%;
    height: 100%;
}

.card_class .card .card-body {
    position: relative;
    padding: 1.5rem 0;
}

.card_class .card .card-body .card-title {
    color: #3a3a3a;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.card_class .card-body .date {
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0;
}

.card_class .card .card-body p:hover {
    color: #3a3a3a;
}

.card_class .card .card-body .card-title:hover {
    color: #004a89;
}

.card_class .card:hover {
    background-color: #f2f2f2;
    padding: 20px 20px 0 0;
}

/* news detail page */
.banner_image {
    /* border-bottom: 0.66667rem solid #eada24; */
    height: auto;
    width: 100%;
}

.banner_news .container {
    position: relative;
}

.banner_news .text-block {
    position: absolute;
    bottom: 100px;
    left: 20px;
    background-color: rgb(52 81 105 / 81%);
    color: white;
    padding: 40px;
}

.banner_news .text-block h4 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.news_heading {
    color: #253746;
    border: 1px solid #073d8d;
    padding: 0.7rem 1.4rem;
    align-items: center;
}

.news_heading h2 {
    text-transform: uppercase;
    margin: 0;
    color: #253746;
}

.textcontrols button {
    padding: 4px 8px;
    border: 1px solid #b0b5b9;
}

.line {
    padding-left: 5.33333rem;
    border-left: 1.11111rem solid #0083c9;
}

.about_page .description_programs p {
    font-size: 18px;
    line-height: 1.8;
}

/* notice page */

.exam .download ul li {
    padding: 10px 0;
}

.download ul li .serial_no {
    background-color: #efefef;
    color: #004a89;
}

.download ul li .serial_no:before {
    position: absolute;
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    margin: 0;
    top: 50%;
    left: 4%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* gallery page css */

/*gallery css*/

.item-img-wrap img {
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    width: 100%;
    border-radius: 0px;
    height: auto;
}

.gallery .img_title {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 5px;
}

.img_title h6 {
    font-size: 14px;
    margin: 0;
}

.item-img-wrap {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.item-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.item-img-overlay span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: opacity 250ms linear;
    -o-transition: opacity 250ms linear;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
}

.item-img-wrap:hover .item-img-overlay span {
    opacity: 1;
}

.item-img-wrap:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* end gallery css */

/* pagination css */
.pagination {
    justify-content: center;
    margin-top: 20px;
}

.page-item.disabled .page-link {
    color: #fff;
    pointer-events: none;
    cursor: auto;
    background-color: #000;
    border-color: #000;
    margin-right: 10px;
    padding: 3px 12px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #004a89;
    margin-right: 10px;
    padding: 3px 12px;
}

.pagination > li > a {
    background-color: #1c1c1c;
    padding: 4px 12px;
    color: #fff;
    border: 0px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #004a89;
    border-color: #004a89;
}

.pagination > li > a {
    margin-right: 10px;
}

/* notice detail page */
.download_data {
    color: #004a89;
    font-size: 18px;
}

.file .badge {
    font-weight: 500;
}
.description_main table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}
.description_main table,
tr,
td,
th {
    border: 1px solid #eaeaea;
    font-size: 16px;
    color: #565656;
    padding: 10px;
}
.feature_detail .description_main img {
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 100%;
    height:auto;
}
/* Popup model index page css */
.modal-dialog {
    max-width: 700px;
    
}
.modal-content {
    border-radius: 0;
}
.modal-header {
    padding: 0.5rem 1rem;
}
.modal-header h5 {
    margin-bottom: 0;
    font-size: 16px;
    color: #004a89;
}
.modal-header .btn-close {
    font-size: 13px;
}
.modal-header .btn-close:focus {
    box-shadow: none;
    outline: none;
}

.modal-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.modal-content .alert-success {
    background-color: #004a89;
    border-color: #004a89;
}
.modal-content .alert-success a {
    color: #fff;
    font-size: 15px;
}
.modal-content .alert {
    position: relative;
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.modal-body .badge{
    font-weight: 500;
}
.description_main ul {
    text-align: justify;
}
.member_detail .member_description {
    /* padding-left: 15px; */
    padding-top: 10px;
}
/*.description_main ul li{*/
/*    list-style:none;*/
/*}*/
#g-recaptcha-response{
    display: none !important;
}


/* index page quick links section */
.heading h3 {
    color: #004a89;
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.left_side ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.side_data li {
    list-style: none;
}
.left_side ul li a {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.notice_detail  .description_main img{
    max-width:100%;
    height:auto;
    
}

.main_news_tab , .main_notice_tab{
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.news-tab-menu,
div.news-tab, div.notice-tab-menu,
div.notice-tab {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.news-tab-menu div.list-group, div.notice-tab-menu div.list-group {
    margin-bottom: 0;
}

div.news-tab-menu div.list-group > a, div.notice-tab-menu div.list-group > a {
    margin-bottom: 0;
    color: #212529;
}

div.news-tab-menu div.list-group > a:first-child ,div.notice-tab-menu div.list-group > a:first-child {
    border-top-right-radius: 0;
    border-top-left-radius:0;
    -moz-border-top-right-radius: 0;
}

div.news-tab-menu div.list-group > a:last-child, div.notice-tab-menu div.list-group > a:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius:0;
    -moz-border-bottom-right-radius: 0;
}

div.news-tab-menu div.list-group > a.active,
div.news-tab-menu div.list-group > a.active .fa,
div.news-tab-menu div.list-group > a.active .fa, div.notice-tab-menu div.list-group > a.active,
div.notice-tab-menu div.list-group > a.active .fa,
div.notice-tab-menu div.list-group > a.active .fa {
    background-color: #004a89;
    color: #ffffff;
    border-color: #004a89;
}

div.news-tab-menu div.list-group > a.active:after, div.notice-tab-menu div.list-group > a.active:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #004a89;
}

div.news-tab-content , div.notice-tab-content{
    background-color: #ffffff;
    padding: 0;
}

div.news-tab div.news-tab-content:not(.active), div.notice-tab div.notice-tab-content:not(.active) {
    display: none;
}
.image_fade .content , .image_fade_notice .content{
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 10px;
}
.image_fade .content a , .image_fade_notice .content a{
    color: #fff;
}
.Read_more a {
    color: #ea4610 !important;
}

.image_fade, .image_fade_notice {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}


iframe{
    width:100%;
}
}
