@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html,
body {
    min-width: 100%;
    background-size: contain;
    /* margin:0; */
    font-size: 100%;
    background: #ffffff;
    font-family: 'Roboto', sans-serif !important;
    /* For Mozila Firefox */
    /* scrollbar-color: #FEE914 #041353; */
    scrollbar-color: #6BBAF2 #041353;
    scrollbar-width: thin;
}

button,
button:active,
button:hover,
button:focus {
    outline: none;
}


body::webkit-scrollbar {
    width: 8px;
    background-color: #04186E;
}

body::-webkit-scrollbar {
    width: 8px;
    /* background-color: #04186E; */
    background-color: #6BBAF2;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
    background-color: #041353;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
    /* background-color: #FEE914; */
    background-color: #6BBAF2;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.toppart header {
    position: relative;
    top: -3px;
}


/* Top Header  */

.header-most-top {
    font-size: 11px;
    color: #E3E3E3;
    font-weight: bold;
    padding: 5px 0 5px 0;
    margin-left: 0;
    background-color: #041353;
    /* letter-spacing: 2px;
    background: #030A26;
    border-bottom: 1px solid #36457E; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 2;
}


/* .header-most-top a {
    color: #E3E3E3;
    font-weight: 600;
}

.header-most-top a:hover {
    color: #c3c3c3;
    text-decoration: none;
}

.header-most-top a span {
    font-weight: 300;
} */

.header-most-top .container-fluid {
    padding: 0;
}

.header-most-top .container-fluid .row {
    padding: 0px 0px;
}

.topheaderleft {
    text-align: left;
    padding: 0 !important;
}

.topheaderleft .calls {
    margin-top: 9px;
}

.topheaderleft img {
    width: 14px;
    height: auto;
    position: relative;
    top: -2px;
}

.header-right .row {
    padding: 0 !important;
}

.search-form {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: .25rem;
}

.search-form input.form-control {
    color: #999;
}

.search-form .form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #6473b445;
    background-clip: padding-box;
    border: 1px solid #6473b445;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search-form .input-group-append {
    cursor: pointer;
}

.search-form .input-group-append .input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6b7b8c;
    text-align: center;
    white-space: nowrap;
    background-color: #6473b445;
    border: 0px none;
    /* border: 1px solid #6473b445;
    border-left: none; */
    border-radius: .25rem;
}


/* .search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 25px;
    border: 1px solid #ccc;
    margin-bottom: 0;
}

.search-form .form-group input.form-control {
    padding-right: 20px;
    border: 0 none;
    background: transparent;
    box-shadow: none;
    display: block;
}

.search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
}

.search-form .form-group input.form-control:-moz-placeholder {

    display: none;
}

.search-form .form-group input.form-control::-moz-placeholder {

    display: none;
}

.search-form .form-group input.form-control:-ms-input-placeholder {
    display: none;
}

.search-form .form-group:hover,
.search-form .form-group.hover {
    width: 100%;
    border-radius: 4px 25px 25px 4px;
}

.search-form .form-group span.form-control-feedback {
    position: absolute;
    top: -1px;
    right: 10px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #041148;
    left: initial;
    font-size: 14px;
} */

.topheaderright {
    text-align: right;
    color: #E3E3E3;
    font-weight: 300;
    padding: 0 !important;
}

.topheaderright ul {
    list-style: none;
    display: inline-flex;
    margin-bottom: 0;
    margin-top: 9px;
}


/* //Top Header  */




.toppart {
    position: relative;
}
.excspc {
    height: 160px;
}

/* 2nd Header Section */

.header_top {
    
  background-color: #041353;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.secondheader {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 3px;
    padding-left: 0px;
    padding-right: 0px;
}

.secondheader .row {
    padding: 0 30px;
}

.logo_section .logo img.logo_main.main {
    display: inherit;
}

.logo_section .logo img.logo_main.mobile {
    display: none;
}

.logo-right {
    display: inline-flex;
    list-style: none;
}

.logo-right li {
    /* margin-top: 15px; */
    font-size: 14px;
    padding: 20px 30px 10px 0;
}

