@import url("../bootstrap/css/bootstrap.min.css");
@import url("../fonts/css/all.min.css");
@import url("../css/slick.css");
@import url("../css/slick-theme.css");
body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #808294;
  -webkit-font-smoothing: antialiased;
  background: #fff;
}
.nirf .modal-content {
    background: transparent;
    border: 0px;
}
.nirf .modal-header {
    padding: 0px;
    border: 0px;
}
.nirf .modal-header .close {
    background: #fff;
    opacity: 1;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    padding: 0;
}

:root {
  --color-black: hsl(0, 0%, 10%);
  --color-white: hsl(0, 0%, 100%);
  --color-darken: hsl(0, 0%, 20%);
  --color-pink-100: hsl(336, 95%, 94%);
  --color-pink-200: hsl(338, 91%, 87%);
  --color-pink-300: hsl(339, 90%, 81%);
  --color-pink-400: hsl(339, 88%, 74%);
  --color-pink-500: hsl(339, 82%, 67%);
  --color-pink-600: hsl(197deg 83% 55%);
  --color-pink-700: hsl(0deg 80% 33%);
  --color-pink-800: hsl(339, 68%, 45%);
  --color-pink-900: hsl(339, 69%, 38%);
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  scroll-behavior: smooth;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
}

a:hover {
  ;
  text-decoration: none;
}


/*img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}*/

img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}


/*.container {
  max-width: 75rem;
  height: auto;
  margin: 0 auto;
  padding: 0 1.25rem;
}*/


/*.brand {
  font-family: "Rubik", sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -1px;
  color: var(--color-pink-600);
  text-transform: uppercase;
}*/

.header {
  /*position: fixed;
  top: 0;
  left: 0;*/
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0.75rem 0;
  z-index: 100;
  background: var(--color-white);
  -webkit-box-shadow: var(--shadow-medium);
  box-shadow: var(--shadow-medium);
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
header.header.fixed-header {
    padding: 0.2rem;
}
header.header.fixed-header .brand img {
    width: 140px;
}

.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
}

.header-item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  /*-ms-flex: 0 0 10%;
          flex: 0 0 10%;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-item-right .menu-icon {
  font-size: 1.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  margin-left: 1rem;
  color: var(--color-black);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .menu>ul>li {
  display: inline-block;
  line-height: 3.125rem;
  margin-left: 1.5rem;
}

.header .menu>ul>li>a {
  position: relative;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.25;
  border: none;
  outline: none;
  color: var(--color-black);
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header .menu>ul>li .menu-subs {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 1.75rem;
  padding: 1rem 2rem;
  z-index: 109;
  opacity: 0;
  visibility: hidden;
  border-radius: 0.25rem;
  border-top: 3px solid #e8f0fc;
  background: #ffffff;
  -webkit-box-shadow: var(--shadow-medium);
  box-shadow: var(--shadow-medium);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header .menu>ul>li .menu-subs>ul>li {
  line-height: 1;
}

.header .menu>ul>li .menu-subs>ul>li>a {
  display: inline-block;
  font-family: inherit;
  padding: 0.5rem 0;
  border: none;
  outline: none;
  color: rgb(0, 26, 58);
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
}

.header .menu>ul>li .menu-column-1 {
  min-width: 16rem;
  max-width: 20rem;
}

.header .menu>ul>li .menu-subs.menu-mega {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li {
  display: block;
  line-height: 1;
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
  display: inline-block;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
  padding: 0.5rem 0px 0.5rem 12px;
  border: none;
  outline: none;
  color: rgb(3, 6, 11);
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item .title a {
  color: #002266;
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a::before {
  content: ">";
  position: absolute;
  left: 0;
}

.header .menu>ul>li .menu-subs.menu-column-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 68rem;
  width: 100%;
  padding: 1.25rem 1rem;
}

.header .menu>ul>li .menu-subs.menu-column-2>.list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 1rem;
}

.header .menu>ul>li .menu-subs.menu-column-2>.list-item .title {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.75rem 0;
  color: var(--color-pink-700);
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .menu>ul>li .menu-subs.menu-column-2>.list-item.text-center .title {
  text-align: center;
}

.header .menu>ul>li .menu-subs.menu-column-2>.list-item img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.header .menu>ul>li .menu-subs.menu-column-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 70rem;
  width: 100%;
  padding: 1.25rem 0.5rem;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 29%;
  flex: 0 0 29%;
  padding: 0 1rem;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item .title {
  font-family: inherit;
  font-size: 1.3rem;
  font-weight: 435.5;
  line-height: 1.12;
  /* padding: 0.75rem 0; */
  color: #03060b;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
  text-align: center;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a:hover,
.header .menu>ul>li .menu-subs>ul>li>a:hover {
  color: #196be6;
}

.header .menu>ul>li:hover>a {
  color: #196be6;
}

.header .menu-mobile-header,
.header .menu-mobile-toggle {
  display: none;
}

.list-item p {
  font-weight: 157;
  line-height: 1.7rem;
  color: rgb(0, 26, 58);
  text-align: inherit;
  font-size: 0.9rem;
}

