@charset "UTF-8";
/*
Template Name: Poolax
Template URL: https://themeholy.com/Poolax
Description: Poolax - Pool Cleaning & Services HTML Template 
Author: Themeholy
Author URI: https://themeforest.net/user/themeholy
Version: 1.0.0
*/
/*================================= 
    CSS Index Here
==================================*/
/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default  
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
    
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.00. Popup Search
    4.00. Popup Side Menu
    4.00. Wocommerce
    4.00. Products
    4.00. Cart
    4.00. Checkout
    4.00. Wishlist
    4.00. Contact
    4.00. About
    4.00. Team
    4.00. Testimonial
    4.00. Counter
    4.00. Blog
    4.00. Brand
    4.00. Simple Sections
    4.00. Why
    4.00. Tab Menu
    4.00. Faq
    4.00. CTA
    4.00. Service
    4.00. Pricing
    4.00. Couple
    4.00. History
    4.00. Gallery
    4.00. Event
    4.00. RSVP
    4.00. Invitation
05. Spacing
*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
@use "sass:math";
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #0181F5;
  --theme-color2: #127782;
  --theme-color3: #32B4B4;
  --title-color: #010F34;
  --body-color: #788094;
  --smoke-color: #F5F7FA;
  --smoke-color2: #ECF1F5;
  --smoke-color3: #F4E8E1;
  --black-color: #000000;
  --black-color2: #1b1b1b;
  --gray-color: #F8F8F8;
  --white-color: #ffffff;
  --light-color: #CDCDCD;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --th-border-color: #D8DDE1;
  --title-font: 'Outfit', sans-serif;
  --body-font: 'DM Sans', sans-serif;
  --style-font: 'Red Hat Display', cursive;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1220px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}
/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
}
body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
iframe {
  border: none;
  width: 100%;
}
.slick-slide:focus,
button:focus,
a:focus,
a:active,
a.nice-select.open,
input,
input:hover,
input:focus,
input:active,
input.nice-select.open,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
textarea.nice-select.open {
  outline: none;
}
input:focus {
  outline: none;
  box-shadow: none;
}
img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--th-border-color) !important;
}
th {
  font-weight: 700;
  color: var(--title-color);
}
td,
th {
  border: 1px solid var(--th-border-color);
  padding: 9px 12px;
}
a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active,
a.nice-select.open,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}
button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
img {
  border: none;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: attr(width) / attr(height);
}
pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
p:empty {
  display: none;
}
p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}
.h1,
h1 {
  font-size: 84px;
  line-height: 1.167;
}
.h2,
h2 {
  font-size: 48px;
  line-height: 1.227;
}
.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}
.h4,
h4 {
  font-size: 30px;
  line-height: 1.333;
}
.h5,
h5 {
  font-size: 24px;
  line-height: 1.417;
}
.h6,
h6 {
  font-size: 20px;
  line-height: 1.5;
}
/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 68px;
    line-height: 1.1;
  }
  .h2,
  h2 {
    font-size: 36px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}
/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}
/* Hight Resoulation devices */
@media only screen and (min-width: 1300px) {
  
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}
@media only screen and (min-width: 1300px) {
  .th-container {
    --main-container: 1720px;
  }
}
/* Large devices */
/*------------------- 2.2. Grid -------------------*/
.slick-track>[class*=col] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 1300px) {
  .row {
    --bs-gutter-x: 30px;
  }
}
/* Medium devices */
/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.nice-select,
textarea,
input {
  height: 56px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--smoke-color);
  border-radius: 10px;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
select:focus,
.form-control:focus,
.nice-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
  background-color: transparent;
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.nice-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.nice-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.nice-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.nice-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.nice-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.nice-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.nice-select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: var(--body-color);
}
select::placeholder,
.form-control::placeholder,
.nice-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%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-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
select.style2 {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E");
}
textarea.form-control,
textarea {
  min-height: 154px;
  padding-top: 16px;
  padding-bottom: 17px;
  background-color: var(--white-color);
  border-radius: 10px;
}
textarea.form-control.style2,
textarea.style2 {
  min-height: 100px;
}
.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.form-group>i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 19px;
  font-size: 16px;
  color: var(--body-color);
}
.form-group>i.fa-envelope {
  padding-top: 1px;
}
.form-group>i.fa-comment {
  margin-top: -2px;
}
.form-group>i.fa-chevron-down {
  width: 17px;
  background-color: var(--smoke-color);
}
[class*="col-"].form-group>i {
  right: calc((var(--bs-gutter-x) / 2) + 25px);
}
option:checked,
option:focus,
option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="checkbox"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type="checkbox"]:checked~label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
input[type="checkbox"]~label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
input[type="checkbox"]~label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--th-border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
input[type="checkbox"].style2~label {
  color: #8B929C;
  padding-left: 23px;
  margin-bottom: -0.5em;
}
input[type="checkbox"].style2~label:before {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #8B929C;
  height: 14px;
  width: 14px;
  line-height: 14px;
  border-radius: 3px;
  top: 6px;
}
input[type="checkbox"].style2:checked~label:before {
  color: var(--theme-color);
}
input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type="radio"]~label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
input[type="radio"]~label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type="radio"]:checked~label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}
label {
  margin-bottom: 0;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}
/*------------------- 2.4. Slick Slider -------------------*/
.slick-track>[class*=col] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.slick-track {
  min-width: 100%;
}
.slick-list {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.slick-slide img {
  display: inline-block;
}
.slick-dots {
  position: relative;
  display: inline-block;
  padding: 0;
  width: auto;
  margin: 60px 0 0 0;
}
.slick-dots:before,
.slick-dots:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 150px;
  height: 1px;
}
.slick-dots:before {
  background-color: #BEC6DA;
  right: calc(100% + 24px);
}
.slick-dots:after {
  background-color: #BEC6DA;
  left: calc(100% + 25px);
}
.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--theme-color);
  color: var(--white-color);
  position: absolute;
  top: 50%;
  border: none;
  left: var(--pos-x, -200px);
  width: var(--icon-size, 56px);
  height: var(--icon-size, 56px);
  line-height: var(--icon-size, 56px);
  font-size: var(--icon-font-size, 24px);
  margin-top: calc(var(--icon-size, 56px) / -2);
  z-index: 2;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow.slick-next {
  right: -200px;
  left: auto;
}
.slick-arrow:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
  left: var(--pos-x, -100px);
}
.arrow-wrap:hover .slick-arrow.slick-next {
  right: -100px;
  left: auto;
}
/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
    --pos-x: -70px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
    --pos-x: -17px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    line-height: 38px;
    margin-right: 40px;
    font-size: 14px;
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 40px 0 0 0;
  }
}
.slick-3d-active {
  margin-left: -12%;
  margin-right: -12%;
}
.slick-3d-active .slick-list {
  padding-left: 30% !important;
  padding-right: 30% !important;
}
.slick-3d-active .slick-track {
  max-width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-perspective: 100px;
  perspective: 100px;
}
.slick-3d-active .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.slick-3d-active .slick-3d-next,
.slick-3d-active .slick-3d-prev,
.slick-3d-active .slick-3d-next2,
.slick-3d-active .slick-3d-prev2 {
  display: block;
}
.slick-3d-active .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}
.slick-3d-active .slick-3d-next {
  opacity: 1;
  -webkit-transform: translate3d(50%, 0, -21px);
  transform: translate3d(50%, 0, -21px);
  z-index: 1;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.slick-3d-active .slick-3d-next2 {
  opacity: 1;
  -webkit-transform: translate3d(40%, 0, -23px);
  transform: translate3d(40%, 0, -23px);
  z-index: 0;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.slick-3d-active .slick-3d-prev {
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, -21px);
  transform: translate3d(-50%, 0, -21px);
}
.slick-3d-active .slick-3d-prev2 {
  opacity: 1;
  -webkit-transform: translate3d(-40%, 0, -23px);
  transform: translate3d(-40%, 0, -23px);
}
/*------------------- 2.5. Mobile Menu -------------------*/
/*------------------- 2.6. Mobile Menu -------------------*/
:root {
  --input-height: 56px;
}
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  position: relative;
  line-height: calc(var(--input-height) - 2px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.nice-select:after {
  content: '';
  font-family: var(--icon-font);
  font-weight: 700;
  font-size: 16px;
  pointer-events: none;
  border-bottom: 1px solid var(--body-color);
  border-right: 1px solid var(--body-color);
  position: absolute;
  right: 20px;
  line-height: calc(var(--input-height) - 2px);
  top: 21px;
  height: 8px;
  width: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 24px;
}
.nice-select.open .list {
  opacity: 1;
  border-radius: 4;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  border-bottom: 3px solid var(--theme-color);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-28px);
  -ms-transform: scale(0.75) translateY(-28px);
  transform: scale(0.75) translateY(-28px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  min-width: 90px;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: var(--theme-color) !important;
  color: var(--white-color) !important;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--white-color);
}
.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}
.preloader-inner img {
  display: block;
  margin: 0 auto 10px auto;
}
@-webkit-keyframes bxSpin {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes bxSpin {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}
@-webkit-keyframes shadow {
  0%,
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
  }
}
@keyframes shadow {
  0%,
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
  }
}
/*------------------- 3.2. Buttons -------------------*/
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 22px 30px;
  min-width: 144px;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.th-btn::before,
