
@charset "UTF-8";
/*
Template Name: Edura
Template URL: http://themeholy.com/html/edura
Description: Online Courses & Education HTML Template
Author: themeholy
Author URI: https://themeforest.net/user/themeholy
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.00. Popup Search
    4.00. Popup Side Menu
    4.00. Wocommerce
    4.00. Products
    4.00. Cart
    4.00. Checkout
    4.00. Wishlist
    4.00. Client
    4.00. Service
05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
  @use "sass:math";
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #0D5EF4;
  --theme-color2: #F20F10;
  --title-color: #0F2239;
  --body-color: #4D5765;
  --smoke-color: #F3F7FB;
  --black-color: #000000;
  --white-color: #ffffff;
  --light-color: #72849B;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #ecf1f9;
  --title-font: 'Jost', sans-serif;
  --body-font: 'Roboto', sans-serif;
  --icon-font: "Font Awesome 5 Free";
  --main-container: 1380px;
  --container-gutters: 24px;
   --section-space: 70px;
  --section-space-mobile: 50px;
  --section-title-space: 30px;
  --ripple-ani-duration: 5s;
}

/* font declearation */
h1,h2,h3,h4,h5,button,a{
  font-family: "Jost", sans-serif !important;
}
p,span,li,ul,div,h6{
  font-family: "Roboto", sans-serif !important;
}
h2.sec-title{
font-size: 36px;
font-weight: 600;
line-height: 56px;
color: #0F2239;
}
.custom-border p {
    text-align: justify;
    font-size: 18px !important;
}
p{

    text-align: justify ;

  
}
.ewa-rteLine{
   text-align: justify ;
}
p span{
  font-size: 18px !important;
  line-height: 30px !important;
    text-align: justify ;
  font-family: "Roboto", sans-serif !important;
  
}
/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /***scroll-bar***/
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 20px;
}

body::-webkit-scrollbar-track {
  background: rgba(252, 0, 18, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  border-radius: 20px;
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}

a:hover {
  color: #FBBF24 !important
}

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

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}



/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}

@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}

@media (min-width: 1700px) {
  .th-container {
    --main-container: 1450px;
    transform: translateX(-115px);
  }
  .th-container3 {
    --main-container: 1710px;
  }
}

@media (min-width: 1600px) {
  .th-container {
    --main-container: 1350px;
    transform: translateX(-65px);
  }
  .th-container2 {
    --main-container: 1680px;
  }
}

@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .th-container3 {
    --main-container: 1500px;
  }
}



/*------------------- 2.4. Slick Slider -------------------*/
.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.slick-list {
  padding-left: 0;
  padding-right: 0;
}

.slick-track {
  min-width: 100%;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 2px 0;
  margin: 60px 0 0 0;
  line-height: 0;
  text-align: center;
  height: -moz-max-content;
  height: max-content;
}

.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: rgba(13, 94, 244, 0.3);
  width: 30px;
  height: 30px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  border: 0;
  transition: all ease 0.4s;
  position: relative;
}

.slick-dots button:hover {
  border-color: var(--theme-color);
}

.slick-dots button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  border: none;
  background-color: transparent;
  border-radius: 50%;
  transition: all ease 0.4s;
  visibility: hidden;
  opacity: 1;
}

.slick-dots .slick-active button {
  border-color: var(--theme-color);
}

.slick-dots .slick-active button::before {
  background-color: var(--theme-color);
  visibility: visible;
  opacity: 1;
}
/*------------------- 2.5. Mobile Menu -------------------*/
.th-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.th-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: rgba(28, 185, 200, 0.1);
}

.th-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}

.th-menu-wrapper .th-menu-toggle {
  border: none;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}

.th-menu-wrapper .th-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.th-menu-wrapper .th-logo-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}

.th-menu-wrapper.th-body-visible {
  opacity: 1;
  visibility: visible;
}

.th-menu-wrapper.th-body-visible .th-logo-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.th-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}

.th-mobile-menu .new-label {
  font-size: 13px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 2px 5px;
  border-radius: 4px;
  position: relative;
  top: -1px;
}

.th-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}

.th-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.th-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}

.th-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 18px;
}

.th-mobile-menu ul li a:before {
  content: '\f105';
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
}

.th-mobile-menu ul li.th-active > a {
  color: var(--theme-color);
}

.th-mobile-menu ul li.th-active > a:before {
  transform: rotate(90deg);
}

.th-mobile-menu ul li ul li {
  padding-left: 20px;
}

.th-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.th-mobile-menu ul .th-item-has-children > a .th-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}

.th-mobile-menu ul .th-item-has-children > a .th-mean-expand:before {
  content: '\f067';
  font-family: var(--icon-font);
}

.th-mobile-menu ul .th-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
}

