@font-face {
  font-family: 'Josefin Sans';
  src: url('../fonts/JosefinSans-Bold.woff2') format('woff2'),
      url('../fonts/JosefinSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Josefin Sans';
  src: url('../fonts/JosefinSans-Regular.woff2') format('woff2'),
      url('../fonts/JosefinSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.woff2') format('woff2'),
      url('../fonts/Lato-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.woff2') format('woff2'),
      url('../fonts/Lato-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.woff2') format('woff2'),
      url('../fonts/Lato-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-size: .9rem;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #4D4F5C;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body:not(.home) {
  padding-top: 80px;
}

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

h1, h2, h3, h4 {
  font-size: 36px;
  font-weight: 900;
  /* font-family: 'Josefin Sans', sans-serif; */
}

h2 {
  
  color: #22c8b2;
  font-size: 25px;
}

h5 {
  /* font-family: 'Josefin Sans', 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;
  color: #22c8b2;
}

a:hover {
  text-decoration: none;
  color: #0fc;
}

a a:focus {
  outline: none;
}

p {
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  margin: 0px;
  font-size: 14px;
  line-height: 1.5;
}

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

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

#included ul li:before, #guidelines ul li:before, ul.lines li:before {
  background: #22C8B2;
  display: inline-block;
  width: 10px;
  height: 2px;
  content: " ";
  position: relative;
  top: -5px;
  margin-right: 7px;
}

ul.lines {
  margin-left: 15px;
  margin-bottom: 20px;
}

.shadow {
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.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 p {
  text-align: center;
  font-weight: 400;
  line-height: 26px;
  padding: 20px;
  /* background: rgba(255, 255, 255, 0.6); */
}

.section-title {
  font-size: 50px;
  padding-bottom: 20px;
  font-weight: 900;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}

.section-title:before {
  position: absolute;
  content: '';
  left: 15px;
  bottom: 8px;
  width: 48px;
  height: 1px;
  background-color: #22c8b2;
}

.section-title:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 2px;
  width: 48px;
  height: 1px;
  background-color: #22c8b2;
}

.section-title .smallText {
  font-size: 1.2rem;
  font-weight: normal;
  display: inherit;
}

.section-title:before, .section-title:after {
  left: 50%;
  transform: translateX(-50%);
}

.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: #22c8b2;
}

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

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

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

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

.btn {
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 400;
  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-color: #22C8B2;
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.btn-common:hover {
  color: #444;
  background: #00ffcc;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-border {
  color: #0fc;
  background-color: rgba(0, 102, 82, 0.3);
  border: 1px solid #0fc;
  font-weight: bold;
}

.btn-border:hover {
  color: #fff;
  background-color: rgba(0, 255, 204, 0.5);
}

.btn-lg {
  padding: 10px 34px;
  text-transform: uppercase;
  font-size: 12px;
  width: 250px;
  max-width: 100%;
  border-radius: 3px;
}

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

button:focus {
  outline: none !important;
}

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

.bg-drack {
  background: #f1f1f1;
}

.bg-white {
  background: #fff;
}

.bg-gray {
  background: #F0F0F1;
}

.bg-gradient {
  background: transparent linear-gradient(119deg, #00FFCC 0%, #22C8B2 100%) 0% 0% no-repeat padding-box;
}

.white {
  color: #fff;
}

.black-text {
  color: #2B373D;
}

.underline {
  text-decoration: underline;
}

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

.card-committee {
  margin: 30px;
}

.card-committee div.card-deck div.card div.card-body p.card-text {
  padding: 0;
}

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

/* ScrollToTop */

a.back-to-top {
  display: none;
  position: fixed;
  bottom: 15px;
  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: #22c8b2;
  border-radius: 4px;
  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;
  background: #00ffcc;
  color: #999;
  border-radius: 4px;
}

i.lni-chevron-up:hover {
  background: #00ffcc;
  color: #999;
  border-radius: 4px;
}

#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: #22c8b2;
  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: 80px 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;
}

#roof {
  background: #ddd;
  padding: 15px 0;
}

#roof .info-bar-address {
  font-size: 14px;
}

#roof .quick-contacts span {
  margin-right: 10px;
}

#roof .quick-contacts span a {
  color: #212121;
}

#roof .quick-contacts span a:hover {
  color: #22c8b2;
}

#roof .quick-contacts span i {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 15px;
}

.navbar-brand {
  position: relative;
  padding: 0px;
}


@media screen and (min-width: 991px) {
  .navbar:not(.top-nav-collapse) .navbar-brand {
    padding: 15px 0;
  }
}

