:root {
  /**
  @font family declaration
  */
  --the-ff-rubik: 'Rubik', sans-serif;
  --the-ff-manrope: 'Manrope', sans-serif;
  --the-ff-fontawesome: Font Awesome 6 Pro;
  /**
  @color declaration
  */
  --the-common-white: #ffffff;
  --the-common-black: #000000;
  --the-common-black-2: #241441;
  --the-common-dark-green: #143230;
  --the-common-green: #30BEAD;
  --the-common-green2: #00BC6E;
  --the-common-red: #FE4646;
  --the-common-breadcrumb: #FFF4F4;
  --the-common-footer: #1C1C26;
  --the-gray-1: #FFFAF2;
  --the-gray-2: #070708;
  --the-heading-color: #241441;
  --the-text-body: #64728D;
  --the-theme-1: #2782F9;
  --the-theme-2: #845EFD;
  --the-theme-3: #FFB100;
  --the-theme-4: #FF5248;
}

/************ TABLE OF CONTENTS ***************

    01. THEME DEFAULT CSS
	02. MEANMENU CSS START
	03. header css start
	04. about css start
	05. award css start
    06. blog css start
	07. brand css start 
	08. choose css start
	09. contact css start
	10. error css start 
	11. funfact css start 
	12. gallery css start 
	13. hero css start 
	14. instagram css start 
	15. map css start
	16. menu css start
	17. project css start 
	18. service css start
	19. shop css start 
	20. team css start
	21. testimonial css start
	22. text slider css start
	23. value css start
	24. video css start
	25. footer css start

    **********************************************/
/*----------------------------------------*/
/* 01. THEME DEFAULT CSS START
/*----------------------------------------*/
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
  .container-1470 {
    max-width: 1500px;
  }
  .container-1750 {
    max-width: 1600px;
  }
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: 0;
  padding-left: 0;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-family: var(--the-ff-rubik);
  font-size: 16px;
  font-weight: 400;
  color: var(--the-text-body);
  line-height: 1.2;
  overflow-x: hidden;
}

body,
html {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--the-ff-manrope);
  color: var(--the-heading-color);
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 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;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  color: var(--the-ff-rubik);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

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

.z-index-2 {
  position: relative;
  z-index: 2;
}

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

.z-index-4 {
  position: relative;
  z-index: 4;
}

.z-index-5 {
  position: relative;
  z-index: 5;
}

.z-index-8 {
  position: relative;
  z-index: 8;
}

.z-index-9 {
  position: relative;
  z-index: 9;
}

.z-index-10 {
  position: relative;
  z-index: 10;
}

a,
.btn,
button,
input,
select,
textarea,
li,
img,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -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,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  height: 55px;
  width: 100%;
  border: none;
  outline: none;
  padding: 0 25px;
  line-height: 50px;
  font-size: 16px;
  color: var(--the-common-black);
  background-color: #F6F7F9;
  border: 1px solid transparent;
  text-transform: capitalize;
  border-radius: 5px;
  border: 1px solid #E2E1E1;
}
input::-webkit-input-placeholder {
  color: var(--the-common-black);
}
input:-moz-placeholder {
  color: var(--the-common-black);
}
input::-moz-placeholder {
  color: var(--the-common-black);
}
input:-ms-input-placeholder {
  color: var(--the-common-black);
}
input:focus {
  border: 1px solid var(--the-theme-4);
}

textarea {
  outline: none;
  width: 100%;
  padding: 20px 25px;
  border: none;
  height: 200px;
  resize: none;
  font-size: 16px;
  color: var(--the-common-black);
  background-color: #F6F7F9;
  border: 1px solid transparent;
  text-transform: capitalize;
}
textarea::-webkit-input-placeholder {
  color: var(--the-common-black);
}
textarea:-moz-placeholder {
  color: var(--the-common-black);
}
textarea::-moz-placeholder {
  color: var(--the-common-black);
}
textarea:-ms-input-placeholder {
  color: var(--the-common-black);
}
textarea:focus {
  border: 1px solid var(--the-theme-4);
}

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(--the-theme-1);
  color: var(--the-common-white);
  text-shadow: none;
}

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

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

*::-moz-placeholder {
  color: var(--the-common-black);
  font-size: var(--the-fz-body);
  opacity: 1;
}

*::placeholder {
  color: var(--the-common-black);
  font-size: var(--the-fz-body);
  opacity: 1;
}

/*---------------------------------
    common classes css start 
---------------------------------*/
.fix {
  overflow: hidden;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.border-line-theme {
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  transition: background-size 0.3s linear;
  background-image: linear-gradient(var(--the-theme-1), var(--the-theme-1)), linear-gradient(var(--the-theme-1), var(--the-theme-1));
}
.border-line-theme:hover {
  background-size: 0% 1px, 100% 1px;
}

.border-line-black {
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  transition: background-size 0.3s linear;
  background-image: linear-gradient(var(--the-common-black), var(--the-common-black)), linear-gradient(var(--the-common-black), var(--the-common-black));
}
.border-line-black:hover {
  background-size: 0% 1px, 100% 1px;
}

.border-line-white {
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  transition: background-size 0.3s linear;
  background-image: linear-gradient(var(--the-common-white), var(--the-common-white)), linear-gradient(var(--the-common-white), var(--the-common-white));
}
.border-line-white:hover {
  background-size: 0% 1px, 100% 1px;
}

.section-bg {
  background-size: cover;
  background-repeat: no-repeat;
}

.title-hover {
  transition: all 0.3s;
}
.title-hover:hover {
  color: var(--the-theme-4);
}

.zoom .img-zoom {
  overflow: hidden;
}
.zoom .img-zoom img {
  transition: 1.3s all ease;
}
.zoom:hover .img-zoom img {
  transform: scale(1.2);
}

.fz-18 {
  font-size: 18px;
}

.fz-22 {
  font-size: 22px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-25 {
  --bs-gutter-x: 25px;
}

.gx-35 {
  --bs-gutter-x: 35px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-60 {
  --bs-gutter-x: 60px;
}

.border-radius-30 {
  border-radius: 30px;
}

.slider-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/*--- Spacing ---*/
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.the-btn {
  font-weight: 400;
  font-size: 16px;
  padding: 18px 28px;
  transition: all 0.4s;
  display: inline-block;
  border-radius: 18px;
  color: var(--the-common-white);
  background-color: var(--the-theme-1);
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  line-height: 100%;
  box-shadow: 0 4px 4px 0 rgba(55, 130, 249, 0.15);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .the-btn {
    padding: 15.4px 30px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .the-btn {
    font-size: 14px;
    padding: 14px 26px;
  }
}
.the-btn i, .the-btn svg {
  margin-left: 7px;
  transform: translateY(-1px);
  color: var(--the-common-white);
  transition: all 0.3s;
}
.the-btn::after {
  content: "";
  height: 300px;
  width: 300px;
  background-color: var(--the-theme-4);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
  -ms-transform: translateY(-50%) translateX(-50%) scale(0);
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.4s;
  z-index: -1;
}
.the-btn.white-bg {
  color: var(--the-common-black);
  background-color: var(--the-common-white);
}
.the-btn.dt-white-bg {
  color: var(--the-theme-2);
  background-color: var(--the-common-white);
}
.the-btn.dt-white-bg::after {
  background-color: var(--the-common-black);
}
.the-btn.black-bg {
  color: var(--the-common-white);
  background-color: var(--the-common-black);
}
.the-btn.black-bg::after {
  background-color: var(--the-theme-1);
}
.the-btn.theme-2-bg {
  background-color: var(--the-theme-2);
}
.the-btn.theme-2-bg::after {
  background-color: var(--the-theme-1);
}
.the-btn.border-btn {
  box-shadow: none;
  background-color: transparent;
  color: var(--the-common-black);
  border: 1px solid var(--the-common-black);
}
.the-btn:hover {
  color: var(--the-common-white);
}
.the-btn:hover i, .the-btn:hover svg {
  color: var(--the-common-white);
}
.the-btn:hover::after {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.the-btn-feature {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  color: var(--the-theme-2);
  position: relative;
  padding: 10px 22px;
  border-radius: 30px;
  z-index: 1;
}
.the-btn-feature i, .the-btn-feature svg {
  display: inline-block;
  margin-left: 6px;
  margin-top: -2px;
}
.the-btn-feature::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 35px;
  width: 35px;
  margin: 0 auto;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: 0.3s;
  background-color: rgba(24, 156, 132, 0.2);
}
.the-btn-feature::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  transition: 0.3s;
  border-radius: 30px;
  z-index: -1;
  background-color: var(--the-theme-2);
}
.the-btn-feature:hover {
  color: var(--the-common-white);
}
.the-btn-feature:hover::after {
  height: 0;
}
.the-btn-feature:hover::before {
  height: 100%;
}

.pg-btn {
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  padding: 17.5px 40px;
  transition: all 0.3s;
  display: inline-block;
  color: var(--the-common-black);
  font-family: var(--the-ff-montserrat);
  text-align: center;
  box-shadow: 0 14px 14px 0 rgba(14, 88, 70, 0.2);
  background: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .pg-btn {
    padding: 15.4px 30px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .pg-btn {
    font-size: 14px;
    padding: 14px 26px;
  }
}
.pg-btn::after {
  content: "";
  height: 300px;
  width: 300px;
  background-color: var(--the-theme-2);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
  -ms-transform: translateY(-50%) translateX(-50%) scale(0);
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.4s;
  z-index: -1;
}
.pg-btn i, .pg-btn svg {
  margin-left: 7px;
  transform: translateY(-1px);
  color: var(--the-common-white);
  transition: all 0.3s;
}
.pg-btn.green-bg {
  font-size: 14px;
  padding: 12.5px 30px;
  color: var(--the-common-white);
  box-shadow: 0 14px 14px 0 rgba(14, 88, 70, 0.2);
  background: #0e5846;
  transition: all 0.3s;
}
.pg-btn.black-bg {
  font-size: 14px;
  padding: 14px 30px;
  background-color: #0C2C43;
  color: var(--the-common-white);
  box-shadow: 0 14px 14px 0 rgba(14, 88, 70, 0.2);
}
.pg-btn.black-bg:hover {
  color: var(--the-common-white);
  background-color: var(--the-theme-3);
}
.pg-btn:hover {
  color: var(--the-common-white);
}
.pg-btn:hover i, .pg-btn:hover svg {
  color: var(--the-common-white);
}
.pg-btn:hover::after {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.cr-btn {
  font-weight: 500;
  font-size: 17px;
  border-radius: 10000px;
  padding: 17.5px 40px;
  transition: all 0.3s;
  display: inline-block;
  color: var(--the-common-black);
  text-align: center;
  background: var(--the-theme-4);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cr-btn {
    padding: 15.4px 30px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-btn {
    font-size: 14px;
    padding: 14px 26px;
  }
}
.cr-btn::after {
  content: "";
  height: 300px;
  width: 300px;
  background-color: var(--the-common-white);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
  -ms-transform: translateY(-50%) translateX(-50%) scale(0);
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.4s;
  z-index: -1;
}
.cr-btn i, .cr-btn svg {
  margin-left: 7px;
  transform: translateY(-1px);
  color: var(--the-common-white);
  transition: all 0.3s;
}
.cr-btn.hover-2::after {
  background-color: var(--the-common-black);
}
.cr-btn.hover-2:hover {
  color: var(--the-common-white);
}
.cr-btn:hover {
  color: var(--the-theme-4);
}
.cr-btn:hover i, .cr-btn:hover svg {
  color: var(--the-common-white);
}
.cr-btn:hover::after {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.ss-btn {
  font-weight: 500;
  font-size: 17px;
  border-radius: 10000px;
  padding: 16.5px 40px;
  transition: all 0.3s;
  display: inline-block;
  color: var(--the-common-white);
  text-align: center;
  background: var(--the-theme-5);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ss-btn {
    padding: 15.4px 30px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ss-btn {
    font-size: 14px;
    padding: 14px 26px;
  }
}
.ss-btn::after {
  content: "";
  height: 300px;
  width: 300px;
  background-color: var(--the-common-white);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
  -ms-transform: translateY(-50%) translateX(-50%) scale(0);
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.4s;
  z-index: -1;
}
.ss-btn i, .ss-btn svg {
  margin-left: 7px;
  transform: translateY(-1px);
  color: var(--the-common-white);
  transition: all 0.3s;
}
.ss-btn:hover {
  color: var(--the-common-black);
}
.ss-btn:hover i, .ss-btn:hover svg {
  color: var(--the-common-white);
}
.ss-btn:hover::after {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.ss-btn.border-btn {
  background-color: transparent;
  border: 1px solid #3B37F4;
}

.ai-btn {
  font-weight: 500;
  font-size: 17px;
  border-radius: 10000px;
  padding: 16.5px 40px;
  transition: all 0.3s;
  display: inline-block;
  color: var(--the-common-white);
  text-align: center;
  background: var(--the-theme-6);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ai-btn {
    padding: 19px 30px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ai-btn {
    font-size: 14px;
    padding: 14px 26px;
  }
}
.ai-btn::after {
  content: "";
  height: 300px;
  width: 300px;
  background-color: var(--the-common-black);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
  -ms-transform: translateY(-50%) translateX(-50%) scale(0);
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.4s;
  z-index: -1;
}
.ai-btn i, .ai-btn svg {
  margin-left: 7px;
  transform: translateY(-1px);
  color: var(--the-common-white);
  transition: all 0.3s;
}
.ai-btn.border-btn {
  background-color: transparent;
  border: 1px solid #3B37F4;
}
.ai-btn:hover {
  color: var(--the-common-white);
}
.ai-btn:hover i, .ai-btn:hover svg {
  color: var(--the-common-white);
}
.ai-btn:hover::after {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.ag-btn {
  font-weight: 500;
  font-size: 17px;
  border-radius: 10000px;
  padding: 19px 40px;
  transition: all 0.3s;
  display: inline-block;
  color: var(--the-common-white);
  text-align: center;
  background-image: none;
  background-size: 300% 100%;
  background-position: 0% 100%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  background-image: linear-gradient(90deg, #0bcf77, #69d619, #69d619, #0bcf77);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ag-btn {
    padding: 19px 30px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ag-btn {
    font-size: 14px;
    padding: 14px 26px;
  }
}
.ag-btn i, .ag-btn svg {
  margin-left: 7px;
  transform: translateY(-1px);
  color: var(--the-common-white);
  transition: all 0.3s;
}
.ag-btn.border-btn {
  background-color: transparent;
  border: 1px solid #3B37F4;
}
.ag-btn.white-bg {
  color: var(--the-common-black);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ag-btn.white-bg::after {
  content: "";
  height: 300px;
  width: 300px;
  background-color: var(--the-common-black);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
  -ms-transform: translateY(-50%) translateX(-50%) scale(0);
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.4s;
  z-index: -1;
}
.ag-btn.white-bg:hover {
  color: var(--the-common-white);
}
.ag-btn.white-bg:hover i, .ag-btn.white-bg:hover svg {
  color: var(--the-common-white);
}
.ag-btn.white-bg:hover::after {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.ag-btn:hover {
  color: var(--the-common-white);
  background-position: 100% 100%;
}

.it-btn-sm {
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
  position: relative;
  transition: 0.3s;
  margin: 5px;
  text-transform: capitalize;
  color: var(--the-common-black);
  background-color: var(--the-common-white);
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0, rgba(27, 31, 35, 0.15) 0 0 0 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  z-index: 2;
  overflow: hidden;
}
.it-btn-sm::after {
  content: "";
  height: 180px;
  width: 180px;
  background-color: var(--the-theme-1);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
  -ms-transform: translateY(-50%) translateX(-50%) scale(0);
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.4s;
  z-index: -1;
}
.it-btn-sm:hover {
  color: var(--the-common-white);
}
.it-btn-sm:hover i, .it-btn-sm:hover svg {
  color: var(--the-common-white);
}
.it-btn-sm:hover::after {
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
  -ms-transform: translateY(-50%) translateX(-50%) scale(1);
  transform: translateY(-50%) translateX(-50%) scale(1);
}

@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes ripple-green {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(31, 226, 145, 0.2), 0 0 0 10px rgba(31, 226, 145, 0.2), 0 0 0 20px rgba(31, 226, 145, 0.2);
    box-shadow: 0 0 0 0 rgba(31, 226, 145, 0.2), 0 0 0 10px rgba(31, 226, 145, 0.2), 0 0 0 20px rgba(31, 226, 145, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(31, 226, 145, 0.2), 0 0 0 20px rgba(31, 226, 145, 0.2), 0 0 0 30px gba(31, 226, 145, 0);
    box-shadow: 0 0 0 10px rgba(31, 226, 145, 0.2), 0 0 0 20px rgba(31, 226, 145, 0.2), 0 0 0 30px rgba(31, 226, 145, 0);
  }
}
@-webkit-keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(120, 113, 247, 0.2), 0 0 0 10px rgba(120, 113, 247, 0.2), 0 0 0 20px rgba(120, 113, 247, 0.2);
    box-shadow: 0 0 0 0 rgba(120, 113, 247, 0.2), 0 0 0 10px rgba(120, 113, 247, 0.2), 0 0 0 20px rgba(120, 113, 247, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(120, 113, 247, 0.2), 0 0 0 20px rgba(120, 113, 247, 0.2), 0 0 0 30px rgba(120, 113, 247, 0);
    box-shadow: 0 0 0 10px rgba(120, 113, 247, 0.2), 0 0 0 20px rgba(120, 113, 247, 0.2), 0 0 0 30px rgba(120, 113, 247, 0);
  }
}
.pulse-green {
  -webkit-animation: ripple-green 1s linear infinite;
  animation: ripple-green 1s linear infinite;
}

.pulse-blue {
  -webkit-animation: ripple-blue 1s linear infinite;
  animation: ripple-blue 1s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@-moz-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@-ms-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes movingleftright1 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(50px) translateY(-200px);
    transform: translateX(50px) translateY(-200px);
  }
  75% {
    -webkit-transform: translateX(800px);
    transform: translateX(800px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes movingleftright1 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(50px) translateY(-200px);
    transform: translateX(50px) translateY(-200px);
  }
  75% {
    -webkit-transform: translateX(800px);
    transform: translateX(800px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes movingleftright2 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(-50px) translateY(200px);
    transform: translateX(-50px) translateY(200px);
  }
  75% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes movingleftright2 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(-50px) translateY(200px);
    transform: translateX(-50px) translateY(200px);
  }
  75% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes movingleftright3 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(100px) translateY(-200px);
    transform: translateX(100px) translateY(-200px);
  }
  75% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes movingleftright3 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(100px) translateY(-200px);
    transform: translateX(100px) translateY(-200px);
  }
  75% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes movingleftright4 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(100px) translateY(200px);
    transform: translateX(100px) translateY(200px);
  }
  75% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes movingleftright4 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(100px) translateY(200px);
    transform: translateX(100px) translateY(200px);
  }
  75% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes movingleftright5 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(100px) translateY(200px);
    transform: translateX(100px) translateY(200px);
  }
  75% {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes movingleftright5 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(100px) translateY(200px);
    transform: translateX(100px) translateY(200px);
  }
  75% {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}
@keyframes ittranslateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes itswing {
  0% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes zoom2 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes animationglob {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes ittranslateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes itupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
/*--- preloader ---*/
.dark #preloader {
  background-color: var(--the-theme-1);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--the-theme-1);
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--the-theme-4);
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/*--- end of preloader ---*/
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 31px;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  z-index: 9;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  color: var(--the-common-white);
  cursor: pointer;
  background: var(--the-theme-4);
  transition: 1s ease;
  border: none;
  display: inline-block;
}

.scroll-top.open {
  bottom: 80px;
}

/*---------------------------------------*/
/*Background color
/*-----------------------------------------*/
.black-bg {
  background: var(--the-common-black);
}

.black-2-bg {
  background: var(--the-common-black-2);
}

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

.theme-bg {
  background: var(--the-theme-1);
}

.theme-2-bg {
  background: var(--the-theme-2);
}

.dark-green-bg {
  background: var(--the-common-dark-green);
}

.green-bg {
  background: var(--the-theme-3);
}

.blue-bg {
  background: var(--the-common-blue);
}

.gray-bg {
  background: var(--the-gray-1);
}

.gray-bg-2 {
  background: var(--the-gray-2);
}

.footer-bg {
  background: var(--the-common-footer);
}

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}

.it-instagram img {
  width: 100%;
}

.tvoffcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 480px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: #000;
  z-index: 9999;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}
.tvoffcanvas.opened {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .tvoffcanvas {
    width: 300px;
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tvoffcanvas {
    width: 400px;
    padding: 40px;
  }
}
.tvoffcanvas.opened {
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}
.tvoffcanvas__logo {
  margin-bottom: 60px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tvoffcanvas__logo {
    padding-top: 0;
  }
}
.tvoffcanvas__logo img {
  width: 157px;
  height: 100%;
}
.tvoffcanvas__close-btn button {
  font-size: 35px;
  color: white;
  position: absolute;
  right: 50px;
  top: 42px;
  transition: 1s;
  font-weight: 300;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.3s;
  background-color: var(--the-theme-4);
  opacity: 0.7;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tvoffcanvas__close-btn button {
    font-size: 28px;
    right: 48px;
    top: 52px;
  }
}
@media (max-width: 767px) {
  .tvoffcanvas__close-btn button {
    font-size: 28px;
    right: 39px;
    top: 38px;
  }
}
.tvoffcanvas__close-btn button:hover {
  color: #fff;
  opacity: 1;
}
.tvoffcanvas__content {
  margin-bottom: 30px;
}
.tvoffcanvas__content p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
}
.tvoffcanvas__content span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}
.tvoffcanvas__content a {
  font-size: 30px;
  line-height: 51px;
  font-weight: 700;
  color: var(--it-common-white);
  display: inline-block;
}
@media (max-width: 767px) {
  .tvoffcanvas__content a {
    font-size: 27px;
  }
}
.tvoffcanvas__social {
  margin-top: 50px;
}
.tvoffcanvas__social .social-icon a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  background-color: var(--the-theme-1);
  color: var(--the-common-white);
  margin-right: 15px;
  transition: 0.3s;
  display: inline-block;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .tvoffcanvas__social .social-icon a {
    margin-right: 3px;
  }
}
.tvoffcanvas__social .social-icon a:hover {
  background-color: var(--the-theme-1);
  color: var(--the-common-white);
}
.tvoffcanvas__text {
  border-bottom: 1px solid #3b3838;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tvoffcanvas__text {
    display: none;
  }
}
.tvoffcanvas__text p {
  color: #ddd;
  font-size: 18px;
}
.tvoffcanvas__info {
  border-bottom: 1px solid #3b3838;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.tvoffcanvas__info .offcanva-title {
  color: var(--the-common-white);
  margin: 30px 0 40px 0;
  font-size: 20px;
  font-weight: 600;
}
.tvoffcanvas__info-icon a {
  height: 50px;
  width: 50px;
  background-color: var(--the-theme-4);
  color: var(--the-common-white);
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  font-weight: 400;
  font-size: 21px;
  margin-right: 20px;
}
.tvoffcanvas__info-address span {
  display: block;
  color: rgba(255, 255, 255, 0.6392156863);
  font-size: 16px;
  font-weight: 400;
}
.tvoffcanvas__info-address a {
  display: block;
  color: var(--the-common-white);
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .tvoffcanvas__info-address a {
    font-size: 16px;
  }
}
.tvoffcanvas__info-address a:hover {
  color: var(--the-theme-1);
}
.tvoffcanvas .it-homemenu-wrapper {
  padding: 0;
}
.tvoffcanvas .home-img-thumb {
  padding: 0px;
  height: 215px;
}
.tvoffcanvas .the-menu-mobile .home-img-title, .tvoffcanvas .the-category-mobile-menu .home-img-title {
  font-weight: 400;
}
.tvoffcanvas .the-megamenu-thumb {
  display: none;
}
.tvoffcanvas .the-megamenu-text {
  display: none;
}
.tvoffcanvas .the-megamenu-list li a::before {
  display: none;
}
.tvoffcanvas .the-megamenu-list li:hover > a {
  padding-left: 0px;
  font-weight: 400;
}
.tvoffcanvas .the-megamenu-list li:not(:last-child) {
  margin-bottom: 0;
}
.tvoffcanvas .the-menu-mobile ul li > a, .tvoffcanvas .it-category-mobile-menu ul li > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tvoffcanvas .the-megamenu-title {
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 14px;
  margin-right: 65px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  margin-top: 30px;
}

.the-offcanva-bottom-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
.the-offcanva-bottom-shape img {
  width: 100%;
}

.the-breadcrumb-ptb.single-courses {
  position: relative;
  z-index: 1;
}
.the-breadcrumb-ptb.single-courses:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(3, 3, 3, 0.8);
  content: "";
  z-index: -1;
}
.the-breadcrumb-ptb.single-courses .the-breadcrumb-title {
  color: var(--the-common-white);
}
.the-breadcrumb-ptb.single-courses p {
  color: #B0B0B0;
  margin-bottom: 32px;
  width: 50%;
  line-height: 1.9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .the-breadcrumb-ptb.single-courses p {
    width: 100%;
  }
}
.the-breadcrumb-ptb.single-courses .the-breadcrumb-list-wrap {
  gap: 15px;
}
.the-breadcrumb-ptb.single-courses .the-breadcrumb-list-wrap img {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  border: 2px solid #FFFFFF;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  object-fit: cover;
}
.the-breadcrumb-ptb.single-courses .the-breadcrumb-list-wrap .meta {
  color: #E6E6E6;
}
.the-breadcrumb-ptb.single-courses .the-breadcrumb-list-wrap .meta span:not(:last-child) {
  margin-right: 15px;
}
.the-breadcrumb-ptb.single-courses .the-breadcrumb-list-wrap .meta span:last-child {
  position: relative;
  padding-left: 16px;
}
.the-breadcrumb-ptb.single-courses .the-breadcrumb-list-wrap .meta span:last-child:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #B0B0B0;
  content: "";
}

.the-breadcrumb-ptb {
  padding: 120px 0;
  background: var(--the-common-breadcrumb);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .the-breadcrumb-ptb {
    padding-top: 180px;
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .the-breadcrumb-ptb {
    padding-top: 150px;
    padding-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .the-breadcrumb-ptb {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .the-breadcrumb-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.the-breadcrumb-title {
  font-weight: 700;
  font-size: 42px;
  color: var(--the-heading-color);
  font-family: var(--the-ff-manrope);
  text-transform: capitalize;
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .the-breadcrumb-title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .the-breadcrumb-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .the-breadcrumb-title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .the-breadcrumb-title {
    font-size: 37px;
  }
}
.the-breadcrumb-list {
  display: inline-block;
  border-radius: 30px;
}
.the-breadcrumb-list span {
  font-weight: 600;
  font-size: 16px;
  color: #545454;
  text-transform: capitalize;
  font-family: var(--the-ff-manrope);
}
.the-breadcrumb-list span a {
  font-weight: 600;
  font-size: 16px;
  color: #545454;
  font-family: var(--the-ff-manrope);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .the-breadcrumb-list span {
    font-size: 15px;
  }
}
.the-breadcrumb-list span.dvdr {
  margin: 0 8px;
  color: #5F6168;
}
.the-breadcrumb-list span.dvdr i {
  font-weight: 400;
}
.the-breadcrumb-thumb {
  position: absolute;
  bottom: 0;
  right: 15%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .the-breadcrumb-thumb {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .the-breadcrumb-thumb {
    right: 0;
    transform: scale(0.8);
    bottom: -12%;
  }
}
@media (max-width: 767px) {
  .the-breadcrumb-thumb {
    display: none;
  }
}

body.single-courses .the-breadcrumb-area {
  display: none;
}
body.single-courses .the-breadcrumb-area.single-courses {
  display: block;
}

/*----------------------------------------*/
/*  SEARCH CSS START
/*----------------------------------------*/
.search__popup {
  padding-top: 70px;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: var(--the-common-black-2);
  -webkit-transform: translateY(calc(-100% - 80px));
  -moz-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  -o-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.7s;
}
.search__popup.search-opened {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: 0s;
}
.search__popup.search-opened .search__input {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}
.search__popup.search-opened .search__input::after {
  width: 100%;
  transition-delay: 0.5s;
}
.search__popup-2 {
  background-color: var(--it-common-black-13);
}
.search__popup-2 .search__input .search-input-field ~ .search-focus-border {
  background-color: var(--it-theme-8);
}
.search__popup-3 .search__input .search-input-field ~ .search-focus-border {
  background-color: var(--it-theme-10);
}
.search__top {
  margin-bottom: 80px;
}
.search__input {
  position: relative;
  height: 80px;
  transition-delay: 0.5s;
  opacity: 0;
}
.search__input::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  transition-delay: 0.3s;
}
.search__input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 24px;
  color: var(--it-common-white);
  border-bottom: 1px solid transparent;
  padding: 0;
  padding-right: 30px;
}
.search__input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}
.search__input input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}
.search__input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}
.search__input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}
.search__input button {
  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%);
  font-size: 18px;
  color: var(--it-common-white);
}
.search__input .search-input-field ~ .search-focus-border {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--it-common-orange);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.search__input .search-input-field:focus ~ .search-focus-border {
  width: 100%;
  left: 0;
  right: auto;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.search__close-btn {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.3);
}
.search__close-btn:hover {
  color: var(--it-common-white);
}
.search__result-title {
  font-size: 50px;
  letter-spacing: -0.04em;
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .search__result-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .search__result-title {
    font-size: 35px;
  }
}
.search__result-title span {
  color: var(--it-theme-1);
  display: inline-block;
}
.search__result-content p {
  font-size: 16px;
  line-height: 1.62;
  color: var(--it-text-1);
}
.search__result-input {
  position: relative;
}
.search__result-input-box {
  position: relative;
  margin-bottom: 20px;
}
.search__result-input-box button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 22px 43px;
}
@media (max-width: 767px) {
  .search__result-input-box button {
    position: relative;
    margin-top: 15px;
  }
}
.search__result-input-box button:hover {
  background-color: var(--it-common-black);
}
.search__result-input input {
  width: 100%;
  height: 70px;
  padding-left: 60px;
  padding-right: 177px;
  background-color: var(--it-common-white);
  border: 1px solid var(--it-common-white);
  box-shadow: -3px 0px 0px var(--it-theme-1), 0px 1px 2px rgba(3, 4, 28, 0.14);
}
@media (max-width: 767px) {
  .search__result-input input {
    padding-right: 25px;
  }
}
.search__result-input span {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: #A0A0B5;
}
.search__result-input span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.search__result-tags a {
  display: inline-block;
  font-family: var(--it-ff-space);
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #D5D5DD;
  padding: 5px 18px;
  line-height: 1;
  margin-right: 2px;
  margin-bottom: 7px;
}
.search__result-tags a:hover {
  background-color: var(--it-theme-1);
  border-color: var(--it-theme-1);
  color: var(--it-common-white);
}
.search__blog-item {
  padding: 50px 50px;
  border: 1px solid #EAEAEF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search__blog-item {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search__blog-item {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .search__blog-item {
    padding: 20px;
  }
}
.search__blog-title {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  margin-bottom: 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search__blog-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search__blog-title {
    font-size: 21px;
  }
  .search__blog-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .search__blog-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .search__blog-title {
    font-size: 25px;
  }
}
.search__blog-title a:hover {
  color: var(--it-theme-1);
}
.search__blog-tag {
  margin-bottom: 10px;
}
.search__blog-tag a {
  display: inline-block;
  background-color: rgba(99, 100, 219, 0.06);
  font-family: var(--it-ff-space);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: var(--it-common-purple);
  padding: 4px 12px;
}
.search__blog-tag a:hover {
  background-color: var(--it-common-purple);
  color: var(--it-common-white);
}
.search__blog-meta span {
  color: var(--it-text-1);
  margin-right: 15px;
  margin-bottom: 10px;
  display: inline-block;
}
.search__blog-meta span i, .search__blog-meta span svg {
  margin-right: 2px;
}
.search__blog-meta span svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.search__blog-meta span svg path {
  stroke: #7A7E83;
}
.search__blog-meta-author {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search__blog-meta-author {
    margin-right: 20px;
  }
}
.search__blog-meta-author-thumb img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
}
.search__blog-meta-author-content span {
  display: inline-block;
  font-family: var(--it-ff-inter);
  font-size: 14px;
  color: #7A7E83;
}
.search__blog-meta-author-content span a {
  color: var(--it-common-black-11);
  font-weight: 500;
}
.search__blog-meta-author-content span a:hover {
  color: var(--it-theme-1);
}
.search__blog-content p {
  font-size: 15px;
  line-height: 1.47;
  color: var(--it-text-1);
  margin-bottom: 20px;
}
.search__blog-btn .it-btn-border {
  padding: 8px 29px;
}
.search__blog-btn .it-btn-border svg, .search__blog-btn .it-btn-border i {
  margin-left: 5px;
}
.search__blog-btn .it-btn-border svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.search__blog-btn .it-btn-border:hover {
  background-color: var(--it-theme-1);
  border-color: var(--it-theme-1);
  color: var(--it-common-white);
}

