@import url("https://fonts.googleapis.com/css?family=Montserrat:500,700|Open+Sans");

html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #212121;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 36px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  font-size: 14px;
}

ul,
ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

.hero-heading {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  line-height: 70px;
  letter-spacing: 0.1rem;
}

.hero-sub-heading {
  font-size: 20px;
  font-weight: 400;
  color: #e6e6e6;
  line-height: 45px;
  letter-spacing: 0.1rem;
}

.section-titile-bg {
  display: inline;
  font-size: 115px;
  font-weight: 700;
  height: 100%;
  left: -173px;
  opacity: 0.1;
  position: absolute;
  top: -14px;
  width: 100%;
  text-align: center;
}

.section-title-header .subtitle {
  font-size: 20px;
  color: #ff4a67;
  margin-bottom: 10px;
  font-style: italic;
}

.section-title-header p {
  text-align: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
}

.section-title {
  font-size: 30px;
  color: #212121;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 10px;
}

.section-title:before {
  content: "";
  padding-right: 0;
}

.section-title:after {
  content: "";
  padding-left: 0;
}

.section-subcontent {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
}

.section-sub {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 52px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}

.section-sub:before {
  position: absolute;
  content: '';
  height: 1px;
  width: 45px;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ff4a67;
}

.subtitle {
  font-size: 15px;
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.inner-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
}

.page-tagline {
  font-size: 24px;
  font-weight: 400;
  color: #ddd;
}

.page-title {
  font-size: 62px;
  font-weight: 700;
  color: #fff;
}

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.btn {
  font-size: 14px;
  padding: 10px 30px;
  line-height: 22px;
  border-radius: 30px;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn i {
  margin-right: 5px;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background: #ff4a67;
  position: relative;
  border: none;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.btn-common:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 30px;
  opacity: 0;
  transform: scale(0, 0);
  z-index: -1;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.btn-common:hover {
  color: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15), 0 3px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.btn-common:hover::before {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transform: scale(1, 1);
}

.btn-border {
  color: #212121;
  background-color: transparent;
  border: 1px solid rgba(36, 36, 36, 0.2);
}

.btn-border:hover {
  color: #ff4a67;
  border-color: #ff4a67;
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-fill {
  background: #fff;
  color: #212121;
}

.btn-fill:hover {
  color: #ff4a67;
}

.btn-lg {
  padding: 12px 34px;
  text-transform: uppercase;
  font-size: 14px;
}

.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}

.icon-close,
.icon-check {
  color: #ff4a67;
}

.bg-drack {
  background: #f1f1f1;
}

.bg-white {
  background: #fff;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #ff4a67;
  border-radius: 30px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover,
a.back-to-top:focus {
  text-decoration: none;
}

/* ==========================================================================
   Page Header
   ========================================================================== */
.page-header {
  padding: 0;
  margin: 0;
  position: relative;
  background: url(../img/header-bg.jpg);
  background-size: cover;
  background-position: 0px 0px, 50% 50%;
  min-height: 350px;
}

.page-header:before {
  background: rgba(34, 34, 34, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
}

.page-header .page-header-inner {
  color: #fff;
  margin-top: 140px;
}

.page-header .page-title {
  color: #fff;
  font-size: 40px;
  margin-bottom: 10px !important;
}

.page-header ul {
  margin: 0;
  padding: 0;
}

.page-header ul li {
  color: #ff4a67;
  display: inline-block;
  font-weight: 400;
  line-height: 25px;
}

.page-header ul li a {
  color: #fff;
  position: relative;
  padding-right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-header ul li a:hover {
  color: #ff4a67;
}

.page-header ul li a:after,
.page-header ul li a:before {
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  height: 15px;
  width: 2px;
  position: absolute;
  right: 7px;
  top: 2px;
  transform: rotate(26deg);
}

.page-header ul li a:before {
  right: 13px;
}

#preloader {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
}

.sk-circle {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #ff4a67;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.section-padding {
  padding: 60px 0;
}

.no-padding {
  padding: 0 !important;
}

.padding-left-none {
  padding-left: 0;
}

.padding-right-none {
  padding-right: 0;
}

#page-banner-area {
  background: url(../img/background/banner.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.page-banner {
  position: relative;
  min-height: 250px;
  color: #fff;
}

.page-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.page-banner .page-banner-title {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}

.page-banner .page-banner-title h2 {
  color: #fff;
  font-size: 40px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#white-bg {
  background: #fff;
}

.navbar-brand {
  position: relative;
  padding: 0px;
  display: flex;
  align-items: center;
}


.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0px !important;
  min-height: 58px;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #212121 !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #ff4a67 !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #ff4a67 !important;
}

.navbar-expand-lg .navbar-toggler {
  background: transparent;
  border: 1px solid #ff4a67;
  color: #ff4a67;
  border-radius: 4px;
  cursor: pointer;
}

.indigo {
  background: transparent;
}


.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  font-size: 14px;
  padding: 0 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active>a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #ff4a67;
  outline: none;
}

.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #ff4a67;
}

.navbar {
  padding: 10px;
  background-color: #fff;
}

.navbar li.active a.nav-link {
  color: #ff4a67;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  border-radius: 4px;
  min-width: 200px;
  background-color: #fff;
  white-space: nowrap;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 16%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  color: #212121;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  background: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #ff4a67;
  background: transparent;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

/* Bootstrap toggler — show/hide managed by Bootstrap breakpoints, NOT hidden globally */
/* .navbar-toggler { display: none; } — REMOVED: was blocking hamburger on mobile */

.theme-header {
  width: 100%;
}

.theme-header .navbar-brand {
  float: left;
}

.slicknav_menu {
  display: none;
  background: #ffffff;
  padding: 0px 20px;
  text-align: left;
}

.slicknav_brand {
  float: left;
  line-height: inherit;
  padding: 7px 0;
  height: auto;
}

.slicknav_brand img {
  width: 60%;
}

.slicknav_btn {
  margin: -55px 0;
  background-color: #ff4a67;
  padding: 5px 12px 14px;
}

.slicknav_nav {
  overflow: auto;
  max-height: 350px;
  padding: 20px 10px;
}

.slicknav_menu .slicknav_icon-bar {
  background: #ffffff;
}

.slicknav_nav ul {
  margin: 0;
}

.slicknav_nav a,
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 0px 0;
  font-size: 14px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.slicknav_parent ul {
  padding-left: 15px;
}

.slicknav_parent ul a {
  font-size: 14px;
  text-transform: capitalize;
  border-bottom: 0;
  font-weight: 400;
}

.slicknav_nav a:hover a,
.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_item a:hover,
.slicknav_nav .slicknav_parent-link a:hover {
  background-color: transparent;
  color: #ff4a67;
}

.slicknav_nav .slicknav_arrow {
  float: right;
}

.slicknav_nav a h3 {
  font-size: 14px;
  display: inline;
  text-transform: capitalize;
  font-weight: 500;
}

.slicknav_menu li p {
  display: none;
}

.sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  z-index: 99;
  background-color: #fff;
  -webkit-animation: slideInDown;
  animation: slideInDown;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.4);
}

@media (max-width: 991px) {
  .slicknav_menu {
    display: block;
    width: 100%;
  }

  .theme-header {
    display: none;
  }

  .mobile-menu {
    width: 100%;
  }

  .dropdown-menu {
    position: relative;
    box-shadow: none;
    border: none;
    background: transparent;
  }

  .dropdown:hover .dropdown-menu {
    position: relative;
    background: transparent;
  }

  .dropdown .dropdown-menu .dropdown-item {
    border-radius: 0px;
    padding: 5px 20px;
  }

  .dropdown-menu:before {
    display: none;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    color: #212121;
    margin-top: 0;
    margin-bottom: 0;
  }

  .top-nav-collapse .navbar-nav .nav-link {
    color: #212121 !important;
  }
}

@media (max-width: 767px) {
  .sticky-menu {
    margin: 0;
  }
}

#about {
  background: #F6F9F9;
}

