/*----------------------------------------------------
@File: Default Styles
@Author: Team HTMLMATE
@URL: https://www.htmlmate.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */

/*=====================================================================
@Template Name: Genius Course
@Author: HTMLMATE



@Default Styles

Table of Content:
01/ Variables,Global
02/ Header Section
03/ Slider Section
04/ Search Course Section
05/ Popular Course Section
06/ About Section
07/ Testimonial Section
08/ Latest area Section
09/ Best course Section
10/ Teacher Section
11/ Best product section
12/ FAQ section
13/ Course category section
14/ why choose us section
15/ contact section
16/ blog section
17/ check out section
18/ Course section
19/ footer
 


=====================================================================*/

/*Variables*/

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

#course-btn .genius-btn {
  margin: 0 auto;
}

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

/*global area*/

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

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.4;
  color: #777777;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #15D0CE !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #102E52 !important;
}

.text-info {
  color: #15D0CE !important;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}

.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.modal-header .close {
  padding: unset !important;
  right: 2.3rem !important;
}

.animation,
.staggered-animation {
  visibility: hidden;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}

.ul-li-block ul li {
  list-style: none;
  display: block;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
  background: #fff url(/images/preloader.gif?6cf89a8bb47c0d7c2d5ec120749fda86) no-repeat center center;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #102E52 !important;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  overflow: hidden;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
.register-form-area select:visited,
.register-form-area textarea:visited,
input.active,
.register-form-area select.active,
.register-form-area textarea.active,
input:hover,
.register-form-area select:hover,
.register-form-area textarea:hover,
input:focus,
.register-form-area select:focus,
.register-form-area textarea:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.relative-position {
  position: relative;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb45 {
  margin-bottom: 45px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt25 {
  margin-top: 25px;
}

.ml42 {
  margin-left: 42px;
}

.mb65 {
  margin-bottom: 65px;
}

.mt60 {
  margin-top: 60px;
}

.pt150 {
  padding-top: 150px;
}

.pb45 {
  padding-bottom: 30px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb10 {
  padding-bottom: 10px;
}

.gradient-bg,
.modal-body .nws-button button,
.teacher-pic-content .teacher-img-content:after,
.course-details-category li:hover {
  background: #15D0CE;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #15D0CE), color-stop(100%, #4eb3bf));
  background: -webkit-gradient(linear, left top, right top, from(#01a6fd), color-stop(51%, #15D0CE), to(#01a6fd));
  background: linear-gradient(to right, #01a6fd 0%, #15D0CE 51%, #01a6fd 100%);
  background-size: 200% auto;
  -webkit-transition: background 1s ease-out;
  transition: background 1s ease-out;
}

.gradient-bg:hover,
.modal-body .nws-button button:hover,
.teacher-pic-content .teacher-img-content:hover:after,
.course-details-category li:hover {
  background: #01a6fd;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #01a6fd), color-stop(100%, #4eb3bf));
  background: -webkit-gradient(linear, left top, right top, from(#15D0CE), color-stop(51%, #01a6fd), to(#15D0CE));
  background: linear-gradient(to right, #15D0CE 0%, #01a6fd 51%, #15D0CE 100%);
  background-size: 200% auto;
  background-position: 190px;
}

.text-gradiant {
  background: -webkit-gradient(left top, right top, color-stop(0%, #01a6fd), color-stop(100%, #15D0CE));
  background: -webkit-gradient(linear, right top, left top, from(#01a6fd), to(#15D0CE));
  background: linear-gradient(to left, #01a6fd 0%, #15D0CE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.backgroud-style {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.whitish-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.65);
}

.genius-btn {
  height: 50px;
  line-height: 52px;
  border-radius: 4px;
  display: table;
  padding: 0px 25px;
}

.genius-btn a {
  color: #fff;
  display: block;
  width: 100%;
}

.genius-btn a i {
  margin-left: 5px;
  color: #01a6fd;
}

.bold-font {
  font-weight: 700;
}

.section-title .subtitle {
  color: #a9a3a3;
  letter-spacing: 7px;
  position: relative;
}

.section-title .subtitle:before,
.section-title .subtitle:after {
  content: ".";
  font-size: 70px;
  left: -45px;
  pointer-events: none;
  position: absolute;
  text-shadow: rgba(0, 0, 0, 0) 0px 0px;
  top: -10px;
  line-height: 0;
  color: #15D0CE;
  text-shadow: 15px 0 #15D0CE;
}

.section-title .subtitle:after {
  right: -28px;
  left: inherit;
}

.section-title h2 {
  font-size: 55px;
  font-weight: 300;
  color: #000000;
}

.section-title h2 span {
  font-weight: 700;
}

.section-title-2 h2 {
  font-size: 38px;
  color: #000000;
  font-weight: 300;
  position: relative;
}

.section-title-2 h2 span {
  font-weight: 700;
}

.section-title-2 h2:after {
  position: absolute;
  content: '';
  bottom: -10.5px;
  height: 2px;
  width: 50px;
  left: 0;
  background-color: #15D0CE;
}

.pages-tiltle:after {
  display: none;
}

.widget-title {
  font-size: 25px;
  color: #000000;
  font-weight: 700;
  position: relative;
  margin-bottom: 50px;
}

.widget-title:after {
  position: absolute;
  content: '';
  bottom: -20px;
  height: 2px;
  width: 50px;
  left: 0;
  background-color: #17d0cf;
}

.breadcrumb-section {
  background-image: url(/images/brt-1.jpg?7bd1a3bf05fa1b133ad7a8f02b943944);
  padding-bottom: 355px;
}

.breadcrumb-section .blakish-overlay {
  opacity: 1;
  visibility: visible;
}

.breadcrumb-section .page-breadcrumb-content {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  left: 0;
  right: 0;
}

.breadcrumb-section .breadcrumb-head {
  font-size: 38px;
  color: #fff;
  font-weight: 300;
}

.breadcrumb-section .breadcrumb-head span {
  font-weight: 700;
}

.breadcrumb-section .breadcrumb {
  text-align: center;
  display: inherit;
  background-color: transparent;
}

.breadcrumb-section .breadcrumb-item {
  background-color: #15D0CE;
  color: #fff;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
}

.breadcrumb-section .breadcrumb-item::before {
  display: none;
}

.breadcrumb-section .breadcrumb-item.active {
  background-color: #3b3b3b;
  color: #7a7a7a;
}

#newletterlabel {
  margin-left: 10px;
  max-width: calc(100% - 50px);
}

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

/*Header Section*/

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

.navbar-header {
  width: 17%;
}

.main-menu-container {
  position: fixed;
  width: 100%;
  padding: 29px 0px 16px;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  z-index: 9;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px #00000015;
          box-shadow: 0px 3px 6px #00000015;
}

.main-menu-container .header-search {
  width: 62%;
  display: inline-block;
}

.main-menu-container .header-search-closed::-webkit-input-placeholder {
  color: transparent !important;
}

.main-menu-container .header-search-closed::-moz-placeholder {
  color: transparent !important;
}

.main-menu-container .header-search-closed::-ms-input-placeholder {
  color: transparent !important;
}

.main-menu-container .header-search-closed::placeholder {
  color: transparent !important;
}

.main-menu-container .header-search-mobile {
  background-size: 20px;
  padding-left: 40px;
  font-size: 10px;
  width: 90%;
}

@media screen and (max-width: 560px) {
  .main-menu-container .header-search-mobile {
    background-size: 15px;
    padding-left: 20px;
  }
}

.main-menu-container .header-search-mobile::-webkit-input-placeholder {
  color: #102E52;
}

.main-menu-container .header-search-mobile::-moz-placeholder {
  color: #102E52;
}

.main-menu-container .header-search-mobile::-ms-input-placeholder {
  color: #102E52;
}

.main-menu-container .header-search-mobile::placeholder {
  color: #102E52;
}

.main-menu-container .basket-number {
  top: -19px;
  right: -19px;
}

.main-menu-container .navbar-default {
  max-width: 1450px;
}

.main-menu-container .header-top {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 21px;
  padding-left: 3%;
  padding-right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .main-menu-container .header-top {
    display: none;
  }
}

.main-menu-container .bottom-navbar {
  padding-left: 3%;
  padding-right: 3%;
}

@media screen and (max-width: 991px) {
  .main-menu-container .bottom-navbar {
    display: none !important;
  }
}

.main-menu-container .basket-button-icon {
  height: 21px;
}

.main-menu-container .header-drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-menu-container .nav-second-link {
  font-size: 15px;
  color: #102E52;
  font-weight: 600;
  cursor: pointer;
}

.main-menu-container .nav-second-link a {
  color: #102E52 !important;
}

.main-menu-container .nav-second-link:hover {
  color: #15D0CE !important;
}

.company-tab-row {
  border-bottom: 1px solid #D0D0D0;
  margin-top: 2.5rem;
}

.sub-catlist {
  width: 700px;
}

.sub-category-box {
  padding-top: 14px;
  border-left: 1px solid #E0E0E0;
  padding-left: 30px;
  height: 100%;
  -webkit-transition: all ease-in 2s;
  transition: all ease-in 2s;
}

.expanded-drop {
  min-height: 344px;
}

.learning-format-drop {
  min-height: 160px;
  min-width: 296px;
}

.learning-format-drop .drop-down-item:after {
  display: none !important;
}

#learning-format-drop {
  font-size: 12px;
  width: 160px;
}

.wide-drop-item {
  width: 295px;
  margin-right: 16px;
  color: #102E52 !important;
  font-size: 14px !important;
}

.wide-drop-item:hover {
  background: none !important;
  color: #15D0CE !important;
}

.wide-drop-item:hover:hover:after {
  opacity: 0 !important;
}

.drop-down-item {
  font-size: 12px;
  color: #000000;
  font-weight: 600;
  border-bottom: 1px solid #E0E0E0;
  padding: 14px 40px 14px 20px !important;
  display: block !important;
  position: relative;
}

.drop-down-item:first-child {
  padding: 20px 40px 14px 20px !important;
}

.drop-down-item:first-child:after {
  top: 47% !important;
}

.drop-down-item a {
  display: block;
  padding: 0px !important;
}

.drop-down-item a:hover {
  background: none !important;
  color: #15D0CE !important;
}

.drop-down-item a:hover:hover:after {
  opacity: 0 !important;
}

.drop-down-item:after {
  display: inline-block !important;
  padding: 0.25rem;
  content: "";
  width: 11px;
  height: 5px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  border-left: 2px solid #15D0CE;
  border-bottom: 2px solid #15D0CE;
  border-top: none;
  position: absolute;
  right: 20px;
  top: 39%;
  border-right: none;
}

.drop-down-item:last-child {
  border-bottom: unset !important;
}

.active-drop-link {
  background-color: #F5F7F7;
}

.view-all-drop {
  display: block !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #15D0CE !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  padding: 7px 0px !important;
}

.view-all-drop:hover {
  color: #102E52 !important;
  text-decoration: underline;
}

.view-all-drop:hover::after {
  border-left: 2px solid #102E52;
  border-bottom: 2px solid #102E52;
}

.view-all-drop:after {
  background: none !important;
  display: inline-block !important;
  padding: 0.2rem;
  content: "";
  width: 6px !important;
  height: 9px !important;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  border-left: 2px solid #15D0CE;
  border-bottom: 2px solid #15D0CE;
  border-top: none;
  position: absolute !important;
  right: -15px;
  top: 36% !important;
  border-right: none;
  opacity: 1 !important;
  visibility: visible !important;
  left: unset !important;
  border-radius: unset !important;
}

.view-all-drop.view-all-drop2 {
  padding: 7px 19px !important;
}

.drop-sub {
  font-size: 12px;
  color: #000000;
  text-transform: capitalize;
  color: #102E52;
  text-transform: uppercase;
  font-size: 15px;
  padding: 7px 15px;
  font-weight: 500;
  position: relative;
  border-radius: 4px;
}

.drop-sub:hover {
  color: #15D0CE !important;
}

.company-tab-text {
  font-size: 18px;
  color: #303A46;
  letter-spacing: 0.54px;
  cursor: pointer;
}

.company-tab-text.active {
  color: #15D0CE;
  font-weight: 700;
  position: relative;
}

.company-tab-text.active:after {
  content: "";
  position: absolute;
  bottom: -0.45rem;
  width: 100%;
  height: 3px;
  left: 0px;
  background-color: #15D0CE;
}

#registerButton {
  width: 36% !important;
}

@media screen and (max-width: 991px) {
  #registerButton {
    width: 100% !important;
  }
}

.meanmenu-reveal span {
  background: #102E52 !important;
}

.nav-menu {
  padding-top: 15px;
}

.nav-menu li a {
  color: #102E52;
  text-transform: uppercase;
  font-size: 15px;
  padding: 7px 15px;
  font-weight: 500;
  position: relative;
  border-radius: 4px;
}

.nav-menu li a:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: #17d0cf;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
  background: -webkit-gradient(linear, left top, right top, from(#01a6fd), color-stop(51%, #17d0cf), to(#01a6fd));
  background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
  background-size: 200% auto;
  left: 0;
  top: 0;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  border-radius: 4px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.nav-menu li a.submenu:after {
  opacity: 0;
  visibility: hidden;
}

.nav-menu li a:hover:after {
  opacity: 1;
  visibility: visible;
}

.nav-menu li a.submenu {
  color: #000000;
}

.log-in {
  margin-top: 20px;
}

.log-in a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 15px;
  font-weight: 700;
}

.cart-search {
  margin-top: 12px;
  margin-left: 10px;
}

.cart-search li {
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  color: #fff;
  margin-left: 10px;
  border: 2px solid #15D0CE;
  position: relative;
}

.cart-search li a {
  display: block;
  width: 100%;
}

.cart-search li button {
  background-color: transparent;
  border: none;
  color: #fff;
}

.select-lang {
  display: inline;
  position: relative;
  border-left: 1px solid;
  margin-left: 25px;
}

.select-lang select {
  margin-top: 12px;
  background-color: transparent;
  border: none;
  padding: 10px 20px;
  color: #15D0CE;
  -webkit-appearance: none;
  position: relative;
}

.select-lang:after {
  content: '\F078';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 2px;
  right: 3px;
  font-size: 12px;
  font-weight: 700;
}

.main-menu-container.menu-bg-overlay {
  background: #fff;
  padding: 10px 0px;
}

.header-style-2.main-menu-container.menu-bg-overlay {
  background: #fff;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  padding-top: 0;
  padding-bottom: 25px;
  margin-top: -42px;
}

.header-top {
  border-bottom: 1px solid #eeeeee;
}

.header-top li {
  border-right: 1px solid #eeeeee;
  padding: 10px 20px;
}

.header-top li i {
  margin-right: 5px;
}

.header-top li select {
  border: none;
}

.header-top-text {
  padding: 10px 0px;
}

.header-style-2 {
  background-color: #fff;
  padding: 25px 0px;
  padding-top: 0;
}

.header-style-2 .main-menu {
  padding-top: 25px;
}

.header-style-2 .nav-menu li a {
  color: #616161;
}

.header-style-2 .nav-menu li a:hover {
  color: #fff;
}

.header-style-2 .cart-search li {
  border: none;
}

.header-style-2 .cart-search li button {
  border: none;
  line-height: 35px;
  padding: 0px 10px;
  border-radius: 100%;
  background-color: #999;
}

.header-style-2 .search-body {
  top: 70px;
  right: 0px;
}

.header_3 {
  padding: 30px 0px 70px;
  position: relative;
  z-index: 2;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.header-info {
  display: inline-block;
  margin-left: 50px;
}

.header-info li {
  margin-left: 45px;
  text-align: center;
  color: #fff;
  position: relative;
  height: 60px;
}

.header-info li i {
  font-size: 25px;
  line-height: 36px;
}

.header-info li:after {
  position: absolute;
  content: '';
  height: 60px;
  width: 1px;
  background-color: #eee;
  top: 0;
  right: -20px;
}

.header-info .info-text {
  color: #fff;
  font-size: 13px;
}

.mail-phone .info-icon {
  height: 55px;
  width: 55px;
  border-radius: 100%;
  line-height: 63px;
  text-align: center;
  float: left;
  background-color: #fff;
}

.mail-phone .info-icon i {
  font-size: 25px;
}

.mail-phone .info-id {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  display: block;
}

.mail-phone .info-content {
  display: inline-block;
  margin-left: 10px;
  text-align: left;
}

.nav-menu-4 {
  background-color: #fff;
  border-radius: 4px;
  padding: 25px 20px 25px 20px;
  position: absolute;
  line-height: 25px;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
  bottom: -30px;
}

.nav-menu-4 .nav-menu li a {
  color: #000000;
}

.nav-menu-4 .nav-menu {
  padding-top: 0;
}

.nav-menu-4 select {
  font-size: 15px;
  margin-top: 0;
  padding: 0;
  width: 70px;
}

.nav-menu-4 .select-lang {
  border-left: none;
  margin-left: 0;
}

.nav-menu-4 .login-cart-lang ul {
  float: right;
}

.nav-menu-4 .login-cart-lang li {
  margin: 0 20px;
  position: relative;
}

.nav-menu-4 .login-cart-lang li:before {
  position: absolute;
  height: 40px;
  width: 1px;
  background-color: #eee;
  top: -8px;
  left: -20px;
  content: '';
}

.nav-menu-4 .login-cart-lang li i {
  font-size: 13px;
}

.nav-menu-4 .login-cart-lang .cart_search {
  height: 25px;
  width: 25px;
  background-color: #dddddd;
  color: #fff;
  border-radius: 100%;
  line-height: 22px;
  text-align: center;
}

.nav-menu-4 .login-cart-lang .login a {
  color: #15D0CE;
}

.nav-menu-4 .login-cart-lang button {
  background-color: transparent;
  border: none;
  color: #fff;
}

.search-body {
  top: 55px;
  right: 0px;
  opacity: 0;
  border-radius: 4px;
  width: 300px;
  height: auto;
  z-index: 999;
  padding: 10px;
  position: absolute;
  visibility: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
}

.search-body:after {
  position: absolute;
  content: '';
  top: -10px;
  border-left: 20px solid transparent;
  border-right: 0px solid transparent;
  border-top: 20px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 6px;
}

.search-body .search-form {
  width: 100%;
  height: auto;
  position: relative;
}

.search-body .search-form .search-input {
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  color: #000;
  background-color: #f7f7f7;
  border: 1px solid #eee;
}

.search-body .search-form .search-input:focus {
  outline: none;
  border-color: #eee;
  color: #000;
}

.search-body .search-form .search-close {
  top: 1px;
  right: 1px;
  z-index: 1;
  width: 50px;
  height: 48px;
  cursor: pointer;
  line-height: 48px;
  text-align: center;
  position: absolute;
  background-color: #15D0CE;
  border: none;
  color: #000;
}

.modal {
  background-color: rgba(0, 0, 0, 0.8);
}

.search-open {
  opacity: 1;
  visibility: visible;
}

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

.popup-logo {
  left: 0;
  right: 0;
  top: -30px;
  position: absolute;
  text-align: center;
}

.popup-logo img {
  border-radius: 4px;
}

.modal-dialog {
  margin: 12.75rem auto;
}

@media screen and (min-width: 992px) {
  .modal-dialog {
    max-width: 878px;
  }
}

.modal-header {
  padding: 0;
  position: relative;
  border-bottom: none;
  background-image: url(/images/login-background.jpg?874f7a959e59aa22ef92d832237b754c);
}

.modal-header .gradient-bg,
.modal-header .modal-body .nws-button button,
.modal-body .nws-button .modal-header button,
.modal-header .teacher-pic-content .teacher-img-content:after,
.teacher-pic-content .modal-header .teacher-img-content:after,
.modal-header .course-details-category li:hover,
.course-details-category .modal-header li:hover {
  position: absolute;
  top: 0;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  opacity: .9;
}

.modal-sideImage {
  min-width: 40%;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

@media screen and (max-width: 991px) {
  .modal-sideImage {
    display: none !important;
  }
}

.login-modal-content {
  min-width: 100%;
  border-radius: 18px;
}

@media (max-width: 576px) {
  #viewAllModal .modal-dialog {
    padding-inline: 24px;
  }
}

#viewAllModal .view-all-modal-content {
  border: 4px solid #15D0CE !important;
  border-radius: unset !important;
}

#viewAllModal .view-all-modal-content .modal-body {
  padding-bottom: 50px !important;
}

#viewAllModal .view-all-modal-content .division-modal-close {
  top: -1rem !important;
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  border: none;
}

#viewAllModal .view-all-modal-content .division-modal-close::before,
#viewAllModal .view-all-modal-content .division-modal-close::after {
  display: none !important;
  content: none !important;
}

#viewAllModal .view-all-modal-content .division-modal-close svg {
  display: block;
  color: #343653;
}

#viewAllModal .view-all-modal-content .division-modal-close:hover svg {
  opacity: 0.75;
}

@media screen and (max-width: 768px) {
  #viewAllModal .view-all-modal-content .division-modal-close {
    top: 0.3rem !important;
  }
}

@media screen and (max-width: 991px) {
  .modal-tabs {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.modal-title {
  color: #303A46;
  position: relative;
  text-align: center;
  margin-bottom: 26px;
  font-size: 34px;
  font-weight: 700;
  line-height: unset !important;
}

.modal-title:after {
  content: ".";
  font-size: 55px;
  left: calc(50% - 15px);
  pointer-events: none;
  position: absolute;
  text-shadow: #000000 0px 0px;
  bottom: 0px;
  line-height: 0;
  color: #15D0CE;
  text-shadow: 15px 0 #15D0CE;
}

.close {
  width: 24.5px;
  height: 24.5px;
  position: relative;
  right: 1.3rem !important;
  top: 1.3rem;
  opacity: 1;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .close {
    top: 0.3rem !important;
  }
}

.close:before,
.close:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #343653;
}

.close:before {
  right: 50%;
  width: 1.5px;
  margin-left: 47%;
  height: 100%;
  top: 0;
  -webkit-transform: translate(50%);
          transform: translate(50%);
}

.close:after {
  width: 100%;
  height: 1.5px;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%);
          transform: translate(50%);
}

.popup-text {
  width: 100%;
  padding: 70px 0px 50px 0px;
  position: relative;
}

.popup-text h2 {
  color: #fff;
  font-weight: 300;
  font-size: 38px;
}

.popup-text h2 span {
  font-weight: 700;
}

.popup-text p {
  color: #fff;
}

.popup-text p span {
  font-weight: 700;
}

.facebook-login {
  background-color: #006dd9;
  height: 50px;
  line-height: 50px;
  text-transform: capitalize;
  border-radius: 4px;
  margin-bottom: 20px;
}

.facebook-login a {
  padding: 0;
}

.alt-text {
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}

.alt-text a {
  color: #000000;
  font-size: 12px;
  padding: 0;
}

.alt-text:before {
  position: absolute;
  content: '';
  top: 10px;
  height: 1px;
  width: 35%;
  left: 0;
  background-color: #ccc;
}

.alt-text:after {
  position: absolute;
  content: '';
  top: 10px;
  height: 1px;
  width: 35%;
  right: 0;
  background-color: #ccc;
}

.log-in-icon {
  float: left;
  padding: 0 20px;
  border-right: 1px solid #a29c9c;
}

.modal-btn {
  width: 30% !important;
  height: 43px !important;
}

.modal-body {
  padding: 50px 40px 30px;
}

.modal-body .contact_form {
  margin-bottom: 20px;
}

.modal-body .contact_form input,
.modal-body .contact_form .register-form-area select,
.register-form-area .modal-body .contact_form select,
.modal-body .contact_form .register-form-area textarea,
.register-form-area .modal-body .contact_form textarea {
  height: 50px;
  background-color: #eeeeee;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
  border: none;
}

.modal-body .nws-button button {
  height: 60px;
  width: 100%;
  border: none;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

.modal-body p {
  margin-bottom: 5px;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children a {
  padding-bottom: 10px !important;
}

.menu-item-has-children:hover a:after {
  opacity: 1;
  visibility: visible;
}

.menu-item-has-children:hover a.submenu:after {
  opacity: 0;
  visibility: hidden;
}

.menu-item-has-children li {
  margin-bottom: 5px;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.menu-item-has-children li:hover {
  margin-left: 3px;
}

.sub-menu {
  width: 300px;
  display: table;
  -webkit-box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
          box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
  background-color: #fff;
  position: absolute;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center top 0;
          transform-origin: center top 0;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  top: 30px;
  left: -115px;
  text-align: left;
  border-radius: 4px;
  padding: 15px !important;
}

.sub-menu li {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0px;
}

.sub-menu li a {
  text-transform: capitalize !important;
  color: #333;
  padding: 0;
}

.sub-menu li a:after {
  display: none;
}

.sub-menu li a:hover {
  color: #15D0CE !important;
}

.sub-menu li:last-child {
  border-bottom: none;
}

.sub-menu li:before {
  content: '\BB';
}

.sub-menu li ul.depth-1 {
  margin-left: 10px;
}

.sub-menu li ul.depth-2 {
  margin-left: 20px;
}

.sub-menu li ul.depth-3 {
  margin-left: 30px;
}

.sub-menu li ul.depth-4 {
  margin-left: 40px;
}

.sub-menu li ul.depth-5 {
  margin-left: 50px;
}

.sub-menu:before {
  position: absolute;
  content: '';
  top: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #01a6fd;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20px;
}

.menu-item-has-children:hover .sub-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.header-style-2 .sub-menu li a:hover {
  color: #15D0CE;
}

.altranative-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  padding: 30px;
  position: fixed;
  background-color: #151515;
}

.alt-menu-btn {
  max-width: 100%;
  cursor: pointer;
  overflow: hidden;
}

.alt-menu-btn .hamburger-menu {
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  display: inline-block;
}

.alt-menu-btn .hamburger-menu:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  font-size: 30px;
  content: "\F0C9";
  line-height: 30px;
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

button.alt-menu-btn.float-left {
  background-color: transparent;
  border: none;
}

.alt-menu-btn .hamburger-menu.open:before {
  content: "\F00D";
}

#menu-container .logo-area {
  height: auto;
  margin: -8px auto;
  text-align: center;
}

#menu-container .cart-Collapse {
  color: #ffffff;
  font-size: 16px;
}

#menu-container .menu-list {
  top: 88px;
  bottom: 0;
  left: -100%;
  height: 100%;
  width: 310px;
  z-index: 999;
  padding: 30px;
  position: fixed;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #151515;
  padding-bottom: 200px;
}

#menu-container .menu-list .alt-search input[type=search],
#menu-container .menu-list .alt-search .register-form-area select[type=search],
.register-form-area #menu-container .menu-list .alt-search select[type=search],
#menu-container .menu-list .alt-search .register-form-area textarea[type=search],
.register-form-area #menu-container .menu-list .alt-search textarea[type=search] {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 50px;
  padding: 15px;
  width: 100%;
}

#menu-container .accordion .card {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  border-radius: 0px;
}

#menu-container .accordion .card .card-header {
  padding: 0;
}

#menu-container .accordion .card .menu-link {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding: 10px 15px;
  border: none;
  background-color: #000;
  position: relative;
  color: #fff;
}

#menu-container .accordion .card button.menu-link:after {
  top: 50%;
  right: 15px;
  content: "\F078";
  position: absolute;
  font-weight: 700;
  font-family: 'Font Awesome 5 Free';
  transform: rotate(0deg) translateY(-50%);
  -o-transform: rotate(0deg) translateY(-50%);
  -ms-transform: rotate(0deg) translateY(-50%);
  -moz-transform: rotate(0deg) translateY(-50%);
  -webkit-transform: rotate(0deg) translateY(-50%);
}

#menu-container .accordion .card.active,
#menu-container .accordion .card .submenu {
  background-color: #000000;
}

#menu-container .accordion .card:hover .menu-link,
#menu-container .accordion .card.active .menu-link {
  color: #fff;
  background-color: #000000;
  border: none;
}

#menu-container .accordion .card .submenu {
  padding: 0px 30px;
}

#menu-container .accordion .card .submenu li {
  padding: 5px 0px;
}

#menu-container .accordion .card .submenu li:hover,
#menu-container .accordion .card .submenu li.active a {
  color: #fff;
}

.cart-btn li {
  display: inline-block !important;
  margin: 0px 5px;
}

.cart-btn {
  margin-top: 10px;
}

.cart-btn li {
  font-size: 18px;
  color: #fff;
  margin: 0px 10px;
}

.header_3.full-width-menu {
  position: fixed;
  width: 100%;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  margin-top: -100px;
  z-index: 3;
}

.header_3 .nav-menu-4 .nav-menu a {
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.header_3 .nav-menu-4 .nav-menu a:hover {
  color: #00eab2;
}

.modal-body .log-in-text {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.modal-body .log-in-icon i {
  font-size: 20px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .mobile-menu {
    display: inline-block !important;
  }
}

.acount-drop {
  min-width: 113px;
}

@media screen and (max-width: 480px) and (min-width: 361px) {
  .mean-container a.meanmenu-reveal {
    top: 19px !important;
  }
}

@media screen and (max-width: 360px) {
  .mean-container a.meanmenu-reveal {
    top: 40% !important;
  }
}

.new-view {
  position: relative;
  color: #15D0CE !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  padding: 7px 0px !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.new-view:hover {
  color: #102E52 !important;
  text-decoration: underline;
}

.new-view:hover::after {
  border-left: 2px solid #102E52;
  border-bottom: 2px solid #102E52;
}

.new-view:after {
  background: none !important;
  display: inline-block !important;
  padding: 0.2rem;
  content: "";
  width: 6px !important;
  height: 9px !important;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  border-left: 2px solid #15D0CE;
  border-bottom: 2px solid #15D0CE;
  border-top: none;
  position: absolute !important;
  right: -15px;
  top: 36% !important;
  border-right: none;
  opacity: 1 !important;
  visibility: visible !important;
  left: unset !important;
  border-radius: unset !important;
}

.whatsapp-ic {
  width: 50px;
  height: 50px;
}

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

/*slider Section*/

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

.slider-text {
  position: absolute;
  top: 400px;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider-text .section-title {
  width: 70%;
  margin: auto;
}

.slider-text .section-title h2 {
  font-size: 43px !important;
  color: #fff;
  font-weight: 100;
}

@media screen and (max-width: 560px) {
  .slider-text {
    top: 190px;
  }

  .slider-text .section-title {
    width: 100%;
    margin: auto;
  }

  .slider-text .section-title h2 {
    font-size: 20px !important;
    color: #fff;
    font-weight: 100;
  }
}

@media screen and (max-width: 768px) and (min-width: 560px) {
  .slider-text {
    top: 200px;
  }

  .slider-text .section-title {
    width: 90%;
    margin: auto;
  }

  .slider-text .section-title h2 {
    font-size: 20px !important;
    color: #fff;
    font-weight: 100;
  }
}

#slider-item:hover {
  visibility: visible;
}

#slider-item .genius-btn {
  border: 2px solid #17d0cf;
  margin-top: 30px;
}

#slider-item .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 991px) {
  #slider-item .owl-dots {
    bottom: 77px;
  }
}

#slider-item .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background-color: #A4B9B9;
  border-radius: 9999px;
  margin: 0 8px;
}

#slider-item .owl-dots .owl-dot.active {
  width: 22px;
  background-color: #15D0CE;
}

#slider-item .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 95%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  #slider-item .owl-nav {
    display: none !important;
  }
}

#slider-item .owl-next {
  float: right;
}

#slider-item .scound-slide {
  font-size: 70px;
}

#slider-item .search-course {
  max-width: 700px;
  margin: 0 auto;
}

#slider-item .owl-item .layer-1-2 {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out 0.3s;
  transition: all 1s ease-in-out 0.3s;
}

#slider-item .owl-item .layer-1-1 {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out 1s;
  transition: all 1s ease-in-out 1s;
}

#slider-item .owl-item .layer-1-3 {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out 1.5s;
  transition: all 1s ease-in-out 1.5s;
}

#slider-item .owl-item .layer-1-4 {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out 2s;
  transition: all 1s ease-in-out 2s;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #slider-item .owl-item .layer-1-4 {
    width: 100% !important;
    position: unset !important;
  }
}

#slider-item .owl-item .layer-1-5 {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out 2.5s;
  transition: all 1s ease-in-out 2.5s;
}

#slider-item .owl-item .layer-1-6 {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out 3s;
  transition: all 1s ease-in-out 3s;
}

#slider-item .owl-item.active .layer-1-2,
#slider-item .owl-item.active .layer-1-1,
#slider-item .owl-item.active .layer-1-3,
#slider-item .owl-item.active .layer-1-4,
#slider-item .owl-item.active .layer-1-5,
#slider-item .owl-item.active .layer-1-6 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

#slider-item .owl-item.active .slider-images img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 10s;
  transition: 10s;
}

#slider-item .slider-course-category {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 25px;
}

#slider-item .slider-course-category li {
  color: #fff;
  font-weight: 700;
  margin: 0px 10px;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

#slider-item .slider-course-category li:after {
  position: absolute;
  content: '';
  height: 10px;
  width: 2px;
  top: 6px;
  right: -13px;
  background-color: #8e8e8e;
}

#slider-item .slider-course-category li:last-child:after {
  display: none;
}

#slider-item .slider-course-category li:hover {
  color: #15D0CE;
}

#slider-item .third-slide {
  font-size: 60px;
}

#slider-item .secoud-title {
  font-size: 70px;
}

.coming-countdown {
  margin-bottom: 30px;
  text-align: center;
}

.coming-countdown li {
  width: 100px;
  height: auto;
  padding: 15px 5px;
  margin-right: 30px;
  text-align: center;
  display: inline-block;
  color: #fff;
  border: 2px solid #15D0CE;
  border-radius: 8px;
}

.coming-countdown li:last-child {
  margin-right: 0px;
}

.coming-countdown .number {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}

.coming-countdown span {
  display: block;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}

.coming-countdown span:before {
  left: 0;
  right: 0;
  top: -20px;
  width: 50px;
  height: 3px;
  margin: 0 auto;
  position: absolute;
  background: #ffffff;
  border-radius: 45px;
}

