/**
 * Theme Name: Turitor
 * Theme URI: https://themeforest.net/user/tripples/portfolio
 * Description: This is a skull theme which we use to develope new themes. textdomain: Turitor, class: Turitor, var: $Turitor_, constants: TURITOR_, function: turitor
 *
 */
/* Table of Content
********************************

1.	Typography
2.  Global Styles (body, link color, gap, ul, section-title, overlay etc)
3.  Header area
4.	Banner area


# Reset & Basics
# Basic
# Typography
# Links
# Buttons
# Menu
# Main Content
# Core WordPress
# Search
# Blog
# Widget
# Footer
# Resonsive
*/
/* Typography
================================================== */
body {
  font-family: "Rubik", sans-serif;
  line-height: 26px;
  font-size: 16px;
  color: #555;
  font-weight: 400;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 48px;
  line-height: 52px;
}

h2 {
  font-size: 36px;
  line-height: 42px;
}

h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

h4 {
  font-size: 24px;
  line-height: 28px;
}

h5 {
  font-size: 20px;
  line-height: 24px;
}

h6 {
  font-size: 18px;
  line-height: 24px;
}

/* Global styles
================================================== */
iframe {
  border: none;
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  -moz-outline: none;
  outline: none;
}

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

a {
  color: #0eb582;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

a:hover {
  text-decoration: none;
  color: #0eb582;
}

a.read-more {
  color: #0eb582;
  font-weight: 700;
}

a.read-more:hover {
  color: #222;
}

.no-padding {
  padding: 0;
}

.p-60 {
  padding: 60px 0;
}

.p-100 {
  padding: 100px 0 !important;
}

.media > .pull-left {
  margin-right: 20px;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-50 {
  clear: both;
  height: 50px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.gap-10 {
  clear: both;
  height: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-35 {
  margin-top: 35px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-80 {
  margin-bottom: -80px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-100 {
  margin-right: 100px;
}

.mrt-0 {
  margin-top: 0 !important;
}

.pab-60 {
  padding-bottom: 60px;
}

.pab-70 {
  padding-bottom: 70px;
}

.pab {
  padding-bottom: 0;
}

a:focus {
  outline: 0;
}

.fa {
  font-family: "Fontawesome" !important;
}

img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

img.pull-right {
  margin-left: 20px;
  margin-bottom: 20px;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Dropcap */
.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  float: left;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase;
}

.btn,
.place-order-action .lp-button,
.learnpress-page .lp-button,
.learn-press-form-login form button {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 12px 40px;
  font-weight: 600;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.btn i,
.place-order-action .lp-button i,
.learnpress-page .lp-button i,
.learn-press-form-login form button i {
  margin-left: 10px;
}

.btn-primary,
.learn-press-form-login form button,
.learnpress-page .lp-button,
.place-order-action .lp-button {
  background: #0eb582;
  color: #fff;
  border: 1px solid #0eb582;
  margin-right: 5px;
}

.btn-primary:hover, .btn-primary:active,
.learn-press-form-login form button:hover,
.learn-press-form-login form button:active,
.learnpress-page .lp-button:hover,
.learnpress-page .lp-button:active,
.place-order-action .lp-button:hover,
.place-order-action .lp-button:active {
  background: #273c66;
  color: #fff;
  border-color: #273c66;
  box-shadow: none;
}

.btn-solid {
  display: block;
  width: 100%;
}

.btn-solid:hover {
  box-shadow: none;
}

.form-control,
.wpcf7-form-control {
  height: 50px;
  font-size: 14px;
  line-height: 28px;
  padding: 0 25px;
  border-radius: 0;
}

.form-control:focus,
.wpcf7-form-control:focus {
  border-color: #0eb582;
  outline: none;
  box-shadow: none;
}

.widget-title {
  font-size: 20px;
  line-height: 26px;
}

/* Title*/
.ts-title {
  font-size: 24px;
  line-height: 28px;
}

.ts-section-title .title-border {
  position: relative;
}

.ts-section-title .title-border:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  width: 40px;
  background: black;
  content: '';
  bottom: 0%;
  transform: translateX(0%);
}

.ts-section-title .section-title {
  margin-bottom: 20px;
  text-align: center;
}

.ts-section-title .section-title span {
  color: #333333;
  margin-bottom: 15px;
}

.ts-section-title .title-bold {
  font-size: 64px;
}

.ts-section-title i {
  display: block;
}

.ts-section-title i.icon {
  font-size: 25px;
  color: #c4c4c4;
}

.ts-section-title.title-left .title-border:after {
  right: auto;
}

.ts-section-title.title-right .title-border:after {
  left: auto;
}

.sub-title {
  display: block;
  font-size: 17px;
  color: #555;
}

.title-bar span {
  display: inline-block;
  background: #0eb582;
}

.title-bar span.title-left-bar, .title-bar span.title-right-bar {
  width: 70px;
  height: 2px;
}

.title-bar span.title-middle-bar {
  width: 11px;
  height: 11px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  margin: 0 25px;
}

.overlay {
  position: relative;
  z-index: 1;
}

.overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.68);
  z-index: -1;
}

.main-container {
  padding: 100px 0;
}

.main-container.blog, .main-container.blog-single {
  padding-bottom: 50px;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(111, 107, 107, 0.6);
  display: inline-block;
  opacity: 1;
  margin: 0 5px;
  opacity: .5;
}

.owl-carousel .owl-dots .owl-dot.active {
  border: 2px solid #0eb582;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: transparent;
  position: relative;
  top: 3px;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 48px;
  color: #666666;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 1px solid #dedfe2;
  color: #333333;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  color: #fff;
  background: #0eb582;
  border-color: #0eb582;
}

.owl-carousel .owl-nav .owl-prev {
  left: 30px;
}

.owl-carousel .owl-nav .owl-next {
  right: 30px;
}

.img-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.ts-overlay-style {
  position: relative;
}

.ts-overlay-style .item, .ts-overlay-style.item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  min-height: 260px;
}

.ts-overlay-style::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.ts-overlay-style:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.ts-overlay-style .post-content {
  padding: 20px 20px 18px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.ts-overlay-style .post-title a {
  color: #fff;
}

.ts-overlay-style .post-meta-info li {
  color: #fff;
}

.ts-overlay-style .post-meta-info li a {
  color: #fff;
}

.post-meta-info {
  padding: 0;
  margin: 0;
}

.post-meta-info li {
  font-size: 12px;
  display: inline-block;
  color: #222222;
  font-weight: 400;
  margin-right: 20px;
  padding-left: 10px;
  position: relative;
}

.post-meta-info li a {
  color: #222222;
}

.post-meta-info li a:hover {
  color: #0eb582;
}

.post-meta-info li i {
  margin-right: 6px;
  font-size: 12px;
  vertical-align: middle;
  font-weight: 700;
}

.post-meta-info li:last-child {
  margin-right: 0;
}

.post-meta-info li:before {
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #0eb582;
  content: '';
  margin: auto;
}

.ts-gutter-20px {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.ts-gutter-20px > div {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ts-gutter-30px {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}

.ts-gutter-30px > div {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.btn-classic .elementor-button {
  position: relative;
}

.btn-classic .elementor-button:after {
  position: absolute;
  content: '';
  top: 50%;
  bottom: 0;
  width: 45px;
  height: 7px;
  background: #ffd100;
  transform: translateY(-50%);
  right: -30px;
  transition: all ease 0.4s;
}

.btn-classic .elementor-button:hover:after {
  right: -60px;
}

.btn-classic .mf-btn-wraper .metform-btn {
  position: relative;
}

.btn-classic .mf-btn-wraper .metform-btn:after {
  position: absolute;
  content: '';
  top: 50%;
  bottom: 0;
  width: 45px;
  height: 7px;
  background: #ffd100;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -30px;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.btn-classic .mf-btn-wraper .metform-btn:hover:after {
  right: -60px;
}

.header .navbar-container .navbar-light {
  padding: 0px;
}

.header .navbar-container .navbar-light .main-menu > li {
  padding: 0 19px;
  position: relative;
}

.header .navbar-container .navbar-light .main-menu > li > a {
  font-weight: 700;
  line-height: 95px;
  position: relative;
  padding: 0;
}

.header .navbar-container .navbar-light .main-menu > li > a:before {
  position: absolute;
  right: 0px;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #0eb582;
  bottom: 25px;
  margin: auto;
  left: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.header .navbar-container .navbar-light .main-menu li a {
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  font-size: 14px;
}

.header .navbar-container .navbar-light .main-menu li a:hover {
  color: #0eb582;
}

@media (min-width: 992px) {
  .header .navbar-container .navbar-light .main-menu li a:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.header .navbar-container .navbar-light .main-menu li.active > a {
  color: #0eb582;
}

@media (min-width: 992px) {
  .header .navbar-container .navbar-light .main-menu li.active > a:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.header .navbar-container .navbar-light .main-menu li ul.dropdown-menu {
  padding: 10px 0px;
  min-width: 230px;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
  transition: transform .4s ease, -webkit-transform .4s ease;
  margin: 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
}

@media (min-width: 992px) {
  .header .navbar-container .navbar-light .main-menu li ul.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li a {
  font-size: 12px;
  border-top: 1px solid #f5f5f5;
  line-height: 40px;
}

.header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li:first-child > a {
  border-top: none;
}

.header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li .dropdown-menu {
  left: 100%;
  top: 0;
}

@media (max-width: 991px) {
  .header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li .dropdown-menu {
    padding-left: 20px;
  }
}

.header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li .dropdown-item.active,
.header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li .dropdown-item:hover {
  background: transparent;
}

.header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li.dropdown {
  position: relative;
}

.header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li.dropdown:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  border: 0;
  vertical-align: 0;
  position: absolute;
  right: 10px;
  top: 13px;
  font-size: 14px;
}

@media (min-width: 991px) {
  .header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li.dropdown::after {
    transform: rotate(-90deg);
  }
}

@media (min-width: 992px) {
  .header .navbar-container .navbar-light .main-menu li:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.header .navbar-container .navbar-light .dropdown-toggle::after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  border: 0;
  vertical-align: 0;
  float: right;
}

.header .navbar-container .navbar-light .navbar-brand {
  padding: 0;
}

.header .navbar-light .navbar-toggler {
  background: #0eb582;
  color: #fff;
}

.header .navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: none;
  font-size: 25px;
  height: auto;
  width: auto;
}

.header.header-default .navbar-collapse {
  justify-content: flex-end;
}

.kindergarten-nav .elementskit-navbar-nav-default > ul > li > a:before {
  position: absolute;
  content: "";
  left: 20px;
  bottom: 10px;
  background: #ff6666;
  width: 0;
  height: 3px;
  opacity: 0;
  transition: all ease .5s;
}

.kindergarten-nav .elementskit-navbar-nav-default > ul > li.active > a::before, .kindergarten-nav .elementskit-navbar-nav-default > ul > li:hover > a::before {
  opacity: 1;
  width: 15px;
}

.kindergarten-nav .elementskit-navbar-nav-default > ul > li > ul li > a:before {
  position: absolute;
  content: "";
  left: 20px;
  bottom: 10px;
  background: #ff6666;
  width: 0;
  height: 3px;
  opacity: 0;
  transition: all ease .5s;
}

.kindergarten-nav .elementskit-navbar-nav-default > ul > li > ul li.active > a::before, .kindergarten-nav .elementskit-navbar-nav-default > ul > li > ul li:hover > a::before {
  opacity: 1;
  width: 15px;
}

.kindergarten-nav .ekit-wid-con .dropdown-item.active, .kindergarten-nav .ekit-wid-con .dropdown-item:hover {
  background: #fff;
}

.header-nav-right-info {
  padding: 0;
  margin: 0;
}

.header-nav-right-info li {
  display: inline-block;
  list-style-type: none;
  margin: 0 10px;
}

.header-nav-right-info li a {
  color: #fff;
  display: inline-block;
}

.header-nav-right-info li.header-login-user a, .header-nav-right-info li.header-cart a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 1px solid #4e5c77;
  text-align: center;
  line-height: 35px;
  position: relative;
  font-size: 12px;
}

.header-nav-right-info li.header-login-user a sup, .header-nav-right-info li.header-cart a sup {
  position: absolute;
  background-color: #0eb582;
  padding: 8px 5px;
  border-radius: 50%;
}

.header-nav-right-info li.header-login-user a:hover, .header-nav-right-info li.header-cart a:hover {
  border-color: #0eb582;
  background: #0eb582;
}

.header-nav-right-info li.header-login-user {
  margin-right: 5px;
}

.header-nav-right-info li.header-humburger a {
  font-size: 22px;
}

.header-standard {
  background: #273c66;
}

.header-standard .navbar-container .navbar-light .main-menu > li > a {
  color: #fff;
}

.header-standard .navbar-container .navbar-light .main-menu > li.cat-menu-dropdown {
  align-self: center;
}

.header-standard .navbar-container .navbar-light .main-menu > li.cat-menu-dropdown a {
  background: #fff;
  color: #333;
  padding: 0 38px;
  border-radius: 36px;
  line-height: 47px;
}

.header-standard .navbar-container .navbar-light .main-menu > li.cat-menu-dropdown a::before {
  display: none;
}

.header-standard .header-search .turitor-serach .form-control {
  background: transparent;
  border: 1px solid #4e5c77;
  border-radius: 0px;
  width: 100%;
  height: 40px;
  padding-left: 35px;
  color: #fff;
}

.header-standard .header-search .turitor-serach .input-group-btn {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 14px;
  cursor: pointer;
}

.header-standard .header-search .turitor-serach .input-group-btn i {
  vertical-align: middle;
}

.header-standard .header-cd-menu {
  margin-right: 15px;
}

.university-header-classic .elementskit-dropdown > li {
  position: relative;
}

.university-header-classic .elementskit-dropdown > li:last-child {
  margin-bottom: 0px;
  margin-top: 0px;
}

.university-header-classic .elementskit-dropdown > li.active > a.ekit-menu-nav-link:before {
  position: absolute;
  content: "";
  width: 20px;
  border: 3px solid #fff;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.university-header-classic .elementskit-dropdown > li:hover > a.ekit-menu-nav-link:before {
  position: absolute;
  content: "";
  width: 20px;
  border: 3px solid #fff;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.header-cd-menu {
  position: relative;
  transition: all 500ms ease 0.4s ease;
  -webkit-transition: all 500ms ease 0.4s ease;
  -moz-transition: all 500ms ease 0.4s ease;
  -ms-transition: all 500ms ease 0.4s ease;
}

.header-cd-menu .header-cd-menu-item {
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  padding: 8px 20px;
  font-size: 12px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  white-space: nowrap;
  cursor: pointer;
}

.header-cd-menu .header-cd-menu-item i {
  margin-right: 5px;
}

.header-cd-menu .cat-menu {
  position: absolute;
  left: 0;
  top: 100%;
  list-style: none;
  background: #fff;
  min-width: 250px;
  padding: 0px 0px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
  transition: transform .4s ease, -webkit-transform .4s ease;
  margin: 0;
  z-index: 11;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
}

.header-cd-menu .cat-menu li a {
  font-size: 14px;
  color: #222222;
  white-space: nowrap;
  line-height: 40px;
  border-top: 1px solid #f5f5f5;
}

.header-cd-menu .cat-menu li a:hover {
  color: #0eb582;
}

.header-cd-menu .cat-menu li:first-child > a {
  border-top: none;
}

.header-cd-menu .cat-menu li ul.dropdown-menu {
  padding: 10px 10px;
  min-width: 100%;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
  transition: all 500ms ease 0.4s ease;
  -webkit-transition: all 500ms ease 0.4s ease;
  -moz-transition: all 500ms ease 0.4s ease;
  -ms-transition: all 500ms ease 0.4s ease;
  margin: 0;
  left: 0;
  top: 100%;
}

@media (min-width: 992px) {
  .header-cd-menu .cat-menu li ul.dropdown-menu {
    left: 100%;
    top: 0;
  }
}

@media (min-width: 992px) {
  .header-cd-menu .cat-menu li:hover > .dropdown-menu {
    display: block;
  }
}

.header-cd-menu .cat-menu .dropdown-toggle::after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  border: 0;
  vertical-align: 0;
  float: right;
}

.header-cd-menu:hover .cat-menu {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.header-course-search .turitor-search-course-form {
  margin-bottom: 0;
}

.category-menu .elementskit-navbar-nav-default .elementskit-navbar-nav > li {
  width: 100%;
}

.category-menu .elementskit-navbar-nav-default .elementskit-navbar-nav > li > a {
  position: relative;
}

.category-menu .elementskit-navbar-nav-default .elementskit-navbar-nav > li > a::before {
  position: absolute;
  content: "\e904";
  font-family: 'iconfont' !important;
  left: 20px;
  top: 6px;
  font-size: 13px;
}

.header-login-user,
.cartbtn {
  display: inline-block;
  list-style-type: none;
  margin: 0 10px;
}

.header-login-user a,
.cartbtn a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 1px solid #4e5c77;
  text-align: center;
  line-height: 35px;
  position: relative;
  color: #fff;
  display: inline-block;
  font-size: 12px;
}

.header-login-user a sup,
.cartbtn a sup {
  position: absolute;
  background-color: #0eb582;
  padding: 10px 5px;
  border-radius: 50%;
}

.header-login-user a:hover,
.cartbtn a:hover {
  border-color: #0eb582;
  background: #0eb582;
  color: #fff;
}

.cartbtn .cart-link .cart-contents i,
.header-login-user a i {
  font-size: 14px;
}

.cartbtn a sup {
  padding: 8px 5px;
}

@media (min-width: 1200px) {
  .header-wrapper {
    min-height: 95px;
  }
  .navbar-sticky.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
  }
  .navbar-sticky.sticky.header-default {
    background: #fff;
  }
}

.sticky-header {
  transition: all ease .5s;
}

.sticky-header.ekit-sticky--active {
  background: #1e2f50;
  box-shadow: 0px 30px 50px 0px rgba(51, 51, 51, 0.08);
}

.ts-animate {
  position: relative;
  top: 30px;
  transition: all ease .5s;
  opacity: 0;
}

.main-slider .owl-item.active .ts-animate {
  top: 0px;
  opacity: 1;
}

.main-slider .owl-item.active .slider-content .sub-title {
  top: 0;
  transition-delay: .4s;
}

.main-slider .owl-item.active .slider-content .main-title {
  transition-delay: .5s;
}

.main-slider .owl-item.active .slider-content .slider-desc {
  transition-delay: .6s;
}

.main-slider .owl-item.active .slider-content .btn-wrapper {
  transition-delay: .8s;
}

.main-slider .banner-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-slider .banner-item::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(39, 60, 102, 0.4);
}

.main-slider .owl-dots {
  position: absolute;
  bottom: 50px;
  margin: 0 auto;
  width: 100%;
}

.main-slider .owl-dots .owl-dot {
  background: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.main-slider .owl-dots .owl-dot.active {
  width: 17px;
  height: 17px;
}

.main-slider .slider-content .sub-title {
  font-size: 17px;
  letter-spacing: -0.17px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 8px;
}

.main-slider .slider-content .main-title {
  font-size: 54px;
  letter-spacing: 0;
  color: #fff;
  line-height: 66px;
  margin-bottom: 20px;
}

.main-slider .slider-content .slider-desc {
  font-size: 18px;
  letter-spacing: -0.18px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin-right: 150px;
  margin-bottom: 35px;
}

.main-slider .slider-content .btn {
  background: #0eb582;
  color: #fff;
  font-size: 14px;
  padding: 14px 30px 13px;
  border: 1px solid #0eb582;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.main-slider .slider-content .btn:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: #fff;
}

.main-slider .slider-content .btn .icon {
  margin-right: 5px;
}

.main-slider .slider-content .btn.btn-border {
  background: rgba(255, 255, 255, 0.3);
  border-color: #fff;
}

.main-slider .slider-content .btn.btn-border:hover {
  background: #0eb582;
  border-color: #0eb582;
}

.main-slider .slider-content .btn + .btn {
  margin-left: 15px;
}

.main-slider-style2 .slider-content {
  padding: 80px;
  position: relative;
}

.main-slider-style2 .slider-content .btn i {
  margin: 0;
}

.main-slider-style2 .slider-content .boxed {
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  border: 18px solid #f0a108;
  border-right: 0;
}

.main-slider-style2 .slider-content .boxed::after, .main-slider-style2 .slider-content .boxed::before {
  position: absolute;
  content: '';
  right: 0;
  top: -10px;
  height: 60px;
  width: 18px;
  background: #f0a108;
}

.main-slider-style2 .slider-content .boxed::after {
  bottom: -10px;
  top: auto;
}

.main-slider-style3 .slider-content .sub-title {
  position: relative;
  padding-left: 60px;
}

.main-slider-style3 .slider-content .sub-title::before {
  position: absolute;
  content: '';
  top: 50%;
  bottom: 0;
  width: 45px;
  height: 7px;
  background: #ff6666;
  transform: translateY(-50%);
  left: 0;
  transition: all ease 0.4s;
}

.main-slider-style3 .slider-content .btn-wrapper .btn {
  position: relative;
  border: none;
}

.main-slider-style3 .slider-content .btn-wrapper .btn::after {
  position: absolute;
  content: '';
  top: 50%;
  bottom: 0;
  width: 45px;
  height: 7px;
  background: #ffd100;
  transform: translateY(-50%);
  right: -30px;
  transition: all ease 0.4s;
}

.main-slider-style3 .slider-content .btn-wrapper .btn:hover::after {
  right: -45px;
}

.main-slider-style3 .slider-image {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-slider-style3 .slider-image .image-box {
  width: 350px;
  height: 350px;
  position: relative;
  transform: rotate(45deg);
  border: 20px solid #fff;
  overflow: hidden;
}

.main-slider-style3 .slider-image .image-box:hover img {
  transform: scale(1.6) rotate(-45deg);
}

.main-slider-style3 .slider-image .image-box img {
  transform: scale(1.42) rotate(-45deg);
  transition: all ease 0.5s;
}

.main-slider-style3 .slider-image .image-box.image-one {
  margin-right: -100px;
  z-index: 1;
}

.main-slider-style3 .slider-image .image-box.image-two {
  width: 280px;
  height: 280px;
  border: 20px solid #ff6666;
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
}

.main-slider-style3.dotstyle2 .owl-dots .owl-dot.active {
  border-color: #ff6666 !important;
}

.main-slider-style3.dotstyle2 .owl-dots .owl-dot.active span {
  background: #ff6666 !important;
}

.main-slider.dotstyle2 .owl-dots {
  position: absolute;
  bottom: 50px;
  margin: 0 auto;
  width: 100%;
  width: auto;
  height: 100%;
  left: 30px;
  top: 50%;
}

.main-slider.dotstyle2 .owl-dots .owl-dot {
  background: #666;
  width: 6px;
  height: 6px;
  opacity: 1;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

.main-slider.dotstyle2 .owl-dots .owl-dot.active {
  width: 17px;
  height: 17px;
  background: transparent;
  left: -5px;
  border: 1px solid #fff;
  margin-bottom: 15px;
}

.main-slider.dotstyle2 .owl-dots .owl-dot.active span {
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  z-index: 99999;
  left: 5px;
  border-radius: 50%;
  top: 5px;
}

/* =============================================
		 offset sidebar offcanvus
================================================= */
.xs-sidebar-group {
  position: relative;
}

.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 999;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  cursor: url(../images/cross-out.png), pointer;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .9;
  visibility: visible;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
  left: 0;
  background: #000;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px;
  padding-top: 120px;
}

.sidebar-textwidget.header-offcanvas .sideabr-list-widget li {
  margin-bottom: 20px;
}

.sidebar-textwidget.header-offcanvas .off-canvas-desc {
  margin-bottom: 35px;
}

.close-side-widget {
  color: #0eb582;
  font-size: 0.88235rem;
  display: block;
}

.close-side-widget i {
  font-size: 20px;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.mini_cart_item {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.xs-empty-content {
  text-align: center;
  padding: 120px 30px 30px;
}

.xs-empty-content .widget-title {
  font-size: 1.29412rem;
  color: #313131;
  font-weight: 600;
}

.xs-empty-content .xs-title {
  margin-bottom: 20px;
  font-size: 1.05882rem;
  color: #313131;
}

.xs-empty-content .woocommerce-mini-cart__empty-message {
  font-size: 1.17647rem;
}

.sidebar-logo-wraper {
  margin-bottom: 30px;
}

.sidebar-textwidget p {
  color: #6d6d6d;
  margin-bottom: 30px;
}

.sideabr-list-widget img {
  margin-right: 15px;
  margin-top: 3px;
}

.off-canvas-desc {
  margin-bottom: 30px;
}

.sideabr-list-widget {
  padding-left: 0;
}

.sideabr-list-widget li {
  margin-bottom: 30px;
  list-style: none;
}

.sideabr-list-widget li i {
  font-size: 20px;
  margin-right: 20px;
  color: #0eb582;
  vertical-align: middle;
  line-height: 28px;
}

.sideabr-list-widget p,
.sideabr-list-widget a {
  color: #000;
  margin-bottom: 0;
  display: block;
}

.social-list {
  margin-bottom: 40px;
  padding-left: 0;
}

.social-list li {
  display: inline-block;
}

.social-list li a {
  color: #FFFFFF;
  font-size: 0.70176rem;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 0px;
  display: block;
  text-align: center;
  background: #0eb582;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}

.social-list li.ts-facebook a {
  background-color: #4969a8;
}

.social-list li.ts-twitter a {
  background-color: #2aa3ef;
}

.social-list li.ts-linkedin a {
  background-color: #1178b3;
}

.social-list li.ts-instagram a {
  background-color: #e8715c;
}

.social-list li.ts-vimeo a {
  background-color: #1ab7ea;
}

/*================================
      banner blog
 ==================================*/
.banner-area {
  padding: 120px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #f1fffb;
}

.banner-area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(44, 44, 44, 0);
}

.banner-area .banner-title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 0;
}

.banner-area .banner-title span {
  color: #0eb582;
}

.banner-area .image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1600px;
  height: 5011px;
  z-index: 250;
}

.banner-area .breadcrumb {
  text-align: center;
  background: none;
  display: inline-block;
}

.banner-area .breadcrumb li {
  display: inline-block;
  text-transform: capitalize;
  margin: 0 10px;
  font-size: 17px;
}

.banner-area .breadcrumb li a {
  color: #333333;
}

.banner-area.banner-solid {
  padding-top: 50px;
  padding-bottom: 40px;
  background: #f1fffb;
}

.banner-area.banner-solid:before {
  display: none;
}

.banner-area.banner-solid .banner-title {
  font-size: 48px;
  line-height: 55px;
}

.banner-area .banner-title {
  position: relative;
}

.banner-area .banner-title span {
  color: #333333;
}

.banner-area .banner-title span.university-banner-title {
  display: block;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 15px;
}

/*================================
      latest blog
 ==================================*/
.latest-blog .post {
  border: 1px dashed #e8e8e8;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.latest-blog .post .post-meta {
  margin-bottom: 12px;
}

.latest-blog .post .post-meta span {
  position: relative;
  padding-left: 15px;
  margin-right: 15px;
}

.latest-blog .post .post-meta span:last-of-type {
  margin-right: 0;
}

.latest-blog .post .post-meta span:before {
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  content: '';
  background: #0eb582;
}

.latest-blog .post .post-body {
  border: none;
}

.latest-blog .post .post-media {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.latest-blog .post .post-media img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.latest-blog .post .post-footer .btn-link i {
  margin-left: 0;
  margin-right: 5px;
  vertical-align: inherit;
}

.latest-blog .post:hover {
  box-shadow: 0px 30px 50px 0px rgba(51, 51, 51, 0.08);
}

.latest-blog .post:hover .post-media img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.kindergarten-blog .latest-blog .post {
  border: 0;
  border-radius: 0;
}

.kindergarten-blog .latest-blog .post .post-body {
  background: #fdfbf3;
}

.kindergarten-blog .latest-blog .post .post-footer .btn-link i {
  display: none;
}

.kindergarten-blog .latest-blog .post .post-footer a {
  position: relative;
}

.kindergarten-blog .latest-blog .post .post-footer a:after {
  position: absolute;
  content: '';
  top: 50%;
  right: -60px;
  bottom: 0;
  width: 45px;
  height: 7px;
  background: #ffd100;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.kindergarten-blog .latest-blog .post .post-footer a:hover:after {
  right: -45px;
}

.kindergarten-blog .latest-blog .post:hover .post-body {
  background: #fff;
}

/*================================
   shortcode: course category 
 ==============================*/
.ts-course-category .single-course-category {
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
  border: 1px dashed #e8e8e8;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  margin-top: 15px;
  margin-bottom: 15px;
  background: #fff;
}

.ts-course-category .single-course-category .course-round-shape,
.ts-course-category .single-course-category .course-dot-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  background: #0eb582;
  display: block;
  z-index: -1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.ts-course-category .single-course-category .course-dot-shape {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  background: transparent;
  color: #0eb582;
  width: 60px;
  height: 60px;
}

.ts-course-category .single-course-category .course-media {
  margin-bottom: 25px;
}

.ts-course-category .single-course-category .course-media img {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}

.ts-course-category .single-course-category .course-category-title {
  font-size: 22px;
  font-weight: 700;
}

.ts-course-category .single-course-category .course-category-title a {
  color: #333333;
}

.ts-course-category .single-course-category .course-category-title a:hover {
  color: #0eb582;
}

.ts-course-category .single-course-category .course-count {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.ts-course-category .single-course-category:hover {
  box-shadow: 0px 30px 50px 0px rgba(51, 51, 51, 0.08);
  border-color: transparent !important;
}

.ts-course-category .single-course-category:hover .course-round-shape,
.ts-course-category .single-course-category:hover .course-dot-shape {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.ts-course-category .single-course-category:hover .course-media img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.ts-course-category.grid-style2 .single-course-category .course-dot-shape {
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  background: transparent;
  transform: rotate(180deg) scale(0);
}

.ts-course-category.grid-style2 .single-course-category:hover .course-dot-shape {
  transform: rotate(180deg) scale(1);
}

.ts-course-category.grid-style3 .single-course-category .course-media {
  margin-bottom: 0;
  margin-right: 25px;
}

#mixcontent .mix {
  display: none;
}

.tab-course-category {
  text-align: center;
  margin-bottom: 50px;
}

.tab-course-category ul {
  list-style: none;
  padding: 0 15px;
  margin: 0;
  display: inline-block;
  background-color: white;
  box-shadow: 0px 15px 25px 0px rgba(51, 51, 51, 0.05);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
}

.tab-course-category ul li {
  display: inline-block;
  font-size: 17px;
  color: #555;
  line-height: 45px;
  cursor: pointer;
  padding: 18px 30px;
  position: relative;
}

.tab-course-category ul li:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  bottom: 0;
  margin: auto;
  background: #0eb582;
  content: '';
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  left: 0;
}

.tab-course-category ul li:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 25px;
  bottom: 0;
  margin: auto;
  background: #e8e8e8;
  content: '';
}

.tab-course-category ul li.active {
  color: #0eb582;
}

.tab-course-category ul li.active:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.tab-course-category ul li:last-child:after {
  display: none;
}

.single-course {
  border: 1px dashed #dedfe2;
  background: #fff;
  padding: 40px 40px 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.single-course .course-category {
  margin-bottom: 8px;
}

.single-course .course-category a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 26px;
  color: #555;
  padding: 0 15px;
  letter-spacing: -0.14px;
}

.single-course .course-category a:before {
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  content: '';
  background: #0eb582;
}

.single-course .ts-course-el-title {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.24px;
}

.single-course .ts-course-el-title a {
  color: #333333;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.single-course .enrol-list-area {
  opacity: 0;
  margin-bottom: -50px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.single-course .course-enrole-list {
  padding: 0;
  list-style-type: none;
  margin-bottom: 20px;
}

.single-course .course-enrole-list li {
  display: inline-block;
  font-size: 14px;
  margin-right: 40px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.single-course .course-enrole-list li i {
  margin-right: 6px;
}

.single-course .course-enrole-list li:last-child {
  margin-right: 0;
}

.single-course .instructor {
  display: flex;
  align-items: center;
}

.single-course .instructor-thumb {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
  background: #defff6;
  overflow: hidden;
}

.single-course .instructor-thumb img {
  width: 100%;
}

.single-course .instructor a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.single-course .course-footer {
  clear: both;
  width: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0 40px;
  opacity: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.single-course .course-footer .xs-ratting-content {
  float: left;
  margin-top: 25px;
}

.single-course .course-footer .xs-ratting-content .xs-review-rattting {
  display: inline-block;
  vertical-align: middle;
}

.single-course .course-footer .xs-ratting-content .xs-review-rattting .xs-star {
  line-height: 20px;
}

.single-course .course-footer .course-price-item {
  float: right;
}

.single-course .course-footer .course-price-item .course-price,
.single-course .course-footer .course-price-item .free-course {
  min-height: 70px;
  min-width: 70px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #273c66;
  color: #fff;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.single-course .course-thumb {
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.single-course .course-shap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: scale(1.1);
}

.single-course .course-shap path {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.single-course:hover {
  background: #0eb582;
  border: 1px solid #fff;
  box-shadow: 0px 30px 50px 0px rgba(51, 51, 51, 0.08);
}

.single-course:hover .course-thumb {
  opacity: 0;
  transform: scale(0);
}

.single-course:hover .course-footer {
  opacity: 1;
  bottom: 40px;
}

.single-course:hover .enrol-list-area {
  opacity: 1;
}

.single-course:hover .border-bar {
  opacity: 0.2;
}

.single-course:hover .course-category a,
.single-course:hover .ts-course-el-title a,
.single-course:hover .course-enrole-list li,
.single-course:hover .instructor a {
  color: #fff;
}

.single-course:hover .course-category a:before {
  background: #fff;
}

.single-course:hover .course-shap path:first-of-type {
  fill: #0aa877;
}

.single-course-item .single-course {
  overflow: hidden;
}

.single-course-item .single-course:hover {
  box-shadow: 0px 20px 50px 0px rgba(14, 181, 130, 0.15);
}

.single-course-item .single-course .course-title-area {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}

.single-course-item .single-course .course-thumb {
  visibility: visible;
}

.single-course-item .single-course .hover {
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  border: none !important;
  box-shadow: none;
}

.single-course-item .single-course:hover .hover {
  opacity: 1;
  top: 0;
}

.single-course-item .single-course:hover .course-thumb {
  transform: scale(1);
  opacity: 0;
  visibility: hidden;
}

.course-single-wrap {
  margin-top: 60px;
}

.course-single-wrap .course-thumbnail {
  margin-top: -100px;
  background: #c1f3e6;
  margin-bottom: 15px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.course-single-wrap .single-course {
  overflow: visible;
}

.course-single-wrap .single-course .enrol-list-area {
  margin-bottom: 0;
}

.course-single-wrap .single-course .enrol-list-area {
  opacity: 1;
}

.course-single-wrap .single-course .course-price-item {
  text-align: center;
  position: relative;
  transform: translateY(-37px);
}

.course-single-wrap .single-course .course-price-item span {
  display: inline-block;
  background: #0eb582;
  padding: 8px 25px;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
  color: #fff;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.course-single-wrap .single-course .course-footer {
  position: relative;
  bottom: 0;
  opacity: 1;
  padding: 0;
}

.course-single-wrap .single-course .course-footer .xs-ratting-content {
  margin-top: 15px;
}

.course-single-wrap .single-course .btn-link {
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #0eb582;
  color: #fff;
  text-decoration: none;
  float: right;
  padding: 2px 0;
}

.course-single-wrap .single-course .border-bar {
  border-top: 1px solid #1bc792;
  margin: 35px 0px 0;
  padding: 15px 0;
}

.course-single-wrap .single-course:hover {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
}

.course-single-wrap .single-course:hover .course-thumbnail {
  box-shadow: 0px 35px 40px 0px rgba(0, 0, 0, 0.15);
}

.course-single-wrap .single-course:hover .course-price-item span {
  background: #273c66;
}

.course-single-wrap .single-course:hover .btn-link {
  background: #273c66;
}

.course-single-wrap .single-course:hover .wp-ratting-vote {
  color: #fff;
}

.number-features .single-intro-text .intro-content h3.ts-title span {
  font-size: 15px;
  display: block;
  margin-top: 15px;
  color: #333333;
}

.ts-feature-standard .single-intro-text {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
}

.ts-feature-standard .single-intro-text .intro-content {
  padding: 40px 40px 15px 40px;
  background: #fff;
}

.ts-feature-standard .single-intro-text .intro-content .ts-title {
  font-weight: 900;
  color: #f26522;
}

.ts-feature-standard .feature-img img {
  width: 100%;
}

.ts-feature-standard.style2 {
  position: relative;
}

.ts-feature-standard.style2:hover .featured-content {
  padding: 45px 40px 40px;
}

.ts-feature-standard.style2:hover .featured-content p {
  transform: scale(1);
  opacity: 1;
  height: auto;
  margin-bottom: 115px;
}

.ts-feature-standard.style2:hover .featured-content .feature-btn {
  opacity: 1;
  transform: scale(1);
  bottom: 50px;
  height: auto;
}

.ts-feature-standard.style2 .featured-content {
  position: absolute;
  left: 0;
  background: rgba(51, 51, 51, 0.95);
  width: calc(100% - 60px);
  color: #ffffff;
  right: 0;
  margin: 0 auto;
  padding: 32px 40px 14px 40px;
  bottom: -50px;
  border-bottom: 5px solid #f26522;
  transition: all ease .5s;
  overflow: hidden;
  height: auto;
}

.ts-feature-standard.style2 .featured-content .ts-title {
  color: #ffffff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  padding: 0 10px;
}

.ts-feature-standard.style2 .featured-content p {
  font-size: 16px;
  line-height: 26px;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  transition: all ease .5s;
}

.ts-feature-standard.style2 .feature-btn {
  position: static;
  margin: 0;
  height: 0;
  opacity: 0;
  transition: all ease .5s;
}

.ts-feature-standard.style2 .feature-btn .btn {
  position: static;
}

.ts-feature-standard.style2 .feature-btn .btn.btn-outline {
  border: 2px solid #fff;
  border-radius: 0;
  color: #fff;
}

.feature-classic {
  position: relative;
}

.feature-classic .feature-img {
  overflow: hidden;
}

.feature-classic .feature-img img {
  width: 100%;
  transform: scale(1);
  transition: all ease .5s;
}

.feature-classic .feature-content {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 85px 20px 10px;
  margin-top: -75px;
  position: relative;
  transition: all ease 0.5s;
  background-position: center center;
}

.feature-classic:hover .feature-img img {
  transform: scale(1.09);
}

.feature-btn {
  position: relative;
  top: -25px;
  margin: 0px 40px;
}

.feature-btn a {
  position: absolute;
}

.feature-btn a.fs-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f26522;
  color: #fff;
  padding: 14px;
  text-align: center;
}

.service-slider .owl-item .item .single-service {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
  position: relative;
}

.service-slider .owl-item .item .single-service:after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background: url(../../assets/images/overlay_shape.png), #333333;
  border-radius: 100px 100px 0 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 50%;
  transition: ease all .3s;
}

.service-slider .owl-item .item .single-service .service-info .service-info-content {
  position: relative;
  top: 100px;
  z-index: 2;
  transition: ease all .2s;
}

.service-slider .owl-item .item .single-service .service-info .service-info-content .service-title {
  font-size: 24px;
  color: #fff;
  line-height: 26px;
}

.service-slider .owl-item .item .single-service .service-info .service-info-content p {
  font-size: 16px;
  color: #fff;
  margin: 0px;
  opacity: 0;
  visibility: hidden;
  padding: 0px 20px;
}

.service-slider .owl-item .item .single-service .service-info .service-info-content .ts-btn {
  opacity: 0;
  visibility: hidden;
}

.service-slider .owl-item .item .single-service .service-info .service-info-content .ts-btn a {
  text-decoration: underline;
  color: #fff;
}

.service-slider .owl-item .item .single-service .service-info .service-info-content .service-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #f26522;
  left: 0;
  right: 0;
  position: relative;
  margin: 0 auto;
  top: -25px;
  color: #fff;
  padding: 18px;
  font-size: 22px;
}

.service-slider .owl-item .item .single-service:hover:after {
  background: url(../../assets/images/overlay_shape.png), #f26522;
  border-radius: 0;
  top: 0%;
}

.service-slider .owl-item .item .single-service:hover .service-icon {
  background: #fff !important;
}

.service-slider .owl-item .item .single-service:hover .service-icon i {
  color: #f26522 !important;
}

.service-slider .owl-item .item .single-service:hover .service-info-content {
  top: 0;
}

.service-slider .owl-item .item .single-service:hover .service-info-content p {
  opacity: 1;
  visibility: visible;
}

.service-slider .owl-item .item .single-service:hover .service-info-content .ts-btn {
  opacity: 1;
  visibility: visible;
}

.service-slider .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
}

.service-slider .owl-nav .owl-next {
  right: 0;
}

.service-slider .owl-nav .owl-next:hover {
  color: #fff;
  background: #f26522;
  border-color: #f26522;
}

.service-slider .owl-nav .owl-prev {
  left: -110px;
}

.service-slider .owl-nav .owl-prev:hover {
  color: #fff;
  background: #f26522;
  border-color: #f26522;
}

.service-slider-2 {
  position: relative;
}

.service-slider-2 .searvice-img {
  margin-left: 50px;
  margin-bottom: -170px;
}

.service-slider-2 .service-info-content {
  max-width: 450px;
  padding: 45px 50px 43px;
  background-image: url(../images/classroom_pattern.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  z-index: 1;
}

.service-slider-2 .service-info-content .slider-list {
  margin-bottom: 18px;
}

.service-slider-2 .service-info-content .slider-list li {
  display: inline-block;
  color: #333333;
  font-family: inherit;
  font-size: 22px;
  font-weight: 500;
}

.service-slider-2 .service-info-content .slider-list li:not(:last-child) {
  margin-right: 70px;
}

.service-slider-2 .service-info-content .slider-list li i {
  margin-right: 10px;
}

.service-slider-2 .service-info-content .ts-btn a {
  border-bottom: 2px solid #333333;
}

.service-slider-2.service-slider-list-item {
  margin-left: 30px;
}

.service-slider-2.service-slider-list-item li {
  cursor: pointer;
  width: 100%;
  text-indent: 0;
  height: auto;
}

.service-slider-2.service-slider-list-item li h3 {
  margin-bottom: 35px;
}

.service-slider-2.service-slider-list-item li.active h3 {
  color: #ff6666 !important;
}

.service-slider-2.service-slider-list-item.carousel-indicators {
  position: static;
  display: block;
  flex-direction: column;
  margin-right: 0;
}

.searvice-list-indicator {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: static;
  margin: 0;
}

.searvice-list-indicator li {
  cursor: pointer;
  line-height: 0;
  text-align: center;
  border-radius: 50%;
  margin: 4px 0;
  padding: 3px;
  width: 16px;
  height: 16px;
  transition: all ease 0.5s;
}

.searvice-list-indicator li::after, .searvice-list-indicator li::before {
  display: none;
}

.searvice-list-indicator li.active {
  width: 16px;
  height: 16px;
  border: 1px solid #ff6666;
}

.searvice-list-indicator li.active span {
  padding: 3px;
  border: 1px solid #ff6666;
  background: #ff6666;
}

.searvice-list-indicator li span {
  width: 8px;
  height: 8px;
  background: #dddddd;
  border-radius: 50px;
  display: inline-block;
}

.searvice-list-indicator.carousel-indicators li {
  text-indent: 0;
}

.campus-slider .owl-stage .owl-item .item .single-service {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 515px;
  position: relative;
}

.campus-slider .owl-stage .owl-item .item .single-service .service-info-content {
  position: absolute;
  bottom: 15px;
  left: 50px;
  right: 40%;
  z-index: 1;
}

.campus-slider .owl-stage .owl-item .item .single-service:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%);
  transition: all 0.4s ease;
  opacity: .8;
}

.campus-slider .owl-nav {
  position: absolute;
  right: 50px;
}

.campus-slider .owl-nav .owl-prev {
  bottom: 0;
  top: auto;
  right: 60px;
  left: auto;
  color: rgba(255, 255, 255, 0.5);
}

.campus-slider .owl-nav .owl-next {
  bottom: 0;
  top: auto;
  right: 0;
  left: auto;
  color: rgba(255, 255, 255, 0.5);
}

.campus-slider .owl-nav .owl-prev:hover,
.campus-slider .owl-nav .owl-next:hover {
  color: #fff;
  background: #f26522;
  border-color: #f26522;
}

.ts-testimonial-standard .testimonial-author-content {
  margin-bottom: 45px;
  opacity: 0.5;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.ts-testimonial-standard .testimonial-author-content p {
  font-size: 20px;
  letter-spacing: -0.20;
  line-height: 32px;
  padding-left: 40px;
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 35px;
  position: relative;
}

.ts-testimonial-standard .testimonial-author-content p i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 32px;
}

.ts-testimonial-standard .testimonial-author-content p:after, .ts-testimonial-standard .testimonial-author-content p:before {
  position: absolute;
  margin: auto;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-right: 1px solid #eaeaea;
  border-top: 1px solid #fff;
  content: '';
}

.ts-testimonial-standard .testimonial-author-content p:before {
  border-right: transparent;
  border-top: transparent;
  border-left: 1px solid #eaeaea;
  transform: rotate(-52deg);
  width: 4px;
  height: 20px;
}

.ts-testimonial-standard .testimonial-author-content .testimonial-footer img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  margin-right: 15px;
}

.ts-testimonial-standard .testimonial-author-content .testimonial-footer .author-name {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.18px;
  font-weight: 700;
  margin-bottom: 0px;
}

.ts-testimonial-standard .testimonial-author-content .testimonial-footer .author-designation {
  font-size: 14px;
  color: #999999;
  letter-spacing: -0.14px;
  font-weight: 400;
}

.ts-testimonial-standard .active.center .testimonial-author-content {
  opacity: 1;
}

.ts-testimonial-standard.classic .testimonial-author-content {
  padding: 50px;
  margin-top: 40px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border: 10px solid #f9f9f9;
}

.ts-testimonial-standard.classic .testimonial-author-content .testimonial-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  margin: auto;
  overflow: hidden;
  right: 0;
  border: 10px solid #fff;
}

.ts-testimonial-standard.classic .testimonial-author-content .qoute-icon {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 45px;
  height: 45px;
  background: #fff;
  font-size: 22px;
  color: #d4d4d4;
}

.ts-testimonial-standard.classic .testimonial-author-content p {
  padding-bottom: 0;
  border-bottom: none;
}

.ts-testimonial-standard.classic .testimonial-author-content p:before, .ts-testimonial-standard.classic .testimonial-author-content p:after {
  display: none;
}

.ts-testimonial-standard.classic .active.center .testimonial-author-content {
  border-color: #0eb582;
}

.kd-testimonial .elementskit-client_logo {
  display: none !important;
}

.kd-testimonial .ekit-wid-con .ekit_testimonial_style_2:hover {
  border-bottom-color: transparent;
}

.kd-testimonial .ekit-wid-con .elementskit-profile-info {
  position: relative;
  padding-left: 60px;
}

.kd-testimonial .ekit-wid-con .elementskit-profile-info::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 44px;
  height: 5px;
  background: #ffd100;
}

.ts-testimonial-standard.style-3 {
  position: relative;
  border-left: 2px solid #283747;
}

.ts-testimonial-standard.style-3:before {
  right: auto;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 0;
  height: 0;
  transform: rotate(0deg);
  border-top: 10px solid transparent;
  border-left: 10px solid #283747;
  border-bottom: 10px solid transparent;
  content: '';
  position: absolute;
  margin: auto;
}

.ts-testimonial-standard.style-3 .testimonial-author-content p {
  border-bottom: 0;
  padding-top: 75px;
  margin-bottom: 0px;
  padding-bottom: 80px;
  padding-left: 100px;
}

.ts-testimonial-standard.style-3 .testimonial-author-content p i {
  left: 100px;
  font-size: 30px;
}

.ts-testimonial-standard.style-3 .testimonial-author-content .testimonial-footer {
  padding-left: 100px;
  margin-top: -45px;
}

.ts-testimonial-standard.style-3 .owl-carousel .owl-nav.disabled {
  display: block;
}

.ts-testimonial-standard.style-3 .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -35%;
  top: 75%;
}

.ts-testimonial-standard.style-3 .owl-carousel .owl-nav .owl-prev:hover {
  background: #e74b3b;
  border-color: #e74b3b;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.ts-testimonial-standard.style-3 .owl-carousel .owl-nav .owl-next {
  position: absolute;
  left: -28%;
  top: 75%;
}

.ts-testimonial-standard.style-3 .owl-carousel .owl-nav .owl-next:hover {
  background: #e74b3b;
  border-color: #e74b3b;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.instructor-list-wrap {
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  margin-bottom: 50px;
}

.instructor-list-wrap .single-instructor-item {
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
}

.instructor-list-wrap .single-instructor-item .insturctor-img-area {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.instructor-list-wrap .single-instructor-item .instructor-profile-pic.round {
  width: 255px;
  height: 255px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  overflow: hidden;
  background: #c1f3e6;
  margin: auto auto 25px;
}

.instructor-list-wrap .single-instructor-item .instructor-profile-pic img {
  width: 100%;
}

.instructor-list-wrap .single-instructor-item .instructor-profile-content {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.instructor-list-wrap .single-instructor-item .instructor-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: -0.24px;
}

.instructor-list-wrap .single-instructor-item .instructor-name a {
  color: #333333;
}

.instructor-list-wrap .single-instructor-item p {
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: -0.14px;
}

.instructor-list-wrap .single-instructor-item .instructor-social a {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  margin: 0 10px;
}

.instructor-list-wrap .single-instructor-item .hover-item {
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
  opacity: 0;
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  background-color: #15c18d;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.instructor-list-wrap .single-instructor-item .hover-item .insturctor-img-area:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  background-image: linear-gradient(0deg, #273c66 0%, rgba(39, 60, 102, 0) 77%);
}

.instructor-list-wrap .single-instructor-item .hover-item .instructor-profile-content {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
}

.instructor-list-wrap .single-instructor-item .hover-item .instructor-name a,
.instructor-list-wrap .single-instructor-item .hover-item .instructor-designation {
  color: #fff;
}

.instructor-list-wrap:hover .single-instructor-item .normal.instructor-profile-content,
.instructor-list-wrap:hover .single-instructor-item .normal.insturctor-img-area {
  opacity: 0;
}

.instructor-list-wrap:hover .single-instructor-item .hover-item {
  box-shadow: 0px 20px 50px 0px rgba(51, 51, 51, 0.1);
  top: 0;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  background-image: linear-gradient(to top, #273c66 0%, rgba(39, 60, 102, 0) 100%);
}

.team-tab-menu {
  margin-bottom: 100px;
}

.team-tab-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.team-tab-menu ul li {
  display: inline-block;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0.2px;
  border: 3px solid #ffbcbc;
  padding: 4px 28px 5px;
  color: #555;
  cursor: pointer;
  transition: all ease .5s;
}

.team-tab-menu ul li:not(:last-child) {
  margin-right: 15px;
}

.team-tab-menu ul li.active, .team-tab-menu ul li:hover {
  background: #ff6666;
  color: #fff;
  border-color: #ff6666;
}

.ts-mix-teams .single-team-item {
  position: relative;
  text-align: center;
}

.ts-mix-teams .single-team-item .team-thumb-wrap {
  position: relative;
  width: 250px;
  height: 250px;
  margin: auto;
}

.ts-mix-teams .single-team-item .team-thumb {
  padding: 10px;
  z-index: 1;
  position: relative;
  z-index: 1;
  position: relative;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.ts-mix-teams .single-team-item .team-thumb img {
  -webkit-mask-image: url(../images/team_shape_1.svg);
  mask-image: url(../images/team_shape_1.svg);
  -webkit-mask-repeat: no-repeat;
}

.ts-mix-teams .single-team-item .team-shap-1 {
  position: absolute;
  right: 0;
  top: -10px;
  fill: #0eb582;
  width: 120px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.ts-mix-teams .single-team-item .team-shap-2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all ease 300ms;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.ts-mix-teams .single-team-item:hover .team-thumb {
  filter: drop-shadow(0px 25px 40px rgba(0, 0, 0, 0.15));
}

.ts-mix-teams .single-team-item:hover .team-shap-2 {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.ts-mix-teams .single-team-item:hover .team-shap-1 {
  top: -25px;
}

.ts-mix-teams .single-team-item .team-footer {
  padding: 30px 0;
}

.ts-mix-teams .single-team-item .team-footer h4 {
  font-size: 20px;
  font-weight: 400;
}

.ts-mix-teams .single-team-item .team-footer p {
  font-size: 18px;
  color: #555;
  margin-bottom: 0;
}

.partner-carousel .swiper-slide-inner img {
  filter: grayscale(100%);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.partner-carousel .swiper-slide-inner:hover img {
  filter: grayscale(0%);
}

.turitor-tab {
  position: relative;
}

.turitor-tab ul {
  display: block;
}

.turitor-tab ul .tab-list {
  display: block;
}

.turitor-tab .turitor-navs-tab {
  border: 0;
}

.turitor-tab .turitor-navs-tab li:not(:last-child) .title-content .content {
  border-bottom: 1px solid #eeeeee;
}

.turitor-tab .turitor-navs-tab li a {
  display: block;
  transition: all ease 0.3s;
  background: transparent;
}

.turitor-tab .turitor-navs-tab li a .title-content .title-icon {
  padding: 30px 20px;
  opacity: 0;
  transition: all ease 0.5s;
  color: #f26522;
  width: 60px;
}

.turitor-tab .turitor-navs-tab li a .title-content .content {
  flex: 1;
  padding: 35px 30px 30px;
  border-left: 1px solid #eeeeee;
  position: relative;
}

.turitor-tab .turitor-navs-tab li a .title-content .content::before {
  position: absolute;
  content: '';
  left: 0;
  top: 30px;
  width: 7px;
  height: 30px;
  background: #f26522;
  opacity: 0;
  transition: all ease .5s;
}

.turitor-tab .turitor-navs-tab li a .title-content .content strong {
  font-size: 22px;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  display: block;
  color: #333333;
  text-transform: capitalize;
}

.turitor-tab .turitor-navs-tab li a .title-content .content span {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
  color: #555;
  line-height: 26px;
  display: none;
}

.turitor-tab .turitor-navs-tab li a.active {
  background: #fbeee9;
}

.turitor-tab .turitor-navs-tab li a.active .title-content .title-icon {
  opacity: 1;
}

.turitor-tab .turitor-navs-tab li a.active .title-content .content::before {
  opacity: 1;
}

.turitor-tab .turitor-navs-tab li a.active .title-content .content strong {
  margin-bottom: 15px;
}

.turitor-tab .turitor-navs-tab li a.active .title-content .content span {
  display: block;
}

.turitor-tab .ts-tab-content {
  background: #f5f5f5;
  color: #555;
  padding: 40px;
}

.turitor-tab .ts-tab-content h3 {
  font-size: 18px;
  font-weight: 900;
  color: #333333;
  font-family: 'Roboto', sans-serif;
}

.turitor-tab .ts-tab-content .tab-bg {
  position: absolute;
  top: 0;
  width: calc(100vw / 4 + 11px);
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  left: calc(-100vw / 2);
  display: none;
}

@media (min-width: 992px) {
  .turitor-tab .ts-tab-content .tab-bg {
    display: block;
  }
}

.turitor-events .event-single {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e8e8e8;
}

.turitor-events .event-single:last-of-type {
  border-bottom: none;
}

.turitor-events .entry-header .event-meta-cat {
  margin-bottom: 10px;
  display: inline-block;
}

.turitor-events .entry-header .event-meta-cat a {
  position: relative;
  padding-left: 15px;
  color: #555;
}

.turitor-events .entry-header .event-meta-cat a:before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: '';
  background: #0eb582;
}

.turitor-events .entry-header .entry-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.24px;
}

.turitor-events .entry-header .entry-title a {
  color: #333333;
}

.turitor-events .entry-header .entry-title a:hover {
  color: #0eb582;
}

.turitor-events .event-date {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px dashed #e8e8e8;
}

.turitor-events .event-date .month {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.18px;
  display: block;
}

.turitor-events .event-date .day {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.36px;
  color: #333333;
}

.turitor-events .entry-header .event-time {
  padding-left: 15px;
  position: relative;
}

.turitor-events .entry-header .event-time:before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  content: '';
  background: #f26522;
}

.event-style {
  position: relative;
}

.event-style .event-date-style {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.event-style .event-meta-style {
  padding-left: 20px;
  border-left: 1px dashed #afafaf;
  margin-left: 60px;
}

.event-blog .event {
  border: none;
  border-radius: 0;
}

.event-blog .event .event-body {
  padding: 30px 0px 0px 0px;
}

.event-blog .event .event-body .event-date {
  padding-bottom: 5px;
}

.event-blog .event .event-body .event-date .event-meta-date {
  font-size: 36px;
  line-height: 24px;
  font-weight: 900;
  font-family: roboto;
  position: relative;
  top: 10px;
}

.event-blog .event .event-body .event-date .event-meta-date span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.event-blog .event .event-body .event-style .event-time:before {
  background: #f26522;
}

.event-blog .event:hover {
  box-shadow: none;
}

.event-blog .entry-header .entry-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 900;
}

.event-blog.style3 .event {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.04);
}

.event-blog.style3 .event-body {
  padding: 50px;
}

.event-blog.style3 .event-body .event-style .event-date-style {
  position: relative;
  background: #283747;
  padding: 0 15px;
  max-width: 70px;
}

.event-blog.style3 .event-body .event-style .event-date-style .event-date .event-meta-date {
  color: #fff;
}

.event-blog.style3 .event-body .event-style .event-meta-style {
  border-left: none;
  margin-left: 0;
  text-align: right;
}

.event-blog.style3 .event-body .event-style .event-meta-style .event-time {
  margin-right: 0px;
}

.event-blog.style3 .event-body .event-style .event-meta-style .post-meta span {
  padding-left: 0;
  padding-right: 15px;
}

.event-blog.style3 .event-body .event-style .event-meta-style .post-meta span:before {
  left: auto;
  right: 0;
}

.event-blog.style3 .event-body .event-style .entry-header {
  padding-top: 20px;
}

.event-blog.style3 .event-body .event-style .entry-content p {
  margin-bottom: -25px;
}

.event-blog.style3 .event-body:hover .event-style .event-date-style {
  background: #e74b3b;
}

.event-blog.style3 .event-body:hover .post-footer a {
  color: #e74b3b;
}

.event-blog.style3 .event-body .post-footer a {
  color: #283747;
}

/*=============================
   archive tranding course
===============================*/
.tranding-course-slider {
  padding: 100px 0 0;
}

.turitor_trending_course .owl-nav .owl-prev {
  border: 1px solid #dedfe2;
}

@media (min-width: 1200px) {
  .turitor_trending_course .owl-nav .owl-prev {
    left: -100px;
  }
}

.turitor_trending_course .owl-nav .owl-next {
  border: 1px solid #dedfe2;
}

@media (min-width: 1200px) {
  .turitor_trending_course .owl-nav .owl-next {
    right: -100px;
  }
}

.turitor_trending_course .owl-dots {
  margin-top: 50px;
}

.archive-course-container .course-archive {
  margin-bottom: 50px;
}

.archive-course-container .archive-course-filter .text-index-result {
  margin-bottom: 0;
}

.archive-course-container .archive-course-filter .turitor-course-category-dropdown,
.archive-course-container .archive-course-filter .turitor-course-order {
  display: inline-block;
  margin-left: 20px;
}

.archive-course-container .archive-course-filter .turitor-course-category-dropdown select,
.archive-course-container .archive-course-filter .turitor-course-order select {
  font-size: 16px;
  line-height: 26px;
  max-width: 100%;
  height: 50px;
  display: inline-block;
  padding: 0 40px 0 30px;
  border: 1px solid #ddd;
  border-radius: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/down_arrow.png) 90%/12px no-repeat;
}

.archive-course-container .pagination {
  margin-top: 40px;
}

.turitor-search-course-form .search-course-input {
  width: 100%;
  border: 1px dashed #dedfe2;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
}

.turitor-search-course-form .search-course-button {
  border: none;
  background-color: #0eb582;
  color: #fff;
  cursor: pointer;
  height: 100% !important;
  right: 0 !important;
  top: 0 !important;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.course-sidebar .turitor-search-course-form {
  margin-bottom: 40px;
}

.archive-widgets {
  border: 1px dashed #dedfe2;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  margin-bottom: 40px;
  padding: 40px;
}

.archive-widgets .widget-title i {
  float: right;
  font-size: 28px;
}

.archive-widgets ul {
  padding: 0;
  list-style-type: none;
  margin: 0 -40px;
}

.archive-widgets ul li {
  position: relative;
}

.archive-widgets ul li:before {
  position: absolute;
  bottom: 0;
  width: 70%;
  height: 1px;
  background-color: #ececec;
  content: '';
  left: 0;
  right: 0;
  margin: auto;
}

.archive-widgets ul li a {
  font-size: 16px;
  line-height: 26px;
  color: #555;
  letter-spacing: -0.16px;
  padding: 10px 40px;
  display: block;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  position: relative;
}

.archive-widgets ul li a:after {
  right: 0px;
  content: '\e90a';
  font-family: 'iconfont';
  font-size: 11px;
  float: right;
  opacity: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  color: #fff;
}

.archive-widgets ul li.active a, .archive-widgets ul li:hover a {
  background-color: #0eb582;
  color: #fff;
  border-color: transparent;
}

.archive-widgets ul li.active a:after, .archive-widgets ul li:hover a:after {
  opacity: 1;
}

.archive-widgets ul li:last-child:before {
  display: none;
}

.user-dashboard {
  padding: 80px 15px;
}

.user-dashboard #learn-press-profile-nav {
  background: transparent;
  border: 1px dashed #dedfe2;
  padding-top: 0;
  margin-top: 180px;
}

.user-dashboard #learn-press-profile-nav:before {
  background: transparent;
}

.user-dashboard #learn-press-profile-nav .learn-press-tabs.tabs {
  list-style-type: none;
  margin: 0;
}

.user-dashboard #learn-press-profile-nav .learn-press-tabs.tabs li {
  position: relative;
}

.user-dashboard #learn-press-profile-nav .learn-press-tabs.tabs li:before {
  position: absolute;
  bottom: 0;
  width: 70%;
  height: 1px;
  background-color: #ececec;
  content: '';
  left: 0;
  right: 0;
  margin: auto;
}

