.topAnchor a {
  color: #fff;
}

.trans-border {
  border: 7px solid rgba(255, 255, 255, 0.2);
}

ul.discType {
  margin-left: 1.5rem;
}

ul.discType > li {
  margin-bottom: 1rem;
  list-style-type: disc;
}

.bg-testimonial {
  background: rgba(0, 0, 0, 0.2);
}

.userDropDown {
  inset-inline-start: auto !important;
}

.bg-header {
  background: #fff;
}

.anchorLinkWhite {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.anchorLinkWhite:hover {
  color: #ccc;
}

.line-height-normal {
  line-height: normal !important;
}

.searchBorder {
  border: 2px solid #001935;
}

/* END Footer Default style */

.header-search .search-container {
  display: none;
  position: absolute;
  right: 0;
  padding: 20px;
  background: #f4f4f4;
  width: 240px;
  border-bottom: 1px solid #fff;
  z-index: 1;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}

.header-search .search-container.panel-opened {
  display: block;
}

.header-search .searchBtn {
  line-height: 1;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  border-radius: 2px;
}

.header-search .searchBtn:hover {
  background: rgba(0, 0, 0, 0.7);
}

.header-search .searchBtn.active {
  background: #f4f4f4 !important;
  border-radius: 2px 2px 0 0;
}

.header-search a.searchBtn.active {
  color: #000;
}

.header-searchform {
  border-bottom: 1px solid #ccc;
  margin: 0;
  position: relative;
}

.header-searchform:hover {
  border-bottom: 1px solid #b5b5b5;
}

.header-searchform input[type="text"] {
  background: none;
  border: none;
  font-size: 12px;
  font-style: italic;
  color: #999;
  padding: 5px 0;
  margin: 0;
  display: inline-block;
  box-shadow: none;
  outline: none;
  font-style: italic;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}

.header-searchform input[type="text"]:focus {
  font-style: normal;
  color: #565656;
}

.header-searchform .searchsubmit {
  width: 20px;
  background-color: transparent;
  border: none;
  padding: 0;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8px;
  outline: none;
  color: rgba(108, 108, 108, 0.4);
}

.navbar-fixed.scrolled {
  background: #fff;
  color: #001935;
  position: fixed;
  width: 100%;
  top: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  z-index: 2;
}

.navbar-fixed.scrolled .main-nav > ul > li > a {
  color: #000;
}

.innerHeaderFixed .main-nav > ul > li > a {
  color: #000;
}

.navbar-fixed.scrolled .main-nav > ul > li > a:hover {
  color: #fff;
}

.navbar-fixed.scrolled .main-nav > ul > li:hover > a {
  color: #000;
}

.font-weight-600 {
  font-weight: 600 !important;
}

/* Responsive Menu */

#zn-res-menuwrapper {
  display: none;
}

.site-logo {
  display: inline-block;
  margin-bottom: 0;
}

.site-logo img {
  max-height: 85px;
  max-width: 100%;
}

/*** NEW MENU SYSTEM ***/

.main-nav {
  display: none;
}

.logo-container .logo-infocard {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 20px;
  width: 500px;
  border-radius: 2px;
  font-size: 0.9rem;
  display: block;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-backface-visibility: hidden;
  z-index: 1;
}

.logo-container:hover .logo-infocard {
  visibility: visible;
  opacity: 1;
  margin-top: 10px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  z-index: 2;
}

.logo-container .logo-infocard .left-side {
  background-color: #001935;
  padding: 40px 25px;
}

.logo-container .logo-infocard .right-side {
  background-color: #001935;
  padding: 30px 35px;
}

.logo-container .logo-infocard .map-link {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 9px;
  font-weight: 600;
  border-radius: 3px;
}

