@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: 'Montserrat', sans-serif;
  --body-font: 'Montserrat', 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: 18px;
  font-weight: 400;
  color: var(--body-color);
  background-color: var(--body-bg);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

a:hover {
  color: var(--title-color);
}

a:active, a: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: #000000;
  line-height: 1.625;
}

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;
}


.h2, h2 {
    font-size: 35px;
    line-height: 1.208;
}

.h3,
h3 {
  font-size:25px;
  line-height: 1.278;
	color: #be2b92;
}

.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;
}
/* banner-section */
.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 .th-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: var(--theme-color);
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1;
}
.text-center {
    text-align: center;
}
.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: var(--theme-color);
    border-radius: 50%;
}
.th-menu-toggle {
    width: 56px;
    height: 56px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 99px;
}

.dark-theme .th-menu-wrapper .mobile-logo {
    background-color: #fff;
}
.th-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--smoke-color2);
}
.mobile-logo img {
    width: 65%;
}
.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
}
.th-mobile-menu > ul {
    padding: 0 40px;
}
.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 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;
}

/* header */

.th-header {
    position: relative;
    z-index: 41;
}

.hero-style2 {
    margin-top: 20px;
    min-height: 930px;
    position: relative;
}
.btn-group {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: flex-end;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group img {
    width: 70%;
}

.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: #be2b92;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 16px 32px;
    min-width: 170px;
    border-radius: 30px;
    -webkit-perspective: 320px;
    perspective: 320px;
}
.th-btn:before {
    content: "";
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--title-color);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: inherit;
    -webkit-transform: scaleX(0.8) scaleY(0);
    -ms-transform: scaleX(0.8) scaleY(0);
    transform: scaleX(0.8) scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}
