* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

*:focus-visible {
  outline: 0 !important;
}

@font-face {
  font-family: 'Almarai';
  src: url('/assets/front/fonts/almarai/Almarai-Regular.woff2') format('woff2'),
       url('/assets/front/fonts/almarai/Almarai-Regular.woff') format('woff');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Almarai';
  src: url('/assets/front/fonts/almarai/Almarai-Bold.woff2') format('woff2'),
       url('/assets/front/fonts/almarai/Almarai-Bold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
}

.register-form-label{
  font-size: 18px;
  margin-bottom: 5px;
}

::selection {
  background-color: var(--bs-primary);
  color: #fff;
}

:root {

  --bs-primary: #1AB69D;
  --bs-black: #181818;
  --bs-secondary: #808080;
  --bs-pink: #EE4A62;
}

.primary {
  color: var(--bs-primary);
}

.secondary {
  color: var(--bs-secondary);
}

.pink {
  color: var(--bs-pink);
}

.black {
  color: #000;
}

body {
  /* font-family: 'Almarai' !important;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal; */
  font-family: 'Almarai' !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

ul {
  padding: 0;
  margin-bottom: 0;
}

ul li {
  list-style: none;
}

/* h1,
h2,
h3,
h4,
h5,
p {
  margin-bottom: 0;
} */

p {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  /* font-weight: 400; */
  /* color: var(--bs-secondary); */
}

h1 {
  font-family: 'Almarai' !important;
  font-size: 50px;
  line-height: 1.3;
  color: var(--bs-black);
}

h2 {
  font-family: 'Almarai' !important;
  font-size: 44px;
  line-height: 1.3;
}

h3 {
  font-family: 'Almarai' !important;
  font-size: 36px;
  line-height: 1.3;
}

h4 {
  font-family: 'Almarai' !important;
  font-size: 24px;
  line-height: 1.3;
}

h5 {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.main-wrapper {
  overflow-x: hidden;
}

.transition-3 {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o--transition: all 0.3s ease-in-out;
}


.btn-fill {
  width: auto;
  height: 60px;
  position: relative;
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  padding: 0px 40px;
  border-radius: 4px;
  background-color: var(--bs-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o--transition: all 0.4s linear;
}

.btn-fill span {
  color: #fff !important;
  display: inline-flex;
  gap: 5px;
  z-index: 2;
}

.btn-fill span svg {
  margin-top: -2px;
}

.btn-fill:hover {
  background-color: var(--bs-primary);
  color: #FFF;
}

.btn-fill::after {
  content: "";
  height: 100%;
  width: 0;
  background: linear-gradient(-90deg, #31B978 0%, #1AB69D 100%);
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn-fill:hover::after {
  width: 100%;
  left: 0;
}

.btn-fill2 {
  width: auto;
  height: 40px;
  position: relative;
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  padding: 0px 20px;
  border-radius: 4px;
  background-color: var(--bs-pink);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o--transition: all 0.4s linear;
}

.btn-fill2:hover {
  background-color: #fff;
  color: #000;
}




/* header section start */
header {
  position: relative;
  width: 100%;
  overflow-x: clip;
  z-index: 2;
}

header.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-animation: headerSticky .95s ease forwards;
  animation: headerSticky .95s ease forwards;
  will-change: transform;
  transition: all .5s ease-in;
}

.top-header {
  background-color: #232323;
}

.top-header.sticky-header {
  display: none !important;
}

.header-top-icon {
  width: auto;
  height: 50px;
  padding-left: 30px;
  display: flex;
  align-items: center;
}

.header-top-icon:last-child {
  padding-right: 30px;
}

.header-top-icon a {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

.header-top-icon a svg {
  margin-top: -4px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
}

.header-top-icon i {
  font-size: 14px;
  margin-left: 8px;
  color: var(--bs-primary);
}

.header-top-icon::after {
  background-color: rgba(255, 255, 255, .2);
  height: 30px;
  content: "";
  width: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.header-top-icon a:hover {
  color: #fff;
}

.top-header-right .btn-fill {
  border-radius: 0;
  height: 50px;
  padding: 0 30px;
}

.login-modal .modal-header {
  border-bottom: 0;
  padding-top: 20px;
  padding-right: 30px;
}

.login-modal .btn-close {
  --bs-btn-close-bg: unset;
  --bs-btn-close-opacity: 1;
  --bs-btn-close-hover-opacity: 1;
}

.login-modal .btn-close i {
  font-size: 26px;
}

.login-modal .btn-close:focus,
.login-modal .btn-close:hover {
  box-shadow: none;
  color: var(--bs-primary);
}

.login-modal .nav-pills {
  display: inline-flex;
  justify-content: center;
  background-color: rgb(242, 242, 242);
}

.login-modal .nav-pills li {


  display: inline-flex;
  align-items: center;
}

.login-modal .nav-pills .nav-link {
  width: auto;
  height: 40px;
  font-size: 18px;
  line-height: 1;
  color: var(--bs-black);
  border-radius: 0;
  padding: 0 30px;
  background-color: transparent;
}

.login-modal .nav-pills .nav-link:focus {
  box-shadow: none;
}

.login-modal .nav-pills .nav-link.active {
  background-color: var(--bs-black);
  color: #fff;
}

.tab-content .login-title {
  font-size: 28px;
  line-height: 1.2;
  color: var(--bs-black);
}

.login-acc {
  font-size: 18px;
  color: var(--bs-black);
}

.login-acc button {
  font-size: 18px;
  color: var(--bs-primary);
  background-color: transparent;
  border: 0;
}

.login-modal .modal-body {
  padding: 0 50px 70px;
}


.login-modal .btn-fill {
  width: 100%;
  height: 50px;
}

.login-modal .form-control {
  height: 50px;
  color: var(--bs-black);
  border-color: #e5e5e5;
  margin-bottom: 30px;
}

.login-modal .form-control:focus {
  box-shadow: none;
}

.custome-checkbox {
  margin-top: 2px;
  border-radius: 3px !important;
  border-color: #e5e5e5 !important;
}

.custome-checkbox:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.custome-checkbox:focus {
  box-shadow: none;
}

.last-pass {
  color: var(--bs-primary);
}



/* header content */



#topnav {
  height: 90px;
  /* position: fixed;
  right: 0;
  left: 0;
  top: 0; */
  z-index: 999;
  background-color: #fff;
  border: 0;
  box-shadow: 0 3px 9px rgb(0 0 0 / 5%);
  transition: all .5s ease
}

#topnav .logo {
  float: right;
  color: #1e293b !important
}

.logo-light-mode {
  width: auto;
  height: 90px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
}

#topnav .logo .l-light {
  display: inline-block;
  width: 158px;
  height: 50px;
  object-fit: contain;
}

#topnav .logo .big-logo {
  display: block
}

#topnav .logo .mobile-logo {
  display: none
}

#topnav .logo:focus {
  outline: none
}

#topnav #navigation {
  font-family: 'Almarai' !important;
}

#topnav #navigation.toggle-menu {
  position: relative;
  display: block;
  top: 0;
  border: none
}

#topnav #navigation.toggle-menu .toggle-menu-item {
  display: block
}

#topnav #navigation.toggle-menu .toggle-menu-item>li {
  float: none;
  margin: 0 16px !important;
  text-align: center
}

#topnav #navigation.toggle-menu .toggle-menu-item>li>a {
  padding: 16px 0;
  min-height: auto;
  font-size: 18px
}

#topnav .has-submenu.active a {
  color: #fff
}

#topnav .has-submenu.active .submenu li.active>a {
  color: var(--bs-primary) !important
}

#topnav .has-submenu.active.active .menu-arrow {
  border-color: var(--bs-primary)
}

#topnav .has-submenu {
  position: relative
}

#topnav .has-submenu .submenu {
  position: relative
}

#topnav .has-submenu .submenu .submenu-arrow {
  border: solid #1e293b;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 15px
}

#topnav .has-submenu .submenu .has-submenu .submenu .has-submenu:hover .submenu-arrow {
  border-color: var(--bs-primary)
}

#topnav .has-submenu .submenu .has-submenu:hover>.submenu-arrow {
  border-color: var(--bs-primary)
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 32px 0 26px 10px;
  height: 18px
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #1e293b;
  display: block;
  margin-bottom: 5px;
  transition: transform .5s ease
}

#topnav .navbar-toggle span:last-child {
  margin-bottom: 0
}

#topnav .buy-button {
  float: left;
  line-height: 90px;
}


#topnav .navbar-toggle.open span {
  position: absolute
}

#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  transform: rotate(45deg)
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  transform: rotate(-45deg)
}


#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu>li>a:hover,
#topnav .navbar-toggle:focus {
  background-color: transparent
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0
}

#topnav .navigation-menu>li {
  float: left;
  display: block;
  position: relative;
  margin: 0 0px
}

#topnav .navigation-menu>li:hover>a,
#topnav .navigation-menu>li.active>a {
  color: var(--bs-primary) !important
}

#topnav .navigation-menu>li>a {
  display: block;
  color: #1e293b;
  font-size: 18px;
  background-color: transparent !important;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  transition: all 0.5s;
  padding-left: 10px;
  padding-right: 10px
}

#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:active {
  color: var(--bs-primary)
}

#topnav .navigation-menu>li .submenu.megamenu li .megamenu-head {
  padding: 10px 20px;
  white-space: nowrap;
  font-size: 11.5px;
  text-transform: capitalize;
  font-weight: bolder;
  color: #1e293b !important
}

#topnav .navigation-menu>li .submenu li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize
}

#topnav .navigation-menu .has-submenu .menu-arrow {
  border: solid #1e293b;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg) translateY(-52%);
  position: absolute;
  transition: all 0.5s;
  left: -3px;
  top: 48%;
}

#topnav .navigation-menu.personal-menu>li>a {
  position: relative;
  display: inline-block !important
}

#topnav .navigation-menu.personal-menu>li:hover>a:after,
#topnav .navigation-menu.personal-menu>li.active>a:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 80%;
  background-color: rgba(56, 189, 248, 0.25);
  right: 0;
  left: 0;
  top: 50%;
  z-index: 0;
  margin: 0 auto;
  transition: all 0.5s ease;
  transform: rotate(-10deg)
}

#topnav .menu-extras {
  float: left;
  margin-left: 20px;
}

#topnav.scroll {
  background-color: #fff;
  border: none;
  box-shadow: 0 0 3px rgba(30, 41, 59, 0.15)
}

#topnav.scroll .navigation-menu>li>a {
  color: #1e293b
}

#topnav.scroll .navigation-menu>li>.menu-arrow {
  border-color: #1e293b
}

#topnav.scroll .navigation-menu>li:hover>a,
#topnav.scroll .navigation-menu>li.active>a {
  color: var(--bs-primary)
}

