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

   Theme Name: Eduvalt - Online Courses & Education Template
   Author : johanspond
   Support: mssabujbd@gmail.com
   Description: Eduvalt - Online Courses & Education Template
   Version: 1.0

==============================================*/
/* CSS Index
==============================================

    01. Theme Default CSS
    02. Header
    03. Mobile Menu
    04. Banner
    05. Slider
    06. Brand
    07. About
    08. Courses
    09. Categories
    10. Online
    11. Testimonial
    12. Instructor
    13. Mentor
    14. CTA
    15. Fact
    16. Events
    17. Quick Action
    18. FAQ
    19. Shop
    20. Blog
    21. Newsletter
    22. Contact
    23. 404 Error
    24. Footer

==============================================*/
/*============================================
/*  01. Theme Default CSS
==============================================*/
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600;700&family=Lexend+Deca:wght@400;500;600;700;800&display=swap");
:root {
  --tg-body-font-family: 'Lexend Deca', sans-serif;
  --tg-heading-font-family: 'Lexend Deca', sans-serif;
  --tg-icon-font-family: "Font Awesome 5 Free";
  --tg-body-font-size: 16px;
  --tg-body-line-height: 1.75;
  --tg-heading-line-height: 1.2;
  --tg-common-color-blue: #2494E4;
  --tg-common-color-indigo: #9B51E0;
  --tg-common-color-purple: #8121FB;
  --tg-common-color-pink: #d63384;
  --tg-common-color-red: #FF2E2E;
  --tg-common-color-orange: #fd7e14;
  --tg-common-color-yellow: #FAB123;
  --tg-common-color-green: #12BB6A;
  --tg-common-color-teal: #219653;
  --tg-common-color-cyan: #0dcaf0;
  --tg-common-color-white: #fff;
  --tg-common-color-gray: #E7EFFC;
  --tg-common-color-gray-2: #F4F7FB;
  --tg-common-color-gray-3: #F5F7FB;
  --tg-common-color-dark: #061E43;
  --tg-common-color-black: #000;
  --tg-body-color: #39557E;
  --tg-heading-color: #082A5E;
  --tg-theme-primary: #1363DF;
  --tg-theme-secondary: #082A5E;
  --tg-border-1: #ECECEC;
  --tg-border-2: #D0DAE9;
  --tg-border-3: #E2E2E2;
  --tg-border-4: #D7DCE3;
  --tg-border-5: #2F466A;
  --tg-fw-extra-bold: 800;
  --tg-fw-bold: 700;
  --tg-fw-semi-bold: 600;
  --tg-fw-medium: 500;
  --tg-fw-regular: 400;
  --tg-fw-light: 300;
}

/*=============================
	Typography css start
===============================*/
body {
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
  color: var(--tg-body-color);
  line-height: var(--tg-body-line-height);
}

img,
.img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a,
button {
  color: var(--tg-theme-primary);
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.btn:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

a:hover,
button:hover {
  color: var(--tg-theme-secondary);
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tg-heading-font-family);
  color: var(--tg-theme-primary);
  margin-top: 0px;
  font-weight: var(--tg-fw-semi-bold);
  line-height: 1.2;
  text-transform: unset;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.list-wrap {
  margin: 0px;
  padding: 0px;
}
.list-wrap li {
  list-style: none;
}

p {
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  line-height: var(--tg-body-line-height);
  font-weight: var(--tg-fw-light);
  color: var(--tg-para-color);
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid var(--tg-common-color-gray);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: var(--tg-heading-color);
  cursor: pointer;
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  text-shadow: none;
}

::selection {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  text-shadow: none;
}

/*=============================
    - Input Placeholder
===============================*/
input,
textarea {
  color: var(--tg-body-color);
}

*::-moz-placeholder {
  color: var(--tg-body-color);
  font-size: var(--tg-body-font-size);
  opacity: 1;
}

*::placeholder {
  color: var(--tg-body-color);
  font-size: var(--tg-body-font-size);
  opacity: 1;
}

/*=============================
    - Common Classes
===============================*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*=============================
    - Bootstrap Custom
=============================*/
.container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}

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

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

.gx-0 {
  --bs-gutter-x: 0;
}

.testimonial-area {
  padding-left: 40px;
  /* background-color: #F6F7FB; */
  /* background-image: url("../img/bg/testimonial_bg.png"); */
}
@media (max-width: 1500px) {
  .container {
    max-width: 1200px;
    /* margin-right: 20%;
    margin-left: 3%; */
  }
  .slide__item__container {
    margin-right: 0%;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}

.custom-container {
  max-width: 1650px;
}
@media (max-width: 1800px) {
  .custom-container {
    max-width: 1650px;
  }
}
@media (max-width: 1500px) {
  .custom-container {
    max-width: 1320px;
  }
}
@media (max-width: 1199.98px) {
  .custom-container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .custom-container {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .custom-container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container {
    max-width: 540px;
  }
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*=============================
	1. Button style
===============================*/
.tg-button-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.btn {
  user-select: none;
  -moz-user-select: none;
  background: var(--tg-theme-primary) none repeat scroll 0 0;
  border: medium none;
  color: var(--tg-common-color-white);
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: var(--tg-fw-semi-bold);
  letter-spacing: 0.5px;
  line-height: 1;
  margin-bottom: 0;
  padding: 19px 24px 16px 24px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
}
.btn:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-common-color-white);
}
.btn .text {
  display: block;
}
.btn.tg-svg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn .svg-icon {
  width: 14px;
  display: block;
  margin-top: -3px;
}
.btn.btn-border {
  background: var(--tg-common-color-white);
  border: 1px solid var(--tg-theme-primary);
  color: var(--tg-theme-primary);
  height: 48px;
  /* padding: 19px 10px 16px 10px; */
}
.btn.btn-border svg path {
  stroke: var(--tg-theme-primary);
}
.btn.btn-border:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.btn.btn-border:hover svg path {
  stroke: var(--tg-common-color-white);
}
.btn.white-btn {
  background: var(--tg-common-color-white);
  color: var(--tg-theme-secondary);
}
.btn.white-btn svg path {
  stroke: var(--tg-theme-secondary);
}

/*=============================
    00. Preloader
===============================*/
#preloader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-common-color-white);
  z-index: 999;
  width: 100%;
  height: 100%;
}

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: var(--tg-theme-primary);
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/*=============================
    - Background color
===============================*/
.grey-bg {
  background: var(--tg-common-color-gray);
}

.white-bg {
  background: var(--tg-common-color-white);
}

.black-bg {
  background: var(--tg-common-color-black);
}

/*=========================
04. Breadcrumb
===========================*/
.breadcrumb-bg {
  position: relative;
  padding: 150px 0 155px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1500px) {
  .breadcrumb-bg {
    padding: 105px 0 110px;
  }
}
@media (max-width: 1199.98px) {
  .breadcrumb-bg {
    padding: 90px 0 95px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-bg {
    padding: 80px 0 80px;
  }
}
.breadcrumb-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .breadcrumb-bg.how_page_banner_container {
    background-image: url("/assets/img/banner/howpage_mobile_banner_bg.png") !important;
  }
  .breadcrumb-bg.curiculum_banner_container {
    background-image: url("/assets/img/banner/curriculum_mobile_banner_bg.png") !important;
  }
  .breadcrumb-bg.blogs_page_banner_container {
    background-image: url("/assets/img/banner/blogs_mobile_banner_bg.png") !important;
  }
  .breadcrumb-bg.contacts_page_banner_container {
    background-image: url("/assets/img/banner/contact_mobile_banner_bg.png") !important;
  }
}
.breadcrumb-bg a.banner_link {
  color: #4A4F57;
  text-decoration: underline;
}
.breadcrumb-content .title {
  font-size: 44px;
  color: #fff;
  font-weight: var(--tg-fw-semi-bold);
  text-transform: capitalize;
  margin: 0 0 0;
}
@media (max-width: 767.98px) {
  .breadcrumb-content .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-content .title {
    font-size: 36px;
  }
}
.breadcrumb-content .breadcrumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  color: var(--tg-common-color-white);
  column-gap: 10px;
  row-gap: 5px;
  margin: 17px 0 0;
}
.breadcrumb-content .breadcrumb-separator {
  line-height: 1;
  font-size: 16px;
  margin-top: 1px;
  font-weight: 700;
  margin-top: 2px;
  opacity: 0.5;
  color: var(--bs-blue);
}
.breadcrumb > * {
  display: block;
  font-size: 18px;
  color: var(--tg-violet-color);
  line-height: 1.4;
  font-weight: 400;
  text-transform: capitalize;
}
.breadcrumb > * a {
  color: var(--tg-darkblue-color);
}
.breadcrumb > * a:hover {
  color: var(--tg-violet-color);
}

/*=============================
    00. Select2 CSS
===============================*/
.tgmenu__search-form .select2-container {
  margin-left: -29px;
}
.tgmenu__search-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 37px;
  padding-right: 28px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  font-size: 14px;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color);
}
.tgmenu__search-form .select2-container .select2-selection--single {
  height: auto;
}

.course-category-dropdown {
  background: var(--tg-common-color-white);
  border: 1px solid var(--tg-border-2);
  margin: 0 1px;
}
.course-category-dropdown .select2-results__options {
  margin-top: 7px;
}
.course-category-dropdown .select2-results__option {
  padding: 1px 10px;
}

/*=============================
    00. Success Pop-up 
===============================*/
#success_tic .modal-content {
  border-radius: 6px !important;
}
#success_tic .page-body {
  margin: 0;
  padding: 3rem;
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 6px !important;
}
#success_tic .page-body .heading {
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #2C2C2C;
  text-align: center;
  font-size: clamp(18px, 2vw, 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
#success_tic .page-body .btn {
  padding: 12px 24px 12px 24px;
  text-transform: capitalize;
}
#success_tic .page-body img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #success_tic .page-body .head h3 {
    font-size: 22px;
  }
}
#success_tic .close {
  opacity: 1;
  position: absolute;
  top: 0.3rem;
  right: 0.5rem;
  font-size: 30px;
  padding: 3px 15px;
  margin-bottom: 10px;
  color: #747474;
}
#success_tic .checkmark-circle {
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#success_tic .checkmark-circle .background {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #1ab394;
  position: absolute;
}
#success_tic .checkmark-circle .checkmark {
  border-radius: 5px;
}
#success_tic .checkmark-circle .checkmark::after {
  opacity: 1;
  height: auto;
  width: auto;
  transform-origin: left top;
  border-right: 10px solid #fff;
  border-top: 10px solid #fff;
  border-radius: 2.5px !important;
  content: "";
  left: 12px;
  top: 60px;
  position: absolute;
}
#success_tic .checkmark-circle .checkmark.draw:after {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
/*=============================
    00. Scroll Top
===============================*/
.scroll__top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  border-radius: 4px;
  z-index: 99;
  color: var(--tg-common-color-white);
  text-align: center;
  cursor: pointer;
  background: var(--tg-theme-primary);
  transition: 1s ease;
  border: none;
}
@media (max-width: 1199.98px) {
  .scroll__top {
    right: 25px;
    bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  .scroll__top {
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  .scroll__top {
    right: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }
}
.scroll__top.open {
  bottom: 30px;
}
@media (max-width: 767.98px) {
  .scroll__top.open {
    bottom: 15px;
  }
}
.scroll__top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll__top:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-common-color-white);
}

/*=============================
	00. Section Title
===============================*/
.section__title .sub-title {
  display: inline-block;
  line-height: 2;
  background:#CFE4FC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 7px 15px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-theme-secondary);
  margin: 0 0 13px 0px;
  position: relative;
  z-index: 1;
}
.section__title .title {
  font-size: 36px;
  line-height: 1.32;
  margin: 0 0;
  letter-spacing: -1px;
  /* margin-left: 90px; */
}
@media (max-width: 767.98px) {
  .section__title .title {
    font-size: 29px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title .title {
    font-size: 36px;
  }
}
.section__title .title span:not(.svg-icon) {
  color: var(--tg-theme-secondary);
  position: relative;
  display: inline-block;
  z-index: 1;
}
.section__title .title .svg-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  margin: 0 auto;
  bottom: -18px;
  height: 25px;
  width: 100px;
  pointer-events: none;
  z-index: -1;
}
.section__title .title .svg-icon.white path {
  stroke: white;
}
@media (max-width: 767.98px) {
  .section__title .title .svg-icon {
    bottom: -15px;
    max-width: 100px;
  }
}
.section__title .title .svg-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.section__title .title .svg-icon path {
  stroke: var(--tg-common-color-dark);
}
.section__title .title__mission .svg-icon path {
    stroke: var(--bs-blue);
}
.section__title.white-title .title {
  color: var(--tg-common-color-white);
}
.section__title.white-title .title span:not(.svg-icon) {
  color: var(--tg-common-color-white);
}
.section__title .desc {
  margin: 20px 0 0;
}
@media (max-width: 767.98px) {
  .section__title .desc {
    font-size: 16px;
  }
}

/*=============================
	02. Header
===============================*/
.transparent-header {
  position: relative;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 9;
  height: auto;
  /* background: rgba(18, 23, 53, 1); */
}
.home-header {
  background-color: #F5F7FC;
}
@media (max-width: 767.98px) {
  .transparent-header {
    top: 0;
  }
}