.about-content {
  height: 100%;
  display: table;
}

.about-content>div {
  vertical-align: middle;
  display: table-cell;
}

.about-content .about-text h2 {
  font-size: 40px;
  font-weight: 700;
}

.about-content .about-text h6 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 20px;
}

.about-content .about-text p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.about-content ul {
  margin-bottom: -8px;
}

.about-content ul li {
  list-style: none;
  line-height: 30px;
  position: relative;
  padding-left: 25px;
}

.about-content ul li i {
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 16px;
  color: #ff4a67;
}

.about-content .btn-about {
  margin-top: 30px;
}

.about-content .btn-about .btn {
  margin-right: 10px;
}

#event-up .event-item {
  position: relative;
}

#event-up .event-item .overlay-text {
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#event-up .event-item .content {
  position: absolute;
  top: 30%;
  width: 100%;
  color: #fff;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#event-up .event-item .content h3 {
  font-size: 16px;
  text-transform: uppercase;
}

#event-up .event-item .content a {
  color: #ff4a67;
  margin-top: 10px;
}

#event-up .event-item:hover .content {
  top: 50%;
}

#event-up .event-item .overlay-text:hover {
  opacity: 1;
}

/* ==========================================================================
   Video Section Style
   ========================================================================== */
.ready-to-play {
  height: 560px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.ready-to-play:before {
  content: '';
  background: #ff4a67;
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.7;
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}

.stop {
  opacity: 1;
}

.stopfade .ready-to-play:before {
  opacity: 1;
}

h1 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: .3rem;
}

.video-text {
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  color: #fff;
}

.video-text {
  text-align: center;
}

.video-text h4 {
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
}

.video-text h1 {
  margin-bottom: 25px;
  color: #fff;
}

.video-text p {
  color: #fff;
}

.tb-t {
  display: table;
  height: 100%;
  margin: auto;
}

.tb-t .tb-c {
  display: table-cell;
  vertical-align: middle;
}

.tb-t .tb-c button {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.tb-t .tb-c button i {
  font-size: 30px;
  color: #fff;
  line-height: 70px;
}

.tb-t .tb-c button:focus {
  outline: none;
}

.counter-section {
  background: url(../img/background/countdown.jpg) no-repeat center;
  background-size: auto auto;
  padding: 80px 0;
  background-size: cover;
  background-attachment: relative;
  position: relative;
}

.counter-section:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.counter-section .counter {
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  padding: 35px 0;
  border-radius: 4px;
  padding-left: 45px;
  margin-left: 20px;
}

.counter-section .counter .icon {
  background: #ff4a67;
  color: #fff;
  text-align: center;
  line-height: 50px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 47%;
  left: -30px;
  margin-top: -25px;
}

.counter-section .counter .icon i {
  font-size: 24px;
  line-height: 60px;
  color: #fff;
}

.counter-section .counter p {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}

.counter-section .counter .counterUp {
  color: #fff;
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: 700;
}

/* Sponsors Area */
#sponsors {
  background: url(../img/background/countdown.jpg) no-repeat center;
  background-attachment: scroll;
  background-size: auto auto;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

#sponsors .section-title-header .section-title {
  color: #fff;
}

#sponsors .section-title-header p {
  color: #fff;
}

#sponsors .sponsors-logo a img {
  margin: 30px;
}

#sponsors .spnsors-logo:hover {
  border-color: transparent;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
}

/* Call to Action */
#cta {
  background: url(../img/background/countdown.jpg) no-repeat center;
  background-attachment: scroll;
  background-size: auto auto;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.cta-text {
  padding: 30px;
}

.cta-text h3 {
  color: #fff;
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.cta-text p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

/* Schedule Area */
#schedules {
  background: #f3f4f3;
}

#schedule-tab {
  position: relative;
}

.schedule .nav-tabs {
  display: block;
  border-bottom: none;
}

.schedule .nav-tabs .nav-item {
  margin-bottom: 16px;
  text-align: center;
  margin: 0 10px;
  display: inline-block;
}

.schedule .nav-tabs .nav-link {
  padding: 12px 15px;
  background: #fff;
  padding-top: 16px;
  border-radius: 4px;
  box-shadow: 0 8px 24px #E2E8ED;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.schedule .nav-tabs .nav-item.show .nav-link,
.schedule .nav-tabs .nav-link.active,
.schedule .nav-tabs .nav-item .nav-link:hover {
  border-color: transparent;
  position: relative;
  background: #ff4a67;
}

.schedule .nav-tabs .nav-item.show .nav-link h4,
.schedule .nav-tabs .nav-link.active h4,
.schedule .nav-tabs .nav-item .nav-link:hover h4 {
  color: #fff;
}

.schedule .nav-tabs .nav-item.show .nav-link h5,
.schedule .nav-tabs .nav-link.active h5,
.schedule .nav-tabs .nav-item .nav-link:hover h5 {
  color: #fff;
}

.schedule .nav-tabs .nav-item.show .nav-link:before,
.schedule .nav-tabs .nav-link.active:before {
  content: '';
  position: absolute;
  left: 42%;
  bottom: -24px;
  border-width: 12px;
  border-style: solid;
  border-color: #ff4a67 transparent transparent transparent;
}

.schedule .item-text {
  border-radius: 4px;
  position: relative;
}

.schedule .item-text h4 {
  font-size: 15px;
  color: #2f323c;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.schedule .item-text h5 {
  font-size: 14px;
  color: #848484;
  line-height: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.schedule .schedule-tab-content .tab-content {
  box-shadow: 0 8px 24px #E2E8ED;
}

.schedule .schedule-tab-content .card {
  border: none;
  background-color: #fff;
}

.schedule .show .card-body {
  background: #f3f4f3;
}

.schedule .card > div:first-child {
  display: flex;
  align-items: stretch;
}

.schedule .card .schedule-slot-time {
  background: #ff4a67;
  color: #fff;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  flex: 0 0 200px;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.schedule .card-header {
  background-color: #fff;
  position: relative;
  padding: 30px 40px;
  border-bottom: 1px dashed #e5e5e5;
  cursor: pointer;
  border-left: none;
  flex: 1;
}

.schedule .card-header .images-box {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px;
}

.schedule .card-header .images-box img {
  border-radius: 50%;
}

.schedule .card-header .time {
  color: #777777;
  font-size: 13px;
  margin-bottom: 5px;
}

.schedule .card-header h4 {
  font-weight: 700;
  font-size: 18px;
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.schedule .card-header .name {
  position: relative;
  font-size: 14px;
  color: #777777;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}

.schedule .card-body {
  padding: 30px 45px 30px 45px;
  background: #fff;
}

.schedule .card-body .location {
  margin-top: 8px;
  font-size: 13px;
  color: #777777;
}

.schedule .card-body .location span {
  color: #ff4a67;
  margin-right: 5px;
}

.accordion .card {
  border-radius: 0px;
  margin-bottom: -2px;
}

.accordion .header-title {
  position: relative;
}

.accordion .header-title:after {
  font-family: "LineIcons";
  content: "\e93a";
  position: absolute;
  right: 10px;
  color: #999;
  top: 50%;
  line-height: 1;
  padding: 0px 5px;
  margin-top: -7px;
}

.accordion .collapsed:after {
  content: "\e940";
}

.accordion .card-header {
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.accordion .card-header i {
  color: #ff4a67;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  border-right: 1px solid #ddd;
}

.accordion .card-body {
  padding-left: 56px;
}

/* Inforamation Bar */
#information-bar {
  background: #fff;
  position: relative;
}

#information-bar .inforation-wrapper {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 24px #E2E8ED;
  margin-bottom: -35px;
  margin-top: -35px;
  padding: 45px 0;
  position: relative;
  top: -40px;
  z-index: 999;
}

#information-bar ul {
  text-align: center;
}

#information-bar ul li {
  display: inline-block;
}

#information-bar ul li i {
  text-align: center;
  padding: 0 12px;
  font-size: 32px;
  vertical-align: middle;
  color: #ff4a67;
}