.navbar-brand img {
  max-width: 75%;
  max-height: 50px;
}

.home .navbar-brand img {
  filter: saturate(0) contrast(200%) brightness(200%);
}

.top-nav-collapse .navbar-brand img {
  filter: none;
}

.footerlogo {
  width: auto;
  height: 60px;
  position: relative;
}

.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: #22c8b2 !important;
}

.top-nav-collapse .navbar-nav .current .nav-link {
  color: #22C8B2 !important;
}

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

.indigo {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #4D4F5C;
  /* padding: 0 15px; */
  margin-top: 10px;
  margin-bottom: 10px;
  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;
}

.home .navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
}

.navbar-expand-lg .navbar-nav li>a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  width: 15px;
  height: 2px;
  background: white;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  -moz-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
}

.top-nav-collapse .navbar-nav li.active a.nav-link:before {
  background: #22c8b2;
}

.navbar-expand-lg .navbar-nav .active a:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.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: #22c8b2;
  outline: none;
}

.navbar-expand-lg .navbar-nav .nav-link:focus, .navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-nav .current a {
  color: #22c8b2 !important;
}

.navbar {
  padding: 0;
}

.home .navbar {
  background-image: linear-gradient(rgba(34, 34, 34, 0.6), rgba(34, 34, 34, 0));
}

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

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

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  -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: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #f5f5f5;
}

.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;
  background: #f5f5f5;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  color: #212121;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  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-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus, .dropdown .dropdown-item:hover, .dropdown .dropdown-item.active {
  color: #22c8b2;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

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

.slicknav_btn {
  border-color: #22c8b2;
}

.slicknav_menu .slicknav_icon-bar {
  background: #22c8b2;
}

.boxShadow, .hotels-grid .hotels-grid__item>div {
  background: #fff;
  border: 1px solid #DEDBDB;
  padding: 25px 15px 25px 15px;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}


/* only small tablets */

@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 15px 15px;
    top: 0;
  }
  .navbar-brand img {
    max-width: 75%;
  }
  #mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav .active a {
    background: #22c8b2;
    color: #fff;
  }
  .slicknav_nav a:hover, .slicknav_nav .active {
    color: #22c8b2;
    background: #f5f5f5;
  }
  .slicknav_nav .dropdown li a.active {
    background: #f5f5f5;
    color: #22c8b2;
  }

  #main-slide .carousel-item .carousel-caption {
    position: initial;
  }

  #main-slide picture, #main-slide picture img {
    width: auto !important;
    max-width: none;
    margin: 0;
    height: 100%;
    position: absolute;
  }

  #main-slide .carousel-caption {
    padding: 25vw 0;
  }

  .carousel-item {
    height: 50vh;
  }

}

.about-item {
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.about-item .about-text {
  padding: 20px;
  background: #fff;
}

.about-item .about-text h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

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

.about-item .about-text h3 a:hover {
  color: #22c8b2;
}

.about-item .about-text .btn {
  margin-top: 10px;
}

.about-item:hover {
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.1);
}

.grayBg {
  background: #f4f4f2;
}

#event-slides .video img {
  border-radius: 4px;
}

#event-slides .intro-desc {
  line-height: 20px;
  margin-bottom: 30px;
}

#event-slides .intro-title {
  color: #212121;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

#event-slides .list-specification li {
  margin-bottom: 10px;
  font-size: 15px;
}

#event-slides .list-specification li i {
  margin-right: 5px;
}

.counter-section {
  background: #22c8b2;
  overflow: hidden;
  position: relative;
  /*
    &:before{
    	content: '';
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	width: 100%;
    	height: 100%;
    	background: rgba(0, 0, 0, 0.5);
    } */
}

.counter-section .counter {
  padding: 30px 0;
}

.counter-section .counter .icon {
  margin-bottom: 15px;
}

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

.counter-section .counter p {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.counter-section .counter span {
  color: #fefefe;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

/* Sponsors Area */
.level {
  text-align: center;
  padding: 20px 10px 30px;
}

.level h2 {
  margin-bottom: 0;
}

.level strong {
  text-transform: uppercase;
}

#sponsors img {
  max-width: 100%;
  width: auto;
  height: 90px;
}

#sponsors .clusterLevel, #sponsors .tableLevel {
  margin-bottom: 35px;
}

#sponsors .clusterLevel img.logo {
  width: 400px;
}

#sponsors .tableLevel img.logo {
  width: 220px;
}

