
body {
    font-size: 14px;
    font-family: 'Barlow', sans-serif;
    line-height: 24px;
    font-weight: 400;
}
:root {
    --primary-color: #eb1c24;
    --secondary-color: #04396c;
    --color-gray: #dedede
}
.bg-alice {
    background: #f7f7f7;
}
.position-relative {
    position: relative !important;
}
.theme-bg-primary {
    background-color: var(--primary-color) !important;
}
.theme-bg {
    background: #04396c;
}
.text-blue{
    color:var(--secondary-color)
}
.section-gap {
    padding: 80px 0;
}
.container {
    max-width: 1300px;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.6;
    background: linear-gradient( 45deg, #0d1128 0%, #120d4c 100%)
} */
.bg-gray {
    background: #f8fafc;
}
.bg-b{
        background: linear-gradient(to bottom, #e8fffc 0%,#fff4f4 100%)

}
.btn:focus {
    box-shadow: none;
    outline: none;
}
.form-control:focus {
    box-shadow: none;
}
.pt-30 {
    padding-top: 50px;
}

.pb-30 {
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 80px;
}

.pb-50 {
    padding-bottom: 80px;
}

a {
    text-decoration: none;
}

/*navbar css*/
.top-header-section {
    background: #f8f8f8;
}
.top-header-section p {
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 0;
}

.socials {
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    margin-left: 12px;
}
.socials span i {
    height: 25px;
    width: 25px;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #202125;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    transition: all 500ms ease;
    background: #f5f6f7;
}
.socials a.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.socials a {
    color: #ffffff;
    padding-left: 10px;
    font-size: 12px;
}
/* language switcher */
ul.language-switcher-locale-url li {
    display: inline;
}
.translate a {
    vertical-align: baseline;
    margin: 0 0 0 5px;
    transition: 500ms ease all;
    border-bottom: 1px solid transparent;
    font-size: 12px;
}
ul.language-switcher-locale-url li:after {
    content: " | ";
    padding: 10px;
}
.language-switcher-locale-url a.active {
    color: #9e0c18 !important;
}
ul.language-switcher-locale-url li:last-child:after {
    content: "";
}
.language-switcher-locale-url a {
    color: var(--primary-color);
    text-decoration: none;
}
.first {
    display: inline-flex;
    flex-flow: column wrap;
    justify-content: space-between;
    margin: 0 20px 0 0;
    padding-top: 15px;
}
/* end of language switcher */
.bn-title {
    color: #ffffff;
    float: left;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    background: var(--primary-color);
    padding: 9px;
    font-size: 14px;
}
.img {
    height: 20px;
    margin-right: 10px;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.logo h6 {
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}

.nav-item.active {
    background-color: var(--primary-color);
}

.nav-item:hover {
    background-color: var(--primary-color);
}
.dropdown:hover .dropdown-menu {
    display: block;
}

.header-middle .contact {
    display: block;
    padding: 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: var(--primary-color);
    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: 13px;
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #183a5a12;
    white-space: normal;
}

.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--primary-color);
}

.dropdown-menu {
    border-radius: 0;
    width: 250px;
}

.top_header li {
    list-style: none;
}

.top_header ul.top-nav-left li a:hover {
    color: var(--secondary-color);
}

.top_header ul.top-nav-left li a.active {
    background-color: var(--secondary-color);
    color: #253746 !important;
}

.top_header ul.top-nav-right li a:hover {
    color: var(--primary-color);
}

.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: var(--primary-color);
}

.data-top {
    position: relative;
}

.top_header {
    position: relative;
    background: var(--secondary-color);
}

.top_header::after {
    top: 0;
    left: 29.1%;
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    border-top: 41px solid var(--secondary-color);
    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;
}
.nepal-flag img {
    height: 70px;
}
.main_header ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

.header-middle {
    padding: 10px 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: 70px;
}

.bottom_header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem 0.5rem;
}

.bottom_header .navbar-nav .nav-item:hover .nav-link {
    color: #fff !important;
    /* background: #212529; */
}

.bottom_header .nav-link {
    display: block;
    padding: 0.6rem 1rem;
}

.bottom_header nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