.list-item .link {
  text-transform: capitalize;
  color: #196ae5;
  font-size: 0.9rem;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item .sub-title {
  font-size: 1rem;
  color: #03060b;
}

.divide-two {
  width: 49%;
  float: left;
}

.divide-two:last-child {
  margin-left: 3px;
}

.divide-two li {
  line-height: 2;
}

.divide-two li a {
  display: inline-block;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  padding: 0.2rem 0px 0.2rem 3px;
  border: none;
  outline: none;
  color: rgb(3, 6, 11);
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
}

.divide-two li a:hover {
  color: #196be6;
}

.sub-menu-block {
  width: 100%;
  display: inline-block;
  background: #f6f8fc;
  padding: 10px 5px;
  border-radius: 8px;
}

.top-header {
  background: #111;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: smoothScroll 1s forwards;
  z-index: 1000;
  background: rgba(255,255,255,0.8);
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
  }
}

.menu-section {
  margin-bottom: 0px;
}

.hero-text {
  overflow: hidden;
}

.hero-text h2 {
  margin-bottom: 50px;
}

.hero-text .hero {
  position: relative;
}

.hero-text .hero .hero-slide a:hover span {
  color: #033a71;
}

.hero .hero-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.hero .hero-slide .header-content {
  top: 20%;
  /*margin-left: 8rem;*/
  /*max-width: 550px;*/
  width: 100%;
  /*padding: 2rem;*/
}

.header-content img {
  width: 175px!important;
  margin: 5px 0px!important;
}

.slide-content {
  /*padding: 10px 20px 10px 0;*/
}

.slide-content h1 {
  font-size: 24px;
}

.text-one {
  color: #1f1f1f;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-two {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  background: rgb(251 211 62);
  padding: 5px 10px 5px 10px;
}

.btn-primary {
  background-color: #5302FE;
  border: #111;
  border-radius: 0;
}

.slick-dots li button:before {
  font-size: 30px!important;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #196ae5!important;
}

.slick-dots li button:before {
  color: #196ae5!important;
}

.hero-slide .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a8";
  /*content: '<';*/
}

.hero-slide .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  /* content: '>';*/
}

.hero-slide .slick-prev:before,
.slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 30px;
  line-height: 1;
  opacity: .75;
  color: #991111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/** Text Animation **/

@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.slick-active .slide-content {
  animation-name: fadeInUpSD;
  animation-duration: 1s;
  opacity: 1;
  width: 100%;
  padding: 10px 20px 30px 0;
}


/* Text Animation End **/

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-active button {
  background: #d60e96;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
  outline: none;
}

.slick-dots li button::before {
  font-size: 18px;
  color: #fff;
  opacity: 1;
}

.df-btn-text {
  font-size: 0.8rem;
  background: #e8f0fc;
  color: #5a5a5a;
  padding: 7px 15px;
  border-radius: 8px;
  text-transform: capitalize;
  /* box-shadow: 0 0 16px 4px rgb(0 0 0 / 10%); */
}

.df-btn-text.call-back {
  background: #196ae5;
  color: #fff;
  text-transform: capitalize;
}


/* fallback */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v121/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

#happenings-section .content {
  max-width: 100%;
  padding: 0;
}

#happenings-section .sqs-block {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.happenings {
  /* background-color: #1771c7; */
  position: relative;
  overflow: hidden;
  margin-top: 0;
  /*border-radius: 5px;*/
  background: #000428;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #196ae5, #000428);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #196ae5, #000428);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.happenings .happenings-title {
  text-align: center;
}

.happenings .happenings-title h4 {
  border-color: rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-width: 0 0 3px;
  display: inline-block;
  letter-spacing: 2px;
  padding: 20px;
  text-align: center;
  margin: 0;
}

.happenings .happenings-content {
  position: relative;
  background-color: #f5f3f3;
  text-align: center;
}

.happenings .happenings-content .content-wrapper {
  padding: 10px 20px;
  background: #f5f3f3;
}

.arrow {
  display: inline-block;
  color: #003771;
  cursor: pointer;
  display: none;
  font-size: 14px;
  line-height: 40px;
  margin-top: -30px;
  outline: medium none;
  padding: 14px 8px;
  position: absolute;
  top: 45%;
  z-index: 999;
  /*background: #003771;*/
}

.arrow.next-slide {
  float: right;
  right: 0;
}

.arrow.next-slide::before {
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  width: 24px;
  content: ">";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}

.content-wrapper a {
  color: #004b8d;
  font-size: 15px;
  text-decoration: underline;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.content-wrapper img {
  width: 64px;
  float: left;
  margin-top: -7px;
}

.program-view, .achievement, .admission {
    padding: 40px 0px;
}
.about {
    padding: 0px 0px 50px 0px;
}
.section-title {
    margin-bottom: 30px;
}

.approved-box {
  border-radius: 16px;
  background: rgb(246, 248, 252);
  transition: background 0.2s ease 0s, box-shadow 0.3s ease-out 0s;
  padding: 20px;
  text-align: center;
  margin: 0px auto;
}

.approved-box:hover {
  background: white;
  box-shadow: rgb(0 0 0 / 12%) 0px 32px 64px -4px, rgb(0 0 0 / 6%) 0px 12px 24px -2px;
}

.section-title h4 {
  font-size: 24px;
  /*line-height: 48px;*/
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  text-transform: capitalize;
}

.approved-box img {
  margin: 0px auto;
  width: 170px;
}


/*=============== course card =================*/

.program-acc__arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  transition: transform .3s ease;
  flex-shrink: 0;
}

