@charset "UTF-8";
/*
Template Name: Eveni
Template URL: https://html.themeholy.com/eveni/
Description: Event & Conference 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. 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. Faq
    4.00. Feature
    4.00. Gallery
    4.00. Category
    4.00. CTA
    4.00. Tab Menu
    4.00. Event
    4.00. Countdown
    4.00. Price
    4.00. Dark Theme
05. Spacing
*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
@use "sass:math";
.indicator {
  position: absolute;
  top: var(--pos-y);
  left: var(--pos-x);
  height: var(--height-set);
  width: var(--width-set);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #be2b92;
  --theme-color2: #F24617;
  --gr-color2: #FD8900;
  --title-color: #171B2A;
  --body-color: #000000;
  --smoke-color: #F8F8F8;
  --smoke-color2: #ECF1FF;
  --black-color: #000000;
  --black-color2: #101018;
  --gray-color: #bdbdbd;
  --white-color: #ffffff;
  --body-bg: #ffffff;
  --light-color: #bdbdbd;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --th-border-color: #D8DDE1;
  --title-font: "Barlow Condensed", sans-serif;
  --body-font: "Barlow Condensed", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1230px;
  --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: smooth !important;
}
body {
  font-family: var(--body-font);
  font-size: 21px;
  font-weight: 400;
  color: var(--black-color);
  background-color: white;
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px #004bfe;
  box-shadow: inset 0 0 1px #004bfe;
}
body::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 30px;
  background-color: #ff3300;
}
iframe {
  border: none;
  width: 100%;
}
.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}
input:focus {
  outline: none;
  box-shadow: none;
}
img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--th-border-color);
}
th {
  font-weight: 700;
  color: var(--title-color);
}
td,
th {
  border: 1px solid var(--th-border-color);
  padding: 9px 12px;
}
a {
  color: #ffffff;
  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: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%;
}
ins {
  text-decoration: none;
}
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;
}
span.ajax-loader:empty,
p:empty {
  display: none;
}
p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: black;
  line-height: 1.625;
}
.homep{
  font-size: 27px;
    letter-spacing: -2px;
    line-height: 75px;
    color: #fad600;
    font-weight: 800;
    font-family: "Barlow Condensed";
    filter: drop-shadow(6.157px 7.88px 0px #0039c3);
    border: 2px solid #003ccc;
    width: 46%;
}
.bannerpara{
  color: #fad600;
  font-weight: 600;
	font-size: 25px;
	text-transform: uppercase;
	  font-family: "Barlow Condensed", sans-serif;
    line-height: 30px;
    padding-right: 13px;
}
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);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}
.h1,
h1 {
  font-size: 54px;
  line-height: 1.18;
}
.h3,
h3 {
  font-size:25px;
  line-height: 1.278;
	color: black;
}
.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: 44px;
    line-height: 1.3;
  }
  .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;
  }
  .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;
  }
    .partners_sec.payramid .partner_info {
        
        text-align: center;
    padding: 3px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
        
    }
}
/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
        .partners_sec.payramid .partner_info {
        
        text-align: center;
    padding: 3px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
        
    }
}
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
  .btn-group img {
    margin-top: -70px;
}
.hero-2 .hero-img{
  top: 0px !important;
}
.hero-countdown{
  bottom: 168px !important;
}
.title-area .sec-title-higlights{
  padding-top: 40px;
}
}
/*------------------- 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);
}
/*------------- 2.4. Slick Slider -------------------*/
.swiper-wrapper.row {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.th-slider.has-shadow {
  padding-left: 12px;
  padding-right: 12px;
  margin: -25px -12px;
  background-color: transparent;
}
.th-slider.has-shadow .swiper-wrapper {
  padding: 25px 0;
}
.swiper-pagination-progressbar {
  background: var(--th-border-color);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--theme-color);
}
.swiper-fade .swiper-slide {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.swiper-fade .swiper-slide-prev {
  opacity: 0;
}
.swiper-fade:after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--title-color);
  z-index: 3;
  pointer-events: none;
}
.swiper-fade.fade-ani:after {
  -webkit-animation: swiperFade 0.8s linear 0.2s forwards;
          animation: swiperFade 0.8s linear 0.2s forwards;
}
@-webkit-keyframes swiperFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes swiperFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.swiper-pagination-bullets {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 50px 0 -7px 0;
  line-height: 10px;
  height: 10px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  margin: 5px 7px;
  opacity: 1;
  background-color: var(--theme-color);
  position: relative;
  cursor: pointer;
}
.swiper-pagination-bullets .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  inset: -5px;
  border: 1px solid var(--theme-color);
  -webkit-transform: scale(0.2);
      -ms-transform: scale(0.2);
          transform: scale(0.2);
  border-radius: inherit;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.slider-area {
  position: relative;
  margin: 30px;
}
.slider-arrow {
  display: inline-block;
  padding: 0;
  background-color: #ff3300;
  color: var(--title-color);
  position: absolute;
  top: 50%;
  border: none;
  left: var(--pos-x, -120px);
  width: var(--icon-size, 56px);
  height: var(--icon-size, 56px);
  line-height: var(--icon-size, 56px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 56px) / -2);
  z-index: 3;
  border-radius: 99px;
}
.slider-arrow.default {
  position: relative;
  margin-top: 0;
}
.slider-arrow.slider-next {
  right: var(--pos-x, -120px);
  left: auto;
}
.slider-arrow:hover {
  background-color: #fe7c01;
  color: var(--white-color);
}
.arrow-margin .slider-arrow {
  top: calc(50% - 30px);
}
.arrow-wrap {
  position: relative;
  background-color: #004bfe !important;
  padding-bottom: 42px;
  padding-top: 100px !important;
}
.arrow-wrap .slider-arrow {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .arrow-wrap .slider-arrow {
    display: none;
  }    .payramid .row_col {
  margin: 0 0 9px;
}
.partners_sec.payramid .partner_info {
  padding: 6px 25px;
  font-size: 14px;
}
.partners_sec.payramid .col_3 .partner_image {
  height: 70px;
  padding: 10px;
  width: 200px;
}
}
.arrow-wrap:hover .slider-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 1600px) {
  .container.row.aboutus {
    max-width: 1600px;
}
.img-box7 img{
  margin-left: -25px;
}
.img-box8 img {
  margin-left: 50px;
}
}
@media (min-width: 1201px) and  (max-width: 1600px) {
  .img-box6 .img1 img {
    width: 80% !important;
}
.hero-style2 {
  /* min-height: 800px; */
    margin-top: 90px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slider-arrow {
  }
}
.icon-box .slider-arrow:not(:last-child) {
  margin-right: -28px;
}
/* Medium devices */
@media (max-width: 991px) {
  .slider-arrow {
    line-height: 38px;
    margin-right: 40px;
    font-size: 14px;
  }
  .slider-arrow.slider-next {
    margin-right: 0;
  }
  .slick-dots {
    margin: 40px 0 0 0;
  }
  .icon-box .slider-arrow {
    margin-right: 0;
  }
}
/*------------------- 2.5. Mobile Menu -------------------*/
.th-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.th-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--smoke-color2);
}
.th-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.th-menu-wrapper .th-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: #004bfe;
  border-radius: 50%;
}
.th-menu-wrapper .th-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.th-menu-wrapper .th-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #004bfe;
  border-right: 3px solid #004bfe;
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}
.th-menu-wrapper.th-body-visible {
  opacity: 1;
  visibility: visible;
}
.th-menu-wrapper.th-body-visible .th-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.th-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.th-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.th-mobile-menu ul li {
  border-bottom: 1px solid var(--th-border-color);
  list-style-type: none;
}
.th-mobile-menu ul li li:first-child {
  border-top: 1px solid var(--th-border-color);
}
.th-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 18px;
}
.th-mobile-menu ul li a:before {
  content: '\f105';
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
}
.th-mobile-menu ul li.th-active > a {
  color: var(--theme-color);
}
.th-mobile-menu ul li.th-active > a:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.th-mobile-menu ul li ul li {
  padding-left: 20px;
}
.th-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.th-mobile-menu ul .menu-item-has-children > a .th-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}
.th-mobile-menu ul .menu-item-has-children > a .th-mean-expand:before {
  content: '\f067';
  font-family: var(--icon-font);
}
.th-mobile-menu ul .menu-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
}
.th-mobile-menu ul .menu-item-has-children.th-active > a .th-mean-expand:before {
  content: '\f068';
}
.th-mobile-menu ul .menu-item-has-children.th-active > a:after {
  content: "\f068";
}
.th-mobile-menu > ul {
  padding: 0 40px;
}
.th-mobile-menu > ul > li:last-child {
  border-bottom: none;
}
.th-menu-toggle {
  width: 56px;
  height: 56px;
  padding: 0;
  font-size: 20px;
  border: none;
  background-color: #ff3300;
  color: var(--white-color);
  display: inline-block;
  border-radius: 99px;
}
.th-menu-toggle:hover {
  background-color: var(--title-color);
}
.th-menu-toggle.style-text, .th-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}
.th-menu-toggle.style-text i, .th-menu-toggle.style-text-white i {
  margin-right: 10px;
}
.th-menu-toggle.style-text-white {
  color: var(--white-color);
}
@media (max-width: 400px) {
  .th-menu-wrapper .th-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .th-mobile-menu > ul {
    padding: 0 20px;
  }
}
@-webkit-keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
@keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
/*------------------- 3.2. Buttons -------------------*/
.th-btn i {
  font-size: 0.95em;
}
.th-btn:hover, .th-btn.active {
  color: var(--white-color);
  background-color: #fff;
  box-shadow: none;
}
.th-btn:hover::before, .th-btn:hover:after, .th-btn.active::before, .th-btn.active:after {
  -webkit-transform: scaleX(1) scaleY(1);
      -ms-transform: scaleX(1) scaleY(1);
          transform: scaleX(1) scaleY(1);
}
.th-btn.style3:hover {
  color: var(--title-color);
}
.th-btn.style3:hover:before, .th-btn.style3:hover:after {
  background-color: var(--white-color);
}
.icon-btn {
  display: inline-block;
  width: var(--btn-size, 56px);
  height: var(--btn-size, 56px);
  line-height: var(--btn-size, 54px);
  font-size: var(--btn-font-size, 20px);
  background-color: var(--icon-bg, #f7f7f7);
  color: var(--title-color);
  text-align: center;
  border-radius: 0;
  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);
  color: var(--white-color);
  border-color: var(--theme-color);
}
.icon-btn.style2 {
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  border-radius: 99px;
}
.icon-btn.style2:hover {
  background-color: var(--theme-color2);
  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: #ff3300;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid #ff3300;
  box-shadow: none;
  border-radius: 50%;
}
.scroll-top svg {
  color: #ff3300;
  border-radius: 50%;
  background: var(--white-color);
}
.scroll-top svg path {
  fill: none;
}
.scroll-top .progress-circle path {
  stroke: #ff3300;
  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);
}
/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 10px);
  margin-top: -0.23em;
  text-transform: capitalize;
  text-align: center;
}
.sub-title {
  font-family: var(--title-font);
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: var(--theme-color);
  margin-bottom: 28px;
  text-transform: uppercase;
  line-height: 24px;
  margin-top: -0.34em;
}
.sub-title:has(img) {
  margin-top: 0;
}
.sub-title.h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-top: -0.14em;
}
.sub-title img {
  margin: -4px 10px 0 0;
}
.sub-title i {
  font-size: 32px;
  margin-right: 10px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .sub-title i {
    font-size: 24px;
  }
}
.box-title a {
  color: inherit;
}
.box-title a:hover {
  color: var(--theme-color);
}
.box-subtitle {
  margin-bottom: 8px;
}
.box-title2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: -0.35em;
}
.box-title2 a {
  color: inherit;
}
.box-title2 a:hover {
  color: var(--theme-color);
}
.title-area {
  margin-bottom: calc(var(--section-title-space) - 10px);
  position: relative;
  z-index: 2;
}
.title-area .sec-title {
  margin-bottom: 22px;
  color: black !important;
}
.title-area.mb-0 .sec-title {
  margin-bottom: -0.24em;
}
.title-area .th-btn {
  margin-top: 20px;
  margin-bottom: 10px;
}
.mb-32 {
  margin-bottom: 32px;
}
hr.title-line {
  margin-top: 0;
  background-color: var(--th-border-color);
  opacity: 1;
}
.sec-btn {
  text-align: center;
}
.sec-btn,
.title-line {
  margin-bottom: var(--section-title-space);
}
.th-social a {
  display: inline-block;
  /* width: var(--icon-size, 46px); */
  /* height: var(--icon-size, 46px); */
  /* line-height: var(--icon-size, 45px); */
  background-color: var(--smoke-color);
  color: var(--body-color);
  font-size: 18px;
  text-align: center;
  margin-right: 15px;
}
.th-social a:last-child {
  margin-right: 0;
}
.th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.th-social.color-theme a {
  color: var(--body-color);
  border-color: var(--theme-color);
}
.bg-mask {
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.box-icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  width: 30%;
}
.box-text {
  margin-bottom: -0.5em;
}
.btn-group {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin: 70px 0px;
  margin-left: 120px;
}
.btn-group.style2 {
  gap: 20px 70px;
  /* Small devices */
}
@media (max-width: 767px) {
  .btn-group.style2 {
    gap: 20px 30px;
  }
  .footer-inline{
    min-height: 0px !important;
    height: auto !important;
  }
  .col-md-3.footer-logo{
    min-height: 0px !important;
    height: auto !important;

  }

}
.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}
.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.gr-bg1 {
  background-image: -webkit-linear-gradient(left, var(--theme-color2) 0%, var(--gr-color2) 100%);
  background-image: linear-gradient(to right, var(--theme-color2) 0%, var(--gr-color2) 100%);
}
.gr-bg2 {
  background-image: -webkit-linear-gradient(354.81deg, #5B31E0 0%, #2639FF 100%);
  background-image: linear-gradient(95.19deg, #5B31E0 0%, #2639FF 100%);
}
.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.bg-fixed {
  background-attachment: fixed;
  scroll-behavior: smooth;
  background-color: #f4db04 !important;
padding-bottom: 60px;
}
/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
[data-overlay] {
  position: relative;
  z-index: 2;
}
[data-overlay] [class^="col-"],
[data-overlay] [class*="col-"] {
  z-index: 1;
}
[data-overlay]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
[data-overlay="theme"]:before {
  background-color: var(--theme-color);
}
[data-overlay="title"]:before {
  background-color: var(--title-color);
}
[data-overlay="smoke"]:before {
  background-color: var(--smoke-color);
}
[data-overlay="white"]:before {
  background-color: var(--white-color);
}
[data-overlay="black"]:before {
  background-color: var(--black-color);
}
[data-overlay="overlay1"]:before {
  background-color: #080E1C;
}
[data-opacity="1"]:before {
  opacity: 0.1;
}
[data-opacity="2"]:before {
  opacity: 0.2;
}
[data-opacity="3"]:before {
  opacity: 0.3;
}
[data-opacity="4"]:before {
  opacity: 0.4;
}
[data-opacity="5"]:before {
  opacity: 0.5;
}
[data-opacity="6"]:before {
  opacity: 0.6;
}
[data-opacity="7"]:before {
  opacity: 0.7;
}
[data-opacity="8"]:before {
  opacity: 0.8;
}
[data-opacity="9"]:before {
  opacity: 0.9;
}
[data-opacity="10"]:before {
  opacity: 1;
}
.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright,
.hero-img1 {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
          animation-name: var(--animation-name);
}
.swiper-slide-active .fadein {
  --animation-name: fadein;
}
.swiper-slide-active .scalein {
  --animation-name: scalein;
}
.swiper-slide-active .slidetopleft {
  --animation-name: slidetopleft;
}
.swiper-slide-active .slidebottomright {
  --animation-name: slidebottomright;
}
.swiper-slide-active .slideinleft {
  --animation-name: slideinleft;
}
.swiper-slide-active .slideinright {
  --animation-name: slideinright;
}
.swiper-slide-active .slideinup {
  --animation-name: slideinup;
}
.swiper-slide-active .slideindown {
  --animation-name: slideindown;
}
.swiper-slide-active .rollinleft {
  --animation-name: rollinleft;
}
.swiper-slide-active .rollinright {
  --animation-name: rollinright;
}
.swiper-slide-active .hero-img1 {
  --animation-name: heroImg1;
}
.hero-img1 {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
}
@-webkit-keyframes heroImg1 {
  0% {
    opacity: 0;
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scaleX(0.8) scaleY(0);
            transform: scaleX(0.8) scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
}
@keyframes heroImg1 {
  0% {
    opacity: 0;
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scaleX(0.8) scaleY(0);
            transform: scaleX(0.8) scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(280px);
            transform: translateX(280px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(280px);
            transform: translateX(280px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px) translateY(120px);
            transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px) translateY(120px);
            transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    -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% {
    opacity: 1;
    -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% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  background-color: var(--smoke-color);
  /* margin-bottom: 40px; */
  position: relative;
  border-radius: 30px;
}
.widget[data-overlay]:before {
  z-index: -1;
}
.widget .th-social a {
  box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
}
.widget select,
.widget input,
.widget .form-select,
.widget .form-control,
.widget textarea {
  background-color: var(--white-color);
}
.widget textarea {
  min-height: 120px;
}
.widget .form-group > i {
  background-color: var(--white-color);
}
.widget_title {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 24px;
}
/* .widget_title:after, .widget_title:before {
  content: '';
  height: 3px;
  width: 100%;
  background-color: var(--th-border-color);
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 9px;
} */
/* .widget_title:after {
  background-color: var(--theme-color);
  width: 40px;
} */
figure.gallery-item {
  margin-bottom: 10px;
  display: inline-block;
}
.gallery {
  margin-bottom: 1.5em;
  width: 100%;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 5px;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-caption {
  display: block;
  font-size: 12px;
  color: var(--body-color);
  line-height: 1.5;
  padding: 0.5em 0;
}
.container-gallery {
  max-width: 1840px;
}
.widget-form {
  --bs-gutter-x: 20px;
}
.info-list {
  margin-top: -16px;
}
.info-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.info-list i {
  color: var(--theme-color);
  width: 16px;
  margin-right: 2px;
  font-size: 16px;
}
.info-list strong {
  font-weight: 500;
  color: var(--title-color);
}
.info-list li {
  border-bottom: 1px dashed #D3DBEB;
  padding: 12px 0;
  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: 5px;
}
.info-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: -0.45em;
}
.price_slider_wrapper {
  margin-top: -0.5em;
}
.price_slider_wrapper .price_label span {
  display: inline-block;
  color: var(--body-color);
}
.price_slider_wrapper .ui-slider {
  height: 6px;
  position: relative;
  width: 100%;
  background-color: var(--theme-color);
  border: none;
  margin-top: 15px;
  margin-bottom: 25px;
  cursor: pointer;
  border-radius: 0;
}
.price_slider_wrapper .ui-slider-range {
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  display: block;
  background-color: var(--title-color);
}
.price_slider_wrapper .ui-slider-handle {
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  cursor: pointer;
  position: absolute;
  margin-top: -5px;
  z-index: 2;
  background-color: var(--white-color);
  border: 3px solid var(--title-color);
  -webkit-transform: translateX(-1px);
      -ms-transform: translateX(-1px);
          transform: translateX(-1px);
}
.price_slider_wrapper .ui-slider-handle:focus {
  outline: none;
  box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
}
.price_slider_wrapper .ui-slider-handle:last-child {
  -webkit-transform: translateX(-9px);
      -ms-transform: translateX(-9px);
          transform: translateX(-9px);
}
.price_slider_wrapper button,
.price_slider_wrapper .button {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-weight: 500;
  line-height: 1.6;
  text-transform: capitalize;
  text-align: center;
  border: none;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 7px 20px;
  min-width: 100px;
  font-size: 14px;
  border-radius: 0;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.price_slider_wrapper button:hover,
.price_slider_wrapper .button:hover {
  background-color: var(--title-color);
}
.widget_shopping_cart .widget_title {
  margin-bottom: 35px;
  border-bottom: none;
}
.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
}
.widget_shopping_cart ul li {
  list-style-type: none;
}
.widget_shopping_cart .mini_cart_item {
  position: relative;
  padding: 30px 30px 30px 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  text-align: left;
}
.widget_shopping_cart .mini_cart_item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_shopping_cart .cart_list a:not(.remove) {
  display: block;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--title-color);
}
.widget_shopping_cart .cart_list a:not(.remove):hover {
  color: var(--theme-color);
}
.widget_shopping_cart .cart_list a.remove {
  position: absolute;
  top: 50%;
  left: 95%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--body-color);
}
.widget_shopping_cart .cart_list a.remove:hover {
  color: var(--theme-color);
}
.widget_shopping_cart .cart_list img {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 18px;
}
.widget_shopping_cart .quantity {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
}
.widget_shopping_cart .total {
  margin-top: 20px;
  font-size: 18px;
  color: var(--title-color);
  font-family: var(--body-font);
}
.widget_shopping_cart .total strong {
  font-family: var(--title-font);
}
.widget_shopping_cart .amount {
  padding-left: 5px;
}
.widget_shopping_cart .th-btn {
  margin-right: 15px;
}
.widget_shopping_cart .th-btn:last-child {
  margin-right: 0;
}
.th-video-widget .video-thumb {
  position: relative;
}
.th-video-widget .play-btn {
  --icon-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.th-video-widget .play-btn i {
  font-size: 16px;
}
.th-video-widget .video-thumb-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: -0.3em;
}
.textwidget {
  margin-top: -0.1em;
}
/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 28px 0;
  }
  .author-widget-wrap .name {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .widget {
    /*padding: 20px;*/
    margin-bottom:0px !important;
    border-radius: 10px;
  }
}
@media (max-width: 330px) {
  .recent-post .post-title {
    font-size: 14px;
    line-height: 24px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
}
.footer-widget {
  /* margin-bottom: 50px; */
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}
.footer-widget .form-group > i {
  color: var(--theme-color);
  top: 18px;
}
.footer-widget .widget_title {
  color: var(--white-color);
  font-weight: 600;
  line-height: 24px;
}
.footer-widget .widget_title:before {
  display: none;
}
/* .footer-widget .widget_title:after {
  border-radius: 10px;
  height: 2px;
  width: 106px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, var(--theme-color2), transparent);
  background-image: linear-gradient(to right, var(--theme-color2), transparent);
} */
.footer-widget .widget_title img {
  margin: -7px 10px 0 0;
}
.footer-widget.widget_meta ul, .footer-widget.widget_pages ul, .footer-widget.widget_archive ul, .footer-widget.widget_categories ul, .footer-widget.widget_nav_menu ul {
  margin-top: -5px;
}
.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul, .footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul, .footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul, .footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -5px;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 0 16px;
  margin-bottom: 13px;
  font-family: var(--body-font);
  color: var(--body-color);
  display: block;
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 0;
  background-color: transparent;
  border: none !important;
  box-shadow: none;
  position: relative;
}
.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
  content: "\f054";
  font-weight: 600;
  left: 0;
  top: 2px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  font-size: 0.9em;
  background-color: transparent;
  border: none;
  color: inherit;
}
.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color2);
}
.footer-widget.widget_meta a:hover:before, .footer-widget.widget_pages a:hover:before, .footer-widget.widget_archive a:hover:before, .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
  color: var(--theme-color2);
}
.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}
.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}
.footer-widget .recent-post {
  max-width: 300px;
  margin-top: -0.4em;
  margin-bottom: 20px;
}
.footer-widget .recent-post .media-img {
  max-width: 74px;
}
.footer-widget .recent-post .media-img:after {
  line-height: 74px;
}
.footer-widget .recent-post .post-title {
  color: var(--white-color);
  font-weight: 500;
}
.footer-widget .recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.footer-widget .recent-post .recent-post-meta a {
  font-weight: 400;
  line-height: 1.2;
}
.footer-widget .recent-post .recent-post-meta i {
  color: var(--theme-color);
}
.footer-widget .recent-post .recent-post-meta a:hover i {
  color: var(--theme-color);
}
.about-logo {
  margin-bottom: 15px;
}
.th-widget-about {
  max-width: 315px;
}
.th-widget-about .about-logo {
  margin-bottom: 35px;
}
.th-widget-about .about-text {
  margin-bottom: 27px;
  margin-top: -0.4em;
}
.footer-text {
  margin-top: -0.5em;
  margin-bottom: 25px;
}
.social-box {
  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;
}
.social-box .social-title {
  font-size: 20px;
  color: var(--white-color);
  font-weight: 600;
  margin-right: 20px;
  margin-bottom: 0;
}
.icon-group a {
  color: var(--white-color);
  font-size: 18px;
  margin-right: 17px;
}
.icon-group a:last-child {
  margin-right: 0;
}
.newsletter-form {
  position: relative;
  max-width: 465px;
  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: 10px;
}
.newsletter-form .th-btn {
  min-width: 145px;
  padding: 21px 20px;
}
/* Large devices */
@media (max-width: 1199px) {
  .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    margin-bottom: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .footer-widget .widget_title {
    /*margin-bottom: 35px;*/
  }
  .social-box.mb-30 {
    margin-bottom: 25px;
  }
  .enablers{
      flex-direction:column !important;
  }
}
/*------------------- 4.2. Header  -------------------*/
.th-header {
  position: relative;
  z-index: 41;
}
.th-header .icon-btn {
  border-radius: 99px;
}
.th-header .menu-area {
  position: relative;
  z-index: 2;
}
.sticky-wrapper {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  -webkit-animation: stickyAni 0.4s ease-in-out;
          animation: stickyAni 0.4s ease-in-out;
}
@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
            transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