.btn_animated {
  padding: 10px 10px 10px 12px;
  position: relative;
  display: flex;
  align-items: center;
  vertical-align: top;
  text-align: center;
  color: black;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 16px;
  background: var(--tg-theme-primary);
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  /* width: 100px; */
}
.btn_animated.login_btn.desktop {
  background-color: white;
}
.btn_animated.login_btn.desktop::before {
  background-color: var(--tg-header-dark-color);
}
.btn_animated.login_btn.desktop .btn-wrap .text-one {
  color: black;
}
.btn_animated.black_and_white {
  background-color: #fff;
}
.btn_animated.black_and_white .text-one,
.btn_animated.black_and_white i {
  color: #000;
}
.btn_animated.black_and_white::before {
  background-color: black;
}
.btn_animated.bordered {
  border: 2px solid white;
}
.btn_animated::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 1;
  background-color: var(--tg-darkblue-color-1);
}
.btn_animated::after {
  display: block;
  clear: both;
  content: "";
}
.btn_animated .btn-wrap {
  position: relative;
  z-index: 1;
  float: left;
  overflow: hidden;
}
.btn_animated .text-one {
  position: relative;
  display: block;
  color: white;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  white-space: pre;
  font-weight: 400;
}
.btn_animated .text-two {
  position: absolute;
  top: 100%;
  display: block;
  color: white;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400;
}
.btn_animated:hover::before {
  top: -40%;
}
.btn_animated:hover .text-one {
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
}
.btn_animated:hover .text-two {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn_animated:hover i {
  color: white;
}
.btn_animated i {
  margin: 0;
  padding-left: 8px;
  position: relative;
  top: 1px;
  color: white;
  z-index: 1;
}
.btn_animated .btn-spinner {
  display: none;
}
.btn_animated.loading {
  pointer-events: none;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_animated.loading .text-one,
.btn_animated.loading .text-two {
  display: none;
}
.btn_animated.loading .btn-spinner {
  display: block;
}
.btn_animated.loading .btn-spinner i {
  margin-left: 0;
}

.btn-enroll-now {
  font-size: 14px;
  width: 145px;
}

.enroll-course {
  width: 140px;
  height: 43px;
  font-size: 12px;
  padding-left: 8px;
}

.course-card{
  padding: 12px !important;
}

.tg-header__top {
  background-color: var(--tg-theme-secondary);
  padding: 11px 0;
}
.tg-header__top-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px 15px;
}
@media (max-width: 767.98px) {
  .tg-header__top-info {
    display: none;
  }
}
.tg-header__top-info li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #E6EAEF;
  gap: 7px;
}
.tg-header__top-info li:not(:last-child)::after {
  content: "|";
  margin-left: 7px;
  opacity: 0.5;
}
.tg-header__top-info li i {
  color: var(--tg-common-color-white);
  font-size: 20px;
}
.tg-header__top-info li a {
  color: #E6EAEF;
}
.tg-header__top-info li a:hover {
  color: var(--tg-common-color-white);
}
@media (max-width: 991.98px) {
  .tg-header__top-info li::after {
    display: none;
  }
  .tg-header__top-info li:last-child {
    display: none;
  }
}
.tg-header__top-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px 12px;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .tg-header__top-social {
    justify-content: center;
  }
}
.tg-header__top-social li {
  color: #E7EFFC;
}
.tg-header__top-social li a {
  color: #E7EFFC;
}
.tg-header__top-social li a:hover {
  color: var(--tg-common-color-white);
}
.tg-header__area {
  padding: 15px 0;
}
@media (max-width: 1500px) {
  .tg-header__area {
    padding: 10px 0;
  }
}
@media (max-width: 1199.98px) {
  .tg-header__area {
    padding: 20px 0;
  }
}
.tg-header__area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: var(--tg-theme-primary);
  display: none;
  margin-top: 8px;
}
@media (max-width: 1199.98px) {
  .tg-header__area .mobile-nav-toggler {
    display: block;
  }
}
.tg-header__area.sticky-menu {
  padding: 0 0;
}
@media (max-width: 1199.98px) {
  .tg-header__area.sticky-menu {
    padding: 20px 0;
  }
}
.tg-header__style-two .custom-container {
  max-width: 1848px;
}
@media (max-width: 1500px) {
  .tg-header__style-two .custom-container {
    max-width: 1320px;
  }
}
@media (max-width: 1199.98px) {
  .tg-header__style-two .custom-container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .tg-header__style-two .custom-container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tg-header__style-two .custom-container {
    max-width: 540px;
  }
}
.tg-header__style-two .tg-header__area {
  padding: 0 0;
}
@media (max-width: 1199.98px) {
  .tg-header__style-two .tg-header__area {
    padding: 20px 0;
  }
}
.tg-header__style-two .tgmenu__navbar-wrap ul {
  margin: 0 auto;
}
@media (max-width: 1800px) {
  .tg-header__style-two .tgmenu__navbar-wrap ul {
    margin: 0 auto 0 100px;
  }
}
@media (max-width: 1500px) {
  .tg-header__style-two .tgmenu__navbar-wrap ul {
    margin: 0 auto 0 60px;
  }
}
.tg-header__style-three .tg-header__area {
  padding: 10px 0;
}
@media (max-width: 1500px) {
  .tg-header__style-three .tg-header__area {
    padding: 0 0;
  }
}
@media (max-width: 1199.98px) {
  .tg-header__style-three .tg-header__area {
    padding: 20px 0;
  }
}
.tg-header__style-three .tg-header__area.sticky-menu {
  padding: 0 0;
}
@media (max-width: 1199.98px) {
  .tg-header__style-three .tg-header__area.sticky-menu {
    padding: 20px 0;
  }
}
.tg-header__style-three .tgmenu__categories {
  margin: 0 0 0 60px;
}
@media (max-width: 1500px) {
  .tg-header__style-three .tgmenu__categories {
    margin: 0 0 0 40px;
  }
}
@media (max-width: 1199.98px) {
  .tg-header__style-three .tgmenu__categories {
    margin: 0 60px 0 40px;
  }
}
@media (max-width: 991.98px) {
  .tg-header__style-three .tgmenu__categories {
    margin: 0 0 0 auto;
  }
}
.tg-header__style-three .tgmenu__categories .dropdown-toggle {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  color: var(--tg-heading-color);
}
.tg-header__style-three .tgmenu__navbar-wrap ul {
  margin: 0 auto;
}
.tg-header__style-three .tgmenu__action > ul {
  margin-left: 30px;
  gap: 30px;
}
@media (max-width: 1500px) {
  .tg-header__style-three .tgmenu__action > ul {
    gap: 15px;
    margin-left: 20px;
  }
}
.tg-header__style-three .tgmenu__action > ul li {
  margin: 0 !important;
}
.tg-header__style-three .tgmenu__action > ul li.header-btn .btn {
  padding: 16px 35px 14px 35px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
@media (max-width: 1199.98px) {
  .tg-header__style-three .tgmenu__action > ul li.header-btn .btn {
    padding: 16px 20px 14px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
  }
}

.tgmenu__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991.98px) {
  .tgmenu__nav {
    justify-content: space-between;
  }
}
.tgmenu__navbar-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
}
.tgmenu__navbar-wrap ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  margin-left: auto;
}
.tgmenu__navbar-wrap ul li {
  display: block;
  position: relative;
  list-style: none;
  margin-left: 1.25rem;
}
.tgmenu__navbar-wrap ul li.menu-item.active::after {
  content: url("/assets/img/objects/link_blue_img.png.png");
  display: block;
  display: block;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, 0);
}
.tgmenu__navbar-wrap ul li a {
  font-size: 16px;
  font-weight: var(--tg-fw-regular);
  text-transform: capitalize;
  color: #5A5D61E0;
  font-family: var(--tg-heading-font-family);
  padding: 30px 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.tgmenu__navbar-wrap ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 230px;
  border: 1px solid #f5f5f5;
  background: var(--tg-common-color-white);
  margin: 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 18px 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
.tgmenu__navbar-wrap ul li .sub-menu .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
}
.tgmenu__navbar-wrap ul li .sub-menu li {
  margin-left: 0;
  text-align: left;
  display: block;
}
.tgmenu__navbar-wrap ul li .sub-menu li a {
  padding: 8px 15px 8px 25px;
  line-height: 1.4;
  display: block;
  color: var(--tg-heading-color);
  text-transform: capitalize;
}
.tgmenu__navbar-wrap ul li .sub-menu li:hover > a, .tgmenu__navbar-wrap ul li .sub-menu li.active > a {
  color: var(--tg-theme-primary);
}
.tgmenu__navbar-wrap ul li .sub-menu li:hover > a {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
  transform: translateX(8px);
}
.tgmenu__navbar-wrap ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.tgmenu__navbar-wrap > ul > li.active a, .tgmenu__navbar-wrap > ul > li:hover a {
  /* color: var(--tg-common-color-white); */
  color: var(--bs-blue);
}
.tgmenu__main-menu li.menu-item-has-children .dropdown-btn {
  display: none;
}
.tgmenu__main-menu li.menu-item-has-children > a::after {
  content: "\f107";
  display: block;
  font-family: "flaticon_eduvalt";
  color: #5A7093;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 12px;
  font-weight: var(--tg-fw-bold);
  margin-left: 6px;
}
.tgmenu__search {
  padding-right: 20px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .tgmenu__search {
    margin-left: auto;
  }
}
.tgmenu__search::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 30px;
  background: #B2BDCD;
}
.tgmenu__search-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 535px;
}
@media (max-width: 1800px) {
  .tgmenu__search-form {
    width: 485px;
  }
}
@media (max-width: 1500px) {
  .tgmenu__search-form {
    width: 380px;
  }
}
@media (max-width: 1199.98px) {
  .tgmenu__search-form {
    width: 500px;
  }
}
@media (max-width: 991.98px) {
  .tgmenu__search-form {
    width: 310px;
  }
}
.tgmenu__search-form .select-grp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: var(--tg-common-color-white);
  border: 1px solid var(--tg-border-2);
  padding: 5px 0 5px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 150px;
  flex: 0 0 auto;
}
.tgmenu__search-form .select-grp svg {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
}
.tgmenu__search-form .select-grp path {
  fill: var(--tg-theme-primary);
}
@media (max-width: 991.98px) {
  .tgmenu__search-form .select-grp {
    display: none;
  }
}
.tgmenu__search-form .form-select {
  outline: none;
  box-shadow: none;
  border: none;
  padding-left: 8px;
  color: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
  font-size: 14px;
}
.tgmenu__search-form .input-grp {
  position: relative;
  flex-grow: 1;
  margin-left: -1px;
}
.tgmenu__search-form input {
  display: block;
  width: 100%;
  background: var(--tg-common-color-white);
  border: 1px solid var(--tg-border-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 12px 50px 10px 20px;
  height: 45px;
  font-size: 15px;
  font-family: var(--tg-heading-font-family);
}
.tgmenu__search-form input::placeholder {
  color: #8D9DB5;
  font-size: 14px;
}
.tgmenu__search-form [type=submit] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  right: 10px;
  border: none;
  padding: 0 0;
  background: transparent;
  font-size: 24px;
  color: #8D9DB5;
}
.tgmenu__search-form [type=submit]:hover {
  color: var(--tg-theme-primary);
}
.tgmenu__search-bar {
  flex-grow: 1;
}
@media (max-width: 1500px) {
  .tgmenu__search-bar {
    max-width: 240px;
  }
}
@media (max-width: 1199.98px) {
  .tgmenu__search-bar {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .tgmenu__search-bar {
    display: none;
  }
}
.tgmenu__search-bar form {
  position: relative;
}
.tgmenu__search-bar form input {
  display: block;
  width: 100%;
  background: var(--tg-common-color-white);
  border: 1px solid var(--tg-border-2);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 12px 50px 10px 20px;
  height: 45px;
  font-size: 15px;
  font-family: var(--tg-heading-font-family);
}
.tgmenu__search-bar form input::placeholder {
  color: #8D9DB5;
  font-size: 14px;
}
.tgmenu__search-bar form [type=submit] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  right: 10px;
  border: none;
  padding: 0 0;
  background: transparent;
  font-size: 24px;
  color: #8D9DB5;
}
.tgmenu__search-bar form [type=submit]:hover {
  color: var(--tg-theme-primary);
}
@media (max-width: 1199.98px) {
  .tgmenu__action {
    margin: 0 25px 0 0;
  }
}
.tgmenu__action > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-left: 19px;
}
.tgmenu__action > ul li {
  position: relative;
  margin-left: 7px;
}
.tgmenu__action > ul li:first-child {
  margin-left: 0;
}
@media (max-width: 1500px) {
  .tgmenu__action > ul li.free-btn {
    display: none;
  }
}
.tgmenu__action > ul .mini-cart-icon {
  margin-right: 13px;
}
@media (max-width: 1199.98px) {
  .tgmenu__action > ul .mini-cart-icon {
    margin: 0 0;
  }
}
.tgmenu__action > ul .cart-count {
  position: relative;
  padding-right: 18px;
  padding-top: 7px;
}
.tgmenu__action > ul .cart-count .mini-cart-count {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-primary);
  font-weight: var(--tg-fw-medium);
  color: var(--tg-common-color-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-family: var(--tg-heading-font-family);
  font-size: 14px;
  line-height: 1;
}
.tgmenu__action > ul .header-phone {
  margin-left: 7px;
  padding-left: 20px;
  margin-right: 20px;
  position: relative;
}
.tgmenu__action > ul .header-phone::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 24px;
  background: #B2BDCD;
}
.tgmenu__action > ul .header-phone a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color);
  font-size: 20px;
  font-weight: var(--tg-fw-medium);
  gap: 10px;
}
.tgmenu__action > ul .header-phone a:hover {
  color: var(--tg-theme-primary);
}
.tgmenu__action > ul .header-phone a i {
  font-size: 26px;
  color: var(--tg-theme-primary);
}
.tgmenu__action > ul .header-btn .btn {
  color: var(--tg-common-color-white);
  font-size: 16px;
  text-transform: capitalize;
  padding: 16px 20px 14px 20px;
}
@media (max-width: 1199.98px) {
  .tgmenu__action > ul .header-btn {
    display: none;
  }
}
.tgmenu__action > ul .header-btn.login-btn .btn {
  background: var(--tg-common-color-white);
  border: 1px solid var(--tg-border-2);
  font-weight: var(--tg-fw-medium);
  color: #5A7093;
  padding: 14px 21px;
}
.tgmenu__action > ul .header-btn.login-btn .btn:hover {
  color: var(--tg-common-color-white);
  border-color: var(--tg-theme-secondary);
  background: var(--tg-theme-secondary);
}
.tgmenu__categories {
  margin-right: 12px;
}
@media (max-width: 1199.98px) {
  .tgmenu__categories {
    margin-left: auto;
  }
}
.tgmenu__categories .dropdown-toggle {
  font-family: var(--tg-heading-font-family);
  border: 1px solid var(--tg-border-2);
  background-color: var(--tg-common-color-white);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: var(--tg-body-color);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 9px 17px;
  gap: 11px;
}
.tgmenu__categories .dropdown-toggle svg {
  color: var(--tg-theme-primary);
}
.tgmenu__categories .dropdown-toggle::after {
  content: "";
  display: block;
  margin: 0 0;
  border: none;
  background-image: url(../img/icons/down_arrow.svg);
  width: 12px;
  height: 6px;
}
.tgmenu__categories .dropdown-menu {
  width: 100%;
  min-width: 100%;
  background-color: var(--tg-common-color-white);
  border: 1px solid var(--tg-border-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.tgmenu__categories .dropdown-item {
  color: var(--tg-body-color);
}
.tgmenu__categories .dropdown-item:hover, .tgmenu__categories .dropdown-item:focus {
  background-color: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

.logo a {
  position: relative;
  display: flex;
}
.logo a img {
  /* max-width: 50px; */
}
.logo a .tagline {
  font-size: 12px;
  font-weight: normal;
  color: white;
  font-family: var(--tg-tagline-font);
  margin: 0;
  margin-top: 2px;
}
.logo a .logo_text_container p {
  font-size: 26px;
  font-weight: normal;
  color: var(--tg-theme-primary);
  font-family: var(--tg-tagline-font);
  display: flex;
  border-bottom: 1px solid white;
  line-height: 1.4;
}
.logo a .logo_text_container p span.theme_text {
  color: white;
}

.sticky-menu {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
}
.sticky-menu ul li .sub-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

#header-fixed-height.active-height {
  display: block;
  height: 90px;
}

/*=============================
	03. Mobile Menu
===============================*/
.tgmobile__search {
  padding: 0 20px 25px 25px;
}
.tgmobile__search form {
  position: relative;
}
.tgmobile__search input {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 45px 10px 20px;
  font-size: 15px;
  height: 45px;
  background: var(--tg-common-color-gray);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.tgmobile__search input::placeholder {
  font-size: 15px;
  color: var(--tg-body-color);
}
.tgmobile__search button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  padding: 0;
  right: 20px;
  line-height: 1;
  background: transparent;
  color: var(--tg-heading-color);
}
.tgmobile__menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 99;
  border-radius: 0px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) e;
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transform: translateX(101%);
}
.tgmobile__menu .navbar-collapse {
  display: block !important;
}
.tgmobile__menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
  background-color: var(--tg-header-dark-color);
}
.tgmobile__menu .nav-logo img {
  width: 150px;
}
.tgmobile__menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}
.tgmobile__menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation li.active > a {
  color: var(--tg-theme-primary);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 20px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: var(--tg-heading-color);
  background: var(--tg-common-color-gray);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 12px;
  height: 2px;
  background-color: var(--tg-common-color-black);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 2px;
  height: 12px;
  background-color: var(--tg-common-color-black);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open {
  background-color: var(--tg-theme-primary);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line {
  background-color: var(--tg-common-color-white);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line::after {
  display: none;
}
.tgmobile__menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 10px 60px 10px 25px;
  font-size: 16px;
  font-weight: 500;
  color: var(--tg-heading-dark-color);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}
.tgmobile__menu .navigation li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 2px;
  background: var(--tg-theme-primary);
  pointer-events: none;
}
.tgmobile__menu .navigation li ul li > a {
  margin-left: 20px;
}
.tgmobile__menu .navigation li ul li ul li a {
  margin-left: 40px;
}
.tgmobile__menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}
.tgmobile__menu .navigation li > ul {
  display: none;
}
.tgmobile__menu .navigation li > ul > li > ul {
  display: none;
}
.tgmobile__menu .navigation ul {
  padding: 0;
  margin: 0;
}
.tgmobile__menu .navigation ul li a {
  display: block;
}
.tgmobile__menu .navigation ul li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}
.tgmobile__menu .navigation:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation > li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation > li.active > a::before {
  height: 100%;
}
.tgmobile__menu .close-btn {
  position: absolute;
  right: 15px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 14px;
  color: var(--tg-theme-primary);
  cursor: pointer;
  padding: 8px;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tgmobile__menu .close-btn i[class^=flaticon-]:before {
  font-weight: var(--tg-fw-bold) !important;
}
.tgmobile__menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}
.tgmobile__menu .social-links ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  text-align: center;
  padding: 30px 20px 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.tgmobile__menu .social-links ul li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 10px;
}
.tgmobile__menu .social-links ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: var(--tg-body-color);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid #efefef;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.tgmobile__menu .social-links ul li a:hover {
  border-color: var(--tg-theme-primary);
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.tgmobile__menu .tgmenu__action {
  padding: 0 0;
  margin: 0 0;
}
.tgmobile__menu .tgmenu__action > ul {
  margin: 0 0;
  padding: 30px 20px 0;
  justify-content: center;
  gap: 0 15px;
}
.tgmobile__menu .tgmenu__action > ul li {
  margin: 0 0;
}
.tgmobile__menu .tgmenu__action > ul .header-btn {
  display: block;
}
.tgmobile__menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--tg-common-color-white);
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgba(0, 0, 0, 0.06);
}
.tgmobile__menu-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: var(--tg-common-color-white);
  margin-right: 30px;
  top: 15px;
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .tgmobile__menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu-visible .tgmobile__menu-backdrop {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .tgmobile__menu .close-btn {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

/*=============================
    04. Banner
===============================*/
.banner-bg {
  min-height: 780px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  padding: 163px 0 0;
  position: relative;
}
@media (max-width: 1500px) {
  .banner-bg {
    min-height: auto;
  }
}
@media (max-width: 1199.98px) {
  .banner-bg {
    padding: 170px 0 0;
  }
}
.banner__content {
  margin: 86px 0 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 1500px) {
  .banner__content {
    margin: 60px 0 70px;
  }
}
@media (max-width: 1199.98px) {
  .banner__content {
    margin: 0 0 60px;
  }
}
.banner__content .shape {
  position: absolute;
}
.banner__content .shape:nth-child(1) {
  max-width: 58px;
  left: -9% !important;
  top: 4%;
}
@media (max-width: 1800px) {
  .banner__content .shape:nth-child(1) {
    left: -25%;
  }
}
@media (max-width: 1500px) {
  .banner__content .shape:nth-child(1) {
    left: -15%;
  }
}
@media (max-width: 991.98px) {
  .banner__content .shape:nth-child(1) {
    left: -2%;
  }
  .banner__images .certificate_image img{
    margin-top: 60%;
  }
}
@media (max-width: 767.98px) {
  .banner__content .shape:nth-child(1) {
    max-width: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content .shape:nth-child(1) {
    max-width: 45px;
  }
}
.banner__content .shape:nth-child(2) {
  max-width: 44px;
  top: 405px;
  right: 41%;
}
.banner__content .shape:nth-child(3) {
  max-width: 44px;
  top: 405px;
  right: 0%;
}
.banner__content .shape:nth-child(4) {
  max-width: 44px;
  top: 90px;
  right: -75%;
}
.banner__content .shape:nth-child(5) {
  max-width: 44px;
  top: 290px;
  right: -81%;
}
@media (max-width: 1199.98px) {
  .banner__content .shape:nth-child(2) {
    top: -20%;
  }
}
.banner__content .sub-title,.about__content .sub-title {
  display: inline-block;
  line-height: 2;
  background: #CFE4FC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 7px 15px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-darkblue-color);
  margin: 0 0 16px;
}
@media (max-width: 991.98px) {
  .banner__content .sub-title,.about__content .sub-title {
    max-width: 400px;
  }
}
.banner__content .title {
  font-size: 42px;
  line-height: 1.3;
  margin: 0 0 20px;
}
@media (max-width: 1199.98px) {
  .banner__content .title {
    font-size: 41px;
  }
}
@media (max-width: 767.98px) {
  .banner__content .title {
    font-size: 30px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content .title {
    font-size: 40px;
  }
}
.banner__content .title span:not(.svg-icon) {
  color: var(--tg-darkblue-color);
  position: relative;
}
.banner__content .title .svg-icon {
  position: absolute;
  top: 80%;
  right: 200px;
  height: 25px;
  width: 100%;
  display: block;
  min-width: 100px;
}
.about__content .title span:not(.svg-icon) {
  color: var(--tg-darkblue-color);
  position: relative;
}
.about__content .title .svg-icon {
  position: absolute;
  bottom: -35%;
  right: 200px;
  height: 25px;
  width: 100%;
  display: block;
  min-width: 100px;
}
@media (max-width: 767.98px) {
  .banner__content .title .svg-icon {
    bottom: -14px;
    right: 0;
  }
}
.banner__content .title .svg-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.banner__content .title .svg-icon path {
  /* stroke: var(--tg-common-color-yellow); */
}
@media (max-width: 380px) {
  .banner__content .title {
    font-size: 20px;
  }
}
.banner__content p {
  max-width: 80%;
  margin: 0 0 0;
  line-height: 1.7;
  font-size: 20px;
}
.banner__content p.banner_text {
  color: #4A4F57;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1199.98px) {
  .banner__content p {
    max-width: 100%;
  }
}
.banner__content .res_view {
  display: none;
}
@media screen and (max-width: 769px) {
  .banner__content .res_view {
    display: block;
  }
  .banner__content #svg-11 {
    left: -130px !important;
  }
}
.banner__btn-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 34px 0 0;
  gap: 20px 30px;
}
.banner__phone {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.banner__phone i {
  display: block;
  font-size: 36px;
  color: var(--tg-theme-primary);
  margin-right: 10px;
}
.banner__phone .number-info span {
  display: block;
  line-height: 1;
  font-size: 15px;
  font-weight: var(--tg-fw-medium);
  margin: 0 0 6px;
}
.banner__phone .number-info .number {
  margin: 0 0;
  line-height: 1;
  font-weight: var(--tg-fw-bold);
  font-size: 20px;
}
.banner__phone .number-info .number a:hover {
  color: var(--tg-theme-primary);
}
.banner__images {
  position: relative;
  margin-left: 28px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .banner__images {
    margin: 0 0;
  }
}
@media (max-width: 991.98px) {
  .banner__images {
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .banner__images {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__images {
    max-width: 90%;
  }
}
.banner__images .main-img {
  max-width: inherit;
}
@media (max-width: 1500px) {
  .banner__images .main-img {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .banner__images .certificate_image img {
    width: 400px;
    height: auto;
  }
}
.banner__images .shape {
  position: absolute;
  z-index: -1;
}
.banner__images .shape:nth-child(2) {
  max-width: 65px;
  top: 16%;
  left: 27%;
}
@media (max-width: 1500px) {
  .banner__images .shape:nth-child(2) {
    top: 12%;
    left: 12%;
  }
}
@media (max-width: 1199.98px) {
  .banner__images .shape:nth-child(2) {
    top: 0;
    left: 8%;
  }
}
.banner__images .shape:nth-child(3) {
  max-width: 87px;
  left: -87px;
  bottom: 33%;
}
@media (max-width: 1500px) {
  .banner__images .shape:nth-child(3) {
    bottom: 18%;
  }
}
@media (max-width: 1199.98px) {
  .banner__images .shape:nth-child(3) {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .banner__images .shape:nth-child(3) {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .banner__images .shape:nth-child(3) {
    left: -35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__images .shape:nth-child(3) {
    left: -70px;
  }
}
.banner__images .shape:nth-child(4) {
  max-width: 52px;
  right: -37px;
  top: 27%;
}
@media (max-width: 1500px) {
  .banner__images .shape:nth-child(4) {
    right: 0;
    top: 22%;
  }
}
@media (max-width: 1199.98px) {
  .banner__images .shape:nth-child(4) {
    right: 15px;
    top: 5%;
  }
}
.banner__fact-item {
  position: absolute;
  background: var(--tg-common-color-white);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 20px 20px;
  text-align: center;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width: 140px;
}
@media (max-width: 1500px) {
  .banner__fact-item {
    left: 0;
  }
}
.banner__fact-item .icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-common-color-green);
  color: var(--tg-common-color-white);
  font-size: 33px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  box-shadow: 0px 15px 15px rgba(33, 150, 83, 0.2);
  margin: 0 auto 12px;
}
.banner__fact-item .info span {
  display: block;
  line-height: 1;
  font-size: 14px;
  margin: 0 0 5px;
}
.banner__fact-item .info .count {
  line-height: 1;
  margin: 0 0;
  font-size: 30px;
  letter-spacing: -1.5px;
  font-weight: var(--tg-fw-bold);
}
.banner__fact-item:last-child {
  min-width: 171px;
  top: auto;
  bottom: 108px;
  left: auto;
  right: -145px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding-top: 0;
}
.banner__fact-item:last-child .icon {
  background: var(--tg-common-color-purple);
  box-shadow: 0px 15px 15px rgba(129, 33, 251, 0.24);
  margin-top: -25px;
}
.banner__fact-item:last-child .icon i {
  -webkit-transform: rotateZ(-22deg);
  -moz-transform: rotateZ(-22deg);
  -ms-transform: rotateZ(-22deg);
  -o-transform: rotateZ(-22deg);
  transform: rotateZ(-22deg);
}
@media (max-width: 1500px) {
  .banner__fact-item:last-child {
    right: -20px;
  }
}
@media (max-width: 1199.98px) {
  .banner__fact-item:last-child {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .banner__fact-item:last-child {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__fact-item:last-child {
    display: block;
  }
}
.banner-bg-two {
  padding: 100px 0 120px;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .banner-bg-two {
    padding: 100px 0 100px;
  }
}
.banner__two-shape {
  position: absolute;
  left: 60px;
  bottom: 60px;
  max-width: 108px;
}
.banner__content-two {
  position: relative;
}
.banner__content-two .shape {
  position: absolute;
  right: 0;
  top: 29%;
  max-width: 47px;
}
.banner__content-two .title {
  font-size: 47px;
  color: var(--tg-common-color-white);
  line-height: 1.25;
  margin: 0 0 25px;
}
@media (max-width: 1199.98px) {
  .banner__content-two .title {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .banner__content-two .title {
    font-size: 44px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .banner__content-two .title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content-two .title {
    font-size: 40px;
  }
}
.banner__content-two .title span:not(.svg-icon) {
  color: var(--tg-theme-primary);
  position: relative;
}
.banner__content-two .title .svg-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  margin: 0 auto;
  bottom: -11px;
  height: 25px;
  width: 145px;
}
@media (max-width: 767.98px) {
  .banner__content-two .title .svg-icon {
    bottom: -14px;
  }
}
.banner__content-two .title .svg-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.banner__content-two .title .svg-icon path {
  stroke: var(--tg-common-color-yellow);
}
.banner__search-form form {
  position: relative;
  margin: 0 0 30px;
}
@media (max-width: 767.98px) {
  .banner__search-form form {
    margin: 0 0 20px;
  }
}
.banner__search-form form input {
  display: block;
  width: 100%;
  background: var(--tg-common-color-white);
  padding: 14px 80px 14px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #D0DAE9;
}
.banner__search-form form input::placeholder {
  opacity: 0.7;
  font-size: 16px;
}
.banner__search-form form button {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: transparent;
  padding: 0 0;
  font-size: 26px;
  color: var(--tg-body-color);
  opacity: 0.7;
}
.banner__search-form form button:hover {
  color: var(--tg-theme-primary);
  opacity: 1;
}
.banner__search-form form button i::before {
  font-weight: 600 !important;
}
.banner__search-form p {
  font-family: var(--tg-heading-font-family);
  font-size: 17px;
  margin: 0 0;
}
.banner__search-form p a {
  text-decoration: underline;
  color: var(--tg-common-color-white);
}
.banner__images-two {
  position: relative;
  z-index: 1;
  margin-left: 70px;
}
@media (max-width: 1199.98px) {
  .banner__images-two {
    margin-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .banner__images-two {
    max-width: 80%;
    margin: 50px auto 0;
  }
}
@media (max-width: 767.98px) {
  .banner__images-two {
    max-width: 100%;
  }
}
.banner__images-two .shape {
  position: absolute;
  z-index: -1;
}
.banner__images-two .shape:nth-child(1) {
  max-width: 95px;
  left: -35px;
  top: -35px;
}
.banner__images-two .shape:nth-child(2) {
  max-width: 55px;
  right: -100px;
  top: 35%;
}
@media (max-width: 991.98px) {
  .banner__images-two .shape:nth-child(2) {
    right: -50px;
  }
}
.banner__images-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  max-width: 570px;
  gap: 25px;
}
@media (max-width: 991.98px) {
  .banner__images-grid {
    max-width: 100%;
    justify-content: center;
  }
}
.banner__images-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 25px;
}
.banner__images-col img {
  flex: 0 0 auto;
}
.banner__images-col:first-child img {
  max-width: 300px;
}
@media (max-width: 1199.98px) {
  .banner__images-col:first-child img {
    max-width: 240px;
  }
}
@media (max-width: 991.98px) {
  .banner__images-col:first-child img {
    max-width: 300px;
  }
}
@media (max-width: 767.98px) {
  .banner__images-col:first-child img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__images-col:first-child img {
    max-width: 290px;
  }
}
@media (max-width: 767.98px) {
  .banner__images-col:last-child {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__images-col:last-child {
    display: flex;
  }
}
.banner__images-col:last-child img:first-child {
  max-width: 187px;
}
@media (max-width: 1199.98px) {
  .banner__images-col:last-child img:first-child {
    max-width: 150px;
  }
}
@media (max-width: 991.98px) {
  .banner__images-col:last-child img:first-child {
    max-width: 187px;
  }
}
.banner__images-col:last-child img:last-child {
  max-width: 243px;
}
@media (max-width: 1199.98px) {
  .banner__images-col:last-child img:last-child {
    max-width: 165px;
  }
}
@media (max-width: 991.98px) {
  .banner__images-col:last-child img:last-child {
    max-width: 220px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__images-col:last-child img:last-child {
    max-width: 187px;
  }
}

@media screen and (max-width: 769px) {
  .banner__content .title .svg-icon svg {
    max-width: 60px !important;
  }
}
/*=============================
    05. Slider
===============================*/
.slider__active [data-animation-in] {
  opacity: 0;
}
.slider__item {
  align-items: center;
  background-position: center;
  background-size: cover;
  min-height: 600px;
  position: relative;
  z-index: 1;
  background-color: #F5F7FC;
}
@media (max-width: 1500px) {
  .slider__item {
    min-height: 560px;
  }
}
.slider__item .top-shape, .slider__item .bottom-shape {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.slider__item .top-shape {
  left: 4%;
  top: 20%;
}
@media (max-width: 1500px) {
  .slider__item .top-shape {
    max-width: 80px;
  }
}
.slider__item .bottom-shape {
  left: 0;
  bottom: 0;
}
@media (max-width: 1500px) {
  .slider__item .bottom-shape {
    max-width: 350px;
  }
}
.slider__content {
  overflow: hidden;
}
.slider__content .sub-title {
  display: inline-block;
  line-height: 1.3;
  background: var(--tg-common-color-gray);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 15px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-theme-primary);
  margin: 0 0 13px;
}
@media (max-width: 1500px) {
  .slider__content .sub-title {
    padding: 0 0;
    background: transparent;
    font-weight: var(--tg-fw-semi-bold);
  }
}
.slider__content .title {
  font-size: 48px;
  margin: 0 0 30px;
  letter-spacing: -1px;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .slider__content .title {
    font-size: 38px;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__content .title {
    font-size: 40px;
    margin: 0 0 30px;
  }
}
.slider__content .title span:not(.svg-icon) {
  color: var(--tg-theme-primary);
  position: relative;
  display: inline-block;
  z-index: 1;
}
.slider__content .title .svg-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  margin: 0 auto;
  bottom: -14px;
  height: 25px;
  width: 145px;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .slider__content .title .svg-icon {
    bottom: -15px;
  }
}
.slider__content .title .svg-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.slider__content .title .svg-icon path {
  stroke: var(--tg-common-color-yellow);
}
.slider__content .list-wrap {
  margin: 0 0 30px;
}
.slider__content .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: var(--tg-heading-font-family);
  color: #39557E;
  gap: 7px;
  margin: 0 0 3px;
}
.slider__content .list-wrap li:last-child {
  margin: 0 0;
}
.slider__content .list-wrap li i {
  color: var(--tg-common-color-yellow);
  margin: 6px 0 0;
}

.home-slider .slick-arrow {
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-30px);
  -moz-transform: translateY(-50%) translateX(-30px);
  -ms-transform: translateY(-50%) translateX(-30px);
  -o-transform: translateY(-50%) translateX(-30px);
  transform: translateY(-50%) translateX(-30px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  background: #D9E4EB;
  filter: drop-shadow(0px 13px 14px rgba(135, 162, 187, 0.25));
  border: 2px solid white;
}
.home-slider .slick-arrow:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.home-slider .slick-arrow i {
  color: #64676A;
}
.home-slider .slick-arrow i:hover {
  color: #fff;
}
.home-slider .slick-arrow.slick-next {
  left: auto !important;
  right: 30px;
  -webkit-transform: translateY(-50%) translateX(30px);
  -moz-transform: translateY(-50%) translateX(30px);
  -ms-transform: translateY(-50%) translateX(30px);
  -o-transform: translateY(-50%) translateX(30px);
  transform: translateY(-50%) translateX(30px);
}
.home-slider .slick-arrow.slick-prev {
  left: 30px;
  right: auto !important;
  -webkit-transform: translateY(-50%) translateX(-30px);
  -moz-transform: translateY(-50%) translateX(-30px);
  -ms-transform: translateY(-50%) translateX(-30px);
  -o-transform: translateY(-50%) translateX(-30px);
  transform: translateY(-50%) translateX(-30px);
}
@media (max-width: 767.98px) {
  .home-slider .slick-arrow.slick-next, .home-slider .slick-arrow.slick-prev {
    top: 60%;
    bottom: -50px;
  }
}
.home-slider:hover .slick-arrow {
  -webkit-transform: translateY(-50%) translateX(0);
  -moz-transform: translateY(-50%) translateX(0);
  -ms-transform: translateY(-50%) translateX(0);
  -o-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1441px) and (max-width: 1920px) {
  .slider__item__one {
    top: -60px !important;
  }
}
@media (max-width: 767.98px) {
  .home-slider .slider__item {
    padding-top: 0 !important;
    height: 75vh;
  }
  .home-slider .slider__item .slide__item__container {
    position: absolute;
    top: 60px;
  }
  .home-slider .slider__item.slider__item__one {
    background-color: var(--tg-common-color-gray-3) !important;
  }
  .home-slider .slider__item.slider__item__two {
    background-image: url("/assets/img/banner/mobile_banner_bg_2.png") !important;
  }
  .home-slider .slider__item.slider__item__three {
    background-image: url("/assets/img/banner/mobile_banner_bg_3.png") !important;
  }
}

.floating_logo {
  width: 150px;
  height: auto;
  position: absolute;
  top: 8rem;
  right: 2rem;
  z-index: 10;
}

@media (max-width: 991.98px) {
  .floating_logo {
    display: none !important;
  }
}
.static_blog_section_2 {
  background-color: #F3F7FD;
  padding: 60px 0;
}
.static_blog_section_2 img.static_blog_sec4_img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border: 10px solid white;
  border-radius: 20px;
}

/*=============================
    06. Brand
===============================*/
.brand-area {
  border-bottom: 1px solid var(--tg-border-3);
  padding: 49px 0;
}
.brand-area-two {
  padding-bottom: 120px;
}
.brand-active .col {
  padding-left: 15px;
  padding-right: 15px;
}
.brand__item img {
  filter: grayscale(1);
  opacity: 0.4;
}
.brand__item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 51px;
  align-items: center;
  justify-content: center;
}
.brand__item a:hover img {
  filter: grayscale(0);
  opacity: 1;
}

/*=============================
    07. About
===============================*/
.section-pb-200 {
  padding-bottom: 200px;
}

.section-py-120 {
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .section-py-120 {
    padding: 60px 0;
  }
}

.section-pb-30 {
  padding-bottom: 30px;
}

.section-pt-80 {
  padding-top: 80px;
}

.section-py-80 {
  padding: 80px 0;
}

.svg-hidden {
  position: absolute;
  width: 0;
  height: 0;
}

@media screen and (max-width: 992px) {
  .column-reverse-md {
    flex-direction: column-reverse;
  }
  .about__images {
    justify-content: center;
  }
}
.about-area {
  background: var(--thm-section-bg-gradient);
}
.about-area-shapes .object {
  position: absolute;
  display: block;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .about-area-shapes .object {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .about-area-shapes .object.mobile {
    display: block;
  }
}
.about-area-shapes .star {
  width: 150px;
}
.about-area-shapes .top_left {
  bottom: 60%;
}
.about-area-shapes .bottom_right_end {
  right: 0;
  bottom: 0;
}
.about-area-shapes .bottom_left_end {
  left: 8%;
  bottom: 15%;
}
.about-area-shapes .top_right {
  top: 5%;
  right: 5%;
}
.about-area-shapes .bottom {
  bottom: 5%;
}
.about-area.execution_section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .about-area.execution_section {
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .about-area .execution_card li {
    font-size: clamp(12px, 2vw, 12px) !important;
  }
  .about-area .execution_card.collaboration {
    left: 0;
    top: 90px !important;
  }
  .about-area .execution_card.content_delivery {
    top: 220px !important;
    left: 150px !important;
  }
  .about-area .execution_card.classroom_innovation {
    top: 80px;
    right: -100px !important;
  }
  .about-area .execution_card.customization.tabview {
    right: -20px !important;
  }
}
@media (max-width: 1350px) {
  .about-area .execution_card {
    max-width: 400px !important;
  }
  .about-area .execution_card.classroom_innovation {
    right: -90px !important;
  }
  .about-area .execution_card.customization {
    right: 40px !important;
  }
}
@media (min-width: 1350px) {
  .about-area .execution_card {
    max-width: 500px !important;
  }
  .about-area .execution_card.classroom_innovation {
    right: -180px !important;
  }
}
@media (min-width: 1200px) {
  .about-area.execution_section .execution_card.collaboration {
    top: 130px !important;
    left: 0;
  }
  .about-area.execution_section .execution_card.content_delivery {
    top: 330px !important;
    left: 100px !important;
  }
  .about-area.execution_section .execution_card.classroom_innovation {
    top: 130px !important;
  }
  .about-area.execution_section .execution_card.customization {
    top: 325px !important;
  }
}
@media (min-width: 992px) {
  .about-area.execution_section {
    padding-top: 80px;
    padding-bottom: 200px;
  }
  .about-area.execution_section .execution_card {
    max-width: 300px;
  }
  .about-area.execution_section .execution_card.collaboration {
    top: 0;
  }
  .about-area.execution_section .execution_card.content_delivery {
    top: 200px;
    left: 100px;
  }
  .about-area.execution_section .execution_card.customization {
    top: 210px;
    right: -60px;
    max-width: 400px;
  }
}
.about-area .execution_img_container {
  position: relative;
}
.about-area .execution_img_container img {
  margin: 0 auto;
  display: block;
}
.about-area .execution_img_container img.desktop {
  max-width: 600px;
}
@media screen and (max-width: 1200px) {
  .about-area .execution_img_container img.desktop {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .about-area .execution_img_container .execution_card {
    position: absolute;
  }
  .about-area .execution_img_container .execution_card h3 {
    font-size: clamp(12px, 2vw, 22px);
  }
  .about-area .execution_img_container .execution_card li {
    font-size: clamp(12px, 2vw, 16px);
  }
}
.about-area .execution_img_container .execution_card h3 {
  padding-left: 1rem;
}
.about-area .execution_img_container .execution_card h3.yellow {
  color: var(--tg-theme-primary);
}
.about-area .execution_img_container .execution_card h3.blue {
  color: #0049B4;
}
.about__images {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  position: relative;
  margin: 0 -40px 0 10px;
  perspective: 1000px;
}
@media (max-width: 1199.98px) {
  .about__images {
    margin: 0 0 40px 80px;
  }
}
@media (max-width: 767.98px) {
  .about__images {
    max-width: 390px;
    justify-content: center;
    margin: 0 auto 40px;
  }
}
.about__images .small-img {
  margin: 0 -50px 50px 0;
  -webkit-filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
  position: relative;
  z-index: 2;
  border: 10px solid white;
  border-radius: 12px;
  transform: rotateY(30deg);
}
@media (max-width: 991.98px) {
  .about__images .small-img {
    max-width: 120px;
    border: 6px solid white;
    transform: rotateY(8deg);
    height: auto;
  }
}
.about__images .big-img {
  -webkit-filter: drop-shadow(0px 8px 50px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 8px 50px rgba(0, 0, 0, 0.2));
  z-index: 1;
  border: 10px solid white;
  border-radius: 12px;
  transform: rotateY(8deg);
}
@media only screen and (max-width: 1200px) {
  .about__images .big-img {
    max-width: 250px;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .about__images .big-img {
    border: 6px solid white;
    height: auto;
  }
}
.about__images .dots {
  position: absolute;
  left: 167px;
  top: -29px;
  z-index: 0;
  -webkit-transition: all 0s ease-out 0s;
  -moz-transition: all 0s ease-out 0s;
  -ms-transition: all 0s ease-out 0s;
  -o-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s;
}
.about__images .circle {
  position: absolute;
  top: 26px;
  left: 66px;
  color: var(--tg-common-color-yellow);
  z-index: 0;
}
@media (max-width: 991.98px) {
  .about__images .circle {
    top: 0;
    left: 0;
    max-width: 220px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__images .circle {
    left: 80px;
  }
}
.about__images.rounded .big-img,
.about__images.rounded .small-img {
  border-radius: 600px;
}
.about__images.rounded .circle {
  color: #DBDFEC;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .about__images.rounded .big-img {
    max-width: 300px !important;
  }
}
@media (max-width: 991.98px) {
  .about__images.rounded .circle {
    height: 80%;
    left: -10px;
    top: -10px;
  }
  .about__images.rounded .big-img {
    max-width: 250px !important;
  }
  .about__images.rounded .small-img {
    display: block !important;
    width: 150px;
    border: 6px solid white;
  }
  .about__images.rounded .about__exp {
    left: 0;
    top: 0;
  }
  .about__images.rounded .about__exp .rounded_circle {
    position: absolute;
  }
  .about__images.rounded .about__exp .rounded_circle.yellow {
    top: -20px !important;
    left: 140px;
    width: 60px;
  }
  .about__images.rounded .about__exp .rounded_circle.blue {
    bottom: -150px !important;
    right: -100px !important;
    width: 30px !important;
  }
}
.about__images.rounded .about__exp .rounded_circle {
  position: absolute;
}
.about__images.rounded .about__exp .rounded_circle.yellow {
  top: -70px;
  right: -120px;
}
.about__images.rounded .about__exp .rounded_circle.blue {
  bottom: -250px;
  right: -150px;
}
.about__exp {
  position: absolute;
  width: 126px;
  height: 108px;
  left: 58px;
  top: 25px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 17px;
  z-index: 2;
}

.about__exp>svg>text>tspan{
  font-size: 20px;
  font-weight: 600;
  font-family: var(--tg-heading-font-family);
}

@media (max-width: 767.98px) {
  .about__exp {
    left: 20px;
    top: 20px;
    max-width: 80px;
  }
}
.about__exp .year {
  color: var(--tg-common-color-white);
  font-size: 30px;
  margin: 0 0 7px;
  line-height: 1;
}
.about__exp p {
  margin: 0 0;
  color: var(--tg-common-color-white);
  font-weight: var(--tg-fw-medium);
  font-family: var(--tg-heading-font-family);
  font-size: 14px;
  line-height: 1.25;
}
.about__exp svg {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about__exp svg path {
  fill: #1361de;
}
.about__content {
  margin-left: 70px;
}
@media (max-width: 1199.98px) {
  .about__content {
    margin: 0 0;
  }
}
.about__content .section__title {
  margin: 0 0 15px;
}
.about__content .tg-button-wrap {
  margin-top: 40px;
}
.about__content .info_card {
  display: flex;
}
@media screen and (min-width: 768px) {
  .about__content .info_card {
    margin: 0;
    margin-left: 2rem;
  }
}
.about__content .info_card .circle {
  margin: 0;
  margin-right: 10px;
  padding: 20px;
  width: 30px;
  height: 30px;
  background-color: var(--tg-theme-primary);
  color: white;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.about__content .info_card p.desc {
  color: #4C5057;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
.about__content .info_card hr {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E2E6F1;
  border: 0 !important;
}
.about__info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
  margin: 29px 60px 0 0;
}
@media (max-width: 767.98px) {
  .about__info-list {
    gap: 35px 15px;
    margin: 29px 0 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__info-list {
    gap: 35px 30px;
    margin: 29px 50px 0 0;
  }
}
.about__info-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.about__info-list-item .icon {
  width: 65px;
  text-align: center;
  position: relative;
  color: var(--tg-common-color-blue);
  margin-right: 7px;
}
@media (max-width: 767.98px) {
  .about__info-list-item .icon {
    width: 57px;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__info-list-item .icon {
    width: 65px;
  }
}
.about__info-list-item .icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  background-image: url(../img/icons/blue_shape.svg);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 36px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  z-index: -1;
}
.about__info-list-item i {
  font-size: 40px;
}
.about__info-list-item .content {
  font-size: 18px;
  font-weight: var(--tg-fw-semi-bold);
  line-height: 20px;
  color: var(--tg-heading-color);
  margin: 0 0;
}
@media (max-width: 767.98px) {
  .about__info-list-item .content {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__info-list-item .content {
    font-size: 18px;
  }
}
.about__info-list-item:nth-child(4n+1) i {
  font-size: 43px;
}
.about__info-list-item:nth-child(4n+2) .icon {
  color: var(--tg-common-color-teal);
}
.about__info-list-item:nth-child(4n+2) .icon::after {
  background-image: url(../img/icons/green_shape.svg);
}
.about__info-list-item:nth-child(4n+3) .icon {
  color: var(--tg-common-color-indigo);
}
.about__info-list-item:nth-child(4n+3) .icon::after {
  background-image: url(../img/icons/purple_shape.svg);
}
.about__info-list-item:nth-child(4n+3) i {
  font-size: 45px;
  transform: matrix(-0.87, 0.5, 0.5, 0.87, 0, 0);
}
.about__info-list-item:nth-child(4n+4) .icon {
  color: var(--tg-common-color-red);
}
.about__info-list-item:nth-child(4n+4) .icon::after {
  background-image: url(../img/icons/red_shape.svg);
}
.about__info-list-item:hover .icon::after {
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  transform: translateY(-7px);
}
.about-area-two {
  padding: 140px 0;
}
@media (max-width: 991.98px) {
  .about-area-two {
    padding: 60px 0;
  }
}
.about-area-two .bordered_text {
  border-radius: 14px;
  border: 6px solid #FFF;
  background: #E8ECF8;
  box-shadow: 0px 4px 34px 0px rgba(192, 196, 218, 0.33);
  padding: 14px;
  color: #2D3C53;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.about-area-two .left_column {
  background: #F6F8FE;
}
.about-area-two .founders_coulmn .founders_container {
  background-image: url("/assets/img/bg/founders_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0;
  transform: skewX(-10deg);
}
.about-area-two .founders_coulmn .founders_container .child_divs {
  padding: 30px;
  color: white;
  transform: skewX(10deg);
}
.about__title-wrap .section__title {
  margin: 0 0 15px;
}
.about__title-wrap p.fw-medium {
  font-weight: var(--tg-fw-medium);
  color: var(--tg-heading-color);
  font-size: 18px;
  line-height: 1.45;
  margin: 0 0 13px;
}
.about__title-wrap .tg-button-wrap {
  margin: 35px 0 0;
}
.about__images-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: 62px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .about__images-wrap {
    gap: 20px;
    margin: 0 0;
  }
}
@media (max-width: 991.98px) {
  .about__images-wrap {
    gap: 28px;
    margin: 50px auto 0;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .about__images-wrap {
    gap: 20px;
    margin: 50px auto 0;
    justify-content: center;
  }
}
.about__images-wrap .column {
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 1199.98px) {
  .about__images-wrap .column {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .about__images-wrap .column {
    gap: 25px;
  }
}
@media (max-width: 767.98px) {
  .about__images-wrap .column {
    gap: 20px;
    max-width: calc(50% - 10px);
  }
}
.about__images-wrap .column img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  border-radius: 27px;
  border: 10px solid #FFF;
  background: #FFF;
  box-shadow: 0px 4px 34px 0px rgba(141, 144, 161, 0.33);
}
.about__images-wrap .column img.tall_img {
  height: 450px;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .about__images-wrap .column img.tall_img {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .about__images-wrap .column img.tall_img {
    height: 320px;
  }
}
@media (max-width: 1199.98px) {
  .about__images-wrap .column img {
    max-width: 215px;
  }
}
@media (max-width: 991.98px) {
  .about__images-wrap .column img {
    max-width: 100%;
    border: 6px solid #FFF;
  }
}
@media (max-width: 767.98px) {
  .about__images-wrap .about__shapes {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.about__images-wrap .about__shapes [class*=about-shape] {
  position: absolute;
  z-index: -1;
}
.about__images-wrap .about__shapes > *:nth-child(1) {
  max-width: 125px;
  left: -50px;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  .about__images-wrap .about__shapes > *:nth-child(1) {
    max-width: 95px;
    left: -20px;
    bottom: 32px;
  }
}
@media (max-width: 991.98px) {
  .about__images-wrap .about__shapes > *:nth-child(1) {
    max-width: 125px;
    left: -50px;
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .about__images-wrap .about__shapes > *:nth-child(1) {
    max-width: 95px;
    left: 0;
    bottom: 0;
  }
}
.about__images-wrap .about__shapes > *:nth-child(2) {
  max-width: 111px;
  right: -51px;
  top: -30px;
}
@media (max-width: 1199.98px) {
  .about__images-wrap .about__shapes > *:nth-child(2) {
    max-width: 84px;
    right: -30px;
    top: -30px;
  }
}
@media (max-width: 991.98px) {
  .about__images-wrap .about__shapes > *:nth-child(2) {
    max-width: 111px;
  }
}
@media (max-width: 767.98px) {
  .about__images-wrap .about__shapes > *:nth-child(2) {
    display: none;
  }
}
.about__images-wrap .about__shapes > *:nth-child(3) {
  max-width: 119px;
  right: -45px;
  bottom: -45px;
}
@media (max-width: 1199.98px) {
  .about__images-wrap .about__shapes > *:nth-child(3) {
    max-width: 90px;
    right: -35px;
    bottom: -35px;
  }
}
@media (max-width: 991.98px) {
  .about__images-wrap .about__shapes > *:nth-child(3) {
    max-width: 119px;
  }
}
@media (max-width: 767.98px) {
  .about__images-wrap .about__shapes > *:nth-child(3) {
    max-width: 90px;
  }
}

.slanted-container {
  margin: 0 auto;
  background-color: yellow;
  height: 500px;
}
.slanted-container .partial-section {
  background-color: #F6F8FE;
  height: inherit;
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
}
.slanted-container .partial-section.partial--padded {
  padding: 20px;
}
.slanted-container .slanted {
  position: relative;
  background-color: #F6F8FE;
  height: inherit;
  display: inline;
  float: left;
}
.slanted-container .slanted::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -35px;
  width: 70px;
  height: 100%;
  background-color: #F6F8FE;
  transform: skew(-8deg);
}
.slanted-container .slanted .slanted_border {
  position: absolute;
  background-color: var(--tg-theme-primary);
  width: 10px;
  height: 100%;
  left: 35px;
  transform: skew(-8deg);
  z-index: 1;
}
.slanted-container .slanted .image {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 100%), url("/assets/img/bg/founders_bg.webp");
  background-size: cover;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  height: inherit;
  width: 100%;
}
.slanted-container .slanted .image::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 77.08%);
  mix-blend-mode: hard-light;
}
.slanted-container .slanted .image .image_content_box {
  width: 75%;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
.slanted-container .slanted .image .image_content_box .middle_box {
  flex: 1 0 33.33%;
  color: #FFF;
  text-align: center;
  font-size: clamp(13px, 1vw, 15px);
  font-style: italic;
  font-weight: 500;
  margin: 0 20px;
}
.slanted-container .slanted .image .image_content_box .founder_text_box {
  width: 100%;
  max-width: 200px;
  height: fit-content;
  border-radius: 16px;
  background: #FBA106;
  border: 4px solid white;
  padding: 12px 20px;
  flex: 1 0 33.33%;
}
.slanted-container .slanted .image .image_content_box .founder_text_box p {
  color: white;
  margin: 0;
  margin-bottom: 6px;
  line-height: 1.5;
}
.slanted-container .slanted .image .image_content_box .founder_text_box p.title, .slanted-container .slanted .image .image_content_box .founder_text_box p.sub-title {
  color: #FFF;
  font-style: normal;
}
.slanted-container .slanted .image .image_content_box .founder_text_box p.title {
  font-size: 20px;
  font-weight: 600;
}
.slanted-container .slanted .image .image_content_box .founder_text_box p.sub-title {
  font-size: 16px;
  font-weight: 400;
}
.slanted-container .slanted .middle_box_outer {
  display: none;
}

@media screen and (max-width: 991px) {
  .slanted-container {
    height: auto;
  }
  .slanted-container .partial-section {
    height: 300px;
    text-align: center;
  }
  .slanted-container .slanted .slanted_border {
    display: none;
  }
  .slanted-container .slanted::after {
    display: none;
  }
  .slanted-container .slanted .image {
    border-radius: 20px;
    height: 400px;
  }
  .slanted-container .slanted .image .image_content_box {
    position: relative;
  }
  .slanted-container .slanted .image .image_content_box .founder_text_box {
    height: auto;
  }
  .slanted-container .slanted .image .image_content_box .middle_box {
    visibility: hidden;
    flex: 1 0 0;
    height: 0;
  }
  .slanted-container .slanted .middle_box_outer {
    display: block;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    margin: 0 20px;
    padding: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .slanted-container .slanted .image .image_content_box {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    left: 40%;
  }
  .slanted-container .slanted .image .image_content_box .founder_text_box {
    margin: 0 8px;
  }
  .slanted-container .slanted .image .image_content_box .founder_text_box p.title {
    font-size: 18px;
  }
  .slanted-container .slanted .image .image_content_box .founder_text_box p.sub-title {
    font-size: 16px;
  }
  .slanted-container .slanted .image .image_content_box .middle_box {
    display: none;
  }
  .slanted-container .slanted .middle_box_outer {
    padding: 1.5rem;
  }
}
@media (max-width: 380px) {
  .slanted-container .slanted .image .image_content_box {
    left: 30%;
    transform: translate(-40%, -50%);
  }
  .slanted-container .slanted .image .image_content_box .founder_text_box p.title {
    font-size: 16px;
  }
  .slanted-container .slanted .image .image_content_box .founder_text_box p.sub-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .slanted-container .slanted .image .image_content_box {
    left: 25% !important;
  }
}
/*=============================
    08. Courses
===============================*/
.section-pt-120 {
  padding-top: 120px;
}

.section-pt-70 {
  padding-top: 70px;
}

.section-pb-90 {
  padding-bottom: 90px;
}
@media (max-width: 991.98px) {
  .section-pb-90 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-pb-60 {
  padding-bottom: 60px;
}
@media (max-width: 991.98px) {
  .section-pb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-pb-120 {
  padding-bottom: 120px;
}

.courses-area,
.lesson-plan-area,
.program-levels-area {
  position: relative;
  background-color: var(--tg-common-color-gray-2);
  z-index: 1;
}
.courses-area .section__title-wrap,
.lesson-plan-area .section__title-wrap,
.program-levels-area .section__title-wrap {
  margin: 0 0 50px;
}
@media (max-width: 767.98px) {
  .courses-area .section__title-wrap,
  .lesson-plan-area .section__title-wrap,
  .program-levels-area .section__title-wrap {
    margin: 0 0 40px;
  }
}
.courses__nav-active,
.lesson-plan__nav-active,
.program-levels__nav-active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 5px 35px;
}
@media (max-width: 991.98px) {
  .courses__nav-active,
  .lesson-plan__nav-active,
  .program-levels__nav-active {
    justify-content: center;
    margin: 60px 0 0;
  }
}
@media (max-width: 767.98px) {
  .courses__nav-active,
  .lesson-plan__nav-active,
  .program-levels__nav-active {
    gap: 5px 25px;
  }
}
.courses__nav-active button,
.lesson-plan__nav-active button,
.program-levels__nav-active button {
  display: block;
  position: relative;
  border: none;
  background: transparent;
  color: var(--tg-body-color);
  font-size: 17px;
  font-weight: var(--tg-fw-medium);
  font-family: var(--tg-body-font-family);
  padding: 0 0;
}
.courses__nav-active button > span,
.lesson-plan__nav-active button > span,
.program-levels__nav-active button > span {
  position: absolute;
  right: 0;
  top: -26px;
  font-weight: var(--tg-fw-semi-bold);
  font-size: 14px;
  color: var(--tg-common-color-white);
  background: var(--tg-theme-primary);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  padding: 4px 9px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.courses__nav-active button > span::after,
.lesson-plan__nav-active button > span::after,
.program-levels__nav-active button > span::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 0;
  border-color: var(--tg-theme-primary) transparent transparent transparent;
}
.courses__nav-active button.active,
.lesson-plan__nav-active button.active,
.program-levels__nav-active button.active {
  color: var(--tg-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .courses-active,
  .lesson-plan-active,
  .program-levels-active {
    max-width: 80%;
    margin: 0 auto;
  }
}
.courses__item,
.lesson-plan__item,
.program-levels__item {
  margin: 0 0 30px;
  background: var(--tg-common-color-white);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.courses__item-thumb,
.lesson-plan__item-thumb,
.program-levels__item-thumb {
  position: relative;
}
.courses__item-thumb img,
.lesson-plan__item-thumb img,
.program-levels__item-thumb img {
  width: 100%;
}
.courses__item-tag,
.lesson-plan__item-tag,
.program-levels__item-tag {
  position: absolute;
  left: 22px;
  top: 22px;
  font-size: 15px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-common-color-white);
  display: block;
  line-height: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 6px 16px;
  z-index: 2;
}
.courses__item-tag:hover,
.lesson-plan__item-tag:hover,
.program-levels__item-tag:hover {
  color: var(--tg-common-color-white);
}
.courses__item-content,
.lesson-plan__item-content,
.program-levels__item-content {
  padding: 25px 30px 20px;
}
@media (max-width: 991.98px) {
  .courses__item-content,
  .lesson-plan__item-content,
  .program-levels__item-content {
    padding: 25px 25px 20px;
  }
}
.courses__item-content .title,
.lesson-plan__item-content .title,
.program-levels__item-content .title {
  font-size: 20px;
  font-weight: var(--tg-fw-regular);
  line-height: 1.3;
  margin: 0 0 15px;
}
@media (max-width: 991.98px) {
  .courses__item-content .title,
  .lesson-plan__item-content .title,
  .program-levels__item-content .title {
    font-size: 18px;
  }
}
.courses__item-content .title a,
.lesson-plan__item-content .title a,
.program-levels__item-content .title a {
  display: inline;
  background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color)), linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
  background-size: 0% 1.5px, 0 1.5px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.courses__item-content .title a:hover,
.lesson-plan__item-content .title a:hover,
.program-levels__item-content .title a:hover {
  color: inherit;
  background-size: 0 1.5px, 100% 1.5px;
}
.courses__item-meta,
.lesson-plan__item-meta,
.program-levels__item-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 22px;
  margin: 0 0 10px;
}
@media (max-width: 767.98px) {
  .courses__item-meta,
  .lesson-plan__item-meta,
  .program-levels__item-meta {
    gap: 0 19px;
  }
}
.courses__item-meta li,
.lesson-plan__item-meta li,
.program-levels__item-meta li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.courses__item-meta li i,
.lesson-plan__item-meta li i,
.program-levels__item-meta li i {
  margin-right: 7px;
}
.courses__item-rating,
.lesson-plan__item-rating,
.program-levels__item-rating {
  color: #F8BC24;
  letter-spacing: -1px;
  line-height: 1;
}
.courses__item-rating .rating-count,
.lesson-plan__item-rating .rating-count,
.program-levels__item-rating .rating-count {
  color: var(--tg-body-color);
  letter-spacing: 0;
  margin-left: 5px;
}
.courses__item-bottom,
.lesson-plan__item-bottom,
.program-levels__item-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid var(--tg-border-4);
}
.courses__item-bottom .author,
.lesson-plan__item-bottom .author,
.program-levels__item-bottom .author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
}
.courses__item-bottom .author img,
.lesson-plan__item-bottom .author img,
.program-levels__item-bottom .author img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  max-width: 40px;
}
.courses__item-bottom .author a,
.lesson-plan__item-bottom .author a,
.program-levels__item-bottom .author a {
  flex: 0 0 auto;
  color: var(--tg-body-color);
}
.courses__item-bottom .author a:hover,
.lesson-plan__item-bottom .author a:hover,
.program-levels__item-bottom .author a:hover {
  color: var(--tg-theme-primary);
}
.courses__item-bottom .price,
.lesson-plan__item-bottom .price,
.program-levels__item-bottom .price {
  font-size: 22px;
  margin: 0 0 0 25px;
  line-height: 1;
  color: var(--tg-theme-primary);
  font-weight: var(--tg-fw-medium);
}
@media (max-width: 991.98px) {
  .courses__item-bottom .price,
  .lesson-plan__item-bottom .price,
  .program-levels__item-bottom .price {
    font-size: 18px;
    margin: 0 0 0 20px;
  }
}
.courses__item-bottom .price del,
.lesson-plan__item-bottom .price del,
.program-levels__item-bottom .price del {
  font-size: 16px;
  color: #8D9DB5;
  margin-right: 4px;
}
.courses__item-two,
.lesson-plan__item-two,
.program-levels__item-two {
  padding: 10px;
  background: var(--tg-common-color-white);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  margin: 0 0 30px;
}
.courses__item-two-thumb,
.lesson-plan__item-two-thumb,
.program-levels__item-two-thumb {
  position: relative;
}
.courses__item-two-thumb img,
.lesson-plan__item-two-thumb img,
.program-levels__item-two-thumb img {
  object-fit: cover;
  height: 181px;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.courses__item-two-thumb .course__price,
.lesson-plan__item-two-thumb .course__price,
.program-levels__item-two-thumb .course__price {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 13px 5px 20px;
  text-align: center;
  min-width: 105px;
  z-index: 1;
}
.courses__item-two-thumb .course__price svg,
.lesson-plan__item-two-thumb .course__price svg,
.program-levels__item-two-thumb .course__price svg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: var(--tg-theme-primary);
  z-index: -1;
}
.courses__item-two-thumb .course__price .price,
.lesson-plan__item-two-thumb .course__price .price,
.program-levels__item-two-thumb .course__price .price {
  margin: 0 0;
  font-size: 20px;
  color: var(--tg-common-color-white);
  font-weight: var(--tg-fw-medium);
}
.courses__item-two-thumb .course__price .price del,
.lesson-plan__item-two-thumb .course__price .price del,
.program-levels__item-two-thumb .course__price .price del {
  font-size: 15px;
  opacity: 0.7;
  margin: 0 7px;
}
.courses__item-two-content,
.lesson-plan__item-two-content,
.program-levels__item-two-content {
  padding: 20px 13px 10px;
}
.courses__item-two-content .courses__item-tag,
.lesson-plan__item-two-content .courses__item-tag,
.program-levels__item-two-content .courses__item-tag {
  position: unset;
  display: inline-block;
  margin: 0 0 13px;
}
.courses__item-two-content .title,
.lesson-plan__item-two-content .title,
.program-levels__item-two-content .title {
  font-weight: var(--tg-fw-medium);
  font-size: 17px;
  line-height: 1.38;
  margin: 0 0 16px;
}
.courses__item-two-content .title a,
.lesson-plan__item-two-content .title a,
.program-levels__item-two-content .title a {
  display: inline;
  background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color)), linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.courses__item-two-content .title a:hover,
.lesson-plan__item-two-content .title a:hover,
.program-levels__item-two-content .title a:hover {
  color: inherit;
  background-size: 0 2px, 100% 2px;
}
.courses__item-two-content .courses__item-meta,
.lesson-plan__item-two-content .courses__item-meta,
.program-levels__item-two-content .courses__item-meta {
  gap: 8px 22px;
  margin: 0 0;
}
.courses__item-two-content .courses__item-meta li,
.lesson-plan__item-two-content .courses__item-meta li,
.program-levels__item-two-content .courses__item-meta li {
  line-height: 1;
}
.courses__item-two-content .courses__item-meta li i,
.lesson-plan__item-two-content .courses__item-meta li i,
.program-levels__item-two-content .courses__item-meta li i {
  font-size: 20px;
}
@media (max-width: 1199.98px) {
  .courses__shapes,
  .lesson-plan__shapes,
  .program-levels__shapes {
    display: none;
  }
}
.courses__shapes > *,
.lesson-plan__shapes > *,
.program-levels__shapes > * {
  position: absolute;
  z-index: -1;
}
.courses__shapes > *:nth-child(1),
.lesson-plan__shapes > *:nth-child(1),
.program-levels__shapes > *:nth-child(1) {
  left: 7%;
  top: 26%;
}
@media (max-width: 1800px) {
  .courses__shapes > *:nth-child(1),
  .lesson-plan__shapes > *:nth-child(1),
  .program-levels__shapes > *:nth-child(1) {
    left: 4%;
  }
}
.courses__shapes > *:nth-child(1) img,
.lesson-plan__shapes > *:nth-child(1) img,
.program-levels__shapes > *:nth-child(1) img {
  max-width: 83px;
}
.courses__shapes > *:nth-child(2),
.lesson-plan__shapes > *:nth-child(2),
.program-levels__shapes > *:nth-child(2) {
  right: 7.5%;
  bottom: 16%;
}
@media (max-width: 1800px) {
  .courses__shapes > *:nth-child(2),
  .lesson-plan__shapes > *:nth-child(2),
  .program-levels__shapes > *:nth-child(2) {
    right: 4%;
  }
}
.courses__shapes > *:nth-child(2) img,
.lesson-plan__shapes > *:nth-child(2) img,
.program-levels__shapes > *:nth-child(2) img {
  max-width: 86px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .courses-top-wrap .shop-top-left p,
  .lesson-plan-top-wrap .shop-top-left p,
  .program-levels-top-wrap .shop-top-left p {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .courses__sidebar,
  .lesson-plan__sidebar,
  .program-levels__sidebar {
    margin: 80px 0 0;
  }
}
.courses-slider-active .slick-arrow,
.lesson-plan-slider-active .slick-arrow,
.program-levels-slider-active .slick-arrow {
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-30px);
  -moz-transform: translateY(-50%) translateX(-30px);
  -ms-transform: translateY(-50%) translateX(-30px);
  -o-transform: translateY(-50%) translateX(-30px);
  transform: translateY(-50%) translateX(-30px);
  width: 50px;
  height: 50px;
  background: var(--tg-common-color-gray);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 10px 20px #DFDFDF;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  padding: 0 0;
  z-index: 2;
}
.courses-slider-active .slick-arrow:hover,
.lesson-plan-slider-active .slick-arrow:hover,
.program-levels-slider-active .slick-arrow:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.courses-slider-active .slick-arrow.slick-next,
.lesson-plan-slider-active .slick-arrow.slick-next,
.program-levels-slider-active .slick-arrow.slick-next {
  left: auto !important;
  right: -10px;
  -webkit-transform: translateY(-50%) translateX(30px);
  -moz-transform: translateY(-50%) translateX(30px);
  -ms-transform: translateY(-50%) translateX(30px);
  -o-transform: translateY(-50%) translateX(30px);
  transform: translateY(-50%) translateX(30px);
}
.courses-slider-active:hover .slick-arrow,
.lesson-plan-slider-active:hover .slick-arrow,
.program-levels-slider-active:hover .slick-arrow {
  -webkit-transform: translateY(-50%) translateX(0);
  -moz-transform: translateY(-50%) translateX(0);
  -ms-transform: translateY(-50%) translateX(0);
  -o-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
  opacity: 1;
  visibility: visible;
}
.courses-slider-active .col,
.lesson-plan-slider-active .col,
.program-levels-slider-active .col {
  padding-left: 15px;
  padding-right: 15px;
}
.courses-slider-active .courses__item-two,
.lesson-plan-slider-active .courses__item-two,
.program-levels-slider-active .courses__item-two {
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  box-shadow: none;
  padding: 15px;
  cursor: pointer;
}
.courses-slider-active .courses__item-two.custom_slider_item,
.lesson-plan-slider-active .courses__item-two.custom_slider_item,
.program-levels-slider-active .courses__item-two.custom_slider_item {
  max-width: 300px;
  margin: 0 auto;
}
.courses-slider-active .courses__item-two.custom_slider_item .courses__item-two-content .title,
.lesson-plan-slider-active .courses__item-two.custom_slider_item .courses__item-two-content .title,
.program-levels-slider-active .courses__item-two.custom_slider_item .courses__item-two-content .title {
  color: #102B5B;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  margin-bottom: 12px;
}
.courses-slider-active .courses__item-two.custom_slider_item .courses__item-two-content p.slider_para,
.lesson-plan-slider-active .courses__item-two.custom_slider_item .courses__item-two-content p.slider_para,
.program-levels-slider-active .courses__item-two.custom_slider_item .courses__item-two-content p.slider_para {
  color: #53688D;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 20px;
}
.courses-slider-active .courses__item-two.custom_slider_item .courses__item-two-content .bottom_link,
.lesson-plan-slider-active .courses__item-two.custom_slider_item .courses__item-two-content .bottom_link,
.program-levels-slider-active .courses__item-two.custom_slider_item .courses__item-two-content .bottom_link {
  display: flex;
  align-items: center;
  line-height: 1.25;
  color: var(--tg-theme-primary);
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
}
.courses-slider-active .courses__item-two.custom_slider_item .courses__item-bottom,
.lesson-plan-slider-active .courses__item-two.custom_slider_item .courses__item-bottom,
.program-levels-slider-active .courses__item-two.custom_slider_item .courses__item-bottom {
  margin-top: 0;
  border-top: 0;
  padding: 0;
  font-size: 22px;
}
.courses-slider-active .courses__item-two-thumb .author,
.lesson-plan-slider-active .courses__item-two-thumb .author,
.program-levels-slider-active .courses__item-two-thumb .author {
  position: absolute;
  right: 15px;
  bottom: -25px;
  z-index: 2;
}
.courses-slider-active .courses__item-two-thumb .author img,
.lesson-plan-slider-active .courses__item-two-thumb .author img,
.program-levels-slider-active .courses__item-two-thumb .author img {
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
  border: 3px solid #FFFFFF;
  border-radius: 50px;
}
.courses-slider-active .courses__item-two-content,
.lesson-plan-slider-active .courses__item-two-content,
.program-levels-slider-active .courses__item-two-content {
  padding: 16px 7px 5px 7px;
}
.courses-slider-active .courses__item-bottom .price,
.lesson-plan-slider-active .courses__item-bottom .price,
.program-levels-slider-active .courses__item-bottom .price {
  font-size: 20px;
  margin: 0 20px 0 0;
}
.courses-slider-active .courses__item-bottom .price del,
.lesson-plan-slider-active .courses__item-bottom .price del,
.program-levels-slider-active .courses__item-bottom .price del {
  font-size: 15px;
  margin-right: 6px;
}
.courses__nav-tabs,
.lesson-plan__nav-tabs,
.program-levels__nav-tabs {
  gap: 10px;
  border: none;
  margin-left: 10px;
}
.courses__nav-tabs .nav-item,
.lesson-plan__nav-tabs .nav-item,
.program-levels__nav-tabs .nav-item {
  margin: 0 0;
}
.courses__nav-tabs .nav-item .nav-link,
.lesson-plan__nav-tabs .nav-item .nav-link,
.program-levels__nav-tabs .nav-item .nav-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #6196EA;
  border-radius: 4px;
  color: var(--tg-theme-primary);
}
.courses__nav-tabs .nav-item .nav-link svg,
.lesson-plan__nav-tabs .nav-item .nav-link svg,
.program-levels__nav-tabs .nav-item .nav-link svg {
  flex: 0 0 auto;
}
.courses__nav-tabs .nav-item .nav-link.active,
.lesson-plan__nav-tabs .nav-item .nav-link.active,
.program-levels__nav-tabs .nav-item .nav-link.active {
  border-color: var(--tg-theme-primary);
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.courses__grid-wrap .courses__item-two,
.lesson-plan__grid-wrap .courses__item-two,
.program-levels__grid-wrap .courses__item-two {
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  box-shadow: none;
  padding: 15px;
}
.courses__grid-wrap .courses__item-two-thumb .author,
.lesson-plan__grid-wrap .courses__item-two-thumb .author,
.program-levels__grid-wrap .courses__item-two-thumb .author {
  position: absolute;
  right: 15px;
  bottom: -25px;
  z-index: 2;
}
.courses__grid-wrap .courses__item-two-thumb .author img,
.lesson-plan__grid-wrap .courses__item-two-thumb .author img,
.program-levels__grid-wrap .courses__item-two-thumb .author img {
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
  border: 3px solid #FFFFFF;
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .courses__grid-wrap .courses__item-two-thumb img,
  .lesson-plan__grid-wrap .courses__item-two-thumb img,
  .program-levels__grid-wrap .courses__item-two-thumb img {
    height: auto;
  }
}
.courses__grid-wrap .courses__item-two-content,
.lesson-plan__grid-wrap .courses__item-two-content,
.program-levels__grid-wrap .courses__item-two-content {
  padding: 16px 7px 5px 7px;
}
.courses__grid-wrap .courses__item-bottom .price,
.lesson-plan__grid-wrap .courses__item-bottom .price,
.program-levels__grid-wrap .courses__item-bottom .price {
  font-size: 20px;
  margin: 0 20px 0 0;
}
.courses__grid-wrap .courses__item-bottom .price del,
.lesson-plan__grid-wrap .courses__item-bottom .price del,
.program-levels__grid-wrap .courses__item-bottom .price del {
  font-size: 15px;
  margin-right: 6px;
}
.courses__list-wrap .courses__item-two,
.lesson-plan__list-wrap .courses__item-two,
.program-levels__list-wrap .courses__item-two {
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  box-shadow: none;
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 25px;
}
@media (max-width: 767.98px) {
  .courses__list-wrap .courses__item-two,
  .lesson-plan__list-wrap .courses__item-two,
  .program-levels__list-wrap .courses__item-two {
    gap: 20px;
    flex-direction: column;
  }
}
.courses__list-wrap .courses__item-two-thumb,
.lesson-plan__list-wrap .courses__item-two-thumb,
.program-levels__list-wrap .courses__item-two-thumb {
  flex: 0 0 auto;
}
.courses__list-wrap .courses__item-two-thumb a,
.lesson-plan__list-wrap .courses__item-two-thumb a,
.program-levels__list-wrap .courses__item-two-thumb a {
  height: 100%;
}
.courses__list-wrap .courses__item-two-thumb img,
.lesson-plan__list-wrap .courses__item-two-thumb img,
.program-levels__list-wrap .courses__item-two-thumb img {
  width: 270px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .courses__list-wrap .courses__item-two-thumb img,
  .lesson-plan__list-wrap .courses__item-two-thumb img,
  .program-levels__list-wrap .courses__item-two-thumb img {
    width: 235px;
  }
}
@media (max-width: 991.98px) {
  .courses__list-wrap .courses__item-two-thumb img,
  .lesson-plan__list-wrap .courses__item-two-thumb img,
  .program-levels__list-wrap .courses__item-two-thumb img {
    width: 270px;
  }
}
@media (max-width: 767.98px) {
  .courses__list-wrap .courses__item-two-thumb img,
  .lesson-plan__list-wrap .courses__item-two-thumb img,
  .program-levels__list-wrap .courses__item-two-thumb img {
    width: 100%;
  }
}
.courses__list-wrap .courses__item-two-content,
.lesson-plan__list-wrap .courses__item-two-content,
.program-levels__list-wrap .courses__item-two-content {
  padding: 0 15px 0 0;
}
@media (max-width: 767.98px) {
  .courses__list-wrap .courses__item-two-content,
  .lesson-plan__list-wrap .courses__item-two-content,
  .program-levels__list-wrap .courses__item-two-content {
    padding: 0 7px 5px 7px;
  }
}
.courses__list-wrap .courses__item-two-content .title,
.lesson-plan__list-wrap .courses__item-two-content .title,
.program-levels__list-wrap .courses__item-two-content .title {
  font-size: 20px;
  margin: 0 0 10px;
}
.courses__list-wrap .courses__item-two-content p,
.lesson-plan__list-wrap .courses__item-two-content p,
.program-levels__list-wrap .courses__item-two-content p {
  line-height: 1.65;
}
.courses__list-wrap .courses__item-two-content .courses__item-rating,
.lesson-plan__list-wrap .courses__item-two-content .courses__item-rating,
.program-levels__list-wrap .courses__item-two-content .courses__item-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 6px;
}
.courses__list-wrap .courses__item-two-content .courses__item-rating i,
.lesson-plan__list-wrap .courses__item-two-content .courses__item-rating i,
.program-levels__list-wrap .courses__item-two-content .courses__item-rating i {
  font-size: 15px;
  margin: 0 0;
}
.courses__list-wrap .courses__item-two-content .courses__item-rating .rating-count,
.lesson-plan__list-wrap .courses__item-two-content .courses__item-rating .rating-count,
.program-levels__list-wrap .courses__item-two-content .courses__item-rating .rating-count {
  margin: 0 0;
}
.courses__list-wrap .courses__item-two-content .courses__item-tag,
.lesson-plan__list-wrap .courses__item-two-content .courses__item-tag,
.program-levels__list-wrap .courses__item-two-content .courses__item-tag {
  margin: 0 0 8px;
  font-size: 14px;
}
.courses__list-wrap .courses__item-two-content .courses__item-meta,
.lesson-plan__list-wrap .courses__item-two-content .courses__item-meta,
.program-levels__list-wrap .courses__item-two-content .courses__item-meta {
  margin: 0 0 14px;
}
.courses__list-wrap .courses__item-bottom,
.lesson-plan__list-wrap .courses__item-bottom,
.program-levels__list-wrap .courses__item-bottom {
  padding: 12px 0 0;
  margin: 0 0 0;
}
.courses__list-wrap .courses__item-bottom .author img,
.lesson-plan__list-wrap .courses__item-bottom .author img,
.program-levels__list-wrap .courses__item-bottom .author img {
  max-width: 35px;
}
.courses__breadcrumb-area,
.lesson-plan__breadcrumb-area,
.program-levels__breadcrumb-area {
  background-color: #041734;
  gap: 0 28px;
  padding: 82px 0;
}
.courses__breadcrumb-area .container i {
  font-size: 16px;
  margin-bottom: 30px !important;
  color: #BCBCBC;
  opacity: 1;
}
.courses__breadcrumb-area .container .text {
  font-size: 16px;
  font-weight: 400;
  color: #BCBCBC;
  opacity: 0.6;
}
.courses__breadcrumb-content .category,
.lesson-plan__breadcrumb-content .category,
.program-levels__breadcrumb-content .category {
  display: inline-block;
  font-size: 15px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-common-color-white);
  background: var(--bs-blue);
  line-height: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 15px 16px;
  margin: 0 0 12px;
}
.courses__breadcrumb-content .title,
.lesson-plan__breadcrumb-content .title,
.program-levels__breadcrumb-content .title {
  font-size: 36px;
  color: var(--tg-common-color-white);
  line-height: 1.3;
  margin: 0 0 6px;
}
@media (max-width: 767.98px) {
  .courses__breadcrumb-content .title,
  .lesson-plan__breadcrumb-content .title,
  .program-levels__breadcrumb-content .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .courses__breadcrumb-content .title,
  .lesson-plan__breadcrumb-content .title,
  .program-levels__breadcrumb-content .title {
    font-size: 30px;
  }
}
.courses__breadcrumb-content p,
.lesson-plan__breadcrumb-content p,
.program-levels__breadcrumb-content p {
  color: #B2BDCD;
  margin: 0 0 0;
}
.courses__breadcrumb-content .courses__item-meta,
.lesson-plan__breadcrumb-content .courses__item-meta,
.program-levels__breadcrumb-content .courses__item-meta {
  margin: 25px 0 0;
  gap: 10px 19px;
}
.courses__breadcrumb-content .courses__item-meta li,
.lesson-plan__breadcrumb-content .courses__item-meta li,
.program-levels__breadcrumb-content .courses__item-meta li {
  color: #B2BDCD;
}
.courses__breadcrumb-content .courses__item-meta li .author,
.lesson-plan__breadcrumb-content .courses__item-meta li .author,
.program-levels__breadcrumb-content .courses__item-meta li .author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}
.courses__breadcrumb-content .courses__item-meta li .author a,
.lesson-plan__breadcrumb-content .courses__item-meta li .author a,
.program-levels__breadcrumb-content .courses__item-meta li .author a {
  flex: 0 0 auto;
}
.courses__breadcrumb-content .courses__item-meta li .author img,
.lesson-plan__breadcrumb-content .courses__item-meta li .author img,
.program-levels__breadcrumb-content .courses__item-meta li .author img {
  border: 2px solid #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.courses__breadcrumb-content .courses__item-meta li i,
.lesson-plan__breadcrumb-content .courses__item-meta li i,
.program-levels__breadcrumb-content .courses__item-meta li i {
  color: var(--tg-common-color-white);
  font-size: 18px;
  margin-top: -1px;
}
.courses__breadcrumb-content .courses__item-meta li a,
.lesson-plan__breadcrumb-content .courses__item-meta li a,
.program-levels__breadcrumb-content .courses__item-meta li a {
  color: #B2BDCD;
}
.courses__breadcrumb-content .courses__item-meta li .rating,
.lesson-plan__breadcrumb-content .courses__item-meta li .rating,
.program-levels__breadcrumb-content .courses__item-meta li .rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.courses__breadcrumb-content .courses__item-meta li .rating i,
.lesson-plan__breadcrumb-content .courses__item-meta li .rating i,
.program-levels__breadcrumb-content .courses__item-meta li .rating i {
  font-size: 15px;
  color: #F8BC24;
  margin: 0 5px 0 0;
}
.courses__breadcrumb-content .courses__item-meta li .rating-count,
.lesson-plan__breadcrumb-content .courses__item-meta li .rating-count,
.program-levels__breadcrumb-content .courses__item-meta li .rating-count {
  margin-left: 5px;
}
.courses__details-wrapper,
.lesson-plan__details-wrapper,
.program-levels__details-wrapper {
  padding: 55px 0 0;
  margin: 0 70px 0 0;
}
@media (max-width: 1199.98px) {
  .courses__details-wrapper,
  .lesson-plan__details-wrapper,
  .program-levels__details-wrapper {
    margin: 0 0;
  }
}
.courses__details-wrapper .nav-tabs,
.lesson-plan__details-wrapper .nav-tabs,
.program-levels__details-wrapper .nav-tabs {
  border-bottom: 3px solid #E6EAEF;
  gap: 30px;
  margin-bottom: 25px;
}
.courses__details-wrapper .nav-tabs .nav-link,
.lesson-plan__details-wrapper .nav-tabs .nav-link,
.program-levels__details-wrapper .nav-tabs .nav-link {
  margin-bottom: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0 5px 10px;
  font-weight: 500;
  font-size: 19px;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-body-color);
  position: relative;
}
.courses__details-wrapper .nav-tabs .nav-link.active,
.lesson-plan__details-wrapper .nav-tabs .nav-link.active,
.program-levels__details-wrapper .nav-tabs .nav-link.active {
  color: var(--tg-theme-primary);
}
.courses__details-wrapper .nav-tabs .nav-link.active::before,
.lesson-plan__details-wrapper .nav-tabs .nav-link.active::before,
.program-levels__details-wrapper .nav-tabs .nav-link.active::before {
  opacity: 1;
}
.courses__details-wrapper .nav-tabs .nav-link::before,
.lesson-plan__details-wrapper .nav-tabs .nav-link::before,
.program-levels__details-wrapper .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: var(--tg-theme-primary);
  transition: 0.3s linear;
  opacity: 0;
}
.courses__details-inner,
.lesson-plan__details-inner,
.program-levels__details-inner {
  margin: 46px 0 0;
}
.courses__details-inner .title,
.lesson-plan__details-inner .title,
.program-levels__details-inner .title {
  font-size: 18px;
  margin: 0 0 15px;
}
.courses__details-inner .title::after,
.lesson-plan__details-inner .title::after,
.program-levels__details-inner .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #DBE1E8;
  margin: 15px 0 0;
}
.courses__details-inner .event-details-list .list-wrap,
.lesson-plan__details-inner .event-details-list .list-wrap,
.program-levels__details-inner .event-details-list .list-wrap {
  padding: 0 0;
  margin: 0 0;
}
.courses__details-curriculum,
.lesson-plan__details-curriculum,
.program-levels__details-curriculum {
  margin: 40px 0 0;
}
.courses__details-curriculum > .title,
.lesson-plan__details-curriculum > .title,
.program-levels__details-curriculum > .title {
  font-size: 22px;
  margin: 0 0 20px;
}
.courses__details-curriculum .accordion-item,
.lesson-plan__details-curriculum .accordion-item,
.program-levels__details-curriculum .accordion-item {
  margin: 0 0 15px;
  border: 1px solid #DCE1E8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.courses__details-curriculum .accordion-item:last-child,
.lesson-plan__details-curriculum .accordion-item:last-child,
.program-levels__details-curriculum .accordion-item:last-child {
  margin: 0 0;
}
.courses__details-curriculum .accordion-button,
.lesson-plan__details-curriculum .accordion-button,
.program-levels__details-curriculum .accordion-button {
  border: none;
  box-shadow: none;
  font-size: 17px;
  color: var(--tg-heading-color);
  padding: 1.25rem 1.5rem;
}
.courses__details-curriculum .accordion-button:not(.collapsed),
.lesson-plan__details-curriculum .accordion-button:not(.collapsed),
.program-levels__details-curriculum .accordion-button:not(.collapsed) {
  background: #E7EFFC;
  color: var(--tg-theme-primary);
}
.courses__details-curriculum .accordion-body,
.lesson-plan__details-curriculum .accordion-body,
.program-levels__details-curriculum .accordion-body {
  padding: 0 0;
}
.courses__details-curriculum .course-item,
.lesson-plan__details-curriculum .course-item,
.program-levels__details-curriculum .course-item {
  border-bottom: 1px solid #DCE1E8;
  padding: 17px 26px;
}
@media (max-width: 767.98px) {
  .courses__details-curriculum .course-item,
  .lesson-plan__details-curriculum .course-item,
  .program-levels__details-curriculum .course-item {
    padding: 17px 20px;
  }
}
.courses__details-curriculum .course-item:last-child,
.lesson-plan__details-curriculum .course-item:last-child,
.program-levels__details-curriculum .course-item:last-child {
  border: none;
}
.courses__details-curriculum .course-item .course-item-link,
.lesson-plan__details-curriculum .course-item .course-item-link,
.program-levels__details-curriculum .course-item .course-item-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #39557E;
  cursor: no-drop;
}
.courses__details-curriculum .course-item .course-item-link:hover,
.lesson-plan__details-curriculum .course-item .course-item-link:hover,
.program-levels__details-curriculum .course-item .course-item-link:hover {
  color: var(--tg-theme-primary);
}
.courses__details-curriculum .course-item .item-name,
.lesson-plan__details-curriculum .course-item .item-name,
.program-levels__details-curriculum .course-item .item-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .courses__details-curriculum .course-item .item-name,
  .lesson-plan__details-curriculum .course-item .item-name,
  .program-levels__details-curriculum .course-item .item-name {
    line-height: 1.4;
  }
}
.courses__details-curriculum .course-item .item-name::before,
.lesson-plan__details-curriculum .course-item .item-name::before,
.program-levels__details-curriculum .course-item .item-name::before {
  content: "";
  display: block;
  background-image: url(../img/icons/play.svg);
  width: 26px;
  height: 26px;
}
.courses__details-curriculum .course-item-meta,
.lesson-plan__details-curriculum .course-item-meta,
.program-levels__details-curriculum .course-item-meta {
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 1;
  gap: 20px;
}
.courses__details-curriculum .course-item-meta .duration,
.lesson-plan__details-curriculum .course-item-meta .duration,
.program-levels__details-curriculum .course-item-meta .duration {
  margin: 2px 0 0;
}
.courses__details-instructors,
.lesson-plan__details-instructors,
.program-levels__details-instructors {
  margin: 45px 0 0;
}
.courses__details-instructors .title,
.lesson-plan__details-instructors .title,
.program-levels__details-instructors .title {
  font-size: 22px;
  margin: 0 0 25px;
}
.courses__details-instructors .title::after,
.lesson-plan__details-instructors .title::after,
.program-levels__details-instructors .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #DBE1E8;
  margin: 20px 0 0;
}
.courses__details-sidebar,
.lesson-plan__details-sidebar,
.program-levels__details-sidebar {
  margin: -280px 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .courses__details-sidebar,
  .lesson-plan__details-sidebar,
  .program-levels__details-sidebar {
    margin: 80px 0 0;
  }
}
.courses__details-sidebar .event-widget .thumb,
.lesson-plan__details-sidebar .event-widget .thumb,
.program-levels__details-sidebar .event-widget .thumb {
  position: relative;
  margin: -17px -22px 25px -22px;
}
@media (max-width: 991.98px) {
  .courses__details-sidebar .event-widget .thumb,
  .lesson-plan__details-sidebar .event-widget .thumb,
  .program-levels__details-sidebar .event-widget .thumb {
    margin: 0 0 25px;
  }
}
.courses__details-sidebar .event-widget .thumb::before,
.lesson-plan__details-sidebar .event-widget .thumb::before,
.program-levels__details-sidebar .event-widget .thumb::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #082A5E;
  opacity: 0.2;
  border-radius: 4px;
  z-index: 1;
}
.courses__details-sidebar .event-widget .thumb img,
.lesson-plan__details-sidebar .event-widget .thumb img,
.program-levels__details-sidebar .event-widget .thumb img {
  border-radius: 4px;
  height: 200px;
  object-fit: cover;
  min-width: 270px;
}
@media (max-width: 991.98px) {
  .courses__details-sidebar .event-widget .thumb img,
  .lesson-plan__details-sidebar .event-widget .thumb img,
  .program-levels__details-sidebar .event-widget .thumb img {
    width: 100%;
    height: auto;
  }
}
.courses__details-sidebar .event-widget .thumb .popup-video,
.lesson-plan__details-sidebar .event-widget .thumb .popup-video,
.program-levels__details-sidebar .event-widget .thumb .popup-video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--tg-common-color-white);
  z-index: 3;
}
.courses__details-sidebar .rc-post-item,
.lesson-plan__details-sidebar .rc-post-item,
.program-levels__details-sidebar .rc-post-item {
  gap: 14px;
}
.courses__details-sidebar .rc-post-thumb img,
.lesson-plan__details-sidebar .rc-post-thumb img,
.program-levels__details-sidebar .rc-post-thumb img {
  width: 80px;
  height: 80px;
}
.courses__details-sidebar .rc-post-content .title,
.lesson-plan__details-sidebar .rc-post-content .title,
.program-levels__details-sidebar .rc-post-content .title {
  font-size: 15px;
  margin: 0 0 9px;
}
.courses__details-sidebar .rc-post-content .price,
.lesson-plan__details-sidebar .rc-post-content .price,
.program-levels__details-sidebar .rc-post-content .price {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-theme-primary);
  line-height: 1;
}
.courses__details-sidebar .rc-post-content .price del,
.lesson-plan__details-sidebar .rc-post-content .price del,
.program-levels__details-sidebar .rc-post-content .price del {
  color: #8D9DB5;
  font-size: 14px;
  margin-right: 6px;
}
.courses__details-reviews,
.lesson-plan__details-reviews,
.program-levels__details-reviews {
  margin: 35px 0 0;
}
.courses__details-reviews > .title,
.lesson-plan__details-reviews > .title,
.program-levels__details-reviews > .title {
  font-size: 22px;
  margin: 0 0 25px;
  font-weight: var(--tg-fw-medium);
}
.courses__details-reviews #course-reviews,
.lesson-plan__details-reviews #course-reviews,
.program-levels__details-reviews #course-reviews {
  margin: 35px 0 0;
}
.courses__details-reviews #course-reviews .list-wrap li,
.lesson-plan__details-reviews #course-reviews .list-wrap li,
.program-levels__details-reviews #course-reviews .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 20px;
  gap: 18px;
}
@media (max-width: 767.98px) {
  .courses__details-reviews #course-reviews .list-wrap li,
  .lesson-plan__details-reviews #course-reviews .list-wrap li,
  .program-levels__details-reviews #course-reviews .list-wrap li {
    flex-direction: column;
  }
}
.courses__details-reviews #course-reviews .list-wrap li:last-child,
.lesson-plan__details-reviews #course-reviews .list-wrap li:last-child,
.program-levels__details-reviews #course-reviews .list-wrap li:last-child {
  margin: 0 0;
}
.courses__details-reviews #course-reviews .review-author,
.lesson-plan__details-reviews #course-reviews .review-author,
.program-levels__details-reviews #course-reviews .review-author {
  width: 80px;
  flex: 0 0 auto;
}
.courses__details-reviews #course-reviews .review-author-info,
.lesson-plan__details-reviews #course-reviews .review-author-info,
.program-levels__details-reviews #course-reviews .review-author-info {
  flex-grow: 1;
}
.courses__details-reviews #course-reviews .review-stars-rated,
.lesson-plan__details-reviews #course-reviews .review-stars-rated,
.program-levels__details-reviews #course-reviews .review-stars-rated {
  font-size: 15px;
  color: #F8BC24;
  line-height: 1;
  margin: 0 0 8px;
}
.courses__details-reviews #course-reviews .user-name,
.lesson-plan__details-reviews #course-reviews .user-name,
.program-levels__details-reviews #course-reviews .user-name {
  font-size: 18px;
  margin: 0 0 10px;
}
.courses__details-reviews #course-reviews .user-name .date,
.lesson-plan__details-reviews #course-reviews .user-name .date,
.program-levels__details-reviews #course-reviews .user-name .date {
  font-size: 14px;
  font-weight: var(--tg-fw-regular);
  color: #8D9DB5;
  margin-left: 5px;
}
.courses__details-reviews .course-review-head,
.lesson-plan__details-reviews .course-review-head,
.program-levels__details-reviews .course-review-head {
  font-size: 22px;
  margin: 0 0 25px;
  font-weight: var(--tg-fw-medium);
}
.courses__details-reviews .course-review-head::after,
.lesson-plan__details-reviews .course-review-head::after,
.program-levels__details-reviews .course-review-head::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #DBE1E8;
  margin: 15px 0 0;
}
.courses__instructors-item,
.lesson-plan__instructors-item,
.program-levels__instructors-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 25px;
  margin: 0 0 40px;
}
@media (max-width: 767.98px) {
  .courses__instructors-item,
  .lesson-plan__instructors-item,
  .program-levels__instructors-item {
    gap: 20px;
    flex-direction: column;
  }
}
.courses__instructors-item:last-child,
.lesson-plan__instructors-item:last-child,
.program-levels__instructors-item:last-child {
  margin: 0 0;
}
.courses__instructors-thumb,
.lesson-plan__instructors-thumb,
.program-levels__instructors-thumb {
  max-width: 230px;
  flex: 0 0 auto;
}
.courses__instructors-thumb img,
.lesson-plan__instructors-thumb img,
.program-levels__instructors-thumb img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
.courses__instructors-content .name,
.lesson-plan__instructors-content .name,
.program-levels__instructors-content .name {
  font-size: 20px;
  margin: 0 0 5px;
}
.courses__instructors-content .designation,
.lesson-plan__instructors-content .designation,
.program-levels__instructors-content .designation {
  display: block;
  font-size: 16px;
  font-family: var(--tg-heading-font-family);
  color: #5A7093;
  line-height: 1;
}
.courses__instructors-content .meta,
.lesson-plan__instructors-content .meta,
.program-levels__instructors-content .meta {
  gap: 10px 17px;
  line-height: 1;
  margin: 23px 0 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DBE1E8;
}
.courses__instructors-content .meta li,
.lesson-plan__instructors-content .meta li,
.program-levels__instructors-content .meta li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.courses__instructors-content .meta li i,
.lesson-plan__instructors-content .meta li i,
.program-levels__instructors-content .meta li i {
  margin: -1px 0 0;
}
.courses__instructors-content .meta .rating i,
.lesson-plan__instructors-content .meta .rating i,
.program-levels__instructors-content .meta .rating i {
  color: #F8BC24;
  margin: 0 0;
}
.courses__instructors-content .meta .rating .average,
.lesson-plan__instructors-content .meta .rating .average,
.program-levels__instructors-content .meta .rating .average {
  margin-left: 3px;
}
.courses__instructors-content .tg-button-wrap .btn,
.lesson-plan__instructors-content .tg-button-wrap .btn,
.program-levels__instructors-content .tg-button-wrap .btn {
  font-size: 15px;
  padding: 15px 21px 12px 21px;
}