#topnav.scroll .navigation-menu>li:hover>.menu-arrow,
#topnav.scroll .navigation-menu>li.active>.menu-arrow {
  border-color: var(--bs-primary)
}

#topnav.defaultscroll.dark-menubar .logo {
  line-height: 70px
}

#topnav.defaultscroll.scroll .logo {
  line-height: 62px
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
  line-height: 62px
}

#topnav.nav-sticky {
  background: #fff;
  box-shadow: 0 0 3px rgba(30, 41, 59, 0.15)
}

#topnav.nav-sticky .navigation-menu.nav-light>li>a {
  color: #1e293b
}

#topnav.nav-sticky .navigation-menu.nav-light>li.active>a {
  color: var(--bs-primary) !important
}

#topnav.nav-sticky .navigation-menu.nav-light>li:hover>.menu-arrow,
#topnav.nav-sticky .navigation-menu.nav-light>li.active>.menu-arrow {
  border-color: var(--bs-primary) !important
}

#topnav.nav-sticky .navigation-menu.nav-light>li:hover>a,
#topnav.nav-sticky .navigation-menu.nav-light>li.active>a {
  color: var(--bs-primary) !important
}

#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
  border-color: #1e293b
}

#topnav.nav-sticky.tagline-height {
  top: 0 !important
}

#topnav.nav-sticky .buy-button .login-btn-primary {
  display: inline-block
}

#topnav.nav-sticky .buy-button .login-btn-light {
  display: none
}

#topnav.nav-sticky .logo .l-dark {
  display: inline-block
}


.logo {
  font-weight: 600;
  font-size: 24px;
  margin-left: 0px;
  padding: 0 0 6px;
  line-height: 68px
}

.buy-button {
  padding-right: 22px;
  margin-right: 28px;
}

