/* ==================================================
Base
================================================== */
body {
  color: #333;
  line-height: 1.7em;
  font-family: 'Ubuntu', sans-serif;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #f20487;
}
button, a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-weight: normal;
  /*margin: 0;*/
  background: none;
  line-height: 1.6em;
}
input, button, select, textarea {}
textarea {
  overflow: hidden;
}
p {
  position: relative;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.large-container {
  position: static;
  max-width: 1550px;
  padding: 0 15px;
  margin: 0 auto;
}
.medium-container {
  max-width: 850px;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}
ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  display: inline-block;
  max-width: 100%;
}
::-webkit-input-placeholder {
  color: inherit;
}
::-moz-input-placeholder {
  color: inherit;
}
::-ms-input-placeholder {
  color: inherit;
}
::selection {
  background: #ec167f;
  color: #FFF;
}
::-moz-selection {
  background: #ec167f;
  color: #FFF;
}
::-webkit-selection {
  background: #ec167f;
  color: #FFF;
}
.centered {
  text-align: center;
}
.no-events {
  pointer-events: none;
  cursor: pointer;
}
/* ==================================================
Buttons Style
================================================== */
.btn {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn i {
  padding-left: 15px;
}
.btn .flaticon-arrow {
  display: inherit;
  margin-left: 3px;
  font-size: 14px;
  -webkit-transform: scaleX(-1) translateY(-1px);
  -moz-transform: scaleX(-1) translateY(-1px);
  -ms-transform: scaleX(-1) translateY(-1px);
  -o-transform: scaleX(-1) translateY(-1px);
  transform: scaleX(-1) translateY(-1px);
}
/* Button style one*/
.btn-style-one {
  position: relative;
  display: block;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 30px;
  color: #FFF;
  text-align: center;
  background-color: #88bd30;
  overflow: hidden;
  border-radius: 10px;
}
.btn-style-one .btn-title {
  position: relative;
}
.btn-style-one:hover {
  color: #88BD30;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}
.btn-style-one:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #FFF;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.btn-style-one:hover:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
/* Button style two*/
.btn-style-two {
  position: relative;
  padding: 10px 30px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px;
  color: #FFF;
  text-align: center;
  background-color: #F9A911;
  overflow: hidden;
  border-radius: 10px;
  border: none;
}
.btn-style-two .btn-title {
  position: relative;
}
.btn-style-two:hover {
  color: #FAAC1D;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}
.btn-style-two:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #FFF;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.btn-style-two:hover:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
/* Button style three*/
.btn-style-three {
  position: relative;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 30px;
  color: #FFF;
  text-align: center;
  background-color: #1c94d2;
  overflow: hidden;
  border-radius: 10px;
}
.btn-style-three .btn-title {
  position: relative;
}
.btn-style-three:hover {
  color: #1c94d2;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}
.btn-style-three:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #FFF;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.btn-style-three:hover:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
/* Button style four*/
.btn-style-four {
  position: relative;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 30px;
  color: #FFF;
  text-align: center;
  background-color: #24293d;
  overflow: hidden;
  border-radius: 10px;
}
.btn-style-four .btn-title {
  position: relative;
}
.btn-style-four:hover {
  color: #24293d;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}
.btn-style-four:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #FFF;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.btn-style-four:hover:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.sold-out {
  position: relative;
  display: block;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 30px;
  width: 60%;
  min-width: 220px;
  color: #FFF;
  text-align: center;
  background-color: #E6275A;
  overflow: hidden;
  border-radius: 10px;
}
/* List Style One */
.list-style-one {
  position: relative;
}
.list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #444444;
  padding-left: 35px;
  margin-bottom: 10px;
}
.list-style-one li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #1D95D2;
}
/* List Style Two */
.list-style-two {
  position: relative;
}
.list-style-two li {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #777;
  padding-left: 25px;
  margin-bottom: 10px;
}
.list-style-two li:before {
  position: absolute;
  left: 0;
  top: 12px;
  height: 6px;
  width: 6px;
  background-color: #1D95D2;
  content: "";
}
/* ==================================================
Social Icons
================================================== */
/*Social Icon One*/
.social-icon-one {
  position: relative;
}
.social-icon-one li {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
}
.social-icon-one li:last-child {
  margin-right: 0;
}
.social-icon-one li a .fab {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #a9b1bf;
  background-color: #373851;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.social-icon-one li a:hover .fab {
  transform: rotate(360deg);
}
.social-icon-one li a:hover .fab {
  background-color: #1D95D2;
  border-color: #1D95D2;
  color: #FFF;
}
/*Social Icon Two*/
.social-icon-two {
  position: relative;
  display: block;
}
.social-icon-two li {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
}
.social-icon-two li a .fab {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #DDD;
  background-color: #FFF;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-two li a:hover .fab {
  color: #FFF;
  background-color: #d24c59;
}
/*Social Icon Three*/
.social-icon-three {
  position: relative;
  display: block;
}
.social-icon-three li {
  position: relative;
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 10px;
}
.social-icon-three li a {
  position: relative;
  display: block;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-three li a:hover {
  color: #222222;
}
.theme_color {
  color: #d24c59;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #FFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/layout/preloader.svg);
  background-size: 100px;
}
.preloader:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "A carregar...";
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 45px;
  font-size: 24px;
  line-height: 1em;
  color: #88BD30;
}
img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
/* ==================================================
Scroll To Top style
================================================== */
.scroll-to-top {
  position: fixed;
  bottom: 40px;
  right: 5%;
  width: 40px;
  height: 40px;
  color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #88BD30;
  display: none;
  border-radius: 25px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.scroll-to-top:hover {
  color: #88BD30;
  background: #FFF;
}
.scroll-to-top i {
  display: block;
  line-height: 40px;
}
.tabs-box {
  position: relative;
}
.tabs-box .tab {
  display: none;
}
.tabs-box .tab.active-tab {
  display: block;
}
/* ==================================================
Section Title
================================================== */
.sec-title {
  position: relative;
  margin-bottom: 70px;
}
.sec-title .title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  color: transparent;
  background-color: #0365B6;
  background: -webkit-linear-gradient(to left, rgba(0, 98, 178) 0%, rgba(36, 155, 233, 1) 100%);
  background: -moz-linear-gradient(to left, rgba(0, 98, 178) 0%, rgba(36, 155, 233, 1) 100%);
  background: linear-gradient(to left, rgba(0, 98, 178) 0%, rgba(36, 155, 233, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
.sec-title h2 {
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 1.2em;
  color: #1e1f36;
  font-weight: 700;
}
.sec-title p {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  margin-top: 30px;
}
.sec-title.light h2, .sec-title.light .title {
  color: #FFF;
  -webkit-text-fill-color: inherit;
}
.anim-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.anim-icons.full-width {
  max-width: 100%;
}
.anim-icons .icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}
.section-page {
  position: relative;
  padding-top: 200px;
}
.section-page:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 135px;
  background-color: #0365B6;
  background: -webkit-linear-gradient(to left, rgba(36, 155, 233, 1) 0%, rgba(0, 98, 178) 100%);
  background: -moz-linear-gradient(to left, rgba(36, 155, 233, 1) 0%, rgba(0, 98, 178) 100%);
  background: linear-gradient(to left, rgba(36, 155, 233, 1) 0%, rgba(0, 98, 178) 100%);
}
/* ==================================================
Header
================================================== */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .main-box {
  position: relative;
  padding: 25px 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .logo-box {
  position: relative;
  float: left;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .logo-box .logo img {
  width: 100%;
  height: auto;
  max-width: 250px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .logo-box .logo img:nth-child(1) {
  position: relative;
  left: 0;
  top: 0;
  display: inline-block;
  opacity: 1;
}
.main-header .logo-box .logo img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.main-header .logo-box .logo span {
  display: none;
  color: #FFF;
  text-transform: uppercase;
}
.main-header .nav-outer {
  position: relative;
  float: right;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.main-header .nav-outer .main-menu {
  position: static;
  float: right;
}
.main-menu .navigation {
  position: static;
  margin: 0;
}
.main-menu .navigation > li {
  position: relative;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 4;
  padding: 10px 0;
  color: #fefefe;
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li > a:before {
  position: absolute;
  left: 50%;
  bottom: 5px;
  height: 3px;
  width: 0;
  content: "";
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
  background: #FAAC1D;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li.current > a:before, .main-menu .navigation > li:hover > a:before {
  left: 0;
  width: 100%;
}
.main-menu .navigation > li:hover > a:before {
  background: #FFF;
}
.main-menu .navigation > li > ul > li.dropdown > a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position: absolute;
  right: 25px;
  top: 8px;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 20px;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  z-index: 5;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
  color: #FFF;
}
.main-menu .navigation > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 220px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 20px 0;
  background: #FFF;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -moz-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  border-bottom: 3px solid #f20487;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul:before {
  position: absolute;
  content: "";
  left: 0;
  top: -30px;
  width: 100%;
  height: 30px;
  display: block;
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.main-menu .navigation > li > ul > li:last-child {
  margin-bottom: 0;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 25px;
  line-height: 24px;
  font-size: 16px;
  text-transform: capitalize;
  color: #222222;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: #1D95D2;
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 100%;
  width: 220px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  margin-top: -50px;
  padding: 20px 0;
  background: #FFF;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  border-bottom: 3px solid #f20487;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0;
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 25px;
  line-height: 24px;
  font-size: 16px;
  text-transform: capitalize;
  color: #222222;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #1D95D2;
}
.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #FFF;
  line-height: 28px;
  border: 1px solid #FFF;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
}
/* Main header logos */
.main-header .logos-header {
  position: static;
  float: right;
  margin-top: 5px;
}
.main-header .logos-header img {
  width: 220px;
}
.main-header .logos-header img:nth-child(1) {
  display: block;
}
.main-header .logos-header img:nth-child(2) {
  display: none;
}
.main-header.fixed-header .logos-header img:nth-child(1) {
  display: none;
}
.main-header.fixed-header .logos-header img:nth-child(2) {
  display: block;
}
/* Outer box */
.main-header .outer-box {
  position: relative;
  float: right;
  margin-left: 20px;
}
.main-header .search-box-outer {
  position: relative;
  float: left;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.dropdown-toggle::after {
  display: none;
}
.main-header .search-box-outer .dropdown-menu {
  top: 44px !important;
  left: auto !important;
  right: 0;
  padding: 0;
  width: 280px;
  border-radius: 0;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  border-top: 3px solid #df6512;
}
.main-header .search-panel .form-container {
  padding: 25px 20px;
}
.main-header .search-panel .form-group {
  position: relative;
  margin: 0;
}
.main-header .search-panel input[type="text"], .main-header .search-panel input[type="search"], .main-header .search-panel input[type="password"], .main-header .search-panel select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 7px 40px 7px 15px;
  height: 40px;
  font-size: 14px;
  border: 1px solid #e0e0e0;
  background: #FFF;
}
.main-header .search-panel input:focus, .main-header .search-panel select:focus {
  border-color: #25262c;
}
.main-header .search-panel .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #555555;
  font-size: 12px;
  background: none;
  cursor: pointer;
}
.main-header .outer-box .btn-box {
  position: relative;
  float: right;
  padding: 5px 0;
}
.main-header .outer-box .btn-box {
  position: relative;
  float: right;
  padding: 10px 20px;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-header.fixed-header .outer-box .btn-box {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 25px;
  line-height: 65px;
  cursor: pointer;
  color: #FFF;
  margin: 7px 0 2px;
  display: none;
}
/* ==================================================
Fixed Header
================================================== */
.main-header.fixed-header .navigation > li > a {
  line-height: 3;
}
.main-header.fixed-header .main-box {
  padding: 10px 0;
  background: #88BD30;
  background: -webkit-linear-gradient(to left, rgba(136, 189, 48) 0%, rgba(81, 126, 5, 1) 100%);
  background: -moz-linear-gradient(to left, rgba(136, 189, 48) 0%, rgba(81, 126, 5, 1) 100%);
  background: linear-gradient(to left, rgba(136, 189, 48) 0%, rgba(81, 126, 5, 1) 100%);
}
.main-header.fixed-header .btn-style-one {
  background-color: #FAAC1D;
}
.main-header.fixed-header .logo img {
  width: 170px;
}
.main-header.fixed-header .logo-box .logo img:nth-child(1) {
  opacity: 0;
}
.main-header.fixed-header .logo-box .logo img:nth-child(2) {
  opacity: 1;
}
/* ==================================================
Mobile Menu
================================================== */
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 12px 20px;
  text-align: left;
}
.mobile-menu .nav-logo img {
  max-width: 120px;
}
.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #FFF;
  padding: 0 0;
  z-index: 5;
  opacity: 0;
  border-radius: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.mobile-menu .close-btn {
  position: absolute;
  right: 15px;
  top: 20px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 25px;
  color: #88BD30;
  background-color: #FFF;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.mobile-menu .close-btn:hover {
  opacity: 0.50;
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.10);
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: #404040;
  font-weight: 600;
  text-transform: capitalize;
}
.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
  color: #1D95D2;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #404040;
  cursor: pointer;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.10);
}
.mobile-menu .navigation li > ul, .mobile-menu .navigation li > ul > li > ul {
  display: none;
}
/* ==================================================
Banner Section
================================================== */
.banner-section {
  position: relative;
}
.banner-carousel {
  position: relative;
}
.banner-section, .banner-carousel, .banner-carousel .slide-item {
  min-height: 100vh;
}
.banner-carousel .slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*padding: 250px 0 200px;*/
  padding: 30vh 0 200px;
  text-align: center;
}
.banner-carousel .slide-item:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 50%);
  opacity: .25;
  content: "";
}
.banner-carousel .content-box {
  position: relative;
  display: inline-block;
  padding: 40px;
}
.banner-carousel .content-box .title {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #FAAC1D;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.banner-carousel .active .content-box .title {
  text-shadow: 0 5px 10px rgba(23, 26, 59, 0.5);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.banner-carousel .content-box h2 {
  display: block;
  font-size: 74px;
  line-height: 1.2em;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.banner-carousel .active .content-box h2 {
  text-shadow: 0 2px 10px rgba(23, 26, 59, 0.5);
  font-style: italic;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.banner-carousel .content-box .info-list {
  position: relative;
  margin-bottom: 50px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.banner-carousel .active .content-box .info-list {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}
.banner-carousel .content-box .info-list li {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: #FFF;
  margin: 0 10px;
  text-transform: uppercase;
  text-shadow: 0 5px 10px rgba(23, 26, 59, 0.5);
}
.banner-carousel .content-box .info-list li .icon {
  color: #FAAC1D;
  margin-right: 10px;
  float: left;
  font-size: 18px;
  line-height: 26px;
}
.banner-carousel .content-box .btn-box {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.banner-carousel .active .content-box .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}
.banner-carousel .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}
.banner-carousel .owl-next, .banner-carousel .owl-prev {
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  width: 30px;
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.10);
  font-size: 20px;
  line-height: 100px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.banner-carousel .owl-next {
  left: auto;
  right: 0;
}
.banner-carousel .owl-next:hover, .banner-carousel .owl-prev:hover {
  background-color: rgba(255, 255, 255, .90);
  color: #333;
}
/* ==================================================
About Section
================================================== */
.about-section {
  position: relative;
  padding: 120px 0 50px;
}
.about-section .content-column {
  position: relative;
}
.about-section .content-column .inner-column {
  position: relative;
  /*padding-right: 80px;*/
}
.about-section .content-column .sec-title {
  position: relative;
  margin-bottom: 20px;
}
.about-section .content-column .sec-title h2 {
  font-size: 40px;
}
.about-section .content-column .sec-title p {
  margin-top: 20px;
}
.about-section .content-column .sec-title ul {
  margin-left: 40px;
}
.about-section .content-column .sec-title li:before {
  position: relative;
  margin-left: -10px;
  content: "-";
  margin-right: 5px;
}
.about-section .content-column .list-style-one {
  margin-bottom: 30px;
}
.about-section .content-column .btn-box {
  position: relative;
}
.about-section .content-column .btn-box a {
  padding: 15px 30px;
  line-height: 20px;
  font-weight: 600;
  font-size: 15px;
}
.about-section .image-column {
  position: relative;
  margin-bottom: 50px;
}
.about-section .image-column .image-box {
  position: relative;
  padding-right: 80px;
}
.about-section .image-column .image-box img, .accordion .image-column .image-box img {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  border: 15px solid #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
}
.about-section .image-column .image {
  position: relative;
  margin-bottom: 0;
}
.about-section .image-column .image:before {
  position: absolute;
  right: -15%;
  top: -10%;
  height: 120%;
  width: 150%;
  background-image: url(../img/layout/shape-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
}
.about-section .about-block {
  position: relative;
  margin-bottom: 30px;
}
.about-section .about-block h4 {
  position: relative;
  font-size: 24px;
  line-height: 50px;
  color: #24293d;
}
.about-section .about-block .icon {
  position: relative;
  margin-right: 5px;
  font-size: 24px;
  line-height: 50px;
  color: #1D95D2;
}
@keyframes dizzling {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
.icon-shape-1 {
  width: 484px;
  height: 225px;
  background-image: url(../img/layout/shape-1.png);
}
.icon-shape-2 {
  width: 325px;
  height: 280px;
  background-image: url(../img/layout/shape-2.png);
}
/* ==================================================
Coming Soon
================================================== */
.coming-soon-section {
  position: relative;
  z-index: 2;
}
.coming-soon-section .outer-box {
  position: relative;
  display: block;
  padding: 30px 80px;
  text-align: center;
  margin-top: -75px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background-color: #0365B6;
  background: -webkit-linear-gradient(to left, rgba(36, 155, 233, 1) 0%, rgba(0, 98, 178) 100%);
  background: -moz-linear-gradient(to left, rgba(36, 155, 233, 1) 0%, rgba(0, 98, 178) 100%);
  background: linear-gradient(to left, rgba(36, 155, 233, 1) 0%, rgba(0, 98, 178) 100%);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.30);
  -webkit-transform: skew(343.652deg, 0deg);
  -moz-transform: skew(343.652deg, 0deg);
  -o-transform: skew(343.652deg, 0deg);
  transform: skew(343.652deg, 0deg);
}
.coming-soon-section .timer-column {
  position: relative;
}
.coming-soon-section .time-counter {
  position: relative;
}
.coming-soon-section .time-countdown {
  position: relative;
}
.coming-soon-section .time-countdown .counter-column {
  position: relative;
  display: inline-block;
  margin: 0 40px;
  width: 100px;
  text-align: center;
  font-size: 18px;
  color: #FFF;
}
.coming-soon-section .time-countdown .counter-column:before {
  position: absolute;
  content: ':';
  top: 10px;
  right: -50px;
  font-size: 56px;
  line-height: 1em;
  color: #FFF;
}
.coming-soon-section .time-countdown .counter-column:last-child:before {
  display: none;
}
.coming-soon-section .time-countdown .counter-column .count {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 1em;
  color: #FFF;
  font-weight: 700;
}
/* ==================================================
Features Section
================================================== */
.features-section {
  position: relative;
  padding: 30px 0 100px;
}
.features-section .title-block {
  position: relative;
  margin-bottom: 40px;
}
.features-section .title-block .inner-box {
  padding: 50px 30px 0;
  background-color: #FFF;
}
.features-section .title-block .sec-title {
  margin-bottom: 0;
}
.features-section .title-block .sec-title .title {
  margin-bottom: 5px;
}
.feature-block-two {
  position: relative;
  margin-bottom: 40px;
  -webkit-transform: skew(343.652deg, 0deg);
  -moz-transform: skew(343.652deg, 0deg);
  -o-transform: skew(343.652deg, 0deg);
  transform: skew(343.652deg, 0deg);
}
.feature-block-two .inner-box {
  position: relative;
  padding: 40px 30px;
  padding-left: 105px;
  background-color: #FFF;
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.10);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
}
.feature-block-two .inner-box:hover {
  box-shadow: none;
}
.feature-block-two .icon-box {
  position: absolute;
  left: 20px;
  top: 50%;
  display: block;
  width: 60px;
  -webkit-transform: translateY(-50%) skew(-343.652deg, 0deg);
  -moz-transform: translateY(-50%) skew(-343.652deg, 0deg);
  -ms-transform: translateY(-50%) skew(-343.652deg, 0deg);
  -o-transform: translateY(-50%) skew(-343.652deg, 0deg);
  transform: translateY(-50%) skew(-343.652deg, 0deg);
}
.feature-block-two .icon-box .icon {
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 1em;
  background: transparent;
  color: #f14b59;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.feature-block-two .inner-box:hover .icon-box .icon {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.feature-block-two .icon-box .icon svg {
  position: relative;
  z-index: 9;
  width: 100%;
  height: auto;
  max-height: 70px;
}
.feature-block-two h4 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 1.2em;
  color: #12114a;
  font-weight: 700;
  margin-bottom: 10px;
  -webkit-transform: skew(-343.652deg, 0deg);
  -moz-transform: skew(-343.652deg, 0deg);
  -o-transform: skew(-343.652deg, 0deg);
  transform: skew(-343.652deg, 0deg);
}
.feature-block-two h4 a {
  color: #12114a;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-two h4 a:hover {
  color: #f14b59;
}
.feature-block-two p {
  font-size: 16px;
  margin-bottom: 0;
  -webkit-transform: skew(-343.652deg, 0deg);
  -moz-transform: skew(-343.652deg, 0deg);
  -o-transform: skew(-343.652deg, 0deg);
  transform: skew(-343.652deg, 0deg);
}
.feature-block-two .text {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  cursor: default;
}
.feature-block-two .link-box {
  position: relative;
  display: block;
}
.feature-block-two .link-box a {
  padding: 10px 20px;
  line-height: 20px;
  font-size: 14px;
}
.features-section .twist-line-1 {
  left: -110px;
  top: 290px;
}
.features-section .twist-line-2 {
  left: -10%;
  top: 80px;
}
.features-section .twist-line-3 {
  left: 90px;
  top: 50px;
}
/* ==================================================
Pricing Section
================================================== */
.register-section {
  position: relative;
  padding: 120px 0 80px;
  background-color: #fafafa;
  overflow: hidden;
}
.register-section .outer-box {
  max-width: 1100px;
  margin: 0 auto;
}
.register-section .row {
  margin: 0 -30px;
}
.pricing-block {
  position: relative;
  padding: 0 30px;
  margin-bottom: 40px;
}
.pricing-block .inner-box {
  position: relative;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  padding: 0 0 30px;
  max-width: 370px;
  margin: 0 auto;
  border-bottom: 20px solid #88BD30;
  overflow: hidden;
}
.pricing-block .icon-box {
  position: relative;
  padding: 50px 30px 0;
  background-color: #88BD30;
  text-align: center;
}
.pricing-block .icon-box:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75px;
  width: 100%;
  border-radius: 50% 50% 0 0;
  background-color: #FFF;
  content: "";
}
.pricing-block .icon-box .icon-outer {
  position: relative;
  height: 150px;
  width: 150px;
  background-color: #FFF;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
}
.pricing-block .icon-box .icon {
  position: relative;
  display: block;
  height: 130px;
  width: 130px;
  line-height: 1;
  border: 5px solid #88BD30;
  border-radius: 50%;
  font-size: 70px;
  color: #88BD30;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  overflow: hidden;
}
.pricing-block .price-box {
  position: relative;
  text-align: center;
  padding: 10px 20px;
}
.pricing-block .title {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
}
.pricing-block .price {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #40cbb4;
}
.pricing-block .features {
  position: relative;
  max-width: 65%;
  margin: 0 auto 20px;
}
.pricing-block .features li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #848484;
  padding: 5px 0;
  border-bottom: 1px dashed #DDD;
}
.pricing-block .features li:before {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 16px;
  line-height: 30px;
  content: "\f061";
  font-family: 'FontAwesome';
  color: #E6275A;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pricing-block .features li:hover::before {
  right: 0;
}
.pricing-block .features li.false:before {
  color: #1D95D2;
  content: "\51";
}
.pricing-block .features li a {
  display: block;
  color: #848484;
}
.pricing-block .features li:last-child {
  border-bottom: 0;
}
.pricing-block .features .btn {
  margin-left: 0;
  margin-right: 0;
}
.pricing-block .btn-box {
  position: relative;
  text-align: center;
}
.pricing-block .btn-box a {
  position: relative;
  display: inline-block;
  line-height: 25px;
  color: #FFF;
  padding: 10px 30px;
  background-color: #40cbb4;
  border-radius: 10px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
}
.pricing-block .btn-box a:hover {
  color: #FFF;
}
.pricing-block .inner-box:hover .btn-box a {
  color: #40cbb4;
  background: none;
  border-radius: 0;
  border-color: #40cbb4;
}
.pricing-block:nth-child(2) .icon-box .icon, .pricing-block:nth-child(2) .inner-box {
  border-color: #1d95d2;
}
.pricing-block:nth-child(2) .btn-box a, .pricing-block:nth-child(2) .icon-box {
  background-color: #1d95d2;
}
.pricing-block:nth-child(2) .inner-box:hover .btn-box a {
  color: #1d95d2;
  background: none;
  border-radius: 0;
  border-color: #1d95d2;
}
.pricing-block:nth-child(2) .icon-box .icon, .pricing-block:nth-child(2) .price {
  color: #1d95d2;
}
.pricing-block:nth-child(3) .icon-box .icon, .pricing-block:nth-child(3) .inner-box {
  border-color: #ffc20b;
}
.pricing-block:nth-child(3) .btn-box a, .pricing-block:nth-child(3) .icon-box {
  background-color: #ffc20b;
}
.pricing-block:nth-child(3) .icon-box .icon, .pricing-block:nth-child(3) .price {
  color: #ffc20b;
}
.pricing-block:nth-child(3) .inner-box:hover .btn-box a {
  color: #ffc20b;
  background: none;
  border-radius: 0;
  border-color: #ffc20b;
}
.icon-circle-green {
  width: 300px;
  height: 300px;
  background-image: url(../img/layout/circle-green.png);
}
.icon-circle-orange {
  width: 300px;
  height: 300px;
  background-image: url(../img/layout/circle-orange.png);
}
.icon-circle-pink {
  width: 300px;
  height: 300px;
  background-image: url(../img/layout/circle-pink.png);
}
.register-section .icon-circle-green {
  left: -375px;
  top: -50px;
  opacity: .50;
}
.register-section .icon-circle-blue {
  right: -375px;
  top: 50%;
  opacity: .50;
}
.register-section .icon-circle-pink {
  left: -375px;
  bottom: -100px;
  opacity: .50;
}
.register-section .icon-circle-green, .register-section .icon-circle-blue, .register-section .icon-circle-pink {
  -webkit-animation: fa-spin 30s infinite;
  -moz-animation: fa-spin 30s infinite;
  -ms-animation: fa-spin 30s infinite;
  -o-animation: fa-spin 30s infinite;
  animation: fa-spin 30s infinite;
}
/* ==================================================
Pricing Section Two
================================================== */
.register-section-two {
  position: relative;
  padding: 120px 0 70px;
  overflow: hidden;
}
.register-section-two.alternate {
  position: relative;
  background-color: #fafafa;
}
.register-section-two .outer-box {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.register-section-two .icon-circle-1 {
  left: -400px;
  bottom: -200px;
  opacity: .30;
}
/* ==================================================
Coming Soon
================================================== */
.coming-soon {
  position: relative;
  padding: 100px 0;
}
.coming-soon:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/layout/pattern-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  opacity: .05;
}
.coming-soon .content {
  position: relative;
  text-align: center;
}
.coming-soon .content .logo {
  position: relative;
  margin-bottom: 30px;
}
.coming-soon .timer {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}
.coming-soon .cs-countdown {
  position: relative;
  text-align: center;
  font-family: 'Orbitron', sans-serif;
}
.coming-soon .cs-countdown div {
  position: relative;
  display: inline-block;
  font-size: 45px;
  line-height: 1.2em;
  color: #e6275a;
  width: auto;
  font-weight: 600;
  letter-spacing: 0;
  text-shadow: 0 15px 20px rgba(0, 0, 0, 0.20);
  border-radius: 50%;
}
.coming-soon .cs-countdown h6 {
  position: relative;
  display: block;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 50%;
  color: #e6275a;
  width: 100px;
  margin: 0 20px 30px;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.20);
}
.coming-soon .cs-countdown div:nth-child(2) h6, .coming-soon .cs-countdown div:nth-child(2) {
  color: #40cbb4;
}
.coming-soon .cs-countdown div:nth-child(3) h6, .coming-soon .cs-countdown div:nth-child(3) {
  color: #4c35a9;
}
.coming-soon .cs-countdown div:nth-child(4) h6, .coming-soon .cs-countdown div:nth-child(4) {
  color: #1c94d2;
}
.coming-soon .cs-countdown div:nth-child(5) h6, .coming-soon .cs-countdown div:nth-child(5) {
  color: #333333;
}
.coming-soon h1 {
  position: relative;
  color: #222222;
  font-size: 75px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 30px;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.20);
}
.coming-soon .content p {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 50px;
}
.coming-soon .emailed-form .form-group {
  position: relative;
  display: block;
  max-width: 460px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 35px;
  box-shadow: 0 8px 30px rgba(72, 69, 224, .20);
  border-radius: 50px;
}
.coming-soon .emailed-form .form-group input[type="text"], .coming-soon .emailed-form .form-group input[type="tel"], .coming-soon .emailed-form .form-group input[type="email"], .coming-soon .emailed-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 20px;
  height: 50px;
  font-size: 15px;
  color: #222222;
  overflow: hidden;
  padding: 15px 70px 15px;
  background: #FFF;
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.coming-soon .emailed-form .form-group input[type="submit"], .coming-soon .emailed-form button {
  position: absolute;
  right: 35px;
  top: 10px;
  line-height: 30px;
  font-size: 18px;
  color: #000;
  background-color: transparent;
  cursor: pointer;
}
.coming-soon .emailed-form .form-group input[type="submit"]:hover, .coming-soon .emailed-form button:hover {
  color: #f20487;
}
.coming-soon .icon-circle-blue {
  left: -80px;
  bottom: -80px;
  opacity: .70;
  -webkit-animation: fa-spin 30s infinite;
  -moz-animation: fa-spin 30s infinite;
  -ms-animation: fa-spin 30s infinite;
  -o-animation: fa-spin 30s infinite;
  animation: fa-spin 30s infinite;
}
.coming-soon .icon-dots {
  left: 15%;
  top: 20%;
}
.coming-soon .icon-line-1 {
  right: 15%;
  bottom: 20%;
  opacity: .70;
  -webkit-animation: fa-spin 30s infinite;
  -moz-animation: fa-spin 30s infinite;
  -ms-animation: fa-spin 30s infinite;
  -o-animation: fa-spin 30s infinite;
  animation: fa-spin 30s infinite;
}
.coming-soon .icon-circle-1 {
  right: -200px;
  top: -200px;
  opacity: .20;
}
/* ==================================================
Gallery: https://codepen.io/AleksArt80/pen/wgZQVR
================================================== */
.gallery {
  display: block;
  width: 100%;
  margin: .5em auto;
  -moz-columns: 400px;
  columns: 400px;
  -moz-column-gap: .5em;
  column-gap: .5em;
  break-inside: avoid;
}
.gallery figure {
  width: 100%;
  display: inline-block;
  margin-bottom: .2em;
  position: relative;
}
.gallery figure img {
  width: 100%;
  max-width: 100%;
  display: block;
  cursor: default;
}
.gallery img:hover {}
/* ==================================================
Call to Action Section
================================================== */
.call-to-action-section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 140px;
  background-attachment: fixed;
}
.call-to-action-section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /*background: #88BD30;
  background: -webkit-linear-gradient(to left, rgba(29, 149, 210, 1) 0%, rgba(136, 189, 48, 1) 100%);
  background: -moz-linear-gradient(to left, rgba(29, 149, 210, 1) 0%, rgba(136, 189, 48, 1) 100%);
  background: linear-gradient(to left, rgba(29, 149, 210, 1) 0%, rgba(136, 189, 48, 1) 100%);
  opacity: .70;*/
  background: #1A1B1F;
  opacity: 1;
  content: "";
}
.call-to-action-section .content-box {
  position: relative;
  text-align: center;
}
.call-to-action-section .content-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.call-to-action-section .content-box h2 {
  display: block;
  font-size: 48px;
  line-height: 1.2em;
  color: #FFF;
  font-weight: 700;
}
.call-to-action-section img {
  max-width: 450px;
}
.call-to-action-section .go-now {
  position: relative;
  display: inline-block;
  margin-top: 50px;
}
.call-to-action-section .go-now .icon {
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #F9A911;
  padding-left: 0;
  font-size: 50px;
}
.go-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.go-now .icon {
  position: relative;
  display: inline-block;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background-color: #000;
  color: #FFF;
  z-index: 1;
  padding-left: 5px;
  font-size: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
  -moz-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
  -ms-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
  -o-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
.go-now .ripple, .go-now .ripple:before, .go-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.go-now .ripple:before {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
}
.go-now .ripple:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
}
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/* ==================================================
Supports Section
================================================== */
.supports-section {
  position: relative;
  padding: 120px 0 90px;
}
.supports-section:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/layout/icon-dots-2.png);
  content: "";
  opacity: .02;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
}
.supports-section .sponsors-outer {
  position: relative;
  margin-bottom: 50px;
}
.supports-section .sponsors-outer .owl-dots, .supports-section .sponsors-outer .owl-nav {
  display: none;
}
.supports-section .sponsors-outer .client-block {
  position: relative;
  margin-bottom: 30px;
}
.supports-section .sponsors-outer .image-box {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 270px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
  background-color: #FFF;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 500ms ease;
}
.supports-section .sponsors-outer .image-box:hover {
  box-shadow: none;
}
.supports-section .sponsors-outer .image-box img {
  max-width: 175px;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.supports-section .sponsors-outer .image-box:hover img {
  opacity: .70;
}
.supports-section .sponsors-outer .large-logos .image-box img {
  max-width: 220px;
}
.supports-section .sponsors-outer h3 {
  display: inline-block;
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.supports-section .sponsors-outer:nth-child(2) h3 {
  /*background-color: #e5e4e2;
  color: #333;*/
}
.supports-section .sponsors-outer:nth-child(3) h3 {
  /*background-color: #F9A911;*/
}
.supports-section .icon-dots-3 {
  left: -60px;
  top: 230px;
}
.supports-section .icon-circle-blue {
  left: -370px;
  top: 500px;
  opacity: .50;
  -webkit-animation: fa-spin 30s infinite alternate;
  -moz-animation: fa-spin 30s infinite alternate;
  -ms-animation: fa-spin 30s infinite alternate;
  -o-animation: fa-spin 30s infinite alternate;
  animation: fa-spin 30s infinite alternate;
}
/* ==================================================
Fluid Section One
================================================== */
.fluid-section-one {
  position: relative;
  background: #88BD30;
  background: -webkit-linear-gradient(to left, rgba(29, 149, 210, 1) 0%, rgba(136, 189, 48, 1) 100%);
  background: -moz-linear-gradient(to left, rgba(29, 149, 210, 1) 0%, rgba(136, 189, 48, 1) 100%);
  background: linear-gradient(to left, rgba(29, 149, 210, 1) 0%, rgba(136, 189, 48, 1) 100%);
}
.fluid-section-one .outer-box {
  position: relative;
}
.fluid-section-one .content-column {
  position: relative;
  float: right;
  width: 50%;
  padding: 0 15px;
}
.fluid-section-one .content-column .inner-column {
  position: relative;
  max-width: 600px;
  padding: 80px 20px;
  margin: 0 auto;
}
.fluid-section-one .content-column h3 {
  position: relative;
  font-size: 40px;
  line-height: 1.2em;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 28px;
}
.fluid-section-one .content-column p {
  font-size: 16px;
  line-height: 30px;
  color: #FFF;
  margin-bottom: 30px;
}
.fluid-section-one .content-column .btn {
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(80, 4, 42, .15);
}
.fluid-section-one .image-column {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}
.fluid-section-one .image-column .image-box {
  display: none;
}
.fluid-section-one .image-column .image {
  position: relative;
  margin-bottom: 0;
}
.fluid-section-one .image-column .image img {
  display: block;
  width: 100%;
  height: auto;
}
/* ==================================================
   Info section
================================================== */
.info-section {
  position: relative;
  padding: 150px 0 80px;
  background: #88BD30;
  background: -webkit-linear-gradient(to left, rgba(29, 149, 210, 1) 0%, rgba(136, 189, 48, 1) 100%);
  background: -moz-linear-gradient(to left, rgba(29, 149, 210, 1) 0%, rgba(136, 189, 48, 1) 100%);
  background: linear-gradient(to left, rgba(29, 149, 210, 1) 0%, rgba(136, 189, 48, 1) 100%);
}
.info-section:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid #FFF;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/*.info-section:before, .info-section:after {
  position: absolute;
  top: 0;
  content: "";
  width: 50%;
  height: 50px;
  background-color: #FFF;
}
.info-section:before {
  position: absolute;
  top: 0;
  left: -50px;
  content: "";
  width: 50%;
  height: 50px;
  background-color: #FFF;
  -webkit-transform: skew(343.652deg, 0deg);
  -moz-transform: skew(343.652deg, 0deg);
  -o-transform: skew(343.652deg, 0deg);
  transform: skew(45deg, 0deg);
}
.info-section:after {
  right: -50px;
  -webkit-transform: skew(343.652deg, 0deg);
  -moz-transform: skew(343.652deg, 0deg);
  -o-transform: skew(343.652deg, 0deg);
  transform: skew(-45deg, 0deg);
}*/
.info-section h2 {
  color: #FFF;
}
.info-section .sec-title .title {
  color: transparent;
  background-color: #0365B6;
  background: -webkit-linear-gradient(to left, rgba(255, 255, 255) 0%, rgba(255, 255, 255, 1) 100%);
  background: -moz-linear-gradient(to left, rgba(255, 255, 255) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to left, rgba(255, 255, 255) 0%, rgba(255, 255, 255, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*  Custom Bootstrap 4 Accordion/Collapse */
.accordion {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.card {
  margin-top: 10px;
  border: none;
  border-radius: 10px !important;
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.10);
}
.card .text {
  padding-left: 5%;
  padding-right: 5%;
}
.card .text ul {
  padding-left: 5%;
  margin-bottom: 20px;
}
.card-header {
  padding: 0;
  border-bottom: none;
}
.card-header h5 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.card-header a {
  display: block;
  padding: .75rem 2.5rem .75rem 3rem;
  border: none;
  color: #333;
}
.card-header a:hover, .card-header a:hover span, .card-header a[aria-expanded="true"], .card-header a[aria-expanded="true"] span {
  color: #1D95D2;
}
.card-header a span {
  color: #88BD30;
  margin-left: -1.8rem;
}
.card-header .fa, .card-header a[aria-expanded="false"] .fa {
  line-height: 2.2;
}
.card-header .fa {
  float: right;
}
.card-header a[aria-expanded="false"] .fa {
  float: right;
  margin-right: -1.5rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.card-header a[aria-expanded="true"] .fa {
  margin-right: -1.5rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.card-body {
  padding: 3% 5%;
  border-top: none;
}
.card-body h4 {
  font-size: 1.2rem;
  color: #046544;
}
.card-body h5 {
  font-size: 1rem;
  color: #1D95D2;
  text-transform: uppercase;
}
.card-body h6 {
  font-size: 0.9rem;
  color: #1D95D2;
  text-transform: uppercase;
}
/*.card-body p:last-child, .card-body ul:last-child {
  margin-bottom: 0;
}*/
.card-body ul, .card-body ul ul {
  padding-left: 40px;
  margin-bottom: 15px;
}
.card-body ul li span {
  display: block;
  font-size: 0.9rem;
  font-style: italic;
  padding-left: 20px;
  margin-bottom: 5px;
}
.card-body ul li:before {
  position: relative;
  content: "- ";
  margin-left: -9px;
}
.card-body ul ul li:before {
  position: relative;
  content: "› ";
  margin-left: -15px;
  margin-right: 5px;
}
/* ==================================================
Footer
================================================== */
.main-footer {
  position: relative;
  background-color: #0365B6;
  background: -webkit-linear-gradient(to left, rgba(0, 98, 178) 0%, rgba(36, 155, 233, 1) 100%);
  background: -moz-linear-gradient(to left, rgba(0, 98, 178) 0%, rgba(36, 155, 233, 1) 100%);
  background: linear-gradient(to left, rgba(0, 98, 178) 0%, rgba(36, 155, 233, 1) 100%);
}
.main-footer .widgets-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0 50px;
}
.main-footer .footer-column {
  position: relative;
  margin-bottom: 40px;
}
.main-footer .footer-widget {
  position: relative;
}
.main-footer .footer-column .widget-title {
  position: relative;
  font-size: 24px;
  color: #FFF;
  line-height: 30px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.main-footer .footer-column .widget-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 40px;
  background-color: #F9A911;
  content: "";
}
.main-footer .about-widget {
  position: relative;
}
.main-footer .logo {
  position: relative;
  max-width: 180px;
  margin-bottom: 5px;
  top: -20px;
}
.main-footer .footer-logo figure {
  margin: 0;
}
.main-footer .footer-logo img {
  display: block;
  max-width: 100%;
}
.main-footer p, .main-footer .contact-list li {
  color: rgba(255, 255, 255, 0.7);
}
.main-footer p {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}
.main-footer .contact-list {
  position: relative;
}
.main-footer .contact-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}
.main-footer .contact-list li:last-child {
  margin-bottom: 0;
}
.main-footer .contact-list li .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  text-align: center;
  font-size: 23px;
  line-height: 25px;
  color: #FFF;
}
.main-footer .contact-list li .text {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
}
.main-footer .contact-list li a {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-footer .contact-list li a:hover {
  color: #FFF;
}
/* Footer Bottom */
.main-footer .footer-bottom {
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, .10);
  text-align: center;
}
.main-footer .footer-bottom .inner-container {
  position: relative;
}
.main-footer .footer-bottom .copyright-text {
  position: relative;
  padding: 20px 0;
}
.main-footer .footer-bottom .copyright-text p {
  position: relative;
  line-height: 20px;
  font-size: 16px;
  color: #FFF;
  margin-bottom: 0;
}
.main-footer .footer-bottom .copyright-text a {
  color: #FFF;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-footer .footer-bottom .copyright-text a:hover {
  color: #f70068;
}
.main-footer .footer-bottom .footer-nav {
  position: relative;
  float: right;
}
.main-footer .footer-bottom .footer-nav ul {
  position: relative;
  padding: 15px 0;
}
.main-footer .footer-bottom .footer-nav ul li {
  position: relative;
  float: left;
  margin-left: 10px;
  font-family: "Oswald", sans-serif;
}
.main-footer .footer-bottom .footer-nav ul li a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #FFF;
  font-weight: 400;
  padding: 5px 10px;
  text-transform: uppercase;
  background-color: #333333;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-footer .footer-bottom .footer-nav ul li a:hover {
  color: #f70068;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
}
/* ==================================================
   UI - Tables
================================================== */
/* Flat style */
.flat-table {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-collapse: collapse;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.flat-table th, .flat-table td {
  border: 1px solid #ccc;
}
.flat-table th {
  background-color: #f1f1f1;
  font-weight: normal;
  padding: 1em;
  font-size: 1.5em;
  text-align: center;
}
.flat-table td, .flat-table th {
  padding: 0.7em 1em;
}
.flat-table td, .flat-table th h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.flat-table tr {
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}
.flat-table-neutral {
  background: #fff;
}
.flat-table-neutral th {
  background: #f2f3f5;
}
.flat-table-neutral tr:hover {
  background: #f7f8f9;
}
.flat-table-red tr:hover {
  background: rgba(0, 0, 0, 0.1);
}
.flat-table-red {
  background: #f06060;
}
.flat-table-green {
  background: #52be7f;
}
.flat-table-green tr:hover {
  background: rgba(0, 0, 0, 0.1);
}
/* Grid */
.datagrid {
  margin-top: 30px;
  margin-bottom: 30px;
}
.datagrid table {
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  cursor: default;
}
.datagrid table h4 {
  text-align: center;
  padding: 0;
}
.datagrid table h6 {
  font-size: 1.1em;
  color: black;
  font-weight: 700;
  margin-top: 10px;
}
.datagrid table i {
  font-size: 1.5em;
  margin-right: 5px;
}
.datagrid table thead th {
  text-align: center;
}
.datagrid table th {
  padding: 10px;
}
.datagrid table td {
  padding: 10px;
  vertical-align: middle;
}
.datagrid table thead th {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #00A665;
  ;
  color: #FFF;
}
.datagrid table tr {
  border-bottom: 1px solid #FFF;
}
.datagrid table thead tr th:nth-child(2n) {
  background-color: #00b7d7;
}
.datagrid table thead tr th:nth-child(2n+1) {
  background-color: #00A665;
  ;
}
.datagrid table tbody td {
  font-size: 1em;
  font-weight: normal;
}
.datagrid table td:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.05);
}
.datagrid table td:nth-child(2n+1) {
  background-color: rgba(0, 0, 0, 0.09);
}
.datagrid table td.strong {
  font-weight: 700;
}
.datagrid table tbody tr:hover {
  background-color: #F5F5F5;
}
.datagrid table tbody tr:hover .tt-column {
  background-color: #8cbbab;
}
.datagrid table tbody tr td.tt-column {
  background-color: #8bd4bc;
  font-weight: 700;
}
/* ==================================================
Responsive
================================================== */
@media only screen and (max-width: 1139px) {
  .buy-ticket .form-column .inner-column, .about-section .content-column .inner-column {
    padding-right: 0;
  }
  .event-info-section .info-column .inner-column {
    padding-left: 0;
  }
  .features-section .title-block .inner-box {
    background-color: transparent;
    padding: 0;
  }
  .banner-conference .icon-circle-3 {
    left: -200px;
    top: -200px;
  }
  .about-section-two .content-column .inner-column {
    padding-top: 0;
  }
  .sidebar-page-container .sidebar.padding-left {
    padding-left: 0;
  }
  .instagram-widget .outer .image {
    width: 20%;
  }
  .main-menu .navigation > li {
    margin-left: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul, .main-menu .navigation > li > .mega-menu, .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .main-header .outer-box {
    width: 0;
  }
  .main-header .nav-outer .main-menu {
    float: none;
    display: inline-block;
  }
  .main-header .logos-header {
    margin-left: 20px;
  }
  .main-header.fixed-header .logos-header {
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
  }
}
@media only screen and (max-width: 1023px) {
  .main-header, .main-header.fixed-header, .main-header .main-box {
    background-color: #0365B6;
    background: -webkit-linear-gradient(to left, rgba(0, 98, 178) 0%, rgba(36, 155, 233, 1) 100%);
    background: -moz-linear-gradient(to left, rgba(0, 98, 178) 0%, rgba(36, 155, 233, 1) 100%);
    background: linear-gradient(to left, rgba(0, 98, 178) 0%, rgba(36, 155, 233, 1) 100%);
  }
  .main-header .main-box {
    padding: 10px 0;
    background-color: #1e1f36;
  }
  .main-header .nav-outer {
    float: none;
  }
  .main-header .logos-header {
    margin-left: 0;
    margin-top: 35px;
  }
  .main-header .nav-outer .main-menu {
    float: none;
    display: inline-block;
  }
  .header-style-two, .header-style-two .main-box {
    background-color: #FFF;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
    padding: 0;
  }
  .header-style-two .outer-box, .header-style-two .logo-box, .header-style-two .main-menu .navigation > li {
    padding: 10px 0;
  }
  .header-style-two .outer-box .btn {
    background-color: #1D95D2;
    color: #FFF;
  }
  .header-style-two .nav-outer {
    float: right;
  }
  .about-section .image-column .image-box {
    padding-right: inherit;
  }
  .schedule-tabs .tab-btn:after, .banner-meetup .countdown .counter-column:before, .about-section .image-column .image-1:before, .main-header .outer-box {
    display: none;
  }
  .banner-section {
    margin-top: 150px;
  }
  .banner-carousel .swiper-slide {
    padding: 200px 0;
  }
  .banner-carousel .content-box h2 {
    font-size: 50px;
    line-height: 1.2em;
    margin-bottom: 20px;
  }
  .banner-carousel .slide-item {
    padding: 150px 0;
  }
  .feature-block-two {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .coming-soon-section .outer-box {
    margin: 0 -15px;
    padding: 30px;
  }
  .coming-soon-section .time-countdown .counter-column, .coming-soon-section-two .time-countdown .counter-column {
    margin: 0 20px;
  }
  .coming-soon-section .time-countdown .counter-column:before {
    right: -25px;
  }
  .coming-soon-section .outer-box {
    border-radius: 0;
  }
  .header-span, .schedule-block .inner:before, .about-section .icon-dots {
    display: none;
  }
  .about-section .image-column .image-box {
    padding-left: 0;
    text-align: center;
  }
  .supports-section {
    text-align: center;
  }
  .about-section .image-column .image {
    max-width: 280px;
    display: inline-block;
  }
  .register-form button {
    width: 100%;
  }
  .buy-ticket .content-column {
    order: 0;
  }
  .banner-conference .content-box h2 {
    font-size: 42px;
  }
  .banner-conference .images-outer {
    width: 40%;
  }
  .banner-conference .time-countdown .counter-column {
    margin-right: 20px;
  }
  .banner-conference .time-countdown .counter-column:last-child {
    margin-right: 0;
  }
  .banner-conference .time-countdown .counter-column:before {
    right: -15px;
  }
  .banner-conference {
    padding: 200px 0 100px;
  }
  .banner-conference .icon-dots {
    bottom: 50px;
  }
  .subscribe-section .content-box {
    text-align: center;
  }
  .subscribe-section .content-box .sec-title {
    padding-left: 0;
  }
  .about-section-two .image-column .image-box {
    padding-right: 0;
  }
  .subscribe-section .content-box .sec-title .icon {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    left: 0;
    top: 0;
  }
  .banner-meetup h2 {
    font-size: 60px;
  }
  .event-info-section .info-column, .about-section-two .content-column {
    order: 0;
  }
  .event-info-section .info-column {
    margin-bottom: 50px;
  }
  .buy-ticket .anim-icons, .error-section .icon-line-1, .features-section .twist-line-3, .subscribe-form .sec-title .text br, .about-section-two .icon-circle-blue, .about-section-two .icon-dots, .banner-conference-two .images-outer .speaker-img, .coming-soon-section-two .time-countdown .counter-column:before {
    display: none;
  }
  .banner-conference-two {
    padding-top: 140px;
    padding-bottom: 280px;
  }
  .fluid-section-one .content-column h3 {
    font-size: 34px;
  }
  .app-section, .speaker-detail .info-column .inner-column, .app-section .image-column .image-box {
    text-align: center;
  }
  .event-info-section .map-column {
    position: relative;
    height: 400px;
  }
  .app-section .content-column .inner-column {
    padding-top: 0;
  }
  .contact-page-section .contact-column {
    order: 0;
  }
  .subscribe-section .content-box .sec-title {
    text-align: center;
  }
  .main-header.header-style-two.alternate-two .main-box, .main-header.header-style-two.alternate-two {
    background-color: #000;
  }
  .main-footer .footer-bottom .copyright-text span {
    display: block;
  }
  .scroll-to-top {
    bottom: 20px;
  }
  .auto-container {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .main-header .nav-outer .main-menu {
    display: none !important;
  }
  .main-header .header-lower .nav-outer {
    padding-right: 0;
  }
  .main-header .outer-box {
    position: absolute;
    left: 0;
    top: 0;
  }
  .main-header .logo-box {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .main-header.fixed-header .logo-box {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .main-header.fixed-header .logo-box .logo span {
    display: inline-block;
    margin-left: 20px;
    margin-top: 20px;
  }
  .main-header .logos-header {
    display: none;
  }
  .nav-outer .mobile-nav-toggler {
    display: block;
    margin: 0;
  }
  .page-title {
    padding: 80px 0;
  }
  .page-title h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .sec-title {
    margin-bottom: 40px;
  }
  .sec-title h2 {
    font-size: 42px;
  }
  .banner-carousel .content-box h2 {
    font-size: 40px;
    line-height: 1.2em;
  }
  .banner-carousel .swiper-slide {
    padding: 160px 0;
  }
  .coming-soon-section .time-countdown .counter-column, .coming-soon-section-two .time-countdown .counter-column {
    margin: 0;
    font-size: 14px;
  }
  .coming-soon-section .time-countdown .counter-column .count, .coming-soon-section-two .time-countdown .counter-column .count {
    font-size: 40px;
  }
  .coming-soon-section .time-countdown .counter-column:before {
    font-size: 40px;
    right: -6px;
  }
  .supports-section, .event-info-section {
    padding: 70px 0 0;
  }
  .map-section {
    padding-bottom: 70px;
  }
  .fluid-section-one .content-column .inner-column {
    padding: 70px 0;
  }
  .contact-page-section, .sidebar-page-container, .fun-fact-section, .about-section {
    padding: 70px 0 20px;
  }
  .register-section-three, .speakers-section-three, .about-section-two, .register-section-two, .features-section {
    padding: 70px 0 30px;
  }
  .event-detail, .buy-ticket, .features-section-three, .register-section {
    padding: 70px 0 40px;
  }
  .features-section {
    padding: 70px 0 50px;
  }
  .feature-block-two .inner-box {
    padding: 40px 20px;
    text-align: center;
  }
  .feature-block-two .icon-box {
    position: relative;
    display: inline-block;
    left: 0;
    top: 25px;
    margin-bottom: 20px;
  }
  .video-section .content-box h2 {
    font-size: 38px;
  }
  .video-section {
    padding: 70px 0 100px;
  }
  .main-footer .widgets-section {
    padding: 100px 0 30px;
  }
  .main-footer .logo img {
    max-width: 120px;
  }
  .header-style-two .nav-outer {
    padding-top: 10px;
  }
  .banner-conference {
    padding-top: 150px;
  }
  .features-section .twist-line-2, .call-to-action .content-box h2 br, .banner-conference .layer-outer, .banner-conference .images-outer {
    display: none;
  }
  .banner-conference .content-box {
    text-align: center;
  }
  .banner-conference .icon-dots {
    bottom: 0;
    left: 80%;
  }
  .subscribe-section .newsletter-form .form-group {
    padding-right: 0;
  }
  .subscribe-section .newsletter-form .form-group .btn {
    position: relative;
    display: block;
    margin-top: 20px;
    width: 100%;
  }
  .banner-meetup h2 {
    font-size: 50px;
  }
  .banner-meetup .countdown .counter-column {
    width: 80px;
    font-size: 14px;
  }
  .banner-meetup .btn-box {
    margin-top: 10px;
  }
  .fluid-section-one .content-column, .fluid-section-one .image-column {
    position: relative;
    width: 100%;
    float: left;
  }
  .fluid-section-one .image-column .image-box {
    display: block;
  }
  .event-info-section .map-column {
    margin-bottom: 70px;
  }
  .subscribe-form .form-inner {
    max-width: 100%;
  }
  .coming-soon .content .text br, .error-section .anim-icons, .newsletter-section .anim-icons, .main-footer.style-three .anim-icons {
    display: none;
  }
  .error-section .error-title {
    font-size: 120px;
  }
  .supports-section {
    text-align: center;
  }
  .banner-section-two .outer-container .content h1 {
    font-size: 58px;
  }
  .banner-section-two .outer-container .content h2 {
    font-size: 28px;
  }
  .banner-section-two .outer-container .content h2 span {
    font-size: 24px;
  }
  .coming-soon-section-two .outer-box {
    padding-left: 0;
    padding-right: 0;
  }
  .coming-soon-section-two .outer-box {
    margin-top: 90px;
  }
  .banner-section-two {
    padding-bottom: 150px;
  }
  .banner-conference-two {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 599px) {
  .page-title h1, .banner-meetup h2, .banner-conference .content-box h2, .error-section h4, .event-info-section .info-column .sec-title h2, .about-section .content-column .sec-title h2, .sec-title h2 {
    font-size: 34px;
    line-height: 1.2em;
  }
  .main-header.fixed-header .logo img {
    width: 135px;
  }
  .banner-section {
    margin-top: 100px;
  }
  .banner-conference-two .content-box h2 {
    font-size: 40px;
  }
  .banner-conference-two .time-countdown .counter-column {
    margin-bottom: 60px;
  }
  .call-to-action .content-box h2, .about-section-two .content-column .sec-title h2, .fluid-section-one .content-column h3, .video-section .content-box h2, .banner-carousel .content-box h2 {
    font-size: 30px;
  }
  .blog-single h2, .event-detail .content-box h2, .banner-carousel .content-box .title {
    font-size: 24px;
  }
  .blog-sidebar .news-block h4 {
    font-size: 22px;
    line-height: 1.2em;
  }
  .coming-soon h1 {
    font-size: 50px;
  }
  .banner-carousel .content-box .info-list {
    margin-bottom: 10px;
  }
  .banner-carousel .content-box .info-list li {
    margin-bottom: 10px;
  }
  .video-section .content-box h2 br, .coming-soon .icon-line-1, .banner-conference-two .time-countdown .counter-column:before, .about-section-two .content-column .sec-title h2 br, .event-info-section .info-column .sec-title h2 br, .banner-carousel .content-box .info-list li:before {
    display: none;
  }
  .page-title h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .schedule-block.even .inner-box .inner, .schedule-block .inner-box .inner {
    margin: 0;
  }
  .schedule-block .date {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    left: 0;
    top: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    height: auto;
    width: auto;
  }
  .schedule-block.even .date {
    right: 0;
  }
  .coming-soon-section .outer-box {
    margin: 0 -15px;
    padding: 30px 15px;
  }
  .coming-soon-section .time-countdown .counter-column, .coming-soon-section-two .time-countdown .counter-column {
    margin: 0 10px;
    width: auto;
  }
  .coming-soon-section .time-countdown .counter-column .count, .coming-soon-section-two .time-countdown .counter-column .count {
    font-size: 30px;
  }
  .coming-soon-section .time-countdown .counter-column:before {
    font-size: 30px;
    right: -15px;
    top: 0;
  }
  .event-info-tabs .tab-btn {
    margin-right: 0;
  }
  .schedule-section.style-two .schedule-block .inner-box .inner {
    text-align: center;
    padding: 30px 20px;
  }
  .schedule-section.style-two .schedule-block .speaker-info .thumb {
    position: relative;
    display: inline-block;
    left: 0;
    top: 0;
    margin-bottom: 5px;
  }
  .schedule-section.style-two .schedule-block .speaker-info {
    padding-left: 0;
    text-align: center;
  }
  .banner-conference .time-countdown .counter-column {
    margin-right: 0;
    width: 60px;
    text-align: center;
    font-size: 12px;
  }
  .banner-conference .time-countdown .counter-column:last-child {
    margin-right: 0;
  }
  .banner-conference .time-countdown .counter-column .count {
    font-size: 28px;
  }
  .banner-conference .time-countdown .counter-column:after {
    width: 60px;
  }
  .banner-conference .time-countdown .counter-column:before {
    right: -5px;
    font-size: 28px;
    display: none;
  }
  .schedule-section.style-three .schedule-block .inner-box .inner {
    padding: 30px 20px;
  }
  .banner-meetup {
    padding: 100px 0;
  }
  .schedule-tabs.style-three .tab-buttons li {
    width: 50%;
  }
  .banner-meetup .address {
    font-size: 18px;
  }
  .banner-meetup .countdown .counter-column {
    width: 60px;
    font-size: 10px;
    margin: 0 0 20px;
  }
  .banner-meetup .countdown .counter-column .count {
    font-size: 24px;
  }
  .feature-block-three .inner-box {
    padding: 40px 20px;
    text-align: center;
  }
  .feature-block-three .icon-box {
    position: relative;
    display: inline-block;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin-bottom: 20px;
  }
  .feature-block-three .link-box {
    position: relative;
    display: inline-block;
    left: 0;
    top: 0;
    margin: 15px 0 0;
  }
  .feature-block-three .icon-box:before {
    transform: none;
    border-radius: 50%;
  }
  .pricing-block-three .price {
    font-size: 80px;
  }
}
/* Video background: https://codepen.io/bradtraversy/pen/BaoWWjb */
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("../img/slider/slide-01.jpg");
}
.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.video-container:after {
  content: "";
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  position: absolute;
}
.video-container .btn-box {
  position: absolute;
  bottom: 3rem;
  right: 10%;
  text-align: center;
  z-index: 99;
}
@media only screen and (max-width: 720px) {
  .banner-section, .banner-carousel, .banner-carousel .slide-item {
    min-height: 50vh;
  }
  .video-container .btn-box {
    bottom: 1rem;
    right: 1rem;
  }
  .video-container::after {
    display: none;
  }
}