

:root {

  --base-color: #28B0C5;

  --base-color-alt: #2196a8;

  --base-color-light: #009bb3;

  

  --dark-color: #010415;

}





body{

  font-family: 'Inter', sans-serif;

}



.error{

    color:red !important;

}

.header{

    background:#fff;

}

a.logo {

    width: 100%;

    display: block;

    max-width: 350px;

    height: auto;

}



a.logo img{

    width:100%;

}

section.section.gallery.container-fluid {

    background: #F8F8F8;

}

.section{

  padding: 50px 0

}

.heading1{

  font-family: 'Work Sans';

  font-style: normal;

  font-weight: 600;

  font-size: 30px;

  line-height: 43px;

  color: #001845;

}



.heading2{

  font-family: 'Work Sans';

  font-style: normal;

  font-weight: 600;

  font-size: 25px;

  line-height: 30px;

  color: #001845;

}





.heading3{

  font-family: 'Work Sans';

  font-style: normal;

  font-weight: 600;

  font-size: 20px;

  line-height: 25px;

  color: #001845;

}



.blue-btn:hover {

    color: #fff;

}



.heading4{

  font-style: normal;

  font-weight: 600;

  font-size: 18px;

  line-height: 22px;

  color: #001845;

}



header{

    background:#fff;

    width:100%;

    position:fixed;

    left:0;

    top:0;

    z-index:99;

}



header .green-btn{

    float:right;

}

header .blue-btn{

    float:right;

}

.bottom-bar{

    padding:10px;

}

.topbar{

    border-bottom:1px solid #EAEAEA;

}



.menu {

    padding:0;

    margin:0;

    position:relative;

}

.menu li{

    list-style:none;

    display:inline-block;

}

.faculty_card {

    border: 1px solid #ebebeb;

    padding: 10px;

    margin-bottom: 20px;

}

.tablehead {

    color: #001845;

    font-weight: 600;

    font-family: 'Work Sans';

    font-size: 20px;

    background: #f4f4f4;

    padding: 10px;

    text-align: center;

    margin-top: 10px;

    border-left: 4px solid var(--base-color);

    border-right: 4px solid var(--base-color);

}

.menu li a {

    font-family: 'Inter';

    font-style: normal;

    font-weight: 400;

    font-size: 15px;

    line-height: 18px;

    color: #001845 !important;

    display: block;

    padding: 15px;

    text-decoration:none;

    cursor: pointer;

}









.sub-menu li a {

    font-family: 'Inter';

    font-style: normal;

    font-weight: 400;

    font-size: 15px;

    line-height: 18px;

    color: #001845 !important;

    display: block;

    padding: 10px;

    text-decoration: none;

    border-bottom: 1px solid #ebebeb;

    cursor: pointer;

}



.menu li:hover .sub-menu{

    display:block;

}

.sub-menu{

    display:none;

}

.sub-menu li{

    display: block;

}

.sub-menu {

    margin: 0;

    padding: 0;

    position: absolute;

    top: 0;

    background: #fff;

    top: 40px;

    border-top: var(--base-color) 5px solid;

    min-width: 200px;

}

p{

  font-family: 'Inter';

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 32px;

  color: #586073;

}



ul li{

  font-family: 'Inter' !important;

  font-style: normal !important;

  font-weight: 400 !important;

  font-size: 16px !important;

  line-height: 32px !important;

  color: #586073 !important;

}

.gallery_card {

    text-decoration: none;

    margin-bottom: 30px;

    display: block;

    border: 1px solid #ebebeb;

    padding: 10px;

}





.banner .content {

  background: #001845;

  position: relative;

  padding: 80px 0;

  height: auto;

}

.banner .slider{

  background: #001845;

  position: relative;

  padding: 0;

  height: auto;

}



.banner .slider img{

  width:100%;

  height:100%;

  object-fit: cover;

}