.buy-button::before {
  position: absolute;
  content: "";
  height: 40px;
  width: 2px;
  background-color: #F3F3F3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.header-basket svg,
.header-search svg {
  width: 26px;
  height: 24px;
  object-fit: contain;
}

.header-basket .badge {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  left: -10px;
  display: grid;
  place-items: center;
  font-size: 12px;
  line-height: 1;
  padding: 0;
  color: #fff;
  background-color: var(--bs-primary);
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}

.header-basket .basket-box {
  position: absolute;
  content: '';
  left: 0;
  top: 100%;
  right: -20px;
  left: inherit;
  width: 350px;
  padding: 20px 25px 25px;
  z-index: 99;
  background-color: #fff;
  padding: 20px;
  min-width: 180px;
  visibility: hidden;
  opacity: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
  box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
}

.header-basket:hover .basket-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header-basket:hover .basket-box::before {
  content: '';
  position: absolute;
  left: 35px;
  top: -7.5px;
  left: inherit;
  right: 22px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: -2px -2px 10px -5px rgba(0, 0, 0, .2);
  box-shadow: -2px -2px 10px -5px rgba(0, 0, 0, .2);
  border-top: 7.5px solid #fff;
  border-bottom: 7.5px solid transparent;
  border-left: 7.5px solid #fff;
  border-right: 7.5px solid #fff;
}

.basket-box p {
  font-family: 'Almarai' !important;
  font-size: 16px;
  line-height: 1.5;
  color: var(--bs-black);
  margin-bottom: 15px;
}

.edu-search-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.edu-search-popup.open {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  height: 100%;
}

.edu-search-popup::before {
  position: absolute;
  background-color: transparent;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.edu-search-popup .content-wrap {
  background-color: #fff;
  width: 100%;
  min-height: 560px;
  position: relative;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .08);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.edu-search-popup .logo-wrapper {
  margin-top: 20px;
  margin-left: 50px;
}

.edu-search-popup .close-btn {
  background-color: transparent;
  border-color: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 35px;
  margin-right: 35px;
}

.edu-search-popup .close-btn:hover i {
  color: var(--bs-primary);
  transform: rotate(90deg);
}

.edu-search-popup .close-btn i {
  font-size: 40px;
  color: var(--bs-black);
}

.edu-search-popup .inner {
  width: 100%;
  max-width: 1170px;
  margin: 100px auto 0;
}

.edu-search-popup .inner .search-form {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
}

.edu-search-popup .inner .search-form input {
  height: 90px;
  border: 0 none;
  border-radius: 5px;
  background: transparent;
  padding: 0;
  padding-right: 55px;
  font-weight: 400;
  font-family: 'Almarai' !important;
  font-size: 24px;
  width: 100%;
}

.edu-search-popup .inner .search-form .submit-button {
  background-color: transparent;
  border: 0;
  color: var(--bs-black);
  transition: 0.3s;
}


/* header section end */
/* banner section start */
.home-banner {
  width: 100%;
  height: auto;
  padding-top: 65px;
  top: -12px;
  background-color: #EAF0F2;
  background-image: url(../image/bg-1.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

.home-banner-left,
.home-banner-right {
  z-index: 1;
}

.home-banner h1 {
  margin-bottom: 20px;
}

.home-banner h1 span {
  color: var(--bs-pink);
}

.home-banner-left p {
  font-family: 'Almarai' !important;
  font-size: 18px;
  color: var(--bs-black);
  margin-bottom: 30px;
}

.home-banner-right .img-block {
  width: 538px;
  height: 605px;
  position: relative;
  left: -120px;
  overflow: hidden;
}

.home-banner-right .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-instructor-widget {
  position: absolute;
  bottom: 10%;
  left: auto;
  width: auto;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 26px 30px 16px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .1);
}

.banner-instructor-widget h5 {
  font-size: 18px;
  line-height: 1.5;
  color: var(--bs-black);
}

.banner-instructor-widget img {
  width: 40px;
  height: 30px;
  /* margin-left: -15px; */
  object-fit: contain;
}

.banner-instructor-widget p {
  font-size: 18px;
  line-height: 1;
  color: var(--bs-black);
}

.banner-instructor-widget p span {
  font-family: 'Almarai' !important;
  display: block;
  font-weight: 900;
  color: var(--bs-pink);
}

.anim-icons img,
.anim-icons1 img {
  position: absolute;
}

.anim-icons .banner-anim-icon1 {
  top: 15%;
  right: 15%;
}

.banner-anim-icon2 {
  top: 30%;
  right: 58%;
  transform: translateX(-42%);
}

.banner-anim-icon3 {
  bottom: 10%;
  left: 13%;
}

.banner-anim-icon4 {
  bottom: 10%;
  left: 13%;
}

.banner-anim-icon5 {
  bottom: 30%;
  right: 50%;
  transform: translateX(-40%);
}

.banner-anim-icon6 {
  position: absolute;
  top: 20%;
  right: 60%;
  transform: translateX(-40%);
  animation: left-right 8s linear infinite;
}

.banner-anim-icon7 {
  position: absolute;
  top: 22%;
  left: -9%;
  z-index: 3;
}

.banner-anim-icon8 {
  position: absolute;
  top: 16%;
  left: 0%;
}

.home-widgets {
  position: relative;
  top: -12px;
  background-image: linear-gradient(-90deg, #31B978 0%, #1AB69D 100%);
}

.home-widgets-box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  border-left: 1px solid #FFFFFF26;
  padding: 30px 0;
}

.home-widgets .col-lg-3:last-child .home-widgets-box {
  border-left: 0;
}

.home-widgets-box .icon-box {
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  background-color: #FFFFFF1A;
  border-radius: 50%;
}

.home-widgets-box h5 {
  font-family: 'Almarai' !important;
  color: #fff;
}

/* home-categories section start */

.home-categories {
  padding: 90px 0 110px;
}

.heading {
  margin-bottom: 40px;
}

.heading .title-shape {
  width: 110px;
  height: 20px;
  overflow: hidden;
}

.heading .title-shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.heading p,
.heading h3 {
  text-align: center;
}

.heading span {
  display: block;
  text-align: center;
  color: #808080;
  text-transform: uppercase;
}

.home-categories .row {
  row-gap: 30px;
}

.home-categories-box {
  font-family: 'Almarai' !important;
  font-size: 18px;
  color: var(--bs-black);
  padding: 16px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  text-align: left;
  min-height: 80px;
  background: rgba(26, 182, 157, .07);
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home-categories-box span{
  font-weight: 700 !important;
}

.home-categories-box svg {
  width: 48px;
  height: 48px;
}

.home-categories-box svg path {
  transform: 3s;
}

.home-categories-box1 svg path {
  fill: #1AB69D;
}

.home-categories-box:hover svg path {
  fill: #fff;
}

.home-categories-box1 {
  background: rgba(26, 182, 157, .07);
}

.home-categories-box1:hover {
  color: #fff;
  background: #1AB69D;
}

.home-categories-box2 {
  background-color: #EE4A6212;
}

.home-categories-box2:hover {
  background-color: #EE4A62;
  color: #fff;
}

.home-categories-box2 svg path {
  fill: #EE4A62;
}


.home-categories-box3 {
  background-color: #F6F1FF;
}

.home-categories-box3:hover {
  background-color: #8E56FF;
  color: #fff;
}

.home-categories-box3 svg path {
  fill: #8E56FF;
}

.home-categories-box4 {
  background-color: #F8B81F12;
}

.home-categories-box4:hover {
  background-color: #F8B81F;
  color: #fff;
}

.home-categories-box4 svg path {
  fill: #F8B81F;
}

/* home abput section start */
.home-about {
  padding-bottom: 120px;
}

.home-about-left {
  padding: 85px 0 45px;
}

.home-about-img {
  width: 347px;
  max-width: 100%;
  height: 296px;
  border-radius: 10px;
  overflow: hidden;
}

.home-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-video-widgets {
  position: absolute;
  top: 28px;
  left: 0px;
  border-radius: 10px;
  width: 100%;
  max-width: 302px;
  aspect-ratio: 16 / 9;
  display: inline-block;
  overflow: hidden;
  /* overflow: hidden; */
  /* box-shadow: 0px 40px 70px 0px rgba(26.999999999999993, 20, 78, 0.1); */
}

.about-video-widgets .video-popup-icon,
.course-sidebar .video-popup-icon {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  display: grid;
  place-items: center;
  transition: 0.3s;
}

.about-video-widgets .video-popup-icon svg,
.course-sidebar .video-popup-icon svg {
  width: 24px;
  height: 24px;
}

.about-video-widgets .video-popup-icon svg path,
.course-sidebar .video-popup-icon svg path {
  fill: var(--bs-pink);
  transition: .3s;
}

.about-video-widgets .video-popup-icon:hover,
.course-sidebar .video-popup-icon:hover {
  background-color: var(--bs-primary);
}

.about-video-widgets .video-popup-icon:hover path,
.course-sidebar .video-popup-icon:hover path {
  fill: #fff;
}

.about-widgets2 {
  position: absolute;
  bottom: 0;
  left: 70px;
  width: fit-content;
  padding: 20px;
  box-shadow: 0 40px 70px rgba(27, 20, 78, .1);
  background-color: #fff;
  border-radius: 10px;
  transition: .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: bounceSlide;
}

.about-widgets2 .icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #EAF7F5;
  overflow: hidden;
}

.about-widgets2 .icon-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-widgets2 .desc h4 {
  color: var(--bs-primary);
}

.about-widgets2 .desc p {
  font-family: 'Almarai' !important;
}

.home-about-right .subtitle {
  font-family: 'Almarai' !important;
  color: #808080;
}

.home-about-right h3 span {
  color: var(--bs-pink);
}

.title-shape {
  width: 108px;
  height: 15px;
  overflow: hidden;
}

.title-shape img {
  width: 100%;
  height: 100%;
}

.home-about-right {
  margin-right: 30px;
  padding-right: 15px;
}

.home-about-right p {
  font-family: 'Almarai' !important;
  color: #808080;
  margin-bottom: 20px;
}

.home-about-right ul li,
.about-left ul li {
  position: relative;
  font-family: 'Almarai' !important;
  font-size: 18px;
  color: var(--bs-black);
  padding-right: 35px;
  margin-bottom: 15px;
}

.home-about-right ul li::before,
.about-left ul li::before {
  content: '';
  width: 20px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../image/icon/2.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.anim-icons .about-anim-icon1 {
  top: 7%;
  right: 12%;
  z-index: -1;
}

.about-anim-icon2 {
  bottom: 11%;
  right: 32%;
  transform: translateX(-65%);
  z-index: -1;
  opacity: 0.6;
}

.about-anim-icon3 {
  top: 8%;
  left: 10%;
  z-index: -1;
}

.about-anim-icon4 {
  top: 10%;
  right: 12%;
  z-index: -2;
}

.popular-course {
  width: 100%;
  height: auto;
  padding: 100px 0 325px;
  background-color: #F0F4F5;
}

.course-box .card {
  border: 0;
  border-radius: 4px;
  overflow: hidden;
  min-height: 540px !important;
  /* height: 600px !important; */
}

.course-box .card-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}

.course-box .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.course-box:hover .card-img img {
  transform: scale(1.1);
}

.course-box .card-img .duration {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #F5B81F;
  border-radius: 4px;
  padding: 4px 8px;
}

.course-box .card-img .duration i {
  font-size: 18px;
  color: #fff;
}

.course-box .card-img .duration span {
  font-size: 13px;
  line-height: 1;
  color: #fff;
}

.course-box .card-body {
  padding: 30px 20px 16px 30px;
}

.course-box .course-level {
  font-family: 'Almarai' !important;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  color: #1AB69D;
  border-radius: 4px;
  background-color: rgba(26, 182, 157, .15);
  padding: 1px 10px;
  display: inline-block;
  margin-bottom: 15px;
}

.course-box .course-hover .course-level {
  background-color: #fff;
  color: var(--bs-black);
  /* margin-left: -42px; */
}

.course-box h6, .course-box h4  {
  font-family: 'Almarai' !important;
  font-size: 16px;
  line-height: 1.5;
  color: var(--bs-black);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}

.course-box .course-hover h6,
.course-box .course-hover h6 a {
  color: #fff;
  font-size: 18px !important;
  font-weight: 700 !important;
}

.course-box .rating {
  margin-bottom: 10px;
}

.course-box .rating .star {
  display: flex;
  align-items: center;
  gap: -3px;
}

.course-box .rating .star path {
  fill: #f8b81f;
}

.course-box .rating span {
  font-family: 'Almarai' !important;
  font-size: 13px;
  line-height: 2.5;
  display: inline-block;
  color: var(--bs-black);
}

.course-box .price {
  font-family: 'Almarai' !important;
  font-size: 14px;
  line-height: 1.5;
  color: var(--bs-pink);
  margin-bottom: 10px;
  display: block;
}

.course-box .card-footer {
  display: flex;
  align-items: center;
  border-top: 0;
  padding: 0;
  margin: 10px 0;
  background-color: transparent;
}

.course-box .card-footer .footer-box:first-child {
  margin-left: 30px;
  position: relative;
}

.course-box .card-footer .footer-box:first-child::after {
  content: '';
  width: 1px;
  height: 19px;
  position: absolute;
  top: 2px;
  left: -15px;
  background-color: #e5e5e5;
}

.course-box .card-footer svg {
  width: 15px;
  height: 15px;
  object-fit: contain;
  margin-top: -4px;
}

.course-box .card-footer span {
  font-family: 'Almarai' !important;
  font-size: 13px;
  line-height: 1.5;
  color: var(--bs-black);
}

.course-box .course-hover {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 50px 20px 45px 30px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background-color: #1AB69D;
}

.course-box:hover .course-hover {
  opacity: 3;
}

.course-box .icon-box {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, .3);
  text-align: center;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  position: relative;
  right: 82%;
  top: -10%;
}

.course-box .icon-box i {
  font-size: 18px;
  color: #fff;
  margin: auto 0 3px;
  transition: all 300ms ease-in-out;
}

.course-box .icon-box .bi-heart.hide,
.course-box .icon-box .bi-heart-fill.hide {
  display: none;
}

.course-box .icon-box .bi-heart.show,
.course-box .icon-box .bi-heart-fill.show {
  display: inline;
}

.course-box .course-hover p {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}

.course-box .course-hover .card-footer span {
  color: #fff;
}

/* popular course end */

/* counter section start */
.counter-section {
  margin-top: -220px;
  margin-bottom: 0;
  z-index: 1;
}

.counter-inner {
  width: 755px;
  max-width: 95%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* gap: 200px;
  row-gap: 50px; */
  background-color: #fff;
  box-shadow: 0px 30px 70px 0px rgba(15.99999999999999, 12.000000000000002, 47, 0.08);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px auto;
  --e-column-margin-right: 15px;
  --e-column-margin-left: 15px;
  padding: 70px 70px 70px 70px;
  border-radius: 8px;
}

.counter-inner .counter-box {
  text-align: center;
  padding: 38px;
}

.counter-inner .counter-box:first-child {
  border-left: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.counter-inner .counter-box:nth-child(4) {
  border-right: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
}

.counter-inner .counter-box h3 {
  margin-bottom: 10px;
}

.counter-inner .counter-box p {
  font-family: 'Almarai' !important;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  color: var(--bs-black);
}

.counter-inner .counter-box:nth-child(1) h3 {
  color: #1AB69D;
}

.counter-inner .counter-box:nth-child(2) h3 {
  color: #EE4A62;
}

.counter-inner .counter-box:nth-child(3) h3 {
  color: #F8941F;
}

.counter-inner .counter-box:nth-child(4) h3 {
  color: #8E56FF;
}

.counter-anim-icon1 {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 160px;
  height: 175px;
  animation: rotate-y 15s normal infinite linear;
}

.counter-anim-icon2 {
  top: -100px;
  right: -100px;
  z-index: -1;
}

.counter-anim-icon3 {
  bottom: -80px;
  left: -80px;
  z-index: -1;
}

.counter-anim-icon4 {
  bottom: -70px;
  left: -70px;
  z-index: -2;
}

/* testinomial section start */
.testimonials {
  padding: 125px 0px;
}

.testinomial-left p {
  font-family: 'Almarai' !important;
  max-width: 390px;
}

.testimonials-box {
  width: calc(100% - 30px);
  height: auto;
  /* background-color: #fff; */
  padding: 60px 30px 50px;
  margin: 20px 15px;
  border-radius: 8px;
  box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
  position: relative;
  overflow: hidden;
}

.mySwiper .swiper-slide {
  overflow: visible;
}

.testimonials-box .img-box {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
}

.testimonials-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-box .icon-box {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 70%;
  right: 70%;
  display: grid;
  background-color: #1AB69D;
  border: 5px solid #fff;
  border-radius: 50%;
  place-items: center;
}

.testimonials-box p {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  margin: 35px 0 20px;
  font-weight: 700;
}

.testimonials-box .star {
  margin-bottom: 8px;
}

.testimonials-box .star i {
  font-size: 18px;
  color: #f8b81f;
}

.testimonials-box .title {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bs-black);
  margin-bottom: 3px;
}

.testimonials-box .subtitle {
  font-family: 'Almarai' !important;
  font-size: 14px;
  line-height: 1.5;
  color: #808080;
}

.testimonials-box .bg-content {
  position: absolute;
  top: -30px;
  left: -50px;
  z-index: -1;
  width: 140px;
  height: 140px;
  object-fit: contain;
  opacity: 0.35;
}

/* testimonials section end */

/* get in start */
.get-in-box {
  width: 770px;
  max-width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background: linear-gradient(-90deg, #31B978 0%, #1AB69D 100%);
  border-radius: 8px;
  padding: 50px;
}

.get-in-box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../image/bg-2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.get-in-box h5 {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}

.get-in-box a {
  font-family: 'Almarai' !important;
  font-size: 26px;
  line-height: 1.5;
  color: #fff;
}

.get-in-box .or {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  background-color: #fff;
  color: #1AB69D;
  border: 3px solid #1AB69D33;
  border-radius: 100%;
}

.get-in-box .or h4 {
  font-family: 'Almarai' !important;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}

.get-anim-icon1 {
  width: 105px;
  height: 105px;
  top: -30px;
  left: 119px;
  z-index: -1;
}

.get-anim-icon2 {
  width: 105px;
  height: 105px;
  bottom: -10px;
  right: 120px;
  z-index: -1;
}

.get-anim-icon3 {
  width: 105px;
  height: 105px;
  top: 0px;
  left: 120px;
  z-index: -1;
}

/* get in touch section end */

/* home instruction start */
.home-instructors {
  padding: 30px 0;
}

.home-instructors-box {
  border: 0;
}

.home-instructors-box a {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bs-black);
  display: block;
  font-weight: 700;
}

.home-instructors-box .designation {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: #808080;
  display: block;
  margin-top: 4px;
}

.home-instructors-box .img-box {
  width: 100%;
  max-height: 320px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.home-instructors-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.home-instructors-box .img-box>a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 182, 157, .6);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.home-instructors-box:hover .img-box a::before {
  visibility: visible;
  opacity: 1;
}

.team-share-info {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  z-index: 2;
}

.team-share-info li:not(:last-child) {
  margin-bottom: 10px;
}

.team-share-info li:not(:first-child) {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;

}

.home-instructors-box:hover .team-share-info li:not(:first-child) {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.team-share-info li a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #1AB69D;
  display: grid;
  place-items: center;
  transition: all 0.3s ease-in-out;

}

.team-share-info li:nth-child(3) {
  transition: 0.4s;
}

.team-share-info li:nth-child(4) {
  transition: 0.5s;
}

.home-instructors-box:hover .team-share-info li:first-child a,
.team-share-info li:hover a {
  background-color: #fff;
}

.home-instructors-box:hover .team-share-info li:first-child i {
  color: #1AB69D;
}

.home-instructors-box:hover .team-share-info li a {
  border-color: #fff;
}

.team-share-info li i {
  font-size: 16px;
  color: #1AB69D;
  transition: 0.3s;
}

.home-instructors-box:hover .team-share-info li i {
  color: #fff;
}

.home-instructors-box .team-share-info li:hover i {
  color: #1AB69D;
}

/* home instructors section end  */
/* home-certificate section start */
.home-certificate {
  width: 100%;
  height: auto;
  padding: 90px 0;
  background-image: url(../image/bg-3.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.home-certificate-inner h3 {
  max-width: 700px;
}

.home-certificate-inner h3 span {
  color: var(--bs-pink);
}

.certi-anim-icon1 {
  width: 120px;
  height: 120px;
  bottom: 80px;
  left: 20%;
}

.certi-anim-icon2 {
  width: 120px;
  height: 40px;
  bottom: 100px;
  left: 20%;
}

.certi-anim-icon3 {
  width: 170px;
  height: 170px;
  right: 10%;
  top: 0;
}

.certi-anim-icon4 {
  width: 160px;
  height: 175px;
  right: 10%;
  top: 7%;
}

/* partner section start */
.partner {
  padding: 105px 0 85px;
}

.partner .heading p {
  font-family: 'Almarai' !important;
  max-width: 390px;
}

.partner-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.partner-box {
  width: 100%;
  height: auto;
  padding: 20px 0;
  display: grid;
  place-items: center;
  border-style: solid;
  border-color: #F0F0F0;
  transition: 0.3s;
}

.partner-box:hover {
  box-shadow: 0px 10px 50px 0px rgba(25.999999999999996, 46, 84.99999999999999, 0.1);
}

.partner-box:nth-child(1) {
  border-width: 0 1px 1px;
}

.partner-box:nth-child(2),
.partner-box:nth-child(3),
.partner-box:nth-child(4) {
  border-width: 0 1px 1px 0;
}

.partner-box:nth-child(5) {
  border-width: 0 1px 0 1px;
}

.partner-box:nth-child(6),
.partner-box:nth-child(7),
.partner-box:nth-child(8) {
  border-width: 0 1px 0px 0;
}

.partner-box img {
  width: 110px;
  height: 110px;
  max-width: 90%;
  max-height: 110px;
  object-fit: contain;
}

/* partner section end */
/* artical section start */
.artical {
  padding-bottom: 100px;
}

.artical-box {
  width: 100%;
  height: auto;
}

.artical-box .card-img {
  position: relative;
  width: 100%;
  height: 370px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.artical-box .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artical-box .card-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background-color: rgba(0, 0, 0, .5);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}

.artical-box:hover .card-img::after {

  visibility: visible;
  opacity: 1;
}

.artical-box .card-body {
  width: 90%;
  height: auto;
  position: relative;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  margin: -175px auto 0;
  box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
  z-index: 2;
}

.artical-box .course-name {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  display: block;
  color: #808080;
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: 0.3s;
}

.artical-box h5,
.artical-box h5 a {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bs-black);
  margin-bottom: 10px;
  transition: 0.3s;
}

.artical-box h5:hover a,
.artical-box .course-name:hover {
  color: var(--bs-primary);
}

.artical-box ul,
.blog-details .blog-dates {
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}

.artical-box ul li,
.blog-details .blog-dates li {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bs-black);
}

.artical-box ul li:nth-child(1),
.blog-details .blog-dates li:nth-child(1) {
  border-left: 1px solid #F0F0F0;
  padding-left: 10px;
}

.artical-box ul li:nth-child(2),
.blog-details .blog-dates li:last-child(2) {
  padding-right: 20px;
}

.artical-box ul li i,
.blog-details .blog-dates li i {
  font-size: 16px;
  color: #1AB69D;
  margin-left: 5px;
}

.artical-box p {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: #808080;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.artical-box .card-body .arrow-box,
.blog-box .card-body .arrow-box {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -40px;
  left: 30px;
  display: grid;
  place-items: center;
  background-color: var(--bs-primary);
  visibility: hidden;
  opacity: 0;
  border-radius: 100%;
  box-shadow: 0px 10px 30px 0px rgba(20, 36, 66, 0.15);
  transition: 0.3s;
}

.artical-box:hover .card-body .arrow-box,
.blog-box:hover .card-body .arrow-box {
  top: -30px;
  visibility: visible;
  opacity: 1;
}

.artical-box .card-body .arrow-box:hover,
.blog-box .card-body .arrow-box:hover {
  background-color: var(--bs-pink);
}

.artical-anim-icon1 {
  width: 180px;
  height: 180px;
  object-fit: contain;
  top: -60px;
  left: -60px;
}

.artical-anim-icon2 {
  width: 180px;
  height: 180px;
  object-fit: contain;
  bottom: 80px;
  right: 20px;
}

.artical-anim-icon3 {
  top: 20px;
  left: 20px;
}

/* back to top */

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: grid;
  place-items: center;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(235, 64, 52, 0.3);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'Almarai' !important;
  content: '\e84b';
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: var(--grey);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: 'Almarai' !important;
  content: '\e84b';
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background-image: linear-gradient(298deg, var(--red), var(--yellow));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--bs-pink);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--bs-pink);
}