.logo-right li>a {
    color: #6BBAF2;
}

.logo-right li:last-child {
    padding-right: 0 !important;
}

.navbar-collapse .dropdown-menu {
    position: absolute;
    top: 26px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    /* min-width: 10rem; */
    width: 220px;
    white-space: normal !important;
    /* word-break: break-word; */
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: rgba(49, 69, 156, 0.9);
    /* background-color: rgba(0, 25, 126, 0.5);
    /* background-color: transparent;
    background-image: linear-gradient(rgba(0, 16, 70, 0.9), rgba(0, 25, 126, 0.8) 30%, rgba(0, 16, 70, 0.9)); */
    background-clip: padding-box;
    border: 1px solid rgba(30, 42, 90, 0.9);
    border-radius: 0;
}

.navbar-collapse .dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.navbar-collapse .dropdown-menu :last-child {
    border-bottom: 0px none;
}

.dropdown-menu .dropdown-item {
    display: block;
    width: 220px;
    white-space: normal !important;
    /* word-break: break-word; */
    /* width: 100%; */
    white-space: normal;
    padding: 6px 12px;
    clear: both;
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item {
    display: block;
    max-width: 250px;
    white-space: normal;
    word-break: break-word;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    border-left: 4px solid #ffe816;
    padding-left: 20px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 400;
}


/* //2nd Header Section */


/* NAVBAR Section */


/* .navbar {
    background-color: rgba(13, 10, 103, 0.83);
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 1px;
} */

.collapse {
    justify-content: center;
}


/* //NAVBAR Section */


/* Banner */

.carousel {
    margin-top: -58px;
}

.carousel-item {
    /* height: 100vh; */
    height: 100%;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* //Banner */

.my-nav {
    position: relative;
    z-index: 10;
    width: 100%;
    top: 92px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


/* .schoolSection {
    height: 500px;
} */


.schoolCard {
    background-color: #041353;
    height: 62px;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 10px 5px 10px 20px;
    text-align: center;
    box-shadow: 5px 7px 10px #4949498a;
}
.schname{
    color: #fff;
    display: block;
    font-size: 14px;
}

.schname:hover {
    text-decoration: none;
    color: white;
    margin-left: 5px;
}

.schoolSection {
    background-color: #F0F2FF;
}

.cardheadSec {
    background-color: #041353 !important;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    height: 53px;
}

.card_item {
    padding: 15px !important;
}

.card_item .container {
    height: 280px;
    background-color: #323d7d;
}

.schoolimage_sec {
    text-align: center;
}

.school_icon {
    width: auto;
    height: 130px;
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(187, 206, 223, 0.79);
}

.schoolname_section {
    padding-top: 20px;
    text-align: center;
}

.schoolname_section>a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.schoolname_section a:hover {
    color: #ffe816;
    text-decoration: none;
}


/* .school_name {
    color: white;
    font-size: 20px;
    font-weight: 600;
} */

.apply_section {
    background-image: url(../images/apply_iacs_back.jpg);
    /* background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px; */
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
}

.apply_board {
    z-index: 10;
    background-color: #04186E;
    height: 550px;
    float: left;
    margin-top: 50px;
    width: 50%;
    /* margin-left: 50px; */
}

.apply_heading {
    padding-left: 50px;
    padding-top: 40px;
}

.apply_heading h1 {
    color: #FEE914;
}

.apply_heading p {
    color: white;
    font-size: 50px;
    font-weight: 900;
}

.applylist {

}

.cardSSec {
    height: 200px;
    overflow: auto;
    padding: 5px 9px 8px 2px !important;
}

.cardSSec ul>li {
    list-style-image: url(../images/bullet1.gif);
}

.cardSSec ul>li>a {
    color: #0056b3;
    font-size: 13px;
    font-weight: 600;
}

.cardSSec ul>li>a:hover {
    padding-left: 5px;
    text-decoration: none;
}

.btn-mybutton {
    /* color: #fff;
    background-color: #007bff;
    border-color: #cccccc; */
    float: right;
    
  }
.apply_list {
    COLOR: white;
    font-size: 30px;
    font-weight: 200;
    line-height: 60px;
    margin-left: 50px;
    /* list-style: none; */
}


/* .apply_list li::before {

    content: "\2022";
    color: #007bff;
    font-weight: bold;
    font-size: 30px;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  } */

.apply_list li>a {
    color: #ffffff;
}

.event_section {
    background-color: #F0F2FF;
    height: 680px;
}

.card_sec {
    padding-top: 50px;
    /* padding-left: 50px; */
}

.event_label {
    margin-left: 100px;
    /* background-color: #04186E; */
}

.event_label h1 {
    color: yellow;
    font-size: 50px;
    padding-top: 30px;
}

.event_label p {
    color: white;
    font-size: 130px;
    font-weight: 600;
    padding-left: 265px;
}

.event_label p span {
    color: #04186E;
}

.event_list {
    margin-top: 50px;
}

.event_column {
    border-right: 1px solid blue;
    margin-bottom: 30px;
}

.event_div {
    margin: 0 34px;
    border-bottom: 5px solid #F0F2FF;
}

.event_div:hover {
    border-bottom: 5px solid #04186E;
}

.event_div hr {
    border-top: 2px solid #ffffff;
    width: 100%;
}

.event_div:hover hr {
    border-top: 2px solid #04186E;
}

.event_date {
    /* padding: 15px; */
    font-size: 32px;
    font-weight: 100;
    /* border-bottom: 2px solid white; */
    margin-right: 10px;
}

.eventname_section {
    margin: 0px 30px 0px 30px;
}

.event_name {
    color: #011773;
    margin-top: 15px;
    font-size: 30px;
    font-weight: 700;
}

.event_name a {
    color: #011773;
    text-decoration: none;
}

.event_name a:hover {
    color: #0056b3;
    text-decoration: none;
}

.noticeBoard_image {
    /* background-image: url(../images/academic_notice_board.jpg); */
    background-image: url(../images/banner_image5.jpg);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.noticecontent {
    background-color: #04186E;
}

.notice_archieve {
    text-align: right;
    /* color: #FEE914;
    font-size: 40px;
    font-weight: 500; */
}

.notice_archieve a h1 {
    color: #FEE914;
    font-size: 30px;
}

.notice_archieve a:hover h1 {
    color: #fff;
}

.notice_archieve h1 {
    color: #FEE914;
    font-size: 30px;
}

.noticehead p {
    color: white;
    font-size: 50px;
    font-weight: 900;
}

.notice_list {
    COLOR: white;
    font-size: 30px;
    font-weight: 200;
    line-height: 2;
    margin-left: 50px;
    margin-top: 50px;
    height: 150px;
    overflow-y: auto;
    list-style-type: disc;
}

.notice_list li::marker {
    color: #7891ff;
    font-size: 40px;
}

.notice_list a {
    COLOR: white;
}

.notice_list a:hover {
    COLOR: #FEE914;
    text-decoration: none;
}

.newsupdate {
    background-color: #04186E;
    margin-top: 5px;
    padding-bottom: 50px;
}

.newsupdate .archive {
    position: absolute;
    padding: 30px 15px 0 0;
    text-align: right;
    right: 0;
    z-index: 1;
}

.newsupdate .archive a {
    color: #FEE914;
    font-size: 30px;
    font-weight: 500;
}

.newsupdate .archive a:hover {
    color: #fff;
    text-decoration: none;
}

.news_head {
    padding-left: 100px;
}

.news_head p {
    color: white;
    font-size: 50px;
    font-weight: 900;
}

.newslist_section {
    height: 500px;
}

.newslist_section .card {
    background-color: transparent;
}

.news_list {
    COLOR: white;
    font-size: 30px;
    font-weight: 200;
    line-height: 2;
    margin-left: 50px;
    list-style-type: disc;
}

.news_list li {
    line-height: initial;
}

.news_list li a {
    color: #fff;
    line-height: normal;
    text-decoration: none;
}

.news_list li a:hover {
    color: #FEE914;
    font-weight: 300;
}

.news_list li::marker {
    color: #7891ff;
    font-size: 40px;
}

.subscribe_parachute {
    height: 350px;
    margin-top: -90px;
}

.site_footer {
    background-color: #010639;
}

.footer_description {
    float: left;
}

.footer_description h4 {
    color: #146DAC;
}

.footer_description ul {
    list-style: none;
    line-height: 24px;
    font-size: 14px;
    /* color: #89A693; */
    /* color: #b0b0b0; */
    color: #fff;
    margin-left: -36px;
}

.footer_description ul li a {
    /* color: #89A693; */
    /* color: #b0b0b0; */
    color: #fff;
}

.footer_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 40px;
    padding-bottom: 15px;
}

.footer-bottom {
    height: 110px;
    color: #b0b0b0;
    /* color: #89A693; */
}

.text-center {
    display: inline-flex;
    justify-content: center;
}

.texcenter {
    text-align: center;
    justify-content: center;
}

.copyright_section {
    font-size: 12px;
    margin-top: 15px;
    margin-left: 10px;
}

.carousel-control-prev {
    z-index: 2;
}

.carousel-control-next {
    z-index: 2;
}

.carousel-control-prev-icon {
    background-image: url(../images/arrow_pre.png) !important;
}

.carousel-control-next-icon {
    background-image: url(../images/arrow_next.png) !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 28px !important;
    height: 52px !important;
}

.carousel-indicators li {
    border-radius: 50% !important;
    width: 18px !important;
    height: 18px !important;
    margin-right: 7px !important;
    margin-left: 7px !important;
}

.carousel-indicators {
    margin-right: 7% !important;
    margin-left: 15%;
}

.navbar-nav {
    width: auto;
}

.navbar-nav .nav-item {
    width: max-content;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1) !important;
}

.carousel-control-next,
.carousel-control-prev {
    top: 20% !important;
}


/* .scrollbar-ripe-malinka::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-ripe-malinka::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-ripe-malinka::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(330deg, #f093fb 0%, #f5576c 100%);
    background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
} */

.newslist_box {
    padding: 15px;
    background-color: #041353;
}

.scrollbar-warning::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #041353;
    border-radius: 10px;
}

.scrollbar-warning::-webkit-scrollbar {
    width: 5px;
    background-color: #041353;
}

.scrollbar-warning::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    /* background-color: #FEE914; */
    background-color: #6BBAF2;
}