.right-arrow {
  float: right;
  transform: rotate(270deg);
  font-size: 12px!important;
}

.program .free-flow-list {
  /*padding-bottom: 24px;*/
  padding-top: 10px;
}

.free-flow-list {
  display: flex;
  overflow-x: scroll;
  /*padding-top: 8px;
    padding-bottom: 8px;*/
}

.free-flow__item:first-child {
  padding-left: 0px;
}

.program-card__link {
  display: flex;
  text-decoration: none!important;
}

.gl-card {
  box-shadow: 0 2px 4px 2px rgb(0 0 0 / 10%);
  border-radius: 8px;
}

.program-card,
.program-card__body {
  display: flex;
  flex-direction: column;
}

.program-card {
  width: 290px;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}

.program-card__banner {
  position: relative;
  /*height: 168px;*/
}

.program-image {
  width: 100%;
}

.partner-logo {
  position: absolute;
  border-radius: 8px;
  overflow: hidden;
  left: 16px;
  bottom: 16px;
  background-color: #fff;
}

.program-card__body {
  padding: 16px;
  flex-grow: 1;
}

.program-card__head {
  flex-grow: 1;
}

.program-detail__partner {
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1.5px;
  color: #0041b2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
}

.program-detail__name {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .25px;
  color: #000;
  font-weight: 600;
  margin: 0;
  line-height: 25px;
  text-transform: capitalize;
}

.program-card__foot {
  margin-top: 8px;
}

.program-detail__term {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: .25px;
  color: rgba(0, 0, 0, .6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.program-detail__badge-wrapper {
  margin-top: 16px;
  display: flex;
}

.program-detail__bagde:only-child {
  max-width: 100%;
}

.program-detail__bagde {
  padding: 4px 8px;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1.5px;
  background-color: #e8f0fc;
  color: #000;
  font-weight: 500;
  margin-right: 8px;
  max-width: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}

.free-flow__item {
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  padding-bottom: 10px;
}


/*=============== course card =================*/

.program-cat-title {
  font-size: 13px;
  /* line-height: 32px; */
  letter-spacing: .5px;
  color: #196ae5;
  padding: 8px 16px;
  background: transparent!important;
  font-weight: 500;
  text-transform: capitalize;
}

.tabbed-content .tabs li a .ion {
  font-size: 18px;
  padding-right: 10px;
}

.tabbed-content {
  /* background: #fff;
  box-shadow: 1px 1px 6px #ccc;*/
  /*max-width: 600px;*/
  /*padding: 1em 0em;*/
 /* margin: 1em auto;*/
  /*display: inline-block;
  display: inline-table;*/
  display: flow-root;
  width: 100%;
}

.tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: bold;
}

.tabs ul li {
  background: #eee;
}

.tabs ul li a {
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #111;
  background: #fff;
}

.tabs ul li a:hover,
.tabs ul li a.active {
  background: #196ae5;
  color: #fff;
}

.item {
  margin-bottom: 2px;
}

.item::before {
  cursor: pointer;
  font-weight: 500;
  background: #fff;
  padding: 0.5em;
  display: block;
  font-size: 14px;
  color: #111;
}

.item.active::before {
  background: #196ae5;
  color: #fff;
}

.item.active .item-content {
  padding: 1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.about-block {
  background: #f8f8f8;
  border-radius: 8px;
}

.about-block {
  background: #f8f8f8;
  border-radius: 8px;
  /*padding: 10px 0px;*/
}

.section-about {
  padding: 30px;
}

.uom-img-block img {
  border-radius: 8px;
}

.section-about h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  text-transform: capitalize;
}

.section-about h3 {
  font-size: 18px;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  text-transform: capitalize;
}

.section-about p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  margin-bottom: 5px;
}

.ugc-patner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}

.ugc-patner a img {
  width: 110px;
  padding: 5px;
}

.section-title .section-overline {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .15px;
  margin-bottom: 8px;
  color: #0f4089;
  font-weight: 500;
}

.vc img {
  border-radius: 8px;
  margin-bottom: 10px;
}

.achievement {
  background-color: #e8f0fc;
  background-image: url("../images/SHAP946.png");
  background-position: bottom right;
  background-repeat: no-repeat;
 /* padding: 50px 0px 50px 0px;
  margin: 50px 0px;*/
}

/*.achievement .section-title {
  margin-bottom: 50px;
}*/


/*.single-item .item {
    background: #fff;
}*/

section#counter-stats {
  display: flex;
  justify-content: center;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.stats .fa {
  color: #008080;
  font-size: 60px;
}

.section-title h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
  text-transform: capitalize;
}

.student-img img {
  border-radius: 50%;
  width: 100%;
}


/*.student-img {
    border: 1px solid rgb(167 188 213);
    border-radius: 50%;
    padding: 30px;
}*/

.student-img img {
  width: 120px;
  border: 3px solid rgb(255 255 255);
  border-radius: 50%;
  height: 120px;
  margin: 0px auto;
  margin-bottom: 8px;
  box-shadow: 0 2px 4px 2px rgb(0 0 0 / 10%);
}

.feedback-text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  margin-bottom: 5px;
}

.feedback-name {
  color: #1e1f21;
  font-size: 14px;
  text-transform: capitalize;
  text-align: center;
}