.th-btn:after {
  content: "";
  background: var(--white-color);
  position: absolute;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: -1;
  height: 0%;
  left: 0;
  top: 0;
  -webkit-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  width: 100%;
  border-radius: 10px;
}
.th-btn:hover,
.th-btn.active {
  color: var(--white-color);
}
.th-btn:hover:before,
.th-btn:hover:after,
.th-btn.active:before,
.th-btn.active:after {
  height: 100%;
  background: var(--theme-color);
}
.th-btn.style2 {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.th-btn.style2:hover {
  color: var(--white-color);
}
.th-btn.style2:hover:before,
.th-btn.style2:hover:after {
  background-color: var(--title-color);
}
.th-btn.style4 {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.th-btn.style4:hover {
  color: var(--title-color) !important;
}
.th-btn.style4:hover:before,
.th-btn.style4:hover:after {
  background-color: var(--white-color);
}
.th-btn.border {
  padding: 18px 30px;
  border: 1px solid var(--th-border-color);
  background: transparent;
  color: var(--body-color);
}
.th-btn.border:before,
.th-btn.border:after {
  background: var(--theme-color);
}
.th-btn.border:hover {
  border: 1px solid var(--theme-color);
  color: var(--white-color);
}
.th-btn.style8 {
  background-color: var(--title-color);
  color: var(--white-color);
}
.th-btn.style8:hover {
  color: var(--title-color) !important;
}
.th-btn.style8:hover:before,
.th-btn.style8:hover:after {
  background-color: var(--white-color);
}
.th-btn.fw-btn {
  width: 100%;
}
/* Extra small devices */
@media (max-width: 575px) {
  .th-btn {
    padding: 17.5px 34px;
  }
}
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    height: 60px;
    width: 60px;
  }
  100% {
    left: 50%;
    height: calc(300px*1.5);
    width: calc(300px*1.5);
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    height: 60px;
    width: 60px;
  }
  100% {
    left: 50%;
    height: calc(300px*1.5);
    width: calc(300px*1.5);
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    height: 60px;
    width: 60px;
  }
  100% {
    right: 50%;
    height: calc(300px*1.5);
    width: calc(300px*1.5);
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    height: 60px;
    width: 60px;
  }
  100% {
    right: 50%;
    height: calc(300px*1.5);
    width: calc(300px*1.5);
  }
}
.icon-btn {
  display: inline-block;
  width: var(--btn-size, 46px);
  height: var(--btn-size, 46px);
  line-height: var(--btn-size, 46px);
  font-size: var(--btn-font-size, 16px);
  background-color: var(--icon-bg, transparent);
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--th-border-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
}
.icon-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  border-radius: 50%;
}
.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}
.scroll-top svg path {
  fill: none;
}
.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* Small devices */
/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 12px);
  font-weight: 600;
}
.sub-title {
  display: block;
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
  position: relative;
  margin-bottom: 8px;
  text-transform: capitalize;
  /* Extra small devices */
}
.sub-title.style1::before {
  margin-left: -4.5rem;
  display: none;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 575px) {
  .sub-title.style1::before {
    margin-left: -4.5rem;
  }
}
@media (max-width: 375px) {
  .sub-title.style1::before {
    display: none;
  }
}
.sub-title.style4:before,
.sub-title.style4:after {
  display: none;
}
@media (max-width: 575px) {
  .sub-title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.sub-title::before,
.sub-title:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 60px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .sub-title::before,
  .sub-title:after {
    width: 50px;
  }
}
@media (max-width: 450px) {
  .sub-title::before,
  .sub-title:after {
    display: none;
  }
}
.sub-title::before {
  background-color: var(--theme-color);
  margin-left: -4.5rem;
  /* Small devices */
}
@media (max-width: 767px) {
  .sub-title::before {
    background-color: var(--theme-color);
    margin-left: -4.8rem;
    /* Extra small devices */
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .sub-title::before {
    margin-left: -4rem;
  }
}
.sub-title::after {
  background-color: var(--theme-color);
  margin-left: 0.8rem;
}
.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
}
.box-title a {
  color: inherit;
}
.box-title a:hover {
  color: var(--theme-color);
}
.title-area {
  margin-bottom: calc(var(--section-title-space) - 12px);
  position: relative;
  z-index: 2;
  margin-top: -6px;
}
.title-area .sec-title {
  margin-bottom: 20px;
}
.title-area .sub-title img {
  margin: -5px 8px 0 8px;
}
.title-area img {
  margin-bottom: 15px;
}
.title-area .th-btn {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* Large devices */
@media (max-width: 1199px) {
  .sub-title {
    margin-bottom: 20px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .sub-title img {
    max-width: 60px;
  }
}
/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
  z-index: 1;
  position: relative;
}
.shape-mockup {
  position: absolute;
  z-index: -1;
}
.slider-shadow .slick-list {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: -30px;
  margin-top: -30px;
}
.btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .btn-group {
    gap: 20px;
  }
}
.btn-group.style1 {
  gap: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  /* Small devices */
}
@media (max-width: 767px) {
  .btn-group.style1 {
    gap: 20px;
  }
}
.btn-group.style2 {
  margin-top: 50px;
}
.btn-group.style4 {
  gap: 10px;
}
.btn-group.style8 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .btn-group.style8 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/*------------------- 3.6. Font -------------------*/
.fw-bold {
  font-weight: 700;
}
/*------------------- 3.7. Background -------------------*/
.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-top-center {
  background-size: auto;
  background-position: top center;
}
/*------------------- 3.7. Odometer -------------------*/
.odometer.odometer-auto-theme {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.odometer.odometer-auto-theme {
  font-family: Helvetica Neue, sans-serif;
}
.odometer.odometer-auto-theme .odometer-value {
  text-align: center;
}
/*------------------- 3.8. Text Color -------------------*/
.text-white {
  color: var(--white-color) !important;
}
/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/*------------------- 3.10. Animation -------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0;
  }
}
@-webkit-keyframes headerSticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes headerSticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes movingY {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes movingY {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes movingYReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes movingYReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes spin2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.zoom {
  -webkit-animation: zoom 15s linear infinite;
  animation: zoom 15s linear infinite;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
    transform: translate3d(15px, -15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
    transform: translate3d(0, -15px, 15px);
  }
}
@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
    transform: translate3d(15px, -15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
    transform: translate3d(0, -15px, 15px);
  }
}
@-webkit-keyframes ding-dong {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotate(0);
  }
  5% {
    -webkit-transform: rotateZ(5.3deg);
    transform: rotate(5.3deg);
  }
  10% {
    -webkit-transform: rotateZ(7.8deg);
    transform: rotate(7.8deg);
  }
  15% {
    -webkit-transform: rotateZ(7deg);
    transform: rotate(7deg);
  }
  20% {
    -webkit-transform: rotateZ(3.9deg);
    transform: rotate(3.9deg);
  }
  20% {
    -webkit-transform: rotateZ(3.9deg);
    transform: rotate(3.9deg);
  }
  25% {
    -webkit-transform: rotateZ(0);
    transform: rotate(0);
  }
  30% {
    -webkit-transform: rotateZ(-3.2deg);
    transform: rotate(-3.2deg);
  }
  35% {
    -webkit-transform: rotateZ(-4.7deg);
    transform: rotate(-4.7deg);
  }
  40% {
    -webkit-transform: rotate(-4.3deg);
    transform: rotate(-4.3deg);
  }
  45% {
    -webkit-transform: rotateZ(-2.4deg);
    transform: rotate(-2.4deg);
  }
  50% {
    -webkit-transform: rotateZ(0);
    transform: rotate(0);
  }
  55% {
    -webkit-transform: rotateZ(2deg);
    transform: rotate(2deg);
  }
  60% {
    -webkit-transform: rotateZ(2.9deg);
    transform: rotate(2.9deg);
  }
  65% {
    -webkit-transform: rotateZ(2.6deg);
    transform: rotate(2.6deg);
  }
  70% {
    -webkit-transform: rotateZ(1.4deg);
    transform: rotate(1.4deg);
  }
  75% {
    -webkit-transform: rotateZ(0);
    transform: rotate(0);
  }
  80% {
    -webkit-transform: rotateZ(-1.2deg);
    transform: rotate(-1.2deg);
  }
  85% {
    -webkit-transform: rotateZ(-1.7deg);
    transform: rotate(-1.7deg);
  }
  90% {
    -webkit-transform: rotateZ(-1.6deg);
    transform: rotate(-1.6deg);
  }
  95% {
    -webkit-transform: rotateZ(-0.9deg);
    transform: rotate(-0.9deg);
  }
  100% {
    -webkit-transform: rotateZ(0);
    transform: rotate(0);
  }
}
@keyframes ding-dong {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotate(0);
  }
  5% {
    -webkit-transform: rotateZ(5.3deg);
    transform: rotate(5.3deg);
  }
  10% {
    -webkit-transform: rotateZ(7.8deg);
    transform: rotate(7.8deg);
  }
  15% {
    -webkit-transform: rotateZ(7deg);
    transform: rotate(7deg);
  }
  20% {
    -webkit-transform: rotateZ(3.9deg);
    transform: rotate(3.9deg);
  }
  20% {
    -webkit-transform: rotateZ(3.9deg);
    transform: rotate(3.9deg);
  }
  25% {
    -webkit-transform: rotateZ(0);
    transform: rotate(0);
  }
  30% {
    -webkit-transform: rotateZ(-3.2deg);
    transform: rotate(-3.2deg);
  }
  35% {
    -webkit-transform: rotateZ(-4.7deg);
    transform: rotate(-4.7deg);
  }
  40% {
    -webkit-transform: rotate(-4.3deg);
    transform: rotate(-4.3deg);
  }
  45% {
    -webkit-transform: rotateZ(-2.4deg);
    transform: rotate(-2.4deg);
  }
  50% {
    -webkit-transform: rotateZ(0);
    transform: rotate(0);
  }
  55% {
    -webkit-transform: rotateZ(2deg);
    transform: rotate(2deg);
  }
  60% {
    -webkit-transform: rotateZ(2.9deg);
    transform: rotate(2.9deg);
  }
  65% {
    -webkit-transform: rotateZ(2.6deg);
    transform: rotate(2.6deg);
  }
  70% {
    -webkit-transform: rotateZ(1.4deg);
    transform: rotate(1.4deg);
  }
  75% {
    -webkit-transform: rotateZ(0);
    transform: rotate(0);
  }
  80% {
    -webkit-transform: rotateZ(-1.2deg);
    transform: rotate(-1.2deg);
  }
  85% {
    -webkit-transform: rotateZ(-1.7deg);
    transform: rotate(-1.7deg);
  }
  90% {
    -webkit-transform: rotateZ(-1.6deg);
    transform: rotate(-1.6deg);
  }
  95% {
    -webkit-transform: rotateZ(-0.9deg);
    transform: rotate(-0.9deg);
  }
  100% {
    -webkit-transform: rotateZ(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
@-webkit-keyframes lineMove {
  0% {
    bottom: 0;
    opacity: 1;
  }
  50% {
    bottom: 100%;
    opacity: 0.3;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes lineMove {
  0% {
    bottom: 0;
    opacity: 1;
  }
  50% {
    bottom: 100%;
    opacity: 0.3;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes lineMove2 {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 100%;
    opacity: 0.3;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes lineMove2 {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 100%;
    opacity: 0.3;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes shapePulse {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0.88);
    transform: scaleY(0.88);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes shapePulse {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0.88);
    transform: scaleY(0.88);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes movingTopRight {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-90px, 90px);
    transform: translate(-90px, 90px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes movingTopRight {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-90px, 90px);
    transform: translate(-90px, 90px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes movingBottomLeft {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(90px, -90px);
    transform: translate(90px, -90px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes movingBottomLeft {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(90px, -90px);
    transform: translate(90px, -90px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  0% {
    background-position: 0 -50%;
  }
  0% {
    background-position: 0 0;
  }
}
@keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  0% {
    background-position: 0 -50%;
  }
  0% {
    background-position: 0 0;
  }
}
/* ============================================================== 
     # Infinite Shape Animation  
=================================================================== */
@keyframes fadeLeftRight {
  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@-webkit-keyframes fadeLeftRight {
  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@keyframes fadeRightLeft {
  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
@-webkit-keyframes fadeRightLeft {
  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
@keyframes zoomUpDown {
  0%,
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@-webkit-keyframes zoomUpDown {
  0%,
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
/* Mooving Animation */
@-webkit-keyframes moving {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  50% {
    -webkit-transform: translate(-100px, -30px);
    transform: translate(-100px, -30px);
  }
  70% {
    -webkit-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes moving {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  20% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  50% {
    -webkit-transform: translate(-100px, -30px);
    transform: translate(-100px, -30px);
  }
  70% {
    -webkit-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }
  50% {
    left: 25%;
    opacity: .5;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }
  50% {
    left: 25%;
    opacity: .5;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes up {
  0% {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes rot {
  0% {
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rot {
  0% {
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes bubbleBurst {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes bubbleBurst {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-90px);
    transform: translateX(-90px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-90px);
    transform: translateX(-90px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
    transform: translateX(100px) translateY(100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
    transform: translateX(100px) translateY(100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes scalein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scalein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rollinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes rollinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
@-webkit-keyframes rollinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes rollinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
  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);
  }
}
@keyframes fadeInUp {
  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);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  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);
  }
}
@keyframes fadeInDown {
  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);
  }
}
/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  background-color: var(--smoke-color);
  margin-bottom: 40px;
  position: relative;
  border-radius: 20px;
}
.widget select,
.widget input {
  background-color: var(--white-color);
}
/* Medium Large devices */
/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .widget {
    padding: 35px 20px;
  }
}
/* Large devices */
/* Small devices */
/*------------------- 4.2. Header  -------------------*/
.th-header {
  position: relative;
  z-index: 41;
}
.sticky-wrapper {
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.th-header .sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.main-menu a {
  display: block;
  position: relative;
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 14px;
  color: var(--title-color);
  text-transform: uppercase;
}
.main-menu a:hover,
.main-menu a.active {
  color: var(--theme-color);
}
.main-menu>ul>li {
  margin: 0 17px;
}
.main-menu>ul>li>a {
  padding: 26.5px 0;
}
.main-menu>ul>li>a:after {
  color: var(--title-color);
}
.main-menu>ul>li>a:hover {
  color: var(--theme-color);
}
.main-menu>ul>li>a:hover:after {
  color: var(--theme-color);
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
@media (max-width: 1500px) {
  .main-menu>ul>li {
    margin: 0 15px;
  }
}
.header-button {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.header-button .th-btn {
  margin-left: 15px;
}
@media (max-width: 1499px) {
  .header-button .th-btn {
    display: none;
  }
}
.header-button .icon-btn {
  /* Medium devices */
}
@media (max-width: 991px) {
  .header-button .icon-btn {
    display: none;
  }
}
.header-logo {
  max-width: 200px;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 575px) {
  .header-logo {
    max-width: 100px;
  }
}
/* ------------------------------Header 1  Start ---------------------------------- */
/* Large devices */
/* Medium devices */
/* Small devices */
/* Extra small devices */
/* ------------------------------ Header 1  End ---------------------------------- */
/* ------------------------------ Header 2 Start ---------------------------------- */
/* ------------------------------ Header 2 End ---------------------------------- */
/* -------------------------------- Header 3 Start ---------------------------------- */
/* ------------------------------ Header 3 End ---------------------------------- */
/* ------------------------------Header 1  Start ---------------------------------- */
/* Large devices */
/* Medium devices */
/* Small devices */
/* ------------------------------ Header 1  End ---------------------------------- */
/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  --border-color: rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 2;
  background-color: #10131C;
  overflow: hidden;
}
/* Medium devices */
/* footer 2 ---------------------------------- */
/* Medium Large devices */
/* Medium devices */
/* footer 2 ---------------------------------- */
/* footer 3 Start ---------------------------------- */
/* footer 3 end ---------------------------------- */
/*------------------- 4.4. Breadcumb  -------------------*/
/* Large devices */
/* Medium devices */
/* Extra small devices */
@-webkit-keyframes bubble-animation {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    -webkit-transform: translate3d(-50%, -280px, 0);
    transform: translate3d(-50%, -280px, 0);
    height: 75px;
    width: 75px;
  }
}
@keyframes bubble-animation {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    -webkit-transform: translate3d(-50%, -280px, 0);
    transform: translate3d(-50%, -280px, 0);
    height: 75px;
    width: 75px;
  }
}
@-webkit-keyframes bubble-animation2 {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    -webkit-transform: translate3d(-50%, -280px, 0);
    transform: translate3d(-50%, -280px, 0);
    height: 175px;
    width: 175px;
  }
}
@keyframes bubble-animation2 {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px;
  }
  100% {
    -webkit-transform: translate3d(-50%, -280px, 0);
    transform: translate3d(-50%, -280px, 0);
    height: 175px;
    width: 175px;
  }
}
/*------------------- 4.5. Pagination  -------------------*/
/* Small devices */
/*------------------- 4.6. Blog  -------------------*/
/* Small devices */
/* Extra small devices */
/* Extra small devices */
/* Large devices */
.blog-img img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.blog-title a {
  color: inherit;
}
.blog-title a:hover {
  color: var(--theme-color);
}
.th-blog {
  margin-bottom: 30px;
}
@media (min-width: 1300px) {
  
  .blog-single {
    margin-right: 10px;
  }
}
.blog-single {
  position: relative;
  margin-bottom: var(--blog-space-y, 40px);
  padding: 0;
  border-radius: 20px;
  background: var(--white-color);
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 40px;
}
.blog-single:not(.has-post-thumbnail) {
  padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
  background-color: var(--smoke-color);
}
.blog-single .blog-title {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 500;
}
.blog-single .blog-content {
  margin: 0 0 0 0;
  padding: 40px;
  position: relative;
  /* Extra large devices */
  /* Medium devices */
}
@media (max-width: 1500px) {
  .blog-single .blog-content {
    padding: 35px;
  }
}
@media (max-width: 991px) {
  .blog-single .blog-content {
    padding: 30px;
  }
}
.blog-single .blog-img {
  position: relative;
  margin: 0;
  background-color: var(--smoke-color);
  border-radius: 20px 20px 0 0;
}
.blog-single .blog-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.blog-single .blog-img {
  position: relative;
  overflow: hidden;
  background-color: var(--smoke-color);
}
.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  --icon-size: 45px;
  border: none;
  background-color: var(--white-color);
  color: var(--theme-color);
  box-shadow: none;
}
.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .blog-single .blog-title {
    font-size: 28px;
    line-height: 1.4;
  }
}
/* Medium devices */
/* Small devices */
@media (max-width: 767px) {
  .blog-single .blog-title {
    font-size: 24px;
    line-height: 1.3;
  }
}
/* Extra small devices */
/*------------------- 4.7. Comments  -------------------*/
/* Medium Large devices */
/* Large devices */
/* Medium devices */
/* Small devices */
/* Small devices */
/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.th-hero-wrapper {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.th-hero-wrapper .slick-arrow {
  margin: 5px 0;
  border: 2px solid var(--white-color);
  color: var(--white-color);
  background-color: transparent;
  overflow: hidden;
  cursor: pointer;
}
.th-hero-wrapper .slick-arrow:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.th-hero-wrapper .slick-arrow i {
  text-align: center;
  display: block;
  margin: 14px auto;
}
.th-hero-wrapper .slick-arrow:first-child {
  margin-right: 0;
}
.th-hero-wrapper:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
  left: var(--pos-x, 100px);
}
.th-hero-wrapper:hover .slick-arrow.slick-next {
  right: 100px;
  left: auto;
}
.th-hero-bg {
  position: absolute;
  inset: 0;
}
.th-hero-bg img {
  height: 100%;
}
/* Hero 1 ---------------------------------- */
.hero-subtitle {
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--theme-color);
  font-weight: 600;
  display: block;
  margin-bottom: 0px;
  margin-top: -0.31em;
  text-align: center;
}
@media (max-width: 575px) {
  .hero-subtitle {
    font-size: 16px;
  }
}
.hero-subtitle::before,
.hero-subtitle:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 3px;
  width: 60px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 575px) {
  .hero-subtitle::before,
  .hero-subtitle:after {
    display: none;
  }
}
@media (max-width: 375px) {
  .hero-subtitle::before,
  .hero-subtitle:after {
    display: none;
  }
}
.hero-subtitle::before {
  background-color: var(--theme-color);
  margin-left: -4.5rem;
}
@media (max-width: 767px) {
  .hero-subtitle::before {
    background-color: var(--theme-color);
    margin-left: -4.8rem;
    /* Extra small devices */
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .hero-subtitle::before {
    margin-left: -5rem;
  }
}
.hero-subtitle::after {
  background-color: var(--theme-color);
  margin-left: 1rem;
}
.hero-title {
  /* color: var(--black-color); */
  color: #002049cf;
  text-align: center;
}
/* Medium Large devices */
/* Large devices */
/* Medium devices */
/* Small devices */
/* Extra small devices */
/* Extra small devices */
/* Hero 1 end ---------------------------------- */
/* Hero 2  Start---------------------------------- */
/* Medium Large devices */
/* Large devices */
/* Medium devices */
@media (max-width: 991px) {
  .hero-title {
    font-size: 64px;
    line-height: 74px;
  }
}
/* Small devices */
/* Extra small devices */
/* Extra small devices */
/* Hero 2 End ---------------------------------- */
/* Hero 3 Start ---------------------------------- */
/* Medium Large devices */
/* Medium devices */
/* Small devices */
/* Extra small devices */
/* Hero 3 End ---------------------------------- */
/* Hero 2  Start---------------------------------- */
/* Medium Large devices */
/* Large devices */
/* Medium devices */
@media (max-width: 991px) {
  .hero-title {
    font-size: 64px;
    line-height: 74px;
  }
}
/* Small devices */
/* Extra small devices */
/* Extra small devices */
/* Hero 4 End ---------------------------------- */
/*------------------- 4.9. Error  -------------------*/
/* Medium devices */
/* Small devices */
/*------------------- 4.00. Popup Search  -------------------*/
/*------------------- 4.00. Popup Side Menu  -------------------*/
/*------------------- 4.00. Wocommerce  -------------------*/
/* Small devices */
/*------------------- 4.00. Products  -------------------*/
/* Large devices */
/* Medium devices */
/* Extra small devices */
/* Medium Large devices */
/* Medium Large devices */
/* Large devices */
/* Medium devices */
/* Small devices */
/* Extra small devices */
/* Extra small devices */
/*------------------- 4.00. Cart  -------------------*/
/* Medium devices */
/* Small devices */
/*------------------- 4.00. Checkout  -------------------*/
/* Small devices */
/*------------------- 4.00. Wishlist  -------------------*/
/* Medium devices */
/* Small devices */
/*------------------- 4.00. Contact  -------------------*/
/* Contact 1 ---------------------------------- */
/* Medium Large devices */
/* Small devices */
/* Extra small devices */
/* Contact Info ------------------------------*/
/* Quote Form faq page ----------------------- */
/* Contact Page ---------------------------------- */
.map-sec6 {
  position: relative;
  line-height: 0px;
  margin-bottom: -66px;
  z-index: 2;
}
.map-sec6 .appointment-form {
  position: relative;
  background-color: var(--white-color);
  padding: 60px;
  max-width: 521px;
  display: block;
  margin-left: auto;
  z-index: 1;
  margin-bottom: 66px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .map-sec6 .appointment-form {
    margin-left: 0;
    max-width: 100%;
  }
}
.map-sec6 iframe {
  position: absolute;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  height: 630px;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .map-sec6 iframe {
    position: relative;
  }
}
@media (max-width: 767px) {
  .map-sec6 iframe {
    height: 400px;
  }
}
/* Extra small devices */
/*------------------- 4.00. About  -------------------*/
/*About Us Start ---------------------------------------------*/
/* New Video CSS */
/* Video container styles */
.video-container {
  position: relative;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.video-container video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
  transition: transform 0.5s ease;
}
/* Shadow and hover effects */
.hover-shadow-wrapper {
  position: relative;
  border-radius: 30px;
}
.hover-shadow-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}
.hover-shadow-wrapper:hover::before {
  opacity: 1;
}
/* Optional: Add subtle scale effect on video */
.hover-shadow-wrapper:hover .video-container video {
  transform: scale(1.02);
}
/* Responsive adjustments */
@media (max-width: 1199px) {
  .video-container {
    margin-bottom: 30px;
  }
  /* Reduce shadow intensity on mobile */
  .hover-shadow-wrapper::before {
    box-shadow: 0 15px 30px -8px rgba(0, 0, 0, 0.2);
  }
}
/*------------------- 4.00. Team  -------------------*/
/* Team global ---------------------------------- */
/* Team Card ---------------------------------- */
/* Team Box ---------------------------------- */
/* Team Grid ---------------------------------- */
/* Team Item  ------------------------------------------*/
/* Team Featured ---------------------------------- */
/* Medium Large devices */
/* Small devices */
/* Extra small devices */
/* Team Details ---------------------------------- */
/* Large devices */
/* Small devices */
/* Extra small devices */
/*------------------- 4.00. Testimonial  -------------------*/
/* ---------------------------Testimonial  Grid start ---------------------------------- */
/* ---------------------------Testimonial  Grid end ---------------------------------- */
/* ---------------------------Testimonial  Item start ---------------------------------- */
/* ---------------------------Testimonial  Item start ---------------------------------- */
/* ---------------------------Testimonial  Box start ---------------------------------- */
/* ---------------------------Testimonial  Box start ---------------------------------- */
/* ---------------------------Testimonial  Card start ---------------------------------- */
/* ---------------------------Testimonial  Card start ---------------------------------- */
/*------------------- 4.00. Counter  -------------------*/
/* Counter 1 ---------------------------------- */
@media (max-width: 1199px) {
  /* Remove right border on every 3rd item */
  /* Remove bottom border on last row */
}
/* Small Tablet View (768px - 991px) */
@media (max-width: 991px) {
  /* Remove right border on every 2nd item */
  /* Remove bottom border on last row */
}
/* Mobile View (576px and below) */
@media (max-width: 576px) {
  /* Remove bottom border on last item */
}
/* Extra Small Mobile View (below 400px) */
.counter-card_number {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: var(--title-color);
  margin-bottom: 2px;
  margin-top: -0.24em;
}
/* Medium devices */
@media (max-width: 991px) {
  .counter-card_number {
    font-size: 40px;
  }
}
/* NEW CSS */
/* Only affect counter_section with 6 counters */
/*------------------- 4.00. Blog  -------------------*/
/* Blog Card ---------------------------------- */
.blog-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog-card {
  border-radius: 20px;
  background: var(--white-color);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.05);
  height: 620px;
}
.series-speakers{
  height: 430px;
  width: 250px;
}
.series-speakers .team-desig {
  font-size: x-small;
  line-height: 0.5px !important;
}
.series-speakers .box-title {
  font-size: medium;
  margin-bottom: 0 !important;
}
.series-speakers .slick-slide{
  max-width: 200px !important;
}
.blog-card .box-title {
  margin-bottom: 20px;
}
.blog-card .box-title a {
  background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
  background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.blog-card .box-title a:hover {
  background-size: 100% 2px;
}
.blog-card .blog-img {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.blog-card .blog-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.series-speakers .blog-img img {
  width: 100%;
}
.blog-card-content {
  padding: 30px;
}
.blog-card .th-btn {
  padding: 18px 40px;
}
.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
/* ------------------------------------Blog Box ---------------------------------- */
/* Medium devices */
@media (max-width: 991px) {
  .blog-card .box-title {
    font-size: 22px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-card .box-title {
    font-size: 24px;
  }
}
@media (max-width: 410px) {
  .blog-card .box-title {
    font-size: 22px;
  }
}
@media (max-width: 350px) {
  .blog-card {
    padding: 0px;
  }
  .blog-card .box-title {
    font-size: 20px;
  }
}
/* ------------------------------------Blog Grid ---------------------------------- */
/* ------------------------------------Blog Item ---------------------------------- */
/* Medium devices */
/* Extra small devices */
/* Extra small devices */
/*------------------- 4.00. Brand  -------------------*/
/* Brand 1 ---------------------------------- */
/* Extra small devices */
.brand-title {
  position: relative;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: var(--title-color);
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  /* Small devices */
}
@media (max-width: 767px) {
  .brand-title {
    font-size: 18px;
    line-height: 28px;
  }
}
.brand-title:after,
.brand-title:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1.5px;
  width: 420px;
  background-color: #E0E0E0;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .brand-title:after,
  .brand-title:before {
    display: none;
  }
}
.brand-title:before {
  margin-left: -26.9rem;
}
.brand-title:after {
  margin-left: 1rem;
}
.brand-title .counter-card_number {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: var(--theme-color);
  /* Small devices */
}
@media (max-width: 767px) {
  .brand-title .counter-card_number {
    font-size: 18px;
    line-height: 28px;
  }
}
.brand-title .counter-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--title-color);
  text-transform: capitalize;
}
/*------------------- 4.00. Simple Sections  -------------------*/
/* Large devices */
.global-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.global-img:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 99px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.global-img:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}
.global-img:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}
.global-img:after,
.global-img:before {
  content: '';
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 3;
}
.global-img:before {
  top: 0;
  right: 51%;
  bottom: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.global-img:after {
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
}
/*------------------- 4.00. Why -------------------*/
/* Why Area Start---------------------------- */
.global-img {
  position: relative;
  overflow: hidden;
}
.global-img:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  opacity: 0;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
.global-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.global-img:hover:after {
  opacity: 1;
  left: 130%;
  -webkit-transition-property: left, top, opacity;
  transition-property: left, top, opacity;
  -webkit-transition-duration: 0.7s, 0.7s, 0.15s;
  transition-duration: 0.7s, 0.7s, 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
/* Why Area End---------------------------- */
/* video Area Start ---------------------------- */
/* video Area End ---------------------------- */
/*Feature area ----------------------------- */
/* Feature 2 ---------------------------------- */
/*------------------- 4.00. Tab Menu -------------------*/
/* Tab Menu 1 ---------------------------------- */
/* Large devices */
/* Small devices */
/*------------------- 4.00. Faq -------------------*/
/* Faq 1 ---------------------------------- */
/*------------------- 4.00. CTA -------------------*/
/* Medium devices */
/* Small devices */
/*------------------- 4.00. Service -------------------*/
/* Service Card ---------------------------------- */
/* Service Box ---------------------------------- */
.th-btn:hover,
.th-btn.active {
  color: var(--white-color) !important;
}
/* Service item ---------------------------------- */
/* Service Details ---------------------------------- */
/* Large devices */
/* Small devices */
/* Medium Large devices */
/* Medium Large devices */
/* Large devices */
/* Small devices */
/* Extra small devices */
/*------------------- 4.00. Pricing -------------------*/
/* Pricing 1 ---------------------------------- */
/* Pricing card  Start -----------------------------*/
/* Pricing card  End -----------------------------*/
/*------------------- 4.00. Booking -------------------*/
/* appointment 1 ---------------------------------- */
.appointment-form {
  border-radius: 30px;
  background: var(--white-color);
  padding: 60px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .appointment-form {
    margin-top: 40px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .appointment-form {
    padding: 30px;
  }
}
.appointment-form.style2 {
  box-shadow: -6px 6px 50px 0px rgba(0, 0, 0, 0.06);
  border-radius: 0;
  padding: 50px;
  /* Medium Large devices */
  /* Small devices */
}
@media (max-width: 1299px) {
  .appointment-form.style2 {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .appointment-form.style2 {
    padding: 30px;
  }
}
.appointment-form.style2 .form-title {
  /* Extra small devices */
}
@media (max-width: 375px) {
  .appointment-form.style2 .form-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.appointment-form .form-group select,
.appointment-form .form-group .form-control,
.appointment-form .form-group .nice-select,
.appointment-form .form-group textarea,
.appointment-form .form-group input {
  height: 56px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 0;
  border-radius: 5px;
  background: var(--smoke-color);
  font-size: 14px;
  color: var(--body-color);
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.appointment-form .form-group textarea.form-control,
.appointment-form .form-group textarea {
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 17px;
}
.appointment-form .nice-select .option {
  color: var(--title-color);
}
.appointment-form .nice-select .option.selected {
  color: var(--theme-color) !important;
  background: var(--theme-color) !important;
}
.appointment-form .nice-select .option.selected.focus {
  color: #fff !important;
  background: var(--theme-color) !important;
}
.appointment-form .th-btn {
  /* Large devices */
}
@media (max-width: 1199px) {
  .appointment-form .th-btn {
    padding: 18px 16px;
  }
}
/*------------------- 4.00. History -------------------*/
/* Histoy 1 ---------------------------------- */
/* Medium Large devices */
/* Medium devices */
/* Small devices */
/* Extra small devices */
/* Medium Large devices */
/* Large devices */
/* Medium devices */
/* Small devices */
/* Extra small devices */
/* Extra small devices */
/*------------------- 4.00. Gallery -------------------*/
/* Gallery 1 ---------------------------------- */
/* Large devices */
/* Small devices */
/*------------------- 4.00. Event -------------------*/
/* Event 1 ---------------------------------- */
/* Large devices */
/* Large devices */
/* Event 1 ---------------------------------- */
/*------------------- 4.00. RSVP -------------------*/
/* Large devices */
/* Medium devices */
/* Small devices */
/* Extra small devices */
/*------------------- 4.00. Invitation -------------------*/
/* Small devices */
/* Extra small devices */
/*------------------- 4.00. Process -------------------*/
/* Process 3 ---------------------------------- */
/*------------------- 4.00. project -------------------*/
/* Project Card Start-------------------------------------------*/
/* Project Card end-------------------------------------------*/
/* Project item Start-------------------------------------------*/
/* Project Card end-------------------------------------------*/
/* Large devices */
/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
/*-- Padding Top And Bottom --*/
/*-- Padding Top --*/
/*-- Padding Bottom --*/
/*-- Padding Left --*/
/*-- Padding Right --*/
/*-- margin Left And Right --*/
/*-- margin Top And Bottom --*/
/*-- margin Top --*/
.mt-50 {
  margin-top: 50px;
}
/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-50 {
  margin-bottom: 50px;
}
/*-- margin Left --*/
.ml-20 {
  margin-left: 20px;
}
/*-- margin Right --*/
.mt-n2 {
  margin-top: -.65rem;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .mt-n2 {
    margin-top: 0;
  }
}
.space,
.space-top {
  padding-top: var(--section-space);
}
.space {
  padding-bottom: var(--section-space);
}
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}
/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space {
    padding-bottom: var(--section-space-mobile);
  }
  
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
}
/*------------------- 6.01. Update 2 -------------------*/
/*------------------- Global -------------------*/
/* process 5 ---------------------- */
/*------------------- Header -------------------*/
/* header -------------*/
/*------------------- Hero -------------------*/
/* hero area start-----------------------*/
/*hero 4 end -----------------------*/
/*hero 6 start  -----------------------*/
/*hero 6 end -----------------------*/
/*------------------- About -------------------*/
/* about area --------------------- */
/* about 6 ----------------------------*/
/*------------------- Counter -------------------*/
/* counter area ---------------------*/
/*------------------- Testimonial -------------------*/
/* testimonial area --------------------------------- */
/* testimonial 5 -------------------------*/
/*------------------- Footer -------------------*/
/* footer area ---------------------------- */
/* footer 5 ---------------------------*/
/*------------------- Features -------------------*/
/* feature area -------------------------*/
/*------------------- Blog -------------------*/
/* blog area --------------*/
.blog-card.style2 .blog-img {
  position: relative;
  overflow: inherit;
  border-radius: 20px 20px 0 0;
}
.blog-card.style2 .blog-img img {
  border-radius: 20px 20px 0 0;
}
.blog-card.style2:hover .blog-img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* Series Speakers */
/* ________________________________________________ */
/* blog block -------------------------- */
/* Large devices */
/* Small devices */
/* Extra small devices */
/*------------------- Service -------------------*/
/* service block ------------------------------- */
/* service card style 2 -------------------------------- */
/*------------------- Team -------------------*/
/* team area --------------------*/
/* team 6 ------------------*/
/*------------------- Faq -------------------*/
/* faq area ---------------- */
/*------------------- 6.01. Update 3 -------------------*/
/*------------------- Global -------------------*/
/* process-block ------------------------------- */
/* brand --------------------------*/
.brand-slide3 {
  background-color: #F8F8F8;
  padding: 35px;
  border-radius: 20px;
}
/* cta area -----------------*/
/* history  ------------------------------- */
/*gallery sec ----------------------- */
/* price-area --------------- */
/*------------------- Header -------------------*/
/* header -------------*/
/* header-layout7 --------------------------- */
/*------------------- Hero -------------------*/
/* hero area  */
/* hero 8 ---------------------------- */
/*------------------- About -------------------*/
/* about 6 ------------------------ */
/* about 7 -------------------------------- */
/*------------------- Counter -------------------*/
/* counter area --------------------------- */
/*------------------- Testimonial -------------------*/
/* testimonial ------------------------ */
/*------------------- Footer -------------------*/
/* footer 6 ------------------------ */
/* footer area ------------- */
/*------------------- Features -------------------*/
/* feature grid ----------------------------- */
/* why choose* ------------------------*/
/*------------------- Blog -------------------*/
/* blog-grid-2 ------------------------------ */
/* blog grid 3*/
/*------------------- Service -------------------*/
/* service box 2 --------------------------- */
/* service-block-2 ---------------------------*/
/* service-card-2 ------------------------------- */
/*------------------- Team -------------------*/
/* team-item-2 area ----------------------- */
/*------------------- Faq -------------------*/
/*------------------- 6.01. Update 4 -------------------*/
/*------------------- Global -------------------*/
/* process area ------------------- */
/* process-item --------------------- */
/* cta area ----*/
/* faq area ---------------- */
/*process area ------------- */
/*------------------- Header -------------------*/
/* header-layout8 --------------------*/
/* header-layout 9 ------------------------ */
.header-layout9 .header-logo {
  /* Medium devices */
}
@media (max-width: 991px) {
  .header-layout9 .header-logo {
    padding: 20px 0;
  }
}
.header-layout9 .header-button {
  gap: 30px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .header-layout9 .header-button {
    gap: 15px;
  }
}
.header-layout9 .header-button .th-btn {
  margin: 0;
}
.header-layout9 .icon-btn {
  --btn-size: 56px;
  background-color: var(--title-color);
  border: 1px solid var(--title-color);
  color: var(--white-color);
  font-size: 18px;
}
.header-layout9 .icon-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.header-layout9 .menu-area {
  position: relative;
  background-color: #10131C;
  z-index: 2;
}
.header-layout9 .menu-area:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 33.6%;
  height: 100px;
  background-color: #1F2432;
  -webkit-clip-path: polygon(7% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(7% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
  /* Extra large devices */
  /* Medium devices */
}
@media (max-width: 1500px) {
  .header-layout9 .menu-area:after {
    width: 30%;
  }
}
@media (max-width: 1399px) {
  .header-layout9 .menu-area:after {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .header-layout9 .menu-area:after {
    height: 80px;
  }
}
.header-layout9 .main-menu>ul>li>a {
  padding: 36.5px 0;
  color: var(--white-color);
}
.header-layout9 .main-menu>ul>li>a:hover {
  color: var(--theme-color);
}
@media (min-width: 1300px) {
  .header-layout9 .th-container {
    --main-container: 1520px;
  }
}
/*------------------- Hero -------------------*/
/* hero 4 -------------------------- */
/* hero-style10 --------------------- */
/* hero-11 ----------------------------*/
.hero-11 {
  position: relative;
  padding: 145px 0;
  z-index: 1;
  -webkit-clip-path: polygon(30% 0%, 100% 0, 100% 30%, 100% 90%, 87% 100%, 13% 100%, 0 90%, 0 0);
  clip-path: polygon(30% 0%, 100% 0, 100% 30%, 100% 90%, 87% 100%, 13% 100%, 0 90%, 0 0);
  overflow: hidden;
  /* Extra large devices */
  /* Medium devices */
}
@media (max-width: 1500px) {
  .hero-11 {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .hero-11 {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
.new__hero-img img {
  max-width: 500px;
  padding: 1rem;
  overflow: hidden;
}
@media (max-width: 575px) {
  .new__hero-img img {
    max-width: 300px;
  }
}
/* New hero */
.hero__new {
  z-index: 5;
  position: relative;
  justify-content: center;
  align-items: center;
}
/*------------------- About -------------------*/
/* about area ------------------- */
.about-sec {
  padding-top: 80px !important;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .about-sec {
    padding-top: 0px !important;
  }
}
.img-box12 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .img-box12 {
    margin-bottom: 40px;
  }
}
/*------------------- Counter -------------------*/
/*counter area ---------------------- */
/* counter area ----------------- */
/*------------------- Counter -------------------*/
/* Course 1 ---------------------------------- */
/* Course 2 ---------------------------------- */
/* Course 3 ---------------------------------- */
/* Course 4 ---------------------------------- */
/* Course 5 ---------------------------------- */
/* Course Pages ---------------------------------- */
/* Extra small devices */
/* Course List ---------------------------------- */
/* Large devices */
/* Medium devices */
/* Small devices */
/* Course Details ---------------------------------- */
/* Large devices */
/* Medium devices */
/* Small devices */
/* Extra small devices */
/* Extra small devices */
/******Course Page********/
/*course-box2***********/
/* Course 3 ---------------------------------- */
/* Medium Large devices */
/* Large devices */
/* Medium devices */
/* Extra small devices */
/* Course grid2 ---------------------------------- */
/* Medium Large devices */
/* Large devices */
/* Medium devices */
/* Small devices */
/* Extra small devices */
/* Extra small devices */
/*------------------- Testimonial -------------------*/
/* testi-item style6 -------------------*/
/* testi card 2 ---------------------- */
/* testi card 3  ----------------------------- */
/*------------------- Footer -------------------*/
/* footer area ------ */
/*------------------- Features -------------------*/
/* why area ----------------------- */
/* choose area ----------------*/
/*------------------- Blog -------------------*/
/* blog area -------------------- */
.blog-area10 {
  background-color: var(--gray-color);
}
/*------------------- Service -------------------*/
/* service-area ---------------- */
/* service-card-3  --------------- */
/* service box 3 -----------------*/
.service-area8 {
  padding-top: 220px;
  background-color: var(--gray-color);
  margin-top: -100px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .service-area8 {
    padding-top: 180px;
  }
}
.service-box-3 {
  position: relative;
  background: var(--white-color);
  padding: 50px 15px 00 15px;
  display: block;
  border-radius: 20px;
  box-shadow: 0px 10px 15px rgba(0, 53, 101, 0.08);
  text-align: center;
  margin-top: 70px;
}
.service-box-3_icon {
  position: absolute;
  top: -70px;
  left: calc(50% - 70px);
  width: 140px;
  height: 140px;
  line-height: 91px;
  border: 20px solid var(--gray-color);
  background-color: var(--white-color);
  border-radius: 50%;
  z-index: 9;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.service-box-3_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.service-box-3 .box-title {
  margin: 40px 0 -0.3rem 0;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .service-box-3 .box-title {
    font-size: 20px;
  }
}
.service-box-3 .icon-btn {
  --btn-size: 50px;
  background-color: var(--title-color);
  color: var(--white-color);
  border-color: var(--title-color);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.service-box-3:hover .service-box-3_icon {
  background-color: var(--theme-color);
}
.service-box-3:hover .service-box-3_icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.service-box-3:hover .icon-btn {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
/*------------------- Team -------------------*/
/* team area --------------------*/
/*team card 3 --------------------*/
/*------------------- Faq -------------------*/
/* faq area ----------------------- */
/* NEW CSS */
/* Speaker Modal Styles */
#speakerModal .modal-content {
  margin-top: 10%;
  border-radius: 15px;
  border: none;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}
#speakerModal .modal-header {
  border-bottom: 2px solid #f0f0f0;
  background: #f8f9fa;
}
#speakerModal .modal-title {
  font-weight: 700;
  color: #2c3e50;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#speakerModal .section-title {
  color: #2c3e50;
  border-bottom: 2px solid #e9ecef;
  padding-bottom: 8px;
  margin-top: 20px;
  font-weight: 600;
}
#speakerModal .speaker-details {
  padding-left: 20px;
}
#speakerModal .list-unstyled li {
  padding: 5px 0;
  border-bottom: 1px dashed #eee;
}
#speakerModal .img-fluid {
  max-height: 300px;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  #speakerModal .modal-content {
    margin-top: 15%;
  }
}
@media screen and (max-width: 400px) {
  #speakerModal .modal-content {
    margin-top: 18%;
  }
}
/* Sponsors */
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.glass-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1;
}
.content-wrapper {
  position: relative;
  z-index: 2;
  padding: 2rem;
}
.modern-sponsor-card {
  position: relative;
  margin: 2rem auto;
  max-width: 300px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.sponsor-image-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  padding: 0;
}
.sponsor-logo {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  object-fit: cover;
  background: white;
  border-radius: 12px;
  transition: transform 0.3s ease;
  padding: 0;
  aspect-ratio: 16/9;
}
.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(74, 144, 226, 0.15) 0%, rgba(74, 144, 226, 0) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 12px;
}
.sponsor-image-wrapper:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.sponsor-image-wrapper:hover .sponsor-logo {
  transform: scale(1.03);
}
.sponsor-image-wrapper:hover .hover-overlay {
  opacity: 1;
}
/* Industry updates */
.update_card .blog-img {
  width: 100%;
  height: 15rem;
  overflow: hidden;
}
.update_card .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.update_card .blog-content {
  height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .update_card .blog-content {
    height: 25rem;
  }
}
@media (max-width: 768px) {
  .update_card .blog-img {
    height: auto;
  }
  .update_card .blog-img img {
    height: auto;
    object-fit: contain;
  }
}
/* Register */
#reg .map-sec6 {
  background-image: url('../updates/img/bg/bg_1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
}
#reg .map-sec6::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
/* Counter */
.counter_section_v2 {
  background-image: url("../updates/img/count/wave_1.webp");
  background-size: cover;
  /* background: linear-gradient(to right, #f0f8ff, #e6f2fb); */
  padding: 100px 20px;
  color: #006FCE;
  position: relative;
  z-index: 1;
}
.counter_section_v2 .container {
  max-width: 1400px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.counter_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.counter_card {
  background-color: white;
  flex: 1 1 15%;
  min-width: 200px;
  text-align: center;
  padding: 40px 20px;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 111, 206, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.counter_card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 36px rgba(0, 111, 206, 0.25);
}
.counter_card h3 {
  font-size: 4rem;
  font-weight: 800;
  margin: 0;
  color: #006FCE;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0, 111, 206, 0.2);
}
.counter_card span {
  font-size: 3rem;
  color: #006FCE;
  font-weight: 800;
}
.counter_card p {
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #222;
}
/* Responsive tweak */
@media (max-width: 1200px) {
  .counter_card h3 {
    font-size: 3.5rem;
  }
  .counter_card span {
    font-size: 2.5rem;
  }
}
@media (max-width: 992px) {
  .counter_grid {
    justify-content: center;
    gap: 10px;
  }
  .counter_card {
    flex: 1 1 45%;
    padding: 30px 15px;
  }
  .counter_card h3 {
    font-size: 3rem;
  }
  .counter_card span {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .counter_section_v2 {
    padding: 60px 20px;
  }
  .counter_card {
    flex: 1 1 100%;
  }
  .counter_card h3 {
    font-size: 2.5rem;
  }
  .counter_card span {
    font-size: 1.8rem;
  }
  .counter_card p {
    font-size: 1rem;
  }
}
/* New hero section modification */
.date_and_location{
  color: var(--theme-color);
  font-size: 1.6rem;
  font-weight: 700;
  text-shadow: #fff 2px 3px 3.3px;
}
/* partners */
.featured-partners {
  margin: 50px 0;
  position: relative;
  z-index: 5;
  width: 100%;
}
.partners-heading {
  text-align: center;
  color: #002049cf;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}
.partners-heading:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: var(--theme-color);
  margin: 15px auto 0;
}
.partners-container_bg {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  max-width: 1700px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.partners-container {
  width: 80vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
  padding: 25px;
}
.partner-card {
  flex: 0 0 auto;
  padding: 0;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.partner-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
.partner-card img {
  height: 150px;
  width: auto;
  max-width: 400px;
  object-fit: cover;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.main_partner img {
  max-width: 600px;
  height: 200px;
  border-radius: 20px;
}
/* Responsive adjustments */
@media screen and (max-width: 1700px) {
  .partners-container_bg {
    max-width: 1300px;
  }
}
@media (max-width: 992px) {
  .partners-container {
    gap: 5px;
    padding: 10px;
  }
  .partner-card img {
    height: 100px;
    max-width: 200px;
  }
  .main_partner img {
    max-width: 600px;
    height: 150px;
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .partners-container {
    gap: 10px;
    padding: 15px 10px;
  }
  .partner-card img {
    height: 80px;
    max-width: 200px;
  }
  .main_partner img {
    max-width: 600px;
    height: 120px;
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .partner-card img {
    height: 60px;
    max-width: 200px;
  }
  .main_partner img {
    max-width: 600px;
    height: 80px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1700px) {
  .hero__new {
    margin-top: -6rem;
  }
  .hero__new .hero-title {
    font-size: 3.5rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 480px) {
  .hero__new {
    margin-top: -6rem;
  }
  .hero__new .hero-title {
    font-size: 2.7rem;
    line-height: 1.2;
  }
}
/* Scoped styles for the glass quote */
.glass-quote-box {
  height: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 2rem;
}
.glass-quote-box .quote-text {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.8;
  max-width: 90%;
}
.glass-quote-box .quote-author {
  display: block;
  margin-top: 15px;
  font-weight: 200 !important;
  font-size: 1rem;
  opacity: 0.85;
}
/* Featured In section */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(calc(-250px * 7));
  }
  100% {
    transform: translateX(0);
  }
}
.container-featured .slider {
  height: 140px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.container-featured .slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.container-featured .slider .slide-track2 {
  animation: scroll2 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.container-featured .slider .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 220px;
  height: 110px;
  margin: 0 20px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.container-featured .slider .slide img {
  width: 95%;
  border-radius: 15px;
  transition: box-shadow 0.3s ease, filter 0.3s ease;
}
.container-featured .slider .slide img:hover {
  filter: brightness(1.2);
}
.container-featured .slider .slide-track2 .slide2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 220px;
  height: 110px;
  margin: 0 20px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.container-featured .slider .slide2 img {
  width: 95%;
  border-radius: 15px;
  transition: box-shadow 0.3s ease, filter 0.3s ease;
}
.container-featured .slider .slide2 img:hover {
  filter: brightness(1.2);
}
.container-featured {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  position: relative;
}
.container-featured .wrap {
  width: 100%;
  max-width: 1200px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .container-featured .wrap {
    width: 100%;
  }
}

/* --------------------------- Media Partner Section --------------------------- */
.media-partner{
  padding: 40px 0;
  background-color: #fff;
}
.media-partner .sponsor-section-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  padding: 30px 0;
}

.media-partner .sponsor-section-item {
  width: 250px;
  border: 2px solid var(--theme-color3);
  padding: 10px;
  border-radius: 10px;;
}

.media-partner .sponsor-section-items img {
  width: 100%;
  height: auto;
  border-radius: 10px;;
}

/* Responsive Styles */
@media screen and (max-width: 1024px) {
  .media-partner .sponsor-section-items {
    gap: 30px;
  }
  .media-partner .sponsor-section-item {
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .media-partner .sponsor-section-items {
    flex-direction: column;
    gap: 20px;
  }
  .media-partner .sponsor-section-item {
    width: 150px;
    margin: 20px 0;
  }
}

@media screen and (max-width: 480px) {
  .media-partner .sponsor-section-items {
    gap: 15px;
  }
  .media-partner .sponsor-section-item {
    width: 150px;
    margin: 20px 0;
  }
  .media-partner .sponsor-section-head h1 {
    font-size: 24px;
  }
  .media-partner .sponsor-section-head h3 {
    font-size: 18px;
  }
}


/* ======================================================== Common CSS for all Conference ==================================================== */

/* youtube video after about */
.youtube-video-container {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.youtube-video-container:hover {
    transform: translateY(-5px);
}

.video-wrapper-youtube {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(155, 250, 255, 0.3);
}

.video-wrapper-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(12, 17, 51, 0.6), rgba(36, 135, 144, 0.4));
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.video-overlay:hover {
    opacity: 0.7;
}

.play-btn {
    background: #5aeef9;
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    box-shadow: 0 0 20px rgba(36, 140, 144, 0.7);
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(36, 135, 144, 0.7);
    }

    70% {
        box-shadow: 0 0 0 25px rgba(68, 36, 144, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(68, 36, 144, 0);
    }
}