/* NAVBAR CSS */

/* a:hover {
  color: inherit;
} */

.navbar {
  border-radius: 0;
}
.navLogo {
  max-width: 170px;
  max-height: 100%;
  height: auto;
}
.homePageNavBar {
  padding: 0 1rem;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-right: 0rem;
  margin-left: 1.25rem;
  font-size: 1.25rem;
  /* line-height: inherit; */
  white-space: nowrap;
}
.nav-item {
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-nav {
  float: none;
}
.navbar-light .navbar-nav .nav-link {
  color: var(--white);
  text-transform: uppercase;
  font-family: Avenir-Book;
  font-size: 13px;

  letter-spacing: 0px;
  padding: 0px 13px;
  transition: all 0.25s ease-in-out;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--white);
}

/* .navbar-light .navbar-nav .nav-item:hover > .nav-link, */
.navbar-light .navbar-nav .active > .nav-link::after,
.navbar-light .navbar-nav .nav-item:hover > .nav-link::after {
  color: var(--white);
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 1;
  transform: scale(1, 1);
}
.whiteNav .navbar-nav .active > .nav-link::after,
.whiteNav .navbar-nav .nav-item:hover > .nav-link::after {
  color: var(--dark-gery);
  background-color: var(--dark-gery);
  opacity: 1;
  transform: scale(1, 1);
}

.underline::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  transform-origin: left center;
  transition: all 0.15s ease-out;
  opacity: 0;
}

.dropdown.megaMenu {
  position: static;
}
.dropdown.nonMegaMenu {
  /* position: static; */
}

.dropdown-menu {
  border-radius: 0px;
  position: relative;
  background-color: rgba(255, 255, 255, 1);
  margin-top: 0;
  left: 10%;
  color: var(--blue);
}
.dropdown.nonMegaMenu .dropdown-menu {
  top: 95%;
  left: 0;
  right: none !important;
}
.dropdown.megaMenu .megaMenuDropdown {
  left: 0;
  right: 0;
}
.dropdown-item {
  text-transform: uppercase;
  font-family: Avenir-Light;
  font-size: 13px;
  letter-spacing: 0px;
  padding: 6px 1.1rem;
}

.innermostDropdownMenu {
  left: 100% !important;
  top: -9px !important;
}

.dropdown-item:hover {
  color: #0056b3;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item.active,
.dropdown-item:active > a {
  color: var(--white);
  text-decoration: none;
  background-color: #eae1ff;
}
.eachSubMenuHeading {
  padding: 0.25rem 1.5rem;
  text-align: left;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  /* padding: 9px 10px 16px 10px; */
  margin: 0 0;
  letter-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  border-left: 1px solid rgba(10, 10, 10, 0.74);
}
/* .eachSubMenuHeading:first-child {
    border: none;
  } */
.eachSubMenuHeading::after {
  content: "";
  display: block;
  margin: 10px auto;
  margin-bottom: 0px;
  width: 20px;
  height: 2px;
  opacity: 0.3;
  background-color: var(--grey);
}

/* .subMenuUl {
    padding: 20px 0px;
  } */
/* .dropdown.megaMenu > .dropdown-menu > .subMenuUl li:first-child {
    border: none;
  }
  .megaMenu > div.dropdown-menu > ul.subMenuUl li {
    padding: 0px 10px;
    border-left: 1px solid rgba(10, 10, 10, 0.74);
  } */
.innerMenu {
  display: flex;
}
.innerMenu li {
  flex: 1;
}
.darkLogo {
  display: none;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
a:focus {
  outline: none;
}

a {
  color: inherit;
}

/* navbar css second section  temporary*/

.whiteNav {
  background-color: rgba(255, 255, 255, 1);
  transition: all 0.5s ease-in-out;
}

.navbar-brand {
  height: auto;
  padding: 0;
}

.whiteNav .navbar-brand .lightLogo {
  display: none;
}

.navbar.whiteNav .navbar-brand .darkLogo {
  display: block;
}
.navbar .navbar-brand .darkLogo {
  display: none;
}

.whiteNav .navbar-nav .nav-link {
  transition: all 0.5s ease-in-out;
  color: var(--dark-gery);
}

.whiteNav .navbar-nav .active > .nav-link,
.whiteNav .navbar-nav .nav-link:hover {
  color: var(--dark-gery);
}
.whiteNav .navbar-nav .nav-item:hover > .nav-link {
  color: var(--dark-gery);
}
.hoverToDisplay:hover > .displayOnHover {
  display: block;
}
.displayOnHover {
  transition: all 0.5s ease-in-out;
  display: none;
}

.homeIconBar {
  position: fixed;
  top: 14.5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 100;
}
.homeIconBar a {
  display: block;
  text-align: center;
  padding: 7px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}
/* COMMON CSS FLOATING BUTTONS */
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 100;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 7px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
/* .icon-bar a:hover {
  opacity: 0.4;
} */

.facebook {
  background: rgba(59, 89, 152, 0.25);
  color: white;
}
.facebook:hover {
  background: rgba(59, 89, 152, 0.4);
}

.email {
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
}
.email:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.instagram {
  background: rgba(130, 0, 176, 0.25);
  color: white;
}
.instagram:hover {
  background: rgba(130, 0, 176, 0.4);
}

.youtube {
  background: rgba(0, 174, 130, 0.25);
  color: white;
}
.youtube:hover {
  background: rgba(0, 174, 130, 0.4);
}

/* BACK TO TOP BUTTON CSS */
#toTop {
  display: none;
  /* background-color: var(--light-blue); */
  background-color: rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 1000;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
}
#toTop:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
}
#toTop:active {
  background-color: #555;
}
#toTop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 40px;
  margin-top: -3px;
  display: block;
  color: var(--white);
}