.sidebar-box {
  float: left;
  width: 100%;
  margin: 0 20px 0 0;
}

.sidebar-box {
  max-height: 190px;
  position: relative;
  /* padding: 10px; */
  overflow: hidden;
  color: rgb(0 34 102);
  font-size: 14px;
  text-align: justify;
  margin-top: 10px;
}

.sidebar-box .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 30px 0 30px 0;
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: -moz-linear-gradient(top, transparent, #e8f0fc);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, #e8f0fc));
}

.gray {
  background-color: #444;
  background-color: rgb(89, 89, 89);
}

.red {
  background-color: red;
}

.red .read-more {
  /* transparent doesn't work in this context, must use RGBa for both */
  background-image: -moz-linear-gradient(top, rgba(255, 0, 0, 0), rgba(255, 0, 0, 100));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 0, 0, 0)), color-stop(1, rgba(255, 0, 0, 100)));
}

.button {
  border-top: 1px solid #196ae5;
  background: #65a9d7;
  background: -webkit-gradient(linear, left top, left bottom, from(#0f58c5), to(#196ae5));
  background: -moz-linear-gradient(top, #3e779d, #65a9d7);
  padding: 5px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-shadow: rgb(0 0 0 / 40%) 0 1px 0;
  color: white;
  font-size: 14px;
  text-decoration: none;
  vertical-align: middle;
}

.button:hover {
  border-top-color: #28597a;
  background: #28597a;
  color: #ccc;
}

.button:active {
  border-top-color: #1b435e;
  background: #1b435e;
}

.student-img {
  position: relative;
}

.single-item .slick-dots {
  bottom: -10px;
}

.stats.counter h5 {
  text-transform: uppercase;
  font-size: 11px;
  color: #002266;
}

.timer.count-number {
  font-size: 30px;
  color: #5e7dab;
  margin-bottom: 5px;
}

.block-title h4 {
  color: #003873;
  font-weight: 700;
}

.admission-phone {
  position: relative;
}

.phone-view {
  display: none;
}

.admission-phone ul {
  list-style: none;
  padding-left: 0px;
  line-height: 105px;
  margin-top: -28px;
}

.admission-phone ul li {
  color: #003873;
  font-size: 14px;
}

.admission-phone ul li img {
  width: 60px;
}

.admission .card-text {
  color: #27282b;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.contact-directly {
  margin: 40px 0px;
}

.contact-directly__block {
  background: linear-gradient(to right, #196ae5, #841ce3);
  padding: 40px;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  /*z-index: 100;*/
}

.contact-directly__block::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: #fbd33e;
  right: -20px;
  border-radius: 100%;
  z-index: 10;
  top: -150px;
}

.contact-directly__body {
  color: #fff;
  z-index: 10;
}

.contact-directly a {
  z-index: 100;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  color: #000;
  box-shadow: 0 2px 4px 2px rgb(0 0 0 / 10%);
}

.mobile-view {
  display: none;
}

.footer-nav.hidden {
  display: none;
}

.hidden {
  display: none;
}

.footer-section {
    background: #111111;
    background-image: linear-gradient(180deg,#00072b 0%,#101010 100%)!important;
}

.footer-section .footer-content {
  padding: 2rem 0 0rem 0;
}


/*/ end count stats /*/


/* 
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/

.tabbed-content .tabs {
  display: none;
}

.tabbed-content .item {
  min-height: 2em;
}

.tabbed-content .item::before {
  content: attr(data-title);
}

.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}

/*.mobile-img{
background: url("../images/mobile-image.png") no-repeat;
background-position: 0 0;
background-size: 100%;
display: block;
width: 100%;
max-width: 344px;
height: 216px;
}*/

.mobile-banner{display: none;}


@-webkit-keyframes ani-mouse {
  0% {
  opacity: 1;
  top: 29%;
  }
  15% {
  opacity: 1;
  top: 50%;
  }
  50% {
  opacity: 0;
  top: 50%;
  }
  100% {
  opacity: 0;
  top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
  opacity: 1;
  top: 29%;
  }
  15% {
  opacity: 1;
  top: 50%;
  }
  50% {
  opacity: 0;
  top: 50%;
  }
  100% {
  opacity: 0;
  top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
  opacity: 1;
  top: 29%;
  }
  15% {
  opacity: 1;
  top: 50%;
  }
  50% {
  opacity: 0;
  top: 50%;
  }
  100% {
  opacity: 0;
  top: 29%;
  }
}
 .scroll-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  width: 100%;
}
.scroll-btn a {
    display: block;
}
.scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
  color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid white;
  border-radius: 23px;
}
.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: white;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;

}
footer {
    position: relative;
    z-index: 50;
}
.footer_inside_divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI1MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTk3OC44MSAxMjIuMjVMMCAwaDEyODBsLTI2Mi4xIDExNi4yNmE3My4yOSA3My4yOSAwIDAgMS0zOS4wOSA1Ljk5eiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 50px;
    top: 0;
    height: 50px;
    z-index: 1;
    transform: rotateY(180deg);
    background-color: transparent;
}
.footer-content h5 {
    color: rgb(255 255 255 / 80%);
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 15px;
}
.footer-content ul li a {
    color: hsla(0,0%,100%,.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}
.footer-content ul li a:hover {
    text-decoration: underline;
}
hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px solid rgb(69 69 69);
}
.footer_list-item {
    margin-right: 1px;
    margin-top: 12px;
}
.footer_list-item a{
font-size: 13px;
color: hsla(0,0%,100%,.6);
text-transform: capitalize;
}
.footer_list-item:after {
    content: ".";
    position: relative;
    color: #fff;
    color: hsla(0,0%,100%,.6);
    top: -3px;
    padding-left: 9px;
}
.footer_list-item:last-child::after {
    color: transparent;
}