#sponsors img.logo {
  height: auto;
  padding: 20px;
  margin: 20px 25px;
  transition: all .2s ease-in-out;
}

#sponsors a:hover img.logo {
  transform: scale(105%);
  transition: all .3s ease-in-out;
}

#supporters img {
  height: 90px;
}

.support {
  max-width: 31%;
  margin: 0 1%;
  height: 180px;
  padding: 30px;
}

.support a:not(.btn) {
  color: #999;
}

.support a:not(.btn):hover {
  color: #22C8B2;
}

#support {
  margin-top: 30px;
}

#lightbox {
  opacity: 0;
  height: 0;
  width: 0;
  transition: all .3s ease-in;
}

#lightbox.show {
  opacity: 1;
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  text-align: center;
  transition: all .3s ease-in;
}

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

#lightbox .cont {
  max-height: 80vh;
  max-width: 80vw;
  margin: 10vh 10vw;
  position: relative;
  z-index: 1;
}

#lightbox .close {
  position: fixed;
  top: 45px;
  right: 5vw;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
}

#lightbox.show .close {
  display: block !important;
}

#lightbox .close:before, #lightbox .close:after {
  display: block;
  content: " ";
  height: 5px;
  background: #00ADB5;
}
#lightbox .close:after {
  transform: rotate(45deg);
  position: relative;
  top: -5px;
}

#lightbox .close:before {
  margin-top: 10px;
  transform: rotate(-45deg);
}


#sponsors2 {
  background: #f2f2f2;
}

#sponsors .spnsors-logo, #cfp .spnsors-logo {
  text-align: center;
  border-radius: 4px;
  padding: 50px;
  margin-bottom: 30px;
  display: inline-block;
  border: 1px solid #ddd;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  height: 320px;
}

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

/* Buy Tickets Area*/
.ticket {
  text-align: center;
  padding: 40px 20px 20px;
  max-width: 31%;
  margin: 0 1%;
}

.ticket.disabled {
  filter: grayscale(1);
}

.ticket .btn {
  margin-top: 25px;
}

.ticket strong {
  display: block;
  font-weight: 900;
  font-size: 20px;
}

.ticket small {
  color: #999;
  line-height: 1.2;
  display: inline-block;
  margin-top: 10px;
}

#buy-tickets {
  background: #f2f2f2 !important;
}

#buy-tickets>.container>.row>.col-12>.section-title-header {
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
  padding-top: 30px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.card-buy {
  margin: 30px;
}

.car-row-buy {
  margin-left: 10px;
}

.buy-tickets-title {
  line-height: 1.5;
  padding: 20px;
}

.buy-tickets-text {
  line-height: 1.5;
  padding: 20px;
  text-align: left;
}

.buy-tickets-subtext {
  font-style: italic;
  font-size: 13px;
  color: #acacac;
}

.buy-tickets-text-disabled {
  line-height: 1.5;
  padding: 20px;
  text-align: left;
  color: #acacac;
  background-color: #f0f0f0;
}

#buy-tickets ul li {
  padding-bottom: 10px;
}

#included {
  padding-top: 0;
}

/* Talks List */
.talksList {
  column-gap: 15px;
  display: grid;
  grid-template-columns: auto auto auto;
}

.talksList li {
  padding: 10px 15px;
  margin-bottom: 15px
}
/* 
table.talksList {
  margin: 0 auto;
}

table.talksList td, table.talksList th {
  padding: 5px 10px;
  border: 1px solid #dedbdb;
}

table.talksList tr {
  border: 1px solid #dedbdb;
}
 */
/* Schedule Area */

#schedules {
  background: #f3f4f3;
}

#schedule-tab {
  position: relative;
}

.schedule .schedule-tab-title {
  margin-bottom: 35px;
}

.schedule .schedule-tab-title .nav-tabs {
  background: #ffffff;
}

.schedule .schedule-tab-title .nav-tabs .nav-link {
  border-radius: 0px;
  position: relative;
  cursor: pointer;
  height: 90px;
  width: 255px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 500ms ease;
  padding: 20px 20px;
}

.schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link, .schedule .schedule-tab-title .nav-tabs .nav-link.active, .schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover {
  background: #22c8b2;
  border: 1px solid #22c8b2;
  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;
}

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

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

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

.schedule .schedule-tab-title .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: 1px 3px 15px rgba(0, 0, 0, 0.1);
}

.schedule .schedule-tab-content .card {
  border: none;
}

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