.scrollbar-warning {
    /* scrollbar-color: #FEE914 #041353; */
    scrollbar-color: #6BBAF2 #041353;
    scrollbar-width: thin;
}

.example-1 {
    position: relative;
    overflow-y: scroll;
    border: none;
    height: 450px;
}

.list-inline {
    display: inline-flex;
    margin-top: 5px;
}

.social_icon {
    padding: 8px 10px;
    font-size: 14px;
    /* width: 10px; */
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.subscribe input {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #ebd807;
    border-radius: 30px !important;
    height: 50px;
    padding: 10px 20px;
    margin-right: 5px;
    color: #fff;
    font-size: 15px;
}

.subscribe .input-group-btn {
    padding-left: 10px;
}

.subscribe .site-button {
    height: 50px;
    border-radius: 50px;
    border: 1px solid #fee914;
    font-size: 18px;
    font-weight: 500;
    padding: 0px 20px 0px 20px;
    background-color: #FEE914;
    cursor: pointer;
    outline: none;
}


/* bottom-to-top */

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 1999;
    width: 32px;
    height: 36px;
    border: none;
    text-indent: 100%;
    background: url(../images/totop3.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

.apply_list li::marker {
    color: #7891ff;
    font-size: 40px;
}

.apply_list {
    list-style-type: disc;
}


/* ---------------------- */


/* - BOOTSTRAP 4 - SOUS-MENU - */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}


/* SPECIAL : ROTATION des flÃ¨ches */

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}