.courses__instructors-content .profile-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1rem !important;
  color: #53688D;
}

.course-rate {
  background: #F6F7FA;
  border: 1px solid #DAE0E7;
  border-radius: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 30px;
  gap: 26px;
}
@media (max-width: 767.98px) {
  .course-rate {
    flex-direction: column;
  }
}
.course-rate__summary {
  background: var(--tg-common-color-white);
  border: 1px solid #E6EAEF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  width: 180px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 33px 20px;
  gap: 3px;
}
.course-rate__summary-value {
  color: #082A5E;
  font-weight: 600;
  font-size: 64px;
  line-height: 0.8;
}
.course-rate__summary-stars {
  font-size: 15px;
  color: #F8BC24;
}
.course-rate__summary-text {
  color: #5A7093;
}
.course-rate__details {
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .course-rate__details {
    width: 100%;
  }
}
.course-rate__details-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 10px;
  margin: 0 0 17px;
}
.course-rate__details-row:last-child {
  margin: 0 0;
}
.course-rate__details-row-star {
  font-size: 20px;
}
.course-rate__details-row-star i {
  font-size: 17px;
  color: #F8BC24;
  margin-left: 3px;
}
.course-rate__details-row-value {
  position: relative;
  margin-right: 20px;
  flex-grow: 1;
}
.course-rate__details-row-value .rating-gray {
  background: #E0E3EB;
  border-radius: 50px;
  height: 7px;
}
.course-rate__details-row-value .rating {
  position: absolute;
  left: 0;
  top: 0;
  height: 7px;
  background: #F8BC24;
  border-radius: 50px;
}
.course-rate__details-row-value .rating-count {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  font-size: 20px;
}