.schedule .card-header {
  border: none;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.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;
  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: 15px 70px 15px 110px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

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

.schedule .card-body .location span {
  color: #22c8b2;
  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: #22c8b2;
  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;
}

/* Services Item */
.padding-none {
  padding: 0;
}

.services-wrapper {
  margin-top: 30px;
  border: 1px solid #ddd;
}

.services-item {
  padding: 40px 20px;
  text-align: center;
  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;
}

.services-wrapper > div {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.services-wrapper > div:nth-child(odd) {
  background-color: #fbfbfb;
}

.services-wrapper > div:nth-child(1), .services-wrapper > div:nth-child(4), .services-wrapper > div:nth-child(7) {
  border-left: 0;
}

.services-wrapper > div:nth-child(7), .services-wrapper > div:nth-child(9), .services-wrapper > div:nth-child(8) {
  border-bottom: 0;
}  

.services-item .icon i {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  font-size: 48px;
  text-align: center;
  margin-bottom: 15px;
  color: #212121;
  border-radius: 0;
  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;
}

.services-item .services-content h3 {
  margin-bottom: 5px;
  font-weight: bold;
  color: #22C8B2;
  line-height: 20px;
}

.services-item .services-content h3 {
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #22C8B2;
}

.services-item:hover .icon i {
  background: transparent;
  color: #22c8b2;
}

/* Gallery Section */

#gallery {
  margin: 40px 0;
  position: relative;
}

#gallery .gallery-box {
  position: relative;
  margin-bottom: 30px;
}

#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: #22c8b2;
  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(233, 30, 99, 0.7);
  transform: scale(1, 1);
  transition: all 500ms ease;
}

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

.slick-arrow {
  position: absolute;
  text-align: center;
  width: 22px;
  height: 22px;
  top: 30px;
  cursor: pointer;
  right: -30px;
  border: 1px solid #22C8B2;
  border-radius: 100%;
  font-size: 10px;
  background-color: #22C8B2;
  color: #fff;
}

.slick-arrow i {
  position: relative;
  top: -2px;
}


.prev.slick-arrow {
  right: auto;
  left: -30px;
}

#tweets .slick-slide {
  padding: 10px;
}

#gallery .item {
  background-position: center;
  background-size: cover;
  transform: scale(.88);
  cursor: pointer;
}

/* Team Item */

.team-item:hover {
  box-shadow: 0 25px 35px -12px rgba(0, 0, 0, 0.35);
}

.team-item {
  margin: 15px 0;
  padding: 10px;
  border-radius: 4px;
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
  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 {
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(47, 47, 47, 0.7);
  opacity: 0;
  width: 100%;
  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 {
  color: #fff;
  top: 15px;
  position: absolute;
  right: 15px;
}

.team-item .overlay-social-icon .social-icons {
  padding-left: 0;
  -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 {
  display: inline-block;
  margin: 0 4px;
}

.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: 36px;
  height: 36px;
  background: #22c8b2;
  display: block;
  border-radius: 4px;
  line-height: 36px;
  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 a:hover .fa-facebook {
  background: #3B5998;
}

.team-item .overlay-social-icon .social-icons li a:hover .fa-twitter {
  background: #00aced;
}

.team-item .overlay-social-icon .social-icons li a:hover .fa-instagram {
  background: #fb3958;
}

.team-item .info-text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 15px 20px;
  background: #f3f4f3;
  text-align: left;
}

.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: #22c8b2;
}

.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: 4px;
  margin-bottom: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -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;
  -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 .tag {
  position: absolute;
  text-transform: uppercase;
  top: -18px;
  left: 20px;
  padding: 4px 27px;
  background-color: white;
  color: #22c8b2;
  border-radius: 4px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0px 3px 16px rgba(35, 31, 32, 0.15);
}

.blog-item .descr {
  padding: 30px 15px;
  color: #212121;
  position: relative;
}

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

.blog-item .descr h3 a {
  font-weight: 400;
  text-align: center;
  font-size: 25px;
  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: #22c8b2;
}

.blog-item .descr .meta-tags {
  margin-bottom: 10px;
}

.blog-item .descr .meta-tags span {
  color: #999;
  margin-right: 8px;
}

.blog-item .descr .meta-tags span a {
  color: #999;
  margin-left: 8px;
}

.blog-item .descr .meta-tags span a:hover {
  color: #22c8b2;
}

.blog-item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.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);
}

/* 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: #22c8b2;
  font-size: 18px;
  margin-bottom: 10px;
}

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

/* Subscribe Form */
#subscribe input {
  border: 1px solid #fff;
  background: rgba(255,255,255,.1);
  border-radius: 2px;
  padding: 3px 10px;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  
  width: 100%;
  margin-bottom: 7px;
}