/* footer section start */
.footer-inner1 {
  padding: 85px 0 55px;
  background-color: #F0F4F5;
  position: relative;
}

.footer-inner1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/bg-4.webp);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.footer-logo img {
  width: auto;
  height: 50px;
  object-fit: contain;
  margin-bottom: 20px;
}

.footer-widgets > p {
  font-family: 'Almarai' !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bs-black);
  margin-bottom: 20px;
}

.footer-contact p {
  font-family: 'Almarai' !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bs-black);
  margin-bottom: 5px;
}

.footer-contact span,
.footer-contact p a {
  font-family: 'Almarai' !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bs-black);
  margin-bottom: 20px;
  transition: 0.3;
}

.footer-contact p a:hover {
  color: var(--bs-primary);
}

.footer-widgets2,
.footer-widgets3 {
  padding: 0 10px;
}

.footer-widgets2 {
  margin-left: auto;
  width: fit-content;
}

.footer-widgets .footer-heading {
  font-family: 'Almarai' !important;
  font-size: 20px;
  line-height: 1.5;
  color: var(--bs-black);
  margin-bottom: 40px;
  font-weight: 700;
}

.footer-widgets ul li a.nav-links {
  font-family: 'Almarai' !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bs-black);
  margin-bottom: 20px;
  transition: 0.3;
  margin: 10px 0;
  display: block;
}

.footer-widgets ul li:hover a.nav-links {
  color: var(--bs-primary);
}

.footer-widgets form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-widgets form .form-control {
  height: 50px;
  border-radius: 4px;
  border: 0;
  padding: 15px 12px 15px 30px;
  font-family: 'Almarai' !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}

.footer-widgets form .form-control:focus {
  box-shadow: none;
}

.footer-widgets form .form-control::placeholder {
  color: #808080;
}

.footer-widgets form .btn-fill {
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

footer .social-links img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.footer-inner2 {
  background-color: #EBEFF0;
}

.footer-inner2 p {
  font-family: 'Almarai' !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bs-black);
  margin-bottom: 20px;
  transition: 0.3;
  margin: 10px 0;
  display: block;
}

.footer-inner2 p a {
  color: var(--bs-primary);
  transition: 0.3s;
}

.footer-inner2 p a:hover {
  color: #19D2B4;
}

/* <========== index page end ==========> */

/* <========== instructor page start ==========> */
.innerbanner {
  width: 100%;
  position: relative;
  padding: 95px 0 85px;
  background-color: #f5f9fa;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  top: -15px;
}

.innerbanner h1 {
  font-family: 'Almarai' !important;
  font-size: 50px;
  line-height: 1.3;
  color: var(--bs-black);
  margin-bottom: 12px;
}

.innerbanner .breadcrumb-item a {
  font-family: 'Almarai' !important;
  font-size: 16px;
  line-height: 1.5;
  color: var(--bs-black);
}

.innerbanner .breadcrumb-item.active {
  font-family: 'Almarai' !important;
  font-size: 16px;
  line-height: 1.5;
  color: var(--bs-black);
}

.innerbanner .anim-icons img,
.innerbanner .anim-icons1 img {
  z-index: -1;
}

.innerbanner-anim-icon1 {
  top: 20%;
  left: 10%;
}

.innerbanner-anim-icon2 {
  top: -5%;
  right: -4%;
}

.innerbanner-anim-icon3 {
  top: 30%;
  right: 20%;
}

.innerbanner-shape1 {
  position: absolute;
  top: -315px;
  left: -60px;
  height: 470px;
  width: 470px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  opacity: 0.5;
  z-index: -1;
}

.innerbanner-shape2 {
  position: absolute;
  top: 30px;
  right: -180px;
  width: 470px;
  height: 470px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  opacity: 0.5;
  z-index: -1;
}

.instructor-details {
  padding: 50px 0;
}

.instructor-details-left .img-box {
  width: 330px;
  height: 330px;
  max-width: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.instructor-details-left .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instructor-details-left .social-links-box,
.expert .social-links-box,
.course-sidebar .social-links-box {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid #E5E5E5;
  display: grid;
  place-items: center;
  transition: 0.3s;
}

.instructor-details-left .social-links-box i,
.expert .social-links-box i,
.course-sidebar .social-links-box i {
  transition: 0.3s;
  color: #808080;
}

.instructor-details-left .social-links-box:hover,
.expert .social-links-box:hover,
.course-sidebar .social-links-box:hover {
  background-color: var(--bs-primary);
}

.instructor-details-left .social-links-box:hover i,
.expert .social-links-box:hover i,
.course-sidebar .social-links-box:hover i {
  color: #fff;
}

.instructor-details-right {
  padding-right: 65px;
}

.instructor-details-right .title {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: #1AB69D;
  display: block;
  margin-bottom: 5px;
}

.instructor-details-right .title-name {
  font-family: 'Almarai' !important;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.instructor-details-right .title-type {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: #808080;
  display: block;
  margin-bottom: 25px;
}

.instructor-details-right .stu-info i {
  font-size: 18px;
  color: #808080;
}

.instructor-details-right .Students {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bs-black);
}

.instructor-details-right .stu-info .divider {
  width: 1px;
  height: 19px;
  background-color: #e5e5e5;
}

.instructor-details-right .stu-info .star i {
  color: #F8B81F;
}

.instructor-details-right .stu-info .rates span {
  font-family: 'Almarai' !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: var(--bs-black);
}

.instructor-details-right .about-info {
  margin: 40px 0;
}

.instructor-details-right .about-info h5,
.instructor-details-right .instructor-info h5 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: var(--bs-black);
}