.course-review-form {
  margin: 50px 0 0;
}
.course-review-form .row {
  --bs-gutter-x: 20px;
}
.course-review-form input, .course-review-form textarea {
  display: block;
  width: 100%;
  background: #F6F7FA;
  border: 1px solid #DAE0E7;
  border-radius: 3px;
  padding: 10px 17px 8px;
  font-size: 15px;
  margin: 0 0 20px;
}
.course-review-form input::placeholder, .course-review-form textarea::placeholder {
  font-size: 15px;
  color: #5A7093;
}
.course-review-form textarea {
  min-height: 185px;
}

.course-form-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 0 0 20px;
}
.course-form-rating > span {
  margin-right: 7px;
  font-size: 18px;
}
.course-form-rating > i {
  color: #F8BC24;
  font-size: 15px;
  margin: 0 1px;
  cursor: pointer;
}

.shine__animate-link {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.shine__animate-link::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.shine__animate-item:hover .shine__animate-link::before {
  -webkit-animation: hoverShine 1.2s;
  animation: hoverShine 1.2s;
}

/*=============================
    09. Categories
===============================*/
.section-py-130 {
  padding: 130px 0;
}
@media (max-width: 767.98px) {
  .section-py-130 {
    padding: 120px 0;
  }
}

.categories-area {
  position: relative;
  background-color: red;
  background-image: url("/assets/img/bg/curriculum_section_bg.jpg");
}
.categories__title-wrap {
  margin-right: 40px;
}
@media (max-width: 1199.98px) {
  .categories__title-wrap {
    margin: 0 0 70px;
  }
}
.categories__title-wrap .section__title {
  margin: 0 0 23px;
}
.categories__title-wrap .section__title .sub-title {
  margin: 0 0 10px;
}
.categories__title-wrap p {
  margin: 0 0 40px;
  color: white;
}
.categories__wrap {
  position: relative;
}
.categories__wrap > img {
  position: absolute;
}
@media (max-width: 767.98px) {
  .categories__wrap > img {
    display: none;
  }
}
.categories__wrap > img:nth-child(1) {
  max-width: 76px;
  left: 2.5%;
  top: 38%;
}
.categories__wrap > img:nth-child(2) {
  max-width: 60px;
  right: 2%;
  top: 28%;
}
.categories__wrap > .row {
  --bs-gutter-x: 20px;
  gap: 20px 0;
}
.categories__wrap > .row:not(:last-child) {
  margin-bottom: 20px;
}
.categories__item {
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
}
.categories__item.blue a:hover {
  background-color: var(--tg-darkblue-color);
}
.categories__item.yellow a:hover {
  background-color: var(--tg-theme-primary);
}
.categories__item.blue img.img1, .categories__item.yellow img.img1 {
  display: block;
}
.categories__item.blue img.img2, .categories__item.yellow img.img2 {
  display: none;
}
.categories__item.blue a:hover img.img1, .categories__item.yellow a:hover img.img1 {
  display: none;
}
.categories__item.blue a:hover img.img2, .categories__item.yellow a:hover img.img2 {
  display: block;
}
.categories__item.blue a:hover .name, .categories__item.yellow a:hover .name {
  color: white;
}
.categories__item.blue a:hover img.icon,
.categories__item.blue a:hover img.theme-bg, .categories__item.yellow a:hover img.icon,
.categories__item.yellow a:hover img.theme-bg {
  background-color: white !important;
}
.categories__item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  background: var(--tg-common-color-gray-2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 32px 30px 27px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .categories__item a {
    padding: 32px 20px 27px;
  }
}
.categories__item a i {
  width: 83px;
  height: 83px;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-darkblue-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 44px;
  color: white;
  margin: 0 auto 12px;
  -webkit-box-shadow: 0px 10px 20px rgba(222, 231, 243, 0.5);
  box-shadow: 0px 10px 20px rgba(222, 231, 243, 0.5);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767.98px) {
  .categories__item a i {
    width: 75px;
    height: 75px;
    font-size: 38px;
  }
}
.categories__item a img.icon {
  width: 80px;
  height: 80px;
  background: var(--tg-darkblue-color);
  padding: 14px;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
  border-radius: 100px;
  object-fit: none;
}
.categories__item a img.icon.theme-bg {
  background: var(--tg-theme-primary);
}
.categories__item a .name {
  display: block;
  font-family: var(--tg-heading-font-family);
  font-weight: var(--tg-fw-medium);
  font-size: 18px;
  color: #030303;
  margin: 0 0 4px;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .categories__item a .name {
    font-size: 16px;
    margin: 0 0 8px;
    line-height: 1.5;
  }
}
.categories__item a .courses {
  display: block;
  line-height: 1;
  font-size: 15px;
  font-weight: var(--tg-fw-medium);
  color: #5A7093;
}
.categories__item a:hover i {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  box-shadow: 0px 10px 20px rgba(19, 99, 223, 0.29);
}
.categories__item a:hover img.icon {
  width: 80px;
  height: 80px;
  background: var(--tg-theme-primary);
  padding: 14px;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
  border-radius: 100px;
  object-fit: none;
}
.categories__item a:hover img.icon.theme-bg {
  background: var(--tg-darkblue-color);
}
.categories__item-two a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 26px;
  background-color: var(--tg-common-color-gray-2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  margin: 0 0 30px;
  gap: 10px 25px;
}
@media (max-width: 1199.98px) {
  .categories__item-two a {
    gap: 15px 25px;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .categories__item-two a {
    gap: 10px 25px;
    flex-direction: row;
    text-align: left;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .categories__item-two a {
    gap: 15px 25px;
    flex-direction: column;
    text-align: center;
  }
}
.categories__item-two a .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 98px;
  flex: 0 0 auto;
  background: var(--tg-common-color-white);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 50px;
  position: relative;
  box-shadow: 0px 0px 14px #D4DFED;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.categories__item-two a .svg-icon svg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 11px;
  width: 81px;
  height: 36px;
  pointer-events: none;
  color: #ADC3E1;
}
.categories__item-two a .name {
  font-size: 19px;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color);
  font-weight: var(--tg-fw-medium);
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 1.4;
  margin: 0 0 6px;
}
@media (max-width: 991.98px) {
  .categories__item-two a .name {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .categories__item-two a .name {
    font-size: 19px;
  }
}
.categories__item-two a .courses {
  display: block;
  color: #5A7093;
  font-weight: var(--tg-fw-medium);
}
.categories__item-two a:hover .icon {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.categories__item-two a:hover .svg-icon svg {
  color: var(--tg-common-color-white);
}
.categories__item-two a:hover .name {
  color: var(--tg-theme-primary);
}
.categories__item-three {
  margin: 0 0 30px;
}
.categories__item-three a {
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.categories__item-three a:hover .thumb img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.categories__item-three .thumb {
  position: relative;
}
.categories__item-three .thumb::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.62) 92.81%);
  z-index: 1;
}
.categories__item-three .thumb img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 767.98px) {
  .categories__item-three .thumb img {
    height: auto;
  }
}
.categories__item-three .info {
  position: absolute;
  left: 15px;
  bottom: 15px;
  display: flex;
  flex-direction: column;
  font-family: var(--tg-heading-font-family);
  z-index: 2;
}
.categories__item-three .info .list {
  line-height: 1;
}
.categories__item-three .info .courses {
  display: inline-block;
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  padding: 8px 12px;
  border-radius: 4px 4px 0px 0px;
  font-size: 15px;
}
.categories__item-three .info .name {
  display: block;
  background: var(--tg-common-color-white);
  color: var(--tg-heading-color);
  font-size: 18px;
  font-weight: var(--tg-fw-medium);
  border-radius: 4px;
  padding: 11px 19px;
}
.categories__shapes-item {
  position: absolute;
  z-index: -1;
}
.categories__shapes-item:first-child {
  top: 15%;
  left: 11%;
}
@media (max-width: 1800px) {
  .categories__shapes-item:first-child {
    left: 4%;
  }
}
@media (max-width: 767.98px) {
  .categories__shapes-item:first-child {
    display: none;
  }
}
.categories__shapes-item:first-child img {
  max-width: 77px;
}
.categories__shapes-item:last-child {
  left: 3.5%;
  bottom: 8%;
}
.categories__shapes-item:last-child img {
  max-width: 108px;
}
.categories__shapes-item-two {
  position: absolute;
  z-index: -1;
}
.categories__shapes-item-two:first-child {
  max-width: 60px;
  top: 13%;
  right: 6%;
}
.categories__shapes-item-two:last-child {
  max-width: 108px;
  left: 6%;
  bottom: 20%;
}
@media (max-width: 1800px) {
  .categories__shapes-item-two:last-child {
    left: 3%;
  }
}