.banner .content img{

  opacity: .2;

  height: 100%;

  width: 100%;

  object-fit: cover;

  position: absolute;

  inset: 0;

  pointer-events: none;

}



.col-one{

  min-height: 100vh;

  background: url(../img/1D6A5559F.jpg);

  background-size:cover;

  position: relative;

      background-position: center;

}





.imagewrap img{

  width: 100%;

  height: 50vh;

  object-fit: cover;

}

.col-one::after{

  position: absolute;

  left: 0;

  top: 0;

  background: #010415;

  width: 100%;

  height: 100%;

  content: "";

  opacity: .8;

    

}



.col-one .title-wrap{

    z-index: 8;

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%,-50%);

    width: 100%;

}

.tc{

  text-align: center;

}

.callmail {

    display: inline-block;

    float: right;

    padding: 15px;

    text-decoration:none;

}

.callmail:last-child{

    border-right: 1px solid #EAEAEA;

}



.callmail h5 {

    font-family: 'Work Sans';

    font-style: normal;

    font-weight: 500;

    font-size: 15px;

    line-height: 19px;

    color: #001845;

    margin: 0;

    text-align: left;

}

.callmail p {

    font-style: normal;

    font-weight: 400;

    font-size: 15px;

    line-height: 19px;

    margin-bottom: 0 !important;

    text-align: left;

    

}

.vision {

    background: var(--base-color);

    height: 50vh;

    overflow-y: scroll;

    text-align: center;

    color: #fff !important;

    padding: 50px;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-direction:column;

}

.certificate img {

    max-width: 200px;

    width: 100%;

}



.mission {

    background: #010C4E;

    height: 50vh;

    overflow-y: scroll;

    text-align: center;

    color: #fff !important;

    padding: 50px;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-direction:column;



}

.menu-item-has-children{

    position:relative;

}



.menu-item-has-children:after{

    position:relative;

    content:"+";

    position:absolute;

    right:0;

    top: 7px;

    color:var(--base-color);

    

}





.icon-btn {

    border: 1px solid #EAEAEA;

    width: 100%;

    display: block;

    padding: 20px;

    margin-bottom: 15px;

    color: #001845;

    text-decoration: none;

    font-weight: 600;

    font-size: 16px;

    position: relative;

    padding-left: 70px;

    cursor: pointer;

    transition:.5s;

}



.icon-btn i {

    position: absolute;

    color: var(--base-color);

    left: 25px;

    top: 23px;

    font-size: 20px;

}



.icon-btn span {

    color: var(--base-color);

    margin-left:30px;

}

.icon-btn:hover{

    transition:.5s;

    color:var(--base-color);

    border:1px solid var(--base-color);

}

.scrollstyle::-webkit-scrollbar {

  width: 4px;

  border-radius: 4px;

}



/* Track */

.scrollstyle::-webkit-scrollbar-track {

  background: transparent

}



/* Handle */

.scrollstyle::-webkit-scrollbar-thumb {

  background: #fff;

}



/* Handle on hover */

.scrollstyle::-webkit-scrollbar-thumb:hover {

  background: transparent;

}



.scrollstyle p{

  color: #fff !important;

  font-weight: 300 !important;

  font-size: 14px !important;

}



.missionvistiontitle{

  font-family: 'Work Sans';

  font-style: normal;

  font-weight: 600;

  font-size: 30px;

  line-height: 43px;

  text-align: center;

  color: #FFFFFF;

}





.greenfont{

  font-family: 'Inter';

  font-style: normal;

  font-weight: 700;

  font-size: 14px;

  line-height: 22px;

  color: var(--base-color);

  margin-bottom: 10px;

}

.banner-txt{

  font-family: 'Work Sans';

  font-style: normal;

  font-weight: 600;

  font-size: 40px;

  line-height: 50px;

  color: #FFFFFF;

}





.slidercontent{

display: flex;

flex-direction: column;

align-items: start;

max-width: 600px;

margin: auto;

justify-content: center;

padding: 45px;

}