.logo-container .logo-infocard .map-link:hover {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.logo-infocard,
.logo-infocard a {
  color: #fff;
  font-weight: normal;
  line-height: 1.6;
}

.logo-infocard a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.logo-infocard p:last-child {
  margin-bottom: 0;
}

.logo-infocard .social-icons {
  margin-left: 0;
  padding-left: 0;
}

.logo-infocard .social-icons li {
  margin: 0;
}

.logo-infocard .social-icons li.title {
  margin-right: 10px;
  font-size: 15px;
}

.logo-infocard .social-icons li a {
  background-color: transparent;
  box-shadow: none;
}

.logo-infocard .social-icons li a:hover {
  opacity: 0.7;
}

.logo-infocard .contact-details {
  background: url(../images/say_hi.png) no-repeat right top;
}

/* Logo with InfoCard on Hover */

.logo-container.hasInfoCard {
  position: relative;
}

.boxed .logo-container.hasInfoCard:before {
  display: none;
}

.logo-container .logo-infocard {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 20px;
  width: 500px;
  border-radius: 2px;
  font-size: 0.9rem;
  display: block;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-backface-visibility: hidden;
  z-index: 1;
}

.logo-container:hover .logo-infocard {
  visibility: visible;
  opacity: 1;
  margin-top: 10px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  z-index: 2;
}

.logo-container .logo-infocard .left-side {
  background-color: #001935;
  padding: 40px 25px;
}

.logo-container .logo-infocard .right-side {
  background-color: #001935;
  padding: 30px 35px;
}

.logo-container .logo-infocard .map-link {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 9px;
  font-weight: 600;
  border-radius: 3px;
}

.logo-container .logo-infocard .map-link:hover {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.logo-infocard,
.logo-infocard a {
  color: #fff;
  font-weight: normal;
  line-height: 1.6;
}

.logo-infocard a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.logo-infocard p:last-child {
  margin-bottom: 0;
}

.logo-infocard .social-icons {
  margin-left: 0;
  padding-left: 0;
}

.logo-infocard .social-icons li {
  margin: 0;
}

.logo-infocard .social-icons li.title {
  margin-right: 10px;
  font-size: 15px;
}

.logo-infocard .social-icons li a {
  background-color: transparent;
  box-shadow: none;
}

.logo-infocard .social-icons li a:hover {
  opacity: 0.7;
}

.ctabutton {
  clear: right;
  float: right;
  position: relative;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 1px 4px 0px;
  border-radius: 2px;
}

/* Call to action Button in Header */

.wi-cta-ribbon .trisvg {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 5px;
  margin-top: -0.2px;
  fill: #001935;
}

.wi-cta-ribbon .trisvg path {
  fill: #001935;
}

.wi-cta-ribbon:hover .trisvg {
  fill: #fff;
}

.wi-cta-ribbon {
  background: #001935;
}

.wi-cta-ribbon:focus {
  color: #fff;
}

.wi-cta-ribbon:hover {
  background: #fff;
  color: #000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.wi-cta-ribbon strong {
  font-size: 17px;
  font-weight: 900;
  display: block;
  line-height: 24px;
}

.wi-cta-lined {
  margin-top: 5px;
  background-color: transparent;
  box-shadow: none;
  padding: 8px 20px 9px;
}

.site-header {
  position: fixed;
  width: 100%;
  background: none;
  z-index: 100;
}

/*** Btn FullColor */

.btn-fullcolor,
.btn-fullcolor:focus {
  background-color: #001935;
  color: #fff;
}

.btn-fullcolor:hover {
  color: #fff;
}

/*** Btn Fullwhite */

.btn-dark-website {
  background-color: #001935;
  color: #fff;
  border: 2px solid #001935;
}

.btn-dark-website:hover {
  color: #001935;
  background: transparent;
}

.btn-dark-line-website {
  background: transparent;
  color: #001935;
  border: 2px solid #001935;
}

.btn-dark-line-website:hover {
  color: #fff;
  background: #001935;
}

.btn-fullwhite {
  background-color: #fff;
  color: #242424;
  border: 2px solid #fff;
  font-weight: 700;
}

.btn-fullwhite:hover {
  color: #fff;
  background: transparent;
}

/*** Btn Fullblack */

.btn-fullblack {
  background-color: #090909;
  color: #f9f9f9;
}

.btn-fullblack:hover {
  color: #eee;
  background-color: rgba(0, 0, 0, 0.85);
}

.btn-fullcolor:hover,
.btn-fullcolor.btn-skewed:hover:before,
.cart-container .buttons .button.wc-forward:hover {
  background-color: #a41a1b;
}

/* Filled buttons - Skewed style */

/*** Btn FullColor */

.action_box.style3 {
  padding: 0;
  border-radius: 6px;
}

.action_box.style3:before {
  position: absolute;
  content: "";
  background-color: #001935;
  width: 30px;
  height: 32px;
  display: block;
  bottom: -6px;
  left: 20%;
  border-radius: 4px;
  -webkit-transform: skewY(35deg);
  -ms-transform: skewY(35deg);
  transform: skewY(35deg);
}

.action_box.style3:after {
  display: none;
}

.action_box .ac-btn {
  margin: 0;
  display: inline;
}

.action_box .ac-btn:last-child {
  margin-left: 15px;
}

/** Action Box **/

.action_box {
  padding: 40px 30px;
  color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  background-color: #001935;
  clear: both;
}

.action_box .text {
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 200;
  margin-bottom: 0;
}

.action_box .ac-subtitle {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}

.action_box:after,
.action_box:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  margin-left: -25%;
  border-radius: 3px;
  border: 8px solid transparent;
  border-top-width: 7px;
  border-top-color: #001935;
  z-index: 1;
}

.action_box[data-arrowpos="center"]:after,
.action_box[data-arrowpos="center"]:before {
  margin-left: -7px;
}

.action_box[data-arrowpos="right"]:after,
.action_box[data-arrowpos="right"]:before {
  margin-left: 25%;
}

/* Action Box style 3 */

.style3 .action_box_inner {
  background-color: #001935;
  position: relative;
  padding: 35px;
  border-radius: 6px;
  z-index: 1;
}

.style3 .action_box_inner:before {
  position: absolute;
  content: "";
  background-color: #001935;
  top: -6px;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: skewY(1.5deg);
  -ms-transform: skewY(1.5deg);
  transform: skewY(1.5deg);
  border-radius: 6px;
  transform-origin: right top;
}

.style3 .action_box_inner:after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 90%;
  height: 30%;
  display: block;
  border-radius: 4px;
  -webkit-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  transform: skewY(-2deg);
  right: 5%;
  top: -20px;
  z-index: -1;
}