.social-media li {
    display: inline-block;
    margin-right: 18px;
}
.social-media li a {
    color: #fff;
    background: #212121;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 32px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}
.social-media li a .svg-inline--fa {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 25%;
}
.contact__social-mail a {
    color: rgb(255 255 255 / 80%);
    font-size: 14px;
    margin-right: 10px;
}
.copyright p, .credits a {
    font-size: 13px;
    margin: 20px 0px 2px 0px;
    color: hsla(0,0%,100%,.6);
    font-weight: 400;
}
.credits{padding-bottom: 15px;}

.program-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(60deg,rgba(1, 10, 63, 1) 0%,rgba(255, 0, 0, 0.64) 100%),url(../images/Slider3.jpg)!important;
}
.bottom_inside_divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0xMjgwIDBsLTI2Mi4xIDExNi4yNmE3My4yOSA3My4yOSAwIDAgMS0zOS4wOSA2TDAgMHYxNDBoMTI4MHoiLz48L2c+PC9zdmc+);
    background-size: 100% 100px;
    bottom: 0;
    height: 100px;
    z-index: 1;
    transform: rotateY(180deg);  
}
.breadcrumb {
    background: transparent;
}
.breadcrumb li a {
    color: #fff;
    font-size: 13px;
}
.breadcrumb-item.active {
    color: #fff;
    font-size: 13px;
    position: relative;
    top: 3px;
}
.program-section h1 {
    font-size: 31px;
    color: #fff;
    margin-bottom: 1rem;
}
.program-section p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}
.course-info {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
}

.program-section form {
    /*background: rgb(24 17 66 / 47%);*/
    background: #fff;
    box-sizing: border-box;
    padding: 15px 15px 22px 15px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    border-radius: 8px;
}
.more-info h3 {
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    margin-bottom: 15px;
}
.form-label {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 0.3rem;
}
.form-control{
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.87);
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #196ae5;
    box-shadow: none;
}
.form-check-label {
    margin-bottom: 0;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.87);
}
.btn-primary {
    background-color: #196ae5;
    border-radius: 8px;
    font-size: 14px;
}
.invalid-feedback {
    font-size: 70%;
}
.btn:focus, .btn.focus, .btn-primary:focus, .btn-primary.focus {
    box-shadow: none;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    box-shadow: none;
}

/* ======  Media Query ===== */


@media (min-width: 1366px) {
  .container {
    max-width: 1280px;
  }
}