.green-btn{

  background: var(--base-color);

  font-family: 'Inter';

  font-style: normal;

  font-weight: 600;

  font-size: 15px;

  line-height: 18px;

  color: #FFFFFF;

  display: inline-block;

  padding: 15px 20px;

  border: 1px solid var(--base-color);

  text-decoration: none;

  cursor: pointer;

  transition: 0.4s ease-in-out;

}



.blue-btn{

  background: #001845;

  font-family: 'Inter';

  font-style: normal;

  font-weight: 600;

  font-size: 15px;

  line-height: 18px;

  color: #FFFFFF;

  display: inline-block;

  padding: 15px 20px;

  border: 1px solid #001845;

  text-decoration: none;

  cursor: pointer;

}







.green-btn.bdr{

  background: transparent !important;

}



.green-btn:hover{

  color: #fff !important;

  background-color: var(--base-color-alt);

}



.ictabset-tab {

  margin-left: 15px;

}

.ictabset-tab a{

	display: inline-block;

	width: auto;

  cursor: pointer;

	color: #4183D7;

	text-align: center;

	line-height: 30px;

	font-size: 17px;

	transition: 0.3s ease-in all;

  font-family: 'Work Sans';

  font-style: normal;

  font-weight: 500;

  font-size: 16px;

  line-height: 43px;

  color: #FFFFFF !important;

  opacity: 0.4;

  padding: 10px;

  border-bottom: 4px solid  #001845;

  text-decoration: none;

}

.ictabset-tab a:hover{

	transition: 0.3s ease-in all;

  opacity: 1;

  border-bottom: 4px solid var(--base-color);

	color: #fff !important;

}

.ictabset-tab a.tabActive{

	transition: 0.3s ease-in all;

	border-bottom: 4px solid var(--base-color);

	color: #fff !important;

  opacity: 1;

}

.ictabset-detailbox .tabdetail-each{

	padding: 15px;

	background-color: #fff;

	width: 100%;

	display: none;

}

.ictabset-detailbox .tabdetail-each.active{

	display: block;

}



.news-tab{

  background: #001845;

  box-shadow: 0px 3px 24px rgba(0, 0, 0, 0.08);

}



.news-box {

    border-bottom: 1px dashed #D9D9D9;

    padding: 10px 0;

}

.news-box  p{

  margin-bottom: 0 !important;

}



.date{

  font-family: 'Inter';

  font-style: normal;

  font-weight: 600;

  font-size: 15px;

  line-height: 30px;

  text-align: justify;

  color: #001845;

  display: block;

}

p a{

  color: var(--base-color) !important;

  text-decoration: none;

  font-size: 14px !important;

  cursor: pointer;

}



.ictabset-detailbox {

    height: 350px;

    overflow-y: scroll;

    background: #fff;

}



.news-tab .greenfont{

    margin-bottom: 0 !important;

    display: block;

    padding: 10px 15px;

    padding-bottom: 0;

}

/* width */

.ictabset-detailbox::-webkit-scrollbar {

  width: 4px;

  border-radius: 4px;

}



/* Track */

.ictabset-detailbox::-webkit-scrollbar-track {

  background: #f1f1f1;

}



/* Handle */

.ictabset-detailbox::-webkit-scrollbar-thumb {

  background: var(--base-color);

}



/* Handle on hover */

.ictabset-detailbox::-webkit-scrollbar-thumb:hover {

  background: var(--base-color);

}

.course-img-wrap{

  background: #000;

  height:50vh;

  position: relative;

}

.course-img-wrap img{

  width: 100%;

  height: 100%;

  object-fit: cover;

  opacity: .2;

}

.course-list.first{

  position: absolute;

  bottom: 20px;

  left: -15px;

}



.course-list.second{

  position: absolute;

  bottom: -20px;

  left: 20px;

}

.course-list ul{

    background: #FFFFFF;

    box-shadow: 0px 8px 131px rgb(0 0 0 / 15%);



    margin: 0;

    padding: 10px !important;

    border-left: 5px solid var(--base-color);

}