/*=============================
    10. Online
===============================*/
.online-area {
  padding: 150px 0;
}
@media (max-width: 1199.98px) {
  .online-area {
    padding: 120px 0;
  }
}
.online__image-wrap {
  position: relative;
  margin: 0 100px 0 60px;
}
@media (max-width: 1199.98px) {
  .online__image-wrap {
    margin: 0 30px 0 0;
  }
}
@media (max-width: 991.98px) {
  .online__image-wrap {
    display: flex;
    justify-content: center;
    margin: 0 0 50px;
  }
}
@media (max-width: 767.98px) {
  .online__image-wrap {
    margin: 0 0 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .online__image-wrap {
    margin: 0 0 50px;
  }
}
.online__image-wrap .main-img {
  background-color: var(--tg-common-color-white);
  border: 1px solid #E6E5E5;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 15px;
}
.online__image-wrap .main-img img {
  border-radius: 7px;
}
@media (max-width: 767.98px) {
  .online__image-wrap .main-img img {
    width: 100%;
  }
}
.online__image-wrap .icons {
  bottom: 65px;
  max-width: 214px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .online__image-wrap .icons {
    bottom: 40px;
  }
}
.online__image-wrap .left-shape {
  max-width: 82px;
  left: -110px;
  bottom: 130px;
}
@media (max-width: 1199.98px) {
  .online__image-wrap .left-shape {
    z-index: -1;
    left: -35px;
  }
}
.online__image-wrap .top-shape {
  top: -35px;
  right: -22px;
  max-width: 86px;
  z-index: -1;
}
.online__image-wrap .svg-shape {
  top: -40px;
  right: -50px;
  z-index: -2;
}
.online__image-wrap .bottom-shape {
  bottom: -35px;
  max-width: 108px;
  right: -35px;
  z-index: -1;
}
.online__content {
  margin-right: 70px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .online__content {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .online__content {
    max-width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .online__content {
    max-width: 100%;
  }
}
.online__content .section__title {
  margin: 0 0 8px;
}
@media (max-width: 991.98px) {
  .online__content .section__title .title br {
    display: none;
  }
}
.online__content p {
  margin: 0 0 25px;
}
.online__content .right-shape {
  top: 0;
  right: -175px;
  max-width: 87px;
}
@media (max-width: 1500px) {
  .online__content .right-shape {
    right: -80px;
  }
}
@media (max-width: 1199.98px) {
  .online__content .right-shape {
    right: 0;
    z-index: -1;
  }
}

.enrolled__students {
  background: var(--tg-common-color-white);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 17px 20px;
  text-align: center;
  top: 85px;
  left: -110px;
}
@media (max-width: 1199.98px) {
  .enrolled__students {
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .enrolled__students {
    left: 0;
    bottom: -115px;
    top: auto;
    z-index: 2;
    right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .enrolled__students {
    left: 0;
    bottom: auto;
    top: 120px;
    right: auto;
  }
}
.enrolled__students p {
  font-size: 16px;
  line-height: 1.4;
  color: var(--tg-heading-color);
  font-weight: var(--tg-fw-medium);
  margin: 0 0 3px;
}
.enrolled__students p span {
  font-weight: var(--tg-fw-bold);
  color: var(--tg-theme-primary);
}
.enrolled__students ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enrolled__students ul li:not(:first-child) {
  margin-left: -17px;
}
.enrolled__students ul li img {
  max-width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid var(--tg-common-color-white);
}

/*=============================
    11. Testimonial
===============================*/
.section-pb-57 {
  padding-bottom: 57px;
}

.testimonial-bg {
  background-position: center;
  background-size: cover;
  background-color: var(--tg-theme-primary);
}
.testimonial__image-wrapper {
  margin: 0 0 0 72px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .testimonial__image-wrapper {
    margin: 0 0;
  }
}
@media (max-width: 991.98px) {
  .testimonial__image-wrapper {
    margin: 0 0 50px;
  }
}
@media (max-width: 767.98px) {
  .testimonial__image-wrapper {
    max-width: 375px;
  }
}
.testimonial__image-active {
  text-align: right;
}
.testimonial__image-item {
  opacity: 1 !important;
  transition: 0.3s !important;
}
.testimonial__image-item img {
  display: inline-block;
  -webkit-border-radius: 199px;
  -moz-border-radius: 199px;
  -o-border-radius: 199px;
  -ms-border-radius: 199px;
  border-radius: 199px;
}
.testimonial__shapes img {
  position: absolute;
}
.testimonial__shapes img:first-child {
  left: -15px;
  top: 0px;
  z-index: -1;
  width: 150px;
}
.testimonial__shapes img:nth-child(2) {
  top: 0;
  right: 0;
  z-index: -1;
}
.testimonial__shapes img:last-child {
  left: 36px;
  bottom: 10px;
  z-index: -1;
}
.testimonial__content-wrapper {
  margin: 0 85px 0 70px;
}
@media (max-width: 1199.98px) {
  .testimonial__content-wrapper {
    margin: 0 0 0 50px;
  }
}
@media (max-width: 991.98px) {
  .testimonial__content-wrapper {
    margin: 0 0;
  }
}
.testimonial__content-active {
  margin: 0 -15px;
}
.testimonial__content-item {
  padding: 0 15px;
}
.testimonial__content-item p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.97);
  font-weight: 400;
}
.testimonial__content-icon {
  margin: 0 0 19px;
}
.testimonial__content-icon img {
  max-width: 49px;
}
.testimonial__content-avatar {
  position: relative;
  margin: 12px 0 0;
  padding: 30px 0 0;
}
.testimonial__content-avatar::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.5px;
  width: 100%;
  height: 1px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: white;
}
.testimonial__content-avatar .name {
  color: var(--tg-common-color-white);
  font-weight: var(--tg-fw-medium);
  font-size: 20px;
  margin: 0 0 3px;
}
.testimonial__content-avatar .designation {
  display: block;
  color: #fff;
  font-family: var(--tg-heading-font-family);
}
.testimonial__content-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 35px 0 0;
}
.testimonial__content-nav button {
  border: none;
  background: #24406B;
  padding: 0 0;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tg-common-color-white);
  font-size: 18px;
}
.testimonial__content-nav button:hover {
  background: var(--tg-theme-primary);
}
.testimonial__content-nav button.slick-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.testimonial__content-nav.center_arrows button {
  background: #FCEBCF;
  color: var(--tg-theme-primary);
  border-radius: 100px;
}
.testimonial__content-nav.center_arrows button:hover {
  background: #24406B;
  color: white;
}
.testimonial__content-nav.center_arrows button.slick-prev {
  position: absolute;
  top: 50%;
  left: 0;
}
.testimonial__content-nav.center_arrows button.slick-next {
  position: absolute;
  top: 50%;
  right: 0;
}

.area-bg {
  background-position: center;
  background-size: cover;
}

.testimonial__wrapper,
.innovation__wrapper,
.gallery__wrapper,
.gallery-photos__wrapper {
  position: relative;
  z-index: 1;
}
.testimonial-active,
.innovation-active,
.gallery-active,
.instructor-details,
.gallery-photos-active,
.instructor-details {
  z-index: 2;
}
.testimonial-active .slick-arrow,
.innovation-active .slick-arrow,
.gallery-active .slick-arrow,
.instructor-details .slick-arrow,
.instructor-details .slick-arrow,
.gallery-photos-active .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 130px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: #FCEBCF;
  padding: 0 0;
  color: var(--tg-theme-primary);
  font-size: 20px;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 991.98px) {
  .testimonial-active .slick-arrow,
  .innovation-active .slick-arrow,
  .gallery-active .slick-arrow,
  .instructor-details .slick-arrow
  .gallery-photos-active .slick-arrow {
    left: 55px;
  }
}
.testimonial-active .slick-arrow i::before,
.innovation-active .slick-arrow i::before,
.gallery-active .slick-arrow i::before,
.instructor-details .slick-arrow i::before,
.gallery-photos-active .slick-arrow i::before {
  font-weight: bold !important;
}
.testimonial-active .slick-arrow.slick-next,
.innovation-active .slick-arrow.slick-next,
.gallery-active .slick-arrow.slick-next,
.instructor-details .slick-arrow.slick-next,
.gallery-photos-active .slick-arrow.slick-next {
  left: auto;
  right: 34px;
  background-color: aliceblue;
}
@media (max-width: 991.98px) {
  .testimonial-active .slick-arrow.slick-next,
  .innovation-active .slick-arrow.slick-next,
  .gallery-active .slick-arrow.slick-next,
  .instructor-details .slick-arrow-next,
  .gallery-photos-active .slick-arrow.slick-next {
    left: auto;
    right: 55px;
  }
}
.testimonial-active .slick-arrow.slick-prev,
.innovation-active .slick-arrow.slick-prev,
.gallery-active .slick-arrow.slick-prev,
.instructor-details .slick-arrow.click-prev,
.gallery-photos-active .slick-arrow.slick-prev {
  left: 34px;
  background-color: aliceblue;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 991.98px) {
  .testimonial-active .slick-arrow.slick-prev,
  .innovation-active .slick-arrow.slick-prev,
  .gallery-active .slick-arrow.slick-prev,
  .instructor-details .slick-arrow.slick-prev,
  .gallery-photos-active .slick-arrow.slick-prev {
    top: 100%;
    left: 33%;
  }
  .testimonial-active .slick-arrow.slick-next,
  .innovation-active .slick-arrow.slick-next,
  .gallery-active .slick-arrow.slick-next,
  .instructor-details .slick-arrow.slick-next,
  .gallery-photos-active .slick-arrow.slick-next {
    top: 100%;
    right: 33%;
  }
}
.testimonial-active .slick-arrow:hover,
.innovation-active .slick-arrow:hover,
.gallery-active .slick-arrow:hover,
.instructor-details .slick-arrow:hover,
.gallery-photos-active .slick-arrow:hover {
  color: var(--tg-common-color-white);
  background: var(--tg-theme-primary);
}
@media (max-width: 991.98px) {
  .testimonial-active.custom_slider_outer.curriculum .slick-prev,
  .innovation-active.custom_slider_outer.curriculum .slick-prev,
  .gallery-active.custom_slider_outer.curriculum .slick-prev,
  .instructor-details.custom_slider_outer.curriculum .slick-prev,
  .gallery-photos-active.custom_slider_outer.curriculum .slick-prev {
    left: 33%;
  }
  .testimonial-active.custom_slider_outer.curriculum .slick-next,
  .innovation-active.custom_slider_outer.curriculum .slick-next,
  .gallery-active.custom_slider_outer.curriculum .slick-next,
  .gallery-photos-active.custom_slider_outer.curriculum .slick-next {
    right: 33%;
  }
}
.testimonial-active.custom_slider_outer .slick-arrow,
.innovation-active.custom_slider_outer .slick-arrow,
.gallery-active.custom_slider_outer .slick-arrow,
.instructor-details.custom_slider_outer .slick-arrow,
.gallery-photos-active.custom_slider_outer .slick-arrow {
  background: #D9E4EB;
  border: 2px solid white;
}
.testimonial-active.custom_slider_outer .slick-arrow i,
.innovation-active.custom_slider_outer .slick-arrow i,
.gallery-active.custom_slider_outer .slick-arrow i,
.instructor-details.custom_slider_outer .slick-arrow i,
.gallery-photos-active.custom_slider_outer .slick-arrow i {
  color: #64676A;
}
.testimonial-active.custom_slider_outer .slick-prev,
.innovation-active.custom_slider_outer .slick-prev,
.gallery-active.custom_slider_outer .slick-prev,
.instructor-details.custom_slider_outer .slick-prev,
.gallery-photos-active.custom_slider_outer .slick-prev {
  filter: drop-shadow(0px -13px 14px rgba(135, 162, 187, 0.25));
  left: 0;
}
.testimonial-active.custom_slider_outer .slick-next,
.innovation-active.custom_slider_outer .slick-next,
.gallery-active.custom_slider_outer .slick-next,
.instructor-details.custom_slider_outer .slick-next,
.gallery-photos-active.custom_slider_outer .slick-next {
  filter: drop-shadow(0px 13px 14px rgba(135, 162, 187, 0.25));
  right: 0;
}
@media screen and (max-width: 992px) {
  .testimonial-active.custom_slider_outer,
  .innovation-active.custom_slider_outer,
  .gallery-active.custom_slider_outer,
  .instructor-details.custom_slider_outer,
  .gallery-photos-active.custom_slider_outer {
    max-width: 600px;
    margin: 0 auto;
  }
}
.trending-courses {
  display: flex;
  left: 20px;
}
.testimonial-active.innovation_slider_outer .testimonial__item,
.innovation-active.innovation_slider_outer .testimonial__item,
.gallery-active.innovation_slider_outer .testimonial__item,
.instructor-details.innovation_slider_outer .testimonial__item,
.gallery-photos-active.innovation_slider_outer .testimonial__item {
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0;
  border: 10px solid white;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 20px;
}
@media (max-width: 991.98px) {
  .testimonial-active.innovation_slider_outer .testimonial__item,
  .innovation-active.innovation_slider_outer .testimonial__item,
  .gallery-active.innovation_slider_outer .testimonial__item,
  .instructor-details.innovation_slider_outer .testimonial__item,
  .gallery-photos-active.innovation_slider_outer .testimonial__item {
    border: 6px solid white;
  }
}
.testimonial-active.innovation_slider_outer .testimonial__item img,
.innovation-active.innovation_slider_outer .testimonial__item img,
.gallery-active.innovation_slider_outer .testimonial__item img,
.instructor-details.innovation_slider_outer .testimonial__item img,
.gallery-photos-active.innovation_slider_outer .testimonial__item img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.testimonial-active.innovation_slider_outer .slick-arrow,
.innovation-active.innovation_slider_outer .slick-arrow,
.gallery-active.innovation_slider_outer .slick-arrow,
.instructor-details.innovation_slider_outer .slick-arrow,
.gallery-photos-active.innovation_slider_outer .slick-arrow {
  top: 100%;
  background: #D9E4EB;
  border: 2px solid white;
}
.testimonial-active.innovation_slider_outer .slick-arrow:disabled,
.innovation-active.innovation_slider_outer .slick-arrow:disabled,
.gallery-active.innovation_slider_outer .slick-arrow:disabled,
.instructor-details.innovation_slider_outer .slick-arrow:disabled,
.gallery-photos-active.innovation_slider_outer .slick-arrow:disabled {
  cursor: not-allowed;
}
.testimonial-active.innovation_slider_outer .slick-arrow i,
.innovation-active.innovation_slider_outer .slick-arrow i,
.gallery-active.innovation_slider_outer .slick-arrow i,
.instructor-details.innovation_slider_outer .slick-arrow i,
.gallery-photos-active.innovation_slider_outer .slick-arrow i {
  color: #64676A;
}
.testimonial-active.innovation_slider_outer .slick-arrow.slick-next,
.innovation-active.innovation_slider_outer .slick-arrow.slick-next,
.gallery-active.innovation_slider_outer .slick-arrow.slick-next,
.instructor-details.innovation_slider_outer .slick-arrow.slick-next,
.gallery-photos-active.innovation_slider_outer .slick-arrow.slick-next {
  right: 40%;
  filter: drop-shadow(0px 13px 14px rgba(135, 162, 187, 0.25));
}
@media (max-width: 1199.98px) {
  .testimonial-active.innovation_slider_outer .slick-arrow.slick-next,
  .innovation-active.innovation_slider_outer .slick-arrow.slick-next,
  .gallery-active.innovation_slider_outer .slick-arrow.slick-next,
  .instructor-details.innovation_slider_outer .slick-arrow.slick-next,
  .gallery-photos-active.innovation_slider_outer .slick-arrow.slick-next {
    right: 33%;
  }
}
.testimonial-active.innovation_slider_outer .slick-arrow.slick-prev,
.innovation-active.innovation_slider_outer .slick-arrow.slick-prev,
.gallery-active.innovation_slider_outer .slick-arrow.slick-prev,
.instructor-details.innovation_slider_outer .slick-arrow.slick-prev,
.gallery-photos-active.innovation_slider_outer .slick-arrow.slick-prev {
  left: 40%;
  filter: drop-shadow(0px -13px 14px rgba(135, 162, 187, 0.25));
}
@media (max-width: 1199.98px) {
  .testimonial-active.innovation_slider_outer .slick-arrow.slick-prev,
  .innovation-active.innovation_slider_outer .slick-arrow.slick-prev,
  .gallery-active.innovation_slider_outer .slick-arrow.slick-prev,
  .instructor-details.innovation_slider_outer .slick-arrow.slick-prev,
  .gallery-photos-active.innovation_slider_outer .slick-arrow.slick-prev {
    left: 33%;
  }
}
.testimonial__item,
.innovation__item,
.gallery__item,
.gallery-photos__item {
  text-align: center;
  background-color: var(--tg-common-color-white);
  box-shadow: 0px 14px 50px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  margin: 60px 30px;
  padding: 35px 30px 35px;
}
@media (max-width: 991.98px) {
  .testimonial__item,
  .innovation__item,
  .gallery__item,
  .gallery-photos__item {
    margin: 63px 30px;
    padding: 35px 35px 65px;
  }
}
@media (max-width: 767.98px) {
  .testimonial__item,
  .innovation__item,
  .gallery__item,
  .gallery-photos__item {
    padding: 50px 0;
    box-shadow: none;
  }
}
.testimonial__item p,
.innovation__item p,
.gallery__item p,
.gallery-photos__item p {
  font-weight: var(--tg-fw-medium);
  color: #39557E;
  margin: 0 28px 0;
}
.testimonial__item p.para_clr,
.innovation__item p.para_clr,
.gallery__item p.para_clr,
.gallery-photos__item p.para_clr {
  color: var(--tg-para-color);
  font-size: 16px;
  font-weight: normal;
}
.testimonial__item .slider_row h3.title,
.innovation__item .slider_row h3.title,
.gallery__item .slider_row h3.title,
.gallery-photos__item .slider_row h3.title {
  margin: 20px 0;
}
.testimonial__item .slider_row p,
.innovation__item .slider_row p,
.gallery__item .slider_row p,
.gallery-photos__item .slider_row p {
  margin: 0;
  color: #8593AD;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.5px;
}
.testimonial__item.custom_slider,
.innovation__item.custom_slider,
.gallery__item.custom_slider,
.gallery-photos__item.custom_slider {
  border-radius: 20px;
  margin: 63px 85px;
  padding: 20px;
  box-shadow: 0px 14px 50px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .testimonial__item.custom_slider,
  .innovation__item.custom_slider,
  .gallery__item.custom_slider,
  .gallery-photos__item.custom_slider {
    margin: 30px;
  }
}
@media screen and (max-width: 992px) {
  .testimonial__item.custom_slider img,
  .innovation__item.custom_slider img,
  .gallery__item.custom_slider img,
  .gallery-photos__item.custom_slider img {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover;
  }
}
.testimonial__item.custom_slider .img,
.innovation__item.custom_slider .img,
.gallery__item.custom_slider .img,
.gallery-photos__item.custom_slider .img {
  width: 260px;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
  mix-blend-mode: darken;
}
.testimonial__item .slide_img,
.innovation__item .slide_img,
.gallery__item .slide_img,
.gallery-photos__item .slide_img {
  border-radius: 10px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .testimonial__item .slide_img,
  .innovation__item .slide_img,
  .gallery__item .slide_img,
  .gallery-photos__item .slide_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.testimonial__area {
  min-height: 350px;
}
.testimonial__quote,
.innovation__quote,
.gallery__quote,
.gallery-photos__quote {
  margin: 0 0 25px;
}
.testimonial__quote img,
.innovation__quote img,
.gallery__quote img,
.gallery-photos__quote img {
  display: inline-block;
  max-width: 60px;
}
.testimonial__rating,
.innovation__rating,
.gallery__rating,
.gallery-photos__rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  color: var(--bs-blue);
  gap: 3px;
  margin: 0 0 15px;
}
.testimonial__avatar,
.innovation__avatar,
.gallery__avatar,
.gallery-photos__avatar {
  margin: 16px 0 0;
  padding-top: 1rem;
}
.testimonial__avatar .name,
.innovation__avatar .name,
.gallery__avatar .name,
.gallery-photos__avatar .name {
  line-height: 1;
  color: var(--tg-theme-primary);
  font-size: 20px;
  font-weight: var(--tg-fw-medium);
  margin: 0 0 7px;
}
.testimonial__avatar .designation,
.innovation__avatar .designation,
.gallery__avatar .designation,
.gallery-photos__avatar .designation {
  display: block;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .testimonial__avatars,
  .innovation__avatars,
  .gallery__avatars,
  .gallery-photos__avatars {
    display: none;
  }
}
.testimonial__avatars.partners img,
.innovation__avatars.partners img,
.gallery__avatars.partners img,
.gallery-photos__avatars.partners img {
  border: none !important;
}
.testimonial__avatars > *,
.innovation__avatars > *,
.gallery__avatars > *,
.gallery-photos__avatars > * {
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0s ease-out 0s;
  -moz-transition: all 0s ease-out 0s;
  -ms-transition: all 0s ease-out 0s;
  -o-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s;
}
.testimonial__avatars > *:nth-child(1),
.innovation__avatars > *:nth-child(1),
.gallery__avatars > *:nth-child(1),
.gallery-photos__avatars > *:nth-child(1) {
  max-width: 70px;
  left: -115px;
  top: 145px;
}
@media (max-width: 1500px) {
  .testimonial__avatars > *:nth-child(1),
  .innovation__avatars > *:nth-child(1),
  .gallery__avatars > *:nth-child(1),
  .gallery-photos__avatars > *:nth-child(1) {
    left: -35px;
  }
}
.testimonial__avatars > *:nth-child(2),
.innovation__avatars > *:nth-child(2),
.gallery__avatars > *:nth-child(2),
.gallery-photos__avatars > *:nth-child(2) {
  max-width: 70px;
  bottom: 220px;
  left: 0;
}
@media (max-width: 1500px) {
  .testimonial__avatars > *:nth-child(2),
  .innovation__avatars > *:nth-child(2),
  .gallery__avatars > *:nth-child(2),
  .gallery-photos__avatars > *:nth-child(2) {
    bottom: 195px;
  }
}
.testimonial__avatars > *:nth-child(3),
.innovation__avatars > *:nth-child(3),
.gallery__avatars > *:nth-child(3),
.gallery-photos__avatars > *:nth-child(3) {
  max-width: 60px;
  left: -85px;
  bottom: 80px;
}
@media (max-width: 1500px) {
  .testimonial__avatars > *:nth-child(3),
  .innovation__avatars > *:nth-child(3),
  .gallery__avatars > *:nth-child(3),
  .gallery-photos__avatars > *:nth-child(3) {
    left: -70px;
  }
}
.testimonial__avatars > *:nth-child(4),
.innovation__avatars > *:nth-child(4),
.gallery__avatars > *:nth-child(4),
.gallery-photos__avatars > *:nth-child(4) {
  max-width: 70px;
  right: -60px;
  top: 135px;
}
.testimonial__avatars > *:nth-child(5),
.innovation__avatars > *:nth-child(5),
.gallery__avatars > *:nth-child(5),
.gallery-photos__avatars > *:nth-child(5) {
  max-width: 60px;
  top: 245px;
  right: 0;
}
@media (max-width: 1500px) {
  .testimonial__avatars > *:nth-child(5),
  .innovation__avatars > *:nth-child(5),
  .gallery__avatars > *:nth-child(5),
  .gallery-photos__avatars > *:nth-child(5) {
    top: 270px;
    right: 0;
  }
}
.testimonial__avatars > *:nth-child(6),
.innovation__avatars > *:nth-child(6),
.gallery__avatars > *:nth-child(6),
.gallery-photos__avatars > *:nth-child(6) {
  max-width: 70px;
  right: 0;
  bottom: 70px;
}
@media (max-width: 767.98px) {
  .testimonial__shapes-two,
  .innovation__shapes-two,
  .gallery__shapes-two,
  .gallery-photos__shapes-two {
    display: none;
  }
}
.testimonial__shapes-two img.object.top_right,
.innovation__shapes-two img.object.top_right,
.gallery__shapes-two img.object.top_right,
.gallery-photos__shapes-two img.object.top_right {
  right: 21%;
  left: unset;
}
.testimonial__shapes-two img.object.top_right_end,
.innovation__shapes-two img.object.top_right_end,
.gallery__shapes-two img.object.top_right_end,
.gallery-photos__shapes-two img.object.top_right_end {
  top: -16%;
  left: unset;
  right: 0;
}
.testimonial__shapes-two img.object.top_left,
.innovation__shapes-two img.object.top_left,
.gallery__shapes-two img.object.top_left,
.gallery-photos__shapes-two img.object.top_left {
  top: 10%;
  left: 0;
}
.testimonial__shapes-two img.object.bottom_right_end,
.innovation__shapes-two img.object.bottom_right_end,
.gallery__shapes-two img.object.bottom_right_end,
.gallery-photos__shapes-two img.object.bottom_right_end {
  right: 0;
  bottom: -12%;
}
.testimonial__shapes-two > *,
.innovation__shapes-two > *,
.gallery__shapes-two > *,
.gallery-photos__shapes-two > * {
  position: absolute;
}
.testimonial__shapes-two > *:nth-child(1),
.innovation__shapes-two > *:nth-child(1),
.gallery__shapes-two > *:nth-child(1),
.gallery-photos__shapes-two > *:nth-child(1) {
  top: 14%;
  left: 21%;
}
@media (max-width: 1500px) {
  .testimonial__shapes-two > *:nth-child(1),
  .innovation__shapes-two > *:nth-child(1),
  .gallery__shapes-two > *:nth-child(1),
  .gallery-photos__shapes-two > *:nth-child(1) {
    left: 15%;
  }
}
.testimonial__shapes-two > *:nth-child(2),
.innovation__shapes-two > *:nth-child(2),
.gallery__shapes-two > *:nth-child(2),
.gallery-photos__shapes-two > *:nth-child(2) {
  right: 7%;
  bottom: 27%;
}
@media (max-width: 1500px) {
  .testimonial__shapes-two > *:nth-child(2),
  .innovation__shapes-two > *:nth-child(2),
  .gallery__shapes-two > *:nth-child(2),
  .gallery-photos__shapes-two > *:nth-child(2) {
    right: 4%;
    bottom: 31%;
  }
}

.highlights-slider .highlights__item {
  margin: 30px;
}

.gallery-active .gallery_item,
.instructor-details .gallery-item,
.gallery-photos-active .gallery_item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-active .gallery_item img,
.instructor-details .gallery-item img,
.gallery-photos-active .gallery_item img {
  width: 100%;
  border: 10px solid white;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 20px;
}
.gallery-active .slick-arrow,
.instructor-details .slick-arrow,
.gallery-photos-active .slick-arrow {
  position: absolute;
}
.course-cards-container {
  display: flex;
  flex-wrap: wrap;
}

.course-cards-container .blog__post-item {
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .gallery-active .slick-arrow,
  .instructor-details .slick-arrow,
  .gallery-photos-active .slick-arrow {
    top: 110% !important;
  }
  .course-cards-container {
    width: calc(75% - 10px);
    justify-content: center;
    margin-left: 35px;
  }
}

@media screen and (min-width: 768px) {
  .gallery-active,
  .instructor-details,
  .gallery-photos-active {
    /* max-width: calc(100% - 100px); */

  }
  .gallery-active .slick-arrow,
  .instructor-details, .slick-arrow
  .gallery-photos-active .slick-arrow {
    top: 50% !important;
  }
  .gallery-active .slick-arrow.slick-prev,
  .instructor-details, .slick-arrow.click-prev
  .gallery-photos-active .slick-arrow.slick-prev {
    left: -65px !important;
  }
  .gallery-active .slick-arrow.slick-next,
  .instructor-details .slick-arrow.slick-next,
  .gallery-photos-active .slick-arrow.slick-next {
    right: -65px !important;
  }
}
/*=============================
    12. Instructor
===============================*/
.section-pt-100 {
  padding-top: 100px;
}

.section-pb-70 {
  padding-bottom: 70px;
}