.btn-lined {
  border: 2px solid #fff;
  background: none;
  color: #fff;
  text-shadow: none;
  padding: 7px;
  line-height: 1.6;
  box-shadow: none;
  font-size: 0.8125rem;
  font-weight: 700;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.btn-lined:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color: #001935;
  background: #fff;
}

.wi-slideshow {
  position: relative;
  top: 0;
  z-index: 0;
}

.hover-box.hover-box-2 {
  background: #001935;
  text-shadow: none;
  border: none;
  padding: 25px;
  margin-bottom: 0;
  min-height: 180px;
  position: relative;
  display: block;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.hover-box.hover-box-2:hover {
  box-shadow: 0 10px 2px -6px rgba(0, 0, 0, 0.8);
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.hover-box.hover-box-2 > p:after {
  content: "";
  height: 3px;
  width: 50px;
  display: block;
  background: #fff;
  margin-top: 22px;
}

.bg-website-blue {
  background-color: #001935 !important;
}

.text-website-blue {
  color: #001935 !important;
}

.min-700 {
  min-height: 700px !important;
}

/* Scroll to top button */

.zn-res-trigger {
  position: relative;
  display: block;
  width: 25px;
  height: 28px;
  margin: 0px;
}

.zn-res-trigger::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 4px;
  margin-top: 4px;
  background: #fff;
  border-radius: 4px;
  left: 0;
  box-shadow: 0 8px 0 #fff, 0 16px 0 #fff;
}

.navbar-fixed.scrolled .zn-res-trigger::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 4px;
  margin-top: 4px;
  background: #000 !important;
  border-radius: 4px;
  left: 0;
  box-shadow: 0 8px 0 #000, 0 16px 0 #000 !important;
}
#zn-res-menu ul {
  position: fixed !important;
}

#zn-res-menu,
#zn-res-menu li,
#zn-res-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#zn-res-menu * {
  -webkit-backface-visibility: hidden;
}

.zn_res_menu_visible #zn-res-menu,
.zn_res_menu_visible #zn-res-menu li ul {
  display: none;
}

#zn-res-menu,
#zn-res-menu li ul {
  right: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: auto;
  z-index: 11112;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 0;
  display: none;
}

#zn-res-menu ul.zn-menu-visible,
#zn-res-menu.zn-menu-visible {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#zn-res-menu li {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-color: #d9d9d9;
}

#zn-res-menu .zn_mega_container {
  width: 100%;
}

#zn-res-menu .zn_mega_container li {
  width: 100%;
  float: none;
}

#zn-res-menu li > a {
  padding: 13px 28px;
  border-bottom: 1px solid;
  border-bottom-color: inherit;
  display: block;
  z-index: 1;
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
}

#zn-res-menu li.active > a {
  color: #000;
}

#zn-res-menu a {
  cursor: pointer;
}

#zn-res-menu .zn_res_has_submenu > span,
#zn-res-menu .zn_res_menu_go_back > span {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 44px;
  border-left: 1px solid;
  border-left-color: inherit;
  line-height: 49px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}

#zn-res-menu .zn_res_menu_go_back > a {
  text-align: center;
  padding-right: 0;
  padding-left: 48px;
  display: inline-block;
  width: calc(100% - 49px);
}

#zn-res-menu .zn_res_menu_go_back > span {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid;
  border-right-color: inherit;
}

.zn-res-menuwrapper {
  display: block;
}

#zn-res-menu .zn_res_has_submenu > span::before,
#zn-res-menu .zn_res_menu_go_back > span::before {
  display: none;
}

#zn-res-menu li > a[title="separator"],
.zn_res_has_submenu .new-item {
  display: none;
}

#zn-res-menu.zn-menu-visible .zn-mega-new-item {
  display: none;
}

/*Inner Page css End*/

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 999;
}

.bttBtn {
  width: 50px;
  height: 50px;
  background: rgba(64, 64, 64, 0.7);
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bolder;
}

.bttBtn:hover {
  background: rgba(64, 64, 64, 0.9);
  color: #fff;
}

.bttBtn:focus {
  box-shadow: none;
}

.userDropdown .dropdown-toggle:after {
  transform: rotate(0deg);
  transition: transform 0.3s linear;
}

.userDropdown .show.dropdown-toggle:after {
  transform: rotate(180deg);
  transition: transform 0.3s linear;
}

.userDropdown .btn:focus {
  box-shadow: none;
}

.userDropdown .btn {
  color: #000;
}

.userDropdown .btn:hover {
  color: #565656;
}