.th-mobile-menu ul .th-item-has-children.th-active > a .th-mean-expand:before {
  content: '\f068';
}

.th-mobile-menu ul .th-item-has-children.th-active > a:after {
  content: "\f068";
}

.th-mobile-menu > ul {
  padding: 0 40px;
}

.th-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.th-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 5px;
}

.th-menu-toggle:hover {
  background-color: var(--title-color);
}

.th-menu-toggle.style-text, .th-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}

.th-menu-toggle.style-text i, .th-menu-toggle.style-text-white i {
  margin-right: 10px;
}

.th-menu-toggle.style-text-white {
  color: var(--white-color);
}

@media (max-width: 400px) {
  .th-menu-wrapper .th-logo-area {
    width: 100%;
    max-width: 270px;
  }
  .th-mobile-menu > ul {
    padding: 0 20px;
  }
}


/*------------------- 3.2. Buttons -------------------*/


.tutor-bg-primary.tutor-color-white:hover {
  color: var(--white-color);
}

.tutor-ratings-stars {
  color: var(--theme-color);
}
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #0D5EF4 ;
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  padding: 20.5px 29px;
  box-shadow: 0px 6px 16px rgba(13, 94, 244, 0.24);
  border-radius: 5px;
}

.th-btn:before {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 600%;
  background-color: #0F2239;
  transform: translateX(-50%) translateY(-50%) rotate(60deg);
  z-index: -1;
  transition: 0.7s ease;
}
#contact-sec .th-btn {
    background-color: #0D5EF4 !important;
}
.header-button .th-btn{
    background-color: #0D5EF4;
}
.header-button .th-btn:before {
  background-color: #fff;
}
.th-btn:hover, .th-btn.active {
  color: #FBBF24 !important
}

.th-btn:hover::before, .th-btn.active::before {
  height: 560%;
}

.th-btn.white-btn{
  background-color: #fff;
  color: var(--theme-color);
}
.play-btn {
  display: inline-block;
    position: absolute;
  z-index: 22;
}

.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 100px);
  height: var(--icon-size, 100px);
  line-height: var(--icon-size, 100px);
  text-align: center;
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: var(--icon-font-size, 1.2em);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}

.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--title-color);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}

.play-btn:after {
  animation-delay: 2s;
}

.play-btn:hover:after, .play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.play-btn.style2 > i {
  --icon-size: 40px;
  background: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
}

.play-btn.style2:after, .play-btn.style2:before {
    background: #0D5EF4;
  opacity: 0.8;
  width: 80px;
  height: 80px;
  margin-top: -20px;
  margin-left: -20px;
}
.link-btn {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  color: var(--theme-color);
}

.link-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}

.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}

.link-btn:hover {
  color: var(--theme-color);
}

.link-btn:hover::before {
  width: 100%;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 8;
  opacity: 1;
  visibility: hidden;
  transform: translateY(45px);
  transition: all 300ms linear;
}

.scroll-top:after {

  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  border-radius: 50%;
}

.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}

.scroll-top svg path {
  fill: none;
}

.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  box-sizing: border-box;
  transition: all 400ms linear;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-top.show i {
  position: absolute;
  left: 17px;
  right: 0px;
  margin: auto;
  top: 16px;
}
/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 60px;
  }
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 12px);
  margin-top: -0.23em;
}

.sub-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color);
  font-family: var(--title-font);
  text-transform: uppercase;
  margin-top: -0.41em;
  margin-bottom: 22px;
  display: block;
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 12px);
  position: relative;
  z-index: 2;
}

.title-area .sec-title {
  margin-bottom: 15px;
}

.title-area.mb-0 .sec-title {
  margin-bottom: -0.41em;
}

.sec-text {
  max-width: 670px;
}

.title-area.text-center .sec-text {
  margin-left: auto;
  margin-right: auto;
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -0.32em;
}

.box-title a {
  color: inherit;
}

.box-title a:hover {
  color: var(--theme-color);
}

.sec-btn {
  margin-bottom: var(--section-title-space);
}