/* transform: matrix(1, 0, 0, 1, 0, 0); */

/* transform: matrix(0.8, 0, 0, 0.8, 0, -426); */

/* CSS HERO SECTION ANIMATION */

#content {
  transition: transform 0.5s ease-in-out;
}
.shiftUp {
  transform: translate3d(0px, -385.166px, 0px) scale(0.8, 0.8);
  transition: transform 0.5s ease-in-out;
}

/*BRAND SECTION CSS*/

.brandListContainer {
  display: flex;
  list-style: none;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-left: 0px;
}
.flexCenter {
  display: flex !important;
  justify-content: center;
}
.brandListContainer {
  display: flex;
  list-style: none;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-left: 0px;
}
/* .partnerCarousel .owl-item img {
  width: auto !important;
  height: auto;
  opacity: 0.5;
}
.partnerCarousel .owl-item img {
  width: 143px !important;
  height: auto;
  opacity: 0.5;
} */
.client-logo img {
  width: 143px !important;
  height: auto;
  opacity: 0.5;
}
.brandPartnerBubbleBg {
  background-image: url("/static/images/partnersBubbles.png");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
}

/* SLICK NAVIGATION CSS */
.eachCourse {
  margin: 20px;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 30px !important;
  line-height: 1;
  opacity: 0.75;
  color: var(--dark-gery) !important;
}

/* ARROW CSS */
.arrow-down {
  display: inline-block;
}
.arrow-down::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid white;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.arrow-right {
  display: inline-block;
  position: relative;
}
.whiteNav .arrow-down::after {
  border-top: 0.3em solid var(--dark-gery);
}

.arrow-right::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.4em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.4em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-right: 0;
  border-left: 0.4em solid var(--blue);
  position: absolute;
  top: 4px;
}
.dropdown-item:active > .arrow-right::after {
  border-left: 0.4em solid var(--white);
}
/* COmmon css */
.marginR10 {
  margin-right: 10px;
}
.marginR20 {
  margin-right: 20px;
}

.marginTop90 {
  margin-top: 90px;
}

.carousalImageHeight {
  height: 400px !important;
}

button:focus {
  outline: none;
}

