/*
@File: Elkevent Template Styles

* This file contains the styling for the actual tepmlate, this
is the file you need to edit to change the look of the
tepmlate.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Preloader CSS
** - Navbar CSS
** - Main Banner CSS
** - About CSS
** - Why Choose Us CSS
** - CTA CSS
** - Speakers CSS
** - Schedule CSS
** - FunFacts CSS
** - Pricing CSS
** - Partner CSS
** - Blog CSS
** - Buy Tickets CSS
** - Subscribe CSS
** - Page Title CSS
** - Login CSS
** - Signup CSS
** - 404 Error CSS
** - FAQ CSS
** - Coming Soon CSS
** - Pagination CSS
** - Blog Details CSS
** - Sidebar CSS
** - Contact Us CSS
** - Footer CSS
** - Back To Top CSS
*/
/*================================================
Default CSS
=================================================*/
/*@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700");
/*signature*/
/*
.signature img {
  height: 60px;
}
.partner:hover {
  transform: scale(1.04);
}
.partner {
  transition: 0.3s;
}
/* sidepanel css start */
.sidepanel {
  width: 250px;
  position: fixed;
  z-index: 1000;
  height: 350px;
  top: 0;
  font-size: 20px;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  margin-right: -250px;
}

.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}
.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn {
  font-size: 25px;
  cursor: pointer;
  background-color: #1110;
  color: white;
  padding: 10px 15px;
  border: none;
}
*/
/* sidepanel css end */
/*
body {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.9;
  color: #707070;
  margin-bottom: 15px;
  font-size: 15px;
}

p:last-child {
  margin-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #0d1028;
}

/*btn btn-primary*/
/*
.btn {
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  -webkit-box-shadow: 0 8px 6px -6px rgba(50, 51, 51, 0.4);
  box-shadow: 0 8px 6px -6px rgba(50, 51, 51, 0.4);
  border: none;
  padding: 15px 30px;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-primary {
  color: #ffffff;
  background: #0d1028;
  position: relative;
  z-index: 1;
}

.btn-primary::before,
.btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  width: 51%;
  background: #ff2d55;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-primary::before {
  left: 0;
}

.btn-primary::after {
  right: 0;
}

.btn-primary:hover::before,
.btn-primary:hover::after,
.btn-primary:focus::before,
.btn-primary:focus::after {
  width: 0;
}

.btn-primary.focus,
.btn-primary:focus {
  -webkit-box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
  box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #0d1028;
  color: #ffffff;
  -webkit-box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
  box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
  box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  background: #0d1028;
  color: #ffffff;
}

.btn-primary.disabled,
.btn-primary:disabled {
  opacity: 1;
  background: #0d1028;
}

.btn-secondary {
  color: #ffffff;
  background: #0d1028;
  position: relative;
  z-index: 1;
}

.btn-secondary::before,
.btn-secondary::after {
  content: "";
  position: absolute;
  top: 0;
  width: 51%;
  background: #00acee;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-secondary::before {
  left: 0;
}

.btn-secondary::after {
  right: 0;
}

.btn-secondary:hover::before,
.btn-secondary:hover::after,
.btn-secondary:focus::before,
.btn-secondary:focus::after {
  width: 0;
}

.btn-secondary.focus,
.btn-secondary:focus {
  -webkit-box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
  box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
  color: #ffffff;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: #0d1028;
  color: #ffffff;
  -webkit-box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
  box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
  box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
  background: #0d1028;
  color: #ffffff;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  opacity: 1;
  background: #0d1028;
}

/*section-title*/
/*
.section-title {
  position: relative;
  margin-bottom: 60px;
  z-index: 1;
}

.section-title span {
  color: #ff2d55;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}

.section-title h2 {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-title h2 b {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(80%, rgba(0, 0, 0, 0)),
    color-stop(80%, #ff2d55)
  );
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, #ff2d55 80%);
  font-weight: unset;
  background-size: 100px 1.07em !important;
}

.section-title .btn {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -18px;
}

.section-title .bg-title {
  color: rgba(73, 57, 231, 0.05);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 140px;
  line-height: 120px;
  position: absolute;
  top: 0;
  right: 35%;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: -1;
  margin-top: -25px;
}

.section-title .bar {
  position: relative;
  width: 20px;
  height: 4px;
  background: #ff2d55;
  display: block;
}

.section-title .bar::after,
.section-title .bar::before {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
}

.section-title .bar::after {
  width: 25px;
  background: #00acee;
  right: -29px;
}

.section-title .bar::before {
  background: #efa506;
  width: 30px;
  right: -63px;
}

/*owl-carousel-btn*/
/*
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  line-height: 0.01;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  background: transparent;
  border: 1px solid #dfdfdf;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  position: relative;
}

.owl-theme .owl-dots .owl-dot:hover,
.owl-theme .owl-dots .owl-dot:focus {
  outline: 0;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot:focus span {
  background: #00acee;
  border-color: #00acee;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #ff2d55;
  border-color: #ff2d55;
}

/*form-control*/
/*
.form-group {
  margin-bottom: 20px;
}

.form-control {
  height: 60px;
  padding: 15px;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control:hover,
.form-control:focus,
.form-control.active {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-color: #ff2d55;
}

textarea.form-control {
  min-height: 150px;
}

/*================================================
Preloader CSS
=================================================*/
/*
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
  background: #0d1028;
}

.preloader .loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;
  margin: -80px 0 0 -75px;
  border-radius: 50%;
  border: 7px solid transparent;
  border-top-color: #ff2d55;
  -webkit-animation: spin 1.7s linear infinite;
  animation: spin 1.7s linear infinite;
  z-index: 11;
}

.preloader .loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 7px solid transparent;
  border-top-color: #efa506;
  -webkit-animation: spin-reverse 0.6s linear infinite;
  animation: spin-reverse 0.6s linear infinite;
}

.preloader .loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 7px solid transparent;
  border-top-color: #00acee;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-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);
  }
}

@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/*================================================
Navbar CSS
=================================================*/
/*
.elkevent-mobile-nav {
  display: none;
}

.elkevent-mobile-nav.mean-container .mean-nav ul li a.active {
  color: #ff2d55;
}

.elkevent-nav {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 15px;
  width: 100%;
  z-index: 999;
  height: auto;
}

.elkevent-nav nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.elkevent-nav nav .navbar-nav .nav-item {
  position: relative;
  padding: 15px 0;
  font-family: "Oswald", sans-serif;
}

.elkevent-nav nav .navbar-nav .nav-item a {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 13px;
  margin-right: 13px;
}

.elkevent-nav nav .navbar-nav .nav-item a:hover,
.elkevent-nav nav .navbar-nav .nav-item a:focus,
.elkevent-nav nav .navbar-nav .nav-item a.active {
  color: #ff2d55;
}

.elkevent-nav nav .navbar-nav .nav-item:hover a {
  color: #ff2d55;
}

.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  background: #0d1028;
  position: absolute;
  top: 80px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0;
}

.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 9px 15px;
  margin: 0;
  display: block;
  color: #ffffff;
}

.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #ff2d55;
}

.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: 220px;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}

.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
  text-transform: capitalize;
}

.elkevent-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.elkevent-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.elkevent-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #ff2d55;
}

.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -20px !important;
}

.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #ff2d55;
}

.elkevent-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.elkevent-nav nav .others-option {
  margin-left: 13px;
}

.elkevent-nav.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background-color: #0d1028 !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

/*================================================
Main Banner CSS
=================================================*/
/*
.main-banner {
  height: min(100vh);
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #0d1028;
  opacity: 0.77;
}

.slideshow-banner::before {
  z-index: 1;
}

.slideshow-banner .main-banner-content::before {
  display: none;
}

.slideshow-banner .slideshow {
  z-index: -1;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.slideshow-banner .slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: imageAnimation 24s linear infinite 0s;
  animation: imageAnimation 24s linear infinite 0s;
}

.slideshow-banner .slideshow li:nth-child(1) span {
  background-image: url(https://blog.lingoda.com/wp-content/uploads/2020/10/woman-giving-excellent-presentation-in-english.jpg);
}

.slideshow-banner .slideshow li:nth-child(2) span {
  background-image: url(https://blog.lingoda.com/wp-content/uploads/2020/10/woman-giving-excellent-presentation-in-english.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.slideshow-banner .slideshow li:nth-child(3) span {
  background-image: url(https://blog.lingoda.com/wp-content/uploads/2020/10/woman-giving-excellent-presentation-in-english.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.slideshow-banner .slideshow li:nth-child(4) span {
  background-image: url("https://blog.lingoda.com/wp-content/uploads/2020/10/woman-giving-excellent-presentation-in-english.jpg");
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.slideshow-banner .event-countdown {
  position: relative;
  right: 0;
  bottom: 0;
  text-align: left;
}

.slideshow-banner .event-countdown #days {
  margin-left: 0;
}

.video-banner {
  overflow: hidden;
}

.video-banner .video-background {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -2;
}

.item-bg1 {
  background-image: url(../../assets/img/main-bg1.jpg);
}

.item-bg2 {
  background-image: url(../../assets/img/main-bg2.jpg);
}

.item-bg3 {
  background-image: url(../../assets/img/main-bg3.jpg);
}

.item-bg4 {
  background-image: url(../../assets/img/main-bg4.jpg);
}

.item-bg5 {
  background-image: url(../../assets/img/main-bg5.jpg);
}

.main-banner-content {
  position: relative;
  z-index: 1;
}

.main-banner-content::before {
  content: "";
  position: absolute;
  top: -75px;
  width: 100%;
  max-width: 380px;
  text-align: center;
  height: 500px;
  left: 18%;
  margin-left: -190px;
  z-index: -1;
  border: 18px solid rgba(104, 89, 222, 0.24);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 60px 40px -40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 60px 40px -40px rgba(0, 0, 0, 0.3);
}

.main-banner-content h1 {
  color: #ffffff;
  margin: 0;
  font-weight: 600;
  font-size: 65px;
}

.main-banner-content h1 span {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(80%, rgba(0, 0, 0, 0)),
    color-stop(80%, #ff2d55)
  );
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, #ff2d55 80%);
  background-size: 100px 1.2em !important;
}

.main-banner-content h1 b:nth-of-type(1) {
  color: #efa506;
}

.main-banner-content h1 b:nth-of-type(2) {
  color: #ff2d55;
}

.main-banner-content h1 b:nth-of-type(3) {
  color: #ffffff;
  -webkit-animation: colorchange 20s;
  animation: colorchange 20s;
}

.main-banner-content h1 b:nth-of-type(4) {
  color: #00acee;
}

.main-banner-content ul {
  padding: 0;
  margin: 15px 0 35px;
  font-family: "Oswald", sans-serif;
  list-style-type: none;
}

.main-banner-content ul li {
  color: #dddddd;
  margin-right: 12px;
  font-size: 17px;
  display: inline-block;
}

.main-banner-content ul li i {
  margin-right: 3px;
  color: #ff2d55;
}

.main-banner-content ul li:last-child {
  margin-right: 0;
}

.main-banner-content p {
  color: #efa506;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.main-banner-content p span {
  color: #00acee;
}

.main-banner-content .button-box a {
  display: inline-block;
}

.main-banner-content .button-box .video-btn {
  margin-left: 20px;
  color: #dddddd;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}

.main-banner-content .button-box .video-btn i {
  width: 50px;
  display: inline-block;
  height: 50px;
  line-height: 51px;
  text-align: center;
  background-color: #00acee;
  border-radius: 50%;
  font-size: 17px;
  margin-right: 8px;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-banner-content .button-box .video-btn i::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  opacity: 0;
  border-radius: 50%;
  background: rgba(51, 102, 204, 0.5);
}

.main-banner-content .button-box .video-btn:hover,
.main-banner-content .button-box .video-btn:focus {
  color: #00acee;
}

.main-banner-content .button-box .video-btn:hover i,
.main-banner-content .button-box .video-btn:focus i {
  background-color: #ff2d55;
  color: #ffffff;
}

.main-banner-content.banner-content-center {
  margin: 50px auto 0;
  text-align: center;
}

.countdown-area {
  padding: 50px 0;
  background: #8dc63f;
}

.countdown-area .event-countdown {
  position: relative;
  right: 0;
  bottom: 0;
  text-align: center;
}

.countdown-area .event-countdown #timer div {
  margin: 0 55px;
}

.countdown-area .event-countdown #timer div#seconds {
  color: #ff2d55;
}

.event-countdown {
  position: absolute;
  right: 10%;
  bottom: 0;
  text-align: right;
}

.event-countdown #timer div {
  display: inline-block;
  font-size: 80px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 35px;
  position: relative;
}

.event-countdown #timer div#days {
  color: #ff2d55;
}

.event-countdown #timer div#hours {
  color: #00acee;
}

.event-countdown #timer div#hours span {
  right: -40px;
  margin-top: -12px;
}

.event-countdown #timer div#minutes {
  color: #ffffff;
}

.event-countdown #timer div#minutes span {
  right: -45px;
  margin-top: -12px;
}

.event-countdown #timer div#seconds {
  color: #efa506;
}

.event-countdown #timer div#seconds span {
  right: -48px;
  margin-top: -12px;
}

.event-countdown #timer span {
  display: block;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  margin-top: 0;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  right: -33px;
  top: 50%;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: -10px;
  letter-spacing: 2px;
}

@-webkit-keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

.shape1 {
  position: absolute;
  left: 70px;
  bottom: 70px;
  z-index: -1;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
  opacity: 0.6;
}

.shape2 {
  position: absolute;
  right: 70px;
  bottom: 70px;
  z-index: -1;
  opacity: 0.6;
}

.shape3 {
  position: absolute;
  left: 70px;
  top: 70px;
  z-index: -1;
  opacity: 0.6;
}

.shape4 {
  position: absolute;
  right: 100px;
  top: 100px;
  z-index: -1;
  opacity: 0.6;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes colorchange {
  0% {
    color: #ff2d55;
  }
  25% {
    color: #ffffff;
  }
  50% {
    color: red;
  }
  75% {
    color: #00acee;
  }
  0% {
    color: #efa506;
  }
}

@keyframes colorchange {
  0% {
    color: #ff2d55;
  }
  25% {
    color: #ffffff;
  }
  50% {
    color: red;
  }
  75% {
    color: #00acee;
  }
  0% {
    color: #efa506;
  }
}

.home-slides.owl-theme .owl-nav {
  margin-top: 0;
  line-height: 0.01;
}

.home-slides.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 60px;
  height: 60px;
  line-height: 63px;
  background-color: #00acee;
  border-radius: 0;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.7;
  margin-top: -50px;
  font-size: 28px;
}

.home-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: 10px;
}

.home-slides.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #ff2d55;
  color: #ffffff;
  opacity: 1;
  outline: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.banner-form {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 40px 25px;
  position: relative;
}

.banner-form::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #ffffff;
  width: 96%;
  opacity: 0.62;
  height: 50%;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
}

.banner-form form .form-control {
  border: 1px solid #eeeeee;
  font-size: 14px;
  border-radius: 2px;
}

.banner-form form label {
  color: #707070;
  margin-bottom: 8px;
  font-size: 15px;
}

.banner-form form select.form-control {
  height: 50px;
  cursor: pointer;
}

.banner-form form .btn {
  margin-top: 10px;
}

.banner-with-speaker {
  overflow: hidden;
}

.banner-with-speaker .main-banner-content {
  max-width: 630px;
}

.banner-with-speaker .container {
  position: relative;
}

.banner-image {
  position: absolute;
  top: -66px;
  right: 0;
  text-align: right;
}

/*================================================
About CSS
=================================================*/
/*
.about-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.about-content span {
  color: #ff2d55;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}

.about-content h2 {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.about-content h2 b {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(80%, rgba(0, 0, 0, 0)),
    color-stop(80%, #ff2d55)
  );
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, #ff2d55 80%);
  font-weight: unset;
  background-size: 100px 1.05em !important;
}

.about-content .signature {
  margin-top: 35px;
  margin-bottom: 35px;
}

.about-content .btn-primary {
  margin-right: 8px;
}

.about-image {
  position: relative;
}

.about-image .about-img1 {
  position: relative;
  right: -100px;
  top: -80px;
}

.about-image .about-img2 {
  position: absolute;
  left: 20px;
  bottom: -80px;
}

.about-image .shape-img {
  position: absolute;
  top: -28px;
  left: 48%;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.about-image .btn {
  position: absolute;
  bottom: -20px;
  right: 0;
}

/*about-style-two*/
/*
.about-area-two {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.about-area-two.bg-image {
  background-image: url(../../assets/img/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-area-two .about-image .about-img1 {
  position: relative;
  right: 0;
  top: 0;
}

.about-area-two .about-image .btn {
  bottom: 0;
}

.about-area-two .about-content .signature {
  margin-bottom: 0;
}

/*about-style-three*/
/*
.about-area-three {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.about-area-three .about-image .about-img1 {
  position: relative;
  right: 0;
  top: 0;
}

.about-area-three .about-image .btn {
  bottom: 0;
  left: 70px;
  right: auto;
}

.about-area-three .about-content .signature {
  margin-bottom: 0;
}

.about-area-three .about-content h6 {
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}

.about-area-three .about-content p {
  margin-bottom: 0;
}

.about-area-three .about-content ul {
  padding: 0;
  margin: 20px 0 0;
  list-style-type: none;
}

.about-area-three .about-content ul li {
  margin-bottom: 10px;
  color: #707070;
  padding-left: 20px;
  position: relative;
}

.about-area-three .about-content ul li i {
  color: #ff2d55;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

.about-area-three .about-content ul li:last-child {
  margin-bottom: 0;
}

/*================================================
Why Choose Us CSS
=================================================*/
/*
.why-choose-us {
  position: relative;
  z-index: 1;
}

.why-choose-us::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #0d1028;
  opacity: 0.7;
}

.why-choose-us .slideshow {
  z-index: -1;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.why-choose-us .slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: imageAnimation 24s linear infinite 0s;
  animation: imageAnimation 24s linear infinite 0s;
}

.why-choose-us .slideshow li:nth-child(1) span {
  background-image: url(./img/slideshow-bg1.jpg);
}

.why-choose-us .slideshow li:nth-child(2) span {
  background-image: url(./img/slideshow-bg2.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.why-choose-us .slideshow li:nth-child(3) span {
  background-image: url(./img/slideshow-bg3.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.why-choose-us .slideshow li:nth-child(4) span {
  background-image: url(./img/slideshow-bg4.jpg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.col-lg-3:first-child .single-box {
  border-left: none;
}

.single-box {
  position: relative;
  z-index: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  height: 450px;
}

.single-box .d-table-cell {
  vertical-align: bottom;
}

.single-box .content {
  position: absolute;
  padding-left: 25px;
  padding-right: 25px;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-box .content::before {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 100%;
  max-width: 280px;
  text-align: center;
  height: 260px;
  left: 50%;
  margin-left: -155px;
  z-index: -1;
  border: 10px solid rgba(104, 89, 222, 0.03);
}

.single-box .content .icon {
  font-size: 45px;
  color: #ff2d55;
}

.single-box .content h3 {
  font-size: 26px;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.single-box .content p {
  color: #ffffff;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-box .content .btn {
  opacity: 0;
  visibility: hidden;
}

.single-box:hover .content,
.single-box:focus .content {
  bottom: 35px;
}

.single-box:hover .content p,
.single-box:focus .content p {
  margin-bottom: 25px;
}

.single-box:hover .content .btn,
.single-box:focus .content .btn {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.no-cssanimations .slideshow li span {
  opacity: 1;
}

/*why-choose-style-two*/
/*
.why-choose-content {
  text-align: center;
  padding: 20px 25px;
  position: relative;
  z-index: 1;
}

.why-choose-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.why-choose-content p {
  margin-bottom: 0;
}

.why-choose-content a {
  color: #ff2d55;
  font-family: "Oswald", sans-serif;
  margin-top: 15px;
}

.why-choose-content a:hover,
.why-choose-content a:focus {
  letter-spacing: 1px;
}

.why-choose-content span {
  font-size: 100px;
  font-weight: 700;
  color: #f2f2f2;
  line-height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  margin: -10px auto 0;
  z-index: -1;
  top: 0;
}

/*================================================
CTA CSS
=================================================*/
/*
.cta-area {
  background-color: #ff2d55;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cta-area span {
  display: block;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
}

.cta-area h3 {
  color: #ffffff;
  font-size: 35px;
  margin-top: 15px;
  margin-bottom: 0;
}

/*================================================
Speakers CSS
=================================================*/
/*
.single-speakers {
  overflow: hidden;
  position: relative;
}

.single-speakers::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(40%, transparent),
    color-stop(58%, rgba(0, 0, 0, 0.3)),
    color-stop(89%, rgba(0, 0, 0, 0.8)),
    to(rgba(0, 0, 0, 0.63))
  );
  background: linear-gradient(
    transparent 0%,
    transparent 40%,
    rgba(0, 0, 0, 0.3) 58%,
    rgba(0, 0, 0, 0.8) 89%,
    rgba(0, 0, 0, 0.63) 100%
  );
  width: 100%;
  height: 100%;
}

.single-speakers .speakers-content {
  position: absolute;
  bottom: 35px;
  left: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-speakers .speakers-content h3 {
  font-size: 24px;
  margin-bottom: 0;
}

.single-speakers .speakers-content h3 a {
  color: #ff2d55;
}

.single-speakers .speakers-content h3 a:hover,
.single-speakers .speakers-content h3 a:focus {
  color: #8dc63f;
}

.single-speakers .speakers-content span {
  display: block;
  margin-top: 6px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-speakers ul {
  padding: 15px 20px 10px;
  margin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  right: -15px;
  top: 0;
  background-color: #ffffff;
}

.single-speakers ul li {
  display: block;
  margin-bottom: 5px;
}

.single-speakers ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ff2d55;
  color: #ffffff;
  border-radius: 50%;
}

.single-speakers ul li a.facebook {
  background-color: #4267b2;
}

.single-speakers ul li a.twitter {
  background-color: #38a1f3;
}

.single-speakers ul li a.instagram {
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(
      #6559ca,
      #bc318f 30%,
      #e33f5f 50%,
      #f77638 70%,
      #fec66d 100%
    );
}

.single-speakers ul li a.linkedin {
  background-color: #0077b5;
}

.single-speakers ul li a:hover,
.single-speakers ul li a:focus {
  background-color: #ff2d55;
  color: #ffffff;
}

.single-speakers:hover .speakers-content,
.single-speakers:focus .speakers-content {
  bottom: 45px;
}

.single-speakers:hover ul,
.single-speakers:focus ul {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/*Speakers-Style-Two*/
/*
.elkevent-single-speakers {
  overflow: hidden;
  position: relative;
}

.elkevent-single-speakers .speakers-content {
  position: absolute;
  bottom: -25px;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  height: auto;
  padding: 25px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.elkevent-single-speakers .speakers-content h3 {
  font-size: 24px;
  margin-bottom: 0;
}

.elkevent-single-speakers .speakers-content h3 a {
  color: #0d1028;
}

.elkevent-single-speakers .speakers-content h3 a:hover,
.elkevent-single-speakers .speakers-content h3 a:focus {
  color: #ff2d55;
}

.elkevent-single-speakers .speakers-content span {
  display: block;
  margin-top: 8px;
  color: #ff2d55;
  font-family: "Oswald", sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.elkevent-single-speakers ul {
  padding: 15px 20px 10px;
  margin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  right: -15px;
  top: 0;
  background-color: #ffffff;
}

.elkevent-single-speakers ul li {
  display: block;
  margin-bottom: 5px;
}

.elkevent-single-speakers ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ff2d55;
  color: #ffffff;
  border-radius: 50%;
}

.elkevent-single-speakers ul li a.facebook {
  background-color: #4267b2;
}

.elkevent-single-speakers ul li a.twitter {
  background-color: #38a1f3;
}

.elkevent-single-speakers ul li a.instagram {
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(
      #6559ca,
      #bc318f 30%,
      #e33f5f 50%,
      #f77638 70%,
      #fec66d 100%
    );
}

.elkevent-single-speakers ul li a.linkedin {
  background-color: #0077b5;
}

.elkevent-single-speakers ul li a:hover,
.elkevent-single-speakers ul li a:focus {
  background-color: #ff2d55;
  color: #ffffff;
}

.elkevent-single-speakers img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.elkevent-single-speakers:hover .speakers-content,
.elkevent-single-speakers:focus .speakers-content {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.elkevent-single-speakers:hover ul,
.elkevent-single-speakers:focus ul {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.elkevent-single-speakers:hover img,
.elkevent-single-speakers:focus img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*Speakers-style-three*/
/*
.speakers-area-two {
  padding-bottom: 90px;
}

.single-speakers-box {
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}

.single-speakers-box .speakers-content {
  background: #ffffff;
  padding: 30px 0;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-speakers-box .speakers-content::before {
  content: "";
  width: 0;
  height: 20px;
  color: #ffffff;
  background: #ff2d55;
  position: absolute;
  top: -20px;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-speakers-box .speakers-content h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.single-speakers-box .speakers-content h3 a {
  color: #0d1028;
}

.single-speakers-box .speakers-content span {
  display: block;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Oswald", sans-serif;
  color: #ff2d55;
}

.single-speakers-box .speakers-content .social {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-speakers-box .speakers-content .social li {
  display: inline-block;
}

.single-speakers-box .speakers-content .social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #a0a0a0;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

.single-speakers-box .speakers-content .social li a:hover {
  color: #ffffff;
}

.single-speakers-box .speakers-content .social li a:hover::before {
  background: #00acee;
  color: #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.single-speakers-box .speakers-content .social li a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-speakers-box:hover {
  -webkit-box-shadow: 0 0 28px 0 rgba(6, 74, 255, 0.22);
  box-shadow: 0 0 28px 0 rgba(6, 74, 255, 0.22);
}

.single-speakers-box:hover::before,
.single-speakers-box:hover::after {
  border-color: #ff2d55;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.single-speakers-box:hover .speakers-content {
  background: #ff2d55;
}

.single-speakers-box:hover .speakers-content::before {
  width: 100%;
}

.single-speakers-box:hover .speakers-content .social {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.single-speakers-box:hover .speakers-content h3 a,
.single-speakers-box:hover .speakers-content span {
  color: #ffffff;
}

/*================================================
Schedule CSS
=================================================*/
/*
.schedule-area {
  position: relative;
  z-index: 1;
}

.tab {
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(137, 173, 255, 0.35);
  box-shadow: 0 0 10px 0 rgba(137, 173, 255, 0.35);
  background-color: #ffffff;
}

.tabs {
  list-style-type: none;
  margin: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  padding: 0;
}

.tabs li {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #efa506;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.tabs li::before {
  width: 30px;
  height: 30px;
  left: 0;
  bottom: -15px;
  position: absolute;
  background: #ff2d55;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tabs li a {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 25px 10px;
}

.tabs li a span {
  opacity: 0.8;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 5px;
}

.tabs li:nth-child(2) {
  background-color: #00acee;
}

.tabs li:nth-child(3) {
  background-color: #8dc63f;
}

.tabs li:nth-child(4) {
  background-color: #efa506;
}

.tabs li.current {
  background-color: #ff2d55;
}

.tabs li.current::before {
  opacity: 1;
  visibility: visible;
}

.tab_content {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  background-color: #f9f9ff;
}

.tab_content .tabs_item {
  display: none;
}

.tab_content .tabs_item:first-child {
  display: block;
}

.tab_content .tabs_item .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.tab_content .tabs_item .accordion .accordion-item {
  display: block;
  margin-bottom: 15px;
  border: none;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 35px;
  padding-top: 35px;
  background-color: #ffffff;
}

.tab_content .tabs_item .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .author {
  max-width: 100px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tab_content
  .tabs_item
  .accordion
  .accordion-item
  .accordion-title
  .author
  img:nth-child(1) {
  -webkit-clip-path: polygon(
    50% 0%,
    38.11% 6.7%,
    24.99% 6.72%,
    18.06% 18.44%,
    6.7% 25%,
    6.56% 38.64%,
    0% 50%,
    6.7% 61.89%,
    6.7% 75%,
    18.44% 81.94%,
    25% 93.3%,
    38.64% 93.44%,
    50% 100%,
    61.88% 93.3%,
    75% 93.3%,
    81.94% 81.56%,
    93.3% 74.9%,
    93.44% 61.36%,
    100% 50%,
    93.3% 38.11%,
    93.3% 25%,
    81.56% 18.06%,
    74.96% 6.7%,
    61.36% 6.56%,
    50% 0%
  );
  clip-path: polygon(
    50% 0%,
    38.11% 6.7%,
    24.99% 6.72%,
    18.06% 18.44%,
    6.7% 25%,
    6.56% 38.64%,
    0% 50%,
    6.7% 61.89%,
    6.7% 75%,
    18.44% 81.94%,
    25% 93.3%,
    38.64% 93.44%,
    50% 100%,
    61.88% 93.3%,
    75% 93.3%,
    81.94% 81.56%,
    93.3% 74.9%,
    93.44% 61.36%,
    100% 50%,
    93.3% 38.11%,
    93.3% 25%,
    81.56% 18.06%,
    74.96% 6.7%,
    61.36% 6.56%,
    50% 0%
  );
}

.tab_content
  .tabs_item
  .accordion
  .accordion-item
  .accordion-title
  .author
  img:nth-child(2) {
  -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}

.tab_content
  .tabs_item
  .accordion
  .accordion-item
  .accordion-title
  .author
  img:nth-child(3) {
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.tab_content
  .tabs_item
  .accordion
  .accordion-item
  .accordion-title
  .author
  img:nth-child(4) {
  border-radius: 50%;
}

.tab_content
  .tabs_item
  .accordion
  .accordion-item
  .accordion-title
  .author
  img:nth-child(5) {
  -webkit-clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}

.tab_content
  .tabs_item
  .accordion
  .accordion-item
  .accordion-title
  .author
  img:nth-child(6) {
  -webkit-clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
  clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
}

.tab_content
  .tabs_item
  .accordion
  .accordion-item
  .accordion-title
  .author
  img:nth-child(7) {
  -webkit-clip-path: polygon(
    50% 0%,
    83% 12%,
    100% 43%,
    94% 78%,
    68% 100%,
    32% 100%,
    6% 78%,
    0% 43%,
    17% 12%
  );
  clip-path: polygon(
    50% 0%,
    83% 12%,
    100% 43%,
    94% 78%,
    68% 100%,
    32% 100%,
    6% 78%,
    0% 43%,
    17% 12%
  );
}

.tab_content
  .tabs_item
  .accordion
  .accordion-item
  .accordion-title
  .author
  img:nth-child(8) {
  -webkit-clip-path: polygon(
    50% 0%,
    80% 10%,
    100% 35%,
    100% 70%,
    80% 90%,
    50% 100%,
    20% 90%,
    0% 70%,
    0% 35%,
    20% 10%
  );
  clip-path: polygon(
    50% 0%,
    80% 10%,
    100% 35%,
    100% 70%,
    80% 90%,
    50% 100%,
    20% 90%,
    0% 70%,
    0% 35%,
    20% 10%
  );
}

.tab_content
  .tabs_item
  .accordion
  .accordion-item
  .accordion-title
  .author
  img:nth-child(9) {
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}

.tab_content
  .tabs_item
  .accordion
  .accordion-item
  .accordion-title
  .author
  img:nth-child(10) {
  -webkit-clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}

.tab_content
  .tabs_item
  .accordion
  .accordion-item
  .accordion-title
  .author-multi {
  overflow: hidden;
}

.tab_content
  .tabs_item
  .accordion
  .accordion-item
  .accordion-title
  .author-multi
  img {
  width: 47%;
  border-radius: 50%;
  margin-bottom: 0.2rem;
  margin-right: 1.5%;
  margin-left: 1.5%;
  margin-top: 0.2rem;
  float: left;
}

.tab_content
  .tabs_item
  .accordion
  .accordion-item
  .accordion-title
  .schedule-info
  h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.tab_content
  .tabs_item
  .accordion
  .accordion-item
  .accordion-title
  .schedule-info
  ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.tab_content
  .tabs_item
  .accordion
  .accordion-item
  .accordion-title
  .schedule-info
  ul
  li {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  color: #707070;
  margin-right: 12px;
}

.tab_content
  .tabs_item
  .accordion
  .accordion-item
  .accordion-title
  .schedule-info
  ul
  li
  i {
  margin-right: 3px;
  color: #ff2d55;
}

.tab_content
  .tabs_item
  .accordion
  .accordion-item
  .accordion-title
  .schedule-info
  ul
  li:last-child {
  margin-right: 0;
}

.tab_content
  .tabs_item
  .accordion
  .accordion-item
  .accordion-title
  .schedule-info
  ul
  li
  span {
  color: #00acee;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-content {
  margin-top: 25px;
  display: none;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-content p {
  font-size: 16px;
  margin-bottom: 20px;
}

.tab_content
  .tabs_item
  .accordion
  .accordion-item
  .accordion-content
  .location {
  font-family: "Oswald", sans-serif;
}

.tab_content
  .tabs_item
  .accordion
  .accordion-item
  .accordion-content
  .location
  b {
  color: #ff2d55;
}

.tab_content
  .tabs_item
  .accordion
  .accordion-item
  .accordion-content
  .location
  span {
  color: #00acee;
}

.btn-box {
  text-align: center;
  margin-top: 50px;
}

.btn-box .btn {
  margin: 0 3px;
}

/*schedule-style-two*/
/*
.schedule-slides-item .single-schedule {
  position: relative;
  background: #ffffff;
  text-align: center;
  padding: 0 0 0 200px;
}

.schedule-slides-item .single-schedule .schedule-date {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  background: #ff2d55;
  text-transform: uppercase;
  padding: 25px 40px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 200px;
}

.schedule-slides-item .single-schedule .schedule-date span {
  opacity: 0.8;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 5px;
}

.schedule-slides-item .single-schedule .schedule-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  border-bottom: 1px solid #eeeeee;
  padding: 20px;
  text-align: left;
}

.schedule-slides-item .single-schedule .schedule-content .author {
  max-width: 100px;
  margin-right: 25px;
}

.schedule-slides-item
  .single-schedule
  .schedule-content
  .author
  img:nth-child(1) {
  -webkit-clip-path: polygon(
    50% 0%,
    38.11% 6.7%,
    24.99% 6.72%,
    18.06% 18.44%,
    6.7% 25%,
    6.56% 38.64%,
    0% 50%,
    6.7% 61.89%,
    6.7% 75%,
    18.44% 81.94%,
    25% 93.3%,
    38.64% 93.44%,
    50% 100%,
    61.88% 93.3%,
    75% 93.3%,
    81.94% 81.56%,
    93.3% 74.9%,
    93.44% 61.36%,
    100% 50%,
    93.3% 38.11%,
    93.3% 25%,
    81.56% 18.06%,
    74.96% 6.7%,
    61.36% 6.56%,
    50% 0%
  );
  clip-path: polygon(
    50% 0%,
    38.11% 6.7%,
    24.99% 6.72%,
    18.06% 18.44%,
    6.7% 25%,
    6.56% 38.64%,
    0% 50%,
    6.7% 61.89%,
    6.7% 75%,
    18.44% 81.94%,
    25% 93.3%,
    38.64% 93.44%,
    50% 100%,
    61.88% 93.3%,
    75% 93.3%,
    81.94% 81.56%,
    93.3% 74.9%,
    93.44% 61.36%,
    100% 50%,
    93.3% 38.11%,
    93.3% 25%,
    81.56% 18.06%,
    74.96% 6.7%,
    61.36% 6.56%,
    50% 0%
  );
}

.schedule-slides-item
  .single-schedule
  .schedule-content
  .author
  img:nth-child(2) {
  -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}

.schedule-slides-item
  .single-schedule
  .schedule-content
  .author
  img:nth-child(3) {
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.schedule-slides-item
  .single-schedule
  .schedule-content
  .author
  img:nth-child(4) {
  border-radius: 50%;
}

.schedule-slides-item
  .single-schedule
  .schedule-content
  .author
  img:nth-child(5) {
  -webkit-clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}

.schedule-slides-item
  .single-schedule
  .schedule-content
  .author
  img:nth-child(6) {
  -webkit-clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
  clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
}

.schedule-slides-item
  .single-schedule
  .schedule-content
  .author
  img:nth-child(7) {
  -webkit-clip-path: polygon(
    50% 0%,
    83% 12%,
    100% 43%,
    94% 78%,
    68% 100%,
    32% 100%,
    6% 78%,
    0% 43%,
    17% 12%
  );
  clip-path: polygon(
    50% 0%,
    83% 12%,
    100% 43%,
    94% 78%,
    68% 100%,
    32% 100%,
    6% 78%,
    0% 43%,
    17% 12%
  );
}

.schedule-slides-item
  .single-schedule
  .schedule-content
  .author
  img:nth-child(8) {
  -webkit-clip-path: polygon(
    50% 0%,
    80% 10%,
    100% 35%,
    100% 70%,
    80% 90%,
    50% 100%,
    20% 90%,
    0% 70%,
    0% 35%,
    20% 10%
  );
  clip-path: polygon(
    50% 0%,
    80% 10%,
    100% 35%,
    100% 70%,
    80% 90%,
    50% 100%,
    20% 90%,
    0% 70%,
    0% 35%,
    20% 10%
  );
}

.schedule-slides-item
  .single-schedule
  .schedule-content
  .author
  img:nth-child(9) {
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}

.schedule-slides-item
  .single-schedule
  .schedule-content
  .author
  img:nth-child(10) {
  -webkit-clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}

.schedule-slides-item .single-schedule .schedule-content .author-multi {
  overflow: hidden;
}

.schedule-slides-item .single-schedule .schedule-content .author-multi img {
  width: 47%;
  border-radius: 50%;
  margin-bottom: 0.4rem;
  margin-right: 3%;
  float: left;
}

.schedule-slides-item .single-schedule .schedule-content .schedule-info h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.schedule-slides-item .single-schedule .schedule-content .schedule-info h3 a {
  color: #0d1028;
}

.schedule-slides-item
  .single-schedule
  .schedule-content
  .schedule-info
  h3
  a:hover,
.schedule-slides-item
  .single-schedule
  .schedule-content
  .schedule-info
  h3
  a:focus {
  color: #ff2d55;
}

.schedule-slides-item .single-schedule .schedule-content .schedule-info ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.schedule-slides-item .single-schedule .schedule-content .schedule-info ul li {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  color: #707070;
  margin-right: 12px;
}

.schedule-slides-item
  .single-schedule
  .schedule-content
  .schedule-info
  ul
  li
  i {
  margin-right: 3px;
  color: #ff2d55;
}

.schedule-slides-item
  .single-schedule
  .schedule-content
  .schedule-info
  ul
  li:last-child {
  margin-right: 0;
}

.schedule-slides-item
  .single-schedule
  .schedule-content
  .schedule-info
  ul
  li
  a {
  display: inline-block;
  color: #00acee;
}

.schedule-slides-item
  .single-schedule
  .schedule-content
  .schedule-info
  ul
  li
  a:hover,
.schedule-slides-item
  .single-schedule
  .schedule-content
  .schedule-info
  ul
  li
  a:focus {
  color: #ff2d55;
}

.schedule-slides-item .single-schedule:nth-child(2) .schedule-date {
  background: #00acee;
}

.schedule-slides-item .single-schedule:nth-child(3) .schedule-date {
  background: #efa506;
}

.schedule-slides-item .single-schedule:nth-child(4) .schedule-date {
  background: #8dc63f;
}

.schedule-slides-item .single-schedule:nth-child(5) .schedule-date {
  background: #00acee;
}

.schedule-slides-item .single-schedule:nth-child(6) .schedule-date {
  background: #efa506;
}

.schedule-slides-item .single-schedule:nth-child(7) .schedule-date {
  background: #8dc63f;
}

.schedule-slides.owl-theme .owl-nav {
  margin-top: 0;
  line-height: 0.01;
}

.schedule-slides.owl-theme .owl-nav [class*="owl-"] {
  color: #0d1028;
  font-size: 25px;
  margin: 0;
  background: transparent;
  border-radius: 0;
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.schedule-slides.owl-theme .owl-nav [class*="owl-"]:hover,
.schedule-slides.owl-theme .owl-nav [class*="owl-"]:focus {
  color: #ff2d55;
}

.schedule-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -25px;
}

/*schedule-style-three*/
/*
.schedule-style-three {
  padding-bottom: 90px;
}

.schedule-style-three
  .col-lg-6:nth-child(2)
  .single-schedule-item
  .schedule-date {
  background-color: #00acee;
}

.schedule-style-three
  .col-lg-6:nth-child(3)
  .single-schedule-item
  .schedule-date {
  background-color: #efa506;
}

.schedule-style-three
  .col-lg-6:nth-child(4)
  .single-schedule-item
  .schedule-date {
  background-color: #8dc63f;
}

.schedule-style-three
  .col-lg-6:nth-child(5)
  .single-schedule-item
  .schedule-date {
  background-color: #00acee;
}

.schedule-style-three
  .col-lg-6:nth-child(6)
  .single-schedule-item
  .schedule-date {
  background-color: #efa506;
}

.schedule-style-three
  .col-lg-6:nth-child(7)
  .single-schedule-item
  .schedule-date {
  background-color: #8dc63f;
}

.single-schedule-item {
  text-align: center;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}

.single-schedule-item .schedule-date {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  background: #ff2d55;
  text-transform: uppercase;
  padding: 20px;
}

.single-schedule-item .schedule-date span {
  opacity: 0.8;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 5px;
}

.single-schedule-item .schedule-item-wrapper .schedule-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  border-bottom: 1px solid #eeeeee;
  padding: 20px;
  text-align: left;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author {
  max-width: 90px;
  margin-right: 20px;
}

.single-schedule-item
  .schedule-item-wrapper
  .schedule-content
  .author
  img:nth-child(1) {
  -webkit-clip-path: polygon(
    50% 0%,
    38.11% 6.7%,
    24.99% 6.72%,
    18.06% 18.44%,
    6.7% 25%,
    6.56% 38.64%,
    0% 50%,
    6.7% 61.89%,
    6.7% 75%,
    18.44% 81.94%,
    25% 93.3%,
    38.64% 93.44%,
    50% 100%,
    61.88% 93.3%,
    75% 93.3%,
    81.94% 81.56%,
    93.3% 74.9%,
    93.44% 61.36%,
    100% 50%,
    93.3% 38.11%,
    93.3% 25%,
    81.56% 18.06%,
    74.96% 6.7%,
    61.36% 6.56%,
    50% 0%
  );
  clip-path: polygon(
    50% 0%,
    38.11% 6.7%,
    24.99% 6.72%,
    18.06% 18.44%,
    6.7% 25%,
    6.56% 38.64%,
    0% 50%,
    6.7% 61.89%,
    6.7% 75%,
    18.44% 81.94%,
    25% 93.3%,
    38.64% 93.44%,
    50% 100%,
    61.88% 93.3%,
    75% 93.3%,
    81.94% 81.56%,
    93.3% 74.9%,
    93.44% 61.36%,
    100% 50%,
    93.3% 38.11%,
    93.3% 25%,
    81.56% 18.06%,
    74.96% 6.7%,
    61.36% 6.56%,
    50% 0%
  );
}

.single-schedule-item
  .schedule-item-wrapper
  .schedule-content
  .author
  img:nth-child(2) {
  -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}

.single-schedule-item
  .schedule-item-wrapper
  .schedule-content
  .author
  img:nth-child(3) {
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.single-schedule-item
  .schedule-item-wrapper
  .schedule-content
  .author
  img:nth-child(4) {
  border-radius: 50%;
}

.single-schedule-item
  .schedule-item-wrapper
  .schedule-content
  .author
  img:nth-child(5) {
  -webkit-clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}

.single-schedule-item
  .schedule-item-wrapper
  .schedule-content
  .author
  img:nth-child(6) {
  -webkit-clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
  clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
}

.single-schedule-item
  .schedule-item-wrapper
  .schedule-content
  .author
  img:nth-child(7) {
  -webkit-clip-path: polygon(
    50% 0%,
    83% 12%,
    100% 43%,
    94% 78%,
    68% 100%,
    32% 100%,
    6% 78%,
    0% 43%,
    17% 12%
  );
  clip-path: polygon(
    50% 0%,
    83% 12%,
    100% 43%,
    94% 78%,
    68% 100%,
    32% 100%,
    6% 78%,
    0% 43%,
    17% 12%
  );
}

.single-schedule-item
  .schedule-item-wrapper
  .schedule-content
  .author
  img:nth-child(8) {
  -webkit-clip-path: polygon(
    50% 0%,
    80% 10%,
    100% 35%,
    100% 70%,
    80% 90%,
    50% 100%,
    20% 90%,
    0% 70%,
    0% 35%,
    20% 10%
  );
  clip-path: polygon(
    50% 0%,
    80% 10%,
    100% 35%,
    100% 70%,
    80% 90%,
    50% 100%,
    20% 90%,
    0% 70%,
    0% 35%,
    20% 10%
  );
}

.single-schedule-item
  .schedule-item-wrapper
  .schedule-content
  .author
  img:nth-child(9) {
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}

.single-schedule-item
  .schedule-item-wrapper
  .schedule-content
  .author
  img:nth-child(10) {
  -webkit-clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author-multi {
  overflow: hidden;
}

.single-schedule-item
  .schedule-item-wrapper
  .schedule-content
  .author-multi
  img {
  width: 47%;
  border-radius: 50%;
  margin-bottom: 0.4rem;
  margin-right: 3%;
  float: left;
}

.single-schedule-item
  .schedule-item-wrapper
  .schedule-content
  .schedule-info
  h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.single-schedule-item
  .schedule-item-wrapper
  .schedule-content
  .schedule-info
  h3
  a {
  color: #0d1028;
}

.single-schedule-item
  .schedule-item-wrapper
  .schedule-content
  .schedule-info
  h3
  a:hover,
.single-schedule-item
  .schedule-item-wrapper
  .schedule-content
  .schedule-info
  h3
  a:focus {
  color: #ff2d55;
}

.single-schedule-item
  .schedule-item-wrapper
  .schedule-content
  .schedule-info
  ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.single-schedule-item
  .schedule-item-wrapper
  .schedule-content
  .schedule-info
  ul
  li {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  color: #707070;
  margin-right: 12px;
}

.single-schedule-item
  .schedule-item-wrapper
  .schedule-content
  .schedule-info
  ul
  li
  i {
  margin-right: 3px;
  color: #ff2d55;
}

.single-schedule-item
  .schedule-item-wrapper
  .schedule-content
  .schedule-info
  ul
  li:last-child {
  margin-right: 0;
}

.single-schedule-item
  .schedule-item-wrapper
  .schedule-content
  .schedule-info
  ul
  li
  a {
  display: inline-block;
  color: #00acee;
}

.single-schedule-item
  .schedule-item-wrapper
  .schedule-content
  .schedule-info
  ul
  li
  a:hover,
.single-schedule-item
  .schedule-item-wrapper
  .schedule-content
  .schedule-info
  ul
  li
  a:focus {
  color: #ff2d55;
}

.single-schedule-item .schedule-item-wrapper .schedule-content:last-child {
  border-bottom: none;
}

/*schedule-style-four*/
/*
.schedule-style-four .tab {
  background-color: transparent;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.schedule-style-four .tabs {
  display: block;
}

.schedule-style-four .tabs li::before {
  left: -15px;
  bottom: 37%;
  margin: 0 0 0;
  right: auto;
}

.schedule-style-four .tab_content {
  -webkit-box-shadow: 0 0 10px 0 rgba(137, 173, 255, 0.35);
  box-shadow: 0 0 10px 0 rgba(137, 173, 255, 0.35);
}

/*================================================
FunFacts CSS
=================================================*/
/*
.funfacts-area {
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/funfacts-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.funfacts-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #0d1028;
  opacity: 0.88;
}

.single-funfact {
  text-align: center;
}

.single-funfact .icon {
  color: #ffffff;
  font-size: 40px;
}

.single-funfact h3 {
  color: #ffffff;
  font-size: 55px;
  margin-top: 10px;
  margin-bottom: 8px;
}

.single-funfact p {
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1;
}

/*funfact-style-two*/
/*
.funFact {
  position: relative;
  padding-left: 60px;
}

.funFact .icon {
  color: #ffffff;
  font-size: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.funFact h3 {
  color: #ffffff;
  font-size: 55px;
  margin-top: 0;
  margin-bottom: 8px;
}

.funFact p {
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1;
}

.col-lg-3:nth-child(1) .single-funfact h3,
.col-lg-3:nth-child(1) .funFact h3 {
  color: #ff2d55;
}

.col-lg-3:nth-child(2) .single-funfact h3,
.col-lg-3:nth-child(2) .funFact h3 {
  color: #00acee;
}

.col-lg-3:nth-child(3) .single-funfact h3,
.col-lg-3:nth-child(3) .funFact h3 {
  color: #efa506;
}

.col-lg-3:nth-child(4) .single-funfact h3,
.col-lg-3:nth-child(4) .funFact h3 {
  color: #8dc63f;
}

/*================================================
Partner CSS
=================================================*/
/*
.partner-area {
  overflow: hidden;
}

.partner-area .partner-title {
  text-align: center;
  margin-bottom: 50px;
}

.partner-area .partner-title h3 {
  font-size: 24px;
  font-weight: 900;
  font-family: "Oswald", sans-serif;
  margin-bottom: 0;
  color: #ff2d55;
  text-transform: uppercase;
}

.partner-area .partner-title.gold-sponsor h3 {
  color: #8dc63f;
}

.partner-area .partner-item {
  text-align: center;
}

.partner-area .partner-item a {
  position: relative;
}

.partner-area .partner-item a img {
  width: unset !important;
  display: inline-block !important;
}

.partner-area .partner-item a img:last-child {
  position: absolute;
  left: 0;
  top: 30px;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.partner-area .partner-item:hover a img:last-child {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.partner-area .border {
  border: 0.3px solid #eeeeee !important;
  margin-top: 40px;
  margin-bottom: 40px;
}

/*================================================
Blog CSS
=================================================*/
/*
.blog-area {
  position: relative;
  z-index: 1;
}

.single-blog-post {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.06);
}

.single-blog-post .blog-image {
  position: relative;
  overflow: hidden;
}

.single-blog-post .blog-image a {
  display: block;
}

.single-blog-post .blog-image a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .blog-image .post-tag {
  position: absolute;
  right: 0;
  top: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .blog-image .post-tag a {
  background: #ff2d55;
  color: #ffffff;
  padding: 9px 28px;
}

.single-blog-post .blog-post-content {
  padding: 25px;
}

.single-blog-post .blog-post-content .date {
  color: #8dc63f;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .blog-post-content h3 {
  margin-top: 13px;
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 22px;
}

.single-blog-post .blog-post-content h3 a {
  color: #0d1028;
}

.single-blog-post .blog-post-content h3 a:hover,
.single-blog-post .blog-post-content h3 a:focus {
  color: #ff2d55;
}

.single-blog-post .blog-post-content p {
  margin-bottom: 15px;
}

.single-blog-post .read-more-btn {
  position: relative;
  font-weight: 500;
  color: #ff2d55;
}

.single-blog-post .read-more-btn:hover {
  color: #00acee;
  letter-spacing: 1px;
}

.single-blog-post:hover .blog-image a img,
.single-blog-post:focus .blog-image a img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.single-blog-post:hover .blog-image .post-tag,
.single-blog-post:focus .blog-image .post-tag {
  top: 70px;
}

.single-blog-post:hover .blog-image .post-tag a,
.single-blog-post:focus .blog-image .post-tag a {
  background: #8dc63f;
  color: #ffffff;
}

.blog-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 25px;
  line-height: 0.01;
}

/*blog-style-two*/
/*
.blog-section {
  padding-bottom: 90px;
}

.single-blog-card {
  position: relative;
  margin-bottom: 30px;
}

.single-blog-card::before {
  opacity: 0.6;
  background: #0d1028;
  content: "";
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  position: absolute;
  width: 100%;
}

.single-blog-card img {
  width: 100%;
}

.single-blog-card .post-tag {
  position: absolute;
  right: 0;
  top: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}

.single-blog-card .post-tag a {
  background: #ff2d55;
  color: #ffffff;
  padding: 9px 28px;
}

.single-blog-card .blog-post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 30px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}

.single-blog-card .blog-post-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 28px;
}

.single-blog-card .blog-post-content h3 a {
  color: #ffffff;
}

.single-blog-card .blog-post-content h3 a:hover,
.single-blog-card .blog-post-content h3 a:focus {
  color: #ff2d55;
}

.single-blog-card .blog-post-content p {
  color: #ffffff;
  opacity: 0.77;
}

.single-blog-card .blog-post-content .read-more-btn {
  position: relative;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  color: #ff2d55;
}

.single-blog-card .blog-post-content .read-more-btn:hover {
  color: #00acee;
  letter-spacing: 1px;
}

.single-blog-card:hover .post-tag,
.single-blog-card:focus .post-tag {
  top: 40px;
}

.single-blog-card:hover .post-tag a,
.single-blog-card:focus .post-tag a {
  background: #8dc63f;
  color: #ffffff;
}

.single-blog-card:hover .blog-post-content,
.single-blog-card:focus .blog-post-content {
  padding-bottom: 30px;
}

.single-blog-card:hover .blog-post-content .read-more-btn,
.single-blog-card:focus .blog-post-content .read-more-btn {
  opacity: 1;
  visibility: visible;
}

/*================================================
Buy Tickets CSS
=================================================*/
/*
.buy-tickets-area {
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/funfacts-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.buy-tickets-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #0d1028;
  opacity: 0.88;
}

.buy-tickets-area.ptb-120 {
  padding-bottom: 200px;
}

.buy-tickets {
  text-align: center;
}

.buy-tickets .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.buy-tickets .section-title .bar {
  margin-left: auto;
  margin-right: auto;
}

.buy-tickets .section-title .bar::after {
  width: 30px;
  right: 25px;
}

.buy-tickets .section-title .bar::before {
  right: -35px;
}

.buy-tickets .section-title h2 {
  color: #ffffff;
}

/*================================================
Subscribe CSS
=================================================*/
/*
.subscribe-area {
  text-align: center;
  position: relative;
  margin-top: -80px;
  z-index: 2;
}

.subscribe-area::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72%;
  background: #0d1028;
  content: "";
  z-index: -1;
}

.subscribe-area .subscribe-inner {
  padding: 50px;
  -webkit-transform: unset !important;
  transform: unset !important;
  background-image: url(../../assets/img/color-bg.jpg);
  background-repeat: no-repeat;
  border-radius: 5px;
}

.subscribe-area .subscribe-inner span {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}

.subscribe-area .subscribe-inner h2 {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
}

.subscribe-area .subscribe-inner .newsletter-form {
  max-width: 650px;
  position: relative;
  margin: 35px auto 0;
}

.subscribe-area .subscribe-inner .newsletter-form .form-control {
  border: none;
  height: 60px;
  -webkit-box-shadow: 0 8px 6px -6px rgba(50, 51, 51, 0.4);
  box-shadow: 0 8px 6px -6px rgba(50, 51, 51, 0.4);
}

.subscribe-area .subscribe-inner .newsletter-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  height: 60px;
}

.subscribe-area .subscribe-inner .newsletter-form .btn:after,
.subscribe-area .subscribe-inner .newsletter-form .btn::before {
  background: #00acee;
}

.subscribe-area .subscribe-inner .newsletter-form #validator-newsletter {
  position: absolute;
  bottom: -35px;
  left: 0;
  color: #ffffff;
}

/*================================================
Page Title CSS
=================================================*/
/*
.page-title-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 250px;
  padding-bottom: 180px;
}

.page-title-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #0d1028;
  opacity: 0.88;
}

.page-title-area h1 {
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 40px;
}

.page-title-area span {
  display: block;
  color: #ff2d55;
  margin-top: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
}

.page-title-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.page-title-area ul li {
  display: inline-block;
  position: relative;
  color: #ff2d55;
  font-size: 17px;
  margin: 0 8px;
}

.page-title-area ul li a {
  color: #ffffff;
}

.page-title-area ul li a:hover,
.page-title-area ul li a:focus {
  color: #00acee;
}

.page-title-area ul li::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 2px;
  height: 15px;
  background: #efa506;
  margin-top: -9px;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.page-title-area ul li:first-child {
  margin-left: 0;
}

.page-title-area ul li:first-child::before {
  display: none;
}

.page-title-area ul li:last-child {
  margin-right: 0;
}

/*================================================
Login CSS
=================================================*/
/*
.login-area {
  height: 100vh;
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/main-bg1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.login-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #ff2d55;
  opacity: 0.77;
}

.login-area .login-form {
  max-width: 540px;
  background: #ffffff;
  margin: 0 auto;
}

.login-area .login-form h3 {
  background: #00acee;
  padding: 30px 0 25px;
  font-size: 24px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.login-area .login-form form {
  padding: 35px;
}

.login-area .login-form form label {
  margin-bottom: 8px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}

.login-area .login-form form .form-control {
  background: transparent;
  font-size: 13px;
}

.login-area .login-form .btn {
  display: block;
  width: 100%;
}

.login-area .login-form p {
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 20px;
}

.login-area .login-form p a {
  color: #0d1028;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}

.login-area .login-form p a:hover,
.login-area .login-form p a:focus {
  color: #ff2d55;
}

.login-area .login-form p a.pull-left {
  float: left;
}

.login-area .login-form p a.pull-right {
  float: right;
}

/*================================================
Signup CSS
=================================================*/
/*
.signup-area {
  height: 100vh;
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/main-bg2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.signup-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #ff2d55;
  opacity: 0.77;
}

.signup-area .signup-form {
  max-width: 540px;
  background: #ffffff;
  margin: 0 auto;
}

.signup-area .signup-form h3 {
  background: #00acee;
  padding: 30px 0 25px;
  font-size: 24px;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.signup-area .signup-form form {
  padding: 35px;
}

.signup-area .signup-form form label {
  margin-bottom: 8px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}

.signup-area .signup-form form .form-control {
  background: transparent;
  font-size: 13px;
}

.signup-area .signup-form .btn {
  display: block;
  width: 100%;
}

.signup-area .signup-form p {
  text-align: center;
  color: #0d1028;
  margin-bottom: 0;
  margin-top: 20px;
}

.signup-area .signup-form p a {
  color: #0d1028;
  display: inline-block;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}

.signup-area .signup-form p a:hover,
.signup-area .signup-form p a:focus {
  color: #ff2d55;
}

/*================================================
404 Error CSS
=================================================*/
/*
.error-area {
  background-color: #f1f1f1;
  padding: 30px 15px;
  height: 100vh;
  text-align: center;
}

.error-area h1 {
  font-size: 150px;
  font-weight: bold;
  line-height: 110px;
  margin: 0;
  color: #ff2d55;
}

.error-area h1 span {
  color: #efa506;
}

.error-area h1 b {
  font-weight: unset;
  color: #8dc63f;
}

.error-area h3 {
  margin: 35px 0 15px;
}

.error-area p {
  margin: 10px 0 20px;
}

/*================================================
FAQ CSS
=================================================*/
/*
.faq-accordion {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 60px;
  background: #ffffff;
  border-radius: 10px;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-bottom: 5px;
  border: none;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  display: block;
  padding: 15px 20px 15px 55px;
  text-decoration: none;
  color: #0d1028;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #ffffff;
}

.faq-accordion .accordion .accordion-title span {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #ff2d55;
  color: #ffffff;
}

.faq-accordion .accordion .accordion-title span i {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -8px;
}

.faq-accordion .accordion .accordion-title.active {
  border-bottom-color: #e1e1e1;
}

.faq-accordion .accordion .accordion-title.active span i::before {
  content: "\ef9a";
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 25px;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-contact {
  margin-top: 45px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 60px;
  text-align: center;
  border-radius: 4px;
}

.faq-contact h3 {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 35px;
}

/*================================================
Coming Soon CSS
=================================================*/
/*
.coming-soon {
  position: relative;
  z-index: 1;
  height: 100vh;
  text-align: center;
  background-image: url(../../assets/img/main-bg3.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.coming-soon::before {
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0d1028;
  opacity: 0.66;
  position: absolute;
  content: "";
}

.coming-soon .coming-soon-content {
  max-width: 650px;
  margin: 0 auto;
}

.coming-soon .coming-soon-content h1 {
  color: #ffffff;
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 57px;
}

.coming-soon .coming-soon-content p {
  color: #c7c3c7;
  margin-top: 20px;
  margin-bottom: 35px;
}

.coming-soon .coming-soon-content form {
  position: relative;
}

.coming-soon .coming-soon-content form .form-control {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50px;
  color: #ffffff;
  height: 55px;
}

.coming-soon .coming-soon-content form .form-control:focus,
.coming-soon .coming-soon-content form .form-control:hover {
  border-color: #ff2d55;
}

.coming-soon
  .coming-soon-content
  form
  .form-control::-webkit-input-placeholder {
  color: #c7c3c7;
}

.coming-soon .coming-soon-content form .form-control:-ms-input-placeholder {
  color: #c7c3c7;
}

.coming-soon .coming-soon-content form .form-control::-ms-input-placeholder {
  color: #c7c3c7;
}

.coming-soon .coming-soon-content form .form-control::placeholder {
  color: #c7c3c7;
}

.coming-soon .coming-soon-content form button {
  position: absolute;
  right: -1px;
  height: 100%;
  background: #ff2d55;
  top: 0;
  color: #ffffff;
  border: none;
  width: 130px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0 50px 50px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0 !important;
  border: none;
}

.coming-soon .coming-soon-content form button:hover,
.coming-soon .coming-soon-content form button:focus {
  background: #00acee;
}

.coming-soon .coming-soon-content #timer {
  margin-bottom: 35px;
}

.coming-soon .coming-soon-content #timer div {
  display: inline-block;
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  width: 135px;
  height: 135px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  padding-top: 34px;
  line-height: 40px;
  margin: 0 5px;
}

.coming-soon .coming-soon-content #timer span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

/*================================================
Pagination CSS
=================================================*/
/*
.pagination-area {
  margin-top: 10px;
}

.pagination-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.pagination-area ul li a {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 5px !important;
  background-color: #ffffff;
  border-radius: 50px !important;
  text-align: center;
  line-height: 40px;
  color: #0d1028;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  border: none;
}

.pagination-area ul li a.active,
.pagination-area ul li a:hover,
.pagination-area ul li a:focus {
  background: #ff2d55;
  color: #ffffff;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

/*================================================
Blog Details CSS
=================================================*/
/*
.blog-details .post-image {
  margin-bottom: 35px;
}

.blog-details .post-image img {
  width: 100%;
  border-radius: 5px;
}

.blog-details h3 {
  font-size: 22px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.blog-details .blog-meta ul {
  padding: 0;
  margin: 20px 0;
  list-style-type: none;
}

.blog-details .blog-meta ul li {
  display: inline-block;
  position: relative;
  color: #707070;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  margin-left: 9px;
  margin-right: 9px;
}

.blog-details .blog-meta ul li i {
  margin-right: 4px;
  color: #ff2d55;
}

.blog-details .blog-meta ul li::before {
  width: 2px;
  height: 14px;
  background: #707070;
  left: -10px;
  top: 50%;
  position: absolute;
  content: "";
  margin-top: -6px;
  -webkit-transform: rotate(11deg);
  transform: rotate(11deg);
}

.blog-details .blog-meta ul li a {
  display: inline-block;
  color: #707070;
}

.blog-details .blog-meta ul li a:hover,
.blog-details .blog-meta ul li a:focus {
  color: #00acee;
}

.blog-details .blog-meta ul li:last-child {
  margin-right: 0;
}

.blog-details .blog-meta ul li:first-child {
  margin-left: 0;
}

.blog-details .blog-meta ul li:first-child::before {
  display: none;
}

.blog-details p {
  margin-top: 15px;
  margin-bottom: 0;
}

.blog-details p:last-child {
  margin-bottom: 0;
}

.blog-details blockquote,
.blog-details .blockquote {
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 35px 20px 35px 100px;
  position: relative;
  border-left: 5px solid #00acee;
  margin-top: 25px;
  margin-bottom: 25px;
}

.blog-details blockquote::before,
.blog-details .blockquote::before {
  font-family: IcoFont !important;
  position: absolute;
  content: "\efcd";
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 55px;
  color: #ff2d55;
}

.blog-details blockquote p,
.blog-details .blockquote p {
  color: #0d1028;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  margin: 0;
}

.post-tag-media {
  background-color: #f5f7fb;
  padding: 20px;
  margin-top: 25px;
  margin-bottom: 35px;
}

.post-tag-media ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.post-tag-media ul li {
  display: inline-block;
}

.post-tag-media ul li span {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  margin-right: 5px;
  display: inline-block;
}

.post-tag-media ul li a {
  color: #707070;
  margin-right: 4px;
}

.post-tag-media ul li a:hover,
.post-tag-media ul li a:focus {
  color: #ff2d55;
}

.post-tag-media ul.social-share {
  text-align: right;
}

.comments-area .comments-title,
.comments-area .comment-reply-title {
  font-size: 22px;
  margin-bottom: 25px;
}

.comments-area .comment-reply-title {
  margin-bottom: 8px;
}

.comments-area ol,
.comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area ol li ol li,
.comments-area ol li ul li,
.comments-area ul li ol li,
.comments-area ul li ul li {
  margin-top: 15px;
  margin-left: 35px;
  margin-bottom: 15px;
}

.comments-area ol li .comment-body,
.comments-area ul li .comment-body {
  background: #f7f7ff;
  padding: 25px 20px;
  position: relative;
  border-radius: 5px;
}

.comments-area ol li .comment-body .comment-meta,
.comments-area ul li .comment-body .comment-meta {
  position: relative;
  padding-left: 85px;
  padding-top: 8px;
}

.comments-area ol li .comment-body .comment-meta .comment-author img,
.comments-area ul li .comment-body .comment-meta .comment-author img {
  position: absolute;
  left: 4px;
  top: -4px;
  border-radius: 50%;
  max-width: 68px;
}

.comments-area ol li .comment-body .comment-meta .comment-author .fn,
.comments-area ul li .comment-body .comment-meta .comment-author .fn {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.comments-area ol li .comment-body .comment-meta .comment-author .says,
.comments-area ul li .comment-body .comment-meta .comment-author .says {
  display: none;
}

.comments-area ol li .comment-body .comment-meta .comment-metadata a,
.comments-area ul li .comment-body .comment-meta .comment-metadata a {
  display: inline-block;
  color: #707070;
  font-size: 14px;
}

.comments-area ol li .comment-body .comment-meta .comment-metadata a:hover,
.comments-area ol li .comment-body .comment-meta .comment-metadata a:focus,
.comments-area ul li .comment-body .comment-meta .comment-metadata a:hover,
.comments-area ul li .comment-body .comment-meta .comment-metadata a:focus {
  color: #ff2d55;
}

.comments-area ol li .comment-body .comment-content,
.comments-area ul li .comment-body .comment-content {
  margin-top: 25px;
}

.comments-area ol li .comment-body .reply,
.comments-area ul li .comment-body .reply {
  position: absolute;
  right: 30px;
  top: 30px;
}

.comments-area ol li .comment-body .reply a,
.comments-area ul li .comment-body .reply a {
  display: inline-block;
  background: #0d1028;
  padding: 5px 15px;
  color: #ffffff;
  border-radius: 5px;
}

.comments-area ol li .comment-body .reply a:hover,
.comments-area ol li .comment-body .reply a:focus,
.comments-area ul li .comment-body .reply a:hover,
.comments-area ul li .comment-body .reply a:focus {
  background: #ff2d55;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-notes {
  font-size: 14px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-comment input,
.comments-area .comment-respond .comment-form-comment textarea,
.comments-area .comment-respond .comment-form-author input,
.comments-area .comment-respond .comment-form-author textarea,
.comments-area .comment-respond .comment-form-email input,
.comments-area .comment-respond .comment-form-email textarea,
.comments-area .comment-respond .comment-form-url input,
.comments-area .comment-respond .comment-form-url textarea {
  display: block;
  width: 100%;
  height: 55px;
  outline: 0 !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  border: 1px solid #eeeeee;
  padding: 15px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.comments-area .comment-respond .comment-form-comment input:focus,
.comments-area .comment-respond .comment-form-comment textarea:focus,
.comments-area .comment-respond .comment-form-author input:focus,
.comments-area .comment-respond .comment-form-author textarea:focus,
.comments-area .comment-respond .comment-form-email input:focus,
.comments-area .comment-respond .comment-form-email textarea:focus,
.comments-area .comment-respond .comment-form-url input:focus,
.comments-area .comment-respond .comment-form-url textarea:focus {
  border-color: #ff2d55;
}

.comments-area .comment-respond .comment-form-comment textarea,
.comments-area .comment-respond .comment-form-author textarea,
.comments-area .comment-respond .comment-form-email textarea,
.comments-area .comment-respond .comment-form-url textarea {
  height: auto;
}

.comments-area .comment-respond .form-submit {
  margin-top: 10px;
}

.comments-area .comment-respond .form-submit input {
  display: inline-block;
  background: #ff2d55;
  border: none;
  color: #ffffff;
  padding: 12px 30px;
  text-transform: uppercase;
  font-weight: 600;
  outline: 0 !important;
  margin-top: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.comments-area .comment-respond .form-submit input:hover,
.comments-area .comment-respond .form-submit input:focus {
  background: #0d1028;
  -webkit-box-shadow: 0 13px 27px 0 rgba(255, 82, 2, 0.11);
  box-shadow: 0 13px 27px 0 rgba(255, 82, 2, 0.11);
}

/*================================================
Sidebar CSS
=================================================*/
/*
.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget .widget-title {
  font-size: 22px;
  margin-bottom: 25px;
  position: relative;
}

.sidebar .widget .widget-title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  background: #ff2d55;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget:hover .widget-title::before,
.sidebar .widget:focus .widget-title::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sidebar .widget.widget_search {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  padding: 15px;
}

.sidebar .widget.widget_search form {
  position: relative;
}

.sidebar .widget.widget_search form .form-control {
  background: transparent;
}

.sidebar .widget.widget_search form button {
  position: absolute;
  right: 5px;
  top: 0;
  height: 100%;
  border: none;
  outline: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background: transparent;
  color: #ff2d55;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget.widget_search form button:hover,
.sidebar .widget.widget_search form button:focus {
  color: #00acee;
}

.sidebar .widget.widget_categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar .widget.widget_categories ul li {
  position: relative;
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
}

.sidebar .widget.widget_categories ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #ff2d55;
  margin-top: -5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget.widget_categories ul li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.sidebar .widget.widget_categories ul li a {
  color: #707070;
}

.sidebar .widget.widget_categories ul li a:hover {
  color: #ff2d55;
}

.sidebar .widget.widget_categories ul li:hover::before {
  border-radius: 50%;
}

.sidebar .widget.widget_recent_entries ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar .widget.widget_recent_entries ul li {
  position: relative;
  padding-left: 100px;
  margin-bottom: 15px;
}

.sidebar .widget.widget_recent_entries ul li a {
  display: block;
}

.sidebar .widget.widget_recent_entries ul li a img {
  position: absolute;
  left: 0;
  top: 3px;
  width: 85px;
  height: 75px;
  border-radius: 5px;
}

.sidebar .widget.widget_recent_entries ul li h5 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 2px;
}

.sidebar .widget.widget_recent_entries ul li h5 a {
  color: #0d1028;
  display: inline-block;
}

.sidebar .widget.widget_recent_entries ul li h5 a:hover,
.sidebar .widget.widget_recent_entries ul li h5 a:focus {
  color: #ff2d55;
}

.sidebar .widget.widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget.widget_tag_cloud .tagcloud a {
  font-size: 15px !important;
  border: 1px dashed #eeeeee;
  padding: 7px 20px;
  margin-top: 6px;
  color: #707070;
  display: inline-block;
}

.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  background: #ff2d55;
  color: #ffffff;
  border-color: #ff2d55;
}

.sidebar .widget.widget_archive ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar .widget.widget_archive ul li {
  position: relative;
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
}

.sidebar .widget.widget_archive ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #ff2d55;
  margin-top: -5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar .widget.widget_archive ul li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.sidebar .widget.widget_archive ul li a {
  color: #707070;
  display: inline-block;
}

.sidebar .widget.widget_archive ul li a:hover {
  color: #ff2d55;
}

.sidebar .widget.widget_archive ul li:hover::before {
  border-radius: 50%;
}

/*================================================
Contact Us CSS
=================================================*/
/*
.contact-box {
  background: #ffffff;
  padding: 30px 20px 30px 90px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}

.contact-box .icon {
  position: absolute;
  left: 20px;
  top: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 47px;
  border: 1px dashed #ff2d55;
  border-radius: 50%;
  color: #ff2d55;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-box h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.contact-box .content p {
  margin-bottom: 5px;
}

.contact-box .content p a {
  color: #707070;
}

.contact-box .content p a:hover,
.contact-box .content p a:focus {
  color: #ff2d55;
}

.contact-box .content p:last-child {
  margin-bottom: 0;
}

.contact-box:hover,
.contact-box:focus {
  -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.contact-box:hover .icon,
.contact-box:focus .icon {
  background: #ff2d55;
  color: #ffffff;
}

#map iframe {
  height: 550px;
  width: 100%;
  margin-bottom: -10px;
}

.contact-form {
  margin-top: 50px;
}

.leave-your-message h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.leave-your-message .stay-connected {
  margin-top: 25px;
}

.leave-your-message .stay-connected h3 {
  margin-bottom: 20px;
}

.leave-your-message .stay-connected ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.leave-your-message .stay-connected ul li {
  margin-bottom: 10px;
}

.leave-your-message .stay-connected ul li:last-child {
  margin-bottom: 0;
}

.leave-your-message .stay-connected ul li a {
  font-weight: 500;
  display: inline-block;
  color: #707070;
}

.leave-your-message .stay-connected ul li a i {
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  border: 1px solid;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 15px;
}

.leave-your-message .stay-connected ul li a:hover,
.leave-your-message .stay-connected ul li a:focus {
  color: #ff2d55;
}

#contactForm {
  background: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}

#contactForm label {
  font-weight: 500;
  margin-bottom: 10px;
}

#contactForm .form-control {
  background: transparent;
}

#contactForm ul {
  padding: 0;
  margin: 0;
}

#contactForm ul li {
  color: red;
  margin-top: 10px;
  font-size: 14px;
}

#contactForm .text-danger,
#contactForm .text-success {
  margin-bottom: 0;
  margin-top: 20px;
}

#contactForm .h4 {
  font-size: 15px;
}

/*================================================
Footer CSS
=================================================*/
/*
.footer-area {
  background-color: #0d1028;
  padding-top: 80px;
}

.single-footer-widget h3 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 20px;
}

.single-footer-widget span {
  color: #ff2d55;
  display: block;
  font-family: "Oswald", sans-serif;
  margin-bottom: 8px;
}

.single-footer-widget span i {
  margin-right: 3px;
}

.single-footer-widget p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
}

.single-footer-widget p i {
  margin-right: 3px;
}

.single-footer-widget .contact-authority {
  margin-top: 8px;
  color: #ffffff;
}

.single-footer-widget .contact-authority:hover,
.single-footer-widget .contact-authority:focus {
  color: #ff2d55;
}

.single-footer-widget .social-links {
  padding: 0;
  margin: 15px 0 0;
  list-style-type: none;
}

.single-footer-widget .social-links li {
  display: inline-block;
  margin-right: 4px;
}

.single-footer-widget .social-links li a {
  color: #ffffff;
  border: 1px solid #525164;
  width: 40px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  border-radius: 50%;
}

.single-footer-widget .social-links li a.facebook {
  border: none;
  background-color: #4267b2;
}

.single-footer-widget .social-links li a.twitter {
  border: none;
  background-color: #38a1f3;
}

.single-footer-widget .social-links li a.instagram {
  border: none;
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(
      #6559ca,
      #bc318f 30%,
      #e33f5f 50%,
      #f77638 70%,
      #fec66d 100%
    );
}

.single-footer-widget .social-links li a.linkedin {
  border: none;
  background-color: #0077b5;
}

.single-footer-widget .social-links li a:hover,
.single-footer-widget .social-links li a:focus {
  background-color: #ff2d55;
  color: #ffffff;
  border-color: #ff2d55;
}

.copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 80px;
  text-align: center;
}

.copyright-area .logo a {
  display: inline-block;
}

.copyright-area ul {
  padding: 0;
  margin: 30px 0 20px;
  list-style-type: none;
}

.copyright-area ul li {
  position: relative;
  margin: 0 10px;
  display: inline-block;
}

.copyright-area ul li::before {
  position: absolute;
  width: 6px;
  height: 6px;
  content: "";
  background: #a8a8ad;
  left: -15px;
  top: 50%;
  margin-top: -2px;
  border-radius: 50%;
}

.copyright-area ul li a {
  color: #a8a8ad;
}

.copyright-area ul li a:hover,
.copyright-area ul li a:focus {
  color: #ff2d55;
}

.copyright-area ul li:first-child {
  margin-left: 0;
}

.copyright-area ul li:first-child::before {
  display: none;
}

.copyright-area ul li:last-child {
  margin-right: 0;
}

.copyright-area p {
  color: #a8a8ad;
}

/*================================================
Back To Top CSS
=================================================*/
/*
.back-to-top {
  position: fixed;
  right: 1.5%;
  bottom: -7.5%;
  height: 15px;
  cursor: pointer;
  width: 40px;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: bold;
  color: transparent;
  text-align: center;
  z-index: 3;
  visibility: hidden;
  outline: 0 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #00acee;
}

.back-to-top::before,
.back-to-top::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 0;
}

.back-to-top::before {
  top: -20px;
  z-index: 4;
  border-bottom: 20px solid #00acee;
}

.back-to-top::after {
  bottom: 0;
  z-index: 5;
  border-bottom: 20px solid #ff2d55;
}

.back-to-top:hover,
.back-to-top:focus {
  opacity: 1;
  text-decoration: none;
  height: 40px;
  color: #ffffff;
}

.back-to-top.show-back-to-top {
  display: block;
  bottom: 1.25%;
  visibility: visible;
}

/* Start "Marketing", "Education" & "Health" "Demo CSS" */
/*
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.home-nine-with-background-black-color {
  background-color: #0d1028;
}

.section-title-with-center {
  text-align: center;
  margin-bottom: 45px;
}

.section-title-with-center span {
  color: #ff2d55;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}

.section-title-with-center h2 {
  font-size: 40px;
  margin-bottom: 0;
}

.section-title-with-center.with-color h2 {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#efa506),
    to(#ff2d55)
  );
  background: linear-gradient(90deg, #efa506 0%, #ff2d55 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.navbar-area-with-white-boxed-color .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.navbar-area-with-white-boxed-color .elkevent-nav .navbar {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 25px;
}

.navbar-area-with-white-boxed-color .elkevent-nav .navbar .navbar-brand {
  background-color: #0d1028;
  padding: 25px 20px;
}

.navbar-area-with-white-boxed-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item
  a {
  color: #0d1028;
}

.navbar-area-with-white-boxed-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item
  a:hover,
.navbar-area-with-white-boxed-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item
  a:focus,
.navbar-area-with-white-boxed-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item
  a.active {
  color: #ff2d55;
}

.navbar-area-with-white-boxed-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item:hover
  a {
  color: #ff2d55;
}

.navbar-area-with-white-boxed-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a {
  color: #ffffff;
}

.navbar-area-with-white-boxed-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover,
.navbar-area-with-white-boxed-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:focus,
.navbar-area-with-white-boxed-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a.active {
  color: #ff2d55;
}

.navbar-area-with-white-boxed-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #ffffff;
}

.navbar-area-with-white-boxed-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area-with-white-boxed-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area-with-white-boxed-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #ff2d55;
}

.navbar-area-with-white-boxed-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li:hover
  a {
  color: #ff2d55;
}

.navbar-area-with-white-boxed-color .elkevent-nav.is-sticky {
  padding: 15px 0;
}

.navbar-area-with-white-boxed-color .elkevent-nav.is-sticky .navbar {
  background-color: #0d1028;
  padding: 0;
}

.navbar-area-with-white-boxed-color
  .elkevent-nav.is-sticky
  .navbar
  .navbar-brand {
  background-color: #0d1028;
  padding: 0;
}

.navbar-area-with-white-boxed-color
  .elkevent-nav.is-sticky
  .navbar
  .navbar-nav
  .nav-item
  a {
  color: #ffffff;
}

.navbar-area-with-white-boxed-color
  .elkevent-nav.is-sticky
  .navbar
  .navbar-nav
  .nav-item
  a:hover,
.navbar-area-with-white-boxed-color
  .elkevent-nav.is-sticky
  .navbar
  .navbar-nav
  .nav-item
  a:focus,
.navbar-area-with-white-boxed-color
  .elkevent-nav.is-sticky
  .navbar
  .navbar-nav
  .nav-item
  a.active {
  color: #ff2d55;
}

.navbar-area-with-white-boxed-color
  .elkevent-nav.is-sticky
  .navbar
  .navbar-nav
  .nav-item:hover
  a {
  color: #ff2d55;
}

.navbar-area-with-white-boxed-color
  .elkevent-nav.is-sticky
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a {
  color: #ffffff;
}

.navbar-area-with-white-boxed-color
  .elkevent-nav.is-sticky
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover,
.navbar-area-with-white-boxed-color
  .elkevent-nav.is-sticky
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:focus,
.navbar-area-with-white-boxed-color
  .elkevent-nav.is-sticky
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a.active {
  color: #ff2d55;
}

.navbar-area-with-white-boxed-color
  .elkevent-nav.is-sticky
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #ffffff;
}

.navbar-area-with-white-boxed-color
  .elkevent-nav.is-sticky
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area-with-white-boxed-color
  .elkevent-nav.is-sticky
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area-with-white-boxed-color
  .elkevent-nav.is-sticky
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #ff2d55;
}

.navbar-area-with-white-boxed-color
  .elkevent-nav.is-sticky
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li:hover
  a {
  color: #ff2d55;
}

.navbar-area-with-bottom-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item
  a:hover,
.navbar-area-with-bottom-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item
  a:focus,
.navbar-area-with-bottom-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item
  a.active {
  color: #ff2d55;
  border-bottom: 1px solid #ffffff;
}

.navbar-area-with-bottom-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item:hover
  a {
  color: #ff2d55;
  border-bottom: 1px solid #ffffff;
}

.navbar-area-with-bottom-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a {
  border-bottom: none;
  color: #ffffff;
}

.navbar-area-with-bottom-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover,
.navbar-area-with-bottom-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:focus,
.navbar-area-with-bottom-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a.active {
  color: #ff2d55;
  border-bottom: none;
}

.navbar-area-with-bottom-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #ffffff;
}

.navbar-area-with-bottom-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area-with-bottom-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area-with-bottom-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #ff2d55;
  border-bottom: none;
}

.navbar-area-with-bottom-color
  .elkevent-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li:hover
  a {
  color: #ff2d55;
  border-bottom: none;
}

/*================================================
Marketing Banner Area CSS
=================================================*/
/*
.marketing-banner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url(../../assets/img/marketing/banner/banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 265px;
  padding-bottom: 365px;
}

.marketing-banner-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(107.56deg, #292cdc 0%, rgba(255, 45, 85, 0) 100%);
  z-index: -1;
}

.marketing-banner-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.marketing-banner-content {
  max-width: 1050px;
}

.marketing-banner-content span {
  color: #ff2d55;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 500;
}

.marketing-banner-content h1 {
  font-size: 100px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #ffffff;
}

.marketing-banner-content h1 b {
  font-weight: bold;
}

.marketing-banner-content p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}

.marketing-banner-content .banner-btn {
  margin-top: 30px;
}

/*================================================
Countdown Area CSS
=================================================*/
/*
.m-countdown-area {
  position: relative;
  z-index: 1;
  margin-top: -180px;
}

.m-countdown-image {
  padding-right: 65px;
  position: relative;
}

.m-countdown-image::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #ffffff;
}

.m-countdown-inner-box {
  background: #efa506;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.m-countdown-inner-box .m-event-countdown {
  text-align: end;
}

.m-countdown-inner-box .m-event-countdown #timer div {
  display: inline-block;
  font-size: 80px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 10px;
  line-height: 1;
  padding: 25px 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.15);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #ffffff;
}

.m-countdown-inner-box .m-event-countdown #timer div:first-child {
  margin-left: 0;
}

.m-countdown-inner-box .m-event-countdown #timer div:last-child {
  margin-right: 0;
}

.m-countdown-inner-box .m-event-countdown #timer div:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  background-color: #ff2d55;
  border: 1px solid #ff2d55;
}

.m-countdown-inner-box .m-event-countdown #timer span {
  display: block;
  color: #ffffff;
  margin-top: 15px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

/*================================================
About Area CSS
=================================================*/
/*
.m-about-image {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.m-about-image .shape-1 {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.m-about-image .shape-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.m-about-content {
  padding-left: 30px;
}

.m-about-content span {
  color: #ff2d55;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 500;
}

.m-about-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
}

.m-about-content p {
  margin-bottom: 0;
}

.m-about-content .inner-card {
  margin-top: 25px;
}

.m-about-content .inner-card h4 {
  font-size: 22px;
  margin-bottom: 12px;
}

.m-about-content .inner-card p {
  margin-bottom: 0;
}

.m-about-content .about-btn {
  margin-top: 25px;
}

/*================================================
FunFacts Area CSS
=================================================*/
/*
.m-funfacts-area {
  position: relative;
  z-index: 9;
  margin-bottom: -155px;
}

.m-funfacts-inner-box {
  background: linear-gradient(93.54deg, #292cdc 0%, #ff2d55 100%);
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}

.m-single-funfact {
  text-align: center;
  margin-bottom: 25px;
}

.m-single-funfact h3 {
  font-size: 95px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 1 !important;
  margin-bottom: 5px;
}

.m-single-funfact h3 .small-text {
  position: relative;
  top: 8px;
  left: -10px;
}

.m-single-funfact .odometer.odometer-auto-theme {
  line-height: 1;
}

.m-single-funfact .odometer-inside {
  line-height: 1;
}

.m-single-funfact .odometer-formatting-mark {
  display: none;
}

.m-single-funfact p {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
}

.m-funfacts-shape-1 {
  position: absolute;
  left: -30px;
  bottom: -30px;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.m-funfacts-shape-2 {
  position: absolute;
  right: -30px;
  top: -40px;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

/*================================================
Speakers Area CSS
=================================================*/
/*
.m-speakers-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url(../../assets/img/marketing/speakers/speakers-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 250px;
}

.m-speakers-area .section-title-with-center h2 {
  color: #ffffff;
}

.m-speakers-card {
  margin-bottom: 30px;
  text-align: center;
}

.m-speakers-card .speakers-image {
  position: relative;
}

.m-speakers-card .speakers-image img {
  border: 5px solid #efa506;
}

.m-speakers-card .speakers-image .color2 {
  border: 5px solid #ff2d55;
}

.m-speakers-card .speakers-image .color3 {
  border: 5px solid #8dc63f;
}

.m-speakers-card .speakers-image .color4 {
  border: 5px solid #ffffff;
}

.m-speakers-card .speakers-image .social {
  padding: 0;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.m-speakers-card .speakers-image .social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}

.m-speakers-card .speakers-image .social li:last-child {
  margin-right: 0;
}

.m-speakers-card .speakers-image .social li a i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #ff2d55;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
}

.m-speakers-card .speakers-image .social li a i:hover {
  background-color: #efa506;
}

.m-speakers-card .speakers-content {
  margin-top: 30px;
}

.m-speakers-card .speakers-content h3 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 600;
}

.m-speakers-card .speakers-content span {
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  margin-top: 12px;
}

.m-speakers-card:hover .speakers-image .social {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.m-speakers-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: linear-gradient(93.54deg, #efa506 0%, #ff2d55 100%);
  border: none;
  border-radius: 20px;
}

.m-speakers-slides.owl-theme .owl-dots .owl-dot:hover span,
.m-speakers-slides.owl-theme .owl-dots .owl-dot:focus span {
  background: linear-gradient(93.54deg, #efa506 0%, #ff2d55 100%);
}

.m-speakers-slides.owl-theme .owl-dots .owl-dot.active span {
  background: linear-gradient(93.54deg, #efa506 0%, #ff2d55 100%);
  width: 30px;
}

/*================================================
Feature Area CSS
=================================================*/
/*
.m-feature-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.m-feature-content span {
  color: #ff2d55;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 500;
}

.m-feature-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
}

.m-feature-content p {
  margin-bottom: 0;
}

.m-feature-content .feature-list {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

.m-feature-content .feature-list li {
  list-style-type: none;
  margin-bottom: 15px;
  color: #0d1028;
  font-weight: 500;
  position: relative;
  padding-left: 22px;
}

.m-feature-content .feature-list li:last-child {
  margin-bottom: 0;
}

.m-feature-content .feature-list li i {
  color: #ff2d55;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-feature-image {
  position: relative;
}

.m-feature-image .shape-1 {
  position: absolute;
  left: -20px;
  top: -10px;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.m-feature-image .shape-2 {
  position: absolute;
  right: 25px;
  bottom: -10px;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.m-feature-shape {
  position: absolute;
  left: -20px;
  top: -610px;
  z-index: -1;
  opacity: 50%;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

/*================================================
Schedule Area CSS
=================================================*/
/*
.m-schedule-area {
  background-color: #f8f7fe;
}

.m-schedule-list-tabs .nav {
  margin: 0 0 55px 0;
  border-radius: 0;
  border: none;
  width: 1320px;
}

.m-schedule-list-tabs .nav .nav-item {
  margin: 0;
  border-radius: 0;
  border: none;
}

.m-schedule-list-tabs .nav .nav-item .nav-link {
  background-color: #ff2d55;
  margin: 0;
  border-radius: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 100px 20px 50px;
  position: relative;
}

.m-schedule-list-tabs .nav .nav-item .nav-link::before {
  width: 30px;
  height: 30px;
  left: 0;
  bottom: -15px;
  position: absolute;
  background: #ff2d55;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.m-schedule-list-tabs .nav .nav-item .nav-link .title {
  font-size: 35px;
  font-weight: 600;
  color: #ffffff;
  border-right: 1px solid #ffffff;
  padding-right: 20px;
}

.m-schedule-list-tabs .nav .nav-item .nav-link .content {
  padding-left: 20px;
}

.m-schedule-list-tabs .nav .nav-item .nav-link .content span {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
}

.m-schedule-list-tabs .nav .nav-item .nav-link .content p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
}

.m-schedule-list-tabs .nav .nav-item .nav-link.active::before {
  opacity: 1;
  visibility: visible;
}

.m-schedule-list-tabs .nav .nav-item:nth-child(2) .nav-link {
  background-color: #292cdc;
}

.m-schedule-list-tabs .nav .nav-item:nth-child(2) .nav-link.active::before {
  opacity: 1;
  visibility: visible;
  background-color: #292cdc;
}

.m-schedule-list-tabs .nav .nav-item:nth-child(3) .nav-link {
  background-color: #efa506;
}

.m-schedule-list-tabs .nav .nav-item:nth-child(3) .nav-link.active::before {
  opacity: 1;
  visibility: visible;
  background-color: #efa506;
}

.m-schedule-list-tabs .tab-content .tab-pane .schedule-list-item {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.m-schedule-list-tabs .tab-content .tab-pane .schedule-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-schedule-list-tabs .tab-content .tab-pane .schedule-info img {
  max-width: 70px;
}

.m-schedule-list-tabs .tab-content .tab-pane .schedule-info .title {
  padding-left: 15px;
}

.m-schedule-list-tabs .tab-content .tab-pane .schedule-info .title span {
  color: #62618d;
  display: block;
  margin-bottom: 10px;
}

.m-schedule-list-tabs .tab-content .tab-pane .schedule-info .title h3 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
}

.m-schedule-list-tabs .tab-content .tab-pane .accordion {
  padding: 0;
  margin-bottom: 0;
}

.m-schedule-list-tabs .tab-content .tab-pane .accordion .accordion-item {
  list-style-type: none;
  background-color: transparent;
  border: none;
}

.m-schedule-list-tabs
  .tab-content
  .tab-pane
  .accordion
  .accordion-item
  .accordion-button {
  position: relative;
  background-color: transparent;
  display: block;
  padding: 0 50px 0 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.m-schedule-list-tabs
  .tab-content
  .tab-pane
  .accordion
  .accordion-item
  .accordion-button
  p {
  display: block;
  font-size: 15px;
  color: #62618d;
  margin-bottom: 15px;
}

.m-schedule-list-tabs
  .tab-content
  .tab-pane
  .accordion
  .accordion-item
  .accordion-button
  p
  span {
  color: #ff2d55;
}

.m-schedule-list-tabs
  .tab-content
  .tab-pane
  .accordion
  .accordion-item
  .accordion-button
  h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.m-schedule-list-tabs
  .tab-content
  .tab-pane
  .accordion
  .accordion-item
  .accordion-button::before {
  position: absolute;
  content: "\eee4";
  font-family: IcoFont;
  right: 0;
  color: #ff2d55;
  font-size: 18px;
}

.m-schedule-list-tabs
  .tab-content
  .tab-pane
  .accordion
  .accordion-item
  .accordion-button:not(.collapsed)::before {
  content: "\efc2";
  color: #0d1028;
  font-size: 15px;
}

.m-schedule-list-tabs
  .tab-content
  .tab-pane
  .accordion
  .accordion-item
  .accordion-body {
  padding: 0;
}

.m-schedule-list-tabs
  .tab-content
  .tab-pane
  .accordion
  .accordion-item
  .accordion-body
  p {
  color: #62618d;
  margin-bottom: 0;
}

.m-schedule-list-tabs .m-schedule-btn {
  text-align: center;
}

.m-schedule-list-tabs.e-border-color {
  border: 1px solid #2f3050;
}

.m-schedule-list-tabs.e-border-color .nav .nav-item .nav-link .title {
  padding-right: 19px;
}

.m-schedule-list-tabs.e-border-color
  .tab-content
  .tab-pane
  .schedule-list-item {
  border-bottom: 1px solid #2f3050;
  padding: 30px;
}

.m-schedule-list-tabs.e-border-color
  .tab-content
  .tab-pane
  .schedule-list-item:last-child {
  border-bottom: none;
}

.m-schedule-list-tabs.e-border-color
  .tab-content
  .tab-pane
  .schedule-list-item
  .schedule-info
  .title
  span {
  color: #ff2d55;
}

.m-schedule-list-tabs.e-border-color
  .tab-content
  .tab-pane
  .schedule-list-item
  .schedule-info
  .title
  h3 {
  color: #ffffff;
}

.m-schedule-list-tabs.e-border-color
  .tab-content
  .tab-pane
  .schedule-list-item
  .accordion
  .accordion-item
  .accordion-button
  p {
  color: #ffffff;
}

.m-schedule-list-tabs.e-border-color
  .tab-content
  .tab-pane
  .schedule-list-item
  .accordion
  .accordion-item
  .accordion-button
  p
  span {
  color: #ff2d55;
}

.m-schedule-list-tabs.e-border-color
  .tab-content
  .tab-pane
  .schedule-list-item
  .accordion
  .accordion-item
  .accordion-button
  h3 {
  color: #ffffff;
}

.m-schedule-list-tabs.e-border-color
  .tab-content
  .tab-pane
  .schedule-list-item
  .accordion
  .accordion-item
  .accordion-button::before {
  color: #ff2d55;
}

.m-schedule-list-tabs.e-border-color
  .tab-content
  .tab-pane
  .schedule-list-item
  .accordion
  .accordion-item
  .accordion-button:not(.collapsed)::before {
  color: #ffffff;
}

.m-schedule-list-tabs.e-border-color
  .tab-content
  .tab-pane
  .schedule-list-item
  .accordion
  .accordion-item
  .accordion-body
  p {
  color: #ffffff;
}

.e-schedule-btn {
  text-align: center;
  margin-top: 30px;
}

/*================================================
Sponsors Area CSS
=================================================*/
/*
.m-sponsors-area {
  background-image: url(../../assets/img/marketing/sponsors/sponsors-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.m-sponsors-area .section-title-with-center h2 {
  color: #ffffff;
}

.m-partner-card {
  margin-bottom: 25px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.m-partner-card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/*================================================
Gallery Area CSS
=================================================*/
/*
.m-gallery-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.m-gallery-card {
  margin-bottom: 25px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.m-gallery-card a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.m-gallery-card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.m-gallery-card:hover a img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.m-gallery-shape {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -80%;
  z-index: -1;
  text-align: center;
}

/*================================================
Overview Area CSS
=================================================*/
/*
.m-overview-inner-box {
  background-color: #292cdc;
  padding-left: 90px;
  padding-right: 90px;
  position: relative;
  z-index: 1;
}

.m-overview-content span {
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 15px;
}

.m-overview-content h3 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 0;
}

.m-overview-btn {
  text-align: end;
}

.m-overview-shape-1 {
  position: absolute;
  right: -20px;
  top: -20px;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.m-overview-shape-2 {
  position: absolute;
  left: -20px;
  bottom: -20px;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

/*================================================
Testimonial Area CSS
=================================================*/
/*
.m-testimonial-image {
  position: relative;
  padding-left: 20px;
  padding-bottom: 30px;
  padding-right: 80px;
}

.m-testimonial-image .shape {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.m-testimonial-content .content {
  margin-bottom: 30px;
}

.m-testimonial-content .content span {
  color: #ff2d55;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 500;
}

.m-testimonial-content .content h3 {
  font-size: 40px;
  margin-bottom: 0;
}

.m-testimonial-card .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.m-testimonial-card .info img {
  max-width: 70px;
}

.m-testimonial-card .info .title {
  padding-left: 15px;
}

.m-testimonial-card .info .title h3 {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 600;
}

.m-testimonial-card .info .title span {
  color: #62618d;
  display: block;
  margin-top: 12px;
}

.m-testimonial-card p {
  font-size: 20px;
  color: #62618d;
}

.m-testimonial-slides.owl-theme .owl-dots {
  text-align: start;
  margin-top: 30px !important;
}

.m-testimonial-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: linear-gradient(93.54deg, #efa506 0%, #ff2d55 100%);
  border: none;
  border-radius: 20px;
}

.m-testimonial-slides.owl-theme .owl-dots .owl-dot:hover span,
.m-testimonial-slides.owl-theme .owl-dots .owl-dot:focus span {
  background: linear-gradient(93.54deg, #efa506 0%, #ff2d55 100%);
}

.m-testimonial-slides.owl-theme .owl-dots .owl-dot.active span {
  background: linear-gradient(93.54deg, #efa506 0%, #ff2d55 100%);
  width: 30px;
}

/*================================================
Blog Area CSS
=================================================*/
/*
.m-blog-area {
  background-color: #f8f7fe;
}

.m-blog-card {
  margin-bottom: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.m-blog-card .blog-image {
  overflow: hidden;
}

.m-blog-card .blog-image a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.m-blog-card .blog-content {
  margin-top: 25px;
}

.m-blog-card .blog-content .meta {
  padding: 0;
  margin-bottom: 15px;
}

.m-blog-card .blog-content .meta li {
  list-style-type: none;
  color: #62618d;
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

.m-blog-card .blog-content .meta li::before {
  content: "";
  position: absolute;
  right: -18px;
  top: 3.5px;
  width: 2px;
  height: 15px;
  background: #62618d;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.m-blog-card .blog-content .meta li:last-child {
  margin-right: 0;
}

.m-blog-card .blog-content .meta li:last-child::before {
  display: none;
}

.m-blog-card .blog-content .meta li a {
  color: #62618d;
  display: inline-block;
}

.m-blog-card .blog-content .meta li a:hover {
  color: #ff2d55;
}

.m-blog-card .blog-content h3 {
  font-size: 24.5px;
  line-height: 1.4;
  margin-bottom: 0;
}

.m-blog-card .blog-content h3 a {
  color: #0d1028;
}

.m-blog-card .blog-content h3 a:hover {
  color: #ff2d55;
}

.m-blog-card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.m-blog-card:hover .blog-image a img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.e-blog {
  background-color: transparent;
}

.e-blog .m-blog-card .blog-content .meta li {
  color: #ffffff;
}

.e-blog .m-blog-card .blog-content .meta li a {
  color: #ffffff;
}

.e-blog .m-blog-card .blog-content .meta li a:hover {
  color: #ff2d55;
}

.e-blog .m-blog-card .blog-content h3 a {
  color: #ffffff;
}

.e-blog .m-blog-card .blog-content h3 a:hover {
  color: #ff2d55;
}

/*================================================
Education Banner Area CSS
=================================================*/
/*
.education-banner-area {
  background-image: url(../../assets/img/education/banner/banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 110px;
  position: relative;
  z-index: 1;
}

.education-banner-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(
    107.56deg,
    rgba(41, 44, 220, 0.5) 0%,
    rgba(255, 45, 85, 0.3) 100%
  );
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

.education-banner-content {
  text-align: center;
}

.education-banner-content h1 {
  font-size: 100px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #ffffff;
}

.education-banner-content h1 b {
  font-weight: bold;
  color: #efa506;
}

.education-banner-content p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}

.education-banner-content .banner-btn {
  margin-top: 30px;
}

.education-banner-content .banner-btn .btn-primary {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.education-banner-content .e-event-countdown {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  max-width: 910px;
  margin: 65px auto 0;
  padding: 50px 25px;
  border-radius: 5px;
}

.education-banner-content .e-event-countdown #timer div {
  display: inline-block;
  font-size: 80px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 50px;
  line-height: 1;
  text-align: center;
  position: relative;
}

.education-banner-content .e-event-countdown #timer div:first-child {
  margin-left: 0;
}

.education-banner-content .e-event-countdown #timer div:last-child {
  margin-right: 0;
}

.education-banner-content .e-event-countdown #timer div:last-child::before {
  display: none;
}

.education-banner-content .e-event-countdown #timer div::before {
  position: absolute;
  content: ":";
  right: -65px;
  color: #ffffff;
  font-size: 55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.education-banner-content .e-event-countdown #timer span {
  display: block;
  color: #ffffff;
  margin-top: 15px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

/*================================================
Education About Area CSS
=================================================*/
/*
.e-about-image {
  position: relative;
  text-align: center;
}

.e-about-image .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background: linear-gradient(93.54deg, #efa506 0%, #ff2d55 100%);
  color: #ffffff;
  border-radius: 50px;
  font-size: 30px;
}

.e-about-image .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #ffffff;
  -webkit-animation: ripple 5s linear infinite;
  animation: ripple 5s linear infinite;
}

.e-about-content {
  padding-left: 35px;
}

.e-about-content span {
  color: #ff2d55;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}

.e-about-content h3 {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#efa506),
    to(#ff2d55)
  );
  background: linear-gradient(90deg, #efa506 0%, #ff2d55 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 40px;
  margin-bottom: 15px;
}

.e-about-content p {
  color: #ffffff;
}

.e-about-content .about-btn {
  margin-top: 25px;
}

.e-about-content .about-btn .btn-primary {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

/*================================================
Education FunFacts Area CSS
=================================================*/
/*
.e-funfacts-inner-box {
  background-image: url(../../assets/img/education/funfacts-bg.jpg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 50px;
  padding-right: 50px;
}

.e-single-funfact {
  text-align: center;
  margin-bottom: 25px;
}

.e-single-funfact h3 {
  font-size: 95px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 1 !important;
  margin-bottom: 5px;
}

.e-single-funfact h3 .small-text {
  position: relative;
  top: 8px;
  left: -10px;
}

.e-single-funfact .odometer.odometer-auto-theme {
  line-height: 1;
}

.e-single-funfact .odometer-inside {
  line-height: 1;
}

.e-single-funfact .odometer-formatting-mark {
  display: none;
}

.e-single-funfact p {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
}

/*================================================
Education Speakers Area CSS
=================================================*/
/*
.e-speakers-card {
  margin-bottom: 30px;
  text-align: center;
}

.e-speakers-card .speakers-image {
  position: relative;
}

.e-speakers-card .speakers-image img {
  border: 5px solid #efa506;
}

.e-speakers-card .speakers-image .color2 {
  border: 5px solid #ff2d55;
}

.e-speakers-card .speakers-image .color3 {
  border: 5px solid #292cdc;
}

.e-speakers-card .speakers-image .color4 {
  border: 5px solid #7e23cb;
}

.e-speakers-card .speakers-image .color5 {
  border: 5px solid #1eb1e9;
}

.e-speakers-card .speakers-image .color6 {
  border: 5px solid #c13584;
}

.e-speakers-card .speakers-image .color7 {
  border: 5px solid #62618d;
}

.e-speakers-card .speakers-image .color8 {
  border: 5px solid #0077b5;
}

.e-speakers-card .speakers-image .social {
  padding: 0;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.e-speakers-card .speakers-image .social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}

.e-speakers-card .speakers-image .social li:last-child {
  margin-right: 0;
}

.e-speakers-card .speakers-image .social li a i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #ff2d55;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
}

.e-speakers-card .speakers-image .social li a i:hover {
  background-color: #efa506;
}

.e-speakers-card .speakers-content {
  margin-top: 30px;
}

.e-speakers-card .speakers-content h3 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 600;
}

.e-speakers-card .speakers-content span {
  color: #ff2d55;
  font-size: 14px;
  display: inline-block;
  margin-top: 12px;
}

.e-speakers-card:hover .speakers-image .social {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

/*================================================
Education Overview Area CSS
=================================================*/
/*
.e-overview-inner-box {
  background-image: url(../../assets/img/education/overview-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 90px;
  padding-right: 90px;
}

.e-overview-content span {
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 15px;
}

.e-overview-content h3 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 0;
}

.e-overview-btn {
  text-align: end;
}

/*================================================
Education Registration Area CSS
=================================================*/
/*
.e-registration-area {
  background-image: url(../../assets/img/education/registration-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.e-registration-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 20px;
  width: 100%;
  background-color: #0d1028;
  z-index: -1;
}

.e-registration-area::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px;
  width: 100%;
  background-color: #0d1028;
  z-index: -1;
}

.e-registration-form {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  padding: 30px;
  border-radius: 5px;
  text-align: center;
  margin-left: 55px;
}

.e-registration-form h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #ffffff;
}

.e-registration-form form .form-group .form-control {
  height: 50px;
  border-radius: 8px;
  border: 1px solid #ffffff;
  color: #707070;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
}

.e-registration-form form .form-group .form-control::-webkit-input-placeholder {
  color: #707070;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.e-registration-form form .form-group .form-control:-ms-input-placeholder {
  color: #707070;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.e-registration-form form .form-group .form-control::-ms-input-placeholder {
  color: #707070;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.e-registration-form form .form-group .form-control::placeholder {
  color: #707070;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.e-registration-form form .form-group .form-control:focus {
  border: 1px solid #ff2d55;
  background-color: #ff2d55;
  color: #ffffff;
}

.e-registration-form
  form
  .form-group
  .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.e-registration-form
  form
  .form-group
  .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.e-registration-form
  form
  .form-group
  .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.e-registration-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}

/*================================================
Education Gallery Area CSS
=================================================*/
/*
.e-gallery-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.e-gallery-card {
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.e-gallery-card a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.e-gallery-card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.e-gallery-card:hover a img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.e-gallery-slides.owl-theme .owl-dots {
  margin-top: 35px !important;
}

.e-gallery-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: linear-gradient(93.54deg, #efa506 0%, #ff2d55 100%);
  border: none;
  border-radius: 20px;
}

.e-gallery-slides.owl-theme .owl-dots .owl-dot:hover span,
.e-gallery-slides.owl-theme .owl-dots .owl-dot:focus span {
  background: linear-gradient(93.54deg, #efa506 0%, #ff2d55 100%);
}

.e-gallery-slides.owl-theme .owl-dots .owl-dot.active span {
  background: linear-gradient(93.54deg, #efa506 0%, #ff2d55 100%);
  width: 30px;
}
*/
/*================================================
Education Testimonial Area CSS
=================================================*/
/*
.e-testimonial-card {
  background-color: #091142;
  padding: 35px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.e-testimonial-card::before {
  position: absolute;
  content: "\efce";
  font-family: IcoFont;
  right: 35px;
  top: 35px;
  z-index: -1;
  color: #ffffff;
  font-size: 55px;
  opacity: 8%;
  line-height: 1;
}

.e-testimonial-card .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.e-testimonial-card .info img {
  max-width: 70px;
}

.e-testimonial-card .info .title {
  padding-left: 15px;
}

.e-testimonial-card .info .title h3 {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 600;
  color: #ffffff;
}

.e-testimonial-card .info .title span {
  color: #ffffff;
  display: block;
  margin-top: 12px;
}

.e-testimonial-card p {
  font-size: 18px;
  color: #ffffff;
}

.e-testimonial-card:hover {
  background-color: #000636;
}

.e-testimonial-slides.owl-theme .owl-dots {
  margin-top: 35px !important;
}

.e-testimonial-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: linear-gradient(93.54deg, #efa506 0%, #ff2d55 100%);
  border: none;
  border-radius: 20px;
}

.e-testimonial-slides.owl-theme .owl-dots .owl-dot:hover span,
.e-testimonial-slides.owl-theme .owl-dots .owl-dot:focus span {
  background: linear-gradient(93.54deg, #efa506 0%, #ff2d55 100%);
}

.e-testimonial-slides.owl-theme .owl-dots .owl-dot.active span {
  background: linear-gradient(93.54deg, #efa506 0%, #ff2d55 100%);
  width: 30px;
}
*/
/*================================================
Health Banner Area CSS
=================================================*/
/*
.health-banner-area {
  background-image: url(../../assets/img/health/banner/banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
}

.health-banner-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.health-banner-content {
  position: relative;
  top: -20px;
}

.health-banner-content span {
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 15px;
}

.health-banner-content h1 {
  font-size: 65px;
  margin-bottom: 15px;
  color: #ffffff;
}

.health-banner-content p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.health-banner-content .banner-btn {
  margin-top: 30px;
}

.health-banner-image {
  position: relative;
}

.health-banner-image .info {
  position: absolute;
  top: 35%;
  right: 10%;
  -webkit-transform: translateY(-35%) translateX(-10%);
  transform: translateY(-35%) translateX(-10%);
}

.health-banner-image .info span {
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 5px;
}

.health-banner-image .info h3 {
  font-size: 20px;
  color: #ff2d55;
  margin-bottom: 0;
  font-weight: 500;
}
*/
/*================================================
Health Countdown Area CSS
=================================================*/
/*
.h-countdown-area {
  background-image: url(../../assets/img/health/countdown-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.h-countdown-content h3 {
  font-size: 35px;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 600;
}

.h-event-countdown #timer div {
  display: inline-block;
  font-size: 70px;
  font-weight: 700;
  color: #ff2d55;
  margin: 0 50px;
  line-height: 1;
  text-align: center;
  position: relative;
}

.h-event-countdown #timer div:first-child {
  margin-left: 0;
}

.h-event-countdown #timer div:last-child {
  margin-right: 0;
}

.h-event-countdown #timer div:last-child::before {
  display: none;
}

.h-event-countdown #timer div::before {
  position: absolute;
  content: ":";
  right: -65px;
  color: #ffffff;
  font-size: 55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.h-event-countdown #timer span {
  display: block;
  color: #ffffff;
  margin-top: 15px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
*/
/*================================================
Health About Area CSS
=================================================*/
/*
.h-about-image {
  padding-right: 35px;
}

.h-about-content span {
  color: #ff2d55;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 500;
}

.h-about-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
}

.h-about-content .h-about-tabs .nav {
  padding: 0;
  border: none;
}

.h-about-content .h-about-tabs .nav .nav-item {
  border: none;
  margin-right: 35px;
}

.h-about-content .h-about-tabs .nav .nav-item:last-child {
  margin-right: 0;
}

.h-about-content .h-about-tabs .nav .nav-item .nav-link {
  border: none;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  color: #0d1028;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #0d1028;
}

.h-about-content .h-about-tabs .nav .nav-item .nav-link:hover {
  color: #ff2d55;
  border-bottom: 1px solid #ff2d55;
}

.h-about-content .h-about-tabs .nav .nav-item .nav-link.active {
  color: #ff2d55;
  border-bottom: 1px solid #ff2d55;
}

.h-about-content .about-btn {
  margin-top: 25px;
}
*/
/*================================================
Health About Area CSS
=================================================*/
/*
.h-speakers-area {
  background-color: #f6f8fb;
}

.h-speakers-card {
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.h-speakers-card .speakers-image {
  position: relative;
  overflow: hidden;
}

.h-speakers-card .speakers-image img {
  border: 5px solid #1da1f2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.h-speakers-card .speakers-image .color1 {
  border: 5px solid #efa506;
}

.h-speakers-card .speakers-image .color2 {
  border: 5px solid #ff2d55;
}

.h-speakers-card .speakers-image .color3 {
  border: 5px solid #4c4fde;
}

.h-speakers-card .speakers-image .social {
  padding: 0;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.h-speakers-card .speakers-image .social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}

.h-speakers-card .speakers-image .social li:last-child {
  margin-right: 0;
}

.h-speakers-card .speakers-image .social li a i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #ff2d55;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
}

.h-speakers-card .speakers-image .social li a i:hover {
  background-color: #efa506;
}

.h-speakers-card .speakers-content {
  margin-top: 25px;
}

.h-speakers-card .speakers-content h3 {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 600;
}

.h-speakers-card .speakers-content span {
  color: #707070;
  font-size: 14px;
  display: inline-block;
  margin-top: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.h-speakers-card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.h-speakers-card:hover .speakers-image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.h-speakers-card:hover .speakers-image .social {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.h-speakers-card:hover .speakers-content span {
  color: #ff2d55;
}
*/
/*================================================
FunFacts Area CSS
=================================================*/
/*
.h-funfacts-area {
  background-image: url(../../assets/img/health/funfact-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.h-single-funfact {
  text-align: center;
  margin-bottom: 25px;
}

.h-single-funfact h3 {
  font-size: 95px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 1 !important;
  margin-bottom: 5px;
}

.h-single-funfact h3 .small-text {
  position: relative;
  top: 8px;
  left: -10px;
}

.h-single-funfact .odometer.odometer-auto-theme {
  line-height: 1;
}

.h-single-funfact .odometer-inside {
  line-height: 1;
}

.h-single-funfact .odometer-formatting-mark {
  display: none;
}

.h-single-funfact p {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
}
*/
/*================================================
Health Testimonial Area CSS
=================================================*/
/*
.h-testimonial-area {
  background-color: #f8f7fe;
}

.h-testimonial-area .container-fluid {
  padding-left: 0;
}

.h-testimonial-image {
  background-image: url(../../assets/img/health/testimonial.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.h-testimonial-content {
  max-width: 750px;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 100px;
}

.h-testimonial-content .content {
  margin-bottom: 30px;
}

.h-testimonial-content .content span {
  color: #ff2d55;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 500;
}

.h-testimonial-content .content h3 {
  font-size: 40px;
  margin-bottom: 0;
}

.h-testimonial-card .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.h-testimonial-card .info img {
  max-width: 70px;
}

.h-testimonial-card .info .title {
  padding-left: 15px;
}

.h-testimonial-card .info .title h3 {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 600;
}

.h-testimonial-card .info .title span {
  color: #62618d;
  display: block;
  margin-top: 12px;
}

.h-testimonial-card p {
  font-size: 20px;
  color: #62618d;
}

.h-testimonial-slides.owl-theme .owl-dots {
  text-align: start;
  margin-top: 30px !important;
}

.h-testimonial-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: linear-gradient(93.54deg, #efa506 0%, #ff2d55 100%);
  border: none;
  border-radius: 20px;
}

.h-testimonial-slides.owl-theme .owl-dots .owl-dot:hover span,
.h-testimonial-slides.owl-theme .owl-dots .owl-dot:focus span {
  background: linear-gradient(93.54deg, #efa506 0%, #ff2d55 100%);
}

.h-testimonial-slides.owl-theme .owl-dots .owl-dot.active span {
  background: linear-gradient(93.54deg, #efa506 0%, #ff2d55 100%);
  width: 30px;
}
*/
/*================================================
Health Registration Area CSS
=================================================*/
/*
.h-registration-area {
  background-image: url(../../assets/img/health/registration-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
}

.h-registration-form {
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #ffffff;
  padding: 30px;
  border-radius: 5px;
  text-align: center;
  max-width: 450px;
  margin: 0 0 0 auto;
}

.h-registration-form h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #ffffff;
}

.h-registration-form form .form-group .form-control {
  height: 50px;
  border-radius: 8px;
  border: 1px solid #ffffff;
  color: #707070;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
}

.h-registration-form form .form-group .form-control::-webkit-input-placeholder {
  color: #707070;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.h-registration-form form .form-group .form-control:-ms-input-placeholder {
  color: #707070;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.h-registration-form form .form-group .form-control::-ms-input-placeholder {
  color: #707070;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.h-registration-form form .form-group .form-control::placeholder {
  color: #707070;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.h-registration-form form .form-group .form-control:focus {
  border: 1px solid #ff2d55;
  background-color: #ff2d55;
  color: #ffffff;
}

.h-registration-form
  form
  .form-group
  .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.h-registration-form
  form
  .form-group
  .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.h-registration-form
  form
  .form-group
  .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.h-registration-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
*/
/*================================================
Health Overview Area CSS
=================================================*/
/*
.h-overview-area {
  background-image: url(../../assets/img/health/overview-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.h-overview-content span {
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 15px;
}

.h-overview-content h3 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 0;
}

.h-overview-btn {
  text-align: end;
}

.h-overview-btn .btn-primary {
  color: #0d1028;
}

.h-overview-btn .btn-primary::before {
  background-color: #ffffff;
}

.h-overview-btn .btn-primary::after {
  background-color: #ffffff;
}

.h-overview-btn .btn-primary:hover {
  color: #ffffff;
}
*/
/*================================================
Subscribe Area CSS
=================================================*/
/*
.subscribe-wrap-area {
  background-color: #efa506;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  overflow: hidden;
}

.subscribe-wrap-area .section-title-with-center span {
  color: #ffffff;
}

.subscribe-wrap-area .section-title-with-center h2 {
  color: #ffffff;
}

.subscribe-wrap-area .newsletter-form {
  max-width: 690px;
  margin: auto;
  position: relative;
}

.subscribe-wrap-area .newsletter-form .form-control {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 15px 25px;
  height: 70px;
}

.subscribe-wrap-area .newsletter-form .form-control::-webkit-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-wrap-area .newsletter-form .form-control:-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-wrap-area .newsletter-form .form-control::-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-wrap-area .newsletter-form .form-control::placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-wrap-area
  .newsletter-form
  .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.subscribe-wrap-area
  .newsletter-form
  .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.subscribe-wrap-area
  .newsletter-form
  .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.subscribe-wrap-area .newsletter-form .form-control:focus::placeholder {
  color: transparent;
}

.subscribe-wrap-area .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  height: 70px;
}

.subscribe-wrap-area .newsletter-form #validator-newsletter {
  color: #ff2d55;
  font-size: 14px;
  margin-top: 10px;
}

.subscribe-wrap-area .shape-1 {
  position: absolute;
  left: -30px;
  top: -30px;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.subscribe-wrap-area .shape-2 {
  position: absolute;
  right: -30px;
  bottom: -30px;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.subscribe-wrap-area.with-linear-gradient-color {
  background: linear-gradient(93.54deg, #efa506 0%, #ff2d55 100%);
}

.subscribe-wrap-area.with-linear-gradient-color .newsletter-form .btn-primary {
  color: #0d1028;
}

.subscribe-wrap-area.with-linear-gradient-color
  .newsletter-form
  .btn-primary::before {
  background-color: #ffffff;
}

.subscribe-wrap-area.with-linear-gradient-color
  .newsletter-form
  .btn-primary::after {
  background-color: #ffffff;
}

.subscribe-wrap-area.with-linear-gradient-color
  .newsletter-form
  .btn-primary:hover {
  color: #ffffff;
}

.subscribe-wrap-area.with-blue-gradient-color {
  background: linear-gradient(102.96deg, #651ea5 0.36%, #13157d 100%);
}
*/
/*================================================
Footer Area CSS
=================================================*/
/*
.footer-area-with-bg-image {
  background-image: url(../../assets/img/marketing/footer-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer-area-with-bg-image::before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  top: 0;
  background-color: #f8f7fe;
  width: 100%;
  height: 180px;
  z-index: -1;
}

.footer-area-with-bg-image.e-footer::before {
  background-color: #0d1028;
}

.footer-wrap-map {
  position: relative;
}

.footer-wrap-map .content {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background-color: #ffffff;
  padding: 25px;
  max-width: 300px;
}

.footer-wrap-map .content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.footer-wrap-map .content p {
  color: #62618d;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-wrap-right {
  padding-left: 100px;
}

.footer-wrap-right .logo {
  margin-bottom: 35px;
}

.footer-wrap-right .social-links {
  padding: 0;
  margin: 15px 0 0;
  list-style-type: none;
}

.footer-wrap-right .social-links span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}

.footer-wrap-right .social-links li {
  display: inline-block;
  margin-right: 5px;
}

.footer-wrap-right .social-links li:last-child {
  margin-right: 0;
}

.footer-wrap-right .social-links li a {
  color: #ffffff;
  border: 1px solid #525164;
  width: 40px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  border-radius: 50%;
}

.footer-wrap-right .social-links li a.facebook {
  border: none;
  background-color: #4267b2;
}

.footer-wrap-right .social-links li a.twitter {
  border: none;
  background-color: #38a1f3;
}

.footer-wrap-right .social-links li a.instagram {
  border: none;
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(
      #6559ca,
      #bc318f 30%,
      #e33f5f 50%,
      #f77638 70%,
      #fec66d 100%
    );
}

.footer-wrap-right .social-links li a.linkedin {
  border: none;
  background-color: #0077b5;
}

.footer-wrap-right .social-links li a:hover,
.footer-wrap-right .social-links li a:focus {
  background-color: #ff2d55;
  color: #ffffff;
  border-color: #ff2d55;
}

.copyright-wrap-area {
  padding-top: 35px;
  padding-bottom: 35px;
}

.copyright-wrap-area p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
}

.copyright-wrap-area p a {
  display: inline-block;
  color: #ff2d55;
  font-weight: 500;
}

.copyright-wrap-area p a:hover {
  color: #efa506;
}

.copyright-wrap-area .list {
  padding: 0;
  margin-bottom: 0;
  text-align: end;
}

.copyright-wrap-area .list li {
  list-style-type: none;
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}

.copyright-wrap-area .list li:last-child {
  margin-right: 0;
}

.copyright-wrap-area .list li a {
  color: #ffffff;
}

.copyright-wrap-area .list li a:hover {
  color: #ff2d55;
}
*/