.bottom_header nav {
    background: var(--secondary-color);
    /*z-index: 95;*/
    padding: 0px !important;
    border-bottom: 5px solid var(--primary-color);
}
.color {
    color: var(--primary-color);
}
.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-indicators [data-bs-target] {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}
.carousel-inner .carousel-item .carousel-caption .h1 h4 {
    font-size: 30px;
    font-weight: 500;
    white-space: normal;
    margin-bottom: 0;
}
.carousel-inner .carousel-item {
    min-height: 70vh;
    max-height: 70vh;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center center; */
    background-color: #222;
    position: relative;
}
.carousel-inner .carousel-item .carousel-caption .h1 {
    text-transform: uppercase;
}

.carousel-control-next,
.carousel-control-prev {
    width: auto;
}
.carousel-control-prev {
    left: 1%;
}
.carousel-control-next {
    right: 1%;
}
#cimCarousel .carousel-inner .carousel-item:before {
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(4, 57, 108, 0.091);
    position: absolute;
    top: 0;
    left: 0;
}
#cimCarousel .carousel-caption {
    position: absolute;
    top: 60%;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
#cimCarousel .carousel-caption .container .box .content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
#cimCarousel .carousel-caption .container .box h3 {
    color: #fff;
    font-size: 48px;
    line-height: 1em;
    font-weight: 600;
    animation-delay: 0.5s;
    /* max-width: 60%; */
    text-shadow: 2px 2px #444;
    font-family: Mukta, sans-serif;
}
#cimCarousel .carousel-caption .container .box p {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 20px;
    animation-delay: 1.5s;
    /* max-width: 70%; */
    font-family: Mukta, sans-serif;
    text-shadow: 2px 2px #555;
    line-height: 1.5em;
}
#cimCarousel .carousel-caption .container .box.valign-middle {
    vertical-align: baseline;
}
#cimCarousel .carousel-caption .container .box {
    display: table-cell;
    text-align: left;
}
#cimCarousel [class*="carousel-control"] {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 48px;
    color: #eee;
    text-decoration: none;
    background-color: transparent;
    visibility: visible !important;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

/* marquee */
.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.marquee:hover .marquee__item {
    animation-play-state: paused;
}
.marquee__seperator {
    margin: 0 2rem;
}
.marquee__item {
    font-size: 14px;
    display: inline-block;
    will-change: transform;
    animation: marquee 25s linear infinite;
    padding:0 100px;
}