.main-menu a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  font-family: var(--body-font);
  color:#fff ;
  text-transform: uppercase;
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu > ul > li {
  margin: 0 21px;
}
.main-menu > ul > li > a {
  padding: 37px 0;
}
.main-menu > ul > li > a:hover {
  color: white;
}
.main-menu ul {
  margin: 0;
  padding: 0 0px;
  padding-left: 20px;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f078";
  display: inline-block;
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 600;
  top: 0;
  font-size: 0.9em;
  color: inherit;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.main-menu ul li.menu-item-has-children > a:hover:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  z-index: 9;
}
.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--body-bg);
  visibility: hidden;
  min-width: 230px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}
.main-menu ul.sub-menu {
  padding: 18px 20px 18px 18px;
  left: -27px;
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f078";
  float: right;
  top: 1px;
  display: inline-block;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:hover:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0;
  text-transform: capitalize;
}
.main-menu ul.sub-menu li a:before {
  content: "\f8cb";
  position: absolute;
  top: 6px;
  left: 10px;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 900;
  opacity: 0;
  visibility: visible;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.main-menu ul.sub-menu li a:hover {
  padding-left: 23px;
}
.main-menu ul.sub-menu li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
@media (max-width: 1500px) {
  .main-menu > ul > li {
    margin: 0 12px;
  }
}
.menu-style1 > ul > li {
  margin: 0 14px;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .menu-style1 > ul > li {
    margin: 0 10px;
  }
}
.menu-style1 > ul > li > a {
  padding: 17px 0;
  color: var(--white-color);
}
.menu-style1 > ul > li > a:hover {
  color: var(--theme-color2);
}
.menu-style1 ul li.menu-item-has-children > a:after {
  color: var(--white-color);
}
.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: 10px;
}
.header-button .th-btn {
  margin-left: 20px;
}
@media (min-width: 1399px) {
  .header-button .th-btn {
    min-width: 240px;
    font-size: 20px;
    padding: 10px;
  }
}
.header-button .icon-btn {
  background-color: transparent;
}
.header-button .icon-btn:hover {
  background-color: var(--theme-color);
}
.header-button .icon-btn .badge {
  font-size: 12px;
  background-color: var(--theme-color2);
}
.header-button .icon-btn:hover .badge {
  background-color: var(--title-color);
}
.social-links .social-title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  color: var(--body-color);
}
.social-links a {
  font-size: 16px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 15px 0 0;
}
.social-links a:last-child {
  margin-right: 0 !important;
}
.social-links a:hover {
  color: var(--theme-color);
}
.header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-links li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
.header-links li:not(:last-child) {
  margin: 0 55px 0 0;
}
.header-links li:not(:last-child):after {
  content: '';
  height: 16px;
  width: 1px;
  background-color: var(--body-color);
  position: absolute;
  top: 0px;
  right: -30px;
  margin-top: 4px;
  opacity: 0.7;
}
.header-links li > i {
  margin-right: 6px;
}
.header-links li .icon-btn {
  margin-right: 8px;
}
.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--body-color);
}
.header-links a:hover {
  color: var(--theme-color);
}
.header-links b,
.header-links strong {
  font-weight: 600;
  margin-right: 6px;
}
.header-links .social-links a {
  font-size: 14px;
}
.header-links.style2 li {
  margin: 0 25px 0 0;
}
.header-links.style2 li:after {
  display: none;
}
.header-notice {
  margin: 0;
}
.header-top {
  padding: 10px 0;
  background-color: var(--theme-color);
  --body-color: #fff;
}
.header-top a:hover {
  color: var(--th-border-color);
}
.header-top .icon-btn {
  --btn-size: 30px;
  background-color: transparent;
  border: 1px solid;
  font-size: 12px;
}
/* Header 2 ---------------------------------- */
.header-layout2 .sticky-wrapper {
  background-color: #004bfe;
}
.header-layout2 .th-menu-toggle {
  margin-left: auto;
  margin-top: -76px;
}
@media (min-width: 1200px) {
  .header-layout2 {
    --main-container: 1700px;
  }
}
@media (max-width: 1200px) {
  .header-layout2 {
    --main-container: 1700px;
  }
  .container.row.aboutus {
    max-width: 1200px;
}
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .header-layout2 .container {
    max-width: 100% !important;
  }
  .header-layout2 .header-button .th-btn {
    margin-left: 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-layout2 .header-logo {
    height: 80px;
    padding: 22px 0 22px 0;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .header-layout2 .header-logo {
    padding-top: 26px;
  }
  .header-layout2 .header-logo img {
    max-width: 122px;
  }
}
/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  --border-color: rgba(255, 255, 255, 0.3);
  --body-color: #838B9F;
  position: relative;
  z-index: 2;
  background-color: #101018;
  overflow: hidden;
}
.footer-wrapper .th-social a {
  background-color: #27282E;
  color: var(--white-color);
}
.footer-wrapper .social-links a {
  margin: 0 30px 0 0;
}
.widget-area {
  padding-top: 100px;
}
.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer-links ul {
  padding: 0;
  margin: 0;
}
.footer-links li {
  font-family: var(--body-font);
  display: inline-block;
  padding-right: 15px;
  margin-right: 10px;
  position: relative;
}
.footer-links li:after {
  content: "/";
  position: absolute;
  top: 45%;
  right: -2px;
  margin: -10px 0;
  color: var(--white-color);
}
.footer-links li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer-links li:last-child:after {
  display: none;
}
.footer-links a {
  font-family: inherit;
  color: var(--white-color);
}
.footer-links a:hover {
  color: var(--theme-color2);
}
.copyright-wrap {
  padding: 18px 0;
  background-size: 100% auto;
  background-color: var(--title-color);
}
.copyright-wrap .copyright-text {
  color: var(--white-color);
}
/* .copyright-wrap .copyright-text a {
  color: white;
} */
.copyright-wrap .copyright-text a:hover {
  color: #be2b92 !important;
}
.copyright-wrap.bg-title .copyright-text a:hover {
  color: var(--theme-color);
}
.footer-layout1 {
  background-position: top center;
  padding-top: 96px;
  margin-top: -96px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .footer-layout1 {
    padding-top: 160px;
    margin-top: -160px;
  }
}
.copyright-text {
  margin: 0;
}
.th-widget-contact {
  max-width: 265px;
}
.footer-newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  padding-left: 60px;
}
.footer-newsletter .newsletter-title {
  max-width: 425px;
  margin-bottom: 0;
}
.schedule-info {
  width: 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.schedule-info:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.th-widget-schedule {
  width: 280px;
  max-width: 100%;
}
.th-widget-schedule .title {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-wrapper .newsletter-form {
    max-width: 400px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .footer-wrapper .newsletter-form {
    max-width: 550px;
    gap: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .footer-wrapper .newsletter-form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-wrapper .widget-area {
    padding-top: var(--section-space-mobile);
    padding-bottom: 30px;
  }
  .copyright-text {
    text-align: center;
  }
}
/* footer 2 ---------------------------------- */
.footer-layout2 {
  --body-color: #838B9F;
  background-color: #fe7c01;
}
.footer-layout2 a:before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-layout2 a:hover {
  color: #004bfe !important;
}
.footer-layout2 a:hover:before {
  color: var(--theme-color2) !important;
}
.footer-layout2 .th-social a {
  background-color: transparent;
  color: var(--white-color) !important;
}
.footer-layout2 .th-social a:hover {
  color: #004bfe !important;
}
.th-widget-contact {
  max-width: 280px;
}
/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.th-hero-wrapper {
  z-index: 2;
  overflow: hidden;
}
.th-hero-bg {
  position: absolute;
  inset: 0;
}
.th-hero-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* Hero 1 ---------------------------------- */
.hero-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.167;
  margin-bottom: 25px;
  margin-top: -0.21em;
}
.hero-title .title1,
.hero-title .title2 {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
}
.hero-subtitle {
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--theme-color2);
  display: block;
  margin-bottom: 20px;
  margin-top: -0.35em;
  text-transform: uppercase;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .hero-subtitle {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 575px) {
  .hero-subtitle {
    letter-spacing: 0em;
  }
}
.hero-meta span {
  font-size: 18px;
  font-weight: 500;
  margin-right: 30px;
  /* Small devices */
}
.hero-meta span i {
  color: var(--theme-color);
  margin-right: 5px;
}
@media (max-width: 767px) {
  .hero-meta span {
    font-size: 16px;
    margin-right: 20px;
  }
}
.hero-meta span:last-child {
  margin-right: 0;
}
.hero-1 {
  overflow: hidden;
  border-top: 1px solid #4b4f5c;
}
.hero-1 .hero-line1,
.hero-1 .hero-line2 {
  position: absolute;
  background-image: -webkit-linear-gradient(left, #F24617 30.66%, #2A07F9 45.85%, #FD8900 62.34%, #FF2121 75.62%, #8322FF 93.74%);
  background-image: linear-gradient(to right, #F24617 30.66%, #2A07F9 45.85%, #FD8900 62.34%, #FF2121 75.62%, #8322FF 93.74%);
  background-size: 200% 100%;
  -webkit-animation: lineBg 5s linear infinite;
          animation: lineBg 5s linear infinite;
  z-index: 2;
}
.hero-1 .hero-line1 {
  bottom: 0;
  right: 27%;
  height: 305px;
  width: 550px;
  max-width: 100%;
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .hero-1 .hero-line1 {
    right: 10%;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-line1 {
    right: 0;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-line1 {
    height: 250px;
  }
}
.hero-1 .hero-line2 {
  height: 384px;
  width: 411px;
  top: 0;
  right: 7%;
  background-image: -webkit-linear-gradient(61deg, #F24617 30.66%, #2A07F9 45.85%, #FD8900 62.34%, #FF2121 75.62%, #8322FF 93.74%);
  background-image: linear-gradient(29deg, #F24617 30.66%, #2A07F9 45.85%, #FD8900 62.34%, #FF2121 75.62%, #8322FF 93.74%);
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1500px) {
  .hero-1 .hero-line2 {
    right: 0;
  }
}
@media (max-width: 1299px) {
  .hero-1 .hero-line2 {
    right: -100px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-line2 {
    display: none;
  }
}
.hero-1 .hero-globe {
  position: absolute;
  bottom: 0;
  left: 3%;
  /* Extra large devices */
  /* Medium Large devices */
}
@media (max-width: 1500px) {
  .hero-1 .hero-globe {
    left: 5px;
  }
}
@media (max-width: 1299px) {
  .hero-1 .hero-globe {
    max-width: 700px;
  }
}
.hero-1 .hero-img {
  position: absolute;
  bottom: 0;
  right: 7%;
  z-index: 3;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1500px) {
  .hero-1 .hero-img {
    right: 0;
  }
}
@media (max-width: 1299px) {
  .hero-1 .hero-img {
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-img {
    max-width: 550px;
  }
}
@-webkit-keyframes lineBg {
  0% {
    background-position: 0% 0%;
  }
  20% {
    background-position: 50% 0%;
  }
  40% {
    background-position: 50% 50%;
  }
  60% {
    background-position: -100% 100%;
  }
  80% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes lineBg {
  0% {
    background-position: 0% 0%;
  }
  20% {
    background-position: 50% 0%;
  }
  40% {
    background-position: 50% 50%;
  }
  60% {
    background-position: -100% 100%;
  }
  80% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.hero-style1 {
  position: relative;
  z-index: 6;
  padding: 222px 0;
}
.hero-style1 .hero-subtitle {
  margin-bottom: 35px;
}
.hero-style1 .hero-title {
  color: var(--white-color);
  text-transform: uppercase;
}
.hero-style1 .title1 {
  padding: 1px 24px;
  border-radius: 99px;
  margin-left: -24px;
  margin-bottom: 8px;
  background-image: -webkit-linear-gradient(left, var(--theme-color2) 0%, var(--gr-color2) 100%);
  background-image: linear-gradient(to right, var(--theme-color2) 0%, var(--gr-color2) 100%);
  position: relative;
}
.hero-style1 .title1:before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background-color: #13120F;
  z-index: -1;
}
.hero-style1 .hero-meta {
  color: var(--white-color);
  margin-bottom: 35px;
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .hero-style1 {
    padding: 155px 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .hero-title {
    font-size: 50px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .hero-1 .hero-img {
    position: relative;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 0 auto;
  }
  .hero-title {
    font-size: 44px;
    line-height: 1.2;
  }
  .hero-style1 {
    padding: 110px 0 40px 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-style1 .title1,
  .hero-style1 .title2 {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-style1 .hero-subtitle {
    margin-bottom: 25px;
  }
  .hero-style1 .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .hero-title {
    font-size: 36px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .hero-style1 .title-img {
    right: 3%;
  }
  .hero-style1 .title1 {
    padding: 1px 12px;
  }
  .hero-title {
    font-size: 28px;
    line-height: 1.24;
  }
}
@media (max-width: 390px) {
  .hero-title {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media (max-width: 330px) {
  .hero-title {
    font-size: 24px;
  }
}
/* Hero 2 --------------------------------------*/
.hero-title2 {
  font-size: 114px;
  line-height: 1;
  font-family: var(--title-font);
  font-weight: 900;
  color: var(--title-color);
  text-transform: uppercase;
  display: inline-block;
  margin-top: -0.12em;
  margin-bottom: -0.12em;
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1299px) {
  .hero-title2 {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .hero-title2 {
    font-size: 70px;
  }
}
.hero-title3 {
  font-size: 94px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 38px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
.hero-title3 i {
  color: transparent;
  -webkit-text-stroke: 1px var(--title-color);
  /* Extra small devices */
}
@media (max-width: 575px) {
  .hero-title3 i {
    display: none;
  }
}
@media (max-width: 1299px) {
  .hero-title3 {
    font-size: 84px;
  }
}
@media (max-width: 1199px) {
  .hero-title3 {
    font-size: 72px;
    margin-bottom: 33px;
  }
}
@media (max-width: 991px) {
  .hero-title3 {
    font-size: 60px;
    margin-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .hero-title3 {
    font-size: 50px;
    height: 1.2;
  }
}
@media (max-width: 575px) {
  .hero-title3 {
    font-size: 46px;
    height: 1.2;
  }
}
.hero-countdown {
    position: absolute;
    bottom: 107px;
    right: -70px;
    width: 65%;
    border-radius: 80px;
    background-color: #ffffff;
    border-right: none;
    padding: 30px;
}
@media (max-width: 991px) {
  .hero-countdown {
    max-width: 690px;
  }
}
@media (max-width: 767px) {
  .hero-countdown {
    border: none;
    border-radius: 30px;
    position: static;
    margin: 35px 12px 0 12px;
    width: 94%;
  }
  .venue {
  width: 95% !important;
  }
  .date-venue {
    flex-direction: column;
}
.header-logo img {
  width: 41% !important;
  margin: -7px !important;
}
.date-venue p {
  color: #be2b92;
  font-weight: 700;
  margin: 0px 0px !important;
  font-size: 15px;
}
.event-counter {
  width: 100% !important;
  flex-direction: column;
}
.attend-box{
  width: 100%;
  margin: 20px 0px !important;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 8px 0px;
  padding-left: 20px !important;
}
.title-area .sec-title img, .title-area .sec-title-gallery img,
.overflow-hidden .sec-title-higlights img,
.title-area .sec-title-higlights img {
  width: 7% !important;
}
.footer-wrapper{
  text-align: center;
}
.heading-image{
  width: 10% !important;
}
.choose-feature-wrap{
width: 100%;
  margin: 0px !important;
 border-radius: 0px !important;
}
.choose-feature{
  border-bottom: 1px solid #fff;
  border-right: 0px !important;
  width:95% !important;
}
p.box-text {
  padding-bottom: 35px;
}
.h2, h2 {
  font-size: 35px !important;
  line-height: 1.208;
}
.team-box .box-title{
  font-size: 25px !important;
  text-align: left;
}
.btn-group{
  align-content: center !important;
}
.title-area-attend, .sec-title-attend {
  --section-title-space: 50px;
}
.title-area-attend{
  display: flex;
}
}
.hero-countdown .event-counter {
  gap: 20px;
  max-width: 634px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .hero-countdown .event-counter {
    gap: 12px;
  }
}
.hero-countdown .event-counter li {
  padding:25px;
  max-width: 140px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .hero-countdown .event-counter li {
    max-width: 100%;
  }
}
.hero-2 {
  overflow: hidden;
  background-image: 
	      url(../images/banner-left-bg.jpg),
    url(../images/banner-bg.jpg);
    background-size:10%,100%;
  background-position:
     bottom left, 
   top right; 
  background-repeat:
    no-repeat; 
    background-color: #0341d4;
	min-height: 800px;
}
.hero-2 .hero-img {
  position: absolute;
  top:80px;
  right: 0;
  width: 100%;
  height: 80%;
  pointer-events: none;
  -webkit-mask-position: bottom left;
          mask-position: bottom left;
}
@media (max-width: 991px) {
  .hero-2 .hero-img {
    -webkit-mask-size: 125% 100%;
            mask-size: 125% 100%;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-img {
    -webkit-mask-image: none !important;
            mask-image: none !important;
    border-radius: 30px;
    position: relative;
    aspect-ratio: 16 / 9;
    margin-top: 35px;
  }
}
.hero-2 .hero-shape1 {
  position: absolute;
  top: 15%;
  right: 6%;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .hero-2 .hero-shape1 {
    top: 3%;
    right: 2%;
  }
}
.hero-2 .hero-shape2 {
  position: absolute;
  bottom: 35%;
  left: 6%;
}
.hero-2 .hero-shape3 {
  position: absolute;
  top: 12%;
  left: -20px;
}
.hero-2 .hero-shape4 {
  position: absolute;
  bottom: 37%;
  right: 25px;
}
.hero-style2 {  
  /* min-height: 800px; */
  position: relative;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1299px) {
  .hero-style2 {
  /* min-height: 800px; */
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .hero-style2 {
    min-height: auto;
    text-align: left;
  }
}
.hero-style2 .title-wrap {
  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: 40px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .hero-style2 .title-wrap {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .hero-style2 .title-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero-style2 .line {
  --size: 110px;
  width: var(--size);
  height: 5px;
  background-image: -webkit-linear-gradient(left, var(--theme-color2) 0%, var(--gr-color2) 100%);
  background-image: linear-gradient(to right, var(--theme-color2) 0%, var(--gr-color2) 100%);
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .hero-style2 .line {
    --size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-style2 .line {
    display: none;
  }
}
.hero-style2 .hero-meta {
  color: var(--white-color);
  /* Large devices */
}
@media (max-width: 1199px) {
  .hero-style2 .hero-meta {
    font-size: 16px;
  }
}
.hero-style2 .hero-meta i {
  color: var(--theme-color2);
}
.hero-style2 .hero-title3 {
  margin-top: 12px;
}
.hero-loader {
  width: 64px;
  height: 64px;
  position: relative;
  -webkit-animation: heroRotate 1.8s ease-in infinite alternate;
          animation: heroRotate 1.8s ease-in infinite alternate;
}
.hero-loader::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  color: var(--theme-color2);
  background: currentColor;
  width: 50px;
  height: 25px;
  border-radius: 0 0 50px 50px;
}
.hero-loader::after {
  content: "";
  position: absolute;
  left: 24%;
  top: 12%;
  border: 2px solid var(--white-color);
  width: 25px;
  height: 50px;
  border-radius: 0 50px 50px 0;
  animation: heroRotate 1.4s linear infinite alternate-reverse;
}
@-webkit-keyframes heroRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes heroRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ripple-shape {
  position: absolute;
  height: 44px;
  width: 44px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.ripple-1,
.ripple-2,
.ripple-3,
.ripple-4,
.ripple-5,
.ripple-6 {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: transparent;
  border: 1px solid var(--white-color);
  border-radius: 50%;
  -webkit-animation: heroripple 8s ease-out infinite;
          animation: heroripple 8s ease-out infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ripple-1 {
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.ripple-2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.ripple-3 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0.5;
}
.ripple-4 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  opacity: 0.5;
}
.ripple-4 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  opacity: 0.5;
}
.ripple-5 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  opacity: 0.5;
}
.ripple-6 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  opacity: 0.5;
}
.ripple-7 {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  opacity: 0.5;
}
.ripple-8 {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
  opacity: 0.5;
}
@-webkit-keyframes heroripple {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    width: 200px;
    height: 200px;
  }
}
@keyframes heroripple {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    width: 200px;
    height: 200px;
  }
}
/* Heor 3 -------------------------------------*/
/*------------------- 4.9. Error  -------------------*/
.error-content {
  text-align: center;
}
.error-img {
  text-align: center;
  margin-bottom: 45px;
}
.error-title {
  margin-bottom: 20px;
}
.error-text {
  margin-bottom: 35px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
/* Medium devices */
@media (max-width: 991px) {
  .error-title {
    margin-bottom: 15px;
  }
  .error-img {
    margin-bottom: 30px;
  }
  .error-text {
    margin-bottom: 25px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .error-title {
    margin-bottom: 10px;
  }
}
/*------------------- 4.00. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .th-social a {
  box-shadow: none;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  max-width: 100%;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: right ease 1s;
  transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content select,
.sidemenu-wrapper .sidemenu-content input,
.sidemenu-wrapper .sidemenu-content .form-select,
.sidemenu-wrapper .sidemenu-content .form-control,
.sidemenu-wrapper .sidemenu-content textarea {
  background-color: var(--smoke-color2);
  border-radius: 27px;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
}
.sidemenu-wrapper .info-box_icon {
  background-color: rgba(255, 156, 0, 0.15);
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.img-magnifier-container {
  position: relative;
}
.img-magnifier-glass {
  position: absolute;
  box-shadow: inset 0 10px 18px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: none;
  width: 200px;
  height: 200px;
}
.magnify {
  position: relative;
  cursor: none;
}
.magnify .magnifier {
  height: 180px;
  width: 180px;
  position: absolute;
  z-index: 20;
  box-shadow: inset 0 10px 18px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-size: 700%;
  background-repeat: no-repeat;
  margin-left: -90px !important;
  margin-top: -90px !important;
  pointer-events: none;
  display: none;
}
.magnify .magnified {
  display: block;
  z-index: 10;
  margin: auto;
  width: 100%;
  height: 100%;
}
.magnify img {
  width: 100%;
  height: 100%;
}
.about-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  text-align: left;
  /* Large devices */
  /* Small devices */
}
.about-feature-wrap {
  position: relative;
  background-size: 100% 100%;
  background-color: #58c8e5;
  border: 1px solid black;
  border-radius: 22px;
  color: black;
  /* Small devices */
}
@media (max-width: 767px) {
  .about-feature-wrap {
    background-image: none !important;
    padding-bottom: 0;
    margin-bottom: 35px;
  }
}
.about-feature-wrap .about-feature:nth-child(even) {
  position: absolute;
  right: 0;
  bottom: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .about-feature-wrap .about-feature:nth-child(even) {
    position: static;
  }
}
@media (max-width: 1299px) {
  .about-feature {
    border-radius: 30px !important;
  }
}
@media (max-width: 767px) {
  .about-feature {
    background-color: var(--smoke-color);
    border: 1px solid var(--th-border-color);
    margin: 0 auto 24px auto;
  }
  .about-feature:last-child {
    margin-bottom: 0;
  }
}
.about-feature .box-title {
  font-size: 20px;
  margin-bottom: 8px;
}
.about-feature .box-text {
  line-height: 26px;
}
.about-feature:hover .box-icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.about-feature-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 40px;
  max-width: 700px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .about-feature-area {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.about-feature-area .about-feature {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  margin: 0 !important;
  /* Small devices */
}
@media (max-width: 767px) {
  .about-feature-area .about-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@-webkit-keyframes mapPulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@keyframes mapPulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
/*------------------- 4.00. Team  -------------------*/
/* Team global ---------------------------------- */
.th-team {
  position: relative;
}
.th-team .box-img {
  position: relative;
  overflow: hidden;
}
.th-team .box-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  /* background-color: #be2b92; */
  /*height: 297px;*/
}
.th-team .th-social {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.th-team .th-social a {
  --icon-size: 40px;
  background-color: var(--white-color);
  color: var(--theme-color);
}
.th-team .th-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
/* Team Card ---------------------------------- */
.team-card {
  position: relative;
  text-align: center;
  margin-top: -3px;
}
.team-card .img-wrap {
  position: relative;
  margin-left: 11px;
  margin-bottom: 21px;
  padding: 14px 12px;
}
.team-card .img-wrap .shape {
  position: absolute;
  inset: 0;
  background-color: var(--th-border-color);
}
.team-card .img-wrap .shape:after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: -webkit-linear-gradient(left, var(--theme-color2) 0%, var(--gr-color2) 100%);
  background-image: linear-gradient(to right, #58c8e5 100%, var(--gr-color2) 0%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.team-card .play-btn {
  position: absolute;
  left: 0;
  bottom: 22%;
  --icon-size: 40px;
  font-size: 14px;
}
.team-card .play-btn:before, .team-card .play-btn:after {
  background-color: rgba(255, 255, 255, 0.6);
}
.team-card .th-social {
  position: absolute;
  left: 55px;
  bottom: 22%;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.team-card .th-social a {
  margin-right: 2px;
  color: #171B2A;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .team-card .th-social a {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .team-card .th-social a {
    margin-right: 4px;
  }
}
.team-card .th-social a:hover {
  background-image: -webkit-linear-gradient(left, var(--theme-color2) 0%, var(--gr-color2) 100%);
  background-image: linear-gradient(to right, var(--theme-color2) 0%, var(--gr-color2) 100%);
  color: var(--white-color);
}
.team-card .box-img {
  position: relative;
  border: 15px solid white;
  border-radius: 50%;
}
.team-card .box-company,
.testi-card .box-company{
  margin-bottom: -0.3em;
  font-size: 17px;
color: #fff;
font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
text-align: center;
}
.team-card .box-title,
.testi-card .box-title
{
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 35px;
font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
text-align: center;
}
.team-card:hover .img-wrap .shape:after {
  opacity: 1;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.team-card:hover .box-img:after {
  opacity: 0.4;
}
.team-card:hover .th-social {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
/* Extra small devices */
@media (max-width: 575px) {
  .team-card {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Team Box ---------------------------------- */
.team-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.team-box .box-img {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  border-radius: 30px 30px 0 0;
}
.team-box-row > *:nth-child(1) .box-img {
  border-bottom-left-radius: 30px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .team-box-row > *:nth-child(1) .box-img {
    border-top-right-radius: 30px !important;
  }
}
@media (min-width: 1200px) {
  .team-box-row > *:nth-child(3) .team-box, .team-box-row > *:nth-child(4) .team-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .team-box-row > *:nth-child(3) .box-img, .team-box-row > *:nth-child(4) .box-img {
    border-radius: 0 0 30px 30px;
  }
}
@media (min-width: 1199px) {
 /* <strong>.team-box-row > *:nth-child(3) .box-content</strong> {
    padding-left: 0;
  }*/
}
.team-box-row > *:nth-child(4) .box-img {
  border-top-right-radius: 30px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .team-box-row > *:nth-child(4) .box-img {
    border-bottom-left-radius: 30px !important;
  }
}
.team-box-row > *:nth-child(even) .team-box {
  /* Large devices */
}
/*.team-box-row > *:nth-child(even) .team-box .box-content {
  padding-right: 0;
}*/
@media (max-width: 1199px) {
  .team-box-row > *:nth-child(even) .team-box .box-content {
    padding-left: 0;
    padding-right: 24px;
  }
}
@media (max-width: 1199px) {
  .team-box-row > *:nth-child(even) .team-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .team-box-row > *:nth-child(even) .team-box .box-img {
    border-radius: 0 30px 30px 0;
  }
}
.team-box-row > *:nth-child(odd) .team-box {
  /* Large devices */
}
@media (max-width: 1199px) {
  .team-box-row > *:nth-child(odd) .team-box .box-img {
    border-radius: 30px 0 0 30px;
  }
}
.team-box .box-desig {
  margin-bottom: 16px;
}
.team-box .box-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
    font-family: "Barlow Condensed", sans-serif;
  color: #000 !important;
  /* Small devices */
}
.team-box .box-content {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  padding: 30px 24px 30px 30px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.team-box .th-social {
  margin-top: 30px;
}
.team-box .th-social a:not(:hover) {
  color: var(--body-color);
  background-color: #27282E;
}
.team-box:hover .img-wrap .shape {
  background-color: var(--theme-color);
  -webkit-transform: rotate(80deg);
      -ms-transform: rotate(80deg);
          transform: rotate(80deg);
}
/* Extra small devices */
@media (max-width: 575px) {
  .team-box {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .team-box-row {
    --bs-gutter-y: 35px;
  }
  .team-box .box-img {
    border-radius: 30px !important;
  }
  .team-box .box-content {
    text-align: center;
    padding: 30px 5px 0 5px !important;
  }
}
/* Team Grid ---------------------------------- */
.team-grid {
  text-align: center;
  border: 1px solid black;
}
.team-grid .box-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  z-index: 2;
}
.team-grid .th-social {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
.team-grid:hover .box-img img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
.team-grid:hover .th-social {
  bottom: 30px;
  visibility: visible;
  opacity: 1;
}
/* Team Details ---------------------------------- */
.about-card-img {
  position: relative;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .about-card-img {
    border-radius: 20px;
  }
}
.about-card-img img {
  width: 100%;
}
.about-card {
  margin-left: 50px;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .about-card {
    margin-left: 0;
  }
}
.about-card .box-desig {
  color: var(--theme-color);
  margin-bottom: 0;
}
.about-card hr {
  margin: 33px 0;
  color: inherit;
  background-color: var(--th-border-color);
  opacity: 1;
}
.about-card .team-table table {
  border: none;
  padding: 0;
  margin: 0;
}
.about-card .team-table th,
.about-card .team-table td {
  padding: 0;
  border: none;
  width: 27%;
  vertical-align: text-top;
  /* Small devices */
}
@media (max-width: 767px) {
  .about-card .team-table th,
  .about-card .team-table td {
    width: 20px;
  }
}
.about-card .team-table th {
  font-size: 18px;
  font-weight: 600;
  color: var(--title-color);
}
.about-card .team-table tr th, .about-card .team-table tr td {
  padding-bottom: 8px;
}
.about-card .team-table tr:first-child th, .about-card .team-table tr:first-child td {
  padding-bottom: 15px;
}
.about-card .team-table tr:last-child th, .about-card .team-table tr:last-child td {
  padding-bottom: 0;
}
.about-info-box {
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  padding: 40px;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .about-info-box {
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  .about-info-box {
    padding: 25px;
  }
}
.about-info-box .box-title {
  font-size: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--th-border-color);
  margin-bottom: 23px;
}
.about-info-box .box-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
}
.about-info-box .box-info b {
  color: var(--title-color);
  font-weight: 600;
  width: 140px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .about-info-box .box-info b {
    width: 100px;
  }
}
.about-info-box .social-title {
  border-top: 1px solid var(--th-border-color);
  padding-top: 23px;
  margin-top: 23px;
}
.about-info-box .th-social a {
  color: var(--theme-color);
  background-color: transparent;
  border: 1px solid var(--th-border-color);
}
.about-info-box .th-social a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}
.skill-feature {
  text-align: left;
}
.skill-feature:not(:last-child) {
  margin-bottom: 30px;
}
.skill-feature .box-title,
.skill-feature .progress-value {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: -0.3em;
  font-family: var(--title-font);
  color: var(--title-color);
}
.skill-feature .progress {
  position: relative;
  height: 6px;
  background-color: var(--th-border-color);
  overflow: visible;
  border-radius: 0;
  border-radius: 9px;
}
.skill-feature .progress-bar {
  background-color: var(--theme-color);
  height: 100%;
  border-radius: inherit;
  overflow: visible;
  position: relative;
}
.skill-feature .progress-value {
  position: absolute;
  top: -30px;
  right: -8px;
}
/*------------------- 4.00. Testimonial  -------------------*/
/* Testimonial Card ---------------------------------- */
.testi-card {
  position: relative;
  text-align: center;
}
.testi-card .box-text .text {
  position: relative;
  z-index: 3;
}
.testi-card .box-img {
  margin: -40px auto 20px auto;
}
.testi-card .box-img img {
  border-radius: 99px;
  width:30%;
  background-color: #ff3300;
    border: 2px solid #ff3300;
}
.testi-card .box-quote {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.testi-card.style-white .box-text {
  color: var(--body-color);
  background-color: var(--body-bg);
  border: 1px solid var(--th-border-color);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.testi-card.style-white:hover .box-text {
  border-color: var(--theme-color);
}
#testiSlider1 + .slider-arrow,
#testiSlider1 + .slider-arrow + .slider-arrow {
  top: 35%;
}
/*------------------- 4.00. Counter  -------------------*/
/* Counter 1 ---------------------------------- */
.counter-card {
  --border-color: #D4D4D4;
  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;
}
.counter-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: -webkit-linear-gradient(top, #1E31FF 0%, rgba(30, 49, 255, 0.1) 100%);
  background-image: linear-gradient(180deg, #1E31FF 0%, rgba(30, 49, 255, 0.1) 100%);
  padding: 60px;
  border-radius: 30px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  /* Large devices */
}
.counter-card-wrap.bg-theme {
  background-color: var(--theme-color);
  background-image: none;
}
@media (max-width: 1199px) {
  .counter-card-wrap {
    padding: 35px;
    border-radius: 20px;
  }
}
.counter-card-wrap .divider {
  width: 1px;
  height: 75px;
  background-color: rgba(255, 255, 255, 0.4);
}
.counter-card-wrap .divider:last-of-type {
  display: none;
}
.counter-card .box-number {
  font-size: 44px;
  color: var(--white-color);
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: -0.2em;
}
.counter-card .box-number .counter-number {
  color: var(--white-color);
}
.counter-card .box-text {
  font-size: 16px;
  color: var(--white-color);
}
.counter-card .media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 180px;
}
/* Medium devices */
@media (max-width: 991px) {
  .counter-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .counter-card-wrap .divider {
    height: 155px;
  }
  .counter-card .box-number {
    font-size: 36px;
    margin-bottom: 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .counter-card {
    -webkit-box-flex: calc(50% - 18px);
    -webkit-flex: calc(50% - 18px);
        -ms-flex: calc(50% - 18px);
            flex: calc(50% - 18px);
    padding-left: 10px;
    padding-right: 10px;
  }
  .counter-card-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    gap: 36px;
  }
  .counter-card-wrap .divider {
    display: none;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .counter-card {
    -webkit-box-flex: calc(50% - 10px);
    -webkit-flex: calc(50% - 10px);
        -ms-flex: calc(50% - 10px);
            flex: calc(50% - 10px);
  }
  .counter-card-wrap {
    padding: 35px 10px;
    gap: 36px 20px;
  }
}
/*------------------- 4.00. Brand  -------------------*/
/* Brand 1 ---------------------------------- */
.brand-box {
  display: grid;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.brand-box:hover {
  -webkit-filter: none;
          filter: none;
}
.brand-sec1 {
  background-color: #ff3300;
  padding: 15px 12px;
  border-bottom: 1px solid #f4eeee;
}
/* Brand 2 ---------------------------------- */
.brand-card {
  display: grid;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 46px;
}
.brand-row2 {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 65px 90px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .brand-row2 {
    gap: 45px 60px;
  }
}
@media (max-width: 1199px) {
  .brand-row2 {
    margin-top: -10px;
    gap: 32px 24px;
  }
}
@media (max-width: 991px) {
  .brand-row2 {
    margin-top: -10px;
    gap: 26px 24px;
  }
}
@media (max-width: 575px) {
  .brand-row2 .brand-col {
    -webkit-box-flex: calc(50% - 12px);
    -webkit-flex: calc(50% - 12px);
        -ms-flex: calc(50% - 12px);
            flex: calc(50% - 12px);
  }
}
.brand-sec2 {
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  overflow: hidden;
  background-attachment: fixed;
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .brand-sec2 {
    border-radius: 0;
  }
  .brand-sec2 .shape-mockup {
    max-width: 140px;
  }
  .brand-sec2 .shape-mockup.pulse {
    max-width: 290px;
  }
}
@media (max-width: 575px) {
  .brand-sec2 .shape-mockup {
    max-width: 100px;
  }
  .brand-sec2 .shape-mockup.pulse {
    max-width: 220px;
  }
}
/*------------------- 4.00. Why -------------------*/
/* Why 1 ---------------------------------- */
@media (max-width: 1399px) {
  .choose-feature-wrap {
    /* margin: 0 -60px 0 -260px; */
    padding: 0px 20px;
    padding-bottom: 30px;  
      border-color:white;
  }
  .container.row.aboutus {
    max-width: 1400px;
}
}
@media (max-width: 1199px) {
  .choose-feature-wrap {
    /* margin: 0 auto; */
    border-radius: 40px;
  }
}
@media (max-width: 991px) {
  .choose-feature-wrap {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .choose-feature-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1199px) {
  .choose-feature {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* .choose-feature .box-icon {
  margin-bottom: 30px;
} */
.choose-feature .box-icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.choose-feature .box-title {
  margin: 15px 0px;
  color: #fff !important;
  line-height: 27px;
    font-size: 27px;
}
.choose-feature:hover .box-icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.img-box6 {
  position: relative;
  z-index: 2;
  margin-left: -340px;
  height: 100%;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .img-box6 {
    margin-left: -100px;
  }
}
@media (max-width: 1199px) {
  .img-box6 {
    margin-left: 0;
  }
}
.img-box6 .play-btn {
  --icon-size: 100px;
  font-size: 24px;
  position: absolute;
  top: calc(50% - var(--icon-size)/2);
  left: calc(50% - var(--icon-size)/2);
  z-index: 3;
  /* Small devices */
}
@media (max-width: 767px) {
  .img-box6 .play-btn {
    --icon-size: 70px;
    font-size: 18px;
  }
}
.img-box6 .play-btn:before, .img-box6 .play-btn:after {
  background-color: var(--white-color);
}
.img-box6 .img1 {
  height: 100%;
}
@media (min-width: 1922px) {
  .img-box6 .img1 img {
    border-radius: 50px;
  }
}
@media (max-width: 1199px) {
  .img-box6 .img1 img {
    border-radius: 40px;
  }
}
@media (max-width: 767px) {
  .img-box6 .img1 img {
    border-radius: 20px;
  }
}
/*------------------- 4.00. Gallery -------------------*/
/* Gallery Card -------------------------------*/
.gallery-card {
  text-align: center;
}
.gallery-card .box-img {
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 30px;
  overflow: hidden;
  -webkit-perspective: 1400px;
          perspective: 1400px;
  /* Small devices */
}
@media (max-width: 767px) {
  .gallery-card .box-img {
    border-radius: 20px;
    border: 20px;
  }
}
.gallery-card .box-img img {
  width: 100%;
}
.gallery-card .icon-btn {
  z-index: 3;
  background-color: var(--white-color);
  color: var(--theme-color);
}
.gallery-card .icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.gallery-card .box-content {
  position: absolute;
  inset: -1px;
  -webkit-transform: rotate3d(1, 0, 0, 90deg);
          transform: rotate3d(1, 0, 0, 90deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: -webkit-linear-gradient(left, var(--theme-color2) 0%, var(--gr-color2) 100%);
  background-image: linear-gradient(to right, #c8f5ff 100%, var(--gr-color2) 0%);
  opacity: 0.5;
  pointer-events: none;
  border-radius: inherit;
  z-index: -1;
  -webkit-transition: z-index 1s ease-in-out;
  transition: z-index 1s ease-in-out;
}
.gallery-card:hover .box-img:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 0.7;
}
.gallery-card:hover .icon-btn {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.gallery-card:hover .box-content {
  z-index: 2;
  -webkit-transition: z-index 0.5s ease-in-out;
  transition: z-index 0.5s ease-in-out;
}
.gallery-sec2 {
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .gallery-sec2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .gallery-sec2 {
    padding: 0;
    max-width: 540px;
  }
}
@-webkit-keyframes in-top {
  from {
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
            transform: rotate3d(-1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-top {
  from {
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
            transform: rotate3d(-1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes in-bottom {
  from {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
            transform: rotate3d(1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-bottom {
  from {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
            transform: rotate3d(1, 0, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
            transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
            transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes out-top {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(-1, 0, 0, 104deg);
            transform: rotate3d(-1, 0, 0, 104deg);
  }
}
@keyframes out-top {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(-1, 0, 0, 104deg);
            transform: rotate3d(-1, 0, 0, 104deg);
  }
}
@-webkit-keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 104deg);
            transform: rotate3d(0, -1, 0, 104deg);
  }
}
@keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 104deg);
            transform: rotate3d(0, -1, 0, 104deg);
  }
}
@-webkit-keyframes out-bottom {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(1, 0, 0, 104deg);
            transform: rotate3d(1, 0, 0, 104deg);
  }
}
@keyframes out-bottom {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(1, 0, 0, 104deg);
            transform: rotate3d(1, 0, 0, 104deg);
  }
}
@-webkit-keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 104deg);
            transform: rotate3d(0, 1, 0, 104deg);
  }
}
@keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 104deg);
            transform: rotate3d(0, 1, 0, 104deg);
  }
}
/*------------------- 4.00. Dark Theme -------------------*/
.dark-theme {
  --title-color: #fff;
  --body-color: #838B9F;
  --smoke-color: #0F0F0F;
  --smoke-color2: #101018;
  --th-border-color: #27282E;
  --gray-color: #54595F;
  --body-bg: #010101;
}
.dark-theme .th-btn:hover,
.dark-theme .th-btn.active {
  color: #010101;
}
.dark-theme .main-menu ul.sub-menu,
.dark-theme .woocommerce-form-register,
.dark-theme .woocommerce-form-coupon,
.dark-theme .woocommerce-form-login {
  box-shadow: 0px 6px 30px rgba(255, 255, 255, 0.08);
}
.dark-theme .main-menu ul.sub-menu li a:before {
  color: var(--theme-color2);
}
.dark-theme .th-mobile-menu ul li.th-active > a {
  color: var(--theme-color2);
}
.dark-theme .th-mobile-menu ul .menu-item-has-children > a .th-mean-expand {
  background-color: #282525;
}
.dark-theme .th-menu-wrapper .mobile-logo {
  background-color: #ff3300;
}
.dark-theme .slider-arrow:hover:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.dark-theme .copyright-wrap {
  background-color: #ff3300;
  border-top: 1px solid white;
}
.dark-theme .play-btn:hover i {
  color: var(--body-bg);
}
.dark-theme a:hover {
  color: var(--theme-color2);
}
.dark-theme .blog-card .blog-content {
  background-color: var(--smoke-color);
  box-shadow: none;
}
.dark-theme .blog-card .blog-meta span > i,
.dark-theme .blog-card .blog-meta a > i {
  color: var(--theme-color2);
}
.dark-theme .blog-card .box-title a {
  background-image: -webkit-linear-gradient(right, var(--theme-color2), var(--theme-color2));
  background-image: linear-gradient(to left, var(--theme-color2), var(--theme-color2));
}
.dark-theme .blog-card .th-btn {
  background-image: -webkit-linear-gradient(left, var(--theme-color2) 0%, var(--gr-color2) 100%);
  background-image: linear-gradient(to right, var(--theme-color2) 0%, var(--gr-color2) 100%);
}
.dark-theme .blog-card .th-btn:after {
  content: '';
  position: absolute;
  inset: 1px;
  background-color: #010407;
  border-radius: inherit;
  z-index: -2;
}
.dark-theme .blog-card .th-btn:before {
  background-image: -webkit-linear-gradient(left, var(--theme-color2) 0%, var(--gr-color2) 100%);
  background-image: linear-gradient(to right, var(--theme-color2) 0%, var(--gr-color2) 100%);
}
.dark-theme .blog-card .th-btn:hover {
  color: var(--white-color);
}
/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}
.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}
.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}
.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}
.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}
.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}
.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}
.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}
.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}
.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}
/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px !important;
}
/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-35 {
  padding-left: 35px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-45 {
  padding-left: 45px;
}
.pl-50 {
  padding-left: 50px;
}
/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-35 {
  padding-right: 35px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-45 {
  padding-right: 45px;
}
.pr-50 {
  padding-right: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}
.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}
.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}
.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}
.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}
.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}
.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}
.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}
.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}
.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}
/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}
/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-50 {
  margin-right: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-33 {
  margin-bottom: 33px;
}
.mb-28 {
  margin-bottom: 28px;
}
.mt-n1 {
  margin-top: -.25rem;
}
.mt-n2 {
  margin-top: -.45rem;
}
.mt-n3 {
  margin-top: -0.8rem;
}
.mt-n4 {
  margin-top: -1.5rem;
}
.mt-n5 {
  margin-top: -3rem;
}
.mb-n1 {
  margin-bottom: -.25rem;
}
.mb-n2 {
  margin-bottom: -.45rem;
}
.mb-n3 {
  margin-bottom: -0.8rem;
}
.mb-n4 {
  margin-bottom: -1.5rem;
}
.mb-n5 {
  margin-bottom: -3rem;
}
.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}
.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}
.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 40px);
}
.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}
/* Medium devices */
@media (max-width: 991px) {
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-extra2,
  .space-extra2-top {
    padding-top: 70px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
}
/*=================================
    06. Updates
==================================*/
.sub-title2 {
  --shape: 50px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--title-font);
  margin: -0.3em -12px 24px -12px;
  overflow: hidden;
  /* Medium devices */
}
@media (max-width: 991px) {
  .sub-title2 {
    margin-bottom: 20px;
  }
}
.sub-title2 .text {
  display: inline-block;
  background: -webkit-linear-gradient(left, var(--theme-color2) 0%, var(--gr-color2) 100%);
  background: linear-gradient(to right, var(--theme-color2) 0%, var(--gr-color2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
  padding-left: 12px;
  padding-right: 12px;
}
.sub-title2 .text:before {
  content: '';
  position: absolute;
  z-index: -1;
  height: 2px;
  background-image: -webkit-linear-gradient(left, var(--theme-color2) 0, var(--gr-color2) 50px, transparent 50px, transparent calc(100% - 50px), var(--gr-color2) calc(100% - 50px), var(--theme-color2) 100%);
  background-image: linear-gradient(to right, var(--theme-color2) 0, var(--gr-color2) 50px, transparent 50px, transparent calc(100% - 50px), var(--gr-color2) calc(100% - 50px), var(--theme-color2) 100%);
  width: calc(100% + var(--shape)*2);
  top: 50%;
  left: calc(var(--shape) * -1);
}
/* Testi Box -------------------------------- */
.testi-box-area {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  gap: 80px;
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1299px) {
  .testi-box-area {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .testi-box-area {
    display: block;
  }
}
.testi-box-img {
  width: 100%;
  max-width: 390px;
  /* Large devices */
  /* Medium devices */
}
.testi-box-img .swiper-slide {
  border-radius: 30px;
  overflow: hidden;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .testi-box-img .swiper-slide {
    border-radius: 20px;
  }
}
@media (max-width: 1199px) {
  .testi-box-img {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .testi-box-img {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .testi-box-img img {
    width: 100%;
  }
}
.testi-box-slider {
  width: 100%;
  max-width: 790px;
  position: relative;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}
.testi-box-slider .slider-pagination {
  margin-top: 42px;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 1299px) {
  .testi-box-slider {
    max-width: 690px;
  }
}
@media (max-width: 1199px) {
  .testi-box-slider {
    max-width: 550px;
  }
}
@media (max-width: 991px) {
  .testi-box-slider {
    max-width: 100%;
  }
}
.testi-box-quote {
  position: absolute;
  bottom: 40px;
  right: 50px;
  opacity: 0.1;
}
.testi-box .box-text {
  font-size: 30px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--title-color);
  line-height: 1.333;
  margin-bottom: 47px;
  /* Large devices */
  /* Medium Large devices */
}
@media (max-width: 1199px) {
  .testi-box .box-text {
    font-size: 24px;
  }
}
@media (max-width: 1299px) {
  .testi-box .box-text {
    font-size: 20px;
    line-height: 1.4;
  }
}
.testi-box .box-title {
  font-size: 30px;
  margin-bottom: 3px;
}
.testi-box .box-desig {
  font-size: 18px;
  margin-bottom: -0.4em;
}
.brand-sec2.style2 {
  background-attachment: scroll;
}
.team-grid .box-img {
  background-color: var(--white-color);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.08);
}
.slider-arrow.style2 {
  background-color: #be2b92;
  color: var(--white-color);
}
/* Gallery 3 -------------------*/
.gallery-slider3 {
  --slide-width: 416px;
  /* max-width: 1500px; */
  margin: -500 auto;
  /* Small devices */
}
.gallery-slider3 .th-slider.has-shadow {
  padding-left: 10px;
  padding-right: 10px;
  margin: -30px -10px;
}
@media (max-width: 767px) {
  .gallery-slider3 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .date-venue a {
    margin-top: 10px;
}
}
.gallery-slider3 .gallery-card {
  z-index: 3;
  position: relative;
}
.gallery-slider3 .gallery-card .box-content {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.gallery-slider3 .gallery-card:hover .box-content {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.gallery-arrow3 {
  --icon-size: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: 612px;
  margin: 30px auto 0 auto;
  /* Medium devices */
}
.gallery-arrow3:before {
  content: '';
  height: 1px;
  width: 98%;
  background-color: #004bff;
  position: absolute;
  top: calc(var(--icon-size) / 2);
  left: 1%;
}
@media (max-width: 991px) {
  .gallery-arrow3 {
    --icon-size: 40px;
  }
}
/* my css */
.header-logo img {
  width: 100%;
}
.btn-group img {
  margin-top: 15px;
}
.content-box {
  padding: 20px;
  transition: border 0.3s ease, transform 0.3s ease;
  text-align: center;
  border-radius: 0;
}
.merge-box{
  padding-left: 0;
  padding-right: 0;
}
.sep2 {
  border-left: 1px solid #72587a;
  height: 80%; /* Adjust the height to match your column height */
  margin: 40px auto;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
.highligts-title{
  font-size: 20px;
line-height: 30px;
color: #000000;
font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
text-align: center;
}
.highligts-text{
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-weight: 100;
    font-family: "Barlow Condensed", sans-serif;
  text-align: center;
}
.expect{
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.expect img{
width: 30%;
}
.box-content-1{
  background-color: #004bfe;
}
.box-content-2{
  background-color: #f18500;
}
.box-content-3{
  background-color: #00c84b;
}
.partners_sec {
  width: 100%;
  display: inline-block;
  position: relative;
  /*background: url(../img/partners-bg.jpg) no-repeat;*/
  background-size: cover;
  background-position: bottom center;
  text-align: center;
  margin: -6px 0 0;
  padding: 70px 0px;
}
.payramid .row_col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 15px;
  }
  .partners_sec.payramid .partner_info {
    background: #004bff;
    text-align: center;
    padding: 6px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 50px;
    position: relative;
    margin: 0 0 12px;
}
.partners_sec .partner_info {
    background: #36445d;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
.payramid .row_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.partners_sec.payramid .col_3 .partner_image {
  border: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  background: transparent;
  padding: 0 30px;
  margin: 4px 4px;
  width: 200px;
}
.partners_sec .col_3 .partner_image {
  border: 1px solid #cbcbcb;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  background: #ffffff;
}
.icon-box {
  text-align: center;
}
.footer-contact,
.footer-contact span a {
  color: white !important;
  font-size: 20px;
}
.footer-inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  height: 100px;
}
.title-area .sec-title-higlights{
  color: white !important;
}
.attendee,
.highlights{
  background-image: url('../images/key-highlights.jpg');
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center;
	padding: 100px 0;
}
.rows {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 10px;
}
.attend-box {
  color: #fff;
  position: relative;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
.attend-box-1{
  background-color: #ff3300;
	padding: 20px;
}
.attend-box-2{
  background-color:#fbd607;
		padding: 20px;
}
.attend-box-3{
background-color: #00c8fb;
		padding: 20px;
}
.attend-box:hover{
  transform: translateY(-10px);
}
.content {
font-size: 31px;
    margin-top: 63px;
    text-align: left;
    font-weight: 700;
    padding: 10px 0;
}
/*New*/
.space-bottom {
    background-color: white;
    padding-bottom: 30px;
    padding-top: 70px;
}
.h2,
h2 {
  font-size:35px;
  line-height: 1.208;
}
.space-bottom h2 span{ color:#000000;}
.sec-title {
    margin-bottom: calc(var(--section-title-space) - 10px);
    margin-top: -0.23em;
    text-transform: capitalize;
    text-align: left;
}
.title-area .sec-title:before {
	background-image: url("../images/heading-icon.png");
	display: block;
}
.title-area .sec-title {
    margin-bottom: 22px;
    color: #fff !important;
}
.img-box6 .img1 img {
  width:100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 50px 50px 0;
  /* Hight Resoulation devices */
  /* Large devices */
  /* Small devices */
}
p.box-text {
  font-size:18px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
}
.choose-feature-wrap {
  display: inline-flex;
  position: relative;
  z-index: 3;
background-color: #004bfe;
flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.choose-feature {
  text-align: center;
	width: 32%;
	border-right:1px solid #ffffff;
	padding: 1%;
}
.choose-feature:nth-child(3n) {
	border-right:0px solid #000000;
}
#attend-section {
  text-align: center;
  padding-bottom: 68px;
}
.space,
.space-bottom {
  background-color: white;
	background-size: cover;
  background-attachment: fixed;
  /* padding-bottom: 60px; */
}
.number {
  font-size: 64px;
  position: absolute;
  /* background-color: #fff; */
  /* border-radius: 50%; */
  color: transparent;
  font-weight: 700;
    font-family: "Barlow Condensed", sans-serif;
  filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.49));
  /* width: 40px; */
  /* height: 40px; */
  line-height: 60px;
  /* margin-left: -30px; */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffffff;
}
.title-area .sec-title2 {
    margin-bottom: 22px;
    font-size: 35px;
color: #fff;
font-weight: 700;
	text-align: center;
}
.team-card .box-desig,
.testi-card .box-desig {
  margin-bottom: 0.5em;
  font-size: 17px;
color: #fff;
font-weight: 400;
  font-family: "Barlow Condensed", sans-serif;
text-align: center;
}
.partner-sec-title
{
  color:#004bff !important;
	padding: 25px 0;
}
.slider-arrow.style2:hover {
  background-color:#55c1dd;
	color: #000000;
}
.slider-arrow.style2:hover:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.team-grid h3{
  margin-bottom: 0;
  font-weight: bold;
	color:#000000 !important
}
.box-title {
  font-size: 25px;
  line-height: 1.417;
  font-weight: 700;
  margin-top: -0.28em;
}
.designation {
	font-size: 12px !important;
	color: #000000;
	margin-bottom: 10px;
}
 .company-name{
	font-size: 14px !important;
	 font-weight: 700;
}
.testi-card .box-text {
  font-style: italic;
  color:#000000;;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 23px 30px 63px 30px;
	border:2px solid #ff3300;
  height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-area .sec-title-gallery {
  margin-bottom: -25px;
  color: #004bff !important;
}
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color:#ff3300;
  color:#ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  padding:12px 19px;
  min-width: 170px;
  -webkit-perspective: 320px;
          perspective: 320px;
}
.title-area .sec-title img,
.title-area .sec-title-gallery img { 
    width: 7%;
    margin-right: 12px;
}
.overflow-hidden .sec-title-higlights img,
.title-area .sec-title-higlights img { 
    width: 7%;
    margin-right: 12px;
}	
@media (max-width: 1280){
  .btn-group img {
    margin-top: -70px !important;
}
}
.heading-image{
  width: 4% ;
  margin-right: 12px;
}
.heading-image-brand{
 width:4% !important;
}
.about-logo img {
  width: 100%;
}
.mobile-logo img {
  width: 65%;
}
.title-area .sec-title-attend {
  margin-bottom: 22px;
  color: #004bfe !important;
text-align: center;
}
.terms-condtion,.privacy-policy {
  padding-top: 50px;
  background-color: white;
  color: var(--qutiiz-black);
  background-image: url(../images/form-background.png);
  background-repeat: repeat;
  background-size: contain;
  padding-bottom: 115px;
}
.terms,.privacy{
  margin: 0px 140px;
}
.heading1-term{
  text-align: center;
  font-weight: 500;
  margin: 0px 0px 30px 0px;
font-size: 30px;
}
.heading2-term{
  text-align: left;
font-weight: 500;
font-size: 30px;
}
.section {
  margin-bottom: 20px;
}
.terms-list,.privacy-list {
  list-style: decimal;
  padding: 0;
}
.terms-list li,.privacy-list li {
  padding: 10px;
}
.terms-list li:last-child,
.privacy-list li:last-child {
  border-bottom: none;
}
.sub-section {
  margin-left: 20px;
  list-style: lower-alpha;
}
.sub-section-title {
  font-weight: bold;
  margin-bottom: 5px;
} 
.list-heading-privacy,.list-heading p {
  font-weight: 500;
}
.formcontainer { 
  width: 50%; 
  margin: auto; 
  border-radius: 20px; 
  /* padding: 5px 6px 10px 26px; */
  font-family: var(--qutiiz-font); 
  /* background-color: #00cbc5; */
  /* background-image: url('../images/bg.png'); */
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 100px;
}
form {  
  justify-content: center;
  align-items: center;  
  margin: auto;
}
.be-a-partner{
  width: 50%; 
  margin: 50px auto; 
  padding: 5px 6px 10px 26px;
  font-family: var(--qutiiz-font);
}
.partner-radio {
  margin-top: 10px;
}
.partner-radio div {
  display: flex;
  align-items: center;
}
.form-group .partner-radio label {
  margin-left: 5px;
  font-weight: 400;
}
.form-group {
  margin-bottom: 20px;
}
.form-group-select{
  margin-bottom: 20px;
  display:grid;
}
.form-group label {
  flex: 40%;
  font-weight: 500;
  margin-bottom: 5px;
  color:#000;
}
.form-group-select label {
  flex: 40%;
  font-weight: bold;
  margin-bottom: 5px;
}
.text-danger {
  color: red;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="number"],
.form-group input[type="tel"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.select2-container {
  width: 100% !important;
  padding: 0;
  margin-top: 8px;
}
.select2-container .select2-selection--single {
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  top: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-dropdown {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-selection__arrow {
  height: calc(1.5em + 0.75rem);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0 10px;
  pointer-events: none;
}
.checkbox-group {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.checkbox-group1 label,
.checkbox-group label {
  display: block;
    float: none;    
    width: 50%;
}
.checkbox-group input[type="checkbox"],
.checkbox-group1 input[type="checkbox"] {
  display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    flex-shrink: 0;
}
#association_preference option[value="4"] {
  color: #999;
}
input[type=submit] {
  background-color: #fe7c01;
  color: white;
  padding: 14px 20px;
  border-radius: 200px;
  margin: 10px 0px;
  border: none;
  cursor: pointer;
  width: 70%;
}
input[type=submit]:hover {
  color: black;
}
.error-message {
  color: red;
  font-size: 14px;
  flex: 100%;
  margin-top: 5px;
}
.register{
  background-image: url('../images/form-background.png');
  background-repeat:repeat;
  background-size: contain;
  padding-bottom: 1px;
}
.checkboxGroup1 label{
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1;
  display: inline-block
}
.checkboxGroup1 a{
color: blue;  
}
.checkboxGroup1 a:hover{
  color: #47cbc7;
}
.modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 9999;
color: var(--qutiiz-black);
overflow: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10% auto;
}
.modal-content {
position: relative;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 5px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.modal-header,
.modal-footer {
padding: 10px 20px;
border-bottom: 1px solid #ddd;
}
.modal-body {
padding: 20px;
}
.close {
position: absolute;
top: 10px;
right: 15px;
cursor: pointer;
}
.btn {
display: inline-block;
padding: 8px 20px;
margin: 0;
font-size: 14px;
font-weight: 600;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
border: 1px solid transparent;
border-radius: 4px;
cursor: pointer;
/* user-select: none; */
background-color: var(--qutiiz-pink);
color: #fff;
text-decoration: none;
}
.btn-primary {
background-color: #f0ad38;
border-color: #f8c56c;
}
.btn-primary:hover {
  background-color: #f0ad38;
  border-color: #f8c56c;
}
.form-group-name #prefix{
  margin-top: 15px;
} 
.form-group-name{
display:inline-flex ;
}
.more {
    display: flex;
    height: 100px;
}
.highlight {
  margin: 10px 40px;
  text-align: center;
  width: 15%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #ff3300;
}
.count-number{
  width: 145px;
  height: 50px;
  font-size: 50px;
  color: #ffffff;
  font-weight: 700;
    font-family: "Barlow Condensed", sans-serif;
  text-align: center;
}
.count-name{
  color: #ffffff;
  font-weight: 600;
    font-family: "Barlow Condensed", sans-serif;
  text-align: center;
}
.highlight-number{
	background:url(../images/highlights-bg.jpg);
	background-position: bottom;
  flex-direction: row;
flex-wrap: wrap;
width: 100%;
align-items: center;
justify-content: center;
margin-top: -35px;
    border-bottom: 2px solid white;
}
.highlight-section{
display: inline-flex;
flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    width:100%;
}
.key-highlights{
  background-color: #004bfe;
  width: 80%;
	margin: auto;
	padding: 30px;
  box-shadow: 0px 16px 21px 0px rgba(0, 0, 0, 0.67);
}
.iamai-logo {
  display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: baseline;
    justify-content: center;
    align-items: flex-start;
}
.btn-group .dnbl-heading img{
  width: 70%;
  margin-top: 0px !important;
}
.date-venue-details{
  width: 70%;
  display: flex;
}
.white-color{
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 500;
    padding-top: 15px;
}
.banner-left{
  position: absolute;
  bottom: 105px;
  left: -77px;
}
.swiper-horizontal {
  background: #fff;
  margin: 0px -23px !important;
}
.title-area-higlights{
  background-color: #004bfe;
  padding-bottom: 10px;
}
.box-content p.box-text {
  font-size: 19px;
  line-height: 25px;
  color: #000000;
  font-weight: 400;
}
.founder-left{
position: absolute;
left:0px;
top: 0px;
}
.founder-right{
position: absolute;
right:1px;
top: 0px;
}
.founder-left img,.founder-right img {
  height: 740px;
}
.what-left{
  position: absolute;
  left:0px;  
  }
  .what-right{
  position: absolute;
  right:1px;
  }
  .what-left img,.what-right img {
    height: 620px;
  }
.partner-left{
  position: absolute;
  left:0px;
  top: 6px;
  }
  .partner-right{
  position: absolute;
  right:1px;
  top: 6px;
  }
  .partner-left img,.partner-right img {
    height: 700px;
  }
  .Founder-Gallery-Top img,.Founder-Gallery-Bot img {
    width: 100% !important; 
    height: auto;
}
.highlight-title{
  padding-top: 20px;
}
.border-red {
  border: 15px solid red;
}
.border-green {
  border: 15px solid green;
}
.border-yellow {
  border: 15px solid yellow;
}
.border-skyblue {
  border: 15px solid skyblue;
}
@media (max-width: 767px) {
  .btn-group {
    margin-top: -43px !important;
    margin-left: 30px;
}
.date-venue-details {
  width: 100% !important;
}
.iamai-logo{
  align-items: center !important;
}
.btn-group .dnbl-heading img{
  display: block;
  width:95%;
}
.highlight-number{
  display: flex;
  flex-direction: column !important;
  background: #ff3300;
}
.highlight{
  width: 70%;
  MARGIN: 10px auto !important;
}
.swiper-horizontal{
  margin: 0px -25px !important;
}
p.sec-text{
  padding: 0px 0px !important;
}
.highlights{
  display: flex;
  padding: 0px;
  flex-direction: row;
}
.key-highlights{
  width: 100%;
}
.img-box7 img{
  width: 100% !important;
}
.content{
    text-align:center;
}
.founder-left img, .founder-right img{
  height: 765px;
}
.highlight-section{
 flex-direction: column !important;
}
.partner-left,.partner-right,.what-left,.what-right,.founder-left img, .founder-right img{
display: none;
}
.gallery-arrow3{
  width:20%;
}
.register{
  background-image: none !important;
}
.call-us{
  padding-top: 40px;
}
.more{
  flex-direction: column;
  min-height: 0px !important;
  height: auto !important;

}
.bannerpara{
    font-size:22px !important;
    text-align: left;
}
.hero-2{
    min-height:400px !important;
}
.hero-2-new{
  min-height: 0px !important;
  background-size:cover !important;
}
.terms, .privacy{
    margin:0px 50px !important;
}
.formcontainer {
  width: 90%;
  margin: 20px auto;
  padding: 5px;
}
.image-center img {
  position: relative;
  /* top: 60px; */
  left: 52%;
  transform: translate(-50%, 0%);
  width: 200px;
    }
    .date-venue img {
      width: 15%;
      color: white;
  }
.first-header { 
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 300px;
}
.date-venue {
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.date-venue p {
  font-size: 20px;
  margin-bottom: -50px;
}
.img-box8 img{
  display: none;
}
.archive{
    display:none;
}
}
.hero-2-new{
    min-height:332px;
}
.swiper-slide-active .testi-card .box-text {
    border: 2px solid #02c849;
}
.swiper-slide-active .testi-card .box-img img{
    background-color: #02c849;
    border: 2px solid #02c849;
}
.swiper-slide-next .testi-card .box-text {
    border: 2px solid #f18500;
}
.swiper-slide-next .testi-card .box-img img {
    background-color: #f18500;
    border: 2px solid #f18500;
}
.swiper-slide-active .team-card .box-img{
    background-color: #02c849 !important;
}
.swiper-slide-next .team-card .box-img{
  background-color: #f18500 !important;
}
.swiper-slide-next + .swiper-slide .team-card .box-img{
  background-color: #004bfe !important;
}
.swiper-slide-third .team-card .box-img{
  background-color: red;
}
.swiper-slide-prev .team-card .box-img{
  background-color: #ff3300 !important;
}
.testi-card .box-title,.testi-card .box-desig,.testi-card .box-company{
  color: black !important;
}
.team-card .box-title{
  color:white !important;
}
.text-blue{
  color:#004bff !important;
}
.col-md-3.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
}
/*End*/
.img-box7 img,.img-box8 img { width:100%;}
.call-us{
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
}
.archive{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 130px;
}
.enablers{
  display: block;
  flex-direction: row;
  justify-content: center;
}
.icon-box .slider-arrow:not(:last-child) {
  margin-right: 8px;
}

.slider-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
/* #teamSlider3 .swiper-wrapper .swiper-slide {
  border: 5px solid #ff3300;
} */
#teamSlider3 .swiper-wrapper .swiper-slide .th-team .box-img img {
  background-color:#ff3300;
  border: 5px solid #ff3300;
}

#teamSlider3 .swiper-wrapper .swiper-slide-active .th-team .box-img img {
  background-color:#02c849;
  border: 5px solid #02c849;

}
#teamSlider3 .swiper-wrapper .swiper-slide-next .th-team .box-img img {
  background-color:#f18500;
  border: 5px solid #f18500;
}
#teamSlider3 .swiper-wrapper .swiper-slide-prev .th-team .box-img img {
  background-color:#ff3300;
  border: 5px solid #ff3300;
}
#teamSlider3 .swiper-wrapper .swiper-slide-next + .swiper-slide .th-team .box-img img {
  background-color:#004bfe;
  border: 5px solid #004bfe;
}

/* #teamSlider3 .swiper-wrapper .swiper-slide-active {
  border: 5px solid #02c849;
}

#teamSlider3 .swiper-wrapper .swiper-slide-next {
  border: 5px solid #f18500;
}

#teamSlider3 .swiper-wrapper .swiper-slide-prev {
  border: 5px solid #ff3300;
}

#teamSlider3 .swiper-wrapper .swiper-slide-next + .swiper-slide {
  border: 5px solid #004bfe;
}
#teamSlider3 .swiper-wrapper .swiper-slide-next + .swiper-slide + .swiper-slide {
  border: 5px solid #ff3300;
} */
.sidearrows{
  margin-left: 20px;
  display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
}
.team-grid .box-desig{
  margin: 0px !important;
}
.team-grid .box-company{
  font-size: 25px;
  margin: 0px !important;
}
.partner-radio div label, .partner-radio div input {
    color: #000000;
}
.valuelef-image{
display: flex;
flex-direction: column;
}
.valuelef-image img{
  background-color: white;
    padding: 7px;
    width: 40%;
    margin-bottom: 20px;
}
.valuelef-image span{
  color: #fad600;
  font-size: 15px;
}
.date-venue a {
  margin-right: 15px;
}
.partner_image.w-90.wow.fadeInUp {
  width: 150px;
  padding: 0 10px;
}
.partner_image.w-80.wow.fadeInUp {
  width: 100px;
  padding: 0 5px;
}
.partner-section1{ display: block; width: 100%;}
.partner-section2{ display: flex;width: 100%; justify-content: center;}
.partner-section3{ display: block;width: 100%;}
form h3 {
  font-size: 50px;
  font-weight: 500;
}