@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

::-webkit-scrollbar {
  width: 8px;
  background: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 30px;
}
::-moz-selection {
  /* Code for Firefox */
  color: #000;
  background: #f5f5f5;
}
::selection {
  color: #000;
  background: #f5f5f5;
} 
body {
  font-family: "Poppins", sans-serif;
}
.title h1 {
  margin-top: 0px;
  margin-bottom: 20px;
}
.justify {
  text-align: justify !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Lato", sans-serif;*/
  
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {

  /* margin-bottom: 10px; */

  font-weight: 600;
}
blockquote {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  font-style: italic;
  color: #000;
}
a {
  text-decoration: none !important;
}
p {
  font-size: 15px;
  line-height: 25px !important;
  margin: 0px !important;
}
ul li {
  list-style: none !important;
  line-height: 30px !important;
}
*:focus:not(a) {
  outline: none !important;
  box-shadow: none !important;
}
section {
  overflow: hidden;
}
/*----------------------------------------
  Preloader
------------------------------------------*/
#preloader {
  width: 100%;
  height: 100vh;
  position: fixed !important;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
}
#status {
  width: 100%;
  text-align: center;
}
.logo img {
  width: 100%;
}
#map {
  display: block;
}
/*----------------------------------------
  TX Color
------------------------------------------*/
.tx-main {
  color: #13b4ef !important;
}
.tx-white {
  color: #fff !important;
}
.tx-blue {
  color: #00008b !important;
}
.tx-color {
  color: #000 !important;
}
.tx-yellow {
  color: #faff00 !important;
}
.tx-red {
  color: #dc0000 !important;
}
.tx-grey {
  color: #6d6d6d !important;
}
.awl a {
  color: #fff ;
}
.awl a:hover {
  color: #28a2db !important;
  /*transition: 0.95s ease-in-out;*/
  
}
.abl a {
  color: #000 !important;
}
.abl a:hover {
  color: #000 !important;
}
/*----------------------------------------
  BG Color & BG Image
------------------------------------------*/
.bg-wow{
  
background: linear-gradient(86deg, rgba(97, 7, 7, 1) 0%, rgba(255, 255, 255, 0.23) 100%);
    
}