/*Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {
  .position-absolute-md {
    position: absolute;
  }
  .mt--150px {
    margin-top: -150px;
  }
}

@media (min-width: 992px) {
  .main-nav {
    display: block;
  }
  .main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1;
  }
  .main-nav > ul:after,
  .main-nav > ul:before {
    display: table;
    content: " ";
  }
  .main-nav > ul:after {
    clear: both;
  }
  .main-nav ul li {
    margin-bottom: 0;
  }
  .main-nav ul li a {
    display: block;
    font-weight: 400;
    font-family: "Montserrat";
  }
  /* FIRST LEVEL */
  .main-nav > ul > li {
    float: left;
    margin-top: 0;
    margin-left: 5px;
  }
  .main-nav > ul > li:not(.menu-item-mega-parent) {
    position: relative;
  }
  .main-nav > ul > li:first-child {
    margin-left: 0;
  }
  .main-nav > ul > li > a {
    position: relative;
    padding: 6px 12px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    z-index: 1;
    font-weight: 600;
    -webkit-transition: padding 0.2s ease-in-out,
      -webkit-transform 0.2s ease-in-out;
    transition: padding 0.2s ease-in-out, transform 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .main-nav > ul > li.menu-item-has-children > a:after {
    content: "";
    opacity: 1;
    position: absolute;
    height: 1px;
    width: 7px;
    bottom: 3px;
    left: 17px;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .main-nav > ul > li > a:before {
    content: "";
    opacity: 0;
    position: absolute;
    border-radius: 2px;
    height: 50%;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: -1;
  }
  .main-nav > ul > li.active > a,
  .main-nav > ul > li > a:hover,
  .main-nav > ul > li:hover > a {
    text-decoration: none;
    color: #fff;
  }
  .main-nav > ul > li.active > a:before,
  .main-nav > ul > li > a:hover:before,
  .main-nav > ul > li:hover > a:before,
  .main-nav > ul > li > a.active:before {
    height: 100%;
    opacity: 1;
  }
  .main-nav > ul > li.active.menu-item-has-children > a:after,
  .main-nav > ul > li.menu-item-has-children > a:hover:after,
  .main-nav > ul > li.menu-item-has-children:hover > a:after {
    opacity: 0;
  }
  /* FIRST SUB-LEVEL */
  .main-nav ul ul.sub-menu li {
    position: relative;
  }
  .main-nav ul ul.sub-menu ul {
    top: 100%;
    margin-top: 0;
  }
  .main-nav ul ul.sub-menu li a:not(:only-child):after {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 10px;
    content: "";
    opacity: 0.6;
    background-color: rgba(0, 0, 0, 0.3);
    width: 10px;
    height: 2px;
  }
  .main-nav ul ul.sub-menu li a {
    min-width: 235px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.03);
    padding: 10px 20px;
    font-size: 12px;
    color: #757575;
    position: relative;
    text-transform: uppercase;
  }
  .main-nav ul ul.sub-menu li a[title="separator"] {
    text-indent: -2999px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.05) !important;
    background-clip: padding-box;
    height: 5px;
  }
  .main-nav ul ul.sub-menu li.active > a,
  .main-nav ul ul.sub-menu li a:hover {
    color: #fff;
    background: #001935;
  }
  /* REST OF SUB-LEVELS */
  .main-nav ul ul.sub-menu,
  .main-nav .hg_mega_container {
    position: absolute;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    background: #f5f5f5;
    padding: 6px 0;
    background: rgba(245, 245, 245, 1);
  }
  .main-nav > ul > li > ul.sub-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
  }
  /* fix for top hover */
  .main-nav > ul > li > ul.sub-menu:after {
    content: "";
    display: block;
    position: absolute;
    top: -11px;
    left: 14px;
    border: 6px solid transparent;
    border-bottom-width: 5px;
    border-bottom-color: #f5f5f5;
  }
  .main-nav ul ul.sub-menu li:hover > ul {
    left: 100%;
    top: -3px;
    opacity: 1;
  }
  /* MEGAMENU OVERRIDES */
  .main-nav .hg_mega_container a.zn_mega_title[href="#custom-invisible"],
  .main-nav
    .hg_mega_container
    li:last-child
    a.zn_mega_title[href="#custom-invisible"] {
    color: transparent;
  }
  .main-nav .hg_mega_container {
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    background: #f5f5f5;
    padding: 6px 0;
    background: rgba(245, 245, 245, 0.95);
    position: absolute;
    padding: 20px 0;
    margin-top: 10px;
  }
  .main-nav .hg_mega_container:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
  }
  /* fix for top hover */
  .main-nav .hg_mega_container li a {
    padding: 10px 0;
    font-size: 12px;
    color: #757575;
    position: relative;
    text-transform: uppercase;
  }
  .main-nav .hg_mega_container li a:not(.zn_mega_title):hover,
  .main-nav .hg_mega_container li.active > a:not(.zn_mega_title) {
    color: #323232;
  }
  .main-nav .hg_mega_container li a:not(.zn_mega_title):before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #001935;
    bottom: 0;
    -webkit-transition: width 0.15s cubic-bezier(0.68, 0, 0.265, 1);
    transition: width 0.15s cubic-bezier(0.68, 0, 0.265, 1);
  }
  .main-nav .hg_mega_container li a:not(.zn_mega_title):hover:before,
  .main-nav .hg_mega_container li.active > a:not(.zn_mega_title):before {
    width: 100%;
  }
  .main-nav .hg_mega_container .zn_mega_title_hide {
    display: none;
  }
  .main-nav .hg_mega_container .zn_mega_title_hide.v-hidden {
    display: block;
    visibility: hidden;
  }
  .main-nav .hg_mega_container li a.zn_mega_title,
  .main-nav div.hg_mega_container ul li:last-child > a.zn_mega_title {
    font-size: 0.9rem;
    padding-left: 0;
    padding-right: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 12px 0px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    border-bottom-color: rgba(0, 0, 0, 0.1);
  }
  .main-nav .menu-item-spacer {
    display: inline-block;
    height: 25px;
    width: 100%;
  }
  /* ANIMATIONS */
  .main-nav ul ul.sub-menu,
  .main-nav .hg_mega_container {
    left: -9999px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease, top 0.45s ease;
    transition: opacity 0.4s ease, top 0.45s ease;
  }
  .main-nav .hg_mega_container {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
  }
  .main-nav ul ul.sub-menu {
    top: 150%;
  }
  .main-nav .hg_mega_container {
    margin-top: 25px;
    -webkit-transition: opacity 0.4s ease, top 0.45s ease, margin-top 0.4s ease;
    transition: opacity 0.4s ease, top 0.45s ease, margin-top 0.4s ease;
  }
  .main-nav ul li:hover > ul,
  .main-nav ul li:hover > .hg_mega_container {
    left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  .main-nav ul li:hover > ul.sub-menu {
    top: 135%;
  }
  .main-nav ul li:hover > .hg_mega_container {
    margin-top: 8px;
  }
  .main-nav ul ul li a {
    -webkit-transition: padding-left 0.35s ease, border-right 0.35s ease;
    transition: padding-left 0.35s ease, border-right 0.35s ease;
  }
  /* MENU BADGES */
  .main-nav ul .hg-mega-new-item {
    position: absolute;
    line-height: 1;
    padding: 5px;
    text-transform: initial;
    font-size: 10px;
    top: 50%;
    right: 3px;
    background-color: #001935;
    color: #fff;
    border-radius: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main-nav ul ul .hg-mega-new-item {
    left: auto;
    right: 10px;
  }
  .main-nav ul ul.sub-menu li a:not(:only-child) .hg-mega-new-item {
    right: 23px;
  }
  .main-nav .hg_mega_container ul .hg-mega-new-item {
    right: 3px;
  }
  #menu-main-menu li > a[href="#"] {
    cursor: default;
  }
}