/* --------------------- */


/* SPECIAL : ROTATION des flÃ¨ches */


/* Niveau 1 */

li .dropdown-toggle:after {
    transition: all 0.5s;
}

li.show>.dropdown-toggle:after {
    transform: rotate(180deg);
}


/* sous-Niveaux suivants */

li li.show>.dropdown-toggle:after {
    transform: rotate(90deg);
}

.view_event {
    padding: 0 0 30px 0;
    float: right;
}

.view_event .event_label {
    flex: auto !important;
}

.view_event .event_label a {
    border-radius: 50px;
    border: 1px solid #fee914;
    font-size: 16px;
    color: #202020;
    font-weight: 500;
    padding: 10px 30px;
    background-color: #FEE914;
    text-decoration: none;
}

.view_event .event_label a:hover {
    border: 1px solid #011773;
    color: #ccc;
    background-color: #011773;
}


/* --------------------- */


/* --------------------- */


/* ABOUT US PAGE */


/* .card_item {
    background-color: #323d7d;
} */

.school_description p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 18px;
    margin: 0;
    text-align: justify;
}


/* .old_campus_section {
    height: 1000px;
    background-color: #F0F2FF;
} */

.oldcampus_image {
    background-image: url(../images/iacs_old_campus.jpg);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.artical_old {
    font-size: 30px;
    font-weight: 200;
    color: #FFF;
}


/* .history_artical_two p {
    font-size: 26px;
    font-weight: 200;
    color: white;
    padding: 18px;
} */

.old_campus_para_section {
    background-color: #F0F2FF;
}

.history_artical_two {
    font-size: 18px;
    color: #404040;
    padding: 50px 20px;
    font-weight: 500;
    text-align: justify;
}

.history_artical_two::after {
    content: "";
    position: absolute;
    border-top: 6px solid #011A70;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    width: 30%;
}

.new_campus_ban {
    /* background-image: url(../images/iacs_new_campus.jpg); */
    background-image: url(../images/iacs_new_campus3.jpg);
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
}

.new_campus_para_section {
    background-color: #F0F2FF;
}

.schoolSection.history.about {
    padding-bottom: 0;
}

.schoolSection.history {
    padding-bottom: 75px;
}

.history .schoolimage_sec .school_icon {
    width: auto;
    height: 110px;
    margin-top: 20px;
    padding: 0px 20px 20px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.history .schoolname_section {
    padding-top: 15px;
    text-align: center;
}

.history .schoolname_section .school_name {
    color: #fff;
    font-size: 20px;
}

.history-banner .carousel .carousel-inner .carousel-item {
    background-image: url('../images/banner_image4.jpg');
}

.about-banner .carousel .carousel-inner .carousel-item {
    background-image: url('../images/banner_image3.jpg');
    background-position: top center;
}

.event-banner .carousel .carousel-inner .carousel-item {
    background-image: url('../images/banner04.JPG');
    background-position: bottom center;
}

.notice-banner .carousel .carousel-inner .carousel-item {
    background-image: url('../images/banner_image5.jpg');
    background-position: bottom center;
}

.news-banner .carousel .carousel-inner .carousel-item {
    background-image: url('../images/banner_image2.jpg');
    background-position: bottom center;
}

.dean-banner .carousel .carousel-inner .carousel-item {
    background-image: url('../images/banner_image6.jpg');
    background-position: top center;
}

.error-banner .carousel .carousel-inner .carousel-item {
    background-image: url('../images/banner_image7.jpg');
    background-position: top center;
}

.old_campus_section .noticehead p {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
}

.footer-bottom .followus .social_icon {
    padding: 8px 10px;
    font-size: 12px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
    border-radius: 2px;
}


/**************
About Us Style
***************/

.about_article {
    font-size: 14px;
}

.about_article .history_artical_two {
    padding: 50px 20px 0px 20px;
    margin: 0;
}

.about_article li::marker {
    color: #04186e;
    font-size: 14px;
    font-weight: 600;
}

.about_article ol {
    padding: 20px 15px 50px 30px;
}

.about_article li {
    list-style-type: lower-roman;
    text-align: justify;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px;
    position: relative;
}

.about_article li:last-child {
    border-bottom: 0px none;
}

.about_article li::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #fff;
}

.about_article li:last-child::after {
    background-color: transparent;
}

.new_campus_ban.about_ban {
    background-image: url(../images/iacs_new_campus2.jpg);
    margin-top: -2.6%;
    height: 450px;
    background-position: center;
}

.about_table {
    background-color: #fff;
    margin-top: 15px;
    padding-bottom: 30px;
    font-size: 14px;
}


/**************
Contact Us Page
***************/

.contactUs-banner .carousel .carousel-inner .carousel-item {
    background-image: url('../images/banner_image5.jpg');
}

.inner_content_wrapper {
    background-color: #04186E;
}

.map_sec {
    margin-top: 0px;
    text-align: center;
}

.contact_from {
    margin-top: 30px;
}

.cont_details h1 {
    color: #FEE914;
}

address p {
    color: white;
    font-size: 18px;
}

address p a {
    color: white;
    font-size: 18px;
}

address p a:hover {
    color: #6BBAF2;
}

.con_fa {
    color: #7891ff;
    font-size: 40px;
    padding-right: 5px;
}

.mail_event {
    padding: 0 0 50px 0;
}

.mail_event .mail_send_label {
    flex: auto !important;
}

.mail_event .mail_send_label a {
    border-radius: 50px;
    border: 1px solid #fee914;
    font-size: 16px;
    color: #202020;
    font-weight: 500;
    padding: 10px 30px;
    background-color: #FEE914;
    text-decoration: none;
}

.mail_event .mail_send_label a:hover {
    border: 1px solid #ccc;
    color: #202020;
    background-color: #ccc;
}


/**************
Gallery Page
***************/

.gallery-banner .carousel .carousel-inner .carousel-item {
    background-image: url('../images/banner_image1.jpg');
}

.card_description p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 18px;
    margin: 0;
    text-align: justify;
}

