*{
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
:root{
    --primary-color-blue:#0D1A54;
    --secondary-color-green:#006705;
    --font-family: 'Poppins', sans-serif;
}
p{
    font-size: 15px;
    margin: 0px;
    text-align: justify;
}

/****** admission form  *******/

.admission-form-heading{
  font-size:35px !important;   
}

/***=============================================
##### modal popup 
========================================================***/
/*** ECE page ****/
.ece-page-modal{
    height: 500px;
    overflow: auto;
}
/* Board of Studies  styles*/
.dept .head-bos{
  font-size:18px;
  padding:30px;
  margin-bottom:25px;
  text-align:center;
}
.dept .column-1{
    background-color:#E6F7F6;
}
.dept .column-2{
    background-color:#FDECEC;
}
.dept .column-3{
    background-color:#FFF8E7;
}
.dept .column-4{
    background-color:#F2FBF4;
}
.dept a{
    text-decoration:none;
    color:black;
}
.dept h2{
    color:green;
    font-size:32px;
    padding:10px 0px 20px 0px;
    line-height:38px;
}
.dept-bos h2{
    color:red;
}

/*  gallery page  */
.gallery-page .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.gallery-page .modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

.gallery-page .mySlides {
    display: none;
}

.gallery-page .cursor {
    cursor: pointer;
}

.gallery-page .prev,.gallery-page .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white !important;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.gallery-page .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.gallery-page .prev:hover,.gallery-page .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.gallery-page .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.gallery-page img {
    margin-bottom: -4px;
}

.gallery-page .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.gallery-page .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.gallery-page .close:hover,
.gallery-page .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.search-img {
   position: absolute;
   top: 50%; 
   left: 10px; 
   transform: translateY(-50%);
   width: 16px;
   height: 16px;
}
.search-text{
  padding-left: 35px;
  height: 35px;
}
/* ============ */

@media only screen and (min-width:992px){
    .modal-dialog {
        max-width: 70%;
    }
    .modal-ece-page-box>img {
    width: 50%;
}

.modal-ece-page-box {
    display: flex;
}
}
.bi-search::before{
    color:#fff;
}
/*************************chairman******/
.chairman-email a {
    color: #333 !important;
}

.chairman-email a:hover {
    color: #d60000 !important;
}

/* Specific for Phone */
.chairman-phone a {
    color: #000 !important;
}

.chairman-phone a:hover {
    color: #d60000 !important;
}

/******* top green strip *******************/
.top-green-strip{
    background-color: var(--secondary-color-green);
    height: 40px;
    display: flex;
    align-items: center;
    color: #fff;
}
.top-green-section{
    align-items: center;
    justify-content: space-evenly;
    padding: 9px 0px 7px 0px;
}

/*p.top-green-strip-text {
    letter-spacing: 0.7px;
}*/
.top-strip-border{
    border-right: 1px solid #FFFFFF82;
}
.spl-border{
    background: #FFFFFF30 0% 0% no-repeat padding-box;
    border: 2px dashed #FFFFFF82;
    height: fit-content;
}

/**** header logo section ******/
.logo-section-bg-color{
    background-color: var(--primary-color-blue);
    height: 136px;
}

.clg-code-top{
    background-color: #E3E3E3;
}
.clg-code-top h3 {
    font-size: 19px;
    height: 50%;
    padding: 23px 0px;
    color: #0D1A54;
    font-weight: 600;
    text-align: center;
    margin: 0px;
}
.clg-code-bottom{
    background-color: #AD0000;
}
.clg-code-bottom img {
    width: 100%;
}
.sm-vist-blink img{
    height: 30px;
    object-fit: contain;
}

.department-courses-offered .sticky-top{
    z-index:1;
}
/**** banner image ******/
.banner-image img{
    width: 100%;
    height:550px;
    object-position:top;
    object-fit:cover;
}
/*.banner-image .banner-last-image{
   object-position:center;
}*/


/************ mobile view top section ************/
.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}
.sm-top-clg-code-section{
    height: 50px;
}
/****** navigation ****/
.top-green-strip-menu ul{
    margin:0px;
    list-style: none;
}
.top-green-strip-menu {
    margin-top: -10px;
}
.top-green-strip-menu ul li a{
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.top-green-strip-menu ul li a:hover{
    opacity:0.8;
}
li.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
}
.navbar-dark .navbar-toggler{
    border-color:#FFf;
}
.navbar-dark .navbar-toggler-icon{
    background-image:url(../img/header-imgs/logo-section-img/nav-bar-inner-lines.svg) !important;
}
.large-main-nav{
    background-color: #273272;
    /* height: 50px; */
    height:auto;
}
.navbar-expand-lg .navbar-nav{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.navbar-collapse.show {
    background-color: #273272f0;
    padding: 20px 40px;
    z-index: 999;
}
@media only screen and (max-width:991px){
    .navbar-collapse.show {
        height:60vh;
        overflow: auto;
    }
}
.navbar-brand{
    display: none;
}
.navbar-brand img{
    width: 250px;
}
.navbar-collapse.collapsing{
    display: none;
}
.main-nav{
    justify-content: center !important;
    align-items: center !important;
}

.navbar-nav{
    width: 100%;
    justify-content: space-between;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.dropdown-item{
    padding:6px 1rem;
}
.navbar ul li{
    list-style: none;
    font: normal normal 500 12px/23px var(--font-family);
    letter-spacing: 0.34px;
    
}

.dropdown-toggle::after{
    color: #C2E3FF;
}
.sub-nav ul {
    display: block;
    padding: 0px;
    margin: 0px;
}
.sub-nav{
    padding:0px;
}
.sub-nav ul li a{
    display: block;
    font: normal normal 500 15px/23px var(--font-family);
    letter-spacing: 0.34px;
    color: #000;
    text-decoration: none;
}

.sub-nav ul li a:hover {
    background-color:#C2E3FF;
}
.sub-nav ul li a {
    display: block;
    font: normal normal 500 15px/23px var(--font-family);
    letter-spacing: 0.34px;
    color: #000;
    text-decoration: none;
    padding-inline-start: 20px;
    padding: 4px 15px;
}
.bi-list::before{
    color: #fff;
    border: 1px solid #FFF;
    margin-top: 5px;
}
.logo{
    display: none !important;
}
/**** body scetion starts ****/
/*** scrolling section ****/
.scrolling-section{
    background-color: #F2D200;

}
.scrolling-left-section {
    background-color: #D90000;
    padding: 2px 30px;
    border-bottom-right-radius: 50px;
    color: #fff;
    font: normal normal 600 18px/27px var(--font-family);
    letter-spacing: 0.61px;
}
.scrolling-txt {
    padding: 6px 0px 0px 0px;
    font: normal normal 600 15px/23px var(--font-family);
    letter-spacing: 0.38px;
    color: #2B2300;
    overflow: hidden;
}
.scrolling-txt a{
    text-decoration: none;
    color: #2B2300;
    
}
.scrolling{
     display: inline-block;
     white-space: nowrap;
  animation: scrollLeft 50s linear infinite;
}
@keyframes scrollLeft {
   0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/**** notice board section ****/
.notice-board-bg-img {
    background-image: linear-gradient(rgba(27, 41, 103,0.9), rgba(27, 41, 103,0.9)), url(../img/body-imgs/notice-board-img/bg\ image.jpg);
    background-size: contain;
    
}
.chairperson-card{
   /* height: 650px;*/
    background-color: #fff;
    padding: 25px;
}
.chairperson--top-img img {
    height: 300px;
    width: 100%;
}
.chairperson--sub-heading{
    font-size: 20px;
    color: #0000009E;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.bg-color-box {
    width: 15px;
    height: 30px;
}
.color-skin{
    background-color: #F6CF67;
}
.color-red{
    background-color: #E80000;
}
.chairperson-card-main-heading{
    font-weight: 600;
    margin-left: 10px;
    font-size: 24px;
}
/*.chairperson-card-heading{
    background-image: url(../img/body-imgs/notice-board-img/Image\ 18.svg);
    background-repeat: no-repeat;
    background-position: right;
}*/
.chairperson-card-text{
    font-size: 16px;
}
.right-card{
    padding: 0px;
    border: none;
    height: 368px;
    /*height:auto;*/
    background-color: #fff;
}
#scrolling-content {
    animation: scroll-up 60s linear infinite; /* Adjust the animation duration and timing function as needed */
}

@keyframes scroll-up {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100%);
    }
}
/** notice board inner tab  **/
.tab .each-tab {
    width: 50%;
     text-align: center;
     /*border-right: 2px solid #fff;*/
     background-color: #F86B00;
}
.tab .each-tab .active {
    background-color: #fff;
    color: orange;
    font-weight: bold;
    border: 2px solid orange;
}
.tab .each-tab:hover {
    background-color: #e86500;
}
.tab {
    display: flex;
    justify-content: space-evenly;
    background-color: #F86B00;
}
.tab .each-tab button {
    background-color: transparent;
    border: none;
    font-size: 20px;
    padding: 8px 35px;
    color: #fff;
}