@media (max-width: 991.98px) {
  .innerPageSearch .form-control {
    font-size: 0.93rem;
  }
  #zn-res-menuwrapper {
    display: block;
  }
  .zn_res_menu_visible #zn-res-menu,
  .zn_res_menu_visible #zn-res-menu li ul {
    display: block;
  }
  #main-menu {
    display: none;
  }
  #zn-res-menu li.active {
    background-color: #f3f3f3;
  }
  #zn-res-menu li.active > li {
    background-color: #f3f3f3;
  }
  #main-menu .dropdown-menu {
    margin-left: -20px;
    padding-left: 10px;
  }
  #main-menu .dropdown-menu {
    border: none;
    box-shadow: none;
  }
  #main-menu .dropdown-menu li > a {
    padding: 3px 8px;
    font-size: 12px;
  }
  #main-menu .dropdown-menu li > a:hover {
    background-color: transparent;
  }
  #main-menu .dropdown-menu > .active > a,
  #main-menu .dropdown-menu > .active > a:hover,
  #main-menu .dropdown-menu > .active > a:focus {
    background-color: transparent;
  }
  #main-menu .dropdown-menu li.active > .inner-elem {
    background-color: #001935;
  }
  #main-menu > ul {
    -webkit-transition: left 0.2s ease-out;
    -moz-transition: left 0.2s ease-out;
    -o-transition: left 0.2s ease-out;
    -ms-transition: left 0.2s ease-out;
    transition: left 0.2s ease-out;
    -webkit-backface-visibility: hidden;
  }
  #main-menu > ul ul {
    position: static;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent;
  }
  #main-menu > ul li {
    float: none;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding: 5px 0;
  }
  #zn-res-menu .zn-close-menu-button {
    display: inline-block;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    height: 47px;
    width: 49px !important;
    border-left: solid 1px #ccc;
    z-index: 11111;
  }
  #zn-res-menu .zn-close-menu-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}

@media (max-width: 372.98px) {
  .site-logo img {
    max-height: 46px;
  }
}

/*css for blog page css*/

.title-tl h1 {
  color: #001935;
}

.text-grey {
  color: #7c7c7c;
}

.body-st {
  box-shadow: 5px 2px 0px 0px lightgrey;
  border-radius: 1.25rem;
}

.card-img,
.img-st {
  border-top-left-radius: calc(1.25rem - 4px);
  border-top-right-radius: calc(1.25rem - 4px);
}

.text-title h4 {
  color: #001935;
  font-weight: 600;
}

.button-100 {
  margin: 0px 0px 15px 15px;
}

.website-gradient {
  background: linear-gradient(
    to right,
    rgb(220, 53, 69) -100%,
    rgb(235, 237, 239) 0%
  );
}

.text-stl {
  text-align: center;
  margin-top: 15px;
}

/* css for blog detail page*/

.text-600 h1 {
  font-weight: 600;
}

.text-blue {
  color: #001935;
}

.col-text h3 {
  font-weight: 600;
}

.butn {
  margin-bottom: 15px;
}