body.it-magic-cursor #magic-cursor {
  display: block;
}

#magic-cursor {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
}

#ball {
  position: fixed;
  display: flex;
  align-items: center;
  pointer-events: none;
  border-style: solid;
  border-radius: 50%;
  justify-content: center;
  mix-blend-mode: difference;
  color: var(--it-theme-1);
}

/* Ball view 
============= */
#ball .ball-view {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  line-height: 1.3;
  text-align: center;
  transform: scale(0);
}

#ball .ball-view i {
  font-size: 19px;
}

/* Ball drag 
============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 600;
  color: #FFF;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 19px;
  color: #FFF;
  height: 10px;
  line-height: 10px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
  content: "\f104"; /* Font Awesome */
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: all 0.25s;
}

#ball .ball-drag::after {
  content: "\f105"; /* Font Awesome */
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: all 0.25s;
}

/* Ball close 
============== */
#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
  line-height: 1;
  text-align: center;
}

.it-toggle-btn-box {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.it-magnetic-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.the-section-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.25;
  color: var(--it-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .the-section-title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .the-section-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .the-section-title {
    font-size: 45px;
  }
  .the-section-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .the-section-title {
    font-size: 30px;
  }
  .the-section-title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .the-section-title {
    font-size: 36px;
  }
}
.the-section-title-2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.25;
  color: var(--it-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .the-section-title-2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .the-section-title-2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .the-section-title-2 {
    font-size: 40px;
  }
  .the-section-title-2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .the-section-title-2 {
    font-size: 30px;
  }
  .the-section-title-2 br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .the-section-title-2 {
    font-size: 36px;
  }
}
.the-section-title-box p {
  font-size: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .the-section-title-box p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .the-section-title-box p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .the-section-title-box p {
    font-size: 16px;
  }
  .the-section-title-box p br {
    display: none;
  }
}

.the-inner-subtitle {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-block;
  color: var(--it-theme-1);
  margin-bottom: 20px;
}
.the-inner-subtitle.text-green {
  color: var(--it-theme-2);
}
.the-inner-subtitle-2 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.04em;
  display: inline-block;
  color: var(--it-theme-1);
  margin-bottom: 20px;
}