.course-list ul li{

  list-style: none;

  border-bottom: 1px dashed #D9D9D9;

}

.course-list ul li:last-child{

    border-bottom:none;

}



.course-list ul li a {

    font-family: 'Inter';

    font-style: normal;

    font-weight: 400;

    text-decoration: none;

    font-size: 15px;

    line-height: 20px;

    display: block;

    padding: 15px 0;

    transition: .5s;

    cursor: pointer;

    color: #010c4e;

}



.course-list ul li a:hover{

  color: var(--base-color) !important;

  transition: .5s;

}

.course-list ul li a:hover i{

  color: var(--base-color) !important;

  transition: .5s;

}

.course-list ul li a i {

    font-family: "Font Awesome 6 Free";

    font-weight: 400;

    margin-left: 10px;

    margin-right: 10px;

    color: #D7D7D7;

}



.coursename{

  font-family: 'Work Sans';

  font-style: normal;

  font-weight: 600;

  font-size: 25px;

  line-height: 43px;

  text-align: center;

  color: #FFFFFF;

}

.counter-col{

  text-align: center;

  border-right: 1px solid #EAEAEA;

  padding: 50px 20px;

}

.counter-col:last-child{

  border: none;

}

.row.box-counter {

    background: #FFFFFF;

    box-shadow: 0px 17px 114px rgb(0 0 0 / 12%);

    margin-bottom: -50px;

    z-index: 8;

    position: relative;

}





.box-counter h3{

  font-family: 'Work Sans';

  font-style: normal;

  font-weight: 500;

  font-size: 40px;

  line-height: 43px;

  text-align: center;

  color: #001845;

  margin: 10px 0;



}

.box-counter h3 span{

  color:var(--base-color);



}

.box-counter p{

  margin-bottom: 0 !important;

}

.blue-bg {

    padding-top: 100px;

    background: #010C4E;

    color: #fff;

    padding-bottom: 50px;

}

.contact-btns{

  text-align: right;

}



.bluebg-txt{

  font-family: 'Work Sans';

  font-style: normal;

  font-weight: 400;

  font-size: 30px;

  line-height: 43px;

  color: #FFFFFF;

}

.gallery-small .gallerycard-big{

  height: 250px;

  background: #000;

}

.gallery-small .gallerycard-big img{

  opacity: .5;

}

.gallerycard-big{

  width: 100%;

  display: block;

  cursor: pointer;

  position: relative;

  text-decoration: none;

  height: 520px;

  margin-bottom: 20px;

}