.btn-st {
  border: 2px solid #001935;
  background: none;
  color: #001935;
  text-shadow: none;
  padding: 7px 20px;
  line-height: 1.6;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.list-group li a {
  color: #7c7c7c;
}

.cont-xl {
  margin-top: 50px;
}

.form-id {
  width: 18rem;
  margin: 18px 0px 18px 0px;
}

.title-txt h4 {
  font-size: 14px;
  color: #001935;
}

.title-txt p {
  font-size: 10px;
}

.blog-img {
  max-width: 100%;
  height: 50px;
}

.bordr-butm {
  border-bottom: 1px solid #e3e3e3;
}

.title-stl {
  padding: 10px;
  border-bottom: 1px solid #e3e3e3;
}

.title-stl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 0;
}

.li-item a {
  margin-left: 15px;
}

.card {
  margin-bottom: 17px;
}

@media screen and (max-width: 912px) and (min-width: 678px) {
  .col-text {
    width: 100%;
  }
}
.list-image.setInCenter,
.setInCenter {
  height: auto;
  width: auto;
  max-height: 300px;
}
.maxwidth1300px {
  max-width: 1300px;
}
/* .item-card7-desc{
    height: 70px;
} */
.slider-heading {
  white-space: nowrap;
  width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 991px) {
  .font-weight-semibold {
    width: 280px;
  }
}
button.accordion-button {
  border-bottom: 1px solid #ededf5 !important;
}
@media screen and (max-width: 991px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"] {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 991px) {
  .slider-heading {
    width: 280px;
  }
  .font-weight-semibold {
    width: 100%;
  }
}
/*suraj*/
.rounded img {
  object-fit: contain;
}
.card.mb-0 {
  margin: 15px 0 !important;
}

.iosSlider.wi-slideshow-inner.animateme {
  width: 100vw !important;

  /* height: 100vh !important; */
}
.iosslider-slideshow {
  width: 100%;
  height: 70vh;
  overflow: hidden;
}
@media (max-width: 400px) {
  .slider-heading {
    width: 250px;
  }
}

@media (max-width: 991px) {
  /* .sticky-pin {
        position: -webkit-sticky !important;
    } */
  .header-main .dropdown-item i {
    color: #5c5776 !important;
    margin-left: 0px;
    font-size: 14px !important;
  }
  .horizontal-header {
    height: 60px !important;
  }
  #zn-res-menu .zn-close-menu-button {
    height: 45px !important;
  }
}

@media (max-width: 767px) {
  .eventes-box .date-box::before {
    width: 100% !important;
    left: 0;
    right: 0;
    top: 9px;
  }
  .item7-card-img {
    height: auto !important;
    object-fit: contain;
  }
  .item-card9-img {
    position: relative;
    height: auto;
    width: 100% !important;
    max-width: 100%;
  }
  .pattern-18 {
    display: none;
  }
  section.sptb.bg-white {
    background-image: url("/frontend/assets/images/pattern-18.png");
    background-repeat: no-repeat !important;
  }
  .view-ms-auto {
    display: flex !important;
    justify-content: end !important;
  }

  .iosSlider .wi-caption-posv-top,
  .iosSlider .wi-caption-posv-bottom,
  .iosSlider .wi-caption-posv-middle {
    bottom: 142px !important;
  }
  .card.mb-0.workbook-img {
    margin-top: 15px !important;
  }
}

@media (max-width: 576px) {
  .page-header {
    display: block;

    padding: 10px 0;
  }
  .item7-card-img .h2 {
    font-size: 22px;
  }
  .teacher__bio .h3 {
    font-size: 18px;
    margin-bottom: 0px;
  }

  h2.section__title.mt-3 {
    font-size: 22px;
  }

  .teacher__info h4 {
    font-size: 24px;
    margin-bottom: 0;
  }

  .bannerimg .header-text h1 {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 22px;
    line-height: 27px;
    margin-top: 15px;
  }

  .cover-image {
    height: 230px !important;
  }

  .font-weight-semibold {
    width: 100%;
    font-size: 22px;
  }
  .section-title {
    padding-bottom: 0px;
  }

  .wi-cta-ribbon strong {
    font-size: 16px;
    line-height: 16px;
    padding: 2px;
  }

  .iosSlider .wi-iosslide-caption .main_title {
    font-size: 18px;
  }

  .action_box .text {
    font-size: 16px;
  }

  .btn-lined,
  .btn {
    font-size: 14px;
  }

  .section-title h2 {
    font-size: 22px;
  }

  .why-card {
    height: auto;
  }

  .font-weight-semibold {
    width: 100%;

    font-size: 22px;
  }

  .sptb {
    padding-top: 2.5rem;

    padding-bottom: 0px;
  }

  .about-us .about-left .section-title h2 {
    margin: 0;

    font-size: 22px !important;

    line-height: 55px;

    margin-bottom: 10px;
  }

  .overlap-grid-2 .item:nth-child(2) {
    margin-top: -62%;
  }
}

@media (max-width: 480px) {
  .sptb-2 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .horizontalMenucontainer .page-header .breadcrumb {
    margin-top: 0px !important;
  }
  .sptb {
    padding-top: 15px;
    padding-bottom: 0px !important;
  }
}
.item-card9-img {
  position: relative;
  height: auto;
  width: 300px;
  max-width: 100%;
}
i.fas.fa-shopping-cart {
  padding-top: 6px !important;
}
.list-image.setInCenter,
.setInCenter {
  height: 100% !important;
  width: 100% !important;
  height: 300px !important;
  object-fit: contain !important;
}
.image_issue {
  min-height: 45px;
}
.list-image.setInCenter,
.setInCenter {
  height: 100% !important;

  width: 100% !important;

  height: 300px !important;

  object-fit: contain !important;
}