/* Large devices */
@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 18px;
  }
  .shadow-title {
    font-size: 96px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
  .title-area.mb-30,
  .sec-title.mb-30 {
    margin-bottom: 25px;
  }
  .title-area.mb-40,
  .sec-title.mb-40 {
    margin-bottom: 28px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 32px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 35px;
  }
  .title-area.mb-25,
  .sec-title.mb-25 {
    margin-bottom: 15px;
  }
  .title-area.mb-35,
  .sec-title.mb-35 {
    margin-bottom: 25px;
  }
  .sec-btn {
    --section-title-space: 65px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .shadow-title {
    font-size: 88px;
  }
  .sub-title {
    margin-bottom: 12px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 25px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 27px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 28px;
  }
  .sec-btn {
    --section-title-space: 45px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .shadow-title {
    font-size: 60px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .shadow-title {
    font-size: 50px;
    top: 55%;
  }
}

/*------------------- 3.4. Common -------------------*/
.image-scale-hover {
  overflow: hidden;
}

.image-scale-hover img {
  transition: all ease 0.4s;
  transform: scale(1.001);
}

.image-scale-hover:hover img {
  transform: scale(1.2);
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

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

.z-index-3 .slick-slider {
  z-index: 3;
}

.media-body {
  flex: 1;
}

.badge {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color2);
  color: var(--white-color);
  padding: 0.35em 0.55em;
  border-radius: 50%;
  top: -5px;
  right: -5px;
  font-weight: 400;
}

.th-social a {
  display: inline-block;
  width: var(--icon-size, 45px);
  height: var(--icon-size, 45px);
  line-height: var(--icon-size, 45px);
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
}

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

.th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.th-social.style2 a {
  border-radius: 3px;
  border: 1px solid #DBE3EE;
  background: var(--white-color);
  color: #4D5765;
}

.th-social.style2 a:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

.slider-shadow .slick-list {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: -30px;
  margin-top: -30px;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.video-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  /* Medium devices */
}

@media (max-width: 991px) {
  .video-box {
    min-height: 400px;
  }
  .video-box img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.video-box .overlay {
  width: 100%;
  height: 100%;
  background-color: var(--black-color);
  opacity: 0.6;
  position: absolute;
  inset: 0;
}

.video-box .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.video-box .video-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  padding: 30px 15px;
}

.video-box .video-title {
  color: var(--white-color);
  margin: 0 auto 40px auto;
  font-weight: 500;
  max-width: 760px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .video-box .video-title {
    margin: 0 auto 30px auto;
  }
}

.video-box .video-text {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--white-color);
  display: block;
  margin-top: 20px;
}

.video-box .icon-btn {
  background-color: transparent;
  border: 1px solid;
  color: var(--white-color);
  --btn-size: 80px;
  font-size: 20px;
}

.video-box .icon-btn:hover {
  color: var(--theme-color);
}

.shape-mockup-wrap {
  z-index: 2;
  position: relative;
  overflow: hidden !important;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
}

.shape-mockup.z-index3 {
  z-index: 3;
}


/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/


.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.wp-block-archives a:not(:hover) {
  color: inherit;
}

.th-blog ul.wp-block-archives li {
  margin: 5px 0;
}

.tutor-widget,
.widget {
  padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  border: 1px solid var(--border-color);
  box-shadow: 0px 9px 14px #fbfbfb;
  border-radius: 10px;
  margin-bottom: 40px;
  position: relative;
}

.tutor-widget select,
.tutor-widget input,
.widget select,
.widget input {
  height: 55px;
  border-radius: 8px;
  border: none !important;
}

.tutor-widget.blog-widget-cta,
.widget.blog-widget-cta {
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
}

.tutor-widget-title,
.wp-block-search__label,
.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.1em 0 29px 0;
  padding-bottom: 16px;
  border-bottom: 3px solid var(--border-color);
}

.tutor-widget-title a,
.wp-block-search__label a,
.widget_title a {
  color: inherit;
}

.tutor-widget .tutor-form-wrap,
.tutor-widget .search-form,
.widget .tutor-form-wrap,
.widget .search-form {
  display: flex;
  border-radius: 100px;
  background: var(--smoke-color);
  align-items: center;
}

.tutor-widget .tutor-form-wrap input,
.tutor-widget .search-form input,
.widget .tutor-form-wrap input,
.widget .search-form input {
  flex: 1;
  padding-right: 8px;
  background: transparent;
  font-family: var(--title-font);
}

.tutor-widget .tutor-form-wrap button,
.tutor-widget .search-form button,
.widget .tutor-form-wrap button,
.widget .search-form button {
  border: none;
  width: auto;
  height: auto;
  line-height: initial;
  background-color: transparent;
  padding-left: 19px;
  margin-right: 20px;
  color: var(--theme-color);
  display: inline-block;
  border-radius: 0 8px 8px 0;
  position: relative;
}

.tutor-widget .tutor-form-wrap button:after,
.tutor-widget .search-form button:after,
.widget .tutor-form-wrap button:after,
.widget .search-form button:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 15px;
  width: 1px;
  background: var(--theme-color);
  transform: translate(0, -50%);
}

.tutor-widget .tutor-form-wrap button:hover,
.tutor-widget .search-form button:hover,
.widget .tutor-form-wrap button:hover,
.widget .search-form button:hover {
  color: var(--theme-color2);
}