@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.marquee {
    background-color: #fff;
    padding: 0.2rem 0;
    color: #212529;
    border: 1px solid #ddd;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.news-article {
    float: left;
    padding: 5px 15px;
    width: 100%;
    background: var(--primary-color);
    color: white;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
/* about section index page */
.aboutImg {
    /*height: 450px;*/
    height: auto;
}
.aboutImg img {
    height: 100%;
}
.section-suptitle {
    font-size: 25px;
    color: var(--primary-color);
    font-family: "Architects Daughter";
    letter-spacing: 1px;
    display: block;
    line-height: 32px;
}
.section-title {
    margin: 14px 0 34px;
    line-height: 42px;
    padding-bottom: 35px;
    position: relative;
    font-size: 40px;
    font-family: "Oswald";
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.section-sub-title{
    color: var(--secondary-color);
    font-size: 18px;
}
.section-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 6px;
    height: 6px;
    background-color: var(--primary-color);
    border-radius: 6px;
}
.section-title:after {
    content: "";
    position: absolute;
    left: 13px;
    bottom: 1px;
    width: 29px;
    height: 2px;
    background-color: var(--primary-color);
}
.section-title.sep-type-2:after {
    width: 78px;
    height: 2px;
    left: 50%;
    margin-left: -39px;
    z-index: 0;
}
.section-title.sep-type-2:before {
    z-index: 1;
    width: 20px;
    left: 50%;
    margin-left: -10px;
    content: "●";
    color: #eb0a08;
    background: #fff;
    line-height: 6px;
    font-size: 12px;
    border-radius: 0;
    height: 10px;
    bottom: -3px;
    padding-left: 6px;
    text-align: left;
}
.btn-main,
.theme-btn {
    line-height: 35px;
    padding: 0 20px;
    font-size: 0.9em;
    position: relative;
    display: inline-block;
    color: #fff;
    background-color: transparent;
    border-color: var(--primary-color);
    transition: all 0.3s ease-out;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid transparent;
}
.btn-main::after,
.btn-main::before,
.theme-btn::after,
.theme-btn::before {
    display: block;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    border: 2px solid #eb0a08;
}
.btn-main:hover,
.theme-btn:hover {
    background-color: #eb0a08;
    border-color: #eb0a08;
    opacity: 0.9;
    color: #fff !important;
    border: 1px solid #eb0a08;
    box-shadow: inset 150px 0 0 0 #eb0a08;
}
.btn-main:before,
.theme-btn:before {
    top: 0;
    border-bottom: 0;
}
.btn-main:after,
.theme-btn:after {
    bottom: 0;
    border-top: 0;
}

/* end of about section */

/* message from president section */

.main_description img {
   max-width: 100%;
   height: auto;
}
.main_description p {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
}
.main_description .card.height{
   height:250px;
}
.main_description .card.height1{
   height:500px;
}
.main_description .card.height2{
   height:300px;
}
.main_description .card.height3{
   height:350px;
}
.main_description .card{
    background-color: #4253901f;
    border:none;
}
.main_description .card p{
   margin-top:20px;
}
.main_description .card .card-body{
    padding:40px;
}
.main_description .card  strong{
    margin-bottom:10px;
    font-size: 22px;
    font-weight: bold;
    color: transparent;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   -webkit-animation: hue 6s infinite linear;
   background-image: linear-gradient(to right,var(--secondary-color) 0%,var(--primary-color) 36%,var(--primary-color) 65%,var(--secondary-color) 100%)
}
@keyframes hue{
    0%{
      background-position: 0 0  
    }

   100%{
      background-position: 2000px 0
    }
}

.main_description h3{
    color: var(--secondary-color);
    font-size: 1.5rem
}
.main_description table {
    width: 100%;
    margin-bottom: 1em;
    border: 1px solid var(--color-gray);
    color: #333;
}
.main_description table tbody tr:nth-child(odd) {
    background-color: #f7f7f7;
}
.main_description table th, .main_description table td {
    border: none;
    padding: 0.5em 1em;
    border-inline-end: 1px solid var(--color-gray);
}
.main_description table tr {
    border-bottom: 1px solid var(--color-gray);
}
.main_description ul, ol{
    color: #000;
}
.main_description .card ul , .main_description .card ol{
  list-style: circle;
    margin: auto;
    padding: 20px;
}
.author strong {
    display: block;
    text-transform: uppercase;
    line-height: 1;
    font-size: 18px;
}
.author strong a {
    color: var(--primary-color);
}
.author span {
    text-transform: uppercase;
    color: #777;
    font-size: 0.8rem;
}
.pre_image {
    width: 200px;
}
/* mission vision section index page */
.highlight-box {
    padding: 0 25px;
    margin-bottom: 0;
}
.highlight-box h1 {
    margin-bottom: 15px;
    font-family: Oswald, sans-serif;
}
.highlight-box p {
    text-align: justify;
    margin-bottom: 0;
}
/* mission vision section index page */
/* end of message from president section */
/* program and project section index page */
.programs_s .shadow-class {
    border-radius: 5px;
    padding: 20px;
    border: dotted 2px rgba(26, 47, 51, 0.2);
}
.programs_s .testi_s .item {
    /* background: #fff; */
    padding: 10px 20px 5px 20px;
    border-radius: 15px;
}
.programs_s .testi_s .item .p_image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
    display: initial;
}
.programs_s .owl-theme .owl-dots .owl-dot {
    display: none;
}
.programs_s .owl-theme .owl-nav button.owl-prev,
.programs_s .owl-theme .owl-nav button.owl-next {
    color: #fff;
    margin: 5px;
    height: 35px;
    line-height: 0px;
    width: 35px;
    background: var(--primary-color);
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    transition: all 300ms ease;
}
.programs_s .owl-theme .owl-nav button.owl-prev:hover,
.programs_s .owl-theme .owl-nav button.owl-next:hover {
    box-shadow: 0 45px 45px rgba(147, 147, 147, 0.35);
    background: #000;
}
.programs_s .owl-theme .owl-nav [class*="owl-"] {
    background: none;
    font-size: 30px;
    padding: 0 20px 8px 8px;
}
.programs_s .owl-theme .owl-nav {
    text-align: right;
}
.programs_s .p_description p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.6em;
    display: block;
    z-index: 2;
    font-family: "Josefin Sans", sans-serif;
    color: #000;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 45px;
}
.programs_s .p_description .information {
    margin-bottom: 15px;
}

