/*============================================

   Theme Name: SkillGro - Online Courses & Education Template
   Author : ThemeGenix
   Support: themegenix@gmail.com
   Description: SkillGro - Online Courses & Education Template
   Version: 1.0

==============================================*/
/* CSS Index
==============================================

    01. Theme Default CSS
    02. Header
    03. Mobile Menu
    04. Banner
    05. Slider
    06. Brand
    07. About
    08. Courses
    09. Categories
    10. Online
    11. Testimonial
    12. Instructor
    13. Mentor
    14. CTA
    15. Fact
    16. Events
    17. Quick Action
    18. FAQ
    19. Shop
    20. Blog
    21. Newsletter
    22. Contact
    23. 404 Error
    24. Footer

==============================================*/
/*============================================
/*  01. Theme Default CSS
==============================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&amp;family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&amp;display=swap");

/*=============================
	Typography css start
===============================*/

.tg-header__area {
  background-color: #F7F7F7;
}

.tg-header__area.sticky-menu {
  background-color: #F7F7F7;
}

.custom-search:focus {
  border-color: rgb(229, 180, 59);
  box-shadow: none;
}

i {
  color: white;
}

a,
button {
  color: var(--tg-theme-primary);
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.btn:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}


a:hover,
button:hover {
  color: var(--tg-theme-secondary);
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tg-heading-font-family);
  margin-top: 0px;
  font-weight: var(--tg-fw-semi-bold);
  line-height: var(--tg-heading-line-height);
  text-transform: unset;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

.list-wrap {
  margin: 0px;
  padding: 0px;
}

.list-wrap li {
  list-style: none;
}

p {
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  line-height: var(--tg-body-line-height);
  font-weight: var(--tg-fw-regular);
  color: var(--tg-body-color);
  margin-bottom: 15px;
}

label {
  color: var(--tg-heading-color);
  cursor: pointer;
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  text-shadow: none;
}

::selection {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  text-shadow: none;
}

/*=============================
    - Input Placeholder
===============================*/
input,
textarea {
  color: var(--tg-body-color);
}

*::-moz-placeholder {
  color: var(--tg-body-color);
  font-size: var(--tg-body-font-size);
  opacity: 1;
}

*::placeholder {
  color: var(--tg-body-color);
  font-size: var(--tg-body-font-size);
  opacity: 1;
}

/*=============================
    - Common Classes
===============================*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*=============================
    - Bootstrap Custom
=============================*/
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gx-0 {
  --bs-gutter-x: 0;
}

.gutter-20 {
  --bs-gutter-x: 20px;
}

.container {
  max-width: 1440px;
}

@media (max-width: 1500px) {
  .container {
    max-width: 1320px;
  }
}

@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}

.custom-container {
  max-width: 1680px;
}

@media (max-width: 1800px) {
  .custom-container {
    max-width: 1680px;
  }
}

@media (max-width: 1500px) {
  .custom-container {
    max-width: 1320px;
  }
}

@media (max-width: 1199.98px) {
  .custom-container {
    max-width: 960px;
  }
}

@media (max-width: 991.98px) {
  .custom-container {
    max-width: 720px;
  }
}

@media (max-width: 767.98px) {
  .custom-container {
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container {
    max-width: 540px;
  }
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*=============================
	1. Button style
===============================*/
.tg-button-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.btn {
  user-select: none;
  -moz-user-select: none;
  background: #E5B43B none repeat scroll 0 0;
  border: medium none;
  color: #182E73 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: var(--tg-fw-semi-bold);
  font-family: var(--tg-heading-font-family);
  letter-spacing: 0;
  line-height: 1.12;
  margin-bottom: 0;
  padding: 16px 30px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  vertical-align: middle;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  white-space: nowrap;
  /* box-shadow: 4px 6px 0px 0px var(--tg-common-color-blue); */
  box-shadow: 4px 6px 0px 0px #13131c;
  overflow: hidden;
}

@media (max-width: 767px) {
  .btn {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .btn {
    margin-bottom: 20px;
  }
}

.btn:hover,
.btn:focus-visible {
  /* background: var(--tg-theme-secondary); */
  background: #2347A8;
  border-color: #2347A8;
  color: #fff !important;
  box-shadow: 0 0 0 0 var(--tg-common-color-blue);
}

.btn .text {
  display: block;
}

.btn.tg-svg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn .svg-icon {
  width: 14px;
  display: block;
  margin-top: -3px;
}

.btn.btn-border {
  background: var(--tg-common-color-white);
  border: 1px solid var(--tg-theme-primary);
  color: var(--tg-theme-primary);
  padding: 19px 23px 16px 23px;
}

.btn.btn-border svg path {
  stroke: var(--tg-theme-primary);
}

.btn.btn-border:focus-visible,
.btn.btn-border:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

.btn.btn-border:focus-visible svg path,
.btn.btn-border:hover svg path {
  stroke: var(--tg-common-color-white);
}

.btn.white-btn {
  background: var(--tg-common-color-white);
  color: var(--tg-theme-secondary);
}

.btn.white-btn svg path {
  stroke: var(--tg-theme-secondary);
}

.btn-two {
  background: var(--tg-theme-secondary);
  border: 2px solid var(--tg-common-color-black-3);
  -webkit-box-shadow: 4px 4px 0px 0px #3D3D3D;
  -moz-box-shadow: 4px 4px 0px 0px #3D3D3D;
  -ms-box-shadow: 4px 4px 0px 0px #3D3D3D;
  -o-box-shadow: 4px 4px 0px 0px #3D3D3D;
  /* box-shadow: 4px 4px 0px 0px #3D3D3D; */
  box-shadow: 4px 6px 0px 0px #13131c;
  color: var(--tg-common-color-black-3);
}

.btn-two svg {
  color: var(--tg-common-color-black-3) !important;
}

.btn-two:hover,
.btn-two:focus-visible {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  box-shadow: 0 0 0 0 var(--tg-common-color-blue);
  border-color: var(--tg-theme-primary);
}

.btn-two:hover svg,
.btn-two:focus-visible svg {
  color: var(--tg-common-color-white) !important;
}

.btn-three {
  background: var(--tg-theme-secondary);
  box-shadow: none;
  color: var(--tg-common-color-black-3) !important;
}

.btn-three svg {
  color: var(--tg-common-color-black-3) !important;
}

.btn-four {
  box-shadow: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.arrow-btn {
  --arrow-hover-move-x: -110%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s linear;
}

.arrow-btn svg {
  color: var(--tg-common-color-white);
  width: 15px;
  transition: all 0.3s ease-out 0s;
  transform: translateY(-1px);
}

.arrow-btn svg path {
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}

.arrow-btn svg path:nth-of-type(1) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}

.arrow-btn svg path:nth-of-type(2) {
  transform: translateX(calc(1 * var(--arrow-hover-move-x)));
  opacity: 0.5;
  transition-delay: 0s, 0s;
}

.arrow-btn:focus-visible svg,
.arrow-btn:hover svg {
  color: var(--tg-heading-color);
}

.arrow-btn:focus-visible svg path:nth-of-type(1),
.arrow-btn:hover svg path:nth-of-type(1) {
  transform: translateX(calc(-1 * var(--arrow-hover-move-x)));
  opacity: 0;
  transition-delay: 0s, 0s;
}

.arrow-btn:focus-visible svg path:nth-of-type(2),
.arrow-btn:hover svg path:nth-of-type(2) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}


/*=============================
    - Background color
===============================*/
.grey-bg {
  background: var(--tg-common-color-gray);
}

.grey-bg-two {
  background: var(--tg-common-color-gray-9);
}

.white-bg {
  background: var(--tg-common-color-white);
}

.black-bg {
  background: var(--tg-common-color-black);
}

/*=============================
	04. OffCanvas
===============================*/
.offCanvas__info {
  background: var(--tg-common-color-white) none repeat scroll 0 0;
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 340px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.offCanvas__info.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offCanvas__info::-webkit-scrollbar {
  width: 0px;
}

.offCanvas__close-icon {
  margin-top: -16px;
  text-align: right;
}

.offCanvas__close-icon button {
  background: transparent;
  border: 0 none;
  color: var(--tg-theme-primary);
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.offCanvas__logo img {
  max-height: 34px;
}

.offCanvas__side-info {
  border-top: 1px solid var(--tg-theme-primary);
  padding-top: 25px;
}

.offCanvas__side-info .contact-list h4 {
  color: var(--tg-heading-color);
  font-weight: 700;
  font-size: 18px;
}

.offCanvas__side-info .contact-list p {
  color: var(--tg-body-color);
  margin: 0;
  margin-bottom: 2px;
  line-height: 26px;
}

.offCanvas__social-icon a {
  color: var(--tg-theme-primary);
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}

.offCanvas__social-icon a:hover {
  color: var(--tg-theme-secondary);
}

.offCanvas__overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -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;
}

.offCanvas__overly.active {
  opacity: 0.7;
  visibility: visible;
}

/*=============================
    00. Select2 CSS
===============================*/
.tgmenu__search-form .select2-container {
  margin-left: -29px;
}

.tgmenu__search-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 37px;
  padding-right: 28px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  font-size: 14px;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color);
  font-weight: 500;
}

.tgmenu__search-form .select2-container .select2-selection--single {
  height: auto;
}

.course-category-dropdown {
  background: var(--tg-common-color-white);
  border: 1px solid var(--tg-border-2);
  margin: 0 0;
}

.course-category-dropdown .select2-results__options {
  margin-top: 7px;
}

.course-category-dropdown .select2-results__option {
  padding: 1px 10px;
  -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;
}

.course-category-dropdown .select2-results__option--selectable:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

/*=============================
    00. Scroll Top
===============================*/
.scroll__top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  border-radius: 50px;
  z-index: 99;
  color: white;
  text-align: center;
  cursor: pointer;
  background: #182E73;
  transition: 1s ease;
  border: none;
}

@media (max-width: 1199.98px) {
  .scroll__top {
    right: 25px;
  }
}

@media (max-width: 991.98px) {
  .scroll__top {
    right: 30px;
  }
}

@media (max-width: 767.98px) {
  .scroll__top {
    right: 15px;
    width: 30px;
    height: 30px;
  }
}

.scroll__top.open {
  bottom: 30px;
}

@media (max-width: 1199.98px) {
  .scroll__top.open {
    bottom: 25px;
  }
}

@media (max-width: 767.98px) {
  .scroll__top.open {
    bottom: 15px;
  }
}

.scroll__top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll__top:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-heading-color);
}

/*=============================
	00. Section Title
===============================*/



/*=============================
	04. Search
===============================*/
.search__popup {
  padding-top: 70px;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--tg-common-color-white);
  backdrop-filter: blur(10px);
  z-index: 99;
  -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.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition-delay: 0.5s;
}

.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;
  z-index: 99999999;
}

.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__input {
  position: relative;
  height: 80px;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -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;
  transition-delay: 0.5s;
  opacity: 0;
}

.search__input::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: var(--tg-theme-primary);
  transition-delay: 0.3s;
  -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;
}

.search__input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 24px;
  color: var(--tg-heading-color);
  border-bottom: 1px solid transparent;
  padding: 0;
  padding-right: 30px;
}

.search__input input::placeholder {
  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(--tg-theme-primary);
  border: none;
  padding: 0 0;
  background: transparent;
}

.search__input-two::after {
  background: var(--tg-theme-primary-two);
}

.search__input-two button {
  color: var(--tg-theme-primary-two);
}

.search__close {
  position: absolute;
  top: 10%;
  right: 2%;
  z-index: 2;
}

.search-close-btn {
  margin: 0;
  padding: 0;
  border: none;
  color: var(--tg-theme-primary);
  cursor: pointer;
  background: transparent;
}

.search-close-btn-two {
  color: var(--tg-theme-primary-two);
}

.search-popup-overlay {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  -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;
  transition-delay: 0.5s;
  opacity: 0;
  visibility: hidden;
  background: #000d25;
}

.search-popup-overlay.search-popup-overlay-open {
  opacity: 0.55;
  visibility: visible;
  transition-delay: 0s;
}

.search-input-field~.search-focus-border {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--tg-theme-primary);
  transition: all 0.5s;
}

.search-input-field:focus~.search-focus-border {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.5s;
}

/*================*/


/*=============================
	02. Header
===============================*/
.transparent-header {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 9;
  height: auto;
}

@media (max-width: 767.98px) {
  .transparent-header {
    top: 0;
  }
}

.tg-header__top {
  background: linear-gradient(135deg,
      #182E73 0%,
      #2347A8 100%);
  padding: 11px 0;
}

@media (max-width: 991.98px) {
  .tg-header__top {
    display: none;
  }
}

.tg-header__top-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px 27px;
}

@media (max-width: 991.98px) {
  .tg-header__top-info {
    display: none;
  }
}

.tg-header__top-info li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #E6EAEF;
  font-size: 14px;
  font-weight: var(--tg-fw-medium);
  gap: 7px;
}

.tg-header__top-info li img {
  opacity: 0.6;
}

.tg-header__top-info li i {
  color: var(--tg-common-color-white);
  font-size: 20px;
}

.tg-header__top-info li a {
  color: #E6EAEF;
}

.tg-header__top-info li a:hover {
  color: var(--tg-common-color-white);
}

@media (max-width: 991.98px) {
  .tg-header__top-info li::after {
    display: none;
  }

  .tg-header__top-info li:last-child {
    display: none;
  }
}

.tg-header__top-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px 27px;
  justify-content: flex-end;
}

@media (max-width: 991.98px) {
  .tg-header__top-right {
    justify-content: center;
  }
}

.tg-header__top-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px 12px;
  justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .tg-header__top-social {
    justify-content: center;
  }
}

.tg-header__top-social li {
  color: var(--tg-common-color-white);
  font-size: 17px;
  font-weight: var(--tg-fw-medium);
}

/* .tg-header__top-social li:first-child {
  opacity: 0.5;
} */



.tg-header__top-social li a {
  color: #E7EFFC;
  font-size: 17px;
}

.tg-header__top-social li a:hover {
  color: var(--tg-common-color-white);
}

.tg-header__top-btn .btn {
  border-radius: 0;
  box-shadow: none;
  padding: 14px 22px;
}

.tg-header__top-two {
  padding: 0 0;
}

.tg-header__phone {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #E6EAEF;
  font-size: 14px;
  font-weight: var(--tg-fw-medium);
}

.tg-header__phone a {
  color: #E6EAEF;
}

.tg-header__phone a:hover {
  color: var(--tg-common-color-white);
}

.tg-header__phone img {
  opacity: 0.6;
}

.tg-header__area {
  padding: 5px 0;
}

@media (max-width: 1500px) {
  .tg-header__area {
    padding: 10px 0;
  }
}

@media (max-width: 1199.98px) {
  .tg-header__area {
    padding: 20px 0;
  }
}

.tg-header__area .mobile-nav-toggler {
  position: relative;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: var(--tg-theme-primary);
  display: none;
}

@media (max-width: 1199.98px) {
  .tg-header__area .mobile-nav-toggler {
    display: block;
  }
}

.tg-header__area.sticky-menu {
  padding: 0 0;
}

@media (max-width: 1199.98px) {
  .tg-header__area.sticky-menu {
    padding: 20px 0;
  }
}

.tg-header__style-two .tgmenu__search-form {
  width: 460px;
}

@media (max-width: 1500px) {
  .tg-header__style-two .tgmenu__search-form {
    width: 330px;
  }
}

@media (max-width: 1199.98px) {
  .tg-header__style-two .tgmenu__search-form {
    width: 400px;
  }
}

@media (max-width: 991.98px) {
  .tg-header__style-two .tgmenu__search-form {
    width: auto;
  }
}

.tg-header__style-two .tgmenu__navbar-wrap ul {
  margin: 0 auto 0 50px;
}

@media (max-width: 1500px) {
  .tg-header__style-two .tgmenu__navbar-wrap ul {
    margin: 0 auto 0 25px;
  }
}

.tg-header__style-two .tgmenu__navbar-wrap ul li .mega-menu {
  left: -192px;
}

@media (max-width: 1500px) {
  .tg-header__style-two .tgmenu__navbar-wrap ul li .mega-menu {
    left: -100px;
  }
}

.tg-header__style-three {
  border-bottom: 1px solid #E0E0E0;
}

.tg-header__style-three .tgmenu__navbar-wrap ul {
  margin: 0 auto 0 170px;
}

@media (max-width: 1500px) {
  .tg-header__style-three .tgmenu__navbar-wrap ul {
    margin: 0 auto 0 100px;
  }
}

.tg-header__style-three .tgmenu__navbar-wrap ul li .mega-menu {
  left: -318px;
}

@media (max-width: 1500px) {
  .tg-header__style-three .tgmenu__navbar-wrap ul li .mega-menu {
    left: -185px;
  }
}

@media (max-width: 1199.98px) {
  .tg-header__style-four {
    padding: 25px 0;
  }
}

.tg-header__style-four .tgmenu__navbar-wrap ul {
  margin: 0 auto;
}

.tg-header__style-four .tgmenu__navbar-wrap ul li .mega-menu {
  left: -345px;
}

@media (max-width: 1500px) {
  .tg-header__style-four .tgmenu__navbar-wrap ul li .mega-menu {
    left: -185px;
  }
}

.tg-header__style-four .tgmenu__navbar-wrap ul li a {
  padding: 37px 15px;
}

.tg-header__style-five .tgmenu__navbar-wrap ul {
  margin: 0 auto 0 30px;
}

@media (max-width: 1500px) {
  .tg-header__style-five .tgmenu__navbar-wrap ul {
    margin: 0 auto 0 20px;
  }
}

.tg-header__style-five .tgmenu__navbar-wrap ul li .mega-menu {
  left: -180px;
}

@media (max-width: 1500px) {
  .tg-header__style-five .tgmenu__navbar-wrap ul li .mega-menu {
    left: -300px;
  }
}

.tg-header__style-six .tgmenu__navbar-wrap ul {
  margin: 0 auto;
}

.tg-header__style-six .tgmenu__navbar-wrap ul li .mega-menu {
  left: -390px;
}

@media (max-width: 1500px) {
  .tg-header__style-six .tgmenu__navbar-wrap ul li .mega-menu {
    left: -250px;
  }
}

.tg-header__style-seven .tgmenu__navbar-wrap ul {
  margin: 0 auto 0 100px;
}

@media (max-width: 1500px) {
  .tg-header__style-seven .tgmenu__navbar-wrap ul li .mega-menu {
    left: -195px;
  }
}

.tg-header__style-eight .tgmenu__navbar-wrap ul {
  margin: 0 auto;
}

.tg-header__style-eight .tgmenu__navbar-wrap ul a {
  padding: 32px 10px;
}

@media (max-width: 1500px) {
  .tg-header__style-eight .tgmenu__navbar-wrap ul a {
    padding: 25px 10px;
  }
}

.tg-header__style-eight .tgmenu__navbar-wrap ul li .mega-menu {
  left: -515px;
}

@media (max-width: 1500px) {
  .tg-header__style-eight .tgmenu__navbar-wrap ul li .mega-menu {
    left: -360px;
  }
}

@media (max-width: 1199.98px) {
  .tg-header__style-eight .logo.d-none {
    display: block !important;
  }
}

.tg-header__logo-area {
  margin-top: 32px;
}

@media (max-width: 1500px) {
  .tg-header__logo-area {
    margin-top: 25px;
  }
}

@media (max-width: 1199.98px) {
  .tg-header__logo-area {
    display: none;
  }
}

.tg-header__contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 6px;
}

@media (max-width: 1199.98px) {
  .tg-header__contact {
    display: none;
  }
}

.tg-header__contact .icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: #F3F3F3;
  color: var(--tg-heading-color);
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.tg-header__contact .content span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: #868686;
  line-height: 1;
}

.tg-header__contact .content a {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: var(--tg-heading-color);
}

.tg-header__contact .content a:hover {
  color: var(--tg-theme-primary);
}

.tgmenu__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media (max-width: 991.98px) {
  .tgmenu__nav {
    justify-content: space-between;
  }
}

.tgmenu__navbar-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
}

.tgmenu__navbar-wrap ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto 0 73px;
}

@media (max-width: 1500px) {
  .tgmenu__navbar-wrap ul {
    /* margin: 0 auto 0 20px; */
  }
}

.tgmenu__navbar-wrap ul li {
  display: block;
  position: relative;
  list-style: none;
}

.tgmenu__navbar-wrap ul li a {
  font-size: 16px;
  font-weight: var(--tg-fw-medium);
  text-transform: capitalize;
  color: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
  padding: 37px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  line-height: 1;
  position: relative;
  z-index: 1;
}

@media (max-width: 1500px) {
  .tgmenu__navbar-wrap ul li a {
    padding: 37px 7px;
  }
}

.tgmenu__navbar-wrap ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 230px;
  border: 1px solid #f5f5f5;
  background: var(--tg-common-color-white);
  margin: 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 18px 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}




.tgmenu__navbar-wrap ul li .sub-menu .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
}

.tgmenu__navbar-wrap ul li .sub-menu li {
  margin-left: 0;
  text-align: left;
  display: block;
}

.tgmenu__navbar-wrap ul li .sub-menu li a {
  padding: 8px 15px 8px 25px;
  line-height: 1.4;
  display: block;
  color: var(--tg-heading-color);
  text-transform: capitalize;
  font-size: 15px;
}

.tgmenu__navbar-wrap ul li .sub-menu li:hover>a,
.tgmenu__navbar-wrap ul li .sub-menu li.active>a {
  color: var(--tg-theme-primary);
}

.tgmenu__navbar-wrap ul li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.tgmenu__navbar-wrap ul li .mega-menu {
  min-width: 1400px;
  display: flex;
  align-items: flex-start;
  left: -100px;
  padding: 60px 60px 60px 50px;
}



@media (max-width: 1500px) {
  .tgmenu__navbar-wrap ul li .mega-menu {
    min-width: 1100px;
    padding: 60px 40px 60px 20px;
  }
}

.tgmenu__navbar-wrap ul li .mega-menu>li {
  border-right: 1px solid #D6D6D6;
}

.tgmenu__navbar-wrap ul li .mega-menu>li:nth-child(2) {
  border: none;
}

.tgmenu__navbar-wrap ul li .mega-menu>li:nth-child(3) {
  border: none;
  margin-left: auto;
}

.tgmenu__navbar-wrap ul li .mega-menu>li>.mega-sub-menu {
  display: flex;
  flex-direction: column;
  min-width: 260px;
  margin-left: 10px !important;
}

.tgmenu__navbar-wrap>ul>li.active a,
.tgmenu__navbar-wrap>ul>li:hover a {
  color: var(--tg-theme-primary);
}

.tgmenu__main-menu li.menu-item-has-children .dropdown-btn {
  display: none;
}

. .tgmenu__main-menu li.menu-item-has-children>a::after {
  content: "\f105";
  display: block;
  font-family: "flaticon_skill_grow";
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 14px;
  font-weight: var(--tg-fw-bold);
  margin-left: 6px;
}

@media (max-width: 1500px) {
  .tgmenu__main-menu li.menu-item-has-children>a::after {
    margin-left: 4px;
  }
}

.tgmenu__main-menu li.menu-item-has-children>.sub-menu .menu-item-has-children {
  position: relative;
}

.tgmenu__main-menu li.menu-item-has-children>.sub-menu .menu-item-has-children>a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tgmenu__main-menu li.menu-item-has-children>.sub-menu .menu-item-has-children>a::after {
  content: "\f105";
  font-family: "flaticon_skill_grow";
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 14px;
  font-weight: var(--tg-fw-bold);
  margin-left: 6px;
  -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;
}

.tgmenu__main-menu li.menu-item-has-children>.sub-menu .menu-item-has-children:hover a::after,
.tgmenu__main-menu li.menu-item-has-children>.sub-menu .menu-item-has-children.active a::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.tgmenu__search {
  margin-inline-end: 25px;
}

@media (max-width: 1500px) {
  .tgmenu__search {
    margin-inline-end: 15px;
  }
}

@media (max-width: 1199.98px) {
  .tgmenu__search {
    margin-left: auto;
  }
}

.tgmenu__search-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 535px;
  border-radius: 100px;
  border: 1px solid #D3D2DF;
}

@media (max-width: 1800px) {
  .tgmenu__search-form {
    width: 485px;
  }
}

@media (max-width: 1500px) {
  .tgmenu__search-form {
    width: 355px;
  }
}

@media (max-width: 1199.98px) {
  .tgmenu__search-form {
    width: 410px;
  }
}

@media (max-width: 991.98px) {
  .tgmenu__search-form {
    width: auto;
  }
}

.tgmenu__search-form .select-grp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  padding: 12px 0 12px 17px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 153px;
  flex: 0 0 auto;
  position: relative;
}

@media (max-width: 1500px) {
  .tgmenu__search-form .select-grp {
    padding: 12px 0 12px 12px;
    width: 140px;
  }
}

.tgmenu__search-form .select-grp::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #BDBABB;
}

@media (max-width: 991.98px) {
  .tgmenu__search-form .select-grp::after {
    display: none;
  }
}

.tgmenu__search-form .select-grp svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.tgmenu__search-form .select-grp path {
  fill: var(--tg-theme-primary);
}

.tgmenu__search-form .form-select {
  outline: none;
  box-shadow: none;
  border: none;
  padding-left: 8px;
  color: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
  font-size: 14px;
}

.tgmenu__search-form .input-grp {
  position: relative;
  flex-grow: 1;
  margin-left: -1px;
}

@media (max-width: 991.98px) {
  .tgmenu__search-form .input-grp {
    display: none;
  }
}

.tgmenu__search-form input {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 12px 50px 10px 20px;
  height: 50px;
  font-size: 15px;
  font-family: var(--tg-heading-font-family);
}

@media (max-width: 1500px) {
  .tgmenu__search-form input {
    padding: 12px 50px 10px 10px;
  }
}

@media (max-width: 1199.98px) {
  .tgmenu__search-form input {
    padding: 12px 50px 10px 20px;
  }
}

.tgmenu__search-form input::placeholder {
  color: #8D9DB5;
  font-size: 14px;
}

.tgmenu__search-form [type=submit] {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4px;
  width: 44px;
  height: 44px;
  border: none;
  padding: 0 0;
  background: var(--tg-theme-primary);
  font-size: 20px;
  color: var(--tg-common-color-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.tgmenu__search-form [type=submit]:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-heading-color);
}