@media screen and (min-width: 993px) {
  .header .menu>ul>li.menu-item-has-children:hover .menu-subs {
    margin-top: 0.5rem;
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 992px) {


/*mobile banner start here*/
.mobile-banner {
    height: 100vh;
    /*background: #002959;*/
    box-sizing: border-box;
    padding: 4rem 15px 0px 15px;
    overflow: hidden;
    display: block;
    background-image: linear-gradient(180deg,#00072b 0%,#101010 100%)!important;
}
.mobile-text, .mobile-image {
    width: 100%;
    float: left;
}
.mobile-text {
    height: 30vh;
    /* background: #000; */
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-text h1 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 2px;
    color: #fff;
    font-weight: 600;
    text-align: left!important;
}
.mobile-image {
    overflow: hidden;
    height: 70vh;
}
.mobile-image img {
    display: block;
    width: 100%;
    height: calc(100% - 18px);
    object-fit: contain;
    object-position: right;
}
.line-one {
    color: #f8cb00;
    font-size: 28px;
}
.line-two {
    padding-bottom: 10px;
    display: inline-block;
}
.line-three {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 5px;
}
.mobile-text a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
/*mobile banner start here*/

  .df-btn-text {
    font-size: 0.8rem;
    background: #e8f0fc;
    color: #5a5a5a;
    padding: 7px 5px;
    border-radius: 8px;
    text-transform: capitalize;
    /* box-shadow: 0 0 16px 4px rgb(0 0 0 / 10%); */
  }
  .brand img {
    width: 120px;
  }
  .header-item-center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .header-item-left,
  .header-item-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0.5rem 0;
  }
  .header .menu-mobile-toggle {
    position: relative;
    display: none;
    cursor: pointer;
    width: 1.75rem;
    height: 1rem;
    border: none;
    outline: none;
    margin-left: 1rem;
    margin-top: -0.25rem;
    background: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .header.fixed-header .menu-mobile-toggle {display: block;}
  .header .menu-mobile-toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 0.25rem;
    background: var(--color-black);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header .menu-mobile-toggle span:nth-child(1) {
    top: 0;
  }
  .header .menu-mobile-toggle span:nth-child(2),
  .header .menu-mobile-toggle span:nth-child(3) {
    top: 0.5rem;
  }
  .header .menu-mobile-toggle span:nth-child(4) {
    top: 1rem;
  }
  .header-item-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    height: 100vh;
    z-index: 1000;
    overflow: hidden;
    background: var(--color-white);
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header .menu.active {
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
  .header .menu>ul>li {
    display: block;
    line-height: 1;
    margin: 0;
  }
  .header .menu>ul>li>a {
    display: block;
    line-height: 3.125rem;
    height: 3.125rem;
    padding: 0 3.125rem 0 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header .menu>ul>li>a i.ion {
    position: absolute;
    font-size: 1.25rem;
    line-height: 3.125rem;
    top: 0;
    right: 0;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .header .menu .menu-mobile-header {
    position: relative;
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 0;
    height: 3.125rem;
    z-index: 110;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--color-white);
  }
  .header .menu .menu-mobile-header .menu-mobile-arrow {
    display: none;
    font-size: 1.25rem;
    line-height: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--color-black);
  }
  .header .menu .menu-mobile-header.active .menu-mobile-arrow {
    display: block;
  }
  .header .menu .menu-mobile-header .menu-mobile-title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    color: var(--color-black);
    text-transform: capitalize;
  }
  .header .menu .menu-mobile-header .menu-mobile-close {
    font-size: 2.25rem;
    line-height: 3.125rem;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--color-black);
  }
  .header .menu .menu-section {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header .menu>ul>li .menu-subs {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header .menu>ul>li .menu-subs.menu-mega {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header .menu>ul>li .menu-subs.active {
    display: block;
  }
  .header .menu>ul>li .menu-subs.menu-column-4>.list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0rem;
  }
  .header .menu>ul>li .menu-subs.menu-column-4>.list-item img {
    margin-top: 0;
  }
  .header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
    margin-bottom: 1.25rem;
  }
  .header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center:last-child .title {
    margin-bottom: 0rem;
  }
  .header .menu>ul>li .menu-subs>ul>li>a {
    display: block;
  }
  .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul {
    margin-bottom: 1rem;
  }
  .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
    display: block;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.65);
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1023px) {
  .hero .hero-slide .header-content {
    top: 1%;
  }
  .slide-content h1 {
    font-size: 12px;
  }
  .text-one {
    color: #991111;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .text-two {
    color: #002266;
    font-size: 10px;
    line-height: 15px;
    font-weight: 600;
  }
  .header-content img {
    width: 40px!important;
    margin: 5px 0px!important;
  }
  .hero-text .hero .hero-slide a {
    padding-top: 0.8rem;
  }
  .hero-text .hero .hero-slide a span {
    font-size: 20px;
    margin-top: 0.5rem;
  }
  /*  .hero .hero-slide .header-content {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto;
  }*/
  .header {
    padding: 0rem 0;
    position: fixed;
  }
  .hero .hero-slide img {
    width: 98.5%;
    height: auto;
    object-fit: cover;
    object-position: top center;
    display: block;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    margin: 10px auto;
  }
}

@media screen and (min-width: 200px) and (max-width: 1023px) {

.footer_inside_divider {display: none;}
  .program-view {
    padding: 20px 0px;
  }
  .approved-box {
    padding: 10px;
  }
  .about {
    padding-bottom: 0px!important;
}
.section-title {
    margin-bottom: 15px;
}
.section-title h4 {
    font-size: 20px;
  }
  .section-about h2 {
    font-size: 20px;
    margin-top: 10px;
}
.contact-directly__block {
    padding: 20px;
    border-radius: 0;
    margin-bottom: 20px;
}
h2, .h2 {
    font-size: 1.5rem;
}
.contact-directly a {
    padding: 8px;
}
.contact-directly {
    margin: 0px 0px;
}
.social-media {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px 0px;
}
.contact__social-mail {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.contact__social-mail a {
    font-size: 13px;
    margin-right: 5px;
}
.copyright p, .credits a {
    font-size: 12px;
}
#stickytypeheader {
  width: 100%;
    /* height: 10px; */
    z-index: 1000;
    top: 60px!important;
    padding: 10px 0px!important;
    line-height: 11px;
}
.program-section h1 {
    font-size: 20px;
}
.course-info {
    font-size: 15px;
}
#stickytypeheader {
    display: none!important;
    }
.over-bg {
    background-color: #e8f0fc;
    background-image: url(../images/over-bg.jpg);
    background-position: inherit!important;
    padding: 20px 0px!important;
}

p {
    font-size: 14px!important;
}
#content ul li {
    font-size: 14px!important;
}
section.cc-bg {
    background: #f8f8f8!important;
    padding: 20px 0px!important;
}
h2 {
    font-size: 18px!important;
}
#syllabus, #faq {
    padding: 20px 0px!important;
}
.accordion-box .card h2 {
    font-size: 14px!important;
}
}

@media screen and (min-width: 768px) {
/*  .section-title h4 {
    font-size: 40px;
    margin-bottom: 30px;
  }*/
  .happenings .happenings-title {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    float: left;
    text-align: left;
    width: 33.3333%;
  }
  .happenings .happenings-title h4 {
    display: block;
    border-width: 0;
    padding: 10px 15px 10px 15px;
    text-align: right;
    color: #fff;
    font-size: 18px;
  }
  .happenings .happenings-content {
    float: left;
    text-align: left;
    left: 33.3333%;
    width: 66.6667%;
  }
}

