/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

@-webkit-keyframes Bins_animation_1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  75% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes Bins_animation_1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  75% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes Bins_animation_2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  75% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes Bins_animation_2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  75% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes Bins_animation_3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes Bins_animation_3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes Bins_animation_4 {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0);
    transform: translate(-300px, 151px) rotate(0);
  }

  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
    transform: translate(251px, -200px) rotate(180deg);
  }
}

@keyframes Bins_animation_4 {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0);
    transform: translate(-300px, 151px) rotate(0);
  }

  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
    transform: translate(251px, -200px) rotate(180deg);
  }
}

@-webkit-keyframes Bins_animation_5 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(111px, 72px) rotate(72deg);
    transform: translate(111px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(93px, 122px) rotate(108deg);
    transform: translate(93px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-70px, 72px) rotate(124deg);
    transform: translate(-70px, 72px) rotate(124deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}

@keyframes Bins_animation_5 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(111px, 72px) rotate(72deg);
    transform: translate(111px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(93px, 122px) rotate(108deg);
    transform: translate(93px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-70px, 72px) rotate(124deg);
    transform: translate(-70px, 72px) rotate(124deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}

/*global area*/
/*----------------------------------------------------*/
html {
  scroll-behavior: smooth;
  background-color: #000;
}
body {
  background-color: #000;
}
body::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 1);
}

body::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 30px;
  background-color: #23510d;
}

#ScrollSmoother-wrapper {
  z-index: -1;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}

.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}

.ul-li-block ul li {
  display: block;
  list-style: none;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #181d2a url("../images/loader.svg") no-repeat center center;
}

.scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background: rgb(110, 255, 41);
}

.scrollup i {
  color: #fff;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.relative-position {
  position: relative;
}

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.pera-content p {
  margin-bottom: 0;
}

.scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-color: #23510d;
}

.scrollup i {
  color: #fff;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.bi-header-section {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  position: absolute;
  background-color: #000;
}

.bi-header-section .nav {
  display: inherit;
}

.bi-header-section .dropdown {
  position: relative;
}

.bi-header-section .dropdown:after {
  top: 5px;
  color: #b29441;
  right: -15px;
  content: "\f107";
  font-size: 14px;
  font-weight: 700;
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.bi-header-section .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}