.slider-bg-1,
.slider-bg-2,
.slider-bg-3,
.slider-bg-4,
.slider-bg-5 {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider-bg-1 {
  background-image: url(/images/s-1.jpg?a445e4afefca922062011f6bafd5e0b5);
}

.slider-bg-2 {
  background-image: url(/images/s-4.jpg?94a94df7f4420b56263ffbc5934382c1);
}

.slider-bg-3 {
  background-image: url(/images/s-3.jpg?b3d43f0c4c2005b7fc2727cfeb1e7110);
}

.slider-bg-4 {
  background-image: url(/images/s-4.jpg?94a94df7f4420b56263ffbc5934382c1);
}

.slider-bg-5 {
  background-image: url(/images/sd-1.jpg?26d1b4b0fa56348ab4cfa8526cf14ee0);
}

.slider-bg-5 .slider-text {
  max-width: 1440px;
  margin: 0 auto;
  padding-inline: 90px;
}

@media screen and (max-width: 991px) {
  .slider-bg-5 .slider-text {
    padding-inline: 20px;
  }
}

.bg-image {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-image:after {
  opacity: 0;
  content: attr(data-content);
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.bg-image.overlay:after {
  content: attr(data-content);
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

#course-btn .genius-btn {
  margin: 0 auto;
}

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

.layer-1-3 h1 span,
.layer-1-3 h2 span {
  color: #fff !important;
}

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

/*Search Course*/

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

.search-course-section {
  padding: 125px 0px 100px 0px;
}

.search-course input,
.search-course .register-form-area select,
.register-form-area .search-course select,
.search-course .register-form-area textarea,
.register-form-area .search-course textarea,
.subs-form input,
.subs-form .register-form-area select,
.register-form-area .subs-form select,
.subs-form .register-form-area textarea,
.register-form-area .subs-form textarea {
  width: 100%;
  height: 60px;
  background-color: #f9f9f9;
  border: none;
  padding: 0px 20px;
  border-radius: 5px;
}

.search-course .nws-button,
.subs-form .nws-button {
  top: 0;
  right: 0;
  height: 60px;
  width: 195px;
  line-height: 60px;
  position: absolute;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.search-course .nws-button button,
.subs-form .nws-button button {
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.counter-icon {
  float: left;
  width: 60px;
  height: 45px;
  line-height: 40px;
  margin-right: 15px;
  text-align: center;
  border-right: 1px solid #989898;
}

.counter-icon i {
  font-size: 38px;
}

.counter-number {
  display: inline-block;
  overflow: hidden;
}

.counter-number p {
  font-size: 14px;
  font-weight: 700;
  font-color: #989898;
}

.counter-number .counter-count,
.counter-number span {
  font-size: 30px;
  color: #000000;
  line-height: .9;
}

.counter-number span {
  font-weight: 700;
}

.copy-right-menu-item li {
  color: #989898;
  margin-left: 30px;
}

.copy-right-menu {
  padding: 45px 0px;
  border-top: 1px solid #ddd6d6;
}

.home-secound-course-search {
  background-image: url(/images/hb-2.jpg?f4f2a4647f7f94b22546a36943094fc5);
  padding-bottom: 0;
}

.home-secound-course-search .search-app {
  padding-top: 50px;
}

.home-secound-course-search .search-app-content {
  margin-left: 40px;
}

.home-secound-course-search .search-course input,
.home-secound-course-search .search-course .register-form-area select,
.register-form-area .home-secound-course-search .search-course select,
.home-secound-course-search .search-course .register-form-area textarea,
.register-form-area .home-secound-course-search .search-course textarea {
  background: #4273e1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #4273e1), color-stop(100%, #4eb3bf));
  background: -webkit-gradient(linear, left top, right top, from(#01a6fd), color-stop(51%, #4273e1), to(#01a6fd));
  background: linear-gradient(to right, #01a6fd 0%, #4273e1 51%, #01a6fd 100%);
  background-size: 200% auto;
  color: #fff;
}

.home-secound-course-search .search-course input::-webkit-input-placeholder,
.home-secound-course-search .search-course .register-form-area select::-webkit-input-placeholder,
.register-form-area .home-secound-course-search .search-course select::-webkit-input-placeholder,
.home-secound-course-search .search-course .register-form-area textarea::-webkit-input-placeholder,
.register-form-area .home-secound-course-search .search-course textarea::-webkit-input-placeholder {
  color: #fff;
}

.home-secound-course-search .counter-number p {
  color: #fff;
}

.home-secound-course-search .counter-count,
.home-secound-course-search .counter-number span,
.counter-number .home-secound-course-search span {
  color: #fff;
}

.home-secound-course-search .section-title span,
.home-secound-course-search .section-title h2 {
  color: #fff;
}

.home-secound-course-search .search-app .search-app-content h2 {
  font-size: 35px;
}

.home-secound-course-search .app-details-content p {
  font-size: 20px;
  color: #fff;
}

.home-secound-course-search .about-list li {
  color: #15D0CE;
  margin-left: 5px;
}

.home-secound-course-search .about-list li:before {
  width: 10px;
  height: 10px;
  top: 7px;
  background-color: #5196c9;
}

.home-secound-course-search .genius-btn {
  width: 190px;
}

.app-stor {
  display: inline-block;
}

.app-stor li {
  font-size: 22px;
  color: #fff;
  margin-right: 25px;
  position: relative;
}

.app-stor li:after {
  position: absolute;
  content: '';
  height: 20px;
  width: 1px;
  top: 4px;
  right: -14px;
  background-color: #9ad1f6;
}

.app-stor li:last-child:after {
  display: none;
}

.search-course-secound {
  background-color: #000000;
  padding: 20px 0px  10px !important;
  max-width: 1170px;
  margin: 0 auto;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  top: -40px;
}

.search-course-secound .counter-number .counter-count,
.search-course-secound .counter-number span,
.search-course-secound .counter-number span {
  color: #fff;
}

.search-course-secound .counter-number p {
  color: #15D0CE;
  margin: 0;
}

.search-course-third {
  padding: 0;
}

.search-course-third .version-four {
  padding: 40px 35px 30px;
}

.search-course-third .counter-number p {
  margin-bottom: 0;
}

.search-course-third .counter-icon-number {
  position: relative;
}

.search-course-third .counter-icon-number:before,
.search-course-third .counter-icon-number:after {
  position: absolute;
  content: '';
  bottom: -30px;
  background-color: #eee;
  width: 110%;
  height: 7px;
  left: -20px;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

.search-course-third .counter-icon-number:after {
  background-color: #15D0CE;
  width: 0;
}

.search-course-third .counter-icon-number:hover::after {
  width: 110%;
}

.home-third-course-search {
  background-color: #f7f7f7;
  padding-bottom: 0;
}

.home-third-course-search .search-course input,
.home-third-course-search .search-course .register-form-area select,
.register-form-area .home-third-course-search .search-course select,
.home-third-course-search .search-course .register-form-area textarea,
.register-form-area .home-third-course-search .search-course textarea {
  background-color: #fff;
}

.home-third-course-search .app-stor li {
  color: #777777;
}

.home-third-course-search .app-stor li:after {
  background-color: #777777;
}

.home-third-course-search .section-title h2 {
  font-size: 42px;
}

#search-course-2 .search-app {
  margin-top: 50px;
}

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

/*popular Course*/

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

.popular-course-section {
  padding-bottom: 80px;
  margin-top: 45px;
}

.popular-course-section.learning-tracks-section {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .popular-course-section {
    margin-top: 30px;
  }
}

.popular-course-section .owl-stage-outer {
  padding-top: 10px;
  padding-left: 10px;
  width: 102%;
}

@media screen and (max-width: 1200px) {
  .popular-course-section .owl-stage-outer {
    padding-left: 5px;
  }
}

.popular-course-section .section-title {
  margin-left: 9px;
  width: 102%;
}

.popular-course-section .section-title .subtitle {
  margin-left: 42px;
}

@media screen and (max-width: 1200px) {
  .popular-course-section .section-title {
    width: 100%;
  }
}

.popular-course-section .course-bundle-select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #15D0CE;
  border-radius: 6px !important;
  height: 60px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -32px;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popular-course-section .course-bundle-select select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 99%;
  z-index: 1;
}

.popular-course-section .course-bundle-select::after {
  position: absolute !important;
  right: 15px !important;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .popular-course-section .course-bundle-select {
    margin-right: -51px !important;
  }
}

.popular-course-section .see_all_btn {
  min-width: 131px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popular-course-section .course-card {
  background-color: #fff;
  border: 3px solid #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 18px;
  padding-right: 18px;
  height: 138px;
  position: relative;
  cursor: pointer;
}

.popular-course-section .course-card .course-title {
  font-size: 15px;
  color: #303A46;
  font-weight: 600;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  line-height: 18px;
}

.popular-course-section .course-card .course-title a:hover {
  color: #15D0CE !important;
}

.popular-course-section .course-card .course-title .title-sec {
  min-height: 54px;
}

.popular-course-section .course-card .promotion {
  position: absolute;
  color: #fff;
  background-color: #FFC107;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -3px;
  right: -3px;
  height: 30px;
  width: 109px;
  font-size: 12px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.popular-course-section .course-card .promotion i {
  margin-right: 3px;
}

.popular-course-section .course-card .btn-trending {
  width: 79px;
  padding: 0.3rem 0.5rem;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .popular-course-section .course-card .btn-trending {
    width: 112px !important;
  }
}

.popular-course-section .course-card:hover {
  border: 3px solid #15D0CE;
}

.popular-course-section .course-card:hover .course-title {
  color: #15D0CE;
}

.popular-course-section .course-card:hover .promotion {
  top: 0;
  right: 0;
}

.popular-course-section .course-card .course-topic {
  font-size: 14px;
  font-weight: 400 !important;
  text-transform: capitalize;
  letter-spacing: 0.42px;
  margin-top: 7px;
  color: #102E52;
}

.popular-course-section .course-card .course-topic span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popular-course-section .course-card .course-topic span:after {
  height: 15px;
  width: 2px;
  background-color: #15D0CE;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  content: "";
}

.popular-course-section .course-card .course-topic span:last-child::after {
  display: none;
}

.popular-course-section .course-bundle-card {
  border-bottom: 3px solid #15D0CE;
  height: 170px !important;
}

.popular-course-section .course-bundle-card .course-title {
  min-height: 37px;
}

.related-courses .course-card {
  -webkit-box-shadow: 0px 0px 10px #00000029 !important;
          box-shadow: 0px 0px 10px #00000029 !important;
}

@media screen and (max-width: 767px) {
  .related-courses .owl-stage-outer {
    width: 105% !important;
  }
}

.course-meta {
  display: inline-block;
  width: 100%;
}

.course-meta span {
  float: left;
  font-size: 14px;
  margin-right: 24px;
  position: relative;
}

.course-meta span:after {
  top: 2px;
  width: 1px;
  content: '';
  height: 15px;
  right: -14px;
  position: absolute;
  background-color: #989898;
}

.course-meta span:last-child:after {
  display: none;
}

.course-meta .course-category,
.latest-events .course-meta .course-author {
  color: #15D0CE;
}

.course-meta .course-author {
  color: #000000;
}

.course-meta .course-rate li {
  color: #ffc926;
}

.course-title:after {
  left: 0;
  content: '';
  height: 3px;
  width: 50px;
  bottom: 25px;
  position: absolute;
}

.course-title h3 {
  display: inline-block;
  width: 100%;
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.course-title h3 span {
  top: -5px;
  color: #fff;
  display: inherit;
  padding: 8px;
  font-size: 12px;
  border-radius: 3px;
  position: relative;
  background-color: #ff5c26;
  line-height: 1;
}

.course-viewer li {
  color: #989898;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 3px;
  background-color: #f7f7f7;
}

.course-price {
  top: 20px;
  left: 20px;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 4px;
  position: absolute;
}

.course-price span {
  color: #fff;
}

.course-details-btn {
  top: 25px;
  right: 5px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.course-details-btn a {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}

.course-item-pic-text .course-pic {
  overflow: hidden;
  border-radius: 4px;
  height: 320px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 370px;
  background-color: #777777;
}

.course-item-pic-text .course-pic img {
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.course-item-pic-text:hover .course-details-btn {
  right: 20px;
  opacity: 1;
  visibility: visible;
}

.owl-nav {
  right: -2%;
  top: -90px;
  position: absolute;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  float: left;
  width: 60px;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0 5px;
  border-radius: 4px;
  background-color: #F2F5F8;
  color: #303A46;
}

.popular-three {
  background-color: #f7f7f7;
  padding: 100px 0px 100px;
}

.popular-three .course-viewer li {
  background-color: #fff;
}

.popular-three .owl-nav .owl-prev,
.popular-three .owl-nav .owl-next,
.popular-three .owl-nav .owl-next {
  background-color: #fff;
}

.course-pic {
  overflow: hidden;
  border-radius: 4px;
}

.course-pic img {
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.course-item-pic-text:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.course-bundle .owl-nav {
  top: -113px;
  right: -1%;
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .course-bundle .owl-nav {
    top: -96px !important;
  }
}

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

/*About Us*/

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

.about-us-section {
  background-color: #f7f7f7;
  padding: 125px 0px;
  overflow: visible;
}

.about-resigter-form {
  z-index: 2;
  padding: 30px;
  max-width: 360px;
  margin-top: 120px;
}

.register-content {
  position: relative;
}

.register-fomr-title h3 {
  font-size: 35px;
  color: #fff;
}

.register-fomr-title h3 span {
  font-weight: 300;
}

.register-fomr-title p {
  font-size: 14px;
  color: #fff;
}

.register-form-area input,
.register-form-area select,
.register-form-area textarea {
  height: 42px;
  width: 100%;
  background-color: #fff;
  padding: 0 15px;
  border-radius: 4px;
  margin-bottom: 5px;
  border: none;
}

.register-form-area textarea {
  height: 100px;
  padding-top: 15px;
}

.register-form-area button {
  height: 60px;
  width: 100%;
  font-weight: 700;
  color: #fff;
  border: none;
  text-transform: uppercase;
  background-color: #ff5b10;
}

.bg-mockup {
  position: absolute;
  top: 10px;
  left: -6px;
  z-index: 1;
}

.about-us-text {
  padding-top: 35px;
}

.about-us-text .section-title {
  margin-bottom: 60px;
}

.about-us-text .section-title p {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  margin-top: 20px;
}

.about-us-text .section-title:after {
  position: absolute;
  content: '';
  bottom: -30px;
  height: 2px;
  width: 50px;
  background-color: #15D0CE;
}

.about-content-text p {
  font-size: 18px;
  color: #000000;
}

.about-list li {
  font-weight: 500;
  color: #000000;
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
}

.about-list li:before {
  left: 0;
  content: '';
  width: 15px;
  height: 15px;
  top: 2px;
  border-radius: 100%;
  position: absolute;
  background-color: #15D0CE;
}

.about-btn .genius-btn {
  display: inline-block;
  margin-right: 25px;
}

.home-secound .about-resigter-form {
  background-image: url(/images/abt.jpg?2fcd263d5f88c3ec76818bab352bcdea);
  max-width: 420px;
  margin-top: 5px;
  padding: 50px;
  margin-left: 30px;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 10px 10px 30px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 30px 10px rgba(0, 0, 0, 0.1);
}

.home-secound .about-resigter-form:after {
  content: '';
  position: absolute;
  height: 80%;
  top: 50%;
  width: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 5px;
  left: -30px;
  z-index: -1;
  background: #17d0cf;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
  background: -webkit-gradient(linear, left top, right top, from(#01a6fd), color-stop(51%, #17d0cf), to(#01a6fd));
  background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
  background-size: 200% auto;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.home-secound .register-form-area button {
  background: #17d0cf;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
  background: -webkit-gradient(linear, left top, right top, from(#01a6fd), color-stop(51%, #17d0cf), to(#01a6fd));
  background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
  background-size: 200% auto;
}

.home-secound .bg-mockup {
  display: none;
}

.home-secound .register-form-area input,
.home-secound .register-form-area select,
.home-secound .register-form-area textarea,
.home-secound .register-form-area select,
.home-secound .register-form-area textarea {
  background-color: #ffffffc7;
}

.home-third {
  background-color: #fff;
}

.about-page-section {
  padding: 80px 0px 0px;
}

@media screen and (max-width: 768px) {
  .about-page-section {
    min-height: 75vh;
  }
}

.about-gallery {
  display: inline-block;
  margin-bottom: 20px;
}

.about-gallery-img {
  float: left;
  margin-bottom: 15px;
}

.grid-1 {
  width: 66.5%;
  float: left;
}

.grid-2 {
  width: 31.5%;
  float: left;
  margin-left: 12px;
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .about-text-item {
    max-width: 960px;
  }
}

.about-text-item .section-title-2 {
  margin-bottom: 50px;
}

.about-text-item .section-title-2 h2:after {
  bottom: -20px;
  height: 3px;
  width: 40px;
}

.about-text-item h3 {
  font-weight: 600;
  color: #15D0CE;
  font-size: 17px;
  margin-bottom: 10px;
}

.about-text-item p {
  font-weight: 300;
  font-size: 16px;
  color: #303A46;
  letter-spacing: 0.48px;
  width: 80%;
}

@media screen and (max-width: 992px) {
  .about-text-item p {
    width: 100% !important;
  }
}

.about-teacher-2 .section-title-2 h2 {
  font-size: 28px;
}

.about-teacher-2 .section-title-2 h2:after {
  display: none;
}

.about-teacher-2 .section-title-2 h2 b {
  color: #15D0CE;
  font-size: 14px;
  font-weight: 700;
}

.about-course-categori {
  padding-top: 50px;
}

.about-course-categori .category-slide {
  margin-top: 40px;
}

.content img {
  margin: 10px;
}

.about-page-section ul {
  padding-left: 20px;
  font-size: 20px;
  color: #333333;
  font-weight: 300;
  margin-bottom: 25px;
}

.about-us-page-section {
  padding-top: 82px !important;
}

.about-us-page-section .about-us-intro {
  height: 60vh;
  position: relative;
  background-size: 100%;
  background-position-y: center;
  background-repeat: no-repeat !important;
}

.about-us-page-section .about-us-intro .page-breadcrumb-title {
  margin-bottom: 14px;
  color: #303A46;
  background-color: #fff;
  width: 37%;
  max-width: 500px;
  padding: 40px 34px 40px 34px;
  text-align: left;
  position: absolute;
  right: 153px;
  bottom: 10%;
}

.about-us-page-section .about-us-intro .page-breadcrumb-title h1 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1.02px;
  margin-top: 13px !important;
}

.about-us-page-section .about-us-intro .page-breadcrumb-title h2 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1.02px;
  margin-top: 13px !important;
}

.about-us-page-section .about-us-intro .page-breadcrumb-title .subtitle {
  font-size: 18px;
  margin-left: 42px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-page-section .about-us-intro .page-breadcrumb-title {
    width: 45%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-page-section .about-us-intro .page-breadcrumb-title {
    width: 50%;
  }

  .about-us-page-section .about-us-intro .page-breadcrumb-title h2 {
    font-size: 24px;
  }

  .about-us-page-section .about-us-intro .page-breadcrumb-title .subtitle {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .about-us-page-section .about-us-intro .page-breadcrumb-title {
    width: 80%;
    right: 25px;
  }

  .about-us-page-section .about-us-intro .page-breadcrumb-title h2 {
    font-size: 20px;
  }

  .about-us-page-section .about-us-intro .page-breadcrumb-title .subtitle {
    font-size: 14px;
  }
}

.about-us-page-section .about-us-intro .breadcrumb-blue-overlay {
  background-color: #102E52;
  width: 31.5%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-us-page-section .about-us-intro .overlay {
  top: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  visibility: visible;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background-color: rgba(0, 0, 0, 0.45);
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .about-us-page-section .about-us-intro {
    background-size: cover !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-page-section .about-us-intro {
    background-size: cover !important;
  }
}

@media screen and (max-width: 767px) {
  .about-us-page-section .about-us-intro {
    background-size: cover !important;
  }
}

.about-us-page-section .who_formatech_section {
  margin-top: 70px;
  position: relative;
}

.about-us-page-section .who_formatech_section:after {
  content: "";
  position: absolute;
  background: url(/images/formatech-icon-2.svg?aa074b74ee2387034ff88a3b7a86e859);
  right: -71px;
  top: 172px;
  z-index: -1;
  height: 546px;
  width: 300px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1210px) {
  .about-us-page-section .who_formatech_section:after {
    right: 0px;
    bottom: -300px;
    top: unset;
  }
}

.about-us-page-section .who_formatech_section .company-info-title {
  font-size: 53px;
  color: #303A46;
  letter-spacing: 1.59px;
  font-weight: 400;
  margin-bottom: 20px;
}

.about-us-page-section .who_formatech_section .company-info-title span {
  font-weight: 700;
}

.about-us-page-section .who_formatech_section .company-decsription {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 38px;
  letter-spacing: 0.32px;
  color: #000000;
}

.about-us-page-section .who_formatech_section .company_info_col {
  margin-bottom: 41px;
}

.about-us-page-section .who_formatech_section .company_info_box {
  background-color: #fff;
  padding: 27px 23px 23px 23px;
  border-bottom: 3px solid #15D0CE;
  -webkit-box-shadow: 0px 0px 15px #00000029;
          box-shadow: 0px 0px 15px #00000029;
}

.about-us-page-section .who_formatech_section .company_info_box .companyNumber {
  font-size: 28px;
  color: #15D0CE;
  font-weight: 700;
  letter-spacing: 1.12px;
  margin-bottom: 5px;
}

.about-us-page-section .who_formatech_section .company_info_box .companyLabel {
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.65px;
  margin-bottom: 0px;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .about-us-page-section .who_formatech_section .company-info-title {
    font-size: 30px;
  }
}

.about-us-page-section .get_to_know_us_section {
  padding-top: 54px;
  height: 100%;
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.about-us-page-section .get_to_know_us_section:after {
  content: "";
  width: 100%;
  height: 75%;
  background-color: #F2F5F8;
  left: 0px;
  position: absolute;
  z-index: -1;
  top: 0px;
}

.about-us-page-section .get_to_know_us_section .title {
  font-size: 53px;
  color: #303A46;
  letter-spacing: 1.59px;
  font-weight: 400;
  margin-bottom: 25px;
}

.about-us-page-section .get_to_know_us_section .title span {
  font-weight: 700;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .about-us-page-section .get_to_know_us_section .title {
    font-size: 30px;
  }

  .about-us-page-section .get_to_know_us_section iframe {
    height: 400px;
  }
}

@media screen and (max-width: 575px) {
  .about-us-page-section .get_to_know_us_section .title {
    font-size: 30px;
  }

  .about-us-page-section .get_to_know_us_section iframe {
    height: 300px;
  }
}

.about-us-page-section .our_mission_section {
  padding-top: 79px;
  padding-bottom: 89px;
  max-width: 1100px;
}

.about-us-page-section .our_mission_section .our_mission_box {
  margin-bottom: 30px;
}

.about-us-page-section .our_mission_section .our_mission_box .title {
  font-size: 40px;
  color: #303A46;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 4px;
}

.about-us-page-section .our_mission_section .our_mission_box .title span {
  font-weight: 400;
}

.about-us-page-section .our_mission_section .our_mission_box .title:after {
  content: '';
  width: 33px;
  height: 3px;
  background-color: #15D0CE;
  display: block;
  position: absolute;
  left: 2px;
}

.about-us-page-section .our_mission_section .our_mission_box .desc {
  font-size: 15px;
  font-weight: 300;
  margin-top: 20px;
  color: #000000;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 768px) {
  .about-us-page-section .our_mission_section .our_mission_box .title {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .about-us-page-section .our_mission_section {
    padding-top: 0px;
    padding-bottom: 59px;
  }

  .about-us-page-section .our_mission_section .tab-container {
    padding-bottom: 59px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .about-us-page-section .our_mission_section {
    padding-bottom: 59px;
  }

  .about-us-page-section .our_mission_section .tab-container {
    padding-bottom: 59px;
  }
}

.about-us-page-section .added_value-section {
  background-color: #F2F5F8;
  padding-top: 63px;
  padding-bottom: 85px;
}

.about-us-page-section .added_value-section .title {
  font-size: 40px;
  color: #303A46;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 40px;
}

.about-us-page-section .added_value-section .title span {
  font-weight: 400;
}

.about-us-page-section .added_value-section .title:after {
  content: '';
  width: 33px;
  height: 3px;
  background-color: #15D0CE;
  display: block;
  position: absolute;
  left: 2px;
}

.about-us-page-section .added_value-section .added_value_wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff;
  border: 1px solid #D0DDDD;
  border-radius: 6px;
  padding: 37px;
  gap: 12px;
  list-style-type: none;
}

.about-us-page-section .added_value-section .added_value_wrapper ul li {
  -webkit-box-flex: calc(50% - 30px);
      -ms-flex: calc(50% - 30px);
          flex: calc(50% - 30px);
  margin-bottom: 18px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.42px;
  color: #303A46;
}

.about-us-page-section .added_value-section .added_value_wrapper ul li p {
  font-size: 14px;
  letter-spacing: 0.42px;
  color: #303A46;
  position: relative;
  margin-left: 20px;
  margin-bottom: 0px;
}

.about-us-page-section .added_value-section .added_value_wrapper ul li p:before {
  content: ".";
  font-size: 70px;
  left: -28px;
  pointer-events: none;
  position: absolute;
  text-shadow: rgba(0, 0, 0, 0) 0px 0px;
  top: -12px;
  line-height: 0;
  color: #15D0CE;
}

@media screen and (max-width: 767px) {
  .about-us-page-section .added_value-section .added_value_wrapper ul {
    padding-left: 10px !important;
  }

  .about-us-page-section .added_value-section .added_value_wrapper ul li {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

.about-us-page-section .our_value_section {
  position: relative;
  padding-top: 61px;
  padding-bottom: 94px;
}

.about-us-page-section .our_value_section .title {
  font-size: 53px;
  color: #fff;
  text-align: center;
  letter-spacing: 1.59px;
  margin-bottom: 30px;
  font-weight: 700;
}

.about-us-page-section .our_value_section .title span {
  font-weight: 500;
}

.about-us-page-section .our_value_section:after {
  content: "";
  width: 100%;
  height: calc(100% + 161px);
  background-color: #102E52;
  left: 0px;
  position: absolute;
  z-index: -1;
  top: -161px;
}

.about-us-page-section .our_value_section .values-box {
  width: 90vw;
}

.about-us-page-section .our_value_section .our-values-container {
  overflow-x: auto;
  padding-left: 10px;
  scroll-behavior: smooth;
}

.about-us-page-section .our_value_section .our-values-container::-webkit-scrollbar {
  height: 2px;
}

.about-us-page-section .our_value_section .nav {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-us-page-section .our_value_section .nav i {
  color: #fff;
  cursor: pointer;
}

@media screen and (min-width: 769px) and (max-width: 920px) {
  .about-us-page-section .our_value_section .nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.about-us-page-section .our_value_section .our-values-container::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 4px;
}

.about-us-page-section .our_value_section .our-values-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: transparent;
  opacity: 0.12;
}

.about-us-page-section .our_value_section .our-value-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  min-width: 850px;
  list-style-type: none;
}

.about-us-page-section .our_value_section .our-value-wrapper ul div,
.about-us-page-section .our_value_section .our-value-wrapper ul li {
  -webkit-box-flex: 25%;
      -ms-flex: 25%;
          flex: 25%;
  position: relative;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  font-weight: 600;
}

.about-us-page-section .our_value_section .our-value-wrapper ul div span,
.about-us-page-section .our_value_section .our-value-wrapper ul li span {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  font-weight: 600;
}

.about-us-page-section .our_value_section .our-value-wrapper ul div p,
.about-us-page-section .our_value_section .our-value-wrapper ul li p {
  margin-top: 10px;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.3px;
  width: 85%;
  color: #fff;
}

.about-us-page-section .our_value_section .our-value-wrapper ul div:before,
.about-us-page-section .our_value_section .our-value-wrapper ul li:before {
  content: ".";
  font-size: 110px;
  left: -11px;
  pointer-events: none;
  position: absolute;
  text-shadow: rgba(0, 0, 0, 0) 0px 0px;
  top: -47px;
  line-height: 0;
  color: #15D0CE;
}

.about-us-page-section .our_value_section .our-value-wrapper ul div:after,
.about-us-page-section .our_value_section .our-value-wrapper ul li:after {
  content: "";
  width: 100%;
  height: 1px;
  left: -5px;
  top: -17px;
  background-color: #fff;
  opacity: 0.12;
  pointer-events: none;
  position: absolute;
}

.about-us-page-section .Certification_section {
  padding-top: 46px;
  background-image: url(/images/certificate.jpg?c6fa4cb6c3c86436e853d4842c551a8e);
  background-size: 100% 80%;
  background-repeat: no-repeat;
  position: relative;
}

.about-us-page-section .Certification_section::before {
  content: "";
  background-color: #102E52;
  opacity: 0.9;
  position: absolute;
  height: 80%;
  top: 0;
  right: 0;
  left: 0;
}

.about-us-page-section .Certification_section .title {
  font-size: 53px;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: 1.59px;
  text-align: center;
  position: relative;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .about-us-page-section .Certification_section .title {
    font-size: 30px;
  }
}

.about-us-page-section .Certification_section .title:after {
  content: '';
  width: 33px;
  height: 3px;
  background-color: #15D0CE;
  display: block;
  position: absolute;
  left: 45.5%;
}

.about-us-page-section .Certification_section .desc {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.3px;
  margin-bottom: 11px;
  font-size: 15px;
  width: 55%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about-us-page-section .Certification_section .desc {
    width: 90%;
  }
}

.about-us-page-section .Certification_section .book_exam_btn {
  margin-bottom: 58px;
}

.about-us-page-section .Certification_section .owl-nav {
  position: absolute;
  top: 31%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 110%;
  left: -5%;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-us-page-section .Certification_section .owl-nav .owl-prev,
.about-us-page-section .Certification_section .owl-nav .owl-next {
  background-color: transparent !important;
}

.about-us-page-section .Certification_section .owl-nav .owl-prev .fa-chevron-left::before,
.about-us-page-section .Certification_section .owl-nav .owl-next .fa-chevron-left::before {
  display: none;
}

.about-us-page-section .Certification_section .owl-nav .owl-prev .fa-chevron-left:after,
.about-us-page-section .Certification_section .owl-nav .owl-next .fa-chevron-left:after {
  display: inline-block;
  padding: 0.25rem;
  content: "";
  width: 17.5px;
  height: 17.5px;
  -webkit-transform: rotate(46deg);
          transform: rotate(46deg);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-top: none;
  border-right: none;
}

.about-us-page-section .Certification_section .owl-nav .owl-prev .fa-chevron-right::before,
.about-us-page-section .Certification_section .owl-nav .owl-next .fa-chevron-right::before {
  display: none;
}

.about-us-page-section .Certification_section .owl-nav .owl-prev .fa-chevron-right:after,
.about-us-page-section .Certification_section .owl-nav .owl-next .fa-chevron-right:after {
  display: inline-block;
  padding: 0.25rem;
  content: "";
  width: 17.5px;
  height: 17.5px;
  -webkit-transform: rotate(222deg);
          transform: rotate(222deg);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-top: none;
  border-right: none;
}

@media screen and (max-width: 1240px) and (min-width: 769px) {
  .about-us-page-section .Certification_section .owl-nav {
    width: 100%;
    left: 0%;
    top: -45px;
  }
}

@media screen and (max-width: 768px) {
  .about-us-page-section .Certification_section .owl-nav {
    display: none;
  }
}

.about-us-page-section .Certification_section .owl-stage-outer {
  padding: 0px !important;
}

.about-us-page-section .Certification_section .certificate-box {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #D0DDDD;
  padding: 35px 35px 22px 35px;
  border-radius: 6px;
  cursor: pointer;
}

.about-us-page-section .Certification_section .certificate-box img {
  height: 80px;
  width: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.about-us-page-section .Certification_section .certificate-box .addition {
  color: #15D0CE;
  font-size: 30px;
  margin-top: 9px;
  cursor: pointer;
}

.about-us-page-section .Certification_section .certificate-box:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.about-us-page-section .Certification_section .certificate-box:hover .addition {
  color: #102E52;
}

.about-us-page-section .aboutus_benefits_section {
  padding-top: 66px;
}

.about-us-page-section .aboutus_benefits_section .corporate-container {
  max-width: 1170px;
}

.about-us-page-section .aboutus_benefits_section .corporate-benefit-box {
  position: relative;
}

.about-us-page-section .aboutus_benefits_section .corporate-benefit-box:after {
  content: "";
  width: 1px;
  height: 100%;
  right: -20%;
  top: 0px;
  background-color: #E6E6E6;
  pointer-events: none;
  position: absolute;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-page-section .aboutus_benefits_section .corporate-benefit-box:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .about-us-page-section .aboutus_benefits_section .corporate-benefit-box {
    margin-bottom: 15px;
  }

  .about-us-page-section .aboutus_benefits_section .corporate-benefit-box:after {
    display: none;
  }
}

.about-us-page-section .aboutus_benefits_section .benefit-title {
  font-size: 15px;
  font-weight: 600;
  color: #15D0CE;
  margin-bottom: 9px;
  letter-spacing: 0.3px;
}

.about-us-page-section .aboutus_benefits_section .benefit-text {
  color: #303A46;
  letter-spacing: 0.3px;
  font-size: 15px;
  font-weight: 300;
  width: 95%;
}

@media screen and (max-width: 991px) {
  .about-us-page-section .aboutus_benefits_section .benefit-text {
    width: 100%;
  }
}

@media screen and (max-width: 1369px) {
  .about-us-page-section {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .about-us-subtitle::before {
    display: inline-block !important;
  }

  .about-us-subtitle::after {
    display: inline-block !important;
  }
}

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

/*testimonial section*/

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

.why-choose-us-section .jarallax {
  background-image: url(/images/tesit-b-1.jpg?c214edd24c828e829b91405a2de1b7b0);
  padding: 140px 0px 115px 0px;
}

.why-choose-us-section .section-title {
  margin-bottom: 50px;
}

.why-choose-us-section .section-title h2 {
  color: #fff;
}

.why-choose-us-section .section-title span {
  color: #fff;
}

.service-slide {
  margin-bottom: 50px;
}

.service-icon {
  margin-right: 15px;
}

.service-icon i {
  font-size: 50px;
}

.service-text {
  overflow: hidden;
}

.service-text h3 {
  font-size: 22px;
  color: #fff;
}

.service-text p {
  color: #88c3ef;
}

.owl-dots {
  text-align: center;
  margin-top: 30px;
}

.owl-dots .owl-dot {
  height: 5px;
  width: 20px;
  display: inline-block;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  margin: 0 7px;
  border-radius: 10px;
  background-color: #4175a4;
}

.owl-dots .owl-dot.active {
  width: 40px;
  background-color: #fff;
}

.testimonial-slide .section-title-2 h2 {
  color: #fff;
}

.testimonial-slide .section-title-2::after {
  left: 60% !important;
}

.testimonial-slide .student-qoute {
  border: 2px solid #3080b6;
  padding: 30px;
  border-radius: 5px;
  position: relative;
  font-style: italic;
  font-family: ' Helvetica';
}

.testimonial-slide .student-qoute:after {
  position: absolute;
  content: '\F10D';
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  color: #3080b6;
  font-size: 40px;
  right: 35px;
  padding: 5px 20px;
  bottom: -30px;
  background-color: #125693;
}

.testimonial-slide .student-qoute p {
  font-style: italic;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.testimonial-slide .student-qoute p b {
  font-weight: 700;
}

.testimonial-slide .student-name-designation span {
  font-size: 15px;
  color: #fff;
  margin-right: 25px;
  position: relative;
  font-weight: 300;
}

.testimonial-slide .student-name-designation span:before {
  top: 0px;
  width: 1px;
  content: '';
  height: 16px;
  right: -14px;
  position: absolute;
  background-color: #15D0CE;
}

.testimonial-slide .student-name-designation span:last-child::before {
  display: none !important;
}

.testimonial-slide-area .owl-stage-outer {
  padding-bottom: 30px;
}

.testimonial-slide-area .owl-prev,
.testimonial-slide-area .owl-next {
  background-color: #3080b6;
  color: #f7f7f7;
}

.secound-testimoinial-section {
  max-width: 880px;
  margin: 0 auto;
  padding: 10px 0px 90px 0px;
}

.secound-testimoinial-section .student-qoute {
  padding: 0;
  border: none;
}

.secound-testimoinial-section .student-qoute p {
  font-size: 25px;
  color: #000000;
  margin-bottom: 30px;
}

.secound-testimoinial-section .student-qoute:after {
  display: none;
}

.secound-testimoinial-section .owl-dot {
  background-color: #f5f5f5;
}

.secound-testimoinial-section .owl-dot.active {
  background-color: #989898;
}

.secound-testimoinial-section .student-name-designation {
  font-size: 15px;
}

.secound-testimoinial-section .student-name-designation span {
  color: #989898;
}

.secound-testimoinial-section .student-name-designation span:before {
  background-color: #989898;
}

.secound-testimoinial-section .student-name-designation .st-name {
  color: #000000;
}

.testimonial_2_section {
  padding-top: 49px;
  padding-bottom: 38px;
  background-image: url(/images/testimonials.jpg?683cff640f846ed93139c488413c8073);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.testimonial_2_section::before {
  content: "";
  background-color: #102E52;
  opacity: 0.9;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
}

.testimonial_2_section .profile-image {
  position: absolute;
  top: -40px;
  border-radius: 50%;
  border: 3px solid #15D0CE;
}

.testimonial_2_section .section-title-2 {
  margin-bottom: 25px;
}

.testimonial_2_section .section-title-2 h2,
.testimonial_2_section .section-title-2 span {
  color: #fff;
  font-size: 53px;
  text-align: center;
}

.testimonial_2_section .section-title-2 h2:after {
  display: none;
}

.testimonial_2_section .section-title-2 h2:before {
  display: block;
  content: url(/images/quote-right.svg?3660e5a659c3699f9b29dff382c4c280);
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  color: #3080b6;
  font-size: 40px;
  right: 35px;
  padding: 5px 20px;
  bottom: -30px;
}

@media screen and (max-width: 768px) {
  .testimonial_2_section .section-title-2 h2,
  .testimonial_2_section .section-title-2 span {
    font-size: 25px !important;
  }
}

.testimonial_2_section .student-qoute {
  border: 3px solid rgba(255, 255, 255, 0.12);
  padding-top: 80px;
  margin-top: 40px;
}

.testimonial_2_section .student-qoute p {
  color: #fff;
  font-style: italic;
  font-family: 'Helvetica';
  font-size: 17px;
  letter-spacing: 0.34px;
  font-weight: 150;
}

.testimonial_2_section .student-qoute:after {
  display: none;
}

.testimonial_2_section .student-qoute .logo {
  background: url(/images/formatech-icon.svg?3bbdec83366124a9fe30b46d519ee422);
  width: 76.9px;
  height: 84.82px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 55px;
  bottom: -30px;
}

@media screen and (max-width: 768px) {
  .testimonial_2_section .student-qoute .logo {
    right: 40px;
    bottom: -60px;
  }
}

.testimonial_2_section .owl-next,
.testimonial_2_section .owl-prev,
.testimonial_2_section .owl-nav .owl-next,
.owl-nav .testimonial_2_section .owl-next,
.testimonial_2_section .testimonial-slide-area .owl-next,
.testimonial-slide-area .testimonial_2_section .owl-next {
  background-color: #f7f7f7;
  color: #999999;
}

.testimonial_2_section .owl-nav {
  display: none;
}

@media screen and (max-width: 767px) {
  .testimonial_2_section .owl-nav {
    display: block !important;
  }
}

.testimonial_2_section .owl-dots {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .testimonial_2_section .owl-dots {
    display: none !important;
  }
}

.testimonial_2_section .owl-dots .owl-dot {
  background-color: #E7EAED;
  height: 12px;
  width: 12px;
  opacity: 23%;
}

.testimonial_2_section .owl-dots .owl-dot.active {
  background-color: #15D0CE;
  opacity: 100%;
}

.third-testimoinial-section {
  padding: 100px 0px 40px;
}

.third-testimoinial-section .section-title-2 h2 {
  color: #000000;
}

.testimonial-noImage {
  padding-top: 40px !important;
}

.testimonial-noImage .profile-image {
  display: none !important;
}

.testimonial-noImage .st-name::before {
  display: none;
}

.testimonial-noImage .st-designation {
  display: none;
}

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

/*latest section*/

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

.latest-area-section {
  padding: 125px 0px 55px 0px;
}

.side-bar-widget .latest-news-thumbnail-wrapper {
  height: 80px;
  width: 80px;
}

.side-bar-widget .latest-news-thumbnail-wrapper .latest-news-thumbnile {
  height: 100%;
  width: 100%;
}

.latest-news-thumbnile {
  height: 120px;
  width: 120px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.latest-news-thumbnile .hover-search {
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  right: 0;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.blakish-overlay {
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  visibility: hidden;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background-color: rgba(0, 0, 0, 0.65);
}

.latest-news-area {
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  max-width: 335px;
}

.latest-news-area:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.latest-news-area .date-meta {
  color: #989898;
  font-size: 14px;
  margin-bottom: 10px;
}

.latest-news-area:hover .blakish-overlay {
  opacity: 1;
  visibility: visible;
}

.latest-news-area:hover .hover-search {
  opacity: 1;
  visibility: visible;
}

.latest-title {
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
}

.view-all-btn {
  color: #000000;
}

.view-all-btn i {
  color: #15D0CE;
  margin-left: 5px;
}

.gradient-bdr {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  background: linear-gradient(21deg, #10abff, #1beabd);
  background: -webkit-linear-gradient(69deg, #10abff, #1beabd);
}

.events-date {
  float: left;
  height: 84px;
  width: 95px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 10px;
  margin-right: 20px;
  background-color: #fff;
}

.events-date span {
  font-size: 50px;
  padding-top: 8px;
  color: #000000;
  line-height: 1;
  display: block;
}

.latest-events {
  display: inline-block;
  max-width: 340px;
  margin-bottom: 30px;
}

.latest-events .course-meta .course-category,
.latest-events .course-meta .course-author {
  font-weight: 500;
  color: #989898;
}

.event-text {
  overflow: hidden;
}

.video-play-btn {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.video-play-btn a {
  display: block;
  width: 100%;
}

.sponsor-section {
  padding: 30px 0px 40px 0px;
}

.sponsor-pic {
  position: relative;
  width: 180px;
  margin: 0 auto;
}

.sponsor-pic:after {
  position: absolute;
  top: 20px;
  content: '';
  height: 80px;
  background-color: #cccccc;
  right: 0;
  width: 1px;
}

.sponsor-1 .owl-stage-outer {
  padding: 0 10px;
}

.sponsor-1 .owl-dots {
  display: none !important;
}

.sponsor-2 {
  padding: 60px 0px;
}

.sponsor-2 .sponsor-pic:after {
  display: none;
}

.sponsor-2 .owl-nav {
  display: none;
}

.sponsor-2 .owl-dots .owl-dot {
  background-color: #f5f5f5;
}

.sponsor-2 .owl-dots .owl-dot.active {
  background-color: #cccccc;
}

.home-page-three {
  padding: 40px 0px 125px;
}

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

/*Best course section*/

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

.best-course-section {
  background-color: #f7f7f7;
  padding: 125px 0px 125px 0px;
}

.best-course-pic-text {
  border-radius: 4px;
  padding-top: 30px;
}

.best-course-pic-text .course-title h3 {
  font-size: 18px;
  line-height: 25px;
}

.best-course-pic-text .course-title:after {
  display: none;
}

.best-course-pic-text .best-course-text {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px 25px 30px 25px;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.best-course-pic-text .best-course-text .course-meta span {
  font-weight: 400;
  color: #777777;
  -webkit-font-smoothing: antialiased;
}

.best-course-pic-text .best-course-pic {
  width: 270px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 220px;
  background-color: #555555;
  overflow: hidden;
  border-radius: 4px;
}

.best-course-pic-text .course-price {
  bottom: 20px;
  z-index: 1;
  top: inherit;
}

.best-course-pic-text .course-rate {
  position: absolute;
  right: 25px;
  bottom: 25px;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.best-course-pic-text .course-rate li {
  font-size: 14px;
}

.best-course-pic-text .course-details-btn {
  top: inherit;
  bottom: 25px;
  right: 5px;
}

.best-course-pic-text:hover .course-details-btn {
  opacity: 1;
  right: 25px;
  visibility: visible;
  z-index: 1;
}

.best-course-pic-text:hover .course-rate {
  opacity: 0;
}

.best-course-pic-text:hover .blakish-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 0;
}

.best-course-pic-text:hover .best-course-text {
  -webkit-box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.1);
}

.course-rate li {
  color: #ffc926;
}

.trend-badge-2 {
  top: -18px;
  left: -50px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  padding: 30px 35px 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #ff5a00;
  z-index: 3;
}

.trend-badge-2 span {
  display: block;
}

.couse-pagination li {
  font-size: 18px;
  color: #bababa;
  margin: 0 5px;
}

.couse-pagination li.active {
  color: #000000;
  font-weight: 700;
}

.couse-pagination .pg-text {
  font-size: 13px;
}

.best-course-v2 {
  background-color: #fff;
  padding-bottom: 25px;
}

.best-course-v2 .best-course-pic-text .best-course-text {
  background-color: #f7f7f7;
}

.course-search-filter {
  display: inline-block;
  width: 100%;
}

.course-button ul.product-tab li.active:after {
  display: none;
}

.course-button ul.product-tab li:before {
  content: '';
  position: absolute;
  top: -15px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #01a6fd;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: 0;
  width: 20px;
  right: 0;
  opacity: 0;
  margin: 0 auto;
}

.course-button ul.product-tab li.active:before {
  opacity: 1;
}

.course-button ul.product-tab li.active .category-icon-title:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.course-button ul.product-tab li.active .category-icon i {
  color: #fff;
  -webkit-text-fill-color: inherit;
}

.course-button ul.product-tab li.active .category-title h4 {
  color: #fff;
}

.course-button .category-title h4 {
  text-transform: capitalize;
  font-size: 16px;
}

.course-button ul.product-tab li {
  margin: 0;
}

.course-button ul.product-tab li .category-icon-title {
  width: 180px;
  height: 180px;
  padding: 20px;
  overflow: hidden;
}

.button-tab .owl-stage-outer {
  padding: 20px 0px;
}

.button-tab .owl-prev,
.button-tab .owl-nav .owl-next,
.owl-nav .button-tab .owl-next,
.button-tab .testimonial-slide-area .owl-next,
.testimonial-slide-area .button-tab .owl-next {
  position: absolute;
  left: 0;
}

.course-button {
  background-color: #fff;
}

.one-page-category {
  padding-top: 0;
}

.one-page-category .category-slide {
  margin-top: 0;
}

.one-page-category .category-slide .owl-nav {
  top: 46%;
  width: 108%;
}

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

/*Teacher  section*/

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

.course-teacher-section .jarallax {
  background-image: url(/images/teacher-b.jpg?4ab19539141593c1f6dbaf056e5e3572);
  padding: 125px 0px 125px 0px;
}

.course-teacher-section .section-title {
  margin-bottom: 70px;
}

.course-teacher-section .section-title h2 {
  color: #fff;
}

.course-teacher-section .section-title span {
  color: #fff;
}

.course-teacher-section .genius-btn {
  margin: 0 auto;
}

.teacher-img-content {
  background-color: #0a4a78;
  display: inline-block;
  padding: 20px;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 50px;
}

.teacher-img-content .teacher-social-name {
  float: left;
  max-width: 200px;
}

.teacher-img-content .teacher-social-name ul {
  margin-bottom: 10px !important;
}

.teacher-img-content .teacher-social-name li {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  text-align: center;
  color: #adb8bf;
  line-height: 35px;
  margin-bottom: 5px;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background-color: #608297;
}

.teacher-img-content .teacher-social-name li:hover {
  background-color: #fff;
  color: #176299;
}

.teacher-img-content .teacher-social-name .teacher-name span {
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}

.teacher-img-content .teacher-img {
  height: 150px;
  width: 150px;
  display: inline-block;
  position: relative;
  right: -35px;
  top: -35px;
}

.teacher-img-content .teacher-img img {
  border-radius: 4px;
}

.teacher-img-content .teacher-img:after {
  content: '';
  height: 2px;
  width: 50px;
  left: -25px;
  bottom: 30px;
  position: absolute;
  background-color: #15D0CE;
}

.teacher-img-content .teacher-img .course-price {
  font-weight: 400;
  top: auto;
  bottom: 20px;
  font-size: 12px;
  left: 45px;
  opacity: 0;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  visibility: hidden;
}

.teacher-img-content .teacher-category {
  position: relative;
  top: -5px;
}

.teacher-img-content .teacher-category .st-name {
  font-size: 13px;
  color: #fff;
}

.teacher-img-content:hover .course-price {
  opacity: 1;
  left: 35px;
  visibility: visible;
}

.secound-teacher-section {
  background-color: #f7f7f7;
  padding: 105px  0px;
}

.secound-teacher-section .teacher-img-text {
  background-color: #fff;
  padding: 20px 30px 30px 30px;
  border-radius: 4px;
}

.secound-teacher-section .teacher-img-text .teacher-social-list {
  position: absolute;
  top: 40%;
  left: 0;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.secound-teacher-section .teacher-img-text .teacher-social-list li {
  height: 30px;
  width: 30px;
  text-align: center;
  border: 2px solid #15D0CE;
  line-height: 30px;
  color: #fff;
  margin: 0 2px;
  border-radius: 100%;
}

.secound-teacher-section .teacher-img-text .teacher-name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

.secound-teacher-section .teacher-img-text .teacher-designation {
  font-size: 13px;
  color: #15D0CE;
}

.secound-teacher-section .teacher-img-text .teacher-img-social .blakish-overlay {
  border-radius: 100%;
  height: 190px;
  width: 190px;
  margin: 0 auto;
  left: -13px;
  top: 5px;
  right: 0;
}

.secound-teacher-section .teacher-img-text:hover .blakish-overlay {
  opacity: 1;
  visibility: visible;
}

.secound-teacher-section .teacher-img-text:hover .teacher-social-list {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.teacher-img-social {
  z-index: 1;
}

.teacher-img-social img {
  border: 5px solid #fff;
  border-radius: 100%;
}

.teacher-img-social:after {
  content: '';
  position: absolute;
  width: 210px;
  height: 210px;
  background: #17d0cf;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
  background: -webkit-gradient(linear, left top, right top, from(#01a6fd), color-stop(51%, #17d0cf), to(#01a6fd));
  background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
  background-size: 200% auto;
  top: -5px;
  left: -5px;
  border-radius: 100%;
  z-index: -1;
  right: 0;
}

.secound-teacher-section .owl-prev,
.secound-teacher-section .owl-nav .owl-next,
.owl-nav .secound-teacher-section .owl-next,
.secound-teacher-section .testimonial-slide-area .owl-next,
.testimonial-slide-area .secound-teacher-section .owl-next,
.secound-teacher-section .owl-next {
  background-color: #fff;
}

.secound-teacher-section .genius-btn {
  margin: 0 auto;
  margin-top: 65px;
}

.genius-teacher-section-2 {
  padding-bottom: 80px;
}

.genius-teacher-section-2 .teacher-img-content {
  background-color: inherit;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 25px;
  height: 210px;
}

.genius-teacher-section-2 .teacher-img-content .teacher-cntent {
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: 1;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  opacity: 0;
}

.genius-teacher-section-2 .teacher-img-content .teacher-social-name ul {
  margin-bottom: 20px !important;
}

.genius-teacher-section-2 .teacher-img-content .teacher-category {
  bottom: 50px;
  top: inherit;
  right: 20px;
  display: none;
  z-index: 11;
}

.genius-teacher-section-2 .teacher-img-content:after {
  position: absolute;
  content: '';
  background: #17d0cf;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
  background: -webkit-gradient(linear, left top, right top, from(#01a6fd), color-stop(51%, #17d0cf), to(#01a6fd));
  background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
  background-size: 200% auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  opacity: 0;
}

.genius-teacher-section-2 .teacher-img-content:hover:after {
  opacity: .8;
}

.genius-teacher-section-2 .teacher-img-content:hover .teacher-category {
  display: block;
}

.genius-teacher-section-2 .teacher-img-content:hover .teacher-cntent {
  opacity: 1;
}

.genius-teacher-section-2 .teacher-social-name li {
  background-color: #fff;
}

.teacher-page-section {
  padding: 80px 0px;
}

.teacher-page-section .couse-pagination {
  margin-top: 60px;
}

.teacher-pic-content {
  margin-bottom: 30px;
}

.teacher-pic-content .teacher-hover-item {
  display: inline-block;
  position: absolute;
  top: 35px;
  left: 15px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.teacher-pic-content .teacher-hover-item .teacher-text {
  color: #fff;
}

.teacher-pic-content .teacher-social-name {
  width: 100%;
  max-width: inherit;
  margin-bottom: 5px;
}

.teacher-pic-content .teacher-social-name li {
  background-color: #fff;
  color: #15D0CE;
}

.teacher-pic-content .teacher-next {
  height: 45px;
  width: 45px;
  background-color: #fff;
  position: absolute;
  right: -40px;
  bottom: 0;
  line-height: 52px;
  border-top-left-radius: 10px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.teacher-pic-content .teacher-next a {
  display: block;
  width: 100%;
}

.teacher-pic-content .teacher-next i {
  font-size: 20px;
}

.teacher-pic-content .teacher-img-content {
  background-color: inherit;
  padding: 0;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0;
  height: 270px;
  width: 270px;
}

.teacher-pic-content .teacher-img-content:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  z-index: 0;
}

.teacher-pic-content .teacher-img-content img {
  height: 100%;
  width: 100%;
}

.teacher-pic-content .teacher-name-designation {
  margin-top: 10px;
}

.teacher-pic-content .teacher-name-designation .teacher-name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}

.teacher-pic-content .teacher-name-designation .teacher-designation {
  font-size: 13px;
  color: #17d0cf;
}

.teacher-pic-content:hover .teacher-img-content::after {
  opacity: .8;
}

.teacher-pic-content:hover .teacher-hover-item {
  opacity: 1;
  visibility: visible;
  left: 25px;
}

.teacher-pic-content:hover .teacher-next {
  opacity: 1;
  right: 0;
  visibility: visible;
}

.first-widget {
  margin-top: 0 !important;
}

.teacher-details-area {
  padding: 80px 0px;
}

.course-img {
  margin-bottom: 15px;
}

.course-desc {
  color: #000000;
}

.teacher-details-text .section-title-2 {
  margin-bottom: 50px;
}

.teacher-details-text .section-title-2 h2 {
  font-size: 30px;
}

.teacher-details-text .section-title-2 h2:after {
  bottom: -45px;
}

.teacher-details-text .teacher-deg {
  font-weight: 700;
  font-size: 15px;
  margin-top: 5px;
}

.teacher-details-text .teacher-deg span {
  color: #15D0CE;
}

.teacher-desc-social {
  margin-bottom: 28px;
}

.teacher-desc-social li {
  height: 80px;
  width: 80px;
  text-align: center;
  background-color: #f7f7f7;
  color: #444444;
  border-radius: 4px;
  font-size: 13px;
  margin-right: 5px;
  padding-top: 15px;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.teacher-desc-social li i {
  color: #bababa;
  font-size: 30px;
  margin-bottom: 5px;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.teacher-desc-social li:hover {
  background-color: #15D0CE;
  color: #fff;
}

.teacher-desc-social li:hover i {
  color: #fff;
}

.teacher-address .address-details li {
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
}

.teacher-address .address-details li b {
  font-weight: 900;
}

.teacher-address .address-details li .addrs-icon {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  border-radius: 5px;
  color: #fff;
  margin-right: 15px;
  float: left;
  background-color: #01a6fd;
}

.teacher-address .address-details li .add-info {
  overflow: hidden;
  margin-top: 10px;
}

.about-teacher .section-title-2 {
  margin-bottom: 35px;
}

.about-teacher .section-title-2 h2:after {
  display: none;
}

.about-teacher p {
  font-weight: 300;
  font-size: 20px;
  color: #000000;
}

.category-slide .category-icon-title {
  padding: 35px 10px;
  border-radius: 0;
  position: relative;
  margin-bottom: 0;
}

.category-slide .category-icon-title:after {
  border-radius: 0;
}

.category-slide .owl-nav {
  top: 35%;
  width: 110%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  left: -40px;
  z-index: -1;
}

.category-slide .owl-nav .owl-prev,
.category-slide .owl-nav .owl-next,
.category-slide .owl-nav .owl-next {
  background-color: transparent;
}

.category-slide .owl-nav .owl-prev,
.category-slide .owl-nav .owl-next {
  float: left;
}

.category-slide .owl-nav .owl-next {
  float: right;
}

.category-slide .owl-item.active:before {
  content: '';
  position: absolute;
  height: 195px;
  width: 1px;
  background-color: #eee;
  top: 0;
  right: 0;
  z-index: 1;
}

.category-slide .owl-item.active:last-child:before {
  display: none;
}

.category-slide .owl-stage-outer {
  padding: 5px;
}

.about-faq.faq-secound-home-version {
  background-image: inherit;
  padding-top: 0;
}

.about-faq.faq-secound-home-version .panel-group .panel {
  max-width: inherit;
}

.about-faq.faq-secound-home-version .panel-group .btn-link.collapsed {
  color: #000000;
  font-weight: 400;
  padding: 10px 0px;
}

.about-faq.faq-secound-home-version .panel-group .panel-title h3:before {
  background-color: #cfcdcd;
  top: 15px;
}

.about-faq.faq-secound-home-version .panel-group .panel-body {
  color: inherit;
}

.about-faq.faq-secound-home-version .panel-group .collapse.show .panel-body:before {
  height: 185%;
  top: -49px;
}

.about-faq.faq-secound-home-version .panel-group .btn-link.collapsed:after {
  color: #cfcdcd;
}

.about-faq.faq-secound-home-version ul.product-tab li {
  background-color: #f7f7f7;
  font-size: 15px;
  font-weight: 400;
  color: #c4c4c4;
}

.about-faq.faq-secound-home-version .ques-ans h3 {
  color: #0f0f0f;
}

.about-faq.faq-secound-home-version .tab-container {
  margin-left: 15px;
}

.teacher-contact {
  padding-top: 25px;
}

.teacher-faq-form label {
  display: block;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  font-size: 14px;
}

.teacher-faq-form input,
.teacher-faq-form .register-form-area select,
.register-form-area .teacher-faq-form select,
.teacher-faq-form .register-form-area textarea,
.register-form-area .teacher-faq-form textarea,
.teacher-faq-form textarea {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  background-color: #f7f7f7;
  border: none;
  margin-bottom: 30px;
  padding: 15px;
}

.teacher-faq-form textarea {
  height: 160px;
}

.teacher-faq-form .nws-button {
  height: 60px;
  width: 195px;
  line-height: 60px;
  border-radius: 5px;
}

.teacher-faq-form .nws-button button {
  border: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  background-color: transparent;
}

.one-page-teacher {
  padding: 100px 0px;
  background-image: url(/images/tesit-b-1.jpg?c214edd24c828e829b91405a2de1b7b0);
}

.one-page-teacher .section-title span,
.one-page-teacher .section-title h2 {
  color: #fff;
}

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

/*Best product  section*/

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

.best-product-section {
  padding: 125px 0px 50px 0px;
}

.best-product-section .course-title h3 {
  font-size: 18px;
}

.best-product-section .course-title:after {
  display: none;
}

.best-product-section .price-start {
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
}

.best-product-section .price-start span {
  color: #15D0CE;
}

.best-product-section.home_2 {
  padding: 50px 0px 100px;
}

.add-cart {
  color: #bbbbbb;
  height: 40px;
  width: 40px;
  line-height: 40px;
  float: right;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
}

.add-cart:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: #17d0cf;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
  background: -webkit-gradient(linear, left top, right top, from(#01a6fd), color-stop(51%, #17d0cf), to(#01a6fd));
  background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
  background-size: 200% auto;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  left: 0;
  z-index: 0;
  opacity: 0;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.add-cart i {
  position: relative;
  z-index: 1;
}

.product-img-text {
  background-color: #f1f1f3;
  padding: 25px 20px;
  display: inline-block;
  width: 97%;
  margin: 5px;
  border-radius: 4px;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.product-img-text:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.1);
}

.product-img-text:hover .add-cart {
  color: #fff;
}

.product-img-text:hover .add-cart::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.faq-secound-home-version .best-product-section {
  padding-top: 30px;
}

.faq-secound-home-version .best-product-section .section-title-2 h2 {
  color: #fff;
}

.faq-secound-home-version .best-product-section .owl-prev,
.faq-secound-home-version .best-product-section .owl-nav .owl-next,
.owl-nav .faq-secound-home-version .best-product-section .owl-next,
.faq-secound-home-version .best-product-section .testimonial-slide-area .owl-next,
.testimonial-slide-area .faq-secound-home-version .best-product-section .owl-next,
.faq-secound-home-version .best-product-section .owl-next {
  background-color: #4175a4;
}

.home-third-best-product {
  padding: 20px 0px 80px;
}

.shop-product-section {
  padding: 80px 0px 20px;
}

.genius-shop-item .best-product-section {
  padding-top: 0;
}

.genius-shop-item .best-product-section .product-img-text {
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
}

.genius-shop-item .product-list-item {
  background-color: #f7f7f7;
  padding: 25px 20px;
  border-radius: 4px;
}

.genius-shop-item .course-page-section {
  padding-top: 0;
}

.ui-slider-horizontal {
  height: 3px;
  border: none;
  background-color: #dddddd;
}

.price-range .ui-widget.ui-widget-content {
  border: none;
}

.price-range input,
.price-range .register-form-area select,
.register-form-area .price-range select,
.price-range .register-form-area textarea,
.register-form-area .price-range textarea {
  position: absolute;
  font-size: 12px;
  right: -70px;
  top: -13px;
  color: #b2afaf;
  border: none;
  font-weight: 700;
}

#slider-range {
  width: 73%;
  float: right;
  margin-top: 6px;
}

#slider-range .ui-widget-header {
  background-color: #000000;
}

.ui-slider-horizontal .ui-slider-handle {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #15D0CE;
  border: none;
  cursor: pointer;
  outline: none;
  top: -3px;
}

.inner-title {
  font-size: 12px;
  font-weight: 500;
  float: left;
  padding-left: 25px;
  position: relative;
}

.inner-title:after {
  position: absolute;
  content: '';
  height: 15px;
  width: 15px;
  border-radius: 4px;
  border: 1px solid #d9d4d4;
  left: 0;
  top: 1px;
}

.product-highlights .inner-title {
  float: none;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 10px;
}

.product-highlights .inner-title:last-child {
  margin-bottom: 0;
}

.best-sell-title-price {
  margin-top: 30px;
}

.best-sell-title-price h3 {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}

.best-sellers-pic-text {
  background-color: #f7f7f7;
  display: inline-block;
  width: 100%;
  padding: 15px 15px 25px 15px;
  margin-bottom: 4px;
}

.best-sellers-pic-text .best-sell-pic {
  height: 105px;
  width: 105px;
  float: left;
  margin-right: 20px;
}

.best-sellers-pic-text .b-price {
  font-size: 12px;
  color: #15D0CE;
  font-weight: 700;
}

.best-sellers-item .couse-pagination {
  margin-top: 15px;
}

.best-sellers-item .couse-pagination li {
  font-size: 12px;
}

.best-product-4 {
  background-color: #f7f7f7;
  padding-bottom: 100px;
}

.best-product-4 .product-img-text {
  background-color: #fff;
}

.best-product-4 .owl-nav .owl-prev,
.best-product-4 .owl-nav .owl-next,
.best-product-4 .owl-nav .owl-next {
  background-color: #fff;
}

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

/*FAQ  section*/

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

.faq-section {
  padding: 50px 0px 125px 0px;
}

ul.product-tab li {
  cursor: pointer;
  margin: 0px 40px 0px 0px;
  font-size: 18px;
  position: relative;
  color: #777777;
  font-weight: 500;
  text-transform: uppercase;
}

ul.product-tab li:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  top: 30px;
  left: 0;
  opacity: 0;
  background-color: #15D0CE;
}

ul.product-tab li.active {
  color: #000000;
}

ul.product-tab li.active:after {
  opacity: 1;
}

.tab-content-1 {
  display: none;
}

.tab-content-1 p {
  color: #777777;
}

.ques-ans h3 {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}

.faq-secound-home-version {
  background-image: url(/images/fq-1.jpg?1d43e3608a571d2d0d9afad50134730e);
  padding: 110px 0px 100px 0px;
}

.faq-secound-home-version .section-title h2,
.faq-secound-home-version .section-title span {
  color: #fff;
}

.faq-secound-home-version ul.product-tab li {
  background-color: #006dad;
  color: #fff;
  padding: 5px 15px;
  font-size: 16px;
  border-radius: 4px;
  z-index: 1;
  margin: 0px 5px 0px 0px;
}

.faq-secound-home-version ul.product-tab li:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: #17d0cf;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
  background: -webkit-gradient(linear, left top, right top, from(#01a6fd), color-stop(51%, #17d0cf), to(#01a6fd));
  background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
  background-size: 200% auto;
  left: 0;
  top: 0;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  border-radius: 4px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.faq-secound-home-version ul.product-tab li.active {
  color: #fff;
}

.faq-secound-home-version ul.product-tab li.active:after {
  opacity: 1;
  visibility: visible;
}

.faq-secound-home-version .ques-ans h3 {
  color: #fff;
}

.faq-secound-home-version .tab-content-1 {
  display: none;
}

.faq-secound-home-version .tab-content-1 p {
  color: #15D0CE;
}

.faq_3 {
  padding-bottom: 40px;
}

.panel-group .panel {
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 25px;
  max-width: 625px;
  margin: 0 auto;
  background-color: #F2F5F8;
  min-height: 100%;
  padding: 22px 22px 22px;
}

.panel-group .panel-body {
  color: #67a0c9;
  position: relative;
}

.panel-group .panel-body:before {
  position: absolute;
  left: -15px;
  top: -42px;
  content: '';
  background-color: #15D0CE;
  width: 3px;
  height: 0%;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.panel-group .collapse.show .panel-body:before {
  height: 150%;
}

.panel-group .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  color: inherit;
  position: relative;
}

.panel-group .panel-title h3 {
  position: relative;
}

.panel-group .panel-title h3:before {
  position: absolute;
  width: 3px;
  height: 25px;
  left: -15px;
  content: '';
  background-color: #4a8ec0;
  top: 22px;
}

.panel-group .panel-title .btn-link {
  display: block;
  padding: 0px 0px 0px;
  position: relative;
  width: 100%;
  text-align: left;
  text-decoration: none;
  font-size: 22px;
  font-weight: 500;
  color: #15D0CE;
}

.panel-group .panel-title .btn-link:before {
  content: '\F139';
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  right: 20px;
  top: 20px;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  color: #15D0CE;
}

.panel-group .panel-title .btn-link:after {
  content: "";
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #15D0CE;
}

.panel-group .panel-title .btn-link:hover {
  text-decoration: none;
  color: #15D0CE;
}

.panel-group .btn-link.collapsed {
  color: #fff;
}

.panel-group .btn-link.collapsed:before {
  content: ' ';
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.panel-group .btn-link.collapsed:after {
  content: "\F13A";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  color: #4d8fbe;
}

#accordion .btn {
  white-space: inherit;
}

.faq-page-section {
  padding: 175px 0px 30px 0px;
}

.faq-page-section .panel-group .btn-link.collapsed {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
}

.faq-page-section .panel-group .panel-title .btn-link:before,
.faq-page-section .panel-group .panel-title .btn-link:after {
  right: -5px;
}

.faq-page-section .panel-group .panel-title .btn-link:after {
  color: #ccc;
}

.faq-page-section .panel-group .panel-title .btn-link {
  font-size: 20px;
  width: 98%;
}

.faq-page-section .panel-group .panel-body:before {
  top: -50px;
}

.faq-page-section .panel-group .panel-title h3:before {
  display: none !important;
}

.faq-page-section .panel-group .panel-body {
  color: inherit;
}

.faq-page-section .faq-secound-home-version {
  background-image: inherit;
  padding: 0;
}

.faq-page-section .faq-secound-home-version ul.product-tab li {
  background-color: #f7f7f7;
  color: #ccc;
}

.faq-page-section .faq-secound-home-version ul.product-tab li.active {
  color: #fff;
}

.faq-page-section .Faq-data {
  padding-top: 57px;
}

@media screen and (min-width: 991px) and (max-width: 1250px) {
  .faq-page-section {
    padding-top: 160px !important;
  }
}

@media screen and (max-width: 991px) {
  .faq-page-section {
    padding-top: 70px !important;
    padding-bottom: 0px !important;
  }
}

.faq-page-section .faq-secound-home-version .ques-ans h3 {
  color: #000000;
}

.faq-intro {
  background-image: url(/images/Faq.jpg?b4a994b08e2b85b8faea0f6f23e1b2fa);
  height: 50vh;
  position: relative;
  background-size: cover;
  background-position-y: center;
  background-repeat: no-repeat;
}

.faq-intro .intro-cont {
  height: 50vh !important;
}

.faq-intro .page-breadcrumb-title {
  position: relative;
  margin-bottom: 14px;
  font-size: 53px;
  color: #fff;
}

.faq-intro .page-breadcrumb-title:after {
  content: '';
  width: 33px;
  height: 3px;
  background-color: #15D0CE;
  display: block;
  position: absolute;
  left: calc(50% - 16.5px);
}

.faq-intro .overlay {
  top: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  visibility: visible;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background-color: rgba(0, 0, 0, 0.45);
}

@media screen and (max-width: 767px) {
  .faq-intro {
    background-size: cover;
  }
}

.faq-title-btn {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #303A46 !important;
  max-width: 80%;
  letter-spacing: 0.42px;
  line-height: 20px;
  text-transform: capitalize;
}

.faq-title-btn:after {
  right: -20% !important;
  top: 0px !important;
  color: #15D0CE !important;
  font-size: 24px !important;
}

.faq-title-btn:before {
  right: -20% !important;
  top: 0px !important;
  color: #15D0CE !important;
  font-size: 24px !important;
}

@media screen and (max-width: 380px) {
  .faq-title-btn.btn-link.collapsed:before {
    display: block !important;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
    content: "\F13A" !important;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #15D0CE;
  }

  .faq-title-btn:after {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
    content: "\F139" !important;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #15D0CE;
  }
}

@media screen and (max-width: 767px) {
  .faq-title-btn:after {
    font-size: 20px !important;
  }

  .faq-title-btn:before {
    font-size: 20px !important;
  }
}

.panel-body {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  padding-bottom: 10px !important;
  max-width: 90%;
  margin-top: 10px;
}

.panel-body:before {
  display: none;
}

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

/*Course category  section*/

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

.course-category-section {
  background-color: #f7f7f7;
  padding: 125px 0px 125px;
}

.category-icon {
  position: relative;
  z-index: 1;
}

.category-icon i {
  font-size: 60px;
}

.category-title {
  margin-top: 10px;
  position: relative;
  z-index: 1;
}

.category-title h4 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.category-icon-title {
  background-color: #fff;
  padding: 35px;
  border-radius: 4px;
  margin-bottom: 30px;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  position: relative;
}

.category-icon-title:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: #17d0cf;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
  background: -webkit-gradient(linear, left top, right top, from(#01a6fd), color-stop(51%, #17d0cf), to(#01a6fd));
  background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
  background-size: 200% auto;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  border-radius: 4px;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.category-icon-title:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.category-icon-title:hover .category-title h4 {
  color: #fff;
}

.category-icon-title:hover .category-icon i {
  color: #fff;
  -webkit-text-fill-color: inherit;
}

.category-icon-title:hover {
  -webkit-box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.1);
}

.home-secound-version {
  background-color: #fff;
}

.home-secound-version .category-icon-title {
  background-color: #f7f7f7;
}

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

/*why choose  section*/

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

.why-choose-section {
  background-image: url(/images/wc-1.jpg?792f2d9ef7cbf8853740da17748d78fe);
  padding-top: 115px;
}

.why-choose-section .section-title h2,
.why-choose-section .section-title span {
  color: #fff;
}

.features-icon {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  line-height: 80px;
  font-size: 40px;
  float: left;
  margin-right: 25px;
}

.features-icon i {
  color: #fff;
}

.features-text-title h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.features-text {
  overflow: hidden;
  padding-top: 10px;
}

.features-text .features-text-dec {
  color: #84bfeb;
}

.extra-icon-text {
  margin-bottom: 45px;
}

.extra-right .features-icon {
  float: right;
  margin-left: 25px;
  margin-right: 0;
}

.version-four .features-icon {
  position: relative;
}

.version-four .features-icon .feat-tag span {
  position: absolute;
  background-color: #fff;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  text-align: center;
  line-height: 25px;
  font-weight: 700;
  color: #15D0CE;
  right: -10px;
  top: 25px;
  font-size: 13px;
}

.version-four .extra-right .features-icon .feat-tag span {
  left: -10px;
  right: inherit;
}

.course-advantage {
  padding-top: 65px;
}

.service-slide_3 {
  margin-top: 35px;
}

.service-slide_3 .service-icon {
  float: none !important;
  margin-bottom: 15px;
}

.service-slide_3 .service-text-icon {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 4px;
}

.service-slide_3 .service-text p {
  font-size: 15px;
  color: #88c3ef;
}

.service-slide_3 .service-text h3 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
}

.service-slide_3 .owl-nav {
  top: -70px;
}

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

/*Contact  section*/

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

.contact_secound_section {
  background-image: url(/images/contact-b.jpg?a4ac57f5b7816d1c2432c72b8472661b);
  padding: 105px 0px 105px;
}

.contact_secound_section .section-title h2 {
  color: #fff;
  margin-bottom: 25px;
}

.contact_secound_section .section-title span {
  color: #fff;
}

.contact_secound_section .section-title p {
  color: #fff;
}

.contact-left-content {
  max-width: 500px;
}

.address-icon {
  height: 60px;
  width: 60px;
  border: 5px solid;
  line-height: 60px;
  margin-right: 20px;
  border: 4px solid transparent;
  -o-border-image: linear-gradient(69deg, #10abff, #1beabd);
     border-image: linear-gradient(69deg, #10abff, #1beabd);
  border-image-slice: 1;
  border-radius: 40px;
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.address-icon i {
  font-size: 30px;
  color: #fff;
}

.address-details li {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.address-details li span {
  font-weight: 300;
}

.contact-address-details {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: inline-block;
  border-bottom: 1px solid #207fba;
}

.contact-address-details:last-child {
  border-bottom: none;
}

.google-map-container {
  height: 600px;
  background-color: #dddddd;
}

#google-map {
  top: 0;
  width: 940px;
  height: 100%;
  -webkit-box-shadow: -15px -10px 40px 5px rgba(0, 0, 0, 0.1);
          box-shadow: -15px -10px 40px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
}

.contact_secound_section {
  background-image: url(/images/cf-1.png?136a967fc055055389264d9a234f72dd);
  padding: 270px 0px 0px;
  background-color: #f7f7f7;
}

.contact_secound_form {
  margin-left: 80px;
}

.contact_secound_form .section-title-2 h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  display: table;
}

.contact_secound_form .section-title-2 h2:after {
  right: -65px;
  left: inherit;
  bottom: 5px;
}

.contact_secound_form .contact_form input,
.contact_secound_form .contact_form .register-form-area select,
.register-form-area .contact_secound_form .contact_form select,
.contact_secound_form .contact_form .register-form-area textarea,
.register-form-area .contact_secound_form .contact_form textarea {
  width: 45%;
  float: left;
  background-color: transparent;
  border: none;
  padding: 25px 0px;
  border-bottom: 1px solid #73a3c4;
  margin-right: 20px;
  height: 35px;
}

.contact_secound_form .contact_form input::-webkit-input-placeholder,
.contact_secound_form .contact_form .register-form-area select::-webkit-input-placeholder,
.register-form-area .contact_secound_form .contact_form select::-webkit-input-placeholder,
.contact_secound_form .contact_form .register-form-area textarea::-webkit-input-placeholder,
.register-form-area .contact_secound_form .contact_form textarea::-webkit-input-placeholder {
  color: #669fc9;
}

.contact_secound_form .contact_form input::-moz-placeholder,
.contact_secound_form .contact_form .register-form-area select::-moz-placeholder,
.register-form-area .contact_secound_form .contact_form select::-moz-placeholder,
.contact_secound_form .contact_form .register-form-area textarea::-moz-placeholder,
.register-form-area .contact_secound_form .contact_form textarea::-moz-placeholder {
  color: #669fc9;
}

.contact_secound_form .contact_form input::-ms-input-placeholder,
.contact_secound_form .contact_form .register-form-area select::-ms-input-placeholder,
.register-form-area .contact_secound_form .contact_form select::-ms-input-placeholder,
.contact_secound_form .contact_form .register-form-area textarea::-ms-input-placeholder,
.register-form-area .contact_secound_form .contact_form textarea::-ms-input-placeholder {
  color: #669fc9;
}

.contact_secound_form .contact_form input::placeholder,
.contact_secound_form .contact_form .register-form-area select::placeholder,
.register-form-area .contact_secound_form .contact_form select::placeholder,
.contact_secound_form .contact_form .register-form-area textarea::placeholder,
.register-form-area .contact_secound_form .contact_form textarea::placeholder {
  color: #669fc9;
}

.contact_secound_form .contact_form textarea {
  height: 155px;
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 20px 0px;
  border-bottom: 1px solid #73a3c4;
}

.contact_secound_form .contact_form textarea::-webkit-input-placeholder {
  color: #669fc9;
}

.contact_secound_form .contact_form textarea::-moz-placeholder {
  color: #669fc9;
}

.contact_secound_form .contact_form textarea::-ms-input-placeholder {
  color: #669fc9;
}

.contact_secound_form .contact_form textarea::placeholder {
  color: #669fc9;
}

.contact_secound_form .nws-button {
  height: 60px;
  width: 280px;
  line-height: 60px;
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 30px;
}

.contact_secound_form .nws-button button {
  background-color: transparent;
  border: none;
  font-weight: 700;
  color: #fff;
}

.contact-form-area_3 {
  background-color: #f7f7f7;
  padding: 110px 0px;
}

.contact_third_form .contact-info input,
.contact_third_form .contact-info .register-form-area select,
.register-form-area .contact_third_form .contact-info select,
.contact_third_form .contact-info .register-form-area textarea,
.register-form-area .contact_third_form .contact-info textarea {
  width: 100%;
  height: 50px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
}

.contact_third_form textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  height: 150px;
  margin-top: 40px;
}

.contact_third_form .nws-button {
  height: 60px;
  width: 200px;
  line-height: 60px;
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 70px;
}

.contact_third_form .nws-button button {
  background-color: transparent;
  border: none;
  font-weight: 700;
  color: #fff;
}

.contact-map-section {
  position: relative;
}

.contact-map-section:after {
  content: "";
  width: 120px;
  height: 110px;
  background-color: #15D0CE;
  position: absolute;
  left: -11px;
  bottom: -11px;
  z-index: -1;
}

.contact-map-section #googleMaps {
  height: 500px;
  width: 100%;
}

.contact-form-section {
  margin-top: 78px;
}

.contact-page-section {
  padding: 82px 0px 0px;
}

@media screen and (max-width: 1369px) {
  .contact-page-section {
    padding-top: 70px;
  }
}

.contact-page-section .contact-us-email-box {
  position: relative;
  margin-bottom: 30px;
}

.contact-page-section .contact-us-email-box .contact-value .contact-text {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.7px;
  margin-bottom: 27px;
}

.contact-page-section .contact-us-email-box .contact-value .contact-text a:hover {
  color: #15D0CE !important;
}

.contact-page-section .contact-us-email-box .contact-value .contact-text:hover {
  color: #15D0CE !important;
}

.contact-page-section .contact-us-email-box .contact-value .contact-text:hover a {
  color: #15D0CE !important;
}

.contact-page-section .contact-us-locations-box {
  background: rgba(255, 255, 255, 0.17) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 6px #00000029;
          box-shadow: 0px 0px 6px #00000029;
  padding: 31px 24px 31px 102px;
  max-width: 1080px;
}

.contact-page-section .contact-us-locations-box .contact-value .contact-text {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.7px;
  margin-bottom: 27px;
}

.contact-page-section .social-contact {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-page-section .social-contact .socail-small-box {
  padding-left: 20px;
  border-bottom: 7px solid #15D0CE;
}

.contact-page-section .social-contact .category-icon i {
  font-size: 27px !important;
  color: #fff !important;
  margin-right: 20px;
  margin-bottom: 21px;
}

.contact-page-section .social-contact .category-icon i:hover {
  color: #15D0CE !important;
}

.contact-page-section .social-contact .category-icon-title {
  width: 165px;
  display: inline-block;
  position: relative;
}

.contact-page-section .social-contact .category-icon-title:before {
  content: '';
  position: absolute;
  height: 130px;
  width: 1px;
  background-color: #eee;
  top: 0;
  right: 0;
  z-index: 1;
}

.contact-page-section .social-contact .category-icon-title:before:last-child:before {
  opacity: 0;
}

.contact-page-section .social-contact .category-icon-title .category-title h4 {
  font-size: 16px;
}

.contact-page-section .category-icon-title:last-child::before {
  display: none;
}

.contact-page-section .contact-intro {
  background-image: url(/images/contactus.jpg?42c1b5c13383c766db9675bccb17d86c);
  height: 85vh;
  position: relative;
  background-size: cover;
  background-position-y: top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .contact-page-section .contact-intro {
    background-image: url(/images/contactus-mobile.jpg?47707478bf2972defd4f8428bf78175e);
  }
}

.contact-page-section .contact-intro .intro-cont {
  height: 22vh;
}

@media screen and (max-width: 767px) {
  .contact-page-section .contact-intro .intro-cont {
    height: 44vh;
  }
}

.contact-page-section .contact-intro .page-breadcrumb-title {
  position: relative;
  margin-bottom: 14px;
  color: #fff;
  text-transform: capitalize;
}

.contact-page-section .contact-intro .page-breadcrumb-title h2 {
  font-size: 34px;
  font-weight: 700;
}

.contact-page-section .contact-intro .page-breadcrumb-title h1 {
  font-size: 34px;
  font-weight: 700;
}

.contact-page-section .contact-intro .overlay {
  top: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  visibility: visible;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background-color: rgba(0, 0, 0, 0.45);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .contact-page-section {
    padding-top: 70px;
  }

  .contact-page-section .contact-intro {
    height: 100%;
    padding-bottom: 100px;
  }

  .contact-page-section .contact-us-email-box {
    max-width: 493px;
    margin: 0 auto;
  }

  .contact-page-section .contact-us-locations-box {
    padding-left: 0%;
    padding-right: 0%;
  }

  .contact-page-section .contact-us-locations-box .data-row {
    max-width: 466px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
  .contact-page-section .contact-intro {
    height: 100%;
    padding-bottom: 150px;
  }

  .contact-page-section .contact-us-email-box {
    padding-left: 4%;
  }

  .contact-page-section .contact-us-locations-box {
    padding-left: 10%;
    padding-right: 10px;
  }

  .contact-page-section .contact-us-locations-box .contact-value {
    padding-left: 11%;
  }
}

@media screen and (max-width: 575px) {
  .contact-page-section .contact-intro {
    height: 100%;
    padding-bottom: 100px;
  }

  .contact-page-section .contact-us-email-box {
    margin-left: 18%;
  }

  .contact-page-section .contact-us-locations-box {
    padding-left: 0%;
    padding-right: 0%;
  }

  .contact-page-section .contact-us-locations-box .contact-value {
    padding-left: 19%;
  }
}

.contact-page-version .contact_third_form {
  background-color: #fff;
  padding: 30px 30px 65px 30px;
  border-radius: 4px;
}

.contact-area-section {
  min-height: 615px;
  padding-top: 63px !important;
  padding-bottom: 80px !important;
}

@media screen and (max-width: 767px) {
  .contact-area-section {
    padding-top: 32px !important;
    padding-bottom: 40px !important;
  }
}

.contact-area-section .contact-value {
  position: relative;
  margin-bottom: 32px;
}

.contact-area-section .contact-value .contact-text {
  font-size: 16px;
  color: #fff;
}

.contact-area-section .contact-value .mail-text a {
  cursor: pointer;
}

.contact-area-section .contact-value .mail-text a:hover {
  color: #15D0CE !important;
  text-decoration: underline !important;
}

.contact-area-section .contact-value:after {
  content: "";
  width: 105px;
  height: 2px;
  background-color: #485B74;
  display: block;
  position: absolute;
  bottom: -32px;
}

.contact-area-section .section-2 {
  position: relative;
}

.contact-area-section .section-1 {
  position: relative;
}

.contact-area-section .section-1::after {
  content: "";
  width: 1px;
  height: 90%;
  background-color: #fff;
  opacity: 0.2;
  display: block;
  position: absolute;
  top: 8%;
  right: 12px;
}

@media screen and (max-width: 991px) {
  .contact-area-section .section-1 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .contact-area-section .section-1::after {
    display: none;
  }
}

.get-in-touch-section {
  position: relative;
  background-color: #09203C;
}

.get-in-touch-section .get-in-touch-header {
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .get-in-touch-section .get-in-touch-header {
    margin-bottom: 32px;
  }
}

.get-in-touch-section .get-in-touch-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 64px;
  margin-left: 0;
  margin-right: 0;
}

.get-in-touch-section .get-in-touch-row > * {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 0px !important;
          flex: 1 1 0 !important;
  min-width: 0;
  max-width: none;
}

@media screen and (max-width: 991px) {
  .get-in-touch-section .get-in-touch-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

.get-in-touch-section .get-in-touch-left {
  margin-bottom: 30px;
  max-width: 586px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 992px) {
  .get-in-touch-section .get-in-touch-left {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .get-in-touch-section .get-in-touch-left {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .get-in-touch-section .get-in-touch-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.get-in-touch-section .get-in-touch-whatsapp-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 40px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff !important;
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 24px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.get-in-touch-section .get-in-touch-whatsapp-btn i {
  font-size: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.get-in-touch-section .get-in-touch-whatsapp-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .get-in-touch-section .get-in-touch-whatsapp-btn {
    font-size: 16px;
    height: 48px;
  }

  .get-in-touch-section .get-in-touch-whatsapp-btn i {
    font-size: 20px;
  }
}

.get-in-touch-section .get-in-touch-email-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 40px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid transparent;
  color: #fff !important;
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 46px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.get-in-touch-section .get-in-touch-email-btn svg {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.get-in-touch-section .get-in-touch-email-btn:hover {
  color: #fff !important;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .get-in-touch-section .get-in-touch-email-btn {
    font-size: 16px;
    height: 48px;
  }

  .get-in-touch-section .get-in-touch-email-btn svg {
    width: 20px;
    height: 20px;
  }
}

.get-in-touch-section .get-in-touch-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 45px 32px 32px 32px;
}

@media screen and (max-width: 991px) {
  .get-in-touch-section .get-in-touch-card {
    padding: 8px 16px 32px 16px;
  }
}

.get-in-touch-section .get-in-touch-card .contact-location-icon,
.get-in-touch-section .get-in-touch-card .contact-phone-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #15D0CE;
}

.get-in-touch-section .get-in-touch-card .contact-location-icon svg,
.get-in-touch-section .get-in-touch-card .contact-phone-icon svg {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.get-in-touch-section .get-in-touch-card .row > .col-md-6:last-child .contact-value {
  margin-bottom: 0;
}

.get-in-touch-section .get-in-touch-card .row > .col-md-6:last-child .contact-value::after {
  display: none;
}

.get-in-touch-section .get-in-touch-right .get-in-touch-card-mobile-divider {
  height: 2px;
  background-color: #485B74;
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .get-in-touch-section .get-in-touch-right {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 32px 16px 16px 16px;
  }
}

.get-in-touch-section .get-in-touch-form-head {
  margin-bottom: 28px;
}

.get-in-touch-section .get-in-touch-form-head .get-in-touch-form-subtitle {
  display: block;
  font-size: 24px;
  color: #ABB2B8;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .get-in-touch-section .get-in-touch-form-head .get-in-touch-form-subtitle {
    font-size: 16px;
  }
}

.get-in-touch-section .get-in-touch-form-head .get-in-touch-form-title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .get-in-touch-section .get-in-touch-form-head .get-in-touch-form-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .get-in-touch-section .get-in-touch-form-head .get-in-touch-form-title {
    font-size: 18px;
  }
}

.get-in-touch-section .get-in-touch-form .btn-cta-outline {
  color: #fff !important;
  border-color: #fff !important;
}

@media screen and (max-width: 767px) {
  .get-in-touch-section .get-in-touch-form .btn-cta-outline {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .get-in-touch-section .get-in-touch-form .get-in-touch-submit-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.get-in-touch-section .get-in-touch-form .get-in-touch-field .help-block {
  font-size: 13px;
  margin-top: 4px;
}

.get-in-touch-section .get-in-touch-form .floating-label-wrap {
  position: relative;
}

.get-in-touch-section .get-in-touch-form .floating-label-wrap > label {
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  color: #8D97A1 !important;
  margin: 0;
  pointer-events: none;
  -webkit-transition: top 0.25s ease, font-size 0.25s ease, color 0.25s ease, -webkit-transform 0.25s ease;
  transition: top 0.25s ease, font-size 0.25s ease, color 0.25s ease, -webkit-transform 0.25s ease;
  transition: top 0.25s ease, transform 0.25s ease, font-size 0.25s ease, color 0.25s ease;
  transition: top 0.25s ease, transform 0.25s ease, font-size 0.25s ease, color 0.25s ease, -webkit-transform 0.25s ease;
}

.get-in-touch-section .get-in-touch-form .floating-label-wrap > label.required::after {
  content: " *";
  color: #8D97A1 !important;
}

.get-in-touch-section .get-in-touch-form .floating-label-wrap .form-control {
  width: 100%;
  height: 64px !important;
  padding: 22px 16px 6px 12px;
  background-color: rgba(28, 39, 76, 0.6);
  border-radius: 8px !important;
  color: #fff;
  font-size: 14px;
}

.get-in-touch-section .get-in-touch-form .floating-label-wrap .form-control::-webkit-input-placeholder {
  color: transparent;
}

.get-in-touch-section .get-in-touch-form .floating-label-wrap .form-control::-moz-placeholder {
  color: transparent;
}

.get-in-touch-section .get-in-touch-form .floating-label-wrap .form-control::-ms-input-placeholder {
  color: transparent;
}

.get-in-touch-section .get-in-touch-form .floating-label-wrap .form-control::placeholder {
  color: transparent;
}

.get-in-touch-section .get-in-touch-form .floating-label-wrap .form-control:focus {
  outline: none;
  border-color: #15D0CE;
  background-color: rgba(28, 39, 76, 0.8);
}

.get-in-touch-section .get-in-touch-form .floating-label-wrap .form-control:focus ~ label,
.get-in-touch-section .get-in-touch-form .floating-label-wrap .form-control:not(:placeholder-shown) ~ label {
  top: 10px;
  -webkit-transform: translateY(0) scale(0.85);
          transform: translateY(0) scale(0.85);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  font-size: 12px;
  color: #fff;
}

.get-in-touch-section .get-in-touch-form .floating-label-wrap:focus-within > label {
  top: 10px;
  -webkit-transform: translateY(0) scale(0.85);
          transform: translateY(0) scale(0.85);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  font-size: 12px;
  color: #fff;
}

.get-in-touch-section .get-in-touch-form .floating-label-wrap.has-value > label {
  top: 10px;
  -webkit-transform: translateY(0) scale(0.85);
          transform: translateY(0) scale(0.85);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  font-size: 12px;
  color: #fff;
}

.get-in-touch-section .get-in-touch-form .floating-label-wrap.floating-label-wrap-textarea > label {
  top: 24px;
}

.get-in-touch-section .get-in-touch-form .floating-label-wrap.floating-label-wrap-textarea .form-control {
  padding-top: 28px;
  min-height: 120px;
}

.get-in-touch-section .get-in-touch-form .floating-label-wrap.floating-label-wrap-textarea:focus-within > label,
.get-in-touch-section .get-in-touch-form .floating-label-wrap.floating-label-wrap-textarea.has-value > label {
  top: 10px;
}

.get-in-touch-section .get-in-touch-form .floating-label-wrap.floating-label-wrap-textarea .form-control:focus ~ label,
.get-in-touch-section .get-in-touch-form .floating-label-wrap.floating-label-wrap-textarea .form-control:not(:placeholder-shown) ~ label {
  top: 10px;
}

.get-in-touch-section .get-in-touch-form .floating-label-wrap textarea.form-control {
  height: auto;
  min-height: inherit !important;
  resize: vertical;
}

.get-in-touch-section .get-in-touch-form .floating-label-wrap .iti__arrow {
  border-left: 2px solid #FFF !important;
  border-bottom: 2px solid #FFF !important;
  width: 10px !important;
  height: 5px !important;
}

.get-in-touch-section .get-in-touch-form .floating-label-wrap-phone {
  min-height: 64px;
}

.get-in-touch-section .get-in-touch-form .floating-label-wrap-phone > label {
  top: 10px;
  -webkit-transform: translateY(0) scale(0.85);
          transform: translateY(0) scale(0.85);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  font-size: 12px;
  color: #fff;
}

.get-in-touch-section .floating-label-wrap-interest {
  position: relative;
  min-height: 64px;
}

.get-in-touch-section .floating-label-wrap-interest > label {
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  color: #8D97A1 !important;
  margin: 0;
  pointer-events: none;
  -webkit-transition: top 0.25s ease, font-size 0.25s ease, color 0.25s ease, -webkit-transform 0.25s ease;
  transition: top 0.25s ease, font-size 0.25s ease, color 0.25s ease, -webkit-transform 0.25s ease;
  transition: top 0.25s ease, transform 0.25s ease, font-size 0.25s ease, color 0.25s ease;
  transition: top 0.25s ease, transform 0.25s ease, font-size 0.25s ease, color 0.25s ease, -webkit-transform 0.25s ease;
}

.get-in-touch-section .floating-label-wrap-interest:has(.interest-dropdown-panel.is-open) > label,
.get-in-touch-section .floating-label-wrap-interest.has-value > label {
  top: 10px;
  -webkit-transform: translateY(0) scale(0.85);
          transform: translateY(0) scale(0.85);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  font-size: 12px;
  color: #fff;
}

.get-in-touch-section .floating-label-wrap-interest:not(:has(.interest-dropdown-panel.is-open)):not(.has-value) .interest-dropdown-placeholder {
  opacity: 0;
}

.get-in-touch-section .floating-label-wrap-interest:has(.interest-dropdown-panel.is-open) .interest-dropdown-trigger,
.get-in-touch-section .floating-label-wrap-interest.has-value .interest-dropdown-trigger {
  padding-top: 28px;
}

.get-in-touch-section .interest-dropdown {
  position: relative;
}

.get-in-touch-section .interest-dropdown .interest-dropdown-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 64px;
  padding: 12px 16px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  text-align: left;
  border: none;
  cursor: pointer;
  -webkit-transition: padding 0.25s ease;
  transition: padding 0.25s ease;
}

.get-in-touch-section .interest-dropdown .interest-dropdown-trigger .interest-dropdown-placeholder {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.get-in-touch-section .interest-dropdown .interest-dropdown-trigger .interest-dropdown-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.get-in-touch-section .interest-dropdown .interest-dropdown-panel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 6px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  z-index: 100;
  overflow: hidden;
}

.get-in-touch-section .interest-dropdown .interest-dropdown-panel.is-open {
  display: block;
}

.get-in-touch-section .interest-dropdown .interest-dropdown-panel .interest-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 0;
  padding: 14px 16px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.get-in-touch-section .interest-dropdown .interest-dropdown-panel .interest-option:last-child {
  border-bottom: none;
}

.get-in-touch-section .interest-dropdown .interest-dropdown-panel .interest-option:hover {
  background-color: #f8f9fa;
}

.get-in-touch-section .interest-dropdown .interest-dropdown-panel .interest-option input[type="checkbox"],
.get-in-touch-section .interest-dropdown .interest-dropdown-panel .interest-option .register-form-area select[type="checkbox"],
.register-form-area .get-in-touch-section .interest-dropdown .interest-dropdown-panel .interest-option select[type="checkbox"],
.get-in-touch-section .interest-dropdown .interest-dropdown-panel .interest-option .register-form-area textarea[type="checkbox"],
.register-form-area .get-in-touch-section .interest-dropdown .interest-dropdown-panel .interest-option textarea[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #15D0CE;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}

.get-in-touch-section .interest-dropdown .interest-dropdown-panel .interest-option input[type="checkbox"]:checked,
.get-in-touch-section .interest-dropdown .interest-dropdown-panel .interest-option .register-form-area select[type="checkbox"]:checked,
.register-form-area .get-in-touch-section .interest-dropdown .interest-dropdown-panel .interest-option select[type="checkbox"]:checked,
.get-in-touch-section .interest-dropdown .interest-dropdown-panel .interest-option .register-form-area textarea[type="checkbox"]:checked,
.register-form-area .get-in-touch-section .interest-dropdown .interest-dropdown-panel .interest-option textarea[type="checkbox"]:checked {
  background-color: #15D0CE;
  border-color: #15D0CE;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
}

.get-in-touch-section .interest-dropdown .interest-dropdown-panel .interest-option input[type="checkbox"]:checked + .interest-option-text,
.get-in-touch-section .interest-dropdown .interest-dropdown-panel .interest-option .register-form-area select[type="checkbox"]:checked + .interest-option-text,
.register-form-area .get-in-touch-section .interest-dropdown .interest-dropdown-panel .interest-option select[type="checkbox"]:checked + .interest-option-text,
.get-in-touch-section .interest-dropdown .interest-dropdown-panel .interest-option .register-form-area textarea[type="checkbox"]:checked + .interest-option-text,
.register-form-area .get-in-touch-section .interest-dropdown .interest-dropdown-panel .interest-option textarea[type="checkbox"]:checked + .interest-option-text {
  font-weight: 600;
  color: #000000 !important;
}

.get-in-touch-section .interest-dropdown .interest-dropdown-panel .interest-option .interest-option-text {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5) !important;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}

.get-in-touch-section .floating-label-wrap-phone {
  min-height: 64px;
}

.get-in-touch-section .floating-label-wrap-phone > label {
  top: 10px;
  -webkit-transform: translateY(0) scale(0.85);
          transform: translateY(0) scale(0.85);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  font-size: 12px;
  color: #fff;
}

.get-in-touch-section .get-in-touch-form .floating-label-wrap-phone .intl-tel-input,
.get-in-touch-section .get-in-touch-form .floating-label-wrap-phone input#phone_page,
.get-in-touch-section .get-in-touch-form .floating-label-wrap-phone .register-form-area select#phone_page,
.register-form-area .get-in-touch-section .get-in-touch-form .floating-label-wrap-phone select#phone_page,
.get-in-touch-section .get-in-touch-form .floating-label-wrap-phone .register-form-area textarea#phone_page,
.register-form-area .get-in-touch-section .get-in-touch-form .floating-label-wrap-phone textarea#phone_page {
  padding-top: 22px;
}

.get-in-touch-section .get-in-touch-form .intl-tel-input,
.get-in-touch-section .get-in-touch-form input#phone_page,
.get-in-touch-section .get-in-touch-form .register-form-area select#phone_page,
.register-form-area .get-in-touch-section .get-in-touch-form select#phone_page,
.get-in-touch-section .get-in-touch-form .register-form-area textarea#phone_page,
.register-form-area .get-in-touch-section .get-in-touch-form textarea#phone_page {
  width: 100%;
  height: 64px !important;
  min-height: 64px;
  border-radius: 8px;
  background-color: rgba(28, 39, 76, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-slider-section .owl-dots {
  text-align: center;
  margin-top: 0px !important;
  display: block !important;
}

.contact-slider-section .owl-dots .owl-dot {
  height: 10px;
  width: 10px !important;
  display: inline-block;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  margin: 0 7px;
  border-radius: 10px;
  background-color: #fff !important;
  border-radius: 50%;
}

.contact-slider-section .owl-dots .owl-dot.active {
  width: 10px !important;
  background-color: #15D0CE !important;
}

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

/*Blog  section*/

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

.blog-item-post {
  padding: 105px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
  .blog-item-post {
    padding-top: 70px !important;
  }
}

.blog-content-details {
  padding-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
}

.short-filter-tab {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.shorting-filter select {
  padding: 8px 15px;
  border-radius: 4px;
  background-color: #f7f7f7;
  border: none;
  color: #000000;
  font-weight: 700;
  margin-left: 15px;
}

.blog-button ul.product-tab li {
  margin: 0px 5px 0px 0px;
  font-size: 22px;
  padding: 5px 10px;
  background-color: #f7f7f7;
  border-radius: 4px;
}

.blog-button ul.product-tab li:after {
  display: none;
}

.blog-button ul.product-tab li.active {
  color: #fff;
  background-color: #15D0CE;
}

.blog-post-img-content {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 35px;
  margin-bottom: 30px;
}

.blog-post-img-content .course-price {
  bottom: 20px;
  top: inherit;
}

.blog-post-img-content .blog-img-date {
  border-radius: 4px;
  margin-bottom: 30px;
}

.blog-post-img-content .blog-img-date .blog-thumnile {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 420px;
  background-position: center;
  background-color: #777777;
}

.blog-title-content h3 {
  font-size: 25px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}

.blog-title-content .blog-content {
  font-size: 17px;
  margin-bottom: 22px;
}

.genius-post-item {
  padding-bottom: 45px;
}

.list-blog-item {
  background-color: #f7f7f7;
  border-radius: 4px;
  margin-bottom: 30px;
}

.list-blog-item .blog-post-img-content {
  padding: 0;
  margin: 0;
}

.list-blog-item .blog-img-date {
  margin: 0;
}

.list-blog-item .blog-title-content {
  padding-top: 30px;
}

.side-bar-search {
  position: relative;
}

.side-bar-search input,
.side-bar-search .register-form-area select,
.register-form-area .side-bar-search select,
.side-bar-search .register-form-area textarea,
.register-form-area .side-bar-search textarea {
  height: 40px;
  width: 100%;
  background-color: #f7f7f7;
  padding: 0px 15px;
  border: none;
  border-radius: 4px;
}

.side-bar-search button {
  position: absolute;
  top: 8px;
  right: 10px;
  background-color: #ccc;
  border: none;
  border-radius: 100%;
  padding: 3px 6px;
  color: #fff;
  font-size: 14px;
}

.side-bar-widget {
  margin: 30px 0px;
  display: inline-block;
  width: 100%;
}

.side-bar-widget .widget-title {
  font-size: 30px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 20px;
}

.side-bar-widget .widget-title span {
  font-weight: 700;
}

.side-bar-widget .widget-title:after {
  display: none;
}

.side-bar-widget .post-categori {
  background-color: #f7f7f7;
  border-radius: 4px;
}

.side-bar-widget .post-categori .cat-item {
  position: relative;
  padding: 15px 20px 15px 35px;
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.side-bar-widget .post-categori .cat-item:before {
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 19px;
  left: 19px;
  font-size: 10px;
  font-weight: 700;
  content: '\F054';
}

.side-bar-widget .post-categori .cat-item:hover {
  color: #000000;
}

.side-bar-widget .latest-news-thumbnile {
  height: 80px;
  width: 80px;
}

.side-bar-widget .latest-news-area {
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.side-bar-widget .latest-title {
  font-size: 17px;
}

.side-bar-widget .tag-clouds li {
  border: 1px solid #cfcaca;
  color: #cbc8c8;
  padding: 5px 15px;
  margin-bottom: 8px;
  margin-right: 2px;
  border-radius: 4px;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.side-bar-widget .tag-clouds li:hover {
  background-color: #15D0CE;
  border-color: #15D0CE;
  color: #fff;
}

.side-bar-widget .tag-clouds li.active {
  background-color: #15D0CE;
  border-color: #15D0CE;
  color: #fff;
}

.side-bar-widget .best-course-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.side-bar-widget .best-course-text h3 {
  color: #fff;
}

.side-bar-widget .best-course-text .course-meta span {
  float: none;
  margin-right: 0;
  color: #fff;
  margin: 0px 10px;
}

.side-bar-widget .best-course-pic-text:hover .best-course-text {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-details-section {
  padding: 80px 0px;
  border-bottom: 1px solid #ccc;
}

.blog-details-content h2 {
  font-size: 35px;
  color: #000000;
  font-weight: 500;
}

.blog-details-content .date-meta {
  margin-top: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.blog-details-content .date-meta span {
  font-size: 13px;
  color: #ccc;
  font-weight: 700;
  margin-right: 20px;
}

.blog-details-content .date-meta span i {
  color: #15D0CE;
}

.blog-details-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
}

.blog-details-content p {
  font-size: 20px;
  color: #000000;
  font-weight: 300;
  margin-bottom: 20px;
}

.blog-details-content .share-text {
  font-weight: 700;
  color: #000000;
  margin-top: 8px;
}

.blog-details-content .blog-share-tag {
  display: inline-block;
  width: 100%;
  margin: 40px 0px 15px 0px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.blog-details-content .share-social ul li {
  font-size: 25px;
  margin-left: 30px;
}

.blog-details-content .blog-category li {
  padding: 5px 10px;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  border-radius: 4px;
}

.blog-details-content .blog-category li:hover {
  background-color: #15D0CE;
  color: #fff;
}

.blog-details-content .author-comment {
  padding: 25px;
  margin-top: 20px;
  border-radius: 4px;
  background-color: #f5f5f5;
}

.blog-details-content .author-comment .author-img {
  height: 50px;
  width: 50px;
  float: left;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
}

.blog-details-content .author-comment .author-designation-comment {
  font-size: 12px;
  font-weight: 700;
}

.blog-details-content .author-comment .author-designation-comment span {
  color: #15D0CE;
}

.blog-details-content .author-comment .author-designation-comment p {
  font-size: 16px;
  color: #999999;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0;
}

.blog-details-content .next-prev-post {
  font-weight: 700;
  color: #333333;
  display: inline-block;
  width: 100%;
  margin-top: 25px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 35px;
}

.blog-details-content .next-prev-post i {
  margin: 0 5px;
  color: #15D0CE;
}

.recent-post-item {
  padding-top: 32px;
}

.recent-post-item .blog-title-content h3 {
  margin-bottom: 0;
}

.blog-comment-area {
  margin-top: 10px;
}

.blog-comment-area .comment-list li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.blog-comment-area .section-title-2 {
  margin-bottom: 65px;
}

.blog-comment-area .section-title-2 h2 {
  font-size: 30px;
}

.blog-comment-area .comment-avater {
  height: 50px;
  width: 50px;
  float: left;
  margin-right: 20px;
}

.blog-comment-area .author-designation-comment {
  overflow: hidden;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}

.blog-comment-area .author-designation-comment h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

.blog-comment-area .author-name-rate {
  width: 88%;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  margin-top: 20px;
}

.blog-comment-area .author-name-rate span {
  color: #17d0cf;
}

.blog-comment-area .time-comment {
  margin-right: 10px;
}

.blog-comment-area .comment-ratting li {
  font-size: 15px;
  color: #ffc926;
  border-bottom: none;
  margin-bottom: 0;
}

.reply-comment-box {
  margin-top: 20px;
}

.reply-comment-box .section-title-2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .blog-post-img-content .blog-img-date .blog-thumnile {
    width: 100%;
  }
}

.developed-text {
  font-size: 13px;
  color: #303A46 !important;
  font-weight: 300;
}

.developed-text span {
  font-weight: 700;
}

.developed-text:hover span {
  color: #15D0CE !important;
}

.blod-card {
  border: 2px solid transparent;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px #00000029 !important;
          box-shadow: 0px 0px 6px #00000029 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
  border-radius: 5px;
  height: 100%;
  position: relative;
  padding-bottom: 15px;
}

.blod-card .btn {
  position: absolute;
  bottom: 30px;
  left: 25px;
}

.blod-card .blog-thumnile {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  background-color: #777777;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.blod-card .blog-thumnile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blod-card .card-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  color: #15D0CE;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blod-card .blog-content {
  color: #303A46;
  margin-bottom: 10px;
}

.blod-card .date {
  font-size: 14px;
  color: #777777;
}

.blod-card .BlogInfo {
  padding: 30px 12px 30px 25px;
}

.blod-card:hover {
  border-color: #15D0CE;
}

.blod-card:hover .card-title {
  color: #102E52;
}

.blogInfosection {
  padding-top: 168px !important;
}

.blogInfosection .blog-title {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 10px;
  color: #102E52;
  min-height: 48px;
}

.blogInfosection p {
  font-size: 16px;
  color: #102E52;
}

.blogInfosection p a {
  color: #01a6fd;
}

.blogInfosection p a:hover {
  text-decoration: underline !important;
}

.blogInfosection h1,
.blogInfosection h2,
.blogInfosection h3 {
  color: #102E52;
}

.blogInfosection .blog-detail-thumbnile {
  border-radius: 5px;
  border: 4px solid #15D0CE;
  width: 100%;
}

.blogInfosection .blog-detail-thumbnile img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .blogInfosection .blog-detail-thumbnile img {
    height: unset !important;
  }
}

@media screen and (max-width: 768px) {
  .blogInfosection .blog-detail-thumbnile {
    height: unset !important;
  }

  .blogInfosection .blog-detail-thumbnile img {
    height: unset !important;
  }
}

.blogInfosection .date-meta {
  margin-top: 15px;
}

.blogInfosection .date-meta span {
  font-size: 15px;
  color: #777777;
  font-weight: 700;
  margin-right: 30px;
  font-family: "Roboto", sans-serif !important;
}

.blogInfosection .date-meta span i {
  color: #15D0CE;
  margin-right: 10px;
}

.blogInfosection .date-meta span i a {
  margin-left: 17px;
  font-family: "Roboto", sans-serif !important;
}

@media screen and (max-width: 768px) {
  .blogInfosection .date-meta {
    margin-bottom: 0px;
  }

  .blogInfosection .date-meta span {
    margin-bottom: 10px;
  }
}

.blogInfosection .share-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blogInfosection .share-social li {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  line-height: 30px;
  margin-left: 8px;
  border: 2px solid #15D0CE;
  color: #102E52;
  text-align: center;
}

.blogInfosection .share-social li:first-of-type {
  margin-left: 0px;
}

@media screen and (max-width: 768px) {
  .blogInfosection {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 768px) {
  .blodBreadcrumd h1 {
    font-size: 28px !important;
  }
}

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

/*course  section*/

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

.course-page-section {
  padding: 82px 0px 0px;
}

@media screen and (max-width: 1369px) {
  .course-page-section {
    padding-top: 70px;
  }
}

.course-page-section .short-filter-tab {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.course-page-section .course-list-view {
  overflow-x: auto;
  padding: 5px;
  padding-bottom: 15px;
}

.course-page-section .shorting-filter select {
  margin-right: 10px;
  padding: 10px 15px;
}

.course-page-section table {
  width: 100%;
}

.course-page-section td,
.course-page-section th {
  text-align: left;
  padding: 20px 15px;
}

.course-page-section th {
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  border-bottom: 3px solid #01a6fd;
}

.course-page-section tr {
  border-bottom: 1px solid #eee;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  padding: 15px;
  padding-bottom: 0px !important;
}

.course-page-section tr:hover {
  -webkit-box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.1);
}

.course-page-section .list-head {
  padding: 0;
}

.course-page-section .list-head th {
  color: #15D0CE;
  border-bottom: 3px solid #15D0CE !important;
}

.course-page-section .list-head:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.course-page-section .course-list-img {
  height: 70px;
  width: 70px;
  float: left;
  margin-right: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #777777;
}

.course-page-section .course-list-text {
  max-width: 250px;
  display: inline-block;
}

.course-page-section .course-list-text h3 {
  font-size: 15px;
  font-weight: 400;
  color: #303A46;
}

.course-page-section .course-list-text p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px !important;
  color: #303A46;
  padding-top: 10%;
}

.course-page-section .course-type-list span {
  background-color: #15D0CE;
  color: #fff;
  padding: 12px 20px;
  border-radius: 4px;
}

.course-page-section .course-meta .course-rate li {
  color: #bbbbbb;
}

.course-page-section .course-intro {
  background-image: url(/images/courses.jpg?4f827e476ea86ec12c46f877acd9d46a);
  height: 50vh;
  position: relative;
  background-size: cover;
  background-position-y: center;
  background-position-x: left;
  background-repeat: no-repeat;
}

.course-page-section .course-intro .intro-cont {
  height: 50vh !important;
}

.course-page-section .course-intro .page-breadcrumb-title {
  position: relative;
  margin-bottom: 14px;
  color: #fff;
}

.course-page-section .course-intro .page-breadcrumb-title h1 {
  font-size: 62px;
  font-weight: 700;
}

.course-page-section .course-intro .page-breadcrumb-title h2 {
  font-size: 62px;
  font-weight: 700;
}

.course-page-section .course-intro .page-breadcrumb-title:after {
  content: '';
  width: 33px;
  height: 3px;
  background-color: #15D0CE;
  display: block;
  position: absolute;
  left: calc(50% - 16.5px);
}

.course-page-section .course-intro .overlay {
  top: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  visibility: visible;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background-color: rgba(0, 0, 0, 0.45);
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .course-page-section .course-intro {
    background-size: cover;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .course-page-section .course-intro {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .course-page-section .course-intro {
    background-size: cover;
  }
}

.course-page-section .courses-list {
  padding-top: 40px;
  max-width: 1600px;
  margin: 0 auto;
}

.course-page-section .filter-label {
  font-size: 13px;
  margin-bottom: 7px;
  color: #303A46;
  letter-spacing: 0.39px;
  text-transform: capitalize;
  font-weight: 500;
}

.course-page-section .sort-select {
  width: 30%;
}

.course-page-section .sort-select select {
  width: 90% !important;
  font-weight: 400 !important;
  color: #303A46;
  margin: 0px !important;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .course-page-section .sort-select {
    width: 40%;
  }

  .course-page-section .sort-select select {
    width: 100% !important;
  }
}

@media screen and (max-width: 991px) {
  .course-page-section .sort-select {
    width: 100%;
  }

  .course-page-section .sort-select span {
    margin-bottom: 7px !important;
  }

  .course-page-section .sort-select select {
    width: 100% !important;
    margin-left: 0px;
  }
}

.course-page-section .courses-card-list {
  cursor: pointer;
  border: 3px solid #fff;
  padding: 20px !important;
  position: relative;
}

.course-page-section .courses-card-list .promotion {
  position: absolute;
  color: #fff;
  background-color: #FFC107;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -3px;
  right: -3px;
  height: 30px;
  width: 109px;
  font-size: 12px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.course-page-section .courses-card-list .promotion i {
  margin-right: 3px;
}

.course-page-section .courses-card-list .course-division-name {
  margin-bottom: 5px;
  color: #15D0CE;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

.course-page-section .courses-card-list .course-title {
  font-size: 15px !important;
  line-height: 20px !important;
  min-height: 40px;
  text-transform: uppercase;
  color: #303A46 !important;
}

.course-page-section .courses-card-list .course-title a:hover {
  color: #15D0CE !important;
}

.course-page-section .courses-card-list .btn-trending {
  font-size: 12px;
  margin-top: 15px;
}

.course-page-section .courses-card-list:hover {
  border-color: #15D0CE;
}

.course-page-section .courses-card-list:hover .course-title {
  color: #15D0CE !important;
}

.course-page-section .courses-card-list .bundle-title {
  min-height: 38px !important;
}

.course-page-section .courses-card-list .course-topic {
  font-size: 14px;
  font-weight: 400 !important;
  text-transform: capitalize;
  letter-spacing: 0.42px;
  margin-top: 7px;
  color: #102E52;
}

.course-page-section .courses-card-list .course-topic span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course-page-section .courses-card-list .course-topic span:after {
  height: 15px;
  width: 2px;
  background-color: #15D0CE;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  content: "";
}

.course-page-section .courses-card-list .course-topic span:last-child::after {
  display: none;
}

.course-page-section .listing-filter-form {
  border-radius: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.course-page-section .listing-filter-form select {
  padding-left: .75rem !important;
  width: 100% !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  height: 100% !important;
  z-index: 1;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .course-page-section .listing-filter-form select {
    width: 100% !important;
  }
}

@media screen and (max-width: 991px) {
  .course-page-section .listing-filter-form select {
    width: 100% !important;
  }
}

.course-page-section .listing-filter-form.select {
  position: relative;
}

.course-page-section .listing-filter-form.select::after {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #15D0CE;
  border-bottom: unset;
  padding: unset;
  -webkit-transform: none;
          transform: none;
  position: absolute;
  top: calc(50% - 3.5px);
  right: 10px;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .course-page-section .listing-filter-form {
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .course-page-section {
    padding-top: 70px;
  }

  .course-page-section .shorting-filter span {
    display: block !important;
  }

  .course-page-section .side-bar-widget {
    margin-bottom: 0px !important;
  }
}

.course-page-section .table-col-1 {
  width: 420px;
}

.course-page-section .table-name-val {
  font-size: 12px;
  color: #15D0CE;
  text-transform: capitalize;
  margin-top: 5px;
}

.course-page-section .table-val {
  text-transform: uppercase;
  font-size: 15px;
}

.course-details-section {
  padding: 82px 0px 0px;
}

@media screen and (max-width: 1369px) {
  .course-details-section {
    padding-top: 70px;
  }
}

.course-details-section .course-intro {
  background-image: url(/images/courses.jpg?4f827e476ea86ec12c46f877acd9d46a);
  height: 50vh;
  position: relative;
  background-size: cover;
  background-position-y: center;
  background-position-x: left;
  background-repeat: no-repeat;
}

.course-details-section .course-intro .intro-cont {
  height: 50vh !important;
}

.course-details-section .course-intro .page-breadcrumb-title {
  position: relative;
  margin-bottom: 14px;
  color: #fff;
}

.course-details-section .course-intro .page-breadcrumb-title h1 {
  font-size: 62px;
  font-weight: 700;
}

.course-details-section .course-intro .page-breadcrumb-title h2 {
  font-size: 62px;
  font-weight: 700;
}

.course-details-section .course-intro .page-breadcrumb-title:after {
  content: '';
  width: 33px;
  height: 3px;
  background-color: #15D0CE;
  display: block;
  position: absolute;
  left: calc(50% - 16.5px);
}

.course-details-section .course-intro .overlay {
  top: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  visibility: visible;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background-color: rgba(0, 0, 0, 0.45);
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .course-details-section .course-intro {
    background-size: cover;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .course-details-section .course-intro {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .course-details-section .course-intro {
    background-size: cover;
  }
}

.course-details-section .course-Name {
  font-size: 38px !important;
}

.course-details-section .course-detail-main {
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 41px !important;
}

.course-details-section .cousrse-detail-schedule-section {
  padding-top: 0px !important;
  border-bottom: 1px solid #D0DDDD;
  padding-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .course-details-section .cousrse-detail-schedule-section {
    padding-bottom: 40px !important;
    border-bottom: none;
  }
}

.course-details-section .learning-format-option {
  background-color: #fff;
  padding: 17px;
  border-radius: 6px;
  border: 1px solid #D0DDDD;
  margin-bottom: 20px;
}

.course-details-section .learning-format-option .learning-format-option-title {
  font-size: 13px;
  color: #303A46;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.39px;
}

.course-details-section .learning-format-option .learning-format-option-value {
  font-size: 14px;
  letter-spacing: 0.42px;
  color: #15D0CE;
  padding-right: 12px;
}

.course-details-section .learning-format-option .learning-format-option-value.value-bordered {
  position: relative;
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.course-details-section .learning-format-option .learning-format-option-value.value-bordered:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #15D0CE;
  display: inline-block;
  position: absolute;
  right: -11px;
}

.course-details-section .learning-format-option.selected-format-option {
  border: 2px solid #15D0CE;
}

@media screen and (max-width: 1199px) {
  .course-details-section .side-bar {
    padding-bottom: 20px;
    border-bottom: 1px solid #D0DDDD;
  }
}

.course-details-section .course-single-text {
  margin-top: 20px;
}

.course-details-section .course-single-text .course-detail-division {
  font-size: 17px;
  color: #15D0CE;
  letter-spacing: 0.51px;
  font-weight: 600;
}

.course-details-section .course-single-text .course-detail-title {
  letter-spacing: 0.75px;
  margin-top: 10px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .course-details-section .course-single-text .course-detail-title {
    font-size: 20px !important;
  }
}

.course-details-section .course-single-text .course-detail-sub-title {
  font-size: 17px;
  color: #15D0CE;
  letter-spacing: 0.51px;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: capitalize;
}

.course-details-section .course-single-text .topic-accordion {
  border: 1px solid #D0DDDD;
  border-radius: 6px;
  border-bottom: none;
  margin-top: 10px;
}

.course-details-section .course-single-text .topic-accordion .bundle-accordion {
  padding-bottom: 20px !important;
}

.course-details-section .course-single-text .topic-accordion .bundle-accordion .desc {
  max-width: 95%;
}

.course-details-section .course-single-text .topic-accordion .topic-accordion-box {
  border-bottom: 1px solid #D0DDDD;
  padding: 20px;
}

.course-details-section .course-single-text .topic-accordion .topic-accordion-box .topic-accordion-title {
  font-size: 18px;
  letter-spacing: 0.54px;
  color: #303A46;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .course-details-section .course-single-text .topic-accordion .topic-accordion-box .topic-accordion-title {
    font-size: 15px;
  }
}

.course-details-section .course-single-text .topic-accordion .topic-accordion-box .accordion-title-text:hover {
  color: #15D0CE !important;
}

.course-details-section .course-single-text .topic-accordion .topic-accordion-box .topics-more-info {
  color: #15D0CE;
  font-size: 14px;
  float: right;
  cursor: pointer;
  margin-right: 7px;
}

.course-details-section .course-single-text .topic-accordion .topic-accordion-box .topics-more-info:hover {
  text-decoration: underline !important;
}

.course-details-section .course-single-text .topic-accordion .topic-accordion-box .plus-sign {
  color: #15D0CE;
  font-size: 31px;
  margin-right: 13px;
}

@media screen and (max-width: 767px) {
  .course-details-section .course-single-text .topic-accordion .topic-accordion-box .plus-sign {
    font-size: 25px;
    margin-right: 8px;
    margin-left: 8px;
  }
}

.course-details-section .course-single-text .topic-accordion .topic-accordion-box .plus-sign:focus {
  color: #15D0CE !important;
}

.course-details-section .course-single-text .topic-accordion .topic-accordion-box .index-value {
  font-size: 44px;
  color: #303A46;
  opacity: 0.09;
  letter-spacing: 1.32px;
  margin-right: 20px;
}

.course-details-section .course-single-text .topic-accordion .topic-accordion-box .index-value:hover {
  color: #15D0CE !important;
  opacity: 1 !important;
}

@media screen and (max-width: 767px) {
  .course-details-section .course-single-text .topic-accordion .topic-accordion-box .index-value {
    font-size: 30px;
    margin-right: 8px;
  }
}

.course-details-section .course-single-text .topic-accordion .topic-accordion-box .index-value.highlighted {
  color: #15D0CE !important;
  opacity: 1 !important;
}

.course-details-section .course-single-text .topic-accordion .topic-collapse {
  margin-top: 20px;
}

.course-details-section .course-single-text .topic-accordion .topic-collapse h3 {
  font-size: 18px;
  color: #15D0CE;
}

.course-details-section .course-single-text .topic-accordion .topic-collapse h4 {
  font-size: 16px;
  color: #15D0CE;
}

.course-details-section .course-single-text .topic-accordion .topic-collapse li {
  font-size: 13px !important;
  color: #303A46 !important;
  margin-bottom: 12px !important;
  text-align: left !important;
}

.course-details-section .course-single-text .topic-accordion .topic-collapse p {
  font-size: 13px;
  color: #303A46;
  margin-bottom: 12px;
  text-align: left !important;
}

.course-details-section .course-single-text .topic-accordion .topic-collapse p span {
  color: #15D0CE;
  font-weight: bold;
  margin-right: 4px;
}

@media screen and (max-width: 767px) {
  .course-details-section .course-single-text .topic-accordion .topic-collapse p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .course-details-section .course-single-text .topic-accordion .topic-collapse p span {
    display: block;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}

.course-details-section .course-single-text .minimize-outline {
  font-size: 16px;
  color: #102E52 !important;
  cursor: pointer;
  text-decoration: underline !important;
  text-transform: capitalize;
}

.course-details-section .course-single-text .minimize-outline:hover {
  color: #15D0CE !important;
}

.course-details-section .course-price-value {
  font-size: 28px;
  text-align: center;
  color: #15D0CE;
  letter-spacing: 0.84px;
  padding-top: 20px;
  border-top: 1px solid #D0DDDD;
  min-height: 55px;
}

.course-details-section .bundle-price {
  border: none !important;
}

.course-details-section .btn-course-action {
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.course-details-section .schedule-msg {
  font-size: 17px;
  color: #15D0CE;
  margin-bottom: 8px;
  font-weight: 600;
  letter-spacing: 0.51px;
}

@media screen and (max-width: 767px) {
  .course-details-section .schedule-msg {
    font-size: 14px;
  }
}

.course-details-section .shchedule-title-msg h2 {
  font-size: 34px !important;
}

@media screen and (max-width: 991px) {
  .course-details-section {
    padding-top: 70px;
  }
}

.course-single-text .course-title {
  padding-bottom: 20px;
}

.course-single-text .course-title b {
  font-weight: 700;
}

.course-single-text .course-title h3 {
  font-size: 35px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .course-single-text .course-title {
    padding-bottom: 0px !important;
  }
}

.course-single-text .course-details-content {
  margin-bottom: 30px;
}

.course-single-text .course-details-content img {
  margin: 10px;
}

@media screen and (max-width: 767px) {
  .course-single-text .course-details-content {
    margin-bottom: 15px !important;
  }
}

.course-single-text li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #303A46;
  letter-spacing: 0.48px;
}

@media screen and (max-width: 768px) {
  .course-single-text li {
    text-align: justify;
  }
}

.course-single-text li::marker {
  color: #15D0CE;
}

.course-single-text p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #303A46;
  letter-spacing: 0.48px;
}

@media screen and (max-width: 768px) {
  .course-single-text p {
    text-align: justify;
  }
}

.course-details-category span {
  font-weight: 300;
  font-size: 28px;
  float: left;
  margin-right: 15px;
}

.course-details-category span b {
  font-weight: 700;
}

.course-details-category li {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  background-color: #f7f7f7;
  padding: 7px 15px;
  border-radius: 4px;
  margin-top: 5px;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.course-details-category li:hover {
  color: #fff;
}

.course-details-category li.active {
  background: #e6e6e6;
}

.course-details-item {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .course-details-item {
    padding-bottom: 0px !important;
  }
}

.affiliate-market-guide .section-title-2 h2:after,
.course-review .section-title-2 h2:after {
  display: none;
}

.affiliate-market-accordion .panel-group .panel {
  max-width: inherit;
  max-width: inherit;
  border: 1px solid #e5e5e5;
  padding: 10px 20px;
  border-top: none;
}

.affiliate-market-accordion .panel-group .panel-body {
  padding: 10px 50px 25px 80px;
  line-height: 1.8;
}

.affiliate-market-accordion .panel-group .btn-link.collapsed,
.affiliate-market-accordion .panel-group .panel-title .btn-link,
.affiliate-market-accordion .panel-group .panel-body {
  color: #333;
}

.affiliate-market-accordion .panel-group .panel-title h3:before {
  display: none;
}

.affiliate-market-accordion .panel-group .panel-body:before {
  display: none;
}

.affiliate-market-accordion .panel-title .ac-head {
  font-size: 20px;
  font-size: 500;
  position: relative;
}

.affiliate-market-accordion .panel-title .ac-head span {
  font-size: 50px;
  font-weight: 500;
  float: left;
  line-height: 1;
  margin-right: 20px;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.affiliate-market-accordion .panel-group .btn-link.collapsed span {
  color: #eeeeee !important;
}

.affiliate-market-accordion .panel-group .panel-title .btn-link span {
  color: #15D0CE;
}

.affiliate-market-accordion .leanth-course {
  position: absolute;
  right: 60px;
  top: 20px;
}

.affiliate-market-accordion .leanth-course span {
  background-color: #f7f7f7;
  padding: 12px 20px;
  font-size: 12px !important;
  font-weight: 700;
  border-radius: 4px;
  text-transform: uppercase;
  color: #ccc !important;
}

.affiliate-market-accordion .leanth-course span.completed {
  color: white !important;
}

.affiliate-market-accordion .panel-group .btn-link.collapsed:after {
  color: #d9d9d9;
}

.course-by {
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  bottom: 15px;
  left: 80px;
}

.course-by b {
  color: #15D0CE;
  font-size: 12px !important;
}

.affiliate-market-accordion .panel-group .panel:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top: 1px solid #e5e5e5;
}

.affiliate-market-accordion .panel-group .panel:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.course-review {
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
  margin-bottom: 30px;
}

.avrg-rating .avrg-rate {
  font-size: 50px;
  font-weight: 700;
  display: block;
  color: #15D0CE;
  margin: 10px 0px;
}

.avrg-rating li {
  color: #ffc926;
}

.avrg-rating .start-bar {
  width: 100px;
  height: 8px;
  display: inline-block;
  margin: 0px 10px;
  background-color: #eeeeee;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.avrg-rating .rating-overview {
  margin-top: 5px;
}

.avrg-rating .rating-overview:hover .start-bar {
  background-color: #15D0CE;
}

.review-option {
  display: inline-block;
  width: 100%;
}

.rating {
  display: inline-block;
  position: relative;
  font-size: 20px;
  float: right;
  margin-left: 10px;
}

.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating label span {
  margin: 0px 2px;
  color: #eee;
}

.rating label:last-child {
  position: static;
}

.rating label:nth-child(1) {
  z-index: 5;
}

.rating label:nth-child(2) {
  z-index: 4;
}

.rating label:nth-child(3) {
  z-index: 3;
}

.rating label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating label input,
.rating label .register-form-area select,
.register-form-area .rating label select,
.rating label .register-form-area textarea,
.register-form-area .rating label textarea {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
}

.rating label:last-child .icon {
  color: #000;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:not(:hover) label .register-form-area select:checked ~ .icon,
.register-form-area .rating:not(:hover) label select:checked ~ .icon,
.rating:not(:hover) label .register-form-area textarea:checked ~ .icon,
.register-form-area .rating:not(:hover) label textarea:checked ~ .icon,
.rating:hover label:hover input ~ .icon,
.rating:hover label:hover .register-form-area select ~ .icon,
.register-form-area .rating:hover label:hover select ~ .icon,
.rating:hover label:hover .register-form-area textarea ~ .icon,
.register-form-area .rating:hover label:hover textarea ~ .icon {
  color: #ffc926;
}

.rating label input:focus:not(:checked) ~ .icon:last-child,
.rating label .register-form-area select:focus:not(:checked) ~ .icon:last-child,
.register-form-area .rating label select:focus:not(:checked) ~ .icon:last-child,
.rating label .register-form-area textarea:focus:not(:checked) ~ .icon:last-child,
.register-form-area .rating label textarea:focus:not(:checked) ~ .icon:last-child {
  color: #000;
  text-shadow: 0 0 5px #ffc926;
}

.course-side-bar-widget h3 {
  font-size: 30px;
  font-weight: 300;
  color: #333;
  margin-bottom: 20px;
}

.course-side-bar-widget h3 span {
  font-weight: 700;
  color: #15D0CE;
}

.like-course {
  height: 50px;
  width: 50px;
  background-color: #eeeeee;
  color: #cccccc;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  margin-left: 5px;
}

.course-side-bar-widget .genius-btn {
  line-height: 50px;
  padding: 0px 15px;
}

.student-number {
  float: right;
  color: #15D0CE;
  font-size: 14px;
}

.enrolled-student {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}

.enrolled-student li {
  color: #ffc926;
}

.couse-feature {
  margin-top: 15px;
}

.couse-feature li {
  font-size: 17px;
  font-weight: 500;
  color: #c4c4c4;
  position: relative;
  padding: 5px 0px;
  border: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
}

.couse-feature li:after {
  top: 5px;
  left: 110px;
  content: ':';
  position: absolute;
}

.couse-feature span {
  position: relative;
  float: right;
  color: #000000;
}

.date-form {
  padding: 0px;
}

.course-table-wrapper {
  overflow-x: auto;
}

.course-table-wrapper table {
  min-width: 874px !important;
}

.course-table-wrapper::-webkit-scrollbar {
  width: 12px;
}

.course-table-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 4px;
}

.course-table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #F2F5F8;
}

.listing-filter-form label {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  display: block;
}

.listing-filter-form input,
.listing-filter-form .register-form-area select,
.register-form-area .listing-filter-form select,
.listing-filter-form .register-form-area textarea,
.register-form-area .listing-filter-form textarea,
.listing-filter-form select {
  height: 50px;
  border: none;
  padding: 15px;
  width: 100%;
  background-color: transparent;
}

.courses-widget-title {
  font-size: 25px !important;
  color: #303A46 !important;
  letter-spacing: 0.75px;
  margin-bottom: 33px !important;
  position: relative;
}

.courses-widget-title span {
  font-weight: 400 !important;
}

.courses-widget-title:after {
  content: '';
  width: 33px;
  height: 3px;
  background-color: #15D0CE;
  display: block;
  position: absolute;
  left: 0px;
  bottom: -12px;
}

.courses-widget-title.non-underlined:after {
  display: none !important;
}

.seperator {
  width: 100%;
  height: 1px;
  background-color: #D0DDDD;
}

.related-courses {
  padding-top: 70px !important;
  margin-top: 0px !important;
  margin-left: -12px;
}

.related-courses .title-section {
  margin-left: 12px;
}

@media screen and (max-width: 1200px) {
  .related-courses {
    margin-left: unset !important;
  }
}

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

/*Checkout  section*/

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

.attandee-values .traineename,
.attandee-values .traineemail {
  margin-left: -6px;
}

.attandee-values .has-danger {
  color: #d01517 !important;
  font-size: 13px;
  float: right;
}

.checkout-section {
  padding: 240px 0px 0px;
}

.checkout-section .checkout {
  max-width: 1600px;
  margin: 0 auto;
}

.checkout-section .checkout .section-title h2 {
  color: #303A46;
}

.checkout-section .items-label {
  font-weight: 600;
  font-size: 14px !important;
  color: #303A46;
  margin-bottom: 10px;
  letter-spacing: 0.42px;
  text-transform: capitalize;
}

.checkout-section .cart-item-wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px #00000029;
          box-shadow: 0px 0px 10px #00000029;
  padding: 28px 24px 0px 10px;
  margin-bottom: 25px;
}

.checkout-section .cart-item-wrapper .course-detail-val {
  margin-bottom: 28px;
}

.checkout-section .cart-item-wrapper .course-detail-val .course-detail-key {
  margin-bottom: 9px;
  color: #15D0CE;
  letter-spacing: 0.42px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}

.checkout-section .cart-item-wrapper .course-detail-val .course-detail-text {
  font-size: 13px;
  color: #303A46;
  letter-spacing: 0.39px;
  margin-bottom: 0px;
}

.checkout-section .cart-item-wrapper .course-detail-val .course-detail-text a:hover {
  color: #15D0CE !important;
}

.checkout-section .traineesseat-wrapper {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 26px;
}

.checkout-section .traineesseat-wrapper:after {
  display: inline-block;
  padding: 0.1rem;
  content: "";
  width: 4px;
  height: 2px;
  -webkit-transform: rotate(-47deg);
          transform: rotate(-47deg);
  border-left: 2px solid #15D0CE;
  border-bottom: 2px solid #15D0CE;
  border-top: none;
  border-right: none;
  position: absolute;
  right: 8px;
  top: 35%;
  z-index: 0;
}

.checkout-section .traineesseat-wrapper span {
  position: absolute;
  display: inherit;
  width: 150px;
  font-size: 13px;
  color: #d01517;
}

.checkout-section .traineesseat-wrapper .traineesseat {
  border-color: #15D0CE;
  border-width: 2px;
  border-radius: 6px;
  color: #303A46;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 10px;
  padding-right: 13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .checkout-section .traineesseat-wrapper .traineesseat {
    min-width: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.checkout-section .order-detail-headline h2::after {
  display: none !important;
}

.checkout-section .btn-submit {
  min-height: 47px;
}

.checkout-section .totat-ammount {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkout-section .totat-ammount span {
  font-size: 28px;
  color: #15D0CE;
  letter-spacing: 0.84px;
  text-align: center;
}

.checkout-section .payment-details .in-total-price {
  padding-top: 23px !important;
}

.checkout-section .payment-details .in-total {
  background-color: #F4F6F8;
  padding: 0px 20px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkout-section .payment-details .in-total small {
  font-size: 14px;
  font-weight: 600;
  color: #303A46;
  letter-spacing: 0.42px;
  text-transform: capitalize;
}

.checkout-section .payment-details .in-total span {
  font-size: 15px;
  font-weight: 600;
  color: #15D0CE;
  letter-spacing: 0.45px;
}

.checkout-section .payment-details .payment-seperator {
  height: 1px;
  width: 86%;
  margin-left: 7%;
  background-color: #D0DDDD;
}

.checkout-section .empty-cart {
  min-height: 24vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout-section .empty-cart .empty-text {
  font-size: 25px;
  color: #15D0CE;
  font-weight: 700;
  text-transform: capitalize;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .checkout-section {
    padding-top: 120px !important;
  }
}

@media screen and (max-width: 767px) {
  .checkout-section {
    padding-top: 120px !important;
  }

  .checkout-section .checkout .section-title h2 {
    font-size: 25px !important;
  }

  .checkout-section .cart-item-wrapper {
    padding: 28px 10px 0px 0px;
  }
}

.checkout-content .course-page-section {
  padding: 0;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .checkout-content .course-page-section {
    padding-bottom: 20px;
  }
}

.order-item .section-title-2 h2,
.order-payment .section-title-2 h2 {
  font-size: 28px;
}

.order-item .section-title-2 h2:after,
.order-payment .section-title-2 h2:after {
  display: none;
}

.check-dlt {
  position: absolute;
  top: 10px;
  right: 10px;
}

.check-dlt i {
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.order-item .section-title-2 h2 {
  font-size: 28px;
}

.order-item .section-title-2 h2:after {
  display: none;
}

.order-item tr:hover .check-dlt i {
  color: #e61d1d;
}

.checkbox label:after,
.radio label:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
  background-color: #f7f7f7;
}

.radio .cr {
  border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  right: 0;
  display: inline-block;
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: calc(50% + 1px);
  left: 0;
}

.radio .cr .cr-icon {
  margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.checkbox label .register-form-area select[type="checkbox"],
.register-form-area .checkbox label select[type="checkbox"],
.checkbox label .register-form-area textarea[type="checkbox"],
.register-form-area .checkbox label textarea[type="checkbox"],
.radio label input[type="radio"],
.radio label .register-form-area select[type="radio"],
.register-form-area .radio label select[type="radio"],
.radio label .register-form-area textarea[type="radio"],
.register-form-area .radio label textarea[type="radio"] {
  display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.checkbox label .register-form-area select[type="checkbox"] + .cr > .cr-icon,
.register-form-area .checkbox label select[type="checkbox"] + .cr > .cr-icon,
.checkbox label .register-form-area textarea[type="checkbox"] + .cr > .cr-icon,
.register-form-area .checkbox label textarea[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon,
.radio label .register-form-area select[type="radio"] + .cr > .cr-icon,
.register-form-area .radio label select[type="radio"] + .cr > .cr-icon,
.radio label .register-form-area textarea[type="radio"] + .cr > .cr-icon,
.register-form-area .radio label textarea[type="radio"] + .cr > .cr-icon {
  -webkit-transform: scale(3) rotateZ(-20deg);
          transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.checkbox label .register-form-area select[type="checkbox"]:checked + .cr > .cr-icon,
.register-form-area .checkbox label select[type="checkbox"]:checked + .cr > .cr-icon,
.checkbox label .register-form-area textarea[type="checkbox"]:checked + .cr > .cr-icon,
.register-form-area .checkbox label textarea[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon,
.radio label .register-form-area select[type="radio"]:checked + .cr > .cr-icon,
.register-form-area .radio label select[type="radio"]:checked + .cr > .cr-icon,
.radio label .register-form-area textarea[type="radio"]:checked + .cr > .cr-icon,
.register-form-area .radio label textarea[type="radio"]:checked + .cr > .cr-icon {
  -webkit-transform: scale(1) rotateZ(0deg);
          transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.checkbox label .register-form-area select[type="checkbox"]:disabled + .cr,
.register-form-area .checkbox label select[type="checkbox"]:disabled + .cr,
.checkbox label .register-form-area textarea[type="checkbox"]:disabled + .cr,
.register-form-area .checkbox label textarea[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr,
.radio label .register-form-area select[type="radio"]:disabled + .cr,
.register-form-area .radio label select[type="radio"]:disabled + .cr,
.radio label .register-form-area textarea[type="radio"]:disabled + .cr,
.register-form-area .radio label textarea[type="radio"]:disabled + .cr {
  opacity: .5;
}

.checkbox label {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
}

.checkbox label .sub-text {
  font-weight: 400;
  font-size: 15px;
  padding-left: 35px;
  display: block;
}

.checkbox label .sub-text b {
  color: #15D0CE;
}

.save-credit {
  width: 80%;
  float: right;
  margin-top: 10px;
}

.payment-method {
  margin-top: 30px;
  padding: 35px;
  display: inline-block;
  margin-bottom: 45px;
  -webkit-box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.1);
}

.payment-method-header {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 15px;
  display: inline-block;
  border-bottom: 1px solid #eee;
}

.payment-info {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}

.payment-info label {
  width: 20%;
  float: left;
  color: #999999;
  margin-top: 15px;
  font-weight: 500;
}

.payment-info input,
.payment-info .register-form-area select,
.register-form-area .payment-info select,
.payment-info .register-form-area textarea,
.register-form-area .payment-info textarea {
  width: 80%;
  height: 50px;
  background-color: #f9f9f9;
  border-radius: 4px;
}

.payment-info input ::-webkit-input-placeholder,
.payment-info .register-form-area select ::-webkit-input-placeholder,
.register-form-area .payment-info select ::-webkit-input-placeholder,
.payment-info .register-form-area textarea ::-webkit-input-placeholder,
.register-form-area .payment-info textarea ::-webkit-input-placeholder {
  color: #999999;
  font-weight: 500;
}

.input-2 input,
.input-2 .register-form-area select,
.register-form-area .input-2 select,
.input-2 .register-form-area textarea,
.register-form-area .input-2 textarea {
  width: 25%;
  float: left;
  margin-right: 10px;
}

.terms-text {
  border-bottom: 1px solid #eee;
}

.terms-text b {
  color: #15D0CE;
}

.sub-total-title {
  font-size: 12px;
  font-weight: 700;
  color: #000000;
}

.purchase-list {
  background-color: #f7f7f7;
  padding: 40px 25px 30px 25px;
}

.purchase-list ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}

.purchase-list ul li span {
  float: right;
  color: #000000;
  font-weight: 700;
}

.purchase-list ul li:last-child {
  border-bottom: 5px solid #e5e5e5;
}

.purchase-list .in-total {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}

.purchase-list .in-total span {
  color: #15D0CE;
  float: right;
}

.select-wrapper .listing-filter-form {
  background-color: transparent !important;
  border: 2px solid #15D0CE !important;
  border-radius: 6px !important;
  color: #303A46 !important;
  height: 37px !important;
}

.select-wrapper .listing-filter-form:after {
  padding: 0.1rem !important;
  content: "";
  width: 4px !important;
  height: 2px !important;
  -webkit-transform: rotate(-47deg) !important;
          transform: rotate(-47deg) !important;
  border-left: 2px solid #15D0CE !important;
  border-bottom: 2px solid #15D0CE !important;
  border-top: none !important;
  border-right: none !important;
}

.select-wrapper .listing-filter-form .error {
  color: #d01517 !important;
}

.select-wrapper .has-danger label {
  white-space: nowrap;
  font-size: 11px;
}

.select-error .listing-filter-form {
  border-color: #d01517 !important;
}

.select-error .listing-filter-form:after {
  border-left: 2px solid #d01517 !important;
  border-bottom: 2px solid #d01517 !important;
}

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

/*Contact  section*/

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

.footer-area-section {
  padding: 0px 0px 0px 0px;
}

@media screen and (max-width: 480px) {
  .footer-area-section {
    padding: 0px 0px 0px 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .footer-area-section .footer-logo {
    width: 160px;
  }
}

.footer-about-text p {
  font-size: 17px;
  margin-bottom: 25px;
  color: #000000;
}

.footer-menu {
  float: left;
  margin-left: 70px;
}

.footer-menu li {
  margin-bottom: 10px;
  color: #000000;
  font-size: 17px;
}

.footer-menu li i {
  margin-right: 10px;
  color: #15D0CE;
}

.footer-widget .photo-list li {
  position: relative;
  margin-bottom: 3px;
}

.footer-widget .photo-list li .pop-up-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  opacity: 0;
}

.footer-widget .photo-list li .pop-up-icon i {
  color: #fff;
}

.footer-widget .photo-list li:hover .blakish-overlay {
  opacity: 1;
  visibility: visible;
}

.footer-widget .photo-list li:hover .pop-up-icon {
  opacity: 1;
}

.footer-social li,
.subscribe-form li {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  line-height: 30px;
  margin-right: 8px;
  border: 2px solid #15D0CE;
  text-align: center;
}

.footer-social li:hover i,
.subscribe-form li:hover i {
  color: #15D0CE;
}

.footer-social .widget-title,
.subscribe-form .widget-title {
  margin-bottom: 40px;
}

.footer-social .widget-title:after,
.subscribe-form .widget-title:after {
  bottom: -15px;
}

.footer-social i,
.subscribe-form i {
  color: #102E52;
}

.subscribe-form {
  margin-left: 70px;
}

.copy-right-menu {
  padding: 30px 15px 30px;
  border-top: 1px solid #ddd6d6;
}

.copy-right-menu p {
  margin: 0;
}

.footer_2_subs {
  max-width: 735px;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 60px;
}

.footer_2_subs p {
  color: #fff;
  margin-bottom: 45px;
}

.footer_2 .copy-right-text {
  color: #fff;
}

.footer_2 .copy-right-menu-item li {
  color: #fff;
  margin-left: 20px;
}

.footer_2 .footer-social li {
  color: #fff;
}

.right-reserved {
  font-size: 13px;
  text-align: left;
  color: #A3AAB4;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .right-reserved {
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .right-reserved {
    text-align: center;
  }
}

.copy-right-menu-item li {
  margin-left: unset !important;
  color: #102E52;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.copy-right-menu-item li:hover a {
  color: #15D0CE !important;
}

.copy-right-menu-item li:nth-child(n + 4) {
  font-size: 13px;
}

.copy-right-menu-item li:nth-child(n + 4) a {
  text-decoration: underline;
  color: #303A46;
}

.footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-new-design {
  background: #F9F9F9;
  color: #777777;
  font-size: 15px;
}

.footer-new-design .container {
  max-width: 1440px;
}

@media screen and (max-width: 767px) {
  .footer-new-design .container {
    padding-inline: 24px;
  }
}

.footer-new-design .footer-main {
  padding: 80px 65px;
}

@media screen and (max-width: 991px) {
  .footer-new-design .footer-main {
    padding: 26px 0;
  }
}

@media screen and (max-width: 575px) {
  .footer-new-design .footer-main > .row > div:first-child {
    border-bottom: 1px solid #e0e0e0;
  }
}

.footer-new-design .footer-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-new-design .footer-brand .footer-logo-link {
  display: inline-block;
}

.footer-new-design .footer-brand .footer-logo-img {
  width: 224px;
  height: 51px;
  display: block;
}

.footer-new-design .footer-brand .footer-tagline {
  font-size: 14px;
  color: #102E52;
  margin: 12px 0 20px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .footer-new-design .footer-brand .footer-logo-img {
    width: 170px;
    height: 39px;
  }
}

.footer-new-design .footer-social {
  margin-top: 37px;
}

@media screen and (max-width: 767px) {
  .footer-new-design .footer-social {
    margin-bottom: 32px;
  }
}

.footer-new-design .footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-new-design .footer-social ul li {
  height: 32px;
  width: 32px;
  background: #fff;
  text-align: center;
  line-height: 32px;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  border: none;
}

.footer-new-design .footer-social ul li:hover {
  background-color: #15D0CE;
}

.footer-new-design .footer-social ul li:hover a {
  color: #fff !important;
}

.footer-new-design .footer-social ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #303A46;
  border-radius: 50%;
  border: 1px solid #15D0CE;
}

.footer-new-design .footer-social ul li i {
  font-size: 20px;
  color: inherit;
}

.footer-new-design .footer-col-title {
  font-size: 18px;
  font-weight: 700;
  color: #09203C;
  margin-bottom: 24px;
  text-transform: none;
  letter-spacing: 0;
}

.footer-new-design .footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-new-design .footer-links li {
  margin-bottom: 23px;
}

.footer-new-design .footer-links li a {
  color: #777777;
}

.footer-new-design .footer-links li a:hover {
  color: #15D0CE;
}

.footer-new-design .footer-newsletter-col {
  max-width: 467px;
}

@media screen and (max-width: 991px) {
  .footer-new-design .footer-newsletter-col {
    max-width: 100%;
  }
}

.footer-new-design .footer-newsletter-col .footer-newsletter-desc {
  font-size: 16px;
  color: #6C757D;
  margin-bottom: 24px;
  line-height: normal;
}

.footer-new-design .footer-newsletter-col .subscribe-btn {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .footer-new-design .footer-newsletter-col .subscribe-btn {
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 193px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-new-design .footer-locations-wrap {
  margin-top: 44px;
}

@media screen and (max-width: 991px) {
  .footer-new-design .footer-locations-wrap {
    margin-top: 28px;
  }
}

.footer-new-design .footer-locations {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px 0;
}

@media screen and (max-width: 767px) {
  .footer-new-design .footer-locations {
    gap: 16px;
  }
}

.footer-new-design .footer-locations li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.footer-new-design .footer-locations li:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 14px;
  background: #D0D0D0;
  margin-left: 12px;
  margin-right: 12px;
}

.footer-new-design .footer-locations li span {
  color: #777777;
  font-size: 14px;
}

.footer-new-design .footer-bottom {
  border-top: 1px solid #E0E0E0;
  padding: 20px 0;
}

.footer-new-design .footer-bottom .copy-right-text {
  color: #09203C;
  font-size: 16px;
  margin: 0;
}

.footer-new-design .footer-bottom .copy-right-text p {
  margin: 0;
}

.footer-new-design .footer-bottom .footer-bottom-links {
  font-size: 16px;
  gap: 16px;
}

.footer-new-design .footer-bottom .footer-bottom-links a {
  color: #09203C;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: from-font;
}

.footer-new-design .footer-bottom .footer-bottom-links a:hover {
  color: #15D0CE;
}

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

/*edit Account  section*/

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

.edit-account-row {
  background-image: url(/images/login-background.jpg?874f7a959e59aa22ef92d832237b754c);
  background-color: #EFF2F5;
  background-position-x: 100%;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.edit-account-row .edit-account-subtitle {
  font-size: 13px;
  font-weight: 700;
  color: #15D0CE;
  text-transform: uppercase;
}

.edit-account-row .card-col {
  margin-left: 70px;
}

.edit-account-row .card-info-col {
  margin-left: 100px;
}

.edit-account-row .edit-account-card {
  -webkit-box-shadow: 0px 0px 9px #00000021;
          box-shadow: 0px 0px 9px #00000021;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 50px;
}

.edit-account-row .edit-account-card form {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .edit-account-row .edit-account-card {
    margin-bottom: 0px !important;
    margin-top: 50px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .edit-account-row {
    min-height: 150vh;
  }
}

@media screen and (max-width: 991px) and (min-width: 481px) {
  .edit-account-row {
    background-image: unset !important;
  }

  .edit-account-row .card-info-col,
  .edit-account-row .card-col {
    margin-left: unset !important;
  }

  .edit-account-row .edit-account-card {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .edit-account-row {
    background-image: unset !important;
  }

  .edit-account-row .card-info-col,
  .edit-account-row .card-col {
    margin-left: unset !important;
  }

  .edit-account-row .edit-account-card {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .edit-account-row {
    min-height: unset !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .traines-edit-row {
    min-height: unset;
  }

  .traines-edit-row .edit-account-card {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .traines-edit-row {
    min-height: unset;
  }

  .traines-edit-row .edit-account-card {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 480px) {
  .traines-edit-row {
    min-height: unset;
  }

  .traines-edit-row .edit-account-card {
    margin-top: 50px !important;
  }
}

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

.slider-section {
  padding-top: 82px;
}

@media screen and (max-width: 1369px) {
  .slider-section {
    padding-top: 70px;
  }
}

.slider-section .slider-item-details {
  background: -webkit-gradient(linear, left bottom, left top, from(#1C274C), to(#192B51)) !important;
  background: linear-gradient(0deg, #1C274C 0%, #192B51 100%) !important;
}

.slider-section #slider-item {
  height: 839px;
  max-height: 100vh;
}

@media screen and (max-width: 1199px) {
  .slider-section #slider-item {
    height: auto;
    max-height: inherit;
  }
}

@media screen and (max-width: 767px) {
  .slider-section #slider-item > div:not(:first-child) {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .slider-section #slider-item:not(.owl-loaded) > div:not(:first-child) {
    display: none !important;
  }

  .slider-section #slider-item:not(.owl-loaded) > div:first-child {
    width: 100%;
    height: 100%;
  }
}

.slider-section #slider-item .owl-stage-outer,
.slider-section #slider-item .owl-stage {
  height: 100%;
}

.slider-section #slider-item .owl-item,
.slider-section #slider-item .owl-item.active {
  height: 100%;
}

.slider-section #slider-item .owl-item > div {
  height: 100%;
}

.slider-section .bg-image {
  height: 100%;
}

.slider-section .bg-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-section .layer-1-1 .subtitle {
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #fff;
  opacity: 0.63;
}

.slider-section .owl-prev,
.slider-section .owl-nav .owl-next,
.owl-nav .slider-section .owl-next,
.slider-section .testimonial-slide-area .owl-next,
.testimonial-slide-area .slider-section .owl-next {
  background-color: transparent !important;
}

.slider-section .owl-prev .fa-chevron-left::before,
.slider-section .owl-nav .owl-next .fa-chevron-left::before,
.owl-nav .slider-section .owl-next .fa-chevron-left::before,
.slider-section .testimonial-slide-area .owl-next .fa-chevron-left::before,
.testimonial-slide-area .slider-section .owl-next .fa-chevron-left::before {
  display: none;
}

.slider-section .owl-prev .fa-chevron-left:after,
.slider-section .owl-nav .owl-next .fa-chevron-left:after,
.owl-nav .slider-section .owl-next .fa-chevron-left:after,
.slider-section .testimonial-slide-area .owl-next .fa-chevron-left:after,
.testimonial-slide-area .slider-section .owl-next .fa-chevron-left:after {
  display: inline-block;
  padding: 0.25rem;
  content: "";
  width: 17.5px;
  height: 17.5px;
  -webkit-transform: rotate(46deg);
          transform: rotate(46deg);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-top: none;
  border-right: none;
  opacity: 0.4;
}

.slider-section .owl-prev .fa-chevron-right::before,
.slider-section .owl-nav .owl-next .fa-chevron-right::before,
.owl-nav .slider-section .owl-next .fa-chevron-right::before,
.slider-section .testimonial-slide-area .owl-next .fa-chevron-right::before,
.testimonial-slide-area .slider-section .owl-next .fa-chevron-right::before {
  display: none;
}

.slider-section .owl-prev .fa-chevron-right:after,
.slider-section .owl-nav .owl-next .fa-chevron-right:after,
.owl-nav .slider-section .owl-next .fa-chevron-right:after,
.slider-section .testimonial-slide-area .owl-next .fa-chevron-right:after,
.testimonial-slide-area .slider-section .owl-next .fa-chevron-right:after {
  display: inline-block;
  padding: 0.25rem;
  content: "";
  width: 17.5px;
  height: 17.5px;
  -webkit-transform: rotate(222deg);
          transform: rotate(222deg);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-top: none;
  border-right: none;
  opacity: 0.4;
}

@media screen and (max-width: 767px) {
  .slider-section #slider-item .owl-dots {
    bottom: 21px;
  }
}

.slider-section .slider-static-first {
  background-image: url(/images/slider-1-bg-image.jpg?ccd1844530ee81c2a49f8b72d9bf72ea);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
  .slider-section .slider-static-first {
    padding: 36px 0px 60px 0px;
  }

  .slider-section .slider-static-first .slider-static-first__box-number {
    font-size: 1.35rem;
  }
}

.slider-section .slider-static-first .slider-static-first__title {
  font-size: 64px !important;
}

.slider-section .slider-static-first .slider-static-first__title span {
  font-weight: 400;
}

@media screen and (max-width: 1199px) {
  .slider-section .slider-static-first .slider-static-first__title {
    font-size: 42px !important;
  }
}

@media screen and (max-width: 767px) {
  .slider-section .slider-static-first .slider-static-first__title {
    font-size: 32px !important;
  }
}

.slider-section .slider-static-first .bg-image-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.slider-section .slider-static-first .bg-image-container .slider-static-first__bg {
  background-image: url(/images/slider-1-bg-image.jpg?ccd1844530ee81c2a49f8b72d9bf72ea);
}

.slider-section .slider-static-first .bg-image-container .slider-static-first__innovation-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url(/images/innovation-bg-image.png?21f4e3afedaa48aa005b990d50b322d4);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .slider-section .slider-static-first .bg-image-container .slider-static-first__innovation-bg {
    width: 100%;
    height: 50%;
    background-position: center top;
    background-size: cover;
  }
}

.slider-section .slider-static-first .slider-static-first .layer-1-4 {
  position: relative !important;
  display: block !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.slider-section .slider-static-first .slider-static-first__inner {
  position: inherit;
  z-index: 1;
  -webkit-transform: none !important;
          transform: none !important;
  inset: inherit !important;
}

.slider-section .slider-static-first .slider-static-first__inner .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .slider-section .slider-static-first .slider-static-first__inner .row {
    row-gap: 95px;
  }
}

@media screen and (max-width: 767px) {
  .slider-section .slider-static-first .slider-static-first__inner .btn {
    width: 100%;
  }
}

.slider-section .slider-static-first .slider-static-first__left {
  padding: 0px;
}

.slider-section .slider-static-first .slider-static-first__left .about-btn {
  gap: 32px;
}

@media screen and (max-width: 767px) {
  .slider-section .slider-static-first .slider-static-first__left .about-btn {
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.slider-section .slider-static-first .slider-static-first__desc {
  color: rgba(236, 236, 236, 0.8);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .slider-section .slider-static-first .slider-static-first__desc {
    font-size: 14px !important;
  }
}

.slider-section .slider-static-first .slider-static-first__boxes {
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media screen and (max-width: 767px) {
  .slider-section .slider-static-first .slider-static-first__boxes {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 360px) {
  .slider-section .slider-static-first .slider-static-first__boxes {
    gap: 12px;
  }
}

.slider-section .slider-static-first .slider-static-first__boxes > div {
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slider-section .slider-static-first .slider-static-first__boxes > div:last-child {
  margin-top: -43px;
}

.slider-section .slider-static-first .slider-static-first__boxes .slider-static-first__box {
  padding: 21px 22px;
  border-radius: 8px;
  width: 211px;
  height: 193px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: normal;
}

.slider-section .slider-static-first .slider-static-first__boxes .slider-static-first__box .slider-static-first__box-icon--svg {
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 0.5rem;
}

.slider-section .slider-static-first .slider-static-first__boxes .slider-static-first__box .slider-static-first__box-number {
  color: #1C274C;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media screen and (max-width: 1199px) {
  .slider-section .slider-static-first .slider-static-first__boxes .slider-static-first__box {
    width: 158px;
    height: 144px;
    padding: 15px 11px;
  }

  .slider-section .slider-static-first .slider-static-first__boxes .slider-static-first__box .slider-static-first__box-icon--svg {
    width: 32px;
    height: 32px;
  }

  .slider-section .slider-static-first .slider-static-first__boxes .slider-static-first__box .slider-static-first__box-number {
    font-size: 24px;
    margin-bottom: 6px;
  }

  .slider-section .slider-static-first .slider-static-first__boxes .slider-static-first__box .slider-static-first__box-label {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 360px) {
  .slider-section .slider-static-first .slider-static-first__boxes .slider-static-first__box {
    width: 150px;
  }
}

.slider-section .slider-static-first .slider-static-first__boxes .slider-static-first__box .slider-static-first__box-icon {
  color: #15D0CE;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  display: block;
}

.slider-section .slider-static-first .slider-static-first__boxes .slider-static-first__box .slider-static-first__box-label {
  color: #A4B9B9;
  font-size: 18px;
  font-weight: 600;
}

.slider-section .slider-static-first .slider-static-first__boxes .slider-static-first__box--light {
  background: #fff;
  color: #333;
}

.slider-section .slider-static-first .slider-static-first__boxes .slider-static-first__box--light .slider-static-first__box-number {
  color: #1a1a1a;
}

.slider-section .slider-static-first .slider-static-first__boxes .slider-static-first__box--box-1 {
  background-color: #fff;
  background-image: url("/images/slider-boxes/box-1-bg.svg");
  color: #333;
}

.slider-section .slider-static-first .slider-static-first__boxes .slider-static-first__box--box-1 .slider-static-first__box-number {
  color: black;
}

.slider-section .slider-static-first .slider-static-first__boxes .slider-static-first__box--dark {
  background: #32376e;
  color: #fff;
}

.slider-section .slider-static-first .slider-static-first__boxes .slider-static-first__box--dark .slider-static-first__box-number {
  color: #fff;
}

.slider-section .slider-static-first .slider-static-first__boxes .slider-static-first__box--box-2 {
  background-color: #1C2851;
  background-image: url("/images/slider-boxes/box-2-bg.svg");
  color: #fff;
}

.slider-section .slider-static-first .slider-static-first__boxes .slider-static-first__box--box-2 .slider-static-first__box-number {
  color: #fff;
}

.slider-section .slider-static-first .slider-static-first__boxes .slider-static-first__box--box-3 {
  background-color: #1C2851;
  background-image: url("/images/slider-boxes/box-3-bg.svg");
  color: #fff;
}

.slider-section .slider-static-first .slider-static-first__boxes .slider-static-first__box--box-3 .slider-static-first__box-number {
  color: #fff;
}

.slider-section .slider-static-first .slider-static-first__boxes .slider-static-first__box--box-4 {
  background-color: #fff;
  background-image: url("/images/slider-boxes/box-4-bg.svg");
  color: #333;
}

.slider-section .slider-static-first .slider-static-first__boxes .slider-static-first__box--box-4 .slider-static-first__box-number {
  color: black;
}

.slider-section .slider-static-first .section-title {
  width: 100%;
  margin: auto;
}

.browse-course-section {
  background-image: url(/images/browse-course.jpg?a32c8fb2022c63f098595afb1d5ec34b);
  background-size: 100% 70%;
  background-repeat: no-repeat;
  position: relative;
}

.browse-course-section::before {
  content: "";
  background-color: #102E52;
  opacity: 0.9;
  position: absolute;
  height: 70%;
  top: 0;
  right: 0;
  left: 0;
}

.browse-course-section .subtitle {
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #fff;
  opacity: 0.63;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .browse-course-section .subtitle {
    font-size: 14px;
  }
}

.browse-course-section .browse-course-title {
  font-size: 53px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 41px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .browse-course-section .browse-course-title {
    font-size: 30px;
  }
}

.partners {
  position: relative;
}

.partners .container {
  max-width: 1335px !important;
}

.partners .partner-card {
  padding: 10px 30px;
  height: 120px;
  z-index: 3;
  width: 203px;
}

.partners .partner-card--no-image {
  background-color: #F2F5F8;
}

.partners .partner-card img {
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1099px) and (min-width: 768px) {
  .partners .partner-card {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .partners .partner-card {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #E1E1E1 !important;
  }

  .partners .partner-card img {
    max-width: 140px;
    width: 100%;
    max-height: 100%;
  }
}

@media screen and (max-width: 575px) {
  .partners .partner-card {
    height: 82px;
  }
}

.partners .partner-card:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.partners .partner-div {
  cursor: pointer;
}

.partners .partner-div:hover .partner-card img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.partners .partner-div:hover .partner-view-courses {
  opacity: 1;
  pointer-events: auto;
  text-decoration: none !important;
}

.partners .section-heading-title {
  position: relative;
  margin-bottom: 36px;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .partners .section-heading-title {
    margin-bottom: 32px;
    margin-top: 34px;
  }
}

.partners .partner-view-courses {
  color: #102E52 !important;
  text-transform: capitalize;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  font-size: 18px;
  position: relative;
  font-weight: 500;
  cursor: pointer;
  gap: 12px;
}

.partners .partner-view-courses:hover {
  color: black !important;
}

.partners .partner-view-courses__icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .partners .partner-view-courses {
    opacity: 1;
    pointer-events: auto;
    font-size: 18px;
  }
}

.partners .owl-nav {
  position: absolute;
  top: 40%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 110%;
  left: -5%;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}

.partners .owl-nav .owl-prev,
.partners .owl-nav .owl-next,
.partners .owl-nav .owl-next {
  pointer-events: auto;
}

.partners .owl-nav .owl-prev,
.partners .owl-nav .owl-next {
  background-color: transparent !important;
}

.partners .owl-nav .owl-prev .fa-chevron-left::before,
.partners .owl-nav .owl-next .fa-chevron-left::before {
  display: none;
}

.partners .owl-nav .owl-prev .fa-chevron-left:after,
.partners .owl-nav .owl-next .fa-chevron-left:after {
  display: inline-block;
  padding: 0.25rem;
  content: "";
  width: 17.5px;
  height: 17.5px;
  -webkit-transform: rotate(46deg);
          transform: rotate(46deg);
  border-left: 2px solid #09203C;
  border-bottom: 2px solid #09203C;
  border-top: none;
  border-right: none;
}

.partners .owl-nav .owl-prev .fa-chevron-right::before,
.partners .owl-nav .owl-next .fa-chevron-right::before {
  display: none;
}

.partners .owl-nav .owl-prev .fa-chevron-right:after,
.partners .owl-nav .owl-next .fa-chevron-right:after {
  display: inline-block;
  padding: 0.25rem;
  content: "";
  width: 17.5px;
  height: 17.5px;
  -webkit-transform: rotate(222deg);
          transform: rotate(222deg);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-top: none;
  border-right: none;
}

@media screen and (max-width: 1240px) and (min-width: 768px) {
  .partners .owl-nav {
    width: 100%;
    left: 0%;
    top: 45% !important;
  }
}

@media screen and (max-width: 767px) {
  .partners .sponsor-item .owl-stage-outer {
    padding: 0 !important;
    margin-bottom: 32px;
  }
}

.partners .sponsor-item .owl-next,
.partners .sponsor-item .owl-prev,
.partners .sponsor-item .owl-nav .owl-next,
.owl-nav .partners .sponsor-item .owl-next,
.partners .sponsor-item .testimonial-slide-area .owl-next,
.testimonial-slide-area .partners .sponsor-item .owl-next {
  width: 44px;
  height: 44px;
  padding: 12px;
  background-color: #F0F2F5 !important;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .partners .partner-slide--grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .partners .sponsor-1 .owl-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1rem;
  }

  .partners .sponsor-1 .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #A4B9B9;
    border-radius: 9999px;
    margin: 8px;
  }

  .partners .sponsor-1 .owl-dot span {
    width: 100%;
    height: 100%;
    margin: 0;
    background: inherit;
    border-radius: inherit;
  }

  .partners .sponsor-1 .owl-dot.active {
    width: 22px;
    background-color: #15D0CE;
  }
}

.partners .owl-item {
  margin-top: 16px;
}

.partners .owl-item.active:nth-child(3) {
  position: relative;
}

.home-page-content .owl-controls .owl-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}

.home-page-content .owl-controls .owl-dot {
  width: 8px;
  height: 8px;
  background-color: #A4B9B9;
  border-radius: 9999px;
  margin: 8px;
}

.home-page-content .owl-controls .owl-dot span {
  width: 100%;
  height: 100%;
  margin: 0;
  background: inherit;
  border-radius: inherit;
}

.home-page-content .owl-controls .owl-dot.active {
  width: 22px;
  background-color: #15D0CE;
}

.company-information-section {
  padding-top: 0px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .company-information-section {
    padding-top: 20px;
    padding-bottom: 64px;
  }
}

.company-information-section .why-formatech-section .why-formatech-header {
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .company-information-section .why-formatech-section .why-formatech-header {
    margin-bottom: 32px;
  }
}

.company-information-section .why-formatech-section .why-formatech-header .section-heading-subtitle {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .company-information-section .why-formatech-section .why-formatech-header .section-heading-subtitle {
    margin-bottom: 16px;
  }
}

.company-information-section .why-formatech-section .why-formatech-hero {
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .company-information-section .why-formatech-section .why-formatech-hero {
    margin-bottom: 32px;
  }
}

.company-information-section .why-formatech-section .why-formatech-hero .why-formatech-hero-img {
  max-width: 1000px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .company-information-section .why-formatech-section .why-formatech-hero .why-formatech-hero-img {
    min-height: 156px;
  }
}

.company-information-section .why-formatech-section .why-formatech-building {
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .company-information-section .why-formatech-section .why-formatech-building {
    margin-bottom: 32px;
  }
}

.company-information-section .why-formatech-section .why-formatech-building .why-formatech-building-title {
  font-size: 28px;
  font-weight: 700;
  color: #09203C;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .company-information-section .why-formatech-section .why-formatech-building .why-formatech-building-title {
    font-size: 22px;
  }
}

.company-information-section .why-formatech-section .why-formatech-building .why-formatech-building-content {
  max-width: 955px;
  margin: 0 auto;
}

.company-information-section .why-formatech-section .why-formatech-building .why-formatech-building-content p {
  font-size: 18px;
  color: #6C757D;
  line-height: normal;
  margin-bottom: 16px;
}

.company-information-section .why-formatech-section .why-formatech-building .why-formatech-building-content p:last-child {
  margin-bottom: 0;
}

.company-information-section .why-formatech-section .why-formatech-building .why-formatech-building-content .why-formatech-building-content-intro {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .company-information-section .why-formatech-section .why-formatech-building .why-formatech-building-content .why-formatech-building-content-extra {
    display: none;
  }
}

.company-information-section .why-formatech-section .why-formatech-partnership {
  margin-bottom: 64px;
  background: #F8F8FB;
  padding: 32px 24px;
  max-width: 955px;
  margin-inline: auto;
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .company-information-section .why-formatech-section .why-formatech-partnership {
    display: none;
  }
}

.company-information-section .why-formatech-section .why-formatech-partnership .why-formatech-partnership-title {
  font-size: 18px;
  font-weight: 600;
  color: #1C274C;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .company-information-section .why-formatech-section .why-formatech-partnership .why-formatech-partnership-title {
    font-size: 22px;
  }
}

.company-information-section .why-formatech-section .why-formatech-partnership .section-heading-accent {
  margin-bottom: 32px;
  width: 53px;
}

.company-information-section .why-formatech-section .why-formatech-partnership .why-formatech-cards {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 992px) {
  .company-information-section .why-formatech-section .why-formatech-partnership .why-formatech-cards > [class*="col-"]:nth-child(1) {
    padding-right: 32px;
  }

  .company-information-section .why-formatech-section .why-formatech-partnership .why-formatech-cards > [class*="col-"]:nth-child(2),
  .company-information-section .why-formatech-section .why-formatech-partnership .why-formatech-cards > [class*="col-"]:nth-child(3) {
    position: relative;
    padding-left: 32px;
    padding-right: 32px;
  }

  .company-information-section .why-formatech-section .why-formatech-partnership .why-formatech-cards > [class*="col-"]:nth-child(2)::before,
  .company-information-section .why-formatech-section .why-formatech-partnership .why-formatech-cards > [class*="col-"]:nth-child(3)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: #e5e5e5;
  }

  .company-information-section .why-formatech-section .why-formatech-partnership .why-formatech-cards > [class*="col-"]:nth-child(3) {
    padding-right: 0;
  }
}

.company-information-section .why-formatech-section .why-formatech-partnership .why-formatech-card {
  text-align: center;
}

.company-information-section .why-formatech-section .why-formatech-partnership .why-formatech-card .why-formatech-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #1C274C;
  margin-bottom: 8px;
}

.company-information-section .why-formatech-section .why-formatech-partnership .why-formatech-card .why-formatech-card-desc {
  font-size: 14px;
  color: #A4B9B9;
}

.schedule-section {
  padding-top: 88px;
}

.schedule-section .schedule-title-desc {
  font-size: 18px;
  color: #102E52;
  margin-bottom: 8px;
  opacity: 0.37;
  letter-spacing: 0.9px;
}

@media screen and (max-width: 767px) {
  .schedule-section .schedule-title-desc {
    font-size: 14px;
  }
}

.schedule-section .schedule-title {
  font-size: 53px;
  font-weight: 600;
  letter-spacing: 1.59px;
  color: #303A46;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .schedule-section .schedule-title {
    font-size: 30px;
  }
}

.schedule-section .table-wrapper {
  width: 100%;
  overflow: visible;
}

@media screen and (max-width: 1200px) {
  .schedule-section .table-wrapper {
    overflow: auto;
  }
}

.schedule-section .table-wrapper::-webkit-scrollbar {
  width: 12px;
}

.schedule-section .table-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 4px;
}

.schedule-section .table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #f2f5f8;
}

.schedule-section .schedule-table thead {
  display: block;
  width: 1174px;
  height: 60px;
}

.schedule-section .schedule-table tbody {
  max-height: 380px;
  overflow: auto;
  display: block;
  width: 1173px;
  padding-right: 12px;
}

.schedule-section .schedule-table tbody::-webkit-scrollbar {
  width: 12px;
}

.schedule-section .schedule-table tbody::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 4px;
}

.schedule-section .schedule-table tbody::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #f2f5f8;
}

.schedule-section .schedule-table td,
.schedule-section .schedule-table th {
  border: none;
}

.schedule-section .schedule-table .table-val {
  font-size: 12px !important;
  color: #15D0CE !important;
  margin-top: 3px;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.schedule-section .schedule-table .first-col {
  width: 384px;
  padding-left: 14px;
  white-space: normal !important;
}

.schedule-section .schedule-table .first-header {
  padding-left: 0px !important;
}

.schedule-section .schedule-table .header-cols {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #15D0CE;
  letter-spacing: 0.7px;
}

.schedule-section .schedule-table .row-cols {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #303A46;
  letter-spacing: 0.7px;
  white-space: nowrap;
}

.schedule-section .schedule-table .wrap-col {
  white-space: normal !important;
}

.schedule-section .schedule-table .cols:nth-child(2) {
  width: 137px;
}

.schedule-section .schedule-table .cols:nth-child(3) {
  width: 123px;
}

.schedule-section .schedule-table .cols:nth-child(4) {
  width: 85px;
}

.schedule-section .schedule-table td:first-child {
  border-left-style: solid #F2F5F8;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.schedule-section .schedule-table td:last-child {
  border-right-style: solid #F2F5F8;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.schedule-section .schedule-table tbody tr {
  background-color: #F2F5F8;
}

.schedule-section .schedule-table.small tbody {
  width: 94%;
  min-width: 800px;
  overflow-x: hidden;
  max-height: 435px;
}

.schedule-section .schedule-table.small thead {
  width: 94%;
  min-width: 800px;
}

.schedule-section .schedule-table.small .header-cols {
  min-width: 150px;
}

.schedule-section .schedule-table.small .row-cols {
  min-width: 150px;
  min-height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.schedule-section .schedule-table.small .date-col {
  padding-left: 0px;
}

.schedule-section .schedule-table.small .radio-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 70px;
}

@media screen and (max-width: 1390px) and (min-width: 1311px) {
  .schedule-section .schedule-table.small tbody {
    min-width: 700px;
    width: 90%;
    overflow-x: hidden;
  }

  .schedule-section .schedule-table.small thead {
    min-width: 700px;
    width: 90%;
  }

  .schedule-section .schedule-table.small .header-cols {
    min-width: 123px !important;
  }

  .schedule-section .schedule-table.small .row-cols {
    min-width: 130px !important;
  }

  .schedule-section .schedule-table.small .seat-row {
    margin-left: 6px;
  }

  .schedule-section .schedule-table.small .days-col {
    white-space: pre-wrap;
    min-width: unset !important;
    width: 80px;
  }
}

@media screen and (max-width: 1310px) and (min-width: 1200px) {
  .schedule-section .schedule-table.small tbody {
    min-width: 700px;
    width: 97%;
    overflow-x: hidden;
  }

  .schedule-section .schedule-table.small thead {
    min-width: 700px;
    width: 97%;
  }

  .schedule-section .schedule-table.small .header-cols {
    min-width: 113px !important;
  }

  .schedule-section .schedule-table.small .row-cols {
    min-width: 120px !important;
  }

  .schedule-section .schedule-table.small .seat-row {
    margin-left: 6px;
  }

  .schedule-section .schedule-table.small .days-col {
    min-width: unset !important;
    width: 80px;
  }
}

.topic-slider .course-topic-div {
  cursor: pointer;
}

.topic-slider .course-topic-div:hover .topic-image {
  border-color: #102E52;
}

.topic-slider .course-topic-div:hover .topic-name {
  color: #102E52;
  text-decoration: underline;
}

.topic-slider .topic-image {
  border-radius: 50%;
  height: 117px;
  width: 117px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 3px solid #15D0CE;
}

.topic-slider .topic-name {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1px;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 45px;
  text-transform: uppercase;
  min-height: 38px;
}

.topic-slider .owl-nav {
  position: absolute;
  top: 36%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 110%;
  left: -5%;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topic-slider .owl-nav .owl-prev,
.topic-slider .owl-nav .owl-next {
  background-color: transparent !important;
  opacity: 0.37;
}

.topic-slider .owl-nav .owl-prev .fa-chevron-left::before,
.topic-slider .owl-nav .owl-next .fa-chevron-left::before {
  display: none;
}

.topic-slider .owl-nav .owl-prev .fa-chevron-left:after,
.topic-slider .owl-nav .owl-next .fa-chevron-left:after {
  display: inline-block;
  padding: 0.25rem;
  content: "";
  width: 17.5px;
  height: 17.5px;
  -webkit-transform: rotate(46deg);
          transform: rotate(46deg);
  border-left: 2px solid #102E52;
  border-bottom: 2px solid #102E52;
  border-top: none;
  border-right: none;
}

.topic-slider .owl-nav .owl-prev .fa-chevron-right::before,
.topic-slider .owl-nav .owl-next .fa-chevron-right::before {
  display: none;
}

.topic-slider .owl-nav .owl-prev .fa-chevron-right:after,
.topic-slider .owl-nav .owl-next .fa-chevron-right:after {
  display: inline-block;
  padding: 0.25rem;
  content: "";
  width: 17.5px;
  height: 17.5px;
  -webkit-transform: rotate(222deg);
          transform: rotate(222deg);
  border-left: 2px solid #102E52;
  border-bottom: 2px solid #102E52;
  border-top: none;
  border-right: none;
}

@media screen and (max-width: 1240px) and (min-width: 768px) {
  .topic-slider .owl-nav {
    width: 100%;
    left: 0%;
    top: -45px;
  }
}

@media screen and (max-width: 767px) {
  .topic-slider .owl-nav {
    width: 9%;
    top: 105%;
  }
}

.topic-slider .owl-dots {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .topic-slider .owl-dots {
    display: none !important;
  }
}

.topic-slider .owl-dots .owl-dot {
  background-color: #E7EAED;
  height: 12px;
  width: 12px;
}

.topic-slider .owl-dots .owl-dot.active {
  background-color: #15D0CE;
}

.course-format {
  background-color: #F2F5F8;
  padding-top: 50px;
  padding-bottom: 75;
}

.course-format .format-block {
  position: relative;
}

.course-format .format-block:hover p {
  color: #102E52;
  text-decoration: underline;
}

.course-format .format-block:hover .learning-format-image {
  border-color: #102E52;
}

.course-format .format-block:after {
  display: inline-block;
  content: "";
  width: 2.5px;
  height: 50px;
  background-color: #102E52;
  position: absolute;
  bottom: 85px;
  left: 50.5%;
}

.course-format .format-block p {
  margin-top: 50px;
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  text-align: center;
  min-height: 44px;
}

.course-format .learning-format-image {
  border-radius: 50%;
  width: 255px;
  height: 255px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 5px solid #15D0CE;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.cookie-btn {
  min-height: 40px !important;
  margin-left: 4px;
  border: 1px solid #102E52 !important;
}

.cookie-btn:hover {
  background-color: #e2e6ea !important;
  border-color: #e2e6ea !important;
  color: #102E52 !important;
}

.cookie-btn:focus {
  background-color: #e2e6ea !important;
  border-color: #e2e6ea !important;
  color: #102E52 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.download-sentence {
  text-transform: capitalize;
}

.my-alert {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 33%;
  width: 50%;
  margin: auto;
  display: inline-block;
  border: 2px solid #102E52;
  color: #102E52;
  text-align: center;
  font-weight: 400;
  background-color: #F2F5F8;
}

.my-alert strong {
  font-weight: normal;
}

.my-alert .close {
  top: -5px !important;
  right: 0.3rem !important;
}

.my-alert .close:before {
  left: 50%;
  width: 1px;
  margin-left: 10px !important;
  height: 20px !important;
}

.my-alert .close:after {
  top: 50%;
  height: 1px;
  margin-top: 10px !important;
  width: 20px !important;
}

@media screen and (max-width: 767px) {
  .my-alert {
    width: 92% !important;
    top: 14% !important;
  }
}

.time-col {
  min-width: 175px !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #303A46;
  letter-spacing: 0.7px;
  white-space: nowrap;
}

.explore-solutions-section {
  position: relative;
  padding: 60px 0 80px;
  overflow: hidden;
  margin-top: -1px;
  min-height: 717px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .explore-solutions-section {
    min-height: 400px;
    height: auto;
    padding: 60px 0 57px;
  }
}

.explore-solutions-section .explore-solutions-section__bg {
  position: absolute;
  inset: 0;
  background-image: url("/images/explore-solution-bg-img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .explore-solutions-section .explore-solutions-section__bg {
    background-image: url("/images/explore-solution-bg-img-mobile.png");
  }
}

.explore-solutions-section .explore-solutions-section__container {
  position: relative;
  z-index: 1;
  padding-inline: 36px;
}

.explore-solutions-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 64px 64px 30px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  max-width: 931px;
  margin-inline: auto;
}

.explore-solutions-card::before {
  content: "";
  position: absolute;
  inset: 25px -25px -1px;
  border-radius: 20px;
  background: #15D0CE;
  z-index: -1;
  opacity: 0.9;
  -webkit-transform: rotate(-3.14deg);
          transform: rotate(-3.14deg);
}

@media screen and (max-width: 1199px) {
  .explore-solutions-card {
    padding: 32px 16px 30px;
  }

  .explore-solutions-card::before {
    -webkit-transform: rotate(-1.039deg);
            transform: rotate(-1.039deg);
    background: transparent;
    background-image: url("/images/explore-solutions-card-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    inset: 5px -5px -2px;
  }
}

@media screen and (max-width: 767px) {
  .explore-solutions-card::before {
    inset: 5px -5px -2px;
  }
}

@media screen and (max-width: 390px) {
  .explore-solutions-card {
    max-width: 318px;
  }

  .explore-solutions-card::before {
    background-size: contain;
    inset: 17px -16px -21px;
  }
}

.explore-solutions-card .explore-solutions-card__title {
  font-size: 36px;
  color: #102E53;
  text-align: center;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .explore-solutions-card .explore-solutions-card__title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
  }
}

.explore-solutions-card .explore-solutions-card .section-heading-subtitle.explore-solutions-card__subtitle {
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .explore-solutions-card .explore-solutions-card .section-heading-subtitle.explore-solutions-card__subtitle {
    margin-bottom: 12px;
  }
}

.explore-solutions-card .explore-solutions-card__divider.section-heading-accent {
  margin: 0 auto 44px;
}

@media screen and (max-width: 767px) {
  .explore-solutions-card .explore-solutions-card__divider.section-heading-accent {
    margin: 0 auto 16px;
  }
}

.explore-solutions-card .explore-solutions-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .explore-solutions-card .explore-solutions-filters > .explore-solutions-filters__field {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
    max-width: 188.75px;
  }

  .explore-solutions-card .explore-solutions-filters > .explore-solutions-filters-middle {
    -webkit-box-flex: 2;
        -ms-flex: 2 1 0px;
            flex: 2 1 0;
    min-width: 0;
  }
}

@media screen and (max-width: 1199px) {
  .explore-solutions-card .explore-solutions-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}

.explore-solutions-card .explore-solutions-filters .explore-solutions-filters-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.explore-solutions-card .explore-solutions-filters .explore-solutions-filters-middle .explore-solutions-filters__field {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}

@media screen and (max-width: 1199px) {
  .explore-solutions-card .explore-solutions-filters .explore-solutions-filters-middle {
    gap: 6px;
  }
}

.explore-solutions-card .explore-solutions-filters__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.explore-solutions-card .explore-solutions-filters__select-wrap {
  position: relative;
  width: 100%;
}

.explore-solutions-card .explore-solutions-filters__select-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
  z-index: 1;
}

.explore-solutions-card .explore-solutions-filters__select {
  width: 100%;
  padding: 12px 24px 12px 42px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 14px;
  color: #6C757D;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 4 L6 8 L10 4' stroke='%2309203C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.explore-solutions-card .explore-solutions-filters__select:focus {
  outline: none;
  border-color: #15D0CE;
}

.explore-solutions-card .explore-solutions-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 16px;
  gap: 12px;
  min-height: 62px;
  background: #F0F2F5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
}

.explore-solutions-card .explore-solutions-search:focus-within {
  border-color: #15D0CE;
}

@media screen and (max-width: 480px) {
  .explore-solutions-card .explore-solutions-search {
    margin-bottom: 16px;
  }
}

.explore-solutions-card .explore-solutions-search__icon {
  left: 16px;
  font-size: 24px;
  pointer-events: none;
}

.explore-solutions-card .explore-solutions-search__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  font-size: 18px;
  color: #6C757D;
  background: transparent;
}

.explore-solutions-card .explore-solutions-search__input::-webkit-input-placeholder {
  color: #94a3b8;
}

.explore-solutions-card .explore-solutions-search__input::-moz-placeholder {
  color: #94a3b8;
}

.explore-solutions-card .explore-solutions-search__input::-ms-input-placeholder {
  color: #94a3b8;
}

.explore-solutions-card .explore-solutions-search__input::placeholder {
  color: #94a3b8;
}

.explore-solutions-card .explore-solutions-search__input:focus {
  outline: none;
}

.explore-solutions-card .explore-solutions-search__btn {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #15D0CE;
  color: #fff;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.explore-solutions-card .explore-solutions-search__btn:hover {
  background: #11aba9;
}

@media screen and (max-width: 480px) {
  .explore-solutions-card .explore-solutions-search__btn {
    display: none;
  }
}

.explore-solutions-card .explore-solutions-search__btn.mobile-btn {
  display: none;
}

@media screen and (max-width: 480px) {
  .explore-solutions-card .explore-solutions-search__btn.mobile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 26px;
  }
}

.explore-solutions-card .explore-solutions-card__cta {
  text-align: center;
  font-size: 16px;
  color: #102E52;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .explore-solutions-card .explore-solutions-card__cta {
    font-size: 14px;
  }
}

.explore-solutions-card .explore-solutions-card__cta-link {
  font-weight: 700;
  text-decoration: none;
}

.explore-solutions-card .explore-solutions-card__cta-link:hover {
  color: #15D0CE;
  text-decoration: underline;
}

.explore-solutions-card .explore-solutions-card__cta-arrow {
  margin-left: 4px;
  width: 13px;
  height: 13px;
  vertical-align: middle;
}

.define-your-goals-section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .define-your-goals-section {
    padding: 55px 0 32px 0;
  }
}

.define-your-goals-section .define-your-goals-section__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.define-your-goals-section .define-your-goals-section__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.92);
  pointer-events: none;
}

.define-your-goals-section .define-your-goals-section__container {
  z-index: 1;
}

.define-your-goals-section .define-your-goals-section__header {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .define-your-goals-section .define-your-goals-section__header {
    margin-bottom: 16px;
  }
}

.define-your-goals-card {
  background: #102E52;
  border-radius: 16px;
  margin-bottom: 100px;
}

@media screen and (max-width: 1199px) {
  .define-your-goals-card {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .define-your-goals-card {
    margin-bottom: 48px;
  }
}

.define-your-goals-card .define-your-goals-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 50px 32px;
}

@media screen and (max-width: 767px) {
  .define-your-goals-card .define-your-goals-card__row {
    margin: 0 -8px;
  }
}

@media screen and (max-width: 1199px) {
  .define-your-goals-card .define-your-goals-card__row--grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 0;
    margin: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media screen and (max-width: 1199px) and (min-width: 567px) {
  .define-your-goals-card .define-your-goals-card__row--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1199px) and (max-width: 1199px) {
  .define-your-goals-card .define-your-goals-card__row--grid {
    padding: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .define-your-goals-card .define-your-goals-card__row--grid .define-your-goals-card__col {
    max-width: none;
    width: 100%;
    min-width: 0;
  }

  .define-your-goals-card .define-your-goals-card__row--grid .define-your-goals-card__column {
    background: #102E52;
    border-radius: 16px;
    padding: 28px 20px;
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
  .define-your-goals-card .define-your-goals-card__row--grid .define-your-goals-card__column {
    padding: 24px 24px 32px 24px;
  }
}

@media screen and (max-width: 1199px) {
  .define-your-goals-card .define-your-goals-card__row--grid .define-your-goals-card__column .define-your-goals-card__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .define-your-goals-card .define-your-goals-card__row--grid .define-your-goals-card__column .define-your-goals-card__view-all {
    margin-top: auto;
  }
}

.define-your-goals-card .define-your-goals-card__divider {
  width: 1px;
  height: auto;
  background: #E0E0E0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

@media screen and (max-width: 1199px) {
  .define-your-goals-card .define-your-goals-card__divider {
    display: none !important;
  }
}

.define-your-goals-card .define-your-goals-card__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 241px;
          flex: 0 0 241px;
  max-width: 241px;
}

@media screen and (max-width: 1199px) {
  .define-your-goals-card .define-your-goals-card__col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
  }
}

.define-your-goals-card .define-your-goals-card__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.define-your-goals-card .define-your-goals-card__icon {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 16px;
}

.define-your-goals-card .define-your-goals-card__column-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
  line-height: normal;
  min-height: 58px;
}

@media screen and (max-width: 1199px) {
  .define-your-goals-card .define-your-goals-card__column-title {
    margin-bottom: 16px;
    min-height: auto;
  }
}

.define-your-goals-card .define-your-goals-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 auto 0;
}

@media screen and (max-width: 1199px) {
  .define-your-goals-card .define-your-goals-card__list {
    margin-bottom: 8px;
  }
}

.define-your-goals-card .define-your-goals-card__list-item {
  margin-bottom: 8px;
}

.define-your-goals-card .define-your-goals-card__list-link {
  text-decoration: none;
  color: #B6B6B6;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.define-your-goals-card .define-your-goals-card__list-link:hover {
  color: #B6B6B6 !important;
  text-decoration: underline;
}

.define-your-goals-card .define-your-goals-card__list-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #15D0CE;
}

.define-your-goals-card .define-your-goals-card__list-arrow svg {
  width: 20px;
  height: 20px;
}

.define-your-goals-card .define-your-goals-card__view-all {
  color: #15D0CE;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin-top: 32px;
}

.define-your-goals-card .define-your-goals-card__view-all:hover,
.define-your-goals-card .define-your-goals-card__view-all:focus {
  color: #15D0CE !important;
  text-decoration: underline;
}

.define-your-goals-section__formats {
  margin-top: 0;
}

.define-your-goals-section__formats-title {
  font-size: 28px;
  font-weight: 400;
  color: black;
  text-align: center;
  margin-bottom: 64px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .define-your-goals-section__formats-title {
    font-size: 18px;
    margin-bottom: 24px;
    font-weight: 600;
  }
}

.define-your-goals-formats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px;
}

@media screen and (max-width: 767px) {
  .define-your-goals-formats {
    margin: 0 -8px;
  }
}

.define-your-goals-format-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.333%;
          flex: 1 1 33.333%;
  max-width: 33.333%;
  padding: 0 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
  .define-your-goals-format-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 575px) {
  .define-your-goals-format-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}

.define-your-goals-format-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  text-decoration: none;
  backdrop-filter: blur(3px);
}

@media screen and (max-width: 767px) {
  .define-your-goals-format-card {
    padding: 24px 24px 32px;
  }
}

.define-your-goals-format-card .define-your-goals-format-card__icon {
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .define-your-goals-format-card .define-your-goals-format-card__icon {
    width: 32px;
    height: 32px;
  }
}

.define-your-goals-format-card .define-your-goals-format-card__title {
  font-size: 24px;
  font-weight: 600;
  color: #102E52;
  margin-bottom: 8px;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .define-your-goals-format-card .define-your-goals-format-card__title {
    font-size: 18px;
  }
}

.define-your-goals-format-card .define-your-goals-format-card__desc {
  font-size: 18px;
  color: rgba(16, 46, 83, 0.8);
  line-height: normal;
  margin-bottom: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .define-your-goals-format-card .define-your-goals-format-card__desc {
    font-size: 14px;
  }
}

.define-your-goals-format-card .define-your-goals-format-card__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  color: #102E52;
  border-radius: 8px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.info-card {
  padding-bottom: 80px;
}

.info-card__header {
  margin-bottom: 40px;
}

.info-card .section-heading-subtitle {
  max-width: 461px;
  margin-inline: auto;
}

.info-card__slider {
  position: relative;
}

.info-card__slider .owl-nav {
  position: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}

.info-card__slider .owl-nav .owl-prev,
.info-card__slider .owl-nav .owl-next,
.info-card__slider .owl-nav .owl-next {
  width: 44px;
  height: 44px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F0F2F5 !important;
  border-radius: 8px;
  color: #303A46;
}

.info-card__slider .owl-nav .owl-prev:hover,
.info-card__slider .owl-nav .owl-next:hover,
.info-card__slider .owl-nav .owl-next:hover {
  background-color: #e1e5eb !important;
}

.info-card__card {
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 12px 0 rgba(127, 127, 127, 0.25);
          box-shadow: 0 0 12px 0 rgba(127, 127, 127, 0.25);
  overflow: hidden;
  height: auto;
  min-height: 416px;
  width: 100%;
  position: relative;
  padding: 24px;
  -webkit-transition: min-height 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: min-height 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: min-height 0.3s ease, box-shadow 0.3s ease;
  transition: min-height 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

@media screen and (max-width: 767px) {
  .info-card__card {
    padding: 12px;
    min-height: 380px;
  }
}

.info-card__card-inner {
  display: block;
  height: 100%;
}

.info-card__badge {
  position: absolute;
  top: 0;
  right: 12px;
  z-index: 2;
  height: 32px;
  padding: 12px 6px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #D50000;
  border-radius: 0 0 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-card__badge--promotion {
  background-color: #D50000;
}

.info-card__card-image {
  height: 180px;
  background-color: #F2F5F8;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .info-card__card-image {
    height: 129px;
  }
}

.info-card__card-body {
  padding-top: 16px;
}

.info-card__card-title {
  font-size: 18px;
  font-weight: 600;
  color: black;
  line-height: normal;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 44px;
}

@media screen and (max-width: 767px) {
  .info-card__card-title {
    -webkit-line-clamp: 2;
    height: 36px;
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.info-card__card-desc {
  font-size: 16px;
  color: #A4B9B9;
  line-height: normal;
  margin-bottom: 12px;
  height: 57px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .info-card__card-desc {
    -webkit-line-clamp: 2;
    height: 36px;
    font-size: 14px;
  }
}

.info-card__card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}

@media screen and (max-width: 767px) {
  .info-card__card-meta {
    padding-bottom: 16px;
    gap: 4px;
  }
}

.info-card__card-meta-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6C757D;
}

.info-card__card-meta-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 21px;
  background: #E0E0E0;
  margin-left: 8px;
  -ms-flex-item-align: center;
      align-self: center;
}

.info-card__card-meta-item__hours {
  font-weight: 500;
  color: #6C757D;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .info-card__card-meta-item__hours {
    gap: 4px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .info-card__card-meta-item {
    font-size: 12px;
    gap: 4px;
  }
}

.info-card__meta-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 767px) {
  .info-card__meta-icon {
    width: 16px;
    height: 16px;
  }
}

.info-card__card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  line-height: normal;
}

.info-card__card-price {
  font-size: 12px;
  color: #6C757D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.info-card__card-price-amount {
  font-size: 18px;
  font-weight: 600;
  color: #15D0CE;
}

.info-card__card-provider,
.info-card__card-courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #6C757D;
}

.info-card__provider-logo {
  width: 74.053px;
  height: auto;
  max-height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-card__card-cta {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s ease, max-height 0.3s ease, padding 0.3s ease, margin 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, max-height 0.3s ease, padding 0.3s ease, margin 0.3s ease, visibility 0.3s ease;
}

@media (max-width: 1369px) {
  .info-card__card-cta {
    opacity: 1;
    visibility: visible;
    max-height: 80px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 24px !important;
  }
}

@media screen and (max-width: 767px) {
  .info-card__card-cta {
    font-size: 16px;
    margin-top: 16px !important;
  }
}

@media (hover: hover) and (min-width: 768px) {
  .info-card__card-cta {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
  }
}

@media (hover: hover) and (min-width: 768px) {
  .info-card__card:hover .info-card__card-cta {
    opacity: 1;
    visibility: visible;
    max-height: 80px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 24px !important;
  }
}

.info-card__slider .owl-stage-outer {
  min-height: 533px;
}

@media screen and (max-width: 767px) {
  .info-card__slider .owl-stage-outer {
    min-height: 430px;
  }
}

.learning-tracks-section__grid-container {
  min-height: 490px;
}

@media screen and (max-width: 767px) {
  .learning-tracks-section__grid-container {
    min-height: 430px;
  }
}

.learning-tracks-section__grid-container .learning-tracks-section__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media screen and (max-width: 1199px) {
  .learning-tracks-section__grid-container .learning-tracks-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .learning-tracks-section__grid-container .learning-tracks-section__grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .learning-tracks-section__grid-container .learning-tracks-section__grid.owl-carousel {
    display: block;
    gap: 0;
    grid-template-columns: none;
  }

  .learning-tracks-section__grid-container .learning-tracks-section__grid.owl-carousel .owl-stage-outer {
    min-height: 430px;
    padding-bottom: 10px;
  }

  .learning-tracks-section__grid-container .learning-tracks-section__grid.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .learning-tracks-section__grid-container .learning-tracks-section__grid.owl-carousel .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: auto;
  }

  .learning-tracks-section__grid-container .learning-tracks-section__grid.owl-carousel .info-card__card-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .learning-tracks-section__grid-container .learning-tracks-section__grid.owl-carousel .owl-dots {
    margin-top: 1.25rem;
    text-align: center;
  }

  .learning-tracks-section__grid-container .learning-tracks-section__grid.owl-carousel .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #A4B9B9;
    border-radius: 9999px;
    margin: 0 8px;
  }

  .learning-tracks-section__grid-container .learning-tracks-section__grid.owl-carousel .owl-dot span {
    width: 100%;
    height: 100%;
    margin: 0;
    background: inherit;
    border-radius: inherit;
  }

  .learning-tracks-section__grid-container .learning-tracks-section__grid.owl-carousel .owl-dot.active {
    width: 22px;
    background-color: #15D0CE;
  }
}

.learning-tracks-section__view-all {
  text-align: center;
  margin-top: 40px;
}

.learning-tracks-section__view-all .btn {
  min-width: 160px;
}

@media screen and (max-width: 767px) {
  .learning-tracks-section__view-all a.btn.btn-tertiary {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 160px;
    padding: 10px 40px !important;
    border-radius: 8px !important;
    border: 1px solid #102E52 !important;
    background: transparent !important;
    background-color: transparent !important;
    color: #102E52 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transition: border-color 0.2s, color 0.2s, background-color 0.2s;
    transition: border-color 0.2s, color 0.2s, background-color 0.2s;
  }

  .learning-tracks-section__view-all a.btn.btn-tertiary:focus {
    outline: none;
  }

  .learning-tracks-section__view-all a.btn.btn-tertiary:hover {
    border-color: #102E52 !important;
    background: #102E52 !important;
    background-color: #102E52 !important;
    color: #fff !important;
  }
}

.section-heading-title-container {
  text-align: center;
  margin-bottom: 40px;
}

.section-heading-title {
  font-size: 48px;
  color: #000000;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .section-heading-title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}

.section-heading-title--on-dark {
  color: #fff !important;
  margin-bottom: 16px;
}

.section-heading-subtitle {
  font-size: 20px;
  font-weight: 400;
  color: rgba(16, 46, 83, 0.8);
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .section-heading-subtitle {
    font-size: 14px;
  }
}

.section-heading-accent {
  width: 105px;
  height: 4px;
  background: #15D0CE;
  margin: 0 auto;
}

#newsletter {
  height: unset;
  background-color: #eeeeee;
  /* padding: 15px; */
  /* border-radius: 4px; */
  margin-bottom: 10px;
  width: 6%;
  /* border: none;*/
}

.modal-dialog {
  margin: 1.75em auto;
  min-height: calc(100vh - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#myModal .close {
  position: absolute;
  right: 0.3rem;
}

#myModal .g-recaptcha div {
  margin: auto;
}

.modal-body .contact_form input[type='radio'],
.modal-body .contact_form .register-form-area select[type="radio"],
.register-form-area .modal-body .contact_form select[type="radio"],
.modal-body .contact_form .register-form-area textarea[type="radio"],
.register-form-area .modal-body .contact_form textarea[type="radio"] {
  width: auto;
  height: auto;
}

.modal-body .contact_form textarea {
  background-color: #eeeeee;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
  border: none;
}

@media (max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }

  #myModal .modal-body {
    padding: 15px;
  }
}

@media screen and (max-width: 991px) {
  .modal-open .modal {
    padding-right: 0px !important;
  }
}

.error-page {
  padding-top: 170px;
}

.error-page .b-not_found {
  padding-bottom: 100px;
  padding-top: 50px;
}

.error-page .b-not_found .b-page_header {
  border-bottom: 0;
  padding-bottom: 0;
  margin: 0;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.error-page .b-not_found .b-page_header::before {
  content: "404";
  top: 0;
  width: 100%;
  text-align: center;
  left: 0;
  position: absolute;
  color: rgba(142, 142, 142, 0.15);
  font-size: 400px;
  line-height: 320px;
  font-weight: 700;
}

.error-page .b-not_found .b-page_header h1 {
  margin: auto;
  padding: 115px 0;
  text-align: center;
  text-transform: uppercase;
  color: #15D0CE;
  opacity: .8;
  letter-spacing: 3px;
  font-size: 75px;
  font-weight: 700;
}

.error-page .b-not_found h2 {
  font-size: 36px;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #303A46;
  font-weight: bold;
}

.error-page .b-not_found p {
  line-height: 1.7;
  color: #8E8E8E;
  margin-bottom: 20px;
}

.error-page .b-not_found .b-searchform {
  max-width: 350px;
  margin: auto;
  position: relative;
}

.error-page .b-not_found .b-searchform input,
.error-page .b-not_found .b-searchform .register-form-area select,
.register-form-area .error-page .b-not_found .b-searchform select,
.error-page .b-not_found .b-searchform .register-form-area textarea,
.register-form-area .error-page .b-not_found .b-searchform textarea {
  width: 100%;
  height: 40px;
  position: relative;
  padding-right: 105px;
  border: 1px solid rgba(129, 129, 129, 0.25);
  font-size: 14px;
  line-height: 18px;
  padding: 0 10px;
  -webkit-transition: border-color .5s;
  transition: border-color .5s;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.error-page .b-not_found .b-searchform .btn {
  cursor: pointer;
  background-color: #15D0CE;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

.error-page .b-not_found .b-searchform .btn:hover {
  opacity: 0.75;
}

@media (max-width: 990px) {
  .error-page .b-not_found .b-page_header::before {
    font-size: 300px;
  }

  .error-page .b-not_found h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .error-page .b-not_found .b-page_header h1 {
    font-size: 35px;
    padding: 55px 0;
  }

  .error-page .b-not_found .b-page_header::before {
    font-size: 150px;
    line-height: 150px;
  }

  .error-page .b-not_found h2 {
    font-size: 14px;
  }

  .error-page .b-not_found .b-searchform {
    max-width: 300px;
  }
}

@media screen and (max-width: 991px) {
  .error-page {
    padding-top: 70px !important;
  }
}

.corporates-section {
  padding-top: 170px;
  background-color: #F2F5F8;
}

.corporates-section .corporate-title h1 {
  color: #303A46;
  font-size: 47px;
  letter-spacing: 1.41px;
  margin-bottom: 32px;
  margin-top: 67px;
}

.corporates-section .corporate-title h1 span {
  font-weight: 800;
}

.corporates-section .corporate-detail-box img {
  height: 279px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 6px solid #15D0CE;
  width: 100%;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.corporates-section .corporate-detail-box .corporate-title {
  font-size: 23px;
  color: #303A46;
  letter-spacing: 0.69px;
  margin-bottom: 6px;
  margin-top: 25px;
}

.corporates-section .corporate-detail-box .corporate-title span {
  font-weight: 800;
}

.corporates-section .corporate-detail-box .corporate-text {
  font-size: 15px;
  color: #303A46;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 991px) {
  .corporates-section {
    padding-top: 70px;
  }

  .corporates-section .blog-content-details {
    padding-bottom: 10px;
  }

  .corporates-section .corporate-title h1 {
    margin-top: 25px;
    font-size: 25px;
  }

  .corporates-section .corporate-detail-box .corporate-title {
    font-size: 20px;
  }
}

.orders-section .card-col {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .orders-section .card-col {
    margin-bottom: 0px;
  }
}

.orders-section .page-item {
  display: none !important;
}

.orders-section .page-item:first-child,
.orders-section .page-item:nth-child(2),
.orders-section .page-item:nth-last-child(2),
.orders-section .page-item:last-child,
.orders-section .page-item.active,
.orders-section .page-item.disabled {
  display: inline-block !important;
}

.orders-section .no-data-box {
  min-height: 200px;
}

.orders-table .item-label {
  color: #15D0CE;
  font-size: 14px;
  margin-bottom: 9px;
  font-weight: 700;
  letter-spacing: 0.42px;
  text-transform: capitalize;
}

.orders-table .item-value {
  font-size: 13px;
  color: #303A46;
  margin-bottom: 17px;
  letter-spacing: 0.39px;
}

.orders-table .ItemNumber {
  font-size: 17px;
  color: #102E52;
  position: relative;
  text-transform: uppercase;
}

.orders-table .ItemNumber:before {
  content: ".";
  font-size: 70px;
  left: -6px;
  pointer-events: none;
  position: absolute;
  text-shadow: rgba(0, 0, 0, 0) 0px 0px;
  top: -11px;
  line-height: 0;
  color: #15D0CE;
}

.logged-in-as {
  margin: 0;
  border-radius: 0;
}

body {
  color: #000000;
}

.form-bg .form-control {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}

.form-bg input:-webkit-autofill,
.form-bg .register-form-area select:-webkit-autofill,
.register-form-area .form-bg select:-webkit-autofill,
.form-bg .register-form-area textarea:-webkit-autofill,
.register-form-area .form-bg textarea:-webkit-autofill,
.form-bg input:-webkit-autofill:hover,
.form-bg .register-form-area select:-webkit-autofill:hover,
.register-form-area .form-bg select:-webkit-autofill:hover,
.form-bg .register-form-area textarea:-webkit-autofill:hover,
.register-form-area .form-bg textarea:-webkit-autofill:hover,
.form-bg input:-webkit-autofill:focus,
.form-bg .register-form-area select:-webkit-autofill:focus,
.register-form-area .form-bg select:-webkit-autofill:focus,
.form-bg .register-form-area textarea:-webkit-autofill:focus,
.register-form-area .form-bg textarea:-webkit-autofill:focus,
.form-bg textarea:-webkit-autofill,
.form-bg textarea:-webkit-autofill:hover,
.form-bg textarea:-webkit-autofill:focus,
.form-bg select:-webkit-autofill,
.form-bg select:-webkit-autofill:hover,
.form-bg select:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-transition: all 0s 50000s !important;
  transition: all 0s 50000s !important;
}

.form-bg .phone-control {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}

.form-bg .phone-control input,
.form-bg .phone-control .register-form-area select,
.register-form-area .form-bg .phone-control select,
.form-bg .phone-control .register-form-area textarea,
.register-form-area .form-bg .phone-control textarea {
  background-color: transparent !important;
  color: #fff !important;
}

.form-bg .phone-control option {
  color: #102E52;
}

.form-bg label {
  color: #fff !important;
}

.form-bg label.required:after {
  color: #fff !important;
}

.form-control {
  border-radius: 23px !important;
  background-color: #EFF2F5 !important;
  border: none;
  height: 46px !important;
  color: #102E52 !important;
}

.form-control ::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.54;
  font-size: 13px;
}

.form-control ::-moz-placeholder {
  color: #000000;
  opacity: 0.54;
  font-size: 13px;
}

.form-control ::-ms-input-placeholder {
  color: #000000;
  opacity: 0.54;
  font-size: 13px;
}

.form-control ::placeholder {
  color: #000000;
  opacity: 0.54;
  font-size: 13px;
}

.form-control:focus {
  background-color: #EFF2F5;
}

.form-control.select {
  position: relative;
}

.form-control.select::after {
  display: inline-block;
  padding: 0.25rem;
  content: "";
  width: 11px;
  height: 5px;
  -webkit-transform: rotate(-47deg);
          transform: rotate(-47deg);
  border-left: 2px solid #102E52;
  border-bottom: 2px solid #102E52;
  border-top: none;
  border-right: none;
}

.form-control select {
  background: none;
  border: none;
  width: 120px;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}

.custom-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.phone-control {
  border-radius: 23px !important;
  background-color: #EFF2F5 !important;
  border: none;
  height: 46px !important;
  color: #102E52 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 11px;
  position: relative;
}

.phone-control select {
  background: none;
  border: none;
  width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.phone-control:after {
  display: inline-block;
  padding: 0.25rem;
  content: "";
  width: 11px;
  height: 6px;
  -webkit-transform: rotate(-47deg);
          transform: rotate(-47deg);
  border-left: 2px solid #15D0CE;
  border-bottom: 2px solid #15D0CE;
  border-top: none;
  border-right: none;
  position: absolute;
  left: 130px;
  top: 32%;
}

.phone-control input,
.phone-control .register-form-area select,
.register-form-area .phone-control select,
.phone-control .register-form-area textarea,
.register-form-area .phone-control textarea {
  background-color: transparent !important;
  height: 100% !important;
  border-radius: 23px !important;
  border: none;
  color: #102E52 !important;
  padding-left: 20px;
  width: calc(100% - 128px) !important;
  -moz-appearance: textfield;
}

.phone-control input::-webkit-outer-spin-button,
.phone-control .register-form-area select::-webkit-outer-spin-button,
.register-form-area .phone-control select::-webkit-outer-spin-button,
.phone-control .register-form-area textarea::-webkit-outer-spin-button,
.register-form-area .phone-control textarea::-webkit-outer-spin-button,
.phone-control input::-webkit-inner-spin-button,
.phone-control .register-form-area select::-webkit-inner-spin-button,
.register-form-area .phone-control select::-webkit-inner-spin-button,
.phone-control .register-form-area textarea::-webkit-inner-spin-button,
.register-form-area .phone-control textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-group label {
  font-size: 13px;
  color: #303A46;
  letter-spacing: 0.65px;
  text-transform: capitalize;
  margin-left: 11px;
}

.form-group label.required:after {
  content: "*";
  color: #15D0CE;
  margin-left: 2px;
  margin-right: 2px;
}

.form-group textarea {
  height: auto !important;
  min-height: 127px !important;
}

.search-field {
  background-repeat: no-repeat;
  background-image: url(/images/search-icon.svg?486dda1111fcf68ea741665217e345ae);
  background-position: 3%;
  padding-left: 4%;
}

.btn {
  border-radius: 6px;
}

.btn-secondary {
  background-color: #EFF2F5;
  border: none;
  color: #000000;
  min-height: 46px;
  font-weight: 500;
}

.btn-secondary a:hover {
  color: #fff !important;
}

.btn-secondary:hover {
  background-color: #102E52;
  color: #fff !important;
}

.btn-secondary:hover .icon-white {
  display: inline;
}

.btn-secondary:hover .icon {
  display: none;
}

.btn-secondary .icon-white {
  display: none;
}

.btn-secondary .icon {
  display: inline;
}

.btn-secondary:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-primary {
  background-color: #102E52;
  color: #fff !important;
  min-height: 46px;
  font-size: 13px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 22px;
  padding-right: 22px;
}

.btn-primary:hover {
  background-color: transparent;
  border: 1px solid #102E52;
  color: #102E52 !important;
}

.btn-primary:focus {
  background-color: transparent;
  border: 1px solid #102E52;
  color: #102E52 !important;
}

.btn-primary:active {
  background-color: transparent;
  border: 1px solid #102E52;
  color: #102E52 !important;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: transparent;
  border: 1px solid #102E52;
  color: #102E52 !important;
}

.text-primary {
  color: #303A46 !important;
}

.btn-tertiary {
  background: #15D0CE !important;
  border-radius: 6px;
  color: #fff !important;
}

.btn-tertiary:hover {
  border: 1px solid #15D0CE !important;
  background: transparent !important;
  color: #15D0CE !important;
}

.btn-tertiary.outline {
  background: transparent !important;
  border: 1px solid #15D0CE !important;
  color: #15D0CE !important;
}

.btn-tertiary.outline:hover {
  border: 1px solid #15D0CE !important;
  background: #15D0CE !important;
  color: #fff !important;
}

.btn-tertiary a:hover {
  color: #15D0CE !important;
}

.btn-cta-outline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 40px;
  border-radius: 8px;
  border: 1px solid #102E52;
  background-color: transparent;
  color: #102E52 !important;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: border-color 0.2s, color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, color 0.2s, background-color 0.2s;
  cursor: pointer;
}

.btn-cta-outline:hover {
  border-color: #102E52;
  background-color: #102E52;
  color: #fff !important;
  text-decoration: none;
}

.btn-cta-outline:hover svg {
  color: #fff;
}

.btn-cta-outline:focus {
  outline: none;
}

.btn-cta-outline svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #15D0CE;
}

.dropdown-toggle::after {
  display: inline-block;
  padding: 0.19rem;
  content: "";
  width: 8px;
  height: 5px;
  -webkit-transform: rotate(-47deg);
          transform: rotate(-47deg);
  border-left: 2px solid #102E52;
  border-bottom: 2px solid #102E52;
  border-top: none;
  border-right: none;
}

.dropdown-menu.show {
  min-width: 100%;
  padding-top: 0px;
  margin-top: 0.05rem !important;
}

.dropdown-toggle:hover:after,
.dropdown-toggle:focus:after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.tertiary-dropdown::after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.tertiary-dropdown:hover:after,
.tertiary-dropdown:focus:after {
  border-left: 2px solid #15D0CE;
  border-bottom: 2px solid #15D0CE;
}

.btn-level2 {
  min-height: 39px;
}

.custom-round-ckeck {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid #CAD0D6;
}

.custom-round-ckeck.checked {
  position: relative;
}

.custom-round-ckeck.checked:after {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #15D0CE;
  position: absolute;
  content: "";
  left: 5px;
  top: 5px;
}

.main-container {
  margin-top: 90px;
}

@media screen and (max-width: 991px) {
  .main-container {
    margin-top: 5px !important;
  }
}

.section-title-2 {
  position: relative;
  margin-bottom: 30px;
}

.section-title-2:after {
  position: absolute;
  content: '';
  bottom: -10.5px;
  height: 2px;
  width: 13px;
  left: 0;
  background-color: #15D0CE;
}

.section-title-2 p {
  position: relative;
  margin-bottom: 30px;
}

.section-title-2 p:after {
  position: absolute;
  content: '';
  bottom: -10.5px;
  height: 2px;
  width: 13px;
  left: 0;
  background-color: #15D0CE;
}

.bubble-text {
  position: relative;
}

.bubble-text:before,
.bubble-text:after {
  content: ".";
  font-size: 70px;
  left: -45px;
  pointer-events: none;
  position: absolute;
  text-shadow: rgba(0, 0, 0, 0) 0px 0px;
  top: -10px;
  line-height: 0;
  color: #15D0CE;
  text-shadow: 15px 0 #15D0CE;
}

.bubble-text:after {
  right: -28px;
  left: inherit;
}

@media screen and (max-width: 767px) {
  .bubble-text:before,
  .bubble-text:after {
    display: none;
  }
}

.section-title .bg {
  color: #102E52;
  font-size: 53px;
  letter-spacing: 1.59px;
}

@media screen and (max-width: 767px) {
  .section-title .bg {
    font-size: 30px;
  }
}

.section-title .white {
  color: #fff;
}

.section-title .subtitle {
  letter-spacing: 0.9px;
}

@media screen and (max-width: 767px) {
  .section-title .subtitle {
    font-size: 14px;
  }

  .section-title .subtitle:after,
  .section-title .subtitle::before {
    display: none;
  }
}

.section-title .no-bubble {
  margin-left: 0px !important;
}

.section-title .no-bubble:after,
.section-title .no-bubble::before {
  display: none !important;
}

.section-title .no-spacing {
  letter-spacing: 0.9px;
}

.section-title .single-bubble {
  margin-left: 0px !important;
  letter-spacing: 0.9px;
}

.section-title .single-bubble::before {
  display: none !important;
}

.section-title .double-bubble {
  letter-spacing: 0.9px;
}

.intro-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80vh;
}

.course-card {
  padding: 30px 12px 30px 25px;
  border: 4px solid #15D0CE;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px #00000029;
          box-shadow: 0px 0px 6px #00000029;
}

.course-card .card-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  color: #102E52;
  min-height: 48px;
}

.course-card .card-value {
  font-size: 14px;
  letter-spacing: 0.28px;
  margin-bottom: 0px;
}

.course-card .card-value::before {
  content: ".";
  font-size: 70px;
  pointer-events: none;
  line-height: 0;
  color: #15D0CE;
}

.course-card .card-value:hover a {
  text-decoration: underline;
}

.course-card .card-view-all {
  color: #15D0CE;
  font-size: 13px;
  margin-top: 15px;
  padding-left: 5px;
  text-transform: uppercase;
}

.course-card .card-view-all a:hover span {
  text-decoration: underline;
}

.course-card .card-view-all a span {
  padding-right: 2px;
}

.popular-course-card {
  min-height: 202px;
}

.ui-widget-header {
  background: rgba(21, 208, 206, 0.2);
  border: none;
}

.ui-datepicker {
  padding: 0px !important;
}

.ui-datepicker-month {
  background-color: transparent;
  border: none;
  color: #303A46;
}

.ui-datepicker-year {
  color: #303A46;
}

.ui-state-default {
  background: transparent !important;
  border: none !important;
  color: #303A46 !important;
}

.ui-state-highlight {
  background: rgba(255, 193, 7, 0.41) !important;
}

.ui-state-active {
  background: rgba(21, 208, 206, 0.2) !important;
}

.ui-datepicker-div {
  color: #303A46;
}

.ui-widget-content {
  border: 1px solid rgba(21, 208, 206, 0.4) !important;
}

.ui-datepicker td a {
  text-align: center !important;
}

.ui-datepicker th {
  color: #15D0CE !important;
}

/* The container */

.radio-btn {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */

.radio-btn input,
.radio-btn .register-form-area select,
.register-form-area .radio-btn select,
.radio-btn .register-form-area textarea,
.register-form-area .radio-btn textarea {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */

.total-amount-discount-bar {
  text-decoration: line-through;
}

.checkmark {
  position: absolute;
  top: -6px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #C0C5CB;
}

.checked:after {
  display: block !important;
}

/* On mouse-over, add a grey background color */

.radio-btn :hover input ~ .checkmark,
.radio-btn :hover .register-form-area select ~ .checkmark,
.register-form-area .radio-btn :hover select ~ .checkmark,
.radio-btn :hover .register-form-area textarea ~ .checkmark,
.register-form-area .radio-btn :hover textarea ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.radio-btn input:checked ~ .checkmark,
.radio-btn .register-form-area select:checked ~ .checkmark,
.register-form-area .radio-btn select:checked ~ .checkmark,
.radio-btn .register-form-area textarea:checked ~ .checkmark,
.register-form-area .radio-btn textarea:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */

.radio-btn input:checked ~ .checkmark:after,
.radio-btn .register-form-area select:checked ~ .checkmark:after,
.register-form-area .radio-btn select:checked ~ .checkmark:after,
.radio-btn .register-form-area textarea:checked ~ .checkmark:after,
.register-form-area .radio-btn textarea:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */

.radio-btn .checkmark:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #15D0CE;
}

.couse-pagination li.active {
  color: #15D0CE !important;
  font-weight: 700;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #A3AAB4;
  background-color: white;
  border: none;
  font-size: 16px;
}

@media screen and (max-width: 560px) {
  .page-link {
    font-size: 13px;
  }
}

.page-item.active .page-link {
  z-index: 1;
  color: #15D0CE !important;
  background-color: white;
  border: none;
}

.listing-filter-form select {
  height: 50px !important;
}

ul.pagination {
  display: inline;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-item {
    display: none !important;
  }

  .page-item:first-child,
  .page-item:nth-child(2),
  .page-item:nth-last-child(2),
  .page-item:last-child,
  .page-item.active,
  .page-item.disabled {
    display: inline-block !important;
  }
}

.validation-alert {
  background-color: #fff;
  border: 1px solid #d01517;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 47px;
  border-radius: 6px;
}

.validation-alert i {
  margin-right: 3px;
  color: #d01517;
}

.validation-alert p {
  margin-bottom: 0px;
  color: #d01517;
}

.alert-dismissable button {
  top: -1rem !important;
}

.alert-danger {
  background-color: rgba(208, 21, 23, 0.1);
  border-color: #d01517;
  color: #d01517;
  text-transform: capitalize;
}

.alert-danger .close:before,
.alert-danger .close:after {
  background: #d01517 !important;
}

.alert-success {
  background-color: rgba(21, 208, 113, 0.1);
  border-color: #15d071;
  color: #15d071;
  text-transform: capitalize;
}

.alert-success .close:before,
.alert-success .close:after {
  background: #15d071 !important;
}

.badge-info {
  background-color: #15D0CE;
}

.trainees-row {
  min-height: 150px;
}

.cursor-poineter {
  cursor: pointer;
}

.order-row {
  background-color: #F2F5F8;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.division-modal-option {
  font-size: 14px;
  letter-spacing: 0.28px;
  margin-bottom: 0px;
}

.division-modal-option::before {
  content: ".";
  font-size: 70px;
  pointer-events: none;
  line-height: 0;
  color: #15D0CE;
}

.division-modal-option:hover a {
  text-decoration: underline;
}

.division-modal-title {
  color: #102E52;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .division-modal-title {
    font-size: 18px !important;
    margin-top: 10px;
  }
}

.division-modal-close {
  top: -2rem !important;
}

.money:hover {
  color: #15D0CE !important;
  text-decoration: underline !important;
}

#profile-link,
#password-link {
  letter-spacing: 0.39px;
}

.icon-div {
  border-radius: 50%;
  width: 75.5px;
  height: 75.5px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon-div i {
  color: #d01517;
  font-size: 80px !important;
}

.icon-div-filled {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  background-color: #d01517;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon-div-filled i {
  color: #fff;
  font-size: 70px !important;
}

.info-card {
  -webkit-box-shadow: 0px 0px 9px #00000021;
          box-shadow: 0px 0px 9px #00000021;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.text-tertiary {
  color: #15D0CE !important;
}

.iti {
  width: 100%;
}

.iti input[type=tel],
.iti .register-form-area select[type=tel],
.register-form-area .iti select[type=tel],
.iti .register-form-area textarea[type=tel],
.register-form-area .iti textarea[type=tel] {
  padding-left: 62px !important;
}

.iti__flag-container {
  padding: 5px !important;
}

.iti__arrow {
  padding: 0.25rem;
  content: "";
  width: 11px !important;
  height: 6px !important;
  -webkit-transform: rotate(-47deg);
          transform: rotate(-47deg);
  border-left: 2px solid #15D0CE !important;
  border-bottom: 2px solid #15D0CE;
  border-top: none !important;
  border-right: none !important;
  margin-left: 11px !important;
  margin-top: -5px;
}

.iti__arrow--up {
  border-bottom: 2px solid #15D0CE !important;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent !important;
}

.iti__selected-flag:focus {
  outline: none !important;
}

.mean-container a.meanmenu-reveal {
  color: #102E52 !important;
}

.opened-nav {
  min-height: 100vh;
  max-height: 100vh;
  overflow: auto;
}

.mean-container .mean-nav ul .mobile-nav-link a {
  border: none !important;
}

.login-nav-btn {
  text-align: center !important;
  max-height: 33px !important;
  min-height: unset !important;
}

.contact-link-mobile {
  padding-bottom: 30px;
  border-bottom: 1px solid #E0E0E0;
}

.mean-container .mean-nav ul li a.mean-expand {
  right: 2% !important;
}

.currency {
  border-bottom: 1px solid #E0E0E0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.currency .dropdown {
  margin-right: 5%;
}

.currency .btn {
  height: 31px !important;
  min-height: unset;
  border-radius: 0px;
}

.currency .btn::after {
  display: none !important;
}

.currency .btn-primary:not(:disabled):not(.disabled):active,
.currency .show > .btn-primary.dropdown-toggle {
  background-color: transparent;
  border: 1px solid #102E52;
  color: #102E52 !important;
}

.currency .dropdown-menu.show {
  padding: 0px;
  border: 2px solid #102E52;
}

.currency .dropdown-menu.show a {
  text-align: center;
}

#coupon {
  border-radius: 0px !important;
  height: 50px !important;
}

#applyCoupon {
  border-radius: 0px !important;
  height: 50px !important;
}

#applyCoupon:hover {
  color: #15D0CE !important;
}

.contact-title span {
  font-weight: 400 !important;
  font-size: 18px !important;
}

#show-more,
#show-less {
  text-align: center;
  width: 100%;
  color: #15D0CE;
  cursor: pointer;
}

#show-more:hover,
#show-less:hover {
  text-decoration: underline;
  color: #102E52;
}

.course-intro {
  background-image: url(/images/courses.jpg?4f827e476ea86ec12c46f877acd9d46a);
  height: 50vh;
  position: relative;
  background-size: cover;
  background-position-y: center;
  background-position-x: left;
  background-repeat: no-repeat;
}

.course-intro .intro-cont {
  height: 50vh !important;
}

.course-intro .page-breadcrumb-title {
  position: relative;
  margin-bottom: 14px;
  color: #fff;
}

.course-intro .page-breadcrumb-title h1 {
  font-size: 62px;
  font-weight: 700;
}

.course-intro .page-breadcrumb-title h2 {
  font-size: 62px;
  font-weight: 700;
}

.course-intro .page-breadcrumb-title:after {
  content: '';
  width: 33px;
  height: 3px;
  background-color: #15D0CE;
  display: block;
  position: absolute;
  left: calc(50% - 16.5px);
}

.course-intro .page-breadcrumb-subtitle {
  position: relative;
  color: #fff;
  font-size: 18px;
  padding-top: 25px;
}

.course-intro .overlay {
  top: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  visibility: visible;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background-color: rgba(0, 0, 0, 0.45);
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .course-intro {
    background-size: cover;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .course-intro {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .course-intro {
    background-size: cover;
  }
}

.career-page {
  margin-top: 50px !important;
}

.cursor-pointer {
  cursor: pointer;
}

.password-intro {
  background-image: url(/images/courses.jpg?4f827e476ea86ec12c46f877acd9d46a);
  height: 40vh;
  position: relative;
  background-size: cover;
  background-position-y: center;
  background-position-x: left;
  background-repeat: no-repeat;
}

.password-intro .intro-cont {
  height: 40vh !important;
}

.password-intro .page-breadcrumb-title {
  position: relative;
  margin-bottom: 14px;
  color: #fff;
}

.password-intro .page-breadcrumb-title h1 {
  font-size: 62px;
  font-weight: 700;
}

.password-intro .page-breadcrumb-title h2 {
  font-size: 62px;
  font-weight: 700;
}

.password-intro .page-breadcrumb-title:after {
  content: '';
  width: 33px;
  height: 3px;
  background-color: #15D0CE;
  display: block;
  position: absolute;
  left: calc(50% - 16.5px);
}

.password-intro .page-breadcrumb-subtitle {
  position: relative;
  color: #fff;
  font-size: 18px;
  padding-top: 25px;
}

.password-intro .overlay {
  top: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  visibility: visible;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background-color: rgba(0, 0, 0, 0.45);
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .password-intro {
    background-size: cover;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .password-intro {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .password-intro {
    background-size: cover;
  }
}

.intro-careers {
  margin-top: 90px;
  background-position-y: top !important;
}

@media screen and (max-width: 991px) {
  .intro-careers {
    margin-top: 0px !important;
  }

  .intro-careers .course-Name {
    font-size: 28px !important;
  }

  .intro-careers .page-breadcrumb-subtitle {
    font-size: 15px !important;
  }
}

.disclaimer-partners {
  font-size: 12px;
  position: relative;
  color: #fff;
  margin-bottom: 0.5rem;
}

.g-recaptcha {
  width: 50% !important;
}

.profile-picture {
  max-height: 90px;
}

.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}

#slider-item .owl-nav .owl-prev,
#slider-item .owl-nav .owl-next,
#slider-item .owl-nav .owl-next {
  background-color: rgba(240, 242, 245, 0.1) !important;
  color: #F0F2F51A;
  border-radius: 8px;
  width: 44px;
  height: 44px;
  padding: 12px;
}

.header-info li:last-child:after {
  display: none;
}

html {
  scroll-behavior: smooth;
}

#contact-area {
  scroll-margin-top: 50px;
}

body {
  font-family: 'Cabin';
}

body .text-14px {
  font-size: 14px;
}

body .mt-6px {
  margin-top: 6px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cabin' !important;
}

.home-page-content .container {
  max-width: 1440px;
  padding-inline: 80px;
}

@media screen and (max-width: 1400px) {
  .home-page-content .container {
    padding-inline: 24px;
  }
}

.main-menu-container.header-single-bar {
  position: fixed;
  top: 0;
  z-index: 1000;
  padding: 18px 0;
  background-color: #0A213E;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-menu-container.header-single-bar .dropdown-toggle::after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-left: 8px;
}

.main-menu-container.header-single-bar .header-single-row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}

.main-menu-container.header-single-bar .header-single-bar-logo {
  padding-bottom: 2px;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.main-menu-container.header-single-bar .header-single-bar-logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 163px;
  height: 37px;
}

@media screen and (max-width: 768px) {
  .main-menu-container.header-single-bar .header-single-bar-logo img {
    width: 120px;
    height: 28px;
  }
}

.main-menu-container.header-single-bar .header-nav-separator {
  width: 1px;
  height: 44px;
  background: rgba(224, 224, 224, 0.2);
  margin-inline: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.main-menu-container.header-single-bar .header-nav-separator-inner {
  margin-inline: 0px;
}

.main-menu-container.header-single-bar .header-single-bar-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-menu-container.header-single-bar .header-single-bar-nav .dropdown-menu {
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-top: 4px;
}

.main-menu-container.header-single-bar .header-single-bar-nav .dropdown-menu ul {
  -webkit-padding-start: 0 !important;
          padding-inline-start: 0 !important;
}

.main-menu-container.header-single-bar .header-single-bar-nav .wide-drop-item,
.main-menu-container.header-single-bar .header-single-bar-nav .drop-sub {
  color: #333 !important;
}

.main-menu-container.header-single-bar .header-single-bar-link {
  color: #fff !important;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
}

.main-menu-container.header-single-bar .header-single-bar-link:hover,
.main-menu-container.header-single-bar .header-single-bar-link:focus {
  color: rgba(255, 255, 255, 0.9) !important;
}

.main-menu-container.header-single-bar .header-single-bar-courses {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-menu-container.header-single-bar .header-single-bar-courses::after {
  display: none;
}

.main-menu-container.header-single-bar .header-courses-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-menu-container.header-single-bar .header-single-bar-right {
  gap: 0;
  margin-left: 27px;
}

.main-menu-container.header-single-bar .header-single-bar-search {
  width: 149px;
  padding: 10px 36px 10px 16px;
  border-radius: 8px !important;
  border: 1px solid rgba(224, 224, 224, 0.2);
  background-color: transparent !important;
  color: #fff !important;
}

.main-menu-container.header-single-bar .header-single-bar-search::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.main-menu-container.header-single-bar .header-single-bar-search::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.main-menu-container.header-single-bar .header-single-bar-search::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.main-menu-container.header-single-bar .header-single-bar-search::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.main-menu-container.header-single-bar .header-search-icon {
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-menu-container.header-single-bar .header-search-icon.btn {
  pointer-events: auto;
}

.main-menu-container.header-single-bar .header-search-icon img {
  width: 20px;
  height: 20px;
  display: block;
}

.main-menu-container.header-single-bar .header-single-bar-cart {
  color: #fff;
  padding: 0 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-menu-container.header-single-bar .header-single-bar-cart:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}

.main-menu-container.header-single-bar .header-single-bar-cart .header-cart-icon {
  width: 28px;
  height: 28px;
  display: block;
}

.main-menu-container.header-single-bar .header-cart-badge {
  position: absolute;
  top: -6px;
  right: 0px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  background: #15D0CE;
  color: #fff !important;
  border-radius: 50%;
  font-weight: 600;
}

.main-menu-container.header-single-bar .header-single-bar-currency {
  color: #fff;
  font-size: 14px;
  background: none;
  border: none;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
}

.main-menu-container.header-single-bar .header-single-bar-currency:hover,
.main-menu-container.header-single-bar .header-single-bar-currency:focus {
  color: rgba(255, 255, 255, 0.9);
}

.main-menu-container.header-single-bar .header-user-dropdown-btn {
  background: none;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-menu-container.header-single-bar .header-user-dropdown-btn img {
  width: 32px;
  height: 32px;
  display: block;
}

.main-menu-container.header-single-bar .header-user-dropdown-btn:hover,
.main-menu-container.header-single-bar .header-user-dropdown-btn:focus {
  opacity: 0.9;
}

.main-menu-container.header-single-bar .header-right .dropdown-menu {
  background: #fff;
  color: #333;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.main-menu-container.header-single-bar .header-mobile-row {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  padding: 12px 0;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-menu-container.header-single-bar .header-mobile-row .header-search-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0 8px;
  max-width: 350px;
}

.main-menu-container.header-single-bar .header-mobile-row .header-single-bar-search {
  width: 100%;
  max-width: 100%;
  padding: 8px 36px 8px 12px;
  font-size: 14px;
}

.main-menu-container.header-single-bar .header-mobile-row .header-mobile-menu-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.main-menu-container.header-single-bar .header-mobile-row .header-mobile-menu-btn .header__burger-icon {
  width: 24px;
  height: 24px;
  display: block;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.main-menu-container.header-single-bar .header-mobile-toggle {
  color: #fff;
  font-size: 1.5rem;
  background: transparent;
}

.main-menu-container.header-single-bar .mobile-sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.main-menu-container.header-single-bar .mobile-sidebar-overlay.mobile-sidebar-overlay--open {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 85%;
  max-width: 296px;
  min-height: 100vh;
  max-height: 100%;
  padding: 60px 24px 0;
  padding-bottom: 24px;
  background: #fff;
  z-index: 1001;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel.mobile-sidebar-panel--open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-close {
  position: absolute;
  top: 32px;
  right: 24px;
  width: 32px;
  height: 32px;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-close .mobile-sidebar-close-icon {
  font-size: 24px;
  line-height: 1;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 28px;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: stretch;
  max-height: 100%;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow-y: hidden;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 16px;
  margin-top: 16px;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-login-wrap {
  padding-bottom: 24px;
  border-bottom: 1px solid #E0E0E0;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-login-wrap .mobile-sidebar-login-btn {
  padding: 12px 20px;
  font-size: 16px;
  display: block;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-my-account-wrap {
  padding-bottom: 8px;
  border-bottom: 1px solid #E0E0E0;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-my-account-trigger {
  cursor: pointer;
  color: #0A213E;
  font-size: 16px;
  font-weight: 500;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-my-account-trigger .mobile-sidebar-my-account-label {
  font-size: 18px;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-my-account-trigger:focus {
  outline: none;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-my-account-trigger .mobile-sidebar-user-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-my-account-trigger .mobile-sidebar-my-account-chevron {
  font-size: 16px;
  color: #0A213E;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-my-account-drop {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-my-account-drop.mobile-sidebar-my-account-drop--open {
  max-height: 320px;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-my-account-drop .mobile-sidebar-my-account-link {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  color: #0A213E;
  text-decoration: none;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-my-account-drop .mobile-sidebar-my-account-link:hover {
  color: #0A213E;
  text-decoration: none;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-my-account-drop .mobile-sidebar-logout {
  color: #D50000 !important;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-nav-link {
  border-bottom: 1px solid #E0E0E0;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-nav-link:last-child {
  border-bottom: none;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-nav-link a,
.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-nav-link .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
  font-size: 18px;
  color: #0A213E !important;
  font-weight: 400;
  text-decoration: none;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-nav-link a:hover,
.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-nav-link .nav-link:hover {
  color: #0A213E;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-nav-link .mobile-sidebar-cart-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-nav-link .header-cart-badge {
  color: #0A213E !important;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-currency {
  padding: 24px 0;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-currency .dropdown {
  width: 100%;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-currency .dropdown.show .mobile-sidebar-currency-chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-currency .mobile-sidebar-currency-btn {
  color: #0A213E !important;
  font-size: 16px;
  text-decoration: none;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-currency .mobile-sidebar-currency-btn:after {
  content: none !important;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-currency .mobile-sidebar-currency-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-currency .mobile-sidebar-currency-chevron {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-currency .dropdown-menu {
  min-width: inherit;
  width: 136px;
  padding: 12px 11px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-currency .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #E0E0E0;
  padding: 16px 0px;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-currency .dropdown-menu .dropdown-item:first-child {
  padding-top: 0;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-currency .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-newsletter {
  padding: 24px 0 0;
  color: #0A213E;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-newsletter span {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}

.main-menu-container.header-single-bar .mobile-sidebar-panel .mobile-sidebar-newsletter i {
  font-size: 24px;
}

@media (max-width: 1369px) {
  .main-menu-container.header-single-bar {
    padding: 0;
  }

  .main-menu-container.header-single-bar .header-single-row {
    display: none !important;
  }

  .main-menu-container.header-single-bar .header-single-row .header-nav-separator {
    display: none !important;
  }

  .main-menu-container.header-single-bar .header-mobile-row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .main-menu-container.header-single-bar .navbar-default {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .main-menu-container.header-single-bar .mobile-sidebar-panel,
  .main-menu-container.header-single-bar .mobile-sidebar-overlay {
    display: block;
  }

  .main-menu-container.header-single-bar .navbar-default {
    padding-inline: 24px;
  }
}

@media (min-width: 1370px) {
  .main-menu-container.header-single-bar .header-single-row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .main-menu-container.header-single-bar .header-mobile-row {
    display: none !important;
  }

  .main-menu-container.header-single-bar .mobile-sidebar-overlay,
  .main-menu-container.header-single-bar .mobile-sidebar-panel {
    display: none !important;
  }

  .main-menu-container.header-single-bar #headerMobileMenu {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .main-menu-container.header-single-bar .header-search-wrap {
    max-width: 149px !important;
  }
}

@media (max-width: 575px) {
  .main-menu-container.header-single-bar .header-search-wrap {
    max-width: 100px !important;
  }
}

.main-menu-container .navbar-default {
  max-width: 1440px;
  padding-inline: 80px;
}

@media screen and (max-width: 1400px) {
  .main-menu-container .navbar-default {
    padding-inline: 20px;
  }
}

.main-menu-container.header-single-bar .mean-bar,
.main-menu-container.header-single-bar a.meanmenu-reveal {
  display: none !important;
}

.modal-btn {
  width: 45% !important;
  height: 43px !important;
}

.blogInfosection .date-meta span {
  font-family: 'Cabin' !important;
}

.blogInfosection .date-meta span i a {
  font-family: 'Cabin' !important;
}

.btn-tertiary {
  background: #15D0CE !important;
  border-radius: 8px;
  color: #fff;
  padding: 10px 24px;
  font-weight: 600;
}

.btn-tertiary:hover {
  border: 1px solid #15D0CE !important;
  background: transparent !important;
  color: #15D0CE !important;
}

.btn-tertiary.outline {
  background: transparent !important;
  border: 1px solid #15D0CE !important;
  color: #15D0CE !important;
}

.btn-tertiary.outline:hover {
  border: 1px solid #15D0CE !important;
  background: #15D0CE !important;
  color: #fff !important;
}

.btn-tertiary a:hover {
  color: #15D0CE !important;
}

body.mobile-sidebar-open {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
}

.btn-primary-outline {
  color: #fff !important;
  background: transparent !important;
  border-radius: 8px;
  padding: 10px 40px;
  font-weight: 600;
  gap: 8px;
  border: 1px solid #fff !important;
}

.btn-primary-outline:hover {
  background-color: #fff !important;
  color: #102E52 !important;
}

.slider-static-first.slider-bg-5 {
  min-height: 80vh;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iti__selected-flag {
  padding: 12px 6px 0 8px !important;
}

@media screen and (max-width: 767px) {
  #slider-item {
    height: auto;
    min-height: 0;
  }

  #slider-item .owl-nav,
  #slider-item .owl-dots {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  #slider-item .owl-nav {
    display: inherit !important;
    text-align: justify !important;
  }

  .owl-nav .owl-prev,
  .owl-nav .owl-next,
  .owl-nav .owl-next {
    line-height: normal !important;
  }
}

.sponsor-item.sponsor-carousel-pending {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.sponsor-item.owl-carousel {
  opacity: 1;
}

#trending-in-demand-slider:not(.is-last) .owl-stage,
.learning-tracks-section__grid:not(.is-last) .owl-stage,
.sponsor-item--mobile:not(.is-last) .owl-stage {
  padding-left: 0 !important;
}

#trending-in-demand-slider.is-last .owl-stage,
.learning-tracks-section__grid.is-last .owl-stage,
.sponsor-item--mobile.is-last .owl-stage {
  padding-right: 0 !important;
}

#trending-in-demand-slider.is-last .owl-stage,
.learning-tracks-section__grid.is-last .owl-stage {
  padding-left: 50px !important;
}