.gallerycard-big img{

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.gallerycard-big:after{

  background: linear-gradient(180deg, 

              rgba(0, 24, 69, 0) 1.81%,

              rgba(0, 24, 69, 0.3125) 27.6%,

              rgba(0, 24, 69, 0.649089) 58.82%, 

              #001845 100%);



  width: 100%;

  height: 100%;

  position: absolute;

  left: 0;

  top:0;

  display: block;

  content: "";

}



.gallerycard-big .content {

    position: absolute;

    left: 0;

    bottom: 0;

    padding: 40px;

    z-index: 8;

}

.gallerytitle{

  font-family: 'Work Sans';

  font-style: normal;

  font-weight: 600;

  font-size: 25px;

  line-height: 43px;

  color: #FFFFFF;

}

.gallerydate{

  font-family: 'Inter';

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 43px;

  color: var(--base-color-alt);

}

.footerblock{

  min-height: 50vh;

  padding: 0;

}

.map iframe{

  height: 100%;

  width: 100%;

}

.form{

  background: #001845;

  min-height: 50vh;

  padding: 50px;

  display: flex;

  flex-direction: column;

  justify-content: center;

}



.footerblock input{

  border: 1px solid rgba(222, 222, 222, 0.2);

  display: block;

  padding: 10px;

  font-family: 'Inter';

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 22px;

  color: #FFFFFF;

  background: transparent;

  width: 100%;

  margin-bottom: 15px;

}

.footerblock textarea{

    border: 1px solid rgba(222, 222, 222, 0.2);

    display: block;

    padding: 10px;

    font-family: 'Inter';

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 22px;

    color: #FFFFFF;

    background: transparent;

    width: 100%;

    margin-bottom: 30px;

    height: 70px;

}

.mb15{

    margin-bottom:15px;

}



input{

  border: 1px solid #EAEAEA;

  display: block;

  padding: 10px;

  font-family: 'Inter';

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 22px;

  color: #001845;

  background: transparent;

  width: 100%;

  margin-bottom: 15px;

}



select{

  border: 1px solid #EAEAEA;

  display: block;

  padding: 10px;

  font-family: 'Inter';

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 22px;

  color: #001845;

  background: transparent;

  width: 100%;

  margin-bottom: 15px;

}

label {

    color: #dc3545;

    font-size: 14px;

    margin-bottom: 10px;

    display: block;

}

.notice_board label {

    color: var(--base-color);

    display: inline-block;

    margin: 0;

}

.form-check label {

    margin-bottom: 0px;

    line-height: 29px;

    margin-left: 2px;

}

.form-check-input:checked {

    background-color: var(--base-color);

    border-color: var(--base-color);

}

.footericon{

  color: #fff;

  font-size: 18px;

  padding: 12px;

  border-radius: 50%;

  width: 50px;

  height: 50px;

  background-color: var(--base-color-alt);

  display: flex;

  align-items: center;

  justify-content: center;

  margin: auto;

  margin-bottom: 10px;

}



textarea{

  border: 1px solid #EAEAEA;

  display: block;

  padding: 10px;

  font-family: 'Inter';

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 22px;

  color: #001845;

  background: transparent;

  width: 100%;

  margin-bottom: 15px;

}





.address{

  background: var(--base-color);

  padding: 50px;

}

.address h5{

    font-family: 'Work Sans';

font-style: normal;

font-weight: 500;

font-size: 20px;

line-height: 23px;



color: #FFFFFF;



}



.address p{

  font-size: 14px;

  font-weight: 300;

}

.footer-bar{

  background: #010C4E;

}



.footer-bar .row{

  padding: 50px 0;

}

.copyright {

    font-family: 'Inter';

    font-style: normal;

    font-weight: 300;

    font-size: 12px;

    line-height: 17px;

    color: #FFFFFF;

    text-align: center;

    width: 100%;

    padding: 10px;

    background: var(--base-color-light);

}

.social{

  width: 40px;

  height:40px;

  display: inline-block;

  margin: 0 auto;

  margin-left: 10px;

  margin-right: 10px;



}

.social img{

  width: 100%;

}

section.banner.container-fluid {

    margin-top: 150px;

}

.menu-btn{

    display:none;

}



@media (max-width: 1399.98px) {

    .menu li a {

    padding:15px 10px;



}



   .banner-txt {

    font-family: 'Work Sans';

    font-style: normal;

    font-weight: 600;

    font-size: 30px;

    line-height: 40px;

    color: #FFFFFF;

}



}



@media (max-width: 991.98px) {

    

    .banner-txt {

    font-family: 'Work Sans';

    font-style: normal;

    font-weight: 600;

    font-size: 25px;

    line-height: 30px;

    color: #FFFFFF;

}

.slidercontent {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%,-50%);

    width: 100%;

    padding: 20px;

}



.date {

    text-align: center;

}



.course-list ul {

    text-align: left;

}



.gallerycard-big .content {

    width: 100%;

}



.col-one {

    min-height: 50vh;

    background: url(../img/mandv.png);

    background-size: cover;

    position: relative;

     background-position: center;

}

.course-img-wrap {

    background: #000;

    min-height: 60vh;

    position: relative;

    height: 100%;

    margin-top: 30px;

}

.heading1 {

    font-family: 'Work Sans';

    font-style: normal;

    font-weight: 600;

    font-size: 22px;

    line-height: 26px;

    color: #001845;

}





.heading2{

  font-family: 'Work Sans';

  font-style: normal;

  font-weight: 600;

  font-size: 18px;

  line-height: 24px;

  color: #001845;

}





.heading3{

  font-family: 'Work Sans';

  font-style: normal;

  font-weight: 600;

  font-size: 16px;

  line-height: 20px;

  color: #001845;

}



.heading4{

  font-family: 'Work Sans';

  font-style: normal;

  font-weight: 600;

  font-size: 14px;

  line-height: 18px;

  color: #001845;

}

p {

    font-family: 'Inter';

    font-style: normal;

    font-weight: 400;

    font-size: 14px;

    line-height: 25px;

    color: #586073;

}

.bluebg-txt {

    font-family: 'Work Sans';

    font-style: normal;

    font-weight: 400;

    font-size: 20px;

    line-height: 29px;

    color: #FFFFFF;

}

.gallerytitle {

    font-family: 'Work Sans';

    font-style: normal;

    font-weight: 600;

    font-size: 18px;

    line-height: 25px;

    color: #FFFFFF;

}

.gallerydate {

    font-family: 'Inter';

    font-style: normal;

    font-weight: 400;

    font-size: 14px;

    line-height: 43px;

    color: var(--base-color);

}

.counter-col {

    border-bottom: 1px solid #EAEAEA;

    border-right:none;

}

.section {

    padding: 50px 0;

    text-align: center;

}

.news-tab {

    margin-top: 30px;

}

.contact-btns {

    text-align: center;

}

.bluebg-txt {

    text-align: center;

}

.vision, .mission {

    height: auto;;

}

.social {

    margin-bottom:20px;

}

.footer-bar .row {

    padding: 0px 0;

    padding-top: 15px;

}

.mob-hide{

    display:none;

}

header .blue-btn {

    float: none;

    width:100%;

    margin-bottom:10px;

}

header .green-btn {

    float: none;

    width:100%;

    margin-bottom:10px;

}

.bottom-bar {

    position: absolute;

    background: #fff;

    height: 100vh;

    top: 0;

    width: 101%;

    right: -100%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    overflow-y: scroll;

    transition:.5s;

}

.bottom-bar.active {

    position: absolute;

    background: #fff;

    height: 100vh;

    top: 0;

    width: 101%;

    right: 0%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    overflow-y: scroll;

    transition:.5s;

}



.menu-btn {

    display:block;

    color: #001845;

    right: 30px;

    position: fixed;

    top: 18px;

    font-size: 28px;

        z-index: 99;

}

.menu li {

    list-style: none;

    display: block;

    width: auto;

}



.menu{

    margin-bottom:30px;

}

.sub-menu {

    margin: 0;

    padding: 0;

    position: relative;

    top: 0;

    background: #fff;

    top: 0;

    border-top: var(--base-color) 5px solid;

    min-width: 180px;

}

a.logo {

    width: 100%;

    display: block;

    max-width: 250px;

    height: auto;

}

section.banner.container-fluid {

    margin-top: 0px;

}



.inner_banner {

    margin-top: 60px !important;

}



.cntct_img {

    height: 509px !important;

}



div#faculty {

    margin-bottom: 50px;

}



div#technical_staff {

    margin-bottom: 50px;

}











}