.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;
}
.background-image, [data-bg-src] {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.bg-mask {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.hero-countdown {
    position: absolute;
    bottom: 107px;
    right: -70px;
    width: 65%;
    border-radius: 80px;
    background-color: #ffffff;
    border-right: none;
    padding: 30px;
}

.date-venue {
    padding: 30px 0;
    display: flex;
}
.venue {
    width: 35%;
    display: inline-flex;
}
.venue img {
    width: 50px;
    height: 50px;
}

.date-venue p {
    font-size: 18px;
    color: #be2b92;
    font-weight: 700;
    line-height: 20px;
    margin: 7px 0 0 5px;
}
.hero-countdown .event-counter {
    gap: 20px;
    max-width: 634px;
}
.event-counter {
    display: inline-flex;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 0;
    margin: 0;
}
.hero-countdown .event-counter li {
    padding: 25px;
    max-width: 140px;
}

.event-counter li {
    list-style: none;
    text-align: center;
    background-image: -webkit-linear-gradient(290deg, var(--white-color), transparent);
    background-image: linear-gradient(160deg, var(--white-color), transparent);
    border-radius: 25px;
    padding: 35px 5px;
    position: relative;
    z-index: 2;
}
.event-counter li:before {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: inherit;
    background-color: #58c8e5;
    z-index: -1;
}
.event-counter .count-number {
    font-family: var(--title-font);
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: black;
    margin-bottom: 11px;
}
.event-counter .count-name {
    font-size: 18px;
    font-weight: 500;
    color: black;
}

.hero-2 {
    overflow: hidden;
    background-position: top center;
    background-image: url(../img/test/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #c8f5ff;
    /* background-position: center center; */
}
.th-hero-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.header-layout2 .sticky-wrapper {
    background-color: #c8f5ff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.black-style .sticky-wrapper {
    background-color: var(--title-color);
}
.sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.th-header .menu-area {
    position: relative;
    z-index: 2;
}
.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.header-logo {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-logo img {
    width: 100%;
  }
.header-layout2 .sticky-wrapper {
    background-color: #c8f5ff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.black-style .sticky-wrapper {
    background-color: var(--title-color);
}
.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;
}
.sticky-wrapper {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.main-menu a {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--body-font);
    color: var(--title-color);
    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: var(--theme-color);
  }
  
  .main-menu ul {
    margin: 0;
    padding: 0 80px;
  }
  
  .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;
  }

  /* brand section */

  .brand-sec1 {
    background-color: #fff;
    padding: 15px 12px;
    border-bottom: 1px solid #f4eeee;
}

.brand-box:hover {
    -webkit-filter: none;
    filter: none;
}

.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;
    min-height: 46px;
    width: auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.space, .space-bottom {
    padding: 100px 0 50px 0;
    background-color: white;
    background-size: cover;
    background-attachment: fixed;
}

.space-bottom {
    padding: 120px 0 50px 0 !important;
    background-color: white;
}

.mb-32 {
    margin-bottom: 32px;
}
.title-area {
    margin-bottom: calc(var(--section-title-space) - 10px);
    position: relative;
    z-index: 2;
}
.title-area .sec-title {
    margin-bottom: 22px;
    color: #be2b92 !important;
}

/* .title-area .sec-title {
    margin-bottom: 22px;
    color: black !important;
} */
.sec-title {
    margin-bottom: calc(var(--section-title-space) - 10px);
    margin-top: -0.23em;
    text-transform: capitalize;
    text-align: left;
}
.sec-title {
    margin-bottom: calc(var(--section-title-space) - 10px);
    margin-top: -0.23em;
    text-transform: capitalize;
    text-align: center;
}
.title-area .sec-title img, .title-area .sec-title-gallery img {
    width: 7%;
    margin-right: 12px;
}
.space-bottom h2 span {
    color: #000000;
}
p {
    font-family: var(--body-font);
    margin: 0 0 18px 0;
    color: #000000;
    line-height: 1.625;
}
.mt-40 {
    margin-top: 40px;
}

/* key highlights */

.attendee, .highlights {
    background-color: #be2b92;
}
.mb-35 {
    margin-bottom: 35px;
}
.img-box6 {
    position: relative;
    z-index: 2;
    margin-left: -340px;
    height: 100%;
}
.img-box6 .img1 {
    height: 100%;
}
.img-box6 .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 50px 50px 0;
}
.title-area .sec-title-higlights {
    color: white !important;
}

.overflow-hidden .sec-title-higlights img, .title-area .sec-title-higlights img {
    width: 7%;
    margin-right: 12px;
}
.choose-feature-wrap {
    display: inline-flex;
    border-radius: 50px 50px 50px 0;
    background-color: #58c8e5;
    padding: 50px;
    margin: 10px -80px 0 -260px;
    position: relative;
    z-index: 3;
}
.choose-feature {
    text-align: center;
      width: 32%;
      border-right:1px solid #000000;
      padding: 1%;
  }
  .choose-feature:nth-child(3n) {
      border-right:0px solid #000000;
  }
  .choose-feature .box-icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.box-icon img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    width: 30%;
}
.choose-feature .box-title {
    margin: 15px 0px;
    color: black !important;
    line-height: 27px;
    font-size: 23px;
}
.box-title {
    font-size: 25px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: -0.28em;
}
p.box-text {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
}
.box-text {
    margin-bottom: -0.5em;
}
.choose-feature:hover .box-icon img {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }

  /* attend */

  #attend-section {
    text-align: center;
    background-color: #be2b92;
    background-image: url(../images/why-attend-bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 68px;
}
.attendee, .highlights {
    background-color: #be2b92;
}
.overflow-hidden .sec-title-higlights img, .title-area .sec-title-higlights img {
    width: 7%;
    margin-right: 12px;
}
.title-area .sec-title-attend {
    margin-bottom: 22px;
    color: #fff !important;
  text-align: center;
  }

  
.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;
	
}	

.attend-box {
    background-color: #fff;
    color: #be2b92;
    text-align: center;
    position: relative;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    transition: 0.4s;
    margin: 0 -50px;
}
.number {
    font-size: 64px;
    position: absolute;
    /* background-color: #fff; */
    /* border-radius: 50%; */
    color: #58c8e5;
    font-weight: 700;
    font-family: "Montserrat";
    filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.49));
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: -30px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
}
.content {
    margin: 25px 0px;
    font-size: 18px;
    margin-left: 65px;
    text-align: left;
    font-weight: 700;
}