.instructor-details-right .about-info p {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: #808080;
  margin-bottom: 20px;
}

.instructor-details-right .instructor-info p {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bs-black);
}

.instructor-details-right .instructor-info span,
.instructor-details-right .instructor-info a {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: #808080;
  transition: 0.3;
}

.instructor-details-right .instructor-info a:hover {
  color: var(--bs-primary);
}

.instructor-course {
  background-color: #F0F4F5;
  padding: 100px 0;
}



/* <========== blog page start ==========> */
.blog {
  padding: 10px 0px 60px 0px;
}

.blog-box {
  border-radius: 8px;
  overflow: hidden;
  border: 0;
  box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
}

.blog-box .card-img {
  width: 100%;
  height: 270px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.blog-box .card-img::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3ss;
  transition: 0.3s;
  z-index: 1;
}

.blog-box:hover .card-img::before {
  opacity: 1;
  visibility: visible;
}

.blog-box .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.3ss;
  transition: 0.3s;
}

.blog-box:hover .card-img img {
  transform: scale(1.1);
}

.blog-box .card-img .date-box {
  position: absolute;
  top: 15px;
  right: 15px;
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  padding: 3px 12px;
  border-radius: 4px;
  background-color: var(--bs-primary);
  z-index: 2;
}

.blog-box .card-body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 30px;
  position: relative;
}

.blog-box .card-body .arrow-box {
  z-index: 3;
}

.blog-box .card-body .category a {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: #808080;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
  transition: 0.3s;
}

.blog-box .card-body .category:hover a {
  color: var(--bs-primary);
}

.blog-box .card-body h5 a {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bs-black);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  transition: 0.3s;
}

.blog-box .card-body p {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: #808080;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
  transition: 0.3s;
}

.blog-right {
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.07);
  border-radius: 5px;
  padding: 35px;
}

.blog-right .main-title {
  font-family: 'Almarai' !important;
  font-size: 20px;
  line-height: 1.5;
  color: var(--bs-black);
  margin-bottom: 30px;
}

.blog-right .blog-search .form-control {
  background: transparent;
  height: 60px;
  width: 100%;
  border-radius: 5px;
  font-family: 'Almarai' !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding: 0 56px 0 20px;
  border: 1px solid #e5e5e5;
}

.blog-right .blog-search .form-control:focus {
  box-shadow: none;
}

.blog-right .blog-search .form-control::placeholder {
  color: #808080;
}

.blog-right .blog-search .search-button {
  position: absolute;
  top: 0;
  background-color: transparent;
  border: 0 none;
  height: 100%;
  text-align: center;
  color: var(--bs-black);
  font-size: 18px;
  border-radius: 0;
  line-height: 64px;
  padding: 0;
  right: 20px;
}

.blog-right .latest-post {
  margin: 80px 0;
}

.blog-right .latest-post li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-right .latest-post li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.blog-right .latest-post li img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 8px;
  object-fit: cover;
}

.blog-right .latest-post li .post-title,
.blog-right .cate li {
  font-family: 'Almarai' !important;
  font-size: 16px;
  line-height: 1.5;
  color: var(--bs-black);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  transition: 0.3s;
}

.blog-right .latest-post li .post-title:hover {
  color: var(--bs-primary);
}

.blog-right .latest-post li i {
  font-size: 18px;
  color: var(--bs-primary);
}

.blog-right .latest-post .post-date span {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: #808080;
}

.blog-right .cate li {
  font-family: 'Almarai' !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.blog-right .cate li:not(:last-child) {
  margin-bottom: 15px;
}

.blog-right .cate li a {
  color: var(--bs-black);
}

.blog-right .cate li a:hover {
  color: var(--bs-primary);
}

.blog-right .tags {
  margin-top: 80px;
}

.blog-right .tags .tags-box,
.blog-details-block .tags .tags-box {
  padding: 8px 15px;
  border: 1px solid #e5e5e5;
  transition: 0.3s;
  border-radius: 4px;
}

.blog-right .tags .tags-box:hover,
.blog-details-block .tags .tags-box:hover {
  background: linear-gradient(-90deg, #31B978 0%, #1AB69D 100%);
  border-color: transparent;
}

.blog-right .tags .tags-box span,
.blog-details-block .tags .tags-box span {
  font-family: 'Almarai' !important;
  font-size: 14px;
  line-height: 1.5;
  color: var(--bs-black);
  transition: 0.3s;
}

.blog-right .tags .tags-box:hover span,
.blog-details-block .tags .tags-box:hover span {
  color: #fff;
}

.blog-left nav,
.course-listing nav {
  margin-top: 40px;
}

.blog-left .pagination,
.course-listing .pagination {
  justify-content: center;
  gap: 10px;
}

.blog-left .pagination li a,
.course-listing .pagination li a,
.guide-list .pagination li a
 {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: grid;
  place-items: center;
  border: 0;
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--bs-black);
  background-color: #fff;
  transition: 0.3s;
}

.blog-left .pagination li a:hover,
.blog-left .pagination li a.active,
.course-listing .pagination li a:hover,
.course-listing .pagination li a.active,
.guide-list .pagination li a:hover,
.guide-list .pagination li a.active {
  background-color: var(--bs-primary);
  color: #fff;
}

.blog-left .pagination li a:hover svg path,
.course-listing .pagination li a:hover svg path {
  fill: #fff;
}

.blog-left .pagination li a:focus,
.course-listing .pagination li a:focus {
  box-shadow: none;
}

.page-item:first-child .page-link {
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
}

.page-item:last-child .page-link {
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
}


/* <========== blog details page start ==========> */
.blog-details .blog-cate,
.blog-details p {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
}

.blog-details .main-title {
  font-family: 'Almarai' !important;
  font-size: 28px;
  margin: 10px 0;
}

.blog-details .main-img {
  width: 100%;
  height: 500px;
  border-radius: 5px;
  overflow: hidden;
  margin: 50px 0;
}

.blog-details .main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-details p {
  margin-top: 15px !important;
  margin-top: 15px !important;
}

.guide-details h1, h2, h3, h4 ,h5, h6 {
  margin-top: 15px !important;
  margin-top: 15px !important;
}

.blog-details h1, h2, h3, h4 ,h5, h6 {
  margin-top: 15px !important;
  margin-top: 15px !important;
}

.ifram-container{
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}

.blog-service-list li {
  list-style: disc;
}

.blog-service-list li:not(:last-child) {
  margin-bottom: 12px;
}

.blog-specific-review {
  padding: 30px;
  background-color: #fff;
  box-shadow: inset;
  margin: 40px 0;
  box-shadow: 0 5px 50px 0 rgba(26, 46, 85, .1);
}

.blog-specific-review svg {
  width: 50px;
  height: 50px;
  min-width: 50px;
}

.blog-specific-review p {
  font-size: 17px;
  margin-bottom: 10px;
}

.blog-specific-review span {
  font-family: 'Almarai' !important;
  font-size: 18px;
}

.blog-details .sub-images {
  margin-bottom: 50px;
}

.blog-details .sub-images img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 5px;
}

.blog-details-block {
  padding: 70px 0;
}

.blog-details-block .tags h6,
.blog-details-block .share h6 {
  font-family: 'Almarai' !important;
  font-size: 16px;
  line-height: 1.5;
  color: var(--bs-black);
}

.blog-details-block .share i {
  font-size: 18px;
  color: #808080;
  transition: 0.3s;
}

.blog-details-block .share a:hover i {
  color: var(--bs-primary);
}

.blog-reply .form-control,
.blog-reply textarea,
.guide-reply .form-control,
.guide-reply textarea {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
  padding: 0 30px;
  margin-bottom: 30px;
  transition: 0.3s;
}

.blog-reply .form-control:focus,
.blog-reply textarea:focus {
  border-color: var(--bs-primary);
  box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
}

.blog-reply .form-control:hover,
.blog-reply .form-control:focus {
  border-color: var(--bs-primary);
}

.blog-reply textarea,
.guide-reply textarea {
  padding: 20px 30px;
  height: 150px;
  resize: none;
}

.contactus {
  padding: 60px 0 230px;
  z-index: 2;
}

.contactus-left h4 {
  margin-bottom: 20px;
}

.contactus-left h6 {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bs-black);
}

.contactus-left ul li {
  margin-bottom: 30px;
}

.contactus-left p,
.contactus-left a {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: #808080;
  transition: 0.3s;
}

.contactus-left a {
  color: var(--bs-black);
}

.contactus-left a:hover {
  color: var(--bs-primary);
}

.social-link .social-box {
  width: 50px;
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  display: grid;
  place-items: center;
  color: #808080;
  transition: 0.3s;
}

.social-link .social-box:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
}

.contactus-right {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  padding: 70px;
  background-color: #fff;
  box-shadow: 0px 0px 50px 0px rgba(25.999999999999996, 46, 84.99999999999999, 0.1);
}

.contactus-right p {
  margin-bottom: 30px;
}

.contactus-right .form-control,
.contactus-right textarea {
  width: 100%;
  height: 60px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0 10px;
}

.contactus-right .form-control:focus {
  box-shadow: none;
}

.contactus-right textarea {
  height: 150px;
  resize: none;
}

.location {
  width: 100%;
  height: 600px;
  overflow: hidden;
  /* position: relative;
  top: -120px; */
  z-index: -1;
}

.location iframe {
  width: 100%;
  height: 100%;
}

.contactus-anim-icon1 {
  width: 170px;
  height: 170px;
  top: 10%;
  left: 12%;
  z-index: -1;
}

.contactus-anim-icon2 {
  width: 150px;
  height: 150px;
  top: 8%;
  left: 12%;
  z-index: -1;
}

/* <========== about us page start ==========> */
.about-left .heading span {
  color: var(--bs-pink);
}

.about-right {
  position: relative;
}

/* .about-main-img
{
  position: relative;
  width: 520px;
  height: 320px;
  border-radius: 8px;
}
.about-second-img
{
  width: 220px;
  height: 270px;
  border-radius: 8px;
  object-fit: cover;
  position: absolute;
  top: -25%;
  left: 0;
}

.aboutshape-anim-icon1
{
  position: absolute;
  top: -60px;
  right: -30px;
  width: 160px;
  height: 160px;
  z-index: -1;
}
.aboutshape-anim-icon2
{
  position: absolute;
  bottom: -80px;
  left: -40px;
  width: 220px;
  height: 220px;
  z-index: -1;
}
.aboutshape-icon
{
  width: 160px;
  height: 170px;
  bottom: 0;
  right: 0;
} */
.about {
  padding: 20px 0 0px;
  background: linear-gradient(-90deg, #f5f1eb 0%, rgba(245, 241, 235, .3) 100%);
}

.about-left {
  max-width: 90%;
}

.mission-box img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.mission-box h6 {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bs-black);
}