@media (max-width: 767.98px) {

    



    

    .gallerycard-big {

        height: 420px;

    }

    .banner .slider {

      height: 80vh;

  }

    

}

/* CHANGES  */

.event-image{

  height: 250px;

  margin-bottom: 12px;

}

.event-image img{

  object-fit: cover;

  width: 100%;

  height: 100%;

}

.banner-course{

  position: absolute;

  top: 50%;

  right: 100px;

  transform: translateY(-50%);

  width: max-content;

  background-color: rgba(0, 0, 0, 0.099);

  padding: 20px;

  display: flex;

  gap: 20px;

}



.banner-course .course-list{

  position: initial;



}

@media (max-width:900px) {

  .banner-course{

    display: none;

  }

  

}



/* NEW CHANGES */



.banner-news{

  max-width:420px;

  width: 100%;

  background-color: #fff;

  border-bottom: 5px solid var(--base-color-alt);

  position: absolute;

  top: 55%;

  right: 30px;

  transform: translateY(-50%);

  height: 350px;

  overflow: hidden;

  border-radius: 6px  ;

  padding:0px;

}

.banner-news  marquee{

  padding: 0;

  height: 100%;

}

.banner-news span{

    color: #ffffff;

    background: var(--base-color);

    font-weight: 700;

    padding:  15px;

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    z-index: 1;



}

