@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
/*social media color*/
/*social media color*/
.gradient-gradient-1 {
  background-image: linear-gradient(-180deg, rgba(118, 158, 204, 0.50196) 0%, rgba(19, 71, 129, 0.74) 49%, #134781 100%, #134781 100%);
  background-image: -moz-linear-gradient(-180deg, rgba(118, 158, 204, 0.50196) 0%, rgba(19, 71, 129, 0.74) 49%, #134781 100%, #134781 100%);
  background-image: -webkit-linear-gradient(-180deg, rgba(118, 158, 204, 0.50196) 0%, rgba(19, 71, 129, 0.74) 49%, #134781 100%, #134781 100%);
  background-image: -ms-linear-gradient(-180deg, rgba(118, 158, 204, 0.50196) 0%, rgba(19, 71, 129, 0.74) 49%, #134781 100%, #134781 100%);
}
.gradient-gradient-2 {
    background: #e4ebff;
    background: -webkit-linear-gradient(135deg, #e4ebff, #fafafa);
    background: -moz-linear-gradient(135deg, #e4ebff, #fafafa);
    background: -o-linear-gradient(135deg, #e4ebff, #fafafa);
    background: linear-gradient(135deg, #e4ebff, #fafafa);
    border: 1px solid #dee2e6;
  }

.header-logo {
  width: 85px;
  position: absolute;
  top: 8px;
  left: 40px;
  z-index: 9999;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

@media (max-width: 1199.98px) {
  .header-logo {
    width: 75px;
    left: 5px;
    top: 15px;
  }
}
.header {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.header .shadow {
  box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.05) !important;
}
.header.nav-up {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header.nav-up .header-logo {
  top: -6px;
}
.header.nav-down {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header.small-header {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.header.small-header.nav-up {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.nested-menu-body-wrappe .header {
  position: relative;
}
.nested-menu-body-wrappe .header.nav-up {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.nested-menu-body-wrappe .header-spacer {
  display: none;
}
.nested-menu-body-wrappe #nested-menu-wrappe {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
}
.nested-menu-body-wrappe .nav-primary-wrapper .nested-controll-con-php-enq {
  visibility: hidden;
}
.nested-menu-body-wrappe .nav-primary-wrapper.small-header {
  box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.05) !important;
}
.nested-menu-body-wrappe .nav-primary-wrapper.small-header .nested-controll-con-php-enq {
  visibility: visible;
}

.country-dropdown-wrap .dropdown-toggle img {
  width: 18px;
  height: 18px;
}
.country-dropdown-wrap .dropdown-toggle .show-text {
  display: inline-block !important;
  font-weight: 500;
  font-size: 15px;
}
.country-dropdown-wrap .dropdown-toggle b {
  display: none;
}
.country-dropdown-wrap .dropdown-menu {
  padding: 0px;
  border-radius: 10px;
  border: solid 1px white;
}
.country-dropdown-wrap .dropdown-menu .dropdown-item {
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
}
.country-dropdown-wrap .dropdown-menu .dropdown-item img {
  width: 25px;
  height: 25px;
  border-radius: 100px;
  margin-right: 5px;
}
.country-dropdown-wrap .dropdown-menu .dropdown-item:first-child {
  border-radius: 10px 10px 0 0;
}
.country-dropdown-wrap .dropdown-menu .dropdown-item:last-child {
  border-radius: 0 0 10px 10px;
  border-bottom: transparent;
}
.country-dropdown-wrap .dropdown-menu .dropdown-item a {
  text-decoration: none;
  padding: 5px 10px;
  display: block;
}
.country-dropdown-wrap .dropdown-menu .dropdown-item a.active {
  background-color: #224099;
  color: #fff;
}
.country-dropdown-wrap .dropdown-menu .dropdown-item a b {
  font-weight: 500;
}
.country-dropdown-wrap .dropdown-menu .dropdown-item:first-child a.active {
  border-radius: 10px 10px 0 0;
}
.country-dropdown-wrap .dropdown-menu .dropdown-item:last-child a.active {
  border-radius: 0 0 10px 10px;
}
.country-dropdown-wrap .dropdown-menu .dropdown-item.active span {
  color: #fff;
}
.country-dropdown-wrap .dropdown-menu .dropdown-item:active span {
  color: #fff;
}

@media (max-width: 1440px) {
  .h-d-menu-wrap > li > a {
    padding: 30px 24px 30px 0px !important;
  }
  .h-d-menu-wrap > li > a::before {
    right: 8px !important;
  }
}
@media (max-width: 1440px) {
  .header .ps-xl-5 {
    padding-left: 0.2rem !important;
  }
}
@media (max-width: 1199.98px) {
  .header .ps-xl-5 {
    padding-left: 0rem !important;
    padding-right: 0;
  }

  .h-d-menu-wrap > li > a {
    font-size: 13px !important;
    padding: 30px 10px 30px 0px !important;
  }
  .h-d-menu-wrap > li > a::before {
    right: -3px !important;
  }
}
@media (min-width: 992px) {
  .h-d-menu-wrap {
    background-color: transparent;
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9999;
  }
  .h-d-menu-wrap > li {
    flex: 1 1 auto;
    display: block;
  }
  .h-d-menu-wrap > li:hover > a {
    color: #ed1c24;
  }
  .h-d-menu-wrap > li.active > a {
    color: #ed1c24;
  }
  .h-d-menu-wrap > li > a {
    display: block;
    padding: 30px 30px 30px 0px;
    color: #000;
    text-align: center;
  }
  .h-d-menu-wrap ul {
    visibility: hidden;
    opacity: 0;
    list-style-type: none;
    padding: 10px 0px;
    border-bottom-right-radius: 0.6rem;
    border-bottom-left-radius: 0.6rem;
    position: absolute;
    left: 0;
    top: 100%;
    width: 280px;
    background-color: #fff;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    transition: ease all 0.3s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18) !important;
    -moz-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18) !important;
    -ms-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18) !important;
  }
  .h-d-menu-wrap li {
    position: relative;
  }
  .h-d-menu-wrap li li:hover > a {
    color: #ed1c24;
  }
  .h-d-menu-wrap li li.active > a {
    color: #ed1c24;
  }
  .h-d-menu-wrap li li a {
    padding: 8px 15px;
    color: #000;
    font-size: 14px;
  }
  .h-d-menu-wrap li li ul {
    top: -10px;
    left: 100%;
    margin: 0 0 0 20px;
  }
  .h-d-menu-wrap li li.sub-menu > a:before,
.h-d-menu-wrap li li ul + a:before {
    content: "\f105";
    top: 50%;
    left: auto;
    right: 7px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .h-d-menu-wrap li.sub-menu > a:before,
.h-d-menu-wrap li ul + a:before {
    font-size: 10px;
    position: absolute;
    top: 48%;
    transform: translateX(-50%);
    margin-top: -4px;
    right: 15px;
    left: inherit;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }
  .h-d-menu-wrap li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .h-d-menu-wrap li a {
    text-decoration: none;
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 14px;
  }
  .h-d-menu-wrap li.mega-menu {
    position: initial;
  }
  .h-d-menu-wrap li.mega-menu:hover > ul {
    visibility: visible;
    opacity: 1;
    margin: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    display: block;
    background-color: #fff;
  }
  .h-d-menu-wrap li.mega-menu > ul {
    width: 130%;
    left: -11%;
    height: 60vh;
    z-index: 0;
    display: none;
    padding: 20px;
  }
  .h-d-menu-wrap li.mega-menu > ul li.mega-menu-show ul {
    visibility: visible;
    opacity: 1;
    margin: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: #fff;
  }
  .h-d-menu-wrap li.mega-menu > ul li.mega-menu-show ul li.mega-menu-show ol {
    visibility: visible;
    opacity: 1;
    margin: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: #fff;
  }
  .h-d-menu-wrap li.mega-menu > ul ul {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    left: 21%;
    top: 10px;
    width: 16%;
  }
  .h-d-menu-wrap li.mega-menu > ul ul li {
    position: initial;
    font-size: 14px;
  }
  .h-d-menu-wrap li.mega-menu > ul ul li ol {
    visibility: hidden;
    opacity: 0;
    padding-left: 0;
    list-style: none;
    position: absolute;
    left: 100%;
    display: flex;
    top: 20px;
    width: 385%;
  }
  .h-d-menu-wrap li.mega-menu > ul ul li ol li:first-child {
    width: 55%;
    padding-right: 25px;
  }
  .h-d-menu-wrap li.mega-menu > ul ul li ol li {
    width: 45%;
  }
  .h-d-menu-wrap li.mega-menu > ul ul li:hover > ol {
    visibility: visible;
    opacity: 1;
    margin: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .h-d-menu-wrap li.mega-menu > ul:hover ul {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .h-d-menu-wrap li.mega-menu > ul > li {
    width: 20%;
    position: initial;
  }
  .h-d-menu-wrap li.mega-menu > ul > li.mega-menu-show a {
    color: #ed1c24;
  }
  .h-d-menu-wrap li.mega-menu > ul > li ul li .btn {
    color: #fff !important;
  }
  .h-d-menu-wrap li.mega-menu > ul > li ul li:hover a {
    color: #ed1c24 !important;
  }
  .h-d-menu-wrap li.mega-menu > ul > li ul li:hover .btn {
    color: #fff !important;
  }
  .h-d-menu-wrap li.mega-menu > ul > li ul li a {
    color: #000 !important;
  }
}
@media screen and (max-width: 991px) {
  .header.nav-up .header-logo {
    top: 0;
  }

  .header-logo {
    width: 65px;
    top: 5px;
    left: 15px;
  }

  .togglemobilemenu {
    border: none;
    width: 25px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .togglemobilemenu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ed1c24;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .togglemobilemenu span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .togglemobilemenu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
  }
  .togglemobilemenu span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .togglemobilemenu span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .togglemobilemenu.collapsed span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ed1c24;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .togglemobilemenu.collapsed span:nth-child(1) {
    top: 0px;
  }
  .togglemobilemenu.collapsed span:nth-child(2), .togglemobilemenu.collapsed span:nth-child(3) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .togglemobilemenu.collapsed span:nth-child(4) {
    bottom: 0;
    top: auto;
  }

  .mobile-menu-wrap {
    background-color: #fff;
    position: relative;
    left: 0;
    right: 0;
    z-index: 11;
    bottom: 0;
    top: 0;
    height: 100%;
  }
  .mobile-menu-wrap:before {
    content: "";
    position: fixed;
    background: #ffffff;
    top: 78px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .mobile-menu-wrap .h-d-menu-wrap {
    list-style-type: none;
    margin: 0;
    padding: 20px 0 0 0;
    overflow-y: scroll;
    height: 450px;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
  }
  .mobile-menu-wrap .h-d-menu-wrap::-webkit-scrollbar {
    width: 0 !important;
    display: none;
  }
  .mobile-menu-wrap .h-d-menu-wrap a {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .mobile-menu-wrap .h-d-menu-wrap a:hover {
    color: #224099;
    background: rgba(34, 64, 153, 0.08);
  }
  .mobile-menu-wrap .h-d-menu-wrap .nav-text {
    align-items: center;
    word-break: break-word;
  }
  .mobile-menu-wrap .h-d-menu-wrap li span {
    display: none;
  }
  .mobile-menu-wrap .h-d-menu-wrap li.sub-menu {
    position: relative;
    overflow: hidden;
  }
  .mobile-menu-wrap .h-d-menu-wrap li.sub-menu span {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
    cursor: pointer;
  }
  .mobile-menu-wrap .h-d-menu-wrap li.sub-menu span.collapse {
    display: block;
  }
  .mobile-menu-wrap .h-d-menu-wrap li.sub-menu > a {
    margin-right: 40px;
    margin-bottom: 1px;
  }
  .mobile-menu-wrap .h-d-menu-wrap li.sub-menu > a:after {
    width: 40px;
    content: "\f105";
    font-size: 1.2em;
    font-family: "Line Awesome Free";
    font-weight: 900;
    position: absolute;
    right: -40px;
    top: 50%;
    transition: transform 0.3s, margin 0.3s;
    transform: translateY(-50%);
    text-align: center;
  }
  .mobile-menu-wrap .h-d-menu-wrap li.active {
    /* > ul {
      display: block;
    } */
    color: #ed1c24;
  }
  .mobile-menu-wrap .h-d-menu-wrap li.active > a {
    color: #ed1c24;
    background: transparent;
  }
  .mobile-menu-wrap .h-d-menu-wrap li.active > a:after {
    transform: translateY(-50%) rotate(90deg);
  }
  .mobile-menu-wrap .h-d-menu-wrap li ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .mobile-menu-wrap .h-d-menu-wrap li ul li:first-child {
    margin-top: 0.4em;
  }
  .mobile-menu-wrap .h-d-menu-wrap li ul li:last-child {
    margin-bottom: 1em;
  }
  .mobile-menu-wrap .h-d-menu-wrap li ul li a {
    color: #343a40;
    position: relative;
    padding: 0.5rem 1rem 0.5rem 3rem;
  }
  .mobile-menu-wrap .h-d-menu-wrap li ul li a:hover {
    color: #224099;
    background: #f5f3fb;
  }
  .mobile-menu-wrap .h-d-menu-wrap li ul li.active > a {
    color: #224099;
    background: rgba(255, 255, 255, 0.6);
  }
  .mobile-menu-wrap .h-d-menu-wrap > li > a {
    padding: 0.5rem 1rem 0.5rem 1rem !important;
    min-height: 2.2em;
  }
  .mobile-menu-wrap .h-d-menu-wrap > li > ul {
    background: transparent;
  }
  .mobile-menu-wrap .h-d-menu-wrap > li > ul > li > a {
    color: #343a40;
    padding-left: 3rem;
  }
  .mobile-menu-wrap .h-d-menu-wrap > li > ul > li > a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.8rem;
    width: 0.33em;
    height: 0.33em;
    background: #99999b;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .mobile-menu-wrap .h-d-menu-wrap > li > ul > li > a:hover {
    color: #ed1c24;
    background: #f5f3fb;
  }
  .mobile-menu-wrap .h-d-menu-wrap > li > ul > li > a:hover:before {
    background: #224099;
  }
  .mobile-menu-wrap .h-d-menu-wrap > li > ul > li.active > a {
    color: #ed1c24;
    background: rgba(255, 255, 255, 0.6);
  }
  .mobile-menu-wrap .h-d-menu-wrap > li > ul > li.active > a:before {
    width: 0.5em;
    height: 0.5em;
    background: #224099;
  }
  .mobile-menu-wrap .h-d-menu-wrap > li > ul > li > ul {
    background: transparent;
  }
  .mobile-menu-wrap .h-d-menu-wrap > li > ul > li > ul > li > a {
    color: #343a40;
  }
  .mobile-menu-wrap .h-d-menu-wrap > li > ul > li > ul > li > a:hover {
    color: #224099;
    background: rgba(255, 255, 255, 0.4);
  }
  .mobile-menu-wrap .h-d-menu-wrap > li > ul > li > ul > li.active > a {
    color: #224099;
    background: rgba(255, 255, 255, 0.6);
  }
  .mobile-menu-wrap .h-d-menu-wrap > li.mega-menu > ul ul li ol {
    display: none;
  }
  .mobile-menu-wrap .h-d-menu-wrap.scrollbar-hover {
    margin-right: -2px;
  }

  #collapsetogglemobilemenunestedmenu.mobile-menu-wrap {
    z-index: 9;
    top: 0;
  }
  #collapsetogglemobilemenunestedmenu.mobile-menu-wrap:before {
    top: 140px;
  }
}
.footer-offer-wrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.footer-offer-wrap .footer-ads-slidetoggle {
  width: 35px;
  height: 25px;
  background: #fff;
  position: absolute;
  top: -25px;
  left: 60px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
}
.footer-offer-wrap .footer-ads-slidetoggle-show {
  text-align: center;
  background: #fff;
  box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0) !important;
  padding: 0px 0;
}

.home-banner-bg-scroll {
  height: 310px;
  width: 5000px;
  animation: home-banner-bg-scroll 60s linear infinite;
}

@keyframes home-banner-bg-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1692px, 0, 0);
  }
}
body, html {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 0.94em;
}

* {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-999 {
  z-index: 999;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.focus-none {
  outline-style: none;
}

.after-none::after {
  content: "";
  display: none;
}

hr {
  color: #999999;
}

.h1, h1 {
  font-weight: 600;
  font-size: calc(1.3rem + 1.5vw);
}

.h2, h2 {
  font-weight: 600;
  font-size: calc(1.15rem + 0.9vw);
}

.h3, h3 {
  font-weight: 600;
  font-size: calc(1.01rem + 0.6vw);
}

.h4, h4 {
  font-weight: 600;
  font-size: calc(1.05rem + 0.3vw);
}

.h5, h5 {
  font-weight: 600;
  font-size: calc(1.03rem + 0.01vw);
}

.display-1-1 {
  font-size: 6rem;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

/*social media color*/
.bg-facebook {
  background-color: #43609d !important;
}

.bg-twitter {
  background-color: #1da1f2 !important;
}

.bg-youtube {
  background-color: #ee1c1b !important;
}

.bg-instagram {
  background-color: #F56040 !important;
}

.bg-whatsapp {
  background-color: #2ab200 !important;
}

.bg-telegram {
  background-color: #2788CC !important;
}

.bg-linkedin {
  background-color: #007bb6 !important;
}

.bg-email {
  background-color: #dfa625 !important;
}

.bg-secondary-custom {
  background-color: #a6a6a6;
}

/*text color*/
.text-facebook {
  color: #43609d !important;
}

.text-twitter {
  color: #1da1f2 !important;
}

.text-youtube {
  color: #ee1c1b !important;
}

.text-instagram {
  color: #F56040 !important;
}

.text-whatsapp {
  color: #2ab200 !important;
}

.text-telegram {
  color: #2788CC !important;
}

.text-linkedin {
  color: #007bb6 !important;
}

.text-email {
  color: #dfa625 !important;
}

/*social media color end*/
.text-muted-custom {
  color: #6c757d;
}

.opacity-05 {
  opacity: 0.05 !important;
}

.rounded-top-4 {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-bottom-4 {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.w-min-auto {
  min-width: auto;
}

.w-f-90 {
  width: 90px;
}

.w-h-18 {
  width: 18px;
  height: 18px;
}

.w-h-24 {
  width: 24px;
  height: 24px;
}

.w-h-30 {
  width: 30px;
  height: 30px;
}

.w-h-38 {
  width: 38px;
  height: 38px;
}

.w-h-50 {
  width: 50px;
  height: 50px;
}

.w-h-60 {
  width: 60px;
  height: 60px;
}

.w-h-120 {
  width: 120px;
  height: 120px;
}

.w-h-260 {
  width: 260px;
  height: 260px;
}

.h-90 {
  height: 90px;
}

.h-110 {
  height: 110px;
}

.h-150 {
  height: 150px;
}

.h-200 {
  height: 200px;
}

.h-min-56 {
  min-height: 56px;
}

.h-min-70 {
  min-height: 70px;
}

.h-min-100 {
  min-height: 100px;
}

.h-min-120 {
  min-height: 120px;
}

/* truncate */
[class*=text-truncate-] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-truncate {
  -webkit-line-clamp: 1;
}

.text-truncate-2 {
  -webkit-line-clamp: 2;
}

.text-truncate-3 {
  -webkit-line-clamp: 3;
}

.text-truncate-4 {
  -webkit-line-clamp: 4;
}

.text-truncate-5 {
  -webkit-line-clamp: 5;
}

/* truncate end*/
.blur-25 {
  -webkit-filter: blur(25px);
  -moz-filter: blur(25px);
  -ms-filter: blur(25px);
  -o-filter: blur(25px);
  filter: blur(25px);
}

.blur-75 {
  -webkit-filter: blur(75px);
  -moz-filter: blur(75px);
  -ms-filter: blur(75px);
  -o-filter: blur(75px);
  filter: blur(75px);
}

.blur-120 {
  -webkit-filter: blur(120px);
  -moz-filter: blur(120px);
  -ms-filter: blur(120px);
  -o-filter: blur(120px);
  filter: blur(120px);
}

.blur-150 {
  -webkit-filter: blur(150px);
  -moz-filter: blur(150px);
  -ms-filter: blur(150px);
  -o-filter: blur(150px);
  filter: blur(150px);
}

.top-75 {
  top: 75% !important;
}

.transform-rotate-minus-40 {
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

/* bg color */
.bg-primary-light-65 {
  background-color: white !important;
}

.bg-white-t-40 {
  background-color: rgba(255, 255, 255, 0.3);
}

/* bg color end*/
/* left side control */
.left-side-control {
  z-index: 9;
  position: fixed;
  top: 30%;
}
.left-side-control li {
  margin: 0 0 -3px 0;
}
.left-side-control li a {
  list-style: none;
  background-color: #f1f4fc;
  -webkit-transition: ease all 0.2s;
  -moz-transition: ease all 0.2s;
  -ms-transition: ease all 0.2s;
  transition: ease all 0.2s;
  height: 40px;
  width: 40px;
  margin: 0 5px;
  overflow: hidden;
  border-radius: 50px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
}
.left-side-control li a:hover {
  width: 150px;
}
.left-side-control li a .icon-social-left {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50px;
  box-sizing: border-box;
  line-height: 40px;
  -webkit-transition: ease all 0.2s;
  -moz-transition: ease all 0.2s;
  -ms-transition: ease all 0.2s;
  transition: ease all 0.2s;
  position: relative;
}
.left-side-control li a .icon-text {
  white-space: nowrap;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 13px;
  font-weight: 500;
}

/* left side control end*/
/* sticky bottom stripe */
.sticky-bottom-stripe {
  position: sticky;
  bottom: 0;
  top: auto;
  z-index: 999;
}
.sticky-bottom-stripe a {
  text-decoration: none;
  font-weight: 500;
  color: #000;
  display: block;
  padding: 10px 10px;
  border-top: 3px solid transparent;
  font-size: 12px;
}
.sticky-bottom-stripe a:hover, .sticky-bottom-stripe a.active {
  border-top: 3px solid #224099;
  background-color: aliceblue;
}
.sticky-bottom-stripe a img {
  width: 18px;
  height: 18px;
  display: block;
  margin: auto;
  margin-bottom: 3px;
}
.sticky-bottom-stripe .show-text {
  display: inline-block !important;
  font-weight: 500;
  font-size: 12px;
}
.sticky-bottom-stripe b {
  display: none;
}

.sticky-bottom-stripe-modal ul li a.active {
  background-color: #224099;
  color: #fff;
}

/* sticky bottom stripe end*/
/* University Partners */
.partners-wrap li {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 10px;
  position: relative;
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-wrap li:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  bottom: 15px;
  background: #cccccc;
  width: 1px;
}
.partners-wrap li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  background: #cccccc;
  height: 1px;
}
.partners-wrap li:nth-child(5n+5):before {
  content: none;
}
.partners-wrap li:nth-last-child(-n+5):nth-child(5n+1):after, .partners-wrap li:nth-last-child(-n+5):nth-child(5n+1) ~ li:after {
  content: none;
}

/* University Partners end */
/* list unstyled hover arrow */
.list-unstyled-hover-arrow a {
  position: relative;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.list-unstyled-hover-arrow a:before {
  content: "";
  visibility: hidden;
  opacity: 0;
  width: 11px;
  height: 2px;
  background: #ed1c24;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list-unstyled-hover-arrow a:hover {
  color: #ed1c24;
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}
.list-unstyled-hover-arrow a:hover:before {
  visibility: visible;
  opacity: 1;
  left: -15px;
}

/* list unstyled hover arrow end */
/* bg primary rgba opacity */
.bg-primary-rgba-opacity-50 {
  position: relative;
}
.bg-primary-rgba-opacity-50::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(34, 64, 153, 0.5);
}

/* bg primary rgba opacity end */
/* Modal Sticky bottom */
.modal.modal-bottom .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  height: auto;
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.modal.modal-bottom .modal-content {
  height: 50%;
  overflow-y: auto;
}
.modal.modal-bottom .modal-body {
  padding: 15px 15px 80px;
}
.modal.modal-bottom.fade .modal-dialog {
  bottom: -320px;
  -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
  transition: opacity 0.3s linear, bottom 0.3s ease-out;
}
.modal.modal-bottom.fade.show .modal-dialog {
  bottom: 0;
}

/* / Modal Sticky bottom */
/* tabs style */
.tabs-style-1 .active .text-primary {
  color: #224099 !important;
}
.tabs-style-1 .active .text-black {
  color: #000 !important;
}
.tabs-style-1 .text-primary {
  color: #afb5ba !important;
}
.tabs-style-1 .text-black {
  color: #afb5ba !important;
}

.tabs-style-2 .nav-link {
  padding-bottom: 20px;
  border: 0;
}
.tabs-style-2 .nav-link:hover, .tabs-style-2 .nav-link:focus {
  border: 0;
}
.tabs-style-2 .nav-link.active {
  color: #ed1c24 !important;
  border-bottom: 2px solid #ed1c24;
}

.tabs-style-3 .nav-link.active .border {
  border: 1px solid #224099 !important;
}
.tabs-style-3 .nav-link.active .text-primary-hover-group {
  color: #224099 !important;
}

/* tabs style end */
/* bg primary rgba opacity */
.bg-primary-rgba-opacity-50 {
  position: relative;
}
.bg-primary-rgba-opacity-50::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(34, 64, 153, 0.4);
}

/* bg primary rgba opacity end */
.hide-scrollbar {
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.hide-scrollbar::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}

.rounded-table-4 {
  border-collapse: inherit;
  border-spacing: 0;
}
.rounded-table-4 tr td:first-child {
  border-left: 1px solid #dee2e6;
}
.rounded-table-4 tr td:last-child {
  border-right: 1px solid #dee2e6;
}
.rounded-table-4 tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
.rounded-table-4 tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.rounded-table-4 tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
.rounded-table-4 tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.breadcrumbs-hidehome span > span:first-child {
  display: none;
}

.post-type-archive-web-story .site-main {
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1320px;
  gap: 1rem;
  justify-content: center;
}
.post-type-archive-web-story .site-main .wp-block-web-stories-embed {
  display: inline-block;
  width: 24%;
}
.post-type-archive-web-story .site-main .i-amphtml-story-player-loaded a:first-child {
  position: absolute;
  display: block;
  z-index: 9;
  opacity: 0;
}

/* main css */
/* backtop */
.backtop {
  display: block;
  right: 140px;
  bottom: 18px;
  color: #000;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
  z-index: 9;
}
.backtop i {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: fadeOutUp;
  color: #000;
}
.backtop:hover {
  color: #224099;
}

/* /backtop */
.home-header-scroll-wrap .home-header-anim-ico-1 {
  top: 50px;
  left: 38px;
}
.home-header-scroll-wrap .home-header-anim-ico-1 .home-header-anim-h-w {
  width: 80px;
  height: 80px;
}
.home-header-scroll-wrap .home-header-anim-ico-2 {
  right: 48px;
  top: 45px;
}
.home-header-scroll-wrap .home-header-anim-ico-2 .home-header-anim-h-w {
  width: 96px;
  height: 96px;
}
.home-header-scroll-wrap .home-header-anim-ico-3 {
  left: 0;
  bottom: 20px;
}
.home-header-scroll-wrap .home-header-anim-ico-3 .home-header-anim-h-w {
  width: 103px;
  height: 103px;
}
.home-header-scroll-wrap .home-header-anim-ico-4 {
  bottom: 50px;
  right: 107px;
}
.home-header-scroll-wrap .home-header-anim-ico-4 .home-header-anim-h-w {
  width: 59px;
  height: 59px;
}
.home-header-scroll-wrap .scroll-window-wrap {
  z-index: -1;
  left: 40% !important;
  top: 38%;
  transform: translate(-40%, -38%);
}
.home-header-scroll-wrap .scroll-window-wrap .scroll-window-anim {
  width: 210px;
  border-radius: 100px;
}

.Our-Story-So-Far-hash-active a:focus {
  color: #ed1c24 !important;
}

.states-territories-map-tabs .st0:hover {
  fill: #ed1c24;
}
.states-territories-map-tabs .active {
  fill: #ed1c24;
}

.wp-block-quote {
  background: #f1f4fc;
  display: block;
  padding: 25px;
  border-radius: 15px;
}
.wp-block-quote p {
  margin-bottom: 0;
}
.wp-block-quote p a {
  display: block;
  width: 100%;
}
.wp-block-quote p strong {
  font-weight: 500;
}

.enquire-now-modal .error {
  font-size: 12px;
  font-weight: 500;
  color: #ed1c24;
}
.enquire-now-modal .intl-tel-input .selected-flag {
  height: 52px;
}
.enquire-now-modal .intl-tel-input .country-list {
  white-space: inherit;
}
.enquire-now-modal .intl-tel-input .flag-container {
  right: 0;
}

.about-timeline::after {
  background-color: #000000;
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: 9px;
  z-index: -1;
}
.about-timeline .owl-item p {
  transition: all 0.2s ease-in-out;
}
.about-timeline .owl-item:hover .about-hover {
  font-weight: bold;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.about-timeline .owl-item:nth-child(odd) .item {
  margin-top: 60px;
}
.about-timeline .owl-item:nth-child(odd) p, .about-timeline .owl-item:nth-child(odd) ul {
  color: #ed1c24;
}
.about-timeline .owl-item:nth-child(even) .item {
  margin-top: 100px;
}
.about-timeline .owl-item:nth-child(even) p, .about-timeline .owl-item:nth-child(even) ul {
  color: #224099;
}
.about-timeline .owl-item:nth-child(even)::after {
  background-color: #224099;
}
.about-timeline .owl-item:nth-child(even)::before {
  background-color: #224099;
  background: -moz-linear-gradient(top, #224099 0%, rgba(229, 229, 229, 0) 100%);
  background: -webkit-linear-gradient(top, #224099 0%, rgba(229, 229, 229, 0) 100%);
  background: linear-gradient(to bottom, #224099 0%, rgba(229, 229, 229, 0) 100%);
  height: 72px;
}
.about-timeline .owl-item::after {
  position: absolute;
  top: 0px;
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #ed1c24;
  transform: translateX(-50%);
  left: 50%;
}
.about-timeline .owl-item::before {
  content: "";
  width: 2px;
  height: 36px;
  background-color: #ed1c24;
  position: absolute;
  top: 20px;
  background: -moz-linear-gradient(top, #ed1c24 0, rgba(229, 229, 229, 0) 100%);
  background: -webkit-linear-gradient(top, #ed1c24 0, rgba(229, 229, 229, 0) 100%);
  background: linear-gradient(to bottom, #ed1c24 0, rgba(229, 229, 229, 0) 100%);
  transform: translateX(-50%);
  left: 50%;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span {
  width: 25px;
  background: #224099;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #224099;
}

.hover-group .opacity-hover-group-0 {
  opacity: 0;
}
.hover-group .opacity-hover-group-60 {
  opacity: 0.6;
}
.hover-group:hover .svg-danger {
  filter: invert(39%) sepia(81%) saturate(5436%) hue-rotate(348deg) brightness(90%) contrast(92%);
}
.hover-group:hover .opacity-hover-group-100 {
  opacity: 100;
}
.hover-group:hover .bg-primary-hover-group {
  background-color: #224099 !important;
}
.hover-group:hover .bg-primary-hover-group-65 {
  background-color: white !important;
}
.hover-group:hover .text-primary-hover-group {
  color: #224099 !important;
}
.hover-group:hover .bg-danger-hover-group {
  background-color: #ed1c24 !important;
}
.hover-group:hover .bg-danger-hover-group-45 {
  background-color: #fef1f1 !important;
}
.hover-group:hover .text-danger-hover-group {
  color: #ed1c24 !important;
}
.hover-group:hover .text-white-hover-group {
  color: #fff !important;
}
.hover-group:hover .border-primary-hover {
  border: 1px solid #224099 !important;
}

.shadow-hover:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.img-grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.hover-img-grayscale-none:hover {
  -webkit-filter: none;
  filter: none;
}

.hover-3d {
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.hover-3d:hover, .hover-3d:focus {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.img-hover img {
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.img-hover:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* / main css end*/
@media (min-width: 1199.98px) {
  .h1, h1 {
    font-size: 2.2rem;
  }

  .h2, h2 {
    font-size: 1.8rem;
  }

  .h3, h3 {
    font-size: 1.5rem;
  }

  .h4, h4 {
    font-size: 1.3rem;
  }

  .h5, h5 {
    font-size: 1.15rem;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 91%;
  }

  .home-header-scroll-wrap .home-header-anim-ico-1 {
    top: 20px;
    left: 0px;
  }
  .home-header-scroll-wrap .home-header-anim-ico-1 .home-header-anim-h-w {
    width: 60px;
    height: 60px;
  }
  .home-header-scroll-wrap .home-header-anim-ico-2 {
    right: 10px;
    top: 15px;
  }
  .home-header-scroll-wrap .home-header-anim-ico-2 .home-header-anim-h-w {
    width: 66px;
    height: 66px;
  }
  .home-header-scroll-wrap .home-header-anim-ico-3 {
    left: 0;
    bottom: 0;
  }
  .home-header-scroll-wrap .home-header-anim-ico-3 .home-header-anim-h-w {
    width: 65px;
    height: 65px;
  }
  .home-header-scroll-wrap .home-header-anim-ico-4 {
    bottom: 50px;
    right: 40px;
  }
  .home-header-scroll-wrap .home-header-anim-ico-4 .home-header-anim-h-w {
    width: 49px;
    height: 49px;
  }
  .home-header-scroll-wrap .scroll-window-wrap .scroll-window-anim {
    width: 185px;
  }
  .home-header-scroll-wrap .scroll-window-wrap .scroll-window-anim .home-banner-bg-scroll {
    height: 255px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }

  .home-header-scroll-wrap .scroll-window-wrap .scroll-window-anim {
    width: 176px;
  }
  .home-header-scroll-wrap .scroll-window-wrap .scroll-window-anim .home-banner-bg-scroll {
    height: 222px;
  }

  .post-type-archive-web-story .site-main .wp-block-web-stories-embed {
    width: 32%;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 90%;
  }

  .display-1 {
    font-size: 1.625rem;
  }

  .display-2 {
    font-size: 1.575rem;
  }

  .display-3 {
    font-size: 1.525rem;
  }

  .display-4 {
    font-size: 1.475rem;
  }

  .display-5 {
    font-size: 1.425rem;
  }

  .display-6 {
    font-size: 1.7rem;
  }

  .fs-12-sm {
    font-size: 12px;
  }

  .fs-11-sm {
    font-size: 11px;
  }

  .fs-14-sm {
    font-size: 14px;
  }

  .w-50-sm {
    width: 50% !important;
  }

  .w-h-80-sm {
    width: 80px;
    height: 80px;
  }

  .w-h-40-sm {
    width: 40px;
    height: 40px;
  }

  .position-absolute-inherit-sm {
    position: inherit !important;
  }

  .translate-middle-inherit-sm {
    transform: inherit !important;
  }

  .start-50-inherit-sm {
    left: inherit !important;
  }

  .h-min-56 {
    min-height: auto;
  }

  .h-min-70 {
    min-height: auto;
  }

  .h-min-sm-120 {
    min-height: auto;
  }

  .h-sm-90-auto {
    height: auto;
  }

  .h-sm-90 {
    height: 90px;
  }

  .h-150 {
    height: auto;
  }

  .h-200 {
    height: auto;
  }

  .btn-lg {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
  }

  /* backtop */
  .backtop {
    right: 8px;
    bottom: 8px;
  }

  /* /backtop */
  .home-header-scroll-wrap .home-header-anim-ico-1 {
    top: 20px;
    left: 28px;
  }
  .home-header-scroll-wrap .home-header-anim-ico-1 .home-header-anim-h-w {
    width: 60px;
    height: 60px;
  }
  .home-header-scroll-wrap .home-header-anim-ico-2 {
    right: 11px;
    top: 45px;
  }
  .home-header-scroll-wrap .home-header-anim-ico-2 .home-header-anim-h-w {
    width: 66px;
    height: 66px;
  }
  .home-header-scroll-wrap .home-header-anim-ico-3 {
    left: 30px;
    bottom: 35px;
  }
  .home-header-scroll-wrap .home-header-anim-ico-3 .home-header-anim-h-w {
    width: 65px;
    height: 65px;
  }
  .home-header-scroll-wrap .home-header-anim-ico-4 {
    bottom: 50px;
    right: 44px;
  }
  .home-header-scroll-wrap .home-header-anim-ico-4 .home-header-anim-h-w {
    width: 49px;
    height: 49px;
  }
  .home-header-scroll-wrap .window-img {
    max-width: 220px;
  }
  .home-header-scroll-wrap .scroll-window-wrap {
    left: 50% !important;
    transform: translate(-50%, -38%);
  }
  .home-header-scroll-wrap .scroll-window-wrap .scroll-window-anim {
    width: 150px;
  }
  .home-header-scroll-wrap .scroll-window-wrap .scroll-window-anim .home-banner-bg-scroll {
    height: 215px;
  }

  /* University Partners end */
  .partners-wrap li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .partners-wrap li:nth-child(5n+5):before {
    content: "";
  }
  .partners-wrap li:nth-child(3n+3):before {
    content: none;
  }
  .partners-wrap li:nth-last-child(-n+5):nth-child(5n+1):after, .partners-wrap li:nth-last-child(-n+5):nth-child(5n+1) ~ li:after {
    content: "";
  }
  .partners-wrap li:nth-last-child(-n+3):nth-child(2n+1):after, .partners-wrap li:nth-last-child(-n+3):nth-child(2n+1) ~ li:after {
    content: "";
  }

  /* University Partners end */
  .tabs-style-1 .active .text-primary {
    color: #224099 !important;
  }
  .tabs-style-1 .active .text-black {
    color: #000 !important;
  }
  .tabs-style-1 .text-primary {
    color: #224099 !important;
  }
  .tabs-style-1 .text-black {
    color: #000 !important;
  }

  .tabs-style-2 {
    width: 300px;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .tabs-style-2 .nav-link {
    padding-bottom: 10px;
    white-space: nowrap;
  }
  .tabs-style-2 .nav-link.active {
    border-bottom: 3px solid #ed1c24;
  }

  .post-type-archive-web-story .site-main .wp-block-web-stories-embed {
    width: 48%;
  }
}
@media (max-width: 575.98px) {
  /* University Partners */
  .partners-wrap li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .partners-wrap li:nth-child(3n+3):before {
    content: "";
  }
  .partners-wrap li:nth-child(2n+2):before {
    content: none;
  }
  .partners-wrap li:nth-last-child(-n+2):nth-child(1n+2):after, .partners-wrap li:nth-last-child(-n+2):nth-child(1n+2) ~ li:after {
    content: none !important;
  }

  /* University Partners end */
  .post-type-archive-web-story .site-main {
    margin: 30px 15px;
    overflow: hidden;
  }
  .post-type-archive-web-story .site-main .wp-block-web-stories-embed {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