#information-bar ul li span {
  font-size: 13px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#information-bar ul li span b {
  font-size: 20px;
  color: #374045;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

/* Services Item */
.intro {
  background: #fff;
}

.single-intro-text {
  padding: 45px 50px 40px 60px;
  -webkit-box-shadow: 0 8px 24px #E2E8ED;
  box-shadow: 0 8px 24px #E2E8ED;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin: 15px 0;
  background: #fff;
  z-index: 2;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.single-intro-text:hover {
  box-shadow: 0 16px 48px #E2E8ED;
}

.single-intro-text i {
  position: absolute;
  left: -10px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  top: 20px;
  font-size: 55px;
  color: #bababa;
}

.single-intro-text h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 700;
}

.single-intro-text p {
  margin-bottom: 0;
}

.single-intro-text .count-number {
  position: absolute;
  right: -55px;
  bottom: -55px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #1C1C78;
  color: #fff;
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  padding: 25px 30px;
}

.single-intro-text:hover i {
  color: #1C1C78;
}

/* Equal-height intro cards */
.intro-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.intro-wrapper .single-intro-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Gallery Section */
#gallery {
  background: #f3f4f3;
  position: relative;
}

#gallery .gallery-box {
  position: relative;
  margin-bottom: 30px;
  padding: 10px;
  box-shadow: 0 8px 24px #E2E8ED;
}

#gallery .gallery-box .overlay-box {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 35%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#gallery .gallery-box .overlay-box i {
  background: #ffffff;
  color: #ff4a67;
  font-size: 30px;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  border-radius: 50%;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#gallery .gallery-box:hover .overlay-box {
  background: rgba(255, 74, 103, 0.69);
  transform: scale(1, 1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#gallery .gallery-box:hover .overlay-box i {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* Team Item */
.team-item:hover {
  box-shadow: 0 16px 48px #E2E8ED;
}

.team-item {
  margin: 15px 0;
  padding: 15px;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 8px 24px #E2E8ED;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .team-img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.team-item .team-overlay {
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-item .overlay-social-icon {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-item .overlay-social-icon .social-icons {
  padding-left: 0;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  transform: translateY(-30px);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons li {
  float: left;
}

.team-item .overlay-social-icon .social-icons li a {
  letter-spacing: 0px;
  outline: 0 !important;
}

.team-item .overlay-social-icon .social-icons li a i {
  font-size: 20px;
  color: #fff;
  width: 60px;
  height: 60px;
  background: #ff4a67;
  display: block;
  border-radius: 0px;
  line-height: 60px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons li .lni-facebook-filled {
  background: rgba(59, 89, 152, 0.7);
}

.team-item .overlay-social-icon .social-icons li .lni-facebook-filled:hover {
  background: #3B5998;
}

.team-item .overlay-social-icon .social-icons li .lni-twitter-filled {
  background: rgba(29, 161, 242, 0.7);
}

.team-item .overlay-social-icon .social-icons li .lni-twitter-filled:hover {
  background: #1da1f2;
}

.team-item .overlay-social-icon .social-icons li .lni-google-plus {
  background: rgba(234, 67, 53, 0.7);
}

.team-item .overlay-social-icon .social-icons li .lni-google-plus:hover {
  background: #ea4335;
}

.team-item .overlay-social-icon .social-icons li .lni-pinterest {
  background: rgba(189, 8, 28, 0.7);
}

.team-item .overlay-social-icon .social-icons li .lni-pinterest:hover {
  background: #bd081c;
}

.team-item .info-text {
  padding: 20px 0px 5px;
}

.team-item .info-text h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}

.team-item .info-text h3 a {
  color: #212121;
}

.team-item .info-text h3 a:hover {
  color: #ff4a67;
}

.team-item .info-text p {
  margin: 0;
  color: #888;
}

.team-item:hover .team-overlay {
  opacity: 1;
}

.team-item:hover .social-icons {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.blog-item {
  background-color: #fff;
  border-radius: 7px;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0 8px 24px #E2E8ED;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.blog-item .blog-image {
  width: 100%;
  max-width: 370px;
  position: relative;
  overflow: hidden;
}

.blog-item .blog-image img {
  background: #000;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.blog-item .icon {
  position: absolute;
  top: -25px;
  left: 42%;
  background: #ff4a67;
  color: #ffffff;
  display: block;
  font-size: 26px;
  box-shadow: 0 16px 48px #E2E8ED;
  width: 60px;
  height: 60px;
  line-height: 65px;
  border-radius: 30px;
}

.blog-item .descr {
  padding: 50px 25px 20px;
  color: #212121;
  position: relative;
}

.blog-item .descr h3 {
  line-height: 22px;
  margin-bottom: 15px;
}

.blog-item .descr h3 a {
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  color: #212121;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.blog-item .descr h3 a:hover {
  color: #ff4a67;
}

.blog-item .meta-tags {
  background: #f5f6f6;
  padding: 10px;
}

.blog-item .meta-tags span {
  font-size: 14px;
  color: #999;
  margin: 15px;
}

.blog-item .meta-tags span i {
  margin-right: 5px;
  color: #ff4a67;
}

.blog-item .meta-tags span a {
  color: #999;
}

.blog-item .meta-tags span a:hover {
  color: #ff4a67;
}

.blog-item:hover {
  box-shadow: 0 16px 48px #E2E8ED;
}

.blog-item:hover .blog-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#content {
  padding: 80px 0;
}

.social-link {
  padding: 0 15px 15px;
}

.social-link a {
  display: inline-block;
  margin-right: 5px;
}

.social-link a i {
  text-align: center;
  color: #777777;
  font-size: 18px;
  border: 1px solid #f1f1f1;
  border-radius: 0px;
  height: 38px;
  display: block;
  line-height: 36px;
  width: 38px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.social-link .twitter:hover i {
  color: #00BAFF;
  border-color: #00BAFF;
}

.social-link .facebook:hover i {
  color: #5192CC;
  border-color: #5192CC;
}

.social-link .google:hover i {
  color: #ED523D;
  border-color: #ED523D;
}

.social-link .linkedin:hover i {
  color: #1985BC;
  border-color: #1985BC;
}

.social-link .youtube:hover i {
  color: #D42424;
  border-color: #D42424;
}

.post-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 30px;
}

.post-title a {
  color: #212121;
}

.post-title a:hover {
  color: #ff4a67;
}

#content img {
  width: 100%;
}

.blog-post {
  margin-bottom: 40px;
  overflow: hidden;
  box-shadow: 0 8px 24px #E2E8ED;
}

.blog-post .post-content {
  float: none;
  width: 100%;
  clear: both;
  padding: 30px;
}

.blog-post .post-content .meta {
  font-size: 13px;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
}

.blog-post .post-content .meta .meta-part {
  display: inline-block;
  margin-bottom: 25px;
}

.blog-post .post-content .meta .meta-part a {
  color: #999;
  padding-right: 10px;
}

.blog-post .post-content .meta .meta-part a:hover {
  color: #ff4a67;
}

.blog-post .post-content .meta .meta-part i {
  margin-right: 5px;
}

.blog-post .post-content p {
  margin-bottom: 30px;
}

.quote-post .feature-inner {
  padding: 50px;
  border-radius: 0px;
  background: #3e3e3e;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.quote-post .feature-inner a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
}

.quote-post .feature-inner a:hover {
  color: #ff4a67;
}

.blog-post .post-format {
  position: absolute;
  left: 50%;
  z-index: 999;
}

.blog-post .post-format span a {
  background: #fff;
  border-radius: 4px;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-top: -20px;
  text-align: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  z-index: 1;
}

.blog-post .post-format span a i {
  display: block;
  line-height: 40px;
  font-size: 18px;
  position: relative;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.blog-post .post-type i {
  font-size: 1.2em;
  color: #fff;
}

#pagination {
  text-align: center;
}

#pagination span,
#pagination a {
  display: inline-block;
  text-align: center;
  height: 34px;
  width: 34px;
  color: #666;
  line-height: 33px;
  border: 1px solid #eee;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#pagination .current {
  color: #ff4a67;
}

#pagination a:hover {
  color: #ff4a67;
}

#pagination .all-pages,
#pagination .next-page {
  width: auto;
  padding: 0 14px;
}