.attend-box:hover{
    transform: translateY(-10px);
  }
  .rows {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .content {
    margin: 25px 0px;
    font-size: 18px;
    margin-left: 55px;
}
.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

  .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;
	
}
.space, .space-top {
    padding-top: var(--section-space);
}
.z-index-common {
    position: relative;
    z-index: 3;
}
.title-area .sec-title2 {
    margin-bottom: 22px;
    color: #be2b92 !important;
    text-align: center;
}
.heading-image {
    width: 4% !important;
    margin-right: 12px;
}
.team-box-row > *:nth-child(1) .box-img {
    border-bottom-left-radius: 30px;
    /* Large devices */
  }
  .team-box-row > *:nth-child(4) .box-img {
    border-top-right-radius: 30px;
    /* Large devices */
  }
  .team-box .box-desig {
    margin-bottom: 16px;
  }
  
  
  .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);
  }
  .box-content-1 {
    background-color: #58c8e5;
}
.team-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.expect {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.expect img {
    width: 30%;
}

.team-box .box-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    font-family: "Montserrat";
    color: #000 !important;
}
.box-content-2 {
    background-color: #df4bb3;
}
.team-card {
    position: relative;
    text-align: center;
    margin-top: -3px;
}

.th-team {
    position: relative;
}
.team-card .img-wrap {
    position: relative;
    margin-left: 11px;
    margin-bottom: 21px;
    padding: 14px 12px;
}
.team-card .box-img {
    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;
}
.team-card .box-img:after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0;
    background-color: #000;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.team-card .box-title, .testi-card .box-title {
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 25px;
    color: #be2b92 !important;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
}
.team-card .box-desig, .testi-card .box-desig {
    margin-bottom: 0.5em;
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: center;
}
.team-card .box-company, .testi-card .box-company {
    margin-bottom: -0.3em;
    font-size: 15px;
    color: #000000;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
}
.slider-arrow {
    display: inline-block;
    padding: 0;
    background-color: #be2b92;
    color: white;
    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-area {
    position: relative;
  }
  .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;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-horizontal-gap: 8px;
    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-arrow.slider-next {
    right: var(--pos-x, -120px);
    left: auto;
  }
  
  .slider-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
  }
  
  .arrow-margin .slider-arrow {
    top: calc(50% - 30px);
  }
  
  /* enablers */

  .partners_sec {
    width: 100%;
    display: inline-block;
    padding: 80px 0;
    position: relative;
    background: url(../img/partners-bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    text-align: center;
    margin: -6px 0 0;
  }
  .payramid .row_col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 15px;
    }
    .partners_sec.payramid .partner_info {
      background: #36445d;
      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;
  }
  

  /* speakers */

  .gy-40 {
    --bs-gutter-y: 40px;
}
.icon-box {
    text-align: center;
  }
  .icon-box .slider-arrow:not(:last-child) {
    margin-right: 8px;
}
.slider-arrow.style2 {
    background-color: #be2b92;
    color: var(--white-color);
}
.slider-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0;
}
  
.th-slider.has-shadow {
    padding-left: 12px;
    padding-right: 12px;
    margin: -25px -12px;
}

.team-grid {
    text-align: center !important;
}

.th-team {
    position: relative;
}
.team-grid .box-img {
    background-color: var(--white-color);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.08);
}
.team-grid .box-img {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 30px;
    z-index: 2;
}
.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;
}
.team-grid h3 {
    margin-bottom: 0;
    font-weight: 600;
    color: #be2b92 !important;
}
.designation {.th-slider.has-shadow {
    padding-left: 12px;
    padding-right: 12px;
    margin: -25px -12px;
}
    font-size: 12px !important;
    color: #000000;
    margin-bottom: 10px;
}
.company-name {
    font-size: 14px !important;
    font-weight: 700;
}

.bg-fixed {
    background-attachment: fixed;
    scroll-behavior: smooth;
}