.notice-board-img img{
    width: 40px;
    height: 40px;
}
.notice-board-main-section-heading{
    background-color: #006E05;
    height: 65px;
}
.notice-board-heading {
    background-color: #008B07;
    flex-grow: 1;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 40px;
    border-bottom-left-radius: 70px;
}
.notice-board-img {
    width: 12%;
    display: flex;
    justify-content: center;
}
.notice-board-heading h5{
    font: normal normal medium 23px/34px var(--font-family);
    letter-spacing: 1.39px;
    color: #FFFFFF;
}
.notice-board-txt-date{
    font: normal normal 600 14px/26px var(--font-family);
    letter-spacing: 0.18px;
    color: #7E7E7E; 
}
.text-inner-card{
    overflow: auto;
    height:313px;
    /*height:auto;*/
    background-color: #fff;
}
.notice-board-txt{
    font: normal normal 600 15px/23px var(--font-family);
    letter-spacing: 0.23px;
    color: #0A65BF;
    text-decoration: none;
    cursor: pointer;
    margin-top: 10px;
}
.text-row{
    border-bottom: 1px solid #B5B5B5;
    padding: 20px 20px 20px 40px;
    position: relative;
}
.text-row::before {
    content: "";
    width: 14px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.text-row:nth-child(odd)::before {
    background-color: #e80000;
}
.text-row:nth-child(even)::before {
    background-color: #f6cf67;
}
.text-row:nth-child(even){
    background-color: #F8F8F8;
}
/**** courses offered section *****/
.courses-main-heading{
    font: normal normal 500 49px/73px var(--font-family);
    letter-spacing: 1.23px;
    color: #363636;
}
.bg-color-box-courses{
    width: 15px;
    height: 40px;
    margin-bottom: 9px;
}
.courses-section-heading h3{
    font: normal normal bold 32px/48px var(--font-family);
    letter-spacing: 0.54px;
}
.courses-section-heading span{
    font: normal normal 600 25px/34px var(--font-family);
    letter-spacing: 0.42px;
}
.red-heading-color{
    color: #D81717;
}
.courses-bg-color{
    border-radius: 10px;
    height: 130px;
}
.courses-inner-section {
    width: 90%;
    padding: 20px 10px 20px 20px;
    border-radius: 10px 10px 160px 10px;
    height: 130px;
}
.courses-img{
    height: 80px;
    width: 80px;
}
.courses-inner-section-txt{
    color: #fff;
    font: normal normal 500 20px/30px var(--font-family);
    letter-spacing: 0.42px;
    padding-left: 20px;
    text-align: left;
    text-decoration: none;
}
.courses-inner-section-txt:hover{
    color: #ffffffe2;
    text-decoration: none;
}
.red-section-bg{
    background-color: #CB0000;
}
.red-section{
    background-color: #D81717;
}
.orange-section-bg{
    background-color: #E56300;
}
.orange-section{
    background-color: #F86B00;
}
.orange-heading-color{
    color: #F86B00;
}
.green-heading-color{
    color: #006705;
}
.green-section-bg{
    background-color: #006E05;
}
.green-section{
    background-color: #007A06;
}
.litblue-heading-color{
    color: #0a7b99;
}
.litblue-section-bg{
    background-color:  #0a7b99;
}
.litblue-section{
    background-color: #0391b2d1;
}
.blue-heading-color{
    color: #0D1A54;
}
.blue-section-bg{
    background-color: #0D1A54;
}
.blue-section-bg .blue-section{
    background-color: #273272;
}
.yellow-heading-color{
    color: #F2D200;
}
.yellow-section-bg{
    background-color: #F2D200;
}
.yellow-section-bg .yellow-section{
    background-color: #fbd900;
}

/**** librabry section ****/
.facilities-section{
    background-color: #0D1A54;
}
.facilities-section .carousel-item img {
    width: 100%;
    height: 300px;
    object-position: top;
    object-fit: cover;
}
/***** latest placements ********/
.latest-placement-main-section{
    background-image: linear-gradient(to right, #fff 70%, #007A06 30%);
}
/*.latest-placement-heading{
    background-image: url(../img/facilities-imgs/job\ icon.svg);
    background-position: top;
    background-repeat: no-repeat;
}*/
.latest-placement-img{
    padding: 20px;
}

.latest-placement-img img {
    width: 100%;
}

.green-bg{
    background-color: #007A06;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lastest-placement-line{
    height:auto;
}
.count{
    font: normal normal 500 80px/25px var(--font-family);
    letter-spacing: 1.80px;
    color: #fff; 
    text-align:unset;
}
.placed-students-txt{
    margin: 40px 0px;
}
.placed-students-txt span{
    color: #00C409;
}
.students-txt p{
    font-size: 32px;
    color: #fff;
   padding-top: 25px;
   text-align:unset;
}

/***** coampnies section starts ****/
.companies-section{
    background-color: #F3F3F3;
}
.companies-heading-txt{
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.6px;
}

.companies-heading span{
    color: #F90000;
}

/**** courosel cards *********/
.events-main-heading h2{
    font: normal normal 500 54px/81px var(--font-family);
    letter-spacing: 1.3px;
    color: #FFFFFF;
}
.events{
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../img/events-imgs/viet_college_image.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}
.event-img img{
    height: 100px;
    width: 100px;
}
.display-flex{
    display: flex;
    justify-content: center;
}

.event-card{
    flex:0 0 auto;
    width:280px;
    height:412px;
    margin: 0 30px;
}
.event-card-1{
    flex:0 0 auto;
    width:280px;
    margin: 0 30px 0px 25px;
}
.event-image{
    position: relative;
    width: 300px;
    overflow:hidden;
}
.event-image img{
    height: 200px;
}
.event-thumb{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event-info{
    width: 300px;
    padding: 18px;
    background-color: white;
}
.event-heading{
    color:#656565;
    font-size: 18px;
    font-weight: 600;
}
.event-para{
    width: 106%;
    overflow: hidden;
    color: #656565;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 8px 10px 5px 0px;
}
.more{
    color:#0091F2;
}
.event-date{
    opacity:0.5;
    color:#656565;
    font-size: 14px;  
    margin-bottom: 10px;
}
.carousel-control-prev-icon {
    background-image: url(../img/events-imgs/right-post-indicator.svg) !important;
    width: 100px;
    height : 100px;
    transform: rotate(180deg);
}
.carousel-control-next-icon {
    background-image: url(../img/events-imgs/right-post-indicator.svg) !important;
    width: 100px;
    height : 100px;
    
}

.pre-btn img, .nxt-btn img{
    opacity: 0.9;
}
.pre-btn:hover img, .nxt-btn:hover img{
    opacity: 1;
}


/************* footer section ***********/
.footer-secion{
    background: #0D1A54 0% 0% no-repeat padding-box;
}
.footer-logo img{
    opacity: 0.9;
}
.footer-logo img {
    width: 180px;
    height: auto;
}

.footer-top-right-img img {
    border-radius: 50%;
    border: 25px solid #283367;
}
.footer-top-right-text h3{
    font: normal normal 500 24px/31px var(--font-family);
    letter-spacing: 0.36px;
    color: #FFFFFF;
}
.footer-top-right-text p{
    font: normal normal normal 14px/19px var(--font-family);
    letter-spacing: 0.21px;
    color: #ACCAFF;
    margin-bottom: 20px;
}
.footer-top-right-text{
    width: 600px;
    margin-left: 20px;
}
.footer-top-right-text img {
    margin-left: 10px;
    margin-top: -5px;
}
.contact-us-section{
    border-right: 1px solid #ACCAFF;
}
.contact-us-section h3{
    color: #FFFFFF;
    font-size: 31px;
    font-weight: 500;
    letter-spacing: 0.47px;
}
.contact-us-section ul {
    list-style: none;
    padding-inline-start: 0px;
    margin: 20px 0px;
}
.contact-us-section ul li {
    margin: 15px 0px;
}
.contact-us-section ul li a {
    font: normal normal normal 16px/27px var(--font-family);
    letter-spacing: 0.24px;
    color: #ACCAFF;
    padding-inline-start: 20px;
    text-decoration: none;
}
.contact-us-section ul>.phone-num a {
    padding-inline-start: 0px;
}
.contact-us-section .first-num{
    padding-inline-start:20px !important ;
}

ul.contact-address{
    list-style: none;
    font: normal normal normal 16px/22px var(--font-family);
    letter-spacing: 0.24px;
    color: #ACCAFF;
    padding-inline-start: 20px;
    margin: 0px;
    margin: -11px 0px 0px 2px;
}
.footer-right-bottom-list {
    padding-inline-start: 40px;
}
.footer-top-right-img img {
    width: 180px;
    height: auto;
}
.footer-right-bottom-list h3{
    font: normal normal 500 24px/31px var(--font-family);
    letter-spacing: 0.36px;
    color: #FFFFFF;
}
.footer-right-bottom-list ul{
    list-style: none;
    padding-inline-start: 0px;
}
.footer-right-bottom-list ul li a{
    font: normal normal normal 14px/26px var(--font-family);
    letter-spacing: 0.21px;
    color: #ACCAFF;
    text-decoration: none;
}

.footer-right-bottom-left-list h3{
    font: normal normal 500 24px/31px var(--font-family);;
    letter-spacing: 0.36px;
    color: #FFFFFF;
}
.footer-right-bottom-left-list ul{
    list-style: none;
    padding-inline-start: 0px;
}
.footer-right-bottom-left-list ul li a{
    font: normal normal normal 14px/26px var(--font-family);
    letter-spacing: 0.21px;
    color: #ACCAFF;
    text-decoration: none;
}
/**** copy right section ***/
.footer-copyright{
    background-color: #2C468B;
}
.footer-copyright p{
    font: normal normal normal 17px/23px Arial;
    color: #fff;
    padding: 20px;
}
.footer-copyright p a{
    color: #ECB500;
}


@media only screen and (min-width:1024px) and (max-width:1535px){
   
   
    .section-bgcolor {
        padding: 5px;
    }
    .main-heading-sub-section-txt{
        font-size: 12px;
    }
    .main-heading-sub-section-img-txt{
        font-size:8px;
    }
    .main-heading-sub-section-img{
        width:45px;
    }
    p.top-green-strip-text{
        font-size: 12px;
    }
    .top-green-strip-menu ul li a{
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.nav-link {
    padding: 9px 9px;
}

    /**** reducing main header height 
    .logo-section-bg-color{
        height: 128px;
    }***/
}
@media only screen and (min-width:1024px) and (max-width:1180px){
    /*********** logo section college code *****************/
    /** .clg-code-bottom h3{
            padding: 13px 0px;
            font-size:35px;
        }**/
        .clg-code-top h3{
            font-size: 15px;
           /* padding: 15px 0px;*/
        }
        /**************nav items font *********************/
        .navbar ul li{
            font-size: 12px;
        }
        .top-green-strip-menu ul li a{
          font-size: 12px;
        }
    }
    

@media only screen and (min-width:768px) and (max-width: 991px){
    .logo{
        display: block !important;
    }
    .navigation{
        height: auto;
        position: fixed;
        z-index: 9999;
    }
    .navbar ul{
        display: block;
    }
    /*********** courses section ******************/
    .courses-inner-section-txt{
        font-size: 15px;
        line-height: 20px;
    }
    .courses-img{
        height: auto;
        width: 55px;
    }
    /*************** chairperson card **************/
    .chairperson-card-text{
        font-size: 13px;
    }
    .chairperson-card-main-heading{
        font-size: 20px;
    }
    /*** home page latest palcemnet section **/
    .latest-placement-heading .courses-offered-heading-section .latest-main-heading{
        height: 70px;
    }
    .count{
        font-size: 50px;
    }
    .students-txt p {
        font-size: 25px;
        padding-top: 0px;
    }
    .latest-placement-img img{
        height: 300px;
    }
}




/***** small devices [laptop or landscape ]****/
@media only screen and (min-width:576px) and (max-width: 992px){
    /** notics board section adding top and bottom space on card **/
    .chairperson-card{
        margin: 50px 0px ;
    }
    /** decresing the font-size of courses main heading **/
    .courses-main-heading{
        font-size: 42px;
    }
    /**** adding to and bottom margin in courses card section ***/
    .courses-inner-section{
        margin: 15px 0px;
    }
    /*** removing bg color of latest placeets **/
    .latest-placement-main-section{
        background-image: unset;
    }
  
    /**** companies section ***/
    .sub-companies-container{
        flex-direction: column;
        align-items: center;
    }
    .companies-img{
        margin: 15px 0px;
    }
    .img-sm-section{
        display: flex !important;
        margin: 20px 0px;
    }
    .companies-img{
        display: none !important;
    }
    /*** footer ****/
    .footer-top-right-img img {
        border: 11px solid #283367;
        height: unset;
        width: unset;
    }
    /***** navigation hamburger menu changing direction ***/
    .navbar ul{
        display: unset;
    }
    .logo{
        display: flex !important;
        align-items: center !important;
    }
    .navigation {
        position: fixed;
        top: 0px;
        z-index: 9999;
        height: 80px;
    }
   
}


/****** xtra small devices [mbl or portrait ***/
@media only screen and (max-width:575px){
    /** removing padding on red bg heading scrolling section ****/
    .scrolling-left-section{
        padding: 2px 11px 2px 8px;
        border-radius: unset;
    }
    /** notics board section adding top and bottom space on card **/
    .chairperson-card{
        margin: 50px 0px ;
        overflow: auto;
    }
    /**iecresing the height of color lines in course main heading **/
    .sm-box-line-height{
        height: 90px;
    }
    /**** adding to and bottom margin in courses card section ***/
    .courses-inner-section{
        margin: 15px 0px;
    }
    /*** removing bg color of latest placeets **/
    .latest-placement-main-section{
        background-image: unset;
    }
    .latest-placement-img{
        padding: 20px 0px;
    }
    .latest-placement-img img {
        height: auto;
        width: 100%;
    }
    /**** companies section ***/
    .sub-companies-container{
        flex-direction: column;
        align-items: center;
    }
    .companies-img{
        margin: 15px 0px;
    }
    /*** footer ****/
    .footer-top-right-img img {
        border: 11px solid #283367;
        height: unset;
        width: unset;
    }
    /**event courosel **/
    .carousel-control-next-icon{
        width: 80px;
        height: 80px;
    }
    .carousel-control-prev-icon{
        width: 80px;
        height: 80px;
    }
    /***** navigation hamburger menu changing direction ***/
   
    .logo{
        display: flex !important;
        align-items: center !important;
    }
    .navigation {
        position: fixed;
        top: 0px;
        z-index: 9999;
        height: 80px;
    }
    /******** banner-img-section
    .banner-img-section{
        margin-top: 80px;
    } ******/
}

@media only screen and (max-width: 992px){
    /************* nav bar section *************/
        .clg-code-top h3{
            font-size:14px;
            padding: 2px 0px;
        }
        .header{
            position: sticky;
            top: 0px;
        }
        .navigation{
            position: unset;
        }
        .sm-top-log-section img {
            height: 50px;
        }
        .navbar-brand{
            display: block;
        }
        .large-main-nav{
            height: 70px;
            margin-top: 0px;
            padding: 5px 10px !important;
        }
        /***** header sticky class for mbl devices ****/
        .sticky{
            margin-top: 0px;
        }
        /**** removing footer border ****/
        .contact-us-section{
            border: none;
        }
        /*** notice board *****/
        .text-row{
                padding: 10px 20px 10px 40px;
        }
        .banner-image img{
            height:180px;
        }
        .module ul {
            padding-inline-start: 0px;
        }
        .courses-main-heading{
            font: normal normal 500 36px / 53px var(--font-family);
        }
        .common-side-links-section{
            border:none !important;
            padding:0px !important;
        }
        
    }   
    
   /* @media only screen and (min-width:1227px) and (max-width:1023px){
        .logo-section-bg-color{
            height:115px;
        }
        .clg-code-top h3{
            padding:22px 0px;
        }
    }
    @media only screen and (min-width:1024px) and (max-width:991px){
        .logo-section-bg-color{
            height:120px;
        }
    }*/
    @media only screen and (min-width:992px) and (max-width: 1024px){
        .top-green-strip-text{
            font-size:12px;
        }
        .logo-section-bg-color{
            height:119px;
        }
        .clg-code-top h3{
            padding:21px 0px;
            font-size:16px;
        }
         .top-green-strip-menu ul li a{
    font-size: 12px;
}
    }
    
    @media only screen and (min-width: 993px){
        .sm-top-clg-code-section{
            display: none;
        }
        ul.submenu.dropdown-menu.last-submenu {
        left: -159px;
        }

    
    
    .whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}
#error_67915aa122821e9025c3c79380749cf3ff5d6f83{
    display:none;
}
}


.text-lowercase{
    text-transform:lowercase;
}
}