.about-right {
  width: 100%;
  display: flex;
  gap: 55px;
}

.about-content {
  padding: 160px 0 300px;
}

.about-img1 {
  padding-bottom: 125%;
  position: relative;
  object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
  border-top-right-radius: 70px;
  display: block;
  width: 100%;
}

.about-right .w-50 img {
  position: absolute;
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.about-img2 {
  padding-bottom: 68%;
  position: relative;
  object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
  display: block;
  width: 100%;
}

.about-img3 {
  padding-bottom: 77%;
  position: relative;
  object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
  display: block;
  width: 100%;
}

.about-img4 {
  padding-bottom: 100%;
  position: relative;
  object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
  border-bottom-left-radius: 70px;
  display: block;
  width: 100%;
}

.about-right-inner2 {
  position: relative;
  top: -50px;
}

.aboutpage-anim-icon1 {
  width: 140px !important;
  height: 140px !important;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}

.aboutpage-anim-icon2 {
  width: 140px !important;
  height: 140px !important;
  top: -80px;
  right: -80px;
  z-index: -1;
}

.aboutround-shape {
  width: 600px;
  height: 600px;
  position: absolute;
  top: -5%;
  right: -5%;
  border-radius: 100%;
  border: 1px solid #7070ff;
  z-index: -1;
}

.about-counter-box {
  width: 98%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -100px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 30px 70px 0px rgba(15.99999999999999, 12.000000000000002, 47, 0.05);
  border-radius: 4px;
}

.about-counter-box .icon-box {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background-color: #EAF7F5;
  display: grid;
  place-items: center;
  margin-bottom: 25px;
}

.about-counter-box2 .icon-box {
  background-color: #FF5B5C1A;
}

.about-counter-box3 .icon-box {
  background-color: #4664E41A;
}

.about-counter-box4 .icon-box {
  background-color: #F896241A;
}

.about-counter-box .icon-box img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.about-counter-box h3,
.about-counter-box h3 a {
  color: var(--bs-black);
  margin-bottom: 10px;
}

.about-counter-box p {
  font-family: 'Almarai' !important;
  font-size: 13px;
  line-height: 1.3;
  color: var(--bs-black);
}

.aboutcounter-anim-icon1 {
  bottom: 80px;
  right: -20px;
  z-index: -1;
}

.choose .heading h3 span {
  color: var(--bs-pink);
}

.choose-card {
  width: 100%;
  height: auto;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .05);
  border: 0;
  overflow: hidden;

}

.choose-card .img-box {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.choose-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.choose-card .card-body {
  position: relative;
  padding: 70px 30px 30px;
}

.choose-card .icon-box {
  width: 92px;
  height: 92px;
  background-color: #62B89E;
  border-radius: 50%;
  margin-left: auto;
  display: grid;
  place-items: center;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  margin-right: auto;
}

.choose-card2 .icon-box {
  background-color: #EE4A62;
}

.choose-card3 .icon-box {
  background-color: #4664E4;
}

.choose-card .icon-box img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.choose-card h4 {
  font-family: 'Almarai' !important;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 22px;
  text-align: center;
  color: var(--bs-black);
}

.choose-card p {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: var(--bs-black);
}

.choose-anim-icon1 {
  bottom: -30px;
  right: -35px;
  z-index: -1;
}

.choose-img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  position: absolute;
  top: 2%;
  left: 2%;
  animation: rotate-y 15s normal infinite linear;
  z-index: -1;
}

.aboutget-in {
  margin: 100px 0 -100px;
}

.aboutget-in .get-in-box {
  background: var(--bs-pink);
  border-color: #EE4A62B3;
}

.aboutget-in .or {
  border-color: #EE4A62B3;
  color: var(--bs-pink);
}

/* faculty section start */
.faculty {
  position: relative;
  top: 200px;
}

.faculty-box {
  width: 100%;
  height: 370px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.faculty-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 182, 157, .6);
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s;
}

.faculty-box:hover::before {
  visibility: visible;
  opacity: 1;
}

.faculty-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faculty-box .content {
  position: absolute;
  bottom: 10%;
  left: 30px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.faculty-box .content h5 {
  font-family: 'Almarai' !important;
  font-size: 20px;
  line-height: 1.5;
  color: var(--bs-black);
  background-color: #fff;
  border-radius: 8px;
  padding: 11px 25px 9px;
  margin-bottom: 15px;
}

.faculty-box .content p {

  text-align: end;
  background-color: #fff;
  border-radius: 8px;
  padding: 11px 25px 9px;
}

.faculty-box .faculty-social-icons {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 2;
}

.faculty-box .faculty-social-icons li a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #fff;
  display: grid;
  place-items: center;
  transform: translateX(10px);
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;

}

.faculty-box:hover .faculty-social-icons li a {
  transform: translateX(0px);
  visibility: visible;
  opacity: 1;
}

.faculty-box .faculty-social-icons a i {
  font-size: 18px;
  color: #fff;
  transition: 0.3s;
}

.faculty-box .faculty-social-icons li a:hover {
  background-color: #fff;
}

.faculty-box .faculty-social-icons li a:hover i {
  color: var(--bs-primary);
}

.testi {
  padding: 300px 0 100px;
}

.testi::after {
  content: '';
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(-90deg, #F5F1EB 0%, #F5F1EB4D 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  background: linear-gradient(-90deg, #F5F1EB 0%, #F5F1EB4D 100%);
  z-index: -1;
}

.testi-box .star {
  margin-bottom: 15px;
}

.testi-box .star i {
  font-size: 18px;
  color: #f8b81f;
}

.testi-box p {
  font-family: 'Almarai' !important;
  font-size: 16px;
  line-height: 2;
  color: var(--bs-black);
  margin-bottom: 20px;
}

.testi-box img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 100%;
}

.testi-swiper .swiper-pagination {
  width: fit-content !important;
}

.testi-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(26, 182, 157);
}

.test-right .card {
  border: 0;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  border-top-left-radius: 100px;
  overflow: hidden;
}

.test-right .card .img-box {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
}

.test-right .card .img-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000004D;
  z-index: 1;
}

.test-right .card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.test-right .card .card-body {
  padding: 22px 30px;
}

.test-right .card .card-body h4 {
  font-family: 'Almarai' !important;
  font-size: 20px;
  line-height: 1.5;
  color: var(--bs-black);
  max-width: 340px;
}

.test-right .card .video-popup-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--bs-pink);
  display: grid;
  place-items: center;
  transition: 0.3s;
  z-index: 2;
}

.test-right .card .video-popup-icon::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .3);
  animation: video-ripple 2s linear infinite;
}

.test-right .card .video-popup-icon::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .3);
  animation: video-ripple 2s linear 1s infinite
}

.test-right .card .video-popup-icon svg {
  width: 30px;
  height: 30px;
}

.test-right .card .video-popup-icon path {
  fill: #fff;
}

.testi-anim-icon1 {
  top: -120px;
  right: -120px;
}

.testi-anim-icon2 {
  width: 500px;
  height: 500px;
  position: absolute;
  top: -220px;
  right: -360px;
  border-radius: 100%;
  border: 1px solid #7070ff;
  opacity: 0.4;
  z-index: -1;
}

.testishape-img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  position: absolute;
  bottom: 2%;
  left: -90px;
  animation: rotate-y 15s normal infinite linear;
  z-index: -1;
}

/* course listing page start */

.course-listing {
  padding: 100px 0;
}

.course-listing-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: -50px;
}

.course-listing-heading h6 {
  font-family: 'Almarai' !important;
  font-size: 16px;
  line-height: 1.5;
  color: var(--bs-black);
}

.course-listing-heading h6 span {
  color: var(--bs-primary);
}
.guide-listing-heading .form-control,
.course-listing-heading .form-control {
  font-family: 'Almarai' !important;
  font-size: 16px;
  line-height: 1.5;
  width: 390px;
  height: 60px;
  background-color: #F5F5F5;
  border: 0;
  color: var(--bs-black);
  padding: 0 20px;
}

.guide-listing-heading .form-control::placeholder,
.course-listing-heading .form-control::placeholder {
  color: #808080;
}

.guide-listing-heading .form-control:focus,
.course-listing-heading .form-control:focus {
  box-shadow: none;
}

.guide-listing-heading svg,
.course-listing-heading svg {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.course-listing .course-box .card-img {
  height: 270px;
}

.course-listing .course-box .card-img::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px 5px 0 0;
}

.course-listing .course-box .card-img .duration {
  z-index: 1;
}

.course-listing .course-box:hover .card-img .duration {
  opacity: 0;
}

.course-listing .course-box .icon-box {
  top: -5%;
}

.course-listing .course-box .card-body {
  background-color: #f7f5f2;
}

/* .course-listing .course-box .course-hover .course-level {
  margin-left: -240px;
} */

/* course listing page end */

/* course details page end */

.innerbanner1 {
  background-color: #020b17;
  padding: 10px 0 150px;
}

.innerbanner1 .content {
  width: 50%;
}

.innerbanner1 .content h1 {
  font-size: 36px;
  margin-bottom: 30px;
}

.innerbanner1 .content nav {
  margin-bottom: 65px;
}

.innerbanner1 .breadcrumb-item a {
  color: #fff;
}

.innerbanner1 .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.innerbanner1-block-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}

.innerbanner1-block-inner img {
  width: 22px;
  height: 20px;
  object-fit: contain;
}

.innerbanner1 .innerbanner-anim-icon3 {
  right: 5%;
}

.innerbanner1-block-inner p,
.innerbanner1-block-inner a {
  font-family: 'Almarai' !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}

.innerbanner1-block-inner a:hover {
  color: var(--bs-primary);
}

.innerbanner1-block .divider {
  height: 19px;
  width: 1px;
  background-color: #dbdbdb;
}

.innerbanner1-block-inner i {
  color: #f8b81f;
}

.course-desc {
  padding-top: 20px;
}

.course-desc-left h3 {
  margin-bottom: 20px;
}

.course-desc-left .course-desc-box p,
.course-desc-box1 ul li {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  /* color: #808080; */
  margin-bottom: 30px;
}

.course-desc-box1 ul li {
  padding: 10px 30px 10px 0;
  margin-bottom: 0;
  position: relative;
}