.user-dashboard #learn-press-profile-nav .learn-press-tabs.tabs li .avatar {
  width: 100%;
}

.user-dashboard #learn-press-profile-nav .learn-press-tabs.tabs li a {
  font-size: 16px;
  line-height: 26px;
  color: #555;
  letter-spacing: -0.16px;
  padding: 10px 40px;
  display: block;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  position: relative;
}

.user-dashboard #learn-press-profile-nav .learn-press-tabs.tabs li a:after {
  right: 0px;
  content: '\e90a';
  font-family: 'iconfont';
  font-size: 11px;
  float: right;
  opacity: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  color: #fff;
}

.user-dashboard #learn-press-profile-nav .learn-press-tabs.tabs li.active > a, .user-dashboard #learn-press-profile-nav .learn-press-tabs.tabs li:hover > a {
  background-color: #0eb582;
  color: #fff;
  border-color: transparent;
}

.user-dashboard #learn-press-profile-nav .learn-press-tabs.tabs li.active > a:after, .user-dashboard #learn-press-profile-nav .learn-press-tabs.tabs li:hover > a:after {
  opacity: 1;
}

.user-dashboard #learn-press-profile-nav .learn-press-tabs.tabs li.active ul, .user-dashboard #learn-press-profile-nav .learn-press-tabs.tabs li:hover ul {
  border: 1px dashed #dedfe2;
  background: #fff;
}