/* === FONT FACE DECLARATIONS === */
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("assets/fonts/PlusJakartaSans[wght].ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

/* === GLOBAL RESET & BASE === */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --neutral: #010214;
  --bg-dark: #050816;
  --bg-dark-alt: #070b1f;
  --accent-purple: #7b5cff;
  --accent-purple-light: #a855ff;
  --text-white: #ffffff;
  --text-muted: rgba(255, 255, 255, 0.7);
  --text-muted-light: rgba(255, 255, 255, 0.9);
  --border-color: rgba(255, 255, 255, 0.1);
  --Typo-Typo-1: #EEE;
  --Typo-Typo-2: rgba(255, 255, 255, 0.7);
  --max-width: 1200px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--neutral, #010214);
  color: var(--text-white);
  line-height: 1.6;
  overflow-x: hidden;
}

.container {
  width: min(var(--max-width), 100% - 3rem);
  margin-inline: auto;
}

/* === NAVBAR === */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--neutral, #010214);
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  gap: 2rem;
  padding-left: 1.5rem;
}

.navbar-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.logo-img {
  height: 40px;
  width: auto;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.logo-text-line1 {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-white);
}

.logo-text-line2 {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.navbar-nav {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
}

.nav-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 0.25rem;
}

.nav-link {
  color: var(--text-white);
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  transition: all 0.2s;
  white-space: nowrap;
}

.nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.btn-join {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--text-white);
  padding: 0.5rem 1.5rem;
  border-radius: 999px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  font-weight: 500;
}

.btn-join:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.mobile-menu-toggle span {
  width: 24px;
  height: 2px;
  background: var(--text-white);
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  padding: 1rem;
  background: rgba(5, 8, 22, 0.98);
  border-top: 1px solid var(--border-color);
  gap: 0.5rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.mobile-menu.active {
  display: flex;
}

.mobile-nav-link {
  color: var(--text-white);
  text-decoration: none;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  transition: background-color 0.2s;
}

.mobile-nav-link:hover {
  background-color: rgba(123, 92, 255, 0.1);
}

.btn-join-mobile {
  margin-top: 0.5rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--text-white);
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s;
  font-weight: 500;
}

.btn-join-mobile:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}

/* === HERO / INTRO === */
.hero {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 280px;
  padding-bottom: 11rem;
  background: var(--neutral, #010214);
  overflow: hidden;
}

.hero-content {
  text-align: center;
  z-index: 1;
  position: relative;
}

.hero-design {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 500px;
}

.hero-design-left {
  left: -5%;
}

.hero-design-right {
  right: -5%;
}

.hero-design-svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.6;
  filter: drop-shadow(0 0 20px rgba(123, 92, 255, 0.3));
}