.widget-title {
  font-size: 18px;
  font-weight: 700;
  padding: 12px 15px;
  background: #f8fafa;
  border-bottom: 1px solid #ff4a67;
  margin-bottom: 20px;
}

.widget-search {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.widget-search input[type="search"] {
  position: relative;
  margin: 0;
  float: left;
  height: 42px;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 100%;
}

.widget-search input[type="search"]:focus {
  border-color: #ff4a67;
}

.widget-search .search-btn {
  display: inline-block;
  width: 38px;
  position: absolute;
  height: 42px;
  border: none;
  background: transparent;
  right: 30px;
  color: #000;
  font-size: 1.2em;
  line-height: 36px;
  text-align: center;
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.widget-search .search-btn:hover {
  color: #ff4a67;
}

.right-sidebar {
  padding-left: 20px;
}

#sidebar {
  margin-bottom: 30px;
}

#sidebar .widget {
  margin-bottom: 30px;
  box-shadow: 0 8px 24px #E2E8ED;
}

#sidebar .widget:last-child {
  border-bottom: none;
}

#sidebar .cat-list li {
  padding: 8px 18px;
  border-bottom: 1px solid #f1f1f1;
}

#sidebar .cat-list li a {
  text-decoration: none;
  margin-right: 10px;
  color: #666;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#sidebar .cat-list li a:hover {
  color: #ff4a67;
}

#sidebar .cat-list li .num-posts {
  color: #aaa;
  float: right;
  font-size: 12px;
}

#sidebar .posts-list {
  padding: 5px 15px;
}

#sidebar .posts-list li {
  margin-bottom: 12px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#sidebar .posts-list .widget-thumb {
  float: left;
}

#sidebar .posts-list .widget-thumb img {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#sidebar .posts-list .widget-thumb:hover img {
  opacity: 0.7;
}

#sidebar .posts-list .widget-content {
  margin-left: 95px;
}

#sidebar .posts-list .widget-content a {
  font-size: 15px;
  font-weight: 500;
  color: #212121;
}

#sidebar .posts-list .widget-content a:hover {
  color: #ff4a67;
}

#sidebar .posts-list .widget-content span {
  color: #999;
  font-size: 12px;
  display: block;
  margin: 3px 0;
  line-height: 18px;
}

#sidebar .posts-list .widget-content span i {
  margin-right: 5px;
}

#sidebar .tag .tag-item {
  padding: 0 15px 15px;
}

#sidebar .tag a {
  display: inline-block;
  color: #666;
  font-size: 14px;
  padding: 7px 14px;
  border: 1px solid #f1f1f1;
  margin: 4px 2px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

#sidebar .tag a i {
  padding-right: 5px;
}

#sidebar .tag a:hover {
  color: #ff4a67;
  border-color: #ff4a67;
}

.post-slide {
  box-shadow: 0 8px 24px #E2E8ED;
}

.post-slide .item {
  padding: 0 15px;
}

.post-slide .post-content {
  margin-top: 20px;
  padding: 0px 0px 20px;
}

.post-slide .post-content h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 22px;
}

.post-slide .post-content h3 a {
  color: #212121;
}

.post-slide .post-content h3 a:hover {
  color: #ff4a67;
}

.post-slide .post-content .meta {
  font-size: 13px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.post-slide .post-content .meta .meta-part {
  display: inline-block;
  margin-bottom: 15px;
}

.post-slide .post-content .meta .meta-part a {
  color: #999;
  padding-right: 10px;
}

.post-slide .post-content .meta .meta-part a:hover {
  color: #ff4a67;
}

.post-slide .post-content .meta .meta-part i {
  margin-right: 5px;
}

.relate-slider .owl-controls .owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px !important;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #ff4a67;
}

.single-gallery .social-link span {
  margin-right: 15px;
}

.single-gallery p {
  margin-bottom: 20px;
}

blockquote {
  padding: 20px 0;
  position: relative;
  margin: 30px 0;
  border-left-color: transparent;
}

blockquote i {
  font-size: 32px;
  position: absolute;
  margin-top: 10px;
}

blockquote .quote-text {
  color: #666;
  font-size: 18px;
  line-height: 32px;
  display: block;
  font-style: italic;
  font-weight: 400;
  padding-left: 45px;
}

.post-tags-list {
  padding-top: 6px;
}

.post-tags-list a {
  display: inline-block;
  color: #666;
  font-size: 15px;
  padding: 7px 8px;
  background: rgba(238, 238, 238, 0);
  margin: 4px 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.post-tags-list a:hover {
  color: #fff;
}

.comments-title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 30px;
}

#comments .comments-list {
  padding: 0;
  margin: 0 0 35px 0;
}

#comments .comments-list li .comment-box {
  background: #fff;
  margin-bottom: 30px;
  border-radius: 4px;
  padding: 22px;
  box-shadow: 0 8px 24px #E2E8ED;
}

#comments .comments-list li ul {
  padding-left: 80px;
}

#comments .avatar {
  padding: 5px;
  background: #fff;
  width: 80px;
  float: left;
  border-radius: 50%;
  height: 80px;
  position: relative;
  border: 1px solid #ddd;
}

#comments .avatar img {
  border-radius: 50%;
}

#comments .comment-content {
  padding: 0px 90px 0px 105px;
}

#comments .comment-content .comment-meta {
  margin-bottom: 5px;
}

#comments .comment-content .comment-by {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

#comments .comment-content .comment-by a {
  color: #212121;
}

#comments .comment-content .comment-by a:hover {
  color: #ff4a67;
}

#comments .comment-content .comment-date {
  color: #ff4a67;
  font-size: 14px;
}

.reply-link {
  padding: 0px 6px;
  color: #ff4a67;
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#respond button {
  margin-top: 10px;
}

.project-content h4 {
  margin-bottom: 12px;
  padding-bottom: 8px;
}

.project-content h4 span {
  padding-bottom: 8px;
  border-bottom: 1px solid;
}

.project-content p {
  margin-bottom: 30px;
}

.project-content .share {
  margin-top: 20px;
  font-size: 14px;
}

.project-content .share span {
  margin-right: 10px;
}

/* Conact Home Page Section */
.contact {
  background: #111111;
}

#conatiner-map {
  width: 100%;
  height: 580px;
}

.title-forme {
  font-size: 28px;
  margin-bottom: 20px;
}

.contact-item {
  position: relative;
  text-align: center;
}

.contact-item i {
  width: 70px;
  height: 70px;
  display: inline-block;
  line-height: 70px;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  background: #2d2d2d;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.contact-item .contact-info h3 {
  color: #ff4a67;
  font-size: 18px;
  margin-bottom: 10px;
}

.contact-item .contact-info p {
  color: #fff;
}

/* Contact Forme */
#google-map-area {
  position: relative;
}

#google-map-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.container-form {
  left: 0%;
  padding: 40px 15px;
  margin-left: -15px;
  z-index: 99;
}

