@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.94rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fff;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@media (min-width: 320px) and (max-width: 768px) {
  /* line 19, src/assets/scss/generic/_generic.box-sizing.scss */
  html {
    font-size: 88%;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  margin-bottom: 0.938rem;
  line-height: 1.3;
}
a:hover{
  text-decoration: none;
}
/* line 101, node_modules/bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* ============== header section =============== */

.theme-btn{
  background-color: #600a13;
}
.theme-bg-01{
  background: #b71a34;
}
.theme-color-01{
  color: #b71a34;
}
header.sticky{
  transition: 0.3s;
  background: #b71a34;
}
header{
  transition: 0.3s;
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  
  z-index: 9999;
}
.home-page header .navbar-brand img.blue-logo{
  display: none;
}
header .navbar-brand img{
  max-height:60px;
  width: auto;
}
.menu-navigation ul{
  padding: 0;
  margin: 0;
}
header.sticky .menu-navigation ul li.menu-items:hover>a,
header .menu-navigation ul li.menu-items:hover>a{
  color: #f9ad31;
}
header .menu-navigation ul li.menu-items>a{
  color: #ffffff;
  padding: 30px 5px;
  font-size: 14px;
  display: block;
  position: relative;
  font-weight: 600;
  z-index: 99;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  transition: none;
}
header .menu-navigation ul li.menu-items{
  display: inline-block;
  padding: 0;
  margin: 0 0 0 0;
}
header .menu-navigation ul li.menu-items .sub-menu{
  background: #b71a34 none repeat scroll 0 0;
  border-top: 1px solid rgb(183 25 52);
  text-align: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  max-width: 1040px;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  border-radius: 0;
  border-bottom: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: 0.2s;
}
header.sticky .menu-navigation ul li.menu-items .sub-menu{
  border-top: 1px solid rgb(255 255 255 / 10%);
}
header .menu-navigation .sub-menu .sub-menu-details{
  padding: 10px 15px;
}
header .menu-navigation .sub-menu .sub-menu-details ul{
  margin: 0;
  padding: 0;
}
header .menu-navigation .sub-menu .sub-menu-details ul li{
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
header .menu-navigation .sub-menu .sub-menu-details ul li:hover a{
  font-weight: 600;
  border: 1px solid rgb(255 255 255 / 38%);
}
header .menu-navigation .sub-menu .menu-widget {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
header .menu-navigation .sub-menu .sub-menu-details ul li a{
  border: 1px solid transparent;
  color: #fff;
  padding: 2px 5px 2px 5px;
  margin: 1px 0 1px;
  display: block;
  font-size: 14px;
  text-transform: initial;
  font-weight: 400;
  text-decoration: none;
  text-align: left;
  position: relative;
  align-items: baseline;
  transition: 0.2s;
  background: rgb(165 62 72 / 0%);
}
header .menu-button .line{
  width: 36px;
  height: 5px;
  border-radius: 40px;
  display: block;
  margin: 6px 0px;
  background: #ffffff;
  transition: 0.3s;
}
header .menu-button{
  position: absolute;
  right: 10px;
  top: 20%;
  transition: 0.3s;
}
header .menu-button-open span:nth-child(3){
  transform: rotate(-45deg) translateX(8px);
}
header .menu-button-open span:nth-child(2){
  display: none;
}
header .menu-button-open span:nth-child(1){
  transform: rotate(45deg) translateX(8px);
}
header .menu-button-open{
  z-index: 9999;
  right: 20px;
}
header.sticky .header-icons-btn:hover, header .header-icons-btn:hover{
  color: #ffc008;
}
header .header-icons-btn{
  border: 0;
    background: transparent;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}


.heading-style-01{
  text-align: center;
  background: #f1f1f1;
  box-shadow: -2px 2px 0px 3px gainsboro;
  border-radius: 2px;
  height: 100%;
  display: grid;
  align-items: center;
  min-height: 100px;
}
.super-sub-menu ul li:hover a{
  border-color: rgb(255 255 255 / 38%) !important;
  font-weight: 600 !important;
}
.super-sub-menu ul li a{
  border-color: transparent !important;
  font-weight: 400 !important;
}
.super-sub-menu:hover .super-sub-menu-heading{
  background: rgb(255 255 255 / 5%);
}
.super-sub-menu .super-sub-menu-heading::after{
  content: '';
  right: 5px;
  top: 4px;
  position: absolute;
  width: 10px;
  height: 10px;
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  transform: rotate(45deg);
}
.super-sub-menu .super-sub-menu-heading{
  color: #fff;
  padding: 2px 5px 2px 5px;
  margin: 1px 0 1px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  position: relative;
}

/* ---------super-super-menu--------- */
.super-super-menu .sub-menu a:hover{
  font-weight: 600 !important;
}
.super-super-menu a{
  border: 0 !important;
}
.super-super-menu:hover a{
  font-weight: 400 !important;
  border: 0 !important;
}

.super-super-menu .sub-menu .row .col-md-8 .sub-menu-details{
  padding: 3px 3px;
  column-count: auto;
  background: #c51e3b;
  border-radius: 0px 10px 10px 10px;
}
.super-super-menu .sub-menu .row .col-md-4{
  display: none;
}
.super-super-menu .sub-menu .row .col-md-8{
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.super-super-menu .sub-menu .row{
  display: block;
    margin: 0;
}
.super-super-menu>a {
  background: #c51d3b !important;
    border-radius: 5px;
}
.super-super-menu::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: #ed96a5;
  right: 10px;
  top: 5px;
  transform: rotate(45deg);
}
.super-super-menu .sub-menu{
  position: relative !important;
  display: none;
  border: 0 !important;
}

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


.return-to-top:hover {
  background: #ffc107;
  color: #000;
}
.return-to-top {
  position: fixed;
  bottom: 10px;
  left: 10px;
  margin: 0px auto;
  color: #ffffff;
  text-transform: uppercase;
  background: #b71a34;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
  border-radius: 2px;
}

.links-btn-01:hover::after{
  background: #ffc107;
}
.links-btn-01::after{
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  background: #b71a34;
  bottom: -2px;
  border-radius: inherit;
  left: 0;
}
.links-btn-01:hover span {
  transform: rotate(0);
}
.links-btn-01 span{
  transform: rotate(-35deg);
  margin-left: 5px;
  display: inline-block;
  transition: all 0.4s ease;
}
.links-btn-01:hover{
  color: #ffc107;
}
.links-btn-01{
  font-weight: 500;
  position: relative;
  color: #b71a34;
  text-transform: capitalize;
}

.links-btn-02:hover::after{
  background: #ffc107;
}
.links-btn-02::after{
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  background: #fff;
  bottom: -2px;
  border-radius: inherit;
  left: 0;
}
.links-btn-02:hover span {
  transform: rotate(0);
}
.links-btn-02 span{
  transform: rotate(-35deg);
  margin-left: 5px;
  display: inline-block;
  transition: all 0.4s ease;
}
.links-btn-02:hover{
  color: #ffc107;
}
.links-btn-02{
  font-weight: 500;
  position: relative;
  color: #fff;
  text-transform: capitalize;
}

.search-input-area .form-group button{
  border-radius: 0px 6px 6px 0px;
  height: 55px;
  width: 10%;
  min-width: 50px;

}
.search-input-area .form-group .form-control{
  border-radius: 6px 0px 0px 6px;
  background: #F7F7F7;
  height: 55px;
  border: 1px solid transparent;
}
.search-input-area .search-input-inner{
  background: #fff;
  padding: 40px 0;
  box-shadow: 0px 20px 20px rgb(0 0 0 / 5%);
}
.search-input-area.top-fixed{
  position: fixed;
  top: 100px;
}
.search-input-area {
  background: rgb(0 0 0 / 50%);
  position: fixed;
  top: 80px;
  width: 100%;
  height: 100%;
  transition: all 500ms ease;
  visibility: hidden;
  transform: translateY(-100%);
  opacity: 0;
  z-index: 999;
}
.search-input-area.search-input-area-show{
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
}
.search-input-area .search-close-icon{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #d1d1d1;
  line-height: 40px;
  color: #7c7c7c;
  font-weight: 100;
  border-radius: 6px;
  cursor: pointer;
}
.search-input-area .form-group{
  display: flex;
  align-items: center;
}
/* =========== Banner ============= */
.slider-video video{
  width: 100%;
  object-fit: cover;
  height: 100vh;
  min-height: 700px;
}
.slider-content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle 600px at 50% 50.2%, rgb(0 0 0 / 23%) 0.1%, rgb(0 0 0 / 33%) 100.2%);
  backdrop-filter: blur(0.4px);
}
.banner-item{
  height: 100vh;
  min-height: 700px;
  background-size: cover;
  background-position: top center;
  display: flex;
  align-items: center;
  padding: 4rem 0 2rem;
}

/* =========== Programme Search ============= */
.programme-search input{
  border: 0;
  border-radius: 0;
  height: 45px;
}
.programme-search select:hover, .programme-search button:hover{
  background: #ffc107;
  color: #000;
  outline: none;
}
.programme-search select:focus, .programme-search button:focus,
.programme-search select, .programme-search button{
  border-radius: 0;
  background: #600a13;
  border: 0;
  color: #fff;
  height: 45px;
}
.hover-effect-01{
  position: relative;
  transition: 0.3s;
}
.hover-effect-01:hover{
  box-shadow: 0px 5px 4px rgb(0 0 0 / 34%);
  transform: translateY(-5px);
}
.overlay-effect-01::after{
  content: '';
    background: rgb(255 255 255 / 80%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    backdrop-filter: blur(1px);
}
.overlay-effect-01{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}
.overlay-effect-02::after{
  content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.8;
    backdrop-filter: blur(1px);
}
.overlay-effect-02{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}
/* =========== Home About ============= */
.about-slider-items .about-slider-items-thumb{
  position: relative;
  right: -50px;
  border-radius: 5px;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.about-slider-items .about-slider-items-content{
  background: #b71a34;
  position: relative;
  left: -50px;
  border-radius: 5px;
}

/* =========== OWL Carousal ============= */
.owl-theme .owl-nav.disabled+.owl-dots{
  margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #ffc008;
  box-shadow: 0px 0px 0px 5px rgb(220 220 220 / 50%);
}
.owl-nav .owl-prev{
  left: -20px;
}
.owl-nav .owl-next{
  right: -20px;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span{
  font-size: 40px;
    line-height: 30px;
    color: #fff;
}
.owl-nav .owl-prev,
.owl-nav .owl-next{
  position: absolute;
  top: 40%;
  width: 40px;
  height: 40px;
  background: rgb(255 192 8 / 80%) !important;
  border-radius: 50% !important;
}

/* =========== Faculty Slider Box ============= */

.faculty-box:hover .faculty-image img{
  transform: scale(1.1);
}
.faculty-box .faculty-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: 0.2s;
}
.faculty-box .faculty-image{
  overflow: hidden;
  width: 100%;
  height: 300px;
}
.faculty-box{
  display: block;
  position: relative;
  margin: auto;
  max-width: 300px;
}


.faculty-box-02:hover .faculty-image img{
  transform: scale(1.1);
}
.faculty-box-02 .faculty-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: 0.2s;
}
.faculty-box-02 .faculty-image{
  overflow: hidden;
  width: 100%;
  height: 300px;
}
.faculty-box-02{
  display: block;
  position: relative;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

/* =========== grid-style 01 ============= */

.grid-style-01:hover .grid-style-01-image img{
  transform: scale(1.1);
}
.grid-style-01 .grid-style-01-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: 0.2s;
}
.grid-style-01 .grid-style-01-image{
  overflow: hidden;
  width: 100%;
  height: 200px;
  border-radius: 4px;
}
.grid-style-01 .grid-style-01-content p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.grid-style-01:hover .grid-style-01-content h5{
  color: #b71a34;
}
.grid-style-01 .grid-style-01-content h5{
  color: #000;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.grid-style-01{
  display: block;
  position: relative;
}

/* =========== grid-style 02 ============= */

.grid-style-02:hover .grid-style-02-image img{
  transform: scale(1.1);
}
.grid-style-02 .grid-style-02-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: 0.2s;
}
.grid-style-02 .grid-style-02-image{
  overflow: hidden;
  width: 100%;
  height: 300px;
  border-radius: 5px;
}
.grid-style-02 .grid-style-02-content .grid-style-02-date{
  display: inline-block;
  width: 60px;
  background: #b71a34;
  text-align: center;
  padding: 10px 0px;
  position: absolute;
  top: -80px;
}
.grid-style-02 .grid-style-02-content{
  position: relative;
  width: 94%;
  background: #ffffff;
  margin: auto;
  top: -30px;
  padding: 30px 20px;
  border-radius: 5px;
}
.grid-style-02 .grid-style-02-content p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.grid-style-02:hover .grid-style-02-content h5{
  color: #b71a34;
}
.grid-style-02 .grid-style-02-content h5{
  color: #000;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.grid-style-02{
  display: block;
  position: relative;
}

/* =========== grid-style 03 ============= */


.grid-style-03:hover .grid-style-03-thumb img{
  transform: scale(1.1);
}
.grid-style-03 .grid-style-03-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.grid-style-03 .grid-style-03-thumb{
  height: 300px;
  width: 100%;
}
.grid-style-03:hover .grid-style-03-content .grid-style-03-read-more{
  margin-bottom: 0px;
  transform: translateY(0px);
}
.grid-style-03 .grid-style-03-content .grid-style-03-read-more{
  margin-bottom: -25px;
  display: block;
  transform: translateY(20px);
  transition: 0.3s;
  color: #ffc008;
}
.grid-style-03:hover .grid-style-03-content{
  background: radial-gradient(circle 220px at 50% 50.2%, rgb(113 113 113 / 30%) 0.1%, #7a7a7a 100.2%);
}
.grid-style-03 .grid-style-03-content h5{
  font-size: 17px;
  font-weight: 600;
}
.grid-style-03 .grid-style-03-content{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle 220px at 50% 50.2%, rgb(35 35 35 / 21%) 0.1%, rgb(68 68 68) 100.2%);
  padding: 20px 20px;
  display: grid;
  align-items: end;
  color: #fff;
}
.grid-style-03{
  display: block;
  position: relative;
  overflow: hidden;
}

/* =========== grid-style 04 ============= */

.grid-style-04:hover .grid-style-04-image img{
  transform: scale(1.1);
}
.grid-style-04 .grid-style-04-image img{
  transition: 0.2s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-style-04 .grid-style-04-image{
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.grid-style-04:hover .grid-style-04-content .hover-content{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.grid-style-04 .grid-style-04-content .hover-content{
  opacity: 0;
  transition: 0.3s;
  color: #ccc;
  visibility: hidden;
  transform: translateY(-30px);
}
.grid-style-04 .grid-style-04-content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  display: grid;
  align-content: space-between;
  color: #fff;
  justify-items: start;
}
.grid-style-04{
  position: relative;
}

/* =========== grid-style 05 ============= */

.grid-style-05 .grid-style-05-title{
  width: 80%;
}
.grid-style-05:hover .grid-style-05-thumb img{
  transform: scale(1.5);
}
.grid-style-05 .grid-style-05-thumb img{
  width: 100%;
  height: 100%;
  transition: 3s;
  object-fit: cover;
}
.grid-style-05 .grid-style-05-thumb{
  height: 280px;
  overflow: hidden;
  width: 100%;
}
.grid-style-05:hover .grid-style-05-content{
  background: rgb(66 66 66 / 53%);
}
.grid-style-05 .grid-style-05-content{
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #b71a34;
}
.grid-style-05 .grid-style-05-number{
  font-size: 60px;
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: 800;
  line-height: 1;
}
.grid-style-05{
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .grid-style-05 .grid-style-05-thumb{
    height: 220px;
  }
  .grid-style-05{
    margin-bottom: 20px;
  }
}

/* =========== Alimni ============= */

.alumni-box .alumni-box-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.alumni-box .alumni-box-image{
  width: 100%;
  height: 400px;
}
.alumni-box .alumni-box-content .alumni-box-content-play-btn::after{
  position: absolute;
  content: '';
  height: 65px;
  width: 65px;
  top: -7px;
  left: -7px;
  border: 2px solid #b71a34;
  border-radius: 45px;
}
.alumni-box .alumni-box-content .alumni-box-content-play-btn:hover a{
  color: #ccc;
}
.alumni-box .alumni-box-content .alumni-box-content-play-btn a{
  height: 50px;
  width: 50px;
  display: inline-block;
  z-index: 1;
  line-height: 50px;
  text-align: center;
  background-color: #b71a34;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  position: relative;
}
.alumni-box .alumni-box-content .alumni-box-content-play-btn{
  position: relative;
}
.alumni-box .alumni-box-content .alumni-box-content-text:hover a{
  color: #ccc;
}
.alumni-box .alumni-box-content .alumni-box-content-text a{
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.alumni-box .alumni-box-content .alumni-box-content-text:hover a::after{
  color: #999;
}
.alumni-box .alumni-box-content .alumni-box-content-text a::after{
  content: "\f08e";
  position: absolute;
  font-weight: 100;
  right: 0;
  top: 0;
  font-family: 'FontAwesome';
  color: #ccc;
}
.alumni-box .alumni-box-content .alumni-box-content-text{
  width: 100%;
  position: relative;
}
.alumni-box .alumni-box-content{
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  background: linear-gradient(0deg, black 10%, transparent 50%);
  align-items: flex-end;
}
.alumni-box{
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

/* =========== Footer ============= */

footer {

}
footer a{
  color: #ccc;
}
footer a:hover{
  color: #f9ad31;;
}
footer .footer-menu li a{
  display: block;
  padding: 5px 0;
  font-size: 14px;
}
footer .footer-menu li{
  display: block;
}
footer .footer-menu{
  padding: 0;
  margin: 0;
}
.footer-social-links li a:hover{
  background: #f9ad31;
  color: #000000;
}
.footer-social-links li a{
  width: 30px;
  height: 30px;
  display: grid;
  background: #ccc;
  color: #000;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 5px;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.footer-social-links {
  position: relative;
  padding: 0;
}
.footer-social-links li{
  display: inline-block;
}

.right-side-header-menu{
  position: absolute;
  right: 10px;
  top: 25px;
}

/* =========== Inner page ============= */
.inner-menu {
  background: #b71a34;
}
.inner-menu .navbar {
  padding: 0;
}
.inner-menu .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover{
  background: #b71a34;
  font-weight: 600;
  border: 1px solid rgb(255 255 255 / 38%);
}
.inner-menu .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item{
  padding: 8px 15px;
  display: block;
  transition: 0.3s;
  color: #fff;
  border: 1px solid #b71a34;
}
.inner-menu .navbar .navbar-nav .dropdown:hover .dropdown-menu{
  display: block;
}
.inner-menu .navbar .navbar-nav .dropdown .dropdown-menu {
  border: 0;
  border-radius: 0;
  top: 95%;
  background: #b71a34;
  padding: 0;
}
.inner-menu .navbar .navbar-nav .nav-item .nav-link {
  padding: 10px 10px;
  display: block;
  color: #fff;
  font-weight: 500;
  height: 100%;
}
.inner-menu .navbar .navbar-nav .nav-item:hover .nav-link {
  color: #ffc107;
}
.inner-menu .navbar .navbar-toggler {
  position: absolute;
  top: -45px;
  right: 0;
}

.inner-menu-section{
  position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
}

.inner-page header {
  position: relative;
}
.inner-page header .menu-button .line{
  background: #000000;
}
.inner-page header, .inner-page header .menu-button.menu-button-open .line, .inner-page header.sticky .menu-button .line{
  background: #fff;
}
.inner-page header .navbar-brand img.white-logo{
  display: none;
}
.inner-page header .navbar-brand img.blue-logo{
  display: block;
}
.inner-page header .menu-navigation ul li.menu-items>a, .inner-page header .header-icons-btn{
  color: #000000;
}
.inner-page header.sticky .menu-navigation ul li.menu-items:hover>a, .inner-page header .menu-navigation ul li.menu-items:hover>a, .inner-page header .header-icons-btn:hover {
  color: #f9ad31;
}

.inner-logo-and-title a::after{
  content: '';
  background: #b71a34;
  position: absolute;
  width: 180%;
  min-width: 500px;
  height: 100%;
  top: 0;
  left: -200px;
  transform: skewX(30deg);
  border-bottom: 1px solid rgb(255 255 255 / 14%);
}
.inner-logo-and-title a img{
  height: 60px;
}
.inner-logo-and-title{
  border-bottom: 1px solid rgb(135 135 135 / 16%);
  margin-bottom: -1px;
}
.inner-logo-and-title a{
  display: inline-block;
  color: #fff;
  position: relative;
  padding: 10px 0px;
}

.breadcrumb .breadcrumb-item {
  color: #000;
}
.breadcrumb .breadcrumb-item a:hover{
  color: #f9ad31;
}
.breadcrumb .breadcrumb-item a{
  color: #b71a34;
}
.inner-banner .inner-banner-content{
  background: rgb(255 255 255 / 56%);
  backdrop-filter: blur(2px);
}
.inner-banner{
  background-size: cover;
  background-position: center;
}
.accordion-style-02 .accordion-style-02-box .accordion-style-02-box-heading.collapsed::after{
  transform: rotate(45deg);
  top: 25%;
  transition: 0.3s;
  border-color: #ccc;
}
.accordion-style-02 .accordion-style-02-box .accordion-style-02-box-heading::after{
  content: '';
  width: 17px;
  height: 17px;
  position: absolute;
  float: right;
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  top: 10%;
  right: 20px;
  transition: 0.3s;
  transform: rotate(135deg);
}
.accordion-style-02 .accordion-style-02-box {
  margin-bottom: 10px;
  background: #f1f1f1;
}
.accordion-style-02 .accordion-style-02-box .accordion-style-02-box-heading{
  display: block;
    padding: 15px 10px;
    position: relative;
    margin: 0;
    cursor: pointer;
    background: #f9f9f9;
}

/* ======= inner-side-nav ======== */

.inner-side-nav li:hover,
.inner-side-nav a:hover{
  background: #ffc008;
}
.inner-side-nav li::before
.inner-side-nav a::before{
  content: '';
  width: 8px;
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  height: 8px;
  position: relative;
  left: -8px;
  top: 0;
  transform: rotate(45deg);
}
.inner-side-nav li:nth-last-child(1),
.inner-side-nav a:nth-last-child(1){
  border: 0;
}
.inner-side-nav li.active,
.inner-side-nav a.active{
  background-color: #b71a34 !important;
  color: #fff !important;
}
.inner-side-nav li,
.inner-side-nav a{
  position: relative;
  transition: 0.2s;
  display: flex;
  padding: 15px 10px 15px 20px;
  color: #444;
  border-radius: 0px !important;
  font-weight: 500;
  border-bottom: 1px solid rgb(45 87 153 / 15%);
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}
.courses-list-table tr td:nth-last-child(2),
.courses-list-table tr td:nth-last-child(1){
  width: 140px;
  text-align: center;
}
.courses-list-table tr td{
  padding: 5px 10px; 
}

.programme-type-inner{
  position: relative;
  background-size: cover;
  background-position: center;
}
.programme-type-inner::after{
  content: '';
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.sticky-apply-now{
  position: fixed;
  left: -45px;
  top: 50%;
  z-index: 9;
  transform: rotate(90deg);
  background: #ffc008;
  padding: 10px 20px;
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 5px 5px 0px 0px;
}

@media screen and (min-width: 992px) {
  .sticky-apply-now{
    display: none;
  }
  .col-count-md-02{
    column-count: 2;
  }
  .sticky-side {
      height: fit-content;
      position: -webkit-sticky;
      position: sticky;
      top: 130px;
  }
  header.sticky .menu-navigation ul li.menu-items:hover>a::after{
    border-bottom: 10px solid rgb(255 255 255 / 10%);
  }
  header .menu-navigation>ul {
    display: inline-block;
  }
  header .menu-navigation ul li.menu-items.one-link>a::after{
    display: none;
  }
  header .menu-navigation ul li.menu-items:hover>a::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(183 25 52);
    position: absolute;
    bottom: 0;
    left: 40%;
  }
  header .menu-navigation ul li.menu-items:hover .sub-menu{
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
  }
  header .menu-button{
    display: none;
  }
  .column-count-disable{
    column-count: 1 !important;
  }
  header .menu-navigation .sub-menu .sub-menu-details{
    column-count: 2;
    padding: 30px 15px;
  }
}

@media screen and (max-width: 992px) {
  .grid-style-04 .grid-style-04-image{
    height: 300px;
  }
  .grid-style-03 .grid-style-03-thumb{
    height: 220px;
  }
  .grid-style-03 .grid-style-03-content .grid-style-03-read-more{
    margin-bottom: 0px;
    transform: translateY(0px);
  }
  .inner-page header .menu-navigation ul li.menu-items>a{
    color: #ffffff;
  }
  .right-side-header-menu{
    position: absolute;
    right: 90px;
    top: 17px;
  }
  .about-slider-items .about-slider-items-thumb{
    right: 0;
    height: 250px;
  }
  .about-slider-items .about-slider-items-content{
    left: 0;
  }
  .banner-item{
    padding: 7rem 0 2rem;
  }
  header .menu-navigation {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #b71a34;
    transition: .5s;
    z-index: 999;
    padding: 20px 0 20px;
    border-radius: 0;
    overflow-y: auto;
  }
  header .menu-navigation ul li.menu-items{
    display: block;
    position: relative;
    padding: 0;
    background: none;
    margin: 0;
  }
  header .menu-navigation ul li.menu-items:hover>a {
      color: #fff;
  }
  header .menu-navigation ul li.menu-items>a{
    text-align: left;
    padding: 14px 10px 14px 30px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  header .menu-navigation ul li.menu-items.one-link>a::after{
    content: "\f08e";
    font-family: 'FontAwesome';
    font-size: 15px;
    font-weight: 100;
    left: -8px;
    top: 0;
    position: relative;
    width: 20px;
    height: 20px;
    text-align: center;
  }
  header .menu-navigation ul li.menu-items>a::after{
    content: '+';
    border: 0;
    left: -10px;
    top: 0;
    line-height: 20px;
    font-size: 30px;
    font-weight: 200;
    position: relative;
    width: 20px;
    height: 20px;
    transition: 0.3s;
    text-align: center;
  }
  header .menu-navigation ul li.menu-items.active-menu>a:after{
    content: '-';
    border: 0;
    left: -10px;
    top: 0;
    line-height: 20px;
    font-size: 30px;
    font-weight: 200;
    position: relative;
    width: 20px;
    height: 20px;
    transition: 0.3s;
    text-align: center;
  }
  header .menu-navigation ul li.menu-items.active-menu .sub-menu{
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
  }
  header .menu-navigation ul li.menu-items .sub-menu{
    padding: 5px 0 5px 35px;
  }
  header .menu-navigation.menu-navigation-open{
    right: 0;
  }
}
@media screen and (min-device-width: 1251px) and (max-device-width: 1325px) { 
  header .menu-navigation ul li.menu-items>a{
    font-size: 13px;
  }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1250px) { 
  header .menu-navigation ul li.menu-items>a{
    font-size: 12px;
    font-weight: 500;
  }
}
@media screen and (max-width: 992px) {
  .h2, h2{
    font-size: 1.6rem;
  }
  .text-64{
    font-size: 2.285714rem !important;
  }
}