.hero-design-right .hero-design-svg {
  transform: scaleX(-1);
}

.hero-label {
  display: none;
}

.hero-title {
  color: #FFF;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 64px; /* 114.286% */
  letter-spacing: -0.56px;
  margin-bottom: 1.5rem;
}

.hero-subtitle {
  color: var(--Typo-Typo-2, rgba(255, 255, 255, 0.7));
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  max-width: 700px;
  margin: 0 auto 3rem;
}

.btn-register {
  display: flex;
  width: 205px;
  height: 50px;
  padding: 16px 39px;
  justify-content: center;
  align-items: center;
  border-radius: 159px;
  border: 1px solid #6747F6;
  background: linear-gradient(144deg, #6A52B4 11.39%, #3A208E 79.95%);
  color: #FFFFFF;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
  transition: all 300ms ease-out;
  box-shadow: 0 2px 15px rgba(106, 82, 180, 0.3), 0 4px 20px rgba(58, 32, 142, 0.2);
  letter-spacing: 0.5px;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
}

.btn-register:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(106, 82, 180, 0.4), 0 6px 25px rgba(58, 32, 142, 0.3);
}

/* === TIMELINE === */
.timeline-section {
  padding-block: 5rem;
  background: var(--neutral, #010214);
}

.timeline-wrapper {
  position: relative;
  padding: 3rem 0;
}

.timeline-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-50%);
  z-index: 0;
}