.container-form .form-wrapper {
  background-color: white;
  padding: 56px;
  box-shadow: 0 8px 24px #E2E8ED;
}

.container-form .form-wrapper .form-group {
  margin-bottom: 30px;
}

.container-form .form-wrapper .form-control {
  display: block;
  width: 100%;
  line-height: 26px;
  font-size: 14px;
  box-shadow: none;
  color: #848484;
  background: #f8fafa;
  border: 1px solid transparent;
  padding: 7px 19px;
  border-radius: 30px;
  background-image: none;
  background-clip: padding-box;
}

.container-form .form-wrapper .form-control:focus {
  color: #212121;
  background-color: #fff;
  border-color: #ff4a67;
  box-shadow: none;
  outline: 0;
}

.container-form textarea {
  border-radius: 4px !important;
}

.form-submit .btn-common {
  width: 100%;
}

.list-unstyled li {
  margin-top: 10px;
  color: #dc3545 !important;
}

.text-danger {
  margin-top: 20px;
  font-size: 18px;
}

.form-control {
  display: block;
  width: 100%;
  line-height: 27px;
  font-size: 14px;
  box-shadow: none;
  color: #848484;
  background: #f8fafa;
  padding: 7px 19px;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.form-control:focus {
  border-color: #ff4a67;
  box-shadow: none;
  outline: 0;
}

/* Inforamation Bar */
#contact-text {
  background: #161E26;
}

#contact-text .contact-wrapper {
  background: #fff;
  margin-bottom: -35px;
  margin-top: -20px;
  padding: 30px 0;
  border-radius: 4px;
  position: relative;
  top: -40px;
  z-index: 999;
}

#contact-text ul {
  text-align: center;
}

#contact-text ul li {
  display: inline-block;
}

#contact-text ul li i {
  text-align: center;
  padding: 0 12px;
  font-size: 28px;
  vertical-align: middle;
  color: #ff4a67;
}

#contact-text ul li span {
  font-size: 14px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#contact-text ul li span b {
  font-size: 20px;
  color: #374045;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

/* Footer Area Start */
footer {
  background: #161E26;
  text-align: center;
}

.site-info {
  position: relative;
  padding: 30px 0;
  margin-bottom: 30px;
}

.site-info p {
  font-size: 13px;
  color: #9e9e9e;
}

.site-info a {
  color: #fff;
}

.site-info a:hover {
  color: #ff4a67;
}

.social-icons-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons-footer ul li {
  display: inline-block;
}

.social-icons-footer a {
  color: #888;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid rgba(255, 254, 254, 0.07);
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
}

.social-icons-footer .facebook a:hover {
  border-color: #4867aa;
  color: #4867aa;
}

.social-icons-footer .twitter a:hover {
  border-color: #1da1f2;
  color: #1da1f2;
}

.social-icons-footer .linkedin a:hover {
  border-color: #0077B5;
  color: #0077B5;
}

.social-icons-footer .google a:hover {
  border-color: #ea4335;
  color: #ea4335;
}

.social-icons-footer .pinterest a:hover {
  border-color: #bd081c;
  color: #bd081c;
}

.link-list {
  margin: 15px;
}

.link-list li {
  display: inline-block;
  padding: 7px 10px;
}

.link-list li a {
  color: #9e9e9e;
}

.link-list li a:hover {
  color: #ff4a67;
}

/* Subscribe Form */
.subscribe-inner {
  padding: 50px 0;
  text-align: center;
}

.subscribe-inner .subscribe-title {
  color: #fff;
  font-size: 26px;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.subscribe-inner p {
  color: #888;
  margin-bottom: 30px;
}

.subscribe-inner .sub-btn {
  margin: 0;
  width: 12rem;
  padding: 18px 40px;
  border-radius: 30px;
  min-width: 12rem;
  position: absolute;
  top: 0;
  border: none;
  bottom: 0;
  right: 0;
}

.subscribe-inner .sub-btn i {
  margin-right: 5px;
}

.subscribe-inner .form-control {
  position: relative;
  background: #252D37;
  border: 1px solid #252D37;
  border-radius: 0px;
  box-shadow: none;
  color: #fff !important;
  border-radius: 30px;
  height: 55px;
  margin-right: -1px;
  width: 90%;
}

.subscribe-inner .form-control:focus {
  color: #212121;
  border-color: #ff4a67;
  outline: 0;
}

.subscribe-inner .form-inline {
  position: relative;
  margin-bottom: 30px;
  margin: 0 auto;
  width: 100%;
}

.footer-logo {
  margin-bottom: 50px;
}

/* ==========================================================================
   Countdown Style Start
   ========================================================================== */
#count {
  background: #F6F9F9;
}

#count .count-wrapper {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: -35px;
  margin-top: -35px;
  padding: 15px 0;
  position: relative;
  top: -40px;
  z-index: 999;
  display: inline-block;
  width: 100%;
}

.time-count div {
  text-align: center;
}

.time-entry {
  margin: 15px 0;
  width: 24%;
  float: left;
  margin-right: 0;
  border: none;
  position: relative;
  height: auto;
  font-family: 'Roboto', sans-serif;
  border-radius: 4px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
}

.time-entry span {
  font-size: 60px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 0.3;
  font-family: 'Roboto', sans-serif;
  display: block;
  color: #fff;
  margin-bottom: 10px;
}

.time-entry b {
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 0;
  margin: auto;
  font-size: 30px;
  -webkit-transform: translateY(-18%);
  -ms-transform: translateY(-18%);
  transform: translateY(-18%);
}

.time-entry:first-child {
  border-left: none;
}

/* Pricing Ticket */
#pricing {
  background: #f8fafa;
  position: relative;
}

#pricing .price-block-wrapper {
  display: inline-block;
  width: 100%;
  text-align: center;
  box-shadow: 0 8px 24px #E2E8ED;
  border-radius: 4px;
  background: #fff;
  padding: 50px 40px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#pricing .price-block-wrapper .icon {
  padding: 20px;
}

#pricing .price-block-wrapper .icon i {
  font-size: 60px;
  color: #ff4a67;
}

#pricing .price-block-wrapper .colmun-title h5 {
  font-size: 20px;
  color: #212121;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

#pricing .price-block-wrapper .price {
  padding-top: 10px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

#pricing .price-block-wrapper .price h2 {
  font-size: 38px;
  color: #ff4a67;
  line-height: 42px;
  margin-bottom: 7px;
}

#pricing .price-block-wrapper .price span {
  text-transform: uppercase;
  font-size: 13px;
}

#pricing .price-block-wrapper .price p {
  font-size: 15px;
  color: #5c5c5c;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

#pricing .price-block-wrapper .pricing-list {
  padding: 15px 0;
}

#pricing .price-block-wrapper .pricing-list ul {
  padding-bottom: 15px;
}

#pricing .price-block-wrapper .pricing-list ul li {
  position: relative;
  line-height: 40px;
  font-size: 15px;
  font-weight: 400;
  padding: 2px 0px;
}

#pricing .price-block-wrapper .pricing-list ul li i {
  margin-right: 7px;
  font-size: 12px;
  color: #ff4a67;
}

#pricing .price-block-wrapper .btn i {
  font-size: 12px;
  margin-right: 5px;
}

#pricing .price-block-wrapper:hover {
  box-shadow: 0 16px 48px #E2E8ED;
}

#pricing .active {
  background: #ff4a67;
  box-shadow: 0 16px 48px #E2E8ED;
}

#pricing .active .icon i {
  color: #fff;
}

#pricing .active .colmun-title h5 {
  color: #fff;
}

#pricing .active .price h2 {
  color: #fff !important;
}

#pricing .active .price span {
  color: #fff !important;
}

#pricing .active .price p {
  color: #fff;
}

#pricing .active .pricing-list ul li {
  color: #fff;
}

