/*--------------------------------------------------------------
  TABLE OF CONTENTS:
----------------------------------------------------------------

** - Utility
** - Common
** - Custom Cursor
** - Animations
** - Cards
** - Navigation
** - Home Showcase
** - Mobile Nav
** - Search Popup
** - Page Header
** - Main Slider
** - About
** - Services
** - ServiceS Details
** - Project
** - Project Details
** - Video
** - Funfact
** - Team
** - Team Details
** - Contact
** - Testimonial
** - Why Choose
** - Working Process
** - Blog
** - Blog List
** - Blog Standard
** - Blog Details
** - Feature
** - Pricing Plan
** - Faq
** - Gallery
** - History
** - Coming Soon
** - Products
** - Product Details
** - Cart
** - Checkout
** - Wishlist
** - Sign Up
** - Login
** - Privacy Policy
** - Error
** - Footer
** - Google Map

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --eduvers-font: "DM Sans", sans-serif;
  --eduvers-font-two: "Montserrat Alternates", sans-serif;
  --eduvers-gray: #4D5756;
  --eduvers-gray-rgb: 77, 87, 86;
  --eduvers-base: #ff5544;
  --eduvers-base-rgb: 255, 85, 68;
  --eduvers-black: #0d2944;
  --eduvers-black-rgb: 13, 41, 68;
  --eduvers-primary: #f8f4f2;
  --eduvers-primary-rgb: 248, 244, 242;
  --eduvers-white: #ffffff;
  --eduvers-white-rgb: 255, 255, 255;
  --eduvers-bdr-color: #ede8e6;
  --eduvers-bdr-color-rgb: 237, 232, 230;
  --eduvers-bdr-radius: 5px;
}





.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--eduvers-font);
  color: var(--eduvers-gray);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--eduvers-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--eduvers-font-two);
  color: var(--eduvers-black);
  margin: 0;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.list-unstyled {
  padding-left: 0;
}

@media (min-width: 1320px) {
  .container {
    max-width: 1320px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.2;
  z-index: -1;
}

#particles-js-two {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.2;
  z-index: -1;
}



/*** chat popup ***/

.chat-popup {
  position: fixed;
  left: 0;
  bottom: 0px;
  width: 350px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  background: var(--eduvers-black);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transform: translateX(-100%);
  transition: background-color 0.7s ease;
  transition: all 0.7s ease;
}

.chat-popup.popup-visible {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
}

.chat-popup .popup-inner {
  position: relative;
  display: block;
  padding: 40px 35px;
  padding-top: 32px;
}

.chat-popup .close-chat {
  position: absolute;
  display: flex;
  left: 0px;
  top: -55px;
  width: 60px;
  height: 55px;
  line-height: 44px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  background: var(--eduvers-base);
  cursor: pointer;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.chat-popup .popup-inner p {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, .70);
}

.chat-popup .chat-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.chat-popup .chat-form .form-group:last-child {
  margin-bottom: 0px;
}

.chat-popup .chat-form .form-group input[type='text'],
.chat-popup .chat-form .form-group input[type='email'],
.chat-popup .chat-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 5px;
  font-size: 13px;
  color: rgba(255, 255, 255, .70);
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, .10);
  transition: all 500ms ease;
}

.chat-popup .chat-form .form-group textarea {
  height: 120px;
  resize: none;
}

.chat-popup .chat-form .form-group input:focus,
.chat-popup .chat-form .form-group textarea:focus {
  outline: none;
}

.chat-popup .chat-form .form-group button {
  border: none;
}

.chat-popup .chat-form .form-group .thm-btn::before {
  background-color: var(--eduvers-white);
}

.chat-popup .chat-form .form-group .thm-btn::after {
  background-color: var(--eduvers-white);
}

.chat-popup .chat-form .form-group .thm-btn:hover {
  color: var(--eduvers-base);
}

.chat-icon {
  position: fixed;
  display: inline-block;
  left: 30px;
  bottom: 45px;
  z-index: 99;
}

.chat-icon button {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 47px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  background: var(--eduvers-base);
  z-index: 1;
  border: none;
}

.chat-icon button:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background-color: rgba(var(--eduvers-base-rgb), .20);
  border-radius: 5px;
  z-index: -1;
}



/***
=============================================
xs sidebar
=============================================
***/
.xs-sidebar-group .xs-overlay {
  left: 0;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  cursor: url(../images/icon/cross-out.png),
    pointer;
  transform: translateX(-100%);
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .8;
  visibility: visible;
  transform: translateX(0%);
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-group .widget-heading a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
  color: var(--eduvers-base);
  border-color: var(--eduvers-base);
}

.xs-sidebar-widget {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  border-right: 5px solid rgba(var(--eduvers-white-rgb), .50);
  transform: translateX(-100%);
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
  background-color: var(--eduvers-black);
}

.sidebar-textwidget {
  padding: 70px 30px;
}

.sidebar-widget-container {
  position: relative;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .8;
  z-index: 0;
}

.xs-bg-black {
  background-color: #000000;
}

.xs-sidebar-group .content-inner .logo {
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

.xs-sidebar-group .content-inner .content-box {
  margin-bottom: 30px;
  padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
  color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  color: rgba(var(--eduvers-white-rgb), .70);
  border: none;
  border-radius: var(--eduvers-bdr-radius);
  outline: none;
  transition: all 500ms ease;
  background-color: rgba(var(--eduvers-white-rgb), .05);
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  resize: none;
  height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
  border-color: #00224f;
}

.xs-sidebar-group .content-inner .form-inner .form-group button {
  position: relative;
  border: none;
}

.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn:before,
.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn:after {
  background-color: var(--eduvers-white);
}

.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn:hover {
  color: var(--eduvers-base);
}

.sidebar-contact-info {
  position: relative;
  display: block;
  padding-top: 43px;
}

.sidebar-contact-info ul {
  position: relative;
  display: block;
  padding-bottom: 22px;
}

.sidebar-contact-info ul li {
  position: relative;
  display: block;
  color: var(--eduvers-white);
  line-height: 30px;
}

.sidebar-contact-info ul li span {
  position: relative;
  display: inline-block;
  width: 25px;
}

.sidebar-contact-info ul li span:before {
  position: relative;
  display: inline-block;
  color: #ffffff;
}

.sidebar-contact-info ul li a {
  color: var(--eduvers-white);
}

.sidebar-contact-info ul li a:hover {
  color: var(--eduvers-base);
}

.xs-sidebar-group .content-inner .thm-social-link1 {
  overflow: hidden;
}

.thm-social-link1 {
  position: relative;
  display: block;
}

.thm-social-link1 ul {
  position: relative;
}

.thm-social-link1 ul li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.thm-social-link1 ul li:last-child {
  margin-right: 0;
}

.thm-social-link1 ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(var(--eduvers-white-rgb), .10);
  border-radius: 50%;
  color: var(--eduvers-white);
  font-size: 15px;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
}

.thm-social-link1 ul li a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: var(--eduvers-base);
  border-radius: 50%;
  transition: .5s;
  transform: scale(.5);
  opacity: 0;
  content: '';
  z-index: -1;
}

.thm-social-link1 ul li a:hover:before {
  transform: scale(1);
  opacity: 1;
}

.thm-social-link1 ul li a:hover {
  color: var(--eduvers-white);
}


/*=============== scrollbar-Css =============*/

.xs-sidebar-widget {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.xs-sidebar-widget::-webkit-scrollbar {
  display: none;
}



.mobile-nav__content {
  max-height: 100vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
  -ms-overflow-style: auto;
}

.mobile-nav__content::-webkit-scrollbar {
  width: 6px;
}

.mobile-nav__content::-webkit-scrollbar-track {
  background: transparent;
}

.mobile-nav__content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  backdrop-filter: blur(4px);
  transition: background 0.3s;
}

.mobile-nav__content::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}


/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--eduvers-base);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--eduvers-base);
  opacity: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: var(--eduvers-base);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: .4;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader div {
  width: 20px;
  height: 20px;
  margin: 0 10px 0;
  border-radius: 50px;
  transform-origin: 50% 0;
  display: inline-block;
  animation: bouncing 1.4s linear infinite;
}

.loader div:last-child {
  margin: 0;
}

.loader div:nth-child(1) {
  background-color: rgba(var(--eduvers-base-rgb), 1.0);
}

.loader div:nth-child(2) {
  background-color: rgba(var(--eduvers-base-rgb), 0.70);
  animation-delay: 0.2s;
}

.loader div:nth-child(3) {
  background-color: rgba(var(--eduvers-base-rgb), 0.40);
  animation-delay: 0.4s;
}

@keyframes bouncing {

  0%,
  100% {
    transform: translateY(0) scale(1, 1);
    animation-timing-function: ease-in;
  }

  45% {
    transform: translateY(50px) scale(1, 1);
    animation-timing-function: linear;
  }

  50% {
    transform: translateY(50px) scale(1.5, 0.5);
    animation-timing-function: linear;
  }

  55% {
    transform: translateY(50px) scale(1, 1);
    animation-timing-function: ease-out;
  }
}


@keyframes wobble-horizontal-hover {
  16.65% {
    transform: translateX(5px);
  }

  33.3% {
    transform: translateX(-3px);
  }

  49.95% {
    transform: translateX(4px);
  }

  66.6% {
    transform: translateX(-2px);
  }

  83.25% {
    transform: translateX(1px);
  }

  100% {
    transform: translateX(0);
  }
}


/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}

.scroll-to-top:hover {
  color: var(--eduvers-base);
}

.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-left: 10px;
}

.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--eduvers-base);
  position: relative;
  overflow: hidden;
}

.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--eduvers-black);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}






/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 120px;
  width: 100%;
  z-index: 99999;
  transform: translateY(-100%);
  transition: all 0.5s;
}

.search-active .search-popup {
  transform: translateY(0%);
}

.search-popup .color-layer {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 120px;
  width: 100%;
  background-color: var(--eduvers-base);
  transition: all 0.5s;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}

.sidenav-bar-visible .search-popup {
  display: none;
}

.search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0%;
  cursor: pointer;
  color: #ffffff;
  font-size: 30px;
  transition: all 0.5s;
  border: none;
  opacity: 0;
  transform: translateX(100px);
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 9999;
}

.search-popup .close-search:hover {
  color: var(--eduvers-base);
  background-color: rgba(255, 255, 255, 1.0);
}

.search-active .search-popup .close-search {
  opacity: 1;
  transform: translateX(0px);
  visibility: visible;
}




.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 25px;
  left: 0px;
  right: 0px;
  margin: 0px auto 0;
  opacity: 0;
  transition: all 0.5s;
  z-index: 999;
}

.search-active .search-popup form {
  opacity: 1;
}

.search-popup .form-group {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 1.0);
  font-size: 18px;
  color: var(--eduvers-black);
  height: 70px;
  width: 100%;
  padding: 10px 30px 10px 75px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: capitalize;
  border: 0px solid rgba(0, 0, 0, 0.10)
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]:focus {
  outline: none;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 70px;
  background: var(--eduvers-black);
  text-align: center;
  font-size: 20px;
  color: var(--eduvers-white);
  padding: 0;
  cursor: pointer;
  border: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 60px;
}

.search-popup .form-group button i {
  font-style: normal;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  background-color: var(--eduvers-secondary);
  color: var(--eduvers-black);
}

.search-popup input::placeholder {
  color: var(--eduvers-black);
}
















/* Section Title Css */
.section-title {
  position: relative;
  display: block;
  margin-top: -6px;
  margin-bottom: 49px;
  z-index: 1;
}

.section-title__tagline-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.section-title__tagline-shape {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: var(--eduvers-base);
  border-radius: 50%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.section-title__tagline-shape-2 {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: var(--eduvers-black);
  border-radius: 50%;
  margin-left: -8px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.section-title__tagline {
  position: relative;
  display: block;
  color: var(--eduvers-base);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  font-family: var(--eduvers-font-two);
  margin-left: 7px;
}

.section-title__title {
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 700;
}

.section-title__title span {
  color: var(--eduvers-base);
}




/* Thm Btn Css */

.thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  padding: 17px 25px 17px;
  overflow: hidden;
  border-radius: var(--eduvers-bdr-radius);
  transition: all 0.5s linear;
  text-transform: capitalize;
  z-index: 1;
}

.thm-btn span {
  font-size: 14px;
}

.thm-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  background-color: var(--eduvers-black);
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.thm-btn:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}


.thm-btn::after {
  position: absolute;
  background-color: var(--eduvers-black);
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.thm-btn:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.thm-btn:hover {
  color: var(--eduvers-white);
}



/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu__top {
  position: relative;
  display: block;
}

.main-menu__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5px 55px 5px;
  background-color: rgba(var(--eduvers-base-rgb), 1);
}

.main-menu__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li+li {
  margin-left: 46px;
}

.main-menu__contact-list li:before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 2px;
  left: -23px;
  width: 1px;
  background-color: rgba(var(--eduvers-white-rgb), .30);
}

.main-menu__contact-list li:first-child:before {
  display: none;
}

.main-menu__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__contact-list li .icon i {
  font-size: 18px;
  color: var(--eduvers-white);
  position: relative;
  display: inline-block;
}

.main-menu__contact-list li .text {
  margin-left: 10px;
}

.main-menu__contact-list li .text p {
  font-size: 16px;
  font-weight: 500;
  color: var(--eduvers-white);
  line-height: 16px;
}

.main-menu__contact-list li .text p a {
  color: var(--eduvers-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__contact-list li .text p a:hover {
  color: var(--eduvers-black);
}

.main-menu__top-welcome-text {
  font-size: 16px;
  font-weight: 500;
  color: var(--eduvers-white);
  text-transform: capitalize;
  line-height: 1em;
}

.main-menu__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__social-title {
  font-size: 16px;
  color: var(--eduvers-white);
  font-weight: 500;
}

.main-menu__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.main-menu__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid rgba(var(--eduvers-white-rgb), .40);
  border-radius: 50%;
  font-size: 15px;
  color: var(--eduvers-white);
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-menu__social a:hover {
  color: var(--eduvers-base);
  border: 1px solid var(--eduvers-black);
}

.main-menu__social a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--eduvers-black);
  transform: scale(0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.main-menu__social a:hover::before {
  transform: scale(1.0);
  opacity: 1;
}

.main-menu__social a+a {
  margin-left: 5px;
}

.main-menu {
  position: relative;
  display: block;
}

.main-menu__wrapper {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(var(--eduvers-white-rgb), .10);
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 55px;
}

.main-menu__left {
  display: block;
}

.main-menu__logo {
  display: block;
  padding: 30px 0;
}

.main-menu__main-menu-box {
  display: block;
}

.main-menu__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.main-menu__category-box {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 25px 0 25px;
}

.main-menu__category-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid rgba(var(--eduvers-white-rgb), .20);
  padding: 11px 20px 11px;
  border-radius: 8px;
}

.main-menu__category-btn i {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--eduvers-white);
}

.main-menu__category-btn p {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  padding-right: 12px;
  color: var(--eduvers-white);
}

.main-menu__category-btn span {
  font-size: 20px;
  color: var(--eduvers-white);
  position: relative;
  display: inline-block;
}

.main-menu__category-sub-menu {
  padding: 17px 15px 10px;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--eduvers-white);
  border-radius: 0 0 10px 10px;
  transition: .7s;
  box-shadow: 0 7px 18px rgba(24, 16, 16, .0509803922);
  min-width: 450px;
  -moz-column-count: 2;
  column-count: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}

.main-menu__category-box:hover .main-menu__category-sub-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible
}

.main-menu__category-sub-menu li {
  display: block;
  position: relative
}

.main-menu__category-sub-menu li+li {
  margin-top: 20px
}

.main-menu__category-sub-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  border: 1px solid var(--eduvers-bdr-color);
  border-radius: 10px;
  padding: 10px
}

.main-menu__category-sub-menu li a:hover {
  background-color: var(--eduvers-primary);
}

.main-menu__category-icon img {
  width: auto
}

.main-menu__category-content {
  flex: 1
}

.main-menu__category-content h4 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

.main-menu__category-content p {
  font-size: 14px;
  line-height: 14px;
  color: var(--eduvers-gray)
}

.header-logon-box {
  position: relative;
  display: flex;
  min-height: 35px;
  align-items: center;
  gap: 8px;
}

.header-logon-box .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--eduvers-white);
  font-size: 18px;
  font-weight: 700;
}

.header-logon-box .select-box {
  position: relative;
  display: block;
  width: 60px;
}

.header-logon-box .nice-select {
  position: relative;
  display: block;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  width: 100%;
  height: 35px;
  color: var(--eduvers-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  outline: none;
  padding-left: 0px;
  padding-right: 0px;
  transition: all 0.2s ease-in-out;
  padding: 0px 0;
}

.header-logon-box .nice-select:after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  color: var(--eduvers-white);
  font-size: 14px;
  top: 0px;
  right: 0px;
  margin: 0px;
  font-weight: 600;
  border: none !important;
  transform: rotate(0deg) !important;
}

.header-logon-box .nice-select .list {
  background-color: #ffffff;
  border-radius: 0px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 0px 0 0px;
  margin-top: 10px;
  width: 105px;
  left: auto !important;
}

.header-logon-box .nice-select .option {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 35px;
  min-height: 35px;
  color: var(--eduvers-base);
  font-weight: 500;
}

.header-logon-box .nice-select .option:hover,
.header-logon-box .nice-select .option.focus,
.header-logon-box .nice-select .option.selected.focus {
  color: var(--eduvers-base);
  background-color: var(--eduvers-black);
}

.main-menu__search-cart-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__search-box {
  position: relative;
  display: block;
}

.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--eduvers-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search:hover {
  color: var(--eduvers-base);
}

.main-menu__cart-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.main-menu__cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--eduvers-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__cart-count {
  position: absolute;
  top: -15px;
  right: -15px;
  height: 20px;
  width: 20px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__cart:hover {
  color: var(--eduvers-base);
}

.main-menu__nav-sidebar-icon {
  position: relative;
  display: block;
}

.main-menu__nav-sidebar-icon .navSidebar-button {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  height: 45px;
  width: 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.icon-dots-menu-one {
  position: relative;
  display: block;
  width: 35px;
  height: 3px;
  background-color: var(--eduvers-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-one {
  width: 25px;
}

.icon-dots-menu-two {
  position: relative;
  display: block;
  width: 25px;
  height: 3px;
  background-color: var(--eduvers-white);
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-two {
  width: 35px;
}

.icon-dots-menu-three {
  position: relative;
  display: block;
  width: 35px;
  height: 3px;
  background-color: var(--eduvers-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-three {
  width: 25px;
}

.main-menu__btn-box {
  position: relative;
  display: block;
  line-height: 0;
}

.main-menu__btn-box .thm-btn::before,
.main-menu__btn-box .thm-btn::after {
  background-color: var(--eduvers-white);
}

.main-menu__btn-box .thm-btn:hover {
  color: var(--eduvers-base);
}

.stricky-header.main-menu {
  background-color: var(--eduvers-black);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}



@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 42px;
  padding-bottom: 42px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 40px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--eduvers-white);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 16px;
  font-family: var(--eduvers-font-two);
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--eduvers-base);
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
  content: "";
  height: 2px;
  border-radius: 0px;
  background-color: var(--eduvers-base);
  position: absolute;
  bottom: -3px;
  left: 0px;
  right: 0px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.main-menu .main-menu__list>li.dropdown>a {
  padding-right: 15px;
}

.main-menu .main-menu__list>li.dropdown>a:after {
  position: absolute;
  top: 60%;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-size: 14px;
  color: var(--eduvers-white);
  transform: translateY(-50%);
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li:hover>a::after,
.stricky-header .main-menu__list>li.current>a::after,
.stricky-header .main-menu__list>li:hover>a::after {
  color: var(--eduvers-base);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--eduvers-white);
  min-width: 280px;
  padding: 25px 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  border-bottom-left-radius: var(--eduvers-bdr-radius);
  border-bottom-right-radius: var(--eduvers-bdr-radius);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transform: perspective(500px) rotatex(-20deg);
  transform-origin: 50% 0%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.shadow-box {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: perspective(500px) rotatex(0);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: 1px solid rgba(var(--eduvers-black-rgb), 0.10);
  margin-top: 0px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  display: flex;
  align-items: center;
  color: rgba(var(--eduvers-black-rgb), 1);
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  font-family: var(--eduvers-font-two);
  text-transform: capitalize;
  padding: 16px 0px 16px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li.current>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li.current>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li.current>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li.current>a {
  color: rgba(var(--eduvers-base-rgb), 1.0);
  padding-left: 5px;
}

.main-menu .main-menu__list>li>ul>li>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li>a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  font-size: 14px;
  color: var(--eduvers-base);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a::before,
.main-menu .main-menu__list>li>ul>li.current>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li.current>a::before,
.stricky-header .main-menu__list>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li.current>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li.current>a::before {
  transform: translateY(-50%) scale(1);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu-five__main-menu-box .main-menu__list>.megamenu,
.main-menu-four__main-menu-box .main-menu__list>.megamenu,
.main-menu-three__main-menu-box .main-menu__list>.megamenu,
.main-menu-two__main-menu-box .main-menu__list>.megamenu,
.main-menu__wrapper .main-menu__list>.megamenu {
  position: static;
}

.main-menu-five__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-four__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu__wrapper .main-menu__list>.megamenu>ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
}

.main-menu-five__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu-four__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu__wrapper .main-menu__list>.megamenu>ul>li {
  padding: 0 !important;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--eduvers-base);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--eduvers-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--eduvers-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--eduvers-white);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--eduvers-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--eduvers-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--eduvers-font, "Rubik", sans-serif);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--eduvers-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--eduvers-base);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--eduvers-base);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--eduvers-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--eduvers-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--eduvers-white);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid rgba(var(--eduvers-white-rgb), .10);
  border-radius: 50%;
  -webkit-transition: 500ms;
  transition: 500ms;
  z-index: 1;
}

.mobile-nav__social a+a {
  margin-left: 10px;
}

.mobile-nav__social a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--eduvers-base);
  transform: scale(0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.mobile-nav__social a:hover::after {
  transform: scale(1.0);
  opacity: 1;
}

.mobile-nav__social a:hover {
  color: var(--eduvers-white);
  border: 1px solid rgba(var(--eduvers-base-rgb), 1);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--eduvers-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--eduvers-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--eduvers-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}



/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
  margin-top: -25px;
  margin-bottom: -25px;
}

.home-showcase__inner {
  padding: 30px 31px 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.home-showcase .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
  justify-content: center;
}

.home-showcase__item {
  position: relative;
  display: block;
  border: 1px solid rgba(var(--eduvers-black-rgb), .15);
  padding: 10px 10px 18px;
  border-radius: var(--eduvers-bdr-radius);
}

.home-showcase__image {
  position: relative;
  overflow: hidden;
  background-color: rgb(0, 0, 0, 0.10);
  padding: 1px;
  border-radius: var(--eduvers-bdr-radius);
}

.home-showcase__image>img {
  width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
  border-radius: var(--eduvers-bdr-radius);
}

.home-showcase__image:hover>img {
  filter: blur(2px);
}

.home-showcase__buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: scale(1, 0);
  transition: transform 800ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0.70;
  z-index: 1;
}

.home-showcase__image:hover .home-showcase__buttons {
  transform: scale(1, 1);
  opacity: 1.0;
  transform-origin: top center;
}

.home-showcase__buttons::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -ms-linear-gradient(left, #222222 0%, #222222 100%);
  background-image: -moz-linear-gradient(left, #222222 0%, #222222 100%);
  background-image: -o-linear-gradient(left, #222222 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #222222), color-stop(100, #222222));
  background-image: -webkit-linear-gradient(left, #222222 0%, #222222 100%);
  background-image: linear-gradient(to right, #222222 0%, #222222 100%);

  opacity: 1;
  transform: perspective(500px) rotatex(-20deg);
  transform-origin: 50% 0%;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  z-index: -1;
}

.home-showcase__image:hover .home-showcase__buttons::before {
  opacity: 0.90;
  visibility: visible;
  transform: perspective(500px) rotatex(0);
}

.home-showcase__buttons__item {
  padding: 17px 10px 17px;
  width: 150px;
  text-align: center;
  justify-content: center;
  background-color: var(--eduvers-base);
}

.home-showcase__buttons__item:before,
.home-showcase__buttons__item:after {
  background-color: var(--eduvers-white);
}

.home-showcase__buttons__item:hover {
  color: var(--eduvers-base);
}

.home-showcase__buttons__item+.home-showcase__buttons__item {
  margin-top: 10px;
}

.home-showcase__title {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: var(--eduvers-black);
  margin-top: 17px;
  text-transform: capitalize;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
  color: var(--eduvers-white, #ffffff);
}

.mobile-nav__content .home-showcase {
  margin-top: 0;
  margin-bottom: 0;
}

.mobile-nav__wrapper.expanded .mobile-nav__content .home-showcase__item {
  border: 1px solid rgba(var(--eduvers-white-rgb), .15);
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-two__top {
  position: relative;
  display: block;
}

.main-menu-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5px 55px 5px;
  background-color: rgba(var(--eduvers-base-rgb), 1);
}

.main-menu-two__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__contact-list li+li {
  margin-left: 46px;
}

.main-menu-two__contact-list li:before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 2px;
  left: -23px;
  width: 1px;
  background-color: rgba(var(--eduvers-white-rgb), .30);
}

.main-menu-two__contact-list li:first-child:before {
  display: none;
}

.main-menu-two__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__contact-list li .icon i {
  font-size: 18px;
  color: var(--eduvers-white);
  position: relative;
  display: inline-block;
}

.main-menu-two__contact-list li .text {
  margin-left: 10px;
}

.main-menu-two__contact-list li .text p {
  font-size: 16px;
  font-weight: 500;
  color: var(--eduvers-white);
  line-height: 16px;
}

.main-menu-two__contact-list li .text p a {
  color: var(--eduvers-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__contact-list li .text p a:hover {
  color: var(--eduvers-black);
}

.main-menu-two__top-welcome-text {
  font-size: 16px;
  font-weight: 500;
  color: var(--eduvers-white);
  text-transform: capitalize;
  line-height: 1em;
}

.main-menu-two__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-two__social-title {
  font-size: 16px;
  color: var(--eduvers-white);
  font-weight: 500;
}

.main-menu-two__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.main-menu-two__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid rgba(var(--eduvers-white-rgb), .40);
  border-radius: 50%;
  font-size: 15px;
  color: var(--eduvers-white);
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-menu-two__social a:hover {
  color: var(--eduvers-base);
  border: 1px solid var(--eduvers-black);
}

.main-menu-two__social a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--eduvers-black);
  transform: scale(0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.main-menu-two__social a:hover::before {
  transform: scale(1.0);
  opacity: 1;
}

.main-menu-two__social a+a {
  margin-left: 5px;
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(var(--eduvers-white-rgb), .10);
}

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 55px;
}

.main-menu-two__left {
  display: block;
}

.main-menu-two__logo {
  display: block;
  padding: 30px 0;
}

.main-menu-two__main-menu-box {
  display: block;
}

.main-menu-two__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.main-menu-two__search-cart-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__search-box {
  position: relative;
  display: block;
}

.main-menu-two__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--eduvers-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__search:hover {
  color: var(--eduvers-base);
}

.main-menu-two__cart-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.main-menu-two__cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--eduvers-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__cart-count {
  position: absolute;
  top: -15px;
  right: -15px;
  height: 20px;
  width: 20px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__cart:hover {
  color: var(--eduvers-base);
}

.main-menu-two__nav-sidebar-icon {
  position: relative;
  display: block;
  margin-left: 10px;
}

.main-menu-two__nav-sidebar-icon .navSidebar-button {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  width: 35px;
  height: 35px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-one {
  background-color: var(--eduvers-base);
  width: 25px;
}

.main-menu-two__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-two {
  background-color: var(--eduvers-base);
  width: 35px;
}

.main-menu-two__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-three {
  background-color: var(--eduvers-base);
  width: 25px;
}

.main-menu-two__nav-sidebar-icon .icon-dots-menu-one,
.main-menu-two__nav-sidebar-icon .icon-dots-menu-two,
.main-menu-two__nav-sidebar-icon .icon-dots-menu-three {
  background-color: var(--eduvers-black);
}

.main-menu-two__btn-box {
  position: relative;
  display: block;
  line-height: 0;
}

.main-menu-two__right .main-menu__category-btn {
  border: 1px solid rgba(var(--eduvers-black-rgb), .20);
}

.main-menu-two__right .main-menu__category-btn i,
.main-menu-two__right .main-menu__category-btn p,
.main-menu-two__right .main-menu__category-btn span {
  color: var(--eduvers-black);
}

.main-menu-two__right .header-logon-box .nice-select,
.main-menu-two__right .header-logon-box .icon,
.main-menu-two__right .header-logon-box .nice-select:after {
  color: var(--eduvers-black);
}




.main-menu-two .main-menu__list>li>a,
.stricky-header.main-menu-two .main-menu__list>li>a {
  color: var(--eduvers-black);
}

.main-menu-two .main-menu__list>li.dropdown>a:after {
  color: var(--eduvers-black);
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header.main-menu-two .main-menu__list>li.current>a,
.stricky-header.main-menu-two .main-menu__list>li:hover>a {
  color: var(--eduvers-base);
}

.main-menu-two .main-menu__list>li.current>a::after,
.main-menu-two .main-menu__list>li:hover>a::after,
.stricky-header.main-menu-two .main-menu__list>li.current>a::after,
.stricky-header.main-menu-two .main-menu__list>li:hover>a::after {
  color: var(--eduvers-base);
}

.stricky-header.main-menu-two {
  background-color: var(--eduvers-white);
}


/*--------------------------------------------------------------
# Navigations three
--------------------------------------------------------------*/
.main-header-three {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-three__top {
  position: relative;
  display: block;
  background-color: var(--eduvers-base);
  z-index: 5;
}

.main-menu-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 7.5px 0px 7.5px;
  z-index: 1;
}

.main-menu-three__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__top-menu li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -10px;
  bottom: 6px;
  width: 1px;
  background-color: var(--eduvers-white);
  transform: rotate(15deg);
}

.main-menu-three__top-menu li:first-child:before {
  display: none;
}

.main-menu-three__contact-list li+li {
  margin-left: 46px;
}

.main-menu-three__contact-list li:before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: -23px;
  width: 1px;
  background-color: rgba(var(--eduvers-white-rgb), .20);
}

.main-menu-three__contact-list li:first-child:before {
  display: none;
}

.main-menu-three__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__contact-list li .icon i {
  font-size: 16px;
  color: var(--eduvers-white);
}

.main-menu-three__contact-list li .text {
  margin-left: 10px;
}

.main-menu-three__contact-list li .text p {
  font-size: 16px;
  color: var(--eduvers-white);
}

.main-menu-three__contact-list li .text p a {
  color: var(--eduvers-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__contact-list li .text p a:hover {
  color: var(--eduvers-black);
}

.main-menu-three__top-text {
  color: var(--eduvers-white);
}

.main-menu-three__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-three__top-right .header-logon-box .nice-select,
.main-menu-three__top-right .header-logon-box .icon,
.main-menu-three__top-right .header-logon-box .nice-select:after {
  color: var(--eduvers-white);
}

.main-menu-three__language-switcher {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 19px;
  margin-left: 20px;
}

.main-menu-three__language-switcher::before {
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 8px;
  width: 1px;
  background: var(--eduvers-white);
  content: "";
  opacity: .30;
}

.main-menu-three__language-switcher .icon {
  position: relative;
  display: block;
  margin-right: 12px;
}

.main-menu-three__language-switcher .icon span {
  position: relative;
  display: inline-block;
  color: var(--eduvers-white);
  font-size: 18px;
  line-height: 18px;
}

.main-menu-three__language-switcher .language-switcher {
  position: relative;
  display: block;
}

.main-menu-three__language-switcher .language-switcher form {
  position: relative;
  display: block;
  width: 48px;
}

.main-menu-three__language-switcher .language-switcher form .select-box {
  position: relative;
  display: block;
}

.main-menu-three__language-switcher .nice-select {
  background-color: var(--eduvers-base);
  border-radius: 0px;
  color: var(--eduvers-white);
  font-size: 16px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  outline: none;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  font-family: var(--eduvers-font);
}

.main-menu-three__language-switcher .nice-select:after {
  right: 0px;
  margin-top: -6px;
  border-bottom: 1px solid var(--eduvers-white);
  border-right: 1px solid var(--eduvers-white);
}

.main-menu-three__language-switcher .nice-select .list {
  width: 65px;
  background-color: var(--eduvers-base);
}

.main-menu-three__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.main-menu-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border: 1px solid rgba(var(--eduvers-white-rgb), .40);
  border-radius: 50%;
  font-size: 14px;
  color: var(--eduvers-white);
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}

.main-menu-three__social a:hover {
  color: var(--eduvers-base);
  border: 1px solid var(--eduvers-black);
}

.main-menu-three__social a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--eduvers-black);
  transform: scale(0.5);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.main-menu-three__social a:hover::before {
  transform: scale(1.0);
  opacity: 1;
}

.main-menu-three__social a+a {
  margin-left: 10px;
}

.main-menu-three__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-three__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-menu-three__left {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-three__logo {
  display: block;
  padding: 25px 0;
}

.main-menu-three__main-menu-box {
  display: block;
}

.main-menu-three__right {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-three__right-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  padding: 18px 0 18px;
}

.main-menu-three__search-cart-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__search-box {
  position: relative;
  display: block;
}

.main-menu-three__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--eduvers-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__search:hover {
  color: var(--eduvers-base);
}

.main-menu-three__cart-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.main-menu-three__cart {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--eduvers-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__cart-count {
  position: absolute;
  top: -15px;
  right: -15px;
  height: 20px;
  width: 20px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__cart:hover {
  color: var(--eduvers-base);
}

.main-menu-three__btn-box {
  position: relative;
  display: block;
  line-height: 0;
}


.main-menu-three .main-menu__list>li>a,
.stricky-header.main-menu-three .main-menu__list>li>a {
  color: var(--eduvers-black);
}

.main-menu-three .main-menu__list>li.current>a,
.main-menu-three .main-menu__list>li:hover>a,
.stricky-header.main-menu-three .main-menu__list>li.current>a,
.stricky-header.main-menu-three .main-menu__list>li:hover>a {
  color: var(--eduvers-base);
}

.main-menu-three .main-menu__list>li.dropdown>a:after {
  color: var(--eduvers-black);
}

.main-menu-three .main-menu__list>li.current>a::after,
.main-menu-three .main-menu__list>li:hover>a::after,
.stricky-header.main-menu-three .main-menu__list>li.current>a::after,
.stricky-header.main-menu-three .main-menu__list>li:hover>a::after {
  color: var(--eduvers-base);
}

.stricky-header.main-menu-three {
  background-color: var(--eduvers-white);
}

/*--------------------------------------------------------------
# Navigations Four
--------------------------------------------------------------*/
.main-header-four {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.main-menu-two.main-menu-four .main-menu-two__wrapper {
  border-bottom: 1px solid rgba(var(--eduvers-black-rgb), .10);
}

.main-menu-two.main-menu-four .main-menu__category-sub-menu li a:hover {
  background-color: rgba(var(--eduvers-base-rgb), .10);
}




/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  display: block;
  background-color: var(--eduvers-black);
  z-index: 5;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: var(--eduvers-black);
}

.main-slider__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1000ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1000ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1000ms ease-in;
  transition: transform 7000ms ease, opacity 1000ms ease-in, -webkit-transform 7000ms ease;
  z-index: -1;
}

.main-slider__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--eduvers-black-rgb), .9);
  z-index: -1;
}

.main-slider .swiper-slide-active .main-slider__bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main-slider__shape-1 {
  position: absolute;
  bottom: -200px;
  right: 200px;
  top: -200px;
  width: 400px;
  background-color: var(--eduvers-white);
  z-index: -1;
  opacity: 0;
  -webkit-transform: perspective(400px) rotate(18deg) translateX(-100px);
  -ms-transform: perspective(400px) rotate(18deg) translateX(-100px);
  transform: perspective(400px) rotate(18deg) translateX(-100px);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.main-slider .swiper-slide-active .main-slider__shape-1 {
  opacity: .03;
  -webkit-transform: perspective(400px) rotate(18deg) translateX(0px);
  -ms-transform: perspective(400px) rotate(18deg) translateX(0px);
  transform: perspective(400px) rotate(18deg) translateX(0px);
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.main-slider__img-box {
  position: absolute;
  bottom: 0;
  right: -180px;
  z-index: 1;
}

.main-slider__img {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(100px) scale(0.9);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(100px) scale(0.9);
  transform: perspective(400px) rotateY(0deg) translateX(100px) scale(0.9);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  visibility: hidden;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.main-slider__img img {
  width: auto;
}

.main-slider .swiper-slide-active .main-slider__img {
  visibility: visible;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px) scale(1);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(0px) scale(1);
  transform: perspective(400px) rotateY(0deg) translateX(0px) scale(1);
  -webkit-transition-delay: 2600ms;
  -moz-transition-delay: 2600ms;
  -ms-transition-delay: 2600ms;
  -o-transition-delay: 2600ms;
  transition-delay: 2600ms;
}

.main-slider__img-shape-1 {
  position: absolute;
  bottom: -42px;
  left: 390px;
  height: 600px;
  width: 700px;
  z-index: -1;
  border-radius: 50%;
  border: 60px solid rgba(var(--eduvers-white-rgb), .03);
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(100px) scale(0.9);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(100px) scale(0.9);
  transform: perspective(400px) rotateY(0deg) translateX(100px) scale(0.9);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  visibility: hidden;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.main-slider .swiper-slide-active .main-slider__img-shape-1 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px) scale(1);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(0px) scale(1);
  transform: perspective(400px) rotateY(0deg) translateX(0px) scale(1);
  -webkit-transition-delay: 3500ms;
  -moz-transition-delay: 3500ms;
  -ms-transition-delay: 3500ms;
  -o-transition-delay: 3500ms;
  transition-delay: 3500ms;
}

.main-slider__img-shape-2 {
  position: absolute;
  bottom: -75px;
  left: 390px;
  height: 600px;
  width: 700px;
  z-index: -1;
  border: 60px solid rgba(var(--eduvers-white-rgb), .03);
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(100px) scale(0.9);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(100px) scale(0.9);
  transform: perspective(400px) rotateY(0deg) translateX(100px) scale(0.9);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  visibility: hidden;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.main-slider .swiper-slide-active .main-slider__img-shape-2 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px) scale(1);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(0px) scale(1);
  transform: perspective(400px) rotateY(0deg) translateX(0px) scale(1);
  -webkit-transition-delay: 3800ms;
  -moz-transition-delay: 3800ms;
  -ms-transition-delay: 3800ms;
  -o-transition-delay: 3800ms;
  transition-delay: 3800ms;
}

.main-slider__discount-box {
  position: absolute;
  top: 100px;
  left: 140px;
  height: 160px;
  width: 160px;
  background-color: rgba(var(--eduvers-white-rgb), .10);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  visibility: hidden;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='160' height='160' viewBox='0 0 160 160'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='160' height='160'/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='160' height='160' viewBox='0 0 160 160'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='160' height='160'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  z-index: 1;
}

.main-slider .swiper-slide-active .main-slider__discount-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 3200ms;
  -moz-transition-delay: 3200ms;
  -ms-transition-delay: 3200ms;
  -o-transition-delay: 3200ms;
  transition-delay: 3200ms;
}

.main-slider__discount-box h3 {
  font-size: 30px;
  line-height: 1em;
  font-weight: 700;
  color: var(--eduvers-white);
}

.main-slider__discount-box p {
  position: relative;
  display: block;
  font-size: 16px;
  color: var(--eduvers-white);
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  margin-top: 8px;
  letter-spacing: 0.05em;
}

.main-slider__video-link {
  position: absolute;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  z-index: 3;
  bottom: 100px;
  left: -90px;
  background-color: rgba(var(--eduvers-white-rgb), .10);
  padding: 20px 45px 20px;
  padding-left: 20px;
  border-radius: 50px;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  visibility: hidden;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.main-slider .swiper-slide-active .main-slider__video-link {
  visibility: visible;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 3200ms;
  -moz-transition-delay: 3200ms;
  -ms-transition-delay: 3200ms;
  -o-transition-delay: 3200ms;
  transition-delay: 3200ms;
}

.main-slider__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: var(--eduvers-black);
  background-color: rgba(var(--eduvers-white-rgb), 1);
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.main-slider__video-icon:hover {
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
}

.main-slider__video-link .ripple,
.main-slider__video-icon .ripple:before,
.main-slider__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--eduvers-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--eduvers-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--eduvers-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--eduvers-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.main-slider__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.main-slider__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.main-slider__video-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: var(--eduvers-white);
}

.main-slider .container {
  position: relative;
  z-index: 30;
}

.main-slider__content {
  position: relative;
  display: block;
  padding-top: 326px;
  padding-bottom: 180px;
  z-index: 15;
}

.main-slider__sub-title {
  position: relative;
  display: block;
  font-size: 16px;
  color: var(--eduvers-base);
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.main-slider .swiper-slide-active .main-slider__sub-title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.main-slider__title {
  position: relative;
  font-size: 65px;
  color: var(--eduvers-white);
  font-weight: 700;
  line-height: 1.2em;
  text-transform: capitalize;
  margin-top: 24px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 3;
}

.main-slider__title span {
  color: var(--eduvers-base);
}

.main-slider .swiper-slide-active .main-slider__title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.main-slider__text {
  position: relative;
  display: block;
  font-size: 18px;
  color: rgba(var(--eduvers-white-rgb), .70);
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 44px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 1;
}

.main-slider .swiper-slide-active .main-slider__text {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.main-slider__btn-and-review-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.main-slider .swiper-slide-active .main-slider__btn-and-review-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.main-slider__btn-box {
  position: relative;
  display: block;
  line-height: 0;
}

.main-slider__btn-box .thm-btn::before,
.main-slider__btn-box .thm-btn::after {
  background-color: var(--eduvers-white);
}

.main-slider__btn-box .thm-btn:hover {
  color: var(--eduvers-base);
}

.main-slider__review-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-slider__review-box ul {
  position: relative;
  display: block;
}

.main-slider__review-box ul li {
  position: relative;
  display: block;
  float: left;
}

.main-slider__review-box ul li+li {
  margin-left: -20px;
}

.main-slider__review-box ul li .img-box {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--eduvers-base);
}

.main-slider__review-box ul li .img-box img {
  width: 100%;
}

.main-slider__review-box .text-box {
  position: relative;
  display: block;
  margin-left: 10px;
  flex: 1;
}

.main-slider__review-box .text-box h3 {
  color: var(--eduvers-white);
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
}

.main-slider__review-box .text-box .student-count {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px;
}

.main-slider__review-box .text-box .student-count p {
  color: var(--eduvers-white);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  font-family: var(--eduvers-font);
  position: relative;
  top: 1px;
}

.main-slider__review-box .text-box .student-count .plus-letter-text {
  color: var(--eduvers-white);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  font-family: var(--eduvers-font);
}

#main-slider-pagination {
  position: absolute;
  left: 60px;
  right: auto;
  top: 55%;
  bottom: 0;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  height: 80px;
  width: auto;
  z-index: 100;
}

#main-slider-pagination::before {
  position: absolute;
  top: -105px;
  left: 50%;
  width: 4px;
  height: 85px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 14%, rgba(255, 255, 255, 0.7595413165266106) 35%, rgba(255, 255, 255, 0.5746673669467788) 57%, rgba(255, 255, 255, 0.19371498599439774) 95%);
  transform: translateX(-50%);
  opacity: 0.3;
  content: "";
}

#main-slider-pagination::after {
  position: absolute;
  bottom: -105px;
  left: 50%;
  width: 4px;
  height: 85px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 14%, rgba(255, 255, 255, 0.7595413165266106) 35%, rgba(255, 255, 255, 0.5746673669467788) 57%, rgba(255, 255, 255, 0.19371498599439774) 95%);
  transform: translateX(-50%);
  opacity: 0.3;
  content: "";
}

#main-slider-pagination .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  background: rgba(var(--eduvers-white-rgb), 0.4);
  border-radius: 50%;
  opacity: 1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(var(--eduvers-white-rgb), 1);
}

#main-slider-pagination .swiper-pagination-bullet::before {
  position: absolute;
  top: -8px;
  left: -8px;
  bottom: -8px;
  right: -8px;
  border: 1px solid rgba(var(--eduvers-white-rgb), 0.4);
  border-radius: 50%;
  transform: scaleX(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
#main-slider-pagination .swiper-pagination-bullet:hover {
  transform: scaleX(1.0);
  border: 1px solid rgba(var(--eduvers-white-rgb), 1.0);
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-top: 25px;
}

/*--------------------------------------------------------------
  # Main Slider Two
  --------------------------------------------------------------*/
.main-slider-two {
  position: relative;
  display: block;
  background-color: var(--eduvers-black);
  z-index: 10;
}

.main-slider-two .swiper-slide {
  position: relative;
  background-color: var(--eduvers-black);
}

.main-slider-two__bg-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  z-index: -1;
}

.main-slider-two__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1000ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1000ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1000ms ease-in;
  transition: transform 7000ms ease, opacity 1000ms ease-in, -webkit-transform 7000ms ease;
  z-index: -1;
}

.main-slider-two__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--eduvers-black-rgb), .85);
  z-index: -1;
}

.main-slider-two .swiper-slide-active .main-slider-two__bg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.main-slider-two__content {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 166px;
  padding-bottom: 276px;
  z-index: 10;
}

.main-slider-two__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 450px;
  background-color: rgba(var(--eduvers-white-rgb), .02);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-200px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-200px);
  transform: perspective(400px) rotateY(0deg) translateY(-200px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  visibility: hidden;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: -1;
}

.main-slider-two .swiper-slide-active .main-slider-two__shape-1 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1700ms;
  -moz-transition-delay: 1700ms;
  -ms-transition-delay: 1700ms;
  -o-transition-delay: 1700ms;
  transition-delay: 1700ms;
}

.main-slider-two__shape-2 {
  position: absolute;
  top: 350px;
  left: 0;
  right: 0;
  bottom: 0px;
  background-color: rgba(var(--eduvers-white-rgb), .02);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(200px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(200px);
  transform: perspective(400px) rotateY(0deg) translateY(200px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  visibility: hidden;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: -1;
}

.main-slider-two .swiper-slide-active .main-slider-two__shape-2 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1700ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.main-slider-two__sub-title-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.main-slider-two .swiper-slide-active .main-slider-two__sub-title-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.main-slider-two__sub-title {
  position: relative;
  display: block;
  font-size: 16px;
  color: var(--eduvers-base);
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  font-family: var(--eduvers-font-two);
}

.main-slider-two__sub-title-shape {
  position: relative;
  display: block;
  height: 2px;
  width: 20px;
  background-color: var(--eduvers-base);
}

.main-slider-two__title {
  position: relative;
  display: block;
  font-size: 60px;
  color: var(--eduvers-white);
  font-weight: 700;
  line-height: 1.2em;
  text-transform: capitalize;
  margin-top: 23px;
  margin-bottom: 21px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.main-slider-two__title span {
  color: var(--eduvers-base);
}

.main-slider-two .swiper-slide-active .main-slider-two__title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.main-slider-two__text {
  color: rgba(var(--eduvers-white-rgb), .70);
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.main-slider-two .swiper-slide-active .main-slider-two__text {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.main-slider-two__btn-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 42px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.main-slider-two .swiper-slide-active .main-slider-two__btn-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.main-slider-two__btn {
  position: relative;
  display: block;
  line-height: 0;
}

.main-slider-two__btn .thm-btn::before,
.main-slider-two__btn .thm-btn::after {
  background-color: var(--eduvers-white);
}

.main-slider-two__btn .thm-btn:hover {
  color: var(--eduvers-base);
}

.main-slider-two__video-link {
  position: relative;
  display: block;
}

.main-slider-two__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: var(--eduvers-white);
  background-color: rgba(var(--eduvers-base-rgb), 1);
  border-radius: 50%;
  margin: 0 auto 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.main-slider-two__video-icon:hover {
  background-color: var(--eduvers-white);
  color: var(--eduvers-black);
}

.main-slider-two__video-link .ripple,
.main-slider-two__video-icon .ripple:before,
.main-slider-two__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--eduvers-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--eduvers-base-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--eduvers-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--eduvers-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.main-slider-two__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.main-slider-two__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.main-slider-two__nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  transform: translateY(-50%);
  padding: 0px 50px 0px;
  height: 0;
  line-height: 0;
  z-index: 100;
}

.main-slider-two__nav .swiper-button-next,
.main-slider-two__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 52px;
  height: 52px;
  font-size: 18px;
  color: rgba(var(--eduvers-white-rgb), .20);
  opacity: 1;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  transition: all 500ms ease;
  border-radius: 50%;
  border: 2px solid rgba(var(--eduvers-white-rgb), .20);
  background: transparent;
}


.main-slider-two__nav .swiper-button-next:hover,
.main-slider-two__nav .swiper-button-prev:hover {
  color: rgba(var(--eduvers-white-rgb), 1);
  border: 2px solid rgba(var(--eduvers-white-rgb), 1);
}

.main-slider-two__nav .swiper-button-next::after,
.main-slider-two__nav .swiper-button-prev::after {
  display: none;
}

.main-slider-two__nav .swiper-button-next {
  margin-top: 10px;
}

/*--------------------------------------------------------------
# Banner One
--------------------------------------------------------------*/
.banner-one {
  position: relative;
  display: block;
  padding: 185px 0 185px;
  background-color: var(--eduvers-primary);
  overflow: hidden;
  z-index: 5;
}

.banner-one__shape-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .03;
  z-index: -1;
  mix-blend-mode: luminosity;
}

.banner-one__img-shape-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 640px;
  background: rgba(var(--eduvers-base-rgb), .40);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='640' height='790' viewBox='0 0 640 790'%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAoAAAAMWCAYAAABhhTfJAAAQAElEQVR4AezdCXyddZX4/3Oee9PSlqXQJaEgglNRCzQNVZzapJP/uM/6n1Fm1NFxxJVBBRU33MZlUMcNdNxwwxWdoo4LgghySZoWhDRJgTpARWRpk3Sh0NIlyX3O7zxtWVrSJje59z7bJ69zmuTmPt/vOe9vKOd1b3MTyCTejl+yZFpTc9uHGxe1PUhiwPcA3wN8D/A9wPcA3wN8D6Tie+BPkxoAh3Y0tJnKX/gMeSQpGAgG/HfA90B6vgc4K86K74Ecfw/MnNQAKGrPc7w/9yQQQAABBBBAAAEE0iFQnvAAOGdB++Eq8lTvc6onkUIBSkYAAQQQQACBfApMaAA8sb39sGBK+WUicoongQACCCCAAALpEaBSBGRCA+D2beWj3e5vPZ/sSSCAAAIIIIAAAgikSGBCA+Bhu0Z2e4+nek7xJBBAIG0C1IsAAgggkGuBigfAeYsXTx+ZEjzbRBj+cv2tQ/MIIIAAAgggkDaBR+qteAAMR6afahZ8WEWOe2QR3iOAAAIIIIAAAgikR6DiAVAkmCEmp3mL6kkggAACCKRKgGIRQAABqeyHQJpa2uZYYM8WlcPAQwABBBBAAAEEEEinQEWPAJbVFotZ9NO/6eyWqvcI8AcCCCCAAAII5FugogFQLYhe968l32R0jwACCCCAQCoFKBqBRwUqGgADkyP8ymmeBAIIIIAAAggggEBKBcY7AGrTotZ2E1ua0j4pGwEEIgESAQQQQAABFxjfALh4cdEkeJ7f/5meBAIIIIAAAggggECKBA4sdVwD4PFTphRFLPq3fzMPXIDPEUAAAQQQQAABBNIlMK4BcNeWoMhLv6TrYKkWAQQQ2F+AzxBAAIHHBMYcAE84rfXoYFrhjWL6tMcu4yMEEEAAAQQQQACBtAqMOQAOFYpHeXN/6U8BN/l7IsUClI4AAggggAACCEQCYw6AQVg+RiU83e9c8CQQQAABBBBAIF0CVIvAEwQOOQAuWLBgShjoaSI6RXhDAAEEEEAAAQQQyITAIQfArdPmPmXPa/+Z8OLPmThumsitAI0jgAACCCDwOIFDDoAjZXuS3/cMUZnq7wkEEEAAAQQQQACBFAkcrNTgYF+Ibg80jH4A5GT/WD0JBBBAAAEEEEAAgQwIHHQAPH7JkmlicpL3yNO/jkAggAAC6RSgagQQQOCJAgcdAHfvaHh6KPKsJ17CLQgggAACCCCAAAJpFjjoABioPMOf9+XFn9N8uvtq5x0CCCCAAAIIIPB4gYMOgCJ2it/xGZ4EAggggAACCKRPgIoROKjAQQdAE4t+AKThoFfyBQQQQAABBBBAAIFUCow6ADae1voUFY1eAiaVTVE0AgjsE+AdAggggAACowg8cQBsby9KUc/w+57oSSCAAAIIIIAAAgikTGCscp8wAM7eMDxNQ3umX3iCJ4EAAggggAACCCCQMYEnDICHFcMGU53vfc70JBBAAAEEUilA0QgggMDBBZ4wAI5MKRb87k2eBAIIIIAAAggggEAGBZ4wAJaLhYKp8NO/GThsWkAAAQQQQAABBEYT2G8APP6UJccEw+WXqcmxo92Z2xBAAAEEEEAg8QIUiMCYAvsNgOXDgsNV5GS/aoYngQACCCCAAAIIIJBBgf0HQAtmhiLRbwA5PIO90hIC+RGgUwQQQAABBA4hsN8AaOXwSH8EMPr1b/vdfojr+RICCCCAAAIIIIBAQgTGW8Z+g55qYH7hNE8CAQQQQAABBBBAIKMCjw2A7e1FDe0Y79MfBPQ/CQQQQACBFApQMgIIIDC2wKMDYNNWOV4Cea5fMsWTQAABBBBAAAEEEMiowKMDYKh2rIhGv/+3ILylWoDiEUAAAQQQQACBQwk8OgCalo8S00a/86O3+ccEAggggAACCKRDgCoRGLfAo8NeoSzHilr0GoDjvpg7IoAAAggggAACCKRP4NEB0ERnevnRD4H4OwIBBFIpQNEIIIAAAgiMQ2DPADhv8eLpojJnHPfnLggggAACCCCAAAIJE6i0nD0D4JBMP0pEZwlvCCCAAAIIIIAAApkXCOTMMwtBGJwoYk2Z75YGEUAAgcwK0BgCCCAwfoFA7ror0HJ5tl/CI4COQCCAAAIIIIAAAlkXCOY/ODdQFR8AzZ8Gznq72e6P7hBAAAEEEEAAgfEIBNuml4umMk9kz2sACm8IIIAAAgggkCoBikWgYoEgukIlaBARfgOIIxAIIIAAAggggEDWBYLdwVCDSfgMbzR6HUB/RyCAQOoEKBgBBBBAAIEKBIIjyyMqex8B3PNoYAXXclcEEEAAAQQQQACBGAUmuvWeoU81tIkuwHUIIIAAAggggAAC6RLYMwCmq2SqRQABBBB4TICPEEAAgcoFgmBWcaeZjFR+KVcggAACCCCAAAIIpFEg2PFQ+WQv/GhPIqUClI0AAggggAACCFQiEAQmrxbRU4Q3BBBAAAEEEEiTALUiMGGBwMy2+NW7PAkEEEAAAQQQQACBHAgEIjpbRKZ5EgggkDYB6kUAAQQQQGACAv4MsD7NrzvGk0AAAQQQQAABBBBIgcBkSwxULPoVcP5I4GSX4noEEEAAAQQQQACBNAgEahJ6obwQtCMQCCCAQHoEqBQBBBCYuEBgKtEPgDAATtyQKxFAAAEEEEAAgVQJRE/9nuoVN3gSKROgXAQQQAABBBBAYCIC0QB4rF8Yvfd3BAIIIIAAAggkXIDyEJi0QDT4DU16FRZAAAEEEEAAAQQQSI1ANACmplgKRQCBfQK8QwABBBBAYBICDICTwONSBBBAAAEEEECgngLV2osBsFqSrIMAAggggAACCKREgAEwJQdFmQgggMBeAf5EAAEEJi/AADh5Q1ZAAAEEEEAAAQRSJcAAmKrj2lssfyKAAAIIIIAAApMRYACcjB7XIoAAAgggUD8BdkKgagIMgFWjZCEEEEAAAQQQQCAdAgyA6TgnqkRgrwB/IoAAAgggUAUBBsAqILIEAggggAACCCBQS4Fqr80AWG1R1kMAAQQQQAABBBIuwACY8AOiPAQQQGCvAH8igAAC1RNgAKyeJSshgAACCCCAAAKpEGAATMUx7S2SPxFAAAEEEEAAgWoIMABWQ5E1EEAAAQQQqJ0AKyNQdQEGwKqTsiACCCCAAAIIIJBsAQbAZJ8P1SGwV4A/EUAAAQQQqKIAA2AVMVkKAQQQQAABBBCopkCt1ooGwEKtFmddBBBAAAEEEEAAgeQJRANgj5c17EkggAACCCROgIIQQACB6gtEA+B2X9Y8CQQQQAABBBBAAIEcCARqwlPACT9oykMAAQQQQAABBKopED0CWM31WAsBBBBAAAEEqiPAKgjUTCAwtS2++k5PAgEEEEAAAQQQQCAHAoGJ3OF9RkOgvyMQQCBRAhSDAAIIIIBADQQClaBBhH8H6AYEAggggAACCCCQCIFaF+EDoD3kmwx5EggggAACCCCAAAI5EAgstN97n5s9CQQQQACBxAhQCAIIIFA7AX4KuHa2rIwAAggggAACCCRSIAg1uE9MoheDTmSBeS6K3hFAAAEEEEAAgVoIBFOnD/+fqPEUcC10WRMBBBBAAIHKBbgCgZoLBPKQTBPRGcIbAggggAACCCCAQC4Egh2HhyP+FPBd3u3DngQCCCRBgBoQQAABBBCooUDQsPOosj8FPOB77PIkEEAAAQQQQAABBGISqNe2QcOMbaGY7vANeQTQEQgEEEAAAQQQQCDrAsGRDz5Y1kDu9Ub7PQkEEEAAgVgF2BwBBBCovUCwdu7cUCSMHv3bWfvt2AEBBBBAAAEEEEAgboFASqVyeXdDp5pcH3cx7L9XgD8RQAABBBBAAIFaCkS/CcQ2ri1tN5GtwhsCCCCAAAIIxCXAvgjUTSAaAPdspirFPR/wBwIIIIAAAggggECmBR4dAMUk+jeAI5nuluYQSLoA9SGAAAIIIFAHgUcHwFB0ve93pyeBAAIIIIAAAgggUEeBem/16AAYaLjFHwWMhkCrdxHshwACCCCAAAIIIFA/gUcHQCsHm1X1ft+67EkggAACCNRVgM0QQACB+gk8OgAOTZlyj5jd5FsPexIIIIAAAggggAACGRV4dAB8oPuaB0PV1RntMxVtUSQCCCCAAAIIIFAPgUcHwGizwt6Xgol+Gjj6lEQAAQQQQACB2guwAwJ1F9hvABTd8yvh7q17FWyIAAIIIIAAAgggUDeB/QbAsobRbwO5xXfnUUBHIBComwAbIYAAAgggUEeB/QbAw4aCLabaKyYP1rEGtkIAAQQQQAABBHIpEFfT+w2AwayiP/IXDorKUFwFsS8CCCCAAAIIIIBAbQX2GwDvLpV2FYNi9FIwD9d2W1ZHAAEEENgrwJ8IIIBA/QX2GwCj7Yd3yn3+/g+eBAIIIIAAAggggEAGBZ4wAJaP2Bn4U8B3e688CugI9Qj2QAABBBBAAAEE6ikQHLjZ9CAYFtN1fvuAJ4EAAggggAACtRFgVQRiE3jCAHjfqlW7TPV3Ivan2KpiYwQQQAABBBBAAIGaCTxhAPSdbPAovUlM7vKPCQQQqKUAayOAAAIIIBCDwGgDoEipNCKqg15P2ZNAAAEEEEAAAQQQqKJA3EuNPgDureqP/o6ngR2BQAABBBBAAAEEsiRw0AEw0LBHVKLXBMxSv/SCAAIIJESAMhBAAIH4BA46AG7o6bpZRH8jvCGAAAIIIIAAAghkSuCgA2DUpZpF/wYwyuhTssoCLIcAAggggAACCMQhcMgBsBxYv5jdGUdh7IkAAggggEBGBWgLgdgFDjkAFtXWmsoPvcrtngQCCCCAAAIIIIBABgQOOQBu6O66R8PgO2LCAJiBw6aFBAlQCgIIIIAAAjEKHHIAjOqyoh0hqvw7wAiDRAABBBBAAAEEJiGQlEvHHAB12Lar2q1eMEOgIxAIIIAAAggggEDaBcYcAHcXiltCkS4R25T2ZqkfAQQQiF+AChBAAIH4BcYcALf2lh4qqF4uovxWEOENAQQQQAABBBBIv8CYA6C3GG5Y3fF7f7/ek6iCAEsggAACCCCAAAJxCoxnAJQFCxZM8SLXem71JBBAAAEEEECgcgGuQCAxAuMaANeuXTtiIjd51Xd4EggggAACCCCAAAIpFhjXAOj9hTZUuEZUfucfEwggMFEBrkMAAQQQQCABAuMdAGXj2lL0YtDRI4APJaBuSkAAAQQQQAABBFIjkLRCxz0ARoWrhOtMrS/6mEQAAQQQQAABBBBIp0BFA6CVrVtFrvdWQ08CAQQQQGDcAtwRAQQQSI5ARQPgwJqVg2p6g5fPTwM7AoEAAggggAACCKRRoKIBMGowVLvP30dD4LC/JyoQ4K4IIIAAAggggEASBCoeAIes+Ccz/bkX/6AngQACCCCAAAKHFuCrCCROoOIBcGtvaWuxLL/yTjZ6EggggAACCCCAAAIpE6h4AIz6Cxtsl79f7TnkSSCAwFgCfB0BBBBAAIEECUxoAOw/qvBAoHqJ99HjSSCA9z1IGwAAEABJREFUAAIIIIAAAgiMIpDUmyY0AEqpNLKhp6NDTaIXhk5qb9SFAAIIIIAAAgggMIrAxAbAfQuZ6j3+IU8DOwKBAAIIjC7ArQgggEDyBCY1AKqVL/NHAX+UvLaoCAEEEEAAAQQQQOBgApMaAPv7um4zsdLBFuf2vQL8iQACCCCAAAIIJElgUgNg1IiJPODv7/IkEEAAAQQQQOAxAT5CILECkx4Ap4yUrzezT3qHuz0JBBBAAAEEEEAAgYQLTHoAvO+2VVuCQFd4n1s8CQQQeLwAHyOAAAIIIJBAgUkPgFFPZdNhUb3ZP+Yngh2BQAABBBBAAIF8CyS9+6oMgBsLD99tau/3Zu/0JBBAAAEEEEAAAQQSLFCVAVC6u4cHdcfv1eTeBPdKaQgggEAdBdgKAQQQSK5AdQZA7+/EI44ohGK/8Q/v9iQQQAABBBBAAAEEEipQtQHw7lJpV7G48yve5zWehIiAgAACCCCAAAIIJFGgagNg1Nz67u4dJnq7f7zVk0AAAQQQQCCPAvSMQOIFqjoARt1qWX7t73/pSSCAAAIIIIAAAggkUKDqA+DALR23eJ8dnrwkjCMQORWgbQQQQAABBBIsUPUBMOrVArnRRH7uHw97EggggAACCCCAQC4E0tJkTQZAHZn2B1H7hSM85EkggAACCCCAAAIIJEigJgPgwJqrHy6H5Wu9zx7PsieBAAII5ESANhFAAIHkC9RkAIzanjZdtojZxSryh+hzEgEEEEAAAQQQQCAZAjUbAO9btWrnQN+KX5pY9DuCw2S0W58q2AUBBBBAAAEEEEiyQM0GwH1Nq0nwK//4/zwJBBBAAAEEsixAbwikRqDWA6ANSXCFmPLbQVLzLUGhCCCAAAIIIJB1gVoPgLK1t7TV1K5zyLs8CQSyLUB3CCCAAAIIpECg5gNgZDAkhZKY/Hf0MYkAAggggAACCGRNIG391GUA3PMoYEGuVZE70gZEvQgggAACCCCAQNYE6jIARmhTpo7caSr/7h+v9yQQQACBjAnQDgIIIJAegboNgNHLwkw7qtDlNKs9zZNAAAEEEEAAAQQQiEGgbgPgo72p/q9/nMkfCPG+CAQQQAABBBBAIPECdR0A7y6VdjUcNvwDV/mtJ4EAAggggEAWBOgBgdQJ1HUAjHSip4LN7Er/+CZPAgEEEEAAAQQQQKDOAnUfAKP+Zg9vuUJNvuMfj3gSCKRfgA4QQAABBBBIkUAsA+DatWuHApOVqvZztwo9CQQQQAABBBBAIHUCaS04lgEwwlq/prMnNP2sf7zZk0AAAQQQQAABBBCok0BsA6D3Z2FB7lKV7/rHD3oSCCCAQAoFKBkBBBBIn0CcA6Bs6u7cEAblL4np79NHR8UIIIAAAggggEA6BWIdACOyQdl9jwTyM/94o2cqg6IRQAABBBBAAIE0CcQ+AEp393AhCL5uIlekCY5aEUAAAQRyLwAAAqkViH8AdLr13aVN/jTwZf7h7zwJBBBAAAEEEEAAgRoKJGIAjPob7Ou4xsy+4R8PeRIIpEOAKhFAAAEEEEihQGIGQLcLC0W7yt9/35NAAAEEEEAAAQQSK5D2wpI0AMqG7q57gsC+aCK3px2W+hFAAAEEEEAAgaQKJGoAjJA2HFnsU7Uv+cf8VLAjEAggkFQB6kIAAQTSK5C4AVBKpZFwd/GbTnqNJ4EAAggggAACCCBQZYHkDYDe4Ma1pe0qdol/uMozsUFhCCCAAAIIIIBAGgUSOQBGkP29K0pistxzV/Q5iQACCCCAQEIEKAOB1AskdgCMZHdr4Vsq8s7oYxIBBBBAAAEEEECgOgKJHgC39pa2Wmi/ErHrvN0RTwKBZAhQBQIIIIAAAikWSPQAGLkOzCreo2ZvEdFbhTcEEEAAAQQQQCBGgaxsnfgBMPqp4P6jG273RwG/7eh/9CQQQAABBBBAAAEEJiGQ/AEwaq5UGpk1tPlLJtHTwRJGN5EIIIBAPALsigACCKRfIB0DoDuvXbt2SFS+5rncPyUQQAABBBBAAAEEJiiQmgEw6m+wZ0WfSuhPBVus/x4wqoVEAAEEEEAAAQTSKpCqATBCPnzbkb8VCT7uHw96EggggAACCNRLgH0QyIxA6gbAdeuu3D21HF5pKl/0U9jiSSCAAAIIIIAAAghUIJC6ATDq7Z5bVjzghX9ZVH7jn5c9CQTqI8AuCCCAAAIIZEDA56h0dtHf07kxkPDTXv2vPQkEEEAAAQQQQKBmAllbOLUDYHQQG3q6blYLfAjU3uhzEgEEEEAAAQQQQGBsgVQPgFF7/X3XXycmn/CPH/QkEEAAgRoJsCwCCCCQHYHUD4DRUYTDwRWi+g4fBHdFn5MIIIAAAggggAACBxfIxAC4cW1p+0BPxzdU5FIR2eFZk2BRBBBAAAEEEEAgCwKZGAAfOYigWPiAf3y1J4EAAggggEC1BFgHgcwJZGoAXN9d2hSKvstP6fueBAIIIIAAAggggMAoApkaAKP+NvZ23Bla+BVRuSX6nESgKgIsggACCCCAQIYEMjcARmcz4+iGm83kg2LSH31OIoAAAggggAACExHI6jWZHADvLpV2DfZ2/lzFLvCD2+RJIIAAAggggAACCOwTyOQAuK+38LCji5eJ6cUmct++23iHAAIIVCjA3RFAAIHsCWR5AJTokcBpRwefVrPv+dHx8jCOQCCAAAIIIIAAApkeAKPjjYZADfSzPgR+2T/3BwP9zwqDuyOAAAIIIIAAAlkSyPwAGB1Wf0/nxsDsa/7x18WE3xbiEAQCCCCAwJgC3AGBzArkYgCMTm/9mq7bAy3/p6j82D8f8iQQQAABBBBAAIFcCuRmAIxOd0PPyj8FhfACVfulfx56EggcWoCvIoAAAgggkEGBXA2A0flt6O66x9Q+5R//ypNAAAEEEEAAAQSeIJD1G3I3AEYHOrC66wbT4EJV+XX0OYkAAggggAACCORJIJcDYHTAgz3XrwrKEr1Q9E3R5yQCCCCwvwCfIYAAAtkVyO0AGB3p+jWdqy2Q15nK6uhzEgEEEEAAAQQQyINArgfA6IAHV3euEZO3jjYERl8nEUAAAQQQQACBrAnkfgCMDnSwt7NLy/pOhsBIg0QAAQRyLwAAApkXYADcd8QDazp+G4TB+aJyy76beIcAAggggAACCGRSgAHwccfa33f9dSL2dr/pD55EngXoHQEEEEAAgQwLMAAecLgDPSuuCVTP8ptv8yQQQAABBBBAIEcCeWmVAXCUk97Q09ERBsbTwaPYcBMCCCCAAAIIpF+AAfAgZ7hx9Yqr1OS9/mVeJ9ARCATyI0CnCCCAQPYFGAAPccb9vZ1XqMiHhR8MOYQSX0IAAQQQQACBtAkwAI5yYo+/yYfAK83kbL+tz5NAAAEEEEAAAQRSL8AAOPYRhtHrBEoQvsnvutKTQAABBBDIpgBdIZAbAQbAcR71wOquG4IweI+aXDXOS7gbAggggAACCCCQSAEGwAqOZcOa6ztDlY+p2k8quIy7pkmAWhFAAAEEEMiBAANghYccPR0clPU/9z0SaBVezt0RQAABBBBAIIECeSuJAXACJ75+TedqM/13n/5+7JePeBIIIIAAAggggEBqBBgAJ3hUA2s6/li2kfNE9JsistuTQACBVAtQPAIIIJAfAQbASZz15r5V9wc6cqGIfcWXGfIkEEAAAQQQQACBxAswAD7uiCby4YaelX8qhsVPi+inRORhTwIBBBBAAAEEEEi0AANgFY7n/jWl+6bNDD4mahf4coOeBAIIIIBAegSoFIHcCTAAVunI7y6Vdg30rPi8qXzIl9zkSSCAAAIIIIAAAokUYACs8rEM9nR+xUTP82Xv8iTSIkCdCCCAAAII5EiAAbAGhz3Y2/F9UXmDiPYKbwgggAACCCCQWIG8FsYAWKOTH+jpvDbQ8uuFIVB4QwABBBBAAIFkCTAA1vA8NvR03RyanGUiHTXchqURQGBSAlyMAAII5E+AAbDGZ76xr6NHCuWzVPQ7Nd6K5RFAAAEEEEAAgXEJMACKyLikJnGnwe6VfxiauvstInbxJJbhUgQQQAABBBBAoCoCDIBVYRx7kS033vhQobDzAhN9p9+b1wp0BAIBBBCIWYDtEcitAANgHY9+fXf3jsGnNn7Onw7+iG/7J08CAQQQQAABBBCouwADYL3Jly8v988Mvqoq5/vWXZ5EnALsjQACCCCAQA4FGADjOPRSaaS/p/Nyk+DDptbpJZgngQACCCCAAAJ1Esj7NgyAMX4HDPZef00Q2tkitlxMdsVYClsjgAACCCCAQI4EGADjPWzr7+u6rRgW36Eil4rIw54EAgjURYBNEEAAgfwKMAAm4OzvX1O6r7+4460+BEY/HLI5ASVRAgIIIIAAAghkWCDXA2CizrW7e/iYoc0XmdrbvK51ngQCCCCAAAIIIFATAQbAmrBObNG1a9cODfas+K5K8AofBKMfDhHeEEAAAQSqLsCCCORegAEwgd8C/b3X31QQe7uq/cTL2+1JIIAAAggggAACVRNgAKwaZXUX2tDTdbOVw7NF9SJfebsnUU0B1kIAAQQQQCDHAgyACT78gTUrB3db8Akx+aCXudWTQAABBBBAAIFJCHDpXgEGwL0Oif1za29p60Bf58Uieo6I/N6TQAABBBBAAAEEJiXAADgpvrpdHA70dvwgCOxVKrKibruyEQKZFKApBBBAAAEGwBR9D2xYvaLbwsLZovKjFJVNqQgggAACCCCQMIFcDoAJO4OKyhlYU7pVytNe648Evtsv3OlJIIAAAggggAACFQkwAFbElYw7D6y5+uH+3s7/Ug1fIib9yaiKKhBAAIHEC1AgAgjsE2AA3AeRxnf9PV1XFkz+WlV+ncb6qRkBBBBAAAEE4hFgAIzHvWq7rl/TudoXe5WYfcLfE2MJ8HUEEEAAAQQQEAbADHwT9Pd0bhzoW3GBmb5ERO8X3hBAAAEEEEBgPwE+2V+AAXB/jzR/ZoN9HT9RtfO8ibWeBAIIIIAAAgggMKoAA+CoLOm90R8NvFw1PF9UfpveLqgcgVoIsCYCCCCAwCMCDICPSGToffTDISryFhP7opjsylBrtIIAAggggAACVRDI1QBYBa/ULOGPBK6dMlz+oKqe70Xf5UkggAACCCCAAAJ7BBgA9zBk84/7blu1pX9m8FUzPds7vNpz2JNAAAEE8iZAvwggcIAAA+ABIJn7tFQaGezruDoUfbM/JXyJ9xd6EggggAACCCCQYwEGwJwc/sbejjtDk8+b6Fe85W2e+Qq6RQABBBBAAIFHBRgAH6XI/geb+lbcceT2GW83lej3CN+Z/Y7pEAEEEEAg7wL0P7oAA+DoLpm9dd26K3cP9nR+WVTOVn6FXGbPmcYQQAABBBA4lAAD4KF0Mvy1gZ7Oa1XKb/QWP+e5w5NAIKMCtIUAAgggcKAAA+CBIjn6fEPPyj8NPLXpnd7yuZ5/8CQQQAABBBBAIAcCuRgAc3COE29x+f723QEAABAASURBVPLyQG/n103k1SL2m4kvxJUIIIAAAgggkBYBBsC0nFSN6xzs7ewqjASv9W14StgRCAQQyIQATSCAwEEEGAAPApPHm9ff2nHvrKHN71GRc7z/uz0JBBBAAAEEEMigAANgBg91Mi2tXbt2qL+381IJwpdn4inhyWBwLQIIIIAAAhkVYADM6MFOtq2B1V03jFj5Nb7ORZ7bPQkEEEAAAQRSI0ChhxZgADy0T66/urlv1f0N00YuULO3OgQvHO0IBAIIIIAAAlkQYADMwinWsIf7Vq3a2d+34lsS2qvU5CrfyjwJBFIgQIkIIIAAAgcTYAA8mAy37ycwsGbFjWF5yr/5o4Gf9S9s9iQQQAABBBBAIKUCmR4AU3omiS178NZrB4rTyx9QkfO9yD5PAgEEEEAAAQRSKMAAmMJDi7PkPU8J93Z+258OfoOq/URMdsVZD3sjgAACowhwEwIIjCHAADgGEF8eVcD6+zp/Z+XwbFGJXjh6/aj34kYEEEAAAQQQSKQAA2AijyUdRQ2sWTk4MLPwQRN9l1f8O0/zTEZQBQIIIIAAAggcVIAB8KA0fGFcAqXSyGBvx/cDDc8Rscv8mp2eBAIIIIAAArEIsOn4BBgAx+fEvcYQ2NDTdXPDcPktYnqhiN4vvCGAAAIIIIBAYgUYABN7NOkr7L7bVm0Z6Ov4mKqd59Wv8iQQiEGALRFAAAEExhJgABxLiK9XLNDf03m5lPWNJvJtv3jIk0AAAQQQQACBBAlkcgBMkG9uSxm4peOWkalDb1WR9zvCBk8CAQQQQAABBBIiwACYkIPIYhlbbrzxof7ezk+p6OvE9IYs9khPCCCQKAGKQQCBcQowAI4TirtNXKC/t+NXQUHO8hW+5enPDPufBAIIIIAAAgjEJsAAGBt9vjbesLrj9+Wd4blm9qaaPhqYL1a6RQABBBBAYEICDIATYuOiiQhsur1r22DfikuCYORlfv3XPfkBEUcgEEAAAQQmL8AKlQkwAFbmxb2rILChZ+WfCoUd5/pS7/a8x5NAAAEEEEAAgToKMADWEZutHhNY3929Y6C38yIzfb2pdT72FT5CYKICXIcAAgggMF4BBsDxSnG/mggM9nVcLUH4Gl/8a57DngQCCCCAAAII1FggUwNgja1YvkYCg90r/yDhtLeJ2vm+xR89CQQQQAABBBCooQADYA1xWXr8AgNrrn54oGfFF/wp4TeJ2G/GfyX3RAABBAQCBBCoUIABsEIw7l5TAYueEi6bvFlMP+87bfYkEEAAAQQQQKDKAgyAVQZluckLbOpbcUfD9OH3SKj/5I8GXjeuFbkTAggggAACCIxbgAFw3FTcsZ4C961atXNgTcdvVYpn7Xs0cHc992cvBBBAAIF0CFDlxAQYACfmxlV1EujvLd0tdtgFonqOb8kPiDgCgQACCCCAwGQFGAAnK8j1NRfY+wMiHd8w0Vf6Zld7jngSCOwT4B0CCCCAQKUCDICVinH/2AQGeztWlgvybypykYg85EkggAACCCCAwAQEMjEATqBvLkmpwKbuzg39MwvvNbU3m8jtKW2DshFAAAEEEIhVgAEwVn42n5BAqTQy2LPiu4GFLzHRL/ka2zwJBBDInwAdI4DABAUYACcIx2XxC/T3dd3mTwufI2bneTV3ehIIIIAAAgggMA4BBsBxIHGXBAt4aQN9K74pob3KRK/0TwkEEEAAAQQQGEOAAXAMIL6cDoGBNStuLBaCf1WRT4vJrnRUTZUIIIAAAhMV4LrJCTAATs6PqxMksL67tKm/t/OdFtgbvay7PAkEEEAAAQQQGEWAAXAUFG5Kt8Bgz4rvBBr+M08Jp/scx66eeyCAAAIITFSAAXCiclyXaIENPV03B2qvNpH/8kKHPQkEEEAAAQQQ2CeQ6gFwXw+8Q2BUgf6ezo2DvZ3vNtHX+B3u9iQQQAABBBBAwAUYAB2ByLbAYG/H94PAXuqDID8lnO2jprv8CNApAghMUoABcJKAXJ4OgQ2rV3RrOPJvXu3H+SlhVyAQQAABBHItwACY6+NPcfMTKH1gzcrBgcKOD0kg0VPCvHD0BAy5BAEEEEAgGwIMgNk4R7oYr0B39/BAT+cPQyn/k6j+YryXcT8EEEAAgWQIUEV1BBgAq+PIKikT2Ni7srfY0PAaUfuYl77Zk0AAAQQQQCA3AgyAuTlqGj1Q4P7fXbt51u4tHzWV6IWj1xz4dT5PqgB1IYAAAghMVoABcLKCXJ9qgbVr1w4N9nT+WC18hYks92Z4zUBHIBBAAAEEsi2QygEw20dCd3EI9Pd13TYydeh1PgRe5Pvv8CQQQAABBBDIrAADYGaPlsYqFdhy440PhTvDj/p17/Pc4EkggECyBKgGAQSqJMAAWCVIlsmGwKbbu7YN9HZeJKG+0jta5UkggAACCCCQOQEGwMwdacYbqlN7A2s6fhto+eWi+k3fcqcngQACCCCAQGYEGAAzc5Q0Um2BDT0r/zQQPPwmUXm3iN4vvCGAAAIIxCbAxtUVYACsrierZU1g7wtHf0EljJ4Svilr7dEPAggggEA+BRgA83nudF2hQH/vilIQ6KtF7DcVXsrdqybAQggggAAC1RJgAKyWJOtkXmDD6o7fF8PiWSb2RW/2YU8CAQQQQACBVAqkagBMpTBFZ0rg/jWl+2YPbXm7mb7DG1vnSSCAAAIIIJA6AQbA1B0ZBcctsOe3h/R1fFXFXu+1rPQkEECgtgKsjgACVRZgAKwyKMvlRyD6d4GFQuG1YnJtfrqmUwQQQACBLAgwAGbhFPPQQ0J7XN9d+j8xfb2afEVMdiW0TMpCAAEEEEBgPwEGwP04+ASBygUG1nT8sTxceKeqRf8u8I+Vr8AVCCCAAAIHE+D22ggwANbGlVVzJrBxbWm7PyX8JdXwHG/9bk8CAQQQQACBxAowACb2aCgsjQL9PV1XSmgvE5XfprH+ZNZMVQgggAAC1RZgAKy2KOvlXmBgzYoby4FEvznkc46xzZNAAAEEEEAgUQKpGAATJUYxCIxDYFN354aGaSPvM9GP+N0f8iQQQAABBBBIjAADYGKOgkKyJnDfqlU7BwsPX6wqr/WnhG/JWn/0g0AdBNgCAQRqJMAAWCNYlkVgj0B393B/T+flJvYqHwR/7beFngQCCCCAAAKxCjAAxsrP5mMKZOQOgz0r+sqhvtdEvust7fQkEEAAAQQQiE2AATA2ejbOm8DGvo4eDcvvEt3z7wIfzFv/9IsAAghUIsB9ayvAAFhbX1ZHYD+BgTUrB3db8BUR/ZCI3ONJIIAAAgggUHcBBsC6k7Nh3gW29pa2DvR2XGxm56lIT949Dt4/X0EAAQQQqJUAA2CtZFkXgTEEBvtW/FTD4Fy/2/WeBAIIIIAAAnUTSPQAWDcFNkIgJoENa67vDIPC61T0OzGVwLYIIIAAAjkUYADM4aHTcrIENq4urTt8+4w3qNlnvLIRTwKBvAvQPwII1FiAAbDGwCyPwHgE1q27cnf/0cX3+COB5/n913sSCCCAAAII1EyAAbBmtCw8KYE8XlwqjfT3dnxRTN/u7a/zJBBAAAEEEKiJAANgTVhZFIGJCwz0dfxIQn2jr7DKk0AAAQRyJUCz9RFgAKyPM7sgUJHAwJqO30pYeIOIXVfRhdwZAQQQQACBcQgwAI4DibsgEIfAwJrSrSrFs0xkeRz7x7cnOyOAAAII1FqAAbDWwqyPwCQE+ntLd2tYfrMvcZHnbk8CAQQQQACBSQskcgCcdFcsgECGBKJfH1co7HifinxATHZlqDVaQQABBBCISSCIaV+2RQCBCgTWd3fv6J9Z+JyovtafEr69gku5KwJpEqBWBBCokwADYJ2g2QaBSQuUSiMDvR0/UNMPmcrqSa/HAggggAACuRVgAMzt0Se0ccoaU2Cgr2N5YPYOv+PPPQkEEEAAAQQqFmAArJiMCxCIXSDs711RCjT8qJr82Kvh18c5AoEAAukWoPr6CjAA1teb3RComsCGnq6bRQvnm8hPfVGGQEcgEEAAAQTGJ8AAOD4n7oVAIgX6e0t3j0wdep0X99+eOz1THJSOAAIIIFAvAQbAekmzDwI1Ethy440PlXeGHzTRD/oWmz0JBBBAAAEEDimQqAHwkJXyRQQQOKjAptu7tg32dnxWRN8qIhs8CQQQQAABBA4qwAB4UBq+gEDqBMKBwsPLzewcr/xOTwKBtAhQJwII1FmAAbDO4GyHQE0FuruHB/tW/FRFzxOVW2q6F4sjgAACCKRWgAEwtUeXscJpp6oC/b0dv1Kzt4rpDVVdmMUQQAABBDIhwACYiWOkCQSeKBC9VmBZwlf7V67wJBBAAIFEClBUPAIMgPG4sysCdRHY1LfijkDL54ho9FqBwhsCCCCAAAKRAANgpEAikGGBDT0r/1QYkXNNZLm3GXomLCgHAQQQQKDeAgyA9RZnPwRiEFh/a8e9oYbnqchXffthTwIBBBBAIMcCiRgAc+xP6wjUTWBTT9f6XVK4QNQ+KSa76rYxGyGAAAIIJE6AATBxR0JBCNROYGtvaWsh2PlxUfmo77LDk0AgTgH2RgCBmAQYAGOCZ1sE4hJY3929o2HayOdE9ALht4Y4AYEAAgjkT4ABMH9nnqyOqSYWgftWrdo58NTG/1aTC1XkjliKYFMEEEAAgdgEGABjo2djBGIWWL683F/c8VURvVDM/k94QwABBOoowFbxCjAAxuvP7gjEK9DdPdz/1MbvmQTv80Lu8iQQQAABBHIgwACYg0OmRQQOKeCPBA72dfw0DOwcM+k+5H2r+kUWQwABBBCIS4ABMC559kUgWQK28c+O/Y0V7P1eVpeneRIIIIAAAhkViHUAzKgpbSGQTgF/JHDj6hVXmelHvIFrPQkEEEAAgYwKMABm9GBpC4GJCvjTwVeHFn5YRVZMdA2uQ2AMAb6MAAIxCzAAxnwAbI9AEgU29nWtKAeF14jYdUmsj5oQQAABBCYnwAA4OT+unqgA1yVeYOPq0jorhK830Su9WPMkEEAAAQQyIsAAmJGDpA0EaiEw2L3yDxLYe0T0f4U3BBBAoAoCLJEMAQbAZJwDVSCQWIHB1Z1rCmH5vaLyo8QWSWEIIIAAAhUJMABWxMWdEcinwPo1XbcXy4XzxeSHkxdgBQQQQACBuAUYAOM+AfZHICUC968p3WflKed5uT/zLHsSCCCAAAIpFYhlAEypFWUjkHuBwVuvHRixkXNULRoCc+8BAAIIIJBWAQbAtJ4cdSMQk8DmvlX3Wzk430Quj6kEtk2vAJUjgEBCBBgAE3IQlIFAmgQG1nT8sVAI3+E1f8+TQAABBBBImQADYMoOLPXl0kBmBDZ0d92jUvjAvkcCR4Q3BBBAAIHUCDAApuaoKBSB5An095buLo7o272yX3oyBDoCgQACowtwa7IEGACTdR5Ug0DqBNbf2nFvUAjP9cKv8CQQQAABBFIgwACYgkOiRASSLhA9HRwE+l6v8zLPgwSrAIn2AAAQAElEQVQ3I4AAAggkRYABMCknQR0IpFxgw+qO35vaJ/e9WPRwytuhfAQQQCDTAnUdADMtSXMIICCDPSv6NJCP+hDYAQcCCCCAQHIFGACTezZUhkAqBfp7OtcGBX2LFx/9m0B+Y4hDEAIBAggkTIABMGEHQjkIZEFgz9PBgVxgIj/xfvyd/0kggAACCCRGgAEwMUeR8UJoL3cCg6s715iFn1eTX+eueRpGAAEEEi7AAJjwA6I8BNIssLGva4UVwg97D12eBAII5FCAlpMpwACYzHOhKgQyIzCwuusGKevZ3tBNngQCCCCAQAIEGAATcAiUgEC2BUQGbum4NVA931RWZ71X+kMAAQTSIMAAmIZTokYE0i9gG3o6OlQ0ejr4tvS3QwcIIIBAugXqMgCmm4jqEUCgWgIDPR0/l9Ci3xhyT7XWZB0EEEAAgcoFGAArN+MKBBCYhMARO4642kze50ts8ySyLUB3CCCQUAEGwIQeDGUhkFWBdeuu3D14dOGHZna+9/igJ4EAAgggUGcBBsA6g+duOxpGYDSBUmlksG/FJaYa/dq4/tHuwm0IIIAAArUTYACsnS0rI4DAGAKDRwUXS6Df9rvt9iQQQCBDArSSbAEGwGSfD9UhkG0BfyRQxT7jTX7Zk0AAAQQQqJMAA2CdoNkGgfwJjK/j/p7OjSM28mlR/aZfMeJJIIAAAgjUWIABsMbALI8AAmMLbO5bdX+owcdF7Dq/d9mTQAABBBCooUBNB8Aa1s3SCCCQMYGNq0vrVPU8E+nKWGu0gwACCCROgAEwcUdCQQjkV8CfDl4bqHxQTK7Nr0ImOqcJBBBIuAADYMIPiPIQyJuAD4HXq+gl3vcaTwIBBBBAoAYCDIA1QGVJEQEBgUkI9J/c+GNV+ag/EshrBE7CkUsRQACBgwkwAB5MhtsRQCA+geXLy7uDqb+xQD7CEBjfMbAzAhMR4Jp0CDAApuOcqBKB3Ak80H3NgyNThr6vYt/35vmVcY5AIIAAAtUSYACsliTrIIDAPoHqvdty440P7S4e9lEV+YGvOuJJIIAAAghUQYABsAqILIEAArUTiB4JLEv5ElH5ce12YWUEEEAgXwI1GQDzRUi3CCBQa4GNvSt7NZTP+j4rPQkEEEAAgUkKMABOEpDLEUCgPgL9fZ2/E7UP+W5/9CSSKUBVCCCQEgEGwJQcFGUigIDIwFHFkpi+V8QG8EAAAQQQmLgAA+DE7bhyNAFuQ6CWAqXSyEBfx49M9Du+zUOeBAIIIIDABAQYACeAxiUIIBCvwGFl+7g/HXxZvFWwOwIIPF6Aj9MlwACYrvOiWgQQcIF7blnxQKDBxaL6C/+UQAABBBCoUIABsEIw7o4AAgcTqO/tG1Z3/F7KcpGJ3F7fndkNAQQQSL8AA2D6z5AOEMitwMAxQYeovM8B+PeAjkAggAAC4xWo6gA43k25HwIIIFAVgVJpZPpRhStE9AsistGTQAABBBAYhwAD4DiQuAsCCCRX4O5SaVd5Z/mTIvab5FaZ+cpoEAEEUibAAJiyA6NcBBB4osCm27u2qRQuUpOrhDcEEEAAgTEFGADHJOIO4xLgTgjELNDfe/1NJnqp8UMhMZ8E2yOAQBoEGADTcErUiAAC4xKYNbzpp6Jysd95tyeBAAJ1EGCLdAowAKbz3KgaAQRGEVi7du1QYIUrRe1S//J2TwIBBBBAYBQBBsBRULgJAQQqEUjWfft7S3eXQ/msivSKiHkSCCCAAAIHCDAAHgDCpwggkH6BucNb7g5Nvuqd/N6TQAABBBA4QKAqA+ABa/IpAgggEKtA9FTwYHHHj7yIX3sOexIIIIAAAo8TYAB8HAYfIoBAhgS6u4dD0+/6k8A/zlBXSWuFehBAIKUCDIApPTjKRgCBsQU29nX0qBpPBY9NxT0QQCBnAgyAOTvwqrfLgggkXMDC6TeZ2ie8zIc9CQQQQAABF2AAdAQCAQSyKzCw5uqHtRxeZSJXepe8PqAjEAhUQ4A10i3AAJju86N6BBAYh8DAmpWbtKwfEbE7x3F37oIAAghkXoABMPNHTIMI1EogVeuGA7d03OIVX+vJC0Q7AoEAAvkWYADM9/nTPQK5ElApXuQNX+NJIIAAArkWmNQAmGs5mkcAgdQJ9PeW7jbRy73wP3oSCCCAQG4FGABze/Q0jkA+BWwo+Jl3/jVPYuICXIkAAikXYABM+QFSPgIIVCawcW1puwThdSJ2q19pngQCCCCQOwEGwNwdeZUaZhkEUixwxENH9ojKhd7Cg54EAgggkDsBBsDcHTkNI4DAunVX7i4Exd+o6M9dg58KdgQCgfEKcL9sCDAAZuMc6QIBBCoUWN9d2mwafldE1wlvCCCAQM4EGABzduC0i8DkBTKzgg0cVSyJhVd5RzwV7AgEAgjkR4ABMD9nTacIIHCgQKk0Yhr8wm/u8iQQQACB3AhMaADMjQ6NIoBA5gUGeztuMLPopWEeyHyzNIgAAgjsE2AA3AfBOwQQyK1AGIhFjwD+b24Fxt8490QAgYwIMABm5CBpAwEEJi7Q39d1m5n+0FfY4kkggAACmRdgAMz8EVe5QZZDIKMCYdFuUZVLReRhTwIBBBDItAADYKaPl+YQQGC8Apu6OzfYiF5qKreP9xruh0CeBOg1WwIMgNk6T7pBAIFJCMwqb7o9COUKX4IfCHEEAgEEsivAAJjds6UzBKoskP3l1q5dOzQi9j1RXZH9bukQAQTyLMAAmOfTp3cEEHiCwKa+FXeoya/9C5s8CQQQQCCTAhUNgJkUoCkEEEDgAAEtlKMXh+ZlYQ5w4VMEEMiOAANgds6SThBAoEoCG7q77hHTa3y5zZ6ECAYIIJAxAQbAjB0o7SCAQHUEgmDkBn8qeLmvVvYkEEAAgUwJMABm6jhr2AxLI5AzgQ09K+9RC37gbQ94EggggECmBBgAM3WcNIMAAlUUsEJ56DYxu9LX3OZJIJBLAZrOpgADYDbPla4QQKAKAvfdtmqrBYVviNifqrAcSyCAAAKJEWAATMxRUAgCSRXIdV3h7N0bu8X0OlfgUUBHIBBAIBsCDIDZOEe6QACBGglELw4dBHq5Pwp4c422YFkEEECg7gLjGgDrXhUbIoAAAgkS2DC/scvLudZzyJNAAAEEUi/AAJj6I6QBBBCoucDy5WVRudH3WemZp6BXBBDIqAADYEYPlrYQQKC6AgNHFUum8j++6ogngQACCKRagAEw1cdXh+LZAgEE9gqUSj74Bb1m0uc3mCeBAAIIpFaAATC1R0fhCCBQb4HhoGGtBPIN3/cBTwKBTAvQXLYFGACzfb50hwACVRR4oPuaB8PQoh8GudeXDT0JBBBAIJUCDICpPDaKRqAeAuwxmkDBpt8vqj/0r/V7EggggEAqBRgAU3lsFI0AAnEJDKy5eoeK/dz3v9OTQAABBFIpcMgBMJUdUTQCCCBQWwHr7+lc648C3uDb7PQkEEAAgdQJMACm7sgoGAEEkiCgpj/2OqJfEefvMhc0hAACGRdgAMz4AdMeAgjURqC/9/qbfOUVngQCCCCQOgEGwNQdWZ0KZhsEEBhbQPU2v9M6TwIBBBBIlQADYKqOi2IRQCBJAoUgWCmm3/aaeEkYRyCyIUAX+RBgAMzHOdMlAgjUQGB9d2mTil1tIutrsDxLIoAAAjUTYACsGS0LI5BWAequRGCkKPeKaPSyMNuFNwQQQCAlAgyAKTkoykQAgWQKbOruHCio/Mir44WhHYFAAIF0CIw6AKajdKpEAAEEEiEQ7rRgjVdyuyeBAAIIpEKAATAVx0SRCCCQZIGtMyV6+vdnKnJHkuscR23cBQEEciLAAJiTg6ZNBBCooUCpNFLW8AoT663hLiyNAAIIVE2AAbBqlBlZiDYQQGBCApt6utaLaJ+IbPMkEEAAgUQLMAAm+ngoDgEE0iSgotEjgNG/B0xT2dSKwB4B/siXAANgvs6bbhFAoIYCIzvLnf408G9quAVLI4AAAlURYACsCiOLIJAFAXqYrMCm27u2aSirReXeya7F9QgggEAtBRgAa6nL2gggkDuBgtgdYnKNN77bk0AAAQQSKbDfAJjICikKAQQQSJFAWWbcZ2olL/lhTwIBBBBIpAADYCKPhaIQQCCtAgNrrn44sGKHiN4l6XmjUgQQyJkAA2DODpx2EUCg9gJBQbab2HW+0xZPAgEEEEicAANg4o4kpoLYFgEEqiaw/ilzHhANfuoL8sMgjkAggEDyBBgAk3cmVIQAAmkXWL68PBhsv1l4Glh4S74AFeZTgAEwn+dO1wggUGuB7u6yqUUvDM3TwLW2Zn0EEKhYgAGwYjIuQCBrAvRTIwELzDp87dWeBAIIIJAoAQbARB0HxSCAQIYE7PDtR6wSsdsy1BOtIIBARgT2DIAZ6YU2EEAAgUQJrFt35W4RvVVEBj0JBBBAIDECDICJOQoKQQCBTAoEYTQA+iOBYgnsj5IQQCCnAgyAOT142kYAgfoIDDeMrBXTm3230JNAAAEEEiHAAJiIY4ixCLZGAIGaCmy58caHRMLop4F31HQjFkcAAQQqEGAArACLuyKAAAITEQg1vM+v6/Yc8SQQSIQAReRbgAEw3+dP9wggUAeBYkGj1wLs8a14FNARCAQQiF+AATD+M6ACBGISYNt6Ccx48MgBNb3BRPzp4Hrtyj4IIIDAwQUYAA9uw1cQQACBqghELwejxfINKhI9EliVNVkEAQQQmLCAX8gA6AgEAgggUGuBwq5wu+ienwbeWeu9WB8BBBAYS4ABcCwhvo4AAghUQWC4cMRuCS16TcAkvCh0FTpiCQQQSLMAA2CaT4/aEUAgNQIDxwztNpG1XjADoCMQCCAQrwADYLz+8e3OzgggUF+BUmkkDMJbfNONngQCCCAQqwADYKz8bI4AAnkS2NTTtV7U7vWey54EArEIsCkCkQADYKRAIoAAAnUSMNE+3+oeTwIBBBCITYABMDZ6NkYgLgH2jVNAQ7vX1KLfDBJnGeyNAAI5F2AAzPk3AO0jgEB9BSyQezXU++u7K7shgAACIvI4BAbAx2HwIQIIIFBrgXCH3WUqPAVca2jWRwCBQwowAB6Shy8igAAC1RXYdHvXNv+Ld3N1Vx33atwRAQQQ2CPgfw/tec8fCCCAAAJ1EghN1vtWD3gSCCCAQCwCDICxsMe4KVsjgEDsAqqyTUV4PcDYT4ICEMivAANgfs+ezhFAICYBE9nkebdvz+sBOgJRHwF2QeDxAgyAj9fgYwQQQKAOAhoWHlTRft8q9CQQQACBugswANadnA0RiEuAfZMiUNaRITHb4fX4A4H+J4EAAgjUWYABsM7gbIcAAgiUi4cNhGJ3usSwJ4EAAgjUVmCU1RkAR0HhJgQQQKCWAlOGg5FAZZfvwSOAjkAggED9BRgA62/OjgggkHOBcGRIxbSef//mXJz2EUDgQAH+AjpQhM8RQAABBBBAAIGMCzAAZvyAH22PDxBAAAEEEEAABk/pcwAAEABJREFUgX0CDID7IHiHAAIIIIBAFgXoCYHRBBgAR1PhNgQQQAABBBBAIMMCDIAZPlxaQ2CvAH8igAACCCCwvwAD4P4efIYAAggggAACCGRD4BBdMAAeAocvIYAAAggggAACWRRgAMziqdITAggkWiAoTjFRq8fvAU60A8UhgEB8AgyA8dmzMwII5FSAF4LO6cHTNgIJEmAATNBh1KQUFkUAgcQJBIWRuaY23wtr8CQQQACBugswANadnA0RQCDvAlaUI0R0rogUPAkEaiLAoggcSiA41Bf5GgIIIIBA9QW0XCybyJCv7O/8TwIBBBCoswADYJ3B2Q6B+gmwU1IFgmJYVpHhpNZHXQggkH0BBsDsnzEdIoBA0gRGdLaXdKInTwE7AoEAAlUWGMdyDIDjQOIuCCCAQDUFQi0f5esd68nfwY5AIIBA/QX4y6f+5uyIAAII1FqA9RFAAIFDCjAAHpKHLyKAAALVF7BAp/qq0z0JBBBAIBYBBsBY2OuwKVsggEBiBQKzRi/uBE8CAQQQiEWAATAWdjZFAIE8C5hK0fsveBIIVF2ABREYjwAD4HiUuA8CCCBQJYHjlyyZpuGenwKu0oosgwACCFQuwABYuRlXIJBwAcpLssCuXcHRFsjRSa6R2hBAIPsCDIDZP2M6RACBBAmoFWaIyYwElUQpCCCQFYEK+mAArACLuyKAAAKTFSiIPNXXOMmTQAABBGITYACMjZ6NEUAgjwKhyWHe9zTPWgRrIoAAAuMSYAAcFxN3QgABBKojoGJPFtHjhTcEEEAgRgEGwBjxa7I1iyKAQKIFTO1IEYt+FVyi66Q4BBDItgADYLbPl+4QQCBhAqoS/Q7gwxNWFuVkQIAWEKhEgAGwEi3uiwACCExC4PglS6aZ6axJLMGlCCCAQFUEGACrwsgiCCRBgBqSLrBrR+FJgcoRSa+T+hBAIPsCDIDZP2M6RACBJAi0txcLQfD0UGROEsqhBgQQyJDABFphAJwAGpcggAAClQocv3t3g18zhxeBdgUCAQRiF2AAjP0IKAABBPIgsH3n1KlidqqKNNagX5ZEAAEEKhJgAKyIizsjgAACExOYGg5NMZHo9f9mTmwFrkIAAQSqJ8AAWD3LeFdidwQQSLRAuaBFf/qXXwGX6FOiOATyI8AAmJ+zplMEEIhRoGh6sqrwEjAxnkFWt6YvBCYiwAA4ETWuQQABBCoQmLd48fR9j/5NqeAy7ooAAgjUTIABsGa0LIxAvQTYJ/ECu2fMEtUFXucMTwIBBBCIXYABMPYjoAAEEMi6wMgUO9pEogFwetZ7pT8EEKijwCS2YgCcBB6XIoAAAuMSCPVwv1/0AyDRawH6hwQCCCAQrwADYLz+7I4AAtkXCETtWG9zvme1g/UQQACBCQkEE7qKixBAAAEExiUwb3H7MUEoC/3O6kkggAACiRBgAEzEMUyiCC5FAIFEC4Rhea6JHedF8vetIxAIIJAMAf5CSsY5UAUCCGRUIAzlSaL6DG+Pv28dgaieACshMBkB/kKajB7XIoAAAmMIBGp/5neJfgLY3xEIIIBAMgQYAJNxDlSBwAQEuCTxAmeeWRCTp3idMz0JBBBAIDECDICJOQoKQQCBrAnM/UP/KRJI9PIvWWuNfhBAIE6BKuzNAFgFRJZAAAEERhEIglBbzJSXfxkFh5sQQCBeAQbAeP3ZHQEEsixge/793wk1aJElEUAAgUkJMABOio+LEUAAgdEF5i1efJipnOZf5d//OQKBAALJEmAATNZ5jL8a7okAAokWKA/NiH76N3r9v0TXSXEIIJBPAQbAfJ47XSOAQA0FGhe+YIYF4RLfYpYngUBVBVgMgWoIMABWQ5E1EEAAgccJjOi2mYFoq5jMe9zNfIgAAggkRiBITCUUggAC4xTgbkkXmFJoONJUniMqhyW9VupDAIF8CjAA5vPc6RoBBGonEJRDe5ovf5QngQACCFRPoIorMQBWEZOlEEAAgeMWts9Ts2e7BI/+OQKBAALJFGAATOa5UBUCCKRUYDgoP9kCWerlT/esdrAeAgggUBUBBsCqMLIIAgggsFdA1U5Q02f6Z/z96ggEAggkU4C/oJJ5Lgeviq8ggEBiBY4747mzJJSFXuA0TwIBBBBIrAADYGKPhsIQQCBtAuXhXWfse/o3baVTbwoEKBGBagowAFZTk7UQQCDfAhac6k//Rr/+Ld8OdI8AAokXYABM/BFRIAKPCPA+yQJzFrQfLqKnishM4Q0BBBBIuAADYMIPiPIQQCAVAkHQMNJuYk9PRbUUiQAC6RKoQbUMgDVAZUkEEMiXwPz5L25QkXYROdmTQAABBBIvwACY+COiQAQQSLrA9iO2H2mqS7zOWj3960sTCCCAQPUEGACrZ8lKCCCQQwF/9G+qyZ7hb14O26dlBBBIqQADYFoOjjoRQCCRAjun75wjYs/34mZ7EggggEAqBBgAU3FMFIkAAkkVGLHwaDF5sdd3uCeBQNUFWBCBWggwANZClTURQCAXAscvWTJNgvBZ3uyTPQkEEEAgNQIMgKk5KgrNrwCdJ1UgfLj4DFONHv3TpNZIXQgggMBoAgyAo6lwGwIIIDAOgbLaIp/8XuR3LXgSCCCAQHUFargaA2ANcVkaAQSyKxD95g9/9C964Wf+7V92j5nOEMisAANgZo+WxhBAoJYCwdTwL9W0rZZ7iAjLI4AAAjURYACsCSuLIoBA5gXM/j9ROyPzfdIgAghkUoABMOnHSn0IIJA0AW1qXnqKmJzmhfF3qCMQCCCQPgH+8krfmVExAgjEKDBnQfsM0cKZXsIpngQCNRNgYQRqKcAAWEtd1kYAgcwJNATh0Sb2PFFpylxzNIQAArkRYADMzVHTaPoEqDhxAosXN4QFWeJ1PcWTQAABBFIrwACY2qOjcAQQqLdAUzj9qab2Ct93lieBAAII1EagDqsyANYBmS0QQCAjAiYneSd/4TnFk0AAAQRSK8AAmNqjo3AEEKinwKzmJceZyHN9z5metQ7WRwABBGoqwABYU14WRwCBrAg0SOEF3su/eBIIIIBA6gUYAJN6hNSFAAKJEZj9tKVHhBo80wua60kggAACqRdgAEz9EdIAAgjUWqAwVdvF7Nm13of1EYgESATqIcAAWA9l9kAAgfQKLF7coEHwUhXhhZ/Te4pUjgACBwgwAB4AwqcIxC9ABQkSCBqHp51uYs8UlcMSVBelIIAAApMSYACcFB8XI4BAlgXmnvrcORbom7zHkzwJBBBAoLYCdVydAbCO2GyFAALpEtApu05Skxd51dM8CQQQQCAzAgyAmTlKGkEAgWoKHNvynCdrWV/qT/0eU811x1iLLyOAAAJ1EWAArAszmyCAQNoEymFxsam+xuvmt344AoEAAtkSYABM2nlSDwIIxC4wu7n1ZFWLnvrl0b/YT4MCEECgFgIMgLVQZU0EEEi1QFFkqYr8RaqboPjUCVAwAvUUYACspzZ7IYBA4gUaFz5nrom+wESemvhiKRABBBCYoAAD4AThuAyB6guwYuwCixc3WKHwElF5ptfiDwL6nwQCCCCQQQEGwAweKi0hgMDEBI4bPqJRTf7Fr57vSSCAAAL1EYhhFwbAGNDZEgEEkicwc1H7zJFC+Eqv7GRPAgEEEMi0AANgpo+X5hBAYLwC03R4vpj8s99/jme9g/0QQACBugowANaVm80QQCCJAtGjf2UJ/krEmpNYHzUhgAAC1RZgAKy26ETX4zoEEIhN4DAZeb6a/JuI8IMfwhsCCORBgAEwD6dMjwggcFCBppa2OSb6fL/DSZ4EAnUXYEME4hBgAIxDnT0RQCAxAhbKK/2p379LTEEUggACCNRBgAGwDshsgcChBfhqXALHLWw/XgN5oYg2Cm8IIIBAjgQYAHN02LSKAAKPCRy/ZMm0clA+10xaH7uVjxBAAIE6CsS4FQNgjPhsjQAC8QmM7Jxyqon8g1cww5NAAAEEciXAAJir46ZZBBCIBOaduuxJYuFZ/vGTPeMM9kYAAQRiEWAAjIWdTRFAIE6BkQY7w1Re6TUUPQkEEEAgdwIMgHEfOfsjgEBdBY49vXWx2p7h7/C6bsxmCCCAQIIEGAATdBiUggACtRWYP//FU830Fb7L33gSCMQqwOYIxCnAABinPnsjgEA9BYJtMx7+/83keb4pT/06AoEAAvkVYADM79nTeewCFFBPgcaFz5ktgfyL73mqJ4EAAgjkWoABMNfHT/MI5EPghNNaj1YNXiOhPcs75u89RyAQQCBGgQRszV+ECTgESkAAgZoK6FBBmk31DaLSVNOdWBwBBBBIiQADYEoOijIRQGBiAo0L208x0zf61U/yTEpQBwIIIBCrAANgrPxsjgACtRRYsGDBFAvCF/kjf2f6Pg2eBAIIIICACzAAOkIswaYIIFBzgc0Ns/9BZc8PfhRqvhkbIIAAAikSYABM0WFRKgIIjF9gdsvSef7I3z+L2KLxX8U9Eai9ADsgkAQBBsAknAI1IIBAVQXmz3/x1KIFb/Phr62qC7MYAgggkBEBBsCMHCRtpEmAWmsqcOaZhe1HbP9zE4n+3d/smu7F4ggggEBKBRgAU3pwlI0AAqMLzL5jw5+Zyfv9q8d5EggggEByBBJUCQNggg6DUhBAYHIC8xYvnu5/qf2Nr8Kve3MEAgEEEDiYgP9debAvcTsCCCCQLoGRcNpLNNDzElw1pSGAAAKJEGAATMQxUAQCCExWoKm57Qw1fa2Y8ILPk8XkegQQyLwAA2C9j5j9EECg+gLt7UVTeYsvvNSTQAABBBAYQ4ABcAwgvowAAskWiF7ypfHB8tle5Qs9i54EAokUoCgEkiTAAJik06AWBBCoWGD7jB3P8ad93+4XzvEkEEAAAQTGIcAAOA4k7oJAdQRYpdoCTc1LT7HA3ubrnuhJIIAAAgiMU4ABcJxQ3A0BBJIlcOzipSeI6GvE7K+FNwQQQCDJAgmsjQEwgYdCSQggMLZAWA7+0VRf7/fk7zFHIBBAAIFKBPiLsxIt7osAAvELnHlmoal52T+Zyqu8mCM90xDUiAACCCRKgAEwUcdBMQggMJZA4+0DJ5ja69Xk9LHuy9cRQAABBEYXYAAc3aX6t7IiAghMWiD6d38ayH+IyBJPAgEEEEBgggIMgBOE4zIEEKivQPR7fsNy4R9M7EzfeYYngUAqBCgSgSQKMAAm8VSoCQEEDhQIRkam/6OovcO/MM2TQAABBBCYhAAD4CTwuBSB8Qlwr8kKzG1ue76q/LuYPGmya3E9AggggIAIAyDfBQggkGiBWc1LjlPVN3qR/Ls/RyAQQCBFAgkulQEwwYdDaQjkXWDmovaZRW34oIj9Zd4t6B8BBBCopgADYDU1WQsBBKomMH/+i6ceZiP+yJ+d5Yse5ZnGoGYEEEAgkQIMgIk8FopCIPcCwfbDt/2dqb7bJYqeBAIIIIBAFQUYAKuIOepS3IgAAhULzDm99QUm+mG/8GhPAtyr20kAABAASURBVAEEEECgygIMgFUGZTkEEJicQONpy04LQo1e7uUZk1uJqxGIV4DdEUiyAANgkk+H2hDImcBxZzx3lgb2IW/7uZ4EAggggECNBBgAawTLsgiIYFCJwPFLlkwbGRq+0FT+1q9TTwIBBBBAoEYCDIA1gmVZBBAYv8DRi5931PCu4uvE7F/9qimeBAIIIJBegRRUzgCYgkOiRASyLjB1ZNc/islHReWwrPdKfwgggEASBBgAk3AK1IBAjgXmLlr2L6b6ASfI0mv9eTsEAgggkFwBBsDkng2VIZBtgTPPLDS2LPs7FTvXGz3Jk0AAAQQQqJMAA2CtoFkXAQQOKdD4h/XP8qd9o0f+nnnIO/JFBBBAAIGqCzAAVp2UBRFAYCyBuS2tzRIGnxCxaPjjJ37HAuPrqRKgWATSIMAAmIZTokYEMiQwp3lZi4b6Hm9pqSeBAAIIIBCDAANgDOhsmXUB+juYwLxTlz0pkPAcUXmZ36foSSCAAAIIxCDAABgDOlsikEeBxoUvmBEW7AJRfXUe+6dnBBDIgUCKWmQATNFhUSoCaRU44bTWozXY+R+m8lLvgUf+HIFAAAEE4hRgAIxTn70RyIHAMc9+9pFDheBcM3mztzvbM8tBbwgggEAqBBgAU3FMFIlAOgXmLGg/vGFo6r+b2PuE3/KRzkOkagQQyKQAA2C1j5X1EEDgEQENGsqvF7Pz/Qae9nUEAgEEEEiKAANgUk6COhDImMDclrY3+aN+53lbszwJBDIvQIMIpEmAATBNp0WtCKREwIe/s9XkQi/3BE8CAQQQQCBhAgyACTsQykmzALXPn//iqU3Nra/x4e+TrjHTk0AAAQQQSKAAA2ACD4WSEEijwPFLlkzbPmP76031U17/EZ4EAgggkA+BFHbJAJjCQ6NkBBIooEO7Gv7dVD7stfFv/hyBQAABBJIswACY5NOhNgTSIHDmmYXGltaPqNkHvdxjPPMY9IwAAgikSoABMFXHRbEIJEvguDOeO6vxzv5Piem7vLIjPQkEEEAAgRQIMABW65BYB4GcCTQubD91ZHj4v7ztcz2neBIIIIAAAikRYABMyUFRJgJJEjj29GXPsKB8vpi9xuvi7xFHIPIrQOcIpFGAv7jTeGrUjECMAvMWtp1eDuUzKvIKL8Pf+Z8EAggggECqBBgAU3VcFJtMgdxUFTQtWvZXIyqXqNiLvesGTwIBBBBAIIUCDIApPDRKRqDuAosXN/jw9yoTu1RVFtd9fzZEAAEEkiiQ4poYAFN8eJSOQD0Eop/0bRqZ/gEf/j7t+83xJBBAAAEEUi7AAJjyA6R8BGopMLu59eTy8O5LTOV9vs9sT2J/AT5DAAEEUinAAJjKY6NoBGov0NTcdkZB9TNm+je+G39XOAKBAAIIZEWAv9Qne5Jcj0DGBBoXvmBG06Jlr/ZH/S711qLhj9f4cwgCAQQQyJIAA2CWTpNeEJikwMxF7TNFd7zfxC72pZ7hSSCAwEEEuBmBNAswAKb59KgdgSoKzG5ZOm+qhp8R1eg3exxVxaVZCgEEEEAgYQIMgAk7EMpJk0B2am1a9BfPKlhwiZid5V1N8yQQQAABBDIswACY4cOlNQTGFGhvL85taX2VSfgtv+9fexIIIIAAAmMJZODrDIAZOERaQGAiAk0tbXOatpY/rqaf9+tP8SQQQAABBHIiwACYk4OmTQQeL3Ds6a2LzeRSEznfb5/pSVQmwL0RQACBVAswAKb6+CgegQoFoqd8m9teGYZ6mV/5V54EAggggEAOBRgAJ3roXIdAygRmL247du7W8oWqEj3l+9SUlU+5CCCAAAJVFGAArCImSyGQVIHGhcv+slC2b6vIO7zGoz0JBBCYoACXIZAFAQbALJwiPSBwEAEf/E5qam79tATyHRF9vojw37wjEAgggEDeBfifQd6/A+h/AgLpuGRu87IXaMG+bKpvF7Hj0lE1VSKAAAII1EOAAbAeyuyBQB0F5i1ePL1x0bJzA7UvmMkLfWv1JBBAAAEEJiuQoesZADN0mLSSewFtPH3pn5fL077mj/h91EROzr0IAAgggAACowowAI7Kwo0IpEvg+CVLpjW2tL5FwuAHIvoKETnCk6i+ACsigAACmRBgAMzEMdJEjgV03sKlTxve1fDfYvpxdzjJk0AAAQQQQOCQAgyAh+QZ5YvchEBCBOYsaD98bkvbG8tB4VoxO8vLmu5JIIAAAgggMKYAA+CYRNwBgcQJaOPC9lMLDeVPqcmXhJ/wTdwBUVA2BegKgSwJMABm6TTpJfMCJ5zWenTjorZzJSj/wlTe5A3zE76OQCCAAAIIVCbAAFiZF/fOtUC8zc9pXtq6O1B/xE8+65Wc6EkggAACCCAwIQEGwAmxcREC9RNoXPicuY0ty94TSLBcVF7mO/OonyMQCCCAQN0EMrgRA2AGD5WWsiPQ2NL6PAkK3xWzj/vw15SdzugEAQQQQCBOAQbAOPXZG4GDCMxuWTqvqbntI2L6I7/LCzyJeAXYHQEEEMiUAANgpo6TZtIusGDBgilzm1v/IRD9oal8wPs5xpNAAAEEEECgqgJBVVfL8mL0hkCNBeae3rZw85RZX1HV76ppW423Y3kEEEAAgRwLMADm+PBpPRkCs5+29Ii5LW1nayiXeUWv8ZzhSSCAQEIEKAOBLAowAGbxVOkpNQJzTm99UfGw4H/U5CIRWeBJIIAAAgggUHMBBsCaE7NB+gWq38GxLc95cmPzsouDUL9jKi/yHaZ4EggggAACCNRFgAGwLsxsgsBegUee7g0t+KWovdVvneNJIIAAAggkUSDDNTEAZvhwaS1ZAo0LW/+2MC34nj/d+2kRPVV4QwABBBBAICYBBsCY4Nk2PwLzFrc/vXFR2yUS6De967/znO5JpEOAKhFAAIFMCjAAZvJYaSoJAj74zW5saXtLuVz+pdfzes/ZngQCCCCAAAKxCzAAjnUEfB2BCgWOX7JkWuOiZa8YKZd/LCaf8sv/zJNAAAEEEEAgMQIMgIk5CgpJu8Ce3+KxaNlzhncWvyFiX1aRZd7TVE8CAQRSKEDJCGRZgAEwy6dLb/US0NnNrSdvnjr7Iyr2M9/05Z5HehIIIIAAAggkUoABMJHHQlHJEBi7itktS+c1LWo9uyDyMzF7t1/Bv/NzBAIBBBBAINkCDIDJPh+qS6jAzEXtMxtbWl8eWHCZiX5RVJ+e0FIpCwEEEECgUoEc3J8BMAeHTIvVE4j+nZ8Pfs+bIuWviel39v07v+ptwEoIIIAAAgjUQYABsA7IbJENgWNblj5z89RZn/HBb7kPfi/1roqeRDYF6AoBBBDItAADYKaPl+aqITBv7ws5XxhaEL2sy5t9zZmeBAIIIIAAAqkVYAA82NFxe+4FZjUvOa6xue1t5XL5J47xXs8TPAkEEEAAAQRSL8AAmPojpIFqCxy9+HlHzW1ufUNRiz8Slc/6+s/wJBBAICcCtIlAHgQYAPNwyvQ4boG5zcv+cUp513JV/apftNSTQAABBBBAIHMCDICZO1IamojA3Oa2FzY2t12maj8Q0edPZA2uQQABBBBAIC0CDIBpOSnqrInAsS3LljU2t35dVb7vT/e+zDfhV7c5AoEAAgjkUiBHTTMA5uiwafUxgXkL206fu6j1v0Ozy0T1tf6VWZ4EAggggAACuRBgAMzFMdPkIwJzTm+f39jS9oVyIJer6Dl++zxPAoFHBHiPAAII5EKAATAXx0yTx7Y858mNLa0fDcLyVWISvZbfSagggAACCCCQVwEGwANPns8zJdB4WutT5i5q+2TZCr8W0wu8uT/zJBBAAAEEEMi1AANgro8/u81HL+LctKjtnVLQX6jI+Z5P8275fncEAgEERhfgVgTyJMD/EPN02tnvNYie6o0Gv6IWf2UiH/OWF3jyfe4IBAIIIIAAAo8I8D/GRyR4n16BM88sNC5cdpIPfudHT/X64HehN7PQc4pnBcFdEUAAAQQQyIcAA2A+zjmbXfrgN7u59eTGdQPvlMB+6YPfJ/Y91VvMZsN0hQACCCBQE4EcLsoAmMNDT33Ljxv8CqpXidnHvafoqV6f//wjAgEEEEAAAQQOKcAAeEgevpgwAW1qXnpK4x0D7w1Uf75v8OPlXBJ2SCkth7IRQACBXAkwAObquNPbbFNL24LG5mXvMw2uELWP+kN90U/1prchKkcAAQQQQCBGAQbAR/B5n0iBxtOWndbU3PZhM/lZNPh5kU/2JBBAAAEEEEBgEgIMgJPA49LaCcxdtOw50W/ukIL9wlQ+6DvN9yQQQACBqguwIAJ5FGAAzOOpJ7jnOc1LWxub2z6vYleI6fu9VB7xcwQCAQQQQACBagowAFZTk7UmJDB//ounzjm99UWNi9q+FmjwS1F5iy8007NOwTYIIIAAAgjkS4ABMF/nnahuZy9uO9aHvtdvO3z7j4JQf+LFvc7zKE8CAQQQQACB2gvkeAcGwBwfflytNy5sffbclrYPFEb2DH2XeB1/7znNk0AAAQQQQACBOggwANYBmS1ETmxvP6yppe2lTc1t35FA/0dNPiJqfy68IRCvALsjgAACuRRgAMzlsdev6aZF7Sc2LWp7186t5avM5Fum8irf/QRPAgEEEEAAAQRiEmAAjAk+y9sev2TJtLnNrf/Q2Nz6dZPyFSbySe/3LzwP9yQQQAABBBBAIGYBBsCYDyBL2+/5NW2L2i4c3lm8XlW/Iaqv9f6i39Hr7wgEEEAgWQJUg0CeBRgA83z6Vej9xPb2wxoXtf19Y3PbZabBr0TkvZ7P8jzak0AAAQQQQACBBAowACbwUFJQkh57euvipkVtn9q5tXyz13upqLzM36fs3/Z5xQQCCCCAAAI5FGAAzOGhT6jl9vZi9AMdjS1tb5nb0np9GOqvTeRtvtYpnjM9CQQQQAABBNIhQJXCAMg3wUEFTvSnd+ctXPq0uS1tb2rcWv6pSfkmMfm0mraJyCzPgieBAAIIIIAAAikTYABM2YHVutx5ixdPn92ydF70mn07Hyh/qxwEHWryBd/3bzxne07xJBBIuwD1I4AAArkWYADM9fHvbX7+/BdPndW85LimRa1nlkemfT6w4Ldm8j+y99/1zfV7FT0JBBBAAAEEEMiIQH4HwIwc4ETbWLBgwZTGhctOampZ+uLtM7b9Z1GLXSbqQ5++VkWe5uv6O/+TQAABBBBAAIHMCTAAZu5ID9FQe3tx7uLn/Nnc5rYXbpoy62MS2DVmwa9M9R1+1ZM9CQQQQCDzAjSIAALCD4Fk/Zsg+jd9x56+7Blzo9/MsbX8X1ouXKkqV6nIO733p3gSCCCAAAIIIJAzAR4BzOCBR/+mb07zspbGltaXh+UZXw5D86FPf+KtRi/b8lR/n/OgfQQQQAABBPItwACYkfOf/bSlRzQ1t53hj/S9YfuM7V8LxH4lpj8wsX/1Fnl61xEIBBBAAIGcC9D+owIMgI9SpO+D2S1L5zW2LPu7uS0zRpY7AAACnElEQVRtHyxMC75rKr9Q1a/6+1eJSlP6OqJiBBBAAAEEEKiHAANgPZSrt4c2NS89Ze6iZf/SuKjtcwUL/kfMfqYmH/Yt/t4zeskWf0cggMBBBLgZAQQQQMAFGAAdIclxwmmtRzc2t/5NY8uy9zS1tF5uoper2Pe85vM8l3oSCCCAAAIIIIBARQL5GwAr4onnztG/5WtsaX1r46JlXx0q6M9F9Qf+SN/HzfQf/eOnx1MVuyKAAAIIIIBAVgQYABNwknMWLXtqY0vby5pa2j7jeZWp+FO7erGIvcFEWr3EIzwJBBBAAIFJCHApAgg8JsAA+JhF3T6ac3r7/MaW1pdH/46vsbntmsDCn4vJ18zk7Z4v9EL4qV1HIBBAAAEEEECgNgIMgLVxffyqGr0mX9Oitn9rXNR60dyW1o4gLEcv0fJVv9N5ovJcUY2e1j3cPydqKsDiCCCAAAIIIBAJMABGClXM2Yvbjm1c2Pq3cxe1fqixpe2HPvh1B4H9zJ/K/YKInqumbSISvRgzT+s6BIEAAggggEDNBdjgCQIMgE8gGf8N8xYufVrTomV/5UPeu5qa2y73gW9NoSwrJdBLVfT9/rTuP/vg1+Lvn+Sr8gifIxAIIIAAAgggEL8AA+DeM1B/F1kEcuaZBWlvL8rixQ3Rr1Q75tnPPnLe4vanN7UsffHclrazo6dxGxe1XefD3j3lIFhhYj/yIe9CU3mJD3qn+Toneh7jWfQkEEAgGQJUgQACCCDwmEAhGnoe+zSPH/mg13ha60nHnt7aMuf01hc03tl/1twHy+9tHJn25W2Hb/91w66GG8vl8lVmha+pyX+I6KtF5Awf9qLftHGkv48Gvd1+23bPh0jBQDDgvwO+B/ge4HuA74FEfw9s/X8AAAD//925/6oAAAAGSURBVAMA/c/mnKkA/2wAAAAASUVORK5CYII=' x='0' y='0' width='640' height='790'/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='640' height='790' viewBox='0 0 640 790'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='640' height='790'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  z-index: -1;
}

.banner-one__img-shape-box-2 {
  position: absolute;
  top: -200px;
  bottom: 0;
  right: 610px;
  width: 100px;
  height: 1560px;
  background: rgba(var(--eduvers-base-rgb), .30);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  transform: rotate(30deg);
}

.banner-one__shape-1 {
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: -1;
}

.banner-one__shape-1 img {
  width: auto;
}

.banner-one__shape-2 {
  position: absolute;
  bottom: 55px;
  right: 20px;
  z-index: -1;
}

.banner-one__shape-2 img {
  width: auto;
}

.banner-one__shape-3 {
  position: absolute;
  top: 55px;
  left: 30px;
  animation: topBottom 3s ease-in-out infinite;
  z-index: -1;
}

.banner-one__shape-3 img {
  width: auto;
}

.banner-one__shape-4 {
  position: absolute;
  bottom: 30px;
  left: 762px;
  animation: leftRight 4s ease-in-out infinite;
  z-index: -1;
}

.banner-one__shape-4 img {
  width: auto;
}

.banner-one__shape-5 {
  position: absolute;
  top: 100px;
  left: 1015px;
  z-index: -1;
}

.banner-one__shape-5 img {
  width: auto;
}

.banner-one__inner {
  position: relative;
  display: block;
}

.banner-one__left {
  position: relative;
  display: block;
  margin-right: -85px;
  z-index: 3;
}

.banner-one__title-box {
  position: relative;
  display: block;
}

.banner-one__sub-title {
  position: relative;
  display: block;
}

.banner-one__sub-title p {
  position: relative;
  display: block;
  font-size: 16px;
  color: var(--eduvers-base);
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  font-family: var(--eduvers-font-two);
}

.banner-one__title {
  position: relative;
  font-size: 60px;
  color: var(--eduvers-black);
  font-weight: 700;
  line-height: 1.2em;
  text-transform: capitalize;
  margin-top: 24px;
}

.banner-one__title span {
  color: var(--eduvers-base);
}

.banner-one__text {
  position: relative;
  display: block;
  font-size: 18px;
  color: rgba(var(--eduvers-black-rgb), 1);
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 44px;
}

.banner-one__thm-and-other-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.banner-one__btn-box {
  position: relative;
  display: block;
  line-height: 0;
}

.banner-one__btn-box-two {
  position: relative;
  display: block;
  line-height: 0;
}

.banner-one__btn-box-two .thm-btn {
  background-color: var(--eduvers-black);
}

.banner-one__btn-box-two .thm-btn::before,
.banner-one__btn-box-two .thm-btn::after {
  background-color: var(--eduvers-base);
}

.banner-one__btn-box-two .thm-btn:hover {
  color: var(--eduvers-white);
}

.banner-one__right {
  position: absolute;
  bottom: -120px;
  right: -100px;
}

.banner-one__img-box {
  position: relative;
  display: block;
}

.banner-one__img {
  position: relative;
  display: block;
  z-index: 1;
}

.banner-one__img>img {
  width: 100%;
  animation: topBottom 3s ease-in-out infinite;
}

.banner-one__client-review {
  position: absolute;
  background-color: var(--eduvers-white);
  border-radius: 16px;
  padding: 25px 15px 25px;
  bottom: 85px;
  left: -220px;
  border: 3px solid var(--eduvers-base);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.banner-one__client-review-img-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.banner-one__client-review-img-list li+li {
  margin-left: -15px;
}

.banner-one__client-review-img {
  position: relative;
  max-width: 50px;
  width: 100%;
  border-radius: 50%;
}

.banner-one__client-review-img img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid var(--eduvers-base);
}

.banner-one__client-review-client-info {
  position: relative;
  display: block;
}

.banner-one__client-review-client-text {
  font-size: 16px;
  color: var(--eduvers-gray);
  font-weight: 500;
  line-height: 24px;
}

.banner-one__happy-customer {
  position: absolute;
  background-color: var(--eduvers-white);
  border-radius: 12px;
  padding: 15px 15px 15px;
  overflow: hidden;
  z-index: 1;
  top: 135px;
  right: -125px;
  border: 3px solid var(--eduvers-base);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.banner-one__happy-customer-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.banner-one__happy-customer-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--eduvers-base);
  overflow: hidden;
}

.banner-one__happy-customer-icon span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: var(--eduvers-base);
}

.banner-one__happy-customer-count-box {
  position: relative;
  display: block;
}

.banner-one__happy-customer-count-box-inner {
  position: relative;
  display: flex;
  align-items: center;
}

.banner-one__happy-customer-count-box-inner p {
  font-size: 30px;
  color: var(--eduvers-base);
  font-weight: 600;
  line-height: 30px;
  font-family: var(--eduvers-font-two);
}

.banner-one__happy-customer-count-box-inner span {
  font-size: 30px;
  color: var(--eduvers-base);
  font-weight: 700;
  line-height: 30px;
  font-family: var(--eduvers-font-two);
}

.banner-one__happy-customer-text {
  font-size: 16px;
  font-weight: 500;
  color: var(--eduvers-black);
  margin-top: 3px;
}

/*==============================================
    Banner Two
===============================================*/
.banner-two {
  position: relative;
  display: block;
  padding: 200px 0 120px;
  background-color: #f8f4f2;
  z-index: 2;
}

.banner-two__shape-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .70;
  z-index: -1;
}

.banner-two__shape-bg-two {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .20;
  z-index: -1;
}

.banner-two__inner {
  position: relative;
  display: block;
}

.banner-two__left {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-right: -20px;
  z-index: 3;
}

.banner-two__title-box {
  position: relative;
  display: block;
}

.banner-two__sub-title {
  position: relative;
  display: block;
}

.banner-two__sub-title p {
  position: relative;
  display: block;
  font-size: 16px;
  color: var(--eduvers-base);
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  font-family: var(--eduvers-font-two);
}

.banner-two__title {
  position: relative;
  font-size: 60px;
  color: var(--eduvers-black);
  font-weight: 700;
  line-height: 1.2em;
  text-transform: capitalize;
  margin-top: 24px;
}

.banner-two__title span {
  color: var(--eduvers-base);
}

.banner-two__text {
  position: relative;
  display: block;
  font-size: 18px;
  color: rgba(var(--eduvers-black-rgb), 1);
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 44px;
}

.banner-two__thm-and-other-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.banner-two__btn-box {
  position: relative;
  display: block;
  line-height: 0;
}

.banner-two__btn-box-two {
  position: relative;
  display: block;
  line-height: 0;
}

.banner-two__btn-box-two .thm-btn {
  background-color: var(--eduvers-black);
}

.banner-two__btn-box-two .thm-btn::before,
.banner-two__btn-box-two .thm-btn::after {
  background-color: var(--eduvers-base);
}

.banner-two__btn-box-two .thm-btn:hover {
  color: var(--eduvers-white);
}

.banner-two__right {
  position: relative;
  display: block;
  margin-left: 110px;
  margin-top: -50px;
}

.banner-two__carousel .courses-three__title {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 20px;
  line-height: 30px;
}

.courses-three__text {
  margin-bottom: 15px;
  line-height: 24px;
}

.banner-two__carousel .courses-three__single {
  margin-bottom: 0;
}

.banner-two__carousel .swiper-nav-style-one {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.banner-two__carousel .banner-two-dot-style1 {
  position: relative;
  display: inline-flex;
  line-height: 0;
}

.banner-two__carousel .banner-two-dot-style1 .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 40px;
  height: 6px;
  margin: 0px 6px;
  opacity: 1;
  border-radius: 0;
  background: transparent;
  border: 1px solid var(--eduvers-base);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.banner-two__carousel .banner-two-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--eduvers-base);
}

.banner-two__carousel .banner-two-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.banner-two__carousel .banner-two-dot-style1 .swiper-pagination-bullet:hover {
  transform: scale(1.0);
}


.banner-two__category-search-box {
  position: relative;
  display: block;
  max-width: 960px;
  width: 100%;
  margin: 50px auto 0;
  z-index: 5;
}

.banner-two__category-search-inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.banner-two__category-select-box {
  position: relative;
  display: block;
  max-width: 290px;
  width: 100%;
}

.banner-two__category-select-box .select-box .nice-select {
  background-color: var(--eduvers-white);
  color: var(--eduvers-gray);
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin-bottom: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.banner-two__category-select-box .select-box .nice-select:after {
  position: absolute;
  right: 30px;
}

.banner-two__category-form {
  position: relative;
  display: block;
  flex: 1;
}

.banner-two__category-input {
  position: relative;
  display: block;
}

.banner-two__category-input input[type="search"] {
  font-size: 16px;
  color: var(--eduvers-gray);
  font-weight: 400;
  height: 60px;
  width: 100%;
  background: var(--eduvers-white);
  border: none;
  border-left: 1px solid var(--eduvers-bdr-color);
  outline: none;
  padding: 0 20px 0;
  padding-right: 133px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.banner-two__category-btn {
  position: absolute;
  top: 7px;
  right: 7px;
  border: none;
  background-color: var(--eduvers-base);
  font-size: 18px;
  line-height: 18px;
  color: var(--eduvers-white);
  font-weight: 500;
  padding: 14px 30px;
  border-radius: 10px;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  z-index: 1;
}

.banner-two__category-btn:hover {
  background-color: var(--eduvers-black);
}

.banner-two__tags {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.banner-two__tags a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 1px solid var(--eduvers-bdr-color);
  color: var(--eduvers-base);
  background-color: var(--eduvers-white);
  padding: 6px 20px 6px;
  border-radius: 8px;
}

.banner-two__tags a:hover {
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
}







/*==============================================
    Feature One
===============================================*/
.feature-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  counter-reset: count;
  z-index: 1;
}

.feature-one__single {
  position: relative;
  display: block;
  background-color: var(--eduvers-primary);
  margin-bottom: 30px;
  border-radius: var(--eduvers-bdr-radius);
  padding: 30px 30px 30px;
  overflow: hidden;
  transition: transform .8s;
}

.feature-one__single:hover {
  transform: translateY(-10px);
}

.feature-one__single:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-color: var(--eduvers-base);
}

.feature-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 100px;
  background-color: var(--eduvers-base);
  margin-top: -30px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  z-index: 2;
  margin-left: auto;
}

.feature-one__icon span {
  position: relative;
  display: flex;
  font-size: 32px;
  color: var(--eduvers-black);
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: rgba(var(--eduvers-primary-rgb), .40);
  border-radius: 50%;
  top: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.feature-one__icon span:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--eduvers-black);
  border-radius: 50%;
  transform: scale(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.feature-one__single:hover .feature-one__icon span:after {
  transform: scaleX(1.0);
}

.feature-one__single:hover .feature-one__icon span {
  color: var(--eduvers-white);
}

.feature-one__content {
  position: relative;
  display: block;
  background-color: var(--eduvers-black);
  padding: 30px 30px 30px;
  margin-top: -40px;
  border-radius: var(--eduvers-bdr-radius);
  border: 1px solid rgba(var(--eduvers-black-rgb), .10);
  z-index: 1;
}

.feature-one__content-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: var(--eduvers-bdr-radius);
  z-index: -1;
}

.feature-one__sub-title {
  font-size: 16px;
  font-family: var(--eduvers-font-two);
  font-weight: 600;
  color: var(--eduvers-white);
}

.feature-one__text {
  color: rgba(var(--eduvers-white-rgb), .80);
}

.feature-one__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 33px;
  margin-bottom: 5px;
}

.feature-one__title a {
  color: var(--eduvers-white);
}

.feature-one__title a:hover {
  color: var(--eduvers-base);
}

.feature-one__read-more {
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.feature-one__read-more a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  color: var(--eduvers-white);
}

.feature-one__read-more a:hover {
  color: var(--eduvers-base);
}

.feature-one__read-more a span {
  font-size: 13px;
}

.feature-one__count {
  position: absolute;
  top: 22px;
  left: 30px;
  z-index: 2;
}

.feature-one__count::before {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  counter-increment: count 1;
  content: "0"counter(count);
  color: var(--eduvers-black);
  font-family: var(--eduvers-font-two);
}

.feature-one__count:after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: -45px;
  width: 40px;
  height: 1px;
  background-color: var(--eduvers-black);
}

/*==============================================
    Courses One
===============================================*/
.courses-one {
  position: relative;
  display: block;
  padding: 120px 0 0px;
  z-index: 1;
}

.courses-one__bg-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 499px;
  background-color: var(--eduvers-primary);
  z-index: -1;
}

.courses-one__bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.03;
}

.courses-one__top {
  position: relative;
  display: block;
}

.courses-one__carousel-wrap {
  position: relative;
  display: block;
}

.courses-one__carousel {
  position: relative;
  display: block;
}

.courses-one__single {
  position: relative;
  display: block;
}

.courses-one__img-box {
  position: relative;
  display: block;
}

.courses-one__img {
  position: relative;
  display: block;
  border-top-left-radius: var(--eduvers-bdr-radius);
  border-top-right-radius: var(--eduvers-bdr-radius);
  overflow: hidden;
}

.courses-one__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--eduvers-black-rgb), .85);
  border-radius: var(--eduvers-bdr-radius);
  opacity: 0;
  transform: translateY(50px);
  transition: background-color 0.7s ease;
  transition: all 0.7s ease;
  z-index: 1;
}

.courses-one__single:hover .courses-one__img::before {
  opacity: 1;
  transform: translateY(0px);
}

.courses-one__img img {
  width: 100%;
  border-top-left-radius: var(--eduvers-bdr-radius);
  border-top-right-radius: var(--eduvers-bdr-radius);
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.courses-one__single:hover .courses-one__img img {
  transform: scale(1.05) rotate(0deg);
}

.courses-one__content {
  position: relative;
  display: block;
  padding: 54px 20px 20px;
  border-bottom-left-radius: var(--eduvers-bdr-radius);
  border-bottom-right-radius: var(--eduvers-bdr-radius);
  border: 1px solid var(--eduvers-bdr-color);
  border-top: 0;
  background-color: var(--eduvers-white);
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
}

.courses-one__ratting-and-price {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--eduvers-bdr-radius);
  padding: 12px 20px 12px;
  left: 10px;
  right: 10px;
  top: -34px;
  background-color: var(--eduvers-black);
  border-top: 1px solid rgba(var(--eduvers-white-rgb), .50);
  z-index: 2;
}

.courses-one__ratting-box {
  position: relative;
  display: block;
}

.courses-one__ratting {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
}

.courses-one__ratting span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #ffb60a;
}

.courses-one__ratting-text {
  color: rgba(var(--eduvers-white-rgb), .80);
  margin-top: 4px;
  position: relative;
  display: block;
}

.courses-one__price {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 40px;
  border-radius: var(--eduvers-bdr-radius);
  background-color: var(--eduvers-primary);
}

.courses-one__price p {
  font-size: 18px;
  font-family: var(--eduvers-font-two);
  font-weight: 600;
  color: var(--eduvers-base);
}

.courses-one__sub-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.courses-one__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin: 4px 0 16px;
}

.courses-one__title a {
  color: var(--eduvers-black);
}

.courses-one__title a:hover {
  color: var(--eduvers-base);
}

.courses-one__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--eduvers-bdr-color);
  border-bottom: 1px solid var(--eduvers-bdr-color);
  padding: 8px 0 8px;
}

.courses-one__list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.courses-one__list li .icon {
  position: relative;
  display: inline-block;
}

.courses-one__list li .icon span {
  position: relative;
  display: inline-block;
  color: var(--eduvers-base);
  font-size: 15px;
}

.courses-one__list li p {
  font-weight: 500;
}

.courses-one__client-and-student {
  position: relative;
  display: flex;
  margin-top: 15px;
  align-items: center;
  justify-content: space-between;
}

.courses-one__client-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.courses-one__client-img {
  position: relative;
  display: block;
  max-width: 45px;
  width: 100%;
  border-radius: 50%;
}

.courses-one__client-img img {
  width: 100%;
  border-radius: 50%;
}

.courses-one__client-content {
  position: relative;
  display: block;
  flex: 1;
}

.courses-one__client-content h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.courses-one__student {
  position: relative;
  display: block;
  flex: 1;
  text-align: right;
}

.courses-one__student p {
  line-height: 24px;
}

.courses-one__student p span {
  font-family: var(--eduvers-font-two);
  font-weight: 600;
  color: var(--eduvers-black);
}

.courses-one__btn-box {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translateY(-20%) translateX(-50%);
  transition: background-color 0.7s ease;
  transition: all 0.7s ease;
  z-index: 1;
}

.courses-one__single:hover .courses-one__btn-box {
  opacity: 1;
  transform: translateY(-30px) translateX(-50%);
  transition-delay: 500ms;
}

.courses-one__btn-box .thm-btn:hover {
  color: var(--eduvers-base);
}

.courses-one__btn-box .thm-btn::after,
.courses-one__btn-box .thm-btn::before {
  background-color: var(--eduvers-white);
}

.courses-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.courses-one__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.courses-one__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.courses-one__carousel .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
  margin: 0 !important;
}

.courses-one__carousel.owl-theme .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: var(--eduvers-white);
  background-color: var(--eduvers-black);
  border: none;
  font-size: 20px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.courses-one__carousel.owl-theme .owl-nav .owl-prev {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: var(--eduvers-white);
  background-color: var(--eduvers-black);
  border: none;
  font-size: 20px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.courses-one__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 5px;
}

.courses-one__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 5px;
}

.courses-one__carousel.owl-theme .owl-nav .owl-next span,
.courses-one__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.courses-one__carousel.owl-theme .owl-nav .owl-next:hover,
.courses-one__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
}

/*==============================================
    Categories One
===============================================*/
.categories-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.categories-one__single {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  transition: transform .8s;
}

.categories-one__single:hover {
  transform: translateY(-10px);
}

.categories-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-color: rgba(var(--eduvers-base-rgb), .50);
  border-radius: 50%;
  z-index: 2;
}

.categories-one__icon::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-color: var(--eduvers-black);
  border-radius: 50%;
  z-index: -1;
}

.categories-one__icon span {
  font-size: 42px;
  color: var(--eduvers-white);
  position: relative;
  display: inline-block;

}

.categories-one__content-inner {
  position: relative;
  display: block;
  margin-top: -50px;
  z-index: 1;
}

.categories-one__content-shape-1 {
  position: absolute;
  top: -10px;
  left: -10px;
  border-top: 100px solid rgba(var(--eduvers-black-rgb), .10);
  border-right: 100px solid transparent;
  border-radius: var(--eduvers-bdr-radius);
}

.categories-one__content-shape-2 {
  position: absolute;
  bottom: -10px;
  right: -10px;
  border-bottom: 100px solid rgba(var(--eduvers-black-rgb), .10);
  border-left: 100px solid transparent;
  border-radius: var(--eduvers-bdr-radius);
}

.categories-one__content {
  position: relative;
  display: block;
  background-color: var(--eduvers-white);
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
  border-radius: var(--eduvers-bdr-radius);
  border: 1px solid var(--eduvers-bdr-color);
  padding: 70px 20px 30px;
  margin-top: -50px;
}

.categories-one__sub-title {
  font-weight: 500;
}

.categories-one__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 2px 0 5px;
}

.categories-one__title a {
  color: var(--eduvers-black);
}

.categories-one__title a:hover {
  color: var(--eduvers-base);
}

.categories-one__read-more {
  position: relative;
  display: inline-block;
}

.categories-one__read-more a {
  font-weight: 500;
  color: var(--eduvers-black);
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.categories-one__read-more a:hover {
  color: var(--eduvers-base);
}

.categories-one__read-more a span {
  font-size: 14px;
}

/*==============================================
    About One
===============================================*/
.about-one {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.about-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.about-one__right {
  position: relative;
  display: block;
  background-color: var(--eduvers-black);
  padding: 120px 60px 120px;
  z-index: 1;
}

.about-one__right-shape-1 {
  position: absolute;
  top: 0;
  right: -256px;
  z-index: -1;
}

.about-one__right-shape-1 img {
  width: auto;
}

.about-one__right .section-title__title {
  color: var(--eduvers-white);
}

.about-one__right .section-title__tagline-shape-2 {
  background-color: var(--eduvers-white);
}

.about-one__right .section-title {
  margin-bottom: 29px;
}

.about-one__text {
  color: rgba(var(--eduvers-white-rgb), .70);
}

.about-one__text-2 {
  color: var(--eduvers-white);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 20px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
}

.about-one__text-2 span {
  color: var(--eduvers-base);
  font-size: 18px;
}

.about-one__points-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 60px;
  margin: 20px 0 32px;
}

.about-one__points {
  position: relative;
  display: block;
}

.about-one__points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-one__points li+li {
  margin-top: 7px;
}

.about-one__points li .icon {
  position: relative;
  display: inline-block;
}

.about-one__points li .icon span {
  position: relative;
  display: inline-block;
  font: 18px;
  color: var(--eduvers-base);
}

.about-one__points li h3 {
  color: var(--eduvers-white);
  font-size: 16px;
  font-weight: 600;
}

.about-one__btn-and-video {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
}

.about-one__btn-box {
  position: relative;
  display: block;
}

.about-one__btn-box .thm-btn:hover {
  color: var(--eduvers-base);
}

.about-one__btn-box .thm-btn::after,
.about-one__btn-box .thm-btn::before {
  background-color: var(--eduvers-white);
}

.about-one__video-link {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  z-index: 3;
}

.about-one__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: var(--eduvers-black);
  background-color: rgba(var(--eduvers-white-rgb), 1);
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.about-one__video-icon:hover {
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
}

.about-one__video-link .ripple,
.about-one__video-icon .ripple:before,
.about-one__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--eduvers-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--eduvers-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--eduvers-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--eduvers-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.about-one__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.about-one__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.about-one__video-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  color: var(--eduvers-white);
}

/*==============================================
    Instructors One
===============================================*/
.instructors-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.instructors-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.instructors-one__img-box {
  position: relative;
  display: block;
}

.instructors-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: var(--eduvers-bdr-radius);
  border-top-right-radius: var(--eduvers-bdr-radius);
}

.instructors-one__img img {
  width: 100%;
  border-top-left-radius: var(--eduvers-bdr-radius);
  border-top-right-radius: var(--eduvers-bdr-radius);
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.instructors-one__single:hover .instructors-one__img img {
  transform: scale(1.05) rotate(0deg);
}

.instructors-one__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--eduvers-white);
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
  border-radius: var(--eduvers-bdr-radius);
  border: 1px solid var(--eduvers-bdr-color);
  border-top: 0;
  padding: 15px 20px 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.instructors-one__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 3px;
}

.instructors-one__title a {
  color: var(--eduvers-black);
}

.instructors-one__title a:hover {
  color: var(--eduvers-base);
}

.instructors-one__sub-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}

.instructors-one__share-box {
  position: relative;
  display: block;
  cursor: pointer;
  padding-top: 80px;
  margin-top: -80px;
}

.instructors-one__share-box p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 30px;
  background-color: var(--eduvers-black);
  font-weight: 600;
  color: var(--eduvers-white);
  border-radius: var(--eduvers-bdr-radius);
}

.instructors-one__social-box {
  position: absolute;
  top: 0px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scaleY(0.0) translateX(-50%);
  transform-origin: bottom;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: bottom center;
  background-color: var(--eduvers-black);
  border-radius: var(--eduvers-bdr-radius);
  padding: 5px 5px 5px;
  gap: 3px;
}

.instructors-one__share-box:hover .instructors-one__social-box {
  transform: scaleY(1.0) translateX(-50%);
  transform-origin: bottom center;
  transition-delay: 300ms;
}

.instructors-one__social li {
  position: relative;
  display: inline-block;
}

.instructors-one__social li+li {
  margin-top: 3px;
}

.instructors-one__social li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: var(--eduvers-white);
  border-radius: 5px;
  font-size: 14px;
  color: var(--eduvers-black);
  border: 1px solid var(--eduvers-bdr-color);
}

.instructors-one__social li a:hover {
  color: var(--eduvers-white);
  background-color: var(--eduvers-base);
}

.instructors-one__chat {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}

.instructors-one__chat a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 35px;
  background-color: var(--eduvers-white);
  border-radius: var(--eduvers-bdr-radius);
  border: 1px solid var(--eduvers-bdr-color);
  color: var(--eduvers-gray);
  font-weight: 600;
  font-family: var(--eduvers-font-two);
  font-size: 14px;
  border-bottom-right-radius: 0;
}

.instructors-one__chat a:hover {
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
}

.instructors-one__chat a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0px;
  border-right: 10px solid var(--eduvers-white);
  border-bottom: 10px solid transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.instructors-one__chat a:hover:after {
  border-right: 10px solid var(--eduvers-base);
  border-bottom: 10px solid transparent;
}

.instructors-one__chat a::before {
  content: "";
  position: absolute;
  bottom: -12px;
  right: 0px;
  border-right: 14px solid var(--eduvers-bdr-color);
  border-bottom: 14px solid transparent;
  z-index: -1;
}

/*==============================================
    Brand One
===============================================*/
.brand-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  background-color: var(--eduvers-primary);
  z-index: 1;
}

.brand-one__inner {
  position: relative;
  display: block;
}

.brand-one__inner ul {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.brand-one__inner ul li {
  position: relative;
  text-align: center;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  transition: transform .8s;
}

.brand-one__inner ul li:hover {
  transform: translateY(-10px);
}

.brand-one__single {
  position: relative;
  display: block;
  background-color: var(--eduvers-bdr-color);
  padding: 25px 25px 25px;
  border-radius: var(--eduvers-bdr-radius);
  overflow: hidden;
  z-index: 1;
}

.brand-one__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--eduvers-white);
  background-position: center top;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scalex(0);
  z-index: -1;
}


.brand-one__single:hover::before {
  transform: scalex(1.0);
}

.brand-one__img {
  position: relative;
  display: block;
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
}

.brand-one__img img {
  width: 100%;
}

.brand-one__shape-1 {
  position: absolute;
  bottom: -2px;
  right: 13px;
  border-bottom: 50px solid rgba(var(--eduvers-black-rgb), .20);
  border-left: 50px solid transparent;
  border-radius: var(--eduvers-bdr-radius);
  z-index: -1;
}

.brand-one__shape-2 {
  position: absolute;
  bottom: -2px;
  left: 13px;
  border-bottom: 50px solid rgba(var(--eduvers-black-rgb), .20);
  border-right: 50px solid transparent;
  border-radius: var(--eduvers-bdr-radius);
  z-index: -1;
}

.brand-one__shape-3 {
  position: absolute;
  top: -2px;
  right: 13px;
  border-top: 50px solid rgba(var(--eduvers-black-rgb), .20);
  border-left: 50px solid transparent;
  border-radius: var(--eduvers-bdr-radius);
  z-index: -1;
}

.brand-one__shape-4 {
  position: absolute;
  top: -2px;
  left: 13px;
  border-top: 50px solid rgba(var(--eduvers-black-rgb), .20);
  border-right: 50px solid transparent;
  border-radius: var(--eduvers-bdr-radius);
  z-index: -1;
}

/*==============================================
    Enterprise Plan
===============================================*/
.enterprise-plan {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.enterprise-plan__left {
  position: relative;
  display: block;
  background-color: var(--eduvers-black);
  border-radius: var(--eduvers-bdr-radius);
  padding: 60px 50px 60px;
}

.enterprise-plan__left .section-title__title {
  color: var(--eduvers-white);
  font-size: 36px;
}

.enterprise-plan__left .section-title__tagline-shape-2 {
  background-color: var(--eduvers-white);
}

.enterprise-plan__left .section-title {
  margin-bottom: 25px;
}

.enterprise-plan__text-box {
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.enterprise-plan__text-box h3 {
  font-size: 22px;
  font-weight: 500;
  color: var(--eduvers-white);
  font-family: var(--eduvers-font);
}

.enterprise-plan__text-box h3 span.odometer {
  font-family: var(--eduvers-font-two) !important;
  font-weight: 600;
  color: var(--eduvers-base);
  margin-right: 1px;
}

.enterprise-plan__points {
  position: relative;
  display: block;
}

.enterprise-plan__points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.enterprise-plan__points li+li {
  margin-top: 6px;
}

.enterprise-plan__points li .icon {
  position: relative;
  display: inline-block;
}

.enterprise-plan__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--eduvers-base);
}

.enterprise-plan__points li p {
  color: var(--eduvers-white);
  font-size: 18px;
  font-weight: 500;
}

.enterprise-plan__btn-box {
  position: relative;
  display: block;
  margin-top: 25px;
}

.enterprise-plan__btn-box .thm-btn::after,
.enterprise-plan__btn-box .thm-btn::before {
  background-color: var(--eduvers-white);
}

.enterprise-plan__btn-box .thm-btn:hover {
  color: var(--eduvers-black);
}

.enterprise-plan__right {
  position: relative;
  display: block;
}

.enterprise-plan__right-top {
  position: relative;
  display: block;
}

.enterprise-plan__img {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.enterprise-plan__img img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
  border: 1px solid var(--eduvers-bdr-color);
}

.enterprise-plan__right-bottom {
  position: relative;
  display: block;
}

.enterprise-plan__counter-single {
  position: relative;
  display: block;
  text-align: center;
  background-color: var(--eduvers-bdr-color);
  padding: 33px 20px 33px;
  border-radius: var(--eduvers-bdr-radius);
  border-bottom: 5px solid var(--eduvers-base);
  margin-bottom: 30px;
}

.enterprise-plan__counter-count {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.enterprise-plan__counter-count h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px !important;
  font-family: var(--eduvers-font-two) !important;
}

.enterprise-plan__counter-count span {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px !important;
  font-family: var(--eduvers-font-two) !important;
  color: var(--eduvers-black);
}

.enterprise-plan__counter-count-text {
  font-size: 18px;
  font-weight: 600;
}

/*==============================================
    Process One
===============================================*/
.process-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  background-color: var(--eduvers-primary);
  counter-reset: count;
  z-index: 1;
}

.process-one__bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: repeat;
  z-index: -1;
}

.process-one ul {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.process-one ul li {
  position: relative;
  text-align: center;
  max-width: 20%;
  width: 100%;
  flex: 0 0 20%;
}

.process-one__single {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 22px;
}

.process-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background-color: var(--eduvers-black);
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.process-one ul li:nth-child(4) .process-one__icon,
.process-one ul li:nth-child(2) .process-one__icon {
  margin: 4px auto 0;
}

.process-one__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: var(--eduvers-base);
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.process-one__single:hover .process-one__icon:before {
  transform: scaleX(1);
}

.process-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--eduvers-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.process-one__single:hover .process-one__icon span {
  transform: scale(0.9);
}

.process-one__content {
  position: relative;
  display: block;
  margin-top: 20px;
}

.process-one ul li:nth-child(4) .process-one__content,
.process-one ul li:nth-child(2) .process-one__content {
  margin-top: 0;
  margin-bottom: 4px;
}

.process-one__count-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background-color: var(--eduvers-white);
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
  border-radius: var(--eduvers-bdr-radius);
  padding: 2px 10px 1px;
}

.process-one__count-text {
  position: relative;
  display: block;
}

.process-one__count-text p {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--eduvers-black);
}

.process-one__count {
  position: relative;
  display: block;
}

.process-one ul li:nth-child(4) .process-one__count-box,
.process-one ul li:nth-child(2) .process-one__count-box {
  top: -8px;
}

.process-one__count::before {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--eduvers-black);
  counter-increment: count 1;
  content: "0"counter(count);
}

.process-one__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 6px;
}

.process-one__shape-1 {
  position: absolute;
  right: -70px;
  top: 50px;
}

.process-one__shape-1 img {
  width: auto;
}

.process-one__shape-2 {
  position: absolute;
  right: -70px;
  top: 34px;
}

.process-one__shape-2 img {
  width: auto;
}

/*==============================================
    Testimonial One
===============================================*/
.testimonial-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.testimonial-one__inner {
  position: relative;
  display: block;
}

.testimonial-one__left {
  position: relative;
  display: block;
  padding: 50px 50px 50px;
  background-color: var(--eduvers-white);
  border-radius: var(--eduvers-bdr-radius);
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
}

.testimonial-one__img {
  position: relative;
  display: block;
}

.testimonial-one__img img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
}

.testimonial-one__right {
  position: relative;
  display: block;
  margin-left: 100px;
  padding: 60px 60px 60px;
  background-color: var(--eduvers-white);
  border-radius: var(--eduvers-bdr-radius);
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
}

.testimonial-one__carousel {
  position: relative;
  display: block;
}

.testimonial-one__single {
  position: relative;
  display: block;
}

.testimonial-one__quote {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: rgba(var(--eduvers-base-rgb), .50);
  border-radius: 50%;
}

.testimonial-one__quote span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: var(--eduvers-black);
  border-radius: 50%;
  font-size: 32px;
  color: var(--eduvers-white);
}

.testimonial-one__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 40px 0 40px;
}

.testimonial-one__student-info {
  position: relative;
  display: block;
}

.testimonial-one__student-name {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-one__student-name a {
  color: var(--eduvers-black);
}

.testimonial-one__student-name a:hover {
  color: var(--eduvers-base);
}

.testimonial-one__sub-title {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 2px;
}

.testimonial-one__ratting-and-date {
  position: absolute;
  top: 0px;
  right: 0px;
}

.testimonial-one__ratting {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.testimonial-one__ratting span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--eduvers-base);
}

.testimonial-one__date {
  position: relative;
  display: block;
}

.testimonial-one__date {
  position: relative;
  display: block;
  margin-top: 7px;
  text-align: right;
}

.testimonial-one__social {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.testimonial-one__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--eduvers-black);
  border-radius: 50%;
  font-size: 16px;
  color: var(--eduvers-white);
}

.testimonial-one__social a:hover {
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
}


.testimonial-one__carousel.owl-theme .owl-dots {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  left: -132px;
  transform: translateY(-50%);
  z-index: 99;
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonial-one__carousel.owl-theme .owl-dots::before {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 4px;
  height: 85px;
  background: rgb(13, 41, 68);
  background: linear-gradient(0deg, rgba(13, 41, 68, 1) 14%, rgba(13, 41, 68, 0.7595413165266106) 35%, rgba(13, 41, 68, 0.5746673669467788) 57%, rgba(13, 41, 68, 0.19371498599439774) 95%);
  transform: translateX(-50%);
  opacity: 0.3;
  content: "";
}

.testimonial-one__carousel.owl-theme .owl-dots::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 4px;
  height: 85px;
  background: rgb(13, 41, 68);
  background: linear-gradient(180deg, rgba(13, 41, 68, 1) 14%, rgba(13, 41, 68, 0.7595413165266106) 35%, rgba(13, 41, 68, 0.5746673669467788) 57%, rgba(255, 255, 255, 0.19371498599439774) 95%);
  transform: translateX(-50%);
  opacity: 0.3;
  content: "";
}

.testimonial-one__carousel.owl-theme .owl-dots .owl-dot {
  display: block;
}

.testimonial-one__carousel.owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  margin: 10.5px 0px;
  background: rgba(var(--eduvers-black-rgb), 0.4);
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.testimonial-one__carousel.owl-theme .owl-dots .owl-dot.active span,
.testimonial-one__carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(var(--eduvers-black-rgb), 1.0);
}

.testimonial-one__carousel.owl-theme .owl-dots .owl-dot span::before {
  position: absolute;
  top: -8px;
  left: -8px;
  bottom: -8px;
  right: -8px;
  border: 1px solid rgba(var(--eduvers-black-rgb), 0.4);
  border-radius: 50%;
  transform: scaleX(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  content: "";
}

.testimonial-one__carousel.owl-theme .owl-dots .owl-dot.active span::before,
.testimonial-one__carousel.owl-theme .owl-dots .owl-dot:hover span::before {
  transform: scaleX(1.0);
  border: 1px solid rgba(var(--eduvers-black-rgb), 1.0);
}

.testimonial-one__carousel .owl-nav {
  position: absolute;
  top: -170px;
  right: -60px;
  margin: 0 !important;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: var(--eduvers-white);
  background-color: var(--eduvers-black);
  border: none;
  font-size: 20px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: var(--eduvers-white);
  background-color: var(--eduvers-black);
  border: none;
  font-size: 20px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 5px;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 5px;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
}

/*==============================================
    Career Area
===============================================*/
.career-area {
  position: relative;
  display: block;
}

.career-area__inner {
  position: relative;
  display: block;
  z-index: 1;
}

.career-area__bg-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background-color: var(--eduvers-black);
  z-index: -1;
}

.career-area__bg-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.career-area__bg-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .15;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.career-area__bg-color-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background-color: var(--eduvers-base);
  z-index: -1;
}

.career-area__left {
  position: relative;
  display: block;
  text-align: center;
  padding: 104px 60px 120px;
}

.career-area__big-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  color: var(--eduvers-white);
  text-transform: capitalize;
}

.career-area__text {
  color: rgba(var(--eduvers-white-rgb), .70);
  margin: 20px 0 25px;
}

.career-area__btn-box {
  position: relative;
  display: block;
}

.career-area__right {
  position: relative;
  display: block;
  text-align: center;
  padding: 104px 60px 120px;
}

.career-area__right .thm-btn {
  background-color: var(--eduvers-black);
}

.career-area__inner .thm-btn:after,
.career-area__inner .thm-btn:before {
  background-color: var(--eduvers-white);
}

.career-area__inner .thm-btn:hover {
  color: var(--eduvers-black);
}

/***
=============================================
Blog One
=============================================
***/
.blog-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.blog-one__single {
  position: relative;
  display: block;
  background-color: var(--eduvers-white);
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
  padding: 15px 15px 30px;
  border-radius: var(--eduvers-bdr-radius);
  margin-bottom: 30px;
}

.blog-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--eduvers-bdr-radius);
  z-index: 1;
}

.blog-one__img:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 50%;
  height: 100%;
  background-color: rgba(var(--eduvers-black-rgb), .70);
  visibility: hidden;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(370px) translateY(100%);
  transform-origin: left;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 1;
}


.blog-one__single:hover .blog-one__img:before {
  visibility: visible;
  opacity: 1;
  transform: perspective(370px) translateY(0%);
}

.blog-one__img:after {
  position: absolute;
  content: '';
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-color: rgba(var(--eduvers-black-rgb), .70);
  visibility: hidden;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(370px) translateY(-100%);
  transform-origin: top;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 1;
}

.blog-one__single:hover .blog-one__img:after {
  visibility: visible;
  opacity: 1;
  transform: perspective(370px) translateY(0%);
}

.blog-one__img img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.blog-one__single:hover .blog-one__img img {
  transform: scale(1.05) rotate(0deg);
}

.blog-one__plus {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg) scale(0);
  transition: all 600ms ease;
  z-index: 3;
}

.blog-one__single:hover .blog-one__plus {
  transform: rotate(0deg) scale(1);
  transition-delay: 700ms;
}

.blog-one__plus a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: var(--eduvers-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--eduvers-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__plus a:hover {
  color: var(--eduvers-white);
  background-color: var(--eduvers-base);
}

.blog-one__tag {
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 4;
}

.blog-one__tag a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--eduvers-base);
  font-size: 18px;
  color: var(--eduvers-white);
  font-weight: 600;
  padding: 7px 25px 8px;
  padding-left: 40px;
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.blog-one__tag a:hover {
  background-color: var(--eduvers-white);
  color: var(--eduvers-base);
}

.blog-one__content {
  position: relative;
  display: block;
  padding: 25px 15px 0;
}

.blog-one__meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-one__meta li {
  position: relative;
  display: block;
}

.blog-one__meta li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: var(--eduvers-gray);
}

.blog-one__meta li a span {
  position: relative;
  font-size: 16px;
  color: var(--eduvers-base);
}

.blog-one__meta li a:hover {
  color: var(--eduvers-base);
}

.blog-one__title {
  font-size: 22px;
  line-height: 32px;
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 16px;
  font-weight: 600;
}

.blog-one__title a {
  color: var(--eduvers-black);
}

.blog-one__title a:hover {
  color: var(--eduvers-base);
}

.blog-one__author-and-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-one__author-info {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-one__author-img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  background-color: var(--eduvers-base);
  border-radius: 50%;
}

.blog-one__author-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 55px;
  border-radius: 50%;
}

.blog-one__author-img img {
  width: auto;
  border-radius: 50%;
}

.blog-one__author-content {
  position: relative;
  display: block;
  margin-left: 15px;
}

.blog-one__author-content h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.blog-one__author-content p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.blog-one__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  background-color: var(--eduvers-black);
  border-radius: 50%;
  color: var(--eduvers-white);
  font-size: 15px;
}

.blog-one__arrow:hover {
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
}

/*==============================================
    CTA One
===============================================*/
.cta-one {
  position: relative;
  display: block;
  z-index: 2;
}

.cta-one__inner {
  position: relative;
  display: block;
  background-color: var(--eduvers-base);
  border-radius: var(--eduvers-bdr-radius);
  padding: 60px 60px 60px;
  overflow: hidden;
  z-index: 1;
}

.cta-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .15;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.cta-one__single {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.cta-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--eduvers-black);
  border-radius: var(--eduvers-bdr-radius);
}

.cta-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 35px;
  color: var(--eduvers-white);
}

.cta-one__content {
  position: relative;
  display: block;
  flex: 1;
}

.cta-one__content h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: var(--eduvers-white);
  margin-bottom: 4px;
}

.cta-one__content p {
  color: var(--eduvers-white);
}


/*==============================================
    Site Footer
===============================================*/
.site-footer {
  position: relative;
  display: block;
  background-color: var(--eduvers-black);
  overflow: hidden;
  z-index: 1;
  margin-top: -91px;
}

.site-footer__map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .02;
  z-index: -1;
}

.site-footer__top {
  position: relative;
  display: block;
}

.site-footer__top-inner {
  position: relative;
  display: block;
  padding: 204px 0 100px;
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-top: 7px;
}

.footer-widget__about-logo {
  position: relative;
  display: inline-block;
}

.footer-widget__about-text {
  margin: 0;
  color: rgba(var(--eduvers-white-rgb), .80);
  padding-top: 32px;
  padding-bottom: 28px;
}

.footer-widget__app-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-widget__app-box li {
  position: relative;
  display: block;
}

.footer-widget__app-box li a {
  border: 1px solid rgba(var(--eduvers-white-rgb), .50);
  border-radius: var(--eduvers-bdr-radius);
  padding: 8px 20px 8px;
  font-weight: 700;
  color: rgba(var(--eduvers-white-rgb), .80);
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__app-box li a span {
  position: relative;
  margin-right: 5px;
}

.footer-widget__app-box li:nth-child(2) a {
  justify-content: center;
  width: 46px;
  height: 44px;
}

.footer-widget__title {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: var(--eduvers-white);
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 23px;
  text-transform: capitalize;
}

.footer-widget__links {
  position: relative;
  display: block;
  margin-left: 70px;
}

.footer-widget__links-list {
  position: relative;
  display: block;
}

.footer-widget__links-list li+li {
  margin-top: 15px;
}

.footer-widget__links-list li a {
  color: rgba(var(--eduvers-white-rgb), .80);
  position: relative;
  display: block;
  font-weight: 500;
}

.footer-widget__links-list li a:hover {
  color: var(--eduvers-base);
}

.footer-widget__contact-info {
  position: relative;
  display: block;
  margin-right: 40px;
}

.footer-widget__contact-info-box {
  position: relative;
  display: block;
}

.footer-widget__contact-info-list {
  position: relative;
  display: block;
}

.footer-widget__contact-info-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-widget__contact-info-list li+li {
  margin-top: 13px;
}

.footer-widget__contact-info-list li .icon {
  position: relative;
  display: inline-block;
  top: 2px;
}

.footer-widget__contact-info-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--eduvers-white);
}

.footer-widget__contact-info-list li p {
  color: rgba(var(--eduvers-white-rgb), .80);
  font-weight: 500;
}

.footer-widget__contact-info-list li p span {
  color: var(--eduvers-black);
  font-weight: 600;
  font-size: 16px;
  position: relative;
  margin-left: 5px;
}

.footer-widget__contact-info-list li p a {
  color: var(--eduvers-white);
}

.footer-widget__contact-info-list li p a:hover {
  color: var(--eduvers-base);
}

.footer-widget__social-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 24px;
}

.footer-widget__social-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: rgba(var(--eduvers-white-rgb), .10);
  border-radius: 50%;
  font-size: 16px;
  color: var(--eduvers-white);
}

.footer-widget__social-box a:hover {
  background-color: var(--eduvers-white);
  color: var(--eduvers-base);
}


.site-footer__newsletter {
  position: relative;
  display: block;
}

.site-footer__text {
  color: rgba(var(--eduvers-white-rgb), .80);
}

.site-footer__newsletter-form {
  position: relative;
  display: block;
}

.site-footer__newsletter-input {
  position: relative;
  display: block;
  margin-top: 22px;
  margin-bottom: 19px;
}

.site-footer__newsletter-input input[type="email"] {
  font-size: 16px;
  color: var(--eduvers-white);
  font-weight: 400;
  height: 60px;
  width: 100%;
  background: rgba(var(--eduvers-white-rgb), .10);
  border: none;
  border-radius: var(--eduvers-bdr-radius);
  outline: none;
  padding: 0 50px 0;
  padding-right: 65px;
}

.site-footer__newsletter-input-icon {
  position: absolute;
  top: 20px;
  left: 20px;
}

.site-footer__newsletter-input-icon span {
  font-size: 19px;
  color: var(--eduvers-base);
}

.site-footer__newsletter-form .checked-box {
  position: relative;
  display: block;
  margin-top: -4px;
}

.site-footer__newsletter-form .checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: rgba(var(--eduvers-white-rgb), .80);
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
  font-family: var(--eduvers-font);
}

.site-footer__newsletter-form .checked-box input[type="checkbox"] {
  display: none;
}

.site-footer__newsletter-form .checked-box input[type="checkbox"]+label span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid rgba(var(--eduvers-white-rgb), .80);
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.site-footer__newsletter-form .checked-box label span:before {
  position: absolute;
  top: 4px;
  left: 5px;
  display: block;
  border-bottom: 2px solid var(--eduvers-white);
  border-right: 2px solid var(--eduvers-white);
  content: '';
  width: 6px;
  height: 9px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.site-footer__newsletter-form.checked-box input[type="checkbox"]:checked+label span {
  border-color: var(--eduvers-white);
}

.site-footer__newsletter-form .checked-box input[type="checkbox"]:checked+label span:before {
  opacity: 1;
}

.site-footer__newsletter-btn-box {
  position: absolute;
  top: 5px;
  right: 5px;
}

.site-footer__newsletter-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: var(--eduvers-base);
  width: 49px;
  height: 49px;
  font-size: 20px;
  color: var(--eduvers-white);
  border-radius: var(--eduvers-bdr-radius);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__newsletter-btn:hover {
  background-color: var(--eduvers-white);
  color: var(--eduvers-base);
}

.site-footer__bottom {
  position: relative;
  display: block;
  border-top: 1px solid rgba(var(--eduvers-white-rgb), .10);
}

.site-footer__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0 28px;
}

.site-footer__copyright {
  position: relative;
  display: block;
}

.site-footer__copyright-text {
  color: rgba(var(--eduvers-white-rgb), .80);
}

.site-footer__copyright-text a {
  color: var(--eduvers-base);
}

.site-footer__copyright-text a:hover {
  color: var(--eduvers-white);
}

.site-footer__bottom-menu-box {
  position: relative;
  display: block;
}

.site-footer__bottom-menu {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.site-footer__bottom-menu li {
  position: relative;
  display: block;
}

.site-footer__bottom-menu li+li {
  margin-left: 20px;
}

.site-footer__bottom-menu li a {
  position: relative;
  display: inline-block;
  color: rgba(var(--eduvers-white-rgb), .80);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-menu li a:hover {
  color: var(--eduvers-base);
}

/*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/
.feature-two {
  position: relative;
  display: block;
  margin-top: -109px;
  z-index: 10;
}

.feature-two__inner {
  position: relative;
  display: block;
  background-color: var(--eduvers-primary);
  border-radius: var(--eduvers-bdr-radius);
  overflow: hidden;
}

.feature-two__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.feature-two__list li {
  position: relative;
  text-align: center;
  max-width: 25%;
  width: 100%;
  flex: 0 0 25%;
}

.feature-two__list li:last-child .feature-two__single {
  border-right: 0;
}

.feature-two__single {
  position: relative;
  display: block;
  border-right: 2px solid var(--eduvers-bdr-color);
  padding: 40px 30px 35px;
  z-index: 1;
}

.feature-two__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--eduvers-base);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.feature-two__list li:hover .feature-two__single::before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.feature-two__icon {
  position: relative;
  display: inline-block;
}

.feature-two__icon span {
  position: relative;
  display: inline-block;
  color: var(--eduvers-gray);
  font-size: 62px;
  transition: all 500ms ease;
}

.feature-two__list li:hover .feature-two__icon span {
  color: var(--eduvers-white);
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.feature-two__content {
  position: relative;
  display: block;
}

.feature-two__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin: 15px 0 4px;
}

.feature-two__title a {
  color: var(--eduvers-black);
}

.feature-two__list li:hover .feature-two__title a {
  color: var(--eduvers-white);
}

.feature-two__title a:hover {
  color: var(--eduvers-base);
}

.feature-two__read-more {
  position: relative;
  display: block;
}

.feature-two__read-more a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  color: var(--eduvers-black);
}

.feature-two__list li:hover .feature-two__read-more a {
  color: var(--eduvers-white);
}

.feature-two__read-more a span {
  color: var(--eduvers-base);
  font-size: 13px;
  transition: all 500ms ease;
}

.feature-two__list li:hover .feature-two__read-more a span {
  color: var(--eduvers-white);
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.about-two__left {
  position: relative;
  display: block;
  margin-right: 300px;
  margin-top: 131px;
}

.about-two__img-box {
  position: relative;
  display: block;
}

.about-two__img {
  position: relative;
  display: block;
}

.about-two__img img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
}

.about-two__img-2 {
  position: absolute;
  top: -131px;
  right: -270px;
  max-width: 250px;
  width: 100%;
}

.about-two__img-2 img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
}

.about-two__video-link {
  position: absolute;
  top: 60px;
  right: -50px;
  z-index: 1;
}

.about-two__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  color: var(--eduvers-base);
  background-color: rgba(var(--eduvers-white-rgb), 1);
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.about-two__video-icon:hover {
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
}

.about-two__video-link .ripple,
.about-two__video-icon .ripple:before,
.about-two__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--eduvers-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--eduvers-base-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--eduvers-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--eduvers-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.about-two__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.about-two__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.about-two__award-box {
  position: absolute;
  top: -131px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: var(--eduvers-base);
  max-width: 330px;
  width: 100%;
  padding: 20px 30px 20px;
  border-radius: var(--eduvers-bdr-radius);
}

.about-two__award-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: var(--eduvers-white);
  border-radius: 50%;
}

.about-two__award-icon span {
  position: relative;
  display: inline-block;
  font-size: 34px;
  color: var(--eduvers-black);
}

.about-two__award-content {
  position: relative;
  display: block;
  flex: 1;
}

.about-two__award-count {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2px;
}

.about-two__award-count h3 {
  font-size: 40px;
  font-weight: 600;
  font-family: var(--eduvers-font-two) !important;
  color: var(--eduvers-white);
  line-height: 40px !important;
}

.about-two__award-count span {
  font-size: 40px;
  font-weight: 600;
  font-family: var(--eduvers-font-two) !important;
  color: var(--eduvers-white);
  line-height: 40px !important;
}

.about-two__award-text {
  color: rgba(var(--eduvers-white-rgb), .80);
  font-weight: 500;
}

.about-two__happy-student {
  position: absolute;
  bottom: 0;
  right: -270px;
  background-color: var(--eduvers-primary);
  border-radius: var(--eduvers-bdr-radius);
  max-width: 250px;
  width: 100%;
  padding: 30px 30px 25px;
  text-align: center;
}

.about-two__happy-student-count {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-two__happy-student-count h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px !important;
  color: var(--eduvers-base);
  font-family: var(--eduvers-font-two) !important;
}

.about-two__happy-student-count span {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px !important;
  color: var(--eduvers-base);
  font-family: var(--eduvers-font-two) !important;
}

.about-two__happy-student-text {
  margin-top: 7px;
  line-height: 22px;
  font-weight: 500;
}

.about-two__right {
  position: relative;
  display: block;
}

.about-two__right .section-title {
  margin-bottom: 29px;
}

.about-two__btg-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  border-left: 2px solid var(--eduvers-base);
  background-color: var(--eduvers-primary);
  border-radius: var(--eduvers-bdr-radius);
  padding: 10px 20px 10px;
  margin: 25px 0 27px;
}

.about-two__btg-text span {
  color: var(--eduvers-base);
}

.about-two__points-box-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
}

.about-two__points-box {
  position: relative;
  display: block;
}

.about-two__points-box li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.about-two__points-box li+li {
  margin-top: 10px;
}

.about-two__points-box li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: var(--eduvers-base);
  border-radius: var(--eduvers-bdr-radius);
}

.about-two__points-box li .icon span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--eduvers-white);
}

.about-two__points-box li .content {
  position: relative;
  display: block;
  flex: 1;
}

.about-two__points-box li .content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.about-two__btn-box {
  position: relative;
  display: block;
  margin-top: 25px;
}

/*--------------------------------------------------------------
# Department One
--------------------------------------------------------------*/
.department-one {
  position: relative;
  display: block;
  background-color: var(--eduvers-primary);
  padding: 120px 0 90px;
  z-index: 1;
}

.department-one__bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.02;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.department-one__left {
  position: relative;
  display: block;
}

.department-one__single {
  position: relative;
  display: block;
  background-color: var(--eduvers-white);
  border-radius: var(--eduvers-bdr-radius);
  padding: 23px 20px 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--eduvers-base);
}

.department-one__icon-and-title {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed rgba(var(--eduvers-black-rgb), .25);
  padding-bottom: 14px;
  gap: 15px;
}

.department-one__icon {
  position: relative;
  display: inline-block;
}

.department-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 42px;
  color: var(--eduvers-base);
  transition: all 500ms ease;
}

.department-one__single:hover .department-one__icon span {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.department-one__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  flex: 1;
}

.department-one__title a {
  color: var(--eduvers-black);
}

.department-one__title a:hover {
  color: var(--eduvers-base);
}

.department-one__text {
  margin: 16px 0 16px;
}

.department-one__right {
  position: relative;
  display: block;
}

.department-one__form-inner-wrap {
  position: relative;
  display: block;
  background-color: var(--eduvers-base);
  padding: 20px 20px 20px;
  border-radius: var(--eduvers-bdr-radius);
  z-index: 1;
}

.department-one__form {
  position: relative;
  display: block;
}

.department-one__form .row {
  --bs-gutter-x: 15px;
}

.department-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.department-one__input-box input[type="text"],
.department-one__input-box input[type="email"] {
  height: 45px;
  width: 100%;
  border: 1px solid rgba(var(--eduvers-white-rgb), .30);
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: rgba(var(--eduvers-white-rgb), .80);
  display: block;
  font-weight: 400;
  line-height: 45px;
  border-radius: var(--eduvers-bdr-radius);
}

.department-one__input-box .select-box {
  width: 100%;
}

.department-one__input-box .nice-select .list {
  background-color: var(--eduvers-black);
}

.department-one__input-box .nice-select {
  height: 45px;
  width: 100%;
  border: 1px solid rgba(var(--eduvers-white-rgb), .30);
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: rgba(var(--eduvers-white-rgb), .80);
  display: block;
  font-weight: 400;
  border-radius: var(--eduvers-bdr-radius);
  line-height: 45px;
  float: none;
}

.department-one__input-box .nice-select:after {
  position: absolute;
  top: 16px;
  right: 20px;
  border-bottom: 4px solid var(--eduvers-white);
  border-right: 4px solid var(--eduvers-white);
  margin-top: 0px;
  z-index: 10;
  border-left: 4px solid transparent;
  border-top: 4px solid transparent;
}

.department-one__input-box.nice-select .option {
  color: var(--eduvers-white);
}

.department-one__input-box .nice-select .option:hover,
.department-one__input-box .nice-select .option.focus,
.department-one__input-box .nice-select .option.selected.focus {
  background-color: var(--eduvers-base);
}

.department-one__input-box textarea {
  font-size: 16px;
  color: rgba(var(--eduvers-white-rgb), .80);
  height: 83px;
  width: 100%;
  padding: 9px 20px 30px;
  border: 1px solid rgba(var(--eduvers-white-rgb), .30);
  background-color: transparent;
  border-radius: var(--eduvers-bdr-radius);
  outline: none;
  font-weight: 400;
  position: relative;
  display: block;
}

.department-one__input-box.text-message-box {
  height: 83px;
}

.department-one__btn-box {
  position: relative;
  display: block;
}

.department-one__btn-box .thm-btn {
  border: none;
  background-color: var(--eduvers-black);
}

.department-one__btn-box .thm-btn:hover {
  color: var(--eduvers-base);
}

.department-one__btn-box .thm-btn::after,
.department-one__btn-box .thm-btn::before {
  background-color: var(--eduvers-white);
}

/*--------------------------------------------------------------
# Campus One
--------------------------------------------------------------*/
.campus-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.campus-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.campus-one__img-box {
  position: relative;
  display: block;
}

.campus-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 500ms ease;
  border-radius: var(--eduvers-bdr-radius);
  z-index: 1;
}

.campus-one__img img {
  width: 100%;
  transition: all 500ms ease;
  border-radius: var(--eduvers-bdr-radius);
}

.campus-one__single:hover .campus-one__img img {
  transform: scaleY(1.05);
}

.campus-one__img::before {
  position: absolute;
  content: "";
  top: 0%;
  left: 0%;
  right: 0%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  background-color: var(--eduvers-black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  z-index: 1;
}

.campus-one__single:hover .campus-one__img::before {
  opacity: 0.8;
}

.campus-one__img .icon-box {
  position: absolute;
  top: 0px;
  right: 50px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 5;
}

.campus-one__single:hover .campus-one__img .icon-box {
  top: 50px;
  opacity: 1;
  visibility: visible;
}

.campus-one__img .icon-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--eduvers-white);
  color: var(--eduvers-black);
  border-radius: 5px;
}

.campus-one__img .icon-box a:hover {
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
}

.campus-one__img .icon-box a span {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 17px;
  font-weight: 700;
}

.campus-one__img .content-box {
  position: absolute;
  left: 30px;
  bottom: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 5;
}

.campus-one__single:hover .campus-one__img .content-box {
  bottom: 23px;
  opacity: 1;
  visibility: visible;
}

.campus-one__img .content-box h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
}

.campus-one__img .content-box h3 a {
  color: var(--eduvers-white);
}

.campus-one__img .content-box h3 a:hover {
  color: var(--eduvers-base);
}

/*--------------------------------------------------------------
# Admission One
--------------------------------------------------------------*/
.admission-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.admission-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.admission-one__bg::before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  content: "";
  z-index: -1;
  background: linear-gradient(-90deg, rgba(8, 25, 51, 0) 0%, rgba(8, 25, 51, 0) 13%, rgba(8, 25, 51, 0.255) 22%, rgba(8, 25, 51, 0.875) 45%, rgb(8, 25, 51) 74%, rgb(8, 25, 51) 100%);
}

.admission-one__left {
  position: relative;
  display: block;
}

.admission-one__form-inner {
  position: relative;
  display: block;
  background-color: var(--eduvers-base);
  padding: 50px 50px 50px;
  border-radius: var(--eduvers-bdr-radius);
}

.admission-one__form {
  position: relative;
  display: block;
}

.admission-one__form .row {
  --bs-gutter-x: 15px;
}

.admission-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.admission-one__input-box input[type="text"],
.admission-one__input-box input[type="email"] {
  height: 45px;
  width: 100%;
  border: 1px solid rgba(var(--eduvers-white-rgb), .30);
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: rgba(var(--eduvers-white-rgb), .80);
  display: block;
  font-weight: 400;
  line-height: 45px;
  border-radius: var(--eduvers-bdr-radius);
}

.admission-one__input-box-icon {
  position: absolute;
  right: 20px;
  bottom: 12px;
}

.admission-one__input-box-icon span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--eduvers-white);
}

.admission-one__input-box .select-box {
  width: 100%;
}

.admission-one__input-box .nice-select {
  height: 45px;
  width: 100%;
  border: 1px solid rgba(var(--eduvers-white-rgb), .30);
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: rgba(var(--eduvers-white-rgb), .80);
  display: block;
  font-weight: 400;
  border-radius: var(--eduvers-bdr-radius);
  line-height: 45px;
  float: none;
}

.admission-one__input-box .nice-select:after {
  position: absolute;
  top: 16px;
  right: 20px;
  border-bottom: 4px solid var(--eduvers-white);
  border-right: 4px solid var(--eduvers-white);
  margin-top: 0px;
  z-index: 10;
  border-left: 4px solid transparent;
  border-top: 4px solid transparent;
}

.admission-one__input-box.nice-select .option {
  color: var(--eduvers-white);
}

.admission-one__input-box .nice-select .list {
  background-color: var(--eduvers-black);
}

.admission-one__input-box .nice-select .option:hover,
.admission-one__input-box .nice-select .option.focus,
.admission-one__input-box .nice-select .option.selected.focus {
  background-color: var(--eduvers-base);
}

.admission-one__input-box textarea {
  font-size: 16px;
  color: rgba(var(--eduvers-white-rgb), .80);
  height: 120px;
  width: 100%;
  padding: 15px 20px 30px;
  border: 1px solid rgba(var(--eduvers-white-rgb), .30);
  background-color: transparent;
  border-radius: var(--eduvers-bdr-radius);
  outline: none;
  font-weight: 400;
  position: relative;
  display: block;
}

.admission-one__input-box.text-message-box {
  height: 120px;
}

.admission-one__btn-box {
  position: relative;
  display: block;
}

.admission-one__btn-box .thm-btn {
  border: none;
  background-color: var(--eduvers-black);
}

.admission-one__btn-box .thm-btn:hover {
  color: var(--eduvers-black);
}

.admission-one__btn-box .thm-btn::after,
.admission-one__btn-box .thm-btn::before {
  background-color: var(--eduvers-white);
}

#ui-datepicker-div.ui-widget-content {
  background: #fff none repeat scroll 0 0;
  border: 1px solid var(--eduvers-black);
  color: #252525;
  font-size: 14px;
  border-radius: 0px;
  width: 270px;
  padding: 5px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: var(--eduvers-base) none repeat scroll 0 0;
  border: 2px solid var(--eduvers-base);
  border-radius: 0;
  color: var(--eduvers-white);
  font-weight: 700;
  padding: 5px 0;
  position: relative;
}

.ui-datepicker td a {
  color: var(--eduvers-black) !important;
  text-align: center;
  background-image: none !important;
  background: #f5f5f5 !important;
  border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid var(--eduvers-black) !important;
  background: var(--eduvers-black) !important;
  color: var(--eduvers-white) !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border-radius: 30%;
  height: 20px;
  position: absolute;
  top: 7px;
  width: 20px;
  transition: all 500ms ease;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
  right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  top: 7px;
  background: var(--eduvers-white);
  border: none;
}

.ui-datepicker table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 0 0 0.4em;
  width: 100%;
}

.ui-datepicker th {
  border: medium none;
  font-weight: 600;
  padding: 2px 3px;
  text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
  background: var(--eduvers-black);
  color: var(--eduvers-white);
  border-color: var(--eduvers-black);
}

#ui-datepicker-div.ui-widget {
  font-family: var(--eduvers-font);
}

.admission-one__right {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 210px;
  margin-left: 100px;
}

.admission-one__big-title {
  font-size: 50px;
  font-weight: 600;
  color: var(--eduvers-white);
  line-height: 60px;
}

.admission-one__text {
  color: var(--eduvers-white);
  margin-top: 12px;
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
  position: relative;
  display: block;
  padding: 110px 0 90px;
  background-color: var(--eduvers-primary);
  overflow: hidden;
  z-index: 1;
}

.counter-one__shape-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .02;
  z-index: -1;
}

.counter-one .container {
  max-width: 1520px;
}

.counter-one .row {
  --bs-gutter-x: 20px;
}

.counter-one__inner {
  position: relative;
  display: block;
}

.counter-one__title-box {
  position: relative;
  display: block;
  text-align: center;
}

.counter-one__title {
  color: var(--eduvers-base);
  font-size: 42px;
  font-weight: 700;
  line-height: 1em;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  border-bottom: 3px solid var(--eduvers-base);
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.counter-one__single {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.counter-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: var(--eduvers-black);
  border-radius: var(--eduvers-bdr-radius);
}

.counter-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 42px;
  color: var(--eduvers-white);
  transition: all 500ms ease;
}

.counter-one__single:hover .counter-one__icon span {
  color: var(--eduvers-white);
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.counter-one__content {
  position: relative;
  display: block;
  flex: 1;
}

.counter-one__count {
  position: relative;
  display: block;
  margin-bottom: 4px;
}

.counter-one__count h3 {
  font-size: 40px;
  font-weight: 600;
  font-family: var(--eduvers-font-two) !important;
  line-height: 40px !important;
}

.counter-one__count>span {
  font-size: 40px;
  font-weight: 600;
  font-family: var(--eduvers-font-two) !important;
  line-height: 35px !important;
  color: var(--eduvers-black);
  position: relative;
  top: 8px;
  left: -3px;
}

.counter-one__text {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--eduvers-font-two);
}

/*==============================================
   Event One
===============================================*/
.event-one {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 120px 0 120px;
  z-index: 1;
}

.event-one__inner {
  position: relative;
  display: block;
}

.event-one__main-tab-box {
  position: relative;
  display: block;
}

.event-one__tab-buttons-box-one {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.event-one__tab-buttons-box-two {
  position: relative;
  display: block;
  margin-left: 30px;
  margin-bottom: 30px;
}

.event-one__main-tab-box .tab-buttons {
  position: relative;
  display: block;
}

.event-one__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  display: block;
}

.event-one__main-tab-box .tab-buttons .tab-btn+.tab-btn {
  margin-top: 15px;
}

.event-one__buttons {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: var(--eduvers-white);
  box-shadow: 0px 0px 48.51px 0.49px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 20px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
  border-radius: var(--eduvers-bdr-radius);
}

.event-one__buttons::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--eduvers-base);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.event-one__main-tab-box .tab-buttons .tab-btn.active-btn .event-one__buttons:before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.event-one__buttons-img {
  position: relative;
  display: block;
  max-width: 80px;
  width: 100%;
  border: 1px solid rgba(var(--eduvers-white-rgb), .60);
  border-radius: var(--eduvers-bdr-radius);
}

.event-one__buttons-img img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
}

.event-one__btn-box .thm-btn {
  padding: 11px 35px 11px;
  width: 100%;
  text-align: center;
  justify-content: center;
  background-color: transparent;
  color: var(--eduvers-black);
  border: 1px solid rgba(var(--eduvers-black-rgb), .10);
}

.event-one__btn-box .thm-btn:hover {
  color: var(--eduvers-white);
}

.event-one__buttons-content {
  position: relative;
  display: block;
}

.event-one__buttons-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.event-one__main-tab-box .tab-buttons .tab-btn.active-btn .event-one__buttons-title {
  color: var(--eduvers-white);
}

.event-one__main-tab-box .tab-buttons .tab-btn.active-btn .event-one__buttons-time {
  color: var(--eduvers-white);
}

.event-one__main-tab-box .tabs-content {
  position: relative;
  display: block;
}

.event-one__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.event-one__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.event-one__tabs-content-outer {
  position: relative;
  display: block;
  background-color: var(--eduvers-white);
  box-shadow: 0px 0px 48.51px 0.49px rgba(0, 0, 0, 0.1);
  padding: 40px 35px 40px;
  border-radius: var(--eduvers-bdr-radius);
}

.event-one__tabs-content-box {
  position: relative;
  display: block;
}

.event-one__img-box {
  position: relative;
  display: block;
}

.event-one__img {
  position: relative;
  display: block;
  border-radius: var(--eduvers-bdr-radius);
}

.event-one__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--eduvers-bdr-radius);
  background: #191628;
  background: linear-gradient(180deg, rgba(25, 22, 40, 0) 65%, rgba(25, 22, 40, 1) 100%);
  z-index: 1;
}

.event-one__img img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
}

.event-one__date {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--eduvers-base);
  border-radius: var(--eduvers-bdr-radius);
  padding: 20px 25px 20px;
  z-index: 2;
}

.event-one__date:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 1px solid rgba(var(--eduvers-white-rgb), .40);
  border-radius: var(--eduvers-bdr-radius);
}

.event-one__date::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid rgba(var(--eduvers-white-rgb), .40);
  border-radius: var(--eduvers-bdr-radius);
}

.event-one__date p {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: var(--eduvers-black);
}

.event-one__date p span {
  font-size: 20px;
  line-height: 20px;
  color: var(--eduvers-white);
}

.event-one__post {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 2;
}

.event-one__post {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}

.event-one__post>p {
  color: rgba(var(--eduvers-white-rgb), 1);
}

.event-one__post>p>span {
  font-weight: 700;
}

.event-one__post>span {
  color: rgba(var(--eduvers-white-rgb), 1);
}

/*--------------------------------------------------------------
# Research One
--------------------------------------------------------------*/
.research-one {
  position: relative;
  display: block;
  background-color: var(--eduvers-primary);
  padding: 120px 0 120px;
  z-index: 1;
}

.research-one__carousel {
  position: relative;
  display: block;
}

.research-one__single {
  position: relative;
  display: block;
}

.research-one__img-box {
  position: relative;
  display: block;
}

.research-one__img {
  position: relative;
  display: block;
  border-radius: var(--eduvers-bdr-radius);
}

.research-one__img img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
}

.research-one__content {
  position: relative;
  display: block;
  border-radius: var(--eduvers-bdr-radius);
  background-color: var(--eduvers-white);
  margin-top: -60px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 35px 30px 30px;
  text-align: center;
  border-top: 6px solid var(--eduvers-base);
}

.research-one__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
}

.research-one__title a {
  color: var(--eduvers-black);
}

.research-one__title a:hover {
  color: var(--eduvers-base);
}

.research-one__text {
  margin-top: 10px;
}

.research-one__icon {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: var(--eduvers-white);
  border-radius: 50%;
}

.research-one__icon:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  height: 45px;
  border: 6px solid var(--eduvers-base);
  border-bottom: 0;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}

.research-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--eduvers-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.research-one__single:hover .research-one__icon span {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.research-one__carousel .swiper-nav-style-one {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}

.research-one__carousel .research-one-dot-style1 {
  position: relative;
  display: inline-flex;
  line-height: 0;
}

.research-one__carousel .research-one-dot-style1 .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 40px;
  height: 6px;
  margin: 0px 6px;
  opacity: 1;
  border-radius: 0;
  background: transparent;
  border: 1px solid var(--eduvers-base);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.research-one__carousel .research-one-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--eduvers-base);
}

.research-one__carousel .research-one-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.research-one__carousel .research-one-dot-style1 .swiper-pagination-bullet:hover {
  transform: scale(1.0);
}


/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.testimonial-two__middle {
  position: relative;
  display: block;
}

.testimonial-two__carousel {
  position: relative;
  display: block;
}

.testimonial-two__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(18, 20, 31, 0.08);
  border-radius: var(--eduvers-bdr-radius);
  z-index: 1;

}

.testimonial-two__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--eduvers-base);
  border-radius: var(--eduvers-bdr-radius);
  border-bottom-right-radius: 25px;
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.testimonial-two__single:hover::before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.testimonial-two__single-inner {
  position: relative;
  display: block;
  padding: 40px 40px 40px;
  overflow: hidden;
  z-index: 1;
}

.testimonial-two__quote {
  position: absolute;
  bottom: 0;
  right: 0;
}

.testimonial-two__quote i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--eduvers-base);
  height: 45px;
  width: 45px;
  font-size: 20px;
  color: var(--eduvers-white);
  border-top-left-radius: 15px;
  border-bottom-right-radius: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two__single:hover .testimonial-two__quote i {
  background-color: var(--eduvers-black);
  transition-delay: 300ms;
}

.testimonial-two__ratting {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-two__ratting span+span {
  margin-left: 5px;
}

.testimonial-two__ratting span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--eduvers-base);
}

.testimonial-two__single:hover .testimonial-two__ratting span {
  color: var(--eduvers-white);
}

.testimonial-two__text {
  color: var(--eduvers-black);
  margin-top: 19px;
  margin-bottom: 29px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two__single:hover .testimonial-two__text {
  color: var(--eduvers-white);
}

.testimonial-two__client-info {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-two__client-img {
  position: relative;
  display: block;
  max-width: 65px;
  width: 100%;
}

.testimonial-two__client-img img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-two__client-content {
  position: relative;
  display: block;
  margin-left: 20px;
}

.testimonial-two__client-content h3 {
  color: var(--eduvers-black);
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two__client-content h3 a {
  color: var(--eduvers-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two__single:hover .testimonial-two__client-content h3 a {
  color: var(--eduvers-white);
}

.testimonial-two__client-content p {
  line-height: 26px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two__single:hover .testimonial-two__client-content p {
  color: var(--eduvers-white);
}

.testimonial-two__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-two__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-two__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.testimonial-two__carousel.owl-theme .owl-nav {
  position: absolute;
  top: -120px;
  right: 0;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: var(--eduvers-black);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(18, 14, 14, 0.08);
  font-size: 16px;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: var(--eduvers-black);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(18, 14, 14, 0.08);
  font-size: 16px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
  transform: rotate(-180deg);
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 5px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 5px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
}

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-two {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 120px 0 90px;
  z-index: 1;
}

.blog-two__single {
  position: relative;
  display: block;
  background-color: var(--eduvers-white);
  box-shadow: 0px 0px 60px 0px rgba(18, 20, 31, 0.08);
  border-radius: var(--eduvers-bdr-radius);
  padding: 20px 20px 20px;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.blog-two__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.blog-two__date {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--eduvers-base);
  width: 52px;
  height: 50px;
  border-radius: var(--eduvers-bdr-radius);
}

.blog-two__date p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  line-height: 18px;
  color: var(--eduvers-white);
  font-weight: 700;
}

.blog-two__date span {
  font-size: 14px;
  font-weight: 600;
}

.blog-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--eduvers-bdr-radius);
  z-index: 1;
}

.blog-two__img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(var(--eduvers-black-rgb), 0.6);
  border-radius: var(--eduvers-bdr-radius);
  opacity: 0;
  z-index: 1;
  content: "";
}

.blog-two__single:hover .blog-two__img::before {
  opacity: 1;
}

.blog-two__img img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
  transition: .5s ease;
  transform: scale(1.05);
}

.blog-two__single:hover .blog-two__img img {
  transform: scale(1);
}

.blog-two__content {
  position: relative;
  display: block;
  margin-top: 24px;
}

.blog-two__meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-two__meta li {
  position: relative;
  display: block;
}

.blog-two__meta li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: var(--eduvers-gray);
}

.blog-two__meta li a span {
  position: relative;
  font-size: 16px;
  color: var(--eduvers-base);
}

.blog-two__meta li a:hover {
  color: var(--eduvers-base);
}

.blog-two__title {
  font-size: 22px;
  line-height: 32px;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 6px;
  font-weight: 600;
}

.blog-two__title a {
  color: var(--eduvers-black);
}

.blog-two__title a:hover {
  color: var(--eduvers-base);
}

.blog-two__text {
  margin-bottom: 12px;
}

.blog-two__read-more-box {
  position: relative;
  display: inline-block;
}

.blog-two__read-more {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
  color: var(--eduvers-black);
}

.blog-two__read-more span {
  position: relative;
  display: inline-block;
  font-size: 14px;
}

.blog-two__read-more:hover {
  color: var(--eduvers-base);
}

/*--------------------------------------------------------------
# Newsletter Two
--------------------------------------------------------------*/
.newsletter-one {
  position: relative;
  display: block;
  background-color: var(--eduvers-base);
  z-index: 2;
}

.newsletter-one__big-text {
  position: absolute;
  right: 0px;
  bottom: 20px;
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.06) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  z-index: -1;
}

.newsletter-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 23px 0 25px;
}

.newsletter-one__left {
  position: relative;
  display: block;
}

.newsletter-one__title-box {
  position: relative;
  display: block;
}

.newsletter-one__title {
  font-size: 40px;
  font-weight: 600;
  color: var(--eduvers-white);
  line-height: 45px;
}

.newsletter-one__title span {
  font-weight: 400;
}

.newsletter-one__text {
  font-size: 14px;
  color: var(--eduvers-white);
}

.newsletter-one__text a {
  color: var(--eduvers-white);
  text-decoration: underline;
}

.newsletter-one__text a:hover {
  color: var(--eduvers-black);
  text-decoration: underline;
}

.newsletter-one__form-box {
  position: relative;
  display: block;
  max-width: 775px;
  width: 100%;
}

.newsletter-one__form {
  position: relative;
  display: block;
}

.newsletter-one__input {
  position: relative;
  display: block;
}

.newsletter-one__input input[type="email"] {
  font-size: 16px;
  color: var(--eduvers-gray);
  font-weight: 500;
  height: 60px;
  width: 100%;
  background: var(--eduvers-primary);
  border: none;
  border-radius: 6px;
  outline: none;
  padding: 0 25px 0;
  padding-right: 195px;
}

.newsletter-one__btn {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--eduvers-black);
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: var(--eduvers-white);
  padding: 21px 20px 21px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  gap: 10px;
  overflow: hidden;
  font-family: var(--eduvers-font-two);
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
}

.newsletter-one__btn:hover {
  color: var(--eduvers-black);
}

.newsletter-one__btn::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 10%;
  height: 10%;
  background-color: rgba(var(--eduvers-white-rgb), 1);
  background-position: left center;
  transition-timing-function: ease-in-out;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleX(1);
  opacity: 0;
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}

.newsletter-one__btn:hover::before {
  opacity: 1;
  width: 120%;
  height: 200%;
  transform: scaleX(1.0);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 2s;
}


/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-two {
  position: relative;
  display: block;
  background-color: var(--eduvers-black);
  overflow: hidden;
  z-index: 1;
}

.site-footer-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .05;
  z-index: -1;
}

.site-footer-two__inner {
  position: relative;
  display: block;
  z-index: 1;
}

.site-footer-two__top {
  position: relative;
  display: block;
}

.site-footer-two__top-left {
  position: relative;
  display: block;
  margin-top: 75px;
}

.site-footer-two__logo-box {
  position: relative;
  display: block;
}

.site-footer-two__logo {
  position: relative;
  display: block;
}

.site-footer-two__text-1 {
  color: rgba(var(--eduvers-white-rgb), .80);
  margin-top: 23px;
}

.site-footer-two__social-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  border-radius: 4px;
  padding: 12px 25px 12px;
  margin-top: 39px;
  background-color: rgba(var(--eduvers-white-rgb), 0.05);
}

.site-footer-two__social-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--eduvers-white);
  font-family: var(--eduvers-font);
}

.site-footer-two__social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 1;
}

.site-footer-two__social a {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--eduvers-white);
  border-radius: 50%;
  font-size: 14px;
  height: 35px;
  width: 35px;
  border: 1px solid var(--eduvers-bdr-color);
  transform: rotate(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer-two__social a:hover {
  color: var(--eduvers-white);
  border: 1px solid var(--eduvers-base);
}

.site-footer-two__social a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--eduvers-base);
  border-radius: 50%;
  transform: scale(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.site-footer-two__social a:hover:before {
  transform: scaleX(1.0);
}

.site-footer-two__copyright-text {
  color: rgba(var(--eduvers-white-rgb), .80);
  margin-top: 39px;
}

.site-footer-two__copyright-text a {
  color: rgba(var(--eduvers-base-rgb), 10);
}

.site-footer-two__copyright-text a:hover {
  color: var(--eduvers-white);
}

.site-footer-two__top-right {
  position: relative;
  display: block;
}

.site-footer-two__widget-box {
  position: relative;
  display: block;
  border: 1px solid rgba(var(--eduvers-white-rgb), .10);
  border-bottom: 0;
  padding: 77px 31px 80px;
}

.footer-widget-two__quick-links {
  position: relative;
  display: block;
}

.footer-widget-two__title {
  position: relative;
  display: block;
  font-size: 20px;
  color: rgba(var(--eduvers-white-rgb), 10);
  line-height: 20px;
  margin-bottom: 36px;
}

.footer-widget-two__title:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 2px;
  width: 65px;
  background-color: rgba(var(--eduvers-black-rgb), .65);
}

.footer-widget-two__quick-links-list {
  position: relative;
  display: block;
}

.footer-widget-two__quick-links-list li {
  position: relative;
  display: block;
}

.footer-widget-two__quick-links-list li+li {
  margin-top: 16px;
}

.footer-widget-two__quick-links-list li a {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  color: rgba(var(--eduvers-white-rgb), .80);
}

.footer-widget-two__quick-links-list li a:hover {
  color: var(--eduvers-base);
}

.footer-widget-two__quick-links-list li a span {
  color: var(--eduvers-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-two__essential-links {
  position: relative;
  display: block;
}

.footer-widget-two__services-links {
  position: relative;
  display: block;
}

.site-footer-two__bottom {
  position: relative;
  display: block;
  border-top: 1px solid rgba(var(--eduvers-white-rgb), .10);
  padding: 42px 0 42px;
  background-color: rgba(var(--eduvers-black-rgb), .50);
  z-index: 2;
}

.site-footer-two__contact-info {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-footer-two__contact-info--two {
  margin-top: 30px;
}

.site-footer-two__contact-info li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.site-footer-two__contact-info-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  background-color: var(--eduvers-base);
  border-radius: 12px;
  font-size: 17px;
  color: var(--eduvers-black);
}

.site-footer-two__contact-info-icon span {
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: var(--eduvers-white);
}

.site-footer-two__contact-info-content {
  position: relative;
  display: block;
  flex: 1;
}

.site-footer-two__contact-info-content p {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: rgba(var(--eduvers-white-rgb), .80);
  font-family: var(--eduvers-font-two);
  margin-bottom: 10px;
}

.site-footer-two__contact-info-content h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: var(--eduvers-white);
}

.site-footer-two__contact-info-content h5 a {
  color: var(--eduvers-white);
}

.site-footer-two__contact-info-content h5 a:hover {
  color: var(--eduvers-base);
}

/*--------------------------------------------------------------
# Our Program
--------------------------------------------------------------*/
.our-program {
  position: relative;
  display: block;
  padding: 120px 0 0px;
  overflow: hidden;
  z-index: 1;
}

.our-program__shape-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 415px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .02;
  z-index: -1;
}

.our-program__single {
  position: relative;
  display: block;
  padding: 29px 29px 29px;
  padding-bottom: 0;
  margin-bottom: 30px;
  z-index: 1;
}

.our-program__shape-1 {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  top: 0;
  background-color: var(--eduvers-white);
  box-shadow: 0px 0px 48.51px 0.49px rgba(0, 0, 0, 0.1);
  border-radius: var(--eduvers-bdr-radius);
}

.our-program__img-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.our-program__img {
  position: relative;
  display: block;
  border-radius: 13px;
  border: 3px solid var(--eduvers-base);
}

.our-program__img img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
}

.our-program__title-box {
  position: absolute;
  bottom: 29px;
  left: 0;
  background-color: var(--eduvers-white);
  padding: 10px 15px 10px;
  padding-right: 25px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  opacity: 1;
  transform: translatex(0px);
  transition: background-color 0.7s ease;
  transition: all 0.7s ease;
  z-index: 2;
  border: 3px solid var(--eduvers-base);
  border-left: 0;
}

.our-program__single:hover .our-program__title-box {
  opacity: 0;
  transform: translatex(-100px);
}

.our-program__title-1 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.our-program__title-1 a {
  color: var(--eduvers-black);
}

.our-program__content {
  position: absolute;
  bottom: 29px;
  left: 0;
  right: 90px;
  text-align: center;
  background-color: var(--eduvers-white);
  border-top-right-radius: var(--eduvers-bdr-radius);
  border-bottom-right-radius: var(--eduvers-bdr-radius);
  padding: 20px 30px 20px;
  padding-left: 0;
  opacity: 0;
  transform: translateY(50px);
  transition: background-color 0.7s ease;
  transition: all 0.7s ease;
  z-index: 2;
  border: 3px solid var(--eduvers-base);
  border-left: 0;
}

.our-program__single:hover .our-program__content {
  opacity: 1;
  transform: translateY(0px);
}

.our-program__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 9px;
}

.our-program__title a {
  color: var(--eduvers-black);
}

.our-program__title a:hover {
  color: var(--eduvers-base);
}

.our-program__sub-title {
  position: relative;
  display: inline-block;
  background-color: var(--eduvers-base);
  border-radius: 30px;
  color: var(--eduvers-white);
  padding: 5px 15px 5px;
  line-height: 16px;
  font-weight: 600;
  font-size: 14px;
}

.our-program__text {
  margin: 14px 0 12px;
}

.our-program__read-more {
  position: relative;
  display: inline-block;
}

.our-program__read-more a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--eduvers-black);
  font-weight: 500;
}

.our-program__read-more a:hover {
  color: var(--eduvers-base);
}

.our-program__read-more a span {
  font-size: 14px;
  color: var(--eduvers-base);
}

/*--------------------------------------------------------------
# About Three
--------------------------------------------------------------*/
.about-three {
  position: relative;
  display: block;
  padding: 90px 0 120px;
  z-index: 1;
}

.about-three__left {
  position: relative;
  display: block;
  margin-left: 240px;
  margin-right: 40px;
}

.about-three__img-box {
  position: relative;
  display: block;
  border: 1px solid var(--eduvers-bdr-color);
  border-radius: var(--eduvers-bdr-radius);
}

.about-three__img {
  position: relative;
  display: block;
}

.about-three__img img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
}

.about-three__img-2 {
  position: absolute;
  top: 0;
  left: -250px;
}

.about-three__img-2 img {
  width: auto;
  border-radius: var(--eduvers-bdr-radius);
}

.about-three__experience-box {
  position: absolute;
  left: -250px;
  bottom: 0;
  background-color: var(--eduvers-base);
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5px;
  padding: 25px 20px 25px;
  border-radius: var(--eduvers-bdr-radius);
  text-align: center;
  overflow: hidden;
  max-width: 230px;
  width: 100%;
  z-index: 1;
}

.about-three__experience-count {
  position: relative;
  display: flex;
  align-items: center;
}

.about-three__experience-count h3 {
  font-size: 40px;
  color: var(--eduvers-white);
  font-weight: 700;
  line-height: 40px !important;
  font-family: var(--eduvers-font-two) !important;
}

.about-three__experience-count span {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  color: var(--eduvers-white);
  font-family: var(--eduvers-font-two);
}

.about-three__experience-count-text {
  color: var(--eduvers-white);
  font-weight: 500;
}

.about-three__shape-1 {
  position: absolute;
  bottom: 80px;
  left: -100px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: rgba(var(--eduvers-base-rgb), 0.20);
  z-index: -1;
}

.about-three__right {
  position: relative;
  display: block;
}

.about-three__right .section-title {
  margin-bottom: 24px;
}

.about-three__tab {
  position: relative;
  display: block;
  margin-top: 28px;
}

.about-three__tab .tabs-button-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 24px;
  gap: 5px;
  z-index: 1;
}

.about-three__tab .tabs-button-box .tab-btn-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 13px 20px 12px;
  cursor: pointer;
  background-color: var(--eduvers-base);
  border-radius: 5px;
  z-index: 1;
}

.about-three__tab .tabs-button-box .tab-btn-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0%;
  border-radius: 5px;
  background-color: var(--eduvers-black);
  transition: all 0.3s ease;
  z-index: -1;
}

.about-three__tab .tabs-button-box .tab-btn-item.active-btn:after {
  height: 100%;
}

.about-three__tab .tabs-button-box .tab-btn-item h3 {
  color: var(--eduvers-white);
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
  text-transform: capitalize;
}

.about-three__tab .tabs-button-box .tab-btn-item.active-btn h3 {
  color: var(--eduvers-white);
}

.about-three__tab .tabs-content {
  position: relative;
  display: block;
}

.about-three__tab .tabs-content .tab {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.about-three__tab .tabs-content .tab.tab-active {
  position: relative;
  visibility: visible;
  z-index: 5;
}

.about-three__single-tab {
  transition: all 0.7s ease;
  opacity: 0;
  transform: scaleY(0.9);
  transform-origin: top bottom;
}

.about-three__tab .tabs-content .tab.tab-active .about-three__single-tab {
  opacity: 1.0;
  transform: scaleY(1);
  transform-origin: bottom top;
}

.about-three__single-tab-inner {
  position: relative;
  display: block;
}

.about-three__single-text {
  margin-bottom: 16px;
}

.about-three__single-points {
  position: relative;
  display: block;
}

.about-three__single-points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-three__single-points li+li {
  margin-top: 5px;
}

.about-three__single-points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: var(--eduvers-base);
  border-radius: 50%;
}

.about-three__single-points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: var(--eduvers-white);
}

.about-three__single-points li p {
  flex: 1;
}

.about-three__btn-box {
  position: relative;
  display: block;
  margin-top: 23px;
}

/*--------------------------------------------------------------
# About Four
--------------------------------------------------------------*/
.about-four {
  padding: 120px 0px 0px;
}

/*--------------------------------------------------------------
# Activities One
--------------------------------------------------------------*/
.activities-one {
  position: relative;
  display: block;
  background-color: var(--eduvers-primary);
  padding: 120px 0 90px;
  z-index: 1;
}

.activities-one__carousel {
  position: relative;
  display: block;
}

.activities-one__single {
  position: relative;
  display: block;
  border-radius: var(--eduvers-bdr-radius);
  padding: 43px 70px 43px;
  margin-bottom: 30px;
  text-align: center;
  z-index: 1;
}

.activities-one__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.activities-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: var(--eduvers-base);
  border-radius: 50%;
  margin: 0 auto;
}

.activities-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--eduvers-white);
}

.activities-one__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin: 8px 0 7px;
}

.activities-one__title a {
  color: var(--eduvers-black);
}

.activities-one__title a:hover {
  color: var(--eduvers-base);
}

.activities-one__inner {
  position: relative;
  display: block;
}

.activities-one__nav {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  top: 50%;
  left: -60px;
  right: -60px;
  transform: translateY(-50%);
  line-height: 0;
  height: 0;
}

.activities-one__nav .swiper-button-prev1,
.activities-one__nav .swiper-button-next1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: var(--eduvers-base);
  background-color: var(--eduvers-primary);
  border: 1px solid var(--eduvers-base);
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
  z-index: 100;
}

.activities-one__nav .swiper-button-prev1:hover,
.activities-one__nav .swiper-button-next1:hover {
  color: var(--eduvers-white);
  background-color: var(--eduvers-base);
}

/*==============================================
    Sliding Text
===============================================*/
.sliding-text {
  position: relative;
  display: block;
  margin-top: -35px;
  z-index: 2;
}

.sliding-text__inner {
  position: relative;
  display: block;
}

.sliding-text__list {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  flex-wrap: nowrap;
}

.sliding-text__list li {
  position: relative;
  display: flex;
  align-items: center;
  float: left;
  gap: 20px;
}

.sliding-text__list li+li {
  margin-left: 20px;
}

.sliding-text__list li .icon {
  position: relative;
  display: block;
}

.sliding-text__list li .icon img {
  width: auto;
}

.sliding-text__list li>p {
  font-size: 65px;
  font-weight: 600;
  line-height: 65px;
  color: transparent;
  text-transform: uppercase;
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--eduvers-font-two);
  -webkit-text-stroke: 1px var(--eduvers-base);
}

.sliding-text__list li>p:before {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  color: var(--eduvers-base);
  white-space: nowrap;
  content: attr(data-hover);
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}

.sliding-text__list li:hover p:before {
  width: 100%;
  color: var(--eduvers-base);
}

/*--------------------------------------------------------------
# Gallery One
--------------------------------------------------------------*/
.gallery-one {
  position: relative;
  display: block;
  padding: 115px 0 90px;
  z-index: 1;
}

.gallery-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.gallery-one__img-box {
  position: relative;
  display: block;
  border-radius: var(--eduvers-bdr-radius);
}

.gallery-one__img {
  position: relative;
  display: block;
  border-radius: var(--eduvers-bdr-radius);
  overflow: hidden;
}

.gallery-one__img img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
}

.gallery-one__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -2px;
  left: 0;
  right: 0;
  background-color: var(--eduvers-black);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 2;
}

.gallery-one__single:hover .gallery-one__img:before {
  opacity: .90;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.gallery-one__icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

.gallery-one__icon a {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: var(--eduvers-white);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}


.gallery-one__single:hover .gallery-one__icon a {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-delay: 500ms;
  opacity: 1;
}

.gallery-one__icon a:hover {
  color: var(--eduvers-base);
}

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  display: block;
  z-index: 2;
}

.contact-one__inner {
  position: relative;
  display: block;
  background-color: var(--eduvers-black);
  padding: 80px 80px 80px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}

.contact-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.03;
  mix-blend-mode: difference;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.contact-one__inner .section-title__title {
  color: var(--eduvers-white);
}

.contact-one__inner .section-title__tagline-shape-2 {
  background-color: var(--eduvers-white);
}

.contact-one__form {
  position: relative;
  display: block;
}

.contact-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.contact-one__input-box .select-box .nice-select {
  background-color: rgba(var(--eduvers-white-rgb), .10);
  color: rgba(var(--eduvers-white-rgb), .80);
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin-bottom: 0px;
  border-radius: var(--eduvers-bdr-radius);
}

.contact-one__input-box .select-box .nice-select:after {
  position: absolute;
  right: 30px;
  border-bottom: 2px solid rgba(var(--eduvers-white-rgb), .80);
  border-right: 2px solid rgba(var(--eduvers-white-rgb), .80);
}

.contact-one__input-box {
  position: relative;
  display: block;
}

.contact-one__input-box input[type="search"],
.contact-one__input-box input[type="text"] {
  font-size: 16px;
  color: rgba(var(--eduvers-white-rgb), .80);
  font-weight: 400;
  height: 60px;
  width: 100%;
  background-color: rgba(var(--eduvers-white-rgb), .10);
  border: none;
  outline: none;
  padding: 0 20px 0;
  padding-right: 70px;
  border-radius: var(--eduvers-bdr-radius);
}

.contact-one__search-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--eduvers-base);
  border: none;
  outline: none;
  font-size: 20px;
  color: var(--eduvers-white);
  width: 60px;
  padding: 0;
  border-top-right-radius: var(--eduvers-bdr-radius);
  border-bottom-right-radius: var(--eduvers-bdr-radius);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-one__search-btn:hover {
  background: var(--eduvers-white);
}

.contact-one__btn-box {
  position: relative;
  display: block;
  text-align: center;
}

.contact-one__btn-box .thm-btn {
  border: none;
}

.contact-one__btn-box .thm-btn:hover {
  color: var(--eduvers-black);
}

.contact-one__btn-box .thm-btn::after,
.contact-one__btn-box .thm-btn::before {
  background-color: var(--eduvers-white);
}

/*==============================================
    Counter Two
===============================================*/
.counter-two {
  position: relative;
  display: block;
  background-color: var(--eduvers-primary);
  padding: 420px 0 90px;
  margin-top: -300px;
  z-index: 1;
}

.counter-two__bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .10;
  mix-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.counter-two__wrap {
  position: relative;
  display: block;
}

.counter-two__inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.counter-two__inner li {
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}

.counter-two__single {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  margin-bottom: 30px;
}

.counter-two__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: var(--eduvers-black);
  border: 6px solid var(--eduvers-base);
  border-radius: 50%;
  z-index: 1;
}

.counter-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--eduvers-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.counter-two__single:hover .counter-two__icon span {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.counter-two__content {
  position: relative;
  display: block;
  text-align: left;
}

.counter-two__count {
  position: relative;
  display: flex;
  align-items: center;
}

.counter-two__count h3 {
  font-size: 50px;
  font-weight: 600;
  line-height: 50px !important;
  font-family: var(--eduvers-font-two) !important;
  color: var(--eduvers-black);
}

.counter-two__count span {
  font-size: 50px;
  font-weight: 600;
  line-height: 50px !important;
  font-family: var(--eduvers-font-two) !important;
  color: var(--eduvers-black);
}

/*--------------------------------------------------------------
# Courses Two
--------------------------------------------------------------*/
.courses-two {
  position: relative;
  display: block;
  padding: 120px 0 0px;
  z-index: 1;
}

.courses-two__single {
  position: relative;
  display: block;
  background-color: var(--eduvers-white);
  border: 1px solid var(--eduvers-bdr-color);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  border-radius: var(--eduvers-bdr-radius);
  padding: 19px 19px 20px;
  margin-bottom: 30px;
}

.courses-two__img-box {
  position: relative;
  display: block;
}

.courses-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--eduvers-bdr-radius);
}

.courses-two__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: var(--eduvers-black);
  transition: opacity 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.courses-two__single:hover .courses-two__img::before {
  opacity: 0.7;
}

.courses-two__img img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
  transform: scale(1.0);
  transition: all 1500ms ease;
}

.courses-two__single:hover .courses-two__img img {
  transform: scale(1.05) rotate(0deg);
}

.courses-two__content {
  position: relative;
  display: block;
  margin-top: 15px;
}

.courses-two__tag-and-meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.courses-two__tag {
  position: relative;
  display: block;
}

.courses-two__tag span {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  font-family: var(--eduvers-font-two);
  color: var(--eduvers-base);
  text-transform: capitalize;
  font-style: italic;
}

.courses-two__meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.courses-two__meta li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.courses-two__meta li .icon {
  position: relative;
  display: inline-block;
}

.courses-two__meta li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--eduvers-base);
}

.courses-two__meta li p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  font-family: var(--eduvers-font-two);
  font-style: italic;
}

.courses-two__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 12px;
  margin-bottom: 2px;
}

.courses-two__title a {
  color: var(--eduvers-black);
}

.courses-two__title a:hover {
  color: var(--eduvers-base);
}

.courses-two__ratting-and-heart-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--eduvers-bdr-color);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.courses-two__ratting-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
}

.courses-two__ratting {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.courses-two__ratting li {
  position: relative;
  display: block;
}

.courses-two__ratting li span {
  font-size: 14px;
  color: #FFC224;
}

.courses-two__ratting li:nth-child(4) span,
.courses-two__ratting li:nth-child(5) span {
  color: var(--eduvers-gray);
}

.courses-two__ratting-text {
  font-size: 16px;
  line-height: 26px;
}

.courses-two__heart {
  position: relative;
  display: block;
}

.courses-two__heart a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--eduvers-bdr-color);
  border-radius: 50%;
  font-size: 18px;
  color: var(--eduvers-base);
}

.courses-two__heart a:hover {
  color: var(--eduvers-white);
  border: 1px solid var(--eduvers-base);
  background-color: var(--eduvers-base);
}

.courses-two__btn-and-doller-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.courses-two__btn-box {
  position: relative;
  display: block;
}

.courses-two__btn-and-doller-box>span {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  font-family: var(--eduvers-font-two);
  color: var(--eduvers-base);
}

/*--------------------------------------------------------------
# FAQ One
--------------------------------------------------------------*/
.faq-one {
  position: relative;
  display: block;
  padding: 90px 0 120px;
  z-index: 1;
}

.faq-one__left {
  position: relative;
  display: block;
}

.faq-one__img {
  position: relative;
  display: block;
  margin-right: 250px;
}

.faq-one__img img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
}

.faq-one__experience-box {
  position: absolute;
  bottom: 30px;
  right: -70px;
  background: linear-gradient(270deg, #53adbc 45%, #17303d 100%);
  max-width: 180px;
  width: 100%;
  text-align: center;
  padding: 30px 0 30px;
  border-radius: 10px;
  z-index: 1;
}

.faq-one__experience-year {
  position: relative;
  display: block;
}

.faq-one__experience-year h3 {
  font-size: 50px;
  color: var(--eduvers-white);
  font-weight: 700;
  line-height: 1.2em !important;
  font-family: var(--eduvers-font-two) !important;
}

.faq-one__experience-text {
  color: var(--eduvers-black);
  font-weight: 500;
}

.faq-one__right {
  position: relative;
  display: block;
}

.faq-one .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border: 1px solid rgba(var(--eduvers-black-rgb), .15);
  background: var(--eduvers-white);
  border-radius: var(--eduvers-bdr-radius);
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one .faq-one-accrodion .accrodion.active {
  border: 1px solid rgba(var(--eduvers-black-rgb), .15);
  background: var(--eduvers-white);
}

.faq-one .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 20px 30px 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.faq-one .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--eduvers-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one .faq-one-accrodion .accrodion+.accrodion {
  margin-top: 20px;
}

.faq-one .faq-one-accrodion .accrodion-title h4::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 17px;
  color: var(--eduvers-white);
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  width: 40px;
  height: 40px;
  background-color: rgba(var(--eduvers-base-rgb), 1);
}

.faq-one .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f107";
  color: var(--eduvers-white);
  background-color: var(--eduvers-black);
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-one .faq-one-accrodion .accrodion-content {
  position: relative;
  padding-bottom: 28px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 20px;
}

.faq-one .faq-one-accrodion .accrodion-content p {
  margin: 0;
}

/*--------------------------------------------------------------
# Instructors Two
--------------------------------------------------------------*/
.instructors-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  background-color: var(--eduvers-primary);
  z-index: 1;
}

.instructors-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.instructors-two__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.instructors-two__img {
  position: relative;
  display: block;
  border-radius: var(--eduvers-bdr-radius);
  overflow: hidden;
  border: 1px solid var(--eduvers-white);
}

.instructors-two__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--eduvers-black);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease;
  transition: all 0.5s ease;
}

.instructors-two__single:hover .instructors-two__img::before {
  opacity: .7;
}

.instructors-two__img img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
  transform: scale(1.0);
  transition: all 1500ms ease;
}

.instructors-two__single:hover .instructors-two__img img {
  transform: scale(1.05) rotate(0deg);
}

.instructors-two__content {
  position: relative;
  display: block;
  margin-left: 30px;
  margin-right: -15px;
  background-color: var(--eduvers-black);
  padding: 164px 30px 22px;
  margin-top: -145px;
  border-radius: var(--eduvers-bdr-radius);
}

.instructors-two__title-box {
  position: relative;
  display: block;
}

.instructors-two__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.instructors-two__title a {
  color: var(--eduvers-white);
}

.instructors-two__title a:hover {
  color: var(--eduvers-base);
}

.instructors-two__sub-title {
  color: rgba(var(--eduvers-white-rgb), .70);
}

.instructors-two__social-box {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}

.instructors-two__plus {
  position: relative;
  display: block;
}

.instructors-two__plus>span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--eduvers-white);
  font-size: 16px;
  color: var(--eduvers-black);
  border-radius: var(--eduvers-bdr-radius);
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.instructors-two__plus>span:hover {
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
}

.instructors-two__social-list {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  top: -90px;
  left: 0px;
  gap: 5px;
  z-index: 2;
}

.instructors-two__social-list>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: var(--eduvers-white);
  background-color: var(--eduvers-base);
  border-radius: var(--eduvers-bdr-radius);
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.instructors-two__plus:hover .instructors-two__social-list a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.instructors-two__plus:hover .instructors-two__social-list a:nth-child(1) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.instructors-two__plus:hover .instructors-two__social-list a:nth-child(2) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.instructors-two__social-list>a:hover {
  color: var(--eduvers-black);
  background-color: var(--eduvers-white);
}

.instructors-two__social-list-2 {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0;
  left: -90px;
  gap: 5px;
  z-index: 2;
}

.instructors-two__social-list-2>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: var(--eduvers-white);
  background-color: var(--eduvers-base);
  border-radius: var(--eduvers-bdr-radius);
  opacity: 0;
  -webkit-transform: translatex(10px);
  transform: translatex(10px);
}

.instructors-two__plus:hover .instructors-two__social-list-2 a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translatex(0px);
  transform: translatex(0px);
}

.instructors-two__plus:hover .instructors-two__social-list-2 a:nth-child(1) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.instructors-two__plus:hover .instructors-two__social-list-2 a:nth-child(2) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.instructors-two__social-list-2>a:hover {
  color: var(--eduvers-black);
  background-color: var(--eduvers-white);
}

/*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/
.testimonial-three {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.testimonial-three__carousel {
  position: relative;
  display: block;
}

.testimonial-three__single {
  position: relative;
  display: block;
  text-align: center;
}

.testimonial-three__img-box {
  position: relative;
  display: block;
  max-width: 230px;
  width: 100%;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 2;
}

.testimonial-three__img-shape-1 {
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 220px;
  height: 220px;
  border: 5px solid var(--eduvers-white);
  transform: translateX(-50%);
  background: linear-gradient(0deg, rgba(248, 245, 241, 0) 0%, rgba(83, 173, 188, 1) 100%);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 48.51px 0.49px;
  z-index: -1;
}

.testimonial-three__img-shape-2 {
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 220px;
  height: 110px;
  border: 5px solid var(--eduvers-white);
  transform: translateX(-50%);
  border-top: 0;
  border-bottom-left-radius: 110px;
  border-bottom-right-radius: 110px;
}

.testimonial-three__img {
  position: relative;
  display: block;
}

.testimonial-three__img img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-three__content {
  position: relative;
  display: block;
  background-color: var(--eduvers-base);
  border-radius: var(--eduvers-bdr-radius);
  padding: 130px 35px 50px;
  z-index: 1;
  margin-top: -100px;
}

.testimonial-three__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 210px;
  height: 105px;
  background-color: var(--eduvers-white);
  border-bottom-left-radius: 105px;
  border-bottom-right-radius: 105px;
  z-index: -1;
}

.testimonial-three__client-name {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-three__client-name a {
  color: var(--eduvers-white);
}

.testimonial-three__client-name a:hover {
  color: var(--eduvers-black);
}

.testimonial-three__sub-title {
  color: rgba(var(--eduvers-white-rgb), .70);
  font-weight: 500;
  font-family: var(--eduvers-font-two);
  font-style: italic;
  font-size: 18px;
}

.testimonial-three__text {
  color: rgba(var(--eduvers-white-rgb), .70);
  margin: 20px 0 20px;
  font-size: 18px;
  line-height: 28px;
}

.testimonial-three__ratting {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.testimonial-three__ratting span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--eduvers-white);
}

.testimonial-three__quote {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translateX(-50%) translateY(-50%);
}

.testimonial-three__quote span {
  position: relative;
  display: inline-block;
  font-size: 81px;
  color: rgba(var(--eduvers-white-rgb), .10);
}

.testimonial-three__carousel .swiper-nav-style-one {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}

.testimonial-three__carousel .testimonial-three-dot-style1 {
  position: relative;
  display: inline-flex;
  line-height: 0;
}

.testimonial-three__carousel .testimonial-three-dot-style1 .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 40px;
  height: 6px;
  margin: 0px 6px;
  opacity: 1;
  border-radius: 0;
  background: transparent;
  border: 2px solid var(--eduvers-base);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.testimonial-three__carousel .testimonial-three-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--eduvers-base);
}

.testimonial-three__carousel .testimonial-three-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.testimonial-three__carousel .testimonial-three-dot-style1 .swiper-pagination-bullet:hover {
  transform: scale(1.0);
}

/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
.why-choose-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.why-choose-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.why-choose-one__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(23, 48, 61, 0.976) 0%, rgba(23, 48, 61, 0.85) 50%, rgba(23, 48, 61, 0) 80%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.why-choose-one__left {
  position: relative;
  display: block;
}

.why-choose-one__left .section-title {
  margin-bottom: 29px;
}

.why-choose-one__left .section-title__title {
  color: var(--eduvers-white);
}

.why-choose-one__left .section-title__tagline-shape-2 {
  background-color: var(--eduvers-white);
}

.why-choose-one__text {
  color: rgba(var(--eduvers-white-rgb), .70);
}

.why-choose-one__btn-box {
  position: relative;
  display: block;
  line-height: 0;
  margin-top: 25px;
}

.why-choose-one__btn-box .thm-btn:hover {
  color: var(--eduvers-black);
}

.why-choose-one__btn-box .thm-btn::after,
.why-choose-one__btn-box .thm-btn::before {
  background-color: var(--eduvers-white);
}

.why-choose-one__right {
  position: relative;
  display: block;
  background-color: var(--eduvers-primary);
  border-radius: var(--eduvers-bdr-radius);
  padding: 60px 50px 40px;
}

.why-choose-one__single {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 28px;
}

.why-choose-one__icon {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.why-choose-one__icon:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 17px;
  width: 30px;
  height: 30px;
  background-color: rgba(var(--eduvers-base-rgb), .30);
  border-radius: 50%;
  z-index: -1;
}

.why-choose-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: var(--eduvers-black);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.why-choose-one__single:hover .why-choose-one__icon span {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.why-choose-one__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 10px 0 5px;
}

.why-choose-one__single-img {
  position: relative;
  display: block;
  margin-right: -19px;
  margin-left: -5px;
  z-index: 1;
}

.why-choose-one__single-img:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(0deg, rgba(248, 245, 241, 1) 0%, rgba(253, 187, 45, 0) 100%);
}

.why-choose-one__single-img img {
  width: 100%;
}

.why-choose-one__single-img-shape {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 200px;
  height: 200px;
  background-color: rgba(var(--eduvers-base-rgb), .10);
  border-radius: 50%;
  transform: translateX(-54%);
  z-index: -1;
}

/*--------------------------------------------------------------
# Blog Three
--------------------------------------------------------------*/
.blog-three {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.blog-three__single {
  position: relative;
  display: block;
  border: 1px solid var(--eduvers-bdr-color);
  padding: 23px 23px 23px;
  border-radius: var(--eduvers-bdr-radius);
  margin-bottom: 30px;
}

.blog-three__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--eduvers-bdr-radius);
  z-index: 1;
}

.blog-three__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--eduvers-black-rgb), 1);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.blog-three__single:hover .blog-three__img:before {
  opacity: .50;
}

.blog-three__img img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.blog-three__single:hover .blog-three__img img {
  transform: scale(1.05) rotate(0deg);
}

.blog-three__content {
  position: relative;
  display: block;
  margin-top: 15px;
}

.blog-three__meta {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--eduvers-bdr-color);
  padding-bottom: 11px;
  margin-bottom: 14px;
}

.blog-three__meta li {
  position: relative;
  display: block;
}

.blog-three__meta li+li {
  margin-left: 20px;
}

.blog-three__meta li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--eduvers-black);
  font-family: var(--eduvers-font-two);
  font-style: italic;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-three__meta li a:hover {
  color: var(--eduvers-base);
}

.blog-three__meta li a span {
  position: relative;
  font-size: 16px;
  margin-right: 10px;
  color: var(--eduvers-base);
}

.blog-three__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.blog-three__title a {
  color: var(--eduvers-black);
}

.blog-three__title a:hover {
  color: var(--eduvers-base);
}

.blog-three__text {
  margin-top: 14px;
  margin-bottom: 30px;
}

.blog-three__btn-and-user-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-three__btn-box {
  position: relative;
  display: block;
}

.blog-three__user-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-three__user-img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.blog-three__user-img img {
  width: 100% !important;
  border-radius: 50%;
  border: 1px solid var(--eduvers-black);
}

.blog-three__user-content {
  position: relative;
  display: block;
  flex: 1;
}

.blog-three__user-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 3px;
}

/*==============================================
    Site Footer
===============================================*/
.site-footer-three {
  position: relative;
  display: block;
  background-color: var(--eduvers-black);
  overflow: hidden;
  z-index: 1;
}

.site-footer-three__map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .02;
  z-index: -1;
}

.site-footer-three__top {
  position: relative;
  display: block;
}

.footer-widget-three__newsletter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 110px 0px 73px;
}

.footer-widget-three__newsletter-title {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3em;
  color: var(--eduvers-white);
}

.footer-widget-three__newsletter-form {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 550px;
  width: 100%;
}

.footer-widget-three__newsletter-form-input-box {
  position: relative;
  display: block;
  max-width: 353px;
  width: 100%;
}

.footer-widget-three__newsletter-form-input-box input[type="email"] {
  font-size: 16px;
  height: 50px;
  width: 100%;
  background-color: rgba(var(--eduvers-white-rgb), .10);
  outline: none;
  border: none;
  color: rgba(var(--eduvers-white-rgb), .80);
  font-weight: 400;
  border-radius: var(--eduvers-bdr-radius);
  padding-right: 25px;
  padding-left: 25px;
  line-height: 50px;
}

.footer-widget-three__newsletter-form .thm-btn {
  border: none;
}

.footer-widget-three__newsletter-form .thm-btn::before,
.footer-widget-three__newsletter-form .thm-btn::after {
  background-color: var(--eduvers-white);
}

.footer-widget-three__newsletter-form .thm-btn:hover {
  color: var(--eduvers-base);
}

.footer-widget-three__newsletter-form .thm-btn:hover>span {
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
}

.site-footer-three__middle {
  position: relative;
  display: block;
  padding: 0 0 80px;
}

.footer-widget-three__about {
  position: relative;
  display: block;
  margin-top: 5px;
}

.footer-widget-three__logo {
  position: relative;
  display: block;
}

.footer-widget-three__about-text {
  color: rgba(var(--eduvers-white-rgb), .80);
  margin-top: 20px;
  margin-bottom: 22px;
}

.site-footer-three__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  border-top: 1px dashed rgba(var(--eduvers-white-rgb), .20);
  padding-top: 20px;
}

.site-footer-three__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--eduvers-white);
  background-color: rgba(var(--eduvers-white-rgb), .15);
  font-size: 16px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer-three__social a:hover {
  color: var(--eduvers-white);
  background-color: var(--eduvers-base);
}

.site-footer-three__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--eduvers-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.site-footer-three__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.site-footer-three__social a+a {
  margin-left: 10px;
}

.footer-widget-three__title-box {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.footer-widget-three__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: var(--eduvers-white);
  text-transform: capitalize;
}

.footer-widget-three__right-bottom {
  position: relative;
  display: block;
  margin-left: 75px;
}

.footer-widget-three__usefull-link {
  position: relative;
  display: block;
  margin-left: 80px;
}

.footer-widget-three__link-box {
  position: relative;
  display: block;
}

.footer-widget-three__link {
  position: relative;
  display: block;
}

.footer-widget-three__link li {
  position: relative;
  display: block;
}

.footer-widget-three__link li+li {
  margin-top: 12px;
}

.footer-widget-three__link li a {
  color: rgba(var(--eduvers-white-rgb), .80);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-three__link li a:hover {
  color: var(--eduvers-base);
}

.footer-widget-three__link-2 {
  margin-left: 55px;
}

.footer-widget-three__services {
  position: relative;
  display: block;
  margin-left: 70px;
}

.footer-widget-three__contact-box {
  position: relative;
  display: block;
  margin-left: 70px;
}

.footer-widget-three__contact {
  position: relative;
  display: block;
}

.footer-widget-three__contact li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
}

.footer-widget-three__contact li+li {
  margin-top: 14px;
}

.footer-widget-three__contact li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: rgba(var(--eduvers-white-rgb), .15);
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-three__contact li:hover .icon {
  background-color: var(--eduvers-base);
}

.footer-widget-three__contact li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--eduvers-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-three__contact li:hover .icon span {
  color: var(--eduvers-white);
}

.footer-widget-three__contact li .content {
  position: relative;
  display: block;
  flex: 1;
}

.footer-widget-three__contact li .content h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  color: var(--eduvers-white);
}

.footer-widget-three__contact li .content p {
  color: rgba(var(--eduvers-white-rgb), .80)
}

.footer-widget-three__contact li .content p a {
  color: rgba(var(--eduvers-white-rgb), .80)
}

.footer-widget-three__contact li .content p a:hover {
  color: var(--eduvers-base);
}

.site-footer-three__bottom {
  position: relative;
  display: block;
  border-top: 1px dashed rgba(var(--eduvers-white-rgb), .20);
}

.site-footer-three__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 26px 0 25px;
}

.site-footer-three__bottom-text {
  color: rgba(var(--eduvers-white-rgb), .80);
}

.site-footer-three__bottom-text a {
  color: var(--eduvers-base);
  font-weight: 600;
}

.site-footer-three__bottom-text a:hover {
  color: var(--eduvers-white);
}

.site-footer-three__bottom-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer-three__bottom-menu li {
  position: relative;
  display: block;
}

.site-footer-three__bottom-menu li+li {
  margin-left: 30px;
}

.site-footer-three__bottom-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgba(var(--eduvers-white-rgb), .80);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer-three__bottom-menu li a:hover {
  color: var(--eduvers-base);
}

.footer-widget-three__post-box {
  position: relative;
  display: block;
  margin-left: -30px;
}

.footer-widget-three__post {
  position: relative;
  display: block;
}

.footer-widget-three__post li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-widget-three__post li+li {
  margin-top: 12px;
}

.footer-widget-three__post-img {
  position: relative;
  display: block;
  max-width: 75px;
  width: 100%;
}

.footer-widget-three__post-img img {
  width: 100%;
  border-radius: 10px;
}

.footer-widget-three__post-content {
  position: relative;
  display: block;
  flex: 1;
}

.footer-widget-three__post-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.footer-widget-three__post-title a {
  color: var(--eduvers-white);
}

.footer-widget-three__post-title a:hover {
  color: var(--eduvers-base);
}

.footer-widget-three__post-date {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(var(--eduvers-white-rgb), .80);
  margin-top: 5px;
}

/*--------------------------------------------------------------
# Category Two
--------------------------------------------------------------*/
.category-two {
  position: relative;
  display: block;
  background-color: var(--eduvers-secondary);
  padding: 120px 0 96px;
  z-index: 1;
}

.category-two__single {
  position: relative;
  display: block;
  background-color: var(--eduvers-white);
  padding: 20px 20px 20px;
  border-radius: 24px;
  margin-bottom: 24px;
  border-top-left-radius: 38px;
}

.category-two__single-inner {
  position: relative;
  display: block;
  background-color: var(--eduvers-secondary);
  border: 1px solid var(--eduvers-bdr-color);
  border-radius: 24px;
  padding: 77px 16px 20px;
}

.category-two__sub-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: var(--eduvers-font-two);
  color: var(--eduvers-base);
  font-style: italic;
  position: absolute;
  top: 15px;
  right: 20px;
}

.category-two__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.category-two__title a {
  color: var(--eduvers-black);
}

.category-two__title a:hover {
  color: var(--eduvers-base);
}

.category-two__text {
  margin: 10px 0 20px;
}

.category-two__btn-box {
  position: relative;
  display: block;
}

.category-two__btn-box .thm-btn {
  background-color: var(--eduvers-primary);
  padding: 12px 20px 12px;
}

.category-two__btn-box .thm-btn:hover {
  color: var(--eduvers-white);
}

.category-two__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--eduvers-white);
  border: 1px solid var(--eduvers-bdr-color);
  border-radius: 50%;
  z-index: 1;
}

.category-two__icon span {
  font-size: 40px;
  color: var(--eduvers-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.category-two__single:hover .category-two__icon span {
  transform: scale(0.9);
}

/*--------------------------------------------------------------
# Courses Three
--------------------------------------------------------------*/
.courses-three {
  position: relative;
  display: block;
  padding: 120px 0 67px;
  z-index: 1;
}

.courses-three__main-tab-box {
  position: relative;
  display: block;
}

.courses-three__filter {
  position: absolute;
  display: flex;
  align-items: center;
  border-radius: 25px;
  height: 50px;
  width: 510px;
  border: 1px solid var(--eduvers-bdr-color);
  padding: 3px 3px 3px;
  padding-right: 0;
  top: -110px;
  right: 0;
}

.courses-three__filter li {
  position: relative;
  display: flex;
  align-items: center;
}

.courses-three__filter li+li {
  margin-left: 0px;
}

.courses-three__filter li p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: var(--eduvers-black);
  background-color: transparent;
  padding: 14px 15px 14px;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  border-radius: 25px;
  transition: all 0.5s linear;
  z-index: 1;
}

.courses-three__filter li.active p {
  color: var(--eduvers-white);
}

.courses-three__filter li p:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0%;
  background-color: var(--eduvers-base);
  transition: all 0.3s ease;
  z-index: -1;
}

.courses-three__filter li.active p:before {
  height: 100%;
}

.courses-three__inner {
  position: relative;
  display: block;
}

.courses-three__single {
  position: relative;
  display: block;
  background-color: #FCFCFC;
  border: 1px solid var(--eduvers-bdr-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  padding: 19px 19px 14px;
  margin-bottom: 40px;
}

.courses-three__img-box {
  position: relative;
  display: block;
}

.courses-three__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
}

.courses-three__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--eduvers-black-rgb), .70);
  opacity: 0;
  transform: translateY(90px);
  transition: background-color 0.7s ease;
  transition: all 0.7s ease;
  z-index: 1;
}

.courses-three__single:hover .courses-three__img::before {
  opacity: 1;
  transform: translateY(0px);
}

.courses-three__img img {
  width: 100%;
  border-radius: 16px;
  transform: scale(1.0);
  transition: all 1500ms ease;
}

.courses-three__single:hover .courses-three__img img {
  transform: scale(1.05) rotate(0deg);
}

.courses-three__tag {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}

.courses-three__tag span {
  position: relative;
  background-color: var(--eduvers-base);
  padding: 5px 15px 5px;
  border-radius: 5px;
  font-weight: 500;
  color: var(--eduvers-white);
}

.courses-three__content {
  position: relative;
  display: block;
  margin-top: 14px;
}

.courses-three__doller-and-review {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.courses-three__doller {
  position: relative;
  display: block;
}

.courses-three__doller p {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: var(--eduvers-base);
}

.courses-three__review {
  position: relative;
  display: block;
}

.courses-three__review p {
  font-size: 14px;
  line-height: 24px;
  color: var(--eduvers-black);
}

.courses-three__review p i {
  color: #FFC224;
  font-size: 14px;
}

.courses-three__review p span {
  font-size: 14px;
  line-height: 24px;
  color: var(--eduvers-gray);
}

.courses-three__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 8px;
  margin-bottom: 18px;
}

.courses-three__title a {
  color: var(--eduvers-black);
}

.courses-three__title a:hover {
  color: var(--eduvers-base);
}

.courses-three__btn-and-client-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.courses-three__btn-box {
  position: relative;
  display: block;
}

.courses-three__btn-box .thm-btn {
  padding: 14px 20px 14px;
}

.courses-three__client-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.courses-three__client-img {
  position: relative;
  display: block;
  max-width: 40px;
  width: 100%;
}

.courses-three__client-img img {
  width: 100%;
  border: 1px solid var(--eduvers-base);
  border-radius: 50%;
}

.courses-three__client-content {
  position: relative;
  display: block;
  flex: 1;
}

.courses-three__client-content h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 1px;
}

.courses-three__client-content p {
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
}

.courses-three__client-content p span {
  font-family: var(--eduvers-font) !important;
}

.courses-three__meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  margin-top: 15px;
  border-top: 1px dashed var(--eduvers-bdr-color);
}

.courses-three__meta li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.courses-three__meta li .icon {
  position: relative;
  display: inline-block;
}

.courses-three__meta li .icon span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #FF3EA5;
}

.courses-three__meta li:nth-child(2) .icon span {
  color: #FFC224;
}

.courses-three__meta li:nth-child(3) .icon span {
  color: var(--eduvers-base);
}

.courses-three__meta li p {
  font-size: 14px;
  line-height: 24px;
}

/***
=============================================
Sliding Text One
=============================================
***/
.sliding-text-two {
  position: relative;
  display: block;
  z-index: 1;
}

.sliding-text-two__wrap {
  position: relative;
  display: block;
}

.sliding-text-two__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  width: fit-content;
}

.sliding-text-two__list li {
  position: relative;
  display: flex;
  float: left;
  margin-right: 40px;
  align-items: center;
  gap: 40px;
}

.sliding-text-two__title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  color: transparent;
  -webkit-text-stroke: 1px var(--eduvers-bdr-color);
  font-size: 95px;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-family: var(--eduvers-font);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sliding-text-two__list li:hover .sliding-text-two__title {
  -webkit-text-stroke: 1px var(--eduvers-base);
}

.sliding-text-two__list li span {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: var(--eduvers-base);
}

.sliding-text-two__title:before {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  color: var(--eduvers-base);
  white-space: nowrap;
  content: attr(data-hover);
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.32, 0.87);
}

.sliding-text-two__list li:hover .sliding-text-two__title:before {
  width: 100%;
  color: var(--eduvers-base);
}

/*--------------------------------------------------------------
# live class Two
--------------------------------------------------------------*/
.live-class {
  position: relative;
  display: block;
  padding: 109px 0 120px;
  z-index: 1;
}

.live-class__main-tab-box {
  position: relative;
  display: block;
}

.live-class__left {
  position: relative;
  display: block;
}

.live-class__left .section-title {
  margin-bottom: 34px;
}

.live-class__main-tab-box .tab-buttons {
  position: relative;
  display: block;
}

.live-class__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  display: block;
}

.live-class__buttons {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background-color: var(--eduvers-black);
  padding: 13px 20px 13px;
  border-radius: var(--eduvers-bdr-radius);
  overflow: hidden;
  z-index: 1;
}

.live-class__buttons::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--eduvers-base);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.live-class__main-tab-box .tab-buttons .tab-btn.active-btn .live-class__buttons:before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.live-class__main-tab-box .tab-buttons .tab-btn+.tab-btn {
  margin-top: 10px;
}

.live-class__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: rgba(var(--eduvers-white-rgb), .20);
  border-radius: 50%;
  top: 13px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.live-class__icon::before {
  content: "\f144";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 30px;
  color: var(--eduvers-black);
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: rgba(var(--eduvers-white-rgb), .50);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.live-class__content {
  position: relative;
  display: block;
  flex: 1;
}

.live-class__content-meta-list {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(var(--eduvers-white-rgb), .30);
  padding-bottom: 7px;
  margin-bottom: 4px;
}

.live-class__content-meta-list>li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.live-class__content-meta-list>li>.icon {
  position: relative;
  display: inline-block;
}

.live-class__content-meta-list>li>.icon>span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: var(--eduvers-primary);
}

.live-class__content-meta-list>li>p {
  color: rgba(var(--eduvers-white-rgb), .80);
}

.live-class__content-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.live-class__content-title a {
  color: var(--eduvers-white);
}

.live-class__right {
  position: relative;
  display: block;
  margin-top: 44px;
  z-index: 1;
}

.live-class__main-tab-box .tabs-content {
  position: relative;
  display: block;
}

.live-class__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.live-class__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.live-class__img-box {
  position: relative;
  display: block;
  border-radius: 40px;
  overflow: hidden;
}

.live-class__img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid var(--eduvers-base);
  border-radius: 40px;
}

.live-class__img-box img {
  width: 100%;
  border-radius: 40px;
}

.live-class__video-control {
  position: absolute;
  bottom: 0;
  left: 3px;
  right: 3px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  border-top: 3px solid var(--eduvers-white);
  background-color: var(--eduvers-base);
  padding: 8px 0 20px;
}

.live-class__video-control li {
  position: relative;
  display: block;
}

.live-class__video-control li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 28px;
  background-color: var(--eduvers-white);
  border-radius: 50%;
  color: var(--eduvers-black);
  font-size: 10px;
}

.live-class__video-control li:nth-child(3) a {
  height: 44px;
  width: 44px;
  color: #FF0000;
  background-color: var(--eduvers-white);
  font-size: 16px;
}

.live-class__live {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  background-color: var(--eduvers-white);
  border-radius: 25px;
  padding: 18px 20px 18px;
}

.live-class__live-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.live-class__live-icon span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #FF0000;
}

.live-class__live-text {
  font-size: 14px;
  color: var(--eduvers-black);
  font-weight: 600;
  line-height: 14px;
}

.live-class__btn-box {
  position: relative;
  display: block;
  margin-top: 10px;
}

.live-class__btn-box .thm-btn {
  width: 100%;
  background-color: var(--eduvers-black);
  justify-content: center;
}

.live-class__btn-box .thm-btn::after,
.live-class__btn-box .thm-btn::before {
  background-color: var(--eduvers-base);
}

/*--------------------------------------------------------------
# Counter Three
--------------------------------------------------------------*/
.counter-three {
  position: relative;
  display: block;
  background-color: var(--eduvers-secondary);
  padding: 120px 0 100px;
  z-index: 1;
}

.counter-three__main-content {
  position: relative;
  display: block;
  margin-right: 70px;
}

.counter-three__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.counter-three__list li {
  position: relative;
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  padding: 0 10px;
}

.counter-three__single {
  position: relative;
  display: block;
  background-color: var(--eduvers-base);
  border: 1px solid var(--eduvers-black);
  border-radius: var(--eduvers-bdr-radius);
  padding: 15px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
  z-index: 1;
}

.counter-three__shape-1 {
  position: absolute;
  top: -10px;
  left: 0;
  height: 172px;
  width: 172px;
  background-color: rgba(var(--eduvers-black-rgb), .03);
  clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
  transition-delay: 0.1s;
  transition: all 500ms ease;
  z-index: -1;
}

.counter-three__single:hover .counter-three__shape-1 {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}

.counter-three__shape-2 {
  position: absolute;
  bottom: -10px;
  right: 0;
  height: 172px;
  width: 172px;
  background-color: rgba(var(--eduvers-black-rgb), .03);
  clip-path: polygon(50% 1%, 50% 1%, 100% 100%, 0 100%);
  transition-delay: 0.1s;
  transition: all 500ms ease;
  z-index: -1;
}

.counter-three__single:hover .counter-three__shape-2 {
  transform: rotateY(180deg);
  transition-delay: 0.5s;
}

.counter-three__single-inner {
  position: relative;
  display: block;
  border: 1px solid var(--eduvers-black);
  border-radius: var(--eduvers-bdr-radius);
  padding: 42px 0 48px;
}

.counter-three__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: var(--eduvers-black);
  transition: all 500ms ease;
}

.counter-three__single:hover .counter-three__icon span {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.counter-three__count-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 15px;
}

.counter-three__count-box h3 {
  font-size: 45px;
  font-weight: 600;
  color: var(--eduvers-white);
  font-family: var(--eduvers-font-two) !important;
  line-height: 1em !important;
}

.counter-three__count-box span {
  font-size: 45px;
  font-weight: 600;
  color: var(--eduvers-white);
  font-family: var(--eduvers-font-two);
  line-height: 1em;
}

.counter-three__count-box .odometer-formatting-mark {
  display: none;
}

.counter-three__count-text {
  color: var(--eduvers-black);
}


.counter-three__list li:nth-child(2) .counter-three__single {
  background-color: var(--eduvers-black);
  border: 1px solid var(--eduvers-base);
}

.counter-three__list li:nth-child(2) .counter-three__single-inner {
  border: 1px solid var(--eduvers-base);
}

.counter-three__list li:nth-child(2) .counter-three__icon span {
  color: var(--eduvers-base);
}

.counter-three__list li:nth-child(2) .counter-three__count-text {
  color: var(--eduvers-base);
}

.counter-three__list li:nth-child(3) .counter-three__single {
  background-color: var(--eduvers-black);
  border: 1px solid var(--eduvers-base);
}

.counter-three__list li:nth-child(3) .counter-three__single-inner {
  border: 1px solid var(--eduvers-base);
}

.counter-three__list li:nth-child(3) .counter-three__icon span {
  color: var(--eduvers-base);
}

.counter-three__list li:nth-child(3) .counter-three__count-text {
  color: var(--eduvers-base);
}

.counter-three__list li:nth-child(2) .counter-three__shape-1 {
  background-color: rgba(var(--eduvers-white-rgb), .03);
}

.counter-three__list li:nth-child(2) .counter-three__shape-2 {
  background-color: rgba(var(--eduvers-white-rgb), .03);
}

.counter-three__list li:nth-child(3) .counter-three__shape-1 {
  background-color: rgba(var(--eduvers-white-rgb), .03);
}

.counter-three__list li:nth-child(3) .counter-three__shape-2 {
  background-color: rgba(var(--eduvers-white-rgb), .03);
}

.counter-three__right {
  position: relative;
  display: block;
}

.counter-three__right .section-title {
  margin-bottom: 29px;
}

.counter-three__big-text {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  margin-top: 17px;
}

.counter-three__points-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 22px 0 29px;
}

.counter-three__points {
  position: relative;
  display: block;
}

.counter-three__points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.counter-three__points li+li {
  margin-top: 25px;
}

.counter-three__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--eduvers-base);
  border-radius: var(--eduvers-bdr-radius);
}

.counter-three__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: var(--eduvers-white);
}

.counter-three__points li .content {
  position: relative;
  display: block;
  flex: 1;
}

.counter-three__points li .content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/
.video-one {
  position: relative;
  display: block;
  padding: 250px 0 250px;
  z-index: 1;
}

.video-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.video-one__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(5, 33, 67, 0) 0%, rgba(5, 33, 67, 0) 13%, rgba(5, 33, 67, 0.255) 22%, rgba(5, 33, 67, 0.875) 45%, rgb(5, 33, 67) 74%, rgb(5, 33, 67) 100%);
}

.video-one__inner {
  position: relative;
  display: block;
}

.video-one__right {
  position: relative;
  display: block;
  text-align: center;
}

.video-one__video-box {
  position: relative;
  display: inline-block;
  z-index: 5;
}

.video-one__box a {
  position: relative;
  display: inline-block;
  z-index: 5;
}

.video-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 25px;
  color: var(--eduvers-base);
  background-color: var(--eduvers-white);
  border-radius: 50%;
  margin: 0 auto;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 2;
}

.video-one__icon:hover {
  color: var(--eduvers-white);
  background-color: var(--eduvers-base);
}

.video-one__icon::before {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border: 1px solid var(--eduvers-white);
  border-radius: 50%;
  content: "";
}

.video-one__video-box .border-animation {
  position: absolute;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  border: 1px solid var(--eduvers-white);
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
  border-radius: 50%;
}

.video-one__video-box .border-animation.border-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.video-one__video-box .border-animation.border-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/*--------------------------------------------------------------
# Testimonial Four
--------------------------------------------------------------*/
.testimonial-four {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.testimonial-four__carousel {
  position: relative;
  display: block;
}

.testimonial-four__single {
  position: relative;
  display: block;
  padding: 20px 0 20px;
  z-index: 1;
}

.testimonial-four__single-shape-1 {
  position: absolute;
  top: 0;
  left: 59px;
  bottom: 0;
  right: 100px;
  border: 2px solid var(--eduvers-bdr-color);
  border-radius: 10px;
}

.testimonial-four__single-shape-1:before {
  content: "";
  position: absolute;
  top: 80px;
  left: -2px;
  width: 2px;
  bottom: 80px;
  background-color: var(--eduvers-white);
  z-index: 1;
}

.testimonial-four__single-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 1;
}

.testimonial-four__client-info {
  position: relative;
  display: block;
  z-index: 1;
}

.testimonial-four__client-info-shape-1 {
  position: absolute;
  top: -20px;
  left: 58px;
  right: 58px;
  bottom: -20px;
  background-color: var(--eduvers-white);
}

.testimonial-four__client-info-shape-1::before {
  content: "";
  position: absolute;
  left: 51.5%;
  top: -3px;
  width: 10px;
  height: 10px;
  background-color: var(--eduvers-base);
  border-radius: 50%;
  transform: translateX(-50%);
}

.testimonial-four__client-info-shape-1::after {
  content: "";
  position: absolute;
  left: 51.5%;
  bottom: -3px;
  width: 10px;
  height: 10px;
  background-color: var(--eduvers-base);
  border-radius: 50%;
  transform: translateX(-50%);
}

.testimonial-four__client-img {
  position: relative;
  display: block;
  max-width: 120px;
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
}

.testimonial-four__client-img img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
}

.testimonial-four__client-content {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.testimonial-four__client-name {
  font-size: 18px;
  font-weight: 600;
}

.testimonial-four__client-name a {
  color: var(--eduvers-black);
}

.testimonial-four__client-name a:hover {
  color: var(--eduvers-base);
}

.testimonial-four__sub-title {
  font-weight: 500;
  color: var(--eduvers-base);
  font-size: 14px;
}

.testimonial-four__content-box {
  position: relative;
  display: block;
  background-color: var(--eduvers-white);
  border-radius: var(--eduvers-bdr-radius);
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
  padding: 24px 30px 24px;
  flex: 1;
  z-index: 1;
}

.testimonial-four__content-box::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px dashed rgba(var(--eduvers-base-rgb), .30);
  border-radius: var(--eduvers-bdr-radius);
  z-index: -1;
}

.testimonial-four__content-box-shape-1 {
  position: absolute;
  top: 80px;
  bottom: 80px;
  left: -10px;
  background-color: var(--eduvers-white);
  width: 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: -1;
}

.testimonial-four__content-box-shape-1:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 0px;
  border: 1px dashed rgba(var(--eduvers-base-rgb), .30);
  border-right: 0;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.testimonial-four__content-box-shape-1:after {
  content: "";
  position: absolute;
  top: 11px;
  bottom: 11px;
  right: -1px;
  width: 5px;
  background-color: var(--eduvers-white);
}

.testimonial-four__content-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--eduvers-black);
}

.testimonial-four__content-title span {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
}

.testimonial-four__text {
  margin: 15px 0 18px;
  margin-left: -10px;
}

.testimonial-four__ratting {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.testimonial-four__ratting span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--eduvers-base);
}

.testimonial-four__days {
  position: relative;
  display: block;
  margin-top: 2px;
}

.testimonial-four__quote {
  position: absolute;
  bottom: 25px;
  right: 30px;
}

.testimonial-four__quote span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: rgba(var(--eduvers-base-rgb), .15);
}

.testimonial-four__inner {
  position: relative;
  display: block;
}

.testimonial-four__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-four__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-four__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.testimonial-four__carousel.owl-theme .owl-nav {
  position: absolute;
  top: 40%;
  left: -100px;
  right: -100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%);
}

.testimonial-four__carousel.owl-theme .owl-nav .owl-next {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: var(--eduvers-white);
  background-color: var(--eduvers-base);
  font-size: 16px;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-four__carousel.owl-theme .owl-nav .owl-prev {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: var(--eduvers-white);
  background-color: var(--eduvers-base);
  font-size: 16px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
  transform: rotate(-180deg);
}

.testimonial-four__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 5px;
}

.testimonial-four__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 5px;
}

.testimonial-four__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-four__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-four__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-four__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--eduvers-black);
  color: var(--eduvers-white);
}

/*--------------------------------------------------------------
# Event Two
--------------------------------------------------------------*/
.events-two {
  position: relative;
  display: block;
  padding: 120px 0 0px;
  z-index: 1;
}

.events-two__bg-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 565px;
  background-color: var(--eduvers-secondary);
  z-index: -1;
}

.events-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.events-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: var(--eduvers-bdr-radius);
  border-top-right-radius: var(--eduvers-bdr-radius);
  z-index: 1;
}

.events-two__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--eduvers-black-rgb), 1);
  border-top-left-radius: var(--eduvers-bdr-radius);
  border-top-right-radius: var(--eduvers-bdr-radius);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.events-two__single:hover .events-two__img:before {
  opacity: .50;
}

.events-two__img img {
  width: 100%;
  border-top-left-radius: var(--eduvers-bdr-radius);
  border-top-right-radius: var(--eduvers-bdr-radius);
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.events-two__single:hover .events-two__img img {
  transform: scale(1.05) rotate(0deg);
}

.events-two__date {
  position: absolute;
  top: -40px;
  right: -1px;
  height: 80px;
  width: 80px;
  background-color: var(--eduvers-base);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top-left-radius: var(--eduvers-bdr-radius);
  border-bottom-left-radius: var(--eduvers-bdr-radius);
  z-index: 3;
}

.events-two__date p {
  font-size: 30px;
  color: var(--eduvers-white);
  font-weight: 600;
  line-height: 30px;
}

.events-two__date span {
  font-size: 20px;
  color: var(--eduvers-white);
  line-height: 20px;
  margin-top: 5px;
}

.events-two__content {
  position: relative;
  display: block;
  background-color: #FCFCFC;
  border: 1px solid var(--eduvers-bdr-color);
  padding: 30px 30px 30px;
  border-bottom-left-radius: var(--eduvers-bdr-radius);
  border-bottom-right-radius: var(--eduvers-bdr-radius);
}

.events-two__time {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--eduvers-base);
  background-color: rgba(var(--eduvers-base-rgb), .10);
  padding: 4.5px 15px;
  border-radius: 18px;
  font-weight: 500;
}

.events-two__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 17px;
  margin-bottom: 20px;
}

.events-two__title a {
  color: var(--eduvers-black);
}

.events-two__title a:hover {
  color: var(--eduvers-base);
}

.events-two__location {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.events-two__location-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.events-two__location-icon span {
  font-size: 16px;
  line-height: 16px;
  color: var(--eduvers-base);
}

.events-two__loation-text {
  font-size: 16px;
  line-height: 20px;
}

.events-two__btn-box {
  position: relative;
  display: block;
  margin-top: 33px;
}

.events-two__btn-box .thm-btn {
  width: 100%;
  justify-content: center;
}

/*==============================================
    Blog Four
===============================================*/
.blog-four {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.blog-four__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-four__img-box {
  position: relative;
  display: block;
}

.blog-four__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--eduvers-bdr-radius);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.blog-four__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--eduvers-black-rgb), 1);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.blog-four__single:hover .blog-four__img:before {
  opacity: .50;
}

.blog-four__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
  border-radius: var(--eduvers-bdr-radius);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.blog-four__single:hover .blog-four__img img {
  transform: scale(1.05) rotate(0deg);
}

.blog-four__tags {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
}

.blog-four__tags span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--eduvers-white);
  font-weight: 500;
  line-height: 16px;
  background-color: var(--eduvers-base);
  border-radius: 5px;
  padding: 9px 20px 9px;
  font-family: var(--eduvers-font-two);
  z-index: 1;
}

.blog-four__content {
  position: relative;
  display: block;
  background-color: var(--eduvers-white);
  box-shadow: 0px 0px 48.51px 0.49px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px;
  border-bottom-left-radius: var(--eduvers-bdr-radius);
  border-bottom-right-radius: var(--eduvers-bdr-radius);
}

.blog-four__list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
}

.blog-four__list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-four__list li .icon {
  position: relative;
  display: inline-block;
}

.blog-four__list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--eduvers-base);
}

.blog-four__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
  margin: 12px 0 8px;
}

.blog-four__title a {
  color: var(--eduvers-black);
}

.blog-four__title a:hover {
  color: var(--eduvers-base);
}

.blog-four__author-and-read-more {
  position: relative;
  display: block;
  background-color: var(--eduvers-secondary);
  border-radius: var(--eduvers-bdr-radius);
  padding: 15px 15px 15px;
  margin-top: 20px;
  margin-right: 20px;
}

.blog-four__author-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-four__author-img {
  position: relative;
  display: block;
  max-width: 60px;
  width: 100%;
}

.blog-four__author-img>img {
  width: 100%;
  border-radius: 50%;
}

.blog-four__author-content {
  position: relative;
  display: block;
  flex: 1;
}

.blog-four__author-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--eduvers-black);
}

.blog-four__read-more {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}

.blog-four__read-more a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--eduvers-white);
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--eduvers-base);
  border-radius: 50%;
  border: 10px solid var(--eduvers-secondary);
}

.blog-four__read-more a:hover {
  color: var(--eduvers-white);
  background-color: var(--eduvers-black);
}

/***
=============================================
Contact Info One
=============================================
***/
.contact-info-one {
  position: relative;
  display: block;
  z-index: 5;
}

.contact-info-one__inner {
  position: relative;
  display: flex;
  padding: 60px 80px 60px;
  background-color: var(--eduvers-base);
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.contact-info-one__map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .10;
  z-index: -1;
}

.contact-info-one__single {
  position: relative;
  display: flex;
  align-items: center;
}

.contact-info-one__single-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border: 2px solid var(--eduvers-white);
  border-radius: 5px;
  overflow: hidden;
}

.contact-info-one__single-icon span {
  position: relative;
  display: block;
  line-height: 0px;
}

.contact-info-one__single-icon span::before {
  position: relative;
  display: inline-block;
  color: var(--eduvers-white);
  font-size: 30px;
  line-height: 30px;
  transition: all 500ms ease;
}

.contact-info-one__single:hover .contact-info-one__single-icon span::before {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.contact-info-one__single-content {
  position: relative;
  display: block;
  margin-left: 25px;
  flex: 1;
}

.contact-info-one__single-content h3 {
  color: var(--eduvers-white);
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
}

.contact-info-one__single-content p {
  color: var(--eduvers-white);
}

.contact-info-one__single-content p a {
  color: var(--eduvers-white);
}

.contact-info-one__single-content p a:hover {
  color: var(--eduvers-white);
}

/*==============================================
    Site Footer Two
===============================================*/
.site-footer-four {
  position: relative;
  display: block;
  background: var(--eduvers-black);
  padding: 212px 0px 0px;
  margin-top: -100px;
  z-index: 1;
}

.site-footer-four__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .04;
  z-index: -1;
}

.site-footer-four__top {
  position: relative;
  display: block;
  padding: 0px 0px 93px;
}

.footer-widget-four__about {
  position: relative;
  display: block;
  z-index: 1;
}

.footer-widget-four__about::before {
  position: absolute;
  top: -120px;
  left: -99999px;
  bottom: -999999px;
  right: -40px;
  background: rgba(var(--eduvers-white-rgb), 0.05);
  content: "";
  z-index: -1;
}

.site-footer-four__logo {
  position: relative;
  display: block;
}

.site-footer-four__logo a {
  position: relative;
  display: inline-block;
}

.site-footer-four__logo a img {
  width: 100%;
}

.footer-widget-four__about-text {
  position: relative;
  display: block;
  margin-top: 30px;
}

.footer-widget-four__about-text p {
  color: var(--eduvers-white);
}

.footer-widget-four__about-social-links {
  position: relative;
  display: block;
  margin-top: 27px;
}

.footer-widget-four__about-social-links {
  position: relative;
  display: block;
}

.footer-widget-four__about-social-links ul {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget-four__about-social-links ul li {
  position: relative;
  display: block;
}

.footer-widget-four__about-social-links ul li+li {
  margin-left: 10px;
}

.footer-widget-four__about-social-links ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: var(--eduvers-white);
  color: var(--eduvers-black);
  border-radius: 50%;
  overflow: hidden;
}

.footer-widget-four__about-social-links ul li a:hover {
  color: var(--eduvers-white);
  background-color: var(--eduvers-base);
}

.footer-widget-four__about-social-links ul li a span {
  position: relative;
  display: inline-block;
  font-size: 15px;
}

.site-footer-four__apps {
  position: relative;
  display: block;
  margin-top: 33px;
}

.site-footer-four__apps .title {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.site-footer-four__apps .title h3 {
  color: var(--eduvers-white);
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
}

.site-footer-four__apps-box {
  position: relative;
  display: block;
}

.site-footer-four__apps-box a {
  position: relative;
  display: inline-block;
}

.site-footer-four__apps-box a+a {
  margin-left: 13px;
}

.site-footer-four__apps-box a img {
  width: 100%;
}

.footer-widget-four__single {
  position: relative;
  display: block;
}

.footer-widget-four__single .title-box {
  position: relative;
  display: block;
  margin-top: -7px;
  margin-bottom: 29px;
}

.footer-widget-four__single .title-box h3 {
  color: var(--eduvers-white);
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 6px;
}

.footer-widget-four__single .title-box .line {
  position: relative;
  display: block;
  height: 2px;
  width: 105px;
  background: rgba(var(--eduvers-white-rgb), 0.25);
}

.footer-widget-four__single .title-box .line::before {
  position: absolute;
  top: 0;
  right: -25px;
  width: 20px;
  height: 2px;
  background: rgba(var(--eduvers-white-rgb), 0.25);
  content: "";
}


.footer-widget-four__services {
  position: relative;
  display: block;
  margin-left: 75px;
}

.footer-widget-four__services-list {
  position: relative;
  display: block;
}

.footer-widget-four__services-list li {
  position: relative;
  display: block;
  margin-bottom: 11px;
}

.footer-widget-four__services-list li:last-child {
  margin-bottom: 0px;
}

.footer-widget-four__services-list li a {
  color: var(--eduvers-white);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-widget-four__services-list li a:hover {
  color: var(--eduvers-base);
}

.footer-widget-four__services-list li a span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
}

.footer-widget-four__twitter-feed-inner {
  position: relative;
  display: block;
  background: rgba(var(--eduvers-white-rgb), 0.05);
  padding: 30px 30px 30px;
  border-radius: 10px;
}

.footer-widget-four__twitter-feed-single {
  position: relative;
  display: block;
}

.footer-widget-four__twitter-feed-single p {
  color: var(--eduvers-white);
}

.footer-widget-four__twitter-feed-single p a {
  color: var(--eduvers-white);
}

.footer-widget-four__twitter-feed-bottom {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 27px;
}

.footer-widget-four__twitter-feed-icon {
  position: relative;
  display: block;
}

.footer-widget-four__twitter-feed-icon span {
  position: relative;
  display: block;
  line-height: 0px;
}

.footer-widget-four__twitter-feed-icon span::before {
  position: relative;
  display: inline-block;
  color: rgba(var(--eduvers-white-rgb), 0.30);
  font-size: 50px;
  line-height: 50px;
}

.footer-widget-four__twitter-feed-details {
  position: relative;
  display: block;
  margin-left: 15px;
  flex: 1;
}

.footer-widget-four__twitter-feed-details h5 {
  color: var(--eduvers-white);
  font-size: 16px;
  margin-bottom: 5px;
}

.footer-widget-four__twitter-feed-details p {
  color: var(--eduvers-white);
}


.footer-widget-four__twitter-feed-carousel.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 35px;
}

.footer-widget-four__twitter-feed-carousel.owl-carousel .owl-dots {
  text-align: left;
  margin: 0;
  line-height: 0;
}

.footer-widget-four__twitter-feed-carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 0%;
  background-color: var(--eduvers-white);
  margin: 0px 5px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.footer-widget-four__twitter-feed-carousel.owl-carousel .owl-dot.active {
  background-color: var(--eduvers-base);
}

.footer-widget-four__twitter-feed-carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.footer-widget-four__twitter-feed-carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

.site-footer-four__bottom {
  position: relative;
  display: block;
  background: #041d31;
  z-index: 5;
}

.site-footer-four__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0px 22px;
}

.site-footer-four__copyright {
  position: relative;
  display: block;
}

.site-footer-four__copyright p {
  color: var(--eduvers-white);
}

.site-footer-four__copyright p a {
  color: var(--eduvers-white);
}

.site-footer-four__copyright p a:hover {
  color: var(--eduvers-white);
}

.site-footer-four__bottom-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer-four__bottom-menu li {
  position: relative;
  display: block;
  padding-left: 25px;
  padding-right: 30px;
}

.site-footer-four__bottom-menu li:first-child {
  padding-left: 0px;
}

.site-footer-four__bottom-menu li:last-child {
  padding-right: 0px;
}

.site-footer-four__bottom-menu li::before {
  position: absolute;
  top: 9px;
  right: 0;
  width: 5px;
  height: 5px;
  background: var(--eduvers-white);
  border-radius: 50%;
  content: "";
}

.site-footer-four__bottom-menu li:last-child::before {
  display: none;
}

.site-footer-four__bottom-menu li a {
  color: var(--eduvers-white);
  font-size: 16px;
  line-height: 26px;
}

.site-footer-four__bottom-menu li a:hover {
  color: var(--eduvers-white);
}


.site-footer-four__payment {
  position: relative;
  display: flex;
  align-items: center;
}

.site-footer-four__payment li {
  position: relative;
  display: block;
  margin-right: 5px;
}

.site-footer-four__payment li:last-child {
  margin-right: 0px;
}

.site-footer-four__payment li a {
  position: relative;
  display: block;
}

.site-footer-four__payment li a img {
  width: 100%;
}

/***
=============================================
Brand Two
=============================================
***/
.brand-two {
  position: relative;
  display: block;
  padding: 90px 0 0;
  z-index: 1;
}

.brand-two .container {
  max-width: 1700px;
}

.brand-two__single {
  position: relative;
  display: block;
  padding: 25px 30px 24px;
  background-color: var(--eduvers-secondary);
  border-radius: var(--eduvers-bdr-radius);
}

.brand-two__single-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.brand-two__single-inner a {
  position: relative;
  display: block;
}

.brand-two__single-inner img {
  width: auto;
  transition: .7s ease;
  transform: scale(1.05);
}

.brand-two__single:hover .brand-two__single-inner img {
  transform: scale(1);
}

.brand-two__carousel.owl-carousel .owl-item img {
  width: auto;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--eduvers-black);
  z-index: 1;
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.page-header__inner {
  position: relative;
  display: block;
  padding: 331px 0 173px;
  text-align: center;
  z-index: 1;
}

.page-header__inner h3 {
  font-size: 60px;
  color: var(--eduvers-white);
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 14px;
}

.thm-breadcrumb__inner {
  position: relative;
  display: block;
}

.thm-breadcrumb {
  position: relative;
  display: block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--eduvers-base);
  font-family: var(--eduvers-font-two);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li+li {
  margin-left: 5px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: var(--eduvers-white);
  font-family: var(--eduvers-font-two);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: var(--eduvers-base);
  opacity: 1;
}

.thm-breadcrumb li span {
  font-size: 16px;
  color: var(--eduvers-base);
  font-weight: 700;
  position: relative;
  top: 1px;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
}

.blog-details__img img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
}

.blog-details__tag-1 {
  position: absolute;
  bottom: 15px;
  right: 90px;
  z-index: 4;
}

.blog-details__tag-1 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--eduvers-gray);
  font-weight: 500;
  line-height: 16px;
  font-family: var(--eduvers-font-two);
  background-color: var(--eduvers-primary);
  padding: 12px 20px 12px;
  border-radius: var(--eduvers-bdr-radius);
  z-index: 1;
}

.blog-details__date {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: var(--eduvers-base);
  height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}

.blog-details__date p {
  color: var(--eduvers-white);
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 4px;
  font-family: var(--eduvers-font-two);
}

.blog-details__date span {
  color: var(--eduvers-white);
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 30px;
}

.blog-details__user-and-meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.blog-details__user {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--eduvers-primary);
  border-radius: var(--eduvers-bdr-radius);
  padding: 8px 20px 8px;
  z-index: 1;
}

.blog-details__user p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--eduvers-font-two);
  color: var(--eduvers-gray);
}

.blog-details__user span {
  font-size: 18px;
  color: var(--eduvers-base);
}

.blog-details__meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-details__meta li {
  position: relative;
  display: block;
}

.blog-details__meta li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--eduvers-gray);
}

.blog-details__meta li a span {
  color: var(--eduvers-base);
}

.blog-details__meta li a:hover {
  color: var(--eduvers-base);
}

.blog-details__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3em;
  margin-top: 30px;
  margin-bottom: 19px;
}

.blog-details__text-2 {
  margin-top: 21px;
  margin-bottom: 40px;
}

.blog-details__author-box {
  position: relative;
  display: block;
  background-color: var(--eduvers-primary);
  border-radius: var(--eduvers-bdr-radius);
  padding: 40px 40px 37px;
}

.blog-details__author-text {
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
  color: var(--eduvers-gray);
  margin-bottom: 20px;
}

.blog-details__author-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: right;
  color: var(--eduvers-black);
  font-family: var(--eduvers-font-two);
}

.blog-details__author-name span {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--eduvers-font);
}

.blog-details__title-2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 41px;
  margin-bottom: 19px;
  text-transform: capitalize;
}

.blog-details__img-box {
  position: relative;
  display: block;
  margin-top: 29px;
  margin-bottom: 10px;
}

.blog-details__img-box-img {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-details__img-box-img img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
}

.blog-details__title-3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  text-transform: capitalize;
}

.blog-details__text-4 {
  margin: 13px 0 25px;
}

.blog-details__points-box {
  position: relative;
  display: block;
}

.blog-details__points-box li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-details__points-box li .icon {
  position: relative;
  display: inline-block;
}

.blog-details__points-box li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--eduvers-base);
}

.blog-details__points-box li+li {
  margin-top: 8px;
}

.blog-details__tag-and-share {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--eduvers-primary);
  border-radius: var(--eduvers-bdr-radius);
  padding: 30px 40px 30px;
  margin-top: 45px;
  margin-bottom: 60px;
}

.blog-details__tag {
  position: relative;
  display: flex;
  align-items: center;
  gap: 17px;
}

.blog-details__tag-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.blog-details__tag-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-details__tag-list li {
  position: relative;
  display: block;
}

.blog-details__tag-list li a {
  position: relative;
  background-color: var(--eduvers-white);
  color: var(--eduvers-gray);
  padding: 7px 15px 7px;
  border-radius: 5px;
  display: inline-block;
}

.blog-details__tag-list li a:hover {
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
}

.blog-details__share-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 17px;
}

.blog-details__share-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.blog-details__share {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-details__share a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 14px;
  color: var(--eduvers-black);
  background-color: var(--eduvers-white);
  border-radius: 50%;
}

.blog-details__share a:hover {
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
}

.comment-one {
  position: relative;
  display: block;
  background-color: var(--eduvers-primary);
  border-radius: var(--eduvers-bdr-radius);
  padding: 40px 40px 40px;
}

.comment-one__single {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background-color: var(--eduvers-white);
  border-radius: var(--eduvers-bdr-radius);
  padding: 29px 29px 30px;
}

.comment-one__single+.comment-one__single {
  margin-top: 30px;
}

.comment-one__image {
  position: relative;
  display: block;
  max-width: 70px;
  width: 100%;
}

.comment-one__image img {
  width: 100%;
  border-radius: 50%;
}

.comment-one__content {
  position: relative;
  display: block;
}

.comment-one__content span {
  color: var(--eduvers-gray);
}

.comment-one__content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 3px;
}

.comment-one__content p {
  margin-top: 14px;
}

.comment-one__btn-box {
  position: absolute;
  top: 28px;
  right: 0px;
}

.comment-one__btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  font-family: var(--eduvers-font-two);
  color: var(--eduvers-black);
}

.comment-one__btn span {
  font-size: 14px;
  color: var(--eduvers-base);
}

.comment-one__btn:hover {
  color: var(--eduvers-base);
}

.comment-form {
  position: relative;
  display: block;
  background-color: var(--eduvers-primary);
  border-radius: var(--eduvers-bdr-radius);
  padding: 40px 40px 40px;
  margin-top: 60px;
}

.comment-form__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.comment-form__text {
  margin-top: 13px;
  margin-bottom: 33px;
}

.comment-one__form {
  position: relative;
  display: block;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
  background-color: var(--eduvers-white);
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: var(--eduvers-gray);
  display: block;
}

.comment-form__input-box textarea {
  font-size: 16px;
  color: var(--eduvers-gray);
  height: 140px;
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
  background-color: var(--eduvers-white);
  border: none;
  padding: 20px 20px 30px;
  outline: none;
  font-weight: 400;
}

.comment-form__input-box.text-message-box {
  height: 140px;
}

.comment-form__btn-box {
  position: relative;
  display: block;
}

.comment-form__btn-box .thm-btn {
  border: none;
}

/***
=====================================================
    Sidebar
=====================================================
***/
.sidebar {
  position: relative;
  display: block;
}

.sidebar__single+.sidebar__single {
  margin-top: 30px;
}

.sidebar__title-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 31px;
}

.sidebar__title {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: var(--eduvers-black);
  font-weight: 600;
  line-height: 22px;
}

.sidebar__title-shape {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid var(--eduvers-base);
  background-color: transparent;
  border-radius: 3px;
  transform: rotate(45deg);
}

.sidebar__title-shape-2 {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: var(--eduvers-base);
  border: 2px solid var(--eduvers-primary);
  border-radius: 3px;
  transform: rotate(45deg);
  margin-left: -13px;
}

.sidebar__search {
  position: relative;
  display: block;
  background-color: var(--eduvers-primary);
  padding: 30px 30px 30px;
  border-radius: var(--eduvers-bdr-radius);
}

.sidebar__search-form {
  position: relative;
}

.sidebar__search-form input[type="search"] {
  display: block;
  border: none;
  outline: none;
  background-color: var(--eduvers-white);
  color: var(--eduvers-gray);
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  height: 60px;
  width: 100%;
  padding-right: 60px;
  border-radius: var(--eduvers-bdr-radius);
  border: none;
}

.sidebar__search-form ::-webkit-input-placeholder {
  color: var(--eduvers-gray);
  opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
  color: var(--eduvers-gray);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--eduvers-gray);
  opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--eduvers-gray);
  opacity: 1;
}

.sidebar__search-form ::placeholder {
  color: var(--eduvers-gray);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--eduvers-gray);
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--eduvers-gray);
}

.sidebar__search-form button[type="submit"] {
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
  font-size: 18px;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  width: 50px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 6px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__search-form:hover button[type="submit"] {
  background-color: var(--eduvers-black);
  color: var(--eduvers-white);
}

.sidebar__category {
  position: relative;
  display: block;
  background-color: var(--eduvers-primary);
  border-radius: var(--eduvers-bdr-radius);
  padding: 42px 30px 50px;
}

.sidebar__category-list {
  position: relative;
  display: block;
  margin: 0;
}

.sidebar__category-list li+li {
  position: relative;
  margin-top: 15px;
}

.sidebar__category-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  padding: 13px 25px 14px;
  border: 1px solid rgba(var(--eduvers-bdr-color-rgb), .60);
  color: var(--eduvers-black);
  background-color: var(--eduvers-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 5px;
  text-transform: capitalize;
  overflow: hidden;
  z-index: 1;
}

.sidebar__category-list li a span {
  font-weight: 700;
}

.sidebar__category-list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: var(--eduvers-base);
  z-index: -1;
  transform: scaleY(0.0);
  transform-origin: left;
  transform-style: preserve-3d;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar__category-list li a:hover:before {
  transform: scaleY(1.0);
}

.sidebar__category-list li a:hover {
  color: var(--eduvers-white);
}

.sidebar__category-list li.active a {
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 42px 30px 42px;
  background-color: var(--eduvers-primary);
  border-radius: var(--eduvers-bdr-radius);
}

.sidebar__post-box {
  position: relative;
  display: block;
}

.sidebar__post-single {
  position: relative;
  display: block;
}

.sidebar__post-single+.sidebar__post-single {
  margin-top: 27px;
}

.sidebar-post__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--eduvers-bdr-radius);
}

.sidebar-post__img::before {
  content: '';
  position: absolute;
  top: 0%;
  right: 0%;
  width: 0;
  height: 100%;
  background-color: rgba(var(--eduvers-base-rgb), .80);
  border-radius: var(--eduvers-bdr-radius);
  -webkit-transform: translateX(90%, 90%);
  transform: translateX(90%, 90%);
  opacity: 0.70;
  z-index: 1;
}

.sidebar__post-single:hover .sidebar-post__img::before {
  -webkit-animation: circle .95s;
  animation: circle .95s;
  opacity: 1.0;
}

.sidebar-post__img img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
  transform: scale(1.0);
  transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.sidebar__post-single:hover .sidebar-post__img img {
  opacity: 0.70;
  transform: scale(1.1) rotate(1deg);
}

.sidebar__post-content-box {
  position: relative;
  margin-top: 18px;
}

.sidebar__post-content-box h3 {
  font-size: 19px;
  line-height: 29px;
  font-weight: 600;
}

.sidebar__post-content-box h3 a {
  color: var(--eduvers-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-single:hover .sidebar__post-content-box h3 a {
  color: var(--eduvers-base);
}

.sidebar__contact {
  position: relative;
  display: block;
  padding: 40px 30px 40px;
  background-color: var(--eduvers-black);
  border-radius: var(--eduvers-bdr-radius);
  text-align: center;
  z-index: 1;
}

.sidebar__contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .20;
  mix-blend-mode: luminosity;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: var(--eduvers-bdr-radius);
  z-index: -1;
}

.sidebar__contact-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--eduvers-white);
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 24px;
}

.sidebar__contact-icon span {
  position: relative;
  display: inline-block;
  color: var(--eduvers-black);
  font-size: 25px;
}

.sidebar__contact-text {
  position: relative;
  display: block;
}

.sidebar__contact-text p {
  color: var(--eduvers-white);
}

.sidebar__contact-text h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-top: 5px;
}

.sidebar__contact-text h3 a {
  color: var(--eduvers-white);
}

.sidebar__contact-text h3 a:hover {
  color: var(--eduvers-base);
}

.sidebar__contact-btn {
  position: relative;
  display: block;
  line-height: 0px;
  margin-top: 41px;
}

.sidebar__contact-btn .thm-btn:hover {
  color: var(--eduvers-black);
}

.sidebar__contact-btn .thm-btn::after,
.sidebar__contact-btn .thm-btn::before {
  background-color: var(--eduvers-white);
}

.sidebar__tags {
  position: relative;
  display: block;
  background-color: var(--eduvers-primary);
  border-radius: var(--eduvers-bdr-radius);
  padding: 41px 30px 40px;
  overflow: hidden;
}

.sidebar__tags-list {
  position: relative;
  display: block;
  margin-left: -5px;
  margin-right: -5px;
}

.sidebar__tags-list li {
  position: relative;
  display: inline-block;
  float: left;
  padding: 0px 5px 0px;
  margin-bottom: 10px;
}

.sidebar__tags-list li a {
  position: relative;
  display: block;
  color: var(--eduvers-gray);
  font-size: 15px;
  font-weight: 400;
  background: var(--eduvers-white);
  padding: 6px 16px;
  border-radius: 5px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__tags-list li a:hover {
  color: var(--eduvers-white);
  background: var(--eduvers-base);
}

/*--------------------------------------------------------------
# Blog List
--------------------------------------------------------------*/
.blog-list {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.blog-list__left {
  position: relative;
  display: block;
}

.blog-list__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  background-color: var(--eduvers-primary);
  padding: 50px 50px 50px;
  border-radius: var(--eduvers-bdr-radius);
}

.blog-list__img {
  position: relative;
  display: block;
  border-radius: var(--eduvers-bdr-radius);
  overflow: hidden;
  z-index: 1;
}

.blog-list__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background: rgb(0, 0, 0);
  transition: all 0.5s ease;
  z-index: 1;
}

.blog-list__single:hover .blog-list__img:before {
  opacity: 0.2;
}

.blog-list__img img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.blog-list__single:hover .blog-list__img img {
  transform: scale(1.06) rotate(0deg);
}

.blog-list__content {
  position: relative;
  display: block;
  margin-top: 30px;
}

.blog-list__user-and-meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: var(--eduvers-white);
  padding: 20px 20px 20px;
  border-radius: 5px;
}

.blog-list__user {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--eduvers-primary);
  border-radius: var(--eduvers-bdr-radius);
  padding: 8px 15px 8px;
  z-index: 1;
}

.blog-list__user p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--eduvers-font-two);
  color: var(--eduvers-gray);
}

.blog-list__user span {
  font-size: 18px;
  color: var(--eduvers-base);
  font-weight: 700;
}

.blog-list__meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-list__meta li {
  position: relative;
  display: block;
}

.blog-list__meta li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--eduvers-gray);
}

.blog-list__meta li a span {
  color: var(--eduvers-base);
}

.blog-list__meta li a:hover {
  color: var(--eduvers-base);
}

.blog-list__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 25px;
  margin-bottom: 15px;
}

.blog-list__title a {
  color: var(--eduvers-black);
}

.blog-list__title a:hover {
  color: var(--eduvers-base);
}

.blog-list__read-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--eduvers-font-two);
  color: var(--eduvers-black);
  margin-top: 27px;
}

.blog-list__read-more:hover {
  color: var(--eduvers-base);
}

.blog-list__read-more span {
  font-weight: 700;
  color: var(--eduvers-base);
}

.blog-list__read-more::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #6E777D;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__read-more:hover::before {
  background-color: var(--eduvers-base);
}

.blog-listing__pagination {
  position: relative;
  display: block;
  text-align: center;
}

.blog-listing__pagination .pg-pagination li {
  display: inline-block;
  margin-right: 10px;
}

.blog-listing__pagination .pg-pagination li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  color: var(--eduvers-black);
  font-weight: 700;
  font-size: 16px;
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid rgba(var(--eduvers-black-rgb), .10);
  font-family: var(--eduvers-font-two);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-listing__pagination .pg-pagination li:hover a,
.blog-listing__pagination .pg-pagination li.active a {
  border: 1px solid var(--eduvers-black);
  color: var(--eduvers-white);
  background-color: var(--eduvers-black);
}

/*--------------------------------------------------------------
# Blog Right Sidebar
--------------------------------------------------------------*/
.blog-right-sidebar {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

/*--------------------------------------------------------------
# Blog left Sidebar
--------------------------------------------------------------*/
.blog-left-sidebar {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

/*--------------------------------------------------------------
# Contact Info
--------------------------------------------------------------*/
.contact-info {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.contact-info__single {
  position: relative;
  display: block;
  border-radius: var(--eduvers-bdr-radius);
  background-color: var(--eduvers-primary);
  text-align: center;
  padding: 40px 40px 41px;
  margin-bottom: 30px;
}

.contact-info__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: var(--eduvers-black);
  border-radius: 50%;
  margin: 0 auto;
  z-index: 1;
}

.contact-info__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: var(--eduvers-base);
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.contact-info__single:hover .contact-info__icon:before {
  transform: scaleX(1);
}

.contact-info__icon span {
  position: relative;
  display: inline-block;
  font-size: 26px;
  color: var(--eduvers-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.contact-info__single:hover .contact-info__icon span {
  transform: scale(0.9);
  color: var(--eduvers-white);
}

.contact-info__single p {
  margin-top: 20px;
  margin-bottom: 5px;
}

.contact-info__single h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: var(--eduvers-black);
}

.contact-info__single h3 a {
  color: var(--eduvers-black);
}

.contact-info__single h3 a:hover {
  color: var(--eduvers-base)
}


/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
  position: relative;
  display: block;
  padding: 0 0 120px;
  z-index: 1;
}

.contact-page__inner {
  position: relative;
  display: block;
  background-color: var(--eduvers-black);
  border-radius: var(--eduvers-bdr-radius);
  padding: 60px 0 60px;
}

.contact-page__left {
  position: relative;
  display: block;
  margin-left: 60px;
  margin-right: 10px;
}

.google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 523px;
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
}

.contact-page__right {
  position: relative;
  display: block;
  margin-left: 20px;
  margin-right: 40px;
}

.contact-page__form-title {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2em;
  color: var(--eduvers-white);
  margin-bottom: 26px;
}

.contact-page__form {
  position: relative;
  display: block;
}

.contact-page__input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.contact-page__input-box input[type="text"],
.contact-page__input-box input[type="email"],
.contact-page__input-box input[type="number"] {
  height: 57px;
  width: 100%;
  background-color: rgba(var(--eduvers-white-rgb), 0.03);
  border: 1px solid rgba(var(--eduvers-white-rgb), .10);
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: rgba(var(--eduvers-primary-rgb), .60);
  display: block;
  border-radius: var(--eduvers-bdr-radius);
}

.contact-page__input-box .select-box {
  width: 100%;
}

.contact-page__input-box .nice-select {
  height: 57px;
  width: 100%;
  background-color: rgba(var(--eduvers-white-rgb), 0.03);
  border: 1px solid rgba(var(--eduvers-white-rgb), .10);
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: var(--eduvers-gray);
  display: block;
  font-weight: 400;
  border-radius: 20px;
  line-height: 57px;
  float: none;
}

.contact-page__input-box textarea {
  font-size: 16px;
  color: rgba(var(--eduvers-primary-rgb), .60);
  height: 175px;
  width: 100%;
  background-color: rgba(var(--eduvers-white-rgb), 0.03);
  border: 1px solid rgba(var(--eduvers-white-rgb), .10);
  padding: 15px 20px 30px;
  border-radius: var(--eduvers-bdr-radius);
  outline: none;
  font-weight: 400;
  position: relative;
  display: block;
}

.contact-page__input-box.text-message-box {
  height: 175px;
}


.contact-page__btn-box {
  position: relative;
  display: block;
}

.contact-page__btn-box .thm-btn {
  border: none;
}

.contact-page__btn-box .thm-btn:hover {
  color: var(--eduvers-black);
}

.contact-page__btn-box .thm-btn::after,
.contact-page__btn-box .thm-btn::before {
  background-color: var(--eduvers-white);
}

/***
=====================================================
    Error Page
=====================================================
***/
.error-page {
  position: relative;
  display: block;
  padding: 97px 0px 120px;
  z-index: 1;
}

.error-page__pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.025;
  z-index: -1;
}

.error-page__wrapper {
  position: relative;
  display: block;
}

.error-page__content {
  position: relative;
  display: block;
}

.error-page__content h2 {
  color: transparent;
  -webkit-text-stroke: 4px var(--eduvers-black);
  font-size: 230px;
  line-height: 0.9em;
  font-weight: 700;
  margin-bottom: 15px;
}

.error-page__content h3 {
  font-size: 50px;
  line-height: 1.1em;
  font-weight: 600;
  margin-bottom: 22px;
}

.error-page__content p {
  font-weight: 500;
  margin: 0px;
}

.error-page__form {
  position: relative;
  display: block;
  margin: 35px auto 30px;
}

.error-page__form-input {
  position: relative;
  display: block;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.error-page__form input[type="search"] {
  height: 60px;
  width: 100%;
  outline: none;
  background-color: transparent;
  border: 1px solid var(--eduvers-bdr-color);
  font-size: 16px;
  color: var(--eduvers-gray);
  font-weight: 500;
  padding-left: 30px;
  padding-right: 60px;
  border-radius: 10px;
}

.error-page__form button[type="submit"] {
  background-color: var(--eduvers-black);
  color: var(--eduvers-white);
  font-size: 17px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 60px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.error-page__form button[type="submit"]:hover {
  background-color: var(--eduvers-base);
}

.error-page__content .btn-box {
  position: relative;
  display: block;
  line-height: 0;
}

/*--------------------------------------------------------------
# Instructors Page
--------------------------------------------------------------*/
.instructors-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  position: relative;
  display: block;
  padding: 120px 0 112px;
  z-index: 1;
}

.team-details__top {
  position: relative;
  display: block;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(var(--eduvers-black-rgb), .10);
  margin-bottom: 37px;
}

.team-details__top-left {
  position: relative;
  display: block;
}

.team-details__img-1 {
  position: relative;
  display: block;
}

.team-details__img-1 img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
}

.team-details__top-right {
  position: relative;
  display: block;
  margin-left: 30px;
  margin-top: -12px;
}

.team-details__client-box {
  position: relative;
  display: block;
}

.team-details__client-name {
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  text-transform: capitalize;
}

.team-details__client-sub-title {
  position: relative;
  display: block;
  margin-top: 3px;
}

.team-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 19px;
  margin-bottom: 30px;
}

.team-details__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--eduvers-base);
  font-size: 16px;
  border-radius: var(--eduvers-bdr-radius);
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid var(--eduvers-base);
  z-index: 1;
}

.team-details__social a:hover {
  color: var(--eduvers-white);
  border: 1px solid var(--eduvers-base);
}

.team-details__social a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--eduvers-base);
  border-radius: 0%;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.team-details__social a:hover:before {
  transform: scaleX(1);
}

.team-details__social a+a {
  margin-left: 10px;
}

.team-details__client-address {
  position: relative;
  display: block;
  border-top: 1px solid rgba(var(--eduvers-black-rgb), .10);
  margin-top: 19px;
  padding-top: 20px;
}

.team-details__client-address li {
  position: relative;
  display: block;
}

.team-details__client-address li+li {
  margin-top: 16px;
}

.team-details__client-address li p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--eduvers-black);
}

.team-details__client-address li p span {
  color: var(--eduvers-black);
}

.team-details__client-address li h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-top: 5px;
  font-family: var(--eduvers-font);
}

.team-details__client-address li h4 a {
  color: var(--eduvers-black);
}

.team-details__client-address li h4 a:hover {
  color: var(--eduvers-base);
}

.team-details__bottom {
  position: relative;
  display: block;
}

.team-details__bottom-left {
  position: relative;
  display: block;
}

.team-details__bottom-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 13px;
}

.team-details__practice-area {
  position: relative;
  display: block;
  margin-top: 15px;
}

.team-details__practice-area-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.team-details__practice-area-list-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}

.team-details__practice-area-list {
  position: relative;
  display: block;
}

.team-details__practice-area-list li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.team-details__practice-area-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6px;
  width: 6px;
  background-color: var(--eduvers-base);
}

.team-details__practice-area-list li .text {
  position: relative;
  display: block;
  flex: 1;
}

.team-details__practice-area-list li .text p {
  font-weight: 500;
  color: var(--eduvers-base);
}


.team-details__bottom-right {
  position: relative;
  display: block;
}

.team-details__progress-title-1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 23px;
}

.team-details__progress-list {
  position: relative;
  display: block;
}

.team-details__progress-list li {
  position: relative;
  display: block;
}

.team-details__progress-list li+li {
  margin-top: 20px;
}

.team-details__progress {
  position: relative;
  display: block;
}

.team-details__progress-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--eduvers-black);
  margin-bottom: 11px;
}

.team-details__progress .bar {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: var(--eduvers-primary);
  border-radius: 6px;
}

.team-details__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--eduvers-base);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.team-details__progress .count-text {
  position: absolute;
  right: -18px;
  bottom: 22px;
  color: var(--eduvers-base);
  line-height: 26px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  font-family: var(--eduvers-font);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.team-details__progress .bar.marb-0 {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.team-details-contact {
  position: relative;
  display: block;
  padding: 0px 0 120px;
  z-index: 1;
}

.team-details-contact .container {
  max-width: 830px;
}

.team-details-contact__inner {
  position: relative;
  display: block;
  text-align: center;
}

.team-details-contact__form {
  position: relative;
  display: block;
}

.team-details-contact__input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-details-contact__input-box input[type="text"],
.team-details-contact__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(var(--eduvers-black-rgb), .10);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: var(--eduvers-gray);
  display: block;
  border-radius: var(--eduvers-bdr-radius);
}

.team-details-contact__input-box .select-box {
  width: 100%;
}

.team-details-contact__input-box .nice-select {
  height: 60px;
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(var(--eduvers-black-rgb), .10);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  color: var(--eduvers-gray);
  font-weight: 400;
  border-radius: var(--eduvers-bdr-radius);
  line-height: 60px;
  display: block;
  float: none;
}

.team-details-contact__input-box .nice-select:after {
  position: absolute;
  top: 22px;
  right: 30px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--eduvers-gray);
  border-right: 2px solid var(--eduvers-gray);
  margin-top: 0px;
  z-index: 10;
}

.team-details-contact__input-box textarea {
  height: 200px;
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(var(--eduvers-black-rgb), .10);
  padding: 15px 30px 30px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: var(--eduvers-gray);
  position: relative;
  display: block;
  border-radius: var(--eduvers-bdr-radius);
}

.team-details-contact__input-box.text-message-box {
  height: 200px;
}

.team-details-contact__btn-box {
  position: relative;
  display: block;
}

.team-details-contact__btn-box .thm-btn {
  border: none;
}

.team-details-contact__btn-box .thm-btn:hover {
  border: none;
}

/*--------------------------------------------------------------
# Event Details
--------------------------------------------------------------*/
.event-details {
  position: relative;
  display: block;
  padding: 120px 0 0;
  z-index: 1;
}

.event-details__top {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.event-details__top-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--eduvers-bdr-radius);
  z-index: 1;
}

.event-details__top-img img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
}

.event-details__content-box {
  position: relative;
  display: block;
}

.event-details__content-left {
  position: relative;
  display: block;
  margin-top: -9px;
}

.event-details__content-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}

.event-details__content-text-1 {
  margin-bottom: 40px;
}

.event-details__point {
  position: relative;
  display: block;
}

.event-details__point li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.event-details__point li+li {
  margin-top: 25px;
}

.event-details__point li .icon {
  position: relative;
  display: block;
  font-size: 16px;
  color: var(--eduvers-base);
  top: 2px;
}

.event-details__point li .content {
  position: relative;
  display: block;
  flex: 1;
}

.event-details__point li .content h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}

.event-details__point li .content p {
  font-size: 16px;
  line-height: 26px;
}

.event-details__sidebar {
  position: relative;
  display: block;
  border: 1px solid var(--eduvers-bdr-color);
  background-color: var(--eduvers-primary);
  border-radius: var(--eduvers-bdr-radius);
  padding: 31px 30px 40px;
}

.event-details__sidebar-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 27px;
}

.event-details__list {
  position: relative;
  display: block;
}

.event-details__list li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid var(--eduvers-bdr-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.event-details__list-left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.event-details__list-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: var(--eduvers-white);
  border-radius: 50%;
  font-size: 20px;
  color: var(--eduvers-base);
}

.event-details__list-right {
  position: relative;
  display: block;
}

.event-details__list-right h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}

.event-details__btn-box {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 10px;
}

.event-details__location-box {
  position: relative;
  display: block;
  margin-top: 35px;
}

.event-details__location-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 27px;
}

.event-details__location-map {
  position: relative;
  display: block;
}

.event-details__location-map-box {
  position: relative;
  display: block;
  border: none;
  height: 560px;
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
}

.event-details__location-venue {
  position: relative;
  display: block;
  border: 1px solid var(--eduvers-bdr-color);
  background-color: var(--eduvers-primary);
  border-radius: var(--eduvers-bdr-radius);
  padding: 31px 30px 33px;
  margin-top: 30px;
}

.event-details__location-venue-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 15px;
}

.event-details__location-venue-list {
  position: relative;
  display: block;
}

.event-details__location-venue-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--eduvers-bdr-color);
  padding-bottom: 13px;
  margin-bottom: 12px;
}

.event-details__location-venue-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.event-details__location-venue-left {
  position: relative;
  display: block;
}

.event-details__location-venue-left p {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: var(--eduvers-black);
}

.event-details__location-venue-right {
  position: relative;
  display: block;
}

.event-details__location-venue-right p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.event-details__location-venue-right p a {
  color: var(--eduvers-gray);
}

.event-details__location-venue-right p a:hover {
  color: var(--eduvers-base);
}

/*--------------------------------------------------------------
# Related Event
--------------------------------------------------------------*/
.related-event {
  position: relative;
  display: block;
  padding: 108px 0 90px;
  z-index: 1;
}

.related-event__inner {
  position: relative;
  display: block;
}

.related-event__title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 25px;
}

/*--------------------------------------------------------------
# Event Page
--------------------------------------------------------------*/
.event-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

/*--------------------------------------------------------------
# Become A Teacher
--------------------------------------------------------------*/
.become-a-teacher {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.become-a-teacher__top {
  position: relative;
  display: block;
}

.become-a-teacher__tab-box {
  position: relative;
  display: block;
}

.become-a-teacher__tab-box .tab-buttons {
  position: relative;
  display: flex;
  margin-bottom: 18px;
  align-items: center;
  justify-content: center;
}

.become-a-teacher__tab-box .tab-buttons .tab-btn {
  position: relative;
  display: block;
}

.become-a-teacher__tab-box .tab-buttons .tab-btn+.tab-btn {
  margin-left: 50px;
}

.become-a-teacher__tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--eduvers-black);
  background-color: transparent;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
  text-align: center;
  text-transform: capitalize;
  overflow: hidden;
}

.become-a-teacher__tab-box .tab-buttons .tab-btn.active-btn span {
  color: var(--eduvers-base);
}

.become-a-teacher__tab-box .tab-buttons .tab-btn span:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  content: "";
  background-color: var(--eduvers-base);
  background-position: top bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.become-a-teacher__tab-box .tab-buttons .tab-btn.active-btn span:before {
  transform: scaleY(1.0);
}

.become-a-teacher__tab-box .tabs-content {
  position: relative;
  display: block;
}

.become-a-teacher__tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.become-a-teacher__tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);

}

.become-a-teacher__content {
  position: relative;
  display: block;
  max-width: 960px;
  margin: 0 auto 0;
  text-align: center;
}

.become-a-teacher__bottom {
  position: relative;
  display: block;
  margin-top: 80px;
}

.become-a-teacher__img-box {
  position: relative;
  display: block;
}

.become-a-teacher__img {
  position: relative;
  display: block;
}

.become-a-teacher__img img {
  width: 100%;
  border-radius: 20px;
}

.become-a-teacher__right {
  position: relative;
  display: block;
  margin-left: 26px;
}

.become-a-teacher__right .section-title {
  margin-bottom: 41px;
}

.become-a-teacher__right .section-title__title {
  font-size: 34px;
}

.contact-three__form {
  position: relative;
  display: block;
}

.contact-three__input-box {
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.contact-three__input-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
  font-family: var(--eduvers-font);
}

.contact-three__input-box input[type="text"],
.contact-three__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  background-color: transparent;
  border: 1px solid var(--eduvers-bdr-color);
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: var(--eduvers-gray);
  display: block;
  font-weight: 400;
  border-radius: 8px;
  line-height: 60px;
}

.contact-three__input-box textarea {
  position: relative;
  height: 229px;
  width: 100%;
  background-color: transparent;
  border: 1px solid var(--eduvers-bdr-color);
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: var(--eduvers-gray);
  display: block;
  font-weight: 400;
  border-radius: 8px;
  margin-bottom: 0;
}

.contact-three__input-box.text-message-box {
  height: 229px;
  margin-bottom: 30px;
}

.contact-three__btn-box {
  position: relative;
  display: block;
}

.contact-three__btn-box .thm-btn {
  border: none;
}

/*--------------------------------------------------------------
# Testimonial Page
--------------------------------------------------------------*/
.testimonial-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.testimonial-page .testimonial-two__single {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Pricing One
--------------------------------------------------------------*/
.pricing-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.pricing-one__single {
  position: relative;
  display: block;
  background-color: var(--eduvers-white);
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
  border-radius: 16px;
  padding: 22px 19px 25px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.pricing-one__single:hover {
  transform: translateY(-10px);
}

.pricing-one__package-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.pricing-one__package-name a {
  color: var(--eduvers-black);
}

.pricing-one__package-name a:hover {
  color: var(--eduvers-base);
}

.pricing-one__price-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 150px;
  width: 150px;
  background-color: var(--eduvers-black);
  border-radius: 50%;
  margin: 22px auto 22px;
}

.pricing-one__price-box h3 {
  font-size: 40px;
  color: var(--eduvers-white);
  line-height: 40px;
  font-weight: 600;
}

.pricing-one__price-box p {
  color: var(--eduvers-white);
  margin-top: 8px;
}

.pricing-one__feature {
  position: relative;
  display: block;
}

.pricing-one__feature li {
  position: relative;
  display: block;
  font-size: 16px;
}

.pricing-one__feature li+li {
  margin-top: 14px;
}

.pricing-one__btn-box {
  position: relative;
  display: block;
  margin-top: 22px;
}

.pricing-one__btn-box .thm-btn {
  background-color: var(--eduvers-black);
}

.pricing-one__btn-box .thm-btn::after,
.pricing-one__btn-box .thm-btn::before {
  background-color: var(--eduvers-base);
}

/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.faq-page__left {
  position: relative;
  display: block;
}

.faq-page__left .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border: 1px solid var(--eduvers-bdr-color);
  border-radius: var(--eduvers-bdr-radius);
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-page__left .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 18px 20px 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.faq-page__left .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--eduvers-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-page__left .faq-one-accrodion .accrodion+.accrodion {
  margin-top: 10px;
}

.faq-page__left .faq-one-accrodion .accrodion-title h4::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 17px;
  color: var(--eduvers-white);
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  width: 40px;
  height: 40px;
  background-color: var(--eduvers-black);
}

.faq-page__left .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f107";
  color: var(--eduvers-white);
  background-color: var(--eduvers-base);
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-page__left .faq-one-accrodion .accrodion-content {
  position: relative;
  padding-bottom: 28px;
  padding-left: 20px;
  padding-right: 35px;
  border-radius: var(--eduvers-bdr-radius);
  margin-top: -5px;
}

.faq-page__left .faq-one-accrodion .accrodion-content p {
  margin: 0;
}

/***
=============================================
Privacy Policy Page
=============================================
***/
.privacy-policy-page {
  position: relative;
  display: block;
  padding: 112px 0px 112px;
  z-index: 1;
}

.privacy-policy-page__text1 {
  position: relative;
  display: block;
}

.privacy-policy-page__text1 h2 {
  position: relative;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
  padding-left: 13px;
  margin-bottom: 25px;
}

.privacy-policy-page__text1 h2::before {
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 7px;
  width: 3px;
  background: var(--eduvers-base);
  content: "";
}

.privacy-policy-page__text1 p {
  margin: 0;
}

.privacy-policy-page__list {
  position: relative;
  display: block;
  margin-top: 26px;
}

.privacy-policy-page__list ul {
  position: relative;
  display: block;
}

.privacy-policy-page__list ul li {
  position: relative;
  display: block;
}

.privacy-policy-page__list ul li+li {
  margin-top: 8px;
}

.privacy-policy-page__list ul li p {
  margin: 0;
}

.privacy-policy-page__list ul li p span::before {
  position: relative;
  display: inline-block;
  color: var(--eduvers-base);
  font-size: 15px;
  line-height: 15px;
  margin-right: 5px;
  font-weight: 700;
  top: 1px;
}

.privacy-policy-page__text2 {
  position: relative;
  display: block;
  margin-top: 46px;
}

.privacy-policy-page__text2 h2 {
  position: relative;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
  padding-left: 13px;
  margin-bottom: 25px;
}

.privacy-policy-page__text2 h2::before {
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 7px;
  width: 3px;
  background: var(--eduvers-base);
  content: "";
}

.privacy-policy-page__text2 p {
  margin: 0;
}

.privacy-policy-page__text2 .text2 {
  margin-top: 26px;
}

.privacy-policy-page__text3 {
  position: relative;
  display: block;
  margin-top: 46px;
}

.privacy-policy-page__text3 h2 {
  position: relative;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
  padding-left: 13px;
  margin-bottom: 25px;
}

.privacy-policy-page__text3 h2::before {
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 7px;
  width: 3px;
  background: var(--eduvers-base);
  content: "";
}

.privacy-policy-page__text3 p {
  margin: 0;
}

.privacy-policy-page__text4 {
  position: relative;
  display: block;
  margin-top: 46px;
}

.privacy-policy-page__text4 h2 {
  position: relative;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
  padding-left: 13px;
  margin-bottom: 25px;
}

.privacy-policy-page__text4 h2::before {
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 7px;
  width: 3px;
  background: var(--eduvers-base);
  content: "";
}

.privacy-policy-page__text4 p {
  margin: 0;
}

.privacy-policy-page__text5 {
  position: relative;
  display: block;
  margin-top: 31px;
}

.privacy-policy-page__text5 p {
  margin: 0;
}

/*--------------------------------------------------------------
# Course Grid
--------------------------------------------------------------*/
.course-grid {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.course-grid__left {
  position: relative;
  display: block;
  margin-right: 34px;
}

.course-grid__sidebar {
  position: relative;
  display: block;
}

.course-grid__search {
  position: relative;
  display: block;
}

.course-grid__single+.course-grid__single {
  margin-top: 48px;
}

.course-grid__search-text {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 17px;
}

.course-grid__search form {
  position: relative;
}

.course-grid__search form input[type=search],
.course-grid__search form input[type=text] {
  width: 100%;
  height: 55px;
  background-color: var(--eduvers-primary);
  padding-left: 20px;
  padding-right: 95px;
  font-size: 16px;
  color: var(--eduvers-gray);
  font-family: var(--eduvers-font);
  border: none;
  outline: none;
  font-weight: 500;
  border-radius: 30px;
  line-height: 55px;
}

.course-grid__search form ::placeholder {
  color: inherit;
  opacity: 1;
}

.course-grid__search form button[type="submit"] {
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
  font-size: 16px;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  width: 100px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  border-radius: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.course-grid__search form button i {
  font-size: 14px;
}

.course-grid__search form button:hover[type="submit"] {
  background-color: var(--eduvers-black);
  color: var(--eduvers-white);
}

.course-grid__categories {
  position: relative;
  display: block;
}

.course-grid__list-item {
  position: relative;
  display: block;
}

.course-grid__list-item li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.course-grid__list-item li+li {
  margin-top: 20px;
}

.course-grid__list-check {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  width: 18px;
  border: 2px solid var(--eduvers-base);
  border-radius: 6px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.course-grid__list-item li:hover .course-grid__list-check {
  background-color: var(--eduvers-base);
}

.course-grid__list-check:before {
  position: absolute;
  top: 2px;
  left: 3px;
  display: block;
  border-bottom: 2px solid var(--eduvers-white);
  border-right: 2px solid var(--eduvers-white);
  content: '';
  width: 6px;
  height: 9px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.course-grid__list-item li:hover .course-grid__list-check:before {
  opacity: 1;
}

.course-grid__list-text {
  font-size: 16px;
  line-height: 16px;
}

.course-grid__price-filter {
  position: relative;
  display: block;
}

.course-grid__price-filter-free-and-paid-course {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  background-color: var(--eduvers-primary);
  padding: 19px 17px 19px;
  border-radius: var(--eduvers-bdr-radius);
  margin-bottom: 20px;
}

.course-grid__price-filter-free-and-paid-course .custom-radio {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.course-grid__price-filter-free-and-paid-course input[type="radio"] {
  display: none;
}

.course-grid__price-filter-free-and-paid-course .custom-radio .radio-dot {
  height: 20px;
  width: 20px;
  border-radius: 6px;
  border: 2px solid var(--eduvers-base);
  background-color: var(--eduvers-white);
  display: block;
  position: relative;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.course-grid__price-filter-free-and-paid-course .custom-radio input[type="radio"]:checked~.radio-dot {
  border-color: var(--eduvers-base);
  background-color: var(--eduvers-base);
}

.course-grid__price-filter-free-and-paid-course .custom-radio .radio-dot::after {
  position: absolute;
  top: 3px;
  left: 4px;
  display: block;
  border-bottom: 2px solid var(--eduvers-white);
  border-right: 2px solid var(--eduvers-white);
  content: '';
  width: 6px;
  height: 9px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.course-grid__price-filter-free-and-paid-course .custom-radio input[type="radio"]:checked~.radio-dot::after {
  opacity: 1;
}

.course-grid__price-filter-free-and-paid-course .custom-radio .radio-text {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: var(--eduvers-gray);
  position: relative;
}

.course-grid__price-filter-free-and-paid-course .custom-radio input[type="radio"]:checked~.radio-text {
  color: var(--eduvers-black);
}

.course-grid__price-filter-ranger {
  position: relative;
  display: block;
  background-color: var(--eduvers-primary);
  padding: 27px 20px 27px;
  border-radius: var(--eduvers-bdr-radius);
}

.course-grid__price-filter-title {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 28px;
}

.course-grid__price-filter-ranger .price-ranger .ui-widget-content {
  background: var(--eduvers-bdr-color);
  border: none;
  height: 5px;
}

.course-grid__price-filter-ranger .price-ranger .ui-slider-handle {
  position: absolute;
  top: -5px;
  background: var(--eduvers-base);
  border: 0;
  height: 14px;
  width: 14px !important;
  border-radius: 50%;
  margin-left: -2px;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
}

.course-grid__price-filter-ranger .price-ranger .ui-slider .ui-slider-range {
  background: var(--eduvers-base);
}

.course-grid__price-filter-ranger .price-ranger #slider-range {
  margin-left: 3px;
  margin-right: 0;
  margin-top: 0;
}

.course-grid__price-filter-ranger .price-ranger .ranger-min-max-block {
  position: relative;
  display: block;
  margin-top: 37px;
}

.course-grid__price-filter-ranger .price-ranger .ranger-min-max-block input {
  display: inline-block;
}

.course-grid__price-filter-ranger .price-ranger .ranger-min-max-block input[type="submit"] {
  position: relative;
  display: block;
  background: var(--eduvers-base);
  float: right;
  text-align: center;
  border: none;
  color: var(--eduvers-white);
  font-size: 14px;
  font-weight: 400;
  margin-top: 3px;
  text-transform: capitalize;
  cursor: pointer;
  padding: 4px 17px;
  border-radius: 20px;
  letter-spacing: 0;
}

.course-grid__price-filter-ranger .price-ranger .ranger-min-max-block input[type="text"] {
  position: relative;
  display: inline-block;
  color: var(--eduvers-gray);
  font-size: 14px;
  font-weight: 400;
  width: 120px;
  line-height: 30px;
  border: 1px solid var(--eduvers-bdr-color);
  padding: 1px 20px 1px;
  text-align: left;
  background-color: transparent;
  border-radius: 17px;
}

.course-grid__price-filter-ranger .price-ranger .ranger-min-max-block span {
  position: relative;
  display: inline-block;
  color: var(--eduvers-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  left: 0;
}

.course-grid__discount {
  position: relative;
  display: block;
  background-color: var(--eduvers-base);
  border-radius: var(--eduvers-bdr-radius);
  padding: 36px 24px 0;
  overflow: hidden;
  z-index: 1;
}

.course-grid__discount-shape-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.course-grid__discount-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--eduvers-white);
  line-height: 24px;
  margin-bottom: 12px;
}

.course-grid__discount-text {
  font-size: 16px;
  font-weight: 500;
  color: var(--eduvers-white);
  line-height: 20px;
}

.course-grid__discount-img {
  position: relative;
  display: block;
  margin-left: 90px;
  margin-top: 6px;
}

.course-grid__discount-img img {
  width: auto;
}

.course-grid__discount-coupon {
  position: absolute;
  bottom: 30px;
  left: 24px;
  z-index: 2;
}

.course-grid__discount-coupon p {
  font-size: 14px;
  color: var(--eduvers-white);
  font-weight: 500;
  line-height: 14px;
  padding-bottom: 4px;
}

.course-grid__discount-coupon h5 {
  position: relative;
  display: inline-flex;
  background-color: var(--eduvers-black);
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  padding: 5px 5px 5px;
  border-radius: 3px;
  color: var(--eduvers-white);
}

.course-grid__right {
  position: relative;
  display: block;
}

.course-grid__right-content-box {
  position: relative;
  display: block;
}

.courses-grid__btn-box {
  position: relative;
  display: block;
  text-align: right;
}

.course-list__right-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--eduvers-bdr-color);
  border-radius: var(--eduvers-bdr-radius);
  background-color: var(--eduvers-white);
  padding: 0 20px 0;
  margin-bottom: 30px;
}

.course-list__right-top-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.course-list__right-top-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.course-list__right-top-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 16px;
  background-color: var(--eduvers-white);
  border-radius: 50%;
}

.course-list__right-top-btn a:hover {
  color: var(--eduvers-white);
  background-color: var(--eduvers-base);
}

.course-list__showing-sort {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 200px;
  width: 100%;
  gap: 15px;
}

.course-list__showing-sort p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--eduvers-black);
}

.course-list__showing-sort .select-box {
  position: relative;
  display: block;
  flex: 1;
}

.course-list__showing-sort .select-box .nice-select {
  color: var(--eduvers-gray);
  font-size: 14px;
  font-weight: 400;
  height: 70px;
  line-height: 70px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-bottom: 0px;
  background-color: transparent;
}

.course-list__showing-sort .select-box .nice-select:after {
  position: absolute;
  right: 0;
}

/*--------------------------------------------------------------
# Course Details
--------------------------------------------------------------*/
.course-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  counter-reset: count;
  z-index: 1;
}

.course-details__left {
  position: relative;
  display: block;
}

.course-details__img {
  position: relative;
  display: block;
}

.course-details__img img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
}

.course-details__content {
  position: relative;
  display: block;
  margin-top: 24px;
}

.course-details__tag-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: var(--eduvers-base);
  padding: 9px 18px 10px;
  border-radius: 23px;
}

.course-details__tag-shape {
  position: relative;
  display: block;
  width: 7px;
  height: 7px;
  background-color: var(--eduvers-white);
  border-radius: 50%;
}

.course-details__tag {
  font-size: 16px;
  line-height: 26px;
  color: var(--eduvers-white);
}

.course-details__title {
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  margin: 24px 0 44px;
}

.course-details__client-and-ratting-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 60px;
}

.course-details__client-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.course-details__client-img {
  position: relative;
  display: block;
  max-width: 48px;
  width: 100%;
}

.course-details__client-img img {
  width: 100%;
  border: 1px solid var(--eduvers-base);
  border-radius: 50%;
}

.course-details__client-content {
  position: relative;
  display: block;
  flex: 1;
}

.course-details__client-content h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 3px;
}

.course-details__client-content p {
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
}

.course-details__client-content p span {
  font-family: var(--eduvers-font) !important;
  letter-spacing: 0.05em;
}

.course-details__ratting-box-1 {
  position: relative;
  display: block;
}

.course-details__ratting-list-1 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 60px;
}

.course-details__ratting-list-1>li {
  position: relative;
  display: block;
}

.course-details__ratting-list-1>li p {
  font-size: 16px;
  line-height: 24px;
}

.course-details__ratting-list-1>li h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 3px;
}

.course-details__ratting {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.course-details__ratting>li {
  position: relative;
  display: block;
}

.course-details__ratting>li span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #FFC224;
}

.course-details__ratting>li:nth-child(4) span,
.course-details__ratting>li:nth-child(5) span {
  color: #6B778B;
}

.course-details__main-tab-box {
  position: relative;
  display: block;
}

.course-details__main-tab-box .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 30px;
  height: 60px;
  width: 662px;
  border: 1px solid var(--eduvers-bdr-color);
  padding: 3px 3px 3px;
  padding-right: 0;
  margin: 50px 0 48px;
}

.course-details__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  display: flex;
  align-items: center;
}

.course-details__main-tab-box .tab-buttons .tab-btn+.tab-btn {
  margin-left: 0px;
}

.course-details__main-tab-box .tab-buttons .tab-btn p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: var(--eduvers-black);
  background-color: transparent;
  padding: 16px 24px 16px;
  font-weight: 400;
  cursor: pointer;
  overflow: hidden;
  border-radius: 25px;
  transition: all 0.5s linear;
  z-index: 1;
}

.course-details__main-tab-box .tab-buttons .tab-btn.active-btn p {
  color: var(--eduvers-white);
}

.course-details__main-tab-box .tab-buttons .tab-btn p:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0%;
  background-color: var(--eduvers-base);
  transition: all 0.3s ease;
  z-index: -1;
}

.course-details__main-tab-box .tab-buttons .tab-btn.active-btn p:before {
  height: 100%;
}

.course-details__main-tab-box .tabs-content {
  position: relative;
  display: block;
}

.course-details__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.course-details__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.course-details__tab-inner {
  position: relative;
  display: block;
}

.course-details__ratting-and-review-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 60px;
}

.course-details__ratting-box {
  position: relative;
  display: block;
  max-width: 385px;
  width: 100%;
}

.course-details__ratting-box>li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.course-details__ratting-box>li+li {
  margin-top: 15px;
}

.course-details__ratting-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.course-details__ratting-list>span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #FFC224;
}

.course-details__ratting-list .fill-white {
  color: transparent;
  -webkit-text-stroke: 1px #FFC224;
}

.progress-levels {
  position: relative;
  display: block;
  max-width: 226px;
  width: 100%;
}

.progress-levels .progress-box {
  position: relative;
  display: block;
}

.progress-levels .progress-box .inner {
  position: relative;
  display: block;
}

.progress-levels .progress-box .bar {
  position: relative;
  display: block;
}

.progress-levels .progress-box .bar .bar-innner {
  position: relative;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background-color: var(--eduvers-white);
  border: 1px solid var(--eduvers-primary);
}

.progress-levels .progress-box .bar .bar-fill {
  position: relative;
  width: 0px;
  height: 8px;
  border-radius: 4px;
  background-color: var(--eduvers-primary);
  transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box .bar .bar-innner .skill-percent {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  z-index: 1;
}

.progress-levels .progress-box .inner .count-text {
  position: relative;
  color: var(--eduvers-gray);
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  float: none;
}

.progress-levels .progress-box .inner .percent {
  position: relative;
  color: var(--eduvers-gray);
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  float: none;
}

.course-details__review-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  max-width: 240px;
  width: 100%;
  border: 1px solid var(--eduvers-bdr-color);
  border-radius: var(--eduvers-bdr-radius);
  padding: 12px 15px 26px;
}

.course-details__review-count {
  position: relative;
  display: block;
}

.course-details__review-count>span {
  font-size: 55px;
  font-weight: 700;
  line-height: 55px !important;
  font-family: var(--eduvers-font) !important;
  color: var(--eduvers-black);
}

.course-details__review-content {
  position: relative;
  display: block;
  flex: 1;
}

.course-details__review-content>p {
  font-size: 14px;
  line-height: 24px;
}

.course-details__review-ratting {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.course-details__review-ratting>li {
  position: relative;
  display: block;
}

.course-details__review-ratting>li>span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #FFC224;
}

.course-details__review-text {
  position: relative;
  display: inline-block;
  margin-top: 2px;
}

.course-details__review-text>p {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: var(--eduvers-black);
  background-color: #FFC224;
  border-radius: 4px;
  padding: 1px 8px 1px;
}

.course-details__review-text>p>span {
  color: var(--eduvers-white);
}

.course-details__right {
  position: relative;
  display: block;
}

.course-details__info-box {
  position: relative;
  display: block;
  padding: 30px 30px 30px;
  background-color: var(--eduvers-white);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
  border-radius: var(--eduvers-bdr-radius);
  border: 1px solid var(--eduvers-bdr-color);
}

.course-details__video-link {
  position: relative;
  display: block;
  padding: 88px 0 88px;
  text-align: center;
  z-index: 1;
}

.course-details__video-link-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: var(--eduvers-bdr-radius);
  z-index: -1;
}

.course-details__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  color: var(--eduvers-base);
  background-color: var(--eduvers-white);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin: 0 auto;
  z-index: 1;
}

.course-details__video-icon:hover {
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
}

.course-details__video-icon:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 8px solid rgba(var(--eduvers-white-rgb), .41);
  border-radius: 50%;
  z-index: -1;
}

.course-details__video-link .ripple,
.course-details__video-icon .ripple:before,
.course-details__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--eduvers-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--eduvers-base-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--eduvers-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--eduvers-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.course-details__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.course-details__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.course-details__doller-and-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}

.course-details__doller {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: var(--eduvers-base);
}

.course-details__doller-btn-box {
  position: relative;
  display: block;
}

.course-details__social-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--eduvers-primary);
  border-radius: var(--eduvers-bdr-radius);
  padding: 20px 20px 20px;
}

.course-details__social-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.course-details__social-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.course-details__social-list a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: var(--eduvers-white);
  border-radius: 50%;
  font-size: 14px;
  color: var(--eduvers-black);
}

.course-details__social-list a:hover {
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
}

.course-details__info-list {
  position: relative;
  display: block;
}

.course-details__info-list-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 17px;
  margin-top: 20px;
}

.course-details__info-list-1 {
  position: relative;
  display: block;
}

.course-details__info-list-1 li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed var(--eduvers-bdr-color);
  padding-bottom: 15px;
}

.course-details__info-list-1 li+li {
  margin-top: 16px;
}

.course-details__info-list-1 li>p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 24px;
}

.course-details__info-list-1 li>p>i {
  font-size: 16px;
  line-height: 24px;
}

.course-details__info-list-1 li>span {
  font-size: 16px;
  line-height: 24px;
}

.course-details__cuppon-box {
  position: relative;
  display: block;
  margin-top: 42px;
}

.course-details__cuppon-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.course-details__search-form {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 18px;
  margin-bottom: 20px;
}

.course-details__search-form input[type="text"] {
  display: block;
  outline: none;
  background-color: var(--eduvers-white);
  font-size: 15px;
  font-weight: 400;
  padding-left: 20px;
  height: 45px;
  width: 100%;
  line-height: 45px;
  padding-right: 20px;
  border: 1px solid var(--eduvers-bdr-color);
  color: var(--eduvers-gray);
  border-radius: 25px;
}

.course-details__search-form button[type="submit"] {
  position: relative;
  color: var(--eduvers-white);
  font-size: 16px;
  max-width: 90px;
  width: 100%;
  outline: none;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  background-color: var(--eduvers-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 9px 20px 10px;
}

.course-details__search-form button[type="submit"]:hover {
  background-color: var(--eduvers-black);
}

.course-details__cuppon-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  font-family: var(--eduvers-font-two);
  font-style: italic;
  text-align: center;
}

.course-details__Instructor {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
}

.course-details__Instructor-img {
  position: relative;
  display: block;
  max-width: 300px;
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
}

.course-details__Instructor-img img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
}

.course-details__Instructor-content {
  position: relative;
  display: block;
  max-width: 420px;
  width: 100%;
  flex: 1;
}

.course-details__Instructor-client-name-box-and-view {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed var(--eduvers-bdr-color);
  padding-bottom: 19px;
  margin-bottom: 17px;
}

.course-details__Instructor-client-name-box {
  position: relative;
  display: block;
}

.course-details__Instructor-client-name-box h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.course-details__Instructor-client-name-box p {
  font-size: 16px;
  line-height: 24px;
}

.course-details__Instructor-view {
  position: relative;
  display: block;
}

.course-details__Instructor-view a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--eduvers-base);
}

.course-details__Instructor-view a:hover {
  color: var(--eduvers-black);
}

.course-details__Instructor-ratting-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.course-details__Instructor-ratting-list>li {
  position: relative;
  display: block;
}

.course-details__Instructor-ratting-list>li>p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  line-height: 24px;
}

.course-details__Instructor-ratting-list>li>p>span {
  color: #FFC224;
}

.course-details__Instructor-ratting-list>li:last-child>p>span {
  color: var(--eduvers-black);
}

.course-details__Instructor-text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 19px;
  margin-bottom: 20px;
}

.course-details__Instructor-social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.course-details__Instructor-social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid var(--eduvers-bdr-color);
  border-radius: 50%;
  font-size: 16px;
  color: var(--eduvers-black);
}

.course-details__Instructor-social a:hover {
  border: 1px solid var(--eduvers-base);
  color: var(--eduvers-white);
  background-color: var(--eduvers-base);
}

.course-details__curriculam {
  position: relative;
  display: block;
}

.course-details__curriculam-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 15px;
}

.course-details__curriculam-text {
  margin-bottom: 61px;
}

.course-details__curriculam-faq {
  position: relative;
  display: block;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  background-color: var(--eduvers-primary);
  border-radius: var(--eduvers-bdr-radius);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 25px 18px;
  padding-left: 55px;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-title::before {
  content: "\f067";
  font-family: "Font Awesome 5 pro";
  font-weight: 400;
  font-size: 16px;
  color: var(--eduvers-base);
  position: absolute;
  top: 50%;
  left: 20px;
  line-height: 16px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  width: 21px;
  height: 21px;
  z-index: 1;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion.active .accrodion-title::before {
  content: "\f068";
  color: var(--eduvers-white);
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--eduvers-base);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion.active .accrodion-title::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-title-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 17px;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-title__count {
  position: relative;
  display: block;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-title__count::before {
  content: "Module "counter(count);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  font-family: var(--eduvers-font-two);
  font-style: italic;
  color: var(--eduvers-base);
  counter-increment: count;
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion.active .accrodion-title__count::before {
  color: var(--eduvers-white);
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-title__count::after {
  content: ":";
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--eduvers-font-two);
  font-style: italic;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--eduvers-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion.active .accrodion-title__count::after {
  color: var(--eduvers-white);
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-title-text {
  position: relative;
  display: block;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-title-text h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--eduvers-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion.active .accrodion-title .accrodion-title-text h4 {
  color: var(--eduvers-white);
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion+.accrodion {
  margin-top: 20px;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-meta li {
  position: relative;
  display: block;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-meta li p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: var(--eduvers-font-two);
  font-style: italic;
  color: var(--eduvers-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion.active .accrodion-meta li p {
  color: var(--eduvers-white);
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-meta li p>span {
  font-size: 16px;
  color: var(--eduvers-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion.active .accrodion-meta li p>span {
  color: var(--eduvers-white);
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-meta li:last-child p>span {
  color: var(--eduvers-base);
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-content {
  position: relative;
  padding-bottom: 31px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 23px;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-content__text {
  margin: 8px 0 26px;
}

.accrodion-content__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.accrodion-content__points {
  position: relative;
  display: block;
}

.accrodion-content__points li {
  position: relative;
  display: flex;
  border-bottom: 1px dashed var(--eduvers-bdr-color);
  align-items: center;
  justify-content: space-between;
  padding-bottom: 23px;
}

.accrodion-content__points li+li {
  margin-top: 26px;
}

.accrodion-content__points li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.accrodion-content__points li:nth-child(1) .accrodion-content__points-text,
.accrodion-content__points li:nth-child(2) .accrodion-content__points-text {
  color: var(--eduvers-black);
}

.accrodion-content__points-text {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.accrodion-content__points li:nth-child(1).accrodion-content__points-text>span,
.accrodion-content__points li:nth-child(2) .accrodion-content__points-text>span {
  color: var(--eduvers-black);
}

.accrodion-content__points-btn {
  position: relative;
  display: block;
  margin-right: 33px;
}

.accrodion-content__points-btn a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
  padding: 3px 13px 3px;
  border-radius: 17px;
}

.accrodion-content__points-btn a:hover {
  background-color: var(--eduvers-black);
  color: var(--eduvers-white);
}

.accrodion-content__icon {
  position: absolute;
  right: 0;
  top: 3px;
}

.accrodion-content__icon span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--eduvers-base);
}

.course-details__overview {
  position: relative;
  display: block;
}

.course-details__overview-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.course-details__overview-text-1 {
  margin-top: 15px;
  margin-bottom: 27px;
}

.course-details__overview-title-2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  margin-top: 27px;
  margin-bottom: 28px;
}

.course-details__overview-points {
  position: relative;
  display: block;
}

.course-details__overview-points li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.course-details__overview-points li+li {
  margin-top: 25px;
}

.course-details__overview-points-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: var(--eduvers-base);
  border-radius: 50%;
  top: 4px;
}

.course-details__overview-points-icon span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: var(--eduvers-white);
}

.course-details__overview-points-content {
  position: relative;
  display: block;
  flex: 1;
}

.course-details__overview-points-content h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 13px;
}

.course-details__overview-title-3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  margin-top: 48px;
  margin-bottom: 15px;
}

.course-details__points-box {
  position: relative;
  display: block;
  margin-top: 38px;
}

.course-details__points-list-2 {
  position: relative;
  display: block;
}

.course-details__points-list-2 li {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.course-details__points-list-icon {
  position: relative;
  display: inline-block;
}

.course-details__points-list-icon span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: var(--eduvers-base);
}

.course-details__points-list-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 12px;
}

/*--------------------------------------------------------------
# Course List
--------------------------------------------------------------*/
.course-list {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.course-list__single {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: var(--eduvers-white);
  border: 1px solid var(--eduvers-bdr-color);
  border-radius: var(--eduvers-bdr-radius);
  padding: 30px 30px 30px;
  margin-bottom: 50px;
}

.course-list__img-box {
  position: relative;
  display: block;
  max-width: 320px;
  width: 100%;
}

.course-list__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--eduvers-bdr-radius);
  z-index: 1;
}

.course-list__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--eduvers-black-rgb), .70);
  opacity: 0;
  transform: translateY(90px);
  transition: background-color 0.7s ease;
  transition: all 0.7s ease;
  z-index: 1;
}

.course-list__single:hover .course-list__img::before {
  opacity: 1;
  transform: translateY(0px);
}

.course-list__img img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
  transform: scale(1.0);
  transition: all 1500ms ease;
}

.course-list__single:hover .course-list__img img {
  transform: scale(1.05) rotate(0deg);
}

.course-list__content {
  position: relative;
  display: block;
  flex: 1;
}

.course-list__doller-and-heart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.course-list__doller {
  position: relative;
  display: block;
}

.course-list__doller p {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  color: var(--eduvers-base);
}

.course-list__heart {
  position: relative;
  display: block;
}

.course-list__heart a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--eduvers-bdr-color);
  border-radius: 50%;
  font-size: 16px;
  color: var(--eduvers-base);
}

.course-list__heart a:hover {
  border: 1px solid var(--eduvers-base);
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
}

.course-list__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 7px;
  margin-bottom: 9px;
}

.course-list__title a {
  color: var(--eduvers-black);
}

.course-list__title a:hover {
  color: var(--eduvers-base);
}

.course-list__ratting-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
}

.course-list__ratting {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.course-list__ratting span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #FFC224;
}

.course-list__ratting .star-2 {
  color: #6B778B;
}

.course-list__ratting-text {
  font-size: 16px;
  line-height: 24px;
}

.course-list__meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 13px;
  border-bottom: 1px dashed var(--eduvers-bdr-color);
  padding-bottom: 12px;
  margin-bottom: 13px;
}

.course-list__meta li {
  position: relative;
  display: block;
}

.course-list__meta li p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: var(--eduvers-font-two);
  font-style: italic;
  color: var(--eduvers-black);
}

.course-list__meta li p span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #FF3EA5;
}

.course-list__meta li:nth-child(2) p span {
  color: #FFC224;
}

.course-list__meta li:nth-child(3) p span {
  color: var(--eduvers-base);
}

.course-list__btn-and-client-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.course-list__btn-box {
  position: relative;
  display: block;
}

.course-list__client-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.course-list__client-img {
  position: relative;
  display: block;
  max-width: 40px;
  width: 100%;
}

.course-list__client-img img {
  width: 100%;
  border: 1px solid var(--eduvers-base);
  border-radius: 50%;
}

.course-list__client-content {
  position: relative;
  display: block;
  flex: 1;
}

.course-list__client-content h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 1px;
}

.course-list__client-content p {
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
}

.course-list__client-content p span {
  font-family: var(--eduvers-font) !important;
}

.blog-list__btn-box-2 {
  position: relative;
  display: block;
  text-align: right;
}

/***
=============================================
Product
=============================================
***/
.product {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.product__sidebar {
  position: relative;
  display: block;
}

.product__sidebar-single+.product__sidebar-single {
  margin-top: 30px;
}

.product__sidebar-title {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
  margin-bottom: 22px;
  padding-left: 27px;
}

.product__sidebar-title::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 17px;
  height: 17px;
  background-color: var(--eduvers-base);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.shop-search {
  position: relative;
  display: block;
  background-color: var(--eduvers-primary);
  padding: 30px 30px 30px;
  border-radius: var(--eduvers-bdr-radius);
}

.shop-search form {
  position: relative;
}

.shop-search form input[type=search],
.shop-search form input[type=text] {
  width: 100%;
  height: 60px;
  background-color: var(--eduvers-white);
  padding-left: 30px;
  padding-right: 60px;
  font-size: 16px;
  color: var(--eduvers-gray);
  font-family: var(--eduvers-font);
  border: none;
  outline: none;
  font-weight: 500;
  border-radius: 5px;
}

.shop-search form ::placeholder {
  color: inherit;
  opacity: 1;
}

.shop-search form button[type="submit"] {
  background-color: var(--eduvers-base);
  color: var(--eduvers-white);
  font-size: 18px;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  width: 50px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shop-search form button:hover[type="submit"] {
  background-color: var(--eduvers-black);
  color: var(--eduvers-white);
}

.product__price-ranger {
  position: relative;
  padding: 27px 30px 30px;
  margin: 0;
  background-color: var(--eduvers-primary);
  border-radius: var(--eduvers-bdr-radius);
}

.product__price-ranger.price-ranger {
  margin-top: 7px;
  margin-bottom: 0px;
}

.product__price-ranger .price-ranger .ui-widget-content {
  background: var(--eduvers-white);
  border: none;
  height: 5px;
}

.product__price-ranger .price-ranger .ui-slider-handle {
  position: absolute;
  top: -5px;
  background: var(--eduvers-base);
  border: 0;
  height: 14px;
  width: 14px !important;
  border-radius: 50%;
  margin-left: -2px;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-range {
  background: var(--eduvers-base);
}

.product__price-ranger .price-ranger #slider-range {
  margin-left: 3px;
  margin-right: 0;
  margin-top: 0;
}

.product__price-ranger .price-ranger .ranger-min-max-block {
  position: relative;
  display: block;
  margin-top: 17px;
}

.product__price-ranger .price-ranger .ranger-min-max-block input {
  display: inline-block;
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type="submit"] {
  position: relative;
  display: block;
  background: var(--eduvers-base);
  float: right;
  text-align: center;
  border: none;
  color: var(--eduvers-white);
  font-size: 12px;
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
  cursor: pointer;
  padding: 5px 20px;
  border-radius: 20px;
  letter-spacing: 0.1em;
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type="text"] {
  position: relative;
  display: inline-block;
  color: var(--eduvers-gray);
  font-size: 14px;
  font-weight: 400;
  width: 40px;
  line-height: 30px;
  border: none;
  padding: 0;
  text-align: center;
  background-color: transparent;
}

.product__price-ranger .price-ranger .ranger-min-max-block span {
  position: relative;
  display: inline-block;
  color: var(--eduvers-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  left: -2px;
}


.shop-category {
  position: relative;
  display: block;
  background-color: var(--eduvers-primary);
  padding: 29px 30px 30px;
  border-radius: var(--eduvers-bdr-radius);
}

.shop-category ul {
  position: relative;
  display: block;
}

.shop-category ul li {
  position: relative;
  line-height: 24px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--eduvers-gray);
  margin-bottom: 15px;
}

.shop-category ul li:last-child {
  margin-bottom: 0;
}

.shop-category ul li a {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--eduvers-gray);
  font-weight: 500;
  border-radius: 10px;
  background-color: var(--eduvers-white);
  padding: 13px 15px 13px;
  transition: all 0.3s ease;
  z-index: 1;
}

.shop-category ul li:hover a {
  color: var(--eduvers-base);
}

.shop-category ul li a:after {
  position: absolute;
  right: 5px;
  top: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  background-color: var(--eduvers-base);
  font-family: 'icomoon' !important;
  content: "\e912";
  font-weight: 700;
  opacity: 1;
  font-size: 12px;
  color: var(--eduvers-white);
  line-height: 30px;
  border-radius: 5px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.shop-product-tags {
  position: relative;
  display: block;
  background: var(--eduvers-primary);
  padding: 25px 30px 30px;
  border-radius: var(--eduvers-bdr-radius);
  overflow: hidden;
  z-index: 1;
}

.shop-product__tags-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.shop-product__tags-list a {
  font-size: 12px;
  color: var(--eduvers-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: var(--eduvers-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 18px 5px;
  font-weight: 600;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.shop-product__tags-list a:hover {
  color: var(--eduvers-white);
  background: var(--eduvers-base);
}


.sidebar-rating-box {
  position: relative;
  display: block;
}

.sidebar-rating-box ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.sidebar-rating-box ul li {
  position: relative;
  display: block;
}

.sidebar-rating-box ul li+li {
  margin-top: 30px;
}

.sidebar-rating-box ul li input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.sidebar-rating-box ul li label {
  position: relative;
  display: block;
  padding-left: 30px;
  color: #ffc009;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar-rating-box ul li label span.gray {
  color: #dddbdb;
}

.sidebar-rating-box ul li input[type=radio]+label i {
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  overflow: hidden;
  border: 1px solid var(--eduvers-gray);
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar-rating-box ul li label i::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  transform: scale(0);
  background-color: var(--eduvers-base);
  border-radius: 0%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar-rating-box ul li input[type=radio]:checked+label i {
  border-color: var(--eduvers-base);
}

.sidebar-rating-box ul li input[type=radio]:checked+label i::before {
  transform: scale(1.0);
}

.shop-product-recent-products {
  position: relative;
  display: block;
  background-color: var(--eduvers-primary);
  padding: 29px 30px 27px;
  border-radius: var(--eduvers-bdr-radius);
}

.shop-product-recent-products ul {
  position: relative;
  display: block;
}

.shop-product-recent-products ul li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddbdb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.shop-product-recent-products ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.shop-product-recent-products ul li .img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.shop-product-recent-products ul li .img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(var(--eduvers-black-rgb), 0.5);
  opacity: 0;
  z-index: 1;
  content: "";
}

.shop-product-recent-products ul li:hover .img::before {
  opacity: 1;
}

.shop-product-recent-products ul li .img img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}

.shop-product-recent-products ul li:hover .img img {
  transform: scale(1);
}

.shop-product-recent-products ul li .img a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--eduvers-white);
  font-size: 16px;
  line-height: 0;
  transform: translateY(10px) scale(0);
  z-index: 5;
}

.shop-product-recent-products ul li:hover .img a {
  transform: translateY(0) scale(1);
}

.shop-product-recent-products ul li .img a:hover {
  color: var(--eduvers-base);
  transform: translateY(0) scale(1);
}

.shop-product-recent-products ul li .content {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 20px;
}

.shop-product-recent-products ul li .content .title {
  position: relative;
  display: block;
}

.shop-product-recent-products ul li .content .title h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.shop-product-recent-products ul li .content .title h4 a {
  color: var(--eduvers-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.shop-product-recent-products ul li .content .title h4 a:hover {
  color: var(--eduvers-base);
}

.shop-product-recent-products ul li .content .price {
  position: relative;
  display: block;
  padding: 5px 0px 5px;
}

.shop-product-recent-products ul li .content .price p {
  color: var(--eduvers-black);
}

.shop-product-recent-products ul li .content .review {
  position: relative;
  display: flex;
  align-items: center;
}

.shop-product-recent-products ul li .content .review i {
  color: #ffc009;
  font-size: 12px;
}

.shop-product-recent-products ul li .content .review i.color {
  color: #dddbdb;
}

.shop-product-recent-products ul li .content .review i+i {
  margin-left: 5px;
}

.product__items {
  position: relative;
  display: block;
}

.product__showing-result {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-right: 130px;
}

.product__showing-text-box {
  position: relative;
  display: block;
}

.product__showing-text {
  font-size: 16px;
  font-weight: 400;
}

.product__showing-sort {
  position: relative;
  display: block;
  max-width: 340px;
  width: 100%;
}

.product__showing-sort .select-box .nice-select {
  background-color: var(--eduvers-primary);
  color: var(--eduvers-gray);
  font-size: 16px;
  font-weight: 400;
  height: 70px;
  line-height: 70px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
  margin-bottom: 0px;
}

.product__showing-sort .select-box .nice-select:after {
  position: absolute;
  right: 30px;
}

.product__all {
  position: relative;
  display: block;
}

.product__all-tab {
  position: relative;
  display: block;
}

.product__all-tab-button {
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 5;
}

.product__all-tab-button ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--eduvers-primary);
  padding: 15px 15px 15px;
  border-radius: var(--eduvers-bdr-radius);
}

.product__all-tab-button ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 3px;
  background-color: var(--eduvers-white);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.product__all-tab-button ul li:hover,
.product__all-tab-button ul li.active-btn-item {
  background-color: var(--eduvers-base);
}

.product__all-tab-button ul li+li {
  margin-left: 10px;
}

.product__all-tab-button-icon {
  position: relative;
  display: block;
  color: var(--eduvers-base);
  font-size: 18px;
  line-height: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.product__all-tab-button-icon.one {
  transform: rotate(90deg);
}

.product__all-tab-button ul li:hover .product__all-tab-button-icon,
.product__all-tab-button ul li.active-btn-item .product__all-tab-button-icon {
  color: var(--eduvers-white);
}

.product__all-tab .tabs-content-box {
  position: relative;
  display: block;
}

.product__all-tab .tab-content-box-item {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.product__all-tab .tab-content-box-item.tab-content-box-item-active {
  position: relative;
  visibility: visible;
  z-index: 5;
}

.product__all-tab .tab-content-box-item .product__all-tab-content-box-item {
  transition: all 0.7s ease;
  opacity: 0;
  transform: translateY(5px);
  transform-origin: top bottom;
}

.product__all-tab .tab-content-box-item.tab-content-box-item-active .product__all-tab-content-box-item {
  opacity: 1.0;
  transform: translateY(0px);
  transform-origin: bottom top;
}

.product__all-tab-single {
  position: relative;
  display: block;
}

.single-product-style1 {
  position: relative;
  display: block;
  margin-bottom: 30px;
  border: 1px solid rgba(var(--eduvers-black-rgb), .10);
  background-color: var(--eduvers-white);
  padding: 0 0 30px;
  border-radius: var(--eduvers-bdr-radius);
  transition: all 500ms ease;
  z-index: 1;
}

.single-product-style1:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.single-product-style1__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--eduvers-bdr-radius);
  border-bottom: 1px solid rgba(var(--eduvers-black-rgb), .10);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 1;
}

.single-product-style1__img img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.single-product-style1:hover .single-product-style1__img img:first-child {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.single-product-style1:hover .single-product-style1__img img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.single-product-style1__img img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-product-style1__overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
}

.single-product-style1__overlay li {
  position: relative;
  display: block;
}

.single-product-style1__overlay li+li {
  margin-top: 8px;
}

.single-product-style1__overlay li p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  background-color: var(--eduvers-white);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
  color: var(--eduvers-base);
  line-height: 35px;
  font-weight: 600;
}

.single-product-style1__info {
  position: absolute;
  left: 0;
  bottom: 20px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.4s linear 0s;
  z-index: 5;
}

.single-product-style1:hover .single-product-style1__info {
  opacity: 1;
  transform: translateY(0);
}

.single-product-style1__info li {
  position: relative;
  display: block;
}

.single-product-style1__info li+li {
  margin-left: 8px;
}

.single-product-style1__info li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--eduvers-white);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
  color: var(--eduvers-base);
  font-size: 15px;
  line-height: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-product-style1__info li a:hover {
  color: var(--eduvers-white);
  background-color: var(--eduvers-base);
}

.single-product-style1__content {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 23px 15px 0px;
}

.single-product-style1__content-left {
  position: relative;
  display: block;
}

.single-product-style1__content-left h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 12px;
  text-transform: capitalize;
}

.single-product-style1__content-left h4 a {
  color: var(--eduvers-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-product-style1__content-left h4 a:hover {
  color: var(--eduvers-base);
}

.single-product-style1__content-left p {
  font-size: 16px;
  font-weight: 500;
  color: var(--eduvers-gray);
  margin-top: 4px;
}

.single-product-style1__content-left p del {
  color: var(--eduvers-base);
  margin-right: 5px;
}

.single-product-style1__content-right {
  position: relative;
  display: block;
}

.single-product-style1__review {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--eduvers-primary);
  padding: 3.5px 5px 3.5px;
  top: -9px;
}

.single-product-style1__review i {
  color: var(--eduvers-base);
  font-size: 14px;
  margin-right: 5px;
}

.single-product-style1__review p {
  color: var(--eduvers-black);
  font-weight: 500;
}


.single-product-style2 {
  position: relative;
  display: block;
  margin-bottom: 30px;
  border: 1px solid rgba(var(--eduvers-black-rgb), .10);
  background-color: var(--eduvers-white);
  border-radius: var(--eduvers-bdr-radius);
  transition: all 500ms ease;
  z-index: 1;
}

.single-product-style2:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.single-product-style2 .row {
  --bs-gutter-x: 0px;
  align-items: center;
}

.single-product-style2__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--eduvers-bdr-radius);
  border-right: 1px solid rgba(var(--eduvers-black-rgb), .10);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 1;
}

.single-product-style2__img img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.single-product-style2:hover .single-product-style2__img img:first-child {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.single-product-style2:hover .single-product-style2__img img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.single-product-style2__img img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-product-style2__content {
  position: relative;
  display: block;
  padding: 0px 15px 0px;
}

.single-product-style2__review {
  position: relative;
  display: flex;
  align-items: center;
}

.single-product-style2__review i {
  color: var(--eduvers-base);
  font-size: 16px;
}

.single-product-style2__review i+i {
  margin-left: 5px;
}

.single-product-style2__text {
  position: relative;
  display: block;
  padding-top: 17px;
}

.single-product-style2__text h4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 1px;
  text-transform: capitalize;
}

.single-product-style2__text h4 a {
  color: var(--eduvers-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-product-style2__text h4 a:hover {
  color: var(--eduvers-base);
}

.single-product-style2__text p {
  font-size: 16px;
  font-weight: 500;
  color: var(--eduvers-gray);
  margin-top: 4px;
}

.single-product-style2__text p del {
  color: var(--eduvers-base);
  margin-right: 5px;
}

.single-product-style2__info {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-left: 0;
}

.single-product-style2__info li {
  position: relative;
  display: block;
}

.single-product-style2__info li+li {
  margin-left: 8px;
}

.single-product-style2__info li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--eduvers-white);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .2);
  color: var(--eduvers-base);
  font-size: 15px;
  line-height: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-product-style2__info li a:hover {
  color: var(--eduvers-white);
  background-color: var(--eduvers-base);
}



/***
=============================================
   Styled Pagination
=============================================
***/
.styled-pagination {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 30px;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin-right: 11px;
}

.styled-pagination li:last-child {
  margin-right: 0;
}

.styled-pagination li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  color: rgba(var(--eduvers-gray-rgb), .50);
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  border: 1px solid rgba(var(--eduvers-gray-rgb), .50);
  text-align: center;
  transition: all 500ms ease;
  font-family: var(--eduvers-font);
  z-index: 1;
}

.styled-pagination li a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
  color: var(--eduvers-white);
  background: var(--eduvers-base);
  border-color: var(--eduvers-base);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
  border-radius: 50%;
  color: rgba(var(--eduvers-gray-rgb), .50);
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
  color: var(--eduvers-white);
}

.styled-pagination li a span:before {
  position: relative;
  top: 0px;
  color: rgba(var(--eduvers-gray-rgb), .50);
  font-size: 14px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.styled-pagination li a:hover span:before,
.styled-pagination li.active a span:before {
  color: var(--eduvers-white);
}




/***
=============================================
Product Details
=============================================
***/
.product-details {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
  z-index: 1;
}


.product-details__left {
  position: relative;
  display: block;
  margin-right: 80px;
}

.product-details__left-inner {
  position: relative;
  display: block;
}

.product-details__thumb-box {
  position: relative;
  display: block;
  max-width: 400px;
  margin-top: 20px;
}

#shop-details-one__thumb {
  z-index: 10;
}

.product-details__thumb-img {
  position: relative;
  display: block;
  width: 125px !important;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(var(--eduvers-black-rgb), .10);
}

.product-details__thumb-img img {
  width: 100%;
  border-radius: 10px;
}

.product-details__thumb-img:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--eduvers-base);
  opacity: 0;
  transition: all 500ms ease;
}


#shop-details-one__thumb .swiper-slide-thumb-active .product-details__thumb-img:before {
  opacity: 1;
}

.product-details__content-box {
  position: relative;
  display: block;
}

.product-details__img {
  position: relative;
  display: block;
}

.product-details__img img {
  width: 100%;
  border: 1px solid rgba(var(--eduvers-black-rgb), .10);
  border-radius: 15px;
}


.product-details__nav {
  position: absolute;
  top: 50%;
  left: 5px;
  right: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 100;
}

.product-details__nav .swiper-button-next,
.product-details__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: var(--eduvers-black);
  background-color: var(--eduvers-primary);
  border-radius: 50%;
  margin: 0;
  text-align: center;
  opacity: 1;
  transition: all 500ms ease;
  z-index: 100;
}


.product-details__nav .swiper-button-next:hover,
.product-details__nav .swiper-button-prev:hover {
  color: var(--eduvers-white);
  background-color: var(--eduvers-base);
}

.product-details__nav .swiper-button-next {
  margin-top: 0px;
}

.product-details__nav .swiper-button-next i,
.product-details__nav .swiper-button-prev i {
  position: relative;
  display: flex;
  align-items: center;
}

.product-details__nav .swiper-button-next::after,
.product-details__nav .swiper-button-prev::after {
  display: none;
}


.product-details__right {
  position: relative;
  display: block;
  margin-top: -9px;
}

.product-details__top {
  position: relative;
  display: block;
}

.product-details__title {
  font-size: 34px;
  line-height: 44px;
  font-weight: 600;
  margin: 0;
}

.product-details__title span {
  position: relative;
  display: inline-block;
  color: var(--eduvers-base);
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-left: 25px;
}

.product-details__reveiw {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 28px;
  margin-bottom: 21px;
  border-bottom: 1px solid rgba(var(--eduvers-black-rgb), .10);
}

.product-details__reveiw i {
  font-size: 16px;
  color: var(--eduvers-base);
}

.product-details__reveiw i+i {
  margin-left: 4px;
}

.product-details__reveiw span {
  position: relative;
  top: 1px;
  line-height: 1;
  font-size: 16px;
  color: var(--eduvers-gray);
  margin-left: 18px;
}

.product-details__content {
  position: relative;
  display: block;
}

.product-details__content-text1 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 31px;
}

.product-details__content-text2 {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.product-details__select {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.product-details__select-size {
  position: relative;
  display: flex;
  align-items: center;
}

.product-details__select-size h3 {
  font-size: 20px;
  line-height: 30px;
  margin-right: 15px;
  font-weight: 600;
  color: var(--eduvers-black);
}

.product-details__select-size ul {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
}

.product-details__select-size ul li {
  position: relative;
  display: block;
  width: 45px;
  height: 35px;
}

.product-details__select-size ul li input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.product-details__select-size ul li label {
  position: relative;
  width: 45px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--eduvers-black);
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.product-details__select-size ul li input[type=radio]:checked+label {
  color: var(--eduvers-white);
  font-weight: 500;
}

.product-details__select-size ul li input[type=radio]+label i {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 35px;
  overflow: hidden;
  border: 1px solid var(--eduvers-gray);
  border-radius: 5px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: -1;
}

.product-details__select-size ul li label i::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  transform: scale(0.3);
  opacity: 0;
  background-color: var(--eduvers-base);
  border-radius: 5px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.product-details__select-size ul li input[type=radio]:checked+label i {
  border-color: var(--eduvers-base);
}

.product-details__select-size ul li input[type=radio]:checked+label i::before {
  transform: scale(1.0);
  opacity: 1;
}


.product-details__inner {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 25px;
}

.product-details__quantity {
  position: relative;
  display: flex;
  align-items: center;
}

.product-details__quantity-title {
  margin: 0;
  color: var(--eduvers-black);
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-right: 20px;
}

.product-details__quantity .quantity-box {
  position: relative;
  width: 98px;
  border-radius: 0px;
  height: 50px;
}

.product-details__quantity .quantity-box input {
  width: 98px;
  border-radius: 10px;
  height: 50px;
  border: 1px solid rgba(var(--eduvers-black-rgb), .10);
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  font-family: var(--eduvers-font);
  padding-left: 30px;
  outline: none;
  font-size: 18px;
  font-weight: 700;
  color: var(--eduvers-gray);
}

.product-details__quantity .quantity-box button {
  width: 24px;
  height: 24px;
  background-color: transparent;
  color: var(--eduvers-gray);
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #fff;
  border: none;
  border-left: 1px solid rgba(var(--eduvers-black-rgb), .10);
  border-top-right-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}

.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top: 1px solid rgba(var(--eduvers-black-rgb), .10);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
}

.product-details__buttons-boxes {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}

.product-details__buttons-1 {
  position: relative;
  display: block;
}

.product-details__buttons-2 {
  position: relative;
  display: block;
}

.product-details__social {
  position: relative;
  display: block;
}

.product-details__social .title {
  position: relative;
  display: block;
}

.product-details__social .title h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.product-details__social-link {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.product-details__social-link a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--eduvers-white);
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  background-color: var(--eduvers-black);
  border-radius: 50%;
  height: 45px;
  width: 45px;
}

.product-details__social-link a+a {
  margin-left: 10px;
}

.product-details__social-link a:hover {
  color: var(--eduvers-white);
  background-color: var(--eduvers-base);
}

/***
=============================================
Product Description
=====***/
.product-description {
  position: relative;
  display: block;
  padding: 0 0 110px;
  z-index: 1;
}

.product-details__description {
  position: relative;
  display: block;
}

.product-details__main-tab-box {
  position: relative;
  display: block;
}

.product-details__main-tab-box .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  line-height: 0;
}

.product-details__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
}

.product-details__main-tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: block;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-size: 18px;
  line-height: 18px;
  color: var(--eduvers-gray);
  background-color: var(--eduvers-primary);
  padding: 16px 25px 16px;
  text-transform: capitalize;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
}

.product-details__main-tab-box .tab-buttons .tab-btn.active-btn span {
  color: var(--eduvers-white);
}

.product-details__main-tab-box .tab-buttons .tab-btn span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  content: "";
  background-color: var(--eduvers-base);
  transition: all 0.3s ease;
  z-index: -1;
}

.product-details__main-tab-box .tab-buttons .tab-btn.active-btn span:before {
  height: 100%;
}

.product-details__main-tab-box .tabs-content {
  position: relative;
  display: block;
}

.product-details__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.product-details__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.product-details__tab-content-inner {
  position: relative;
  display: block;
  padding: 40px 40px 50px;
  border: 1px solid rgba(var(--eduvers-black-rgb), .10);
}

.product-details__description-content {
  position: relative;
  display: block;
}

.product-description__list {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-description__list ul {
  position: relative;
  display: block;
}

.product-description__list ul li {
  position: relative;
  display: block;
  margin-bottom: 2px;
}

.product-description__list ul li:last-child {
  margin-bottom: 0px;
}

.product-description__list ul li p {
  color: var(--eduvers-black);
  margin: 0;
  font-weight: 500;
}

.product-description__list ul li p span:before {
  position: relative;
  display: inline-block;
  color: var(--eduvers-base);
  font-size: 17px;
  line-height: 17px;
  margin-right: 11px;
  top: 2px;
  font-weight: 700;
}

.product-details__additional-information-content {
  position: relative;
  display: block;
}

.product-details__additional-information-text-1 {
  padding-bottom: 24px;
}

/*--------------------------------------------------------------
  # Review One
  --------------------------------------------------------------*/
.review-one {
  position: relative;
  display: block;
}

.comments-area {
  position: relative;
  display: block;
}

.review-one__title {
  position: relative;
  display: block;
  margin-bottom: 36px;
}

.review-one__title h3 {
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
}

.comments-area .comment-box {
  position: relative;
  display: block;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(var(--eduvers-black-rgb), .10);
}

.comments-area .comment {
  position: relative;
  display: flex;
  align-items: center;
}

.comments-area .comment-box .author-thumb {
  position: relative;
  display: block;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
  width: 100%;
}

.comments-area .comment-box .author-thumb figure {
  margin: 0;
}

.review-one__content {
  position: relative;
  display: block;
  padding-left: 45px;
  flex: 1;
}

.review-one__content-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.review-one__content-top .info {
  position: relative;
  display: block;
}

.review-one__content-top .info h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
}

.review-one__content-top .info h2 span {
  color: var(--eduvers-base);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: var(--eduvers-font);
}

.review-one__content-top .reply-btn {
  position: relative;
  display: block;
}

.review-one__content-top .reply-btn i:before {
  color: var(--eduvers-base);
  font-size: 15px;
}

.review-one__content-bottom {
  position: relative;
  display: block;
}

.review-one__content-bottom p {
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
}

/*--------------------------------------------------------------
  # Review Form One
  --------------------------------------------------------------*/
.review-form-one {
  position: relative;
  display: block;
  padding: 16px 0px 0px;
}

.review-form-one__inner {
  position: relative;
  display: block;
}

.review-form-one__title {
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
}

.review-form-one__rate-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 17px;
  margin-bottom: 37px;
}

.review-form-one__rate-text {
  font-size: 18px;
  font-weight: 400;
}

.review-form-one__rate {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 17px;
}

.review-form-one__rate i {
  font-size: 16px;
  color: var(--eduvers-base);
}

.review-form-one__rate i+i {
  margin-left: 5px;
}

.review-form-one__form {
  position: relative;
  display: block;
}

.review-form-one__form .row {
  --bs-gutter-x: 20px;
}

.review-form-one__input-box textarea {
  font-size: 14px;
  color: var(--eduvers-gray);
  height: 160px;
  width: 100%;
  background-color: var(--eduvers-white);
  padding: 20px 30px 30px;
  border: 1px solid rgba(var(--eduvers-black-rgb), .10);
  outline: none;
  margin-bottom: 0px;
  font-weight: 500;
  border-radius: var(--eduvers-bdr-radius);
}

.review-form-one__input-box.text-message-box {
  height: 160px;
}

.review-form-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.review-form-one__input-box input[type="text"],
.review-form-one__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: 1px solid rgba(var(--eduvers-black-rgb), .10);
  background-color: var(--eduvers-white);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: var(--eduvers-gray);
  display: block;
  font-weight: 500;
  border-radius: var(--eduvers-bdr-radius);
}

.review-form-one__form .thm-btn {
  border: none;
}


/*--------------------------------------------------------------
  # Related Products
  --------------------------------------------------------------*/
.related-products {
  position: relative;
  display: block;
  padding: 0px 0px 120px;
}

.related-products__title {
  position: relative;
  display: block;
  padding-bottom: 52px;
}

.related-products__title h3 {
  font-size: 38px;
  line-height: 1.0em;
  margin-bottom: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.related-products__title p {
  margin: 0;
}

.single-product-style1.instyle--2 {
  margin-bottom: 0px;
}


/*--------------------------------------------------------------
  # Cart Page
  --------------------------------------------------------------*/
.cart-page {
  position: relative;
  display: block;
  background: var(--eduvers-white);
  padding: 112px 0px 112px;
}

.cart-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media(max-width: 1199px) {
  .cart-table {
    min-width: 1170px;
  }
}

.cart-table {
  margin-bottom: 0px;
}

.cart-table thead th {
  color: var(--eduvers-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  padding: 0;
  border: none;
  padding-bottom: 22px;
}

.cart-table thead th:last-child {
  text-align: right;
}

.cart-table tbody tr {
  vertical-align: middle;
}

.cart-table tbody tr:last-child {
  border-bottom: 1px solid rgba(var(--eduvers-black-rgb), .10);
}

.cart-table tbody td {
  font-size: 18px;
  color: var(--eduvers-gray);
  vertical-align: middle;
  border-top: 1px solid rgba(var(--eduvers-black-rgb), .10);
  border-bottom: 1px solid rgba(var(--eduvers-black-rgb), .10);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.cart-table tbody td:last-child {
  text-align: right;
}

.cart-table .product-box {
  display: flex;
  align-items: center;
}

.cart-table .product-box .img-box {
  position: relative;
  display: block;
  width: 120px;
  border-radius: 0;
  overflow: hidden;
  margin-right: 35px;
}

.cart-table .product-box .img-box img {
  width: 100%;
  border: 1px solid rgba(var(--eduvers-black-rgb), .10);
  border-radius: 10px;
}

.cart-table h3 {
  color: var(--eduvers-black);
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.cart-table h3 a {
  color: var(--eduvers-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.cart-table h3 a:hover {
  color: var(--eduvers-base);
}

.cart-table .quantity-box {
  position: relative;
  width: 98px;
  border-radius: 0px;
  height: 50px;
}

.cart-table .quantity-box input {
  width: 98px;
  border-radius: 10px;
  height: 50px;
  border: 1px solid rgba(var(--eduvers-black-rgb), .10);
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  font-family: var(--eduvers-font);
  padding-left: 30px;
  outline: none;
  font-size: 18px;
  color: var(--eduvers-gray);
  font-weight: 700;
}

.cart-table .quantity-box button {
  width: 24px;
  height: 24px;
  background-color: transparent;
  color: var(--thm-black);
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #fff;
  border-top-right-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  border-left: 1px solid rgba(var(--eduvers-black-rgb), .10);
}

.cart-table .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top: 1px solid rgba(var(--eduvers-black-rgb), .10);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
}

.cart-table .cross-icon {
  position: relative;
  display: block;
}

.cart-table .cross-icon i:before {
  position: relative;
  display: inline-block;
  color: var(--eduvers-black);
  font-size: 16px;
}

.cart-page__right {
  position: relative;
  display: block;
  margin-left: 20px;
}

.cart-page__sidebar {
  position: relative;
  display: block;
  padding: 28px 20px 30px;
  background-color: var(--eduvers-white);
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
  border-radius: var(--eduvers-bdr-radius);
}

.cart-page__shipping {
  position: relative;
  display: block;
}

.cart-page__shipping-title {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 24px;
  margin-bottom: 20px;
  color: var(--eduvers-black);
}

.cart-page__shipping-form {
  position: relative;
  display: block;
}

.cart-page__shipping-form .row {
  --bs-gutter-x: 20px;
}

.cart-page__shipping-input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.cart-page__shipping-input-box .select-box .nice-select {
  background-color: var(--eduvers-primary);
  color: var(--eduvers-gray);
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0px;
}

.cart-page__shipping-input-box .select-box .nice-select:after {
  position: absolute;
  right: 20px;
}

.cart-page__shipping-input-box input[type=email],
.cart-page__shipping-input-box input[type=text] {
  width: 100%;
  height: 50px;
  background-color: var(--eduvers-primary);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  color: var(--eduvers-gray);
  font-family: var(--eduvers-font);
  border-radius: 8px;
  border: none;
  outline: none;
  font-weight: 400;
}

.cart-page__btn-box {
  position: relative;
  display: block;
}

.cart-page__btn-box .thm-btn {
  width: 100%;
  border: none;
  justify-content: center;
}

.cart-page__coupon-code {
  position: relative;
  display: block;
  border-top: 1px solid rgba(var(--eduvers-black-rgb), .10);
  border-bottom: 1px solid rgba(var(--eduvers-black-rgb), .10);
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 23px;
  padding-bottom: 30px;
}

.cart-page__coupon-code-title {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 24px;
  margin-bottom: 20px;
  color: var(--eduvers-black);
}

.cart-page__coupon-code-text {
  margin-bottom: 16px;
}

.cart-page__coupon-code-form {
  position: relative;
  display: block;
}

.cart-page__coupon-code-form input[type=email],
.cart-page__coupon-code-form input[type=text] {
  width: 100%;
  height: 50px;
  background-color: var(--eduvers-primary);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  color: var(--eduvers-gray);
  font-family: var(--eduvers-font);
  border-radius: 8px;
  border: none;
  outline: none;
  font-weight: 400;
}

.cart-page__coupon-code-form .thm-btn {
  width: 100%;
  border: none;
  justify-content: center;
  margin-top: 20px;
}

.cart-total {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.cart-total li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: var(--eduvers-gray);
  font-size: 18px;
  font-weight: 500;
}

.cart-total li+li {
  margin-top: 15px;
}

.cart-total li span:first-child {
  display: block;
  color: var(--eduvers-black);
  font-size: 18px;
  margin-right: 60px;
  font-weight: 600;
  width: 140px;
  text-align: right;
}

.cart-total-amount {
  color: var(--eduvers-base);
}

.cart-page__buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.cart-page__buttons-1 {
  position: relative;
  display: block;
  line-height: 0;
}

.cart-page__buttons-1 .thm-btn {
  padding: 12px 20px 12px;
}


.cart-page__buttons-2 {
  position: relative;
  display: block;
  line-height: 0;
}

.cart-page__buttons-2 .thm-btn {
  padding: 12px 20px 12px;
}


/*--------------------------------------------------------------
  # Checkout
  --------------------------------------------------------------*/
.checkout-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.checkout-page .billing_details {
  position: relative;
  display: block;
  border-radius: 10px;
  border: 1px solid rgba(var(--eduvers-black-rgb), .10);
  padding: 53px 50px 60px;
}

.billing_title {
  position: relative;
  display: block;
  margin-bottom: 45px;
}

.billing_title p {
  font-size: 16px;
  margin: 0;
}

.billing_title a {
  color: var(--eduvers-base);
}

.billing_title h2 {
  font-size: 30px;
  line-height: 30px;
  margin: 0;
  font-weight: 600;
  margin-top: 16px;
}

.billing_details_form {
  position: relative;
  display: block;
}

.billing_details_form .bs-gutter-x-20 {
  --bs-gutter-x: 20px;
}

.billing_details_form .btn-light {
  border: none;
}

.billing_details_form .btn-light:hover {
  border: none;
}

.billing_input_box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.billing_input_box input[type="text"],
.billing_input_box input[type="email"],
.billing_input_box input[type="tel"] {
  height: 60px;
  width: 100%;
  border: 1px solid rgba(var(--eduvers-black-rgb), .10);
  background-color: var(--eduvers-white);
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 10px;
  outline: none;
  font-size: 16px;
  color: var(--eduvers-gray);
  display: block;
  font-weight: 400;
}

.billing_input_box textarea {
  display: block;
  color: var(--eduvers-gray);
  font-size: 16px;
  font-weight: 400;
  height: 140px;
  width: 100%;
  border: 1px solid rgba(var(--eduvers-black-rgb), .10);
  background-color: var(--eduvers-white);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 13px;
  border-radius: 10px;
  outline: none;
  resize: none;
}

.billing_input_box textarea:focus {
  border: 1px solid rgba(var(--eduvers-black-rgb), .10);
}

.billing_details .checked-box {
  position: relative;
  display: block;
  margin-top: 17px;
}

.billing_details .checked-box label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: var(--eduvers-gray);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
  font-family: var(--eduvers-font);
}

.billing_details .checked-box input[type="checkbox"] {
  display: none;
}

.billing_details .checked-box input[type="checkbox"]+label span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: transparent;
  background: var(--eduvers-base);
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 0;
}

.billing_details .checked-box label span:before {
  position: absolute;
  top: 4px;
  left: 6px;
  display: block;
  border-bottom: 2px solid var(--eduvers-white);
  border-right: 2px solid var(--eduvers-white);
  content: '';
  width: 6px;
  height: 9px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.billing_details.checked-box input[type="checkbox"]:checked+label span {
  border-color: var(--eduvers-white);
}

.billing_details .checked-box input[type="checkbox"]:checked+label span:before {
  opacity: 1;
}

.billing_details_form .select-box .nice-select {
  border: 1px solid rgba(var(--eduvers-black-rgb), .10);
  background-color: var(--eduvers-white);
  border-radius: 10px;
  color: var(--eduvers-gray);
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin-bottom: 20px;
}

.billing_details_form .select-box .nice-select:after {
  position: absolute;
  right: 30px;
}

.billing_details_form-btns {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.billing_details_form-btn-1 {
  position: relative;
  display: block;
}

.billing_details_form-btn-1 .thm-btn {
  border: none;
}

.billing_details_form-btn-2 {
  position: relative;
  display: block;
}

.billing_details_form-btn-2 .thm-btn {
  border: none;
}


.sidebar-order-summary {
  position: relative;
  display: block;
  border-radius: 10px;
  border: 1px solid rgba(var(--eduvers-black-rgb), .10);
  padding: 37px 30px 45px;
  z-index: 1;
}

.sidebar-order-summary .title-box {
  position: relative;
  display: block;
  padding-bottom: 3px;
  margin-bottom: 35px;
}

.sidebar-order-summary .title-box::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: var(--eduvers-base);
  content: "";
}

.sidebar-order-summary .title-box::after {
  position: absolute;
  left: 37px;
  bottom: 0;
  width: 3px;
  height: 2px;
  background: var(--eduvers-white);
  content: "";
}

.sidebar-order-summary .title-box h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
}

.sidebar-order-summary__list {
  position: relative;
  display: block;
}

.sidebar-order-summary__list>li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(var(--eduvers-black-rgb), .10);
  padding: 13px 0px 12px;
}

.sidebar-order-summary__list>li:last-child {
  border-bottom: 1px solid rgba(var(--eduvers-black-rgb), .10);
}

.sidebar-order-summary__list>li>.left-text {
  position: relative;
  display: block;
}

.sidebar-order-summary__list>li>.left-text p {
  font-size: 18px;
  margin: 0px;
}

.sidebar-order-summary__list>li>.right-text {
  position: relative;
  display: block;
}

.sidebar-order-summary__list>li>.right-text p {
  font-size: 18px;
  margin: 0px;
}


.sidebar-order-summary__list>li>.right-text>ul {
  position: relative;
  display: block;
}

.sidebar-order-summary__list>li>.right-text>ul>li {
  position: relative;
  display: block;
}

.sidebar-order-summary__list>li>.right-text>ul>li+li {
  margin-top: 5px;
}

.sidebar-order-summary__list>li>.right-text>ul>li input[type=radio] {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

.sidebar-order-summary__list>li>.right-text>ul>li label {
  position: relative;
  display: block;
  padding-right: 24px;
  font-size: 18px;
  font-weight: 400;
  text-align: right;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar-order-summary__list>li>.right-text>ul>li input[type=radio]+label i {
  position: absolute;
  top: 6px;
  right: 0;
  width: 15px;
  height: 15px;
  overflow: hidden;
  border: 1px solid var(--eduvers-gray);
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar-order-summary__list>li>.right-text>ul>li label i::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  transform: scale(0);
  background-color: var(--eduvers-base);
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar-order-summary__list>li>.right-text>ul>li input[type=radio]:checked+label i {
  border-color: var(--eduvers-base);
}

.sidebar-order-summary__list>li>.right-text>ul>li input[type=radio]:checked+label i::before {
  transform: scale(1.0);
}


.sidebar-order-summary__Payment {
  position: relative;
  display: block;
  margin-top: 37px;
}

.checkout__payment {
  position: relative;
  margin-bottom: 30px;
}

.checkout__payment__item+.checkout__payment__item {
  margin-top: 23px;
}

.checkout__payment__title {
  display: flex;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  align-items: center;
  cursor: pointer;
}

.checkout__payment__title::before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: var(--eduvers-white);
  border: 2px solid rgba(var(--eduvers-black-rgb), .10);
  border-radius: 50%;
  margin-right: 10px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 10px;
  color: var(--eduvers-white);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  position: relative;
  top: 0px;
  transition: all 500ms ease;
}

.checkout__payment__item--active .checkout__payment__title::before {
  background-color: var(--eduvers-base);
  border-color: var(--eduvers-base);
  content: '\f00c';
}

.checkout__payment__content {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: var(--eduvers-gray);
  font-weight: 400;
  margin-top: 15px;
}

.sidebar-order-summary__bottom {
  position: relative;
  display: block;
}

.sidebar-order-summary__bottom .text1 {
  margin-bottom: 0;
}

.sidebar-order-summary__bottom .text1 a {
  color: var(--eduvers-base);
  text-decoration: underline;
}







.sidebar-order-summary__checked {
  position: relative;
  display: block;
  margin-top: 20px;
  ;
}

.sidebar-order-summary__checked label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: var(--eduvers-gray);
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
  font-family: var(--eduvers-font);
}

.sidebar-order-summary__checked label a {
  color: var(--eduvers-base);
}

.sidebar-order-summary__checked input[type="checkbox"] {
  display: none;
}

.sidebar-order-summary__checked input[type="checkbox"]+label span {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: transparent;
  background: var(--eduvers-base);
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 0;
}

.sidebar-order-summary__checked label span:before {
  position: absolute;
  top: 4px;
  left: 6px;
  display: block;
  border-bottom: 2px solid var(--eduvers-white);
  border-right: 2px solid var(--eduvers-white);
  content: '';
  width: 6px;
  height: 9px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
}

.sidebar-order-summary__checked input[type="checkbox"]:checked+label span {
  border-color: var(--eduvers-white);
}

.sidebar-order-summary__checked input[type="checkbox"]:checked+label span:before {
  opacity: 1;
}

.sidebar-order-summary__btn {
  position: relative;
  display: block;
  margin-top: 27px;
  line-height: 0px;
}



/*--------------------------------------------------------------
# Wishlist Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Cart Page
  --------------------------------------------------------------*/
.wishlist-page {
  position: relative;
  display: block;
  background: var(--eduvers-white);
  padding: 120px 0px 120px;
}

.wishlist-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media(max-width: 1199px) {
  .wishlist-table {
    min-width: 1170px;
  }
}

.wishlist-table {
  margin-bottom: 0px;
}

.wishlist-table thead th {
  color: var(--eduvers-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  padding: 0;
  border: none;
  border-top: 1px solid rgba(var(--eduvers-black-rgb), .10);
  padding-top: 22px;
  padding-bottom: 22px;
  text-align: center;
}

.wishlist-table tbody tr {
  vertical-align: middle;
}

.wishlist-table tbody tr:last-child {
  border-bottom: 1px solid rgba(var(--eduvers-black-rgb), .10);
}

.wishlist-table tbody td {
  font-size: 18px;
  color: var(--eduvers-gray);
  vertical-align: middle;
  border-top: 1px solid rgba(var(--eduvers-black-rgb), .10);
  border-bottom: 1px solid rgba(var(--eduvers-black-rgb), .10);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.wishlist-table .product-box {
  display: flex;
  align-items: center;
}

.wishlist-table .cross-icon {
  position: relative;
  display: block;
}

.wishlist-table .cross-icon i:before {
  position: relative;
  display: inline-block;
  color: var(--eduvers-black);
  font-size: 16px;
}

.wishlist-table .product-box .img-box {
  position: relative;
  display: block;
  width: 120px;
  border-radius: 0;
  overflow: hidden;
  margin-left: 35px;
  margin-right: 35px;
}

.wishlist-table .product-box .img-box img {
  width: 100%;
  border: 1px solid rgba(var(--eduvers-black-rgb), .10);
  border-radius: 10px;
}

.wishlist-table h3 {
  color: var(--eduvers-black);
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.wishlist-table h3 a {
  color: var(--eduvers-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.wishlist-table h3 a:hover {
  color: var(--eduvers-base);
}


.product-details__social.two {
  margin-top: 42px;
}

/*--------------------------------------------------------------
# Sign Up One
--------------------------------------------------------------*/
.sign-up-one {
  position: relative;
  display: block;
  background-color: var(--eduvers-white);
  padding: 112px 0px 120px;
  z-index: 1;
}

.sign-up-one .container {
  max-width: 620px;
}

.sign-up-one__form {
  position: relative;
  display: block;
}

.sign-up-one__form .inner-title {
  position: relative;
  display: block;
  padding-bottom: 60px;
}

.sign-up-one__form .inner-title h2 {
  font-size: 60px;
  line-height: 1.0em;
  font-weight: 700;
  text-transform: capitalize;
}

.sign-up-one__form form {
  position: relative;
  display: block;
  background-color: var(--eduvers-white);
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.06);
  padding: 60px 50px 52px;
  border-radius: var(--eduvers-bdr-radius);
}

.sign-up-one__form form .form-group {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.sign-up-one__form form .input-box {
  position: relative;
  display: block;
}

.sign-up-one__form form input[type="text"],
.sign-up-one__form form input[type="email"],
.sign-up-one__form form input[type="password"] {
  position: relative;
  display: block;
  border-radius: var(--eduvers-bdr-radius);
  border: 1px solid rgba(var(--eduvers-black-rgb), .10);
  background-color: var(--eduvers-primary);
  width: 100%;
  height: 60px;
  color: var(--eduvers-gray);
  font-size: 16px;
  font-family: var(--eduvers-font);
  font-weight: 400;
  font-style: normal;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  transition: all 500ms ease;
}

.sign-up-one__form form input[type="text"]:focus,
.sign-up-one__form form input[type="email"]:focus,
.sign-up-one__form form input[type="password"]:focus {
  border-color: var(--eduvers-base);
  background-color: var(--eduvers-white);
}

.sign-up-one__form form input[type="text"]::-webkit-input-placeholder {
  color: var(--eduvers-gray);
}

.sign-up-one__form form input[type="text"]:-moz-placeholder {
  color: var(--eduvers-gray);
}

.sign-up-one__form form input[type="text"]::-moz-placeholder {
  color: var(--eduvers-gray);
}

.sign-up-one__form form input[type="text"]:-ms-input-placeholder {
  color: var(--eduvers-gray);
}

.sign-up-one__form form input[type="email"]::-webkit-input-placeholder {
  color: var(--eduvers-gray);
}

.sign-up-one__form form input[type="email"]:-moz-placeholder {
  color: var(--eduvers-gray);
}

.sign-up-one__form form input[type="email"]::-moz-placeholder {
  color: var(--eduvers-gray);
}

.sign-up-one__form form input[type="email"]:-ms-input-placeholder {
  color: var(--eduvers-gray);
}

.sign-up-one__form form .thm-btn {
  width: 100%;
  justify-content: center;
  border: none;
}

.sign-up-one__form form .google-facebook {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.sign-up-one__form form .google-facebook a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--eduvers-gray);
  background-color: var(--eduvers-white);
  color: var(--eduvers-black);
  font-size: 16px;
  line-height: 28px;
  font-family: var(--eduvers-font);
  font-weight: 500;
  padding: 10px 10px 10px;
  border-radius: 5px;
  letter-spacing: -0.01em;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sign-up-one__form form .google-facebook a:hover {
  border: 1px solid var(--eduvers-base);
  background-color: var(--eduvers-white);
}

.sign-up-one__form form .google-facebook a+a {
  margin-left: 14px;
}

.sign-up-one__form form .google-facebook a .icon {
  position: relative;
  display: block;
  line-height: 0;
  margin-right: 10px;
}

.sign-up-one__form form .create-account {
  position: relative;
  display: block;
  padding-top: 22px;
}

.sign-up-one__form form .create-account p {
  margin: 0;
}

.sign-up-one__form form .create-account p a {
  font-weight: 500;
}

.sign-up-one__form form .create-account p a:hover {
  color: var(--eduvers-base);
}



/*--------------------------------------------------------------
# Login One
--------------------------------------------------------------*/
.login-one {
  position: relative;
  display: block;
  background-color: var(--eduvers-white);
  padding: 112px 0px 120px;
  z-index: 1;
}

.login-one .container {
  max-width: 620px;
}

.login-one__form {
  position: relative;
  display: block;
}

.login-one__form .inner-title {
  position: relative;
  display: block;
  padding-bottom: 60px;
}

.login-one__form .inner-title h2 {
  font-size: 60px;
  line-height: 1.0em;
  font-weight: 700;
  text-transform: capitalize;
}

.login-one__form form {
  position: relative;
  display: block;
  background-color: var(--eduvers-white);
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.06);
  padding: 60px 50px 52px;
  border-radius: var(--eduvers-bdr-radius);
}

.login-one__form form .form-group {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.login-one__form form .input-box {
  position: relative;
  display: block;
}

.login-one__form form input[type="text"],
.login-one__form form input[type="email"],
.login-one__form form input[type="password"] {
  position: relative;
  display: block;
  border-radius: var(--eduvers-bdr-radius);
  border: 1px solid rgba(var(--eduvers-black-rgb), .10);
  background-color: var(--eduvers-primary);
  width: 100%;
  height: 60px;
  color: var(--eduvers-gray);
  font-size: 16px;
  font-family: var(--eduvers-font);
  font-weight: 400;
  font-style: normal;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  transition: all 500ms ease;
}

.login-one__form form input[type="text"]:focus,
.login-one__form form input[type="email"]:focus,
.login-one__form form input[type="password"]:focus {
  border-color: var(--eduvers-base);
  background-color: var(--eduvers-white);
}

.login-one__form form input[type="text"]::-webkit-input-placeholder {
  color: var(--eduvers-gray);
}

.login-one__form form input[type="text"]:-moz-placeholder {
  color: var(--eduvers-gray);
}

.login-one__form form input[type="text"]::-moz-placeholder {
  color: var(--eduvers-gray);
}

.login-one__form form input[type="text"]:-ms-input-placeholder {
  color: var(--eduvers-gray);
}

.login-one__form form input[type="email"]::-webkit-input-placeholder {
  color: var(--eduvers-gray);
}

.login-one__form form input[type="email"]:-moz-placeholder {
  color: var(--eduvers-gray);
}

.login-one__form form input[type="email"]::-moz-placeholder {
  color: var(--eduvers-gray);
}

.login-one__form form input[type="email"]:-ms-input-placeholder {
  color: var(--eduvers-gray);
}

.login-one__form form .thm-btn {
  width: 100%;
  justify-content: center;
  border: none;
}

.login-one__form form .remember-forget {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
}


.login-one__form form .checked-box1 {
  position: relative;
  display: block;
  min-height: 26px;
}

.login-one__form form .checked-box1 input[type="checkbox"] {
  display: none;
}

.login-one__form form .checked-box1 label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  color: var(--eduvers-gray);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  cursor: pointer;
  font-family: var(--eduvers-font);
}

.login-one__form form .checked-box1 input[type="checkbox"]+label span {
  position: absolute;
  display: block;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #e3e4ea;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.login-one__form form .checked-box1 label span:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  content: "";
  width: 8px;
  height: 8px;
  background: var(--eduvers-base);
  border-radius: 2px;
  margin: 3px auto 0px;
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.login-one__form form .checked-box1 input[type="checkbox"]:checked+label span {
  border-color: var(--eduvers-base);
}

.login-one__form form .checked-box1 input[type="checkbox"]:checked+label span:before {
  transform: scale(1.0);
}


.login-one__form form .forget {
  position: relative;
  display: block;
}

.login-one__form form .forget a {
  color: var(--eduvers-black);
  font-size: 16px;
  line-height: 26px;
  font-family: var(--eduvers-font);
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.login-one__form form .forget a:hover {
  color: var(--eduvers-base);
}

.login-one__form form .create-account {
  position: relative;
  display: block;
  padding-top: 25px;
}

.login-one__form form .create-account p {
  color: var(--eduvers-black);
}

.login-one__form form .create-account p a {
  color: var(--eduvers-base);
  font-weight: 500;
}

/*--------------------------------------------------------------
# End All Css
--------------------------------------------------------------*/