.timeline-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}

.timeline-item {
  flex: 1;
  min-width: 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  align-items: center;
  min-height: 200px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.timeline-star {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 33px;
  height: 33px;
  z-index: 2;
  pointer-events: none;
}

.timeline-star-dull {
  opacity: 1.0;
  filter: brightness(1.0);
}

.timeline-star-bright,
.timeline-star-bright-fallback {
  opacity: 1.0;
  filter: brightness(1.0);
  width: 60px;
  height: 60px;
}

.timeline-month {
  background: rgba(20, 20, 20, 0.8);
  border: 1px solid #454444;
  padding: 6px 29px;
  border-radius: 40px;
  font-size: 0.85rem;
  color: rgba(150, 150, 150, 0.8);
  transition: all 0.2s;
  cursor: pointer;
  position: relative;
  z-index: 3;
  font-weight: 400;
  margin-bottom: 2rem;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeline-item:hover .timeline-month {
  border-color: rgba(150, 150, 150, 0.5);
  color: rgba(200, 200, 200, 0.9);
}

.timeline-item-active .timeline-month {
  background: rgba(10, 10, 20, 0.95);
  border: none;
  color: #FFFFFF;
  position: relative;
  padding: calc(0.5rem + 2px) calc(1rem + 2px);
}

.timeline-item-active .timeline-month::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 999px;
  padding: 2px;
  background: linear-gradient(90deg, #FF0066 0%, #A694F8 25%, #A694F8 50%, #6747F6 75%, #6747F6 100%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: -1;
  filter: drop-shadow(0 0 8px rgba(255, 0, 150, 0.6)) drop-shadow(0 0 12px rgba(103, 71, 246, 0.6));
}

.timeline-event {
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(217, 217, 217, 0.7);
  margin-top: 5rem;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  white-space: normal;
  text-align: center;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.timeline-item-active .timeline-event {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.4;
}

/* === ABOUT THE COURSE === */
.about-section {
  padding-block: 6rem;
  padding-top: 80px;
  background: var(--neutral, #010214);
}

.section-title {
  font-family: "Plus Jakarta Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
  letter-spacing: -0.2px;
  color: var(--Typo-Typo-1, #EEE);
  margin-bottom: 2rem;
  text-align: center;
}

.about-content {
  width: 100%;
  margin: 0 0 4rem;
}

.about-text {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  color: var(--Typo-Typo-2, rgba(255, 255, 255, 0.7));
  text-align: justify;
}

.stats-strip {
  display: flex;
  gap: 0;
  margin-top: 4rem;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
}

.stat-card {
  flex: 1;
  padding: 2.5rem 3rem;
  background: rgba(255, 255, 255, 0.01);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}

.stat-card:last-child {
  border-right: none;
}

.stat-number {
  font-family: "Plus Jakarta Sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 75% */
  letter-spacing: -0.32px;
  color: #8D51F2;
  margin-bottom: 0.75rem;
  text-shadow: 0 0 20px rgba(141, 81, 242, 0.4);
}

.stat-label {
  font-size: 1.1rem;
  color: var(--text-white);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

/* === OUR PARTNERS === */
.partners-section {
  padding-block: 6rem;
  background: var(--neutral, #010214);
  position: relative;
  overflow: hidden;
}

.partners-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(69, 42, 187, 0.12) 0%,
    rgba(69, 42, 187, 0.08) 30%,
    rgba(14, 15, 36, 0.2) 70%,
    rgba(14, 15, 36, 0.3) 100%
  );
  z-index: 0;
  pointer-events: none;
}

.partners-section::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 60%;
  height: 200%;
  background: radial-gradient(
    ellipse at center,
    rgba(69, 42, 187, 0.1) 0%,
    rgba(69, 42, 187, 0.03) 40%,
    transparent 70%
  );
  z-index: 0;
  pointer-events: none;
  filter: blur(60px);
}

.partners-section .container {
  position: relative;
  z-index: 1;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
  margin-top: 3rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.partner-card {
  background: rgba(30, 30, 40, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  height: auto;
}

.partner-logo {
  max-width: 85%;
  max-height: 50px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

/* === THE THOUGHT BEHIND THE STORM === */
.thought-section {
  padding-block: 6rem;
  background: var(--neutral, #010214);
}

.thought-content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 4rem;
  align-items: start;
}

.thought-left .section-title {
  text-align: left;
  margin-bottom: 0;
}

.thought-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-white);
  margin-bottom: 2.5rem;
}

.signature-block {
  margin-top: 2rem;
}

.signature-img {
  max-width: 200px;
  height: auto;
  margin-bottom: 1rem;
  filter: brightness(0) invert(1);
}

.signature-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-white);
  margin-bottom: 0.5rem;
}

.signature-title {
  font-size: 0.95rem;
  color: var(--text-muted-light);
}

/* === RECAP GALLERY === */
.gallery-section {
  padding-block: 6rem;
  padding-top: 40px;
  background: var(--neutral, #010214);
}

.gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}

.gallery-header .section-title {
  margin-bottom: 0;
  text-align: left;
}

.gallery-controls {
  display: flex;
  gap: 0.5rem;
}

.gallery-btn {
  background: transparent;
  border: none;
  color: var(--text-white);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.gallery-btn img,
.gallery-btn svg {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.gallery-container {
  overflow: hidden;
}

.gallery-track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}

.gallery-item {
  flex: 0 0 calc(33.333% - 1rem);
  scroll-snap-align: start;
  overflow: hidden;
  min-width: 300px;
}

.gallery-item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

/* === GET IN TOUCH / CONTACT === */
.contact-section {
  padding-block: 6rem;
  padding-top: 40px;
  background: var(--neutral, #010214);
}

.contact-content {
  display: grid;
  grid-template-columns: 1.2fr auto 1fr;
  gap: 3rem;
  margin-top: 3.5rem;
  align-items: center;
}

.contact-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
  color: var(--text-white);
  letter-spacing: 0.5px;
}

.contact-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  transition: all 0.3s;
}

.contact-card:hover {
  border-color: var(--accent-purple);
  box-shadow: 0 8px 25px rgba(123, 92, 255, 0.15);
  transform: translateY(-2px);
}

.contact-card-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--text-white);
}

.contact-card-text {
  font-size: 0.95rem;
  color: var(--text-muted-light);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-color);
  color: var(--text-white);
  padding: 0.875rem 1.75rem;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.2s;
  font-weight: 500;
}