/*----------------------------------------*/
/*  03. MEANMENU CSS START
/*----------------------------------------*/
.the-submenu.has-home-img.the-megamenu-small {
  top: 100%;
  left: -23%;
  width: 600px;
  text-align: start;
  border-radius: 0px 0px 8px 8px;
  background: var(--the-common-white);
  border: 1px solid rgba(48, 48, 47, 0.1);
  box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.06), 0px 1px 1px 0px rgba(3, 11, 30, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (max-width: 575px) {
  .the-submenu.has-home-img.the-megamenu-small {
    width: auto;
  }
}

/*----------------------------------------*/
/*  17. footer css start
/*----------------------------------------*/
.the-footer-bg {
  background-size: cover;
  background-repeat: no-repeat;
}
.the-footer-bg .the-footer-widget-title {
  color: var(--the-common-white);
}
.the-footer-bg .the-footer-widget .wp-block-heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 18px;
}
.the-footer-area {
  padding-top: 70px;
  padding-bottom: 34px;
  color: #BDBDBD;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 400;
}
.the-footer-widget-title {
  font-weight: 600;
  font-size: 22px;
  text-transform: capitalize;
  color: var(--the-common-white);
  margin-bottom: 18px;
}
.the-footer-widget-text p {
  font-size: 18px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .the-footer-widget-text p {
    font-size: 14px;
  }
  .the-footer-widget-text p br {
    display: none;
  }
}
.the-footer-widget-menu ul li {
  list-style-type: none;
}
.the-footer-widget-menu ul li:not(:last-child) {
  margin-bottom: 14px;
}
.the-footer-widget-menu ul li a {
  transition: 0.3s;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .the-footer-widget-menu ul li a {
    font-size: 14px;
  }
}
.the-footer-widget-menu ul li a:hover {
  color: var(--the-theme-1);
}
.the-footer-widget-post-wrap ul li {
  list-style-type: none;
  position: relative;
}
.the-footer-widget-post-wrap ul li:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.the-footer-widget-post-wrap ul li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 228px;
  height: 1px;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #bbb;
}
.the-footer-widget-post-thumb {
  flex: 0 0 auto;
  margin-right: 15px;
}
.the-footer-widget-post-content h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
  font-family: var(--the-ff-body);
  color: var(--the-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .the-footer-widget-post-content h5 {
    font-size: 15px;
  }
}
.the-footer-widget-post-content span {
  font-weight: 400;
  font-size: 14px;
  color: var(--the-common-white);
}
.the-footer-widget-post-content span svg {
  color: var(--the-theme-1);
  margin-top: -5px;
  display: inline-block;
}
.the-footer-widget-input-box {
  width: 307px;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .the-footer-widget-input-box {
    width: 75%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .the-footer-widget-input-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .the-footer-widget-input-box {
    width: 80%;
  }
}
.the-footer-widget-input-box form input {
  border-radius: 1000px;
  height: 50px;
  line-height: 50px;
  padding-right: 65px;
  background-color: var(--the-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .the-footer-widget-input-box form input {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 20px;
  }
}
.the-footer-widget-input-box button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  padding: 0;
  color: var(--the-common-white);
  background-color: var(--the-theme-1);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .the-footer-widget-input-box button {
    height: 36px;
    width: 36px;
    line-height: 36px;
    line-height: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .the-footer-widget-input-box button svg {
    width: 14px;
  }
}
.the-footer-widget-tel-icon span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  display: inline-block;
  margin-right: 15px;
  color: var(--the-common-white);
  background-color: rgba(255, 255, 255, 0.15);
}
.the-footer-widget-tel-text a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  color: var(--the-common-white);
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .the-footer-widget-tel-text a {
    font-size: 14px;
  }
}
.the-footer-col-2 {
  margin-left: 42px;
}
@media (max-width: 767px) {
  .the-footer-col-2 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .the-footer-col-2 {
    margin-left: 30px;
  }
}
.the-footer-col-3 {
  margin-left: 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .the-footer-col-3 {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .the-footer-col-3 {
    margin-left: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .the-footer-col-3 {
    margin-left: 0;
  }
}
.the-footer-col-4 {
  margin-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .the-footer-col-4 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .the-footer-col-4 {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .the-footer-col-4 {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .the-footer-col-4 {
    margin-left: 30px;
  }
}

.the-footer-about-area {
  margin-right: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .the-footer-about-area {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .the-footer-about-area {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .the-footer-about-area {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .the-footer-about-area {
    margin-right: 0px;
  }
}
.the-footer-about-area p {
  margin-top: 24px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 150%;
  color: #BDBDBD;
}
.the-footer-about-area .footer-contact-info {
  margin-bottom: 24px;
}
.the-footer-about-area .footer-contact-info a:not(:last-child) {
  margin-right: 21px;
}
.the-footer-about-area .footer-contact-info i {
  margin-right: 11px;
  color: var(--the-common-white);
}
.the-footer-about-area .footer-social-area a {
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  margin-right: 17px;
  color: var(--the-common-white);
  position: relative;
}
.the-footer-about-area .footer-social-area a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 24px;
  background-color: #ffffff;
  top: 50%;
  right: -50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all;
}
.the-footer-about-area .footer-social-area a:hover {
  color: var(--the-theme-4);
}
.the-footer-about-area .footer-social-area a:hover:after {
  background-color: var(--the-theme-4);
}

.footer-social-area a {
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  margin-right: 17px;
  color: var(--the-common-white);
  position: relative;
}
.footer-social-area a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 24px;
  background-color: #ffffff;
  top: 50%;
  right: -50%;
  transform: translate(-50%, -50%);
}

.footer-1 .the-footer-area {
  padding-bottom: 34px;
}
.footer-1 .the-footer-widget-menu ul li a:hover {
  color: var(--the-theme-4);
}
.footer-1.footer-3 {
  background-color: var(--the-common-black-2);
}
.footer-1.footer-3 .the-footer-area {
  padding-top: 120px;
  padding-bottom: 60px;
}
.footer-1.footer-3 .the-footer-area .the-footer-about-area {
  margin-right: 0px;
}
.footer-1.footer-3 .the-footer-area .the-footer-about-area P {
  color: #B3A4CD;
}
.footer-1.footer-3 .the-footer-area .footer-contact-info ul li {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--the-ff-manrope);
  line-height: 180%;
  color: #B3A4CD;
}
.footer-1.footer-3 .the-footer-area .footer-contact-info ul li span {
  margin-left: 10px;
  color: #B3A4CD;
}
.footer-1.footer-3 .the-footer-area .footer-contact-info ul li a {
  color: #B3A4CD;
}
.footer-1.footer-3 .the-footer-area .footer-contact-info h3 {
  color: var(--the-common-white);
  font-size: 22px;
  line-height: 32px;
  margin-top: 32px;
  margin-bottom: 16px;
}
.footer-1.footer-3 .the-footer-area .the-footer-col-2 {
  margin-left: 30px;
  margin-right: -30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .footer-1.footer-3 .the-footer-area .the-footer-col-2 {
    margin-left: 0px;
  }
}
.footer-1.footer-3 .the-footer-area .the-footer-col-3 {
  margin-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .footer-1.footer-3 .the-footer-area .the-footer-col-3 {
    margin-left: 0px;
  }
}
.footer-1.footer-3 .the-footer-area .the-footer-widget-menu ul li a {
  color: #B3A4CD;
}
.footer-1.footer-3 .the-footer-area .the-footer-widget-menu ul li a:hover {
  color: var(--the-theme-2);
}
.footer-1.footer-3 .the-footer-area .the-footer-col-4 {
  margin-left: 0;
}
.footer-1.footer-3 .the-footer-area .the-footer-widget P {
  color: #B3A4CD;
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  font-family: var(--the-ff-manrope);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .footer-1.footer-3 .the-footer-area .the-footer-widget P {
    font-size: 16px;
  }
}
.footer-1.footer-3 .the-footer-area .the-footer-widget .the-footer-widget-title {
  margin-bottom: 46px;
}
.footer-1.footer-3 .the-footer-area .the-footer-widget .btn-img {
  margin-top: 27px;
  margin-bottom: 32px;
}
.footer-1.footer-3 .the-footer-area .the-footer-widget .btn-img a:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .footer-1.footer-3 .the-footer-area .the-footer-widget .btn-img a {
    margin-bottom: 15px;
    display: block;
  }
}
.footer-1.footer-3 .the-footer-area .the-footer-widget .footer-social-area h3 {
  font-size: 22px;
  color: var(--the-common-white);
  line-height: 32px;
  margin-bottom: 16px;
}
.footer-1.footer-3 .the-footer-area .the-footer-widget .footer-social-area a:after {
  display: block;
}
.footer-1.footer-3 .the-footer-area .the-footer-widget .footer-social-area a:hover {
  color: var(--the-theme-2);
}
.footer-1.footer-3 .the-footer-area .the-footer-widget .footer-social-area a:hover:after {
  background-color: var(--the-theme-2);
}
.footer-1.footer-3 .the-copyright-area {
  padding: 25px 0;
}
.footer-1.footer-3 .the-copyright-area .the-copyright-left p {
  color: #B3A4CD;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .footer-1.footer-3 .the-copyright-area .the-copyright-left {
    text-align: center !important;
    margin-bottom: 15px;
  }
}
.footer-1.footer-3 .the-copyright-area .the-copyright-menu ul {
  list-style: none;
  display: flex;
  gap: 64px;
  justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .footer-1.footer-3 .the-copyright-area .the-copyright-menu ul {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer-1.footer-3 .the-copyright-area .the-copyright-menu ul {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.footer-1.footer-3 .the-copyright-area .the-copyright-menu ul li a {
  color: #B3A4CD;
}
.footer-1.footer-3 .the-copyright-area .the-copyright-menu ul li a:hover {
  color: var(--the-theme-4);
}
.footer-1.footer-3.footer-4 {
  padding-top: 250px;
}
.footer-1.footer-3.footer-4 .footer-4-cta-form {
  position: relative;
  text-align: center;
}
.footer-1.footer-3.footer-4 .footer-4-cta-form input {
  border-radius: 18px;
  padding: 18px;
  border: 1px solid rgba(132, 94, 253, 0.4);
  height: 63px;
}
.footer-1.footer-3.footer-4 .footer-4-cta-form input::placeholder {
  color: #8A8A8A;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.footer-1.footer-3.footer-4 .footer-4-cta-form button {
  background-color: var(--the-theme-3);
  border-radius: 11px;
  padding: 18px 28px;
  height: 45px;
  color: var(--the-common-black-2);
  font-family: var(--the-ff-manrope);
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  right: 8px;
  top: 9px;
  transition: 0.3s all;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-1.footer-3.footer-4 .footer-4-cta-form button {
    padding: 14px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-1.footer-3.footer-4 .footer-4-cta-form button {
    position: relative;
  }
}
.footer-1.footer-3.footer-4 .footer-4-cta-form button:hover {
  background-color: var(--the-theme-2);
  color: var(--the-common-white);
}
.footer-1.footer-3.footer-4 .footer-social-area {
  margin-top: 24px;
}
.footer-1.footer-3.footer-4 .footer-social-area a {
  color: #B3A4CD;
}
.footer-1.footer-3.footer-4 .footer-social-area a:after {
  display: block;
  background-color: #B3A4CD;
}
.footer-1.footer-3.footer-4 .the-copyright-area .the-copyright-menu ul li a:hover {
  color: var(--the-theme-2);
}
.footer-1.footer-3.footer-6 {
  background-color: #F6F6F6;
}
.footer-1.footer-3.footer-6 .the-footer-widget p {
  color: #545454;
}
.footer-1.footer-3.footer-6 .the-footer-widget .the-footer-widget-title {
  color: var(--the-common-black-2);
}
.footer-1.footer-3.footer-6 .the-footer-widget .the-footer-widget-menu ul li a {
  color: #545454;
}
.footer-1.footer-3.footer-6 .the-footer-widget .the-footer-widget-menu ul li a:hover {
  color: var(--the-theme-4);
}
.footer-1.footer-3.footer-6 .the-footer-widget .the-footer-about-area .footer-contact-info {
  color: var(--the-common-black-2);
}
.footer-1.footer-3.footer-6 .the-footer-widget .the-footer-about-area .footer-contact-info ul li {
  color: #545454;
}
.footer-1.footer-3.footer-6 .the-footer-widget .the-footer-about-area .footer-contact-info ul li svg path {
  fill: var(--the-theme-4);
}
.footer-1.footer-3.footer-6 .the-footer-widget .the-footer-about-area .footer-contact-info ul li a span {
  color: #545454;
}
.footer-1.footer-3.footer-6 .the-footer-widget .the-footer-about-area .footer-contact-info h3 {
  color: var(--the-common-black-2);
}
.footer-1.footer-3.footer-6 .the-footer-widget .footer-social-area h3 {
  color: var(--the-common-black-2);
}
.footer-1.footer-3.footer-6 .the-footer-widget .footer-social-area a {
  color: var(--the-theme-4);
}
.footer-1.footer-3.footer-6 .the-footer-widget .footer-social-area a:hover {
  color: var(--the-common-black-2);
}
.footer-1.footer-3.footer-6 .the-footer-widget .footer-social-area a:hover:after {
  background-color: var(--the-common-black-2);
}
.footer-1.footer-3.footer-6 .the-footer-widget .footer-social-area a:after {
  background-color: var(--the-theme-4);
}
.footer-1.footer-3.footer-6 .the-copyright-area .the-copyright-left p {
  color: #545454;
}
.footer-1.footer-3.footer-6 .the-copyright-area .the-copyright-menu ul li a {
  color: #545454;
  transition: 0.3s all;
}
.footer-1.footer-3.footer-6 .the-copyright-area .the-copyright-menu ul li a:hover {
  color: var(--the-theme-4);
}

.footer-2 .the-footer-area {
  color: #545454;
}
.footer-2 .the-footer-widget-title {
  color: var(--the-common-black);
}
.footer-2 .the-footer-about-area p {
  color: #545454;
}
.footer-2 .the-footer-about-area .footer-contact-info a i {
  color: var(--the-theme-4);
}
.footer-2 .the-footer-about-area .footer-social-area a {
  color: #8A8B91;
  transition: 0.3s all;
}
.footer-2 .the-footer-about-area .footer-social-area a::after {
  background-color: #8A8B91;
}
.footer-2 .the-footer-about-area .footer-social-area a:hover {
  color: var(--the-theme-4);
}
.footer-2 .the-footer-widget-menu ul li a {
  color: #53545B;
}
.footer-2 .the-footer-widget-menu ul li a:hover {
  color: var(--the-theme-4);
}
.footer-2 .the-copyright-area {
  background-color: #F3F4F8;
}
.footer-2 .the-copyright-area p {
  color: #53545B;
}

@media (max-width: 767px) {
  .the-copyright-left {
    padding-top: 30px;
  }
}
.the-copyright-left p {
  font-weight: 400;
  font-size: 13px;
  color: var(--the-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .the-copyright-left p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .the-copyright-left p {
    font-size: 14px;
  }
}
.the-copyright-left p a {
  color: var(--the-theme-1);
}
.the-copyright-right span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  display: inline-block;
  margin-right: 26px;
  color: var(--the-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .the-copyright-right span {
    font-size: 14px;
  }
}
.the-copyright-border {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 767px) {
  .the-copyright-border {
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .the-copyright-social {
    margin-top: 15px;
  }
}
.the-copyright-social a {
  font-size: 16px;
  color: var(--the-common-white);
}
@media (max-width: 767px) {
  .the-copyright-social a {
    font-size: 14px;
  }
}
.the-copyright-social a:not(:last-child) {
  margin-right: 18px;
}
.the-copyright-social a:hover {
  color: var(--the-theme-1);
}
.the-copyright-link a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--the-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .the-copyright-link a {
    font-size: 14px;
  }
}
.the-copyright-link a:not(:last-child) {
  margin-right: 10px;
}

/*----------------------------------------*/
/*  19. header css start
/*----------------------------------------*/
body.no_menu_class .the-header-area {
  padding: 30px 0;
}

.the-header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .the-header-ptb {
    padding: 15px 0;
  }
}
.the-header-area .search-icon {
  text-align: center;
}
.the-header-area .the-header-right {
  justify-content: space-between;
  gap: 10px;
  margin-left: -15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .the-header-area .the-header-right {
    margin-left: -58px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .the-header-area .the-header-right {
    display: none !important;
  }
}
.the-header-area .the-header-right .contact-info a {
  color: var(--the-common-black-2);
  font-weight: 700;
  font-size: 14px;
}
.the-header-area .the-header-right .contact-info a i {
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--the-common-black-2);
  margin-right: 11px;
}
.the-header-border {
  border: 1px solid rgba(55, 130, 249, 0.1);
}
.the-header-logo img {
  width: 160px;
}
.the-header-logo .logo-black {
  display: none;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .the-header-menu > nav > ul {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .the-header-menu > nav > ul {
    margin-left: 0;
  }
}
.the-header-menu > nav > ul > li {
  list-style-type: none;
  display: inline-block;
}
.the-header-menu > nav > ul > li:not(:last-child) {
  margin-right: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .the-header-menu > nav > ul > li {
    margin: 0px 11px;
  }
}
.the-header-menu > nav > ul > li > a {
  font-weight: 600;
  font-size: 18px;
  padding: 43px 0;
  display: inline-block;
  font-family: var(--the-ff-manrope);
  color: var(--the-common-black-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .the-header-menu > nav > ul > li > a {
    padding: 30px 0;
  }
}
.the-header-bar button span {
  height: 47px;
  width: 47px;
  text-align: center;
  line-height: 43px;
  border-radius: 5px;
  color: var(--the-common-white);
  background-color: var(--the-theme-4);
  transition: 0.3s;
  display: inline-block;
}
.the-header-search-box button {
  position: relative;
  padding-right: 25px;
  margin-right: 25px;
}
.the-header-search-box button::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 30px;
  background-color: #5F6168;
}
.the-header-search-box a {
  font-weight: 500;
  font-size: 15px;
  color: var(--the-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-style-three .the-header-area .the-header-right {
    margin-left: -10px;
  }
  .header-style-three .the-header-area .the-header-right .contact-btn .the-btn {
    padding: 14.5px 14px;
  }
}
.header-style-three .the-header-bar button span {
  background-color: var(--the-theme-2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-style-two.the-header-ptb {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-style-two.the-header-ptb.header-style-seven {
    padding: 0;
  }
}
.header-style-two .the-header-menu > nav > ul > li:hover > a {
  color: var(--the-theme-2);
}
.header-style-two .the-header-menu > nav > ul > li:hover.has-dropdown:after {
  color: var(--the-theme-2);
}
.header-style-two .the-header-menu > nav > ul > li .submenu li.has-dropdown:hover > a {
  color: var(--the-theme-2);
}
.header-style-two .the-header-menu > nav > ul > li .submenu li:hover > a {
  color: var(--the-theme-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-style-two .the-header-menu > nav > ul > li > a {
    padding: 28px 0;
  }
}
.header-style-two .the-header-category-menu .the-header-menu nav > ul > li:hover:before {
  border-top: 6px solid var(--the-theme-2);
}
.header-style-two .the-header-search-form input:focus {
  border: 1px solid var(--the-theme-2);
}
.header-style-two .tuition-user-profile .login-btn {
  padding: 33px 0;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-style-two .tuition-user-profile .login-btn {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-style-two .tuition-user-profile .login-btn {
    padding: 42px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-style-two .tuition-user-profile .login-btn {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), only screen and (max-width: 575px) {
  .header-style-two .tuition-user-profile .login-btn {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-style-two .tuition-user-profile .login-btn span.name {
    display: none;
    padding: 47px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-style-two .the-header-menu {
    margin-left: -15px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-style-two .the-header-menu nav ul {
    margin-left: 0;
  }
}
.header-style-two .the-header-bar button span {
  background-color: var(--the-theme-2);
}
.header-style-two .tuition-user-profile .login-btn .tutor-dashboard-permalinks .tutor-dashboard-menu-item:hover .tutor-dashboard-menu-item-icon {
  color: var(--the-theme-2);
}
.header-style-two .tuition-user-profile .login-btn .tutor-dashboard-permalinks .tutor-dashboard-menu-item:hover .tutor-dashboard-menu-item-link {
  color: var(--the-theme-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-style-two.header-style-four {
    padding: 0;
  }
}
.header-style-two.header-style-four .the-header-bar button span {
  background-color: var(--the-theme-1);
}
.header-style-two .header-middle-wrap {
  justify-content: space-between;
  margin-left: 0;
}
@media (max-width: 767px) {
  .header-style-two .header-middle-wrap {
    justify-content: center;
  }
}
.header-style-two .header-middle-wrap .the-header-search-form {
  width: 75%;
  margin-right: 15px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-style-two .header-middle-wrap .the-header-search-form {
    width: 70%;
  }
}
.header-style-two .header-middle-wrap .the-header-search-form form button {
  right: auto;
  left: 22px;
  color: #545454;
}
.header-style-two .header-middle-wrap .the-header-search-form form button i {
  font-weight: 300;
  color: #545454;
}
.header-style-two .header-middle-wrap .the-header-search-form form input {
  padding-left: 57px;
}
.header-style-two .header-two-right {
  justify-content: space-between;
  gap: 25px;
  margin-left: -19px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-style-two .header-two-right {
    gap: 0;
    margin-left: -35px;
  }
}
.header-style-two .header-two-right .the-btn {
  background: var(--the-common-black-2);
  padding: 15.4px 20px;
}
.header-style-two .header-two-right .the-btn i {
  transform: translateY(0);
}
.header-style-two .header-two-right .the-btn:after {
  background-color: var(--the-theme-2);
}
.header-style-two.header-style-four .the-header-menu > nav > ul > li:hover > a {
  color: var(--the-theme-1);
}
.header-style-two.header-style-four .the-header-menu > nav > ul > li:hover.has-dropdown:after {
  color: var(--the-theme-1);
}
.header-style-two.header-style-four .the-header-menu > nav > ul > li .submenu li.has-dropdown:hover > a {
  color: var(--the-theme-1);
}
.header-style-two.header-style-four .the-header-menu > nav > ul > li .submenu li:hover > a {
  color: var(--the-theme-1);
}
.header-style-two.header-style-four .the-header-menu > nav > ul > li .submenu li:hover > a:before {
  background-color: var(--the-theme-1);
}
.header-style-two.header-style-four .the-header-category-menu .the-header-menu nav > ul > li:hover:before {
  border-top: 6px solid var(--the-theme-1);
}
.header-style-two.header-style-four .the-header-menu > nav > ul > li:hover > a::before {
  border-top: 6px solid var(--the-theme-1);
}
.header-style-two.header-style-four .it-header-logo {
  margin-right: 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .header-style-two.header-style-four .it-header-logo {
    margin-right: 0;
  }
}
.header-style-two.header-style-four .header-middle-wrap {
  margin-left: -42px;
  justify-content: unset;
  gap: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .header-style-two.header-style-four .header-middle-wrap {
    margin-left: 0;
  }
}
.header-style-two.header-style-four .the-header-search-form {
  margin-right: 0;
  width: 65%;
}
.header-style-two.header-style-four .the-header-search-form input {
  background-color: rgba(255, 255, 255, 0.06);
  height: 52px;
  border-radius: 16px;
}
.header-style-two.header-style-four .the-header-search-form input:focus {
  border-color: var(--the-theme-1);
}
.header-style-two.header-style-four .the-header-menu > nav > ul li.has-dropdown:after {
  display: none;
}
.header-style-two.header-style-four .the-header-menu > nav > ul li.has-dropdown > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px; /* Adjust as needed */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--the-common-black-2); /* This creates the downward arrow */
}
.header-style-two.header-style-four .the-header-menu > nav > ul li.has-dropdown.p-static a {
  position: relative;
}
.header-style-two.header-style-four .the-header-menu > nav > ul > li:not(:last-child) {
  margin-right: 40px;
}
.header-style-two.header-style-four .the-header-menu > nav > ul > li:hover > a::before {
  border-top: 6px solid var(--the-theme-1);
}
.header-style-two.header-style-four .the-header-menu.header-two-right .the-header-bar {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-style-two.header-style-four .the-header-menu.header-two-right .the-header-bar {
    display: block;
  }
}
.header-style-two.header-style-four .the-header-four-right {
  align-items: center;
  gap: 34px;
}
.header-style-two.header-style-four .the-header-four-right .the-btn {
  padding: 18px 24px;
  height: 54px;
  background-color: var(--the-theme-1);
}
.header-style-two.header-style-four .the-header-four-right .the-btn:after {
  background-color: var(--the-theme-1);
}
.header-style-two.header-style-four .the-header-four-right .the-btn.border-btn {
  background: transparent;
  color: #8A8A8A;
  border-color: #8A8A8A;
  height: 54px;
}
.header-style-two.header-style-four .the-header-four-right .the-btn.border-btn:hover {
  color: var(--the-common-white);
}
.header-style-two.header-style-four .the-header-four-right .cart-btn {
  position: relative;
}
.header-style-two.header-style-four .the-header-four-right .cart-btn span {
  position: absolute;
  right: -5px;
  top: -5px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  background-color: #00BC6E;
  content: "";
  color: var(--the-common-white);
  text-align: center;
  line-height: 19px;
  font-size: 9px;
}
@media only screen and (max-width: 575px) {
  .header-style-two.header-style-four .the-header-right-action .the-btn {
    padding: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-style-two.header-style-four .tuition-user-profile .login-btn {
    padding: 27px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), only screen and (max-width: 575px) {
  .header-style-two.header-style-four .tuition-user-profile .login-btn {
    padding: 27px 0;
  }
}
.header-style-two.header-style-four .tuition-user-profile .login-btn .tutor-dashboard-permalinks .tutor-dashboard-menu-item:hover .tutor-dashboard-menu-item-icon {
  color: var(--the-theme-1);
}
.header-style-two.header-style-four .tuition-user-profile .login-btn .tutor-dashboard-permalinks .tutor-dashboard-menu-item:hover .tutor-dashboard-menu-item-link {
  color: var(--the-theme-1);
}
.header-style-two.header-style-four .tuition-user-profile .login-btn .tutor-dashboard-permalinks .tutor-dashboard-menu-item:hover .tutor-dashboard-menu-item-text {
  color: var(--the-theme-1);
}
.header-style-two.header-style-six .the-header-menu > nav > ul > li:hover > a {
  color: var(--the-theme-4);
}
.header-style-two.header-style-six .the-header-menu > nav > ul > li:hover.has-dropdown:after {
  color: var(--the-theme-4);
}
.header-style-two.header-style-six .the-header-menu > nav > ul > li .submenu li.has-dropdown:hover > a {
  color: var(--the-theme-4);
}
.header-style-two.header-style-six .the-header-menu > nav > ul > li .submenu li:hover > a {
  color: var(--the-theme-4);
}
.header-style-two.header-style-six .the-header-menu > nav > ul > li .submenu li:hover > a:before {
  background-color: var(--the-theme-4);
}
.header-style-two.header-style-six .header-middle-wrap {
  margin-left: -80px;
  justify-content: unset;
  gap: 100px;
}
.header-style-two.header-style-six .the-header-menu > nav > ul > li:not(:last-child) {
  margin-right: 32px;
  margin-left: 0;
}
.header-style-two.header-style-six .the-header-menu > nav > ul > li.has-dropdown:after {
  margin-left: 11px;
}
.header-style-two.header-style-six .the-header-category-menu .the-header-menu nav > ul li.has-dropdown:after {
  display: none;
}
.header-style-two.header-style-six .the-header-category-menu .the-header-menu nav > ul li.has-dropdown:before {
  border-left: none;
  border-right: none;
  border-top: none;
}
.header-style-two.header-style-six .the-header-category-menu .the-header-menu nav > ul > li {
  padding-left: 26px;
  margin: 0;
}
.header-style-two.header-style-six .the-header-category-menu .the-header-menu nav > ul > li:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2.5' r='2' fill='%23333333' fill-opacity='0.9'/%3E%3Ccircle cx='8' cy='2.5' r='2' fill='%23333333' fill-opacity='0.9'/%3E%3Ccircle cx='14' cy='2.5' r='2' fill='%23333333' fill-opacity='0.9'/%3E%3Ccircle cx='2' cy='8.5' r='2' fill='%23333333' fill-opacity='0.9'/%3E%3Ccircle cx='8' cy='8.5' r='2' fill='%23333333' fill-opacity='0.9'/%3E%3Ccircle cx='14' cy='8.5' r='2' fill='%23333333' fill-opacity='0.9'/%3E%3Ccircle cx='2' cy='14.5' r='2' fill='%23333333' fill-opacity='0.9'/%3E%3Ccircle cx='8' cy='14.5' r='2' fill='%23333333' fill-opacity='0.9'/%3E%3Ccircle cx='14' cy='14.5' r='2' fill='%23333333' fill-opacity='0.9'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header-style-two.header-style-six .the-header-search-form {
  margin-right: 0;
}
.header-style-two.header-style-six .the-header-search-form input {
  background-color: transparent;
}
.header-style-two.header-style-six .the-header-search-form input:focus {
  border: 1px solid var(--the-common-red);
}
.header-style-two.header-style-six .the-header-search-form button.cart span {
  position: absolute;
  right: -5px;
  top: -10px;
  height: 19px;
  width: 19px;
  line-height: 19px;
  text-align: center;
  color: var(--the-common-white);
  background: var(--the-common-green2);
  border-radius: 50%;
  font-size: 9px;
}
.header-style-two.header-style-six .the-header-search-form button.cart:after {
  position: absolute;
  left: -14px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.header-style-two.header-style-six .the-btn {
  background: var(--the-common-red);
  padding: 11.5px 19.5px;
  font-size: 16px;
  border-radius: 10px;
  height: 47px;
  line-height: 26px;
  border: 1px solid transparent;
}
.header-style-two.header-style-six .the-btn:hover {
  color: var(--the-common-white);
}
.header-style-two.header-style-six .the-btn:hover:after {
  background: var(--the-common-black-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-style-two.header-style-six .the-header-right {
    justify-content: end;
    gap: 50px;
  }
}
.header-style-two.header-style-six .header-middle-wrap {
  margin-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-style-two.header-style-six .header-middle-wrap {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .header-style-two.header-style-six .header-middle-wrap {
    justify-content: center;
    margin-right: 0;
  }
}
.header-style-two.header-style-six .the-header-bar button span {
  background-color: var(--the-common-red);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-style-two.header-style-six .tuition-user-profile .login-btn {
    padding: 24px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), only screen and (max-width: 575px) {
  .header-style-two.header-style-six .tuition-user-profile .login-btn {
    padding: 24px 0;
  }
}
.header-style-two.header-style-six .tuition-user-profile .login-btn .tutor-dashboard-permalinks .tutor-dashboard-menu-item:hover .tutor-dashboard-menu-item-icon {
  color: var(--the-theme-4);
}
.header-style-two.header-style-six .tuition-user-profile .login-btn .tutor-dashboard-permalinks .tutor-dashboard-menu-item:hover .tutor-dashboard-menu-item-link {
  color: var(--the-theme-4);
}
.header-style-two.header-style-six .tuition-user-profile .login-btn .tutor-dashboard-permalinks .tutor-dashboard-menu-item:hover .tutor-dashboard-menu-item-text {
  color: var(--the-theme-4);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-style-two.header-style-seven .the-header-menu > nav > ul > li > a {
    padding: 28px 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-style-two.header-style-seven {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.header-style-two.header-style-seven .the-header-menu > nav > ul > li.has-dropdown:after {
  margin-left: 16px;
}
.header-style-two.header-style-seven .the-header-menu > nav > ul > li:not(:last-child) {
  margin-right: 24px;
}
.header-style-two.header-style-seven .header-middle-wrap {
  margin-left: 0;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-style-two.header-style-seven .header-middle-wrap {
    margin-right: 60px;
  }
}
.header-style-two.header-style-seven .the-header-right-cart-btn {
  justify-content: end;
  margin-left: -60px;
}
.header-style-two.header-style-seven .the-header-right-cart-btn .login-btn a {
  font-size: 14px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-style-two.header-style-seven .the-header-right-cart-btn .login-btn a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-style-two.header-style-seven .tuition-user-profile .login-btn {
    padding: 36px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-style-two.header-style-seven .tuition-user-profile .login-btn {
    padding: 18px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), only screen and (max-width: 575px) {
  .header-style-two.header-style-seven .tuition-user-profile .login-btn {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-style-two.header-style-seven .tuition-user-profile .login-btn span.name {
    display: none;
  }
}
.header-style-two.header-style-seven .tuition-user-profile .login-btn .tutor-dashboard-permalinks .tutor-dashboard-menu-item:hover .tutor-dashboard-menu-item-icon {
  color: var(--the-theme-4);
}
.header-style-two.header-style-seven .tuition-user-profile .login-btn .tutor-dashboard-permalinks .tutor-dashboard-menu-item:hover .tutor-dashboard-menu-item-link {
  color: var(--the-theme-4);
}
.header-style-two.header-style-seven .tuition-user-profile .login-btn .tutor-dashboard-permalinks .tutor-dashboard-menu-item:hover .tutor-dashboard-menu-item-text {
  color: var(--the-theme-4);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-style-two.header-style-eight .tuition-user-profile .login-btn {
    padding: 27px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), only screen and (max-width: 575px) {
  .header-style-two.header-style-eight .tuition-user-profile .login-btn {
    padding: 25px 0;
  }
}
.header-style-two.header-style-eight .the-header-right-cart-btn {
  gap: 30px;
}
.header-style-two.header-style-eight .the-header-right-cart-btn .the-btn {
  line-height: 100%;
  padding: 13px 24px;
  color: var(--the-common-white);
  background-color: var(--the-theme-4);
  border-radius: 12px;
}
.header-style-two.header-style-eight .the-header-right-cart-btn .search-open-btn {
  position: relative;
}
.header-style-two.header-style-eight .the-header-right-cart-btn .search-open-btn i {
  color: #6D6E75;
  line-height: 100%;
  font-weight: 400;
}
.header-style-two.header-style-eight .the-header-right-cart-btn .search-open-btn:after {
  position: absolute;
  left: -16px;
  top: 0;
  height: 100%;
  width: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}
.header-style-two.header-style-eight .the-header-right-cart-btn .cart {
  position: relative;
}
.header-style-two.header-style-eight .the-header-right-cart-btn .cart span {
  position: absolute;
  right: -6px;
  top: -10px;
  height: 17px;
  width: 17px;
  line-height: 17px;
  text-align: center;
  background-color: var(--the-theme-4);
  border-radius: 50px;
  color: var(--the-common-white);
  font-size: 12px;
}
.header-style-two.header-style-eight .the-header-right-cart-btn .cart:after {
  display: none;
}
.header-style-two.header-style-eight .the-header-right-cart-btn .contact-info a {
  color: var(--the-common-black);
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  font-family: var(--the-ff-rubik);
}
.header-style-two.header-style-eight .the-header-right-cart-btn .contact-info a svg {
  margin-right: 12px;
}
.header-style-two.header-style-eight .the-header-right-cart-btn.mobile .cart:after {
  display: block;
}
.header-style-two.header-style-eight .the-header-right-cart-btn.mobile .search-open-btn:after {
  display: none;
}
.header-style-two.header-style-eight .header-middle-wrap {
  margin-right: 0;
  justify-content: start;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .header-style-two.header-style-eight .header-middle-wrap {
    justify-content: start;
  }
}
.header-style-two.header-style-eight .header-middle-wrap .the-header-menu > nav > ul > li:not(:last-child) {
  margin-right: 22px;
}
.header-style-two.header-style-eight .header-middle-wrap .the-header-menu .header-two-right {
  margin-left: 0;
}
.header-style-two.header-style-eight .tuition-user-profile .login-btn .tutor-dashboard-permalinks .tutor-dashboard-menu-item:hover .tutor-dashboard-menu-item-icon {
  color: var(--the-theme-4);
}
.header-style-two.header-style-eight .tuition-user-profile .login-btn .tutor-dashboard-permalinks .tutor-dashboard-menu-item:hover .tutor-dashboard-menu-item-link {
  color: var(--the-theme-4);
}
.header-style-two.header-style-eight .tuition-user-profile .login-btn .tutor-dashboard-permalinks .tutor-dashboard-menu-item:hover .tutor-dashboard-menu-item-text {
  color: var(--the-theme-4);
}

.header-style-three .the-header-area .the-header-right {
  gap: 7px;
}
.header-style-three .the-header-menu > nav > ul > li:hover > a {
  color: var(--the-theme-2);
}
.header-style-three .the-header-menu > nav > ul > li:hover.has-dropdown:after {
  color: var(--the-theme-2);
}
.header-style-three .the-header-menu > nav > ul > li .submenu li.has-dropdown:hover > a {
  color: var(--the-theme-2);
}
.header-style-three .the-header-menu > nav > ul > li .submenu li:hover > a {
  color: var(--the-theme-2);
}
.header-style-three .the-header-menu > nav > ul > li .submenu li:hover > a:before {
  background-color: var(--the-theme-2);
}
.header-style-three .the-btn.three {
  background-color: var(--the-theme-3);
  color: var(--the-common-black-2);
  font-weight: 600;
  font-family: var(--the-ff-manrope);
}
.header-style-three .the-btn.three i {
  color: var(--the-common-black-2);
  transform: translateY(0);
}
.header-style-three .the-btn.three:hover {
  color: var(--the-common-white);
}
.header-style-three .the-btn.three:hover i {
  color: var(--the-common-white);
}
.header-style-three .the-btn.three:after {
  background-color: var(--the-theme-2);
}
.header-style-three .the-header-top {
  background: var(--the-common-black-2);
  padding: 16px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .header-style-three .the-header-top .the-header-top-left {
    margin-bottom: 30px;
  }
}
.header-style-three .the-header-top .the-header-top-left ul {
  list-style: none;
  display: flex;
  gap: 37px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .header-style-three .the-header-top .the-header-top-left ul {
    justify-content: center;
  }
}
.header-style-three .the-header-top .the-header-top-left ul li {
  color: #DEDCE3;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  transition: 0.3s all;
}
.header-style-three .the-header-top .the-header-top-left ul li i {
  margin-right: 12px;
}
.header-style-three .the-header-top .the-header-top-left ul li:hover {
  color: var(--the-common-white);
}
.header-style-three .the-header-top .the-header-top-left ul li:not(:last-child)::after {
  position: absolute;
  right: -18px;
  top: 0;
  height: 100%;
  width: 1px;
  content: "";
  background: #41315D;
  border-radius: 5px;
}
.header-style-three .the-header-top-right {
  justify-content: end;
  gap: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .header-style-three .the-header-top-right {
    justify-content: center;
  }
}
.header-style-three .the-header-top-right .top-btn a {
  font-size: 14px;
  color: #DEDCE3;
  transition: 0.3s all;
}
.header-style-three .the-header-top-right .top-btn a svg {
  margin-right: 8px;
}
.header-style-three .the-header-top-right .top-btn a svg path {
  transition: 0.3s all;
}
.header-style-three .the-header-top-right .top-btn a:hover {
  color: var(--the-common-white);
}
.header-style-three .the-header-top-right .top-btn a:hover svg path {
  fill: var(--the-common-white);
}
.header-style-three .tuition-user-profile .login-btn .tutor-dashboard-permalinks .tutor-dashboard-menu-item:hover .tutor-dashboard-menu-item-icon {
  color: var(--the-theme-2);
}
.header-style-three .tuition-user-profile .login-btn .tutor-dashboard-permalinks .tutor-dashboard-menu-item:hover .tutor-dashboard-menu-item-link {
  color: var(--the-theme-2);
}
.header-style-three .tuition-user-profile .login-btn .tutor-dashboard-permalinks .tutor-dashboard-menu-item:hover .tutor-dashboard-menu-item-text {
  color: var(--the-theme-2);
}
.header-style-three.header-style-five .the-header-top {
  background: var(--the-theme-4);
  padding: 9.5px 0;
}
.header-style-three.header-style-five .the-header-top .the-header-top-five ul {
  list-style: none;
}
.header-style-three.header-style-five .the-header-top .the-header-top-five ul li {
  color: var(--the-common-white);
  line-height: 150%;
}
.header-style-three.header-style-five .the-header-menu > nav > ul > li:not(:last-child) {
  margin-right: 32px;
}
.header-style-three.header-style-five .tuition-user-profile .login-btn .tutor-dashboard-permalinks .tutor-dashboard-menu-item:hover .tutor-dashboard-menu-item-icon {
  color: var(--the-theme-4);
}
.header-style-three.header-style-five .tuition-user-profile .login-btn .tutor-dashboard-permalinks .tutor-dashboard-menu-item:hover .tutor-dashboard-menu-item-link {
  color: var(--the-theme-4);
}
.header-style-three.header-style-five .tuition-user-profile .login-btn .tutor-dashboard-permalinks .tutor-dashboard-menu-item:hover .tutor-dashboard-menu-item-text {
  color: var(--the-theme-4);
}
.header-style-three.header-style-five .the-header-menu > nav > ul > li:hover > a {
  color: var(--the-theme-4);
}
.header-style-three.header-style-five .the-header-menu > nav > ul > li:hover.has-dropdown:after {
  color: var(--the-theme-4);
}
.header-style-three.header-style-five .the-header-menu > nav > ul > li .submenu li.has-dropdown:hover > a {
  color: var(--the-theme-4);
}
.header-style-three.header-style-five .the-header-menu > nav > ul > li .submenu li:hover > a {
  color: var(--the-theme-4);
}
.header-style-three.header-style-five .the-header-menu > nav > ul > li .submenu li:hover > a:before {
  background-color: var(--the-theme-4);
}
.header-style-three.header-style-five .the-header-right {
  justify-content: end;
}
.header-style-three.header-style-five .the-header-right .the-btn.five.border-btn {
  background: transparent;
  border-color: var(--the-theme-4);
  color: var(--the-theme-4);
  padding: 12px 24px;
  height: 46px;
  border-radius: 12px;
}
.header-style-three.header-style-five .the-header-right .the-btn.five.border-btn:hover {
  color: var(--the-common-white);
}
.header-style-three.header-style-five .the-header-right .the-btn.five.border-btn:hover::after {
  background: var(--the-theme-4);
}
.header-style-three.header-style-five .the-header-bar button span {
  background-color: var(--the-theme-4);
}

.the-header-category-menu .the-header-menu nav ul li > a {
  font-size: 16px;
  font-weight: 600;
}
.the-header-category-menu .the-header-menu nav > ul > li.has-dropdown:after {
  display: none;
}
.the-header-category-menu .the-header-menu nav > ul > li.has-dropdown:before {
  content: "";
  position: absolute;
  top: 52%;
  right: -20px; /* Adjust as needed */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--the-common-black-2); /* This creates the downward arrow */
  transition: 0.3s all;
}
.the-header-category-menu .the-header-menu nav > ul > li.has-dropdown a:before {
  display: none;
}
.the-header-category-menu .the-header-menu nav > ul > li:hover:before {
  border-top: 6px solid var(--the-theme-4);
}

.social-wrap a {
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  color: #B3A4CD;
  display: inline-block;
  position: relative;
  margin-right: 17px;
  transition: 0.3s all;
}
.social-wrap a:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 24px;
  background-color: #B3A4CD;
  top: 50%;
  right: -50%;
  transform: translate(-50%, -50%);
}
.social-wrap a:hover {
  color: var(--the-common-white);
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
  z-index: 333;
  visibility: visible;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
  background-color: var(--the-common-white);
}
.header-sticky .the-header-menu > nav > ul > li > a {
  padding: 27px 0;
}

.the-header-search-form {
  margin-right: 58px;
  width: 268px;
}
.the-header-search-form input {
  border-radius: 8px;
  border: 1px solid #E2E2E2;
  height: 49px;
  background-color: #F8F8F8;
}
.the-header-search-form input:focus {
  border: 1px solid #FE4646;
}
.the-header-search-form input::placeholder {
  color: #666666;
  font-weight: 400;
  font-size: 14px;
}
.the-header-search-form form {
  position: relative;
}
.the-header-search-form form button {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #545454;
}
.the-header-search-form form button i {
  font-weight: 300;
  color: #FE4646;
}

.the-header-right-cart-btn {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-left: -30px;
  justify-content: end;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .the-header-right-cart-btn {
    margin-left: 0;
    gap: 24px;
  }
}
.the-header-right-cart-btn a {
  color: #072F60;
  font-size: 16px;
  font-family: var(--the-ff-manrope);
  font-weight: 700;
}
.the-header-right-cart-btn .user {
  position: relative;
}
.the-header-right-cart-btn .user::after {
  position: absolute;
  left: -16px;
  top: 0;
  height: 100%;
  width: 1px;
  content: "";
  background: rgba(102, 102, 102, 0.5);
}
.the-header-right-cart-btn span {
  transition: 0.3s all;
}
.the-header-right-cart-btn span svg path {
  transition: 0.3s all;
}
.the-header-right-cart-btn span:hover {
  color: var(--the-theme-4);
}
.the-header-right-cart-btn span a:hover {
  color: var(--the-theme-4);
}
.the-header-right-cart-btn span a:hover svg {
  transition: 0.3s all;
}
.the-header-right-cart-btn span a:hover svg path {
  stroke: var(--the-theme-4);
}
.the-header-right-cart-btn .search-open-btn {
  margin-top: 5px;
}
.the-header-right-cart-btn .search-open-btn i {
  font-weight: 400;
  color: var(--the-common-black-2);
}
.the-header-right-cart-btn .search-open-btn:hover i {
  color: var(--the-theme-4);
}
.the-header-right-cart-btn.mobile .cart {
  position: relative;
}
.the-header-right-cart-btn.mobile .cart::after {
  position: absolute;
  left: -16px;
  top: 0;
  height: 100%;
  width: 1px;
  content: "";
  background: rgba(102, 102, 102, 0.5);
}

.tuition-user-profile .login-btn {
  position: relative;
  padding: 29px 0;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tuition-user-profile .login-btn {
    margin-top: -15px;
    margin-bottom: -15px;
  }
}
.tuition-user-profile .login-btn img {
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 50%;
}
.tuition-user-profile .login-btn span.name {
  font-size: 17px;
  font-weight: 600;
  margin-right: 12px;
  text-transform: capitalize;
  font-family: var(--the-ff-manrope);
  color: var(--the-common-black-2);
}
.tuition-user-profile .login-btn::after {
  position: absolute;
  left: -16px;
  top: 0;
  height: 40px;
  width: 1px;
  content: "";
  background: rgba(102, 102, 102, 0.5);
  top: 50%;
  transform: translateY(-50%);
}
.tuition-user-profile .login-btn .tutor-dashboard-permalinks {
  position: absolute;
  right: -30%;
  top: 100%;
  list-style: none;
  width: 344px;
  padding: 32px 42px;
  border-radius: 0 0 8px 8px;
  background-color: var(--the-common-white);
  z-index: 99;
  visibility: hidden;
  transition: 0.3s;
  transition-duration: 0.1s;
  transform-origin: top;
  opacity: 0;
  -webkit-transform: perspective(300px) rotateX(-18deg);
  -moz-transform: perspective(300px) rotateX(-18deg);
  -ms-transform: perspective(300px) rotateX(-18deg);
  -o-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg);
}
@media only screen and (max-width: 575px) {
  .tuition-user-profile .login-btn .tutor-dashboard-permalinks {
    width: 270px;
    padding: 20px;
    margin-right: -30px;
  }
}
.tuition-user-profile .login-btn .tutor-dashboard-permalinks .tutor-dashboard-menu-item .tutor-dashboard-menu-item-link {
  color: var(--the-common-black-2);
  font-family: var(--the-ff-manrope);
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
  width: 100%;
}
.tuition-user-profile .login-btn .tutor-dashboard-permalinks .tutor-dashboard-menu-item .tutor-dashboard-menu-item-link .tutor-dashboard-menu-item-icon {
  margin-right: 12px;
  transition: 0.3s all;
}
.tuition-user-profile .login-btn .tutor-dashboard-permalinks .tutor-dashboard-menu-item .tutor-dashboard-menu-item-link .tutor-dashboard-menu-item-icon:before {
  font-size: 22px;
  font-weight: 400;
}
.tuition-user-profile .login-btn .tutor-dashboard-permalinks .tutor-dashboard-menu-item .tutor-dashboard-menu-item-link .tutor-dashboard-menu-item-text {
  margin: 0;
}
.tuition-user-profile .login-btn .tutor-dashboard-permalinks .tutor-dashboard-menu-item:not(:last-child) {
  margin-bottom: 20px;
}
.tuition-user-profile .login-btn .tutor-dashboard-permalinks .tutor-dashboard-menu-item:hover .tutor-dashboard-menu-item-icon {
  color: var(--the-theme-4);
}
.tuition-user-profile .login-btn:hover .tutor-dashboard-permalinks {
  visibility: visible;
  transition-duration: 0.2s;
  transform: perspective(300px) rotateX(0deg);
  opacity: 1;
}
.tuition-user-profile.mobile .login-btn a {
  height: 30px;
  width: 30px;
  display: block;
}
.tuition-user-profile.mobile .login-btn a img {
  height: 30px;
  width: 30px;
}
.tuition-user-profile.mobile .login-btn a span.name {
  display: none;
}
.tuition-user-profile.mobile .login-btn:after {
  height: 22px;
}

.the-header-right-action {
  gap: 18px;
}

.the-header-search-form .tution-ajax-search {
  position: relative;
  z-index: 99;
}
.the-header-search-form .tution-ajax-search.style-1 input {
  color: var(--the-common-white);
}
.the-header-search-form .tution-ajax-search .tution-search-wrap {
  position: absolute;
  bottom: -50%;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 99;
}
.the-header-search-form .tution-ajax-search .tution-search-wrap #course-header-results ul {
  list-style: none;
  box-shadow: 0 30px 200px rgba(0, 0, 0, 0.15);
  margin-top: 5px;
  border-radius: 10px;
  background-color: var(--the-common-white);
  width: 500px;
}
.the-header-search-form .tution-ajax-search .tution-search-wrap #course-header-results ul li {
  display: flex;
  align-items: center;
  padding: 14px;
  transition: 0.3s all;
  gap: 12px;
  border-bottom: 1px solid #F3F5F9;
}
.the-header-search-form .tution-ajax-search .tution-search-wrap #course-header-results ul li img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 5px;
}
.the-header-search-form .tution-ajax-search .tution-search-wrap #course-header-results ul li a {
  color: var(--the-common-black-2);
  font-weight: 800;
  font-family: var(--the-ff-manrope);
  display: block;
  transition: 0.3s all;
  font-size: 16px;
  line-height: 24px;
}
.the-header-search-form .tution-ajax-search .tution-search-wrap #course-header-results ul li a span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #545454;
}
.the-header-search-form .tution-ajax-search .tution-search-wrap #course-header-results ul li:last-child {
  border-bottom: none;
}
.the-header-search-form .tution-ajax-search .tution-search-wrap #course-header-results ul li:hover {
  background-color: #F3F5F9;
  border-radius: 5px;
}

/*----------------------------------------*/
/*  20. hero css start
/*----------------------------------------*/
.tuition-hero-area {
  padding: 227px 0;
  position: relative;
  z-index: 1; /* This should create a stacking context */
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tuition-hero-area {
    padding: 130px 0;
  }
}
.tuition-hero-area:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(90deg, rgb(7, 7, 7), rgba(254, 70, 70, 0.34));
  z-index: -1; /* Works now as the parent has 'position: relative' */
}
.tuition-hero-area .tuition-hero-content h2 {
  font-size: 72px;
  line-height: 1.3;
  color: var(--the-common-white);
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tuition-hero-area .tuition-hero-content h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tuition-hero-area .tuition-hero-content h2 {
    font-size: 35px;
  }
}
.tuition-hero-area .tuition-hero-content .tuition-hero-form {
  padding-right: 151px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tuition-hero-area .tuition-hero-content .tuition-hero-form {
    padding-right: 0;
  }
}
.tuition-hero-area .tuition-hero-content .tuition-hero-form form {
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.tuition-hero-area .tuition-hero-content .tuition-hero-form form input {
  padding: 18px 24px;
  border-radius: 16px;
  height: 65px;
  font-size: 14px;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(254, 70, 70, 0.2);
}
.tuition-hero-area .tuition-hero-content .tuition-hero-form form input:focus {
  border: 1px solid var(--the-theme-4);
}
.tuition-hero-area .tuition-hero-content .tuition-hero-form form input::placeholder {
  color: var(--the-common-white);
  font-weight: 400;
}
.tuition-hero-area .tuition-hero-content .tuition-hero-form form .the-btn {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  padding: 12px 18px;
  height: 45px;
  background-color: var(--the-theme-4);
  border-radius: 9px;
}
.tuition-hero-area .tuition-hero-content .tuition-hero-form form .the-btn i {
  font-size: 11px;
  margin-right: 10px;
  margin-left: 0;
  font-weight: 400;
}
.tuition-hero-area .tuition-hero-content .tuition-hero-form .tuition-hero-tag {
  gap: 16px;
}
.tuition-hero-area .tuition-hero-content .tuition-hero-form .tuition-hero-tag h4 {
  color: var(--the-common-white);
  font-size: 18px;
  line-height: 1.3;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tuition-hero-area .tuition-hero-content .tuition-hero-form .tuition-hero-tag h4 {
    display: none;
  }
}
.tuition-hero-area .tuition-hero-content .tuition-hero-form .tuition-hero-tag .tag {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.tuition-hero-area .tuition-hero-content .tuition-hero-form .tuition-hero-tag .tag a {
  color: var(--the-common-white);
  line-height: 150%;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 14.4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.3s all;
}
.tuition-hero-area .tuition-hero-content .tuition-hero-form .tuition-hero-tag .tag a:hover {
  background-color: var(--the-theme-4);
}

.tuition-hero-area.tuition-hero-area-two .tuition-hero-content h2 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tuition-hero-area.tuition-hero-area-two .tuition-hero-content h2 {
    font-size: 60px;
  }
}
.tuition-hero-area.tuition-hero-area-two .tuition-hero-content p {
  color: #545454;
  font-family: var(--the-ff-manrope);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 32px;
}
.tuition-hero-area.tuition-hero-area-two .tuition-hero-content .tuition-hero-form {
  padding-right: 0;
}
.tuition-hero-area.tuition-hero-area-two .tuition-hero-thumbnail {
  margin-left: 24px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tuition-hero-area.tuition-hero-area-two .tuition-hero-thumbnail {
    margin-right: -50px;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tuition-hero-area.tuition-hero-area-two .tuition-hero-thumbnail {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tuition-hero-area.tuition-hero-area-two .tuition-hero-thumbnail {
    margin-top: 30px;
  }
}

/*----------------------------------------*/
/*  21. menu css start
/*----------------------------------------*/
.the-header-menu > nav > ul > li {
  position: relative;
}
.the-header-menu > nav > ul > li.has-dropdown::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-size: 14px;
  margin-left: 1px;
  font-weight: 400;
  transition: 0.3s;
  transform: translateY(1px);
  color: var(--the-common-black-2);
  margin-left: 15px;
}
.the-header-menu > nav > ul > li:hover a {
  color: var(--the-theme-4);
}
.the-header-menu > nav > ul > li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  text-align: left;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transition-duration: 0.1s;
  transform-origin: top;
  -webkit-transform: perspective(300px) rotateX(-18deg);
  -moz-transform: perspective(300px) rotateX(-18deg);
  -ms-transform: perspective(300px) rotateX(-18deg);
  -o-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg);
  background-color: var(--the-common-white);
  border-radius: 0 0 8px 8px;
  z-index: 9999;
}
.the-header-menu > nav > ul > li .submenu.the-megamenu-wrapper {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 55px 70px 55px 70px;
  width: 1320px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .the-header-menu > nav > ul > li .submenu.the-megamenu-wrapper {
    width: 100%;
  }
}
.the-header-menu > nav > ul > li .submenu > li {
  list-style: none;
  display: block;
}
.the-header-menu > nav > ul > li .submenu > li:not(:last-child) {
  margin-bottom: 13px;
}
.the-header-menu > nav > ul > li .submenu > li > a {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  color: var(--the-common-black);
  font-family: var(--the-ff-rubik);
}
.the-header-menu > nav > ul > li .submenu > li > a::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  height: 2px;
  width: 0px;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  background-color: var(--the-theme-4);
}
.the-header-menu > nav > ul > li .submenu > li:hover > a {
  padding-left: 25px;
  color: var(--the-theme-4);
}
.the-header-menu > nav > ul > li .submenu > li:hover > a::before {
  width: 20px;
  visibility: visible;
  opacity: 1;
}
.the-header-menu > nav > ul > li .submenu .submenu {
  left: 100%;
  top: 0;
}
.the-header-menu > nav > ul > li:hover.has-dropdown::after {
  transform: rotate(-180deg);
  color: var(--the-theme-4);
}
.the-header-menu > nav > ul > li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.2s;
  transform: perspective(300px) rotateX(0deg);
}
.the-header-menu > nav > ul > li:hover > .submenu li:hover .submenu {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.2s;
  transform: perspective(300px) rotateX(0deg);
}
.the-header-menu > nav > ul > li:hover > .submenu.has-home-img {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.2s;
  transform: perspective(300px) rotateX(0deg);
}

.the-homemenu-wrapper {
  padding: 55px 70px 20px 70px;
}

.the-megamenu-list li {
  list-style: none;
  display: block;
}
.the-megamenu-list li:not(:last-child) {
  margin-bottom: 18px;
}
.the-megamenu-list li a {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  position: relative;
  color: var(--the-common-black);
}
.the-megamenu-list li a::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  height: 2px;
  width: 0px;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  background-color: var(--the-common-black);
}
.the-megamenu-list li:hover > a {
  padding-left: 25px;
}
.the-megamenu-list li:hover > a::before {
  width: 20px;
  visibility: visible;
  opacity: 1;
}
.the-megamenu-thumb {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 300px;
}
.the-megamenu-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.the-megamenu-text {
  position: relative;
  z-index: 99;
  bottom: -18%;
  transform: rotate(-90deg) translateY(-100%);
  text-align: center;
}
.the-megamenu-text h4 {
  font-size: 115px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -1.6px;
  color: rgba(25, 25, 26, 0.1);
}
.the-megamenu-text span {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.3px;
  color: rgba(25, 25, 26, 0.4);
  text-transform: capitalize;
}
.the-megamenu-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  padding-bottom: 10px;
  margin-right: 65px;
  font-family: var(--the-ff-nunito);
  border-bottom: 1px solid rgba(11, 11, 11, 0.1098039216);
}

.the-header-menu nav ul li .has-home-img {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
  background-color: var(--the-common-white);
  border-radius: 0 0 8px 8px;
  margin: 0 auto;
  transition: 0.3s all;
}
.the-header-menu nav ul li .has-home-img.submenu {
  padding: 0;
}
.the-header-menu nav ul li .has-home-img .home-img {
  padding: 0px 10px;
  position: relative;
  margin-bottom: 40px;
}
.the-header-menu nav ul li .has-home-img .home-img-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: capitalize;
  display: inline-block;
  color: var(--the-common-black);
  font-family: var(--the-ff-body);
}
.the-header-menu nav ul li .has-home-img .home-img-title a {
  background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}
.the-header-menu nav ul li .has-home-img .home-img-title:hover a {
  background-size: 0% 1px, 100% 1px;
}

.the-megamenu-space-2 {
  margin-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .the-megamenu-space-2 {
    margin-left: 0;
  }
}

.home-img-btn {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 1;
}

.home-img-thumb {
  position: relative;
  padding: 10px;
  width: 100%;
  height: 215px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.home-img-thumb img {
  transition: 0.9s;
}
.home-img-thumb.home-img-overly::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 15, 28, 0.3);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.home-img-thumb.coming-soon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(7px);
  border-radius: 14px;
  content: "";
}
.home-img-thumb:hover img {
  transform: scale(1.1);
}
.home-img-thumb:hover.home-img-overly::after {
  opacity: 1;
  visibility: visible;
}
.home-img-thumb:hover .home-img-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}

.the-menu-mobile .the-menu-content,
.the-category-mobile-menu .the-menu-content {
  margin-bottom: 70px;
}
.the-menu-mobile .home-img,
.the-category-mobile-menu .home-img {
  margin-bottom: 20px;
}
.the-menu-mobile .home-img-title,
.the-category-mobile-menu .home-img-title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  font-family: var(--the-ff-rubik);
  color: var(--the-common-white);
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}
.the-menu-mobile .home-img-title:hover,
.the-category-mobile-menu .home-img-title:hover {
  background-size: 0% 1px, 100% 1px;
}
.the-menu-mobile ul,
.the-category-mobile-menu ul {
  position: static;
  display: block;
  box-shadow: none;
}
.the-menu-mobile ul li,
.the-category-mobile-menu ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}
.the-menu-mobile ul li:not(:last-child) > a,
.the-category-mobile-menu ul li:not(:last-child) > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.the-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn,
.the-category-mobile-menu ul li.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 25%;
  transform: translateY(-2px);
  font-size: 18px;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  transition: all 0.3s ease-in-out;
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 21px;
  text-align: center;
  border: 1px solid rgba(176, 162, 162, 0.35);
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.the-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i,
.the-category-mobile-menu ul li.has-dropdown > a .dropdown-toggle-btn i {
  transition: all 0.3s ease-in-out;
  margin-left: 2px;
}
.the-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i,
.the-category-mobile-menu ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
  transform: rotate(90deg);
}
.the-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover,
.the-category-mobile-menu ul li.has-dropdown > a .dropdown-toggle-btn:hover {
  background-color: var(--the-theme-4);
  border-color: var(--the-theme-4);
  color: var(--the-common-white);
}
.the-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover i,
.the-category-mobile-menu ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
  color: var(--the-common-white);
}
.the-menu-mobile ul li.has-dropdown > a.expanded,
.the-category-mobile-menu ul li.has-dropdown > a.expanded {
  color: var(--the-theme-4);
}
.the-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened,
.the-category-mobile-menu ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--the-theme-4);
  border-color: var(--the-theme-4);
  color: var(--the-common-white);
}
.the-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i,
.the-category-mobile-menu ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: var(--the-common-white);
}
.the-menu-mobile ul li.has-dropdown:hover > a::after,
.the-category-mobile-menu ul li.has-dropdown:hover > a::after {
  color: var(--the-theme-green);
}
.the-menu-mobile ul li:last-child a span,
.the-category-mobile-menu ul li:last-child a span {
  border-bottom: 0;
}
.the-menu-mobile ul li > a,
.the-category-mobile-menu ul li > a {
  display: block;
  font-size: 16px;
  color: var(--the-common-white);
  position: relative;
  padding: 10px 0;
  padding-right: 20px;
  text-transform: capitalize;
}
.the-menu-mobile ul li > a svg,
.the-category-mobile-menu ul li > a svg {
  transform: translateY(-2px);
}
.the-menu-mobile ul li > a > i,
.the-category-mobile-menu ul li > a > i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}
.the-menu-mobile ul li > a .menu-text,
.the-category-mobile-menu ul li > a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: 1px solid #EAEBED;
  width: 82%;
  display: inline-block;
  padding: 19px 0 17px;
}
.the-menu-mobile ul li img,
.the-category-mobile-menu ul li img {
  width: 100%;
}
.the-menu-mobile ul li ul,
.the-category-mobile-menu ul li ul {
  padding: 0;
}
.the-menu-mobile ul li ul li,
.the-category-mobile-menu ul li ul li {
  padding: 0;
}
.the-menu-mobile ul li ul li a,
.the-category-mobile-menu ul li ul li a {
  margin-left: auto;
  width: 93%;
  padding: 10px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-left: 0;
  padding-right: 20px;
}
.the-menu-mobile ul li ul li li a,
.the-category-mobile-menu ul li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-left: 0;
  padding-right: 20px;
}
.the-menu-mobile ul li ul li li li a,
.the-category-mobile-menu ul li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-left: 0;
  padding-right: 20px;
}
.the-menu-mobile ul li ul li li li li a,
.the-category-mobile-menu ul li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-left: 0;
  padding-right: 20px;
}
.the-menu-mobile ul li:hover > a::after,
.the-category-mobile-menu ul li:hover > a::after {
  color: var(--the-theme-1);
}
.the-menu-mobile ul li:hover > a .dropdown-toggle-btn i,
.the-category-mobile-menu ul li:hover > a .dropdown-toggle-btn i {
  color: var(--the-theme-4);
}
.the-menu-mobile ul li:hover .mega-menu,
.the-category-mobile-menu ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.the-menu-mobile ul li .mega-menu, .the-menu-mobile ul li .submenu,
.the-category-mobile-menu ul li .mega-menu,
.the-category-mobile-menu ul li .submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .the-menu-mobile ul li .mega-menu, .the-menu-mobile ul li .submenu,
  .the-category-mobile-menu ul li .mega-menu,
  .the-category-mobile-menu ul li .submenu {
    display: block;
  }
}
.the-menu-mobile ul li .mega-menu li, .the-menu-mobile ul li .submenu li,
.the-category-mobile-menu ul li .mega-menu li,
.the-category-mobile-menu ul li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}
.the-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn, .the-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn,
.the-category-mobile-menu ul li .mega-menu li:hover a .dropdown-toggle-btn,
.the-category-mobile-menu ul li .submenu li:hover a .dropdown-toggle-btn {
  color: var(--the-theme-1);
}
.the-menu-mobile .the-menu-content ul li:not(:last-child) .home-img-title a,
.the-category-mobile-menu .the-menu-content ul li:not(:last-child) .home-img-title a {
  border-bottom: none;
}
.the-menu-mobile * ul, .the-menu-mobile * li,
.the-category-mobile-menu * ul,
.the-category-mobile-menu * li {
  transition: none !important;
}