#pricing .active .pricing-list ul li i {
  color: #fff !important;
}

#pricing .active .btn {
  background: #fff;
  color: #212121;
}

/* ==========================================================================
3. Hero Area
========================================================================== */
.hero-area-bg {
  background: url(../img/ksit_bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
}

#hero-area {
  color: #fff;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;
  background-color: #08083a;
}

.hero-area-content {
  width: 100%;
  padding: 120px 0 100px;
}

#hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(8, 8, 58, 0.72);
}

#hero-area .contents {
  padding: 160px 20px 180px;
}

#hero-area .contents .icon {
  margin-bottom: 30px;
}

#hero-area .contents .icon i {
  font-size: 50px;
  color: #ff4a67;
}

#hero-area .contents .banner-info {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 22px;
  line-height: 24px;
  color: #fff;
}

#hero-area .contents .head-title {
  color: #efa142;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 22px;
}

#hero-area .contents .subhead-title {
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 22px;
}

#hero-area .contents .banner-desc {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  margin-bottom: 30px;
  padding: 0px 70px;
}

#hero-area .contents .btn {
  margin: 0px 10px 0px;
  font-size: 16px;
  padding: 12px 40px;
  text-transform: uppercase;
}

/* ═══════════════════════════════════════════════════
   FISSE 2027 — Navbar & Footer Overrides
   Fully responsive, single-line nav items
   ═══════════════════════════════════════════════════ */

/* ── Navbar base ── */
#navbar {
  background: rgba(255, 255, 255, 0.97) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(14, 14, 74, 0.10);
  transition: box-shadow 0.3s ease, background 0.3s ease;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  position: relative;
  z-index: 1000;
}

#navbar.top-nav-collapse {
  box-shadow: 0 4px 24px rgba(14, 14, 74, 0.18);
}

/* ── Logo ── */
#navbar .navbar-brand img {
  height: 46px;
  transition: transform 0.2s ease;
}

#navbar .navbar-brand img:hover {
  transform: scale(1.04);
}

#navbar .navbar-brand span {
  color: #1C1C78 !important;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}

/* ── Nav links — compact, no-wrap ── */
#navbar .navbar-nav .nav-link {
  font-size: 0.82rem;
  font-weight: 600;
  color: #2d2d2d;
  padding: 0.45rem 0.55rem !important;
  white-space: nowrap;
  letter-spacing: 0.02em;
  position: relative;
  transition: color 0.2s ease;
}

/* Underline animation */
#navbar .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #C8A217;
  transition: width 0.25s ease;
  border-radius: 2px;
}

#navbar .navbar-nav .nav-link:hover::after,
#navbar .navbar-nav .nav-item.active .nav-link::after {
  width: 70%;
}

#navbar .navbar-nav .nav-link:hover,
#navbar .navbar-nav .nav-link.active {
  color: #1C1C78 !important;
}

/* ── Dropdown ── */
#navbar .dropdown-menu {
  border: none;
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(14, 14, 74, 0.13);
  animation: navDropIn 0.22s ease forwards;
  padding: 8px 0;
  min-width: 190px;
  z-index: 9999 !important;
  position: absolute !important;
}

#navbar .dropdown-item {
  font-size: 0.82rem;
  font-weight: 500;
  color: #2d2d2d;
  padding: 8px 18px;
  transition: background 0.18s, color 0.18s;
}

#navbar .dropdown-item:hover {
  background: #f0f3ff;
  color: #1C1C78;
}

@keyframes navDropIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── Register CTA button in nav ── */
#navbar .nav-item .btn-common {
  font-size: 0.80rem !important;
  font-weight: 700 !important;
  padding: 6px 14px !important;
  border-radius: 6px !important;
  letter-spacing: 0.03em;
  white-space: nowrap;
  background-color: #1C1C78 !important;
  border-color: #1C1C78 !important;
  color: #fff !important;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 3px 10px rgba(28, 28, 120, 0.3);
}

#navbar .nav-item .btn-common:hover {
  background-color: #C8A217 !important;
  border-color: #C8A217 !important;
  box-shadow: 0 3px 14px rgba(200, 162, 23, 0.4);
}

/* ── Animated Hamburger Toggler ── */
#navbar .navbar-toggler {
  border: none !important;
  background: transparent !important;
  padding: 6px 8px;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: transform 0.2s ease;
}

#navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/* Custom 3-bar hamburger using spans */
.hamburger-bars {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 28px;
  height: 22px;
  gap: 0;
}

.hamburger-bars span {
  display: block;
  height: 2.5px;
  border-radius: 3px;
  background: #1C1C78;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

.hamburger-bars span:nth-child(1) {
  width: 28px;
  margin-bottom: 6px;
}

.hamburger-bars span:nth-child(2) {
  width: 20px;
  margin-bottom: 6px;
}

.hamburger-bars span:nth-child(3) {
  width: 14px;
}

/* Animate to X when open */
#navbar .navbar-toggler[aria-expanded="true"] .hamburger-bars span:nth-child(1) {
  transform: translateY(8.5px) rotate(45deg);
  width: 28px;
}

#navbar .navbar-toggler[aria-expanded="true"] .hamburger-bars span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

#navbar .navbar-toggler[aria-expanded="true"] .hamburger-bars span:nth-child(3) {
  transform: translateY(-8.5px) rotate(-45deg);
  width: 28px;
}

#navbar .navbar-toggler:hover .hamburger-bars span {
  background: #C8A217;
}

/* ── Mobile menu (below xl) ── */
@media (max-width: 1199.98px) {
  #navbar .navbar-collapse {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(28, 28, 120, 0.1);
    box-shadow: 0 12px 40px rgba(14, 14, 74, 0.14);
    padding: 16px 20px 20px;
    margin-top: 12px;
  }

  #navbar .navbar-nav .nav-link {
    font-size: 0.9rem !important;
    font-weight: 600;
    text-align: left;
    padding: 11px 6px !important;
    border-bottom: 1px solid rgba(28, 28, 120, 0.06);
    white-space: normal;
    color: #1a1a4e;
  }

  #navbar .navbar-nav .nav-link:hover {
    color: #C8A217 !important;
    background: rgba(200, 162, 23, 0.05);
    border-radius: 6px;
  }

  #navbar .navbar-nav .nav-item:last-child .nav-link,
  #navbar .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }

  #navbar .navbar-nav .nav-link::after {
    display: none;
  }

  /* Dropdown inside mobile — show on click (Bootstrap handles this) */
  #navbar .dropdown-menu {
    position: static !important;
    box-shadow: none !important;
    border: none;
    border-radius: 8px;
    background: rgba(28, 28, 120, 0.04);
    padding: 4px 0 4px 12px;
    margin: 4px 0 0 0;
    animation: none;
    z-index: auto !important;
  }

  #navbar .dropdown-item {
    font-size: 0.86rem;
    padding: 8px 12px;
    color: #1C1C78;
    border-radius: 6px;
  }

  #navbar .dropdown-item:hover {
    background: rgba(200, 162, 23, 0.1);
    color: #C8A217;
  }

  /* Register button */
  #navbar .nav-item .btn-common {
    display: inline-block;
    margin-top: 8px;
    padding: 8px 20px !important;
    font-size: 0.88rem !important;
    border-radius: 8px !important;
  }
}

/* ── Medium screens: tighten spacing further ── */
@media (min-width: 992px) and (max-width: 1199.98px) {
  #navbar .navbar-nav .nav-link {
    padding: 0.45rem 0.40rem !important;
    font-size: 0.78rem;
  }

  #navbar .navbar-brand span {
    font-size: 0.88rem;
  }

  #navbar .navbar-brand img {
    height: 42px;
  }
}