.tutor-widget .tutor-form-wrap .tutor-form-icon,
.tutor-widget .search-form .tutor-form-icon,
.widget .tutor-form-wrap .tutor-form-icon,
.widget .search-form .tutor-form-icon {
  left: 5px;
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: none;
  line-height: 1;
  padding: 9.5px 14px;
  margin-right: 5px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: var(--body-color);
  background-color: var(--smoke-color);
  border-radius: 5px;
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
}

.tagcloud,
.wp-block-tag-cloud {
  margin-right: -10px;
  margin-bottom: -10px;
}

.tutor-widget-course-tags .tutor-widget-content {
  margin-bottom: -10px;
}

.tutor-widget-course-tags .tutor-list .tutor-list-item {
  display: inline-block;
  margin: 0;
}

.tutor-widget-course-tags .tutor-list .tutor-list-item label {
  display: inline-block;
  border: none;
  line-height: 1;
  padding: 9.5px 14px;
  margin-right: 5px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: var(--body-color);
  background-color: var(--smoke-color);
  border-radius: 5px;
  transition: 0.4s;
}

.tutor-widget-course-tags .tutor-list .tutor-list-item label:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
}

.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  line-height: 20px;
}

.recent-post:last-child {
  margin-bottom: 0;
}

.recent-post .media-img {
  margin-right: 20px;
  width: 80px;
  border-radius: 5px;
  overflow: hidden;
}

.recent-post .media-img img {
  width: 100%;
  transition: 0.4s ease-in-out;
}

.recent-post .post-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 -0.1em 0;
  font-family: var(--title-font);
}

.recent-post .recent-post-meta {
  margin-top: 10px;
}

.recent-post .recent-post-meta a {
  text-transform: capitalize;
  color: var(--body-color);
}

.recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}

.recent-post .recent-post-meta a i {
  margin-right: 8px;
  color: var(--theme-color);
}

.recent-post:hover .media-img img {
  transform: scale(1.1);
}

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  border-radius: 6px;
}

.sidebar-gallery .gallery-thumb img {
  width: 100%;
}

figure.wp-block-gallery-1.wp-block-gallery.has-nested-images.columns-default.is-cropped {
  margin-bottom: 0 !important;
}

.wp-block-gallery.columns-default {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.wp-block-gallery.columns-default figure.wp-block-image:not(#individual-image) {
  width: 100% !important;
  overflow: hidden;
  border-radius: 6px;
}

.wp-block-gallery.columns-default figure.wp-block-image:not(#individual-image) img {
  width: 100%;
}

.th-video-widget .video-thumb {
  position: relative;
}

.th-video-widget .play-btn {
  --icon-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.th-video-widget .play-btn i {
  font-size: 16px;
}

.th-video-widget .video-thumb-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: -0.3em;
}

.widget_recent_entries ul {
  margin: -0.3em 0 0 0;
  padding: 0;
  list-style: none;
}

.widget_recent_entries ul li > a {
  color: var(--body-color);
  font-weight: 500;
  display: inline-block;
}

.widget_recent_entries ul li > a:hover {
  color: var(--theme-color);
}

.widget_recent_entries ul li span.post-date {
  font-size: 14px;
}

.widget_recent_entries ul li:not(:last-child) {
  border-bottom: 1px solid #dadada;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.widget_recent_comments ul,
.wp-block-latest-comments ul {
  list-style-type: none;
  padding-left: 0;
}

ul.widget_recent_comments,
ol.widget_recent_comments,
.wp-block-latest-comments {
  margin-top: -0.11em;
  padding-left: 0;
}

.widget_recent_comments ol,
.widget_recent_comments ul,
.wp-block-latest-comments ol,
.wp-block-latest-comments ul {
  margin-bottom: 0;
}

.widget_recent_comments li,
.wp-block-latest-comments li {
  margin-bottom: 0;
  color: var(--body-color);
  padding-left: 30px;
  position: relative;
}

.widget_recent_comments li:before,
.wp-block-latest-comments li:before {
  content: "\f086";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--theme-color);
  font-family: var(--icon-font);
}

.widget_recent_comments.has-avatars li,
.wp-block-latest-comments.has-avatars li {
  padding-left: 0;
  padding-bottom: 0 !important;
}

.widget_recent_comments.has-avatars li:before,
.wp-block-latest-comments.has-avatars li:before {
  display: none;
}

.widget_recent_comments .avatar,
.wp-block-latest-comments .avatar {
  margin-top: 0.4em;
}

.widget_recent_comments li:not(:last-child),
.wp-block-latest-comments li:not(:last-child) {
  padding-bottom: 12px;
}

.widget_recent_comments article,
.wp-block-latest-comments article {
  line-height: 1.5;
}

.widget_recent_comments a,
.wp-block-latest-comments a {
  color: inherit;
}

.widget_recent_comments a:hover,
.wp-block-latest-comments a:hover {
  color: var(--theme-color);
}

.wp-block-latest-comments__comment {
  line-height: 1.6;
}

.wp-block-latest-comments__comment a {
  color: var(--body-color);
}

.wp-block-latest-comments__comment a:hover {
  color: var(--theme-color);
}

.wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 10px;
}