.image_issue {
  min-height: 45px;
}

.list-catergory1 ul li .avatar-lg {
  width: 4rem;

  height: 4rem;

  object-fit: contain;
}

.item7-card-img {
  height: 600px;

  object-fit: contain;
}

.item7-card-desc.d-md-flex.mb-2.mt-3 {
  margin-top: 0px !important;
}

li.item.list-group-item.d-flex.p-2 {
  align-items: center;

  margin: 12px 0;
}

.list-image.setInCenter,
.setInCenter {
  /* height: 100% !important; */

  width: 100% !important;

  height: 100% !important;

  object-fit: contain !important;
}

.z-instructors__thumb img {
  object-fit: cover;
}

.z-instructors__content {
  margin-top: 10px;
}

.teacher__social-2 h4 {
  margin-bottom: 10px;
}

.teacher__info {
  margin-top: 10px;
}

.teacher__bio {
  padding-bottom: 0px;

  padding-top: 10px;
}

.teacher__info h4 {
  font-size: 30px;

  margin-bottom: 0;
}

.mb-30 {
  margin-bottom: 0px;
}

.blogs_by_author.pt-5 {
  padding-top: 0px !important;
}

h2.section__title.mt-3 {
  margin-top: 0px !important;
}

.item7-card-img.blog-border.border {
  height: auto;
}
.sptb {
  padding-top: 0px;

  padding-bottom: 0px;
  margin-top: 26px;
}

h2.mb-1.font-weight-semibold.text-center {
  margin: 17px 0px !important;
}
.section-title.d-md-flex {
  padding-top: 30px;
}
.section-title.d-md-flex {
  padding-top: 30px;
}

.sptb {
  /* padding-top: 0px; */

  /* padding-bottom: 0px; */

  margin-top: 26px;
}

h2.mb-1.font-weight-semibold.text-center {
  margin: 25px 0px 40px !important;
}

.details2 .item7-card-img {
  height: auto !important;

  object-fit: contain;
}

.details2 .list-image.setInCenter,
.details2 .setInCenter {
  height: 100% !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

section.sptb.blog-thumbnail .list-image.setInCenter,
.setInCenter {
  /* height: 100% !important; */

  width: 100% !important;

  height: 300px !important;

  object-fit: contain !important;
}
.header-main i.fas.fa-shopping-cart {
  padding-top: 0px !important;
}

.horizontalMenu img {
  border-radius: 50%;

  height: 44px;

  border: 0 none;

  width: 44px;

  object-fit: contain;

  max-width: 44px;
}

i.fas.fa-search {
  margin-top: 2px;
}

.item7-card-img {
  height: auto !important;
}

.blog-detail .item7-card-img img {
  height: 500px;

  object-fit: cover;

  width: 100%;
}

.pb-6,
.py-6 {
  padding-bottom: 1rem !important;
}
.eventes-box .text li {
  display: block;

  margin-right: 20px;

  color: #001935;
}

.education-categories .eventes-box .date-box {
  /* margin-right: 0px !important; */

  padding: 30px 30px;
}
.close-btn-chapter {
  display: none !important;
}
@media (max-width: 992px) {
  .close-btn-chapter {
    display: block !important;
  }
}
.text-small-inner {
  color: #575757;
}

ul.pagination {
  margin-bottom: 15px;
}
.list-group-item .text-default {
  color: #5c5776 !important;

  font-size: 14px !important;
}

.text-large-inner {
  font-weight: 700;

  font-size: 17px;
}
.page__title-3 {
  font-size: 22px;
  line-height: 1.1;
  margin-top: 0px;
}

/* Added Css Start */
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
}
.modal.show {
  z-index: 99999999999;
  background-color: #00000096;
}
.select2-container.select2-container--open {
  z-index: 99999999999;
}
.modal-open .sticky-wrapper {
  z-index: 99;
  background-color: #00000096;
}
.employee-edit-btn .spinner-border {
  width: 1rem !important;
  height: 1rem !important;
}
#main-menu .horizontal-megamenu {
  top: 45px !important;
}
#main-menu.horizontalMenu > .horizontalMenu-list > li > a.active {
  color: #fff;
}
.navbar-fixed.scrolled .main-nav > ul > li > a {
  color: #000 !important;
}

@media (max-width: 992px) {
  *::-ms-backdrop,
  .horizontal-megamenu .megamenu-content .link-list {
    display: inline-table !important;
  }

  *::-ms-backdrop,
  .map-img {
    height: 197px;
  }
}

.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu {
  width: 100%;
  left: 0px;
  position: absolute;
  top: 63px;
  color: #000;
  z-index: 1000;
  margin: 0px;
  text-align: left;
  font-size: 15px;
}

.horizontalMenu
  > .horizontalMenu-list
  > li
  > .horizontal-megamenu
  .megamenu-content {
  border: 1px solid #e8ebf3;
  background-color: #fff;
  padding: 14px 20px;
  border-radius: 7px;
  box-shadow: 0px 5px 25px rgba(39, 55, 76, 0.2);
}