.user-dashboard #learn-press-profile-nav .learn-press-tabs.tabs li:last-child:before {
  display: none;
}

.user-dashboard #learn-press-profile-header {
  background: transparent;
  width: 200px;
}

.user-dashboard #learn-press-profile-header .lp-profile-avatar {
  position: relative;
  bottom: 0;
  left: 0;
}

.user-dashboard #learn-press-profile-header .lp-profile-avatar img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #c1f3e6;
  margin-bottom: 20px;
  object-fit: cover;
}

.user-dashboard #learn-press-profile-header .lp-profile-avatar .profile-name {
  font-size: 24px;
  position: relative;
  font-weight: 700;
}

.user-dashboard .lp-profile-content .lp-tab-sections {
  background: #273c66;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  margin-bottom: 40px;
  padding: 0 20px;
}

.user-dashboard .lp-profile-content .lp-tab-sections li a,
.user-dashboard .lp-profile-content .lp-tab-sections li span {
  color: #fff;
  font-size: 17px;
  letter-spacing: -0.17px;
  line-height: 40px;
  display: block;
}

.user-dashboard .lp-profile-content .lp-tab-sections li.active span {
  border-bottom: 4px solid #0eb582;
}

.user-dashboard .lp-profile-content .learn-press-subtab-content .lp-sub-menu {
  padding: 0;
  margin-bottom: 25px;
}