.bi-header-section .dropdown-menu {
  left: 0;
  top: 65px;
  z-index: 100;
  margin: 0px;
  padding: 20px 0;
  height: auto;
  min-width: 250px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: #000;
  border-radius: 2px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bi-header-section .dropdown-menu .dropdown-menu {
  top: 30px;
  left: -100%;
  min-width: 250px;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
}

.bi-header-section .dropdown-menu .dropdown-menu a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.bi-header-section .dropdown-menu .dropdown-menu a:before {
  display: none;
}

.bi-header-section .dropdown-menu li {
  display: block;
  margin: 0 !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.bi-header-section .dropdown-menu li:last-child {
  border-bottom: none;
}

.bi-header-section .dropdown-menu li:after {
  top: 8px;
  right: 15px;
  font-size: 16px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.bi-header-section .dropdown-menu li.dropdown:hover .dropdown-menu {
  top: 0;
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
}

.bi-header-section .dropdown-menu a {
  width: 100%;
  display: block;
  position: relative;
  padding: 10px 30px !important;
  color: #b29441 !important;
  font-weight: 300 !important;
}

.bi-header-section .dropdown-menu a:before {
  display: none;
}

.bi-header-section .dropdown-menu a:hover {
  padding-left: 40px !important;
  color: #ffffff !important;
}

.bi-header-section .bi-header-cta-btn-grp {
  margin-left: 25px;
}

.bi-header-section .bi-header-cta-btn-grp button {
  padding: 0;
  color: #fff;
  border: none;
  font-size: 18px;
  margin-left: 23px;
  background-color: transparent;
}

.bi-header-section .bi-header-cta-btn-grp .cart-btn span {
  top: 3px;
  right: -10px;
  width: 15px;
  color: #fff;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 9px;
  font-weight: 800;
  position: absolute;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--base-color);
}

.bi-header-section .bi-header-cta-btn-grp .offcanves-btn {
  margin-left: 40px;
}

.bi-header-section .bi-header-cta-btn-grp .offcanves-btn button {
  width: 58px;
  height: 58px;
  border-radius: 100%;
  background-color: #272727;
}

.bi-header-section.sticky-on {
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
  position: fixed;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  background-color: #000;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.bi-header-section.sticky-on .bi-header-content {
  padding: 12px 0px;
}

.bi-header-section.sticky-on .dropdown-menu {
  top: 55px;
}

.bi-header-section.header-style-one .bi-header-content {
  margin: 0 auto;
  padding: 20px 0px;
  max-width: 1550px;
}

.bi-header-section.header-style-one .bi-header-social {
  margin-left: 50px;
}

.bi-header-section.header-style-one .bi-header-social a {
  color: #fff;
  font-size: 15px;
  margin-left: 15px;
}

.bi-header-section.header-style-one .bi-header-social a:hover {
  color: var(--base-color);
}

.bi-header-section .hap-megamenu {
  position: static !important;
}

.bi-header-section .hap-megamenu:after {
  display: none;
}

.bi-header-section .hap-megamenu .dropdown-menu {
  left: 0;
  right: 0;
  top: 80%;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  max-width: 1230px;
}

.bi-header-section .hap-megamenu .hap-megamenu-item {
  margin: 10px;
}

.bi-header-section .hap-megamenu .hap-menu-btn-grp {
  left: 0;
  top: 60%;
  right: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.bi-header-section .hap-megamenu .hap-menu-btn-grp a {
  width: 100px;
  margin: 0 auto;
  white-space: nowrap;
  margin-bottom: 8px;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 8px 10px !important;
  background-color: var(--base-color);
}

.bi-header-section .hap-megamenu .hap-menu-btn-grp a:hover {
  color: var(--base-color);
  background-color: #fff;
}

.bi-header-section .hap-megamenu .hap-megamenu-item h3 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
}

.bi-header-section .hap-megamenu .hap-megamenu-item:hover .hap-menu-btn-grp {
  top: 50%;
  opacity: 1;
}

.bi-header-section.header-style-two.sticky-on {
  background-color: #000000;
}

.bi-header-section.header-style-two.sticky-on .bi-header-content {
  padding: 10px 15px;
}

.bi-header-section.header-style-two .bi-header-content {
  margin: 0 auto;
  padding: 0px 15px;
}

.bi-header-section.header-style-two
  .bi-header-main-navigation
  .main-navigation {
  font-family: "Outfit", sans-serif;
}

.bi-header-section.header-style-two
  .bi-header-main-navigation
  .main-navigation
  li {
  margin: 0px 15px;
}

.bi-header-section.header-style-two
  .bi-header-main-navigation
  .main-navigation
  li
  a {
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.bi-header-section.header-style-two
  .bi-header-cta-btn-grp
  .bi-header-search
  button {
  padding: 0;
  color: #fff;
  border: none;
  font-size: 20px;
  background-color: transparent;
}

.bi-header-section.header-style-two .bi-header-cta-btn-grp .cta-btn-info {
  margin-left: 40px;
}

.bi-header-section.header-style-two
  .bi-header-cta-btn-grp
  .cta-btn-info
  .inner-icon {
  width: 50px;
  height: 50px;
  margin-right: 18px;
  border-radius: 100%;
  background-color: #fff;
  color: var(--base-color);
}

.bi-header-section.header-style-two
  .bi-header-cta-btn-grp
  .cta-btn-info
  .inner-text
  span,
.bi-header-section.header-style-two
  .bi-header-cta-btn-grp
  .cta-btn-info
  .inner-text
  a {
  display: block;
}

.bi-header-section.header-style-two
  .bi-header-cta-btn-grp
  .cta-btn-info
  .inner-text
  span {
  color: #f8762b;
  font-size: 12px;
}

.bi-header-section.header-style-two
  .bi-header-cta-btn-grp
  .cta-btn-info
  .inner-text
  a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.bi-header-section.header-style-three .bi-header-content {
  padding: 17px 60px;
}

.bi-header-section.header-style-three .bi-header-content .brand-logo {
  max-width: 135px;
}

.bi-header-section.header-style-three .bi-header-cta-btn-grp .cart-btn span {
  background-color: #fff;
  color: var(--base-color);
}

.bi-header-section.header-style-three .bi-header-cta-btn-grp .cart-btn button {
  margin-left: 0;
}

.bi-header-cta-btn-grp .bi-btn-2 a {
  white-space: nowrap;
}

.bi-header-main-navigation .main-navigation {
  font-family: "Outfit";
}

.bi-header-main-navigation .main-navigation li {
  margin: 0 28px;
}

.bi-header-main-navigation .main-navigation li a {
  color: #fff;
  padding-bottom: 10px;
}

.bi-header-main-navigation .main-navigation li a.active {
  color: #fff;
}

.bi-header-main-navigation .main-navigation li:hover a {
  color: #ffffff;
}

.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 270px;
  overflow-y: scroll;
  /* background-color: #503c56; */
  padding: 20px 35px 35px 35px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}

.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}

.mobile_menu_content .dropdown:after {
  display: none;
}

.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 10px 10px 0 !important;
}