.course-desc-box1 ul li::before {
  content: '';
  position: absolute;
  top: 13px;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url(../image/icon/2-svg.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.course-desc-box1 ul,
.course-desc-box2 {
  margin-bottom: 40px;
}

.Curriculum .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--bs-black);
  box-shadow: none;
}

.Curriculum .accordion {
  margin-bottom: 50px;
}

.Curriculum .accordion-button:focus {
  box-shadow: none;
}

.Curriculum .accordion-body ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  padding: 15px 0;
  color: var(--bs-black);
  transition: 0.3s;
}

.Curriculum .accordion-body ul li:not(:last-child) a {
  border-bottom: 1px solid #e5e5e5;
}

.Curriculum .accordion-body ul li a:hover {
  color: var(--bs-primary);
}

.Curriculum .accordion-body ul li a:hover span {
  color: var(--bs-primary);
}

.Curriculum .accordion-body ul li a>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.accordion-button {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bs-black);
}

.Curriculum .accordion-item {
  padding: 30px 30px 15px;
}

.Curriculum .accordion-body li .badge {
  font-family: 'Almarai' !important;
  font-weight: 300;
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 4px;
}

.Curriculum .accordion-body li .text-bg-primary {
  background: #6C6DE6 !important;
}

.Curriculum .accordion-body li .text-bg-danger {
  background: #FBEFF4 !important;
  color: #EE4A62 !important;
}

.Curriculum .accordion-body ul span {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bs-black);
  transition: 0.3s;
}

.course-desc-box4,
.course-desc-box5 {
  margin-bottom: 40px;
}

.course-desc-box4 .expert {
  display: flex;
  align-items: start;
  gap: 30px;
}

.course-desc-box4 img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 4px;
}

.course-desc-box4 .expert-desc h5 {
  font-family: 'Almarai' !important;
  font-size: 20px;
  line-height: 1.5;
  color: var(--bs-black);
  /* margin-bottom: 5px; */
}

.course-desc-box4 .expert-desc span {
  font-family: 'Almarai' !important;
  font-size: 14px;
  line-height: 1.5;
  color: #808080;
  margin-bottom: 20px;
  display: block;
}

.course-desc-box4 .expert-desc p {
  font-family: 'Almarai' !important;
  font-size: 14px;
  line-height: 1.5;
  color: #808080;
  margin-bottom: 20px;
}

.review-wrapper .card-body {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
}

.course-desc-box5 .review-progress li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.course-desc-box5 .review-progress li .progress {
  width: 75%;
  height: 5px;
  border-radius: 50px;
}

.course-desc-box5 .review-progress li .progress-bar {
  background-color: #f8b81f;
}

.course-desc-box5 .review-progress span {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bs-black);
}

.course-desc-box5 .review-progress i {
  color: #f8b81f;
}

.review-box-left {
  background: #FFFFFF;
  box-shadow: 0px 0px 40px 0 rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  text-align: center;
  min-width: 170px;
  padding: 20px 10px;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.review-box-left h3 {
  font-family: 'Almarai' !important;
  font-size: 28px;
  line-height: 1.2;
  color: var(--bs-pink);
  margin-bottom: 0;
}

.review-box-left svg path,
.course-desc-box6 .reviews svg path,
.guide-review .reviews path {
  fill: #f8b81f;
  width: 20px;
  height: 20px;
}

.review-box-left p {
  font-family: 'Almarai' !important;
  font-size: 14px;
  line-height: 1.5;
  color: #808080;
}

.course-desc-box6 img,
.guide-review img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  object-fit: cover;
  border-radius: 100%;
}

.course-desc-box6 .reviews,
.guide-review .reviews{
  display: flex;
  align-items: start;
  gap: 20px;
}

.course-desc-box6 .reviews .desg,
.guide-review .reviews .desg {
  font-family: 'Almarai' !important;
  font-size: 14px;
  line-height: 1.5;
  color: var(--bs-black);
  margin-bottom: 10px;
  display: block;
}

.course-desc-box6 .reviews p,
.guide-review .reviews p {
  font-family: 'Almarai' !important;
  font-size: 14px;
  line-height: 1.5;
  color: #808080;
}

.course-sidebar {
  width: 100%;
  background-color: #fff;
  padding: 15px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.07);
  position: relative;
  top: -750px;
  z-index: 3;
  margin-top: 68px;
}

.course-sidebar .img-box {
  width: 100%;
  height: 235px;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}

.course-sidebar .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-sidebar .video-popup-icon {
  top: 50%;
}

.course-sidebar .card-body {
  padding: 40px 25px 25px;
}

.course-sidebar .card-body li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 20px 0 15px;
  border-bottom: 1px solid #e5e5e5;
}

.course-sidebar .card-body li>div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.course-sidebar .card-body li svg {
  width: 22px;
  height: 22px;
}

.course-sidebar .card-body li p,
.course-sidebar .card-body li span {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bs-black);
}

.course-sidebar .card-body li span.price {
  font-weight: 700;
  color: var(--bs-pink);
}

.course-sidebar .card-body li img {
  width: 20px;
  height: 20px;
}


/* <========== lessons section start ==========> */
/* #lessons_content .navbar {
  padding: 0;
  padding-right: 25px;
  background: var(--bs-primary);
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
}

#lessons_content .navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
} */
.lesson-header
{
  height: 70px;
  display: flex;
  position: fixed;
  z-index: 100;
  right: 475px;
  left: 0;
  padding: 0;
  padding-right: 15px;
  border-bottom: 1px solid #d9e0f1;
  background: var(--bs-primary);
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.lesson-header.active
{
  right: 0;
}
.lessons {
  display: flex;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}

#lessons_sidebar {
  position: sticky;
  top: 0;
  /* overflow: auto; */
  height: 100vh;
  flex: 0 0 475px;
  background: #fff;
  transition: all 0.3s;
}

#lessons_sidebar.active {
flex: 0;
width: 0;
}


#lessons_sidebar .sidebar-header {
  background-color: #F9FAFC;

}

#lessons_sidebar .sidebar-header .form-control {
  position: relative;
  width: 100%;
  height: 70px;
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: #181818;
  display: block;
  width: 100%;
  margin: 6px 0;
  padding-left: 20px;
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lessons_sidebar .sidebar-header .form-control::placeholder
{
  color: #ccc;
}
#lessons_sidebar .sidebar-header .search-icons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 16px;
  height: 70px;
  margin: 0 10px;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 1px;
}

#lessons_content {
  width: 100%;
  min-height: 100vh;
  overflow-y: auto;
  transition: all 0.3s;
  padding-top: 100px;
}

.lessons-list .section-header {
  width: 100%;
  display: table;
  position: sticky;
  z-index: 1000;
  top: -5px;
  padding: 24px 20px;
  cursor: pointer;
  background-color: white;
  border-bottom: 1px solid #d9e0f1;
}

.lessons-list .section-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.lessons-list .section-left .wrapper-section-title {
  color: var(--bs-black);
  flex: 1;
}

.lessons-list .section-header .section-toggle {
  margin-left: auto;
}

.lessons-list .section-header .fa-caret-down {
  color: #666;
  /* display: none; */
}

.lessons-list .section-header .fa-caret-up {
  color: #666;
}

.lessons_section {
  width: 100%;
}

.section-content .course-item {
  min-height: 50px;
  margin-bottom: 4px;
  padding: 0 20px;
  background: #f9fafc;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  border: 0;
  outline: 0;
  border-radius: 0;
}

.section-item .nav-tabs {
  border-bottom: 0 !important;
}

.section-item .nav-tabs .nav-item.show .nav-link,
.section-item .nav-tabs .nav-link.active {
  background-color: #eaeaea;
}

.section-content .course-item .section-item-link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  border-bottom: 0;
  outline: 0;
  box-shadow: none;

  text-decoration: none;
}

.section-content .course-item .section-item-link {
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bs-black);
  transition: 0.3s;
}

.section-content .course-item:hover .item-name {
  color: var(--bs-primary);
}

.section-content .course-item-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.section-content .course-item .badge {
  font-family: 'Almarai' !important;
  font-weight: 300;
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 4px;
}

.section-content .course-item .badge.text-bg-primary {
  background: #6C6DE6 !important;
}


.section-content .course-item .item-meta.duration {
  font-family: 'Almarai' !important;
  font-size: 12px;
  line-height: 1.5;
  color: var(--bs-black);
}

.lessons-top .course-name a {
  display: -webkit-box;
  overflow: hidden;
      text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  color: #fff;
  transition: 0.3s;
}

.lessons-top .course-name a:hover {
  color: #ffb606;
}

.lessons-top .close-btn {
  height: 70px;
  background-color: rgba(255, 255, 255, .1);
  padding: 0 20px;
  color: #fff;
  display: grid;
  place-items: center;
  transition: 0.3s;
}

.lessons-top .close-btn:hover {
  background-color: rgba(255, 255, 255, .3);
}

.lessons-top .close-btn svg {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.lessons-desc {
  /* overflow: auto;
  position: relative;
  margin: 70px 0 50px 0;
  flex: 1;   */
  padding: 20px 20px 40px;
}

.lessons-desc .lessons-content-wrap {
  width: 790px;
  max-width: 100%;
  margin: 0 auto;
}

.lessons-desc h3
{
  font-size: 28px;
  padding-bottom: 20px;

}
.lessons-desc h3.title {
  text-align: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}

.lessons-desc p {
  font-family: 'Almarai' !important;
  font-size: 18px;
  margin-bottom: 20px;
}

.lessons-desc iframe {
  width: 100%;
  height: 350px;
}

.lessons-list {
  width: 100%;
  height: calc(100% - 60px);
  overflow: auto;
    position: absolute;
    top: 70px;
    bottom: 0;
}

.lessons-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.lessons-list::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.lessons-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #ccc;
}

#lessons_sidebarCollapse {
  display: inline-block;
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  right: 475px;
  height: 56px;
  margin: 0;
  border: 0;
  padding: 2px 5px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
  cursor: pointer;
  transition: .25s;
  -webkit-appearance: none;
}
#lessons_sidebarCollapse.active
{
  right: 0;
}
.lessons-reply
{
  margin-top: 70px;
}
.lessons-reply .form-control,
.lessons-reply textarea
{
    font-family: 'Almarai' !important;
    font-size: 18px;
    line-height: 1;
    color: var(--bs-black);
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border: 1px solid transparent;
    box-shadow: 0px 10px 50px 0px rgba(26,46,85,0.1);
    margin-bottom: 30px;
    transition: all 0.3s;
}
.lessons-reply .form-control:focus,
.lessons-reply textarea:focus
{
  border-color: var(--bs-primary);
}
.lessons-reply .form-control::placeholder,
.lessons-reply textarea::placeholder
{
  color: #808080;
}
.lessons-reply textarea
{
    height: 150px;
    resize: none;
    padding: 15px;
    border-radius: 4px;
}
.lessons-desc .login-box
{
  position: relative;
  padding: 10px 15px 10px 50px;
  border-top: 5px solid #d85554;
  border-radius: 0 0 5px 5px;
  background: #f5f5f5;
  width: 100%;
}
.lessons-desc .login-box::before,
.lessons-desc .login-box::after
{
  position: absolute;
  top: 0;
  content: "";
}
.lessons-desc .login-box::before
{
  left: 20px;
  width: 20px;
  height: 30px;
  background: #d85554;
}
.lessons-desc .login-box::after
{
  top: 10px;
    left: 20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #f5f5f5;
}