.user-dashboard .lp-profile-content .avatar {
  width: auto;
}

.user-dashboard .lp-profile-content table td,
.user-dashboard .lp-profile-content table th,
.user-dashboard .lp-profile-content .lp-list-table td,
.user-dashboard .lp-profile-content .lp-list-table th {
  border: none;
  text-align: left;
  border: 1px dashed #dedfe2;
  font-size: 15px;
  color: #555;
}

.user-dashboard .lp-profile-content table td a,
.user-dashboard .lp-profile-content table th a,
.user-dashboard .lp-profile-content .lp-list-table td a,
.user-dashboard .lp-profile-content .lp-list-table th a {
  color: #555;
}

.user-dashboard .lp-profile-content table td a:hover,
.user-dashboard .lp-profile-content table th a:hover,
.user-dashboard .lp-profile-content .lp-list-table td a:hover,
.user-dashboard .lp-profile-content .lp-list-table th a:hover {
  color: #0eb582;
}

.user-dashboard .lp-profile-content table th,
.user-dashboard .lp-profile-content .lp-list-table th {
  color: #333333;
  background: #fff !important;
}

.user-dashboard .order-recover input[type="text"] {
  height: 45px;
  padding: 0 20px;
  border: 1px solid #eaeaea;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
}

.user-dashboard .order-recover .button-recover-order {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 12px 40px;
  font-weight: 600;
  background: #0eb582;
  color: #fff;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
  border: none;
  cursor: pointer;
}