/* mediaQUery css*/
@media screen and (max-width: 991px) {
  .primary-nav {
    display: block !important;
  }
  #dynamicNav {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .slick-prev::before,
  .slick-next::before {
    display: none;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  .primary-nav {
    display: block !important;
  }
  #dynamicNav {
    display: none !important;
  }
  .smallHalf {
    width: 50% !important;
  }
  .icon-bar {
    position: fixed !important;
    top: 47%;
    /*-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    right: 0 !important;
    z-index: 100 !important;
  }
}

/* mobile navbar css */
/* Menu Styles */

.primary-nav {
  position: fixed;
  z-index: 999;
}

.menu1 {
  position: relative;
}

.menu1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.open-panel {
  border: none;
  background-color: var(--black);
  padding: 0;
}

.hamburger {
  background: #fff;
  position: relative;
  display: block;
  text-align: center;
  padding: 13px 0;
  width: 50px;
  height: 73px;
  left: 0;
  top: 0;
  z-index: 1000;
  cursor: pointer;
}

.hamburger:before {
  content: "\2630"; /* hamburger icon */
  display: block;
  color: #000;
  line-height: 32px;
  font-size: 16px;
}

.openNav .hamburger:before {
  content: "\2715"; /* close icon */
  display: block;
  color: var(--black);
  line-height: 32px;
  font-size: 16px;
}

.hamburger:hover:before {
  color: #777;
}

.primary-nav .menu1 li {
  position: relative;
}

.menu1 .icon {
  position: absolute;
  top: 12px;
  right: 10px;
  pointer-events: none;
  width: 24px;
  height: 24px;
  color: #fff;
}

.menu1,
.menu1 a,
.menu1 a:visited {
  color: grey;
  text-decoration: none !important;
  position: relative;
}

.menu1 a {
  display: block;
  white-space: nowrap;
  padding: 1em;
  font-size: 14px;
}

.menu1 a:hover {
  color: var(--blue);
}

.menu1 {
  margin-bottom: 3em;
}

.menu-dropdown li .icon {
  color: #777;
}

.menu-dropdown li:hover .icon {
  color: #fff;
}

.menu1 label {
  margin-bottom: 0;
  display: block;
}

.menu1 label:hover {
  cursor: pointer;
}

.menu1 input[type="checkbox"] {
  display: none;
}

input#menu[type="checkbox"] {
  display: none;
}

.sub-menu-dropdown {
  display: none;
}

.new-wrapper {
  position: absolute;
  left: 50px;
  width: calc(100% - 50px);
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}

#menu:checked + ul.menu-dropdown {
  left: 0;
  -webkit-animation: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  animation: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}

.sub-menu-checkbox:checked + ul.sub-menu-dropdown {
  display: block !important;
  -webkit-animation: grow 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  animation: grow 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}

.openNav .new-wrapper {
  position: absolute;
  transform: translate3d(200px, 0, 0);
  width: calc(100% - 250px);
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}

.downarrow {
  background: transparent;
  position: absolute;
  right: 50px;
  top: 12px;
  color: #777;
  width: 24px;
  height: 24px;
  text-align: center;
  display: block;
}

.downarrow:hover {
  color: #fff;
}

.menu1 {
  position: absolute;
  display: block;
  /* left: -200px; */
  left: -256px;
  top: 0;
  width: 250px;
  transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #fff;
  z-index: 999;
}

.menu-dropdown {
  top: 0;
  overflow-y: auto;
}

.overflow-container {
  position: relative;
  height: calc(100vh - 73px) !important;
  overflow-y: auto;
  border-top: 73px solid var(--white);
  z-index: -1;
  display: block;
}
.overflow-container::-webkit-scrollbar {
  width: 5px;
  border-radius: 7px;
  /* box-shadow: inset 0px 0px 10px 0px var(--light-blue),
    5px 5px 5px 1px var(--lightest-blue); */
}
.overflow-container::-webkit-scrollbar-thumb {
  background-color: var(--light-blue);
  border-radius: 7px;
}

.menu1 a.logotype {
  position: absolute !important;
  top: 0px;
  left: 55px;
  display: block;
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
  font-size: 21px;
  padding: 5px;
}

.menu1 a.logotype span {
  font-weight: 400;
}

.menu1 a.logotype:hover {
  color: #777;
}

.sub-menu-dropdown {
  background-color: #333;
}

.menu1:hover {
  position: absolute;
  left: 0;
  top: 0;
}

.openNav .menu1:hover {
  position: absolute;
  left: -200px;
  /* top: 73px; */
}

.openNav .menu1 {
  /* top: 73px; */
  left: -200px;
  transform: translate3d(200px, 0, 0);
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}

.mobileNavActive {
  background-color: var(--blue) !important;
  color: var(--white) !important;
}

.dropdown-btn {
  text-transform: uppercase;
  width: 100%;
  outline: none;
  border: none;
  box-shadow: 0;
  cursor: pointer;
  background-color: transparent;
  text-align: left;
  padding: 0.7em 1em;
  color: grey;
  font-size: 13px;
}
.sidenav {
  text-transform: uppercase;
  font-size: 14px;
}
.dropdown-btn.active {
  font-family: Avenir-Heavy !important;
  font-size: 14px !important;
}
.fa-caret-down:before {
  content: "\f0d7";
}

.dropdown-btn.active .fa-caret-down:before {
  content: "\f0d8";
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #eaeaea;
  padding-left: 15px;
}
button:focus {
  outline: none;
}
/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
#dynamicNav {
  display: flex;
}
.primary-nav {
  display: none;
}