.lessons-desc .login-box p
{
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
}

.lessons-desc .login-box p a
{
  color: var(--bs-black);
  text-decoration: underline;
  transition: 0.3s;
}

.lessons-desc .login-box p a:hover
{
  color: var(--bs-primary);
}

.lessons-footer
{
  max-width: 790px;
  padding: 10px 0;
  border-top: 1px solid #f5f5f5;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: sticky;
  bottom: 0px;
}
.lessons-footer button
{
  display: inline-flex;
  align-items: center;
  border: 0;
  background-color: transparent;
  font-size: 18px;
  line-height: 1;
  color: var(--bs-black);
}

/* <========== login page start ==========> */
.signin
{
  padding: 115px 0;
}
.signin-inner
{
  max-width: 970px;
  margin: 0 auto;
}
.signin-box
{
  width: 100%;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08) !important;
  padding: 70px 50px;
  border-radius: 5px;
  background-color: var(--edublink-color-white);
  border: inherit;
  margin-bottom: 0px;
}

.signin .form-label,
.signin .form-check-label,
.signin .forgote-link
{
  font-family: 'Almarai' !important;
  font-size: 18px;
  font-weight: 400;
  color: var(--bs-black);
  margin-bottom: 6px;
}

.signin-box .form-control
{
  border: 1px solid #e5e5e5;
    height: 50px;
    font-size: 18px;
    background-color: #fff;
    box-shadow: none;
    padding: 0 25px;
    outline: none;
    border-radius: 5px;
    color: var(--edublink-color-heading);
    margin-bottom: 0;
}

.signin .form-check
{
  margin-bottom: 30px;
}
.signin .form-check-input
{
  box-shadow: none;
  accent-color: var(--bs-primary);
}

.signin .form-check-input:checked
{
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.signin .forgote-link
{
  color: #666;
  transition: 0.3s;
}
.signin .forgote-link:hover
{
  color: var(--bs-primary);
}

/* <----- faq page start -----> */
.faq
{
  padding: 110px 0;
}
.faq::after
{
  content: '';
  position: absolute;
  bottom: 20px;
  left: 25%;
  width: 640px;
  height: 600px;
  background-image: url(../image/shape/map-shape.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.faq .accordion-item
{
  margin-bottom: 30px;
  border: none;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 10px 50px 0 rgba(26,46,85,.1);
}
.faq .accordion-button
{
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1;
  border-radius: 8px !important;
  padding: 20px;
}
.faq .accordion-button:focus
{
  box-shadow: none;
}
.faq .accordion-button:not(.collapsed)
{
  background-color: var(--bs-primary);
  color: #fff;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.accordion-button::after
{
  background-image: url(../image/icon/down1.svg);
}
.accordion-button:not(.collapsed)::after
{
  background-image: url(../image/icon/down.svg);
}

.faq .accordion-body
{
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1;
  padding:   24px 41px 28px 30px;
  color: #808080;
}
.faq-left .nav
{
  border-bottom: 0;
  flex-direction: column;
}

.faq .nav-tabs .nav-link
{
  border: 0 !important;
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bs-black);
  text-align: start;
  transition: 0.3s;
}
.faq .nav-tabs .nav-link:focus
{
  box-shadow: none;
}
.faq .nav-tabs .nav-link.active
{
  color: var(--bs-primary);
}
.faq .nav-tabs .nav-link svg
{
  visibility: hidden;
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.3s;
}
.faq .nav-tabs .nav-link svg path
{
  fill: var(--bs-primary);
}
.faq .nav-tabs .nav-link.active svg
{
  visibility: visible;
  opacity: 1;
  transform: translateX(0px);
}
.faq-wrapper
{
  padding: 90px 0 ;
  background-color: #F0F4F5;
overflow: hidden;
border-bottom: 1px solid #e5e5e5;
}
.faq-wrapper h2
{
  max-width: 700px;
  margin: 0 auto 20px;
}
.faq-wrapper h2 span
{
  color: var(--bs-pink);
}

.faq-anim-icon1
{
  width: 100px;
  height: 40px;
  object-fit: contain;
  top: 60%;
  left: 20%;
}
.faq-anim-icon2
{
  width: 160px;
  height: 170px;
  object-fit: contain;
  top: 10%;
  right: 10%;
}
.faq-anim-icon3
{
  width: 100px;
  height: 100px;
  object-fit: contain;
  top: 60%;
  left: 20%;
}

.faq-anim-icon4
{
  width: 160px;
  height: 170px;
  object-fit: contain;
  top: 5%;
  right: 10%;
}


/* <----- privacy policy page start -----> */
.policy
{
  padding: 2px 0;
}
.policy-block:not(:last-child)
{
  margin-bottom: 65px;
}
.policy-block h3,
.policy-block p,
.policy-block h5
{
  margin-bottom: 30px;
}
.policy-inner
{
  max-width: 850px;
}


.policy-block ul li
{
  padding-right: 30px;
  position: relative;
  margin-bottom: 15px;
}
.policy-block ul li::before
{
  content: '';
  position: absolute;
  top: 0px;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../image/icon/2-svg.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.policy-block ul li,
.policy-block p
{
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bs-secondary);
}

/* <----- guide listing page start -----> */

.guide-list
{
  padding: 40px 0;
}
.guide-listing-heading
{
  margin-bottom: 40px;
}

.guide-search
{
  display: inline-block;
  width: fit-content;
}

.guide-box
{
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 8px;
  background-color: #f5f5f5;
  display: block;
  transition: 0.3s;
}
.guide-box:hover
{
  background-color: #f1f1f1;
}
.guide-box p
{
  margin-bottom: 15px;
}
.guide-box svg
{
  width: 20px;
  height: 20px;
}
.guide-box svg path
{
  fill: var(--bs-primary);
}
.guide-box .date
{
  display: flex;
  align-items: center;
  gap: 8px;
}
.guide-box .date span
{
  font-family: 'Almarai' !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: var(--bs-black);
    margin-top: 3px;
}

.guide-list-bottom h6 span
{
  color: var(--bs-primary);
}


/* <===== guide details page start =====> */

.guide-details
{
  padding: 10px 0px 60px 0px;
}
.content-tbl
{
  position: sticky;
  top: 100px;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 10px 50px 0 rgba(26,46,85,.07);
}
.content-tbl li:not(:last-child)
{
  margin-bottom: 5  px;
}
.content-tbl li a
{
  font-family: 'Almarai' !important;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bs-black);
  transition: 0.3s;
}

.content-tbl li a.active
{
  color: var(--bs-primary);
}

.info-edu-card
{
  padding: 20px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
}
.info-edu-card-head
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  /* margin-bottom: 20px; */
}
.info-edu-card-profile
{
  display: flex;
  align-items: center;
  gap: 15px;
}
.info-edu-card-profile .profile-img
{
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  overflow: hidden;
}
.info-edu-card-profile img
{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.info-edu-card-profile .profile-name
{
  color: var(--bs-pink);
}
.edu-review .rated
{
  color: #FFA800;
}
.edu-review .unrated
{
  color: #bfbfbf
}

.edu-subcard
{
  border-radius: 4px;
  padding: 8px;
  border: 1px solid #e5e5e5;
  text-align: center;
}

.edu-subcard p
{
  font-family: 'Almarai' !important;
  margin-bottom: 15px;
}

.info-edu-card .accordion-button:not(.collapsed),
.guide-faq .accordion-button:not(.collapsed) {
  background-color: var(--bs-primary);
  color: #fff;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.accordion-button:focus
{
  box-shadow: none;
}
.info-edu-card .accordion-body
{
  padding: 20px 25px;
}
.info-edu-card .option-item
{
    display: flex;
}
.info-edu-card .option-item .option-check,
.info-edu-card .option-item .option-uncheck
{
  position: relative;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  display: block;
  margin-left: 8px;
}
.info-edu-card .option-item .option-check::before,
.info-edu-card .option-item .option-uncheck::before
{
content: '';
  position: absolute;
  top: 3px;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../image/icon/10.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.info-edu-card .option-item .option-uncheck::before
{
  background-image: url(../image/icon/11.svg);
}
.info-edu-card>.row
{
  margin-bottom: 20px;
}
.recommendation
{
  position: sticky;
  top: 110px;
}

.recommendation .card
{
  background-color: #f7f5f2;
  border: 0;
}
.recommendation .img-block
{
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.recommendation .img-block img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recommendation ul li
{
  padding-right: 20px;
  position: relative;
}
.recommendation ul li::after
{
  content: '';
  position: absolute;
  top: 3px;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url(../image/icon/2.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.recommendation .signup-card
{
  padding-top: 100px;
  padding-bottom: 100px;
}

.recommendation .signup-card a
{
  color: var(--bs-primary);
}
.about-edu-company ul li
{
  margin-right: 20px;
  list-style: disc;
}
.guide-faq .accordion-item:not(:last-child)
{
  margin-bottom: 30px;
}
.guide-faq .accordion-item
{
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
}
.guide-reply .form-control
{
  height: 50px;
}
.guide-reply textarea,
.guide-reply .form-control
{
  box-shadow: none;
  border: 1px solid #e5e5e5;
}
.guide-reply textarea:focus,
.guide-reply .form-control:focus
{
  border-color: var(--bs-primary);
}

.guide-review .reviews:not(:last-child)
{
  margin-bottom: 30px;
}
.guide-details div[data-section] {
  scroll-margin-top: 100px;
}


@keyframes headerSticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes left-right {

  0%,
  100% {
    right: 55%;
  }

  50% {
    right: 60%;
  }
}

@keyframes bounceSlide {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

/*
@keyframes rotate-y {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
} */

@keyframes video-ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}


.author-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
  margin-left: 20px;
  object-fit: cover;
}

.author-details h2 {
  color: #555;
  margin-bottom: 8px;
  font-size: 20px
}

.author-details strong {
  font-size: 25px;
  color: #0ea5e9;
  margin-bottom: 8px;
}

.author-details p {
  margin: 0;
  color: #555;
  font-size: 18px;
}