/* ── CTA / register button (global) ── */
.btn-common {
  background-color: #1C1C78 !important;
  border-color: #1C1C78 !important;
  color: #fff !important;
}

.btn-common:hover {
  background-color: #0E0E4A !important;
  border-color: #0E0E4A !important;
  color: #fff !important;
}

/* ── Border outline button ── */
.btn-border {
  border-color: #C8A217 !important;
  color: #C8A217 !important;
}

.btn-border:hover {
  background-color: #C8A217 !important;
  color: #fff !important;
}

/* ── FISSE 2027 branding — section title underlines ── */
.section-title h2::after {
  background: #C8A217 !important;
}

.section-sub::before {
  background-color: #C8A217 !important;
}

/* ── Track / intro card icon colour ── */
.single-intro i {
  color: #1C1C78 !important;
}

.single-intro-text:hover i {
  color: #1C1C78 !important;
}

/* ── Stats Cards ── */
.single-info {
  background-color: #1C1C78 !important;
  padding: 35px 20px !important;
  border-radius: 8px !important;
  margin-bottom: 30px !important;
  text-align: center !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15) !important;
  transition: transform 0.2s ease !important;
  color: #ffffff !important;
}

.single-info:hover {
  transform: translateY(-5px) !important;
}

.single-info h4 {
  color: #C8A217 !important;
  font-size: 18px !important;
  margin-top: 15px !important;
  margin-bottom: 10px !important;
  font-weight: 700 !important;
}

.single-info p {
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 22px !important;
}

.single-info i {
  color: #C8A217 !important;
  font-size: 36px !important;
}

/* ── Footer ── */
footer.footer-area {
  background-color: #0E0E4A !important;
  color: #ffffff !important;
}

footer.footer-area .footer-widget h3 {
  color: #ffffff !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  border-bottom: 2px solid #C8A217 !important;
  padding-bottom: 8px !important;
  display: inline-block !important;
}

footer.footer-area .footer-links li a {
  color: #e6e6e6 !important;
  transition: color 0.2s ease !important;
}

footer.footer-area .footer-links li a:hover {
  color: #C8A217 !important;
}

footer.footer-area .text-white {
  color: #ffffff !important;
}

/* ── Footer Rapsol Technologies branding ── */
.footer-rapsol {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 4px;
}

.footer-rapsol a.rapsol-link {
  color: #C8A217;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease, letter-spacing 0.2s ease;
}

.footer-rapsol a.rapsol-link:hover {
  color: #e8bc2a;
  border-bottom-color: #e8bc2a;
  letter-spacing: 0.03em;
}

/* ── Conference Tracks — polished card layout ── */
#tracks .single-intro {
  background: #fff;
  border: 1px solid rgba(28, 28, 120, 0.10);
  border-radius: 12px;
  padding: 28px 20px 22px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(14, 14, 74, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 140px;
}

#tracks .single-intro:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(14, 14, 74, 0.15);
  border-color: #C8A217;
}

#tracks .single-intro i {
  font-size: 32px !important;
  color: #1C1C78 !important;
  margin-bottom: 12px;
  display: block;
  background: rgba(28, 28, 120, 0.07);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  flex-shrink: 0;
}

#tracks .single-intro:hover i {
  background: #1C1C78;
  color: #fff !important;
}

#tracks .single-intro h4 {
  font-size: 0.88rem !important;
  font-weight: 700;
  color: #1a1a4e;
  line-height: 1.4;
  margin: 0;
}

#tracks .col-lg-3 {
  margin-bottom: 0 !important;
  padding-bottom: 24px;
}

#tracks .row {
  row-gap: 0;
}

/* ── About section alignment fix ── */
#about .about-content {
  padding-right: 2rem;
}

#about .about-img img {
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(14, 14, 74, 0.15);
  width: 100%;
  height: 380px;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  #about .about-content {
    padding-right: 0;
    margin-bottom: 2rem;
  }

  #about .about-img img {
    height: 260px;
  }
}

/* ── Hero area h1 sizing ── */
#hero-area h1 {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 16px;
}

#hero-area h1 span {
  color: #C8A217;
}

@media (max-width: 767.98px) {
  #hero-area h1 {
    font-size: 2.2rem;
  }

  .hero-area-content {
    padding: 80px 0 70px;
  }
}

/* ══════════════════════════════════════
   Why You Should Join — fisse-join-card
   ══════════════════════════════════════ */
.fisse-join-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(28, 28, 120, 0.09);
  box-shadow: 0 4px 18px rgba(14, 14, 74, 0.08);
  padding: 36px 28px 28px;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.fisse-join-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(14, 14, 74, 0.14);
  border-color: #C8A217;
}

/* Number badge — top-right corner */
.fisse-join-card .fjc-number {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 2.2rem;
  font-weight: 900;
  color: rgba(28, 28, 120, 0.07);
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  user-select: none;
}

/* Icon circle */
.fisse-join-card .fjc-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(28, 28, 120, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: background 0.2s ease;
  flex-shrink: 0;
}

.fisse-join-card:hover .fjc-icon {
  background: #1C1C78;
}

.fisse-join-card .fjc-icon i {
  font-size: 24px;
  color: #1C1C78;
  transition: color 0.2s ease;
  display: block;
  line-height: 1;
}

.fisse-join-card:hover .fjc-icon i {
  color: #fff;
}

/* Title */
.fisse-join-card .fjc-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a4e;
  margin-bottom: 10px;
  line-height: 1.3;
}

/* Description */
.fisse-join-card .fjc-desc {
  font-size: 0.88rem;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* Gold bottom bar on hover */
.fisse-join-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #1C1C78, #C8A217);
  border-radius: 0 0 14px 14px;
  transition: width 0.3s ease;
}

.fisse-join-card:hover::after {
  width: 100%;
}

/* ==========================================================================
   Call for Abstracts — Submission Card
   ========================================================================== */

/* Outer card wrapper */
.cfa-submission-card {
  background: linear-gradient(135deg, #f8f9ff 0%, #eef0fb 100%);
  border: 1px solid #dde0f0;
  border-radius: 16px;
  padding: 36px 32px 28px;
  box-shadow: 0 4px 24px rgba(28, 28, 120, 0.07);
  text-align: left;
}

/* Three action buttons stacked */
.cfa-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}

.cfa-action-btn {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 22px;
  border-radius: 10px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  border: 2px solid transparent;
}

.cfa-action-btn:hover {
  transform: translateX(4px);
  text-decoration: none;
}