@media screen and (min-width: 992px) {
  .happenings .happenings-title {
    width: 25%;
  }
  .happenings .happenings-content {
    left: 25%;
    width: 75%;
  }
}

@media screen and (min-width: 1200px) {
  .happenings .happenings-title {
    width: 23.3333%;
  }
  .happenings .happenings-content {
    left: 33.3333%;
    width: 66.6667%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .tabbed-content .item {
    min-height: 2em;
    position: relative;
  }
  .item::after {
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    transition: transform .3s ease;
    flex-shrink: 0;
    content: "";
    position: absolute;
    right: 10px;
    top: 16px;
  }
  .item.active::after {
    transform: rotate(-135deg);
    border-color: #fff;
  }
  .section-about {
    padding: 10px!important;
  }
  .ugc-patner {
    margin-bottom: 30px!important;
  }
  .student-img img {
    width: 100%!important;
    height: auto!important;
  }
  .achievement .section-title {
    margin-bottom: 15px!important;
  }
  .sidebar-box {
    text-align: left!important;
  }
  .achievement {
    margin: 0px 0px!important;
  }
  .timer.count-number {
    font-size: 22px!important;
  }
}

@media only screen and (min-width: 992px) {
  .program .free-flow-list {
    overflow: hidden;
    flex-wrap: wrap;
    /*margin-top: -8px;*/
  }
  .free-flow__item,
  .free-flow__item:first-child,
  .free-flow__item:last-child {
    padding: 16px 8px;
  }
}

@media screen and (max-width: 1023px) {
  .quicklinks.card.card-body {
    /* background-image: linear-gradient(180deg,#00072b 0%,#020828 100%)!important; */
    background: #00072b;
    border-radius: 0px;
}
.quicklinks .footer-links h5 {
    font-size: 13px;
    color: rgb(255 255 255 / 80%);
    font-weight: 400;
    text-transform: capitalize;
}
.quicklinks .footer-links a {
    font-size: 12px;
    color: hsla(0,0%,100%,.6);
    font-weight: 400;
    text-transform: capitalize;
    line-height: 20px;
    position: relative;
}
.quicklinks .footer-links a::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: hsla(0,0%,100%,.6);
    top: 6px;
    border-radius: 50px;
    left: -7px;
}
  .footer-section .footer-content {
    display: none;
  }
  .desktop-view {
    display: none;
  }
  .phone-view {
    display: block;
  }
  .mobile-view {
    display: block;
    width: 100%;
    background: #00072b;
    text-align: center;
    padding: 10px 0px;
  }
  .mobile-view a {
    color: #fff;font-size: 14px;
}
  .footer-nav.hidden {
    width: 100%;
    padding: 12px 20px 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    z-index: 998;
  }
}

@media all and (min-width: 800px) {
  .item.active .item-content {
    padding-top: 0;
  }
  .tabs-side .tabs li {
    margin-bottom: 2px;
  }
}

@media all and (min-width: 991px) {
  .tabbed-content .tabs {
    display: block;
  }
  .tabbed-content .tabs li {
    display: inline-block;
  }
  .tabbed-content .tabs li a {
    display: block;
  }
  .tabbed-content .item {
    min-height: 0;
  }
  .tabbed-content .item::before {
    display: none;
  }
  .tabbed-content.tabs-side .tabs {
    width: 25%;
    float: left;
  }
  .tabbed-content.tabs-side .tabs li {
    display: block;
  }
  .tabbed-content.tabs-side .item {
    margin-left: 150px;
  }
}

@media (max-width: 991px) {
  #hero {
    height: 90vh;
    text-align: center;
  }
  /*#hero .hero-img img {
    width: 80%;
  }*/
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .btn-get-started {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: #fff;
    background: #47b2e4;
  }
}
/* ======  Media Query ===== */

#stickytypeheader {
    z-index: 1000;
    padding: 16px 0px;
    display: inline-block;
    width: 100%;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    background: #fff;
    transition: all .3s ease;
}
#sticky {
  display: none;
  height: 10px;
  }
  #header {
    margin-bottom: 15px;
   }
  #content {
    margin-top: 20px;
    }
  .cf {
    position: relative;
    margin: 0px auto;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
        padding-bottom: 24px;
    padding-top: 40px;
    margin-bottom: 56px;
}
.cf img {
    box-shadow: 5px 7px 70px 0 rgb(17 121 239 / 30%);
    padding: 0px;
    position: relative;
    border-radius: 4px;
}
.cf::before {
    width: 100%;
    height: 100%;
    content: "";
    background: url("../images/cf-bg.webp") no-repeat;
    display: inline-block;
    position: absolute;
    top: 0;
    background-size: 100% 100%;
    left: 15px;
    background-position: 0px 0;
}

#syllabus-container .card, #faq-container .card{
  margin-bottom: 5px;
  border: 0;
}

#syllabus-container .card .card-header, #faq-container .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#syllabus-container .card .card-header .btn-header-link, #faq-container .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #f1f1f1;
  color: #222;
  padding: 15px;
}

#syllabus-container .card .card-header .btn-header-link:after, #faq-container .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#syllabus-container .card .card-header .btn-header-link.collapsed, #faq-container .card .card-header .btn-header-link.collapsed {
    background: #e5e5e5;
    color: rgba(0, 0, 0, 0.87);
}