.testi-card {
    position: relative;
    text-align: center;
}
.testi-card .box-quote {
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.testi-card .box-text {
    font-style: italic;
    color: #000000;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 23px 30px 63px 30px;
    border: 1px solid #be2b92;
}
.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;
}

.title-area .sec-title-gallery {
    margin-bottom: 80px;
    color: white !important;
}

.gallery-slider3 {
    --slide-width: 416px;
    max-width: 1500px;
    margin: 0 auto;
}
.gallery-slider3 .th-slider.has-shadow {
    padding-left: 10px;
    padding-right: 10px;
    margin: -30px -10px;
}
.gallery-slider3 .gallery-card {
    z-index: 3;
    position: relative;
}

.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;
}
.gallery-card .box-img {
    display: block;
    position: relative;
    z-index: 2;
    border-radius: 30px;
    overflow: hidden;
    -webkit-perspective: 1400px;
    perspective: 1400px;
}
.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, var(--theme-color2) 0%, #af6f22 100%);
    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 .icon-btn {
    z-index: 3;
    background-color: var(--white-color);
    color: var(--theme-color);
}
.icon-btn.style2 {
    background-color: var(--theme-color);
    color: var(--white-color);
    border: none;
    border-radius: 99px;
}
.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);
  }  
  .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-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, var(--theme-color2) 0%, var(--gr-color2) 100%) !important;
    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-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;
}
.gallery-card:hover .icon-btn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.gallery-card .icon-btn {
    z-index: 3;
    background-color: var(--white-color);
    color: var(--theme-color);
}
.icon-btn.style2 {
    background-color: var(--theme-color);
    color: var(--white-color);
    border: none;
    border-radius: 99px;
}
.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;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.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 svg {
    color: var(--theme-color);
    border-radius: 50%;
    background: white !important;
}
.scroll-top:after {
    content: "\f062";
    font-family: var(--icon-font);
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: var(--theme-color);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid var(--theme-color);
    box-shadow: none;
    border-radius: 50%;
}

.scroll-top svg path {
    fill: none;
  }
  
  .scroll-top .progress-circle path {
    stroke: var(--theme-color);
    stroke-width: 20px;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
  }
  .gallery-arrow3:before {
    content: '';
    height: 1px;
    width: 98%;
    background-color: #4a4c57;
    position: absolute;
    top: calc(var(--icon-size) / 2);
    left: 1%;
}

.footer-layout2 {
    --body-color: #838B9F;
    background-color: #340024 !important;
}
.footer-wrapper {
    --border-color: rgba(255, 255, 255, 0.3);
    --body-color: #838B9F;
    position: relative;
    z-index: 2;
    background-color: #101018;
    overflow: hidden;
}
.widget-area {
    padding-top: 100px;
}
.footer-inline {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.footer-widget, .footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: none;
}

.footer-widget {
    margin-bottom: 50px;
}
.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;
}
.th-widget-about {
    max-width: 315px;
}
.th-widget-about {
    max-width: 315px;
}
.about-logo img {
    width: 75%;
}

.footer-widget .widget_title {
    color: var(--white-color);
    font-weight: 600;
    line-height: 24px;
}
.widget_title {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 24px;
}
.footer-contact, .footer-contact span a {
    color: white !important;
    font-size: 14px;
}
.dark-theme .copyright-wrap {
    background-color: #27282E;
    border-top: 2px solid white;
}
.copyright-wrap {
    padding: 18px 0;
    background-size: 100% auto;
    background-color: var(--title-color);
}
.copyright-wrap .copyright-text {
    color: var(--white-color);
}

.copyright-text {
    margin: 0;
}
.footer-layout2 .th-social a {
    background-color: #27282E;
    color: var(--white-color) !important;
}

.footer-wrapper .th-social a {
    background-color: #27282E;
    color: var(--white-color);
}
.footer-links a {
    font-family: inherit;
    color: var(--white-color);
}
.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: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 99px;
}

.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;
}
.th-menu-toggle {
    width: 56px;
    height: 56px;
    padding: 0;
    font-size: 20px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 99px;
}
.header-layout2 .th-menu-toggle {
    margin-left: auto;
    margin-top: -76px;
}