/* Primary — gold fill */
.cfa-action-primary {
  background: linear-gradient(135deg, #1C1C78, #2a2aaa);
  color: #fff;
  box-shadow: 0 4px 18px rgba(28, 28, 120, 0.25);
}

.cfa-action-primary:hover {
  background: linear-gradient(135deg, #16166a, #1C1C78);
  box-shadow: 0 8px 24px rgba(28, 28, 120, 0.35);
  color: #fff;
}

.cfa-action-primary .cfa-action-icon {
  background: rgba(200, 162, 23, 0.2);
  color: #C8A217;
}

/* Ghost — white/light border */
.cfa-action-ghost {
  background: #fff;
  color: #1C1C78;
  border-color: #dde0f0;
  box-shadow: 0 2px 8px rgba(28, 28, 120, 0.06);
}

.cfa-action-ghost:hover {
  border-color: #1C1C78;
  background: #f0f1fb;
  box-shadow: 0 4px 14px rgba(28, 28, 120, 0.12);
  color: #1C1C78;
}

.cfa-action-ghost .cfa-action-icon {
  background: #eef0fb;
  color: #1C1C78;
}

/* Icon circle */
.cfa-action-icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

/* Text block */
.cfa-action-text {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.cfa-action-label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.cfa-action-sub {
  font-size: 0.78rem;
  opacity: 0.65;
  margin-top: 2px;
}

/* Arrow icon */
.cfa-action-arrow {
  font-size: 1rem;
  opacity: 0.5;
  margin-left: auto;
  flex-shrink: 0;
}

.cfa-action-btn:hover .cfa-action-arrow {
  opacity: 1;
}

/* Deadline badge */
.cfa-deadline {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #C8A217, #e6c040);
  color: #08083a;
  font-size: 0.92rem;
  font-weight: 600;
  padding: 13px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(200, 162, 23, 0.3);
}

.cfa-deadline i {
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* Springer note strip */
.cfa-springer-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff5f5;
  border: 1px solid #f5c6cb;
  border-left: 4px solid #DC3545;
  border-radius: 8px;
  padding: 16px 20px;
  margin-top: 10px;
  text-align: left;
}

.cfa-springer-note i {
  color: #DC3545;
  font-size: 1.25rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.cfa-springer-note p {
  margin: 0;
  font-size: 0.9rem;
  color: #5a1e22;
  line-height: 1.65;
}



/* Wrapper */
#hero-area {
  background: #08083a;
  position: relative;
  overflow: hidden;
}

/* Carousel inner — the active slide defines the height */
#hero-carousel .carousel-inner {
  position: relative;
  overflow: hidden;
}

/* Inactive slides: absolute so they don't add vertical space */
#hero-carousel .carousel-item {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Active slide: back to relative so it defines the container height */
#hero-carousel .carousel-item.active {
  position: relative !important;
}

/* Each slide — fills its carousel-item, locked to viewport height */
.hero-slide {
  position: relative;
  height: 100vh;
  min-height: 600px;
  /* floor for very short viewports */
  max-height: 900px;
  /* ceiling so it doesn't become absurdly tall on 4K */
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Background image layer — no white flash because it's a sibling, not the element itself */
.hero-bg-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.04);
  transition: transform 8s ease;
  z-index: 0;
}

.carousel-item.active .hero-bg-layer {
  transform: scale(1);
}

/* Dark overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg,
      rgba(8, 8, 58, 0.88) 0%,
      rgba(8, 8, 58, 0.70) 55%,
      rgba(28, 28, 120, 0.50) 100%);
  z-index: 1;
}

/* Content container */
.hero-slide-inner {
  position: relative;
  z-index: 2;
  padding-top: 140px;
  padding-bottom: 100px;
}

.hero-row {
  min-height: 60vh;
}

/* ---- Left text column ---- */
.hero-text-col {
  padding-right: 2rem;
}

/* Eyebrow label */
.hero-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C8A217;
  background: rgba(200, 162, 23, 0.12);
  border: 1px solid rgba(200, 162, 23, 0.35);
  border-radius: 30px;
  padding: 5px 16px;
  margin-bottom: 20px;
}

/* Main heading */
.hero-heading {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 18px;
}

.hero-heading-accent {
  display: block;
  color: #C8A217;
}

/* Description paragraph */
.hero-desc {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
  margin-bottom: 26px;
  max-width: 520px;
}

/* Meta info strip */
.hero-meta-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}

.hero-meta-strip span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 5px 14px;
  white-space: nowrap;
}

.hero-meta-strip span i {
  color: #C8A217;
  font-size: 1rem;
}

/* CTA Buttons */
.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, #C8A217, #e6c040);
  color: #08083a;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 13px 32px;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 20px rgba(200, 162, 23, 0.35);
}

.hero-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(200, 162, 23, 0.5);
  color: #08083a;
  text-decoration: none;
}

.hero-btn-ghost {
  display: inline-block;
  background: transparent;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.hero-btn-ghost:hover {
  border-color: #C8A217;
  background: rgba(200, 162, 23, 0.1);
  color: #C8A217;
  transform: translateY(-2px);
  text-decoration: none;
}

/* ---- Right card column ---- */
.hero-card-col {
  justify-content: flex-end;
  align-items: center;
}

.hero-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  padding: 36px 30px;
  width: 100%;
  max-width: 360px;
  color: #fff;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

/* Top badge */
.hero-card-badge {
  display: inline-block;
  background: linear-gradient(135deg, #1C1C78, #2a2aaa);
  color: #C8A217;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
  border: 1px solid rgba(200, 162, 23, 0.3);
}

/* Logo */
.hero-card-logo {
  margin-bottom: 18px;
}

/* Card title */
.hero-card-title {
  font-size: 0.97rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 18px;
}

/* Gold divider */
.hero-card-divider {
  height: 2px;
  background: linear-gradient(90deg, #C8A217, transparent);
  margin-bottom: 18px;
  border-radius: 2px;
}

/* Detail rows */
.hero-card-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.hero-card-detail-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.82);
}

.hero-card-detail-row i {
  color: #C8A217;
  font-size: 1rem;
  width: 18px;
  text-align: center;
  flex-shrink: 0;
}

/* Hosted by */
.hero-card-hosted {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 14px;
  margin-top: 4px;
}

/* Alt card (Slide 2) — icon + topics list */
.hero-card-icon {
  font-size: 2.4rem;
  color: #C8A217;
  margin-bottom: 14px;
}

.hero-card-topics {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.hero-card-topics li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.85);
}

.hero-card-topics li i {
  color: #C8A217;
  font-size: 0.85rem;
  flex-shrink: 0;
}

/* ---- Dot indicators ---- */
.hero-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.hero-dot {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s ease, width 0.3s ease;
}

.hero-dot.active {
  background: #C8A217;
  width: 60px;
}

/* Keep Bootstrap carousel-fade working cleanly — no white flash */
#hero-carousel .carousel-item {
  transition: opacity 0.9s ease !important;
}

#hero-carousel.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 0.9s ease !important;
}

#hero-carousel.carousel-fade .carousel-item.active {
  opacity: 1;
}



/* ==========================================================================
   Text Justify — scoped only to long-form prose areas
   ========================================================================== */
.about-content>p,
.about-text>p,
#about-kssem .about-content p,
#about-civil .about-content p,
.post-content p,
.widget-body p,
.contact-form-desc p {
  text-align: justify;
  text-justify: inter-word;
}

/* ==========================================================================
   Carousel Custom Controls & Animations
   ========================================================================== */
.carousel-control-prev,
.carousel-control-next {
  width: 50px !important;
  height: 50px !important;
  background: rgba(28, 28, 120, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 50% !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  bottom: auto !important;
  opacity: 0.7 !important;
  transition: all 0.3s ease !important;
  z-index: 15 !important;
}

.carousel-control-prev {
  left: 30px !important;
}

.carousel-control-next {
  right: 30px !important;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: rgba(200, 162, 23, 0.9) !important;
  /* Gold hover color */
  border-color: #fff !important;
  opacity: 1 !important;
  transform: translateY(-50%) scale(1.1) !important;
}

/* Make arrow icons responsive and crisp */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 20px !important;
  height: 20px !important;
}

/* Native fade-in up text animations triggered on active slide */
.carousel-item.active .hero-title {
  animation: heroFadeInUp 0.8s both;
  animation-delay: 0.1s;
}

.carousel-item.active .hero-subtitle-top {
  animation: heroFadeInUp 0.8s both;
  animation-delay: 0.25s;
}

.carousel-item.active .hero-subtitle-bottom {
  animation: heroFadeInUp 0.8s both;
  animation-delay: 0.4s;
}

.carousel-item.active .hero-info-line {
  animation: heroFadeInUp 0.8s both;
  animation-delay: 0.55s;
}

.carousel-item.active .hero-btn {
  animation: heroFadeInUp 0.8s both;
  animation-delay: 0.7s;
}

@keyframes heroFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 767px) {

  .carousel-control-prev,
  .carousel-control-next {
    width: 38px !important;
    height: 38px !important;
    left: 10px !important;
  }

  .carousel-control-next {
    right: 10px !important;
    left: auto !important;
  }
}