.mobile_menu_content .m-brand-logo {
  width: 100px;
  margin: 50px 0;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  right: 0px;
  top: -35px;
  z-index: 5;
  color: #fff;
  display: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 38px;
  position: absolute;
  text-align: center;
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}

.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.mobile_menu
  .mobile_menu_content
  .mobile-main-navigation
  .navbar-nav
  .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}

.mobile_menu
  .mobile_menu_content
  .mobile-main-navigation
  .navbar-nav
  .dropdown-menu
  li {
  border: none;
  padding: 0 10px;
  line-height: 1;
}

.mobile_menu
  .mobile_menu_content
  .mobile-main-navigation
  .navbar-nav
  .dropdown-menu
  li:hover {
  background-color: transparent;
}

.mobile_menu
  .mobile_menu_content
  .mobile-main-navigation
  .navbar-nav
  .dropdown-menu
  li
  a {
  color: #b29441 !important;
}

.mobile_menu
  .mobile_menu_content
  .mobile-main-navigation
  .navbar-nav
  .dropdown-menu
  li
  a:hover {
  color: #ffffff;
  background-color: transparent;
}

.mobile_menu .dropdown {
  position: relative;
}

.mobile_menu .dropdown .dropdown-btn {
  color: #b29441;
  position: absolute;
  top: 3px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}

.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile_menu .mobile_menu_close {
  top: 25px;
  right: 25px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  position: absolute;
}

.mobile_menu .mobile-search-bar {
  margin-bottom: 40px;
}

.mobile_menu .mobile-search-bar input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #616161;
  background-color: transparent;
}

.mobile_menu .mobile-search-bar input::-webkit-input-placeholder {
  color: #616161;
}

.mobile_menu .mobile-search-bar input::-moz-placeholder {
  color: #616161;
}

.mobile_menu .mobile-search-bar input:-ms-input-placeholder {
  color: #616161;
}

.mobile_menu .mobile-search-bar input::-ms-input-placeholder {
  color: #616161;
}

.mobile_menu .mobile-search-bar input::placeholder {
  color: #616161;
}

.mobile_menu .mobile-search-bar button {
  top: 0;
  right: 0;
  color: #fff;
  padding: 0;
  height: 50px;
  border: none;
  position: absolute;
  background-color: transparent;
}

.mobile_menu .bi-mobile-header-social {
  margin-top: 40px;
}

.mobile_menu .bi-mobile-header-social a {
  color: #fff;
  margin: 0px 8px;
  font-size: 15px;
}

.mobile_menu .bi-mobile-header-social a:hover {
  color: var(--base-color);
}

.bi-header-main-navigation .main-navigation .navbar-nav .nav-link {
  display: initial;
  margin: 0 5px;
}

/*---------------------------------------------------- */
/********************* HOME PAGE 1 **************************/
/*Slider area*/
/*----------------------------------------------------*/
.bi-slider-section {
  overflow: hidden;
  padding-top: 100px;
}

.bi-slider-content {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1550px;
  border-radius: 10px;
}

@-webkit-keyframes moveAnimation {
  0% {
    left: 0;
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    left: 0;
  }
}