.gallery_div {
    background-color: #F0F2FF;
    padding-bottom: 80px;
}

.gal_heading {
    text-align: center;
    color: #04186E;
    background-color: #fff;
    text-transform: uppercase;
    padding: 6px 0 12px 0;
}

.gal_heading h1 {
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0;
}

.tab {
    overflow: hidden;
    border-top: 1px solid #ffe816;
    border-right: 1px solid #ffe816;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #ffe816;
    margin: 0px;
    background-color: #ffe816;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 11px 16px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 500;
    color: #505050;
}

.btn-mybutton {
    color: #fff;
    background-color: #007bff;
    border-color: #cccccc;
    float: right;
    
  }

.tab button:hover {
    background-color: #323d7d;
    background-color: #FEE914;
    color: black;
    /* border: 1px solid #011773; */
    /* border-radius: 10%; */
}

.tab button.active {
    background-color: #fff;
    outline: none;
}

.tabcontent {
    display: none;
    padding: 0;
    border: 1px solid #ffe816;
    border-top: none;
    background-color: #fff;
}

figure {
    padding: 0px;
    margin: auto;
    cursor: pointer;
}

.gal_show {
    object-fit: cover;
    height: 150px !important;
    width: 100% !important;
    border: 1px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

figcaption {
    background-color: #04186E;
    color: #fff !important;
    width: 100%;
    margin-top: 5px;
    text-align: center;
    border-radius: 4px;
    font-size: 0.75rem;
}

.gal_video {
    object-fit: cover;
    height: 150px !important;
    width: 100% !important;
    border: 1px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}


/**************
Marquee Scroll
***************/

marquee {
    background-color: transparent;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
}

@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(0, -100%); }
  } 