#subscribe input::placeholder {
  color: #fff;
}

#subscribe input::-moz-placeholder {
  color: #fff;
}

#subscribe input#formsubmit {
  background: #fff;
  font-weight: bold;
  text-transform: uppercase;
  color: #22C8B2;
}

#subscribe br {
  display: none;
}

h2.subscribe-title {
  font-family: 'Lato', sans-serif;
  color: #fff;
}

.subscribe-inner {
  padding: 50px 0;
}

.subscribe-inner .subscribe-title {
  font-size: 36px;
  margin-bottom: 30px;
}

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

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

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

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

.subscribe-inner .form-control:focus {
  color: #212121;
  background-color: #fff;
  border-color: #22c8b2;
  outline: 0;
}

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

/* 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 0 20px rgba(0, 0, 0, 0.2);
}

.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;
  text-transform: capitalize;
  background: #f7f7f7;
  border: 1px solid transparent;
  padding: 7px 19px;
  border-radius: 0px;
  background-image: none;
  background-clip: padding-box;
}

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

.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;
  text-transform: capitalize;
  background: #f7f7f7;
  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: #22c8b2;
  box-shadow: none;
  outline: 0;
}

/* Footer Area Start */

.footer-area {
  background: #2B373D;
}

.footer-area hr {
  border: 0;
  border-bottom: 1px solid #4D4F5C;
  height: 1px;
  width: 100%;
  margin: 30px 0;
}

.footer-area h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}

.footer-area p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  margin: 0;
  padding-right: 10px;
  float: left;
  max-width: 65%;
}

.footer-area ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.footer-area strong {
  margin-bottom: 13px;
}

.footer-area .flinks a, .footer-area  .flinks strong {
  color: #fff;
  display: block;
}

.footer-area strong {
  text-transform: uppercase;
}

.footer-area ul li a:hover, .footer-area a:hover {
  color: #22c8b2;
}

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

.footer-area .footer-social li a {
  color: #000;
  background: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  border-radius: 4px;
  font-size: 15px;
  margin-right: 5px;
  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;
}

.footer-area .footer-social li a:hover {
  color: #fff;
}

.footer-area .footer-social li .facebook:hover {
  background: #3B5998;
}

.footer-area .footer-social li .instagram:hover {
  background: #fb3958;
}

.footer-area .footer-social li .twitter:hover {
  background: #00aced;
}

.footer-area .footer-social li .linkedin:hover {
  background: #0073b1;
}

.footer-area .footer-social li .foursqare:hover {
  background: #25a0ca;
}

.footer-area .footer-social li .google-plus:hover {
  background: #d34836;
}

.footer-area .footer-text p {
  font-size: 14px;
  margin-top: 20px;
  color: #fff;
}

.footer-area .footer-text p a {
  color: #22c8b2;
}

.footer-area .footer-text .nav-inline .nav-link {
  padding: 11px 7px;
  color: #888;
}

.footer-area .footer-text .nav-inline .nav-link:hover {
  color: #22c8b2;
}

.image-list {
  padding: 0;
  margin: 0;
}

.image-list li {
  margin-bottom: 15px;
  display: inline-block;
}

.image-list li .overlay {
  float: left;
  width: 70px;
  height: 60px;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0;
}

.image-list li .overlay:hover figcaption {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.image-list .post-content {
  margin-left: 85px;
  margin-bottom: 0;
}

.image-list .post-content .post-title {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 15px;
  margin: 0;
}

.image-list .post-content .post-title a {
  color: #fff;
}

.image-list .post-content .post-title a:hover {
  color: #22c8b2;
}

.image-list .post-content .meta {
  color: #999;
}

.image-list .post-content .meta span {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}

.newsletter-wrapper .form-group {
  margin-bottom: 20px;
  position: relative;
}

.newsletter-wrapper .form-group input {
  display: inline-block;
  color: #fff;
  position: relative;
}

.newsletter-wrapper .sub-btn {
  position: absolute;
  top: 0;
  right: 0px;
  border-radius: 0;
  padding: 10px 20px;
}

.widget {
  margin-top: 10px;
}

.widget .widget-title {
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
}

#copyright {
  background: #0b0b0b;
  text-align: center;
}

#copyright p {
  line-height: 42px;
  color: #fff;
  margin: 0;
}

#copyright p a {
  color: #fff;
}