.tgmenu__search-form-two {
  width: 348px;
  background: var(--tg-common-color-gray-7);
  border-color: var(--tg-border-6);
}

@media (max-width: 1800px) {
  .tgmenu__search-form-two {
    width: 300px;
  }
}

@media (max-width: 1500px) {
  .tgmenu__search-form-two {
    width: 220px;
  }
}

@media (max-width: 991.98px) {
  .tgmenu__search-form-two {
    display: none;
  }
}

.tgmenu__search-form-two input {
  padding: 12px 50px 10px 20px;
  height: 44px;
  font-size: 13px;
  color: var(--tg-heading-color);
  font-weight: 500;
}

.tgmenu__search-form-two input::placeholder {
  font-size: 13px;
  color: var(--tg-body-color);
  font-weight: 500;
}

.tgmenu__search-form-two [type=submit] {
  width: auto;
  height: auto;
  background: transparent;
  font-size: 24px;
  color: var(--tg-theme-primary);
  right: 12px;
}

.tgmenu__search-form-two [type=submit]:hover {
  color: var(--tg-theme-secondary);
  background: transparent;
}

.tgmenu__search-bar {
  flex-grow: 1;
}

@media (max-width: 1500px) {
  .tgmenu__search-bar {
    max-width: 240px;
  }
}

@media (max-width: 1199.98px) {
  .tgmenu__search-bar {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .tgmenu__search-bar {
    display: none;
  }
}

.tgmenu__search-bar form {
  position: relative;
}

.tgmenu__search-bar form input {
  display: block;
  width: 100%;
  background: var(--tg-common-color-white);
  border: 1px solid var(--tg-border-2);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 12px 50px 10px 20px;
  height: 45px;
  font-size: 15px;
  font-family: var(--tg-heading-font-family);
}

.tgmenu__search-bar form input::placeholder {
  color: #8D9DB5;
  font-size: 14px;
}

.tgmenu__search-bar form [type=submit] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  right: 10px;
  border: none;
  padding: 0 0;
  background: transparent;
  font-size: 24px;
  color: #8D9DB5;
}

.tgmenu__search-bar form [type=submit]:hover {
  color: var(--tg-theme-primary);
}

.tgmenu__search-two {
  margin-inline-end: 0;
}

@media (max-width: 1199.98px) {
  .tgmenu__action {
    margin: 0 25px 0 0;
  }
}

@media (max-width: 767.98px) {
  .tgmenu__action {
    display: none;
  }
}

.tgmenu__action>ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tgmenu__action>ul li {
  position: relative;
  padding: 0 6px 0 0;
  flex: 0 0 auto;
}

.tgmenu__action>ul li .cart-count {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #7F7E97;
  color: #7F7E97;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.tgmenu__action>ul li .cart-count span {
  position: absolute;
  top: -9px;
  right: 0;
  width: 22px;
  height: 22px;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-secondary);
  color: var(--tg-heading-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

.tgmenu__action>ul li .cart-count:hover {
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

.tgmenu__action>ul li:first-child {
  margin-left: 0;
}

@media (max-width: 1500px) {
  .tgmenu__action>ul li.free-btn {
    display: none;
  }
}

.tgmenu__action>ul li.header-search a {
  font-size: 24px;
  line-height: 0;
  color: var(--tg-body-color);
}

.tgmenu__action>ul li.header-search a:hover {
  color: var(--tg-theme-secondary);
}

.tgmenu__action>ul li.login-btn {
  padding: 0 0;
  margin-inline-start: 15px;
}

@media (max-width: 1500px) {
  .tgmenu__action>ul li.login-btn {
    margin-inline-start: 0;
  }
}

.tgmenu__action>ul li.login-btn a {
  display: block;
  border-radius: 50px;
  padding: 12px 26px;
  border: 1px solid rgba(6, 35, 91, 0.19);
  background: var(--tg-theme-secondary);
  font-size: 15px;
  color: var(--tg-heading-color);
  font-weight: 600;
  line-height: 18px;
}

.tgmenu__action>ul li.login-btn a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

.tgmenu__action>ul li.header-user a {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-common-color-gray-7);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tg-body-color);
  line-height: 0;
  font-size: 18px;
}

.tgmenu__action>ul li.header-user a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

.tgmenu__action>ul li.header-contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
}

@media (max-width: 1500px) {
  .tgmenu__action>ul li.header-contact {
    display: none;
  }
}

.tgmenu__action>ul li.header-contact .icon {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-secondary);
  color: var(--tg-heading-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  line-height: 0;
}

.tgmenu__action>ul li.header-contact .icon svg {
  width: 20px;
  height: 20px;
}

.tgmenu__action>ul li.header-contact .content span {
  display: block;
  line-height: 1;
  font-weight: 500;
  font-size: 13px;
  color: #868686;
  margin-bottom: 6px;
}

.tgmenu__action>ul li.header-contact .content a {
  font-weight: 600;
  font-size: 18px;
  display: block;
  line-height: 1;
  color: var(--tg-heading-color);
}

.tgmenu__action>ul li.header-contact .content a:hover {
  color: var(--tg-theme-primary);
}

.tgmenu__action-two .mini-cart-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.tgmenu__action-two .mini-cart-icon .cart-count-two {
  position: relative;
  font-size: 30px;
  line-height: 0;
  color: var(--tg-common-color-black-2);
}

.tgmenu__action-two .mini-cart-icon .cart-count-two .mini-cart-count {
  position: absolute;
  width: 23px;
  height: 23px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: -10px;
  right: -13px;
}

.tgmenu__action-two .mini-cart-icon .cart-count-two:hover {
  color: var(--tg-theme-secondary);
}

.tgmenu__action-two .mini-cart-icon strong {
  font-size: 14px;
  font-weight: 500;
  color: var(--tg-common-color-black-2);
  line-height: 1.2;
}

.tgmenu__action-three {
  margin-left: auto;
}

.tgmenu__action-three>ul {
  gap: 14px;
}

.tgmenu__action-three>ul li.header-btn .btn {
  font-size: 14px;
  font-weight: 600;
  padding: 16px 26px;
}

.tgmenu__action-four {
  margin-left: 80px;
}

@media (max-width: 1199.98px) {
  .tgmenu__action-four {
    margin-left: auto;
  }
}

.tgmenu__action-four>ul li.header-search a {
  width: 40px;
  height: 40px;
  background: var(--tg-common-color-white);
  border: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  line-height: 0;
}

.tgmenu__action-four>ul li.header-search a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  border-color: var(--tg-theme-primary);
}

.tgmenu__action-four>ul li .cart-count {
  width: 40px;
  height: 40px;
  background: var(--tg-common-color-white);
  border: 1px solid #d9d9d9;
}

.tgmenu__action-four>ul li .cart-count:hover {
  border-color: var(--tg-theme-primary);
}

.tgmenu__action-four>ul li.header-btn {
  margin-left: 5px;
}

.tgmenu__action-four>ul li.header-btn .btn {
  font-size: 14px;
  font-weight: 600;
  padding: 13px 23px;
  box-shadow: none;
}

.tgmenu__action-four>ul li.offCanvas-menu {
  padding-right: 0;
}

.tgmenu__action-four>ul li.offCanvas-menu .menu-tigger {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  background: var(--tg-common-color-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tg-body-color);
}

.tgmenu__action-four>ul li.offCanvas-menu .menu-tigger:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  border-color: var(--tg-theme-primary);
}

.tgmenu__action-five {
  margin-left: auto;
}

.tgmenu__action-five>ul li .cart-count {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: var(--tg-common-color-gray-7);
  color: var(--tg-body-color);
  font-size: 20px;
  line-height: 0;
}

.tgmenu__action-five>ul li .cart-count span {
  background: var(--tg-heading-color);
  color: var(--tg-common-color-white);
}

.tgmenu__action-six {
  margin-left: auto;
}

.tgmenu__action-six .list-wrap {
  gap: 10px;
}

.tgmenu__action-six .list-wrap li {
  padding: 0;
}

.tgmenu__action-six .list-wrap li.mini-cart-icon a,
.tgmenu__action-six .list-wrap li.header-user a,
.tgmenu__action-six .list-wrap li.header-search a {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c5c5c5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--tg-common-color-white);
  font-size: 20px;
  color: var(--tg-body-color);
}

.tgmenu__action-six .list-wrap li.mini-cart-icon a:hover,
.tgmenu__action-six .list-wrap li.header-user a:hover,
.tgmenu__action-six .list-wrap li.header-search a:hover {
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

.tgmenu__action-six .list-wrap li.header-btn .btn {
  box-shadow: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 16px 20px;
}

.tgmenu__action-six .list-wrap li.mini-cart-icon {
  padding: 0 6px 0 0;
}

.tgmenu__action-seven {
  margin-left: auto;
}

@media (max-width: 1199.98px) {
  .tgmenu__action-seven {
    margin: 0 10px 0 0;
    margin-left: auto;
  }
}

.tgmenu__action-seven .list-wrap li .select-grp-two {
  margin-left: 0;
}

.tgmenu__action-seven .list-wrap li .select-grp-two .dropdown-toggle {
  background: var(--tg-common-color-white);
  color: var(--tg-heading-color);
  font-weight: 500;
}

.tgmenu__action-seven .list-wrap li.mini-cart-icon a,
.tgmenu__action-seven .list-wrap li.header-search a {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-common-color-white);
  border: 1px solid #CFCFCF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  color: var(--tg-body-color);
}

.tgmenu__action-seven .list-wrap li.mini-cart-icon a:hover,
.tgmenu__action-seven .list-wrap li.header-search a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  border-color: var(--tg-theme-primary);
}

.tgmenu__action-seven .list-wrap li.header-btn .btn {
  box-shadow: none;
}

.tgmenu__action-eight .list-wrap li.mini-cart-icon a,
.tgmenu__action-eight .list-wrap li.header-user a {
  width: 40px;
  height: 40px;
  color: var(--tg-heading-color);
}

.tgmenu__action-eight .list-wrap li.mini-cart-icon a svg,
.tgmenu__action-eight .list-wrap li.header-user a svg {
  width: 17px;
  height: auto;
}

.tgmenu__action-eight .list-wrap li.mini-cart-icon a:hover,
.tgmenu__action-eight .list-wrap li.header-user a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

.tgmenu__action-eight .list-wrap li .mini-cart-count {
  background: var(--tg-theme-secondary);
  color: var(--tg-common-color-white);
}

@media (max-width: 1199.98px) {
  .tgmenu__categories {
    margin-left: auto;
  }
}

.tgmenu__categories .dropdown-toggle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border: 1px solid var(--tg-border-6);
  border-radius: 100px;
  background: #f6f6f6;
  position: relative;
  padding: 10px 16px;
  font-size: 14px;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-body-color);
  font-weight: 400;
  gap: 0 13px;
}

.tgmenu__categories .dropdown-toggle i {
  color: var(--tg-theme-primary);
  font-size: 16px;
}

.tgmenu__categories .dropdown-toggle::after {
  content: "";
  display: block;
  margin: 0 0 0 4px;
  border: none;
  background-image: url(../img/icons/down_arrow.svg);
  width: 12px;
  height: 8px;
}

.tgmenu__categories .dropdown-menu {
  width: 100%;
  min-width: 100%;
  background-color: var(--tg-common-color-white);
  border: 1px solid var(--tg-border-2);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.tgmenu__categories .dropdown-item {
  color: var(--tg-body-color);
}

.tgmenu__categories .dropdown-item:hover,
.tgmenu__categories .dropdown-item:focus {
  background-color: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

.mega-sub-menu li a {
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.tg-badge {
  background: linear-gradient(90deg, #ff1515 0%, #ed0fbc 100%);
  display: inline-block;
  line-height: 1;
  color: var(--tg-common-color-white);
  font-weight: 600;
  font-size: 13px;
  font-family: var(--tg-heading-font-family);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 8px;
}

.tg-badge-two {
  display: inline-block;
  line-height: 1;
  color: var(--tg-common-color-white);
  font-weight: 600;
  font-size: 13px;
  font-family: var(--tg-heading-font-family);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 8px;
  background: #39cabd;
}

.mega-menu-img a {
  padding: 0 !important;
}

.mega-menu-img a img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.sticky-menu2 {
  position: sticky !important;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: var(--tg-common-color-white);
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
}

#sticky-header2 {
  display: none !important;
}

.sticky-menu ul li .sub-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

#header-fixed-height.active-height {
  display: block;
  height: 90px;
}



@media (max-width: 767.98px) {
  #header-fixed-height.active-height {
    height: 80px;
  }
}

.mobile-login-btn {
  margin-left: auto;
  display: none;
}

@media (max-width: 767.98px) {
  .mobile-login-btn {
    display: flex;
  }
}

.mobile-login-btn a {
  margin-right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  background: #F4F4F4;
  justify-content: center;
  border-radius: 50%;
  line-height: 0;
  color: var(--tg-body-color);
}

.mobile-login-btn a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

.mobile-login-btn-two a {
  background: var(--tg-common-color-white);
  border: 1px solid #d9d9d9;
  color: var(--tg-body-color);
}

.select-grp-two {
  margin-left: 55px;
}

@media (max-width: 1800px) {
  .select-grp-two {
    margin-left: 30px;
  }
}

@media (max-width: 767.98px) {
  .select-grp-two {
    display: none;
  }
}

.select-grp-two .select2-container .select2-selection--single {
  height: auto;
}

.select-grp-two .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 25px;
  padding-right: 18px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.1rem center;
  background-size: 16px 12px;
  font-size: 14px;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-body-color);
  font-weight: 400;
}

/*=============================
	03. Mobile Menu
===============================*/
.tgmobile__search {
  padding: 0 20px 25px 25px;
}

.tgmobile__search form {
  position: relative;
}

.tgmobile__search input {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 45px 10px 20px;
  font-size: 15px;
  height: 45px;
  background: var(--tg-common-color-gray);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.tgmobile__search input::placeholder {
  font-size: 15px;
  color: var(--tg-body-color);
}

.tgmobile__search button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  padding: 0;
  right: 20px;
  line-height: 1;
  background: transparent;
  color: var(--tg-heading-color);
}

.tgmobile__menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 99;
  border-radius: 0px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) e;
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transform: translateX(101%);
}

.tgmobile__menu .navbar-collapse {
  display: block !important;
}

.tgmobile__menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}

.tgmobile__menu .nav-logo img {
  width: 150px;
}

.tgmobile__menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}

.tgmobile__menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tgmobile__menu .navigation li.active>a {
  color: var(--tg-theme-primary);
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 20px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: var(--tg-heading-color);
  background: var(--tg-common-color-gray);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 12px;
  height: 2px;
  background-color: var(--tg-common-color-black);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 2px;
  height: 12px;
  background-color: var(--tg-common-color-black);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open {
  background-color: var(--tg-theme-primary);
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line {
  background-color: var(--tg-common-color-white);
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line::after {
  display: none;
}

.tgmobile__menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 10px 60px 10px 25px;
  font-size: 16px;
  font-weight: 500;
  color: var(--tg-heading-color);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.tgmobile__menu .navigation li>a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 2px;
  background: var(--tg-theme-primary);
  pointer-events: none;
}

.tgmobile__menu .navigation li ul li>a {
  margin-left: 20px;
}

.tgmobile__menu .navigation li ul li ul li a {
  margin-left: 40px;
}

.tgmobile__menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}

.tgmobile__menu .navigation li>ul {
  display: none;
}

.tgmobile__menu .navigation li>ul>li>ul {
  display: none;
}

.tgmobile__menu .navigation ul {
  padding: 0;
  margin: 0;
}

.tgmobile__menu .navigation ul li a {
  display: block;
}

.tgmobile__menu .navigation ul li ul li>a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.tgmobile__menu .navigation:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tgmobile__menu .navigation>li>ul>li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tgmobile__menu .navigation>li.active>a::before {
  height: 100%;
}

.tgmobile__menu .close-btn {
  position: absolute;
  right: 15px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 14px;
  color: var(--tg-theme-primary);
  cursor: pointer;
  padding: 8px;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tgmobile__menu .close-btn i[class^=flaticon-]:before {
  font-weight: var(--tg-fw-bold) !important;
}

.tgmobile__menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.tgmobile__menu .social-links ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  text-align: center;
  padding: 30px 20px 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.tgmobile__menu .social-links ul li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 10px;
}

.tgmobile__menu .social-links ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: var(--tg-body-color);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid #efefef;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.tgmobile__menu .social-links ul li a:hover {
  border-color: var(--tg-theme-primary);
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

.tgmobile__menu .tgmenu__action {
  padding: 0 0;
  margin: 0 0;
}

.tgmobile__menu .tgmenu__action>ul {
  margin: 0 0;
  padding: 30px 20px 0;
  justify-content: center;
  gap: 0 15px;
}

.tgmobile__menu .tgmenu__action>ul li {
  margin: 0 0;
}

.tgmobile__menu .tgmenu__action>ul .header-btn {
  display: block;
}

.tgmobile__menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--tg-common-color-white);
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgba(0, 0, 0, 0.06);
}

.tgmobile__menu-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: var(--tg-common-color-white);
  margin-right: 30px;
  top: 15px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .tgmobile__menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu-visible .tgmobile__menu-backdrop {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-visible .tgmobile__menu .close-btn {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.tgmobile__menu .mega-menu>li>.mega-sub-menu {
  display: flex !important;
  flex-direction: column;
  min-width: auto;
  margin-left: 0 !important;
}

.tgmobile__menu .mega-menu>li:nth-child(3) {
  display: none;
}

.tgmobile__menu .mega-menu>li>.mega-sub-menu a {
  margin-left: 20px;
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 10px 25px 10px 25px;
}

.tgmobile__menu .navigation li>.mega-menu>li .mega-sub-menu li:first-child {
  border: none;
}

/*=============================
    04. Banner
===============================*/
.banner-bg {
  min-height: 520px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  padding: 60px 0 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1500px) {
  .banner-bg {
    min-height: auto;
  }
}

.banner-bg .line-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .banner-bg .line-shape {
    display: none;
  }
}

.banner-bg-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  padding: 80px 0 60px;
  background-size: cover;
  background-position: bottom;
  z-index: 1;
}

@media (max-width: 1500px) {
  .banner-bg-two {
    padding: 60px 0 60px;
  }
}

@media (max-width: 991.98px) {
  .banner-bg-two {
    padding: 60px 0 25px;
  }
}

.banner-bg-two .line-shape-two {
  position: absolute;
  left: 0;
  top: 20%;
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .banner-bg-two .line-shape-two {
    display: none;
  }
}

.banner-bg-three {
  background-size: cover;
  background-position: center;
  padding: 60px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-bg-four {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 140px 0 0;
}

@media (max-width: 767.98px) {
  .banner-bg-four {
    padding: 130px 0 0;
  }
}

.banner-bg-five {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 70px 0 0;
}

@media (max-width: 991.98px) {
  .banner-bg-five {
    padding: 90px 0 0;
  }
}

@media (max-width: 767.98px) {
  .banner-bg-five {
    padding: 80px 0 0;
  }
}

.banner-bg-five-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 91px;
  z-index: 3;
}

.banner-bg-six {
  position: relative;
  z-index: 1;
  padding: 280px 0 150px;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1500px) {
  .banner-bg-six {
    padding: 220px 0 130px;
  }
}

@media (max-width: 1199.98px) {
  .banner-bg-six {
    padding: 200px 0 110px;
  }
}

@media (max-width: 991.98px) {
  .banner-bg-six {
    padding: 160px 0 110px;
  }
}

@media (max-width: 767.98px) {
  .banner-bg-six {
    padding: 130px 0 100px;
  }
}

.banner-bg-seven {
  background-size: cover;
  background-position: center;
  padding-top: 45px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .banner-bg-seven {
    padding-top: 60px;
  }
}

.banner__content {
  margin: 60px 0 100px;
  position: relative;
  z-index: 3;
}

@media (max-width: 1500px) {
  .banner__content {
    margin: 60px 0 70px;
  }
}

@media (max-width: 1199.98px) {
  .banner__content {
    margin: 40px 0 60px;
  }
}

@media (max-width: 991.98px) {
  .banner__content {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .banner__content {
    margin: 0 0 60px;
  }
}

.banner__content .sub-title {
  display: inline-block;
  line-height: 1;
  background: var(--tg-common-color-gray);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 7px 15px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-theme-primary);
  margin: 0 0 16px;
}

.banner__content .title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: var(--tg-fw-medium);
  margin: 0 0 12px;
}

@media (max-width: 1199.98px) {
  .banner__content .title {
    font-size: 35px;
  }
}

@media (max-width: 767.98px) {
  .banner__content .title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content .title {
    font-size: 40px;
  }
}

.banner__content .title span:not(.svg-icon) {
  color: var(--tg-theme-primary);
  position: relative;
  color: var(--tg-common-color-white);
  padding: 0 13px 0 20px;
  font-weight: var(--tg-fw-bold);
  z-index: 1;
}

.banner__content .title span:not(.svg-icon)>svg {
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  height: 100%;
  z-index: -1;
  color: #FD7927;
}

.banner__content .title .svg-icon {
  position: absolute;
  right: -50px;
  top: -50px;
  width: 61px;
  height: 68px;
}

@media (max-width: 767.98px) {
  .banner__content .title .svg-icon {
    display: none;
  }
}

.banner__content .title .svg-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.banner__content .title .svg-icon path {
  stroke: var(--tg-heading-color);
}

.banner__content p {
  max-width: 90%;
  margin: 0 0 0;
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 1199.98px) {
  .banner__content p {
    max-width: 100%;
  }
}

.banner__content-two {
  margin: 120px 0 60px;
}

@media (max-width: 1500px) {
  .banner__content-two {
    margin: 80px 0 60px;
  }
}

@media (max-width: 991.98px) {
  .banner__content-two {
    margin: 0 0 60px;
    text-align: center;
  }
}

.banner__content-two .title {
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .banner__content-two .title {
    font-size: 38px;
  }
}

@media (max-width: 767.98px) {
  .banner__content-two .title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content-two .title {
    font-size: 40px;
  }
}

.banner__content-two .title span {
  position: relative;
  color: var(--tg-common-color-white);
  padding: 0 13px 0 20px;
  font-weight: var(--tg-fw-bold);
  z-index: 1;
}

@media (max-width: 767.98px) {
  .banner__content-two .title span {
    padding: 0 10px 0 10px;
  }
}

.banner__content-two .title span svg {
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  height: 100%;
  z-index: -1;
  color: var(--tg-theme-secondary);
}

.banner__content-three {
  position: relative;
  margin-top: 120px;
}

@media (max-width: 1199.98px) {
  .banner__content-three {
    margin-top: 50px;
  }
}

@media (max-width: 991.98px) {
  .banner__content-three {
    text-align: center;
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .banner__content-three {
    margin-top: 30px;
  }
}

.banner__content-three .sub-title {
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 10px;
}

.banner__content-three .title {
  margin-bottom: 8px;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}

@media (max-width: 1500px) {
  .banner__content-three .title {
    font-size: 54px;
  }
}

@media (max-width: 1199.98px) {
  .banner__content-three .title {
    font-size: 42px;
  }
}

@media (max-width: 991.98px) {
  .banner__content-three .title {
    font-size: 44px;
  }
}

@media (max-width: 767.98px) {
  .banner__content-three .title {
    font-size: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content-three .title {
    font-size: 42px;
  }
}

.banner__content-three .title span {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.banner__content-three .title span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 100%;
  height: 16px;
  background: var(--tg-theme-secondary);
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .banner__content-three .title span::before {
    bottom: 8px;
  }
}

.banner__content-three p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  width: 90%;
}

@media (max-width: 991.98px) {
  .banner__content-three p {
    width: 100%;
  }
}

.banner__content-three .banner__btn-wrap {
  margin: 25px 0 0;
}

.banner__content-three .shape img {
  position: absolute;
  right: 45%;
  top: -24px;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .banner__content-three .shape img {
    right: 27%;
    top: -48px;
    width: 55px;
  }
}

@media (max-width: 991.98px) {
  .banner__content-three .shape img {
    right: 15%;
  }
}

.banner__content-four {
  margin-top: 150px;
}

@media (max-width: 1500px) {
  .banner__content-four {
    margin-top: 70px;
  }
}

@media (max-width: 991.98px) {
  .banner__content-four {
    margin-top: 0px;
    text-align: center;
    margin-bottom: 50px;
  }
}

.banner__content-four .sub-title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  color: var(--tg-common-color-black-2);
  line-height: 1;
}

.banner__content-four .title {
  margin-bottom: 8px;
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--tg-common-color-black-2);
  position: relative;
  display: inline-block;
}

@media (max-width: 1199.98px) {
  .banner__content-four .title {
    font-size: 52px;
  }
}

@media (max-width: 767.98px) {
  .banner__content-four .title {
    font-size: 42px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content-four .title {
    font-size: 46px;
  }
}

.banner__content-four .title .title__shape {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
  line-height: 0;
  display: block;
}

.banner__content-four .title .title__shape svg {
  color: var(--tg-theme-secondary);
}

@media (max-width: 767.98px) {
  .banner__content-four .title .title__shape svg {
    width: 160px;
    height: 22px;
  }
}

.banner__content-four .sub-title-two {
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--tg-common-color-black-2);
  line-height: 1;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .banner__content-four .sub-title-two {
    margin-bottom: 20px;
  }
}

.banner__content-four p {
  margin-bottom: 35px;
  font-size: 18px;
  text-transform: capitalize;
  width: 90%;
}

@media (max-width: 1500px) {
  .banner__content-four p {
    width: 100%;
  }
}

.banner__content-five {
  margin-bottom: 40px;
}

@media (max-width: 1199.98px) {
  .banner__content-five {
    margin-bottom: 70px;
  }
}

@media (max-width: 991.98px) {
  .banner__content-five {
    margin-bottom: 50px;
    text-align: center;
  }
}

.banner__content-five .sub-title {
  display: block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tg-body-color);
  line-height: 1.2;
  margin-bottom: 5px;
}

.banner__content-five .title {
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -1.5px;
}

@media (max-width: 1500px) {
  .banner__content-five .title {
    font-size: 54px;
  }
}