.marquee_txt {
    position: relative;
    display: inline-block;
    font-size: 13px;
    /* color: #FEE914; */
    color:#6BBAF2;
    margin: 0 15px;
    font-weight: 500;
    white-space: nowrap;
}

.marquee_txt span {
    font-size: 18px;
    color: #fff;
}

.marquee_txt:hover {
    /* color: #6BBAF2; */
    color: #fff;
    text-decoration: underline;
}

.marquee {
    width: 100%;
    overflow: hidden;
}


/* ------------------------ */


/**************
Logo Item
***************/


/* .logo_section .logo {}

.logo_section .logo img {
    height: 90px;
    width: auto;
}

.logo_section .logo .logotext {
    color: #fff;
    text-align: justify;
    font-size: 18px;
    letter-spacing: 0.04rem;
    position: relative;
    float: right;
    width: 85%;
    line-height: 10px;
    padding: 20px 0;
}

.logo_section .logo .logotext span {
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
} */


/* ------------------------ */

.visit-counter {
    padding: 0;
    margin: 0 auto;
}

.visit-counter .counterimg {
    margin-top: -40px;
}


/* ------------------------ */

.forevent .table td,
.forevent .table th {
    padding: 10px;
    font-size: 14px;
}

.forevent {
    border-collapse: collapse;
    padding: 0 !important;
    background-color: #f5f5f5;
    margin-bottom: 30px;
}