#copyright p a:hover {
  color: #22c8b2;
}

/* ==========================================================================
   Countdown Style Start
========================================================================== */

.countdown-timer h1 {
  font-size: 120px;
  color: #22C8B2;
  
  margin-bottom: -1.5vw;
}

.countdown-timer h3 {
  font-size: 73px;
  text-decoration: underline;
  color: #22C8B2;
  
}

.countdown-timer .heading-count {
  padding: 10px 68px;
}

.countdown-timer .heading-count h2 {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 48px;
}

.countdown-timer .heading-count h4 {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  margin-top: 30px;
}

.countdown-timer .heading-count h4 span {
  background: #212121;
  padding: 7px 15px;
  border-radius: 4px;
}

.countdown-timer .heading-count p {
  font-size: 14px;
  color: #212121;
  line-height: 30px;
}

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

.time-entry {
  display: inline-block;
  margin: 15px 20px;
  height: 110px;
  text-align: center;
  font-weight: 400;
  color: gray;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 22px;
}

.time-entry span {
  font-size: 100px;
  line-height: 45px;
  font-weight: 900;
  display: block;
  color: #212121;
  margin-bottom: 25px;
}

.time-countdown {
  margin: 15px 0px 0 0;
}

/* Pricing Ticket */

#pricing {
  background: url(../img/background/bg-pricing.jpg);
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
}

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

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

#pricing .price-block-wrapper {
  text-align: center;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 30px;
}

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

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

#pricing .price-block-wrapper .colmun-title {
  margin-top: 15px;
}

#pricing .price-block-wrapper .colmun-title h5 {
  font-size: 18px;
  line-height: 30px;
  color: #212121;
  margin-bottom: 5px;
  font-weight: 700;
  background: #ffffff;
  text-transform: uppercase;
}

#pricing .price-block-wrapper .price {
  padding-bottom: 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: #5c5c5c;
  line-height: 42px;
  margin: 0;
}

#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: 10px 60px 10px 78px;
  text-align: left;
}

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

#pricing .price-block-wrapper .pricing-list ul li {
  font-size: 15px;
  color: #212121;
  font-weight: 400;
  padding: 2px 0px;
}

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

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

video {
  width: 30vw;
  height: 30vw;
  display: inline-block;
  margin: -7vw 20px 0;
}

#video {
  position: absolute;
  text-align: center;
  width: 100%;
}
#main-slide .carousel-control {
  display: none;
  transition: all 0.3s ease-in-out;
}

#main-slide .carousel-indicators {
  cursor: pointer;
  bottom: 75px;
}

#main-slide:hover .carousel-control {
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.carousel-inner {
  max-height: 100vh;
}

#main-slide .carousel-item img {
  position: relative;
  width: 100vw;
  filter: brightness(0.5);
}

#main-slide .carousel-inner .carousel-item::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#main-slide .carousel-item .carousel-caption {
  opacity: 0;
  transition: opacity 100ms ease 0s;
  z-index: 0;
}

#main-slide .carousel-item .carousel-caption .heading {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px; 
  line-height: 1.1;
  width: 700px;
  max-width: 90%;
  margin: 30px auto 10px;
}

#main-slide .carousel-item .carousel-caption .heading strong {
  letter-spacing: 0.1rem;
  font-weight: 900;
}
  

#main-slide .carousel-item .carousel-caption p {
  font-size: 20px;
  line-height: 1.2;
  width: 700px;
  max-width: 90%;
  margin: 0 auto;
}

#main-slide .carousel-item.active .carousel-caption {
  opacity: 1;
  transition: opacity 100ms ease 0s;
  z-index: 1;
}

#main-slide .carousel-caption {
  color: #fff;
  position: absolute;
  top: 35%;
}

#main-slide .carousel-caption .btn {
  margin: 25px 0 0px 0px;
}

#main-slide .carousel-control-next, #main-slide .carousel-control-prev {
  opacity: 1;
  box-shadow: none;
}

#main-slide .carousel-control-prev span {
  padding: 15px;
}

#main-slide .carousel-control-next span {
  padding: 15px;
}

#main-slide .carousel-control {
  top: 45%;
}

#main-slide .carousel-control .lni-chevron-left, #main-slide .carousel-control .lni-chevron-right {
  position: absolute;
  z-index: 5;
}

#main-slide .carousel-control .lni-chevron-left {
  left: 15px;
}

#main-slide .carousel-control .lni-chevron-right {
  right: 15px;
}