.wp-block-calendar,
.calendar_wrap {
  position: relative;
  background-color: #fff;
  padding-bottom: 0;
  border: none;
}

.wp-block-calendar span[class*="wp-calendar-nav"],
.calendar_wrap span[class*="wp-calendar-nav"] {
  position: absolute;
  top: 9px;
  left: 20px;
  font-size: 14px;
  color: var(--white-color);
  font-weight: 400;
  z-index: 1;
  line-height: 1.7;
}

.wp-block-calendar span[class*="wp-calendar-nav"] a,
.calendar_wrap span[class*="wp-calendar-nav"] a {
  color: inherit;
}

.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
  left: auto;
  right: 20px;
}

.wp-block-calendar caption,
.calendar_wrap caption {
  caption-side: top;
  text-align: center;
  color: var(--white-color);
  background-color: var(--theme-color);
}

.wp-block-calendar th,
.calendar_wrap th {
  font-size: 14px;
  padding: 5px 5px;
  border: none;
  text-align: center;
  border-right: 1px solid #fff;
  color: var(--title-color);
  font-weight: 500;
}

.wp-block-calendar th:first-child,
.calendar_wrap th:first-child {
  border-left: 1px solid #eee;
}

.wp-block-calendar th:last-child,
.calendar_wrap th:last-child {
  border-right: 1px solid #eee;
}

.wp-block-calendar table th,
.calendar_wrap table th {
  font-weight: 500;
}

.wp-block-calendar td,
.calendar_wrap td {
  font-size: 14px;
  padding: 5px 5px;
  color: #01133c;
  border: 1px solid #eee;
  text-align: center;
  background-color: transparent;
  transition: all ease 0.4s;
}

.wp-block-calendar #today,
.calendar_wrap #today {
  color: var(--theme-color);
  background-color: var(--white-color);
  border-color: #ededed;
}

.wp-block-calendar thead,
.calendar_wrap thead {
  background-color: #eee;
}

.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
  margin-bottom: 0;
}

.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
  display: none;
}

.wp-block-calendar a,
.calendar_wrap a {
  color: inherit;
  text-decoration: none;
}

.wp-block-calendar a:hover,
.calendar_wrap a:hover {
  color: var(--title-color);
}

.wp-block-calendar {
  margin-bottom: 30px;
  border: none;
  padding-bottom: 0;
}

.wp-block-calendar table caption {
  color: var(--white-color);
}

ul.widget_rss, ul.wp-block-rss,
ol.widget_rss,
ol.wp-block-rss {
  padding-left: 0;
}

.widget_rss,
.wp-block-rss {
  list-style-type: none;
}

.widget_rss ul,
.wp-block-rss ul {
  margin: -0.2em 0 -0.5em 0;
  padding: 0;
  list-style: none;
}

.widget_rss ul .rsswidget,
.wp-block-rss ul .rsswidget {
  color: var(--title-color);
  font-family: var(--theme-font);
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.widget_rss ul .rssSummary,
.wp-block-rss ul .rssSummary {
  font-size: 14px;
  margin-bottom: 7px;
  line-height: 1.5;
}

.widget_rss ul a,
.wp-block-rss ul a {
  display: block;
  font-weight: 600;
  color: inherit;
}

.widget_rss ul a:hover,
.wp-block-rss ul a:hover {
  color: var(--theme-color);
}

.widget_rss ul .rss-date,
.wp-block-rss ul .rss-date {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
  color: var(--title-color);
}

.widget_rss ul .rss-date:before,
.wp-block-rss ul .rss-date:before {
  content: "\f073";
  font-family: var(--icon-font);
  margin-right: 10px;
  font-weight: 300;
  color: var(--theme-color);
}

.widget_rss ul cite,
.wp-block-rss ul cite {
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 14px;
}

.widget_rss ul cite:before,
.wp-block-rss ul cite:before {
  content: "";
  position: relative;
  top: -1px;
  left: 0;
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-color: var(--theme-color);
}

.widget_rss li:not(:last-child),
.wp-block-rss li:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
}

.widget_rss a:hover,
.wp-block-rss a:hover {
  color: var(--theme-color);
}

.textwidget {
  margin-top: -0.1em;
}

.widget_shopping_cart .widget_title {
  margin-bottom: 15px;
  border-bottom: none;
}

.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
}

.widget_shopping_cart ul li {
  list-style-type: none;
}

.widget_shopping_cart .mini_cart_item {
  position: relative;
  padding: 30px 10px 30px 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  text-align: left;
}