.user-dashboard .delete-btn {
  padding: 7px 23px;
  font-size: 12px;
  line-height: 20px;
}

.user-dashboard .form-fields input[type="text"],
.user-dashboard .form-fields input[type="password"],
.user-dashboard .form-fields textarea {
  border: 1px solid #eaeaea;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  padding: 10px 25px !important;
}

.user-dashboard .form-fields textarea {
  resize: none;
}

.user-dashboard .form-fields select {
  max-width: 100%;
  padding: 0 30px;
  height: 40px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
}

.user-dashboard input.add-btn {
  margin-top: 20px;
}

.turitor-course-latest img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  margin-right: 15px;
}

.turitor-course-latest .course-latest-list {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}

.turitor-course-latest .course-latest-list:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.turitor-course-latest p {
  margin-bottom: 0;
  font-size: 14px;
  color: #0eb582;
}

.turitor-course-latest h3.post-title {
  margin-bottom: 6px;
  font-size: 16px;
}

.turitor-course-latest h3.post-title a {
  color: #333333;
}

.turitor-course-latest h3.post-title a:hover {
  color: #0eb582;
}

.archive-course2 {
  margin-top: 40px;
}

.archive-course2 .single-course {
  padding: 30px 30px 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
}

.archive-course2 .single-course .ts-course-el-title {
  font-size: 18px;
  line-height: 26px;
}

.archive-course2 .single-course .course-thumbnail {
  margin-top: -70px;
  margin-bottom: 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  overflow: hidden;
}

.archive-course2 .single-course .course-price-item {
  transform: translateY(-20px);
}

.archive-course2 .single-course .border-bar {
  margin: 35px -30px 0;
  border-top: 1px dashed #ececec;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  padding: 8px 0;
}

.archive-course2 .single-course:hover .border-bar {
  border-top-color: #59e4ba;
}

.archive-skill-title,
.archive-cat-title {
  cursor: pointer;
}

/*=============================
   Course sidebar
===============================*/
.course-sidebar .course-widget {
  box-shadow: 0px 30px 50px 0px rgba(51, 51, 51, 0.08);
  border: 1px dashed #dedede;
  padding: 40px;
  margin-bottom: 50px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -ms-border-radius: 16px;
}

.course-sidebar .course-single-info {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
}

.course-sidebar .course-single-info .course-preview-video {
  -webkit-transform: translateY(-75px);
  -ms-transform: translateY(-75px);
  transform: translateY(-75px);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -ms-border-radius: 16px;
  margin-bottom: -40px;
}

.course-sidebar .course-intro ul {
  padding: 0;
}

.course-sidebar .course-intro ul li {
  list-style: none;
  font-size: 14px;
  line-height: 48px;
  color: #555;
  display: block;
  border-bottom: 1px solid #f2f2f9;
  clear: both;
  overflow: hidden;
}

.course-sidebar .course-intro ul li span {
  float: right;
}

.course-sidebar .course-intro ul li i {
  color: #0eb582;
  margin-right: 6px;
}

.course-sidebar .course-intro ul li:last-child {
  border-bottom: none;
}

.course-sidebar .course-enroll {
  margin-bottom: -55px;
  text-align: center;
}

.course-sidebar .course-enroll .btn {
  font-weight: 500;
}

.header--course-meta {
  margin-bottom: 15px;
}

.header--course-meta ul {
  padding: 0;
}

.header--course-meta ul li {
  list-style-type: none;
  display: inline-block;
  padding-right: 40px;
  margin-right: 30px;
  border-right: 1px solid #eaeaea;
  vertical-align: top;
}

.header--course-meta ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.header--course-meta ul li .course-instructor .course-instructor-thumb {
  box-shadow: 0px 10px 15px 0px rgba(51, 51, 51, 0.1);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  margin-right: 15px;
  overflow: hidden;
  background: #defff6;
}

.header--course-meta ul li .course-instructor img {
  width: 100%;
  height: auto;
}

.header--course-meta ul li p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
}

.header--course-meta ul li h4 {
  font-size: 16px;
  line-height: 26px;
}

.header--course-meta .course-price span {
  min-height: 70px;
  min-width: 70px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #273c66;
  color: #fff;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .course-entry-content {
    padding-left: 20px;
  }
}

.course-entry-content .course-title {
  margin-bottom: 25px;
}

.course-entry-content .header-meta {
  padding: 0;
  margin-bottom: 20px;
}

.course-entry-content .header-meta li {
  display: inline-block;
  margin-right: 35px;
  list-style: none;
  font-size: 14px;
}

.course-entry-content .header-meta li i {
  margin-right: 6px;
  vertical-align: middle;
}

.course-entry-content .header-meta li i.tsicon-students {
  font-size: 18px;
}

.course-entry-content .header-meta li:last-child {
  margin-right: 0;
}

.course-entry-content .header-meta li .xs-review-rattting {
  display: inline-block;
}

.course-entry-content .header-meta li .xs-review-rattting .xs-star:before {
  line-height: 22px;
}

.course-entry-content .feature-image {
  margin-bottom: 40px;
}

.course-entry-content .feature-image img {
  max-width: 100%;
}

.course-tabs-content ul.nav {
  background: #273c66;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  margin-bottom: 40px;
}

.course-tabs-content ul.nav li {
  text-align: center;
  position: relative;
}

.course-tabs-content ul.nav li:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 25px;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.25);
  content: '';
}

.course-tabs-content ul.nav li a {
  color: #fff;
  font-size: 17px;
  letter-spacing: -0.17px;
  line-height: 65px;
  display: block;
}