.instructor-area .section__title-wrap {
  margin: 0 0 30px;
}
.instructor__item {
  margin: 0 0 50px;
}
.instructor__img {
  text-align: center;
  position: relative;
  margin: 0 0 20px;
  z-index: 1;
}
.instructor__shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 95px);
  z-index: -1;
}
.instructor__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.instructor__content .left {
  flex-grow: 1;
}
.instructor__content .designation {
  display: block;
  color: #5A7093;
  font-size: 15px;
  line-height: 1;
  font-family: var(--tg-heading-font-family);
  margin: 0 0 8px;
}
.instructor__content .name {
  font-weight: var(--tg-fw-medium);
  font-size: 22px;
  margin: 0 0;
}
.instructor__content .name a:hover {
  color: var(--tg-theme-primary);
}
.instructor__content .right {
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}
.instructor__content .right:hover .share {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.instructor__content .right:hover .social-list {
  visibility: visible;
}
.instructor__content .right:hover .social-list li {
  opacity: 1;
  visibility: visible;
}
.instructor__content .right:hover .social-list li:not(:last-child) {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.instructor__content .share {
  background: var(--tg-common-color-gray);
  width: 40px;
  height: 40px;
  font-size: 19px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tg-theme-primary);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.instructor__content .share::before {
  content: "";
  position: absolute;
  left: 0;
  top: -32px;
  width: 40px;
  height: 40px;
  z-index: -1;
}
.instructor__content .social-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: calc(100% + 25px);
  left: 0;
  gap: 10px;
  z-index: 2;
  visibility: hidden;
}
.instructor__content .social-list li {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
.instructor__content .social-list li:not(:last-child) {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.instructor__content .social-list li:nth-child(4) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
.instructor__content .social-list li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.instructor__content .social-list li:nth-child(2) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.instructor__content .social-list li:nth-child(1) {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
.instructor__content .social-list li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  font-size: 14px;
}
.instructor__content .social-list li a:hover {
  color: var(--tg-theme-primary);
  background: var(--tg-common-color-white);
}
.instructor-details-area {
  padding: 100px 0;
}
.instructor-details-wrap {
  background: var(--tg-common-color-white);
  border: 1px solid var(--tg-border-1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 25px 25px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1199.98px) {
  .instructor-details-wrap {
    padding: 25px 20px;
  }
}
@media (max-width: 991.98px) {
  .instructor-details-wrap {
    flex-wrap: wrap;
    padding: 25px 25px;
  }
}
@media (max-width: 767.98px) {
  .instructor-details-wrap {
    padding: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .instructor-details-wrap {
    padding: 25px;
  }
}
.instructor-details-img {
  width: 270px;
  flex: 0 0 auto;
  margin-right: 35px;
}
@media (max-width: 1199.98px) {
  .instructor-details-img {
    width: 255px;
    margin-right: 25px;
  }
}
@media (max-width: 991.98px) {
  .instructor-details-img {
    width: auto;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767.98px) {
  .instructor-details-img {
    width: 100%;
  }
}
.instructor-details-img img {
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .instructor-details-img img {
    width: 100%;
  }
}
.instructor-details-content {
  flex-grow: 1;
}
.instructor-details-content .content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .instructor-details-content .content-top {
    flex-wrap: wrap;
  }
}
.instructor-details-content .left-side-content .title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 5px;
  color: #102B5B;
}
@media (max-width: 1199.98px) {
  .instructor-details-content .left-side-content .title {
    font-size: 24px;
  }
}
.instructor-details-content .left-side-content span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: var(--tg-theme-primary);
  font-family: var(--tg-heading-font-family);
}
.instructor-details-content .bio-content .title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 20px;
  color: #102B5B;
}
.instructor-details-content .bio-content .text {
  font-size: 14px;
}
.instructor-details-content .bio-content p {
  margin-bottom: 0;
  width: 95%;
}
@media (max-width: 1199.98px) {
  .instructor-details-content .bio-content p {
    width: 100%;
  }
}
.instructor-details-social .list-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
}
.instructor-details-social .list-wrap li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DADADA;
  border-radius: 50%;
  color: var(--tg-body-color);
  font-size: 16px;
  line-height: 0;
}
.instructor-details-social .list-wrap li a:hover {
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.instructor-info-wrap .list-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  border-bottom: 1px solid #CFD9E4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .instructor-info-wrap .list-wrap {
    gap: 12px;
  }
}
@media (max-width: 991.98px) {
  .instructor-info-wrap .list-wrap {
    gap: 15px;
  }
}
.instructor-info-wrap .list-wrap > li {
  display: flex;
  align-items: center;
  color: #5A7093;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.instructor-info-wrap .list-wrap > li > i {
  font-size: 20px;
  margin-right: 6px;
}
.instructor-info-wrap .list-wrap > li a {
  color: #5A7093;
  font-size: 16px;
  font-weight: 400;
}
.instructor-info-wrap .list-wrap > li a:hover {
  color: var(--tg-theme-primary);
}
.instructor-info-wrap .list-wrap > li .rating {
  display: flex;
  align-items: center;
  color: #F8BC24;
  gap: 5px;
  margin-right: 10px;
}
.instructor-courses-area {
  padding: 0 0 70px;
}

.courses-title .title {
  font-weight: 500;
  font-size: 24px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 17px;
}
@media (max-width: 991.98px) {
  .courses-title .title {
    font-size: 22px;
  }
}
.courses-title .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 4px;
  background: var(--tg-theme-primary);
  border-radius: 2px;
}

/*=============================
    13. Mentor
===============================*/
.mentors-area {
  background-color: #fff;
  z-index: 0;
}
.mentors__item {
  border: 1px solid #D7DCE3;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  background: var(--tg-common-color-white);
  max-width: 300px;
  margin: 0 auto 30px;
}
.mentors__img {
  text-align: center;
  margin: 38px 50px 0;
  position: relative;
}
.mentors__img a {
  display: block;
}
.mentors__img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
  margin: 0 auto;
}
.mentors__social {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -15px;
  z-index: 2;
}
.mentors__social:hover .social-list {
  opacity: 1;
  visibility: visible;
}
.mentors__social:hover .social-list li {
  opacity: 1;
  visibility: visible;
}
.mentors__social:hover .social-list li:not(:last-child) {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.mentors__social .share {
  background: var(--tg-theme-primary);
  width: 40px;
  height: 40px;
  font-size: 19px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tg-common-color-white);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.mentors__social .social-list {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  right: calc(100% + 5px);
  top: 0;
  gap: 5px;
  opacity: 0;
  visibility: hidden;
}
.mentors__social .social-list li {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
.mentors__social .social-list li:not(:last-child) {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.mentors__social .social-list li:nth-child(4) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
.mentors__social .social-list li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.mentors__social .social-list li:nth-child(2) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.mentors__social .social-list li:nth-child(1) {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
.mentors__social .social-list li a {
  background: var(--tg-theme-primary);
  width: 40px;
  height: 40px;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tg-common-color-white);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.mentors__social .social-list li a:hover {
  color: var(--tg-theme-primary);
  background: var(--tg-common-color-white);
}
.mentors__content .name {
  font-size: 22px;
  font-weight: var(--tg-fw-medium);
  margin: 0 0 8px;
}
.mentors__content .name a:hover {
  color: var(--tg-theme-primary);
}
.mentors__content .designation {
  display: block;
  font-size: 15px;
  line-height: 1;
}
.mentors__content-top {
  text-align: center;
  padding: 30px 20px 40px;
}
.mentors__content-bottom {
  padding: 21px 28px;
  border-top: 1px solid #D7DCE3;
}
.mentors__content-bottom ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mentors__content-bottom ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 5px;
}
.mentors__content-bottom ul li.rating i {
  font-size: 15px;
  color: #F8BC24;
}
.mentors__shapes img {
  position: absolute;
  z-index: -1;
}
.mentors__shapes img.bottom_left_end {
  left: 0 !important;
  bottom: 5% !important;
}
.mentors__shapes img.top_left_center {
  top: 50%;
  left: 0;
  transform: translateY(-100%);
}
.mentors__shapes img.top_right {
  top: 15%;
  right: 5%;
}

.title_pill {
  width: 300px;
  height: 60px;
  border-radius: 32px;
  background: #FCEBCF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #102B5B;
  font-size: 22px;
  font-weight: 500;
  margin: 0 auto;
}

@media (max-width: 380px) {
  .title_pill {
    width: 200px;
  }
}
.schls_illus_container .illus_img {
  width: 100%;
  height: 100%;
}
.schls_illus_container .timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}
.schls_illus_container .timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background: #B7BDC5;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  margin-top: 70px;
  height: 75%;
}
.schls_illus_container .timeline .timeline_container {
  padding: 15px 30px;
  position: relative;
  background: inherit;
}
.schls_illus_container .timeline .timeline_container::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #B7BDC5;
  z-index: 1;
}
.schls_illus_container .timeline .timeline_container::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #184584;
  border: 2px solid #B7BDC5;
  border-radius: 16px;
  z-index: 1;
}
.schls_illus_container .timeline .timeline_container.yellow::after {
  background: var(--tg-theme-primary);
}
.schls_illus_container .timeline .timeline_container.yellow .icon {
  border: 6px solid var(--tg-theme-primary);
}
.schls_illus_container .timeline .timeline_container.yellow .icon .arrow {
  background: var(--tg-theme-primary);
}
.schls_illus_container .timeline .timeline_container.left {
  left: 0;
}
.schls_illus_container .timeline .timeline_container.left .date {
  right: -75px;
}
.schls_illus_container .timeline .timeline_container.left .icon {
  right: 56px;
}
.schls_illus_container .timeline .timeline_container.right::before {
  left: 8px;
}
.schls_illus_container .timeline .timeline_container.right::after {
  left: -8px;
}
.schls_illus_container .timeline .timeline_container.right .date {
  left: -75px;
}
.schls_illus_container .timeline .timeline_container.right .icon {
  left: 56px;
}
.schls_illus_container .timeline .timeline_container.right .content {
  padding: 30px 30px 30px 150px;
}
.schls_illus_container .timeline .timeline_container .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  object-fit: contain;
  padding: 9px 0;
  top: calc(50% - 40px);
  border: 6px solid #184584;
  border-radius: 400px;
  text-align: center;
  z-index: 1;
}
.schls_illus_container .timeline .timeline_container .icon .arrow {
  margin: -36px;
  width: 68px;
  height: 68px;
  border-radius: 5px;
  left: -10px;
  background: #184584;
  transform: rotateX(50deg) rotate(-45deg);
  position: relative;
  z-index: -1;
}
.schls_illus_container .timeline .timeline_container .icon .arrow::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 10%;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: 90% 0 0 0;
  background: white;
}
.schls_illus_container .timeline .timeline_container .content {
  padding: 30px 90px 30px 30px;
  position: relative;
}
.schls_illus_container .timeline .timeline_container .content h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: normal;
  color: #006E51;
}
.schls_illus_container .timeline .timeline_container .content p {
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  color: #686E7D;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.schls_illus_container .timeline .timeline_container .content p span {
  color: #102B5B;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .schls_illus_container .timeline .timeline_container {
    width: 100%;
    padding-left: 120px;
    padding-right: 30px;
  }
  .schls_illus_container .timeline .timeline_container .content {
    padding: 30px 0 30px 30px !important;
  }
  .schls_illus_container .timeline .timeline_container .right {
    left: 0%;
  }
  .schls_illus_container .timeline .timeline_container .left::after,
  .schls_illus_container .timeline .timeline_container .right::after {
    left: 82px;
  }
  .schls_illus_container .timeline .timeline_container .left::before,
  .schls_illus_container .timeline .timeline_container .right::before {
    left: 100px;
    border-color: transparent #006E51 transparent transparent;
  }
  .schls_illus_container .timeline .timeline_container .left .date,
  .schls_illus_container .timeline .timeline_container .right .date {
    right: auto;
    left: 15px;
  }
  .schls_illus_container .timeline .timeline_container .left .icon,
  .schls_illus_container .timeline .timeline_container .right .icon {
    right: auto;
    left: 146px;
  }
  .schls_illus_container .timeline .timeline_container .left .content,
  .schls_illus_container .timeline .timeline_container .right .content {
    padding: 30px 30px 30px 90px;
  }
}

/*=============================
    14. CTA
===============================*/
.cta__wrapper {
  background-image: url(../img/bg/cta_bg.png);
  background-color: var(--tg-theme-primary);
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 46px 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  column-gap: 40px;
  overflow: hidden;
  margin: 0 0 -85px;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .cta__wrapper {
    flex-wrap: wrap;
    gap: 25px 70px;
  }
}
@media (max-width: 767.98px) {
  .cta__wrapper {
    padding: 45px 30px;
  }
}
.cta__wrapper .section__title {
  width: 26%;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .cta__wrapper .section__title {
    width: 100%;
    flex: 0 0 auto;
  }
}
.cta__wrapper .section__title .title {
  font-size: 30px;
}
.cta__wrapper .object {
  position: absolute;
  z-index: -1;
}
.cta__desc {
  flex-grow: 1;
}
@media (max-width: 1199.98px) {
  .cta__desc {
    width: 60%;
    flex: 0 0 auto;
  }
}
@media (max-width: 991.98px) {
  .cta__desc {
    width: 100%;
    flex: 0 0 auto;
  }
}
.cta__desc p {
  color: var(--tg-common-color-white);
  font-weight: var(--tg-fw-medium);
  margin: 0 0;
}
.cta-area-two {
  padding: 80px 0 80px;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
}
.cta__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
  z-index: -1;
}
.cta__content {
  text-align: center;
}
.cta__content.bordered_content {
  border-left: 2px solid rgba(255, 255, 255, 0.3019607843);
  padding-left: 16px;
}
@media (max-width: 991.98px) {
  .cta__content.bordered_content {
    border-left: none;
  }
}
.cta__content.bordered_content p {
  color: #E5E5E5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-transform: none;
  text-align: start;
  letter-spacing: normal;
}
.cta__content p {
  text-transform: uppercase;
  color: var(--tg-common-color-white);
  font-weight: var(--tg-fw-medium);
  letter-spacing: 0.1em;
  margin: 0 0 13px;
}
.cta__content .title {
  color: var(--tg-common-color-white);
  font-size: 48px;
  margin: 0 0 8px;
}
@media (max-width: 767.98px) {
  .cta__content .title {
    font-size: 38px;
    margin: 0 0 12px;
  }
}
.cta__content .sub-title {
  font-size: 30px;
  font-weight: var(--tg-fw-light);
  color: var(--tg-common-color-white);
  margin: 0 0 40px;
}
@media (max-width: 767.98px) {
  .cta__content .sub-title {
    font-size: 22px;
  }
}
.cta__shapes > *:nth-child(1) {
  left: 0;
  top: 0;
  opacity: 0.1 !important;
}
@media (max-width: 1199.98px) {
  .cta__shapes > *:nth-child(1) {
    max-width: 220px;
  }
}
.cta__shapes > *:nth-child(2) {
  top: 31%;
  left: 10%;
  max-width: 125px;
}
@media (max-width: 1199.98px) {
  .cta__shapes > *:nth-child(2) {
    top: 20%;
    left: 5%;
    max-width: 100px;
  }
}
@media (max-width: 767.98px) {
  .cta__shapes > *:nth-child(2) {
    top: 7%;
    max-width: 80px;
  }
}
.cta__shapes > *:nth-child(3) {
  right: 0;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  .cta__shapes > *:nth-child(3) {
    max-width: 180px;
  }
}
@media (max-width: 767.98px) {
  .cta__shapes > *:nth-child(3) {
    max-width: 120px;
  }
}
.cta__shapes .dots {
  max-width: 100px;
  opacity: 0.5 !important;
  top: 10%;
  left: 5%;
}
.cta__shapes .round_line {
  opacity: 1 !important;
  top: 10%;
  left: 5%;
}
.cta__shapes .round_line.top_right_half {
  top: -5%;
  right: 5%;
  left: unset;
}
.cta__shapes .top_left {
  position: absolute;
  top: 10%;
  left: 5%;
}
.cta__shapes .top_left.opacity_full {
  opacity: 1 !important;
}
.cta__shapes .top_right {
  position: absolute;
  top: 10%;
  right: 5%;
  left: unset;
}
.cta__shapes .top_right.opacity_full {
  opacity: 1 !important;
}
.cta__shapes .top_right.cta_white_star {
  right: 20%;
}
@media screen and (max-width: 768px) {
  .cta__shapes .cta_zigzag {
    top: 3%;
  }
  .cta__shapes .cta_round_line {
    bottom: 200px;
    right: 70px !important;
    top: unset !important;
    max-width: 120px;
  }
  .cta__shapes .cta_white_star {
    top: 5%;
    right: 5% !important;
  }
}
.cta-area-three {
  position: relative;
  z-index: 3;
}
.cta-area-three::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: var(--tg-common-color-dark);
  z-index: -1;
}
@media (max-width: 991.98px) {
  .cta-area-three::before {
    height: 150px;
  }
}
.cta-area-three .cta__wrapper {
  margin: 0 0;
}

/*=============================
    15. Fact
===============================*/
.fact__item {
  padding: 47px 60px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin: 0 0 30px;
}
@media (max-width: 1199.98px) {
  .fact__item {
    padding: 40px 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fact__item {
    padding: 30px 30px;
  }
}
.fact__item:hover .fact__img img {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.fact__content {
  margin: 0 0 15px;
}
@media (max-width: 767.98px) {
  .fact__content {
    margin: 0 0 25px;
  }
}
.fact__content .count {
  font-size: 36px;
  margin: 0 0 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.fact__content p {
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color);
  margin: 0 0;
}
.fact__img {
  min-height: 168px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .fact__img {
    min-height: auto;
  }
}
.fact__img img {
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.fact__shapes .categories__shapes-item {
  bottom: auto;
  left: 6%;
  top: 27%;
}
@media (max-width: 1500px) {
  .fact__shapes .categories__shapes-item {
    left: 1%;
    top: 9%;
  }
}
.fact__shapes .categories__shapes-item img {
  max-width: 77px;
}
.fact-bg {
  background-position: center;
  background-size: cover;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .fact-bg {
    padding: 80px 0;
  }
}
.fact-bg .lesson_plan_card_outer {
  display: flex;
}
@media screen and (max-width: 768px) {
  .fact-bg .lesson_plan_card_outer {
    flex-wrap: wrap;
  }
}
.fact-bg .lesson_plan_card_outer .lesson_plan_card_col {
  flex: 1 1 auto;
  padding: 0 10px;
  position: relative;
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .fact-bg .lesson_plan_card_outer .lesson_plan_card_col {
    flex: 1 1 40%;
  }
}
.fact-bg .lesson_plan_card_outer .lesson_plan_card_col .lesson_plan_card .left_line {
  border-left: 1px solid #A7BAD8;
  position: absolute;
  left: -15px;
  display: block;
  height: 100%;
}
.fact-bg .lesson_plan_card_outer .lesson_plan_card_col .lesson_plan_card .icon {
  width: 70px;
  height: 70px;
  background-color: #FFA100;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-bottom: 1rem;
}
.fact-bg .lesson_plan_card_outer .lesson_plan_card_col .lesson_plan_card p.desc {
  color: #A7BAD8;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .fact-bg .lesson_plan_card_outer .lesson_plan_card_col .lesson_plan_card p.desc {
    max-width: 200px;
  }
}
.fact-bg .lesson_plan_card_outer .lesson_plan_card_col:nth-child(even) > .lesson_plan_card .left_line {
  border-left: 1px solid #A7BAD8;
  position: absolute;
  left: -15px;
  display: block;
  height: 100%;
}
.fact-bg .big_text h2 {
  color: #1A2F4F;
  text-align: center;
  font-size: clamp(60px, 15vw, 180px);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.fact__item-two {
  background: var(--tg-common-color-white);
  box-shadow: 0px 4px 24px #EBEEF2;
  border-radius: 10px;
  padding: 40px 30px;
  height: 280px;
  margin: 0 0 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fact__item-two.custom {
  box-shadow: none;
  padding: 50px 30px 50px;
  height: 100%;
}
.fact__item-two.custom h3.count {
  color: #093C8B;
}
.fact__item-two.custom:hover {
  background-color: var(--tg-theme-primary);
}
.fact__item-two.custom:hover .circle_count {
  background: white;
}
.fact__item-two.custom:hover .circle_count .num {
  color: var(--tg-darkblue-color);
  font-weight: bold;
}
.fact__item-two.custom:hover .circle_count .grade {
  color: #95A2D1;
}
.fact__item-two.custom:hover h3.count,
.fact__item-two.custom:hover p.count_para {
  color: white;
}
.fact__item-two.custom:hover h3.count,
.fact__item-two.custom:hover p.count_para {
  color: #1A283E;
}
.fact__item-two.custom .fact__content-two {
  height: 200px;
}
@media (max-width: 1199.98px) {
  .fact__item-two {
    padding: 35px 25px 35px;
  }
}
.fact__item-two:hover {
  box-shadow: none;
  background-color: var(--tg-theme-primary);
}
.fact__item-two:hover .fact__icon-two .img1 {
  display: none;
}
.fact__item-two:hover .fact__icon-two .img2 {
  display: block;
}
.fact__item-two:hover .fact__content-two h3,
.fact__item-two:hover .fact__content-two p {
  color: white;
}
.fact__item-two .circle_count {
  width: 100px;
  height: 100px;
  border-radius: 106px;
  background: var(--tg-theme-primary);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.fact__item-two .circle_count .num {
  color: white;
  font-weight: bold;
}
.fact__item-two .circle_count .grade {
  color: white;
}
.fact__icon-two {
  color: var(--tg-theme-primary);
  font-size: 80px;
  line-height: 1;
  margin: 0 0 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}
@media (max-width: 1199.98px) {
  .fact__icon-two {
    font-size: 60px;
    margin: 0 0 18px;
  }
}
.fact__icon-two .img1 {
  display: block;
}
.fact__icon-two .img2 {
  display: none;
}
@media (max-width: 767.98px) {
  .fact__content-two {
    margin-top: 100px;
  }
}
@media (max-width: 991.98px) {
  .fact__content-two {
    margin-top: 0;
  }
}
.fact__content-two .count {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 12px;
}
.fact__content-two p {
  line-height: 1.25;
  margin: 0 0;
}
.fact__content-two p.count_para {
  color: #6C80A0;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 380px) {
  .fact__content-two p.count_para {
    font-size: 15px;
  }
}

/*=============================
    16. Events
===============================*/
.events__item {
  margin: 0 0 30px;
  background: var(--tg-common-color-white);
}
.events__item-thumb {
  position: relative;
  margin: 0 0 -2px;
}
.events__item-thumb img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}
.events__item-content {
  border: 1px solid #D7DCE3;
  border-radius: 0 0 10px 10px;
  padding: 28px 26px 26px;
}
.events__item-content .title {
  font-size: 20px;
  line-height: 1.35;
  font-weight: var(--tg-fw-medium);
  margin: 0 0 17px;
}
.events__item-content .title a:hover {
  color: var(--tg-theme-primary);
}
.events__item-content .location {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  line-height: 1;
  font-family: var(--tg-heading-font-family);
  font-size: 15px;
  color: #5A7093;
  gap: 0 6px;
}
.events__item-content .location i {
  color: var(--tg-theme-primary);
}
.events__date {
  position: absolute;
  left: 25px;
  top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  border-radius: 3px;
  gap: 7px;
  line-height: 1;
  padding: 5px 10px;
  font-family: var(--tg-heading-font-family);
  font-size: 14px;
  z-index: 2;
}
.events__date i {
  font-size: 19px;
}
.events__wrapper .events__item-content {
  padding: 25px 24px 25px;
}
.events__wrapper .events__item-content .title {
  font-size: 18px;
}
.events__wrapper .events__item-thumb img {
  min-height: 200px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .events__sidebar {
    margin: 50px 0 0;
  }
}
.events__sidebar-filter .form-grp {
  position: relative;
  margin: 0 0 12px;
}
.events__sidebar-filter .form-grp input {
  display: block;
  width: 100%;
  background: #F6F7FA;
  border: 1px solid #DAE0E7;
  border-radius: 4px;
  padding: 6px 15px;
  color: #5A7093;
  font-weight: var(--tg-fw-medium);
  line-height: 1;
}
.events__sidebar-filter .form-grp input::placeholder {
  font-size: 15px;
  font-weight: var(--tg-fw-medium);
  color: #5A7093;
}
.events__sidebar-filter .form-grp i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  color: #5A7093;
  font-size: 16px;
}
.events__sidebar-filter .form-grp i.fa-flip-horizontal {
  -webkit-transform: translateY(-50%) scaleX(-1);
  -moz-transform: translateY(-50%) scaleX(-1);
  -ms-transform: translateY(-50%) scaleX(-1);
  -o-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}
.events__sidebar-filter .form-grp i.fa-flip-horizontal::before {
  font-weight: 600 !important;
}
.events__sidebar-filter .form-grp .form-select {
  background-color: #F6F7FA;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%235A7093' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  border: 1px solid #DAE0E7;
  border-radius: 4px;
  padding: 6px 15px;
  color: #5A7093;
  box-shadow: none;
  font-weight: var(--tg-fw-medium);
}
.events__sidebar-filter [type=submit] {
  display: block;
  width: 100%;
  border: none;
  background: var(--tg-theme-primary);
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: var(--tg-fw-semi-bold);
  color: var(--tg-common-color-white);
  padding: 8px 25px 6px;
}
.events__sidebar-filter [type=submit]:hover {
  background: var(--tg-theme-secondary);
}
.events__sidebar .rc-post-item {
  gap: 15px;
}
.events__sidebar .rc-post-thumb img {
  width: 80px;
  height: 80px;
}
.events__sidebar .rc-post-content .title {
  font-size: 15px;
}
.events__sidebar .rc-post-content .date {
  font-size: 14px;
}

.event-details-area .row .col-73 {
  width: 72.5%;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .event-details-area .row .col-73 {
    width: 67%;
  }
}
@media (max-width: 991.98px) {
  .event-details-area .row .col-73 {
    width: 100%;
  }
}
.event-details-area .row .col-27 {
  width: 26.5%;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .event-details-area .row .col-27 {
    width: 33%;
  }
}
@media (max-width: 991.98px) {
  .event-details-area .row .col-27 {
    width: 65%;
  }
}
@media (max-width: 767.98px) {
  .event-details-area .row .col-27 {
    width: 100%;
  }
}
.event-details-content .title {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 25px;
}
@media (max-width: 1199.98px) {
  .event-details-content .title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .event-details-content .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-details-content .title {
    font-size: 28px;
  }
}
.event-details-content .title-two {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .event-details-content .title-two {
    font-size: 22px;
  }
}
.event-details-content p {
  margin-bottom: 0;
}
.event-details-content .info-one {
  margin-bottom: 40px;
}
.event-details-content .info-two {
  margin-bottom: 20px;
}
.event-details-content .info-three {
  margin-bottom: 20px;
}
.event-details-content .map-direction {
  width: 100%;
  height: 400px;
}
@media (max-width: 1199.98px) {
  .event-details-content .map-direction {
    height: 340px;
  }
}
@media (max-width: 767.98px) {
  .event-details-content .map-direction {
    height: 300px;
  }
}
.event-details-content .map-direction iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.event-details-img {
  margin-bottom: 35px;
}
.event-details-img img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .event-details-img img {
    min-height: 270px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-details-img img {
    min-height: 300px;
  }
}
.event-details-list .list-wrap {
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.event-details-list .list-wrap li {
  display: flex;
  font-size: 18px;
  width: 45%;
  margin-bottom: 5px;
  margin-right: 5%;
}
@media (max-width: 767.98px) {
  .event-details-list .list-wrap li {
    width: 100%;
  }
}
.event-details-list .list-wrap li i {
  color: var(--tg-theme-primary);
  margin-right: 10px;
  font-size: 20px;
  margin-top: 5px;
}
.event-meta .list-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .event-meta .list-wrap {
    gap: 15px 20px;
    margin-bottom: 20px;
  }
}
.event-meta .list-wrap li {
  font-size: 16px;
  color: #5A7093;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.event-meta .list-wrap li i {
  font-size: 18px;
  margin-right: 5px;
  color: var(--tg-theme-primary);
  margin-top: -2px;
}
@media (max-width: 991.98px) {
  .event__sidebar {
    margin: 80px 0 0;
  }
}
.event-widget {
  border: 1px solid var(--tg-border-1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 16px 21px 30px;
  background: var(--tg-common-color-white);
  margin-bottom: 30px;
  width: 325px;
}
.event-widget:last-child {
  margin-bottom: 0;
}
.event-widget .ew-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 19px;
  position: relative;
  padding-bottom: 15px;
}
.event-widget .ew-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 4px;
  background: var(--tg-theme-primary);
  border-radius: 2px;
}
.event-cost-wrap .price {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 25px;
}
.event-cost-wrap .cost{
  font-size: 23px;
  color: #102B5B;
}
.event-cost-wrap .price strong {
  font-weight: 400;
  font-size: 16px;
  color: #5A7093;
  margin-right: 15px;
}
.event-cost-wrap .price span {
  font-weight: 300;
  font-size: 18px;
  text-decoration-line: line-through;
  color: #8D9DB5;
  margin-left: 5px;
}
.event-cost-wrap .btn {
  width: 100%;
  margin-bottom: 20px;
  text-transform: none;
}
.event-information-wrap .title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--tg-theme-secondary);
}
.event-information-wrap .list-wrap > li {
  display: flex;
  align-items: center;
  color: var(--tg-theme-secondary);
  border-bottom: 1px solid var(--tg-border-4);
  padding-bottom: 8px;
  margin-bottom: 15px;
  font-size: 16px;
}
.event-information-wrap .list-wrap > li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.event-information-wrap .list-wrap > li > i {
  font-size: 20px;
  color: #8D9DB5;
  margin-right: 15px;
}
.event-information-wrap .list-wrap > li span {
  margin-left: auto;
  color: #5A7093;
}
.event-information-wrap .event-social {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 12px;
}
.event-information-wrap .event-social li {
  border: none;
  padding: 0;
  margin: 0;
}
.event-information-wrap .event-social li a {
  color: #5A7093;
  font-size: 16px;
}
.event-information-wrap .event-social li a:hover {
  color: var(--tg-theme-primary);
}

.speakers-item {
  position: relative;
}
.speakers-item .speakers-thumb img {
  border-radius: 4px;
  width: 100%;
}
.speakers-content {
  position: absolute;
  left: 0;
  bottom: 18px;
  background: var(--tg-theme-primary);
  padding: 7px 50px 7px 22px;
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
}
.speakers-content .title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  color: var(--tg-common-color-white);
}
.speakers-content-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.speakers-content span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #B6CFF5;
}

.speakers-nav {
  display: flex;
  align-items: center;
  gap: 5px;
}
.speakers-nav .slick-arrow {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: var(--tg-common-color-gray);
  color: var(--tg-theme-primary);
  font-size: 14px;
}
.speakers-nav .slick-arrow:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