@media (max-width: 1199.98px) {
  .banner__content-five .title {
    font-size: 42px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991.98px) {
  .banner__content-five .title {
    font-size: 45px;
  }
}

@media (max-width: 767.98px) {
  .banner__content-five .title {
    font-size: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content-five .title {
    font-size: 42px;
  }
}

.banner__content-five .title span {
  position: relative;
  display: inline-block;
}

.banner__content-five .title span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  height: 16px;
  background: var(--tg-theme-secondary);
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .banner__content-five .title span::before {
    height: 10px;
    bottom: 10px;
  }
}

.banner__content-five p {
  margin-bottom: 25px;
  font-size: 17px;
}

@media (max-width: 1199.98px) {
  .banner__content-five p {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.banner__content-five .btn {
  box-shadow: none;
}

.banner__content-six .title {
  margin-bottom: 15px;
  font-size: 50px;
  font-weight: 700;
  width: 95%;
  text-transform: capitalize;
}

@media (max-width: 1500px) {
  .banner__content-six .title {
    width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .banner__content-six .title {
    font-size: 45px;
  }
}

@media (max-width: 991.98px) {
  .banner__content-six .title {
    font-size: 42px;
  }
}

@media (max-width: 767.98px) {
  .banner__content-six .title {
    font-size: 36px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content-six .title {
    font-size: 38px;
  }
}

.banner__content-six .title span {
  padding: 0 13px 0 15px;
  display: inline-block;
}

.banner__content-six .title span svg {
  position: absolute;
  left: 0;
  top: 2px;
  width: 100%;
  height: 100%;
  z-index: -1;
  color: var(--tg-theme-secondary);
}

.banner__content-six .sub-title {
  display: block;
  font-size: 18px;
  font-family: var(--tg-heading-font-family);
  font-weight: 500;
  text-transform: capitalize;
  color: var(--tg-heading-color);
  line-height: 1.2;
  margin-bottom: 30px;
}

.banner__content-six .about__info-list-item {
  margin-bottom: 12px;
}

.banner__content-six .about__info-list-item:last-child {
  margin-bottom: 0;
}

.banner__content-six .about__info-list-item i {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.banner__content-six .about__info-list-item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.banner__content-six .banner__info-list {
  margin-bottom: 35px;
}

.banner__content-seven {
  margin-right: 35px;
}

@media (max-width: 1199.98px) {
  .banner__content-seven {
    margin-right: 20px;
  }
}

@media (max-width: 991.98px) {
  .banner__content-seven {
    margin-right: 0;
    text-align: center;
    margin-bottom: 50px;
  }
}

.banner__content-seven .title {
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
  line-height: 1.1;
}

@media (max-width: 1199.98px) {
  .banner__content-seven .title {
    font-size: 42px;
  }
}

@media (max-width: 767.98px) {
  .banner__content-seven .title {
    font-size: 38px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content-seven .title {
    font-size: 40px;
  }
}

.banner__content-seven .title span {
  position: relative;
  display: inline-block;
}

.banner__content-seven .title span svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 21px;
  color: var(--tg-theme-secondary);
  z-index: -1;
}

.banner__content-seven p {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.55;
  width: 70%;
}

@media (max-width: 1199.98px) {
  .banner__content-seven p {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .banner__content-seven p {
    margin-bottom: 20px;
  }
}

.banner__search {
  margin-bottom: 25px;
}

.banner__search .slider__search-form input {
  border: 1px solid var(--tg-border-6);
}

.banner__search .slider__search-form button {
  right: 6px;
}

.banner__btn-wrap {
  margin: 34px 0 0;
}

@media (max-width: 991.98px) {
  .banner__btn-wrap {
    margin: 28px 0 0;
  }

  .banner__btn-wrap .tg-button-wrap {
    justify-content: center;
  }
}

.banner__btn-wrap-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 30px;
}

@media (max-width: 1199.98px) {
  .banner__btn-wrap-two {
    gap: 20px 15px;
  }
}

@media (max-width: 991.98px) {
  .banner__btn-wrap-two {
    gap: 20px 30px;
    justify-content: center;
  }
}

.banner__btn-wrap-three {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.banner__btn-wrap-three .play-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 18px;
  align-items: center;
}

.banner__btn-wrap-three .play-btn i {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid #B6B6B6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 15px;
  color: var(--tg-heading-color);
  background: linear-gradient(180deg, #fff 0%, #d9d9d9 100%);
}

.banner__btn-wrap-three .play-btn span {
  color: var(--tg-heading-color);
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  font-family: var(--tg-heading-font-family);
  -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;
}

.banner__btn-wrap-three .play-btn:hover span {
  color: var(--tg-theme-primary);
}

.banner__btn-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .banner__btn-two {
    justify-content: center;
  }
}

.banner__btn-two .play-btn {
  font-size: 15px;
  font-weight: 500;
  font-family: var(--tg-heading-font-family);
  line-height: 1.3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--tg-heading-color);
}

.banner__btn-two .play-btn i {
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--tg-theme-secondary);
  border: 1px solid var(--tg-heading-color);
  color: var(--tg-heading-color);
  font-size: 16px;
  -webkit-box-shadow: 4px 4px 0px 0px #3D3D3D;
  -moz-box-shadow: 4px 4px 0px 0px #3D3D3D;
  -ms-box-shadow: 4px 4px 0px 0px #3D3D3D;
  -o-box-shadow: 4px 4px 0px 0px #3D3D3D;
  box-shadow: 4px 4px 0px 0px #3D3D3D;
  -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;
}

.banner__btn-two .play-btn:hover {
  color: var(--tg-theme-secondary);
}

.banner__btn-two .play-btn:hover i {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.banner__contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}

.banner__contact .icon {
  width: 57px;
  height: 57px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-secondary);
  color: var(--tg-common-color-black-2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  line-height: 0;
}

.banner__contact .icon svg {
  width: 25px;
  height: 25px;
}

.banner__contact .content span {
  display: block;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tg-common-color-black-3);
  font-family: var(--tg-heading-font-family);
  margin-bottom: 5px;
}

.banner__contact .content a {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
  color: var(--tg-common-color-black-3);
  line-height: 1;
}

.banner__contact .content a:hover {
  color: var(--tg-theme-secondary);
}

.banner__images {
  position: relative;
  padding-right: 118px;
  text-align: right;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .banner__images {
    padding-right: 105px;
  }
}

@media (max-width: 991.98px) {
  .banner__images {
    margin: 0 auto;
    text-align: center;
    max-width: 80%;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .banner__images {
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__images {
    max-width: 90%;
  }
}

.banner__images .main-img {
  max-width: inherit;
}

@media (max-width: 1500px) {
  .banner__images .main-img {
    max-width: 100%;
  }
}

.banner__images .shape {
  position: absolute;
  z-index: -1;
}

.banner__images .shape.big-shape {
  max-width: 618px;
  bottom: -85px;
  right: -22px;
}

.banner__images .shape.bg-dots {
  max-width: 495px;
  right: 30px;
  bottom: -33px;
  z-index: -2;
}

@media (max-width: 767.98px) {
  .banner__images .shape.bg-dots {
    max-width: 100%;
    right: 0;
    bottom: 18%;
  }
}

.banner__images .shape.small-shape {
  max-width: 136px;
  left: 35px;
  bottom: -24px;
  z-index: -2;
}

@media (max-width: 1199.98px) {
  .banner__images .shape.small-shape {
    left: 10px;
  }
}

.banner__images-two {
  position: relative;
  text-align: center;
  margin-right: 60px;
}

@media (max-width: 1199.98px) {
  .banner__images-two {
    margin-right: 0;
  }
}

@media (max-width: 1500px) {
  .banner__images-two img {
    width: 400px;
  }
}

@media (max-width: 1199.98px) {
  .banner__images-two img {
    width: 350px;
  }
}

.banner__images-two .big-shape {
  position: absolute;
  z-index: -1;
  left: 8%;
  top: 2%;
  color: #FFC738;
}

@media (max-width: 1500px) {
  .banner__images-two .big-shape {
    top: 5%;
  }
}

@media (max-width: 1199.98px) {
  .banner__images-two .big-shape {
    left: 0;
    width: 400px;
    top: 2%;
  }

  .banner__images-two .big-shape svg {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767.98px) {
  .banner__images-two .big-shape {
    width: 100%;
    max-width: 400px;
  }
}

.banner__images-two .svg-icon {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 35%;
  top: -5%;
}

@media (max-width: 991.98px) {
  .banner__images-two .svg-icon {
    left: 30%;
    top: -8%;
  }
}

.banner__images-two .svg-icon svg {
  width: 100%;
  height: 100%;
  color: #031333;
  display: block;
}

.banner__images-two .about__enrolled {
  left: 0;
  top: 41%;
  bottom: auto;
}

@media (max-width: 1199.98px) {
  .banner__images-two .about__enrolled {
    display: none;
  }
}

.banner__images-three {
  position: relative;
  z-index: 1;
  text-align: right;
}

@media (max-width: 991.98px) {
  .banner__images-three {
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .banner__images-three {
    width: 100%;
  }
}

.banner__images-three .big-shape {
  position: absolute;
  right: -15px;
  bottom: -55px;
  z-index: -1;
}

.banner__images-three .shape__wrap img {
  position: absolute;
  z-index: -1;
}

.banner__images-three .shape__wrap img:nth-child(1) {
  left: 0;
  top: 18%;
  max-width: 58px;
}

@media (max-width: 1199.98px) {
  .banner__images-three .shape__wrap img:nth-child(1) {
    max-width: 50px;
  }
}

.banner__images-three .shape__wrap img:nth-child(2) {
  right: 0;
  top: 24%;
  max-width: 74px;
}

@media (max-width: 1199.98px) {
  .banner__images-three .shape__wrap img:nth-child(2) {
    max-width: 60px;
  }
}

@media (max-width: 767.98px) {
  .banner__images-three .shape__wrap img:nth-child(2) {
    display: none;
  }
}

.banner__images-three .about__enrolled {
  left: -90px;
  bottom: auto;
  top: 35%;
}

@media (max-width: 1199.98px) {
  .banner__images-three .about__enrolled {
    left: -73px;
    top: 52%;
  }
}

@media (max-width: 991.98px) {
  .banner__images-three .about__enrolled {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .banner__images-three .about__enrolled {
    display: none;
  }
}

.banner__images-four {
  position: relative;
  text-align: right;
}

@media (max-width: 1500px) {
  .banner__images-four {
    text-align: center;
  }
}

@media (max-width: 1500px) {
  .banner__images-four>img {
    max-width: 460px;
  }
}

@media (max-width: 1199.98px) {
  .banner__images-four>img {
    max-width: 420px;
  }
}

@media (max-width: 767.98px) {
  .banner__images-four>img {
    max-width: 100%;
  }
}

.banner__images-four .shape {
  position: absolute;
  z-index: -1;
}

.banner__images-four .shape.big-shape {
  left: 43%;
  bottom: 6%;
}

@media (max-width: 1500px) {
  .banner__images-four .shape.big-shape {
    left: 31%;
    bottom: 3%;
  }
}

@media (max-width: 1199.98px) {
  .banner__images-four .shape.big-shape {
    left: 21%;
  }
}

@media (max-width: 991.98px) {
  .banner__images-four .shape.big-shape {
    left: 24%;
  }
}

@media (max-width: 767.98px) {
  .banner__images-four .shape.big-shape {
    left: 19%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__images-four .shape.big-shape {
    left: 18%;
  }
}

@media (max-width: 1500px) {
  .banner__images-four .shape.big-shape img {
    max-width: 310px;
  }
}

@media (max-width: 1199.98px) {
  .banner__images-four .shape.big-shape img {
    max-width: 290px;
  }
}

@media (max-width: 767.98px) {
  .banner__images-four .shape.big-shape img {
    max-width: 250px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__images-four .shape.big-shape img {
    max-width: 285px;
  }
}

.banner__images-four .shape.big-shape-two {
  right: -13%;
  bottom: 18%;
  z-index: -2;
}

@media (max-width: 1500px) {
  .banner__images-four .shape.big-shape-two {
    right: 7%;
    bottom: 16%;
  }
}

@media (max-width: 1199.98px) {
  .banner__images-four .shape.big-shape-two {
    right: -9%;
    bottom: 20%;
  }
}

@media (max-width: 991.98px) {
  .banner__images-four .shape.big-shape-two {
    right: -8%;
    bottom: 14%;
  }
}

@media (max-width: 767.98px) {
  .banner__images-four .shape.big-shape-two {
    right: auto;
    bottom: 19%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 1500px) {
  .banner__images-four .shape.big-shape-two img {
    max-width: 600px;
  }
}

@media (max-width: 1199.98px) {
  .banner__images-four .shape.big-shape-two img {
    max-width: 520px;
  }
}

@media (max-width: 991.98px) {
  .banner__images-four .shape.big-shape-two img {
    max-width: 570px;
  }
}

@media (max-width: 767.98px) {
  .banner__images-four .shape.big-shape-two img {
    max-width: 400px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__images-four .shape.big-shape-two img {
    max-width: 530px;
  }
}

.banner__images-five {
  position: relative;
  text-align: right;
  margin-right: -50px;
}

@media (max-width: 1500px) {
  .banner__images-five {
    margin-right: 0;
  }
}

@media (max-width: 1500px) {
  .banner__images-five>img {
    max-width: 700px;
  }
}

@media (max-width: 1199.98px) {
  .banner__images-five>img {
    max-width: 100%;
  }
}

.banner__images-five .shape-one {
  position: absolute;
  z-index: -1;
  left: -3%;
  bottom: 19%;
}

@media (max-width: 1500px) {
  .banner__images-five .shape-one {
    bottom: 15%;
  }
}

@media (max-width: 1199.98px) {
  .banner__images-five .shape-one {
    bottom: 18%;
    max-width: 85px;
  }
}

.banner__images-five .shape-two {
  position: absolute;
  z-index: -1;
  right: -50px;
  top: 60px;
}

@media (max-width: 1500px) {
  .banner__images-five .shape-two {
    right: 0px;
    top: 52px;
    max-width: 80px;
  }
}

@media (max-width: 1199.98px) {
  .banner__images-five .shape-two {
    right: 8px;
    top: 34px;
    max-width: 60px;
  }
}

.banner__images-five .shape-three {
  position: absolute;
  z-index: -1;
  right: 11%;
  bottom: 18%;
}

@media (max-width: 1199.98px) {
  .banner__images-five .shape-three {
    right: 11%;
    bottom: 22%;
  }
}

.banner__images-six {
  text-align: center;
  position: relative;
}

@media (max-width: 991.98px) {
  .banner__images-six {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .banner__images-six {
    margin-bottom: 50px;
  }
}

.banner__images-six .main-img {
  position: relative;
  display: inline-block;
}

@media (max-width: 1199.98px) {
  .banner__images-six .main-img {
    max-width: 400px;
  }
}

@media (max-width: 767.98px) {
  .banner__images-six .main-img {
    max-width: 100%;
  }
}

.banner__images-six .main-img img {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}

@media (max-width: 767.98px) {
  .banner__images-six .main-img img {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    width: 100%;
  }
}

.banner__images-six .main-img .svg-icon {
  width: 81px;
  height: 70px;
  position: absolute;
  left: -9%;
  top: -8%;
}

@media (max-width: 767.98px) {
  .banner__images-six .main-img .svg-icon {
    width: 60px;
    height: auto;
    left: -3%;
    top: -10%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__images-six .main-img .svg-icon {
    left: -9%;
    top: -7%;
  }
}

.banner__images-six .main-img .svg-icon svg {
  width: 100%;
  height: 100%;
  color: var(--tg-theme-secondary);
}

.banner__images-six .about__enrolled-two {
  box-shadow: -8px 8px 0 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  border: 1px solid #6d6c80;
  border-radius: 15px 15px 0 15px;
  padding: 16px 25px;
  left: 8%;
  bottom: auto;
  top: 19%;
}

@media (max-width: 1199.98px) {
  .banner__images-six .about__enrolled-two {
    left: 0;
  }
}

.banner__images-six .about__enrolled-two img {
  margin-bottom: 10px;
}

.banner__images-six .about__enrolled-two p {
  margin-bottom: 0;
  font-weight: 600;
  color: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
  line-height: 1;
}

.banner__images-six .shape-wrap img {
  position: absolute;
  z-index: -1;
}

.banner__images-six .shape-wrap img:nth-child(1) {
  left: 0;
  top: 11%;
}

@media (max-width: 767.98px) {
  .banner__images-six .shape-wrap img:nth-child(1) {
    display: none;
  }
}

.banner__images-six .shape-wrap img:nth-child(2) {
  right: 17%;
  bottom: -5%;
}

@media (max-width: 1500px) {
  .banner__images-six .shape-wrap img:nth-child(2) {
    right: 13%;
  }
}

@media (max-width: 1199.98px) {
  .banner__images-six .shape-wrap img:nth-child(2) {
    right: 7%;
  }
}

@media (max-width: 767.98px) {
  .banner__images-six .shape-wrap img:nth-child(2) {
    display: none;
  }
}

.banner__images-seven {
  text-align: center;
  position: relative;
}

@media (max-width: 1199.98px) {
  .banner__images-seven .main-img {
    max-width: 330px;
  }
}

.banner__images-seven .big_shape {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--tg-theme-secondary);
  z-index: -1;
  width: 506px;
  height: 506px;
}

@media (max-width: 1199.98px) {
  .banner__images-seven .big_shape {
    width: 420px;
    height: 420px;
  }
}

@media (max-width: 767.98px) {
  .banner__images-seven .big_shape {
    width: 90%;
    height: 90%;
  }
}

.banner__images-seven .big_shape svg {
  width: 100%;
  height: 100%;
}

.banner__images-seven .shape {
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 592px;
}

@media (max-width: 1199.98px) {
  .banner__images-seven .shape {
    width: 490px;
  }
}

@media (max-width: 767.98px) {
  .banner__images-seven .shape {
    width: 100%;
  }
}

.banner__images-seven .about__enrolled {
  left: -24px;
  bottom: auto;
  top: 41%;
}

@media (max-width: 991.98px) {
  .banner__images-seven .about__enrolled {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .banner__images-seven .about__enrolled {
    display: none;
  }
}

.banner__all-recipe {
  position: absolute;
  right: 1%;
  bottom: 33%;
  background: var(--tg-theme-primary);
  box-shadow: -8px 8px 0 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #b2bbcc;
  border-radius: 10px;
  text-align: center;
  padding: 15px 28px;
}

.banner__all-recipe .count {
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 5px;
  color: var(--tg-common-color-white);
}

.banner__all-recipe span {
  display: block;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: var(--tg-common-color-white);
}

.banner__student {
  display: inline-flex;
  align-items: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid var(--tg-common-color-gray-5);
  background: var(--tg-common-color-white);
  -webkit-box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 18%;
  top: 16%;
  padding: 15px 18px;
  gap: 10px;
}

@media (max-width: 1199.98px) {
  .banner__student {
    right: 0;
    top: 13%;
  }
}

.banner__student .icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-common-color-green);
  color: var(--tg-common-color-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 0px rgba(33, 150, 83, 0.5);
  -moz-box-shadow: 4px 4px 0px rgba(33, 150, 83, 0.5);
  -ms-box-shadow: 4px 4px 0px rgba(33, 150, 83, 0.5);
  -o-box-shadow: 4px 4px 0px rgba(33, 150, 83, 0.5);
  box-shadow: 4px 4px 0px rgba(33, 150, 83, 0.5);
  border: 1px solid #149959;
}

.banner__student .content {
  text-align: left;
}

.banner__student .content span {
  display: block;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

.banner__student .content .title {
  margin-bottom: 0;
  font-size: 24px;
  font-family: var(--tg-body-font-family);
  font-weight: 800;
  line-height: 1;
}

.banner__author {
  position: absolute;
  top: 30px;
  left: 23px;
  width: 175px;
  padding: 11px 30px 11px 14px;
  border-radius: 6px;
  background: var(--tg-common-color-white);
  box-shadow: 9px 10px 0px 0px rgba(0, 0, 0, 0.2);
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

@media (max-width: 1199.98px) {
  .banner__author {
    top: -30px;
    left: -10px;
    width: 155px;
    padding: 10px 10px 10px 10px;
  }
}

@media (max-width: 991.98px) {
  .banner__author {
    top: 0px;
    left: 10px;
  }
}

@media (max-width: 767.98px) {
  .banner__author {
    display: none;
  }
}

.banner__author-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}

.banner__author-item .image {
  flex: 0 0 auto;
}

.banner__author-item .image img {
  max-width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.banner__author-item .name {
  flex-grow: 1;
  margin-bottom: 0;
  font-size: 13px !important;
}

.banner__author .arrow-shape {
  position: absolute;
  left: calc(100% - 11px);
  top: 9px;
  z-index: -1;
}

.banner__review {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  box-shadow: -8px 8px 0 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  gap: 8px;
  border: 1px solid var(--tg-body-color);
  border-radius: 15px 15px 15px 0;
  position: absolute;
  right: 3%;
  top: 25%;
  padding: 15px 15px;
}

@media (max-width: 1199.98px) {
  .banner__review {
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .banner__review {
    display: none;
  }
}

.banner__review .icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-secondary);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.banner__review .title {
  margin-bottom: 0;
  text-align: left;
  font-weight: 700;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 1;
}

.banner__review .title span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: var(--tg-body-color);
  margin-top: 2px;
}

.banner__courses {
  background: #27ae60;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border-radius: 20px 20px 20px 0;
  gap: 8px;
  padding: 16px 20px;
  position: absolute;
  right: 11%;
  bottom: 15%;
}

@media (max-width: 1199.98px) {
  .banner__courses {
    right: 4%;
  }
}

@media (max-width: 767.98px) {
  .banner__courses {
    display: none;
  }
}

.banner__courses .icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: var(--tg-common-color-white);
  font-size: 24px;
}

.banner__courses .title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 26px;
  color: var(--tg-common-color-white);
  line-height: 1;
  text-align: left;
}

.banner__courses .title span {
  display: block;
  font-weight: 500;
  font-size: 18px;
}

.banner__shape-wrap img {
  position: absolute;
  z-index: -2;
}

.banner__shape-wrap img:nth-child(1) {
  left: 0;
  top: 0;
  max-width: 276px;
}

@media (max-width: 767.98px) {
  .banner__shape-wrap img:nth-child(1) {
    max-width: 200px;
  }
}

.banner__shape-wrap img:nth-child(2) {
  right: 0;
  bottom: 0;
  max-width: 330px;
}

@media (max-width: 1199.98px) {
  .banner__shape-wrap img:nth-child(2) {
    max-width: 270px;
  }
}

@media (max-width: 767.98px) {
  .banner__shape-wrap img:nth-child(2) {
    display: none;
  }
}

.banner__shape-wrap img:nth-child(3) {
  left: 70px;
  bottom: -15px;
  max-width: 157px;
}

@media (max-width: 1199.98px) {
  .banner__shape-wrap img:nth-child(3) {
    max-width: 120px;
  }
}

@media (max-width: 767.98px) {
  .banner__shape-wrap img:nth-child(3) {
    display: none;
  }
}

.banner__shape-wrap-two img {
  position: absolute;
  z-index: -1;
}

.banner__shape-wrap-two img:nth-child(1) {
  left: 0;
  bottom: 39%;
  max-width: 185px;
}

@media (max-width: 1500px) {
  .banner__shape-wrap-two img:nth-child(1) {
    bottom: auto;
    max-width: 160px;
    top: 21%;
  }
}

@media (max-width: 1199.98px) {
  .banner__shape-wrap-two img:nth-child(1) {
    display: none;
  }
}

.banner__shape-wrap-two img:nth-child(2) {
  left: 14%;
  top: 50px;
  max-width: 84px;
}

@media (max-width: 1199.98px) {
  .banner__shape-wrap-two img:nth-child(2) {
    left: 10%;
    top: 35px;
    max-width: 60px;
  }
}

@media (max-width: 767.98px) {
  .banner__shape-wrap-two img:nth-child(2) {
    left: 8%;
    top: 15px;
    max-width: 50px;
  }
}

.banner__shape-wrap-two img:nth-child(3) {
  left: 35%;
  top: 43px;
  max-width: 183px;
}

@media (max-width: 1199.98px) {
  .banner__shape-wrap-two img:nth-child(3) {
    left: 38%;
    top: 25px;
    max-width: 120px;
  }
}

@media (max-width: 991.98px) {
  .banner__shape-wrap-two img:nth-child(3) {
    left: auto;
    top: 20px;
    max-width: 100px;
    right: 10%;
  }
}


/*=============================
    06. Brand
===============================*/
.brand-area {
  background: linear-gradient(135deg, #06184fe3 0%, #688ef3 100%);
  ;
  padding: 40px 0;
}

.brand-area .container-fluid {
  padding: 0 0;
}

.brand-area-two {
  transform: rotate(-3.5deg);
  position: relative;
  z-index: 2;
  margin-top: -60px;
}

@media (max-width: 767.98px) {
  .brand-area-two {
    transform: rotate(0);
  }
}

.brand__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 0 35px;
}

.brand__item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
}

.brand__item a:hover img {
  opacity: 0.7;
}

.brand__item-two {
  min-height: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand__item-two img {
  cursor: pointer;
}

.marquee_mode {
  overflow: hidden;
  position: relative;
}


.marquee_mode .js-marquee {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 0 35px;
}

/*=============================
    07. About
===============================*/
.about-area-five {
  position: relative;
  z-index: 1;
}

.about__bg {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 140px 0 230px;
}

@media (max-width: 767.98px) {
  .about__bg {
    padding: 100px 0 190px;
  }
}

.about__images {
  margin-left: 196px;
  margin-right: -25px;
  position: relative;
}

@media (max-width: 1199.98px) {
  .about__images {
    margin-left: 50px;
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  .about__images {
    margin-left: 0;
    margin-bottom: 50px;
  }
}

.about__images .shape {
  position: absolute;
  top: 36px;
  right: 132px;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .about__images .shape {
    right: 95px;
  }
}

@media (max-width: 991.98px) {
  .about__images .shape {
    right: 135px;
  }
}

@media (max-width: 767.98px) {
  .about__images .shape {
    right: 80px;
  }
}

.about__images .popup-video {
  position: absolute;
  width: 76px;
  height: 76px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--tg-common-color-white);
  color: var(--tg-common-color-red);
  z-index: 1;
}

.about__images .popup-video:hover {
  color: var(--tg-common-color-white);
  background: var(--tg-common-color-red);
}

.about__images-three {
  position: relative;
}

@media (max-width: 991.98px) {
  .about__images-three {
    margin-bottom: 50px;
  }
}

.about__images-three img {
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  -o-border-radius: 400px;
  -ms-border-radius: 400px;
  border-radius: 400px;
}

.about__images-three .svg-icon {
  width: 55px;
  height: 55px;
  position: absolute;
  right: 5%;
  top: 2%;
}

@media (max-width: 1199.98px) {
  .about__images-three .svg-icon {
    right: 0;
    top: 0;
  }
}

.about__images-three .svg-icon svg {
  width: 100%;
  height: 100%;
  color: var(--tg-theme-primary);
}

.about__images-three .popup-video {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-common-color-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about__images-three .popup-video svg {
  width: 16px;
  color: var(--tg-theme-primary);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.about__images-three .popup-video:hover {
  background: var(--tg-theme-primary);
}

.about__images-three .popup-video:hover svg {
  color: var(--tg-common-color-white);
}

.about__images-four {
  position: relative;
  padding-bottom: 60px;
  margin-left: 22px;
}

@media (max-width: 1199.98px) {
  .about__images-four {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .about__images-four {
    margin-bottom: 50px;
  }
}

.about__images-four::before {
  content: "";
  position: absolute;
  right: 10%;
  bottom: 0;
  height: 135px;
  width: 80%;
  background: var(--tg-theme-secondary);
  z-index: -1;
  -webkit-border-radius: 0 0 0 24px;
  -moz-border-radius: 0 0 0 24px;
  -o-border-radius: 0 0 0 24px;
  -ms-border-radius: 0 0 0 24px;
  border-radius: 0 0 0 24px;
}

.about__images-four>img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.about__images-four .shape img {
  position: absolute;
  z-index: -1;
}

.about__images-four .shape img:nth-child(1) {
  left: -65px;
  bottom: -10px;
  z-index: -2;
}

@media (max-width: 1199.98px) {
  .about__images-four .shape img:nth-child(1) {
    left: -35px;
  }
}

.about__images-four .shape img:nth-child(2) {
  right: 4%;
  top: 25%;
}

.about__images-four .about__enrolled {
  left: -35px;
  bottom: 25px;
  z-index: 2;
}

@media (max-width: 1500px) {
  .about__images-four .about__enrolled {
    left: -45px;
  }
}

@media (max-width: 1199.98px) {
  .about__images-four .about__enrolled {
    display: none;
  }
}

.about__images-five {
  position: relative;
  text-align: right;
  margin-right: 20px;
}

@media (max-width: 1199.98px) {
  .about__images-five {
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  .about__images-five {
    margin-bottom: 50px;
  }
}

.about__images-five .shape img {
  position: absolute;
}

.about__images-five .shape img:nth-child(1) {
  right: -1%;
  top: -3%;
  max-width: 72px;
}

@media (max-width: 767.98px) {
  .about__images-five .shape img:nth-child(1) {
    right: -3%;
    top: -4%;
    max-width: 65px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__images-five .shape img:nth-child(1) {
    right: 5%;
  }
}

.about__images-five .shape img:nth-child(2) {
  left: 8%;
  bottom: -3%;
  max-width: 109px;
}

@media (max-width: 1199.98px) {
  .about__images-five .shape img:nth-child(2) {
    left: 2%;
    bottom: -2%;
    max-width: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__images-five .shape img:nth-child(2) {
    left: 6%;
    bottom: 3%;
  }
}

.about__images-five .shape img:nth-child(3) {
  right: 1%;
  bottom: -5%;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  max-width: 149px;
}

@media (max-width: 767.98px) {
  .about__images-five .shape img:nth-child(3) {
    bottom: -7%;
    max-width: 95px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__images-five .shape img:nth-child(3) {
    bottom: -6%;
    right: 11%;
  }
}

.about__images-six {
  position: relative;
  margin-left: 85px;
  padding-bottom: 115px;
}

@media (max-width: 1500px) {
  .about__images-six {
    margin-left: 20px;
  }
}

@media (max-width: 1199.98px) {
  .about__images-six {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .about__images-six {
    margin-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  .about__images-six {
    padding-bottom: 0;
  }
}

.about__images-six>img:nth-child(1) {
  border: 8px solid var(--tg-common-color-white);
  border-radius: 20px 80px;
}

@media (max-width: 767.98px) {
  .about__images-six>img:nth-child(1) {
    width: 100%;
  }
}

.about__images-six>img:nth-child(2) {
  border: 8px solid var(--tg-common-color-white);
  border-radius: 10px 40px 40px 40px;
  position: absolute;
  right: 40px;
  bottom: 0;
}

@media (max-width: 1199.98px) {
  .about__images-six>img:nth-child(2) {
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .about__images-six>img:nth-child(2) {
    display: none;
  }
}

.about__images-six .shape img {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -5%;
}

.about__mask-img-one {
  -webkit-mask-image: url(../img/others/h5_about_mask_img01.png);
  mask-image: url(../img/others/h5_about_mask_img01.png);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  height: 505px;
  width: 544px;
  margin-left: auto;
}

@media (max-width: 1199.98px) {
  .about__mask-img-one {
    height: 412px;
    width: 440px;
  }
}

@media (max-width: 767.98px) {
  .about__mask-img-one {
    width: 345px;
    height: 325px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__mask-img-one {
    width: 450px;
    height: 420px;
    margin: 0 auto;
  }
}

.about__mask-img-one img {
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about__mask-img-two {
  -webkit-mask-image: url(../img/others/h5_about_mask_img02.png);
  mask-image: url(../img/others/h5_about_mask_img02.png);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  height: 251px;
  width: 271px;
  position: absolute;
  left: 80px;
  bottom: 0;
}

@media (max-width: 1199.98px) {
  .about__mask-img-two {
    height: 205px;
    width: 220px;
    left: 30px;
  }
}

@media (max-width: 767.98px) {
  .about__mask-img-two {
    display: none;
  }
}

.about__mask-img-two img {
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about__success {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  background: var(--tg-common-color-white);
  border-radius: 10px 10px 10px 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 12px 30px 12px 12px;
  gap: 13px;
  position: absolute;
  left: 35px;
  bottom: 3px;
}

@media (max-width: 767.98px) {
  .about__success {
    display: none;
  }
}

.about__success .icon {
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: var(--tg-theme-secondary);
  color: var(--tg-heading-color);
  border-radius: 8px 15px 20px 20px;
  font-size: 35px;
}

.about__success .content .title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1;
}

.about__success .content span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  font-family: var(--tg-heading-font-family);
  line-height: 1;
  text-transform: capitalize;
  color: var(--tg-heading-color);
}

.about__enrolled {
  position: absolute;
  left: -90px;
  bottom: 35px;
  background: var(--tg-common-color-white);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #B2BBCC;
  box-shadow: -8px 8px 0px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 12px 20px;
}

@media (max-width: 1199.98px) {
  .about__enrolled {
    left: -50px;
    bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  .about__enrolled {
    display: none;
  }
}

.about__enrolled .title {
  font-size: 16px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-theme-primary);
  margin: 0 0 2px;
}

.about__enrolled .title span {
  font-weight: var(--tg-fw-bold);
  color: var(--tg-heading-color);
}

.about__enrolled img {
  max-width: 155px;
}

@media (max-width: 1199.98px) {
  .about__content {
    margin: 0 0;
  }
}

.about__content .section__title {
  margin: 0 0 12px;
}

.about__content .desc {
  margin: 0 0 22px;
}

.about__content .tg-button-wrap {
  margin-top: 40px;
}

.about__content-three {
  margin-left: 40px;
  width: 90%;
}

@media (max-width: 1199.98px) {
  .about__content-three {
    margin-left: 0;
    width: 100%;
  }
}

.about__content-three .desc {
  margin-bottom: 22px;
}

.about__content-three .about__info-list {
  margin-bottom: 30px;
}

.about__content-four {
  margin-left: 40px;
  position: relative;
}

@media (max-width: 1500px) {
  .about__content-four {
    margin-left: 15px;
  }
}

@media (max-width: 1199.98px) {
  .about__content-four {
    margin-left: 0;
  }
}

.about__content-four .info-bold {
  margin-bottom: 25px;
  font-weight: 500;
  color: var(--tg-heading-color);
  width: 90%;
}

@media (max-width: 1199.98px) {
  .about__content-four .info-bold {
    width: 100%;
  }
}

.about__content-four .shape {
  position: absolute;
  z-index: -1;
  right: 8%;
  top: 6%;
}

@media (max-width: 1199.98px) {
  .about__content-four .shape {
    right: 2%;
    top: -3%;
  }
}

@media (max-width: 767.98px) {
  .about__content-four .shape {
    display: none;
  }
}

.about__content-five {
  margin-left: 60px;
  margin-right: 105px;
  position: relative;
}

@media (max-width: 1500px) {
  .about__content-five {
    margin-left: 25px;
  }
}

@media (max-width: 1199.98px) {
  .about__content-five {
    margin-left: 0;
    margin-right: 0;
  }
}

.about__content-five p {
  margin-bottom: 22px;
}

.about__content-five .about__info-list {
  margin-bottom: 40px;
}

.about__content-five .shape img {
  position: absolute;
  right: -30%;
  top: 5%;
  z-index: -1;
}

@media (max-width: 1500px) {
  .about__content-five .shape img {
    right: -20%;
  }
}

@media (max-width: 1199.98px) {
  .about__content-five .shape img {
    right: -2%;
    top: -13%;
    max-width: 90px;
  }
}

@media (max-width: 767.98px) {
  .about__content-five .shape img {
    display: none;
  }
}

.about__content-six {
  width: 78%;
}

@media (max-width: 1199.98px) {
  .about__content-six {
    width: 100%;
  }
}

.about__content-six>p {
  margin-bottom: 20px;
}

.about__content-six .about__info-list {
  margin-bottom: 40px;
}

.about__content-inner {
  margin-bottom: 35px;
}

.about__content-inner p {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .about__content-inner p {
    margin-bottom: 25px;
  }
}

.about__content-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.about__content-bottom .btn {
  box-shadow: none;
}

.about__contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about__contact .icon {
  position: relative;
  width: 60px;
  height: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--tg-heading-color);
}

.about__contact .icon svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  color: var(--tg-theme-secondary);
}

.about__contact .content a {
  font-weight: 600;
  font-size: 20px;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color);
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}

.about__contact .content a:hover {
  color: var(--tg-theme-primary);
}

.about__contact .content span {
  display: block;
  line-height: 1;
}

.about__info-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin: 0 0 15px;
}

.about__info-list-item:last-child {
  margin: 0 0;
}

.about__info-list-item i {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  background: var(--tg-theme-secondary);
  border: 1px solid #282568;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 4px 3px 0px 0px rgba(0, 0, 0, 0.25);
  -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;
  color: var(--tg-heading-color);
}

.about__info-list-item p {
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color);
  font-size: 18px;
  font-weight: var(--tg-fw-semi-bold);
  margin: 0 0;
}

.about__info-list-item:hover i {
  box-shadow: none;
}

.about__video {
  background: var(--tg-theme-secondary);
  padding: 40px 31px;
  border-radius: 24px 0 0 24px;
  position: absolute;
  right: 105px;
  bottom: 0;
}

@media (max-width: 1500px) {
  .about__video {
    right: 90px;
  }
}

@media (max-width: 1199.98px) {
  .about__video {
    padding: 30px 20px;
    right: 100px;
  }
}

@media (max-width: 767.98px) {
  .about__video {
    padding: 20px 12px;
  }
}

.about__video a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--tg-common-color-white);
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--tg-heading-font-family);
  line-height: 1.2;
}

@media (max-width: 1199.98px) {
  .about__video a {
    gap: 10px;
    font-size: 16px;
  }
}

.about__video a i {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tg-common-color-black-2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--tg-common-color-white);
  flex: 0 0 auto;
  -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;
}

.about__video a:hover i {
  background: var(--tg-common-color-black-2);
  color: var(--tg-common-color-white);
}

.about__year-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: var(--tg-body-color);
  position: absolute;
  right: -105px;
  bottom: 105px;
  transform: rotate(-90deg);
  line-height: 1;
  gap: 10px;
  padding: 22px 27px;
  border-radius: 0 0 15px 24px;
}

@media (max-width: 1199.98px) {
  .about__year-wrap {
    right: -95px;
    bottom: 94px;
  }
}

.about__year-wrap .count {
  font-size: 70px;
  font-weight: 800;
  color: var(--tg-common-color-white);
  margin-bottom: 0;
  line-height: 0.8;
}

@media (max-width: 1199.98px) {
  .about__year-wrap .count {
    font-size: 60px;
  }
}

.about__year-wrap .title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: var(--tg-common-color-white);
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .about__year-wrap .title {
    font-size: 22px;
  }
}

.about__shape img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  max-width: 370px;
}

@media (max-width: 1800px) {
  .about__shape img {
    max-width: 250px;
  }
}

@media (max-width: 1500px) {
  .about__shape img {
    max-width: 210px;
    top: -4%;
    left: -4%;
  }
}

@media (max-width: 767.98px) {
  .about__shape img {
    display: none;
  }
}

.about__shape-wrap img {
  position: absolute;
  z-index: -1;
}

.about__shape-wrap img:nth-child(1) {
  left: 8%;
  top: 21%;
  max-width: 96px;
}

@media (max-width: 1800px) {
  .about__shape-wrap img:nth-child(1) {
    left: 3%;
    top: 10%;
  }
}

@media (max-width: 1500px) {
  .about__shape-wrap img:nth-child(1) {
    left: 3%;
    top: 2%;
    max-width: 65px;
  }
}

.about__shape-wrap img:nth-child(2) {
  right: 5%;
  bottom: 13%;
  max-width: 162px;
}

@media (max-width: 1500px) {
  .about__shape-wrap img:nth-child(2) {
    max-width: 120px;
  }
}

@media (max-width: 767.98px) {
  .about__shape-wrap img:nth-child(2) {
    max-width: 80px;
    bottom: 9%;
  }
}

.mfp-iframe-holder .mfp-content {
  max-width: 1200px;
}

@media (max-width: 1199.98px) {
  .section__title .title br {
    display: none;
  }
}

/*=============================
    08. Courses
===============================*/
.section-pt-120 {
  padding-top: 120px;
}

@media (max-width: 767.98px) {
  .section-pt-120 {
    padding-top: 100px;
  }
}

.section-pb-90 {
  padding-bottom: 90px;
}

@media (max-width: 767.98px) {
  .section-pb-90 {
    padding-bottom: 70px;
  }
}

.section-pb-120 {
  padding-bottom: 120px;
}

@media (max-width: 767.98px) {
  .section-pb-120 {
    padding-bottom: 100px;
  }
}



.section-pt-140 {
  padding-top: 140px;
}

@media (max-width: 767.98px) {
  .section-pt-140 {
    padding-top: 100px;
  }
}

.section-pb-140 {
  padding-bottom: 140px;
}

@media (max-width: 767.98px) {
  .section-pb-140 {
    padding-bottom: 100px;
  }
}

.section-pb-110 {
  padding-bottom: 110px;
}

@media (max-width: 767.98px) {
  .section-pb-110 {
    padding-bottom: 70px;
  }
}

.section-py-140 {
  padding: 140px 0;
}

@media (max-width: 767.98px) {
  .section-py-140 {
    padding: 100px 0;
  }
}

/*=============================
    15. Fact
===============================*/
.fact__bg {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 130px 0;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .fact__bg {
    padding: 130px 0 100px;
  }
}

@media (max-width: 767.98px) {
  .fact__bg {
    padding: 100px 0 70px;
  }
}

.fact__inner-wrap {
  margin-top: 40px;
  background-color: #2347A8;
  padding: 40px 40px 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 0px 25px 70px 0px rgba(40, 37, 104, 0.4);
  -moz-box-shadow: 0px 25px 70px 0px rgba(40, 37, 104, 0.4);
  -ms-box-shadow: 0px 25px 70px 0px rgba(40, 37, 104, 0.4);
  -o-box-shadow: 0px 25px 70px 0px rgba(40, 37, 104, 0.4);
  box-shadow: 0px 25px 70px 0px rgba(40, 37, 104, 0.4);
  z-index: 3;
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 1199.98px) {
  .fact__inner-wrap {
    padding: 60px 40px 30px;
  }
}

@media (max-width: 767.98px) {
  .fact__inner-wrap {
    padding: 50px 25px 20px;
  }
}

.fact__inner-wrap .row [class*=col-]:last-child .fact__item::before {
  display: none;
}

.fact__inner-wrap-two {
  background: var(--tg-common-color-blue-2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 85px 380px 60px 85px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 75px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

@media (max-width: 1500px) {
  .fact__inner-wrap-two {
    padding: 85px 360px 60px 70px;
    gap: 50px;
  }
}

@media (max-width: 1199.98px) {
  .fact__inner-wrap-two {
    padding: 70px 50px 50px 50px;
  }
}

@media (max-width: 991.98px) {
  .fact__inner-wrap-two {
    padding: 60px 40px 30px 40px;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .fact__inner-wrap-two {
    padding: 60px 30px 30px 30px;
  }
}

.fact__inner-wrap-two .section__title {
  width: 46%;
  flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
  .fact__inner-wrap-two .section__title {
    width: 100%;
    text-align: center;
  }
}

.fact__content-wrap {
  width: 80%;
}

@media (max-width: 1500px) {
  .fact__content-wrap {
    width: 88%;
  }
}

@media (max-width: 1199.98px) {
  .fact__content-wrap {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .fact__content-wrap {
    text-align: center;
    margin-bottom: 50px;
  }
}

.fact__content-wrap .title {
  margin-bottom: 15px;
  font-size: 48px;
  text-transform: capitalize;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .fact__content-wrap .title {
    font-size: 42px;
  }
}

@media (max-width: 767.98px) {
  .fact__content-wrap .title {
    font-size: 38px;
  }
}

.fact__content-wrap .title span {
  position: relative;
  display: inline-block;
}

.fact__content-wrap .title span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 16px;
  background: var(--tg-theme-secondary);
  z-index: -1;
}

.fact__content-wrap p {
  margin-bottom: 20px;
  font-size: 18px;
}

.fact__item {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.fact__item::before {
  content: "";
  position: absolute;
  right: -15px;
  top: -10%;
  width: 2px;
  height: 108px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 991.98px) {
  .fact__item::before {
    display: none;
  }
}

.fact__item .count {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F4D06F;
  font-size: 46px;
  line-height: 0.84;
  font-family: var(--tg-body-font-family);
}

@media (max-width: 1199.98px) {
  .fact__item .count {
    font-size: 48px;
  }
}

@media (max-width: 767.98px) {
  .fact__item .count {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fact__item .count {
    font-size: 36px;
  }
}

.fact__item p {
  margin-bottom: 0;
  font-weight: 500;
  color: white;
  line-height: 1.2;
}

.fact__item-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 120px;
}

@media (max-width: 991.98px) {
  .fact__item-wrap {
    gap: 60px;
  }
}

@media (max-width: 767.98px) {
  .fact__item-wrap {
    gap: 30px;
  }
}

.fact__item-wrap .fact__item::before {
  right: -60px;
  top: -9%;
}

@media (max-width: 991.98px) {
  .fact__item-wrap .fact__item::before {
    display: none;
  }
}

.fact__item-wrap .fact__item:last-child::before {
  display: none;
}

.fact__item-two {
  background: var(--tg-common-color-white);
  box-shadow: 0 0 30px 0 #f0f0f0;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 73px 20px;
}

@media (max-width: 1500px) {
  .fact__item-two {
    padding: 60px 20px;
  }
}

@media (max-width: 1199.98px) {
  .fact__item-two {
    padding: 40px 20px;
  }
}

.fact__item-two .count {
  color: var(--tg-theme-primary);
  font-size: 70px;
  line-height: 0.8;
  font-weight: 700;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-family: var(--tg-heading-font-family);
}

@media (max-width: 1199.98px) {
  .fact__item-two .count {
    font-size: 48px;
  }
}

.fact__item-two p {
  color: var(--tg-body-color);
  font-weight: 400;
}

.fact__img-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 1199.98px) {
  .fact__img-wrap {
    display: none;
  }
}

.fact__img-wrap img {
  right: 30px;
  position: relative;
}

.fact__img-wrap .shape-one {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.fact__img-wrap .shape-two .svg-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: -7px;
  top: -22px;
  z-index: -1;
}

.fact__img-wrap .shape-two .svg-icon svg {
  width: 100%;
  height: 100%;
}

.fact__shape-wrap img {
  position: absolute;
  z-index: -1;
}

.fact__shape-wrap img:nth-child(1) {
  bottom: 16%;
  left: 35%;
}

@media (max-width: 991.98px) {
  .fact__shape-wrap img:nth-child(1) {
    bottom: 4%;
    left: 15%;
  }
}

@media (max-width: 767.98px) {
  .fact__shape-wrap img:nth-child(1) {
    bottom: 1%;
    left: 9%;
    width: 50px;
  }
}

.fact__shape-wrap img:nth-child(2) {
  right: 9%;
  top: 13%;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}

@media (max-width: 1500px) {
  .fact__shape-wrap img:nth-child(2) {
    right: 3%;
    top: 12%;
  }
}

@media (max-width: 767.98px) {
  .fact__shape-wrap img:nth-child(2) {
    right: 3%;
    top: 2%;
  }
}

/*=============================
    18. FAQ
===============================*/
.faq__area {
  background: var(--tg-common-color-gray);
  padding: 260px 0 120px;
  margin-top: -140px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .faq__area {
    padding: 240px 0 100px;
  }
}

.faq__area::before {
  content: "";
  position: absolute;
  left: 45px;
  bottom: 20%;
  width: 500px;
  height: 500px;
  background: #E9E2F9;
  filter: blur(200px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}

.faq__area::after {
  content: "";
  position: absolute;
  right: 54px;
  top: 110px;
  width: 500px;
  height: 500px;
  background: #E9E2F9;
  filter: blur(200px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}

.faq__area-two {
  position: relative;
  z-index: 1;
}

.faq__img {
  position: relative;
  z-index: 1;
  width: 450px;
  height: 562px;
  border-radius: 1000px;
  background: var(--tg-common-color-white);
  box-shadow: 9px 8px 0px #171717;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .faq__img {
    width: 400px;
    height: 550px;
  }
}

@media (max-width: 767.98px) {
  .faq__img {
    width: 100%;
    height: 500px;
    max-width: 400px;
  }
}

.faq__img img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.faq__img .shape-one {
  position: absolute;
  left: 27%;
  top: 11%;
  z-index: -1;
}

@media (max-width: 1199.98px) {
  .faq__img .shape-one {
    left: 25%;
    top: 9%;
  }
}

@media (max-width: 767.98px) {
  .faq__img .shape-one {
    left: 16%;
    top: 11%;
  }
}

.faq__img .shape-one svg {
  color: var(--tg-common-color-yellow-2);
}

.faq__img .shape-two {
  width: 61px;
  height: 46px;
  position: absolute;
  right: 25%;
  top: 10%;
}

@media (max-width: 1199.98px) {
  .faq__img .shape-two {
    right: 18%;
  }
}

.faq__img .shape-two .svg-icon {
  width: 100%;
  height: 100%;
  display: block;
}

.faq__img .shape-two .svg-icon path {
  stroke: var(--tg-common-color-black);
}

.faq__img-two {
  background: #F3F3F3;
  box-shadow: 9px 8px 0px #B8B8B8;
}

.faq__img-three {
  position: relative;
  margin-bottom: 50px;
}

.faq__img-three .shape {
  position: absolute;
  z-index: -1;
}

.faq__img-three .shape-one {
  right: 2%;
  top: -10%;
  max-width: 113px;
}

@media (max-width: 1199.98px) {
  .faq__img-three .shape-one {
    max-width: 80px;
  }
}

.faq__img-three .shape-two {
  right: 0;
  bottom: 0;
  max-width: 96px;
}

@media (max-width: 1199.98px) {
  .faq__img-three .shape-two {
    max-width: 65px;
  }
}

.faq__img-three:hover .faq__img-shape svg .animation-dashed {
  animation-play-state: running;
}

.faq__img-four {
  position: relative;
}

@media (max-width: 991.98px) {
  .faq__img-four {
    margin-bottom: 50px;
  }
}

.faq__img-four .main-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 40px;
}

@media (max-width: 1199.98px) {
  .faq__img-four .main-img {
    gap: 20px;
  }
}

@media (max-width: 991.98px) {
  .faq__img-four .main-img {
    gap: 30px;
  }
}

@media (max-width: 767.98px) {
  .faq__img-four .main-img {
    flex-direction: column;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq__img-four .main-img {
    flex-direction: row;
  }
}

.faq__img-four .main-img img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

@media (max-width: 1199.98px) {
  .faq__img-four .main-img img {
    max-width: 250px;
  }
}

@media (max-width: 991.98px) {
  .faq__img-four .main-img img {
    max-width: 260px;
  }
}

@media (max-width: 767.98px) {
  .faq__img-four .main-img img {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq__img-four .main-img img {
    max-width: 240px;
    width: auto;
  }
}

.faq__img-four .main-img img:nth-child(2) {
  margin-top: 185px;
}

@media (max-width: 767.98px) {
  .faq__img-four .main-img img:nth-child(2) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq__img-four .main-img img:nth-child(2) {
    margin-top: 50px;
  }
}

.faq__img-four .shape img {
  position: absolute;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .faq__img-four .shape img {
    display: none;
  }
}

.faq__img-four .shape img:nth-child(1) {
  left: 12%;
  bottom: 0;
  max-width: 142px;
}

@media (max-width: 1500px) {
  .faq__img-four .shape img:nth-child(1) {
    left: 5%;
  }
}

.faq__img-four .shape img:nth-child(2) {
  right: 24%;
  top: 5%;
  max-width: 106px;
}

.faq__img-four .shape img:nth-child(3) {
  right: 20%;
  top: 4%;
  max-width: 306px;
}

@media (max-width: 1199.98px) {
  .faq__img-four .shape img:nth-child(3) {
    right: 18%;
    top: 7%;
    max-width: 260px;
  }
}

.faq__img-wrap {
  position: relative;
  margin-top: 45px;
}

@media (max-width: 991.98px) {
  .faq__img-wrap {
    margin-bottom: 50px;
  }
}

@media (max-width: 991.98px) {
  .faq__img-wrap {
    margin-top: 0;
  }
}

.faq__img-shape {
  position: absolute;
  left: -12px;
  top: -9px;
  right: -12px;
  bottom: -9px;
  z-index: -1;
}

.faq__img-shape svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  display: block;
  position: absolute;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.faq__img-shape svg .animation-dashed {
  animation: animation__shape-two 0.8s infinite linear;
  animation-play-state: paused;
}

.faq__language-wrap {
  background: var(--tg-theme-primary);
  position: absolute;
  left: 21%;
  bottom: 7%;
  box-shadow: -8px 8px 0 0 #0f0996;
  border-radius: 15px;
  text-align: center;
  padding: 31px 45px;
}

@media (max-width: 1500px) {
  .faq__language-wrap {
    left: 14%;
  }
}

@media (max-width: 1199.98px) {
  .faq__language-wrap {
    left: 10%;
    padding: 24px 30px;
  }
}

@media (max-width: 767.98px) {
  .faq__language-wrap {
    display: none;
  }
}

.faq__language-wrap .title {
  margin-bottom: 15px;
  color: var(--tg-common-color-white);
  font-size: 48px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 0.8;
}

.faq__language-wrap span {
  display: block;
  line-height: 1;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-common-color-white);
  font-weight: 500;
}

.faq__mask-img {
  -webkit-mask-image: url(../img/others/h5_faq_mask_img.png);
  mask-image: url(../img/others/h5_faq_mask_img.png);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  width: 690px;
  height: 532px;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  .faq__mask-img {
    width: 630px;
    height: 508px;
  }
}

@media (max-width: 1199.98px) {
  .faq__mask-img {
    width: 450px;
    height: 350px;
  }
}

@media (max-width: 767.98px) {
  .faq__mask-img {
    width: 330px;
    height: 257px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq__mask-img {
    width: 420px;
    height: 325px;
  }
}

.faq__mask-img img {
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.faq__content {
  width: 80%;
}

@media (max-width: 1199.98px) {
  .faq__content {
    width: 100%;
  }
}

.faq__content p {
  margin-bottom: 10px;
}

.faq__content-two {
  width: 80%;
}

@media (max-width: 1500px) {
  .faq__content-two {
    width: 90%;
  }
}

@media (max-width: 1199.98px) {
  .faq__content-two {
    width: 100%;
  }
}

.faq__content-two>p {
  margin-bottom: 25px;
}

.faq__content-three {
  width: 97%;
}

@media (max-width: 1199.98px) {
  .faq__content-three {
    width: 100%;
  }
}

.faq__wrap .accordion-item {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.faq__wrap .accordion-item .accordion-button {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--tg-common-color-gray-5);
  padding: 22px 0;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--tg-heading-font-family);
  border-radius: 0;
  color: var(--tg-body-color);
  position: relative;
}

@media (max-width: 767.98px) {
  .faq__wrap .accordion-item .accordion-button {
    padding: 22px 30px 22px 0;
  }
}

.faq__wrap .accordion-item .accordion-button::after {
  content: "\f105";
  background-image: none;
  font-family: "flaticon_skill_grow";
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 25px;
  color: var(--tg-common-color-dark);
  box-shadow: none;
  background: transparent;
  font-weight: 700;
}

.faq__wrap .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--tg-theme-primary);
}

.faq__wrap .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg);
  color: var(--tg-theme-primary);
}

.faq__wrap .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.faq__wrap .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.faq__wrap .accordion-body {
  padding: 15px 0 0;
}

.faq__wrap .accordion-body p {
  margin-bottom: 0;
  color: var(--tg-common-color-dark);
}

.faq__wrap-two .accordion-item {
  background-color: #F8F8F8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 13px;
}

.faq__wrap-two .accordion-item:last-child {
  margin-bottom: 0;
}

.faq__wrap-two .accordion-item .accordion-button {
  background-color: #F8F8F8;
  border-bottom: none;
  padding: 21px 24px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  color: var(--tg-heading-color);
}

@media (max-width: 767.98px) {
  .faq__wrap-two .accordion-item .accordion-button {
    padding: 22px 30px 22px 24px;
  }
}

.faq__wrap-two .accordion-item .accordion-button::after {
  content: "\f105";
  background-image: none;
  font-family: "flaticon_skill_grow";
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 21px;
  color: var(--tg-heading-color);
  box-shadow: none;
  background: transparent;
  font-weight: 700;
}

.faq__wrap-two .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--tg-heading-color);
  background-color: var(--tg-theme-secondary);
}

.faq__wrap-two .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg);
  color: var(--tg-heading-color);
}

.faq__wrap-two .accordion-body {
  padding: 15px 25px 40px 24px;
}

@media (max-width: 767.98px) {
  .faq__wrap-two .accordion-body {
    padding: 15px 25px 25px 24px;
  }
}

.faq__wrap-two .accordion-body p {
  color: var(--tg-body-color);
}

.faq__shape img {
  position: absolute;
  z-index: -1;
  left: 5%;
  top: 16%;
  max-width: 65px;
}

@media (max-width: 1800px) {
  .faq__shape img {
    left: 3%;
    top: 6%;
  }
}

@media (max-width: 767.98px) {
  .faq__shape img {
    left: 3%;
    top: 3%;
    max-width: 50px;
  }
}

.curved-circle {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--tg-common-color-dark);
  right: 50%;
  transform: translateX(-50%);
  top: -8%;
  letter-spacing: 5px;
}

@media (max-width: 1199.98px) {
  .curved-circle {
    font-size: 13px;
    top: -6%;
    letter-spacing: 3px;
  }
}

@media (max-width: 767.98px) {
  .curved-circle {
    display: none;
  }
}


/* =========== */
.why-choose-area {
  background-color: #F1EEF8;
  padding: 80px 0px;
}

.color1 {
  color: #2347A8;
}

/* ======== */

.zoom {
  overflow: hidden;
  /*      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  border-radius: 10px;
}

.zoom img {
  transition: all 1.3s ease;
  width: 100%;

}

.zoom:hover img {
  transform: scale(1.5);
  /*    transform: rotate(2deg);*/
}




/* ==== */
.testimonial-area {
  background-color: #F8F8FA;
  padding: 50px 0px;
}

.testimonial-area p {
  font-size: 14px;
}

/* ===== table-css======= */
#myInput {
  background-image: url('/css/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}


#myTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 18px;
}

#myTable th,
#myTable td {
  text-align: left;
  padding: 12px;
}

#myTable tr {
  border-bottom: 1px solid #ddd;
}

#myTable tr.header,
#myTable tr:hover {
  background-color: #f1f1f1;
}






/*=============================
    20. Blog
===============================*/
.blog__bg {
  background-size: cover;
  background-position: center;
  padding: 120px 0 90px;
  position: relative;
  z-index: 1;
}

.blog__post-area {
  position: relative;
  padding: 100px 0 90px;
  background: var(--tg-common-color-gray);
  z-index: 1;
  margin-top: -150px;
}

@media (max-width: 767.98px) {
  .blog__post-area {
    padding: 220px 0 70px;
  }
}

.blog__post-area::before {
  content: "";
  position: absolute;
  left: 50px;
  top: 50px;
  width: 473px;
  height: 473px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #E9E2F9;
  filter: blur(200px);
  z-index: -1;
}

.blog__post-area::after {
  content: "";
  position: absolute;
  right: 10%;
  bottom: 20px;
  width: 473px;
  height: 473px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #E9E2F9;
  filter: blur(200px);
  z-index: -1;
}

.blog__post-area-two {
  padding: 120px 0 90px;
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .blog__post-area-two {
    padding: 100px 0 70px;
  }
}

.blog__post-area-four {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.blog__post-area-five {
  position: relative;
  z-index: 1;
}

.blog__post-area-six {
  background: var(--tg-common-color-gray-10);
}

.blog__post-area-seven {
  background: var(--tg-common-color-gray-10);
}

.blog__post-area-eight {
  position: relative;
}

.blog__post-item {
  border: 1px solid #B5B5C3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: var(--tg-common-color-white);
  padding: 20px 25px 35px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  margin-bottom: 30px;
}

.blog__post-item:hover {
  -webkit-box-shadow: 10px 10px 0px 0px #CAC9D6;
  -moz-box-shadow: 10px 10px 0px 0px #CAC9D6;
  -ms-box-shadow: 10px 10px 0px 0px #CAC9D6;
  -o-box-shadow: 10px 10px 0px 0px #CAC9D6;
  box-shadow: 10px 10px 0px 0px #CAC9D6;
}

.blog__post-item-two {
  position: relative;
  border: 1px solid var(--tg-border-6);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 25px 25px;
  margin-bottom: 30px;
  background: var(--tg-common-color-white);
}

@media (max-width: 767.98px) {
  .blog__post-item-two {
    padding: 20px 20px;
  }
}

.blog__post-item-three {
  border: 1px solid var(--tg-border-6);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 25px 25px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 22px;
  background: var(--tg-common-color-white);
}

@media (max-width: 1199.98px) {
  .blog__post-item-three {
    padding: 22px 20px;
  }
}

@media (max-width: 991.98px) {
  .blog__post-item-three {
    padding: 25px 25px;
  }
}

@media (max-width: 767.98px) {
  .blog__post-item-three {
    padding: 20px 20px;
    flex-direction: column;
  }
}

.blog__post-item-four {
  border: 1px solid #e3e3e3;
  background: var(--tg-common-color-white);
  border-radius: 30px;
  padding: 30px 30px 35px;
  margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
  .blog__post-item-four {
    padding: 20px 20px 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__post-item-four {
    padding: 30px 30px 35px;
  }
}

.blog__post-item-five {
  background: var(--tg-common-color-white);
  box-shadow: 0 0 30px 0 #ebebeb;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}

.blog__post-item-six {
  margin-bottom: 30px;
  border-radius: 15px;
  background: var(--tg-common-color-white);
}

.blog__post-thumb {
  margin-bottom: 22px;
  position: relative;
}

.blog__post-thumb img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  height: 224px;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .blog__post-thumb img {
    height: auto;
  }
}

.blog__post-thumb .post-tag {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: var(--tg-common-color-white);
  background: var(--tg-theme-primary);
  position: absolute;
  left: 22px;
  top: 17px;
  padding: 9px 14px;
  border-radius: 30px;
  z-index: 1;
}

.blog__post-thumb .post-tag:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-heading-color);
}

.blog__post-thumb-two {
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.blog__post-thumb-two img {
  width: 100%;
  height: 462px;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .blog__post-thumb-two img {
    height: 420px;
  }
}

.blog__post-thumb-two::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(22, 20, 57, 0) 0%, rgba(22, 20, 57, 0) 0%, #010005 100%);
  pointer-events: none;
}

.blog__post-thumb-three {
  width: 283px;
  flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
  .blog__post-thumb-three {
    width: 200px;
  }
}

@media (max-width: 991.98px) {
  .blog__post-thumb-three {
    width: 280px;
  }
}

@media (max-width: 767.98px) {
  .blog__post-thumb-three {
    width: 100%;
  }
}

.blog__post-thumb-three img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 767.98px) {
  .blog__post-thumb-three img {
    height: 240px;
  }
}

.blog__post-thumb-four {
  margin-bottom: 30px;
}

.blog__post-thumb-four img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  height: 290px;
  object-fit: cover;
}

@media (max-width: 1199.98px) {
  .blog__post-thumb-four img {
    height: 260px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__post-thumb-four img {
    height: 290px;
  }
}

.blog__post-thumb-five img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .blog__post-thumb-five img {
    height: auto;
  }
}

.blog__post-thumb-six {
  position: relative;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

.blog__post-thumb-six img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .blog__post-thumb-six img {
    height: auto;
  }
}

.blog__post-thumb-six .post-tag-four {
  position: absolute;
  left: 30px;
  top: 30px;
  margin-bottom: 0;
  z-index: 1;
}

.blog__post-content .title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.blog__post-content .title a {
  display: inline;
  background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color)), linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

.blog__post-content .title a:hover {
  color: inherit;
  background-size: 0 2px, 100% 2px;
}

.blog__post-content-two {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px;
  padding: 30px 40px;
}

@media (max-width: 1199.98px) {
  .blog__post-content-two {
    padding: 30px 20px;
  }
}

@media (max-width: 991.98px) {
  .blog__post-content-two {
    padding: 30px 30px;
  }
}

@media (max-width: 767.98px) {
  .blog__post-content-two {
    padding: 20px 20px;
  }
}

.blog__post-content-two .title {
  margin-bottom: 0;
  color: var(--tg-common-color-white);
  font-size: 26px;
}

@media (max-width: 1199.98px) {
  .blog__post-content-two .title {
    font-size: 24px;
  }
}

@media (max-width: 991.98px) {
  .blog__post-content-two .title {
    font-size: 26px;
  }
}

@media (max-width: 767.98px) {
  .blog__post-content-two .title {
    font-size: 24px;
  }
}

.blog__post-content-two .title a {
  display: inline;
  background-image: linear-gradient(var(--tg-common-color-white), var(--tg-common-color-white)), linear-gradient(var(--tg-common-color-white), var(--tg-common-color-white));
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

.blog__post-content-two .title a:hover {
  color: inherit;
  background-size: 0 2px, 100% 2px;
}

.blog__post-content-three .post-tag-two {
  color: var(--tg-body-color);
}

.blog__post-content-three .title {
  margin-bottom: 0;
  font-size: 20px;
}

@media (max-width: 1199.98px) {
  .blog__post-content-three .title {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .blog__post-content-three .title {
    font-size: 20px;
  }
}

.blog__post-content-three .title a {
  display: inline;
  background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color)), linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

.blog__post-content-three .title a:hover {
  color: inherit;
  background-size: 0 2px, 100% 2px;
}

.blog__post-content-four .title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .blog__post-content-four .title {
    font-size: 20px;
  }
}

.blog__post-content-four .title a {
  display: inline;
  background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color)), linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