.contact-btn svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.contact-btn:hover {
  background: rgba(123, 92, 255, 0.1);
  border-color: var(--accent-purple);
  transform: translateY(-2px);
}

.contact-intro {
  font-size: 0.95rem;
  color: var(--text-muted-light);
  line-height: 1.7;
  margin-bottom: 1rem;
  max-width: 520px;
}

.contact-cta-block {
  margin-bottom: 1.5rem;
}

.contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  width: min(520px, 100%);
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: var(--text-white);
  text-decoration: none;
  font-size: 0.95rem;
  transition: border 0.2s, transform 0.2s;
}

.contact-pill:hover {
  border-color: var(--accent-purple);
  transform: translateY(-2px);
}

.contact-pill-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-pill-icon img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.contact-pill-text {
  font-weight: 500;
  letter-spacing: 0.2px;
}

.contact-divider {
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.12);
  min-height: 320px;
}

.convener-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s;
}

.convener-card:hover {
  border-color: var(--accent-purple);
  box-shadow: 0 8px 25px rgba(123, 92, 255, 0.15);
}

.convener-img {
  width: 180px;
  height: 180px;
  border-radius: 20px;
  object-fit: cover;
  margin: 0 auto 1.5rem;
  border: none;
}

.convener-name {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-white);
  margin-bottom: 0.5rem;
}

