@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon78ed78ed.eot?orkqwr');
  src: url('fonts/icomoon78ed78ed.eot?orkqwr#iefix') format('embedded-opentype'),
    url('fonts/icomoon78ed78ed.ttf?orkqwr') format('truetype'),
    url('fonts/icomoon78ed78ed.woff?orkqwr') format('woff'),
    url('fonts/icomoon78ed78ed.svg?orkqwr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play-button:before {
  content: "\e900";
}
.icon-magnifying-glass:before {
  content: "\e901";
}
.icon-plus:before {
  content: "\e902";
}
.icon-minus:before {
  content: "\e903";
}
.icon-paper-plane:before {
  content: "\e904";
}
.icon-chatting:before {
  content: "\e905";
}
.icon-right-arrow:before {
  content: "\e906";
}
.icon-online-shopping:before {
  content: "\e907";
}
.icon-growth:before {
  content: "\e908";
}
.icon-webpage:before {
  content: "\e909";
}
.icon-front-end:before {
  content: "\e90a";
}
.icon-checking:before {
  content: "\e90b";
}
.icon-recommend:before {
  content: "\e90c";
}
.icon-consulting:before {
  content: "\e90d";
}
.icon-increment:before {
  content: "\e90e";
}
.icon-draw-check-mark:before {
  content: "\e90f";
}
.icon-wealth:before {
  content: "\e910";
}
.icon-conversation:before {
  content: "\e911";
}
.icon-suitcase:before {
  content: "\e912";
}
.icon-lamp:before {
  content: "\e913";
}
.icon-darts:before {
  content: "\e914";
}
.icon-investigation:before {
  content: "\e915";
}
.icon-address:before {
  content: "\e916";
}
.icon-contact:before {
  content: "\e917";
}
a:empty {
    display: none;
}

/* ###### Programs - Mobile - START ####### */
.mobilePrograms button.accordion-button {
  background-color: #f1f1f1 !important;
  color: #000 !important;
}
.accordion-button:focus {
  z-index: unset !important;
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: unset !important;
}
.SubChildTabContent .accordion-item .accordion-button, .mobilePrograms .accordion-button {
  border-radius: 0;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  padding-left: 40px;
}
span.brownTriangle {
  width: 15px;
  height: 25px;
  background-color: brown;
  transform: rotate(45deg);
  position: absolute;
  left: -12px;
}
.mobilePrograms .accordion-button:not(.collapsed)::after {
  transform: rotate(0);
  background-image: url(../images/programs/close.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
}

.mobilePrograms .accordion-button::after {
  background-image: url(../images/programs/arrow1.png);
  background-size: 15px 20px !important;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 23px;
  padding: 15px;
}
.mobilePrograms .accordion-item{
  background-color: #f1f1f1 !important;
  color: #000 !important;
  margin-bottom: 15px;
}
/* Mobile CSS */
@media (max-width: 991px) {
  .mobilePrograms .accordion-button::after {
      background-size: 18px 25px !important;
      border-radius: 18px;
      padding: 18px;
  }
  .mobilePrograms .accordion-body {
    padding: 10px 20px;
}
.mobilePrograms .accordion-button:not(.collapsed)::after {
    padding: 14px 20px;
    background-size: 10px 10px !important;
}
.services-section-three {
  padding: 0px !important;
}
}
.mobilePrograms .accordion-button {
    font-size: 24px;
    font-weight: 500;
}
/* ###### Programs - Mobile - END ####### */
/* ###### Shubhamzz - START ####### */
.programsSection{
  font-family: var(--qutiiz-font);
}
.programsSection p{
  font-size: 16px;
    line-height: 1.5em;
}
.programsSection h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 20px;
  color:#fff
}

.courseName {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}

/* .programsSection .textBrown {
  font-weight: 600
} */

.parentTabs .nav .nav-link {
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  font-family: var(--qutiiz-font-two);
  text-transform: uppercase;
}

.parentTabs .nav .nav-link.active {
  font-weight: 600;
  color: #193d7f
}

.parentTabs .nav-tabs {
  border-bottom: 0;
  gap: 30px;
}

.childTabs .tab-pane .nav-tabs {
  background-color: #f7f7f7;
  padding: 30px;
  border-bottom: 0
}

.childTabs .nav-link {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  align-items: center;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.5em;
}

.childTabs .nav-link.active {
  color: #193d7f;
  background-color: transparent
}

.childTabs .nav-tabs .nav-link.active,
.childTabs .nav-tabs .nav-link.nav-link:hover,
.childTabs .nav-tabs .nav-link:focus {
  border: 1px solid transparent !important;
  color: #193d7f;
}

.iconContainer {
  background-color: #ffd048;
  padding: 10px;
  border-radius: 30px
}

.iconContainer img {
  width: 30px;
  height: 30px;
  /* filter: invert(1) */
}

.SubChildTabContent {
  margin-top: 50px;
  box-shadow: 1px 8px 20px rgba(255, 255, 255, .5);
  padding: 40px;
  background-color:#fff;
  border-radius: 7px;
}

.SubChildTabContent button.accordion-button {
  font-size: 16px;
  font-weight: 700
}