@keyframes moveAnimation {
  0% {
    left: 0;
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes moveAnimation2 {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

@keyframes moveAnimation2 {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

/*---------------------------------------------------- */
/*Skill Logo area*/
/*----------------------------------------------------*/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*---------------------------------------------------- */
/********************* HOME PAGE 2 **************************/
/*Global area*/
/*----------------------------------------------------*/
.home-2 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 200;
  font-family: "Outfit", sans-serif;
  /* background-color: #4a3251 ; */
}

.home-2 .headline h1,
.home-2 .headline h2,
.home-2 .headline h3,
.home-2 .headline h4,
.home-2 .headline h5,
.home-2 .headline h6 {
  font-family: "Outfit", sans-serif;
  font-size: 55px;
}

/*---------------------------------------------------- */
/*Banner area*/
/*----------------------------------------------------*/
.bi-banner-section {
  overflow: hidden;
  background-color: #000000;
  background-size: cover;
  position: relative;
}

@keyframes animateBg {
  0% {
    background-position: 100% 0%;
  }

  100% {
    background-position: 0% 0%;
  }
}

.bi-banner-content .banner_img_1 {
  top: 14%;
  left: -50px;
  width: 30%;
  -webkit-animation: pulse 2s infinite linear alternate;
  animation: pulse 2s infinite linear alternate;
}

.bi-banner-content .banner_img_3 {
  left: 183px;
  top: 153px;
  -webkit-animation: Bins_animation_3 10s infinite linear alternate;
  animation: Bins_animation_3 10s infinite linear alternate;
}

.bi-banner-content .banner_img_2 {
  left: 18%;
  bottom: 150px;
  -webkit-animation: Bins_animation_3 3s infinite linear alternate;
  animation: Bins_animation_3 3s infinite linear alternate;
}

.bi-banner-content .banner_img_4 {
  top: 14%;
  right: -50px;
  -webkit-animation: pulse 2s infinite linear alternate;
  animation: pulse 2s infinite linear alternate;
  width: 30%;
}

.bi-banner-content .banner_img_5 {
  right: 18%;
  top: 27%;
  -webkit-animation: Bins_animation_3 6s infinite linear alternate;
  animation: Bins_animation_3 6s infinite linear alternate;
}

.bi-banner-text {
  margin: 0 auto;
  max-width: 775px;
  padding: 80px 0px 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.bi-banner-text h1 {
  color: #fff;
  font-size: 75px;
  font-weight: 700;
  padding-bottom: 20px;
}

.bi-banner-text p {
  color: #cecece;
  margin: 0 auto;
  max-width: 670px;
  padding-bottom: 62px;
}

.register-section {
  display: inline-flex;
}

.brand-logo img {
  width: 80%;
}
.brand-logo img:nth-of-type(2) {
  width: 70%;
  padding-left: 10px;
}

.bi-btn-3.bi-btn-area {
  width: 50%;
}

.cta-btn-area a {
  border-radius: 10px;
  background-color: rgb(110, 255, 41);
  color: #000;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Outfit";
  text-align: center;
}

.bi-footer-section-2 {
  background-color: #23510d;
}

.bi-footer-section-2 h2 {
  font-size: 30px;
  font-weight: 600;
}

.bi-footer-section-2 span {
  font-size: 20px;
  font-weight: 200;
}

.bi-footer-section-2 span a:hover {
  color: rgb(110, 255, 41);
}

.bi-footer-section-2 p {
  font-size: 16px;
  font-weight: 200;
}

.bi-footer-cta-social {
  vertical-align: top;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bi-footer-cta-social ul {
  display: flex;
  list-style: none;
  padding: 0;
}

.bi-footer-cta-social li {
  margin-right: 20px;
}

.bi-footer-cta-social li i {
  background-color: #3b3737;
  padding: 10px;
  border-radius: 10px;
}

.bi-footer-cta-content-2 {
  padding: 50px 0px 20px 0;
  border-bottom: 1px solid #ffffff;
}

.bi-footer-copyright-2 {
  padding: 20px 0;
}

.bi-footer-copyright-2 .container {
  display: flex;
}

.bi-footer-copyright-content-2 {
  width: 50%;
}

.bi-footer-copyright-content-3 {
  width: 50%;
  text-align: right;
}

.bi-footer-copyright-content-3 a:hover {
  color: #b29441;
}

/*End*/
@media screen and (min-device-width: 1200px) and (max-device-width: 1500px) {
  .bi-header-section.header-style-two
    .bi-header-main-navigation
    .main-navigation
    li
    a {
    font-size: 13px;
    font-weight: 300;
    padding-bottom: 40px;
  }
}

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1500px) {
  .bi-header-section.header-style-one .bi-header-content {
    padding: 20px 15px;
  }

  .bi-header-section.header-style-two
    .bi-header-main-navigation
    .main-navigation
    li {
    margin: 0px 15px;
  }

  .bi-header-section.header-style-two .bi-header-cta-btn-grp .cta-btn-info {
    margin-left: 20px;
  }

  .bi-header-section.header-style-two
    .bi-header-cta-btn-grp
    .cta-btn-info
    .inner-icon {
    margin-right: 10px;
  }

  .bi-banner-content .banner_img_2 {
    bottom: 50px;
  }
}

@media screen and (max-width: 1300px) {
  .bi-header-section.header-style-two .bi-header-cta-btn-grp .cta-btn-info {
    display: none !important;
  }

  .bi-footer-cta-content-2 .bi-footer-newslatter-form span {
    margin-right: 20px;
  }

  .bi-sponsor-section-3 .sponsor-bg {
    top: -105px;
  }

  .bi-career-feed-item .inner-img-text {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .mobile_menu_button {
    display: block;
  }

  .bi-header-main-navigation {
    display: none;
  }

  .bi-header-section.header-style-one .bi-header-social {
    display: none;
  }

  .bi-header-section.header-style-one .bi-header-cta-btn-grp .offcanves-btn {
    display: none;
  }

  .bi-header-section.header-style-one .bi-header-cta-btn-grp {
    margin-left: 0;
    margin-right: 45px;
  }

  .bi-header-section.header-style-one .bi-header-content {
    padding: 20px 15px;
  }

  .bi-header-section.header-style-two .bi-header-cta-btn-grp .bi-header-search {
    display: none;
  }

  .bi-header-cta-btn-grp .bi-btn-2 {
    margin-right: 40px;
  }

  .bi-header-section.header-style-two .mobile_menu_button {
    top: -50px;
  }

  .bi-footer-widget-2 .menu-widget {
    padding-left: 0;
  }

  .bi-footer-widget-2 {
    margin-bottom: 30px;
  }

  .bi-footer-cta-content-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bi-footer-cta-content-2 .bi-footer-cta-social-area {
    width: 100%;
    padding-bottom: 30px;
  }

  .bi-footer-cta-content-2 .bi-footer-newslatter-form {
    width: 100%;
    padding-left: 0;
  }

  .bi-header-section.header-style-three .bi-header-cta-btn-grp .offcanves-btn {
    display: none;
  }

  .bi-header-section.header-style-three {
    background-color: var(--base-color);
  }

  .bi-header-section.header-style-three .bi-header-cta-btn-grp .cart-btn {
    margin-right: 40px;
  }

  .bi-header-section.header-style-three .mobile_menu_button {
    top: -52px;
    right: 0px;
  }

  .bi-header-section .hap-megamenu {
    position: relative !important;
  }
}

@media screen and (max-width: 767px) {
  .cta-btn-area {
    width: 60%;
  }

  .bi-header-logo-main-menu {
    justify-content: space-between;
  }

  .bi-footer-cta-content {
    padding: 65px 50px;
  }

  .bi-footer-social-content ul li {
    font-size: 18px;
  }
}

@media screen and (max-width: 680px) {
  .bi-footer-cta-content .bi-footer-cta-text {
    padding-bottom: 15px;
    text-align: center;
  }

  .bi-footer-social-content ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bi-footer-social-content ul li {
    margin: 0px 8px;
  }

  .bi-header-section.header-style-two .bi-header-content {
    padding: 20px 15px;
  }

  .bi-banner-text p {
    padding-bottom: 30px;
  }
}

.brand-logo {
  width: 22%;
  padding: 5px 0;
}

.logo-footer.wow.fadeInUp img {
  width: 60%;
}

.bi-banner-section video {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bi-banner-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding: 50px 0;
}

.ias-cluster {
  background-color: rgba(0, 0, 0, 0.6);
  margin-bottom: 10px;
  padding: 50px 0px;
}

.ias-cluster img {
  width: 100%;
  padding: 10px 60px;
  margin-bottom: 40px;
}

.ias-cluster a {
  border-radius: 10px;
  background-color: #6eff29;
  padding: 10px 25px;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 400;
  font-family: "Outfit";
  text-align: center;
}

.about-btn a {
  border-radius: 10px;
  background-color: #6eff29;
  padding: 10px 25px;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 400;
  font-family: "Outfit";
  text-align: center;
}
.speaker-btn {
  padding-top: 50px;
}

.about-section {
  padding-bottom: 50px;
}

.event-details {
  background-image: url(../images/ias/about-bg.jpg);
  background-size: cover;
  background-color: #000000;
  padding-bottom: 50px;
  background-repeat: no-repeat;
}

.event-details p {
  font-size: 21px;
  line-height: 46px;
  color: #6eff29;
  font-weight: bold;
  font-family: "Outfit";
  text-align: center;
  margin: 0;
}
div#essence {
  padding-top: 50px;
}
.dates-row {
  display: flex;
  justify-content: space-around;
  margin: 15px 0;
}

.vertical-line img {
  width: 100%;
  height: 100px !important;
  max-width: 1px;
  display: flex;
  justify-content: center;
  margin: 0px auto 20px;
}

.about-details,
.events,
.location-details {
  text-align: center;
}

.events {
  background-color: #23510d;
  margin: 0 20px 50px;
}

.play-fair {
  font-family: "Outfit";
  text-align: center;
  font-weight: bold;
}

.green-color {
  font-size: 17px;
  color: rgb(110, 255, 41);
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

.about-details h2,
.location-details h2,
.attendee-details h2,
.partner-slider h2 {
  font-size: 30px;
  line-height: 46px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Outfit";
  text-align: center;
}

.location img {
  width: 100%;
  height: auto;
  /* Maintain aspect ratio */
  display: block;
}

.about-details strong {
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}

.about-details p {
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  font-weight: 100;
  font-family: "Outfit";
  text-align: center;
}

.container-fluid {
  padding: 0;
}
.essence-details .col-lg-4 {
  background-color: rgba(35, 81, 13, 0.65);
  margin: 0 10px;
  border-radius: 20px;
  padding: 25px;
  position: relative;
  text-align: center;
  width: 28%;
}

.essence-details h2 {
  font-size: 17px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  height: 55px;
  font-family: "Outfit";
}

.essence-details .col-lg-4::before {
  content: "";
  position: absolute;
  left: -1%;
  top: 10%;
  transform: translateX(-50%);
  width: 8px;
  height: 80%;
  background-color: white;
  z-index: 1;
}

.essence-details p {
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Outfit";
  text-align: left;
  margin: 20px 0;
}

.location-section {
  position: relative;
  text-align: center;
  background-color: #000;
  padding-bottom: 150px;
}
.attendee-section {
  position: relative;
  text-align: center;
  background-color: #000;
  padding-bottom: 50px;
}
.attendee-details p {
  margin: 20px 0 10px;
}

.location-image {
  position: relative;
  padding-top: 50px;
}

.location-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.overlay-content {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -30%);
  background-color: rgba(0, 128, 0, 0.8);
  padding: 30px 40px;
  border-radius: 10px;
  text-align: center;
  width: 55%;
}

.venue-name {
  font-family: "Outfit", serif;
  font-size: 2rem;
  font-weight: bold;
  color: #d4ff00;
  margin: 0;
}

.venue-address {
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
  margin: 5px 0 0;
  color: #ffffff;
}

.divider-line {
  text-align: center;
  margin-top: 20px;
}

.divider-line img {
  height: 50px;
  width: auto;
}

.attendee-section {
  background-color: #000;
  color: #fff;
  text-align: center;
}
.attendee-profiles {
  margin-top: 30px;
}

.attendee-border {
  border: 1px solid #fff;
  padding: 10px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 20px auto;
}

.profile-item {
  margin: 0;
  width: 180px;
  height: 180px;
  background: #163308;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0px 0px 25px;
}

.icon-circle {
  width: 100px;
  height: 100px;
  background-color: #122c05;
  border-radius: 50%;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-circle img {
  width: 50px;
  height: 50px;
}

.profile-item p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
h2 {
  font-size: 30px;
}

.iamai {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.iamai img {
  width: 40%;
  display: flex;
  justify-content: space-between;
}
.ias-image {
  width: 30% !important;
}
.speaker-section {
  background-image: url(../images/ias/speaker-bg.jpg);
  background-size: 100%;
  background-color: #000000;
  padding-bottom: 50px;
  background-position: center;
  background-repeat: no-repeat;
}
.speaker-card {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5vmin;
  overflow: hidden;
}
.card {
  flex: 1.8;
  transition: all 0.8s ease;
  min-height: 65vmin;
  height: fit-content;
  position: relative;
  background-color: #23510d;
  margin-right: 1em;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  transition: flex-grow 0.8s ease, background-color 0.8s ease;
}

.card:last-child {
  margin-right: 0;
}

.card img {
  transition: width 0.8s ease, height 0.8s ease;
  object-fit: contain;
  width: 100%;
}

.card__head {
  color: rgb(110, 255, 41);
  background: transparent;
  font-size: 26px;
  text-align: left;
  font-family: "Outfit";
  font-weight: 700;
  transform: rotate(90deg);
  transform-origin: center;
  order: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  top: 150px;
  width: 300px;
}

.card__head__below {
  display: none;
  color: white;
  background-color: #000 !important;
  text-align: center;
  font-family: "Outfit";
  background: transparent;
  width: 100%;
}

.card.active {
  flex-grow: 5;
  flex-direction: column;
  background-color: #23510d;
  justify-content: flex-end !important;
  display: inline-table;
}

.card.active img {
  width: 100%;
}

.card.active .card__head {
  display: none;
}

.card.active .card__head__below {
  display: block;
  padding: 20px 0;
}

.card:not(.active) .card__head {
  display: block;
}

.card:not(.active) .card__head__below {
  display: none;
}

/* Hover effects */
.card:hover .card__head {
  display: none;
}

.card:hover .card__head__below {
  display: block;
}
p.name {
  margin: 0;
  color: rgb(110, 255, 41);
  font-weight: 700;
  font-size: 22px;
}
p.desc {
  margin: 0;
  color: rgb(255, 255, 255);
  font-weight: 200;
  font-size: 15px;
}
p.company {
  margin: 0;
  color: rgb(110, 255, 41);
  font-weight: 400;
  font-size: 15px;
}
.register {
  background-color: #000;
}
.formcontainer {
  width: 50%;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  padding: 20px 0;
}

form {
  justify-content: center;
  align-items: center;
  margin: auto;
}
form h3 {
  font-size: 55px;
}
.be-a-partner {
  width: 50%;
  margin: 50px auto;
  padding: 5px 6px 10px 26px;
  font-family: "Montserrat", sans-serif;
}
.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: bold;
  margin-bottom: 5px;
}
.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;
  height: 50px;
  color: #000;
}
input[type="submit"] {
  background-color: rgb(110, 255, 41);
  color: #000;
  padding: 14px 20px;
  border-radius: 10px;
  margin: 10px 0px;
  border: none;
  cursor: pointer;
  width: 70%;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

.error-message,
.error {
  color: red;
  font-size: 14px;
  flex: 100%;
  margin-top: 5px;
}
.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: black;
  font-weight: 600;
  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;
  justify-content: space-between;
}
.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: #3284ff;
  border-color: #3284ff;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #3284ff;
  border-color: #3284ff;
  box-shadow: none;
}
button.btn.btn-info {
  background-color: #3284ff;
}
.form-group-name #prefix {
  margin-top: 15px;
}
.form-group-name {
  display: inline-flex;
}
.register-now {
  background-color: #3284ff !important;
  padding: 9px 40px !important;
}
.register-now:hover {
  background-color: #ffaf15 !important;
}
.modal-footer a {
  text-decoration: none;
}
.contact-details {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.partner-slider {
  width: 100%;
  padding: 50px 0;
}

.partner-swiper {
  padding: 20px 0;
}

.partner-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(110, 255, 41);
  border-radius: 10px;
}

.partner-swiper .swiper-slide img {
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
  padding: 5px 10px;
  transition: transform 0.3s ease;
}

.partner-swiper .swiper-slide img:hover {
  transform: scale(1.05);
}
@media only screen and (max-width: 767px) {
  .formcontainer {
    width: 80%;
    margin: auto;
    border-radius: 20px;
    font-family: "Montserrat", sans-serif;
    display: block;
    color: #fff;
    padding: 20px 0;
  }
  .iamai img {
    width: 90%;
  }
  .ias-image {
    width: 80% !important;
  }
  .contact-details {
    flex-direction: column;
  }
  .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;
  }
  form h3 {
    font-size: 25px !important;
  }
  .image-end-form {
    display: none !important;
  }
}
.image-end-form {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.register-height::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    #f9eff9,
    #ffffff,
    #fff2e0,
    #ffffff,
    #faf1fd,
    #ffffff,
    #f3edff
  );
  opacity: 0.6;
  z-index: -1;
  bottom: -130px;
  transform: skewY(-3deg);
  transform-origin: 0;
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
}
form h3 {
  font-size: 55px;
}
.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;
}