.news-board{

    text-decoration: none;

    cursor: pointer;

    color: #001845 !important;

    padding-right: 10px;

    padding-left: 10px;

    font-size: 14px;

    border-bottom: 1px solid #ebebeb;

    margin-bottom: 6px;

    display: block;

    padding: 5px 15px;

    font-weight: 500;

}

.model-pop{



  position: fixed;



  top: 0;



  left: 0;



  background-color: #0000009c;



  width: 100%;



  height: 100%;



  z-index: 100;



  display: flex;



  align-items: center;



  justify-content: center;



  transition-delay: 2s;



  transition: 0.4s ease-in-out;







  opacity: 0;



  visibility: hidden;



  pointer-events: none;







}



.model-pop.active{



  opacity: 1;



  visibility: visible;



  pointer-events: all;



}



.pop-img{



  background-color: #fff;



  max-width: 450px;



  width: 100%;



  /*height: 60vh;*/



  border-radius: 5px;



  overflow: hidden;



  position: relative;



  border:5px solid #fff;
  
  
  margin:0px 20px;


}



  .pop-img img{



  width: 100%;



  height: 100%;



  object-fit: cover;



  }



.btn-close {



    position: absolute;



    top: 0;



    right: 0;



    padding: 12px;



    cursor: pointer;



    color: #fff;



    font-size: 22px;



    border-radius: 50%;



    opacity:1;



}



.btn-close:hover {



color:#fff;







}



.pop-content{



    display: flex;



    flex-direction: column;



    background: #fff;



}



.pop-content .register-btn{



    display:block;



    text-decoration:none;



    color:#fff;



    background: #001845;



    font-weight:600;



    font-family: 'Inter', sans-serif;



    font-size:15px;



    padding:12px;



    text-align:center;



    margin:12px;



    border-radius:6px;



    text-transform:uppercase;



    animation:pulseAnimation 0.5s ease-in-out infinite alternate;



}



@keyframes pulseAnimation{



    0%{



        transform:scale(1);



    }



    100%{



        transform:scale(1.03);



    }



}

.about-img{

  width: 90%;

  position: relative;

}

.about-img::before{

    content: "";

    position: absolute;

    top: -12px;

    bottom: -80px;

    background-color: #a6a6a663;

    right: 15px;

    z-index: -1;

    width: 100%;

    height: 100%;



}

.about-img img{

  width: 100%;

  

}

/* NEWS AND EVENTS */

.news-img{

  width: 100%;

  min-height: auto;

  overflow: hidden;

  margin-bottom: 15px;

}

.news-img img{

  width: 100%;

  height: 100%;

  object-fit: cover;



}

.news-publisher p{

  margin:12px 0;

  text-align: left;

  display: inline-block;

  margin-top: 12px;

  color: var(--base-color);

  border-inline-end: 1px solid #001845;

  padding-inline: 12px;

  padding-left: 0;

  font-size: 14px;

  line-height: 1.6;

}

.news-list-wrap{

  display: flex;

  flex-direction: column;

  margin-bottom: 25px;

  text-align: left;

}