.bg-white {
  background: #fff !important;
}
.bg-main {
  background: #262a88 !important;
}
.bg-grey {
  background: #ccc !important;
}
.bg-light {
  background: #f5f5f5 !important;
}
.bg-black {
  background: #000 !important;
}
.bg-darck {
  background: #131313 !important;
}
.bg-green {
  background: #f7ad2b !important;
}
.bg-career{
    background-image:url("../images/career-bg.jpg");
    background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.bg-career::before{
    content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background:#000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  
}
/*.bg-yellow{*/
/*    background: #f7ad2b !important;*/
/*}*/
.image-bg {
  width: 100%;
  display: block;
  position: relative;
 
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form span{
    padding-left:5px;
   color:#e0272f; 
   font-weight:bold;
}
.bg-responcive {
  background-color: transparent;
  border-width: 0px;
  border-style: solid solid solid solid;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
}
.ovtex {
  position: relative;
}
.ovtex:before {
  content: "";
  background: url("../images/img/tex1.png") repeat, #cfcfcf8f;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 2;
}
/*----------------------------------------
  CUSTOM PARALAX
------------------------------------------*/
.parallax {
  width: 100%;
  height: auto;
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.px-c {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
/*----------------------------------------
  Boostap Control
------------------------------------------*/
.colin {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.listnone {
  list-style: none;
}
.nopad {
  padding: 0px !important;
  margin: 0px !important;
}
.section-title {
  margin-bottom: 30px;
  padding-left: 20px;
}
.section-20 {
  padding: 20px 0px;
}
.section-50 {
  padding: 50px 0px;
}
.section-100 {
  padding: 100px 0px;
}
.section-110 {
  padding: 100px 0px;
}
.section-200 {
  padding: 200px 0px;
}
.nbsp {
  margin-left: 5px;
}
.text-left-res {
  text-align: left !important;
}
.text-right-res {
  text-align: right !important;
}
.pull-left-res {
  float: left !important;
}
.pull-right-res {
  float: right !important;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-res {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inline-li li {
  display: inline;
  padding: 0px 20px;
}
.btn-yellow{
    display: inline-block; 
    padding: 10px 18px;
    margin-bottom: 0;
     font-size: 14px; 
     font-weight: 700; 
     line-height: 1.428571429; 
     text-align: center; 
     vertical-align: middle; 
     cursor: pointer; 
     white-space: nowrap; 
    background: #ffc008;
    color: #292723 !important;
    border: 1px solid;
    border-radius:15px;
    margin-top: 30px;
    text-transform: uppercase;
}
.mbtn {
  color: #fff;
  border: 0px !important;
  display: inline-block;
  text-transform: uppercase;
  padding: 18px 40px;
  border-radius: 60px;
  background: #292661;
  font-size: 15px;
  font-weight: 500;
}
.mbtn:hover {
  background-color: #6663ff;
  color: #fff;
}

.mbtn-blue {
  color: #fff;
  border: 0px !important;
  display: inline-block;
  text-transform: uppercase;
  padding: 18px 40px;
  border-radius: 60px;
  background: #292661;
  font-size: 15px;
  font-weight: 500;
}
.mbtn-blue:hover {
  background-color: #f14141;
  color: #fff;
}

.mbtn-light {
  color: #fff;
  border: 0px !important;
  display: inline-block;
  text-transform: uppercase;
  padding: 18px 40px;
  border-radius: 60px;
  background: #7c79ff;
  font-size: 15px;
  font-weight: 500;
}
.mbtn-light:hover {
  background-color: #f14141;
  color: #fff;
}

.mbtn-white {
  color: #7c79ff;
  border: 0px !important;
  display: inline-block;
  padding: 12px 35px;
  border-radius: 60px;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
}
.mbtn-white:hover {
  background-color: #fff;
  color: #7c79ff;
}
/*----------------------------------------
  Width 
------------------------------------------*/
.xl-width {
  width: 90% !important;
}
.width-50 {
  width: 50%;
  margin: 0 auto;
}
.width-70 {
  width: 80%;
  margin: 0 auto;
}
.width-80 {
  width: 90%;
  margin: 0 auto;
}
.width-90 {
  width: 70%;
  margin: 0 auto;
}
img {
  width: 100%;
}
.wd-100 {
  width: 100px !important;
}
.w-150 {
  width: 150px !important;
}
/*----------------------------------------
  Defult Padding
------------------------------------------*/
.img100 img {
  width: 100%;
}
.mr-10 {
  margin-right: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.pd-10-0 {
  padding: 10px 0;
}
.pd-20-0 {
  padding: 20px 0;
}
.pd-30-0 {
  padding: 30px 0;
}
.pd-40-0 {
  padding: 40px 0;
}
.pd-50-0 {
  padding: 50px 0;  
}
.pd-60-0 {
  padding: 60px 0;
}
.pd-70-0 {
  padding: 70px 0;
}
.pd-80-0 {
  padding: 80px 0;
}
.pd-100-0 {
  padding: 100px 0;
}
.pd-50-0-0 {
  padding: 50px 0 0;
}
.pd-100-0-40 {
  padding: 100px 0 40px;
}
.pd-100-0-70 {
  padding: 100px 0 70px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-200 {
  padding-top: 200px;
}
.pt-300 {
  padding-top: 300px;
}
.pt-400 {
  padding-top: 400px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-200 {
  padding-top: 200px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-70 {
  padding-left: 70px;
}
/*----------------------------------------
  Defult Font Wight
------------------------------------------*/
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
/*----------------------------------------
  Defult Font Wight
------------------------------------------*/
.fs-40 {
  font-size: 40px;
}
.fs-45 {
  font-size: 45px;
}
.fs-50 {
  font-size: 50px;
}
.fs-55 {
  font-size: 55px;
}
.fs-60 {
  font-size: 60px;
}
.fs-65 {
  font-size: 65px;
}
.fs-70 {
  font-size: 70px;
}
.fs-75 {
  font-size: 75px;
}
.fs-80 {
  font-size: 80px;
}
/*
*/
.w-75 {
  width: 100% !important;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}
@media all and (max-width: 1600px) {
  .xl-width {
    width: 93% !important;
  }
}

@media all and (max-width: 768px) {
    .slider{
            padding-top: 92px;
    }
    .facilities-page{
      margin-top: 84px !important;
}
.contact-page {
    margin-top: 20px !important;
    padding-top: 0px !important;
}
    .logo{
        width: 180px !important;
    }
  p {
    font-size: 14px;
    line-height: 25px !important;
  }

  .flex-res {
    display: inline-block;
  }

  .block-res {
    display: block;
  }

  .m-nopad {
    padding: 0 !important;
    margin: 0 !important;
  }

  .sm-none {
    display: none !important;
  }

  .m-width-100 {
    width: 100% !important;
  }

  .pull-res {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .xl-width {
    width: 95% !important;
  }

  .mob-text-center {
    text-align: center !important;
    margin: 0 auto !important;
  }

  .m-none {
    display: none !important;
  }

  .text-left-res {
    text-align: center !important;
  }

  .text-right-res {
    text-align: center !important;
  }

  .pull-center-res {
    float: none !important;
    margin: 0 auto;
  }

  .pull-right-res {
    float: none !important;
    margin: 0 auto;
  }
  .section-100 {
    padding: 30px 0px;
  }
  .section-110{
      padding: 130px 0px 0px;
  }
  .main-btn{
      padding:8px 10px;
  }
}
 .float-container {
    position: fixed;
   bottom: 10%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
      z-index: 9;
}

.float-container a {
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 240px;
    height: 40px;
    margin-right: -190px;
    margin-bottom: 10px;
    padding: 10px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: white;
    border-color: #46b8da;
    border-radius: 5px 0 0 5px;
    background-color: #292661;
   
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: sans-serif;
}
.float-container .icon.one{
  background: #841d1e;
}
.float-container .icon.three{
  background: #28A2DB;
}
.float-container .icon.two{
  background: #5BD066;
}

.float-container a:hover {
    margin-right: 0;
    background-color: #f7ad2b;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
}

.float-container img{
    height: 30px;
    width: 30px;
    margin-right: 10px;
}
.home-about{
  background: rgb(236 236 236);
/*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(233,242,255,1) 100%);*/
    /*margin-top: 50px;*/
}
.facilities-page{
      margin-top: 150px;
}
.contact-page{
      margin-top: 120px;
}
.slick-3 .slick-dots li{
    background: #acacac;
    border-radius: 100%;
    opacity: 0.5;
    color: #acacac;
    
}
.slick-3 .slick-dots li.slick-active{
     opacity: 1;
         background: #d2d2d2;
         color: #d2d2d2;
}
.tab-responsive .nav{
        flex-wrap: nowrap;
}
.tab-responsive .nav-item{
    min-width: 170px;
}
.gallery-list img{
    min-height: 200px;
    border-radius: 30px;
}
.overlay-menu {
    position: fixed;
    /*display: none;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(250,250,250,.8);*/
    z-index: 1;
}

.overlay {
    z-index: 1;
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: auto;
    top: 0px;
    left: 0px;
    background: rgb(255, 255, 240);}
    
    .flash-news {
  margin: 0;
  width: 100%;
  background-color: #fff;
  display: inline-flex;
  overflow: hidden;
  white-space: nowrap;
  z-index: 8;
  position: relative;
  /*border-bottom: 1px solid #ddd;*/
      align-items: center;
          border-radius: 10px;
}

.news-text {
  padding-top: 8px;
  vertical-align: middle;
  font-size: 14px;
  color: #000;
  margin: 0;
  width: 100%;
  animation: marquee 10s linear infinite;
  display: inline-block;
  padding-right: 10px;
  line-height: normal !important;
  margin-bottom: 0px !important;
      /*background: #F1F1F1;*/
}

.news-title {
  height: auto;
  background: #F25454;
  padding: 12px;
  font-size: 14px;
  color: white;
  z-index: 9;
  display: block;
}
.news-title img{
    width: 30px;
}
.news-text p{
    margin-bottom: 0px;
}

.flash-news a{
     color: #000;
}

.flash-news .paginator-center {
  position: absolute;
  right: 0;
  top: 0;
}
.flash-news .paginator-center ul {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  padding: 4px;
}
.flash-news .paginator-center li {
  border: 0px !important;
}
.main-btn{
  background: #841d1e;
  color: #fff;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 30px;
}
.main-btn:hover{
  background: #fff;
  color: #841d1e;
}
.btn-white{
     background: #fff; 
  display: inline-block;
  padding: 8px 20px;
  border-radius: 30px;  
  color: #841d1e !important;
  border: 1px solid #fff;
}
.btn-white:hover{
     color: #841d1e;
}
.btn-outline{
  background: none;
  color: #797273;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 30px;  
  color: #fff;
  border: 1px solid #fff;
}
.banner-btn{
  background: #841d1e; 
  color: #fff;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 30px;
  position: relative;
  z-index: 9;
  
}
.slider .banner-btn{
    margin-top: 15px;
}
.banner-btn:hover{
  background: #841d1e;
  color: #fff;
}
.border-btn{
  background: #fff;
  color: #fff;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 30px;
  border: 1px solid #841d1e;
  color: #841d1e;
  font-weight: 600;
}
.title-heading{
  font-size: 13px;
  color: #841d1e;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.notice-box{
    border: 15px solid #fff;
  background: #ffeeee;
  padding: 20px;
  border-radius: 15px;
  
}
.notice-box h5{
  font-weight: 600;
}
.notice-box p{
  /*text-align: justify;*/
  text-align: center;
  font-size: 14px;
}
.notice-box .notice-date{
  display: inline-block;
  padding: 8px 20px;
  background:rgb(0 0 0 / 10%);
  color: #000;
  border-radius: 30px;
}
.notice-box .notice-top-border{
  max-width: 80%;
  margin-top: -104px;
}
.carrow li a{
  color: #841d1e;
}
.image-box{
  border-radius: 30px;
  height: 145px;
  display: flex;
  align-items: center;
  padding: 10px;
  text-align: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
  
}
.image-box:hover{
  cursor: pointer;
  transform: scale(1.1);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.image-box h4{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 24px;
}
.campus-list{
  position: relative;
}
.campus-list img{
  border-radius: 20px;
  /* transform: scale(1.3); */
	transition: 0.3s ease-out;
}


.campus-list:hover img {
	/*transform: scale(1) translateY(-20px);*/
	opacity: 0.5;
}

.overlay {
	position: absolute;
	left: 0;
	bottom: 0;
  right: 0;
	width: 100%;
	height: 100%;
  background: none;
	padding: 15px;
	text-align: center;
	color: #fff;
}
.link-a {
	display: inline-block;
	background: #841d1e;
  color: #fff;
  display: inline-block;
  /* padding: 5px; */
  border-radius: 100%;
	transform: translateY(30px);
	opacity: 0;
	transition: all .3s ease-out 0.4s;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.campus-list:hover .overlay .link-a {
	opacity: 1;
	transform: translateY(0);
  color: #fff;
}
.campus-name{
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
     top: 0;
 background: rgb(5,27,57);
background: linear-gradient(180deg, rgba(5,27,57,0.8085828081232493) 0%, rgba(5,27,57,0.528470763305322) 43%, rgba(255,255,255,0) 100%);
  
    padding: 10px;
    padding-bottom: 30px;
    border-radius: 20px 20px 0px 0px;
}
.campus-name h6{
  font-size: 12px;
  text-transform: uppercase;
  color: #841d1e;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.campus-name h4{
  font-size: 20px;
  font-weight: 600;
   color: #fff;
  margin-bottom: 0px;
}
.campus-name p{
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
.campus-opening {
  position: relative;
}
.campus-opening img{
  border-radius: 20px 20px 0px 0px;
}
.campus-opening p{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 60px;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px !important;
}
.campus-opening .opening{
  background: #F46565;
  padding: 10px;
  color: #fff;
  display: block;
  text-align: center;
}
.campus-opening-content{
  background: #DAEAFF;
  border-radius: 0px 0px 20px 20px;
  padding: 41px 20px;
  text-align: center;
}
.campus-opening-content img{
  max-width: 240px;
}
.campus-opening-content h6{
  font-size: 12px;
  text-transform: uppercase;
  color: #841d1e;
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.campus-opening-content h4{
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
}
.nm-txt {
  font-size: 20px;
    color: #6f0101;
    font-weight: 600;
}
.explore{
  border-top: 1px solid rgb(0 0 0 / 20%);
}
.explore .in-txt {
  font-size: 14px;
  color: #101011;
line-height: 22px;
text-align: justify;
}
footer{
  position: relative;
  padding-top: 90px;
 background: #520708;
background: linear-gradient(180deg, rgba(82, 7, 8, 1) 0%, rgba(132, 29, 30, 1) 100%);
}
footer::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 64px;
  border-radius: 0px 0px 100% 100%;
  /* z-index: 9; */
}
footer .accordion-item{
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.125);
}
footer .accordion-button{
 background: none;
 color: #fff;
}
footer .accordion-button:not(.collapsed){
  background: none;
  color: #5BCBFF;
  box-shadow: inset 0 -1px 0 rgb(255 255 255 / 13%);
}
footer .accordion-item p{
  font-size: 14px;
  opacity: 0.8;
  line-height: 23px !important;
  font-weight: 400;
  
}
.campuses-modal {
  padding: 25px;
}
.campuses-modal h6{
  font-size: 12px;
  text-transform: uppercase;
  color: #841d1e;
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.campuses-modal h4{
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
}
.school-profile{
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.125);

}
.phone-btn{
  display: block;
  color: #fff;
  background: #841d1e;
  border-radius: 30px;
  text-align: center;
  font-size: 12px;
  padding: 8px 10px;
}
.phone-btn:hover{
  color: #fff;
}
.email-btn {
  display: block;
  color: #fff;
  background: #F25454;
  border-radius: 30px;
  text-align: center;
  font-size: 12px;
  padding: 8px 10px;
}
.email-btn:hover{
  color: #fff;
}
.campus-map{
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
a {
  transition: all 0.3s ease, background-position 1ms;
}
.accordion-button{
    background: none !important;
    box-shadow: none !important;
}
/*p{*/
/*        text-align: justify;*/
/*}*/
.about-box{
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 20px;
}
.about-box h3{
    color: #841d1e;
}
.accordion-header{
        background: #f1f1f1;
        color: #841d1e;
}
.accordion-header p{
    color: #000;
}
.accordion-button{
    font-size: 18px;
    font-weight: 600;
}
.list-bulletin li{
     list-style:disc !important;
}
.bg-light-red{
     background: #ffdfdf;
}
.tab-style .nav-item .nav-link{
  border: 1px solid #154a91;
      min-width: 120px;
}
.tab-style .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background: #831e20;
  color: #fff;
  background-color: #831e20;
}
.tab-style{
    border: none;
}
.public-disclosur .section-title {
            background-color: #f8f9fa;
            padding: 10px;
            margin-top: 20px;
            border-left: 5px solid #841d1e;
        }
        .public-disclosur .section-title h3{
            font-size: 22px;
        }
      .public-disclosur  .note-box {
            background-color: #fff3cd;
            padding: 15px;
            border-left: 5px solid #ffc107;
            margin: 20px 0;
        }
      .public-disclosur  table {
            margin-bottom: 20px;
        }
.news-scroll{
    margin-top: -30px;
    position: relative;
}
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}
/*.accordion-header{*/
/*    border-bottom: 1px solid rgba(0, 0, 0, 0.125);*/
/*}*/