.widget_shopping_cart .mini_cart_item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.widget_shopping_cart .cart_list a:not(.remove) {
  display: block;
  color: var(--body-color);
  font-size: 16px;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--title-color);
}

.widget_shopping_cart .cart_list a:not(.remove):hover {
  color: var(--theme-color);
}

.widget_shopping_cart .cart_list a.remove {
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translateY(-50%);
  color: var(--body-color);
}

.widget_shopping_cart .cart_list a.remove:hover {
  color: var(--theme-color);
}

.widget_shopping_cart .cart_list img {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 20px;
  border: 1px solid var(--border-color);
}

.widget_shopping_cart .quantity {
  display: flex;
  white-space: nowrap;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
  color: var(--theme-color);
}

.widget_shopping_cart .total {
  margin-top: 20px;
  font-size: 18px;
  color: var(--title-color);
}

.widget_shopping_cart .amount {
  padding-left: 5px;
  font-weight: 600;
  font-family: var(--title-font);
}

.widget_shopping_cart .th-btn {
  margin-right: 15px;
}

.widget_shopping_cart .th-btn:last-child {
  margin-right: 0;
}

.sidebar-area .tutor-widget-title,
.sidebar-area .widget_title {
  position: relative;
}

.sidebar-area .tutor-widget-title:before,
.sidebar-area .widget_title:before {
  content: '';
  height: 3px;
  width: 50px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
  animation: lineMove 10s linear infinite;
}

.sidebar-area .widget_shopping_cart .th-btn {
  margin-right: 10px;
  padding: 8px 22px;
  font-size: 14px;
}

@keyframes lineMove {
  0% {
    left: 0px;
  }
  50% {
    left: calc(100% - 50px);
  }
  100% {
    left: 0px;
  }
}

.sidebar-area .widget_shopping_cart .th-btn {
  margin-right: 10px;
  padding: 8px 22px;
  font-size: 14px;
}

.sidebar-area {
  margin-bottom: -10px;
}

.sidebar-area .th-video {
  padding: 0;
  box-shadow: none;
  border-radius: 5px;
}

.sidebar-area .th-video .play-btn {
  --icon-size: 50px;
  font-size: 15px;
}

.sidebar-area .th-video .play-btn > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.sidebar-area .th-video .play-btn:after, .sidebar-area .th-video .play-btn:before {
  background-color: var(--white-color);
}

.sidebar-area ul.wp-block-latest-posts {
  margin-bottom: 0;
}

.sidebar-area ul.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}

.sidebar-area .wp-block-tag-cloud a,
.sidebar-area .tagcloud a {
  border: none;
}

.sidebar-area .newsletter-form button {
  width: 100%;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  margin-top: 10px;
}

.sidebar-area .widget .wp-block-search {
  margin-bottom: 0;
}

.sidebar-area .wp-block-group__inner-container h2 {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: -0.07em;
}

.sidebar-area ol.wp-block-latest-comments {
  padding: 0;
  margin: 0;
}

.sidebar-area ol.wp-block-latest-comments li {
  line-height: 1.5;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}

.sidebar-area ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}



/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10.5px 18px;
  }
  .col-lg-4 .sidebar-area .widget {
    --blog-space-y: 40px;
    --blog-space-x: 40px;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .widget {
    --blog-space-y: 40px;
    --blog-space-x: 20px;
  }
  .col-lg-4 .sidebar-area .widget {
    --blog-space-y: 40px;
    --blog-space-x: 20px;
  }
}

.tutor-widget-course-categories .tutor-list-item label,
.tutor-widget-course-levels .tutor-list-item label {
  padding-left: 0px;
}

.tutor-widget-course-categories .tutor-form-check-input,
.tutor-widget-course-levels .tutor-form-check-input {
  display: inline-block;
  padding: 10px;
  height: 10px;
  margin-right: 10px;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  border: 1px solid #ECF1F9 !important;
}

.footer-widget {
  margin-bottom: 40px;
}

.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}

.footer-widget input,
.footer-widget select {
  height: 55px;
  background-color: transparent;
  border: 1px solid #ffffff !important;
}

.footer-widget input:focus,
.footer-widget select:focus {
  border-color: var(--theme-color);
  background-color: transparent;
}

.footer-widget .form-group > i {
  color: var(--theme-color);
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 19px;
  font-size: 16px;
}

.footer-widget .widget_title {
  position: relative;
  border: none;
  font-family: var(--title-font);
  color: var(--white-color);
  line-height: 1;
  border-bottom: 0;
  padding: 0 0 18px 0;
  margin: -0.1em 0 35px 0;
  max-width: 275px;
}