.programs_s .tst-spacer-sm {
    height: 1px;
    margin: 15px 0;
    border-bottom: dotted 2px rgba(26, 47, 51, 0.7);
    opacity: 0.3;
}
.programs_s .text-top {
    font-size: 24px;
    font-family: "Playfair Display", serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color:var(--secondary-color);
}
/* program and project section index page */
/* breadcrumb section */
.breadcrumbs-area {
    text-align: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    padding: 33px 0;
}
.breadcrumbs-area:after {
    position: absolute;
    content: "";
    background: var(--secondary-color);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.breadcrumbs-area .breadcrumbs-content {
    position: relative;
    z-index: 1;
}
.breadcrumbs-area .breadcrumbs-content h1 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 2px;
    color: #fff;
    font-size: 28px;
    line-height: 45px;
}
.breadcrumbs-area .breadcrumbs-content ul li {
    display: inline-block;
    color: #fff;
}
.breadcrumbs-area .breadcrumbs-content ul li a {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: #9d9c9c;
    transition: all 0.5s ease-out;
}
/* breadcrumb section */
.widget_ul_employee_ed {
    list-style: none;
    padding: 10px;
    border: 1px solid #e1e1e1;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    background: #ffffff;
    border-top: 3px solid var(--primary-color) !important;

    border-top-right-radius: 5px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}
.widget_ul_employee_ed li {
    float: left;
    margin-top: 5px;
}
.widget_container .widget_ul_employee_ed a {
    width: 100%;
    float: left;
    padding: 0px 10px;
    color: #494949;
    word-spacing: 3px;
    text-align: justify;
    font-size: 14px;
    font-family: "Georgia", "serif";
}

.person img {
    height: 200px;
}

.left_side ul li {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.image_p img {
    height: 90px;
    width: 90px;
    border-radius: 10px;
}
.left_side ul li a {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
}
.description_side h5 {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 600;
}
.description_side p {
    font-size: 14px;
}

/* news section */
.heading h3 {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--primary-color);
}

.main_courses_tab {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.courses-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}
div.courses-tab-menu div.list-group {
    margin-bottom: 0;
}
div.courses-tab-menu div.list-group > a.active,
div.courses-tab-menu div.list-group > a.active .fa,
div.courses-tab-menu div.list-group > a.active .fa {
    background-color: var(--primary-color);
    color: #ffffff;
}
div.courses-tab-menu div.list-group > a.active,
div.courses-tab-menu div.list-group > a.active .fa,
div.courses-tab-menu div.list-group > a.active .fa {
    background-color: var(--primary-color);
    color: #ffffff;
}
.courses-tab {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
div.courses-tab-content {
    background-color: #ffffff;
    padding: 0;
}
div.courses-tab div.courses-tab-content:not(.active) {
    display: none;
}
.image_fade {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}
.image_fade img {
    height: 100%;
}
.image_fade .content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 10px;
}
.image_fade .content a {
    color: #fff;
}
.Read_more a {
    color: var(--secondary-color) !important;
}

/* mesaage section index page */
.section-padding {
    background-color: var(--primary-color);
}
.section-padding .border-col {
    padding: 20px 15px 10px 15px;
    background: rgba(255, 255, 255, 0.9);
    border: 0;
}

.section-padding .client-testimonial-carousel p {
    color: #fff;
}

.section-padding .title1 {
    font-size: 24px;
    text-transform: none;
    font-family: "Gafata", sans-serif;
}

.section-padding .title {
    border-bottom: #e8e8e8 1px solid;
    text-transform: none;
    font-family: "Gafata", sans-serif;
    font-weight: 600;
}

.section-padding .title .title-border {
    border-bottom-color: var(--primary-color);
    padding-bottom: 9px;
    font-size: 20px;
    display: inline-block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: -1px;
}

.section-padding .color-text {
    color: #ffffff;
}

.section-padding .title .title-border {
    border-bottom-color: #4cadc5;
}

.section-padding .upcoming-events {
    margin: 0;
    list-style-type: none;
}

.section-padding .upcoming-events > li,
.staff_widget > ul > li {
    padding-top: 12px;
    position: relative;
}