.course-tabs-content ul.nav li a:before {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 4px;
  margin: auto;
  background: #0eb582;
  content: '';
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.course-tabs-content ul.nav li a.active:before, .course-tabs-content ul.nav li a:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.course-tabs-content .overview-content p {
  line-height: 26px;
}

.course-tabs-content .curriculum-content .curriculmn-title {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  letter-spacing: -0.20px;
  margin-bottom: 20px;
  display: inline-block;
}

.course-tabs-content .curriculum-content .curriculmn-title:after {
  content: '\f0d8';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 15px;
  color: #0eb582;
}

.course-tabs-content .curriculum-content .curriculmn-title[aria-expanded="true"]:after {
  content: '\f0d7';
}

.course-tabs-content .curriculum-content .curricolumn-list {
  margin-bottom: 25px;
}

.course-tabs-content .curriculum-content .curricolumn-list li {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  list-style: none;
}

.course-tabs-content .curriculum-content .curricolumn-list li a {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
}

.course-tabs-content .curriculum-content .curricolumn-list li a:hover {
  color: #0eb582;
}

.course-tabs-content .curriculum-content .curricolumn-list li a i {
  color: #0eb582;
  margin-right: 6px;
}

.course-tabs-content .curriculum-content .curricolumn-list li a .curricolumn-preview {
  background: #0eb582;
  color: #fff;
  padding: 2px 5px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  font-size: 12px;
  margin-left: 10px;
}

.course-tabs-content .curriculum-content .curricolumn-list li .curricolumn-duration {
  float: right;
}

.course-tabs-content .public-xs-review-box,
.course-tabs-content .view-review-list {
  box-shadow: none;
  padding: 0;
  border: none;
}

.course-tabs-content #xs-review-box .write-reivew-headding,
.course-tabs-content #xs-review-box .total-reivew-headding,
.course-tabs-content .xs-review-overview-list.custom-rat .overview-summary h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

.course-tabs-content .public-xs-review-box .xs-save-button button {
  box-shadow: none;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
  background: #0eb582;
  font-weight: 500;
}

.course-tabs-content .public-xs-review-box .xs-save-button button:hover {
  background: #273c66;
}

.course-tabs-content .view-review-list .xs-reviewer-author-image > img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.co-single-instructor {
  padding-bottom: 8px;
  margin-bottom: 35px;
  border-bottom: 1px solid #eaeaea;
}

.co-single-instructor:last-of-type {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}

.co-single-instructor .co-instructor-head {
  margin-bottom: 25px;
}

.co-single-instructor .co-instructor-thumb {
  margin-right: 30px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  overflow: hidden;
  background: #defff6;
}

.co-single-instructor .co-instructor-thumb img {
  width: 100%;
}

.co-single-instructor .co-instructor-title {
  margin-bottom: 5px;
  font-size: 24px;
}

.co-single-instructor .co-instructor-title a {
  color: #333333;
}

.co-single-instructor .co-instructor-title a:hover {
  color: #0eb582;
}

.co-single-instructor .co-instructor-designation {
  margin-bottom: 0;
}

.co-single-instructor .co-instructors-socials {
  padding: 0;
  text-align: right;
  list-style-type: none;
}

.co-single-instructor .co-instructors-socials li {
  display: inline-block;
  margin-right: 6px;
}

.co-single-instructor .co-instructors-socials li:last-child {
  margin-right: 0;
}

.co-single-instructor .co-instructors-socials li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  display: block;
  border: 1px solid #eaeaea;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
}

.co-single-instructor .co-instructors-socials li a:hover {
  background: #0eb582;
  color: #fff;
}

/*=============================
   turitor list
===============================*/
.turitor-list {
  list-style-type: none;
  padding: 0;
}

.turitor-list li {
  display: block;
  padding-left: 40px;
  position: relative;
}

.turitor-list li:before {
  position: absolute;
  left: 7px;
  top: 5px;
  width: 1px;
  height: 100%;
  content: '';
  background: #eaeaea;
}

.turitor-list li:after {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  content: '';
  background: #0eb582;
}

/*=============================
   instuctor single page
===============================*/
.turitor-instructor-profile {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #c1f3e6;
  overflow: hidden;
  margin: auto auto 30px;
}

.turitor-instructor-profile img {
  width: 100%;
}

.turitor-instructor-profile img.avatar-default {
  height: 100%;
}

.instructor-sidebar .instructor-title {
  margin-bottom: 10px;
}

.instructor-sidebar .instructor-designation {
  font-size: 14px;
  margin-bottom: 10px;
}

.instructor-sidebar .instructor-follow {
  padding: 0;
  margin-bottom: 25px;
}

.instructor-sidebar .instructor-follow li {
  display: inline-block;
  font-size: 14px;
  list-style-type: none;
  letter-spacing: -0.14px;
  margin: 0 10px;
}

.instructor-sidebar .instructor-follow li i {
  margin-right: 6px;
  font-size: 18px;
  vertical-align: middle;
}

.instructor-sidebar .btn.turitor-follow-instructor {
  color: #fff;
  display: inline-block;
  margin-bottom: 30px;
  padding: 12px 24px 10px 18px;
}

.instructor-sidebar .btn.turitor-follow-instructor i {
  margin-right: 5px;
}

.instructor-sidebar .btn.turitor-follow-instructor:hover {
  color: #fff;
}

.ts-social {
  padding: 0;
}

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

.ts-social li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 1px solid #eaeaea;
  display: block;
  line-height: 35px;
  font-size: 13px;
  color: #333333;
  margin-right: 8px;
}

.ts-social li a:hover {
  background: #0eb582;
  color: #fff;
}

.ts-social li:last-child a {
  margin-right: 0;
}

.ts-social li.ts-facebook a:hover {
  background: #3b5998;
}

.ts-social li.ts-twitter a:hover {
  background: #55acee;
}

.ts-social li.ts-pinterest a:hover {
  background: #bd081c;
}

.ts-social li.ts-linkedin a:hover {
  background: #0077b5;
}

.ts-social li.ts-whatsApp a:hover {
  background: #43d854;
}

.ts-social li.ts-instagram a:hover {
  background: #3f729b;
}

.ts-social li.ts-youtube a:hover {
  background: #cd201f;
}

.user-meta-summery {
  padding: 15px 0px 15px 100px;
  background: #f4f8ff;
  list-style: none;
  margin: 0px 0 40px;
  border-radius: 15px;
}

.user-meta-summery li {
  padding: 40px;
  position: relative;
}

.user-meta-summery li:before {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  content: '';
  left: 0;
  top: 0;
  background: #eef2fa;
  position: absolute;
  bottom: 0;
  margin: auto;
}

.user-meta-summery li h4 {
  font-size: 36px;
  margin-bottom: 12px;
  position: relative;
}

.user-meta-summery li span {
  position: relative;
}

.insturctor-course-list .ts-title {
  margin-bottom: 25px;
}

.insturctor-course-list .single-course {
  padding: 30px 30px 0;
}

.insturctor-course-list .single-course .ts-course-el-title {
  font-size: 18px;
  line-height: 24px;
}

.insturctor-course-list .single-course .course-footer .wp-ratting-vote {
  display: none;
}

@media (min-width: 1025px) {
  .course-sidebar.fixed {
    position: fixed;
    top: 65px;
    max-width: 350px;
  }
}

.course-sidebar .turitor-search-course-form .lp-button {
  border-radius: 0 6px 6px 0;
  margin-right: 0;
  padding: 0 16px !important;
}

.course-sidebar .turitor-search-course-form .lp-button i {
  margin: 0;
}

/*=============================
  Lession page
===============================*/
#learn-press-content-item #course-item-content-header {
  background: #273c66;
}

#learn-press-content-item #course-item-content-header .course-item-search input {
  color: #fff;
}

#learn-press-content-item #course-item-content-header .course-item-search input::placeholder {
  color: #607091;
}

#learn-press-content-item #course-item-content-header .course-item-search button {
  color: #607091;
}

#learn-press-content-item #course-item-content-header .course-title {
  padding: 0 15px 0 30px;
}

#learn-press-content-item #course-item-content-header .course-title a {
  color: #fff;
}

#learn-press-content-item #course-item-content-header .toggle-content-item {
  background: #0eb582;
  color: #fff;
  border-left: none;
  width: 80px;
}

#learn-press-content-item #course-item-content-header .lp-button {
  background: transparent;
  color: #fff;
  border: 1px solid #45587d;
  padding: 0 35px;
  border-radius: 36px;
  cursor: pointer;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