.footer-widget .widget_title:before, .footer-widget .widget_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 51px;
  height: 3px;
  background-color: var(--theme-color);
}

.footer-widget .widget_title:after {
  width: 10px;
  left: 56px;
  border-right: 10px solid var(--theme-color);
  box-shadow: 15px 0 0 0 var(--theme-color);
}

.footer-widget.widget_meta, .footer-widget.widget_pages, .footer-widget.widget_archive, .footer-widget.widget_categories, .footer-widget.widget_nav_menu {
  margin-bottom: 40px;
}

.footer-widget.widget_meta ul, .footer-widget.widget_pages ul, .footer-widget.widget_archive ul, .footer-widget.widget_categories ul, .footer-widget.widget_nav_menu ul {
  margin-top: -2px;
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul, .footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul, .footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul, .footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -5px;
}

.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: var(--body-font);
  display: block;
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
  padding-right: 0;
  background-color: transparent;
  position: relative;
}
.menu li::marker {
  color: #B3C1D3;
}
.menu li a {
  color: #B3C1D3;
}

.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--white-color);
}

.footer-widget.widget_meta a:hover:before, .footer-widget.widget_pages a:hover:before, .footer-widget.widget_archive a:hover:before, .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
  color: var(--white-color);
}

.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}

.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.footer-widget .recent-post {
  max-width: 310px;
  margin-bottom: 15px;
  padding-bottom: 0;
  border-bottom: none;
}


.th-widget-about .about-logo {
  margin-bottom: 30px;
  margin-top: -5px;
}

.th-widget-about .about-text {
  margin-bottom: 25px;
  margin-top: -0.46em;
}

.widget_contact .contact-text {
  margin-bottom: 25px;
  margin-top: -0.46em;
}

.footer-text {
  margin-top: -0.46em;
  margin-bottom: 25px;
}

.newsletter-widget .newsletter-form {
  display: block;
}

.newsletter-widget .newsletter-form .th-btn {
    margin-top: 20px;
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    padding: 15px 10px;
}
button.th-btn:hover {
    background: transparent !important;
    color: #fff !important;
}
.newsletter-widget .newsletter-form .th-btn:hover {
   
    border: 1px solid #fff;
  background: transparent !important;
    color: #fff !important;
}
.th-widget-schedule {
  margin-top: -0.25em;
}

.th-widget-schedule .footer-info {
  padding-left: 0;
}

.footer-table {
  margin-top: -15px;
  border: none;
  margin-bottom: 0;
}

.footer-table th,
.footer-table td {
  border: none;
  padding: 8px 0;
  font-size: 16px;
}

.footer-table td {
  padding-left: 50px;
}

.footer-table th {
  padding-right: 13px;
  font-weight: 500;
  color: var(--white-color);
}

.footer-info-title {
  font-size: 20px;
  font-family: var(--body-font);
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 15px;
  margin-top: -0.27em;
}

.footer-info {
  position: relative;
  margin: 0 0 25px 0;
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0 0 0 35px;
  max-width: 300px;
}



/*------------------- 4.00. CTA -------------------*/
.cta-area-1 {
  position: relative;
  padding: 38px 0;
  /* Medium devices */
}

@media (max-width: 991px) {
  .cta-area-1 {
    padding-bottom: 0;
  }
}

.cta-wrap {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
  position: relative;
  z-index: 3;
  margin-right: 20px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1600px) {
  .cta-wrap {
    margin-right: 160px;
  }
}

@media (max-width: 1399px) {
  .cta-wrap {
    margin-right: 60px;
  }
}