.the-header-menu nav ul li.p-static {
  position: static;
}

.the-category-mobile-menu nav {
  display: none;
}

.the-header-menu > nav > ul > li.last_menu_item .submenu {
  left: auto;
  right: 100%;
  top: auto;
}

.the-header-menu > nav > ul > li .submenu li .submenu {
  top: auto;
}

.the-header-category-menu .the-header-menu nav ul li .submenu {
  padding-left: 0;
  padding-right: 0;
}
.the-header-category-menu .the-header-menu nav ul li .submenu li.has-dropdown > a {
  display: block;
}
.the-header-category-menu .the-header-menu nav ul li .submenu li.has-dropdown > a:after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  font-size: 14px;
  margin-left: 1px;
  font-weight: 400;
  transition: 0.3s;
  transform: translateY(1px);
  color: var(--the-common-black-2);
  position: absolute;
  right: 30px;
}
.the-header-category-menu .the-header-menu nav ul li .submenu li.has-dropdown > a:before {
  display: none;
}
.the-header-category-menu .the-header-menu nav ul li .submenu li a {
  padding-left: 30px;
  padding-right: 30px;
}
.the-header-category-menu .the-header-menu nav ul li .submenu li a:before {
  display: none;
}
.the-header-category-menu .the-header-menu nav ul li .submenu li:hover > .submenu {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.the-header-category-menu .the-header-menu nav ul li .submenu li:hover > .submenu .submenu {
  visibility: hidden;
  opacity: 0;
  top: 0;
  transition: 0.3s all;
}
.the-header-category-menu .the-header-menu nav ul li .submenu li:hover > .submenu li:hover > .submenu {
  visibility: visible;
  opacity: 1;
}

.has-home-img-width.w-90 {
  width: 90% !important;
}
.has-home-img-width.border-radius-24 {
  border-radius: 0px 0px 8px 8px;
}
.has-home-img-width.w-1350 {
  width: 1350px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .has-home-img-width.w-1350 {
    width: 1140px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .has-home-img-width.w-1350 {
    width: auto !important;
  }
}
.has-home-img-width.w-1033 {
  width: 1033px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .has-home-img-width.w-1033 {
    width: 960px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .has-home-img-width.w-1033 {
    width: auto !important;
  }
}

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

/*----------------------------------------*/
/*  32. blog css start
/*----------------------------------------*/
.the-blog-mlr {
  margin: 0 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .the-blog-mlr {
    margin: 0 39px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .the-blog-mlr {
    margin: 0;
  }
}
.the-blog-wrap {
  padding-top: 115px;
  padding-bottom: 305px;
  border-radius: 50px 50px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background: linear-gradient(180deg, #f1f5ff 0%, rgba(241, 245, 255, 0) 100%);
}
.the-blog-thumb {
  border-radius: 24px 24px 0 0;
  z-index: 1;
}
.the-blog-thumb img {
  border-radius: 24px 24px 0 0;
}
.the-blog-title {
  font-size: 22px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .the-blog-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .the-blog-title {
    font-size: 20px;
  }
}
.the-blog-meta {
  display: flex;
  gap: 32px;
  align-items: center;
}
.the-blog-meta span {
  font-weight: 600;
  font-size: 16px;
  font-family: var(--the-ff-manrope);
  color: #8A8A8A;
  line-height: 100%;
}
.the-blog-meta span svg {
  margin-right: 8px;
  margin-top: -6px;
}
.the-blog-content {
  padding: 32px;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 0 0 24px 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .the-blog-content {
    padding: 30px 20px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .the-blog-content p {
    font-size: 14px;
  }
  .the-blog-content p br {
    display: none;
  }
}
.the-blog-link {
  font-weight: 600;
  font-size: 16px;
  font-family: var(--the-ff-manrope);
  color: var(--the-heading-color);
  line-height: 100%;
  padding: 16px 32px;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid rgba(36, 20, 65, 0.4);
  margin-top: 16px;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .the-blog-link {
    font-size: 15px;
  }
}
.the-blog-link:hover {
  background-color: var(--the-theme-4);
  color: var(--the-common-white);
  border-color: transparent;
}
.the-blog-item {
  border-radius: 24px;
}
.the-blog-item.sticky {
  border-top: 2px solid var(--the-theme-4);
  border-radius: 0;
}
.the-blog-item-2 .the-blog-thumb {
  position: relative;
  z-index: 1;
}
.the-blog-item-2 .the-blog-categories {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
}
.the-blog-item-2 .the-blog-categories span a {
  padding: 6px 18px;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
  background: var(--the-common-white);
  color: var(--the-heading-color);
  border-radius: 50px;
  border: 1px solid rgba(132, 94, 253, 0.1);
  display: inline-block;
  margin-bottom: 5px;
}
.the-blog-item-2 .the-blog-categories span a:hover {
  background-color: var(--the-theme-2);
  color: var(--the-common-white);
}
.the-blog-item-2 .the-blog-meta-box {
  gap: 18px;
}
.the-blog-item-2 .the-blog-meta-box .the-blog-meta span i {
  margin-right: 8px;
}
.the-blog-item-2 .the-blog-title {
  font-size: 18px;
  line-height: 1.6;
}
.the-blog-item-2 .the-blog-title:hover {
  color: var(--the-theme-2);
}
.the-blog-item-2 .the-blog-link:hover {
  background-color: var(--the-theme-2);
}
.the-blog-item-2 .the-blog-link:hover svg path {
  fill: var(--the-common-white);
}
.the-blog-item-2 .the-blog-link a svg {
  margin-left: 6px;
}
@media (max-width: 767px) {
  .the-blog-arrow-box {
    margin-top: 30px;
  }
}
.the-blog-arrow-box button span {
  height: 55px;
  width: 55px;
  line-height: 51px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  display: inline-block;
  color: var(--the-theme-1);
  background-color: #F1F5FF;
}
.the-blog-arrow-box button.slider-next {
  margin-left: 17px;
}
.the-blog-arrow-box button:hover span {
  color: var(--the-common-white);
  background-color: var(--the-theme-4);
}
.the-blog-active {
  margin: -30px;
  padding: 30px;
}

.the-pagination ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0 4px;
}
.the-pagination ul li .page-numbers {
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s;
  display: inline-block;
  background-color: #F1F5FF;
  text-align: center;
  color: var(--the-common-black-2);
  border: 1px solid rgba(1, 16, 61, 0.1);
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .the-pagination ul li .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.the-pagination ul li .page-numbers i {
  font-size: 20px;
}
.the-pagination ul li .page-numbers.current {
  color: var(--the-common-white);
  border: 1px solid var(--the-theme-4);
  background-color: var(--the-theme-4);
}
.the-pagination ul li:hover a {
  color: var(--the-common-white);
  border: 1px solid var(--the-theme-4);
  background-color: var(--the-theme-4);
}

/*--- blog list css start ---*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .the-blog-list-left {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .the-blog-list-left {
    margin-right: 0;
    margin-bottom: 70px;
  }
}
.the-blog-list-style .it-blog-content {
  padding: 30px 50px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .the-blog-list-style .it-blog-content {
    padding: 30px 25px;
    padding-bottom: 40px;
  }
}
.the-blog-list-style .it-blog-content p {
  padding-right: 40px;
  font-size: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .the-blog-list-style .it-blog-content p {
    padding-right: 0;
    font-size: 15px;
  }
}
.the-blog-list-style .it-blog-title {
  font-weight: 600;
  font-size: 35px;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .the-blog-list-style .it-blog-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .the-blog-list-style .it-blog-title {
    font-size: 25px;
  }
}
.the-blog-list-style.blog-list-left-style .it-blog-list-left {
  margin-right: 0px;
  margin-left: 78px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .the-blog-list-style.blog-list-left-style .it-blog-list-left {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .the-blog-list-style.blog-list-left-style .it-blog-list-left {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 70px;
  }
}
.the-blog-list-style.blog-list-left-style .sidebar-right {
  margin-left: 0px;
  margin-right: -33px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .the-blog-list-style.blog-list-left-style .sidebar-right {
    margin-right: 0;
  }
}

/*--- details css start ---*/
.postbox-thumb {
  padding: 90px;
  padding-bottom: 75px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .postbox-thumb {
    padding: 30px;
  }
}
.postbox-details-wrapper {
  margin-right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox-details-wrapper {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-details-wrapper {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-details-wrapper {
    margin-right: 0;
    margin-bottom: 70px;
  }
}
.postbox-details-wrapper .postbox-review-button .the-btn {
  background-color: var(--the-theme-4);
}
.postbox-details-wrapper .postbox-review-button .the-btn:hover {
  color: var(--the-common-white);
}
.postbox-details-wrapper .postbox-review-button .the-btn:hover:after {
  background-color: var(--the-common-black-2);
}
.postbox-dsc p {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.7;
  font-family: var(--the-ff-body);
  color: #686868;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-dsc p {
    font-size: 14px;
  }
}
.postbox-blockquote {
  border-radius: 10px;
  padding: 40px 100px 50px 50px;
  background-color: var(--the-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-blockquote {
    padding: 35px 40px 35px 40px;
  }
}
.postbox-blockquote span {
  margin-bottom: 0px;
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  color: var(--the-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-blockquote span {
    font-size: 19px;
  }
}
.postbox-blockquote .quote {
  position: absolute;
  top: 50%;
  right: 9%;
  z-index: -1;
  transform: translateY(-50%);
}
.postbox-banner img {
  border-radius: 10px;
  width: 100%;
}
.postbox-title {
  font-size: 35px;
  color: #262626;
  margin-bottom: 22px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox-title {
    font-size: 29px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .postbox-title {
    font-size: 24px;
  }
}
.postbox-list ul li {
  list-style-type: none;
  padding-left: 28px;
  position: relative;
}
.postbox-list ul li:not(:last-child) {
  margin-bottom: 14px;
}
.postbox-list ul li span {
  font-weight: 600;
  font-size: 18px;
  color: var(--the-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox-list ul li span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-list ul li span {
    font-size: 16px;
  }
  .postbox-list ul li span br {
    display: none;
  }
}
.postbox-list ul li span svg, .postbox-list ul li span i {
  position: absolute;
  top: 2px;
  left: 0;
  color: var(--the-theme-1);
}
.postbox-list.style-2 {
  margin-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-list.style-2 {
    margin-left: 0;
  }
}
.postbox-play-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.postbox-play-icon a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  color: var(--the-common-black);
  background-color: var(--the-common-white);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .postbox-slider-arrow-wrap {
    display: none;
  }
}
.postbox-slider-arrow-wrap .postbox-arrow-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 9;
}
.postbox-slider-arrow-wrap .postbox-arrow-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 9;
}
.postbox-slider-arrow-wrap button {
  height: 60px;
  width: 60px;
  line-height: 64px;
  background-color: var(--the-common-white);
  color: var(--the-common-black);
  text-align: center;
  font-size: 18px;
}
.postbox-more-wrap {
  padding-bottom: 60px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(95, 97, 104, 0.3);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-more-wrap {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
.postbox-more-thumb {
  flex: 0 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .postbox-more-thumb {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-more-thumb {
    display: block;
  }
}
.postbox-more-thumb::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 5px;
  transform: scale(0);
  transition: 0.4s;
  background: rgba(1, 16, 61, 0.6);
}
.postbox-more-thumb img {
  height: 100px;
  width: 100px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-more-thumb img {
    height: 80px;
    width: 80px;
  }
}
.postbox-more-thumb:hover::after {
  transform: scale(1);
}
.postbox-more-thumb:hover .postbox-more-thumb-icon {
  transform: translateY(-50%) scale(1);
}
.postbox-more-thumb-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) scale(0);
  text-align: center;
  z-index: 1;
  transition: 0.4s;
}
.postbox-more-thumb-icon i {
  font-size: 30px;
  color: var(--the-common-white);
}
.postbox-more-content a {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
  transition: 0.3s;
  color: var(--the-theme-1);
  text-decoration: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-more-content a {
    font-size: 14px;
  }
}
.postbox-more-content a:hover {
  text-decoration: underline;
}
.postbox-more-content span {
  font-weight: 500;
  font-size: 25px;
  color: #01103d;
  display: block;
  line-height: 1.25;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-more-content span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-more-content span {
    font-size: 14px;
  }
}
.postbox-comment-title {
  font-weight: 600;
  font-size: 40px;
  color: var(--the-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-comment-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .postbox-comment-title {
    font-size: 21px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-comment-title {
    font-size: 26px;
  }
}
.postbox-comment-content ul li {
  list-style-type: none;
  margin-bottom: 30px;
  display: inline-block;
}
.postbox-comment-content ul li.children {
  margin-left: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .postbox-comment-content ul li.children {
    margin-left: 0;
  }
}
.postbox-comment-user {
  padding: 55px 38px;
  border-radius: 30px;
  background-color: #F1F5FF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-comment-user {
    padding: 35px 25px;
  }
}
@media (max-width: 767px) {
  .postbox-comment-user {
    padding: 35px 25px;
    flex-wrap: wrap;
  }
}
.postbox-comment-user .reply-icon {
  position: absolute;
  top: 25%;
  right: 40px;
  padding: 9px 31px;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-block;
  background-color: #01103D;
  color: var(--the-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-comment-user .reply-icon {
    padding: 8px 20px;
    font-size: 14px;
  }
}
.postbox-comment-user .reply-icon:hover {
  color: var(--the-common-white);
  background-color: var(--the-theme-1);
}
.postbox-user-thumb {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .postbox-user-thumb {
    margin-bottom: 30px;
  }
}
.postbox-user-thumb img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin-right: 28px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-user-thumb img {
    height: 120px;
    width: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-user-thumb img {
    height: 100px;
    width: 100px;
  }
}
@media (max-width: 767px) {
  .postbox-user-thumb img {
    height: 70px;
    width: 70px;
  }
}
.postbox-user-info .user-title {
  font-size: 30px;
  color: #000;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-user-info .user-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.postbox-user-info span {
  font-weight: 400;
  font-size: 18px;
  color: #686868;
  display: block;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-user-info span {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.postbox-user-info p {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.5;
  margin-right: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-user-info p {
    font-size: 14px;
  }
}
.postbox-review-title {
  font-weight: 600;
  font-size: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-review-title {
    font-size: 30px;
  }
}
.postbox-review-input input {
  font-weight: 500;
  font-size: 15px;
  padding: 0px 30px;
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
  background-color: transparent;
  color: var(--the-common-black);
  border: 1px solid rgba(1, 16, 61, 0.2);
}
.postbox-review-input input:focus {
  border: 1px solid var(--the-theme-1);
}
.postbox-review-input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #5B5B5B;
}
.postbox-review-textarea textarea {
  border-radius: 5px;
  height: 300px;
  padding: 20px 20px;
  font-weight: 600;
  font-size: 15px;
  border: 1px solid rgba(1, 16, 61, 0.2);
  background-color: transparent;
  resize: none;
}
@media (max-width: 767px) {
  .postbox-review-textarea textarea {
    height: 170px;
  }
}
.postbox-review-textarea textarea:focus {
  border: 1px solid var(--the-theme-1);
}
.postbox-review-textarea textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #5B5B5B;
}
@media (max-width: 767px) {
  .postbox-tag {
    margin-bottom: 20px;
  }
}
.postbox-tag-title {
  font-weight: 500;
  font-size: 30px;
  color: #00102f;
  margin: 0;
  margin-right: 18px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-tag-title {
    font-size: 22px;
  }
}
.postbox-tag-content a {
  padding: 14px 28px;
  line-height: 100%;
  display: inline-block;
  background-color: transparent;
  font-weight: 600;
  font-size: 14px;
  color: #8A8A8A;
  transition: 0.3s;
  border-radius: 70px;
  border: 1px solid #E6E6E6;
}
.postbox-tag-content a:not(:last-child) {
  margin-right: 10px;
}
.postbox-tag-content a:hover {
  color: var(--the-common-white);
  background-color: var(--the-theme-4);
}
.postbox-share-content a {
  font-size: 18px;
  display: inline-block;
  transition: 0.3s;
  font-size: 20px;
  color: var(--the-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-share-content a {
    font-size: 16px;
  }
}
.postbox-share-content a:not(:last-child) {
  margin-right: 15px;
}
.postbox-share-content a:hover {
  color: var(--the-theme-1);
}
.postbox-left-style .postbox-details-wrapper {
  margin-right: 0px;
  margin-left: 78px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox-left-style .postbox-details-wrapper {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-left-style .postbox-details-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-left-style .postbox-details-wrapper {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 70px;
  }
}
.postbox-left-style .sidebar-right {
  margin-left: 0px;
  margin-right: -33px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-left-style .sidebar-right {
    margin-right: 0;
  }
}
.postbox-wide-style .postbox-details-wrapper {
  margin-right: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-wide-style .postbox-details-wrapper {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-wide-style .postbox-details-wrapper {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.postbox-wide-style .sidebar-right {
  margin-left: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-wide-style .sidebar-right {
    margin-left: 0;
  }
}
.postbox-wide-style .postbox-comment-content ul li.children {
  margin-left: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-wide-style .postbox-comment-content ul li.children {
    margin-left: 0;
  }
}

.sidebar-button button {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sidebar-button button i {
  color: var(--the-common-black);
}
.sidebar-contact {
  padding: 72px 16px 50px 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  z-index: 2;
}
.sidebar-contact::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(24, 24, 24, 0.7);
  content: "";
  border-radius: 5px;
  z-index: -1;
}
.sidebar-contact-call a {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: var(--the-common-white);
  margin-bottom: 20px;
}
.sidebar-contact-call i {
  display: block;
  font-size: 42px;
  color: var(--the-theme-1);
  margin-bottom: 10px;
}
.sidebar-contact-time span {
  display: inline-block;
  font-size: 14px;
  color: var(--the-common-white);
  margin-bottom: 15px;
}
.sidebar__main-thumb img {
  border-radius: 10px;
}
.sidebar__title {
  font-size: 45px;
  margin-bottom: 20px;
}
.sidebar__banner img {
  border-radius: 10px;
}
.sidebar__banner-right {
  padding: 46px 51px 50px 30px;
  background: var(--the-grey-1);
  border-radius: 10px;
}
.sidebar__banner-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.sidebar__banner-list ul li {
  position: relative;
  list-style: none;
  padding-left: 25px;
  color: var(--the-common-black);
  margin-bottom: 10px;
}
.sidebar__banner-list ul li i {
  position: absolute;
  color: var(--the-theme-1);
  top: 3px;
  left: 0;
}
.sidebar__content-title {
  font-size: 40px;
}
.sidebar__button a {
  text-transform: uppercase;
  border-radius: 50px;
}
.sidebar-widget-title {
  font-weight: 700;
  font-size: 26px;
  text-transform: capitalize;
  color: var(--the-common-black);
  font-family: var(--the-ff-body);
}
.sidebar-widget-list {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #E2E1E1;
  border-radius: 5px;
  padding: 0px 30px;
  display: flex;
  justify-content: space-between;
  color: #4D5756;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  transition: 0.3s;
}
.sidebar-widget-list.active {
  background-color: var(--the-theme-1);
  border-color: var(--the-theme-1);
  color: var(--the-common-white);
}
.sidebar-widget-list:hover {
  background-color: var(--the-theme-1);
  border-color: var(--the-theme-1);
  color: var(--the-common-white);
}
.sidebar-widget-quote {
  padding: 50px 60px;
  padding-bottom: 40px;
  border-radius: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sidebar-widget-quote {
    padding: 50px 20px;
    padding-bottom: 40px;
  }
}
.sidebar-widget-quote h5 {
  font-weight: 600;
  font-size: 25px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 15px;
  font-family: var(--the-ff-body);
}
.sidebar-widget-quote span {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  display: block;
  margin-bottom: 25px;
}
.sidebar-widget-quote .quote-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0.7;
  mix-blend-mode: luminosity;
}
.sidebar-search-box input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  text-transform: capitalize;
  background-color: transparent;
  border: none;
  padding-right: 60px;
  color: var(--the-common-black);
  border: 1px solid #E2E1E1;
  border-radius: 5px;
  outline: none;
}
.sidebar-search-box input:focus {
  border: 1px solid var(--the-theme-4);
}
.sidebar-search-button button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  border-radius: 50%;
  display: inline-block;
  color: var(--the-common-black);
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sidebar-right {
    margin-left: 0;
  }
}

.categories a {
  position: relative;
  padding: 15px 0px;
  font-size: 12px;
  font-weight: 700;
  display: block;
  color: #8A879F;
  text-transform: uppercase;
  margin-bottom: 15px;
  border-radius: 5px;
  transition: 0.3s;
}
.categories a:hover {
  color: var(--the-common-black);
}
.categories a:hover i {
  right: -5px;
}
.categories a i {
  position: absolute;
  right: 0;
  transition: 0.3s;
}

.tagcloud a {
  background-color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 16px 29px;
  margin-bottom: 20px;
  margin-right: 20px;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #F1F5FF;
  border-radius: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tagcloud a {
    padding: 13px 10px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tagcloud a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tagcloud a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tagcloud a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .tagcloud a {
    font-size: 13px;
    padding: 13px 10px;
    margin-right: 5px;
  }
}
.tagcloud a:hover {
  background: var(--the-theme-4);
  color: var(--the-common-white);
}
.tagcloud span {
  font-weight: 600;
  font-size: 16px;
  line-height: 12px;
  color: #202124;
  margin-right: 8px;
}

.rc-post:last-child {
  margin-bottom: 0;
}
.rc-post-thumb img {
  max-width: inherit;
  border-radius: 10px;
}
.rc-post-title {
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
  line-height: 1.4;
  margin-bottom: 10px;
  font-family: var(--the-ff-body);
  color: var(--the-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rc-post-title {
    font-size: 15px;
  }
}
.rc-post-title:hover {
  color: var(--the-theme-1);
}
.rc-meta i {
  margin-right: 10px;
  color: var(--the-theme-1);
}
.rc-meta span {
  font-weight: 400;
  font-size: 15px;
  color: var(--the-theme-1);
}

.postbox-slider-arrow-wrap .postbox-arrow-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 9;
}

.postbox-slider-arrow-wrap .postbox-arrow-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 9;
}

.postbox-slider-arrow-wrap button {
  height: 60px;
  width: 60px;
  line-height: 64px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  transition: 0.3s;
  color: var(--the-common-black);
  background-color: var(--the-common-white);
}
.postbox-slider-arrow-wrap button:hover {
  color: var(--the-common-white);
  background-color: var(--the-theme-1);
}

.the-blog-item.single-slider-item .the-blog-thumb img {
  height: 238px;
  object-fit: cover;
}

.the-blog-arrow-box button:hover svg path {
  fill: var(--the-common-white);
}
.the-blog-arrow-box svg path {
  fill: var(--the-common-black-2);
}

.blog-video-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  display: inline-block;
  height: 120px;
  width: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  font-size: 26px;
  background-color: var(--the-theme-4);
}
.blog-video-btn i {
  color: var(--the-common-white);
}

/*----------------------------------------*/
/*  15. error css start
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-error-thumb {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-error-content .it-section-title {
    font-size: 39px;
  }
}
@media (max-width: 767px) {
  .it-error-content .it-section-title {
    font-size: 31px;
  }
}
@media (max-width: 767px) {
  .it-error-content p {
    font-size: 14px;
  }
  .it-error-content p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-error-area {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.tuition.course-archive-page {
  padding-top: 60px;
  padding-bottom: 98px;
}
.tuition.course-archive-page .tutor-card.tutor-course-card {
  border: none;
}
.tuition.course-archive-page .tutor-form-control.tutor-form-select.tutor-js-form-select {
  display: none;
}
.tuition.course-archive-page .tutor-grid-4 .tuition-single-course.item-2 .course-content h5 {
  font-size: 18px;
}
.tuition.course-archive-page .tutor-grid-4 .tuition-single-course.item-2 .course-content .course-author {
  flex-wrap: wrap;
}
.tuition.course-archive-page .tutor-grid-4 .tuition-single-course.item-2 .course-content .course-meta-field {
  gap: 5px;
}
.tuition.course-archive-page .tutor-grid-4 .tuition-single-course.item-2 .course-content .course-bottom-meta .list-item-price.tutor-item-price span {
  font-size: 16px;
}
.tuition.course-archive-page .tutor-grid-4 .tuition-single-course.item-2 .course-content .course-bottom-meta .list-item-price.tutor-item-price del {
  font-size: 16px;
}
.tuition.course-archive-page .tutor-grid-4 .tuition-single-course.item-2 .course-content .course-bottom-meta .the-btn {
  font-size: 16px;
  padding: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tuition.course-archive-page .tutor-grid-3 .tuition-single-course.item-2 .course-content {
    padding: 24px 15px;
  }
  .tuition.course-archive-page .tutor-grid-3 .tuition-single-course.item-2 .course-content .course-meta-field {
    gap: 10px;
  }
  .tuition.course-archive-page .tutor-grid-3 .tuition-single-course.item-2 .course-content .course-meta-field span {
    font-size: 14px;
  }
  .tuition.course-archive-page .tutor-grid-3 .tuition-single-course.item-2 .course-content h5 {
    font-size: 18px;
  }
  .tuition.course-archive-page .tutor-grid-3 .tuition-single-course.item-2 .course-content .course-author {
    flex-wrap: wrap;
  }
  .tuition.course-archive-page .tutor-grid-3 .tuition-single-course.item-2 .course-content .course-bottom-meta .the-btn {
    padding: 14px;
  }
  .tuition.course-archive-page .tutor-grid-3 .tuition-single-course.item-2 .course-content .course-bottom-meta .list-item-price.tutor-item-price del {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tuition.course-archive-page .tutor-grid-3 .tuition-single-course.item-2 .course-content .course-author {
    flex-wrap: wrap;
  }
}
.tuition.course-archive-page .tutor-widget {
  padding: 24px;
  border-radius: 16px;
  background-color: rgba(51, 51, 51, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.tuition.course-archive-page .tutor-widget .tutor-widget-title {
  padding: 18px 32px;
  background-color: #FFF4F4;
  border: 1px solid rgba(254, 70, 70, 0.3);
  border-radius: 8px;
}
.tuition.course-archive-page .tutor-widget .tutor-list-item {
  padding: 8px 24px;
  transition: 0.3s all;
  border-radius: 8px;
  color: var(--the-text-body);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tuition.course-archive-page .tutor-widget .tutor-list-item {
    padding: 16px 0;
  }
}
.tuition.course-archive-page .tutor-widget .tutor-list-item input {
  padding: 0;
}
.tuition.course-archive-page .tutor-widget .tutor-list-item input[type=checkbox]:checked,
.tuition.course-archive-page .tutor-widget .tutor-list-item input[type=radio]:checked {
  border: var(--the-theme-4);
  background-color: var(--the-theme-4);
}
.tuition.course-archive-page .tutor-widget .tutor-list-item input:checked:focus {
  outline: none;
  box-shadow: none;
}
.tuition.course-archive-page .tutor-widget .tutor-list-item:hover {
  background-color: #FFF4F4;
  color: var(--the-theme-4);
}
.tuition.course-archive-page .tutor-widget .tutor-btn {
  border: 1px solid rgba(254, 70, 70, 0.3);
  color: var(--the-text-body);
}
.tuition.course-archive-page .tutor-widget .tutor-btn:hover {
  background-color: var(--the-theme-4);
  color: var(--the-common-white);
}
.tuition.course-archive-page .tutor-pagination {
  background-color: #FFF4F4;
  border: 1px solid rgba(254, 70, 70, 0.3);
}
.tuition.course-archive-page .tutor-pagination .page-numbers {
  color: var(--the-common-black-2);
}
.tuition.course-archive-page .tutor-pagination .page-numbers.current {
  color: var(--the-theme-4);
}
.tuition.course-archive-page .tutor-pagination .page-numbers.current:before {
  background: var(--the-theme-4);
}
.tuition.course-archive-page .tutor-pagination .page-numbers.next, .tuition.course-archive-page .tutor-pagination .page-numbers.prev {
  background-color: var(--the-theme-4);
  color: var(--the-common-white);
}
.tuition.course-archive-page .tutor-pagination .page-numbers.next:hover, .tuition.course-archive-page .tutor-pagination .page-numbers.prev:hover {
  background-color: var(--the-theme-1);
}
@media (max-width: 767px) {
  .tuition.course-archive-page .tutor-pagination .tutor-pagination-hints {
    display: none;
  }
}
@media (max-width: 767px) {
  .tuition.course-archive-page .tutor-pagination .tutor-pagination-numbers {
    margin-top: 0;
  }
}
.tuition.course-archive-page .top-content {
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tuition.course-archive-page .top-content {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
}
.tuition.course-archive-page .top-content .top-left {
  gap: 24px;
}
.tuition.course-archive-page .top-content .top-left .course-count {
  padding: 20px 19px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  font-size: 16px;
  color: var(--the-common-black-2);
}
.tuition.course-archive-page .top-content .top-right {
  gap: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tuition.course-archive-page .top-content .top-right {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.tuition.course-archive-page .top-content .top-right .top-search-widget .tutor-form-wrap {
  position: relative;
}
.tuition.course-archive-page .top-content .top-right .top-search-widget .tutor-form-wrap .tutor-form-control {
  padding: 20px 24px;
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  width: 360px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tuition.course-archive-page .top-content .top-right .top-search-widget .tutor-form-wrap .tutor-form-control {
    width: auto;
  }
}
.tuition.course-archive-page .top-content .top-right .top-search-widget .tutor-form-wrap .tutor-icon-search {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 63px;
  border-radius: 0 8px 8px 0;
  background-color: var(--the-theme-4);
  color: var(--the-common-white);
  left: auto;
}
.tuition.course-archive-page .top-content .top-right .tutor-form-select {
  padding: 20px 19px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
}
.tuition.course-archive-page .top-content .top-right .tutor-form-select:after {
  display: none;
}
.tuition.course-archive-page .top-content .top-right .course_list_grid {
  padding: 14px 19px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
}
.tuition.course-archive-page .top-content .top-right .course_list_grid .grid_view {
  position: relative;
}
.tuition.course-archive-page .top-content .top-right .course_list_grid .grid_view:after {
  position: absolute;
  right: 0;
  top: -6px;
  height: 52px;
  width: 1px;
  background-color: #D9D9D9;
  content: "";
}
.tuition.course-archive-page .top-content .top-right .course_list_grid .grid_view.active svg rect {
  stroke: var(--the-theme-4);
}
.tuition.course-archive-page .top-content .top-right .course_list_grid .list_view.active svg rect {
  fill: var(--the-theme-4);
}
.tuition.course-archive-page .tuition-course-grid-list-wrap.list_view {
  grid-template-columns: 1fr;
}
.tuition.course-archive-page .tuition-course-grid-list-wrap.list_view .tuition-single-course.item-2 {
  display: flex;
  gap: 24px;
  padding: 24px;
  flex-direction: row;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), only screen and (max-width: 575px) {
  .tuition.course-archive-page .tuition-course-grid-list-wrap.list_view .tuition-single-course.item-2 {
    flex-direction: column;
  }
}
.tuition.course-archive-page .tuition-course-grid-list-wrap.list_view .tuition-single-course.item-2 .course-thumb img {
  border-radius: 16px;
  width: 371px;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), only screen and (max-width: 575px) {
  .tuition.course-archive-page .tuition-course-grid-list-wrap.list_view .tuition-single-course.item-2 .course-thumb img {
    width: 100%;
  }
}
.tuition.course-archive-page .tuition-course-grid-list-wrap.list_view .tuition-single-course.item-2 .course-content {
  width: 80%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), only screen and (max-width: 575px) {
  .tuition.course-archive-page .tuition-course-grid-list-wrap.list_view .tuition-single-course.item-2 .course-content {
    width: 100%;
  }
}
.tuition.course-archive-page .tuition-course-grid-list-wrap.list_view .tuition-single-course.item-2 .course-author {
  border-bottom: none;
}
.tuition .tutor-single-course-sidebar {
  margin-top: -250px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .tuition .tutor-single-course-sidebar {
    margin-top: 0;
  }
}
.tuition .tutor-single-course-sidebar .tutor-color-success {
  color: var(--the-theme-4);
}
.tuition .tutor-card.tutor-sidebar-card {
  border: none;
  box-shadow: 0 16px 160px rgba(0, 0, 0, 0.08);
  padding: 24px;
  border-radius: 29px;
}
.tuition .tutor-card.tutor-sidebar-card .tutor-video-player .tutor-ratio iframe {
  border-radius: 16px;
}
.tuition .tutor-card.tutor-sidebar-card .tutor-course-thumbnail img {
  border-radius: 16px;
}
.tuition .tutor-card.tutor-sidebar-card .tutor-card-body {
  background-color: transparent;
  border: none;
}
.tuition .tutor-single-course-sidebar-more {
  padding: 24px;
  border-radius: 29px;
  border: none;
  box-shadow: 0 16px 160px rgba(0, 0, 0, 0.08);
}
.tuition .tutor-single-course-sidebar-more .tutor-course-details-instructors {
  background-color: transparent;
  border: none;
}
.tuition .tutor-single-course-sidebar-more .tutor-course-details-widget {
  background-color: transparent;
  border: none;
  border-top: 1px solid var(--tutor-border-color);
}
.tuition .tutor-btn-show-more.tutor-btn {
  display: flex;
  padding: 24px !important;
  border-radius: 16px;
  border: 1px solid rgba(230, 230, 230, 0.5);
  color: var(--the-common-black-2);
  flex-direction: row-reverse;
  justify-content: space-between;
}
.tuition .tutor-accordion .tutor-accordion-item {
  border: none;
  position: relative;
}
.tuition .tutor-accordion .tutor-accordion-item .tutor-accordion-item-header {
  background-color: rgba(230, 230, 230, 0.5);
  padding: 24px;
  border-radius: 8px;
  border: none;
}
.tuition .tutor-accordion .tutor-accordion-item .tutor-accordion-item-header:after {
  height: 24px;
  width: 24px;
  background-color: var(--the-theme-4);
  color: var(--the-common-white);
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
}
.tuition .tutor-accordion .tutor-accordion-item .tutor-accordion-item-body-content {
  border: none;
}
.tuition .tutor-accordion .tutor-accordion-item .count {
  position: absolute;
  top: 30px;
  right: 60px;
  color: #6D6E75;
  font-size: 16px;
  font-weight: 400;
}

.tuition-single-course.related-course {
  background-color: transparent;
}

.tuition .tutor-user-profile-sidebar {
  width: 100%;
  float: none;
}
.tuition .tutor-user-profile-content {
  width: 100%;
  float: none;
}
.tuition.tutor-user-public-profile .photo-area .pp-area .profile-pic {
  height: 194px;
  width: 194px;
  border-radius: 50%;
  object-fit: cover;
}
.tuition.tutor-user-public-profile .tutor-user-profile-content {
  margin-bottom: 60px;
  margin-top: 30px;
}
.tuition.tutor-user-public-profile .tutor-user-profile-content .bio-wrap {
  margin-top: 0;
  padding: 60px;
  background-color: #F3F4F8;
  border-radius: 24px;
  margin-bottom: 60px;
}
.tuition.tutor-user-public-profile .tutor-user-profile-content h3 {
  margin-bottom: 30px;
  font-size: 32px !important;
  font-weight: 500;
}
.tuition.tutor-user-public-profile .tutor-user-profile-content .tuition-single-course .course-content .the-btn {
  padding: 11px 18px;
}
.tuition.tutor-user-public-profile .tutor-user-profile-content .tutor-course-card {
  padding: 0;
  box-shadow: none;
  border: none;
}

.tutor-form-check input {
  padding: 0;
}

.tutor-dashboard {
  padding-top: 80px;
}

.tutor-template-segment.tutor-login-wrap {
  margin-top: 60px;
  margin-bottom: 60px;
}

.tutor-course-details-page .tutor-course-details-tab .tutor-is-sticky {
  z-index: 1 !important;
}

.tutor-course-details-content.tutor-toggle-more-content.tutor-toggle-more-collapsed {
  z-index: 1 !important;
}

.tutor-course-single-content-wrapper input.tutor-form-check-input.tutor-form-check-circle {
  padding: 0;
}

input.tutor-form-check-input {
  padding: 0 !important;
}

body.tuition_rtl .the-header-search-form form button {
  right: auto;
  left: 22px;
}
body.tuition_rtl .the-header-menu > nav > ul > li.has-dropdown:after {
  margin-left: 0;
  margin-right: 15px;
}
body.tuition_rtl .the-header-menu > nav > ul > li:not(:last-child) {
  margin-right: 0;
  margin-left: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  body.tuition_rtl .header-style-two .header-two-right {
    margin-left: -13px;
  }
}
body.tuition_rtl .header-style-two .the-header-bar button span {
  background-color: var(--the-theme-2);
}
body.tuition_rtl .header-style-two .the-btn i {
  transform: rotate(180deg);
}
body.tuition_rtl .header-style-two.header-style-four .the-header-menu > nav > ul > li:not(:last-child) {
  margin-right: 0;
  margin-left: 40px;
}
body.tuition_rtl .header-style-two.header-style-four .the-header-menu.header-two-right > nav > ul {
  margin-right: 22px;
}
body.tuition_rtl .header-style-two.header-style-four .the-header-bar button span {
  background-color: var(--the-theme-1);
}
body.tuition_rtl .header-style-two.header-style-six .header-middle-wrap {
  margin-left: 0;
  margin-right: 0;
}
body.tuition_rtl .header-style-two.header-style-six .the-header-search-form button.cart:after {
  left: auto;
  right: -14px;
}
body.tuition_rtl .header-style-two.header-style-six .the-header-menu > nav > ul > li:not(:last-child) {
  margin-right: 0;
  margin-left: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  body.tuition_rtl .header-style-two.header-style-six .the-header-right {
    justify-content: start;
    gap: 10px;
  }
}
body.tuition_rtl .header-style-two.header-style-six .the-header-bar button span {
  background-color: var(--the-theme-4);
}
body.tuition_rtl .header-style-two.header-style-seven .header-middle-wrap {
  margin-right: 30px;
}
body.tuition_rtl .header-style-two.header-style-seven .the-header-menu.header-two-right {
  margin-left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  body.tuition_rtl .header-style-two.header-style-seven .the-header-menu.header-two-right > nav > ul li {
    margin-left: 20px;
  }
}
body.tuition_rtl .header-style-two.header-style-seven .the-header-right-cart-btn {
  margin-left: 0;
  justify-content: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  body.tuition_rtl .header-style-two.header-style-seven .the-header-right-cart-btn {
    justify-content: start;
    margin-left: 0;
  }
}
body.tuition_rtl .header-style-two.header-style-seven .the-header-bar button span {
  background-color: var(--the-theme-4);
}
body.tuition_rtl .header-style-two.header-style-eight .header-middle-wrap {
  margin-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  body.tuition_rtl .header-style-two.header-style-eight .header-middle-wrap {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  body.tuition_rtl .header-style-two.header-style-eight .the-header-menu.header-two-right {
    margin-right: -65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  body.tuition_rtl .header-style-two.header-style-eight .the-header-right-cart-btn .the-btn {
    padding: 13px 19px;
  }
}
body.tuition_rtl .header-style-two.header-style-eight .the-header-right-cart-btn .contact-info a svg {
  margin-right: 0;
  margin-left: 12px;
}
body.tuition_rtl .header-style-two.header-style-eight .the-header-bar button span {
  background-color: var(--the-theme-4);
}
body.tuition_rtl .header-style-three .the-btn:after {
  background-color: var(--the-theme-2);
}
body.tuition_rtl .header-style-three .the-btn i {
  margin-left: 0;
  margin-right: 7px;
  transform: rotate(180deg);
}
body.tuition_rtl .header-style-three .the-header-top .the-header-top-left ul li i {
  margin-right: 0;
  margin-left: 12px;
}
body.tuition_rtl .header-style-three .the-header-top .the-header-top-left ul li:after {
  right: 0;
  left: -18px;
}
body.tuition_rtl .header-style-three .the-header-bar button span {
  background-color: var(--the-theme-2);
}
body.tuition_rtl .header-style-three.header-style-five .the-header-bar button span {
  background-color: var(--the-theme-4);
}
body.tuition_rtl .the-header-right-cart-btn.mobile {
  margin-left: 0;
  margin-right: 32px;
}
body.tuition_rtl .the-header-right-cart-btn.mobile .user:after {
  left: auto;
  right: -16px;
}
body.tuition_rtl .the-header-right-cart-btn.mobile .cart:after {
  left: auto;
  right: -16px;
}
body.tuition_rtl .the-header-menu > nav > ul > li .submenu {
  left: auto;
  right: 0;
  text-align: right;
}
body.tuition_rtl .the-header-menu > nav > ul > li .submenu > li > a::before {
  left: auto;
  right: 0;
}
body.tuition_rtl .the-header-menu > nav > ul > li .submenu > li:hover > a {
  padding-left: 0;
  padding-right: 25px;
}
body.tuition_rtl .the-header-menu > nav > ul > li .submenu .submenu {
  left: auto;
  right: 100%;
  text-align: right;
}
body.tuition_rtl .the-header-area .the-header-right .contact-info a i {
  margin-right: 0;
  margin-left: 11px;
}
body.tuition_rtl .the-header-category-menu .the-header-menu nav > ul > li.has-dropdown:before {
  right: auto;
  left: -20px;
}
body.tuition_rtl .header-style-two.header-style-four .the-header-menu > nav > ul li.has-dropdown > a::before {
  right: auto;
  left: -20px;
}
body.tuition_rtl .the-header-category-menu .the-header-menu nav ul li .submenu li.has-dropdown > a:after {
  right: auto;
  left: 30px;
  transform: rotate(180deg);
}
body.tuition_rtl .the-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn, body.tuition_rtl .the-category-mobile-menu ul li.has-dropdown > a .dropdown-toggle-btn {
  right: auto;
  left: 0;
  transform: rotate(-180deg);
}
body.tuition_rtl .the-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i, body.tuition_rtl .the-category-mobile-menu ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
  transform: rotate(-90deg);
}
body.tuition_rtl .tvoffcanvas__info-icon a {
  margin-right: 0;
  margin-left: 20px;
}
body.tuition_rtl .tuition-hero-area .tuition-hero-content .tuition-hero-form {
  padding-right: 0;
}
body.tuition_rtl .tuition-hero-area .tuition-hero-content .tuition-hero-form form button {
  right: auto;
  left: 11px;
}
body.tuition_rtl .tuition-hero-area .tuition-hero-content .tuition-hero-form form .the-btn i {
  margin-right: 0;
  margin-left: 10px;
}
body.tuition_rtl .tuition-hero-form-widget form .the-btn {
  right: auto;
  left: 0;
  margin-right: 0;
  margin-left: 11px;
}
body.tuition_rtl .tuition-hero-form-widget form .the-btn i {
  margin-right: 0;
  margin-left: 10px;
}
body.tuition_rtl .tuition-tab-nav.style-2 button.nav-link:not(:last-child) {
  margin-right: 0;
  margin-left: 16px;
}
body.tuition_rtl .tuition.accordion .accordion-header .accordion-button span {
  right: auto;
  left: 24px;
}
body.tuition_rtl .testimonial-pagination .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 0;
  margin-left: 24px;
}
body.tuition_rtl .tuition-testimonail-area .tutoin-testi-arrow-wrap button {
  transform: rotate(180deg);
}
body.tuition_rtl .tuition-instructor-slider-wrap .tutoin-instructor-arrow-wrap button {
  transform: rotate(180deg);
}
body.tuition_rtl .tuition.course-archive-page .top-content .top-right .top-search-widget .tutor-form-wrap .tutor-icon-search {
  right: auto;
  left: 0;
}
body.tuition_rtl .tuition.course-archive-page .top-content .top-right .course_list_grid .grid_view:after {
  right: auto;
  left: 0;
}
body.tuition_rtl .tuition.course-archive-page .tutor-widget .tutor-list-item input {
  margin-right: 0;
  margin-left: 16px;
}
body.tuition_rtl .tuition-single-course .course-thumb .course-category {
  left: auto;
  right: 24px;
}
body.tuition_rtl .tuition-single-course .course-content .course-meta-field .course-meta svg {
  margin-right: 0;
  margin-left: 8px;
}
body.tuition_rtl .tuition-single-course .course-content .course-bottom-meta .the-btn i {
  margin-left: 0;
  margin-right: 7px;
  transform: rotate(180deg);
}
body.tuition_rtl .tuition-single-course.item-2 .course-content .course-meta-field .course-lesson-number.course-meta svg {
  margin-top: -5px;
}
body.tuition_rtl .tuition-single-wrap .tutor-accordion-item-header::after {
  right: auto;
  left: 16px;
}
body.tuition_rtl .tuition-single-wrap.tuition .tutor-accordion .tutor-accordion-item .count {
  right: auto;
  left: 60px;
}
body.tuition_rtl .tuition-single-wrap.tuition .tutor-card-footer .tutor-color-black {
  margin-right: 0;
  margin-left: 12px;
}
body.tuition_rtl .tuition-single-wrap.tuition .tutor-course-details-instructors .tutor-d-flex {
  margin-right: 0;
  margin-left: 16px;
}
body.tuition_rtl .tuition-single-wrap.tuition .tutor-course-content-list-item .tutor-course-content-list-item-icon {
  margin-right: 0;
  margin-left: 12px;
}
body.tuition_rtl .tuition-event-item .tuition-event-content .tuition-event-meta i {
  margin-right: 0;
  margin-left: 16px;
}
body.tuition_rtl .tuition-event-item.item-2 .tuition-event-content .tuition-event-meta span i {
  margin-left: 16px;
}
body.tuition_rtl .tuition-event-item.item-2 .tuition-event-content .tuition-event-meta span:last-child i {
  margin-right: 16px;
}
body.tuition_rtl .section-content .the-sub-title {
  padding-left: 0;
  padding-right: 74px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  body.tuition_rtl .section-content .the-sub-title {
    padding-right: 0;
  }
}
body.tuition_rtl .section-content .the-sub-title:after {
  left: auto;
  right: 0;
}
body.tuition_rtl .tuition-event-item.item-2 .tuition-event-meta span:not(:last-child) {
  margin-right: 0;
  margin-left: 24px;
}
body.tuition_rtl .tuition-blog-item .tuition-blog-content .tuition-blog-meta span:not(:last-child) {
  margin-right: 0;
}
body.tuition_rtl .tuition-blog-item .tuition-blog-content .tuition-blog-link i {
  margin-left: 0;
  margin-right: 8px;
  transform: rotate(180deg);
}
body.tuition_rtl .the-blog-meta span svg {
  margin-right: 0;
  margin-left: 8px;
}
body.tuition_rtl .the-btn i, body.tuition_rtl .the-btn svg {
  margin-left: 0;
  margin-right: 7px;
}
body.tuition_rtl .archive-top .nice-select:after {
  right: auto;
  left: 31px;
}
body.tuition_rtl .tvoffcanvas__close-btn button {
  left: 39px;
  right: auto;
}
body.tuition_rtl .footer-1.footer-3 .the-footer-area .footer-contact-info img {
  margin-right: -36px;
}
body.tuition_rtl .footer-1.footer-3.footer-4 .footer-4-cta-form button {
  right: auto;
  left: 8px;
}
body.tuition_rtl .footer-1.footer-3.footer-4 .footer-4-cta-form button:hover {
  background-color: var(--the-theme-2);
}
body.tuition_rtl .footer-1.footer-3.footer-4 .copyright-area .the-copyright-menu ul li a:hover {
  color: var(--the-theme-2);
}
body.tuition_rtl .the-footer-about-area .footer-contact-info a:not(:last-child) {
  margin-right: 0;
  margin-left: 21px;
}
body.tuition_rtl .the-footer-about-area .footer-contact-info a i {
  margin-right: 0;
  margin-left: 11px;
}

.tuition-woocommerce-archive-page .archive-top, .tuition-single-product-page .archive-top {
  display: flex;
  justify-content: space-between;
  border: 1px solid #e2e1e1;
  padding: 15px 30px;
  border-radius: 5px;
  margin-bottom: 30px;
  align-items: center;
}
@media (max-width: 767px) {
  .tuition-woocommerce-archive-page .archive-top, .tuition-single-product-page .archive-top {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .tuition-woocommerce-archive-page .archive-top, .tuition-single-product-page .archive-top {
    flex-wrap: wrap;
  }
}
.tuition-woocommerce-archive-page .archive-top .woocommerce-ordering, .tuition-single-product-page .archive-top .woocommerce-ordering {
  float: none;
  margin-bottom: 0;
  position: relative;
  width: 20%;
  border: 1px solid #e2e1e1;
  border-radius: 5px;
  padding: 5px;
  padding-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tuition-woocommerce-archive-page .archive-top .woocommerce-ordering, .tuition-single-product-page .archive-top .woocommerce-ordering {
    width: 30%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tuition-woocommerce-archive-page .archive-top .woocommerce-ordering, .tuition-single-product-page .archive-top .woocommerce-ordering {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .tuition-woocommerce-archive-page .archive-top .woocommerce-ordering, .tuition-single-product-page .archive-top .woocommerce-ordering {
    width: 100%;
  }
}
.tuition-woocommerce-archive-page .archive-top .woocommerce-ordering .nice-select .list, .tuition-single-product-page .archive-top .woocommerce-ordering .nice-select .list {
  width: 100%;
}
.tuition-woocommerce-archive-page .archive-top p.woocommerce-result-count, .tuition-single-product-page .archive-top p.woocommerce-result-count {
  float: none;
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 767px) {
  .tuition-woocommerce-archive-page .archive-top p.woocommerce-result-count, .tuition-single-product-page .archive-top p.woocommerce-result-count {
    width: 100%;
    margin-bottom: 10px;
  }
}
.tuition-woocommerce-archive-page .archive-top .woocommerce-notices-wrapper, .tuition-single-product-page .archive-top .woocommerce-notices-wrapper {
  display: none;
}
.tuition-woocommerce-archive-page ul.products li.product, .tuition-single-product-page ul.products li.product {
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  text-align: center;
}
.tuition-woocommerce-archive-page ul.products li.product span.onsale, .tuition-single-product-page ul.products li.product span.onsale {
  background-color: var(--the-theme-2);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
}
.tuition-woocommerce-archive-page ul.products li.product .button, .tuition-single-product-page ul.products li.product .button {
  display: block;
  background-color: var(--the-theme-4);
  color: var(--the-common-white);
  text-align: center;
  font-family: var(--the-ff-manrope);
  font-weight: 700;
  transform: 0.3s all;
}
.tuition-woocommerce-archive-page ul.products li.product .button:hover, .tuition-single-product-page ul.products li.product .button:hover {
  opacity: 0.8;
}
.tuition-woocommerce-archive-page ul.products li.product .added_to_cart, .tuition-single-product-page ul.products li.product .added_to_cart {
  margin-top: 10px;
}
.tuition-woocommerce-archive-page ul.products li.product .price, .tuition-single-product-page ul.products li.product .price {
  color: var(--the-common-black-2);
  margin: 10px 0;
}
.tuition-woocommerce-archive-page nav.woocommerce-pagination ul, .tuition-single-product-page nav.woocommerce-pagination ul {
  border: none;
}
.tuition-woocommerce-archive-page nav.woocommerce-pagination ul li, .tuition-single-product-page nav.woocommerce-pagination ul li {
  margin: 0 10px;
  border: none;
}
.tuition-woocommerce-archive-page nav.woocommerce-pagination ul li span.current, .tuition-single-product-page nav.woocommerce-pagination ul li span.current {
  background: var(--the-theme-4);
  color: var(--the-common-white);
  padding: 15px 30px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.14);
}
.tuition-woocommerce-archive-page nav.woocommerce-pagination ul li a, .tuition-single-product-page nav.woocommerce-pagination ul li a {
  padding: 15px 30px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.14);
}
.tuition-woocommerce-archive-page nav.woocommerce-pagination ul li:hover a, .tuition-single-product-page nav.woocommerce-pagination ul li:hover a {
  background: var(--the-theme-4);
  color: var(--the-common-white);
}
.tuition-woocommerce-archive-page span.woocommerce-Price-amount.amount, .tuition-single-product-page span.woocommerce-Price-amount.amount {
  color: var(--the-theme-4);
  margin-top: 10px;
}
.tuition-woocommerce-archive-page .summary.entry-summary input.input-text, .tuition-single-product-page .summary.entry-summary input.input-text {
  color: var(--the-common-black-2);
  width: 150px;
  height: auto;
  line-height: 35px;
}
.tuition-woocommerce-archive-page .summary.entry-summary button.button, .tuition-single-product-page .summary.entry-summary button.button {
  color: var(--the-common-white);
  background-color: var(--the-theme-4);
  border: 1px solid transparent;
  transition: 0.3s all;
}
.tuition-woocommerce-archive-page .summary.entry-summary button.button:hover, .tuition-single-product-page .summary.entry-summary button.button:hover {
  background-color: var(--the-common-white);
  border: 1px solid var(--the-theme-4);
  color: var(--the-common-black-2);
}
.tuition-woocommerce-archive-page .woocommerce-notices-wrapper .woocommerce-message, .tuition-single-product-page .woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: var(--the-theme-4);
}
.tuition-woocommerce-archive-page .woocommerce-notices-wrapper .woocommerce-message::before, .tuition-single-product-page .woocommerce-notices-wrapper .woocommerce-message::before {
  color: var(--the-theme-4);
}
.tuition-woocommerce-archive-page .woocommerce-notices-wrapper a.button, .tuition-single-product-page .woocommerce-notices-wrapper a.button {
  color: var(--the-common-white);
  background-color: var(--the-theme-4);
  border: 1px solid transparent;
  transition: 0.3s all;
}
.tuition-woocommerce-archive-page .woocommerce-notices-wrapper a.button:hover, .tuition-single-product-page .woocommerce-notices-wrapper a.button:hover {
  background-color: var(--the-common-white);
  border: 1px solid var(--the-theme-4);
  color: var(--the-common-black-2);
}
.tuition-woocommerce-archive-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li, .tuition-single-product-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li {
  background-color: var(--the-common-white);
  color: var(--the-common-black-2);
  border-radius: 5px;
}
.tuition-woocommerce-archive-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active, .tuition-single-product-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active {
  background: var(--the-theme-4);
  color: var(--the-common-white);
}
.tuition-woocommerce-archive-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active:after, .tuition-single-product-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active:after {
  display: none;
}
.tuition-woocommerce-archive-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active:before, .tuition-single-product-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active:before {
  display: none;
}
.tuition-woocommerce-archive-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:before, .tuition-single-product-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:before {
  display: none;
}
.tuition-woocommerce-archive-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:after, .tuition-single-product-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:after {
  display: none;
}
.tuition-woocommerce-archive-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:not(:last-child), .tuition-single-product-page div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:not(:last-child) {
  margin-right: 15px;
}
.tuition-woocommerce-archive-page div.product .woocommerce-tabs.wc-tabs-wrapper ul:before, .tuition-single-product-page div.product .woocommerce-tabs.wc-tabs-wrapper ul:before {
  border: none;
}
.tuition-woocommerce-archive-page div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Reviews .comment-reply-title, .tuition-single-product-page div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Reviews .comment-reply-title {
  color: var(--the-common-black-2);
  margin-bottom: 30px;
  display: block;
}
.tuition-woocommerce-archive-page div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Reviews .comment-form-rating p.stars:hover a::before, .tuition-single-product-page div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Reviews .comment-form-rating p.stars:hover a::before {
  color: var(--the-theme-4);
}
.tuition-woocommerce-archive-page div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Reviews .comment-form-rating p.selected a.active ~ a::before, .tuition-single-product-page div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Reviews .comment-form-rating p.selected a.active ~ a::before {
  color: var(--the-theme-4);
}
.tuition-woocommerce-archive-page div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Reviews #review_form_wrapper #review_form .comment-form p.form-submit input.submit, .tuition-single-product-page div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Reviews #review_form_wrapper #review_form .comment-form p.form-submit input.submit {
  background-color: var(--the-theme-4);
  color: var(--the-common-white);
  font-family: var(--the-ff-manrope);
  font-weight: 600;
  transition: 0.3s all;
  border: 1px solid transparent;
}
.tuition-woocommerce-archive-page div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Reviews #review_form_wrapper #review_form .comment-form p.form-submit input.submit:hover, .tuition-single-product-page div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Reviews #review_form_wrapper #review_form .comment-form p.form-submit input.submit:hover {
  background-color: var(--the-common-white);
  border: 1px solid var(--the-theme-4);
  color: var(--the-common-black-2);
}
.tuition-woocommerce-archive-page div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Reviews #review_form_wrapper #review_form .comment-form .nice-select, .tuition-single-product-page div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Reviews #review_form_wrapper #review_form .comment-form .nice-select {
  position: relative;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 15px 0;
}
.tuition-woocommerce-archive-page div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Reviews #review_form_wrapper #review_form .comment-form .nice-select.open .list, .tuition-single-product-page div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Reviews #review_form_wrapper #review_form .comment-form .nice-select.open .list {
  margin: 0;
  width: 100%;
}
.tuition-woocommerce-archive-page div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Reviews #review_form_wrapper #review_form .comment-form .comment-form-comment #comment, .tuition-single-product-page div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Reviews #review_form_wrapper #review_form .comment-form .comment-form-comment #comment {
  height: auto;
  border-radius: 5px;
}
.tuition-woocommerce-archive-page section.related.products h2, .tuition-single-product-page section.related.products h2 {
  margin-bottom: 30px;
  margin-top: 40px;
}
.tuition-woocommerce-archive-page .woocommerce-Tabs-panel h2, .tuition-single-product-page .woocommerce-Tabs-panel h2 {
  margin-bottom: 30px;
}

.tuition-single-product-page {
  padding-bottom: 30px;
}
.tuition-single-product-page nav.woocommerce-breadcrumb {
  display: none;
}
.tuition-single-product-page div.product {
  margin-top: 60px;
}
.tuition-single-product-page p.price ins {
  color: var(--the-common-black-2);
}
.tuition-single-product-page p.price del {
  color: var(--the-common-black-2);
}

.tuition-page-content .wc-block-cart-item__quantity {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.tuition-page-content .wc-block-cart-item__quantity input {
  height: auto;
}
.tuition-page-content .wc-block-components-button {
  background-color: var(--the-theme-4);
  color: var(--the-common-white);
  border: 1px solid transparent;
  transition: 0.3s all;
  border-radius: 5px;
}
.tuition-page-content .wc-block-components-button:hover {
  background-color: var(--the-common-white);
  color: var(--the-common-black-2);
  border: 1px solid var(--the-theme-4);
}
.tuition-page-content .wc-block-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input {
  width: auto;
  padding: 0 11px;
}
.tuition-page-content .wc-block-checkout a.wc-block-components-checkout-return-to-cart-button {
  transition: 0.3s all;
}
.tuition-page-content .wc-block-checkout a.wc-block-components-checkout-return-to-cart-button:hover {
  color: var(--the-theme-4);
}

input#rememberme {
  padding: 0;
  width: auto;
  height: auto;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
  background: var(--the-theme-4);
  color: var(--the-common-white);
  border: 1px solid transparent;
}
button.woocommerce-button.button.woocommerce-form-login__submit:hover {
  background: var(--the-common-white);
  color: var(--the-common-black-2);
  border: 1px solid var(--the-theme-4);
}

.the-common-sidebar-widget {
  padding: 33px 32px;
  border: 1px solid #E6E6E6;
  border-radius: 16px;
  background-color: transparent;
}
.the-common-sidebar-widget .the-blog-sidebar-title {
  font-size: 22px;
  margin-bottom: 24px;
  position: relative;
  padding-left: 0;
}
.the-common-sidebar-widget .the-blog-sidebar-title::after {
  position: absolute;
  left: 0;
  top: 50%;
  height: 12px;
  width: 12px;
  background-color: var(--the-heading-color);
  content: "";
  border-radius: 50px;
  transform: translateY(-50%);
  display: none;
}
.the-common-sidebar-widget .wp-block-heading {
  margin-bottom: 16px;
  font-size: 22px;
  position: relative;
  padding-left: 0;
}
.the-common-sidebar-widget .wp-block-heading::after {
  position: absolute;
  left: 0;
  top: 50%;
  height: 12px;
  width: 12px;
  background-color: var(--the-heading-color);
  content: "";
  border-radius: 50px;
  transform: translateY(-50%);
  display: none;
}
.the-common-sidebar-widget .wp-block-search__label {
  margin-bottom: 16px;
  font-size: 22px;
  color: var(--the-heading-color);
  font-weight: 700;
  position: relative;
  padding-left: 0;
}
.the-common-sidebar-widget .wp-block-search__label::after {
  position: absolute;
  left: 0;
  top: 50%;
  height: 12px;
  width: 12px;
  background-color: var(--the-heading-color);
  content: "";
  border-radius: 50px;
  transform: translateY(-50%);
  display: none;
}

.wp-block-archives-list.wp-block-archives li:hover {
  color: var(--the-theme-4);
}

.the-footer-widget.widget_archive ul li, .the-footer-widget.widget_categories ul li {
  transition: 0.3s all;
}
.the-footer-widget.widget_archive ul li:hover, .the-footer-widget.widget_categories ul li:hover {
  color: var(--the-theme-4);
}
.the-footer-widget.widget_archive ul li:hover a, .the-footer-widget.widget_categories ul li:hover a {
  color: var(--the-theme-4);
}
.the-footer-widget.widget_pages ul > li {
  transition: 0.3s all;
}
.the-footer-widget.widget_pages ul > li:hover {
  color: var(--the-theme-4);
}
.the-footer-widget.widget_pages ul > li:hover > a {
  color: var(--the-theme-4);
}
.the-footer-widget.widget_search .sidebar-search-button button {
  color: var(--the-common-white);
}
.the-footer-widget.widget_block .wp-block-categories li:hover a {
  color: var(--the-theme-4);
}
.the-footer-widget .nice-select {
  position: relative;
}
.the-footer-widget .nice-select .list li {
  color: var(--the-common-black-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px), only screen and (max-width: 575px) {
  .m-white .elementor-heading-title {
    color: #fff !important;
  }
}

.demo-single .demo-thumb {
  position: relative;
  z-index: 1;
}
.demo-single .demo-thumb img {
  width: 100%;
}
.demo-single .demo-thumb:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  border-radius: 16px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all;
}
.demo-single .demo-thumb:hover:after {
  visibility: visible;
  opacity: 0.3;
}

/*# sourceMappingURL=main.css.map */