.section-padding .events-listing .event-details-btn:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.section-padding .events-listing .event-details-btn {
    float: right;
    margin-left: 10px;
    position: relative;
    top: -11px;
    margin-bottom: -11px;
    display: block;
    width: 40px;
    height: auto;
    background-color: #e8e8e8;
    text-align: center;
    color: #666;
    font-size: 24px;
    line-height: 60px;
}

.section-padding .upcoming-events .event-thumb {
    width: 55px;
    height: 75px;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #6c757d;
}

.section-padding .upcoming-events .event-excerpt {
    padding-left: 5px;
    min-height: 79px;
}

.section-padding .meta-data {
    color: #555;
    font-size: 10px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.section-padding .event-excerpt h5 {
    margin: 0 0 18px 0;
    color: #555;
    font-weight: bold;
    line-height: 1.4em;
    font-size: 14px;
    font-family: "Gafata", sans-serif;
}

.section-padding .upcoming-events .event-title {
    margin-bottom: 0;
}

.section-padding .view_all_btn {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.section-padding .view_all_btn:hover {
    background-color: var(--secondary-color);
    color: #fff;
    border-color: var(--secondary-color);
}

.section-padding .border-col .btn {
    color: #fff;
    padding: 0.15rem 0.85rem;
}

.chancellor_image img {
    width: auto !important;
}
.single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 0;
    color: #fff;
}

.single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

.single-testimonial-item {
    position: relative;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    border: 1px solid #f8f9fa52;
    margin: 2px;
    padding: 20px 20px 40px 20px;
    padding-left: 55px;
}

/* above footer section */
.card_shadow {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}
.above_footer .footer_card .h4 {
    background-color: var(--primary-color);
    color: white;
}
.above_footer .footer_card .h4 {
    background-color: var(--primary-color);
    color: white;
}
.above_footer .footer_card img {
    width: 80px;
    -o-object-fit: contain;
    object-fit: contain;
}
.above_footer .footer_card .description {
    color: var(--primary-color);
}
.above_footer .footer_card .description .c-title {
    font-size: 16px !important;
    color: inherit !important;
    /* font-weight: bold; */
}
.view_more_btn {
    background-color: var(--primary-color);
    color: white;
    transition: 0.3s ease;
}
.above_footer .footer_card.important ul li {
    border-left: 3px solid var(--secondary-color) !important;
    padding: 5px;
}
.above_footer .footer_card i {
    font-size: 12px;
    color: var(--secondary-color);
}
.above_footer li a:hover {
    text-decoration: none;
}
.des {
    text-align: justify;
    font-size: 14px;
    color: #333;
    font-weight: 400 !important;
}
/* schemes */

/* Below slider section */
.left_side ul li a:hover {
    color: var(--secondary-color);
}
.left_side a:hover {
    text-decoration: none;
}
.left_side ul li a {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
}
.left_side ul .padd_side {
    padding: 10px 0;
}
.left_side ul li {
    border-bottom: 1px solid #eee;
}
.side_data li {
    list-style: none;
}
/* about page css */
.description_main p {
    text-align: justify;
    line-height: 26px;
}
.heading_title h3 {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 500;
    border-left: 3px solid var(--secondary-color);
    padding-left: 10px;
}

/* board of director page css */

/* people page css */
/* team */
.team {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.team .card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    overflow: hidden;
    position: relative;
    /* display: inline-block; */
}

.team .card img {
    height: 357px;
    width: 100%;
}

/*
.team .card:hover img {
    transform: scale(1.2, 1.2);
} */
.team .data {
    position: absolute;
    bottom: 5%;
    background: var(--secondary-color);
    text-align: center;
    width: 90%;
    height: 100px;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 15px 5%;
    box-sizing: border-box;
    opacity: 0.7;
    transition: all 0.4s;
}

.team .card:hover .data {
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: 0.9;
    padding: 10%;
}

.team .data h2 {
    margin: 0 0 5px 0;
    transition: color 0.4s;
    color: #fff;
    font-size: 18px;
}
.team .data i {
    color: #fff;
}

.team .data p {
    opacity: 0;
    text-align: center ;
    transition: all 0.2s;
    color: #fff;
}
.team .data ul {
    text-align: justify;
    transition: all 0.2s;
    color: #fff;
}
.team .card:hover .data p,
.card:hover .data a {
    opacity: 1;
}

.team .data .social_team a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
}
.team .data a:hover,
.card:hover h2 {
    color: #fff;
}
/* Press release section */
.file ul {
    margin: 0;
    padding: 0;
}
.file ul li {
    list-style: none;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
}
.file ul li .serial_no {
    background-color: #efefef;
    color: #073d8d;
}