#learn-press-content-item #course-item-content-header .lp-button:hover {
  background: #0eb582;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections {
  padding: 20px 0 20px 20px;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section:first-child .section-header {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header {
  background: #eff3f6;
  border-bottom: none;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-title {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0;
  position: relative;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-title:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content {
  margin-bottom: 0;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item {
  border: 1px solid #eaeaea;
  border-top: none;
  font-size: 16px;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta span,
#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta i {
  font-size: 10px;
  border-radius: 36px;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta span {
  background: #0eb582;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link {
  color: #555;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link:hover {
  color: #0eb582;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.current {
  background: #0eb582;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.current:before {
  background: #0eb582;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.current .section-item-link {
  color: #fff;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-status {
  background: #273c66;
}

#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-status:before {
  font-size: 10px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  background: #273c66 !important;
}

body.course-item-popup #learn-press-course-curriculum {
  border-right-color: transparent !important;
}

/*=============================
   faq
===============================*/
.tutor-faq .elementskit-accordion .elementskit-card {
  margin-bottom: 0 !important;
}

.tutor-faq .elementskit-accordion .elementskit-btn-link .icon {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 12px;
  background: #273c66;
  border-radius: 50%;
  font-size: 16px;
}

.tutor-faq .elementskit-accordion .elementskit-btn-link.collapsed .icon {
  background: transparent;
  border: 1px solid #e6e6e6;
}

.tutor-social .ekit-wid-con .ekit_social_media li a {
  font-size: 20px;
  margin-bottom: 12px;
}

.tutor-social .ekit-wid-con .ekit_social_media li a:hover {
  background-color: transparent !important;
  color: #0eb582;
}

.tutor-social .ekit-wid-con .ekit_social_media li a.facebook {
  color: #3b5998;
}

.tutor-social .ekit-wid-con .ekit_social_media li a.twitter {
  color: #3b5998;
  color: #1da1f2;
}

.tutor-social .ekit-wid-con .ekit_social_media li a.linkedin {
  color: #0077b5;
}

/*=============================
   price area 
===============================*/
.ts-price {
  transition: all ease .4s;
}

.ts-price .ekit-wid-con .elementskit-pricing-header {
  background: #ecf0f4;
}

.ts-price .elementskit-pricing-price-wraper {
  position: relative;
}

.ts-price .elementskit-pricing-price-wraper::after {
  position: absolute;
  content: '';
  width: 70px;
  height: 3px;
  background: #0eb582;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.ts-price .elementskit-pricing-content {
  position: relative;
  z-index: 9;
  background: #fff;
  border-radius: 10px;
}

.ts-price .elementskit-pricing-content .elementskit-pricing-lists > li > i {
  font-size: 16px !important;
}

.ts-price .elementskit-pricing-btn-wraper .elementskit-pricing-btn {
  opacity: 1;
  display: block !important;
  transition: all ease .5s;
}

.ts-price.ts-featured .elementskit-pricing-btn-wraper .elementskit-pricing-btn,
.ts-price:hover .elementskit-pricing-btn-wraper .elementskit-pricing-btn {
  display: block;
}

.ts-price.ts-featured {
  margin-bottom: 0px;
}

.ts-price .ekit-wid-con .elementskit-single-pricing {
  position: static;
}

.ts-price .elementor-widget {
  position: static;
}

.ts-price .elementskit-pricing-btn-wraper {
  position: absolute;
  bottom: -55px;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: all ease 0.5s;
  visibility: hidden;
}

.ts-price .featured-price .elementskit-pricing-btn-wraper {
  opacity: 1;
  visibility: visible;
}

.ts-price .elementskit-pricing-content {
  min-height: 275px;
}

.ts-price .elementor-widget-container:hover .elementskit-pricing-btn-wraper {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1600px) {
  .ts-price .elementskit-pricing-content {
    min-height: 317px;
  }
}

@media (max-width: 767px) {
  .ts-price .elementskit-pricing-btn-wraper .elementskit-pricing-btn {
    display: block;
  }
}

/*=============================
   gallery
===============================*/
.ts-masonary-item {
  background-color: #eee;
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
  position: relative;
}

.ts-masonary-item img {
  width: 100%;
}

.ts-masonary-item a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.ts-masonary-item a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: '';
  height: 100%;
  background: rgba(39, 60, 102, 0.8);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.ts-masonary-item a span {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 21px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transform: translateY(-50%) scale(1.5);
  opacity: 0;
  color: #fff;
}

.ts-masonary-item a:hover:before {
  opacity: 1;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.ts-masonary-item a:hover span {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  width: auto !important;
  margin: 0;
  border: none;
}

.ts-masonry {
  margin: 1.5em auto;
  column-gap: 1.5em;
  column-count: 4;
}

/* Masonry on large screens */
@media only screen and (min-width: 1024px) {
  .ts-masonry {
    column-count: 3;
  }
}

/* Masonry on medium-sized screens */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .ts-masonry {
    column-count: 3;
  }
}

/* Masonry on small screens */
@media only screen and (max-width: 767px) and (min-width: 540px) {
  .ts-masonry {
    column-count: 2;
  }
}

/* Masonry on small screens */
@media only screen and (max-width: 540px) {
  .ts-masonry {
    column-count: 1;
  }
}

/*=============================
   checkout
===============================*/
.learn-press-checkout .checkout-review-order .lp-list-table thead tr th {
  background: #0eb582;
}

.learn-press-checkout .checkout-review-order .lp-list-table tr td,
.learn-press-checkout .checkout-review-order .lp-list-table tr th {
  border: 1px solid #eaeaea;
}

.learn-press-checkout .learn-press-checkout-comment .order-comments {
  padding: 15px;
  border: 1px solid #eaeaea;
  resize: none;
}

.learn-press-checkout .place-order-action .lp-button {
  padding: 0 30px !important;
  margin-bottom: 15px;
  cursor: pointer;
}

.learn-press-form .form-fields .form-field input[type="text"],
.learn-press-form .form-fields .form-field input[type="email"],
.learn-press-form .form-fields .form-field input[type="number"],
.learn-press-form .form-fields .form-field input[type="password"],
input[type="email"],
.learn-press-form .form-fields .form-field textarea {
  border: 1px solid #eaeaea;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  font-size: 14px;
  background: #fff;
}

.learnpress-page .lp-button {
  padding: 0 30px !important;
}

.newsletter-area {
  position: relative;
}

.newsletter-area .newsletter-box {
  background-color: #0eb582;
  background-image: url(../images/newsletter_bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 30px 60px 0px rgba(39, 60, 102, 0.2);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  margin: 0;
  padding: 65px 80px;
}

@media (max-width: 1200px) {
  .newsletter-area .newsletter-box {
    padding: 40px 0;
  }
}

.newsletter-area .newsletter-box .newsletter-content p {
  font-size: 17px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 10px;
}

.newsletter-area .newsletter-box .newsletter-content h3 {
  margin-bottom: 0;
  font-size: 42px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.42px;
}

.newsletter-area .newsletter-box .newsletter-form {
  position: relative;
}

.newsletter-area .newsletter-box .newsletter-form p {
  margin-bottom: 0;
}

.newsletter-area .newsletter-box .newsletter-form input {
  width: 100%;
  height: 65px;
  background: #fff;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
  padding: 0 20px;
  border: none;
}

.newsletter-area .newsletter-box .newsletter-form button {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #273c66;
  border: none;
  height: 50px;
  padding: 2px 25px;
  border-radius: 36px;
  line-height: 50px;
  cursor: pointer;
}

.newsletter-area .newsletter-box .newsletter-form button i {
  margin-right: 5px;
}

.newsletter-area .newsletter-box .newsletter-form button:hover {
  background: #0eb582;
}

.newsletter-area .newsletter-box .mc4wp-form-error .mc4wp-alert {
  color: #f00;
}

.newsletter-area .newsletter-box .mc4wp-form-error .mc4wp-alert a {
  color: #fff;
}

.subscribe-form {
  text-align: center;
}

.subscribe-form .mf-input {
  text-align: center;
}

.subscribe-form button.metform-btn.metform-submit-btn {
  width: 94px;
  height: 94px;
}

.subscribe-form .mf-input-help {
  opacity: 1;
}

.footer-widget {
  margin-bottom: 40px;
}

.footer-widget .widget-title {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.18px;
}

.footer-widget ul {
  padding: 0;
}

.footer-widget ul li {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: -0.16px;
  color: #a5b7d9;
  display: block;
  list-style: none;
  padding-left: 20px;
  position: relative;
}

.footer-widget ul li:before {
  position: absolute;
  left: 0;
  top: 15px;
  width: 6px;
  height: 2px;
  background: #384f7d;
  content: '';
}

.footer-widget ul li a {
  color: #a5b7d9;
}

.footer-widget ul li a:hover {
  color: #0eb582;
}

.footer-widget .ts-social-list li {
  display: inline-block;
  padding-left: 0;
}

.footer-widget .ts-social-list li:before {
  display: none;
}

.footer-widget .ts-social-list li a {
  color: #fff;
  font-size: 13px;
}

.footer-widget .ts-social-list li a i {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 1px solid #32476f;
  text-align: center;
  line-height: 35px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.footer-widget .ts-social-list li a i:hover {
  background: #0eb582;
  color: #fff;
}

.footer-widget .ts-social-list li a i:hover.fa-facebook {
  background: #3b5998;
}

.footer-widget .ts-social-list li a i:hover.fa-twitter {
  background: #55acee;
}

.footer-widget .ts-social-list li a i:hover.fa-pinterest-p {
  background: #bd081c;
}

.footer-widget .ts-social-list li a i:hover.fa-instagram {
  background: #f46f30;
}

.footer-widget .ts-social-list li a i:hover.fa-linkedin {
  background: #0077b5;
}

.footer-widget .ts-social-list li a i:hover.fa-behance {
  background: #3b5998;
}

.footer-widget .ts-social-list li a i:hover.fa-flickr {
  background: #ff0084;
}

.footer-widget .ts-social-list li a i:hover.fa-github {
  background: #3b5998;
}

.ts-footer {
  background: #273c66;
}

.ts-footer .footer-bar {
  width: 100%;
  height: 1px;
  background: #2d436f;
}

.ts-footer .copyright {
  padding: 30px 0;
}

.ts-footer .footer-menu {
  padding: 0;
  margin: 0;
  text-align: right;
}

.ts-footer .footer-menu li {
  display: inline-block;
  list-style-type: none;
}

.ts-footer .footer-menu li a {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
}

.ts-footer .footer-menu li a:hover {
  color: #0eb582;
}

.ts-footer .footer-logo img {
  max-width: 125px;
}

@media (min-width: 992px) {
  .ts-footer .footer-logo img {
    margin-top: -17px;
  }
}

.ts-footer .copyright-text {
  margin-bottom: 0;
  color: #fff;
}

.footer-title-border .ts-section-title h2.section-title {
  border-bottom: 3px solid rgba(255, 255, 255, 0.15);
  width: 45px;
}

.BackTo {
  background: #0eb582 none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 75px;
  color: #979797;
  cursor: pointer;
  height: 44px;
  position: fixed;
  right: 14px;
  text-align: center;
  width: 44px;
  z-index: 9;
  display: block;
  padding: 8px 0;
}

.BackTo a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 2px;
}

.ts-scroll-box {
  position: relative;
}

.ts-scroll-box .BackTo {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all ease 0.4s;
}

.ts-scroll-box .BackTo a {
  color: inherit;
}

/* ==========================
// Shortcode: Topics
=============================*/
.single-topics {
  position: relative;
  box-shadow: 0px 15px 30px 0px rgba(40, 55, 71, 0.05);
  padding: 35px 40px 30px 40px;
  background: #fff;
  transition: all ease .5s;
}

.single-topics::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all ease .5s;
  background-blend-mode: multiply;
}

.single-topics::before {
  position: absolute;
  content: '';
  left: -15px;
  top: -15px;
  width: 66px;
  height: 33px;
  opacity: 0;
  transition: all ease .5s;
  background: url(../images/shap/topics_shape.png) no-repeat center left;
}

.single-topics .ts-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
  transition: all ease .3s;
}

.single-topics p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
  transition: all ease .3s;
}

.single-topics .topics-link {
  width: 34px;
  height: 34px;
  background: #fff;
  color: #e74c3c;
  padding: 6px;
  text-align: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  transition: all ease .5s;
}

.single-topics:hover {
  background: transparent;
  box-shadow: 0px 15px 30px 0px rgba(231, 76, 60, 0.2);
}

.single-topics:hover::after, .single-topics:hover::before, .single-topics:hover .topics-link {
  opacity: 1;
}

.single-topics:hover .ts-title {
  color: #fff;
}

.single-topics:hover p {
  color: #fff;
}

.ts-topics .title-style-2 .ekit-wid-con .elementskit-border-divider,
.ts-event-style-3 .title-style-2 .ekit-wid-con .elementskit-border-divider {
  position: absolute;
  left: 33% !important;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* ============================
// Error page
=============================== */
.error-page .error-code h2 {
  display: block;
  font-size: 200px;
  line-height: 200px;
  color: #303030;
  margin-bottom: 20px;
}

.error-page .error-body .btn {
  margin-top: 30px;
  font-weight: 700;
}

/*-------------------------
  preloader 
  ---------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999999999999;
  overflow: hidden;
  background: #0eb582;
  -webkit-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

#preloader.loaded {
  top: -200%;
}

#preloader.loaded .preloader-cancel-btn-wraper {
  bottom: 200%;
}

.preloader-cancel-btn-wraper {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 30px;
  -webkit-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.preloader-cancel-btn-wraper .preloader-cancel-btn {
  border-radius: 36px;
  font-size: 11px;
  background: #000;
  color: #fff;
}

.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FFFFFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FFFFFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* Global */
.admin-bar .navbar-sticky.sticky {
  margin-top: 30px;
}

/* Image */
.alignright.size-thumbnail.wp-image-827 {
  margin-bottom: 40px;
  display: inline-block;
}

img, figure {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

img[class*="wp-image-"] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
}

.wp-block-gallery .blocks-gallery-item img[class*="wp-image-"] {
  margin-bottom: 0;
}

.wp-caption {
  margin-bottom: 8px;
  max-width: 100%;
  border-radius: 0;
  padding: 0;
  clear: both;
}

.wp-caption.aligncenter {
  margin-bottom: 10px;
}

.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 4px;
  font-style: italic;
  margin-bottom: 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

/*-- HTML Formate --*/
/* table */
table, iframe {
  border: 1px solid #fbfbfb;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border-top: 1px solid #e7e7e7;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 10px 10px;
  border: 1px solid #EDEDED;
  text-align: center;
}

div#calendar_wrap caption {
  margin: 10px 10px 0;
  padding-bottom: 0;
}

div#calendar_wrap table > thead > tr > th, div#calendar_wrap table > tbody > tr > th, div#calendar_wrap table > tfoot > tr > th,
div#calendar_wrap table > thead > tr > td, div#calendar_wrap table > tbody > tr > td, div#calendar_wrap table > tfoot > tr > td {
  padding: 0;
}

.table-striped > tbody > tr:nth-child(odd),
table > tbody > tr:nth-child(odd) {
  border: 1px solid #e7e7e7;
}

dt {
  font-weight: bold;
  margin: 6px;
}

/* Gallery item */
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.gallery-size-thumbnail .gallery-caption {
  display: inline-block;
  max-width: 200px;
  margin-top: 5px;
}

.gallery-size-thumbnail .gallery-item > div > a {
  display: inline-block;
}

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

@media screen and (min-width: 30em) {
  /* Gallery Columns */
  .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}

/* Theme check */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.gallery-caption,
.bypostauthor {
  display: block;
}

code {
  overflow: auto;
  max-width: 100%;
  padding: 0 1em;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  display: inline-block;
  vertical-align: middle;
  word-wrap: break-word;
  margin: 5px 0;
}

a code {
  color: #0eb582;
}

p {
  margin: 0 0 25px;
}

p img.alignleft {
  clear: both;
  margin-bottom: 30px;
}

select {
  max-width: 100%;
}

.post-password-form input[type="password"] {
  padding: 5px 15px;
  margin-left: 10px;
}

.post-password-form input[type='submit'] {
  background-color: #0eb582;
  border: none;
  padding: 7px 55px;
  color: #fff;
  cursor: pointer;
}

blockquote.wp-block-quote {
  background: #f7f7f7;
  padding: 40px;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 25px;
}

blockquote.wp-block-quote p {
  position: relative;
}

blockquote.wp-block-quote p:before {
  content: "\f10d";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: block;
  font-size: 28px;
  color: #dedede;
}

blockquote.wp-block-quote cite {
  font-size: 14px;
}

/*============================
   post
=============================== */
.post,
.search article.turitor-events,
.search article.lp_course {
  margin: 0 0 40px;
}

.post .post-media,
.search article.turitor-events .post-media,
.search article.lp_course .post-media {
  width: calc(100% - 0px);
  position: relative;
  overflow: hidden;
}

.post .post-media .video-link-btn,
.search article.turitor-events .post-media .video-link-btn,
.search article.lp_course .post-media .video-link-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.post .post-media .video-link-btn a,
.search article.turitor-events .post-media .video-link-btn a,
.search article.lp_course .post-media .video-link-btn a {
  background: #0eb582;
  padding: 15px 20px;
  display: inline-block;
  color: #fff;
  font-size: 25px;
}

.post .post-body,
.post .post-quote-content,
.search article.turitor-events .post-body,
.search article.turitor-events .post-quote-content,
.search article.lp_course .post-body,
.search article.lp_course .post-quote-content {
  background: #fff;
  padding: 40px;
  border: 1px solid #eeeeee;
}

.post .entry-header .entry-title,
.search article.turitor-events .entry-header .entry-title,
.search article.lp_course .entry-header .entry-title {
  margin-bottom: 20px;
  word-wrap: break-word;
  font-size: 36px;
}

.post .entry-header .entry-title a,
.search article.turitor-events .entry-header .entry-title a,
.search article.lp_course .entry-header .entry-title a {
  color: #222222;
}

.post .entry-header .entry-title a:hover,
.search article.turitor-events .entry-header .entry-title a:hover,
.search article.lp_course .entry-header .entry-title a:hover {
  color: #0eb582;
}

.post .post-meta,
.search article.turitor-events .post-meta,
.search article.lp_course .post-meta {
  margin-bottom: 25px;
}

.post .post-meta span,
.search article.turitor-events .post-meta span,
.search article.lp_course .post-meta span {
  display: inline-block;
  margin-right: 20px;
  color: #666666;
  font-size: 14px;
}

.post .post-meta span i,
.search article.turitor-events .post-meta span i,
.search article.lp_course .post-meta span i {
  margin-right: 6px;
}

.post .post-footer,
.search article.turitor-events .post-footer,
.search article.lp_course .post-footer {
  clear: both;
}

.post .post-footer .btn-link,
.search article.turitor-events .post-footer .btn-link,
.search article.lp_course .post-footer .btn-link {
  color: #0eb582;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.post .post-footer .btn-link i,
.search article.turitor-events .post-footer .btn-link i,
.search article.lp_course .post-footer .btn-link i {
  margin-left: 5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  vertical-align: middle;
}

.post .post-footer .btn-link:hover i,
.search article.turitor-events .post-footer .btn-link:hover i,
.search article.lp_course .post-footer .btn-link:hover i {
  margin-left: 10px;
}

.post .post-footer a i,
.search article.turitor-events .post-footer a i,
.search article.lp_course .post-footer a i {
  vertical-align: middle;
}

.post.sticky .meta-featured-post,
.search article.turitor-events.sticky .meta-featured-post,
.search article.lp_course.sticky .meta-featured-post {
  display: block;
  position: absolute;
  right: -35px;
  top: 18px;
  background: #0eb582;
  width: auto;
  height: auto;
  padding: 12px 45px;
  color: #fff;
  display: inline-block;
  transform: rotate(45deg);
  font-size: 12px;
  font-weight: 700;
  -webkit-transform: rotate(45deg);
  z-index: 1;
}

.post.sticky .post-body,
.search article.turitor-events.sticky .post-body,
.search article.lp_course.sticky .post-body {
  overflow: hidden;
  position: relative;
}

.search article.page {
  padding: 40px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
  border: 1px solid #eeeeee;
}

.search article.page .entry-header .entry-title a {
  color: #222222;
}

.xs-page-header {
  margin-bottom: 30px;
}

/*=========================== ===========
         sidebar
========================================*/
.sidebar .widget {
  margin-bottom: 40px;
  border: 1px solid #eeeeee;
  padding: 40px;
}

.sidebar .widget.widget_search {
  padding: 0;
  border: 0;
}

.sidebar .widget.widget_search .form-control {
  font-style: italic;
  font-weight: 600;
  border-radius: 0;
}

.sidebar .widget.widget_search .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #0eb582;
}