.SubChildTabContent .accordion-item {
  background-color: #f1f1f1 !important;
  color: #000 !important;
  margin-bottom: 15px
}
.SubChildTabContent button.accordion-button {
  background-color: #f1f1f1 !important;
  color: #000 !important;
}
.SubChildTabContent .accordion-body {
  padding: 10px 50px;
  border-bottom:1px solid #fff
}

.SubChildTabContent .accordion-item .accordion-button {
  border-radius: 0;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  padding-left: 40px;
  font-weight: 400;
  font-family: var(--qutiiz-font);
}

.SubChildTabContent .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  background-image: url(../images/programs/close.png);
  background-size: 10px 10px !important;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
  padding: 14px 15px
}

.SubChildTabContent .accordion-button::after {
  background-image: url(../images/programs/arrow1.png);
  background-size: 15px 20px !important;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 23px;
  padding: 15px
}

span.brownTriangle {
  width: 15px;
  height: 25px;
  background-color: #193d7f;
  transform: rotate(45deg);
  position: absolute;
  left: -12px
}
.logo_001{
  height: 40px;
  object-fit: contain;
}

.width31 {
  width: 30%
}
.main-header .navbar-nav{
  /* gap:15px; */
}
.main-header .nav-link {
  font-family: var(--qutiiz-font-two);
  color: #000 !important;
  font-weight: 500;
  /* font-size: 1px; */
  padding: 0px 20px !important;
}
.main-header .nav-link:hover {
  color: #193d7e !important;
}
.navbar-light .navbar-toggler {
  color: transparent;
  border-color: transparent;
}
#advantage{
  padding-top: 80px;
}
.modal-header {
  position: relative;
  padding: 20px;
  height: 80px;
}
.modal-header .about_logo {
  position: absolute;
  right: 40%;
  top: 0%;
}
.modal {
  right: -17px;
  margin-top: 20px !important;
}
.preFooter{
  background-color: #193D7F;
}
.preFooter h2, .preFooter p {
  color:#fff;
  margin-bottom: 0px !important;
}
.btn:focus {
  box-shadow: unset !important;
}
@media (max-width:991px){
  .navbar-nav{
    gap:0px;
  }
  .section-title{
    margin-bottom:20px !important;
  }
  #advantage{
    padding-top: 50px;
  }
  ul.advantage li{
    font-size: 18px !important;
  }
  .accreditations{
    padding: 25px 0px 0px !important;
  }
  .courses-two{
    padding: 40px 0 15px !important;
  }
  .placement{
    padding: 0px 0 35px !important;
  }
  .infrastructure-page{
    padding: 50px 0 45px !important;
  }
  iframe.amityDubaiForm{
    height: 791px !important;
  }
  .marquee{
    height: 44px !important;
  }
  .marquee p{
    padding-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .preFooter p {
      margin-bottom: 1rem !important;
  }
}
.right_button {
  width: 50%;
  top: unset;
  bottom: 0;
  right: 0;
  position: fixed;
  border-radius: 0!important;
  z-index: 1021
}
.left_button {
  width: 50%;
  top: unset;
  bottom: 0;
  left: 0;
  position: fixed;
  border-radius: 0 !important;
  z-index: 1021;
}
/* desktop css */
@media (min-width: 992px) {
  .right_button {
    width: unset;
    top: 46%;
    right: 17px;
    left: unset;
    bottom: unset;
    transform: rotate(90deg) translate(50%);
    transform-origin: right;
    border-radius: 0 0 10px 10px!important;
    color: #fff;
    background-color: var(--red);
    border: solid 1px var(--red)
}
  .modal-content {
      width: 80%;
  }
  .modal-content {
    float: left;
    width: 70% !important;
    margin-bottom: 40px;
    margin-left: 15% !important;
    border-radius: 0;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    border: none;
    overflow: hidden;
}
}


/* ###### Shubhamzz - END ####### */
/* Pranali css - START */
.programheading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: var(--qutiiz-font-two);
  color: #f1f1f1;
}
/* Pranali css - END */

.full-screen-video {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.hero_section {
  /* position: relative; */
  width: 100%;
  /* min-height: 100vh; */
  overflow: hidden;
}
.marquee {
  width: 100%;
  height: 70px;
  overflow: hidden;
  position: relative;
  background-color: #193D7F;
  color: #fff;
  font-size: 18px;
  padding: 5px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navlist_01 li {
  color: #000 !important;
  border-bottom: 1px dashed #ddd;
  position: relative;
  padding: 10px 0 10px 25px;
  color: #4F595D;
  font-size: 15px;
  line-height: 24px;
}
.navlist_01 li:before{
  content: '';
  width: 5px;
  height: 5px;
  top: 19px;
  left: 0;
  transform: rotate(45deg);
  position: absolute;
  display: block;
  background-color: #193d7f;
}


.marquee p {
  display: inline-block;
  white-space: nowrap;
  animation: marqueeAnimation 10s linear infinite;
  padding-top: 15px;
}
.sticky-top {
  top: -100px;
  transition: .5s;
}

@keyframes marqueeAnimation {
  0% {
    transform: translateX(100%); /* Start from the right */
  }
  100% {
    transform: translateX(-100%); /* End on the left */
  }
}


@keyframes blinkEffect {
  0%, 100% {
    opacity: 1;
  }


}