.file ul li a {
    color: #073d8d;
    font-size: 16px;
}
.file ul li span {
    font-size: 16px;
}
.file ul li .item {
    text-align: center;
    padding: 30px 0;
}
/* download page */
.download ul li {
    padding: 15px;
    background: #efefef;
}
.download ul li a {
    color: var(--primary-color);
}
.download li {
    position: relative;
}
.download .notice-link {
    padding: 5px 10px;
}
.download-img img {
    height: 20px;
}
.download ul {
    padding: 0;
}
.textcontrols button {
    padding: 4px 8px;
    border: 1px solid #b0b5b9;
}
/*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 */

/* contact page css */
.contact {
    position: relative;
    z-index: 1;
}
.contact .box .icon {
    display: grid;
    place-items: center;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    height: 70px;
    width: 70px;
    margin: auto;
    margin-bottom: 10px;
    font-size: 1.3rem;
    color: red;
}

.contact-map {
    position: relative;
    z-index: 1;
}
.contact-map form input {
    height: 45px;
}
.contact-map form .form-control {
    border-radius: 0 !important;
}
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}
.btn-primary:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

/* ambition box  */
.action-box .action-box-text {
    padding-right: 230px;
}
.action-box .action-box-text h3,
.action-box .action-box-text p {
    color: #fff;
}
.action-box .action-box-text h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    font-family: Oswald, sans-serif;
}
.action-box a.button {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -20px;
}
.action-box a.button i {
    font-size: 18px;
    margin-left: 7px;
}
.button.white {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff;
}
.button {
    padding: 10px 20px;
    font-size: 13px;
    letter-spacing: 1px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    border: 2px solid #04396c;
    cursor: pointer;
    background-color: #04396c;
}
/* resource page */
.r_title {
    font-weight: 600;
    color: #565656;
    font-size: 1rem;
}
.img-pdf {
    margin-right: 15px;
}
.img-pdf img {
    /* height: 70px; */
    width: 50px;
}
.single_sidebar_widget {
    background: #fbf9ff;
    box-shadow: inset 0 0 80px rgb(0 0 0 / 10%);
    padding: 20px;
    margin-bottom: 3px;
}
.sidebar_title h5 {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 19px;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
}
.sidebar_date {
    font-weight: 500;
    font-size: 12px;
}
.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 0;
    border-bottom: 1px solid #f0e9ff;
}
.single_sidebar_widget .widget_title {
    font-size: calc(
        20px + (25 - 20) * ((100vw - 500px) / (1200 - 500))
    ) !important;
    color: var(--secondary-color);
    /* margin-bottom: 15px; */
}
.single_sidebar_widget .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #ccc;
}

.single_sidebar_widget .cat-list li a:hover {
    color: var(--secondary-color);
}

.single_sidebar_widget .cat-list li a {
    color: #333333;
}
/* contact us page */
.contact .item-contact {
    border: 10px solid #f2f2f2;
    background: #fff;
    min-height: 250px;
    padding: 86px 20px 20px;
    text-align: center;
}
.contact .item-contact i {
    position: absolute;
    left: auto;
    top: -1%;
    width: 100px;
    height: 100px;
    border: 10px solid #f2f2f2;
    margin-left: -45px;
    border-radius: 100%;
    background: #eb0a08;
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 80px;
}
.contact-map .form-control {
    border-radius: 3px;
    font-size: 13px;
    height: auto;
    line-height: 1.33333;
    padding: 15px 15px 15px 20px;
    background: #f6f7f8;
    color: #323232;
    border: 0 solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact .item-contact b {
    font-size: 19px;
    font-family: "Oswald";
    display: inline-block;
    margin-bottom: 8px;
}
.contact .item-contact p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 2px;
}
.contact .item-contact p a {
    color: #212529;
}
.startup_innovation .file ul li{
    border-top: none;
}



/* Popup model index page css */


.modal-content {
    border: 5px solid var(--secondary-color);
}