.convener-role {
  font-size: 0.9rem;
  color: var(--text-muted-light);
  margin-bottom: 1.5rem;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}

.convener-social {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.social-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.social-icon:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}

.social-icon img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

/* === FOOTER === */
.footer {
  background: var(--neutral, #010214);
  border-top: 1px solid var(--border-color);
  padding-block: 4rem 2rem;
  position: relative;
}


.footer-content {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  gap: 0 60px;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

.footer-col-left {
  display: flex;
  flex-direction: column;
}

.footer-col-middle {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.footer-logo {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0;
}

.footer-logo-img {
  height: 40px;
  width: auto;
  flex-shrink: 0;
}

.footer-logo-text {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.footer-logo-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-white);
  line-height: 1.2;
}

.footer-logo-location {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--text-white);
  line-height: 1.2;
  margin-bottom: 16px;
}

.footer-description {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  margin-top:1.5rem;
  max-width: 300px;
}

.footer-follow {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.follow-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-white);
}

.footer-social {
  display: flex;
  gap: 1.5rem;
}

.footer-social-icon {
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  padding: 0;
}

.footer-social-icon:hover {
  opacity: 0.7;
  transform: scale(1.05);
}

.footer-social-icon img,
.footer-social-icon svg {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.footer-heading {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-white);
  margin-bottom: 0.5rem;
}