.blog__post-content-four .title a:hover {
  color: inherit;
  background-size: 0 2px, 100% 2px;
}

.blog__post-content-four .blog__post-meta {
  margin-bottom: 0;
}

.blog__post-content-five {
  padding: 30px 35px 40px;
}

@media (max-width: 1199.98px) {
  .blog__post-content-five {
    padding: 30px 22px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__post-content-five {
    padding: 30px 30px 35px;
  }
}

.blog__post-content-five .title {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
}

.blog__post-content-five .title a {
  display: inline;
  background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color)), linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

.blog__post-content-five .title a:hover {
  color: inherit;
  background-size: 0 2px, 100% 2px;
}

.blog__post-content-five .blog__post-meta {
  margin-bottom: 0;
}

.blog__post-content-five .blog__post-meta ul li {
  font-size: 15px;
}

.blog__post-content-six {
  border: 1px solid #e3e3e3;
  border-top: none;
  border-radius: 0 0 15px 15px;
  padding: 30px 30px 35px;
}

@media (max-width: 1199.98px) {
  .blog__post-content-six {
    padding: 25px 20px 30px;
  }
}

.blog__post-content-six .title {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 22px;
}

.blog__post-content-six .title a {
  display: inline;
  background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color)), linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

.blog__post-content-six .title a:hover {
  color: inherit;
  background-size: 0 2px, 100% 2px;
}