.modal-header {
    padding: 0.5rem 1rem;
}
.modal .modal-header button span {
   font-size: 20px;
}
.modal .modal-header button {
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 5;
    background: var(--secondary-color);
    border-radius: 50%;
    height: 28px;
    width: 28px;
    line-height: 28px;
    opacity: 1;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    outline: none;
    border: none;
}
.modal-header h5 {
    margin-bottom: 0;
    font-size: 16px;
    color: var(--secondary-color)
}

.modal-header .btn-close:focus {
    box-shadow: none;
    outline: none;
}



/* upcoming event index page */
.upcoming_events
{
    background-color: #f8fafc;
}
.event-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.event-info .calendar {
    width: 50px;
    height: 50px;
    flex-basis: 15%;
}
.event-info .calendar .calendar-icon {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.event-info .event-detail {
    margin-left: 15px;
    flex-basis: 85%;
}

.event-info .event-detail h5 {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 5px;
    color: #000;
    font-family: poppins,sans-serif;
    text-align: left;
}
.event-info .event-detail h5 a{
    color: inherit;
}
.event-info .event-detail .notice-date {
    margin-bottom: 0;
    color: #777;
    font-weight: 300;
}



/* ANIMATED X for responsive device*/
 .navbar-toggler.x {
	 border: none;
}
 .navbar-toggler.x:focus {
	 outline: none;
}
 .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
	 transform: rotate(45deg);
	 transform-origin: 10% 10%;
}
 .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
	 opacity: 0;
	 filter: alpha(opacity=0);
}
 .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
	 transform: rotate(-45deg);
	 transform-origin: 10% 90%;
}
 .navbar-toggler.x .icon-bar {
	 width: 22px;
	 display: block;
	 height: 2px;
	 background-color: #fff;
	 -webkit-transition: all 0.2s;
	 transition: all 0.2s;
}
 .navbar-toggler.x .icon-bar + .icon-bar {
	 margin-top: 4px;
}
 .navbar-toggler.x .icon-bar:nth-of-type(1) {
	 -webkit-transform: rotate(0);
	 -ms-transform: rotate(0);
	 transform: rotate(0);
}
 .navbar-toggler.x .icon-bar:nth-of-type(2) {
	 opacity: 1;
	 filter: alpha(opacity=100);
}
 .navbar-toggler.x .icon-bar:nth-of-type(3) {
	 -webkit-transform: rotate(0);
	 -ms-transform: rotate(0);
	 transform: rotate(0);
}


.faq-section .accordion-body ul li a {
  color: black;
  font-weight: 700; }

.faq-section .accordion {
  width: 100%; }

.faq-section .accordion-button:not(.collapsed) {
  background-color: #e9fff3; }

.faq-section .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none; }

.faq-section .accordion-button:focus {
  box-shadow: none; }

.faq-section .accordion-button:before {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 1.25rem;
  height: 2px;
  width: 1rem;
  background-color: var(--secondary-color); }

.faq-section .accordion-button.collapsed:after {
  content: "";
  position: absolute;
  right: 1.1875rem;
  top: 0.8125rem;
  height: 1.0625rem;
  width: 0.125rem;
  border-style: none;
  background-color: var(--secondary-color); }

.faq-section .accordion-button h5 {
  color: var(--secondary-color);
  margin-right: 13px; }

.faq-section .accordion-body {
  background-color: #e9fff3;
  font-size: 16px;
color: #000;}

.faq-section ul {
  list-style-type: none;
  list-style-type: disc;
  margin-left: 20px; }

.faq-section ul li {
  margin-bottom: 5px; }

.faq-section .accordion-body ol {
  counter-reset: step-counter;
  list-style-type: none;
  padding-left: 0; }

.faq-section .accordion-body ol > li {
  counter-increment: step-counter;
  margin-bottom: 10px; }

.faq-section .accordion-body ol > li::before {
  content: "Steps " counter(step-counter) ": ";
  font-weight: bold; }

@media screen and (min-width: 768px) {
  .faq-section .accordion-button:before {
    right: 0.75rem; }
  .faq-section .accordion-button.collapsed:after {
    right: 1.1875rem; }
  .faq-section .faq-section .accordion-button h5 {
    margin-right: 0px; } }
    
.text-red{
    color: #eb1c24;
}