.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .title {
  padding: 5px 5px 5px 0px;
  font-size: 16px;
  color: #18113c;
  margin: 0px 0px 4px 0px;
  text-align: left;
  font-weight: 600;
}

.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .wsmwnutxt {
  width: 100%;
  font-size: 14px;
  text-align: justify;
  line-height: 22px;
  color: #5c5776;
  margin-top: 10px;
}

.horizontalMenu
  > .horizontalMenu-list
  > li
  > .horizontal-megamenu
  .link-list
  li {
  display: block;
  text-align: center;
  white-space: inherit;
  text-align: left;
  padding: 5px 10px 5px 10px;
}

.horizontalMenu
  > .horizontalMenu-list
  > li
  > .horizontal-megamenu
  .link-list
  li
  a {
  line-height: 18px;
  border-right: none;
  text-align: left;
  padding: 6px 0px;
  background: #fff;
  background-image: none;
  color: #18113c;
  border-right: 0 none;
  display: block;
  background-color: #fff;
  font-size: 14px;
}

.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu li .fa {
  margin-right: 5px;
  text-align: center;
  width: 18px;
}

.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu li a:hover {
  background: transparent;
  text-decoration: none;
}

.horizontalMenu
  > .horizontalMenu-list
  > li
  > .horizontal-megamenu
  .link-list
  li
  .fa {
  font-size: 12px;
}

.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu li .fa {
  margin-right: 5px;
  text-align: center;
  width: 18px;
}

.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .mrgtop {
  margin-top: 15px;
}

.horizontalMenu
  > .horizontalMenu-list
  > li
  > .horizontal-megamenu
  .show-grid
  div {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #dbdbdb;
  border: 1px solid #e7e7e7;
  color: #6a6a6a;
  margin: 2px 0px;
  font-size: 13px;
}

.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu.halfmenu {
  width: 30%;
  right: auto;
  left: auto;
}

.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu.halfdiv {
  width: 20%;
  right: auto;
  left: auto;
}

.horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .menu_form {
  width: 100%;
  display: block;
}

.horizontalMenu
  > .horizontalMenu-list
  > li
  > .horizontal-megamenu
  .menu_form
  input[type="text"] {
  width: 100%;
  border: 1px solid #e2e2e2;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px;
}

.horizontalMenu
  > .horizontalMenu-list
  > li
  > .horizontal-megamenu
  .menu_form
  textarea {
  width: 100%;
  border: 1px solid #e2e2e2;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px;
  min-height: 122px;
}

.horizontalMenu
  > .horizontalMenu-list
  > li
  > .horizontal-megamenu
  .menu_form
  input[type="submit"] {
  width: 25%;
  display: block;
  height: 32px;
  float: right;
  border: none;
  margin-right: 15px;
  cursor: pointer;
  background-color: #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.horizontalMenu
  > .horizontalMenu-list
  > li
  > .horizontal-megamenu
  .menu_form
  input[type="button"] {
  width: 25%;
  display: block;
  height: 32px;
  float: right;
  border: none;
  cursor: pointer;
  background-color: #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.horizontalMenu
  > .horizontalMenu-list
  > li
  > .horizontal-megamenu
  .carousel-inner
  .item
  img {
  width: 100%;
}

.horizontalMenu
  > .horizontalMenu-list
  > li
  > .horizontal-megamenu
  .carousel-control-next,
.horizontalMenu
  > .horizontalMenu-list
  > li
  > .horizontal-megamenu
  .carousel-control-prev {
  opacity: 0.8;
}

.horizontalMenu
  > .horizontalMenu-list
  > li
  > .horizontal-megamenu
  .carousel-caption {
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  height: 31px;
  left: 0;
  padding: 7px 0;
  right: 0;
  width: 100%;
}

.horizontalMenu
  > .horizontalMenu-list
  > li
  > .horizontal-megamenu
  .typography-text {
  padding: 0px 0px;
  font-size: 14px;
}

.horizontalMenu
  > .horizontalMenu-list
  > li
  > .horizontal-megamenu
  .typography-text
  ul {
  padding: 0px 0px;
  margin: 0px;
}

.horizontalMenu
  > .horizontalMenu-list
  > li
  > .horizontal-megamenu
  .typography-text
  p {
  text-align: justify;
  line-height: 24px;
  color: #656565;
}

.horizontalMenu
  > .horizontalMenu-list
  > li
  > .horizontal-megamenu
  .typography-text
  ul
  li {
  display: block;
  padding: 2px 0px;
  line-height: 22px;
}

.horizontalMenu
  > .horizontalMenu-list
  > li
  > .horizontal-megamenu
  .typography-text
  ul
  li
  a {
  color: #656565;
}

.withoutlogin-mobile-megamenu {
  padding: 10px 28px;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: none;
  transition: 1s all;
}
.withoutlogin-mobile-megamenu-active {
  height: 450px;
  overflow: scroll !important;
  visibility: visible;
  display: block;
}
/* Added Css End */
.color-dark-text {
  color: #18113c;
}

/* Dec 6, 2023 start  */
.active_course_tab {
  text-decoration: none;
  background-color: #ededf5;
  padding: 0.5rem 2rem;
}
/* Dec 6, 2023 end */