.blog__post-content-six .btn {
  box-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  color: var(--tg-theme-primary);
  background: #eeedff;
}

.blog__post-content-six .btn svg {
  color: var(--tg-theme-primary);
}

.blog__post-content-six .btn:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

.blog__post-content-six .btn:hover svg {
  color: var(--tg-common-color-white);
}

.blog__post-meta {
  margin-bottom: 20px;
}

.blog__post-meta .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.blog__post-meta .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.blog__post-meta .list-wrap li i {
  font-size: 20px;
  color: var(--tg-theme-primary);
  margin-right: 8px;
}

.blog__post-meta .list-wrap li a {
  color: var(--tg-body-color);
  margin-left: 5px;
}

.blog__post-meta .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}

.blog__post-meta-two {
  margin-bottom: 14px;
}

.blog__post-meta-two .list-wrap li {
  color: var(--tg-common-color-gray-6);
}

.blog__post-meta-two .list-wrap li i {
  color: var(--tg-common-color-white);
}

.blog__post-meta-two .list-wrap li a {
  color: var(--tg-common-color-gray-6);
}

.blog-sidebar {
  margin-left: 15px;
}

@media (max-width: 1199.98px) {
  .blog-sidebar {
    margin-left: 0px;
  }
}

@media (max-width: 991.98px) {
  .blog-sidebar {
    margin-top: 80px;
  }
}

.blog-sidebar-two {
  margin-left: 0;
  margin-right: 15px;
}

@media (max-width: 1199.98px) {
  .blog-sidebar-two {
    margin-right: 0px;
  }
}

.blog-widget {
  background: var(--tg-common-color-gray);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 30px;
  margin-bottom: 30px;
}

.blog-widget:last-child {
  margin-bottom: 0;
}

.blog-widget .shop-cat-list .list-wrap li {
  line-height: 1;
  margin-bottom: 20px;
}

.blog-widget .shop-cat-list .list-wrap li:last-child {
  margin-bottom: 0;
}

.blog-widget .shop-cat-list .list-wrap li a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-size: 16px;
  color: var(--tg-body-color);
  gap: 5px;
}

.blog-widget .shop-cat-list .list-wrap li a i {
  color: var(--tg-theme-primary);
  font-size: 20px;
  line-height: 0;
}

.blog-widget .shop-cat-list .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}

.blog-widget .tagcloud {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

.blog-widget .tagcloud a {
  font-size: 16px;
  color: var(--tg-theme-primary);
  display: block;
  background: var(--tg-common-color-white);
  padding: 10px 15px;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.blog-widget .tagcloud a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

.blog__shape img {
  position: absolute;
  right: -3%;
  top: 7%;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .blog__shape img {
    display: none;
  }
}

.blog__shape-wrap img {
  position: absolute;
  z-index: -1;
}

.blog__shape-wrap img:nth-child(1) {
  right: -204px;
  top: -198px;
  -webkit-animation-duration: 70s;
  animation-duration: 70s;
  max-width: 428px;
}

@media (max-width: 767.98px) {
  .blog__shape-wrap img:nth-child(1) {
    max-width: 360px;
  }
}

.blog__shape-wrap img:nth-child(2) {
  bottom: -220px;
  left: -150px;
  -webkit-animation-duration: 70s;
  animation-duration: 70s;
  max-width: 428px;
}

@media (max-width: 1199.98px) {
  .blog__shape-wrap img:nth-child(2) {
    max-width: 380px;
  }
}

@media (max-width: 767.98px) {
  .blog__shape-wrap img:nth-child(2) {
    max-width: 340px;
  }
}

.blog__shape-wrap-two img {
  position: absolute;
  z-index: -1;
}

.blog__shape-wrap-two img:nth-child(1) {
  left: 0;
  top: 18%;
  max-width: 219px;
}

@media (max-width: 1500px) {
  .blog__shape-wrap-two img:nth-child(1) {
    top: 12%;
  }
}

@media (max-width: 991.98px) {
  .blog__shape-wrap-two img:nth-child(1) {
    top: 4%;
  }
}

@media (max-width: 767.98px) {
  .blog__shape-wrap-two img:nth-child(1) {
    display: none;
  }
}

.blog__shape-wrap-two img:nth-child(2) {
  right: 5%;
  bottom: 11%;
  max-width: 65px;
}

@media (max-width: 1500px) {
  .blog__shape-wrap-two img:nth-child(2) {
    bottom: 5%;
  }
}

@media (max-width: 767.98px) {
  .blog__shape-wrap-two img:nth-child(2) {
    bottom: 2%;
    max-width: 50px;
  }
}

.blog__shape-wrap-three img {
  position: absolute;
  z-index: -1;
}

.blog__shape-wrap-three img:nth-child(1) {
  right: 5%;
  top: 10%;
  max-width: 104px;
}

@media (max-width: 1199.98px) {
  .blog__shape-wrap-three img:nth-child(1) {
    top: 6%;
    max-width: 80px;
  }
}

@media (max-width: 767.98px) {
  .blog__shape-wrap-three img:nth-child(1) {
    top: 2%;
    max-width: 60px;
  }
}

.blog__shape-wrap-three img:nth-child(2) {
  left: 4%;
  bottom: 3%;
  max-width: 118px;
}

@media (max-width: 1500px) {
  .blog__shape-wrap-three img:nth-child(2) {
    max-width: 90px;
  }
}

@media (max-width: 767.98px) {
  .blog__shape-wrap-three img:nth-child(2) {
    max-width: 70px;
    bottom: 1%;
  }
}

.blog__details-thumb {
  margin-bottom: 30px;
}

.blog__details-thumb img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  min-height: 300px;
  object-fit: cover;
}

.blog__details-content .title {
  margin-bottom: 10px;
  font-size: 36px;
}

@media (max-width: 1500px) {
  .blog__details-content .title {
    font-size: 32px;
  }
}

@media (max-width: 1199.98px) {
  .blog__details-content .title {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .blog__details-content .title {
    font-size: 26px;
  }
}

.blog__details-content>p {
  margin-bottom: 10px;
}

.blog__details-content .inner-title {
  margin-bottom: 10px;
  font-size: 30px;
}

@media (max-width: 767.98px) {
  .blog__details-content .inner-title {
    font-size: 24px;
  }
}

.blog__details-content-inner {
  margin: 30px 0 25px;
}

.blog__details-content-inner>p {
  margin-bottom: 20px;
}

.blog__details-bottom {
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  padding: 20px 0;
  margin: 40px 0 30px;
}

.blog__details-bottom .tg-post-tag {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.blog__details-bottom .tg-post-tag .tag-title {
  margin-bottom: 0;
  font-size: 17px;
}

.blog__details-bottom .tg-post-tag .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog__details-bottom .tg-post-tag .list-wrap li a {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  display: block;
  font-size: 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 10px 21px;
  line-height: 1.2;
}

.blog__details-bottom .tg-post-tag .list-wrap li a:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-heading-color);
}

.blog__details-bottom .tg-post-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 767.98px) {
  .blog__details-bottom .tg-post-social {
    margin-top: 15px;
  }
}

.blog__details-bottom .tg-post-social .social-title {
  margin-bottom: 0;
  font-size: 17px;
}

.blog__details-bottom .tg-post-social .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog__details-bottom .tg-post-social .list-wrap li a {
  font-size: 20px;
  color: var(--tg-body-color);
}

.blog__details-bottom .tg-post-social .list-wrap li a:hover {
  color: var(--tg-theme-secondary);
}

.blog__post-author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 41px 45px;
  background: #F7F7FA;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  gap: 30px;
  margin-bottom: 40px;
}

@media (max-width: 1199.98px) {
  .blog__post-author {
    padding: 30px 25px;
  }
}

@media (max-width: 767.98px) {
  .blog__post-author {
    flex-wrap: wrap;
    gap: 25px;
  }
}

.blog__post-author-thumb {
  width: 115px;
  flex: 0 0 auto;
}

.blog__post-author-thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog__post-author-content .designation {
  display: block;
  line-height: 1;
  color: var(--tg-common-color-dark);
  margin-bottom: 5px;
}

.blog__post-author-content .name {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 500;
}

.blog__post-author-content p {
  margin-bottom: 0;
}

.widget_search {
  padding: 0 0;
}

.widget-title {
  margin-bottom: 20px;
  font-size: 20px;
}

.sidebar-search-form form {
  position: relative;
}

.sidebar-search-form input {
  background: var(--tg-common-color-gray);
  width: 100%;
  border: none;
  padding: 15px 45px 15px 20px;
  color: var(--tg-body-color);
  font-size: 16px;
  line-height: 1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.sidebar-search-form input::placeholder {
  color: var(--tg-body-color);
  font-size: 16px;
  opacity: 0.8;
}

.sidebar-search-form button {
  border: none;
  padding: 0;
  background: transparent;
  font-size: 22px;
  line-height: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.rc-post-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.rc-post-item:last-child {
  margin-bottom: 0;
}

.rc-post-thumb {
  width: 74px;
  flex: 0 0 auto;
}

.rc-post-thumb img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.rc-post-content .date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
  color: var(--tg-common-color-gray-3);
  margin-bottom: 12px;
}

.rc-post-content .date i {
  color: var(--tg-theme-primary);
  font-size: 14px;
}

.rc-post-content .title {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}

blockquote {
  background: #EFEEFE;
  margin: 40px 90px;
  padding: 35px 120px 35px 45px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1500px) {
  blockquote {
    margin: 40px 50px;
  }
}

@media (max-width: 1199.98px) {
  blockquote {
    margin: 40px 20px;
    padding: 35px 100px 35px 30px;
  }
}

@media (max-width: 767.98px) {
  blockquote {
    margin: 40px 0;
    padding: 30px 30px 30px 30px;
  }
}

blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: var(--tg-theme-primary);
}

blockquote::after {
  content: "\f10e";
  position: absolute;
  right: 30px;
  top: 22px;
  line-height: 1;
  font-size: 62px;
  color: #CECCFD;
  font-family: var(--tg-icon-font-family);
  font-weight: 700;
  z-index: -1;
}

@media (max-width: 767.98px) {
  blockquote::after {
    right: 17px;
    top: 17px;
    font-size: 40px;
  }
}

blockquote>p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  color: var(--tg-common-color-dark);
  font-family: var(--tg-heading-font-family);
}

@media (max-width: 1199.98px) {
  blockquote>p {
    font-size: 18px;
  }
}

.comment-wrap-title .title {
  margin-bottom: 50px;
  font-size: 24px;
}

.comment-respond {
  background: #F7F7FA;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 32px 45px 50px;
}

@media (max-width: 1199.98px) {
  .comment-respond {
    padding: 32px 25px 50px;
  }
}

.comment-reply-title {
  margin-bottom: 5px;
  font-size: 30px;
  text-transform: capitalize;
}