section#agenda {
  width: 80%;
  margin: 20px auto;
  position: relative;
}
section#agenda article:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0 0 0 -1px;
  width: 3px;
  height: 100%;
  background: rgba(255, 255, 255, 1);
}
section#agenda article {
  width: 100%;
  margin: 0 0 20px 0;
  position: relative;
}
section#agenda article:after {
  content: "";
  display: block;
  clear: both;
}
section#agenda article div.inner {
  width: 48%;
  float: right;
  margin: 5px 0 0 0;
  border-radius: 6px;
  text-align: right;
}
section#agenda article:nth-child(2n + 2) div.inner {
  text-align: left !important;
}
section#agenda article div.inner span.date {
  display: block;
  width: 60px;
  height: 50px;
  padding: 5px 0;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -32px;
  border-radius: 100%;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  background: #25303b;
  color: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 7px #25303b;
}

section#agenda article div.inner h2 {
  margin: 0;
  color: rgb(110, 255, 41);
  font-size: 20px;
  font-family: "Outfit";
  font-weight: 600;
}
section#agenda article div.inner h2:after {
  content: "";
  position: absolute;
  top: 20px;
  right: -5px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
}
section#agenda article div.inner p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Outfit";
}
section#agenda article:nth-child(even) h2,
section#agenda article:nth-child(even) p {
  text-align: right;
}
section#agenda article:nth-child(odd) h2,
section#agenda article:nth-child(odd) p {
  text-align: left;
}
section#agenda article:nth-child(2n + 2) div.inner {
  float: left;
}
section#agenda article:nth-child(2n + 2) div.inner h2:after {
  left: -5px;
}
.agenda-details h2 {
  font-size: 30px;
  font-family: "Outfit";
  font-weight: 500;
  line-height: 50px;
  padding-bottom: 50px;
}
div#essence .container {
  max-width: 70%;
}
.iamai a {
  display: flex;
  justify-content: center;
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1299px) {
  .about-section .container {
    max-width: 1000px;
  }
  div#essence .container {
    max-width: 900px;
  }
  .ias-cluster {
    background-color: rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
    padding: 50px 0px 20px;
  }
  .bi-banner-content {
    height: 500px;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .brand-logo {
    width: 25%;
  }
  .card.active img {
    height: auto;
  }
  .card.active {
    flex-grow: 15;
  }
  .card {
    min-height: 50vmin;
    margin-right: 10px;
    flex: 2.8;
  }
  .speaker-card {
    margin: 10px;
  }
  .card__head {
    font-size: 15px;
    top: 100px;
  }
  .card__head__below {
    padding: 10px 0 !important;
  }
  p.name,
  p.desc {
    font-size: 8px;
  }
  .cta-btn-area {
    display: none;
  }
  .essence-details .col-lg-4 {
    width: 98%;
    margin: 10px;
  }
  .dates-row {
    flex-direction: column;
  }
  .overlay-content {
    width: 100%;
  }
  .location-section {
    padding-bottom: 150px;
  }
}
@media (max-width: 450px) {
  .card {
    min-height: 60vmin;
    margin-right: 10px;
    flex: 1.8;
  }
}