.carousel-indicators li {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

#main-slide .carousel-control i {
  line-height: 40px;
  font-size: 18px;
  width: 45px;
  border: 2px solid #fff;
  height: 45px;
  border-radius: 100%;
  display: block;
  background: transparent;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  transform: scale(.6);
}

#main-slide .carousel-control i:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-color: #fff;
}

#myVideo {
  width: 100%;
}

.videocontainer {
  width: 100% !important;
  max-width: 100% !important;
  flex-grow: 5;
}

.marker {
  background-image: url('../img/location.png');
  background-size: cover;
  width: 38px;
  height: 50px;
  cursor: pointer;
}

.mapboxgl-popup {
  max-width: 400px;
}

.mapboxgl-popup-content {
  padding: 25px !important;
  text-align: center;
  font-family: 'Lato', sans-serif;
  border-radius: 20px;
}

.mapboxgl-popup-close-button {
  color: #00ffcc;
}

.hl {
  color: #22c8b2;
  font-weight: bold;
}

.sponsor-title {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif;
}

.committee-title {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif;
}

#cfp {
  background-image: url(../img/background/bg-1.jpg);
  background-repeat: no-repeat;
  background-position: 50% 92%;
  background-size: cover;
}

#cfp>.container>.row>.col-12>.section-title-header {
  background: rgba(255, 255, 255, 0.6);
  margin-bottom: 30px;
  padding-top: 30px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

/* #sponsors {
  background-image: url(../img/gallery/expo.jpg);
  background-repeat: no-repeat;
  background-position: 50% 92%;
  background-size: cover;
} */

/* #sponsors>.container>.row>.col-12>.section-title-header {
  background: rgba(255, 255, 255, 0.4);
  margin-bottom: 30px;
  padding-top: 30px;
  border-radius: 4px;
  border: 1px solid #ddd;
} */

#sponsors2>.container>.row>.col-12>.section-title-header {
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
  padding-top: 30px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.sponsorlevel {
  width: 150px;
  max-height: 150px;
}

.committee-title-picture {
  padding-top: 1.1em;
}

.committee-social {
  font-size: 24px;
}

.news {
  width: 100%;
  /*
  height: 40px; */
  bottom: 0px;
  position: fixed;
  background-color: rgba(0, 102, 82);
  z-index: 1;
}

.news:hover {
  background-color: #22c8b2;
}

/*.cfpc {
  height: 325px;
}*/

.spsupporters {
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.splevel {
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.1);
}

.splevel, .spcontainer {
  width: 100%;
  padding: 15px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.6);
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: space-around;
}

.spcontainer {
  background: transparent;
}

.sptitle {
  font-size: 24px;
  line-height: 52px;
  padding-bottom: 10px;
  font-weight: bold;
}

.spsubtitle {
  font-size: 16px;
  text-transform: none;
  margin-top: -1.275rem;
}

.spitemsupporter {
  margin: 30px 0;
}

.spitem {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-content: space-around;
  padding: 0 15px 15px 15px;
  margin: 0 15px 15px 15px;
  /*   border: 0.5px solid #0fc;
  border-radius: 4px; */
}

.spitem p {
  margin-bottom: 15px;
}

.platinum {
  width: 380px;
  justify-content: flex-start;
}

.gold {
  width: 330px;
}

.silver {
  width: 280px;
}

.bronze {
  width: 230px;
}

.partner {
  width: 230px;
}

.slogo {
  width: 100%;
}

.splatinum {
  max-width: 350px;
  max-height: 350px;
}

.sgold {
  max-width: 300px;
  max-height: 300px;
}

.ssilver {
  max-width: 250px;
  max-height: 250px;
}

.sbronze {
  max-width: 200px;
  max-height: 200px;
}

.spartner {
  max-width: 200px;
  max-height: 200px;
}

.platext {
  max-height: 200px;
  overflow-y: auto;
}

.platext .platextp {
  height: 110px;
}

.platext p {
  padding: 0.4em;
  text-align: justify;
}

.platext::-webkit-scrollbar {
  width: 5px;
}

.platext::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}

.platext::-webkit-scrollbar-thumb {
  background-color: #22c8b2;
  outline: 1px solid slategrey;
  border-radius: 2px;
}

.platext::-webkit-scrollbar-thumb:hover {
  background: #0fc;
}