.footer-links {
  list-style: none;
  margin-bottom: 0;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--accent-purple);
}

.footer-bottom {
  text-align: right;
  padding-top: 2rem;
  border-top: 1px solid var(--border-color);
  position: relative;
  z-index: 1;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .footer-bottom {
    text-align: center;
  }
}

.footer-copyright {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* === RESPONSIVE DESIGN === */

/* Large Laptop and below (1400px) */
@media (max-width: 1400px) {
  .container {
    width: min(1200px, 100% - 3rem);
  }

  .timeline-items {
    gap: 0.5rem;
  }

  .timeline-item {
    flex: 1;
    min-width: 100px;
  }
}

/* Laptop and below (1200px) */
@media (max-width: 1200px) {
  .container {
    width: min(1000px, 100% - 2rem);
  }

  .timeline-items {
    gap: 0.5rem;
  }

  .timeline-item {
    flex: 1;
    min-width: 90px;
  }

  .timeline-month {
    padding: 6px 22px;
    font-size: 0.8rem;
  }

  .timeline-event {
    font-size: 12px;
    line-height: 18px;
  }

  .hero-title {
    font-size: clamp(2.5rem, 6vw, 56px);
  }

  .hero-subtitle {
    font-size: clamp(0.95rem, 2vw, 16px);
  }
}

/* Tablet and below (968px) */
@media (max-width: 968px) {
  .navbar-nav {
    display: none;
  }

  .btn-join {
    display: none;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .nav-container {
    flex-wrap: wrap;
    gap: 0.25rem;
  }

  .hero {
    padding-top: 120px;
    padding-bottom: 6rem;
    min-height: 70vh;
  }

  .hero-design {
    width: 350px;
    height: 350px;
  }

  .hero-design-svg {
    opacity: 0.4;
  }

  .hero-title {
    font-size: clamp(2.5rem, 8vw, 56px);
    line-height: 1.2;
    text-align: center;
  }

  .hero-subtitle {
    font-size: clamp(0.9rem, 2.5vw, 16px);
    padding: 0 1rem;
    text-align: center;
    margin: 0 auto 3rem;
  }

  .timeline-section {
    padding-block: 4rem;
  }

  .timeline-wrapper {
    padding: 2rem 0;
  }

  .timeline-items {
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .timeline-item {
    flex: 0 1 calc(25% - 0.5rem);
    min-width: 110px;
    min-height: 180px;
  }

  .timeline-month {
    padding: 5px 18px;
    font-size: 0.75rem;
  }

  .timeline-event {
    font-size: 11px;
    line-height: 16px;
  }

  .thought-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .thought-left .section-title {
    text-align: center;
  }

  .contact-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .contact-divider {
    display: none;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 3rem 0;
  }


  .footer-bottom {
    text-align: center;
  }

  .gallery-item {
    flex: 0 0 calc(50% - 0.75rem);
    min-width: 280px;
  }

  .about-section,
  .partners-section,
  .thought-section,
  .gallery-section,
  .contact-section {
    padding-block: 4rem;
  }
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
  .container {
    width: calc(100% - 2rem);
  }

  .hero {
    min-height: 60vh;
    padding-top: 100px;
    padding-bottom: 4rem;
  }

  .hero-design {
    width: 280px;
    height: 280px;
  }

  .hero-design-svg {
    opacity: 0.3;
  }

  .hero-title {
    font-size: clamp(2rem, 10vw, 3.5rem);
    margin-bottom: 1rem;
  }

  .hero-subtitle {
    font-size: clamp(0.85rem, 3vw, 1rem);
    margin-bottom: 2rem;
  }

  .btn-register {
    width: auto;
    padding: 14px 32px;
    font-size: 1rem;
  }

  .timeline-items {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .timeline-item {
    flex: 0 1 calc(50% - 0.5rem);
    min-width: 130px;
    min-height: 160px;
  }

  .timeline-month {
    padding: 6px 20px;
    font-size: 0.7rem;
    margin-bottom: 1.5rem;
  }

  .timeline-event {
    font-size: 11px;
    line-height: 16px;
    margin-top: 1.5rem;
  }

  .timeline-item-active .timeline-event {
    font-size: 0.8rem;
    line-height: 1.3;
  }

  .section-title {
    font-size: clamp(28px, 6vw, 40px);
    line-height: clamp(34px, 7.2vw, 48px);
  }

  .about-text {
    font-size: 14px;
    line-height: 22px;
    padding: 0 1rem;
    text-align: justify;
  }

  .stats-strip {
    flex-direction: column;
    border-radius: 8px;
  }

  .stat-card {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 2rem;
  }

  .stat-card:last-child {
    border-bottom: none;
  }

  .stat-number {
    font-size: clamp(48px, 8vw, 56px);
    line-height: clamp(36px, 6vw, 42px);
  }

  .stat-label {
    font-size: 0.95rem;
  }

  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .partner-card {
    padding: 1.5rem;
  }

  .thought-text {
    font-size: 1rem;
  }

  .contact-card {
    padding: 1.5rem;
  }

  .gallery-item {
    flex: 0 0 calc(50% - 0.75rem);
    min-width: 250px;
  }

  .gallery-item img {
    height: 280px;
  }

  .contact-pill {
    width: 100%;
  }
}

/* Small Mobile (640px and below) */
@media (max-width: 640px) {
  .hero {
    min-height: 50vh;
    padding-top: 80px;
    padding-bottom: 3rem;
  }

  .hero::before {
    width: 60%;
    left: -20%;
  }

  .hero-design-left,
  .hero-design-right {
    display: none;
  }

  .timeline-section {
    padding-block: 3rem;
  }

  .timeline-wrapper {
    padding: 1.5rem 0;
  }

  .timeline-items {
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
  }

  .timeline-line {
    display: none;
  }

  .timeline-item {
    width: 100%;
    max-width: 280px;
    min-width: auto;
    min-height: auto;
    padding: 0;
    flex-direction: column;
    gap: 0;
  }

  .timeline-item::before {
    display: none;
  }

  .timeline-star {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 1rem auto;
    display: block;
  }

  .timeline-month {
    margin-bottom: 1rem;
    margin-top: 0;
    order: 1;
  }

  .timeline-event {
    margin-top: 1rem;
    margin-bottom: 0;
    order: 3;
  }

  .timeline-item-active .timeline-event {
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .stats-strip {
    flex-direction: column;
    gap: 2rem;
  }

  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .partner-card {
    padding: 1rem;
  }

  .gallery-item {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .gallery-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .section-title {
    font-size: 28px;
    line-height: 34px;
  }

  .about-section,
  .partners-section,
  .thought-section,
  .gallery-section,
  .contact-section,
  .timeline-section {
    padding-block: 3rem;
  }

  .navbar-inner {
    padding: 0.75rem 0;
  }

  .logo-img {
    height: 32px;
  }
}

/* Extra Small Mobile (480px and below) */
@media (max-width: 480px) {
  .container {
    width: calc(100% - 1.5rem);
  }

  .hero-title {
    font-size: 2rem;
    line-height: 1.1;
  }

  .hero-subtitle {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .btn-register {
    width: 100%;
    max-width: 280px;
    padding: 12px 24px;
    font-size: 0.95rem;
  }

  .timeline-month {
    padding: 5px 18px;
    font-size: 0.7rem;
  }

  .timeline-event {
    font-size: 10px;
    line-height: 14px;
  }

  .timeline-item-active .timeline-event {
    font-size: 0.8rem;
    line-height: 1.3;
  }

  .about-text {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .stat-number {
    font-size: 40px;
    line-height: 30px;
  }

  .stat-label {
    font-size: 0.9rem;
  }

  .partners-grid {
    grid-template-columns: 1fr;
  }

  .contact-card {
    padding: 1.25rem;
  }

  .contact-card-title {
    font-size: 1rem;
  }

  .contact-card-text {
    font-size: 0.9rem;
  }

  .contact-btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }

  .convener-img {
    width: 120px;
    height: 120px;
  }

  .convener-name {
    font-size: 1.1rem;
  }

  .convener-role {
    font-size: 0.85rem;
  }

  .gallery-item img {
    height: 240px;
  }

  .footer-content {
    gap: 2rem;
  }

  .footer-description {
    font-size: 0.85rem;
  }
}

/* Very Small Mobile (360px and below) */
@media (max-width: 360px) {
  .logo-text {
    display: none;
  }

  .btn-register {
    width: 100%;
    padding: 1rem;
    font-size: 0.9rem;
  }

  .partners-grid {
    grid-template-columns: 1fr;
  }

  .hero-title {
    font-size: 1.75rem;
  }

  .hero-subtitle {
    font-size: 0.85rem;
  }

  .section-title {
    font-size: 24px;
    line-height: 29px;
  }

  .timeline-month {
    padding: 4px 14px;
    font-size: 0.65rem;
  }

  .timeline-event {
    font-size: 9px;
    line-height: 13px;
  }
}


/* End "Marketing", "Education" & "Health" "Demo CSS" */
/*# sourceMappingURL=style.css.map */

-->
