:root {
  --bs-text-dark: #111111;
  --bs-theme-pink: #e0181e;
  --bs-sky: #3092dd;
  --bs-mid-yellow: #f7a300;
  --bs-very-yellow: #ffb900;
  --bs-off-white: #fef4ed;
  --bs-deep-gray: #282828;
}

@font-face {
  font-family: "GoogleSans";
  src: url("../fonts/GoogleSans-Regular.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GoogleSans";
  src: url("../fonts/GoogleSans-Medium.woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GoogleSans";
  src: url("../fonts/GoogleSans-Bold.woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Caveat";
  src: url("../fonts/Caveat-Regular.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body,
html {
  overflow-x: hidden;
}
body {
  font-family: "GoogleSans";
  font-family: "Poppins" !important;
  width: 100%;
}
ol li,
ul li {
  list-style: none;
}
a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
  outline: 0;
}
button,
input,
select,
textarea {
  border: 0;
  transition: all 0.3s ease-in-out;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.spacer {
  margin-right: 20px;
  height: 75px;
  width: 1px;
  background: var(--bs-border-color);
}
.header-top li {
  font-size: 16px;
  margin-left: 15px;
}
.header-top li a {
  color: var(--bs-text-dark);
  text-decoration: none;
  font-size: 16px;
}
.side-call {
  display: flex;
  background-image: linear-gradient(
    to bottom,
    #cf1212 50%,
    var(--bs-theme-pink) 50%
  );
  padding: 15px;
  border-radius: 28px;
  text-decoration: none;
  margin-left: 0px;
  transition: all 0.3s ease-in-out;
  align-items: center;
}
.side-call:hover {
  opacity: 0.7;
}
.call-icon {
  margin-right: 10px;
}
.need-help {
  margin-top: 2px;
}
.need-help span {
  font-size: 12px;
  font-weight: 600;
  font-family: "GoogleSans";
  color: var(--bs-white);
  text-align: left;
}
.need-help h6 {
  font-size: 22px;
  color: var(--bs-white);
  font-weight: 500;
  font-family: "GoogleSans";
  margin-top: -5px;
  margin-bottom: 0;
  text-decoration: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler i {
  color: var(--bs-text-dark);
  font-size: 23px;
}
/*.main-header .fixed-top {
    top: 110px;
}*/
.main-header-new .fixed-top {
  top: 110px;
}
.navbar-expand-lg .navbar-nav {
  gap: 20px;
}
.navbar-nav li a {
  font-weight: 600;
  color: var(--bs-text-dark);
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.455em;
  vertical-align: 0.155em;
  content: "\f078";
  border: 0;
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  transition: all 0.2s ease-in-out;
}
.program_btn .dropdown:hover > .program-dropdown-btn,
.nav-links.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  min-width: 270px;
  padding: 0;
}
.dropdown-menu a.dropdown-item {
  padding: 12px;
}
.dropdown-menu li {
  position: relative;
  width: 100%;
}
.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}
.nav-item:hover .dropdown-toggle::after {
  transform: rotate(180deg);
}
.dropdown-menu a.dropdown-item:hover {
  background: var(--bs-theme-pink);
  color: var(--bs-white);
}
.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
.dropdown-menu .dropdown-menu.dropdown-submenu {
  height: 348px;
  overflow-y: auto;
  scrollbar-width: thin;
  min-width: 348px;
}
.dropdown-menu .dropdown-menu.dropdown-submenu {
  padding: 20px;
}
.dropdown-menu .dropdown-menu.dropdown-submenu li {
  border: 1px solid var(--bs-theme-pink);
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.dropdown-gradute-content h6 {
  margin-bottom: 0;
  line-height: 16px;
}
.dropdown-menu a.dropdown-item p {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
  white-space: break-spaces;
}
.dropdown-gradute-content ul li {
  border: none !important;
  font-size: 14px;
  margin-bottom: 0 !important;
}
/***** FOOTER STYLING ******/
footer {
  background: var(--bs-deep-gray);
  padding: 50px 0;
}
.footer-block {
  margin-bottom: 40px;
}
.footer-block h6 {
  font-size: 17px;
  line-height: 33px;
  font-weight: 700;
  color: var(--bs-white);
  text-transform: uppercase;
}
.col-count {
  column-count: 2;
}
.footer-block ul {
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
}
.footer-block ul li,
.copy-r {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  font-family: "GoogleSans";
  font-family: "Poppins" !important;
  color: var(--bs-white);
}
.footer-block ul li.para-only {
  line-height: 24px;
}
.footer-block ul li a {
  text-decoration: none;
  color: var(--bs-white);
}
.footer-block ul li a:hover {
  text-decoration: underline;
}
.footer-block.address ul li {
  line-height: 24px;
}
.text-yellow {
  color: var(--bs-very-yellow) !important;
}
.footer-logos {
  margin-top: 30px;
  margin-bottom: 50px;
}
.bottom-footer {
  border-top: 1px solid rgba(168, 168, 168, 0.1);
  padding: 8px 0;
}
.social-media ul {
  padding-left: 0;
  margin-bottom: 0;
}
.social-media ul li {
  list-style-type: none;
  padding: 0 8px;
  display: inline-flex;
}
.social-media ul li a {
  color: var(--bs-white);
  font-size: 14px;
  line-height: 18px;
}
.social-media ul li a i {
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
.social-media ul li a:hover i {
  color: var(--bs-sky);
}
.footer-fixed-bar {
  background: var(--bs-gray-200);
  /* position: fixed; */
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
  padding: 20px 0;
  /* display: none; */
  /* border-radius: 20px 20px 0 0; */
}
.footer-fixed-bar p {
  color: #111;
  font-size: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 0;
}
.footer-fixed-bar a {
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
  line-height: 20px;
  color: #cb1218;
  display: inline-block;
  vertical-align: middle;
}
.footer-fixed-bar p.scroll-text {
  text-align: left;
  width: 100%;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-animation: my-animation 25s linear infinite;
  -webkit-animation: my-animation 25s linear infinite;
  animation: my-animation 25s linear infinite;
  white-space: nowrap;
}
@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.goto-top {
  display: inline-block;
  background-color: #fc3434;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 10px;
  font-size: 1.25rem;
  line-height: 40px;
  position: fixed;
  right: 25px;
  bottom: 125px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  cursor: pointer;
}
.goto-top.show {
  display: block;
  opacity: 1;
  visibility: visible;
}
.goto-top span {
  color: var(--bs-white);
  font-size: 20px;
  line-height: 25px;
  font-weight: 900;
}
.goto-top:hover {
  background-color: var(--bs-theme-pink);
}

.allNotification {
  position: fixed;
  right: 25px;
  bottom: 165px;
  z-index: 10;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.allNotification button,
.gotoTop button {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 30px;
  background: #fcb134;
}

.allNotification__list {
  width: 250px;
  position: absolute;
  right: 0;
  bottom: 50px;
}

.allNotification__list.show {
  opacity: 0;
  visibility: hidden;
}
.allNotification__icon,
.gotoTop__icon {
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  color: var(--text-white);
  background: var(--bg-green);
}

.allNotification__list:after {
  top: 100%;
  right: 15px;
  border: 6px solid rgba(255, 255, 255, 0);
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #fff;
  margin-left: -6px;
}

.allNotification__list li {
  position: relative;
  margin-bottom: 10px;
  background: #fff;
  padding: 20px 20px 20px 38px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2), 0 3px 30px rgba(0, 0, 0, 0.5);
}

.allNotification__list li:last-child {
  margin-bottom: 0;
}

.allNotification__list li::before {
  content: "\f0f3";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 18px;
  top: 18px;
  color: #c7c7c7;
  font-size: 14px;
}

.allNotification__list li h6 {
  font-size: 14px;
  line-height: 16px;
}

.allNotification__list li p {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
}

.allNotification__list li a {
  font-size: 14px;
  margin-bottom: 0;
  text-decoration: none;
  color: var(--text-dark);
  font-weight: 700;
}

.allNotification__icon {
  border: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.allNotification__icon i {
  display: block;
}

.allNotification__icon i.fa-bell::before {
  content: "\f0f3";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 13px;
  top: 14px;
  color: #fff;
  font-size: 14px;
}

.allNotification__list li .btn {
  font-size: 12px;
  margin-top: 5px;
  padding: 0;
  border-bottom: 3px solid #fcb134 !important;
  border: 0;
  border-radius: 0;
}

#sb_container.sb-container-align-right {
  right: 15px !important;
  bottom: 55px !important;
}

.moveUp {
  bottom: 150px !important;
}

.apply-btn-primary {
  background-image: linear-gradient(
    to bottom,
    #cf1212 50%,
    var(--bs-theme-pink) 50%
  );
  color: var(--bs-white);
  border-color: transparent;
  position: relative;
  overflow: hidden;
}
.apply-btn-primary:hover {
  border-color: transparent;
  color: var(--bs-white);
}
.apply-btn-primary::before {
  content: " ";
  display: block;
  width: 200px;
  height: 80px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: -10px;
  left: -200px;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}
.apply-btn-primary:hover::before {
  margin-left: 300%;
}
.btn-arrow::after {
  content: "\f178";
  font-family: "Font Awesome 6 Free";
  font-size: 30px;
  font-weight: 900;
  margin-left: 10px;
  vertical-align: middle;
}
.apply-now-btn {
  padding: 10px;
  border-radius: 26px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
}
.menuTabs li a small {
  font-size: 12px;
  line-height: 12px;
  display: block;
}
.menuTabs li a .icon {
  width: 22px;
  margin-left: 3px;
}
.menuTabs li.bg-menu-light {
  background: var(--bs-off-white);
}

/**** RESPONSIVE STYLING ****/
@media only screen and (min-width: 1920px) {
  body {
    zoom: 1.05;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1699px) {
  body {
    zoom: 0.75;
    /*
                -moz-transform: scale(.85);
                -moz-transform-origin: 0 0;                
*/
  }
}
@media (max-width: 1199px) {
  .footer-logos {
    margin-top: 10px;
  }
  .footer-block.address ul {
    column-count: 2;
  }
}
@media (max-width: 991px) {
  /*.main-header .fixed-top {
        top: 0;
        padding: 0;
    }*/
  .main-header-new .fixed-top {
    top: 0;
    padding: 0;
  }
  .offcanvas {
    background-color: var(--bs-off-white);
  }
  .offcanvas-body {
    width: 100%;
  }
  .dropdown-menu .dropdown-submenu {
    left: 0;
    top: 48px;
    width: 100%;
    min-width: unset !important;
  }
  .mob-none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  header .navbar .cu-logo {
    width: 240px;
  }
  header .navbar .naac-logo {
    width: 80px;
  }
  .spacer {
    height: 44px;
  }
  .header-upper {
    position: absolute;
    background: linear-gradient(to left, #cf1212, var(--bs-theme-pink));
    bottom: -21px;
    left: 0;
    right: 0;
    justify-content: space-evenly !important;
  }
  .header-top li a,
  .hts-text {
    color: var(--bs-white);
  }

  .campustour-headerspace {
    display: none;
  }
  .campustour-headerbr {
    display: none;
  }
}
@media (max-width: 450px) {
  .footer-logos {
    margin-top: 0;
  }
  .footer-logos img {
    max-width: 125px;
    /*height:70px;
		width:auto;
		margin-bottom:10px;*/
  }
  .campustour-headerspace {
    display: none;
  }
  .campustour-headerbr {
    display: none;
  }
}

@media (min-width: 991px) {
}

@media (min-width: 1102px) {
  .bchmenudsk {
    display: block;
  }
  .bchmenumb1 {
    display: none;
  }
  .dropdown-menu .dropdown-submenu {
    left: 99% !important;
  }
  .dropdown-menu .dropdown-menu.dropdown-submenu2 {
    min-height: 348px !important;
    height: 550px;
    overflow-y: auto;
    scrollbar-width: thin;
    min-width: 348px;
    margin-top: -50px;
  }
  .newdesign-submenu1 {
    min-width: 535px !important;
    min-height: 150px !important;
    padding: 0px !important;
    background-color: transparent !important;
    border: 0px solid #fff;
  }
  .newdesign-submenu2 {
    min-width: 535px !important;
    min-height: 350px !important;
    padding: 0px !important;
    background-color: transparent !important;
    border: 0px solid #fff;
  }
  .dropdown-menu a.dropdown-item:hover .header-dropdown-main-rightblock {
    display: block;
  }
  .header-dropdown-main-rightblock {
    display: block;
    position: absolute;
    width: 530px;
    min-height: 200px;
    border: 1px solid rgba(33, 33, 33, 0.65);
    border-radius: 8px;
    background-color: #f8f9fa;
    margin-top: 5px;
    margin-left: 257px;
    margin: 0px;
    float: left;
  }
  .header-dropdown-main-rightblock-inner {
    width: 96%;
    min-height: 160px;
    margin-left: 2%;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
  }
  .header-dropdown-main-rightpart1 {
    width: 49%;
    min-height: 160px;
    border-right: 2px solid #d1c8c8;
    float: left;
  }
  .header-dropdown-main-rightpart2 {
    width: 49%;
    min-height: 160px;
    float: right;
  }
  .header-dropdown-right-linktext {
    width: 100%;
    min-height: 35px;
    text-decoration: none;
    margin-bottom: 10px;
    float: left;
  }
  .header-dropdown-right-linktextbold {
    width: 96%;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin-left: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Poppins";
    cursor: pointer;
    float: left;
  }
  .header-dropdown-right-linktextthin {
    width: 80%;
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    margin-left: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Poppins";
    cursor: pointer;
    float: left;
  }
  .header-dropdown-right-linktext:hover .header-dropdown-right-linktextbold {
    color: #cf1212;
  }
  .header-dropdown-right-linktext:hover .header-dropdown-right-linktextthin {
    color: #cf1212;
  }

  .acca-bg-header {
    position: relative; /* Ensures positioning for the background image */
    background-image: url("../../img/accalogo-inheader.png"); /* Replace with your image URL */
    background-size: 50px 50px; /* Sets the size of the background image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    background-position: right 10px top 5px;
  }
  .kpmg-bg-header {
    position: relative; /* Ensures positioning for the background image */
    background-image: url("../../img/kpmglogoinheader.png"); /* Replace with your image URL */
    background-size: 70px 50px; /* Sets the size of the background image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    background-position: right 10px top 10px;
  }
}

@media (max-width: 1102px) {
  .bchmenudsk {
    display: none;
  }
  .bchmenumb1 {
    display: block;
  }
  .header-dropdown-main-rightblock {
    display: none;
  }
}