.sidebar .widget.widget_search .input-group-btn {
  background: #0eb582;
  color: #FFFFFF;
  padding: 0 20px;
  height: 50px;
  cursor: pointer;
  border: none;
}

.sidebar .widget.widget_search .input-group-btn i {
  line-height: 52px;
}

.sidebar .widget.widget-tags ul li {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
}

.sidebar .widget.widget-tags ul li a {
  display: block;
  padding: 5px 20px;
  border: 1px solid #eee;
  color: #666;
  transition: all 0.3s;
}

.sidebar .widget.widget-tags ul li a:hover {
  background: #0eb582;
  color: #fff;
  transition: all ease 500ms;
}

.sidebar .widget.widget-tags ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget-title {
  font-size: 20px;
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 15px;
}

.sidebar .widget-title:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0px;
  width: 50px;
  height: 2px;
  left: 0;
  z-index: 1;
  background: #0eb582;
}

.sidebar ul {
  border: 0;
  padding: 0;
  list-style: none;
}

.sidebar ul li {
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.sidebar ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.sidebar ul li a {
  color: #666;
}

.sidebar ul li a:hover {
  color: #0eb582;
}

.sidebar ul li a.url, .sidebar ul li a.rsswidget {
  color: #333333;
}

.sidebar ul li a.rsswidget {
  font-weight: 600;
}

.sidebar ul li cite {
  font-style: normal;
}

.sidebar ul.sub-menu, .sidebar ul.children {
  padding: 10px 0px 0 20px;
}

.sidebar ul.children {
  padding-bottom: 0;
}

.tag-lists a,
.tagcloud a {
  border: 1px solid #f1f1f1;
  color: #5a5a5a;
  display: inline-block;
  font-size: 14px !important;
  padding: 4px 13px;
  margin-left: 3px;
  margin-bottom: 10px;
  border-radius: 36px;
}

.tag-lists a:hover,
.tagcloud a:hover {
  color: #0eb582;
}

.textwidget img {
  margin: 10px 0;
}

.page-links .page-link {
  display: inline-block;
}

/*=======================================
 Post  details
 ========================================*/
.post-details .entry-thumbnail {
  margin-bottom: 40px;
}

.post-details .entry-header .entry-title {
  margin-bottom: 22px;
  font-size: 36px;
}

.post-details .entry-header .post-meta {
  margin-bottom: 25px;
}

.post-details .entry-header .post-meta span {
  display: inline-block;
  margin-right: 20px;
}

.post-details .entry-header .post-meta span i {
  margin-right: 10px;
}

.post-details .entry-header .post-meta span:last-of-type {
  margin-right: 0;
}

/*=======================================
 Post  Comments section
 ========================================*/
.blog-post-comment .comment-title {
  font-size: 24px;
}

.blog-post-comment .comment-info [class*=col-md-] {
  margin-bottom: 15px;
  position: inherit;
}

.blog-post-comment .comment-content > h3 {
  margin-bottom: .5rem;
}

.blog-post-comment .comment-respond {
  margin-bottom: 40px;
  margin-top: 40px;
}

.blog-post-comment .comment-respond .comment-reply-title {
  font-size: 24px;
}

.blog-post-comment .comment-respond .comment-form input[type="email"] {
  border: 1px solid #ced4da;
}

.blog-post-comment .comment-respond .comment-form .form-control {
  border-radius: 0;
  height: 45px;
  margin-bottom: 15px;
}

.blog-post-comment .comment-respond .comment-form .form-control.msg-box {
  height: 245px;
  padding: 20px 25px;
}

.blog-post-comment .comment-respond .comment-form .form-control:focus {
  box-shadow: none;
  border-color: #0eb582;
}

.blog-post-comment .comment-respond .comment-form .comment-form-cookies-consent {
  display: none;
}

.blog-post-comment .comment-respond .comment-form .comment-notes {
  font-style: italic;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
  margin-top: 40px;
}

.loginformuser .form-control {
  height: 100%;
  resize: none;
}

.loginformuser .form-control:focus {
  box-shadow: none;
  border-color: #0eb582;
}

/* Common */
.pingback p, .pingback .says {
  display: none;
}

.comments-list .pingback .comment-body,
.comments-list .trackback .comment-body {
  margin-left: 0;
}

.blog-post-comment h3.comment-num {
  font-size: 24px;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

.comments-list .comment {
  list-style: none;
}

.comments-list .comment .last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comments-list .comment-author {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
  font-size: 16px;
  color: #1c1c24;
  font-style: normal;
}

.comments-list .comment-author a {
  color: #1c1c24;
}

.comments-list .comment-author a:hover {
  color: #0eb582;
}

.comments-list .comment-author cite {
  font-style: normal;
}

.comments-list .comment-date {
  font-size: 14px;
  display: block;
  margin-top: -5px;
}

.comments-list .comment-content {
  margin: 15px 0;
}

.comments-list .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-left: 110px;
}

.comments-list img.comment-avatar {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 30px;
}

.comments-list .comment-reply-link {
  color: #252a37;
  font-weight: 400;
  font-size: 14px;
}

.comments-list .comment-reply-link i {
  margin-right: 5px;
}

.comments-list .comment-reply-link:hover {
  color: #0eb582;
}

.comments-counter {
  font-size: 18px;
}

.comments-counter a {
  color: #666;
}

.comments-reply {
  list-style: none;
  margin: 0 0 0 70px;
}

#cancel-comment-reply-link {
  float: right;
  color: #000;
}

#cancel-comment-reply-link:hover {
  color: #0eb582;
}

.not-found h1 {
  margin-bottom: 20px;
}

.not-found .input-group-btn {
  background: #0eb582;
  color: #FFFFFF;
  padding: 0 20px;
  border: none;
  cursor: pointer;
}

.not-found .input-group-btn i {
  line-height: 48px;
}

.not-found .form-control:focus {
  box-shadow: none;
  border-color: #0eb582;
}

.not-found p {
  line-height: 1.1;
  margin-bottom: 25px;
}

.not-found p small {
  display: block;
}

article.page .post-meta {
  margin-bottom: 15px;
}

/*===========================
         author box
=============================*/
.author-box {
  padding: 40px 40px 20px;
  margin-bottom: 40px;
}

.author-box .author-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.author-box .author-info {
  margin-left: 90px;
}

.author-box .author-info > h3 {
  margin-bottom: 4px;
}

.author-box .author-url {
  margin-bottom: 12px;
}

.author-box .author-url a {
  color: #666666;
  font-size: 14px;
}

/*=============================
   pagination nav
 =============================*/
.post-navigation {
  padding: 25px;
  border: 1px solid #eeeeee;
  margin-bottom: 40px;
  margin-top: 35px;
}

.post-navigation .post-previous, .post-navigation .post-next {
  padding: 0 40px;
  width: 50%;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.post-navigation span:hover, .post-navigation h3:hover {
  color: #0eb582;
}

.post-navigation h3 {
  font-size: 20px;
  line-height: 30px;
  margin: 5px 0;
  ms-word-wrap: break-word;
  word-wrap: break-word;
}

.post-navigation span {
  color: #666;
}

.post-navigation i {
  margin: 0 5px;
  color: #666;
}

.post-navigation .post-previous {
  text-align: left;
  float: left;
  border-left: 0 none;
  border-right: 0 none;
  padding: 0 40px 0 0;
}

.post-navigation .post-next {
  text-align: right;
  float: right;
  border-right: 0 none;
  padding: 0 0 0 40px;
}

/*==============================
 pagination
 ============================*/
.pagination {
  margin: 0;
}

.pagination li {
  margin-right: 8px;
  line-height: 30px;
}

.pagination li a, .pagination li span {
  width: 40px;
  height: 40px;
  line-height: normal;
  border: 1px solid #dadada;
  text-align: center;
  display: inline-block;
  color: #666;
  border-radius: 3px;
}

.pagination li a i, .pagination li span i {
  line-height: 40px;
}

.pagination li.active a, .pagination li:hover a {
  color: #fff;
  background: #0eb582;
  border: 1px solid transparent;
}

.pagination li.active a:hover, .pagination li:hover a:hover {
  background: #0eb582;
}

.pagination li.pagination-dots {
  margin: 0 15px 0 10px;
}

.entry-content .page-links {
  color: #10100E;
  margin-left: 5px;
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
}

.entry-content .page-links span {
  display: inline-block;
}

.entry-content .page-links span.page-link {
  color: #10100E;
  margin-right: 5px;
}

.entry-content .page-links .page-link-text {
  margin-right: 10px;
}

/*=======================
   blog details
 ========================*/
.blog-single .post .post-media {
  margin-bottom: 30px;
}

.blog-single .post .post-body {
  background: #fff;
  border: 0;
  padding: 0;
}

.sidebar .widget select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #596172;
  border-color: #ebebeb;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 50px;
  height: 50px;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  padding: 0 30px;
  border-radius: 0 !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-color: #fff;
}

/* Review logo */
.header-standard .navbar-brand {
  max-width: 170px;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .header-style-2 .nav-widget {
    display: none;
  }
  .header-style-2 .elementor-element.elementor-element-a1abbe6 {
    width: 20%;
  }
  .header-style-2 .elementor-element.elementor-element-6be1028 {
    width: 40%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-nav-right-info {
    display: none;
  }
  .elementor-widget-turitor-cartbtn {
    display: none;
  }
  .elementor-widget-turitor-userlogin {
    display: none;
  }
  .header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li .dropdown-menu {
    left: -100%;
  }
}

@media (max-width: 992px) {
  .profile-orders {
    overflow-y: scroll;
  }
  .user-dashboard .order-recover .button-recover-order {
    margin-top: 15px;
  }
  .header {
    padding: 20px 0;
  }
  .header #primary-nav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    z-index: 99;
    padding: 0 15px;
  }
  .header #primary-nav li a {
    color: #222;
    font-size: 14px;
  }
  .header #primary-nav li ul.dropdown-menu {
    box-shadow: none;
  }
  .header #primary-nav li .dropdown-menu {
    padding: 0;
  }
  .header #primary-nav ul > li > a {
    line-height: 58px;
  }
  .header.header-default #primary-nav {
    padding: 15px 15px 0;
  }
  .media.header-cd-area {
    display: none;
  }
  .newsletter-box .newsletter-content {
    text-align: center;
    margin-bottom: 30px;
  }
  .newsletter-box .newsletter-content h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .ts-footer .footer-logo {
    margin-bottom: 20px;
    display: inline-block;
  }
  .ts-footer .footer-menu,
  .ts-footer .copyright {
    text-align: center;
  }
  .elementor-widget-turitor-cartbtn {
    display: none;
  }
  .elementor-widget-turitor-userlogin {
    display: none;
  }
}

@media (max-width: 767px) {
  body.course-item-popup #course-item-content-header .course-item-search,
  #learn-press-content-item #course-item-content-header .course-title {
    display: none;
  }
  body.course-item-popup #learn-press-course-curriculum {
    width: 250px !important;
  }
  .header-logo-area {
    margin-bottom: 20px;
    text-align: center;
  }
  .main-slider .slider-content .sub-title {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .main-slider .slider-content .main-title {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .main-slider .slider-content .slider-desc {
    font-size: 16px;
    margin-right: 0px;
    margin-bottom: 25px;
  }
  .main-slider .slider-content .btn {
    font-size: 16px;
    padding: 14px 25px 13px;
    margin-bottom: 10px;
  }
  .main-slider .slider-content .btn .icon {
    margin-right: 5px;
  }
  .main-slider .slider-content .btn + .btn {
    margin-left: 8px;
  }
  .main-slider-style3 .slider-image .image-box {
    transform: rotate(0);
  }
  .main-slider-style3 .slider-image .image-box img {
    transform: scale(1) rotate(0deg);
  }
  .main-slider-style3 .slider-image .image-box:hover img {
    transform: scale(1) rotate(0deg);
  }
  .service-slider-2 .searvice-img {
    margin-bottom: -70px;
  }
  .home-default-banner .ekit-section-parallax-layer {
    display: none;
  }
  .tutor-faq .elementskit-accordion .elementskit-btn-link .icon {
    width: 30px;
    height: 30px;
    padding: 7px;
  }
}

@media (max-width: 480px) {
  .user-dashboard #learn-press-profile-nav .learn-press-tabs.tabs {
    margin-top: 35px;
    background: #f9f9f9;
  }
  .user-dashboard #learn-press-profile-nav:hover #profile-mobile-menu {
    background: #0eb582;
  }
  .user-dashboard #learn-press-profile-nav .tabs > li.active ul,
  .user-dashboard #learn-press-profile-nav .tabs > li.active a,
  .user-dashboard #learn-press-profile-nav .tabs > li:hover ul,
  .user-dashboard #learn-press-profile-nav .tabs > li:hover a {
    background: #f9f9f9;
  }
  .text-index-result,
  .turitor-course-category-dropdown {
    margin-bottom: 15px !important;
    text-align: center !important;
  }
  .course-entry-content .course-title {
    font-size: 26px;
    line-height: 30px;
  }
  /* Main Slider */
  .main-slider .slider-content .main-title {
    font-size: 30px;
  }
  .main-slider-style3 .slider-image {
    display: block;
  }
  .main-slider-style3 .slider-image .image-box {
    width: 100%;
    display: block;
  }
  .main-slider-style3 .slider-image .image-box.image-one {
    margin: 0;
  }
}

.d-xxl-none {
  display: none;
}

@media (min-width: 1300px) {
  .d-xxl-none {
    display: inline-flex;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .header.header-default .navbar-container .navbar-light .main-menu > li {
    padding: 0 12px;
  }
}

@media (max-width: 991px) {
  .header .navbar-container .navbar-light .main-menu li ul.dropdown-menu li.dropdown:after {
    right: -10px;
  }
  .header.header-default .navbar-container .navbar-light #primary-nav .main-menu li ul.dropdown-menu li .dropdown-menu {
    padding-left: 20px;
  }
}

@media (min-width: 992px) {
  .main-slider .banner-item {
    min-height: calc(100vh - 130px);
  }
}

@media (min-width: 1025px) {
  .main-menu .elementskit-dropdown li:first-child {
    margin-top: 0;
  }
  .main-menu .elementskit-dropdown li:last-child {
    margin-bottom: 0px;
  }
  .main-menu .ekit-wid-con .dropdown-item.active,
  .main-menu .ekit-wid-con .dropdown-item:active {
    background: rgba(255, 255, 255, 0.5);
  }
  .main-menu .elementskit-navbar-nav > li > a::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: auto;
    border-radius: 50%;
    background: #0eb582;
    opacity: 0;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
  }
  .main-menu .elementskit-navbar-nav > li:hover > a::after {
    opacity: 1;
  }
}

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