@media (max-width: 1299px) {
  .cta-wrap {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .cta-wrap {
    margin-right: -55px;
  }
}

@media (max-width: 991px) {
  .cta-wrap {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .cta-wrap {
    display: block;
    text-align: center;
  }
  .cta-wrap .cta-icon {
    margin-bottom: 20px;
  }
}

.cta-wrap .cta-title {
  color: var(--white-color);
}

.cta-wrap .cta-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: var(--white-color);
  /* Small devices */
}

@media (max-width: 767px) {
  .cta-wrap .cta-text {
    margin-bottom: 20px;
  }
}

.cta-wrap .th-btn {
  margin-left: auto;
  flex: none;
}

.cta-img-1 {
  height: 100%;
  min-height: 166px;
  position: absolute;
  right: 0;
  top: 0;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1399px) {
  .cta-img-1 {
    width: 500px;
  }
}

@media (max-width: 1299px) {
  .cta-img-1 {
    width: 400px;
  }
}

@media (max-width: 1199px) {
  .cta-img-1 {
    width: 300px;
  }
}

@media (max-width: 991px) {
  .cta-img-1 {
    position: relative;
    clip-path: none;
    width: 100%;
    margin-top: 38px;
  }
}

@media (max-width: 767px) {
  .cta-img-1 {
    min-height: auto;
    height: 250px;
  }
}

.cta-img-1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-img-1 .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


/*------------------- 4.00. Why -------------------*/
.why-shape-2 {
  background: var(--smoke-color);
  min-height: 680px;
  min-width: 680px;
  top: 0;
  left: 0;
  z-index: -2;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1600px) {
  .why-shape-2 {
    min-width: 530px;
  }
}

@media (max-width: 1500px) {
  .why-shape-2 {
    min-width: 500px;
  }
}

@media (max-width: 1399px) {
  .why-shape-2 {
    min-width: 460px;
  }
}

@media (max-width: 991px) {
  .why-shape-2 {
    min-width: 530px;
    min-height: 650px;
  }
}

@media (max-width: 767px) {
  .why-shape-2 {
    min-width: 360px;
    min-height: 520px;
  }
}

@media (max-width: 575px) {
  .why-shape-2 {
    width: 100%;
    min-height: 300px;
  }
}

.wcu-img-1 {
  position: relative;
  margin-right: 55px;
  /* Extra large devices */
  /* Large devices */
  /* Extra small devices */
}

@media (max-width: 1500px) {
  .wcu-img-1 {
    margin-right: 10px;
    margin-left: 55px;
  }
}

@media (max-width: 1199px) {
  .wcu-img-1 {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

@media (max-width: 375px) {
  .wcu-img-1 {
    margin-left: 0;
  }
}

.wcu-img-1 .img1 img {
  border-radius: 10px;
  width: 100%;
}

.wcu-img-1 .student-count {
  position: absolute;
  left: -80px;
  bottom: 145px;
  /* Extra large devices */
  /* Extra small devices */
}

@media (max-width: 1500px) {
  .wcu-img-1 .student-count {
    left: -55px;
  }
}

@media (max-width: 375px) {
  .wcu-img-1 .student-count {
    left: 0;
  }
}

.wcu-img-2 {
  margin-left: 55px;
  /* Medium Large devices */
}

.wcu-img-2 img {
  border-radius: 20px;
}

@media (max-width: 1299px) {
  .wcu-img-2 {
    margin-left: 0;
  }
}

.wcu-box {
  background: var(--smoke-color);
  border-radius: 10px;
  padding: 30px;
  display: flex;
  gap: 11px;
  position: relative;
  z-index: 1;
}

.wcu-box:before, .wcu-box:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 10px;
  background: var(--theme-color);
  border-radius: 10px 0 0 10px;
  z-index: -2;
}

.wcu-box:before {
  width: 80px;
  height: 80px;
  border-radius: 10px 0 0 0;
  background: transparent;
  border-left: solid 40px #D0DBE9;
  border-top: solid 40px #D0DBE9;
  border-bottom: solid 40px transparent;
  border-right: solid 40px transparent;
  z-index: -1;
}

.wcu-box_icon {
  font-size: 30px;
  color: var(--theme-color);
  flex: none;
}

.wcu-box .box-title {
  margin-bottom: 5px;
  /* Medium Large devices */
}

@media (max-width: 1399px) {
  .wcu-box .box-title {
    font-size: 20px;
  }
}

.wcu-box_text {
  margin-bottom: -0.4em;
  max-width: 226px;
  /* Medium Large devices */
  /* Large devices */
}

@media (max-width: 1399px) {
  .wcu-box_text {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .wcu-box_text {
    font-size: 16px;
  }
}

.wcu-box.style2 {
  background: var(--white-color);
  border-radius: 10px;
  box-shadow: 0px 4px 21px 0px rgba(179, 193, 219, 0.15);
  padding: 30px;
  gap: 20px;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
}

.wcu-box.style2:before, .wcu-box.style2:after {
  display: none;
}

@media (max-width: 1299px) {
  .wcu-box.style2 {
    display: block;
  }
  .wcu-box.style2 .wcu-box_icon {
    margin-bottom: 15px;
  }
  .wcu-box.style2 .wcu-box_text {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .wcu-box.style2 {
    display: flex;
  }
}

@media (max-width: 767px) {
  .wcu-box.style2 {
    display: block;
  }
}

.wcu-box.style2 .wcu-box_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.wcu-box.style2 .wcu-box_title a {
  color: var(--title-color);
}

.wcu-box.style2 .wcu-box_title a:hover {
  color: var(--theme-color);
}

.wcu-box.style2 .wcu-box_text {
  max-width: none;
}

.wcu-wrap2 {
  /* Extra large devices */
  /* Medium Large devices */
}

@media (max-width: 1500px) {
  .wcu-wrap2 {
    margin-right: -50px;
  }
}

@media (max-width: 1299px) {
  .wcu-wrap2 {
    margin-right: 0;
  }
}