@media (max-width: 1199.98px) {
  .comment-reply-title {
    font-size: 26px;
  }
}

.comment-form .row {
  --bs-gutter-x: 20px;
}

.comment-form .row [class*=col-] {
  padding: 0 10px;
}

.comment-notes {
  margin-bottom: 15px;
}

.comment-field {
  margin-bottom: 15px;
}

.comment-field input,
.comment-field textarea {
  width: 100%;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: var(--tg-common-color-white);
  border: 1px solid #E1E4E7;
  font-size: 16px;
  color: var(--tg-body-color);
  padding: 15px 15px;
  line-height: 1.2;
  height: 50px;
}

.comment-field input::placeholder,
.comment-field textarea::placeholder {
  opacity: 0.8;
  font-size: 16px;
  color: var(--tg-body-color);
}

.comment-field textarea {
  min-height: 130px;
  max-height: 130px;
}

.comment-field.checkbox-grp {
  display: flex;
  align-items: center;
  margin: 15px 0 32px;
}

.comment-field.checkbox-grp input {
  width: 22px;
  margin-right: 9px;
  height: 22px;
  cursor: pointer;
}

.comment-field.checkbox-grp label {
  font-weight: 400;
  font-size: 16px;
  color: var(--tg-body-color);
  user-select: none;
}

.latest-comments .list-wrap li {
  padding-bottom: 30px;
  margin-bottom: 45px;
  border-bottom: 1px solid #E8E8E8;
}

.latest-comments .list-wrap li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.latest-comments .list-wrap li:last-child .comments-box {
  margin-left: 45px;
}

@media (max-width: 767.98px) {
  .latest-comments .list-wrap li:last-child .comments-box {
    margin-left: 0;
  }
}

.latest-comments .comments-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

@media (max-width: 767.98px) {
  .latest-comments .comments-box {
    gap: 20px;
    flex-wrap: wrap;
  }
}

.latest-comments .comments-avatar {
  flex: 0 0 auto;
  width: 115px;
}

.latest-comments .comments-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.latest-comments .comments-text .avatar-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.latest-comments .comments-text .avatar-name .name {
  font-size: 20px;
  margin-bottom: 0;
}

.latest-comments .comments-text .avatar-name .date {
  font-size: 14px;
  margin-left: auto;
  font-weight: 500;
}

.latest-comments .comments-text p {
  margin-bottom: 15px;
}

.latest-comments .comments-text .comment-reply .comment-reply-link {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: #F7F7FB;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  line-height: 1;
  padding: 10px 18px;
}

.latest-comments .comments-text .comment-reply .comment-reply-link:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

.pagination__wrap ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 10px;
}

.pagination__wrap ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #E6E9EF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
  color: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
  font-weight: var(--tg-fw-medium);
}

.pagination__wrap ul li a:hover {
  color: var(--tg-common-color-white);
  background: var(--tg-theme-primary);
}

.pagination__wrap ul li.active a {
  color: var(--tg-common-color-white);
  background: var(--tg-theme-primary);
}

.post-tag-two {
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
  line-height: 1;
  color: var(--tg-common-color-white);
  border: 1px solid #e4e4e4;
  border-radius: 100px;
  padding: 8px 13px;
  margin-bottom: 20px;
}

.post-tag-two:hover {
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

.post-tag-three {
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
  line-height: 1;
  color: var(--tg-heading-color);
  border-radius: 100px;
  padding: 8px 14px;
  margin-bottom: 15px;
  background: var(--tg-theme-secondary);
}

.post-tag-three:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

.post-tag-four {
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
  line-height: 1;
  color: var(--tg-heading-color);
  border-radius: 4px;
  padding: 8px 14px;
  margin-bottom: 18px;
  background: var(--tg-theme-secondary);
}

.post-tag-four:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

/*=============================
    21. Newsletter
===============================*/


.newsletter__area-two {
  background: var(--tg-common-color-gray-10);
}

.newsletter__inner-wrap {
  background: var(--tg-theme-primary);
  border-radius: 20px;
  padding: 66px 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 1500px) {
  .newsletter__inner-wrap {
    padding: 66px 70px;
  }
}

@media (max-width: 991.98px) {
  .newsletter__inner-wrap {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .newsletter__inner-wrap {
    padding: 40px 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .newsletter__inner-wrap {
    padding: 50px 30px;
  }
}

.newsletter__inner-wrap .title {
  margin-bottom: 0;
  color: var(--tg-common-color-white);
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  width: 44%;
  flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
  .newsletter__inner-wrap .title {
    width: 60%;
    font-size: 28px;
  }
}

@media (max-width: 991.98px) {
  .newsletter__inner-wrap .title {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .newsletter__inner-wrap .title {
    font-size: 26px;
  }
}

.newsletter__inner-wrap .btn {
  border: none;
  background: var(--tg-common-color-white);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  box-shadow: none;
}

.newsletter__inner-wrap .btn:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-heading-color);
}

.newsletter__inner-wrap .btn:hover svg {
  color: var(--tg-heading-color) !important;
}

.newsletter__inner-wrap .shape {
  position: absolute;
  z-index: -1;
}

.newsletter__inner-wrap .shape.shape-one {
  left: 0;
  top: 0;
  max-width: 198px;
}

.newsletter__inner-wrap .shape.shape-two {
  right: 5%;
  top: 14%;
  max-width: 138px;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}

@media (max-width: 767.98px) {
  .newsletter__inner-wrap .shape.shape-two {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .newsletter__inner-wrap-two {
    flex-wrap: wrap;
  }

  .newsletter__inner-wrap-two .title {
    width: 100%;
    text-align: center;
  }
}

.newsletter__btn {
  flex-grow: 1;
  text-align: right;
}




@media (max-width: 767.98px) {
  .newsletter__form-two {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.newsletter__form-two input {
  width: 100%;
  border: none;
  background: var(--tg-common-color-white);
  border-radius: 6px;
  color: var(--tg-heading-color);
  font-weight: 500;
  font-size: 16px;
  padding: 16px 25px;
  height: 60px;
}

.newsletter__form-two .btn {
  background: var(--tg-theme-secondary);
  color: var(--tg-heading-color);
  min-width: 180px;
  padding: 21px 30px;
}

.newsletter__form-two .btn:hover {
  background: var(--tg-heading-color);
  color: var(--tg-common-color-white);
}

/*=============================
    15. Work
===============================*/
.work__images {
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 991.98px) {
  .work__images {
    margin-bottom: 50px;
  }
}

.work__images .shape {
  right: 220px;
}

@media (max-width: 767.98px) {
  .work__images .shape {
    right: 88px;
  }
}

.work__content {
  width: 85%;
}

@media (max-width: 1199.98px) {
  .work__content {
    width: 100%;
  }
}

.work__content>p {
  margin-bottom: 25px;
}

.work__list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0 -15px;
}

.work__list-box {
  width: 50%;
  flex: 0 0 auto;
  padding: 0 15px;
  margin-bottom: 30px;
}

.work__list-box-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 18px;
}

@media (max-width: 1199.98px) {
  .work__list-box-top {
    display: block;
  }
}

.work__list-box-top .title {
  font-size: 20px;
  margin-bottom: 0;
}

.work__list-box .icon {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #FF6666;
  border: 1px solid #CE3B3B;
  font-size: 35px;
  line-height: 0;
  color: var(--tg-common-color-white);
  -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1199.98px) {
  .work__list-box .icon {
    margin-bottom: 20px;
  }
}

.work__list-box p {
  margin-bottom: 0;
}

.work__list-box:nth-child(2) .icon {
  background: #1BCBE3;
  border: 1px solid #019AAF;
}

/*=============================
    15. Video
===============================*/
.video__area {
  position: relative;
  padding: 160px 0;
}

@media (max-width: 1199.98px) {
  .video__area {
    padding: 150px 0;
  }
}

@media (max-width: 991.98px) {
  .video__area {
    padding: 140px 0;
  }
}

.video__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

.video__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--tg-common-color-black-3);
  opacity: 0.3;
  z-index: -1;
}

.video__content {
  margin-left: 90px;
}

@media (max-width: 1199.98px) {
  .video__content {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .video__content {
    text-align: center;
  }
}

.video__content .title {
  color: var(--tg-common-color-white);
  font-size: 48px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
}

@media (max-width: 1500px) {
  .video__content .title {
    font-size: 45px;
  }
}

@media (max-width: 1199.98px) {
  .video__content .title {
    font-size: 42px;
  }
}

@media (max-width: 991.98px) {
  .video__content .title {
    font-size: 40px;
  }
}

.video__content p {
  margin-bottom: 30px;
  color: var(--tg-common-color-white);
  text-transform: capitalize;
}

.video__play-btn {
  margin-left: 180px;
}

@media (max-width: 991.98px) {
  .video__play-btn {
    margin: 0 0 50px;
  }
}

.video__play-btn a {
  width: 76px;
  height: 76px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-common-color-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 25px;
  color: var(--tg-common-color-black-3);
  line-height: 0;
  position: relative;
}

@media (max-width: 991.98px) {
  .video__play-btn a {
    margin: 0 auto;
  }
}

.video__play-btn a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid var(--tg-common-color-white);
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  animation: pulse-border 1500ms ease-out infinite;
}

.video__play-btn a:hover {
  background: var(--tg-theme-secondary);
}

/*=============================
    22. Contact
===============================*/
.contact-info-wrap .list-wrap li {
  display: flex;
  align-items: center;
  padding: 40px 40px;
  border-radius: 10px;
  border: 1px solid rgba(35, 71, 168, .15);
  box-shadow: 0 10px 30px rgba(35, 71, 168, .08);
  background: linear-gradient(135deg, #F8FAFF, #EEF4FF);
  gap: 25px;
  height: 200px;
}

.contact-info-wrap .list-wrap li:hover {
  transform: translateY(-5px);
  border-color: #ffc200ad;
  box-shadow: 0 15px 40px rgba(35, 71, 168, .15);
}

@media (max-width: 1199.98px) {
  .contact-info-wrap .list-wrap li {
    padding: 25px 25px;
    gap: 15px;
    flex-wrap: wrap;
  }
}

@media (max-width: 991.98px) {
  .contact-info-wrap .list-wrap li {
    flex-wrap: nowrap;
  }
}

@media (max-width: 767.98px) {
  .contact-info-wrap .list-wrap li {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .contact-info-wrap .list-wrap li {
    flex-direction: row;
    align-items: center;
  }
}

.contact-info-wrap .list-wrap li:last-child {
  margin-bottom: 0;
}

.contact-info-wrap .list-wrap li .icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffc200ad;
  box-shadow: 0 8px 20px rgba(35, 71, 168, .25);
  color: white;
  font-size: 15px;
  line-height: 0;
  flex: 0 0 auto;
}

.contact-info-wrap .list-wrap li .content .title {
  font-size: 20px;
  margin-bottom: 5px;
  color: rgb(35, 71, 168);
  font-weight: 700;
}

.contact-info-wrap .list-wrap li .content p {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.4;
}

.contact-info-wrap .list-wrap li .content a {
  display: block;
  font-weight: 500;
  color: var(--tg-body-color);
  line-height: 1.4;
  font-size: 0.9rem;
}

.contact-info-wrap .list-wrap li .content a:hover {
  color: var(--tg-theme-primary);
}

.contact-form-wrap {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(35, 71, 168, .15);
  box-shadow: 0 15px 40px rgba(35, 71, 168, .08);
  padding: 30px 40px 42px;
}

@media (max-width: 1199.98px) {
  .contact-form-wrap {
    padding: 30px 25px 40px;
  }
}

@media (max-width: 991.98px) {
  .contact-form-wrap {
    padding: 30px 30px 40px;
    margin-top: 60px;
  }
}

@media (max-width: 767.98px) {
  .contact-form-wrap {
    padding: 25px 20px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-form-wrap {
    padding: 30px 25px 40px;
  }
}

.contact-form-wrap .title {
  margin-bottom: 5px;
  position: relative;
  font-size: 30px;
  color: #2347A8;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .contact-form-wrap .title {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .contact-form-wrap .title {
    font-size: 24px;
  }
}

.contact-form-wrap p {
  margin-bottom: 15px;
}

.contact-form-wrap .form-grp {
  margin-bottom: 20px;
}

.contact-form-wrap .form-grp input,
.contact-form-wrap .form-grp textarea,
.contact-form-wrap .form-grp select {
  width: 100%;
  border: 1px solid #E1E4E7;
  border-radius: 5px;
  display: block;
  background: var(--tg-common-color-white);
  font-weight: 400;
  font-size: 16px;
  color: var(--tg-body-color);
  padding: 11px 20px;
  height: 50px;
  transition: 0.3s;
}

.contact-form-wrap .form-grp input::placeholder,
.contact-form-wrap .form-grp textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: var(--tg-body-color);
  opacity: 0.8;
}

.contact-form-wrap .form-grp input:focus,
.contact-form-wrap .form-grp textarea:focus,
.contact-form-wrap .form-grp select {
  border-color: #E5B43B;
}

.contact-form-wrap .form-grp textarea {
  min-height: 230px;
  max-height: 230px;
}

.contact-form-wrap .row {
  --bs-gutter-x: 20px;
}

.contact-map {
  width: 100%;
  height: 555px;
  margin-top: 70px;
}

@media (max-width: 1199.98px) {
  .contact-map {
    height: 430px;
  }
}

@media (max-width: 767.98px) {
  .contact-map {
    height: 380px;
  }
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}

.ajax-response.error,
.ajax-response.success {
  margin: 20px 0 0 !important;
}

.ajax-response.error {
  color: red;
}

.ajax-response.success {
  color: green;
}

/*=============================
    05. SignUp
===============================*/
.singUp-wrap {
  background: #F7F7FA;
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  padding: 30px 50px 40px;
}

@media (max-width: 767.98px) {
  .singUp-wrap {
    padding: 30px 20px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .singUp-wrap {
    padding: 30px 30px 30px;
  }
}

.singUp-wrap .title {
  font-size: 36px;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .singUp-wrap .title {
    font-size: 26px;
  }
}

.singUp-wrap p {
  margin-bottom: 25px;
}

@media (max-width: 767.98px) {
  .singUp-wrap p br {
    display: none;
  }
}

.account__social-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-common-color-white);
  border: 1px solid #E1E1E1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  gap: 10px;
  color: var(--tg-common-color-dark);
  padding: 10px 20px;
}

.account__social-btn:hover {
  color: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
}

.account__divider {
  position: relative;
  text-align: center;
  padding-block-end: 35px;
  margin-block-start: 35px;
}

.account__divider::before {
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  top: 0;
  background: #E1E1E1;
  position: absolute;
}

.account__divider span {
  font-size: 16px;
  color: var(--tg-heading-color);
  padding: 20px;
  top: -35px;
  left: 45%;
  position: absolute;
  background: #F7F7FA;
}

.account__form .form-grp {
  margin-bottom: 20px;
}

.account__form .form-grp label {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

.account__form .form-grp input {
  width: 100%;
  padding: 14px 20px;
  font-size: 16px;
  color: var(--tg-heading-color);
  border: 1px solid #E1E1E1;
  background: var(--tg-common-color-white);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  line-height: 1;
  -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;
}

.account__form .form-grp input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: var(--tg-body-color);
  opacity: 0.8;
  text-transform: capitalize;
}

.account__form .form-grp input:focus {
  border-color: var(--tg-theme-primary);
}

.account__form .btn {
  width: 100%;
  justify-content: center;
  margin-top: 30px;
}

.account__switch {
  margin-top: 30px;
}

.account__switch p {
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.account__switch p a {
  color: var(--tg-theme-primary);
  text-decoration: underline;
}

.account__switch p a:hover {
  color: var(--tg-theme-secondary);
}

.account__check {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}

.account__check-remember {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 5px;
}

.account__check-remember input {
  width: 20px;
  height: 20px;
  margin-inline-end: 3px;
}

.account__check-remember input:focus {
  box-shadow: none;
}

.account__check-remember input:checked {
  background-color: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
}

.account__check-remember label {
  user-select: none;
}

.account__check-forgot a {
  color: var(--tg-theme-primary);
  font-size: 16px;
  text-decoration: underline;
}

.account__check-forgot a:hover {
  color: var(--tg-theme-primary);
}

/*=============================
    15. Check Out
===============================*/
.coupon__code-info {
  background: #f5f5f5;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 25px;
}

@media (max-width: 767.98px) {
  .coupon__code-info {
    flex-wrap: wrap;
  }
}

.coupon__code-info a:hover {
  text-decoration: underline;
  color: var(--tg-theme-primary);
}

.coupon__code-form {
  margin-bottom: 35px;
  display: none;
}

.coupon__code-form p {
  margin-bottom: 15px;
}

.coupon__code-form input {
  width: 100%;
  background: #f5f5f5;
  height: 55px;
  border: none;
  color: var(--tg-heading-color);
  padding: 0 20px;
  border-radius: 30px;
  margin-bottom: 15px;
}

.customer__form-wrap {
  border: 1px solid #ebebeb;
  padding: 30px;
}

@media (max-width: 767.98px) {
  .customer__form-wrap {
    padding: 25px 20px;
  }
}

.customer__form-wrap .title {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #ebebeb;
  color: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
  line-height: 1;
}

@media (max-width: 767.98px) {
  .customer__form-wrap .title {
    font-size: 1.3rem;
  }
}

.customer__form-wrap .title.title-two {
  margin-top: 20px;
}

.customer__form-wrap .form-grp {
  margin-bottom: 15px;
}

.customer__form-wrap .form-grp.select-grp {
  position: relative;
}

.customer__form-wrap .form-grp.select-grp::after {
  content: "\f078";
  position: absolute;
  bottom: 13px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  right: 20px;
  font-size: 14px;
  color: var(--tg-theme-primary);
}

.customer__form-wrap .form-grp label {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  color: var(--tg-body-color);
}

.customer__form-wrap .form-grp textarea,
.customer__form-wrap .form-grp input {
  width: 100%;
  color: var(--tg-heading-color);
  height: 53px;
  padding: 0 20px;
  background: #f5f5f5;
  border: none;
}

.customer__form-wrap .form-grp textarea {
  padding: 10px 20px 0;
  min-height: 120px;
  max-height: 120px;
}

.customer__form-wrap .form-grp select {
  background-color: #f5f5f5;
  border: none;
  color: var(--tg-heading-color);
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 0;
  outline: none;
  padding: 12px 37px 9px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 1.2;
  height: 53px;
  cursor: pointer;
}

.order__info-wrap {
  border: 2px solid var(--tg-theme-primary);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px;
}

@media (max-width: 991.98px) {
  .order__info-wrap {
    margin-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .order__info-wrap {
    padding: 25px 20px;
  }
}

.order__info-wrap>.title {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #ebebeb;
}

.order__info-wrap .list-wrap {
  margin-bottom: 20px;
}

.order__info-wrap .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  color: var(--tg-body-color);
  font-weight: 600;
  font-size: 15px;
  gap: 8px;
  padding: 12px 0;
}

.order__info-wrap .list-wrap li span {
  color: var(--tg-heading-color);
  display: block;
  line-height: 1;
  font-weight: 700;
}

.order__info-wrap .list-wrap li.title span {
  color: var(--tg-body-color);
}

.order__info-wrap .list-wrap li:last-child span {
  font-size: 1.25rem;
}

.order__info-wrap p {
  margin-bottom: 15px;
}

.order__info-wrap p a {
  text-decoration: underline;
}

.order__info-wrap p a:hover {
  color: var(--tg-theme-primary);
}

.order__info-wrap .btn {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

/*=============================
    15. Cart
===============================*/
.cart__table thead th {
  padding: 12px 12px;
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 767.98px) {

  .cart__table thead th.product__subtotal,
  .cart__table thead th.product__price {
    display: none;
  }
}

.cart__table tbody tr {
  position: relative;
}

.cart__table tbody td {
  padding: 12px 17px;
  text-align: left;
  line-height: 1.1;
  border: none;
  border-top: 1px solid #ebebeb;
  vertical-align: middle;
  color: var(--tg-body-color);
}

@media (max-width: 767.98px) {
  .cart__table tbody td {
    padding: 12px 10px;
  }
}

.cart__table tbody td:first-child {
  padding-left: 0;
}

.cart__table tbody td a {
  color: var(--tg-theme-primary);
}

.cart__table tbody td.product__name {
  font-weight: 500;
}

.cart__table tbody td.product__remove {
  padding-right: 5px;
  text-align: right;
}

.cart__table tbody td.product__remove a {
  font-size: 25px;
}

.cart__table tbody td.product__quantity {
  text-align: right;
  padding-right: 0;
}

.cart__table .product__thumb img {
  max-width: 70px;
}

@media (max-width: 767.98px) {
  .cart__table .product__price {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .cart__table .product__remove a {
    position: absolute;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
    color: #fff;
    background-color: red;
    font-size: 15px !important;
    left: 0;
    margin-top: -10px;
  }
}

@media (max-width: 767.98px) {
  .cart__table .product__subtotal {
    display: none;
  }
}

.cart__table .product__remove {
  padding: 0 !important;
  width: 0 !important;
}

.cart__actions {
  padding-top: 25px !important;
  padding-bottom: 10px !important;
  padding-right: 0 !important;
}

.cart__actions-form {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 767.98px) {
  .cart__actions-form {
    width: 100%;
  }
}

.cart__actions-form input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  margin-bottom: 0;
  height: 50px;
  background: #f5f5f5;
  color: var(--tg-heading-color);
  padding: 0 20px;
  border: 0;
  border-radius: 30px;
  padding-right: 0;
}

.cart__collaterals-wrap {
  border: 1px solid #ebebeb;
  border-radius: 0;
  padding: 1.25rem;
  height: 100%;
  margin-left: 50px;
}

@media (max-width: 1199.98px) {
  .cart__collaterals-wrap {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .cart__collaterals-wrap {
    margin-top: 50px;
  }
}

.cart__collaterals-wrap .title {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0.9375rem;
  border-bottom: 0.9375rem;
  border-bottom: 1px solid #ebebeb;
}

.cart__collaterals-wrap .list-wrap {
  padding-bottom: 0.9375rem;
}

.cart__collaterals-wrap .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  color: var(--tg-heading-color);
  font-size: 15px;
  font-weight: 600;
  padding: 12px 5px;
}

.cart__collaterals-wrap .list-wrap li span {
  color: var(--tg-body-color);
  font-weight: 400;
}

.cart__collaterals-wrap .list-wrap li span.amount {
  font-weight: 600;
  color: var(--tg-heading-color);
  font-size: 1.25rem;
}

.cart__collaterals-wrap .btn {
  width: 100%;
  text-align: center;
  justify-content: center;
}

.f-right {
  float: right;
}

@media (max-width: 767.98px) {
  .f-right {
    float: none;
  }
}

@media (max-width: 767.98px) {
  .update__cart-btn {
    text-align: center !important;
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .update__cart-btn .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/*=============================
    15. Dashboard
===============================*/
.dashboard__area {
  margin-top: -170px;
  position: relative;
  z-index: 2;
}

.dashboard__top-wrap {
  position: relative;
}

.dashboard__top-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
  min-height: 350px;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .dashboard__top-bg {
    background-position: right center;
  }
}

.dashboard__top-bg::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: block;
  z-index: -1;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5) 90%);
  transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  cursor: pointer;
  border-radius: 10px;
}

.dashboard__instructor-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  justify-content: space-between;
  position: absolute;
  padding: 0 40px 30px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .dashboard__instructor-info {
    padding: 0 30px 30px;
  }
}

@media (max-width: 767.98px) {
  .dashboard__instructor-info {
    flex-wrap: wrap;
    padding: 0 20px 30px;
    gap: 15px;
  }
}

.dashboard__instructor-info-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 767.98px) {
  .dashboard__instructor-info-left {
    flex-wrap: wrap;
    gap: 8px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .dashboard__instructor-info-left {
    gap: 20px;
  }
}

.dashboard__instructor-info-left .thumb {
  width: 120px;
  height: 120px;
}

.dashboard__instructor-info-left .thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  background: var(--tg-common-color-white);
  border: 2px solid var(--tg-common-color-white);
  padding: 4px;
}

.dashboard__instructor-info-left .content .title {
  font-size: 20px;
  color: var(--tg-common-color-white);
  margin-bottom: 12px;
  text-transform: capitalize;
}

@media (max-width: 767.98px) {
  .dashboard__instructor-info-left .content .title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.dashboard__instructor-info-left .content .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
}

.dashboard__instructor-info-left .content .list-wrap li {
  color: var(--tg-common-color-white);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
}

@media (max-width: 767.98px) {
  .dashboard__instructor-info-left .content .list-wrap li {
    font-size: 13px;
  }
}

.dashboard__instructor-info-left .content .list-wrap li svg {
  color: var(--tg-common-color-white);
  width: 18px;
  height: 18px;
}

@media (max-width: 767.98px) {
  .dashboard__instructor-info-left .content .list-wrap li svg {
    width: 16px;
    height: 16px;
  }
}

.dashboard__instructor-info-right {
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .dashboard__instructor-info-right {
    margin-bottom: 0;
  }
}

.dashboard__sidebar-wrap {
  padding: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  background: var(--tg-common-color-white);
  overflow: hidden;
  border: 4px solid #D9D9F3;
  position: sticky;
  top: 120px;
}

@media (max-width: 1199.98px) {
  .dashboard__sidebar-wrap {
    padding: 20px 15px;
  }
}

@media (max-width: 991.98px) {
  .dashboard__sidebar-wrap {
    padding: 30px;
  }
}

@media (max-width: 767.98px) {
  .dashboard__sidebar-wrap {
    padding: 25px 20px;
  }
}

.dashboard__sidebar-title .title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  opacity: 0.5;
}

.dashboard__sidebar-menu .list-wrap li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #D3D2DF;
}

.dashboard__sidebar-menu .list-wrap li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dashboard__sidebar-menu .list-wrap li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--tg-body-color);
  font-size: 16px;
  font-weight: 500;
}

.dashboard__sidebar-menu .list-wrap li a i {
  line-height: 0;
  font-size: 18px;
}

.dashboard__sidebar-menu .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}

.dashboard__sidebar-menu .list-wrap li.active a {
  color: var(--tg-theme-primary);
}