.sponsors-wrap .list-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 10px;
}
@media (max-width: 991.98px) {
  .sponsors-wrap .list-wrap {
    gap: 20px 20px;
  }
}
@media (max-width: 767.98px) {
  .sponsors-wrap .list-wrap {
    gap: 20px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sponsors-wrap .list-wrap {
    gap: 20px 20px;
  }
}
.sponsors-wrap .list-wrap li img {
  cursor: pointer;
}

/*=============================
    17. Quick Action
===============================*/
.quick__action-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  min-height: 270px;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  background-color: #5F1EEA;
  padding: 40px 50px;
  margin: 0 0 30px;
}
@media (max-width: 1199.98px) {
  .quick__action-item {
    padding: 40px 40px;
  }
}
@media (max-width: 767.98px) {
  .quick__action-item {
    padding: 35px 30px;
    background-position: left;
    min-height: 240px;
  }
}
.quick__action-content {
  max-width: 50%;
}
@media (max-width: 1199.98px) {
  .quick__action-content {
    max-width: 65%;
  }
}
@media (max-width: 767.98px) {
  .quick__action-content {
    max-width: 90%;
  }
}
.quick__action-content .title {
  color: var(--tg-common-color-white);
  font-size: 26px;
  margin: 0 0 25px;
  text-transform: capitalize;
}
@media (max-width: 991.98px) {
  .quick__action-content .title br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .quick__action-content .title {
    margin: 0 0 20px;
  }
}

/*=============================
    18. FAQ
===============================*/

.faq-wrap .accordion {
  border: 1px solid #E8E8E8;
  padding: 20px;
  border-radius: 10px;
}
.faq-wrap .accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}
.faq-wrap .accordion-item:last-child {
  border-bottom: none !important;
}
.faq-wrap .accordion-item .accordion-header .accordion-button{
  font-size: 16px;
  font-weight: 600;
}
.faq-wrap .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-wrap .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.faq-wrap .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.faq-wrap .accordion-button {
  padding: 23px 80px 10px 25px;
  font-weight: 500;
  font-size: 20px;
  color: var(--tg-theme-secondary);
  font-family: var(--tg-heading-font-family);
  /* background-color: #E6F2FF; */
  border: none;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 767.98px) {
  .faq-wrap .accordion-button {
    padding: 23px 68px 10px 20px;
    font-size: 18px;
  }
}
.faq-wrap .accordion-button:focus {
  box-shadow: none;
}
.faq-wrap .accordion-button:not(.collapsed) {
  color: var(--bs-blue);
  background-color: #fff;
  box-shadow: none;
}
.faq-wrap .accordion-button::after {
  content: "\f061";
  position: absolute;
  right: 20px;
  top: 15px;
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-common-color-white);
  color: var(--tg-theme-primary);
  border-radius: 50%;
  font-weight: 700;
  font-family: var(--tg-icon-font-family);
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .faq-wrap .accordion-button::after {
    right: 15px;
  }
}
.faq-wrap .accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg);
}
.faq-wrap .accordion-body {
  padding: 0px 50px 22px 25px;
}
@media (max-width: 767.98px) {
  .faq-wrap .accordion-body {
    padding: 0px 30px 22px 20px;
  }
}
.faq-wrap .accordion-body p {
  margin-bottom: 0;
  font-size: 14px;
}

/*=============================
    19. Shop
===============================*/
.shop-top-wrap {
  margin-bottom: -10px;
  margin-top: 20px;
  margin-left: 15px;
}
.shop-top-left p {
  margin-bottom: 0;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .shop-top-left p {
    margin-bottom: 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-top-left p {
    margin-bottom: 0;
    text-align: left;
  }
}
.shop-top-right {
  position: relative;
  width: 190px;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .shop-top-right {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-top-right {
    margin: 0 0 0 auto;
  }
}
.shop-top-right label {
  position: absolute;
  top: -35px;
}
.shop-top-right select {
  border-radius: 4px;
  background: #FFF;
  border: none;
  color: var(--tg-body-color);
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  outline: none;
  padding: 12px 37px 9px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 1.2;
  height: 56px;
}
.shop-top-right::after {
  content: "\f078";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  right: 15px;
  font-size: 14px;
  color: var(--tg-theme-primary);
}
.shop-item {
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  padding: 25px 30px 35px;
  margin-bottom: 30px;
  background: var(--tg-common-color-white);
}
@media (max-width: 1199.98px) {
  .shop-item {
    padding: 25px 15px 35px;
  }
}
@media (max-width: 991.98px) {
  .shop-item {
    padding: 25px 25px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-item {
    padding: 25px 15px 35px;
  }
}
.shop-item:hover .shop-thumb img {
  opacity: 0.2;
}
.shop-item:hover .shop-action a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.shop-thumb {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}
.shop-action {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  gap: 10px;
}
.shop-action a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  font-size: 20px;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
}
.shop-action a:hover {
  background: var(--tg-theme-secondary);
}
.shop-content {
  text-align: center;
}
.shop-content .price {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 8px;
  color: var(--tg-theme-primary);
}
.shop-content .title {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
}
.shop-content .title a:hover {
  color: var(--tg-theme-primary);
}
.shop-content .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #F8BC24;
  gap: 3px;
}
@media (max-width: 991.98px) {
  .shop-sidebar {
    margin-top: 80px;
  }
}
.shop-widget {
  border: 1px solid var(--tg-border-1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 25px 30px;
  background: var(--tg-common-color-white);
  margin-bottom: 30px;
}
.shop-widget:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .shop-widget {
    padding: 25px 20px;
  }
}
@media (max-width: 991.98px) {
  .shop-widget {
    padding: 25px 30px;
  }
}
.shop-widget ul li {
  margin-bottom: 15px;
}
.shop-widget ul li:last-child {
  margin-bottom: 0;
}
.shop-widget .form-check {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
  min-height: inherit;
}
.shop-widget .form-check-input {
  border-radius: 4px;
  border: 1px solid #B2BDCD;
  margin: 0 10px 0 0;
  width: 16px;
  height: 16px;
}
.shop-widget .form-check-input:focus {
  box-shadow: none;
  border-color: var(--tg-theme-primary);
}
.shop-widget .form-check-label {
  flex-grow: 1;
  font-size: 14px;
  font-weight: 400;
  color: var(--tg-body-color);
  user-select: none;
}
.shop-widget .form-check .rating {
  display: flex;
  align-items: center;
}
.shop-widget .form-check .rating ul {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #F8BC24;
  gap: 4px;
}
.shop-widget .form-check .rating ul li {
  margin-bottom: 0;
}
.shop-widget .form-check .rating ul li.delete {
  color: #D7D7D7;
}
.shop-widget .form-check .rating span {
  color: #5A7093;
  margin-left: 5px;
}
.shop-details-images-wrap .nav-tabs {
  border-bottom: none;
  gap: 15px;
  margin-top: 15px;
}
@media (max-width: 991.98px) {
  .shop-details-images-wrap .nav-tabs {
    margin-top: 20px;
    flex-wrap: nowrap;
  }
}
.shop-details-images-wrap .nav-link {
  margin-bottom: 0;
  background: transparent;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  padding: 24px 43px;
  opacity: 0.5;
}
@media (max-width: 1199.98px) {
  .shop-details-images-wrap .nav-link {
    padding: 10px 22px;
  }
}
@media (max-width: 991.98px) {
  .shop-details-images-wrap .nav-link {
    padding: 24px 43px;
  }
}
@media (max-width: 767.98px) {
  .shop-details-images-wrap .nav-link {
    padding: 15px 15px;
  }
}
.shop-details-images-wrap .nav-link.active {
  border-color: var(--tg-theme-primary);
  opacity: 1;
}
.shop-details-images-wrap .tab-content img {
  border-radius: 6px;
}
@media (max-width: 991.98px) {
  .shop-details-images-wrap .tab-content img {
    width: 100%;
  }
}
.shop-details-content {
  margin-left: 25px;
}
@media (max-width: 1199.98px) {
  .shop-details-content {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .shop-details-content {
    margin: 60px 0 0;
  }
}
.shop-details-content > .title {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .shop-details-content > .title {
    font-size: 26px;
  }
}
.shop-details-content .product-review {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .shop-details-content .product-review {
    margin-bottom: 15px;
  }
}
.shop-details-content .product-review .rating {
  display: flex;
  align-items: center;
  color: #F8BC24;
  gap: 3px;
}
.shop-details-content .product-review span {
  color: #5A7093;
}
.shop-details-content .price {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  color: var(--tg-theme-primary);
}
.shop-details-content p {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .shop-details-content p {
    margin-bottom: 30px;
  }
}
.shop-details-qty {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 45px;
}
.shop-details-qty .title {
  font-weight: 500;
  font-size: 18px;
  color: var(--tg-theme-secondary);
  display: block;
}
.shop-details-qty .wishlist-btn {
  background: #F6F7FA;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.shop-details-qty .wishlist-btn:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  border-color: var(--tg-theme-primary);
}
.shop-details-bottom .list-wrap li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}
.shop-details-bottom .list-wrap li:last-child {
  margin-bottom: 0;
}
.shop-details-bottom .list-wrap li .title {
  font-weight: 500;
  font-size: 16px;
  display: block;
  color: var(--tg-theme-secondary);
}
.shop-details-bottom .list-wrap li .code, .shop-details-bottom .list-wrap li a {
  color: var(--tg-body-color);
}
.shop-details-bottom .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}
.shop-details-bottom .list-wrap li.sd-share {
  gap: 10px;
}
.course-category {
  text-align: end;
}
.cart-plus-minus {
  position: relative;
  width: 116px;
  flex: 0 0 auto;
}
.cart-plus-minus input {
  width: 100%;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  height: 50px;
  text-align: center;
  padding: 0 30px;
  font-weight: 500;
  font-size: 20px;
  color: var(--tg-theme-secondary);
}
.cart-plus-minus .qtybutton {
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #838383;
  cursor: pointer;
  border-right: 1px solid #D7D7D7;
  user-select: none;
  -moz-user-select: none;
  line-height: 0;
}
.cart-plus-minus .qtybutton.inc {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 1px solid #D7D7D7;
}
.cart-plus-minus .qtybutton.dec {
  font-size: 26px;
}

.product-desc-wrap {
  margin-top: 60px;
}
.product-desc-wrap .tab-content p {
  margin-bottom: 0;
}
.product-desc-wrap .nav-tabs {
  border-bottom: 2px solid #E6EAEF;
  gap: 30px;
  margin-bottom: 25px;
}
.product-desc-wrap .nav-tabs .nav-link {
  margin-bottom: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0 5px 10px;
  font-weight: 500;
  font-size: 19px;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-body-color);
  position: relative;
}
.product-desc-wrap .nav-tabs .nav-link.active {
  color: var(--tg-theme-primary);
}
.product-desc-wrap .nav-tabs .nav-link.active::before {
  opacity: 1;
}
.product-desc-wrap .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: var(--tg-theme-primary);
  transition: 0.3s linear;
  opacity: 0;
}
.product-desc-review {
  padding: 25px 30px;
  border: 1px solid #E6EAEF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.product-desc-review .left-rc {
  margin-bottom: 10px;
}

.related-product-area {
  position: relative;
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  .related-product-area {
    margin-top: 70px;
  }
}
.related-product-area .shop-thumb img {
  margin: 0 auto;
}

.shop-active [class*=col-] {
  padding: 0 15px;
}
.shop-active .slick-arrow {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--tg-common-color-gray);
  color: var(--tg-theme-primary);
  border: 1px solid var(--tg-common-color-white);
  box-shadow: 0px 10px 20px #DFDFDF;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.shop-active .slick-arrow:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.shop-active .slick-arrow.slick-next {
  left: auto;
  right: -10px;
}

/*=============================
    20. Blog
===============================*/
.section-pt-205 {
  padding-top: 205px;
}

@media (max-width: 767.98px) {
  .filter_top {
    flex-direction: column !important;
  }
  .filter_top .shop-top-right,
  .filter_top input {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 1199.98px) {
  .filter_top {
    flex-direction: row;
  }
  .filter_top .shop-top-right,
  .filter_top input {
    width: 100%;
  }
}

.blog-bg-circle {
  background-color: var(--tg-common-color-gray-3);
  position: relative;
  z-index: 1;
}
.blog-bg-circle::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 170px;
  background: #FFE9F9;
  filter: blur(200px);
  width: 423px;
  height: 423px;
  z-index: -1;
}
.blog-bg-circle .object {
  position: absolute;
  z-index: -1;
}
@media (max-width: 1500px) {
  .blog-bg-circle .object:nth-last-of-type(2) {
    left: 4% !important;
    top: 26% !important;
  }
  .blog-bg-circle .object:nth-last-of-type(1) {
    right: 4% !important;
    bottom: 8% !important;
  }
}
.blog__post-item {
  background: var(--tg-common-color-white);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 30px;
  border: 1px solid #C6D5F1;
  /* margin-right: 20px; */
  width: auto;
  /* width: 330px; */
}
.blog__post-item-six .card {
  height: 400px;
  margin-bottom: 70px;
}
#courseListContainer {
  display: flex;
}
.blog__post-thumb img {
  width: 99.8%;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}
.blog__post-content {
  padding: 25px 35px 15px;
}
@media (max-width: 1199.98px) {
  .blog__post-content {
    padding: 25px 25px 30px;
  }
}
.blog__post-content .cat {
  display: inline-block;
  background: #CFE4FC;
  font-size: 14px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-theme-secondary);
  text-transform: uppercase;
  line-height: 1;
  padding: 9px 18px 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 12px;
}
.blog__post-content .cat:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.blog__post-content .title {
  font-size: 20px;
  font-weight: var(--tg-fw-medium);
  line-height: 1.25;
  margin: 0 0;
}
@media (max-width: 1199.98px) {
  .blog__post-content .title {
    font-size: 19px;
    line-height: 1.35;
  }
}
@media (max-width: 767.98px) {
  .blog__post-content .title {
    font-size: 22px;
  }
}
.blog__post-content .title a {
  color: #102B5B;
  font-size: 20px;
  font-weight: 600;
  display: inline;
  background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color)), linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
  background-size: 0% 1.5px, 0 1.5px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.blog__post-content .title a:hover {
  color: inherit;
  background-size: 0 1.5px, 100% 1.5px;
}
.blog__post-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.3;
  gap: 10px 30px;
  margin: 25px 0 0;
}
.blog__post-meta li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.blog__post-meta li i {
  color: var(--tg-theme-primary);
  margin-right: 4px;
}
.blog__post-meta li a {
  color: var(--tg-body-color);
}
.blog__post-meta li a:hover {
  color: var(--tg-theme-primary);
}

.blog__post-item-two {
  border: 1px solid #DEDEDE;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 20px;
  position: relative;
  margin: 0 0 30px;
  background-color: var(--tg-common-color-white);
}
.blog__post-item-two .blog__post-meta li {
  color: var(--tg-common-color-white);
}
.blog__post-item-two .blog__post-meta li i {
  color: var(--tg-common-color-white);
  font-size: 22px;
}
.blog__post-item-two .blog__post-meta li a {
  color: var(--tg-common-color-white);
}
.blog__post-thumb-two {
  position: relative;
}
.blog__post-thumb-two::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.48%, #020202 100%);
  border-radius: 10px;
  z-index: 3;
  pointer-events: none;
  transition: all 0.3s ease;
}
.blog__post-thumb-two img {
  border-radius: 10px;
  width: 100%;
  height: 430px;
  object-fit: cover;
}
.blog__post-content-two {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 50px;
  z-index: 4;
}
.blog__post-content-two .cat {
  display: inline-block;
  background: var(--tg-theme-primary);
  font-size: 14px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-common-color-white);
  text-transform: uppercase;
  line-height: 1;
  padding: 9px 18px 7px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin: 0 0 12px;
}
.blog__post-content-two .cat:hover {
  color: var(--tg-theme-primary);
  background: var(--tg-common-color-white);
}
.blog__post-content-two .title {
  font-size: 30px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-common-color-white);
}
@media (max-width: 1199.98px) {
  .blog__post-content-two .title {
    font-size: 26px;
  }
}
.blog__post-content-two .title a:hover {
  color: var(--tg-common-color-white);
}
.blog__post-item-three {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border: 1px solid #DEDEDE;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 20px 40px 20px 20px;
  gap: 25px;
  margin: 0 0 30px;
  background-color: var(--tg-common-color-white);
}
@media (max-width: 1199.98px) {
  .blog__post-item-three {
    flex-direction: column;
    padding: 30px 30px;
  }
}
@media (max-width: 991.98px) {
  .blog__post-item-three {
    flex-direction: row;
    padding: 20px 40px 20px 20px;
  }
}
@media (max-width: 767.98px) {
  .blog__post-item-three {
    flex-direction: column;
    padding: 30px 30px;
  }
}
.blog__post-item-three .blog__post-meta li i {
  font-size: 22px;
}
.blog__post-thumb-three {
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .blog__post-thumb-three {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .blog__post-thumb-three {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .blog__post-thumb-three {
    width: 100%;
  }
}
.blog__post-thumb-three img {
  border-radius: 10px;
  width: 199px;
  height: 180px;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .blog__post-thumb-three img {
    width: 100%;
    height: 237px;
  }
}
@media (max-width: 991.98px) {
  .blog__post-thumb-three img {
    width: 199px;
    height: 180px;
  }
}
@media (max-width: 767.98px) {
  .blog__post-thumb-three img {
    width: 100%;
    height: 280px;
  }
}
.blog__post-content-three .cat {
  display: inline-block;
  background: var(--tg-common-color-gray);
  font-size: 14px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-theme-primary);
  text-transform: uppercase;
  line-height: 1;
  padding: 9px 18px 7px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin: 0 0 12px;
}
.blog__post-content-three .cat:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.blog__post-content-three .title {
  font-size: 22px;
  line-height: 1.35;
}
.blog__post-content-three .title a:hover {
  color: var(--tg-theme-primary);
}
.blog-area-two {
  position: relative;
}
.blog-area-two > .object {
  position: absolute;
  z-index: -1;
}
.blog__post-item-four {
  position: relative;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  margin: 12px;
  perspective: 1000px;
}
.blog__post-item-four:hover .content {
  transform: rotateY(180deg);
  transition: transform 0.5s;
}
.blog__post-item-four .content {
  transform-style: preserve-3d;
  transition: transform 1s;
}
.blog__post-item-four .content .front, .blog__post-item-four .content .back {
  backface-visibility: hidden;
}
.blog__post-item-four .content .back {
  transform: rotateY(180deg);
  border-radius: 10px;
}
.blog__post-item-four .overlay_content {
  position: absolute;
  padding: 20px 26px;
  background: var(--tg-darkblue-color);
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 5;
  border-radius: inherit;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.3s ease;
  cursor: pointer;
}
.blog__post-item-four .overlay_content .title {
  color: #FFF;
  font-size: 24px;
  margin: 0;
  margin-bottom: 12px;
}
.blog__post-item-four .overlay_content .desc {
  color: #818FA8;
}
.course-blog-item {
  width: auto;
}
@media (max-width: 991.98px) {
  .blog__post-item-four .overlay_content .desc {
    font-size: 13px;
  }
  .blog__post-item-four .overlay_content .btn_animated {
    padding: 10px;
  }
}
.blog__post-item-four .overlay_content .link {
  margin-top: auto;
  margin-bottom: 10px;
}
.blog__post-item-four .blog__post-thumb-two::before {
  opacity: 0.9;
}
.blog__post-item-four .blog__post-content-two {
  left: 37px;
  right: 37px;
  bottom: 35px;
}
@media (max-width: 991.98px) {
  .blog__post-item-four .blog__post-content-two {
    left: 30px;
    right: 0px;
    bottom: 35px;
  }
}
@media (max-width: 767.98px) {
  .blog__post-item-four .blog__post-thumb-two {
    position: relative;
  }
  .blog__post-item-four .overlay_content.back {
    left: 50%;
    transform: translateX(-50%) rotateY(180deg);
  }
  .blog__post-item-four .blog__post-content-two {
    max-width: 260px;
  }
}
.blog__post-item-four .blog__post-content-two .title {
  font-size: 24px;
  line-height: 1.25;
}
@media (max-width: 991.98px) {
  .blog__post-item-four .blog__post-content-two .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__post-item-four .blog__post-content-two .title {
    font-size: 24px;
  }
}
.blog__post-item-four .blog__post-meta {
  margin: 16px 0 0;
}
.blog__post-item-four .blog__post-meta li {
  color: var(--tg-common-color-white);
}
@media (max-width: 991.98px) {
  .blog__post-item-four .blog__post-meta li {
    font-size: 16px;
  }
}
.blog__post-item-four .blog__post-meta li a, .blog__post-item-four .blog__post-meta li i {
  color: var(--tg-common-color-white);
}
.blog__post-item-four .blog__post-meta li i {
  font-size: 20px;
}

.blog__standard-post {
  margin: 0 0 40px;
}
.blog__standard-thumb img {
  border-radius: 8px 8px 0px 0px;
}
.blog__standard-content {
  border: 1px solid #ECECEC;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 8px 8px;
  padding: 30px 40px 40px;
}
@media (max-width: 1199.98px) {
  .blog__standard-content {
    padding: 30px 35px 35px;
  }
}
@media (max-width: 767.98px) {
  .blog__standard-content {
    padding: 30px 25px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__standard-content {
    padding: 30px 30px 35px;
  }
}
.blog__standard-content .cat {
  display: inline-block;
  background: var(--tg-common-color-gray);
  font-size: 14px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-theme-primary);
  text-transform: uppercase;
  line-height: 1;
  padding: 9px 18px 7px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin: 0 0 12px;
}
.blog__standard-content .cat:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.blog__standard-content .title {
  font-size: 30px;
  line-height: 1.35;
  margin: 0 0 0;
}
@media (max-width: 767.98px) {
  .blog__standard-content .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__standard-content .title {
    font-size: 26px;
  }
}
.blog__standard-content .title a:hover {
  color: var(--tg-theme-primary);
}
.blog__standard-content .tg-button-wrap {
  margin: 25px 0 0;
}
.blog__standard-content .blog__post-meta {
  margin: 23px 0 22px;
}
@media (max-width: 767.98px) {
  .blog__standard-content .blog__post-meta {
    margin: 20px 0 22px;
    gap: 10px 20px;
  }
}
.blog__standard-content .blog__post-meta li i {
  font-size: 18px;
}
.blog__details-wrapper {
  margin: 0 0 50px;
}
.blog__details-wrapper .blog__standard-thumb {
  margin: 0 0 30px;
}
@media (max-width: 767.98px) {
  .blog__details-wrapper .blog__standard-thumb {
    margin: 0 0 20px;
  }
}
.blog__details-wrapper .blog__standard-thumb img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.blog-details-content {
  border: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0 0;
}
.blog-details-content .inner-title {
  font-size: 24px;
  margin: 0 0 1rem;
}
.blog-details-content .event-details-list .list-wrap {
  padding: 0 0;
  margin: 20px 0 10px;
}
.blog-details-bottom {
  padding: 25px 0;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  margin: 40px 0 0;
  clear: both;
  overflow: hidden;
}
.blog__prev-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1199.98px) {
  .blog__prev-item {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .blog__prev-item {
    gap: 20px;
    flex-direction: row;
    align-items: center;
  }
}
.blog__prev-item.next {
  flex-direction: row-reverse;
  text-align: right;
}
@media (max-width: 1199.98px) {
  .blog__prev-item.next {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .blog__prev-item.next {
    flex-direction: row-reverse;
    align-items: center;
    margin: 20px 0 0;
  }
}
.blog__prev-thumb {
  flex: 0 0 auto;
}
.blog__prev-thumb img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.blog__prev-content {
  flex-grow: 1;
}
.blog__prev-content .caption {
  display: block;
  font-weight: var(--tg-fw-medium);
  margin: 0 0 7px;
}
.blog__prev-content .title {
  font-size: 17px;
  line-height: 1.35;
  font-weight: var(--tg-fw-medium);
}
.blog__prev-content .title a:hover {
  color: var(--tg-theme-primary);
}
.blog__post-author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 30px;
  background: #F8FAFF;
  border: 1px solid #D5E4F4;
  border-radius: 10px;
  padding: 40px;
  margin: 0 0 60px;
}
@media (max-width: 1199.98px) {
  .blog__post-author {
    padding: 25px;
  }
}
@media (max-width: 767.98px) {
  .blog__post-author {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}
.blog__post-author-thumb {
  flex: 0 0 auto;
}
.blog__post-author-thumb img {
  max-width: 115px;
}
.blog__post-author-content .designation {
  display: block;
  line-height: 1;
  color: var(--tg-theme-primary);
  font-weight: var(--tg-fw-medium);
  margin: 0 0 11px;
}
.blog__post-author-content .name {
  font-size: 20px;
  margin: 0 0 10px;
}
.blog__post-author-content p {
  margin: 0 0;
}

blockquote {
  background: #F1F8FF;
  border-left: 6px solid var(--tg-theme-primary);
  padding: 45px 100px 45px 45px;
  font-size: 20px;
  font-family: var(--tg-heading-font-family);
  font-weight: var(--tg-fw-medium);
  position: relative;
  z-index: 1;
  margin: 35px 0 40px;
}
@media (max-width: 991.98px) {
  blockquote {
    padding: 45px 60px 45px 45px;
  }
}
@media (max-width: 767.98px) {
  blockquote {
    padding: 35px 35px;
    font-size: 18px;
  }
}
blockquote::after {
  content: "\f10e";
  position: absolute;
  top: 25px;
  right: 25px;
  font-family: var(--tg-icon-font-family);
  font-weight: 700;
  line-height: 1;
  font-size: 60px;
  color: #DAEAFA;
  z-index: -1;
}
blockquote p {
  font-size: 20px;
  font-family: var(--tg-heading-font-family);
  font-weight: var(--tg-fw-medium);
  margin: 0 0;
}
@media (max-width: 767.98px) {
  blockquote p {
    font-size: 18px;
  }
}

.tg-post-tag {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
.tg-post-tag .tag-title {
  font-size: 16px;
  margin-right: 20px;
  margin-top: 7px;
  margin-bottom: 7px;
  color: var(--tg-heading-color);
  flex: 0 0 auto;
}
.tg-post-tag ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.tg-post-tag ul li a {
  display: block;
  background: #E6F2FF;
  border-radius: 4px;
  line-height: 1;
  padding: 10px 12px;
  font-size: 15px;
}
.tg-post-tag ul li a:hover {
  color: var(--tg-common-color-white);
  background: var(--tg-theme-primary);
}

.tg-post-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .tg-post-social {
    margin: 10px 0 0;
  }
}
.tg-post-social .social-title {
  font-size: 16px;
  margin-right: 20px;
  margin-top: 7px;
  margin-bottom: 7px;
  color: var(--tg-heading-color);
  flex: 0 0 auto;
}
.tg-post-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.tg-post-social ul li a {
  display: block;
  line-height: 1;
  font-size: 16px;
}
.tg-post-social ul li a:hover {
  color: var(--tg-theme-primary);
}

.comment-wrap {
  margin: 0 0 50px;
}
.comment-wrap-title {
  margin: 0 0 30px;
}
.comment-wrap-title .title {
  font-size: 26px;
  margin: 0 0 0;
}
@media (max-width: 767.98px) {
  .comment-wrap-title .title {
    font-size: 22px;
  }
}

.latest-comments {
  margin: 0 0 65px;
}
@media (max-width: 767.98px) {
  .latest-comments {
    margin: 0 0 50px;
  }
}
.latest-comments .list-wrap {
  margin: 0 0;
  padding: 0 0;
}
.latest-comments li .children {
  padding: 0 0;
  margin: 0 0 0 80px;
}

.comments-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #E6E9EC;
  gap: 28px;
}
@media (max-width: 767.98px) {
  .comments-box {
    gap: 15px;
    flex-direction: column;
  }
}
.comments-avatar {
  flex: 0 0 auto;
}
.comments-avatar img {
  max-width: 115px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.comments-text {
  overflow: hidden;
  flex-grow: 1;
}
.comments-text .avatar-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 5px;
}
.comments-text .avatar-name .name {
  font-size: 20px;
  font-weight: var(--tg-fw-medium);
  margin: 0 0;
}
.comments-text .avatar-name .date {
  margin-left: auto;
  color: var(--tg-theme-primary);
}
.comments-text .comment-reply {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.comments-text .comment-reply-link {
  display: block;
  line-height: 1;
  background: #F1F5FE;
  border-radius: 4px;
  padding: 8px 19px;
  font-size: 15px;
  font-weight: var(--tg-fw-medium);
}
.comments-text .comment-reply-link:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

.comment-reply-title {
  font-size: 26px;
  margin: 0 0 8px;
}
.comment-notes {
  margin: 0 0 28px;
}
.comment-form .row {
  --bs-gutter-x: 20px ;
}
.comment-form .comment-field {
  margin: 0 0 20px;
}
.comment-form .comment-field input, .comment-form .comment-field textarea {
  display: block;
  width: 100%;
  background: #F0F6FC;
  border: 1px solid #CDDBE9;
  border-radius: 4px;
  padding: 10px 20px;
}
.comment-form .comment-field input::placeholder, .comment-form .comment-field textarea::placeholder {
  color: #5A7093;
}
.comment-form .comment-field textarea {
  height: 130px;
  min-height: 130px;
}
.comment-form .form-submit {
  margin: 0 0 10px;
}

.blog-grid-area {
  background-color: #F3F7FD;
}
.blog-grid-area.dark_bg {
  background: #EAF0F9;
}
.blog-grid-area .blog__post-item {
  background-color: var(--tg-common-color-white);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.blog-grid-area .blog__post-item.blog__post-item-imgcard {
  width: 100%;
  height: 290px;
  overflow: hidden;
}
.blog-grid-area .blog__post-item.blog__post-item-imgcard .blog__post-thumb {
  height: 100%;
  position: relative;
}
.blog-grid-area .blog__post-item.blog__post-item-imgcard .blog__post-thumb a,
.blog-grid-area .blog__post-item.blog__post-item-imgcard .blog__post-thumb img {
  height: 100%;
}
.blog-grid-area .blog__post-item.blog__post-item-imgcard .blog__post-thumb img {
  object-fit: cover;
}
.blog-grid-area .blog__post-item.blog__post-item-imgcard .blog__post-thumb .video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.blog-grid-area .blog__post-content {
  border: 1px solid #ECECEC;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.blog-grid-area input {
  border-radius: 4px;
  background: #FFF;
  border: 0;
  padding: 12px 20px;
  margin-left: 1rem;
}

.blog-sidebar {
  margin-left: 20px;
}
@media (max-width: 1199.98px) {
  .blog-sidebar {
    margin: 0 0;
  }
}
@media (max-width: 991.98px) {
  .blog-sidebar {
    margin: 80px 0 0;
  }
}
.blog-widget {
  border: 1px solid #ECECEC;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin: 0 0 30px;
  padding: 28px 30px 30px;
}
@media (max-width: 1199.98px) {
  .blog-widget {
    padding: 28px 25px;
  }
}
@media (max-width: 991.98px) {
  .blog-widget {
    padding: 28px 30px 30px;
  }
}
.blog-widget:last-child {
  margin: 0 0;
}
.blog-widget.widget_search {
  padding: 0 0;
  box-shadow: none;
  border: none;
}
.blog-widget ul li {
  margin-bottom: 15px;
}
.blog-widget ul li:last-child {
  margin-bottom: 0;
}
.blog-widget .form-check {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
  min-height: inherit;
}
.blog-widget .form-check-input {
  border-radius: 4px;
  border: 1px solid #B2BDCD;
  margin: 0 10px 0 0;
  width: 16px;
  height: 16px;
}
.blog-widget .form-check-input:focus {
  box-shadow: none;
  border-color: var(--tg-theme-primary);
}
.blog-widget .form-check-label {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 400;
  color: var(--tg-body-color);
  user-select: none;
}

.widget-title {
  font-size: 19px;
  font-weight: var(--tg-fw-medium);
  margin: 0 0 20px;
  position: relative;
}
.widget-title::after {
  content: "";
  display: block;
  width: 65px;
  height: 4px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: var(--tg-theme-primary);
  margin: 10px 0 0;
}

.sidebar-search-form {
  position: relative;
}
.sidebar-search-form input {
  display: block;
  width: 100%;
  height: 55px;
  padding: 12px 50px 12px 25px;
  border: 1px solid #ECECEC;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.sidebar-search-form input::placeholder {
  opacity: 0.7;
}
.sidebar-search-form button {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 0 0;
  background: transparent;
  font-size: 22px;
  color: var(--tg-theme-primary);
}
.sidebar-search-form button i::before {
  font-weight: 600 !important;
}

.rc-post-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 20px;
}
.rc-post-item:last-child {
  margin: 0 0;
}
.rc-post-thumb {
  flex: 0 0 auto;
}
.rc-post-thumb img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 4px;
}
.rc-post-content .title {
  font-size: 16px;
  font-weight: var(--tg-fw-medium);
  line-height: 1.35;
  margin: 0 0 5px;
}
.rc-post-content .title a:hover {
  color: var(--tg-theme-primary);
}
.rc-post-content .date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 7px;
}
.rc-post-content .date i {
  color: var(--tg-theme-primary);
  font-size: 18px;
}