.recent-head{

  color: #fff;

  font-weight: 700;

  font-size: 18px;

  padding: 12px;

  background-color: var(--base-color);

}

.recent-post{

  background-color: #F8F8F8;

  border-radius: 5px;

}

.recent-post ul{

  list-style: none;

  padding: 0;

  min-height: 250px;

  height: calc(100vh - 580px);

  overflow-y: scroll;

}

.recent-post ul::-webkit-scrollbar{

  width: 5px;

  background-color: #fff;

}

.recent-post ul::-webkit-scrollbar-thumb{

  /* border-radius: 5vmax; */

  background-color: #A6A6A6;

}





.recent-post ul li a{

  color: #010415;

  text-decoration: none;

  display: flex;

  gap: 12px;

  align-items: start;

  margin-bottom: 15px;

  border-bottom:1px dotted #e0e0e0 ;

  padding: 15px;

  text-align: left;

}

.recent-thumb{

  width: 300px;

  height: 80px;

  /* border-radius: 6px; */

  overflow: hidden;

}

.recent-thumb img{

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.recent-post-date{

  font-size: 14px;

  color: var(--base-color);

}

.recent-content p{

  line-height: 1.2;

}



.home-form{

  display: flex;

  flex-direction: column;

  margin-top: 20px;

}

.home-form input{

  width: 100%;

  outline: none;

  border: none;

  padding: 12px;

  border: 1px solid #D0D0D0;

  transition: 0.4s ease-in-out;

  color: #fff;

  

}

.home-form label{

  font-size: 26px;

  font-weight: 600;

  text-decoration: underline;

  color: #fff;

  font-family: 'Work Sans';

  margin: 20px 0;

}

.home-form button{

    background: var(--base-color);

    font-family: 'Inter';

    font-style: normal;

    font-weight: 600;

    font-size: 15px;

    line-height: 18px;

    width: fit-content;

    color: #FFFFFF;

    display: inline-block;

    padding: 15px 20px;

    border: 1px solid var(--base-color);

    text-decoration: none;

    cursor: pointer;

    transition: 0.4s ease-in-out;

    margin-left: auto;



}

.home-form input:focus{

 

  border: 1px solid var(--base-color);

  

}

.home-form input::placeholder{

  color:#D0D0D0;



}



@media (max-width:768px) {

  .banner-news{

    left: 50%;

    top: 35%;

    transform: translate(-50%,-50%);

    right: initial;

    /* margin: 0 30px; */

    height: 200px;



  }

  .about-img{

    width: 100%;

  

  }

  .about-img::before{

    display: none;

  }

  .about-img img{

    width: 100%;

    /* border-radius: 12px 12px 0px  0px; */

    

  }

  .banner .content {

    min-height: 135vh;

}

}

.switch-button{
  background: rgba(255, 255, 255, 0.56);
  border-radius: 30px;
  overflow: hidden;
  width: 240px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  color: var(--base-color);
  padding-right: 120px;
  position: relative;
  margin: 0 auto 20px auto;
}
.switch-button.online{
  background-color: var(--base-color);
}
.switch-button.online::before{
  content: "Polytechnic";
  color: var(--dark-color);
}

.switch-button:before{
  content: "Students";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
  font-size: 15px;
}
.switch-button-checkbox{
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.switch-button-checkbox:checked + .switch-button-label:before {
  transform: translateX(120px);
  transition: transform 300ms linear;
}
.switch-button-checkbox +
 .switch-button-label {
  position: relative;
  padding: 15px 0;
  display: block;
  user-select: none;
  pointer-events: none;
  margin-bottom: 0;
  color: var(--dark-color);
}
.switch-button-checkbox +
 .switch-button-label:before {
  content: "";
  background: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  transform: translateX(0);
  transition: transform 300ms;
}
.switch-button-label-span {
  position: relative;
}



.slider:before {
  border-radius: 50%;

}
.poly-form{
  display: none;
}
.grc-student{
  display: none;
}