.dashboard__content-wrap {
  background: var(--tg-common-color-white);
  border-radius: 6px;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  padding: 30px;
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .dashboard__content-wrap {
    padding: 30px 20px;
  }
}

@media (max-width: 991.98px) {
  .dashboard__content-wrap {
    margin-top: 40px;
  }
}

.dashboard__content-wrap-two {
  padding: 30px 30px 0 30px;
}

@media (max-width: 1199.98px) {
  .dashboard__content-wrap-two {
    padding: 30px 20px 0 20px;
  }
}

.dashboard__content-wrap .row>*:nth-child(2) .dashboard__counter-item {
  background: rgba(185, 102, 231, 0.1294117647);
}

.dashboard__content-wrap .row>*:nth-child(2) .dashboard__counter-item .icon {
  color: #b966e7;
  background: rgba(185, 102, 231, 0.1294117647);
}

.dashboard__content-wrap .row>*:nth-child(2) .dashboard__counter-item .content .count {
  color: #b966e7;
}

.dashboard__content-wrap .row>*:nth-child(2) .dashboard__counter-item .content p {
  color: #b966e7;
}

.dashboard__content-wrap .row>*:nth-child(3) .dashboard__counter-item {
  background: rgba(128, 0, 128, 0.1294117647);
}

.dashboard__content-wrap .row>*:nth-child(3) .dashboard__counter-item .icon {
  color: #800080;
  background: rgba(128, 0, 128, 0.1294117647);
}

.dashboard__content-wrap .row>*:nth-child(3) .dashboard__counter-item .content .count {
  color: #800080;
}

.dashboard__content-wrap .row>*:nth-child(3) .dashboard__counter-item .content p {
  color: #800080;
}

.dashboard__content-wrap .row>*:nth-child(4) .dashboard__counter-item {
  background: rgba(219, 112, 147, 0.1294117647);
}

.dashboard__content-wrap .row>*:nth-child(4) .dashboard__counter-item .icon {
  color: #DB7093;
  background: rgba(219, 112, 147, 0.1294117647);
}

.dashboard__content-wrap .row>*:nth-child(4) .dashboard__counter-item .content .count {
  color: #DB7093;
}

.dashboard__content-wrap .row>*:nth-child(4) .dashboard__counter-item .content p {
  color: #DB7093;
}

.dashboard__content-wrap .row>*:nth-child(5) .dashboard__counter-item {
  background: rgba(233, 150, 122, 0.1294117647);
}

.dashboard__content-wrap .row>*:nth-child(5) .dashboard__counter-item .icon {
  color: #E9967A;
  background: rgba(233, 150, 122, 0.1294117647);
}

.dashboard__content-wrap .row>*:nth-child(5) .dashboard__counter-item .content .count {
  color: #E9967A;
}

.dashboard__content-wrap .row>*:nth-child(5) .dashboard__counter-item .content p {
  color: #E9967A;
}

.dashboard__content-wrap .row>*:nth-child(6) .dashboard__counter-item {
  background: rgba(255, 143, 60, 0.062745098);
}

.dashboard__content-wrap .row>*:nth-child(6) .dashboard__counter-item .icon {
  color: #FF8F3C;
  background: rgba(255, 143, 60, 0.15);
}

.dashboard__content-wrap .row>*:nth-child(6) .dashboard__counter-item .content .count {
  color: #FF8F3C;
}

.dashboard__content-wrap .row>*:nth-child(6) .dashboard__counter-item .content p {
  color: #FF8F3C;
}

.dashboard__content-title .title {
  margin-bottom: 25px;
  font-size: 20px;
  text-transform: capitalize;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(230, 227, 241, 0.31);
}

.dashboard__counter-item {
  background: rgba(47, 87, 239, 0.13);
  border-radius: 5px;
  text-align: center;
  padding: 30px 30px 50px;
  z-index: 1;
  overflow: hidden;
  position: relative;
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
  .dashboard__counter-item {
    padding: 30px 20px;
  }
}

.dashboard__counter-item:hover {
  transform: translateY(-3px);
}

.dashboard__counter-item .icon {
  position: relative;
  background: rgba(47, 87, 239, 0.13);
  width: 100px;
  height: 100px;
  padding: 25px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 30px;
  line-height: 0;
  color: var(--tg-theme-primary);
}

.dashboard__counter-item .content .count {
  margin-bottom: 10px;
  font-family: var(--tg-heading-font-family);
  font-size: 50px;
  font-weight: 700;
  color: var(--tg-theme-primary);
  line-height: 1;
}

@media (max-width: 1199.98px) {
  .dashboard__counter-item .content .count {
    font-size: 35px;
  }
}

.dashboard__counter-item .content p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.5;
  color: var(--tg-theme-primary);
}

.dashboard__review-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.dashboard__review-table .table {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .dashboard__review-table .table {
    min-width: 780px;
  }
}

.dashboard__review-table thead {
  vertical-align: middle;
}

.dashboard__review-table thead th {
  color: var(--tg-heading-color);
  font-weight: 700;
  font-size: 16px;
  background: rgba(47, 87, 239, 0.1294117647);
  padding: 10px 20px;
  border: none;
}

@media (max-width: 1199.98px) {
  .dashboard__review-table thead th {
    padding: 10px 10px;
  }
}

.dashboard__review-table tbody tr:nth-child(even) td {
  background: var(--tg-common-color-gray);
}

.dashboard__review-table tbody tr td {
  padding: 10px 20px;
  border: none;
  vertical-align: middle;
}

@media (max-width: 1199.98px) {
  .dashboard__review-table tbody tr td {
    padding: 10px 10px;
  }
}

.dashboard__review-table tbody tr td>a {
  color: var(--tg-heading-color);
  font-weight: 500;
}

.dashboard__review-table tbody tr td>a:hover {
  color: var(--tg-theme-primary);
}

.dashboard__review-table tbody tr td p {
  margin-bottom: 0;
}

.dashboard__review-table tbody tr td p.color-black {
  color: var(--tg-heading-color);
}

.dashboard__review-table tbody tr td .course-feedback {
  color: var(--tg-body-color);
}

.dashboard__review-table tbody tr td .course-feedback a {
  color: var(--tg-heading-color);
  font-weight: 500;
  font-size: 15px;
}

.dashboard__review-table tbody tr td .course-feedback a:hover {
  color: var(--tg-theme-primary);
}

.dashboard__review-action {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}

@media (max-width: 1199.98px) {
  .dashboard__review-action {
    gap: 10px;
  }
}

.dashboard__review-action a {
  font-size: 30px;
  height: 30px;
  line-height: 0;
  font-size: 14px;
  padding: 0 14px;
  background: rgba(47, 87, 239, 0.1294117647);
  color: var(--tg-theme-primary);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.dashboard__review-action a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  transform: translateY(-2px);
}

.dashboard__review-action a:nth-child(2) {
  color: #FF0003;
  background: rgba(255, 0, 3, 0.062745098);
}

.dashboard__review-action a:nth-child(2):hover {
  background: #FF0003;
  color: var(--tg-common-color-white);
}

.dashboard__quiz-info .title {
  margin-bottom: 0;
  font-size: 16px;
  font-family: var(--tg-body-font-family);
  font-weight: 500;
}

.dashboard__quiz-info span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--tg-body-color);
}

.dashboard__quiz-info span a {
  color: var(--tg-heading-color);
}

.dashboard__quiz-info span a:hover {
  color: var(--tg-theme-primary);
}

.dashboard__quiz-result {
  display: inline-block;
  background: rgba(62, 183, 94, 0.062745098);
  padding: 5px 7px;
  font-size: 12px;
  display: flex;
  height: 22px;
  align-items: center;
  border-radius: 6px;
  justify-content: center;
  width: max-content;
  color: #3EB75E;
}

.dashboard__quiz-result.fail {
  background: rgba(255, 0, 3, 0.062745098);
  color: #FF0003;
}

.dashboard__quiz-result.processing {
  background: rgba(47, 87, 239, 0.1294117647);
  color: #2f57ef;
}

.dashboard__quiz-result.hold {
  background: rgba(255, 143, 60, 0.062745098);
  color: #FF8F3C;
}

.dashboard__nav-wrap .nav-tabs {
  border-bottom: 3px solid #D9D9F3;
  gap: 5px 30px;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .dashboard__nav-wrap .nav-tabs {
    justify-content: center;
  }
}

.dashboard__nav-wrap .nav-tabs .nav-link {
  font-weight: var(--tg-fw-medium);
  color: #7F7E97;
  border: none;
  position: relative;
  background: transparent;
  padding: 16px 28px;
}

.dashboard__nav-wrap .nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  right: 0;
  width: 0;
  height: 3px;
  background: var(--tg-theme-primary);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin: 0 auto;
  z-index: 1;
  -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;
}

.dashboard__nav-wrap .nav-tabs .nav-link.active {
  color: var(--tg-theme-primary);
}

.dashboard__nav-wrap .nav-tabs .nav-link.active::after {
  width: 100%;
}

.profile__content-wrap .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 4px 30px;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 18px;
}

@media (max-width: 767.98px) {
  .profile__content-wrap .list-wrap li {
    flex-direction: column;
    font-size: 16px;
  }
}

.profile__content-wrap .list-wrap li span {
  min-width: 290px;
}

@media (max-width: 1199.98px) {
  .profile__content-wrap .list-wrap li span {
    min-width: 220px;
  }
}

.profile__content-wrap .list-wrap li:last-child {
  margin-bottom: 0;
}

.review__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
}

.review__wrap .rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: var(--tg-common-color-yellow);
}

.review__wrap span {
  font-size: 14px;
  font-weight: 500;
}

.review__wrap-two span {
  color: var(--tg-common-color-white);
}

.instructor__cover-bg {
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 245px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.instructor__cover-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0 40px 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767.98px) {
  .instructor__cover-info {
    padding: 0 25px 25px;
  }
}

.instructor__cover-info-left {
  position: relative;
}

.instructor__cover-info-left .thumb {
  width: 120px;
  height: 120px;
}

.instructor__cover-info-left .thumb img {
  border-radius: 50%;
  width: 100%;
  background: var(--tg-common-color-white);
  border: 2px solid var(--tg-common-color-white);
  padding: 4px;
}

.instructor__cover-info-left button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-common-color-white);
  border: none;
  color: var(--tg-theme-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  padding: 0;
}

.instructor__cover-info-left button:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

.instructor__profile-form .form-grp {
  margin-bottom: 15px;
}

.instructor__profile-form .form-grp label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
}

.instructor__profile-form .form-grp textarea,
.instructor__profile-form .form-grp input {
  width: 100%;
  background: transparent;
  border: 2px solid #e6e3f1;
  border-radius: 6px;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  color: var(--tg-heading-color);
  height: 50px;
  display: block;
  transition: 0.3s ease-in-out;
}

.instructor__profile-form .form-grp textarea:focus,
.instructor__profile-form .form-grp input:focus {
  border-color: var(--tg-theme-primary);
}

.instructor__profile-form .form-grp textarea::placeholder,
.instructor__profile-form .form-grp input::placeholder {
  font-size: 14px;
}

.instructor__profile-form .form-grp textarea {
  min-height: 140px;
  max-height: 140px;
}

.instructor__profile-form .form-grp select {
  background-color: transparent;
  border: 2px solid #e6e3f1;
  color: var(--tg-heading-color);
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 6px;
  outline: none;
  padding: 10px 37px 10px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 1.2;
  height: 50px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.instructor__profile-form .form-grp select:focus {
  border-color: var(--tg-theme-primary);
}

.instructor__profile-form .form-grp.select-grp {
  position: relative;
}

.instructor__profile-form .form-grp.select-grp::after {
  content: "\f078";
  position: absolute;
  bottom: 13px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  right: 20px;
  font-size: 14px;
  color: var(--tg-theme-primary);
}

.load-more-btn .link-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: var(--tg-heading-color);
  font-weight: 600;
}

.load-more-btn .link-btn svg {
  width: 14px;
  height: 14px;
}

.load-more-btn .link-btn:hover {
  color: var(--tg-theme-primary);
}

/*=============================
    15. Lesson
===============================*/
.lesson__content>.title {
  margin-bottom: 20px;
  font-size: 20px;
  padding: 17px 20px;
  border-bottom: 1px solid #DCDCEB;
}

.lesson__content .accordion-item {
  border: none;
  background: transparent;
}

.lesson__content .accordion-button {
  border: none;
  box-shadow: none;
  font-size: 16px;
  color: var(--tg-heading-color);
  padding: 18px 50px 18px 20px;
  font-weight: 500;
  border-bottom: 1px solid #DCDCEB;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.lesson__content .accordion-button span {
  margin-left: auto;
  font-size: 14px;
}

.lesson__content .accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--tg-theme-primary);
}

.lesson__content .accordion-button:not(.collapsed)::after {
  content: "\f068";
}

.lesson__content .accordion-button::after {
  content: "\f067";
  font-family: var(--tg-icon-font-family);
  font-weight: 700;
  background-image: none;
  width: auto;
  height: auto;
  position: absolute;
  right: 20px;
  top: 17px;
  font-size: 16px;
}

.lesson__content .accordion-body {
  padding: 0;
}

.lesson__content .course-item {
  padding: 13px 20px;
  background: #F8F8FF;
  margin-bottom: 2px;
}

.lesson__content .course-item-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--tg-common-color-dark);
  cursor: no-drop;
}

.lesson__content .course-item-link .item-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  align-items: center;
}

.lesson__content .course-item-link .item-name::before {
  content: "";
  display: block;
  background-image: url(../img/icons/play.svg);
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
}

.lesson__content .course-item-link.active {
  color: var(--tg-theme-primary);
  cursor: pointer;
}

.lesson__content .course-item-meta {
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 10px;
  flex: 0 0 auto;
}

.lesson__content .course-item-meta .duration {
  margin: 2px 0 0;
}

.lesson__video-wrap {
  margin-bottom: 40px;
  position: relative;
}

.lesson__video-wrap:hover .lesson__next-prev-button button {
  opacity: 1;
  visibility: visible;
}

.lesson__video-wrap-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: var(--tg-theme-primary);
  padding: 13px 20px;
  justify-content: space-between;
  gap: 10px;
}

.lesson__video-wrap-top-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}

.lesson__video-wrap-top-left a {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1294117647);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tg-common-color-white);
  flex: 0 0 auto;
}

.lesson__video-wrap-top-left a i {
  transform: rotate(180deg);
}

.lesson__video-wrap-top-left span {
  display: block;
  color: var(--tg-common-color-white);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--tg-heading-font-family);
}

@media (max-width: 767.98px) {
  .lesson__video-wrap-top-left span {
    font-size: 16px;
  }
}

.lesson__video-wrap-top-right a {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1294117647);
  color: var(--tg-common-color-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  flex: 0 0 auto;
}

.lesson__video-wrap .plyr__poster {
  background-size: cover;
}

.lesson__video-wrap .plyr__control--overlaid {
  padding: 24px;
  background: var(--tg-theme-primary);
}

.lesson__video-wrap .plyr__control--overlaid:hover {
  background: var(--tg-theme-secondary);
}

.lesson__details-content {
  margin-right: 50px;
}

@media (max-width: 991.98px) {
  .lesson__details-content {
    margin: 0 30px;
  }
}

@media (max-width: 767.98px) {
  .lesson__details-content {
    margin: 0 15px;
  }
}

.lesson__next-prev-button button {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 40px;
  height: 40px;
  border: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1294117647);
  color: var(--tg-common-color-white);
  line-height: 0;
  font-size: 18px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  opacity: 0;
  visibility: hidden;
}

.lesson__next-prev-button button.next-button {
  left: auto;
  right: 20px;
  transform: translateY(-50%) rotate(0deg);
}

.lesson__next-prev-button button:hover {
  background: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: var(--tg-theme-primary);
}

.plyr--full-ui input[type=range] {
  color: var(--tg-theme-primary);
}

/*=============================
    23. 404 Error
===============================*/
.error-area {
  padding: 120px 0;
}

@media (max-width: 1500px) {
  .error-area {
    padding: 100px 0;
  }
}

.error-img {
  text-align: center;
  width: 648px;
  height: 323px;
  margin: 0 auto 65px;
}

@media (max-width: 1500px) {
  .error-img {
    margin-bottom: 45px;
  }
}

@media (max-width: 991.98px) {
  .error-img {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .error-img {
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
  }
}

.error-img svg {
  width: 100%;
  height: 100%;
  color: var(--tg-theme-secondary);
}

.error-content .title {
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -1px;
}

@media (max-width: 1199.98px) {
  .error-content .title {
    margin-bottom: 35px;
    font-size: 35px;
  }
}

@media (max-width: 767.98px) {
  .error-content .title {
    font-size: 30px;
    margin-bottom: 30px;
    letter-spacing: 0;
  }
}

.error-content .title span {
  display: block;
  margin-top: 10px;
}

@media (max-width: 767.98px) {
  .error-content .title span {
    margin-top: 5px;
  }
}

.error-content .tg-button-wrap {
  justify-content: center;
}

/*=============================
    24. Footer
===============================*/
.footer__area {
  /* background: var(--tg-common-color-black); */
  /* background-color: #030371; */
  background: #111827;
  color: #ffffff !important;
}

.footer__area-two {
  margin-top: -160px;
  background: var(--tg-common-color-black);
}

.footer__area-two .footer__top {
  padding: 230px 0 60px;
}

.footer__area-three {
  background: var(--tg-common-color-black);
}

.footer__area-five {
  padding-top: 100px;
  margin-top: -100px;
}

.footer__bg {
  position: relative;
  z-index: 1;
  margin: 22px 0 0;
}

.footer__bg-shape {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 22px;
  position: absolute;
  left: 0;
  top: -25px;
}

.footer__bg-shape svg {
  color: var(--tg-common-color-blue-2);
  width: 100%;
  height: 22px;
}

.footer__top {
  padding: 70px 0 60px;
}

@media (max-width: 767.98px) {
  .footer__top {
    padding: 80px 0 40px;
  }
}

.footer__top .row [class*=col-]:nth-child(2) .footer__widget {
  margin-left: 60px;
}

@media (max-width: 991.98px) {
  .footer__top .row [class*=col-]:nth-child(2) .footer__widget {
    margin-left: 0;
  }
}

.footer__top .row [class*=col-]:nth-child(3) .footer__widget {
  margin-left: 60px;
}

@media (max-width: 991.98px) {
  .footer__top .row [class*=col-]:nth-child(3) .footer__widget {
    margin-left: 0;
  }
}

.footer__top-three {
  position: relative;
  z-index: 1;
}

.footer__widget {
  margin-bottom: 35px;
}

.footer__widget-title {
  margin-bottom: 0;
  color: var(--tg-common-color-white);
  font-size: 22px;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.footer__widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: var(--tg-theme-primary);
}

.footer__content p {
  margin-bottom: 12px;
  width: 100%;
  color: #ffffff !important;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__content p {
    width: 100%;
  }
}

.footer__content .list-wrap li {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 7px;
}

.footer__content .list-wrap li:last-child {
  margin-bottom: 0;
}

.footer__content-two .list-wrap li a {
  font-size: 18px;
  font-weight: 600;
  color: var(--tg-common-color-white);
}

.footer__content-two .list-wrap li a:hover {
  /* color: var(--tg-theme-secondary); */
}

.footer__content-two .list-wrap li.email a {
  font-size: 16px;
  font-weight: 400;
}

.footer__link .list-wrap li {
  margin-bottom: 10px;
}

.footer__link .list-wrap li:last-child {
  margin-bottom: 0;
}

.footer__link .list-wrap li a {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  color: #ffffff !important;
}

.footer__link .list-wrap li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  /* background: currentColor; */
  background: #9C7451;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}

.footer__link .list-wrap li a:hover {
  color: #E5B43B;
}

.footer__link .list-wrap li a:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.footer__contact-content p {
  margin-bottom: 10px;
}

.footer__newsletter p {
  margin-bottom: 20px;
}

.footer__newsletter-form {
  position: relative;
  margin-bottom: 25px;
}

.footer__newsletter-form input {
  width: 100%;
  background: #212040;
  padding: 13px 140px 13px 20px;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  color: var(--tg-common-color-white);
  height: 50px;
}

.footer__newsletter-form input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #706f84;
}

.footer__newsletter-form button {
  border: none;
  font-size: 15px;
  font-weight: 600;
  color: var(--tg-heading-color);
  background: var(--tg-theme-secondary);
  text-transform: capitalize;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -o-border-radius: 0 6px 6px 0;
  -ms-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 28px;
  height: 50px;
}

.footer__newsletter-form button:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

.footer__newsletter-form-two input {
  border-radius: 100px;
}

.footer__newsletter-form-two button {
  border-radius: 100px;
}

.footer__social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 35px;
}

.footer__social li a {
  color: var(--tg-common-color-gray-5);
}

.footer__social li a:hover {
  color: var(--tg-theme-secondary);
}

.footer__social-wrap .title {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  color: var(--tg-common-color-gray-5);
  font-family: var(--tg-body-font-family);
}

.footer__social-two {
  margin-bottom: 0;
}

.footer__social-two li a {
  color: var(--tg-common-color-white);
}

.footer__social-two li a:hover {
  color: var(--tg-theme-secondary);
}

.footer__bottom {
  padding: 35px 0;
}

@media (max-width: 991.98px) {
  .footer__bottom {
    padding: 25px 0;
  }
}

.footer__bottom-two {
  border-top: 1px solid #191838;
  padding: 35px 0;
}

@media (max-width: 991.98px) {
  .footer__bottom-two {
    padding: 25px 0;
  }
}

.footer__bottom-three {
  background: #272260;
}

.footer__bottom-three .copy-right-text p {
  color: #cfd9ea;
}

.footer__bottom-three .footer__bottom-menu .list-wrap li a {
  color: #cfd9ea;
}

.footer__bottom-four {
  position: relative;
  z-index: 2;
}

.footer__bottom-menu .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}

@media (max-width: 767.98px) {
  .footer__bottom-menu .list-wrap {
    justify-content: center;
  }
}

.footer__bottom-menu .list-wrap li a {
  color: #8C9AB4;
  position: relative;
}

.footer__bottom-menu .list-wrap li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}

.footer__bottom-menu .list-wrap li a::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 12px;
  background: #8C9AB4;
}

.footer__bottom-menu .list-wrap li a:hover {
  color: var(--tg-theme-secondary);
}

.footer__bottom-menu .list-wrap li a:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.footer__bottom-menu .list-wrap li:last-child a::after {
  display: none;
}

.footer__shape {
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: -2;
  left: 0;
  bottom: -55px;
  width: 100%;
  height: 138px;
}

.footer__shape-wrap img {
  position: absolute;
  z-index: -1;
}

.footer__shape-wrap img:nth-child(1) {
  left: 4%;
  top: 13%;
  max-width: 75px;
}

@media (max-width: 1800px) {
  .footer__shape-wrap img:nth-child(1) {
    left: 1%;
  }
}

@media (max-width: 1500px) {
  .footer__shape-wrap img:nth-child(1) {
    top: 1%;
    max-width: 60px;
  }
}

@media (max-width: 767.98px) {
  .footer__shape-wrap img:nth-child(1) {
    display: none;
  }
}

.footer__shape-wrap img:nth-child(2) {
  left: 0;
  bottom: 16%;
  max-width: 82px;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .footer__shape-wrap img:nth-child(2) {
    bottom: 10%;
  }
}

@media (max-width: 991.98px) {
  .footer__shape-wrap img:nth-child(2) {
    bottom: 8%;
  }
}

@media (max-width: 767.98px) {
  .footer__shape-wrap img:nth-child(2) {
    display: none;
  }
}

.footer__shape-wrap img:nth-child(3) {
  right: 47%;
  bottom: 13%;
  max-width: 115px;
  z-index: 1;
}

@media (max-width: 1199.98px) {
  .footer__shape-wrap img:nth-child(3) {
    bottom: 9%;
  }
}

@media (max-width: 991.98px) {
  .footer__shape-wrap img:nth-child(3) {
    display: none;
  }
}

.footer__shape-wrap img:nth-child(4) {
  right: 6%;
  top: 7%;
  max-width: 120px;
}

@media (max-width: 1800px) {
  .footer__shape-wrap img:nth-child(4) {
    right: 4%;
    top: 7%;
    max-width: 105px;
  }
}

@media (max-width: 1199.98px) {
  .footer__shape-wrap img:nth-child(4) {
    right: 5%;
    top: 26%;
  }
}

@media (max-width: 767.98px) {
  .footer__shape-wrap img:nth-child(4) {
    display: none;
  }
}

.footer__shape-wrap .shape-inner {
  right: 0;
  bottom: 22%;
  position: absolute;
  z-index: -2;
}

@media (max-width: 1800px) {
  .footer__shape-wrap .shape-inner {
    bottom: 43%;
  }
}

@media (max-width: 767.98px) {
  .footer__shape-wrap .shape-inner {
    display: none;
  }
}

@media (max-width: 1800px) {
  .footer__shape-wrap .shape-inner svg {
    max-width: 90px;
    height: auto;
  }
}

.footer__shape-wrap .shape-inner svg path {
  animation: animation__shape-two 0.8s infinite linear;
  animation-play-state: running;
}

.app-download {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}

.app-download a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.copy-right-text p {
  margin-bottom: 0;
  color: #8C9AB4;
}

@media (max-width: 767.98px) {
  .copy-right-text p {
    margin-bottom: 5px;
    text-align: center;
  }
}

/*=============================
    00. Keyframe Animation
===============================*/
@-webkit-keyframes hoverShine {
  100% {
    left: 125%;
  }
}