.slogopcon {
  height: 240px;
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slogopcon-modal {
  padding: 3em 0 3em 0;
}

li.nav-item {
  margin: 0 10px;
  position: relative;
}

li.nav-item a.btn.btn-common.btn-sm {
  height: 10px;
}

li.nav-item ul {
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  width: 100%;
  border-top: 1px solid lightgray;
}

li.nav-item:hover ul {
  display: block;
}

li.nav-item.has-submenu:hover {
  background: #fff;
}

li.nav-item.has-submenu:hover > a {
  color: #22C8B2 !important;
  margin-bottom: 0;
}

li.nav-item ul li {
  padding: 10px 8px;
}

a.nav-link {
  font-size: 13px;
}

.buy-tickets-menu {
  background: #ffffff !important;
  color: #000 !important;
  border-radius: 10px;
  margin-top: 17px !important;
  padding-top: 1px;
  margin-bottom: 17px !important;
  padding-bottom: 1px;
}

.container-text-other {
  max-width: 1900px;
}

.card-deck .card.col-sm-3 {
  padding: 0;
}

#faq p {
  margin-bottom: 40px;
}

#guidelines .shadow {
  padding: 25px;
  margin-top: -25px;
}

#information .border {
  max-width: 48%;
  margin: 0 1%;
  padding: 25px;
}

#information .btn {
  margin-top: 15px;
}

#information img {
  height: 59px;
  margin-bottom: 20px;
}

#call-for-papers .row {
  align-items: center;
}

a.twitter {
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDI0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzIyQzhCMjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03LjUsMjEuOGM5LjEsMCwxNC4xLTcuNSwxNC4xLTE0LjFjMC0wLjIsMC0wLjQsMC0wLjdjMS0wLjcsMS44LTEuNiwyLjUtMi42Yy0wLjksMC40LTEuOSwwLjctMi44LDAuOAoJYzEtMC42LDEuOC0xLjYsMi4yLTIuN2MtMSwwLjUtMiwxLTMuMiwxLjJjLTAuOS0xLTIuMi0xLjYtMy42LTEuNmMtMi43LDAtNSwyLjItNSw1YzAsMC40LDAsMC44LDAuMSwxLjJjLTQtMC4zLTcuNi0yLjItMTAuMS01LjIKCUMxLjIsMy45LDAuOSw0LjcsMC45LDUuNmMwLDEuNywwLjksMy4yLDIuMiw0LjFjLTAuOCwwLTEuNi0wLjMtMi4yLTAuNmMwLDAsMCwwLDAsMGMwLDIuNCwxLjcsNC40LDMuOSw0LjkKCWMtMC40LDAuMS0wLjksMC4yLTEuMiwwLjJjLTAuMywwLTAuNywwLTAuOS0wLjFjMC43LDIsMi41LDMuNCw0LjYsMy40Yy0xLjcsMS4zLTMuOCwyLjEtNi4xLDIuMWMtMC41LDAuMS0wLjksMC0xLjIsMAoJQzIuMSwyMSw0LjcsMjEuOCw3LjUsMjEuOHoiLz4KPC9zdmc+Cg==);
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  transform: scale(0.8);
  position: relative;
  bottom: -4px;
  left: 2px;
}

a.twitter:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDI0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzAwRkZDQzt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03LjUsMjEuOGM5LjEsMCwxNC4xLTcuNSwxNC4xLTE0LjFjMC0wLjIsMC0wLjQsMC0wLjdjMS0wLjcsMS44LTEuNiwyLjUtMi42Yy0wLjksMC40LTEuOSwwLjctMi44LDAuOAoJYzEtMC42LDEuOC0xLjYsMi4yLTIuN2MtMSwwLjUtMiwxLTMuMiwxLjJjLTAuOS0xLTIuMi0xLjYtMy42LTEuNmMtMi43LDAtNSwyLjItNSw1YzAsMC40LDAsMC44LDAuMSwxLjJDNy44LDgsNC4yLDYuMSwxLjcsMy4xCglDMS4yLDMuOSwwLjksNC43LDAuOSw1LjZjMCwxLjcsMC45LDMuMiwyLjIsNC4xYy0wLjgsMC0xLjYtMC4zLTIuMi0wLjZsMCwwYzAsMi40LDEuNyw0LjQsMy45LDQuOWMtMC40LDAuMS0wLjksMC4yLTEuMiwwLjIKCXMtMC43LDAtMC45LTAuMWMwLjcsMiwyLjUsMy40LDQuNiwzLjRjLTEuNywxLjMtMy44LDIuMS02LjEsMi4xYy0wLjUsMC4xLTAuOSwwLTEuMiwwQzIuMSwyMSw0LjcsMjEuOCw3LjUsMjEuOHoiLz4KPC9zdmc+);
}