#syllabus-container .card .card-header .btn-header-link.collapsed:after, #faq-container .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#syllabus-container .card .collapsing, #faq-container .card .collapsing {
  background: #f1f1f1;
  line-height: 30px;
}

#syllabus-container .card .collapse, #faq-container .card .collapse {
  border: 0;
}

#syllabus-container .card .collapse.show, #faq-container .card .collapse.show {
  background: #f1f1f1;
  line-height: 30px;
  color: #222;
}
.navigation__link
{
    color: var(--color-black);
    font-size: 0.8rem;
    padding: 0 8px;
    font-weight: 600;
    position: relative;
}
.navigation__link.active {
    border-bottom: 2px solid #196ae5;
}
/*.sticy-menu-list a.active::after {
    background: #f1b006;
}
.sticy-menu-list a:after {
    content: "";
    width: 100%;
    height: 4px;
    background: transparent;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}*/
.contact-directly__body p, .contact-directly__body h2 {
    color: #fff;
}
h2 {
    font-size: 20px;
    /* line-height: 48px; */
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 600;
    text-transform: capitalize;
}
h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 600;
    text-transform: capitalize;
}
p{
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    text-align: justify;
}
#content ul li, .about ul li  {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 27px;
    position: relative;
    padding-left: 15px;
}
#content ul li::before, .about ul li::before  {
    content: "";
    background: #aeaeae;
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50px;
    top: 10px;
    left: 0;
}
#content ul li a {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: underline;
}
.over-bg{
    background-color: #e8f0fc;
    background-image: url(../images/over-bg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0px;
}
.over-bg p, .over-bg li{color:#000!important;}
section.cc-bg {
    background: #f8f8f8;
    padding: 50px 0px;
}
#syllabus, #faq {
    padding: 50px 0px;
}
#overview h2, #overview h3, .over-bg p, .over-bg li {
    color: #fff!important;
}

.details-info {
    font-size: 0.8rem;
    background: #196ae5;
    color: #fff!important;
    text-transform: capitalize;
    padding: 7px 15px;
    border-radius: 8px;
}
.slick-dots li::before {
    content: "";
    background: transparent!important;
}
marquee {
    font-size: 13px;
    padding: 3px 0px;
    color: #ffff;
    font-weight: 400;
}

.intl-tel-input {
  display: table-cell;
}

.intl-tel-input .selected-flag {
  z-index: 4;
}

.intl-tel-input .country-list {
  z-index: 5;
}

.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}



.nav-pills-custom .nav-link.active {
    color: #ffffff;
    background: #192f59;
    position: relative;
}
.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}
.nav-pills-custom .nav-link {
    color: #3d3d3d;
    background: #fff;
    position: relative;
}
@media (min-width: 992px){
.nav-pills-custom .nav-link::before {
    content: '';
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #192f59;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
}
}
.accordion-box .card {
    border: none;
    margin-bottom: 0;
    border-bottom: 1px solid #e0dfdf;
    padding: 15px 0px;
    border-radius: 0px;
}
.accordion-box .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 0rem;
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    text-align: justify;
}
.inner-page ol li {
    position: relative;
    margin-bottom: 5px;
}
.inner-page ol li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #2b3f66;
    top: 8px;
    border-radius: 50%;
    left: -14px;
}
.accordion-box .card h2.collapsed {
    background-image: url(../images/down-arrow.png);
}

.accordion-box .card h2 {
    background: url(../images/up-arrow.png) no-repeat calc(100% - 10px) center;
    background-size: 12px;
    cursor: pointer;
    font-size: 15px;
    color: #192f59;
    font-weight: 600;
}

#accordion .card h5.collapsed {
    background-image: url(../images/down-arrow.png);
}

#accordion .card h5 {
    background: url(../images/down-arrow.png) no-repeat calc(100% - 10px) center;
    background-size: 12px;
    cursor: pointer;
    font-size: 15px;
    color: #192f59;
    font-weight: 600;
}
#accordion .card h5 a{width: 100%; display: inline-block; color: #222; font-weight: 400;}
#accordion .card {
    border: none;
    margin-bottom: 5px;
}
#accordion .card-header {
    padding: 15px;
    margin-bottom: 0;
    background-color: #e5e5e5;
    border-bottom: none;
}
.container-iframe iframe {
    border: 0;
    height: 100%;
    position: relative;
    top: 0rem;
    width: 100%;
}
@media only screen and (min-width: 1024px) and (max-width: 5000px){
.container-iframe iframe {
    border: 0;
    position: relative;
    top: 0rem;
    width: 100%!important;
    height: 100vh;
}
}

.section-title.pb-0 {
    margin-bottom: 10px;
}
.inner-page {
    padding: 50px 0px;
}
.slick-slide {
    display: none;
    float: left;
    height: auto;
    min-height: 1px;
}
button.close {
    background: #181818;
    opacity: 1;
    color: #fff;
    text-shadow: 0 0 transparent;
    font-weight: 100;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    position: relative;
    line-height: 4px;
    padding: 0;
    top: -15px;
    right: -7px;
}
button.close span {
    position: absolute;
    left: 0;
    right: 0;
}
.alert {
    position: relative;
    padding: 5px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 12px;
}
.hidden {
     display:none;
}