@keyframes hoverShine {
  100% {
    left: 125%;
  }
}

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 180s;
  animation-duration: 180s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.alltuchtopdown {
  -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes animation__shape {
  0% {
    stroke-dashoffset: 12;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes animation__shape-two {
  0% {
    stroke-dashoffset: 40;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*# sourceMappingURL=main.css.map */





/* :::::::::::::::::::: */

.tgmenu__navbar-wrap ul {
  margin: 0 auto 0 200px;
}

/* p{background: var(--tg-theme-first);
background: var(--tg-theme-second);} */
.tgmenu__action>ul li.login-btn a {
  background-color: var(--tg-theme-first);
  color: #fff;
  border: none;
}

.tgmenu__action>ul li.login-btn a:hover {
  background-color: var(--tg-theme-second);
}

.categories__nav button {
  background-color: var(--tg-theme-first);
  color: #fff;
}

.footer-social-links {
  margin-bottom: 20px;

}

.footer-social-links ul a {
  padding-right: 10px;
  font-size: 24px;
  padding-top: 20px;
  /* color: #FB7828; */
  color: #E5B43B;
  display: inline-block;
}

.tgmenu__navbar-wrap>ul>li.active a {
  color: var(--tg-theme-second);
}

.tgmenu__navbar-wrap>ul>li:hover a {
  color: var(--tg-theme-second);
  /* color: #9C7451; */
}

.btn-two {
  background-color: var(--tg-theme-first);
  /* background: #19354acf; */
  border: none;
  color: #fff;
}

.btn-two:hover {
  background-color: #9C7451;
}


.float1,
.float2 {
  position: fixed;

  bottom: 40px;
  left: 40px;
  /* background-color: #25d366; */
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 100;
}

.float2 {
  bottom: 120px;
  background: none;
  box-shadow: none;
}

.fa-phone {
  font-size: 18px;
}

.my-float {
  margin-top: 16px;
}

.footer__link .list-wrap li a:hover {
  color: #9C7451;
}

.footer__widget-title::before {
  background: #9C7451;
}

.f_number i {
  color: #E5B43B;
  font-size: 20px;
  margin-right: 10px;
}

.f_number a {
  color: #ffffff !important;
}

.footer__bottom {
  padding: 12px 0
}

.footer__bottom a:hover {
  color: #E5B43B;
}

/* about-us page */
/* About Section */
.about-area {
  padding: 80px 0;
}

.about-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}

/* Content */
.about__content {
  padding-left: 20px;
}

.about__content .title {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.about__content .desc {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* Large Screens */
@media (max-width: 1199px) {
  .about__content .title {
    font-size: 36px;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .about-area {
    padding: 60px 0;
  }

  .about__content {
    padding-left: 0;
    text-align: center;
  }

  .about__content .title {
    font-size: 32px;
  }

  .about__content .desc {
    font-size: 15px;
  }

  .tg-button-wrap {
    justify-content: center;
    display: flex;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .about-area {
    padding: 50px 0;
  }

  .about__content .title {
    font-size: 28px;
    line-height: 1.3;
  }

  .about__content .desc {
    font-size: 14px;
    line-height: 1.7;
  }

  .btn.arrow-btn {
    padding: 12px 24px;
    font-size: 15px;
  }
}

/* Small Mobile */
@media (max-width: 575px) {
  .about__content .title {
    font-size: 24px;
  }

  .about__content .desc {
    font-size: 13px;
  }

  .btn.arrow-btn {
    width: 100%;
    max-width: 250px;
  }
}

.about-img {
  transition: all 0.5s ease;
}

.about-img:hover {
  transform: scale(1.05);
}

.mvv-section {
  padding: 70px;
  background: linear-gradient(135deg, #eef2f7, #f8fbff);
}

/* Glow border effect */
.mvv-card {
  text-align: center;
  position: relative;
  border: 2px solid #9C7451;
}

/* Gradient glow border */
.mvv-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 15px;
  background: linear-gradient(135deg, #19354A, #9C7451);
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
}

/* Inner white layer */
.mvv-card::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #fff;
  border-radius: 13px;
  z-index: -1;
}

.mvv-card:hover::before {
  opacity: 1;
}

/* Icon glow */
.icon-box {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 4px 20px rgba(156, 116, 81, 0.3);
  transition: 0.4s;
}

.mvv-card:hover .icon-box {
  box-shadow: 0px 8px 30px rgba(156, 116, 81, 0.6);
  transform: translateX(-50%) scale(1.1);
}

/* Icon animation */
.icon-box i {
  font-size: 32px;
  color: #9C7451;
  transition: 0.4s;
}

.mvv-card:hover .icon-box i {
  color: #19354A;
  transform: rotate(10deg) scale(1.1);
}

.mvv-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 15px;
  background: linear-gradient(270deg, #19354A, #9C7451, #19354A);
  background-size: 400% 400%;
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
}

/* Animate gradient */
.mvv-card:hover::before {
  opacity: 1;
  animation: gradientMove 3s linear infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.icon-box {
  animation: pulseGlow 2s infinite;
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(156, 116, 81, 0.4);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(156, 116, 81, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(156, 116, 81, 0);
  }
}

/* ========================= */
/* Tablet View (max-width: 991px) */
/* ========================= */
@media (max-width: 991px) {
  .mvv-section {
    padding: 60px 30px;
  }

  .mvv-card {
    height: auto;
    padding: 70px 20px 30px;
    margin-top: 50px;
  }

  .icon-box {
    width: 85px;
    height: 85px;
    top: -45px;
  }

  .icon-box i {
    font-size: 28px;
  }

  .mvv-card h3 {
    font-size: 24px;
  }

  .mvv-card p {
    font-size: 15px;
    line-height: 1.7;
  }
}

/* ========================= */
/* Mobile View (max-width: 576px) */
/* ========================= */
@media (max-width: 576px) {
  .mvv-section {
    padding: 50px 20px;
  }

  .mvv-card {
    padding: 65px 18px 25px;
    border-radius: 12px;
    margin-top: 45px;
  }

  .icon-box {
    width: 75px;
    height: 75px;
    top: -38px;
  }

  .icon-box i {
    font-size: 24px;
  }

  .mvv-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .mvv-card p {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* why choose section */

.why-section {
  background: radial-gradient(circle at top left,
      rgba(255, 255, 255, .12),
      transparent 40%),
    linear-gradient(135deg,
      #0F2D7A,
      #2347A8,
      #2D67D9);
  ;
  padding: 50px 20px;
}

/* Card */
.choose-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  padding: 50px 25px 35px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  transition: all 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 200px;
  width: 400px;
  margin-top: 20px;

}

/* Glow effect */
.choose-card::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15), transparent);
  top: -50%;
  left: -50%;
  opacity: 0;
  transition: 0.4s;
}

.choose-card:hover::before {
  opacity: 1;
}

/* Hover */
.choose-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

/* Icon Circle */
.icon-card {
  width: 90px;
  height: 90px;
  background: #ffc200ad;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}

/* Icon */
.choose-card i {
  font-size: 34px;
  color: #fff;
  transition: 0.3s;
}

/* Icon animation on hover */
.choose-card:hover i {
  transform: rotate(10deg) scale(1.1);
}

/* Heading */
.choose-card h3 {
  margin-top: 20px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

/* Text */
.choose-card p {
  font-size: 14px;
  color: #ddd;
  margin-top: 12px;
  line-height: 1.6;
}

/* Responsive Fix */
@media (max-width: 1200px) {
  .choose-card {
    height: 189px;
    width: 300px;
    padding: 30px 5px 5px;
  }
}

/* Medium Devices (Tablets ≤992px) */
@media (max-width: 992px) {
  .choose-card {
    height: 180px;
    width: 320px;
  }

  .choose-card h3 {
    font-size: 17px;
  }

  .choose-card p {
    font-size: 14px;
  }
}

/* Small Devices (≤768px) */
@media (max-width: 768px) {

  .why-section {
    padding: 40px 15px;
  }

  .choose-card {
    margin: 40px auto;
    min-height: auto;
    padding: 50px 20px 30px;
  }

  .icon-card {
    width: 80px;
    height: 80px;
    top: -40px;
  }

  .choose-card i {
    font-size: 28px;
  }
}

/* Extra Small Devices (≤576px) */
@media (max-width: 576px) {

  .choose-card {
    padding: 45px 15px 25px;
    border-radius: 15px;
  }

  .choose-card h3 {
    font-size: 16px;
  }

  .choose-card p {
    font-size: 13px;
  }

  .icon-card {
    width: 70px;
    height: 70px;
    top: -35px;
  }

  .choose-card i {
    font-size: 24px;
  }
}

/* Ultra Small (≤400px) */
@media (max-width: 400px) {

  .choose-card {
    height: ;
    width: ;
  }

  .choose-card h3 {
    font-size: 15px;
  }

  .choose-card p {
    font-size: 12px;
  }
}

/* hero section */
.hero-creative {
  position: relative;
  height: 420px;
  overflow: hidden;
  background: #0f2230;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url('../images/hero/about-hero.jpg') no-repeat center/cover;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
  transform: scale(1.1);
}

/* DARK OVERLAY */
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(25, 53, 74, 0.8), rgba(0, 0, 0, 0.4));
}

/* FLOATING GLASS CARD */
.hero-card {
  position: absolute;
  bottom: 90px;
  left: 40%;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  padding: 30px 40px;
  border-radius: 20px;
  color: #fff;
  max-width: 420px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  animation: floatUp 1s ease;
}

/* FLOAT ANIMATION */
@keyframes floatUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* TEXT */
.hero-card h1 {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
}

.hero-card p {
  margin-top: 10px;
  color: #ddd;
  font-size: 15px;
}

/* BREADCRUMB */
.breadcrumb {
  margin-top: 15px;
  font-size: 25px;
  color: #ccc;
}

.breadcrumb span {
  margin: 0 4px;
}

.breadcrumb a {
  color: #ccc;
  text-decoration: none;
  font-size: 25px;
}

.breadcrumb a:hover {
  color: #9C7451;
}

.hero-card:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-creative {
    height: 300px;
  }

  .hero-card {
    left: 5%;
    right: 5%;
    padding: 20px;
  }

  .hero-card h1 {
    font-size: 26px;
  }
}

/* service section */

.services {
  padding: 80px 0;
  background: linear-gradient(135deg, #eef2f7, #f8fbff);
}

.section-heading {
  margin-bottom: 50px;
}


/* CARD */
.service-card {
  perspective: 1000px;
  margin-bottom: 30px;
}

/* INNER */
.card-inner {
  position: relative;
  width: 100%;
  height: 320px;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  margin-bottom: 20px;
}

/* FLIP ON HOVER */
.service-card:hover .card-inner {
  transform: rotateY(180deg);
}

/* FRONT + BACK */
.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  backface-visibility: hidden;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* FRONT DESIGN */
.card-front {
  background: #fff;
  text-align: center;
  padding: 15px;
}

.card-img img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 12px;
}

/* TITLE */
.card-front h3 {
  font-size: 18px;
  margin: 15px 0;
  color: #1b2a4e;
}

/* BUTTON */
.btn-enquiry {
  display: inline-block;
  padding: 10px 20px;
  background: #2347A8;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
  box-shadow: 4px 6px 0px 0px #13131c;
}

.btn2 {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background: #ffffff;
  color: #9C7451 !important;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
  box-shadow: 4px 6px 0px 0px #13131c;
  font-weight: 700;
}

.btn-enquiry:hover {
  transform: translateY(-3px);
  background: #2347A8;
  border-color: #2347A8;
  color: #fff;
}

/* BACK SIDE */
.card-back {
  background: linear-gradient(135deg,
      #182E73 0%,
      #2347A8 100%);
  ;
  color: #fff;
  transform: rotateY(180deg);
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.card-back h4 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 700;
}

.card-back p {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}

/* HOVER SHADOW */
.service-card:hover .card-front,
.service-card:hover .card-back {
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

/* Large Devices (≤1200px) */
@media (max-width: 1200px) {
  .card-inner {
    min-height: 340px;
  }

  .card-front h3 {
    font-size: 17px;
  }
}

/* Medium Devices (≤992px) */
@media (max-width: 992px) {
  .card-inner {
    min-height: 360px;
  }

  .card-back h4 {
    font-size: 24px;
  }

  .card-back p {
    font-size: 13px;
  }
}



/* Mobile Devices (≤576px) */
@media (max-width: 576px) {

  .card-inner {
    min-height: auto;
  }

  .card-front,
  .card-back {
    padding: 20px;
  }

  .card-img img {
    height: 150px;
  }

  .card-front h3 {
    font-size: 16px;
  }

  .card-back h4 {
    font-size: 20px;
  }

  .card-back p {
    font-size: 13px;
  }

  .btn-enquiry,
  .btn2 {
    font-size: 13px;
    padding: 8px 16px;
  }
}

/* banner  */

.cta-section {
  background: linear-gradient(135deg,
      #0F2D7A 0%,
      #2347A8 70%,
      #E5B43B 130%);
  ;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  top: -50px;
  right: -50px;
}

.cta-content h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.cta-content h2 span {
  color: #F4D06F;
}

.cta-content p {
  color: #ddd;
  margin: 15px 0 25px;
}

.cta-buttons {
  display: flex;
  gap: 15px;
}

.tg-button-wrap1 {
  display: flex;
  gap: 15px;
}


.cta-image img {
  max-width: 100%;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.logo-link {
  margin-left: 80px;
}

.btn-top {
  margin-right: 80px;
}

/* work process  */

.-ultra {
  padding: 100px 0;
  background: #0f2433;
  position: relative;
  overflow: hidden;
}


.dlk-ultra::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #19354A 0%, transparent 70%);
  bottom: -100px;
  right: -100px;
  opacity: 0.4;
}

/* HEADING */
.dlk-ultra-sub {
  color: #9C7451;
  letter-spacing: 2px;
  font-weight: 600;
}

.dlk-ultra-title {
  font-size: 42px;
  color: #fff;
  margin: 10px 0;
}

.dlk-ultra-title span {
  color: #9C7451;
}

.dlk-ultra-head p {
  color: #ccc;
}

/* CARD */
.dlk-ultra-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  position: relative;
  backdrop-filter: blur(12px);
  transition: 0.4s;
  overflow: hidden;
}

/* NUMBER */
.dlk-number {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.1);
  font-weight: bold;
}

/* ICON */
.dlk-ultra-card img {
  width: 65px;
  margin-bottom: 15px;
  transition: 0.4s;
}

/* TEXT */
.dlk-ultra-card h4 {
  color: #fff;
  margin-bottom: 10px;
}

.dlk-ultra-card p {
  color: #ccc;
  font-size: 14px;
}


.dlk-ultra-card:hover {
  transform: translateY(-12px) scale(1.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.dlk-ultra-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(135deg, #9C7451, #19354A);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: 0.4s;
}

.dlk-ultra-card:hover::before {
  opacity: 1;
}


.dlk-ultra-card::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  top: 0;
  left: -100%;
  transition: 0.6s;
}

.dlk-ultra-card:hover::after {
  left: 100%;
}

/* ICON ANIMATION */
.dlk-ultra-card:hover img {
  transform: scale(1.2) rotate(8deg);
}

@media (max-width: 768px) {
  .dlk-ultra-title {
    font-size: 28px;
  }
}

/* testimonial */

.dlk-review-section {
  background: linear-gradient(135deg, #eef2f7, #f8fbff);
  padding: 90px 0;
}


#dlk-slider .owl-stage {
  display: flex !important;
}

#dlk-slider .owl-item {
  flex: 0 0 auto !important;
}

/* CARD */
.dlk-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.dlk-card:hover {
  transform: translateY(-8px);
}

/* AVATAR */
.dlk-avatar {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  /* background: linear-gradient(135deg, #9C7451, #C89A72); */
  background: #E5B43B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}

/* TEXT */
.dlk-card p {
  font-size: 14px;
  color: #555;
}

.dlk-card h5 {
  margin-top: 10px;
  color: #182E73;
}

.dlk-stars {
  color: #9C7451;
}


.mega-menu {
  left: 0;
  right: 0;
  border: none;
  border-radius: 0;
  background: #f8f9fa;
}

.mega-menu h6 {
  font-weight: 600;
  margin-bottom: 10px;
}

.mega-menu ul li {
  margin-bottom: 6px;
}

.mega-menu ul li a {
  color: #555;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.mega-menu ul li a:hover {
  color: #02029D;
}

.navbar {
  padding: 0 !important;
}

.brand-heading .sub-title {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #E5B43B;
  margin-bottom: 5px;
  font-weight: 600;
}

.brand-heading .main-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.brand-heading .main-title::after {
  content: "";
  width: 80px;
  height: 3px;
  background: #E5B43B;
  display: block;
  margin: 7px auto 0;
  border-radius: 2px;
}


.delko-services {
  background: #f8f9fb;
}

/* Section Titles */
.services-section {
  position: relative;
  padding: 100px 0;
  background: url("assets/images/home/university.png");
  overflow: hidden;
}

.services-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.90);
}

.services-section .container {
  position: relative;
  z-index: 2;
}

/* CIRCLE */
.circle-wrapper {
  position: relative;
  width: 500px;
  height: 500px;
  margin: auto;
  border: 4px solid #19354A;
  border-radius: 50%;
}

/* CENTER TEXT */
.center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 700;
  color: #182E73;
  text-align: center;
}

/* ICON NODES */
.circle-item {
  position: absolute;
  width: 110px;
  height: 110px;
  background: #E5B43B;
  color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
}

/* ICON */
.circle-item i {
  font-size: 22px;
  margin: 0;
}

/* TEXT */
.circle-item span {
  display: block;
  font-size: 12px;
  line-height: 1.3;
}

/* POSITIONS */
.top {
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
}

.bottom {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.left {
  left: -19px;
  top: 73%;
  transform: translateY(-50%);
}

.right {
  right: -18px;
  top: 73%;
  transform: translateY(-50%);
}

.top-left {
  top: 80px;
  left: -10px;
}

.top-right {
  top: 80px;
  right: -10px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .service-grid {
    grid-template-columns: 1fr;
  }

  .circle-wrapper {
    width: 400px;
    height: 400px;
  }

  .circle-item {
    width: 80px;
    height: 80px;
    font-size: 11px;
  }

  .center-text {
    font-size: 24px;
  }

  /* Adjust radius */
  .top {
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
  }

  .bottom {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }

  .left {
    left: -19px;
    top: 73%;
    transform: translateY(-50%);
  }

  .right {
    right: -18px;
    top: 73%;
    transform: translateY(-50%);
  }

  .top-left {
    top: 80px;
    left: -10px;
  }

  .top-right {
    top: 80px;
    right: -10px;
  }
}


/* ============================= */
/* MOBILE (≤ 576px) */
/* ============================= */
@media (max-width: 576px) {
  .circle-wrapper {
    width: 280px;
    height: 280px;
    border-width: 2px;
  }

  .circle-item {
    width: 80px;
    height: 80px;
    font-size: 9px;
    padding: 5px;
    text-align: center;
  }

  .center-text {
    font-size: 18px;
    line-height: 1.2;
  }

  .top {
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
  }

  .bottom {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }

  .left {
    left: -19px;
    top: 73%;
    transform: translateY(-50%);
  }

  .right {
    right: -18px;
    top: 73%;
    transform: translateY(-50%);
  }

  .top-left {
    top: 40px;
    left: -20px;
  }

  .top-right {
    top: 40px;
    right: -20px;
  }
}



/* pross */
.journey-section {
  padding: 35px 0;
  overflow: hidden;
}

.journey-wrapper {
  position: relative;
  max-width: 1680px;
  margin: auto;
}

.journey-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: rgb(35, 71, 168);
}

.process-bg {
  width: 100%;
  display: block;

}

/* Staircase */

.stairs {
  position: absolute;
  left: 35rem;
  transform-origin: left bottom;
}

.step {
  position: absolute;
  width: 220px;
  height: 95px;
  background: #000;
  transform: skewX(-30deg);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
  transition: .3s;
}

.step:hover {
  transform: skewX(-30deg) translateY(-5px);
}

.s1 {
  background: #1F2F6D;
  left: 0;
  bottom: 0;
}

.s2 {
  left: 150px;
  bottom: 95px;
  background: #2F4FA3;
}

.s3 {
  left: 300px;
  bottom: 190px;
  background: #3B5BB5;
}

.s4 {
  left: 450px;
  bottom: 285px;
  background: #4F6CC5;
}

.s5 {
  left: 600px;
  bottom: 380px;
  background: #D8B45A;
}

.s6 {
  left: 750px;
  bottom: 475px;
  background: #E8CC7A;
}

/* Arrow */
.s6::after {
  content: '';
  position: absolute;
  right: -90px;
  top: -35px;
  border-left: 90px solid #E8CC7A;
  border-top: 82px solid transparent;
  border-bottom: 82px solid transparent;
}

.step i {
  font-size: 28px;
  transform: skewX(30deg);
}

.step span {
  transform: skewX(30deg);
  font-size: 16px;
  white-space: nowrap;
}

.step span::before {
  content: "";
  position: absolute;
  left: -10px;
  width: 2px;
  top: -8px;
  height: 50px;
  border-radius: 11px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}

/* Desktop Large */
@media (max-width:1600px) {
  .stairs {
    left: 28rem;
    transform: scale(.9);
  }
}

/* Laptop */
@media (max-width:1400px) {
  .stairs {
    left: 20rem;
    transform: scale(.75);
  }

  .journey-section h2 {
    font-size: 32px;
  }
}

/* Small Laptop */
@media (max-width:1200px) {
  .stairs {
    left: 20rem;
    transform: scale(.65);
  }
}

/* Tablet */
@media (max-width:992px) {

  .journey-wrapper {
    min-height: 340px;
  }

  .stairs {
    left: 28%;
    bottom: 40px;
    transform: translateX(-50%) scale(.55);
  }

  .journey-section h2 {
    font-size: 28px;
  }
}

/* Mobile */
@media (max-width:768px) {

  .journey-wrapper {
    min-height: 300px;
  }

  .stairs {
    left: 29%;
    bottom: 20px;
    transform: translateX(-50%) scale(.50);
  }

  .journey-section h2 {
    font-size: 24px;
  }

  .step {
    width: 250px;
    height: 85px;
  }

  .s2 {
    bottom: 85px;
  }

  .s3 {
    bottom: 170px;
  }

  .s4 {
    bottom: 255px;
  }

  .s5 {
    bottom: 340px;
  }

  .s6 {
    bottom: 425px;
  }

  .step span {
    font-size: 20px;
  }

  .step i {
    font-size: 30px;
  }
}

/* Small Mobile */
@media (max-width:576px) {

  .journey-wrapper {
    min-height: 260px;
  }

  .stairs {
    left: 3%;
    bottom: 10px;
    transform: translateX(-50%) scale(.35);
  }

  .journey-section {
    padding: 60px 0;
  }

  .journey-section h2 {
    font-size: 22px;
  }

  .step {
    width: 320px;
    height: 115px;
    gap: 18px;
  }


  .step span {
    font-size: 28px;
  }

  .step i {
    font-size: 40px;
  }

  .step span::before {
    width: 5px;
  }

  .s2 {
    bottom: 115px;
  }

  .s3 {
    bottom: 230px;
  }

  .s4 {
    bottom: 345px;
  }

  .s5 {
    bottom: 460px;
  }

  .s6 {
    bottom: 575px;
  }
}

/* Extra Small */
@media (max-width:400px) {

  .journey-wrapper {
    min-height: 360px;
  }

  .stairs {
    transform: translateX(-50%) scale(.23);
  }
}

@media (max-width:760px) {
  .process-bg {
    display: none;
  }

  .journey-wrapper {
    min-height: 265px;
    background: #f8f9fa;
    border-radius: 20px;
  }
}

/* SECTION */
.program-banner {
  padding: 20px 0;
  background: linear-gradient(135deg, #06184fe3 0%, #688ef3 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* TITLE */
.banner-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

/* DESC */
.banner-desc {
  font-size: 16px;
  color: #d1d5db;
  margin-bottom: 25px;
  max-width: 550px;
}

/* TAGS */
.program-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.program-tags span {
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 13px;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* BUTTONS */
.banner-btns {
  display: flex;
  gap: 15px;
}

.btn-primary {
  background: #E5B43B;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #182E73;
  color: #fff;
}

.btn-outline {
  border: 1px solid #E5B43B;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-outline:hover {
  background: #fff;
  color: #19354A;
}

/* IMAGE */
.banner-image img {
  max-width: 100%;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .banner-title {
    font-size: 34px;
  }

  .banner-btns {
    flex-direction: column;
  }

  .banner-image {
    margin-top: 40px;
  }
}


/* university  */
.university-hero {
  position: relative;
  min-height: 650px;
  padding: 2.3rem 0rem;
  display: flex;
  align-items: center;
  background: url('../images/university/university.jpg') center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.university-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.55) 40%,
      rgba(0, 0, 0, 0.15) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  color: #fff;
}

.hero-content h1 {
  font-size: 56px;
  font-weight: 700;
  margin: 20px 0;
}

.hero-content p {
  font-size: 18px;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.9);
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.hero-points li {
  margin-bottom: 12px;
  font-size: 17px;
}

.highlights {
  background: #f8fbff;
  position: relative;
}

.section-tag {
  display: inline-block;
  background: rgba(25, 53, 74, 0.08);
  color: #E5B43B;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.section-title {
  color: #2347A8;
  font-size: 38px;
  font-weight: 700;
}

.highlight-card {
  background: #fff;
  border-radius: 18px;
  padding: 45px 25px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(35, 71, 168, .10);
  box-shadow: 0 15px 40px rgba(35, 71, 168, .08);
  transition: .35s;
}

.highlight-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #2347A8, #E5B43B);
}



.highlight-card .icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2347A8, #19354A);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  transition: .35s;
}

.highlight-card:hover .icon {
  transform: rotate(360deg);
  background: linear-gradient(135deg, #E5B43B, #d79b11);
}



.highlight-card p {
  margin: 0;
  color: #666;
  font-size: 17px;
  font-weight: 600;
}

@media(max-width:991px) {

  .section-title {
    font-size: 30px;
  }

  .highlight-card {
    padding: 35px 20px;
  }

  .highlight-card h3 {
    font-size: 34px;
  }

}

@media (max-width: 768px) {
  .university-hero {
    min-height: 550px;
    padding: 80px 0;
  }

  .hero-content h1 {
    font-size: 36px;
  }
}

.highlight-card,
.faculty-card,
.facility-card {

  background: #fff;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  height: 100%;

  box-shadow:
    0 5px 20px rgba(0, 0, 0, .08);

  transition: .3s;
}

.highlight-card:hover,
.faculty-card:hover,
.facility-card:hover {

  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(35, 71, 168, .18);

}

.highlight-card h3 {
  color: #2347A8;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
}

.faculty-card h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.table thead {
  background: #2347A8;
  color: #fff;
}