.tagcloud {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}
.tagcloud a {
  display: block;
  background: #E6F2FF;
  border-radius: 4px;
  line-height: 1;
  padding: 10px 12px;
  font-size: 15px;
}
.tagcloud a:hover {
  color: var(--tg-common-color-white);
  background: var(--tg-theme-primary);
}

.pagination__wrap ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.pagination__wrap ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #E7EFFC;
  border-radius: 4px;
  font-size: 18px;
  color: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
  font-weight: var(--tg-fw-medium);
}
.pagination__wrap ul li a:hover {
  color: var(--tg-common-color-white);
  background: var(--tg-theme-primary);
}
.pagination__wrap ul li.active a {
  color: var(--tg-common-color-white);
  background: var(--tg-theme-primary);
}

@media (max-width: 767.98px) {
  .blog__post-item-four {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .about-area-two.blog_section {
    padding: 60px 0 !important;
  }
}
.b_sec_title {
  color: #102B5B;
  font-family: var(--tg-heading-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.b_sec_title.lg {
  font-size: 25px;
}
.b_sec_title.yellow.lg {
  color: #FBA106;
  font-size: 25px;
}

.blog_sec_img {
  box-shadow: 0px 14px 50px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  border: 6px solid white;
}

.blue_bg {
  background-color: #F3F7FD;
}

.blog_section {
  padding: 80px 0 !important;
}

.blog_middle_section {
  padding: 80px 0 !important;
  background-image: url("/assets/img/blog/blog_middle_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

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

.blue_overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #082a5e, rgba(0, 26, 64, 0.1490196078));
}

.v_line {
  width: auto;
  height: 500px;
  background-color: #D6D6D6;
  color: #D6D6D6;
  padding: 0;
  margin: 0;
  border: 0.5px solid;
}

@media screen and (max-width: 1199px) {
  .v_line {
    display: none;
  }
}
.static_banner_section h1 {
  display: flex;
}
.static_banner_section h1 a {
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 45px;
  margin: 0;
  margin-right: 1rem;
  color: #7684A8;
}
.static_banner_section h1 a i {
  color: #102B5B;
}

@media (max-width: 1199.98px) {
  .static_banner_section h1 a {
    flex: 1 1 10%;
  }
}
@media (max-width: 991.98px) {
  .static_banner_section h1 a {
    flex: 1 1 50%;
  }
}
@media (max-width: 767.98px) {
  .static_banner_section h1 a {
    display: none;
  }
}
.library_modal .modal-body iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: 10px solid white;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 20px;
}
.library_modal .modal-content {
  border: 0;
  background: transparent;
}

.show_only_three {
  /* Select the first three div elements */
  /* Optional: Hide the rest of the div elements */
}
.show_only_three div:nth-child(-n+3) {
  display: block;
}
.show_only_three div:nth-child(n+4) {
  display: none;
}

/*=============================
    21. Newsletter
===============================*/
.section-py-55 {
  padding: 55px 0;
}

.section-py-70 {
  padding: 70px 0;
}

.newsletter__img {
  max-width: 286px;
}
.newsletter__img-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .newsletter__img-wrap {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .newsletter__img-wrap {
    flex-direction: row;
    margin: 0 0 30px;
  }
}
@media (max-width: 767.98px) {
  .newsletter__img-wrap {
    flex-direction: column;
    align-items: flex-start;
    text-align: start;
  }
}
.newsletter__content {
  margin-left: 30px;
  flex-grow: 1;
}
@media (max-width: 1199.98px) {
  .newsletter__content {
    margin: 0 0;
  }
}
.newsletter__content .title {
  font-size: 30px;
  margin: 0 0;
}
.newsletter__form {
  position: relative;
}
.newsletter__form input::placeholder {
  color: rgba(38, 50, 56, 0.3);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.newsletter__form [type=email] {
  display: block;
  width: 100%;
  background: #f8f8f8;
  border: 1px solid transparent;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 15px 200px 15px 28px;
}
@media (max-width: 767.98px) {
  .newsletter__form [type=email] {
    padding: 15px 180px 15px 28px;
  }
}
.newsletter__form [type=submit] {
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  padding: 12px 30px;
  height: 50px;
  background: var(--bs-blue);
  color: var(--tg-common-color-white);
  font-weight: var(--tg-fw-semi-bold);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .newsletter__form [type=submit] {
    padding: 10px 20px;
  }
}
.newsletter__form [type=submit]:hover {
  background: var(--tg-theme-secondary);
  background-color: var(--bs-blue);
}
.newsletter__form .form-grp {
  margin-bottom: 30px;
  position: relative;
}
.newsletter__form .form-grp small {
  color: #e75c3c;
  margin-top: 5px;
  visibility: hidden;
  position: absolute;
  bottom: -26px;
  font-size: 14px;
}
.newsletter__form .form-grp.error small {
  visibility: visible;
}
.newsletter__form .form-grp.error input {
  border-color: #e75c3c;
}

/*=============================
    22. Contact
===============================*/
.contact-info-wrap .title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 30px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #102B5B;
}
@media (max-width: 767.98px) {
  .contact-info-wrap .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-info-wrap .title {
    font-size: 30px;
  }
}
.contact-info-wrap > p {
  margin-bottom: 25px;
  width: 80%;
}
@media (max-width: 991.98px) {
  .contact-info-wrap > p {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .contact-info-wrap .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.contact-info-wrap .list-wrap li {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .contact-info-wrap .list-wrap li {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .contact-info-wrap .list-wrap li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.contact-info-wrap .list-wrap li:last-child {
  margin-bottom: 0;
}
.contact-info-wrap .list-wrap li .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  font-size: 20px;
  line-height: 0;
  margin-right: 15px;
  flex: 0 0 auto;
}
.contact-info-wrap .list-wrap li .content p {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.4;
  font-size: 16px;
  color: #3D4A60;
}
.contact-info-wrap .list-wrap li .content .timings {
  color: var(--tg-theme-primary);
}
.contact-info-wrap .list-wrap li .content a {
  display: block;
  font-weight: 500;
  color: #3D4A60;
  line-height: 1.4;
  font-size: 16px;
}
.contact-info-wrap .list-wrap li .content a:hover {
  color: var(--tg-theme-primary);
}
.contact-form-wrap {
  background: #F3F7FD;
  border: 1px solid #DAE0E7;
  border-radius: 8px;
  padding: 30px 45px 40px;
}
.contact-form-wrap #contact-form .btn {
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .contact-form-wrap {
    padding: 30px 25px 40px;
  }
}
@media (max-width: 991.98px) {
  .contact-form-wrap {
    padding: 30px 40px 40px;
    margin-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .contact-form-wrap {
    padding: 25px 20px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-form-wrap {
    padding: 30px 30px 40px;
  }
}
.contact-form-wrap .title {
  margin-bottom: 0;
  position: relative;
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 17px;
  margin-bottom: 30px;
  color: #102B5B;
}
@media (max-width: 1199.98px) {
  .contact-form-wrap .title {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .contact-form-wrap .title {
    font-size: 24px;
  }
}
.contact-form-wrap .form-grp {
  margin-bottom: 30px;
  position: relative;
}
.contact-form-wrap .form-grp input, .contact-form-wrap .form-grp textarea {
  width: 100%;
  border: none;
  border-radius: 3px;
  display: block;
  background: var(--tg-common-color-white);
  font-weight: 400;
  font-size: 15px;
  color: var(--tg-body-color);
  padding: 11px 20px;
  height: 50px;
  transition: 0.3s;
  opacity: 0.6;
}
.contact-form-wrap .form-grp input::placeholder, .contact-form-wrap .form-grp textarea::placeholder {
  font-weight: 400;
  font-size: 15px;
  color: var(--tg-body-color);
  opacity: 0.8;
}
.contact-form-wrap .form-grp input:focus, .contact-form-wrap .form-grp textarea:focus {
  border-color: var(--tg-theme-primary);
}
.contact-form-wrap .form-grp textarea {
  min-height: 135px;
  max-height: 135px;
}
.contact-form-wrap .form-grp small {
  color: #e75c3c;
  margin-top: 5px;
  visibility: hidden;
  position: absolute;
  bottom: -26px;
  font-size: 14px;
}
.contact-form-wrap .form-grp.error small {
  visibility: visible;
}
.contact-form-wrap .form-grp.error input {
  border-color: #e75c3c;
}
.contact-form-wrap .row {
  --bs-gutter-x: 20px;
}
.contact-map {
  width: 100%;
  height: 555px;
}
@media (max-width: 1199.98px) {
  .contact-map {
    height: 430px;
  }
}
@media (max-width: 767.98px) {
  .contact-map {
    height: 380px;
  }
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}

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

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.ajax-response.error, .ajax-response.success {
  margin: 20px 0 0 !important;
}
.ajax-response.error {
  color: red;
}
.ajax-response.success {
  color: green;
}

/*=============================
    23. 404 Error
===============================*/
.error-area {
  padding: 120px 0;
}
@media (max-width: 1500px) {
  .error-area {
    padding: 100px 0;
  }
}
.error-img {
  text-align: center;
  margin-bottom: 65px;
}
@media (max-width: 1500px) {
  .error-img {
    margin-bottom: 45px;
  }
}
@media (max-width: 991.98px) {
  .error-img {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .error-img {
    margin-bottom: 30px;
  }
}
@media (max-width: 1500px) {
  .error-img img {
    max-width: 490px;
  }
}
@media (max-width: 767.98px) {
  .error-img img {
    max-width: 100%;
  }
}
.error-content .title {
  margin-bottom: 60px;
  font-weight: 600;
  font-size: 40px;
}
@media (max-width: 1199.98px) {
  .error-content .title {
    margin-bottom: 35px;
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  .error-content .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.error-content .title span {
  display: block;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .error-content .title span {
    margin-top: 5px;
  }
}
.error-content .tg-button-wrap {
  justify-content: center;
}
.tg-button-wrap .gray-dot {
  width: 150px;
  margin-top: 5px;
}

.tg-button-wrap .gray-dot>span>.blog-dots {
  width: 27px;
  height: 27px;
}

.tg-button-wrap .gray-dot>span>.text-gray {
  font-size: 15px;
  color: #8593AD;
}

.tg-button-wrap .text {
  text-transform: none;
}

/*=============================
    24. Footer
===============================*/
.footer-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  /* box-shadow: 0px 4px 4px 0px rgb(0, 0, 0), inset 0 0 0 1000px rgba(0, 0, 0, 0.75); */
  background-color: var(--tg-common-color-dark);
}
.footer__top-wrap {
  padding: 110px 0 55px;
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .footer__top-wrap {
    padding: 70px 0 10px;
  }
}
.footer-widget {
  margin: 0 0 50px;
}
.footer-widget ul {
  padding-left: 0;
}
.footer-widget ul li {
  margin: 0 0 8px;
  list-style: none;
}
.footer-widget ul li:last-child {
  margin: 0 0;
}
.footer-widget ul li a {
  display: inline-block;
  font-weight: var(--tg-fw-medium);
  color: #B2BDCD;
}
.footer-widget ul li a:hover, .footer-widget ul li a.active {
  color: var(--tg-common-color-white);
}
.footer-widget ul li.socials {
  display: flex;
}
.footer-widget ul li.socials a {
  color: var(--tg-header-dark-color);
  background-color: #B2BDCD;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin: 0;
  margin-right: 1rem;
}
.footer-widget ul li.socials a:hover {
  background-color: var(--tg-theme-primary);
  color: #fff;
}
.footer-widget ul li.socials img.footer_badge {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin: 0;
  margin-right: 1rem;
}
.footer-widget.widget_nav_menu ul li a {
  position: relative;
}
.footer-widget.widget_nav_menu ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 3px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: var(--tg-theme-primary);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-widget.widget_nav_menu ul li a:hover, .footer-widget.widget_nav_menu ul li a.active {
  padding-left: 20px;
}
.footer-widget.widget_nav_menu ul li a:hover::before, .footer-widget.widget_nav_menu ul li a.active::before {
  width: 12px;
}
.footer__about p {
  color: #B2BDCD;
  /* margin: 0 0 50px; */
}
.footer__about ul.list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0 20px;
  line-height: 1.4;
  color: var(--tg-common-color-gray);
  font-weight: var(--tg-fw-medium);
  margin: 0 0 13px;
}
.footer__about ul.list-wrap li.mail {
  color: var(--tg-theme-primary);
}
.footer__about ul.list-wrap li a {
  color: var(--tg-common-color-gray);
  font-size: 15px;
}
.footer__about ul.list-wrap li a:hover {
  opacity: 0.7;
}
.footer__about ul.list-wrap li:last-child {
  margin: 18px 0 0;
}
.footer__logo {
  margin: 0 0 25px;
}
.footer__top-wrap .row > *:nth-child(2) .widget_nav_menu {
  margin-left: 85px;
}
@media (max-width: 991.98px) {
  .footer__top-wrap .row > *:nth-child(2) .widget_nav_menu {
    margin-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .footer__top-wrap .row > *:nth-child(2) .widget_nav_menu {
    margin-left: 0;
  }
}
.footer__top-wrap .row > *:nth-child(3) .widget_nav_menu {
  margin-left: 70px;
}
@media (max-width: 991.98px) {
  .footer__top-wrap .row > *:nth-child(3) .widget_nav_menu {
    margin-left: 0;
  }
}
.footer__working-item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  color: #B2BDCD;
  font-weight: var(--tg-fw-medium);
  gap: 0 30px;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
.footer__working-item .day {
  font-weight: var(--tg-fw-semi-bold);
  color: var(--tg-common-color-white);
}
.footer__working-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #39557E;
}
.footer__working-item:last-child {
  padding: 0 0;
  margin: 0 0;
}
.footer__working-item:last-child::after {
  display: none;
}
.footer__newsletter .desc {
  color: #B2BDCD;
}
.footer__newsletter form {
  position: relative;
}
.footer__newsletter form [type=email] {
  background: #10284F;
  border-radius: 4px;
  padding: 11px 60px 11px 20px;
  border: none;
  color: var(--tg-common-color-white);
  display: block;
  width: 100%;
}
.footer__newsletter form [type=email]::placeholder {
  color: var(--tg-common-color-white);
  opacity: 0.5;
}
.footer__newsletter form [type=submit] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  width: 36px;
  height: 36px;
  border: none;
  padding: 0 0;
  background: var(--tg-theme-primary);
  border-radius: 3px;
  color: var(--tg-common-color-white);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__newsletter form [type=submit]:hover {
  opacity: 0.7;
}

.fw-title {
  font-size: 24px;
  margin: 0 0 28px;
  color: var(--tg-theme-primary);
}

.copyright__wrapper {
  padding: 30px 0;
  background-color: #08152D;
}
.copyright__text {
  text-align: center;
}
.copyright__text p {
  text-transform: capitalize;
  color: #8798B3;
  font-size: 15px;
  font-family: var(--tg-heading-font-family);
  margin: 0 0;
}
@media (max-width: 991.98px) {
  .copyright__menu {
    margin: 10px 0 0;
  }
}
.copyright__menu ul {
  gap: 0 15px;
}
.copyright__menu li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.copyright__menu li::before {
  content: ".";
  color: #8798B3;
}
.copyright__menu li:first-child::before {
  display: none;
}
.copyright__menu li a {
  color: #8798B3;
  font-size: 15px;
  font-family: var(--tg-heading-font-family);
}

/*=============================
    00. Keyframe Animation
===============================*/
@-webkit-keyframes hoverShine {
  100% {
    left: 125%;
  }
}
@keyframes hoverShine {
  100% {
    left: 125%;
  }
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.alltuchtopdown {
  -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
@font-face {
  font-family: "OCRA";
  src: url("../fonts/ocra-font.woff") format("woff"), url("../fonts/ocra-font.woff2") format("woff2"), url("../fonts/ocra-font.ttf") format("truetype");
}
:root {
  --tg-theme-primary: #1261D7;
  --tg-theme-primary-light: #FCEBCF;
  --tg-heading-color: #FFFFFFB2;
  --tg-header-dark-color: #111C3A;
  --tg-darkblue-color: #102B5B;
  --tg-darkblue-color-1: #1B3B73;
  --tg-violet-color: #7684A8;
  --thm-section-bg-gradient: linear-gradient(1deg, #F6F8FE 0%, rgba(246, 248, 254, 0.57) 100%);
  --tg-body-font-size: 18px;
  --tg-para-color: #818FA8;
  --tg-tagline-font: "OCRA";
}

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

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

@media screen and (max-width: 767.98px) {
  .custom-cursor__cursor,
  .custom-cursor__cursor-two {
    display: none;
  }
}
.custom-cursor__hover {
  background-color: var(--tg-theme-primary);
  opacity: 0.4;
}

.custom-cursor-white__hover {
  background-color: transparent;
  border: 1px solid white;
}

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

.custom-cursor-white__innerhover {
  background-color: white !important;
  opacity: 0.8;
}

.custom_modal .modal-content {
  padding: 20px 40px;
  border-radius: 20px;
}
@media screen and (max-width: 991.98px) {
  .custom_modal .modal-content {
    padding: 30px;
  }
  .custom_modal .modal-content .modal-footer {
    justify-content: center;
  }
}
.custom_modal .modal-content .modal-title {
  color: var(--tg-theme-primary);
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.custom_modal .modal-content .btn-close {
  font-size: 26px;
}
.custom_modal .modal-content .modal-header,
.custom_modal .modal-content .modal-footer {
  border: 0;
}
.custom_modal .modal-content .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
.custom_modal .modal-content .modal-body p.title {
  color: #70809B;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.slick-dots {
  padding: 20px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
}
.slick-dots .slick-active button {
  background-color: white;
}
.slick-dots button {
  border: 0;
  margin: 0 4px;
  font-size: 10px;
  border-radius: 100px;
  width: 14px;
  height: 14px;
  color: transparent;
  background-color: rgba(255, 255, 255, 0.4);
}

.static_banner_section .square_img {
  object-fit: cover;
}
.static_banner_section .blog_link_box {
  padding: 20px 40px;
  border-radius: 12px;
  border: 1px solid #E3E1E1;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.static_banner_section .blog_link_box .link {
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  width: 300px;
}
.static_banner_section .blog_link_box .link.facebook {
  color: #0866FF;
}
.static_banner_section .blog_link_box .link.twitter {
  color: #000000;
}
.static_banner_section .blog_link_box .link.instagram {
  color: #FF000A;
}
.static_banner_section .blog_link_box .link img {
  margin: 0;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .static_banner_section .title {
    font-size: 36px !important;
  }
  .static_banner_section .blog_link_box {
    flex-direction: column;
    align-items: baseline;
  }
  .static_banner_section .blog_link_box .link {
    margin: 0;
    margin-bottom: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .static_banner_section .blog_link_box .link:not(:first-child) {
    padding-left: 2rem;
  }
  .static_banner_section .blog_link_box .link:not(:last-child) {
    border-right: 2px solid #E3E1E1;
  }
}

.skeleton_loader_column .placeholder-glow .placeholder {
  height: 300px;
  border-radius: 10px;
}

.hidden {
  display: none;
}

.pagination-container {
  width: calc(100% - 2rem);
  display: flex;
  align-items: center;
  padding: 1rem 0;
  justify-content: center;
}

.pagination-number,
.pagination-button {
  font-size: 1.1rem;
  background-color: transparent;
  border: none;
  margin: 0.25rem 0.25rem;
  cursor: pointer;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0.2rem;
}

.pagination-number:hover,
.pagination-button:not(.disabled):hover {
  background: #fff;
}

.pagination-number.active {
  color: #fff;
  background: var(--tg-theme-secondary);
}

.ml-3{
  margin-left: 3rem;
}
.m-0{
  margin: 0;
}

/*** 

====================================================================
  Banner Slider Section
====================================================================

***/

.gallery-slider {
  /* width: 100%; */
  background-color: var(--color-five);
  width: calc(33.33%);
  height: 477px;
  position: relative;
  left: -9px;
  padding: 0px 20px 0px 20px;
  /* overflow: hidden; */
  margin-bottom: 20px;
}

.our-courses-slider {
  background-color: var(--color-five);
  height: 477px;
  position: relative;
  left: -30px;
  padding: 0px 20px 0px 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media  (min-width: 426px) and (max-width: 768px) {
  .our-courses-slider {
    height: auto;
    left: -50px;
    margin-left: 30px;
  }
  /* .our-courses-slider .swiper-slide {
    margin-left: 5%;
  }
  .our-courses-slider .swiper-wrapper {
    transform: translate3d(-2340px, 0px, 0px) !important;
  } */
  .slick-list .slick-track .star-board {
    width: 550px !important;
  }
  .empowering__content {
    margin-left: -50px;
  }
  .tab-content .instructor-cards .swiper-slide {
    padding-right: 20px;
    height: 466px;
    width: unset !important;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 0px;
  }
  .all-courses-area {
    padding-top: 20px;
  }
  .tab-content .tab-card {
    margin-left: -50px;
  }
  .enroll-course {
    width: 113px;
  }
  .shop-top-wrap {
    margin-bottom: 30px;
    margin-left: 0;
  }
  .course-cards-container {
    width: auto;
  }
  .trending-courses {
    left: 45px;
  }
  .our-courses-slider{
    left: -50px;
  }
  .banner-section .banner-container .slider-gallery {
    margin-left: 25px !important;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .banner__images {
    display: none;
  }
  /* .our-courses-slider {
    background-color: var(--color-five);
    height: auto;
    position: relative;
    left: -14px;
    padding: 0px 20px 0px 20px;
    overflow: hidden;
    margin-bottom: 20px;
  } */
  .main-area .slider-area {
    height: 420px !important;
  }
  .testimonial-area {
    padding-left: 0;
  }
  .slick-list .slick-track .testimonial-item {
    width: auto;
    padding: 0px;
    margin: 0px;
    padding: 0px 40px;
    width: 371px;
    position: absolute;
    left: -41px;
    overflow: unset;
  }
  .testimonial__item, .innovation__item,
  .gallery__item, .gallery-photos__item {
    margin: 0px;
    margin-right: 10px;
  }
  .btn_animated {
    height: 40px;
  }
  .btn-enroll-now .enroll-arrow{
    display: none;
  }
  .gray-dot .btn-wrap .blog-dots {
    display: none;
  }
  .about__images {
    justify-content: flex-end;
  }
  .empowering__content {
    margin: 0px -55px;
    padding-right: 70px;
  }
  .all-courses-area {
    padding: 30px 10px 0px 0px;
  }
  .tab-content .tab-pane .instructor-cards {
    display: inline-block !important;
  }
  .tab-content .instructor-cards .card {
    width: 300px !important;
    height: 400px;
    margin-left: -8px;
    margin-right: 20px;
  }
  .faq-wrap .accordion {
    margin-left: -20px;
  }
  .shop-top-wrap {
    margin-bottom: 30px;
    margin-left: 0px !important;
  }
  .tab-content .tab-card .container {
    margin-left: 0px;
  }
  .banner-container .gallery-photos-active  .instructor-card {
    width: 285px !important;
  }
  .instructor-card {
    max-width: 290px !important;
  }
  .blog-area-two {
    padding-top: 30px;
  }
  .banner-section .banner-container .slider-gallery {
    margin-left: 10px !important;
  }
  .course-cards-container .blog__post-item {
    margin-right: 40px;
  }
}

.banner-section .banner-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
    overflow: hidden;
    display: block;
}

.banner-section {
  position: relative;
  padding: 0 0;
  background: var(--black-color);
}

.banner-section .banner-container {
  position: relative;
}

.banner-section .banner-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-section .swiper-button-next,
.banner-section .swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: var(--font-24);
  text-align: center;
  background: #DDEDFF;
  color: #4897F4;
  border-radius: 50%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.banner-section .swiper-button-next span,
.banner-section .swiper-button-prev span {
  position: relative;
  z-index: 1;
}

.banner-section .swiper-button-next:after,
.banner-section .swiper-button-prev:after {
  display: none;
}

.banner-section .swiper-button-next {
  right: 0px;
}

.banner-section .swiper-button-prev {
  left: 10px;
}

.banner-section .our-courses .swiper-button-next {
  right: -1px;
}

.banner-section .our-courses .swiper-button-prev {
  left: 10px;
}

.our-courses .slider-gallery {
  padding-left: 20px;
}

.banner-section .swiper-button-next:hover,
.banner-section .swiper-button-prev:hover {
  color: var(--black-color);
}

.banner-section .swiper-button-next:hover:before,
.banner-section .swiper-button-prev:hover:before {
  background: var(--main-color);
}

.banner-section .slider-gallery .gallery-slider .slide-item {
  height: 520px;
  object-fit: cover;
  position: relative;
  left: 8px;
}

.banner-section .slider-gallery .our-courses-slider .slide-item {
  height: 520px;
  object-fit: cover;
  position: relative;
  left: 9px;
}

.banner-section .slider {
  background-color: #1B1B1B;
  padding: 50px 50px 90px 90px;
}
.banner-section .slider .slider-description {
  font-family: 'Playfair Display';
  font-size: 50px;
  font-weight: 400;
  line-height: 85px;
  letter-spacing: 0em;
  text-align: left;
}

.banner-section .swiper-button-next,
.banner-section .swiper-button-prev {
  top: 50%;
}
/*** 

====================================================================
  Banner Slider Section Ends
====================================================================

***/

.card {
  transition: 0.3s;
  /* width: 80%; */
  /* width: 315px; */
  height: 477px;
  border-radius: 17px;
  padding: 15px;
  margin-right: 20px;
  margin-bottom: 20px;
  display: block;
}

.instructor-card {
  width: 342px !important;
  max-width: 342px;
}

.card .container {
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card .container .title {
  font-size: 16px;
}

.card .container .card-details {
  padding-left: 20px;
  font-size: 14px;
  color: #53688D;
  text-align: center;
}

.card img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}

.blog__post-content .course-title {
  font-size: 18px;
  font-weight: 600;
  color: #102B5B;
}

.course-desc {
  font-size: 13px;
}

.horizontal-line {
  color: #0049B4;
  width: 62px;
  border: 2px solid #3363C1;
  border-radius: 5px;
  margin: -5px 0px 10px;
  opacity: 1;
}

.hr-line {
  color: #E5E5E5;
  border: 1px solid #E5E5E5;
  margin-bottom: 10px;
  opacity: 0.4;
}

.tab-content .instructor-cards .swiper-slide {
  padding-right: 20px;
  height: 466px;
  width: calc(33.33% - 50px);
  margin-bottom: 20px;
}

.tab-content .instructor-cards .card {
  width: 300px !important;
  max-height: 390px;
}
.tab-content .instructor-cards .card:hover {
  background-color: #1261D738;
}

.all-courses-area .all-instructions {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* margin-left: 15%; */
}

.tab-content .tab-pane  .instructor-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.toggle-container {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.home-course-card .blog__post-content .desc {
  min-height: 97px;
}

.course-blog-item .course-card .course-desc {
  min-height: 65px;
}

/* The Modal CSS*/
.modal-sign-up {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.modal-content-sign-up {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 40px;
  border: 1px solid #dadada;
  border-radius: 8px;
  max-width: 500px;
  border-radius: 20px;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .modal-content-sign-up {
    margin-top: 35%;
    width: 310px;
    margin-left: 10px;
    height: 390px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .modal-content-sign-up {
    margin-top: 16%;
  }
}

.h2-sign-up {
  color: #102B5B;
  /* font-family: 'Lexend'; */
  font-size: 26px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
}
.p-sign-up {
  margin-bottom: 40px;
  max-width: 422px;
  text-align: center;
}

.b-sign-up {
  color: #102B5B;
}

.close {
  color: #aaa;
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  font-size: 28px;
  font-weight: bold;
}

#okBtn, #okayBtn {
  background-color: var(--bs-blue);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  height: 48px;
  width: 100%;
}

#cancelBtn, #loginCancelBtn {
  color: var(--bs-blue);
  border: none;
  background: none;
  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
}

#openModalBtn {
  border-color: var(--bs-blue);
  color: var(--bs-blue);
}

#openModalBtn:hover {
  color: #FFFFFF;
  border-color: #0049B4;
}

.link-btn {
  width: 100px;
}