/* ------------------------ */

.dataTables_wrapper {
    width: 100%;
    overflow: hidden;
    padding: 0 0 15px 0;
}

.dataTables_wrapper table {
    width: 100%;
    padding: 0;
    overflow: auto;
    /* overflow-x: auto; */
    display: flow-root;
    font-size: 11px;
    border: 1px solid #dedede;
    border-collapse: collapse !important;
    /* border-right-width: 1px !important; */
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}

.dataTables_wrapper table thead tr {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(255, 255, 255, 1);
}


/***********************
Left Side Toggle NavBar
************************/

.inner-side-menu {
    width: 100%;
}

.inner-side-menu .collapse:not(.show) {
    display: block;
}

.navbar-expand-lg .navbar-nav.side-nav {
    flex-direction: column;
}

.card {
    margin-bottom: 15px;
    border-radius: 0;
    /* box-shadow: 0 3px 5px rgba(0, 0, 0, .1); */
    box-shadow: 5px 7px 10px #4949498a;
}

.header-top {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1)
}

.leftmenutrigger {
    display: none;
    margin: 7px 20px 4px 0;
    cursor: pointer;
}

.navbar-nav.side-nav.open {
    left: 0;
}

.navbar-nav.side-nav {
    background: rgba(50, 61, 125, .95);
    box-shadow: 2px 1px 2px rgba(0, 0, 0, .1);
    position: absolute;
    top: 51px;
    flex-direction: column!important;
    left: -220px;
    width: 220px;
    height: 200px;
    overflow-y: auto;
    bottom: 0;
    overflow-x: hidden;
    padding: 0;
    z-index: 1;
}

.inner-side-menu .navbar-nav .nav-item {
    width: auto;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.inner-side-menu .navbar-nav.side-nav .nav-link:hover {
    color: #16181b !important;
    text-decoration: none;
    border-left: 4px solid #ffe816;
    padding-left: 20px;
    background-color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 400;
}

.inner-side-menu .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1) !important;
    padding: .5rem 1rem !important;
}

.inner-side-menu .navbar-nav.text-nav {
    right: 5px;
    position: absolute;
    top: 0;
}

.inner-side-menu .navbar-nav.text-nav li {
    border: 0px none;
}

.inner-side-menu .navbar-nav.text-nav li a {
    padding-top: 14px !important;
    font-size: 16px;
    font-weight: 400;
}

.inner-side-menu.bg-dark {
    background-color: #323d7d !important;
}

.animate {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.dean-sec .card .card-header {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 10px;
    height: 45px;
    overflow: hidden;
}

.dean-sec .card img {
    border-radius: 0;
    height: 240px;
    object-fit: cover;
    object-position: center;
}

.dean-sec .card .card-block {
    padding: 10px 10px;
}

.dean-sec .card .card-block .card-title {
    font-size: 14px;
    color: #011a70;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.dean-sec .card .card-block .meta {
    font-size: 12px;
    font-weight: bold;
}

.dean-sec .card .card-block .card-text {
    font-size: 12px;
    color: #606060;
    height: 110px;
    overflow: hidden;
}

.error404-btn {
    border-radius: 50px;
    border: 1px solid #fee914;
    font-size: 16px;
    color: #202020;
    font-weight: 500;
    padding: 6px 24px;
    background-color: #FEE914;
    text-decoration: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.error404-btn:hover {
    border: 1px solid #011773;
    color: #ccc;
    background-color: #011773;
    text-decoration: none;
}