@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900);
@import url("https://fonts.googleapis.com/css?family=Catamaran");
@import url("https://fonts.googleapis.com/css?family=Bangers");
@import url("https://fonts.googleapis.com/css?family=Amatic+SC");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=Sunflower:300");

@font-face {
  font-family: "cubanoregular";
  font-weight: normal;
  font-style: normal;
}

/*----------------------------------------
1.1 Typography
----------------------------------------*/
html {
  background: #ffffff;
  font-size: 62.5%;
}

/* 
@media only screen and (max-width: 1199px) {
  html {
    font-size: 50%;
  }
}

@media only screen and (max-width: 991px) {
  html {
    font-size: 45%;
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 40%;
  }
}

@media only screen and (max-width: 575px) {
  html {
    font-size: 35%;
  }
}

@media only screen and (max-width: 479px) {
  html {
    font-size: 30%;
  }
} */

body {
  font-size: 16px;
  line-height: 1.8;
  /* font-family: "Roboto", sans-serif; */
  font-family: Oswald, sans-serif;
  vertical-align: baseline;
  /* background-color: #9b0a0f !important;  */
  /* background-image: url("img/home/bg.jpg"); */
  color: #444444;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  margin: 0 0 20px 0;
  color: #111111;
  text-transform: capitalize;
  /* font-size: 1.4em !important; */
}

h1 {
  font-size: 7rem;
}

h2.size-xs {
  font-size: 28px;
}

@media only screen and (max-width: 1199px) {
  h2.size-xs {
    font-size: calc(28px);
  }
}

@media only screen and (max-width: 991px) {
  h2.size-xs {
    font-size: calc(27px);
  }
}

@media only screen and (max-width: 767px) {
  h2.size-xs {
    font-size: calc(26px);
  }
}

@media only screen and (max-width: 575px) {
  h2.size-xs {
    font-size: calc(25px);
  }
}

@media only screen and (max-width: 479px) {
  h2.size-xs {
    font-size: calc(24px);
  }
}

h2.size-sm {
  font-size: 30px;
}

@media only screen and (max-width: 1199px) {
  h2.size-sm {
    font-size: calc(29px);
  }
}

@media only screen and (max-width: 991px) {
  h2.size-sm {
    font-size: calc(28px);
  }
}

@media only screen and (max-width: 767px) {
  h2.size-sm {
    font-size: calc(27px);
  }
}

@media only screen and (max-width: 575px) {
  h2.size-sm {
    font-size: calc(26px);
  }
}

@media only screen and (max-width: 479px) {
  h2.size-sm {
    font-size: calc(25px);
  }
}

h2 {
  font-size: 48px;
}

@media only screen and (max-width: 1199px) {
  h2 {
    font-size: calc(42px);
  }
}

@media only screen and (max-width: 991px) {
  h2 {
    font-size: calc(40px);
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: calc(38px);
  }
}

@media only screen and (max-width: 575px) {
  h2 {
    font-size: calc(33px);
  }
}

@media only screen and (max-width: 479px) {
  h2 {
    font-size: calc(30px);
  }
}

h2.size-md {
  font-size: 42px;
}

@media only screen and (max-width: 1199px) {
  h2.size-md {
    font-size: calc(36px);
  }
}

@media only screen and (max-width: 991px) {
  h2.size-md {
    font-size: calc(34px);
  }
}

@media only screen and (max-width: 767px) {
  h2.size-md {
    font-size: calc(32px);
  }
}

@media only screen and (max-width: 575px) {
  h2.size-md {
    font-size: calc(30px);
  }
}

@media only screen and (max-width: 479px) {
  h2.size-md {
    font-size: calc(28px);
  }
}

h2.size-lg {
  font-size: 54px;
}

@media only screen and (max-width: 1199px) {
  h2.size-lg {
    font-size: calc(47px);
  }
}

@media only screen and (max-width: 991px) {
  h2.size-lg {
    font-size: calc(45px);
  }
}

@media only screen and (max-width: 767px) {
  h2.size-lg {
    font-size: calc(43px);
  }
}

@media only screen and (max-width: 575px) {
  h2.size-lg {
    font-size: calc(41px);
  }
}

@media only screen and (max-width: 479px) {
  h2.size-lg {
    font-size: calc(39px);
  }
}

h2.size-xl {
  font-size: 56px;
}

@media only screen and (max-width: 1199px) {
  h2.size-xl {
    font-size: calc(48px);
  }
}

@media only screen and (max-width: 991px) {
  h2.size-xl {
    font-size: calc(46px);
  }
}

@media only screen and (max-width: 767px) {
  h2.size-xl {
    font-size: calc(44px);
  }
}

@media only screen and (max-width: 575px) {
  h2.size-xl {
    font-size: calc(42px);
  }
}

@media only screen and (max-width: 479px) {
  h2.size-xl {
    font-size: calc(40px);
  }
}

h3.size-xs {
  font-size: 18px;
}

@media only screen and (max-width: 1199px) {
  h3.size-xs {
    font-size: calc(18px);
  }
}

@media only screen and (max-width: 991px) {
  h3.size-xs {
    font-size: calc(18px);
  }
}

@media only screen and (max-width: 767px) {
  h3.size-xs {
    font-size: calc(17px);
  }
}

@media only screen and (max-width: 575px) {
  h3.size-xs {
    font-size: calc(17px);
  }
}

@media only screen and (max-width: 479px) {
  h3.size-xs {
    font-size: calc(16px);
  }
}

h3.size-sm {
  font-size: 20px;
}

@media only screen and (max-width: 1199px) {
  h3.size-sm {
    font-size: calc(19px);
  }
}

@media only screen and (max-width: 991px) {
  h3.size-sm {
    font-size: calc(19px);
  }
}

@media only screen and (max-width: 767px) {
  h3.size-sm {
    font-size: calc(18px);
  }
}

@media only screen and (max-width: 575px) {
  h3.size-sm {
    font-size: calc(18px);
  }
}

@media only screen and (max-width: 479px) {
  h3.size-sm {
    font-size: calc(18px);
  }
}

h3 {
  font-size: 24px;
}

@media only screen and (max-width: 1199px) {
  h3 {
    font-size: calc(23px);
  }
}

@media only screen and (max-width: 991px) {
  h3 {
    font-size: calc(22px);
  }
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: calc(22px);
  }
}

@media only screen and (max-width: 575px) {
  h3 {
    font-size: calc(31px) !important;
  }
}

@media only screen and (max-width: 479px) {
  h3 {
    font-size: calc(31px) !important;
  }
}

h3.size-md {
  font-size: 28px;
}

@media only screen and (max-width: 1199px) {
  h3.size-md {
    font-size: calc(27px);
  }
}

@media only screen and (max-width: 991px) {
  h3.size-md {
    font-size: calc(26px);
  }
}

@media only screen and (max-width: 767px) {
  h3.size-md {
    font-size: calc(25px);
  }
}

@media only screen and (max-width: 575px) {
  h3.size-md {
    font-size: calc(24px);
  }
}

@media only screen and (max-width: 479px) {
  h3.size-md {
    font-size: calc(23px);
  }
}

h3.size-lg {
  font-size: 30px;
}

@media only screen and (max-width: 1199px) {
  h3.size-lg {
    font-size: calc(28px);
  }
}

@media only screen and (max-width: 991px) {
  h3.size-lg {
    font-size: calc(27px);
  }
}

@media only screen and (max-width: 767px) {
  h3.size-lg {
    font-size: calc(26px);
  }
}

@media only screen and (max-width: 575px) {
  h3.size-lg {
    font-size: calc(25px);
  }
}

@media only screen and (max-width: 479px) {
  h3.size-lg {
    font-size: calc(24px);
  }
}

h3.size-xl {
  font-size: 36px;
}

@media only screen and (max-width: 1199px) {
  h3.size-xl {
    font-size: calc(33px);
  }
}

@media only screen and (max-width: 991px) {
  h3.size-xl {
    font-size: calc(32px);
  }
}

@media only screen and (max-width: 767px) {
  h3.size-xl {
    font-size: calc(31px);
  }
}

@media only screen and (max-width: 575px) {
  h3.size-xl {
    font-size: calc(30px);
  }
}

@media only screen and (max-width: 479px) {
  h3.size-xl {
    font-size: calc(29px);
  }
}

h4 {
  font-size: 22px;
}

.size-xs {
  font-size: 14px;
}

.size-sm {
  font-size: 15px;
}

.size-md {
  font-size: 18px;
}

.size-lg {
  font-size: 20px;
}

.size-xl {
  font-size: 22px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:active,
a:hover,
a:focus {
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  outline: 0 none;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

button:focus,
button:hover {
  outline: none;
}
/*----------------------------------------
1.2 Section Spacing
----------------------------------------*/
.section-space-equal {
  padding: 10rem 0;
}

.section-space-less30 {
  padding: 10rem 0 7rem;
}

.section-space-default {
  /* padding: 8.3rem 0 1rem; */
}

.section-space-default2 {
  padding: 8.8rem 0 10rem;
}

.section-space-default-less30 {
  /* padding: 8.3rem 0 7rem; */
}

.section-space-default2-less30 {
  padding: 9rem 0 7rem;
}

.section-space-default-less54 {
  padding: 8.3rem 0 2.4rem;
}

.section-space-top-default {
  padding: 8.3rem 0 0;
}

.section-space-big {
  padding: 1rem 0 rem;
}

@media only screen and (max-width: 991px) {
  .section-space-big {
    padding: 10.2rem 0 7rem;
  }
}

@media only screen and (max-width: 991px) {
  .section-space-md {
    padding: 5rem 0 3rem;
  }
}

.section-space-custom-less30 {
  padding: 10rem 0 7rem;
}

.about-section-padding {
  padding: 7rem;
}

@media only screen and (max-width: 991px) {
  .about-section-padding {
    padding: 8.2rem 7rem 10rem;
  }
}
/*----------------------------------------
1.3 Media Box Styling
----------------------------------------*/
.media-body {
  margin-left: 3rem;
}

.media-body p {
  padding: 5px;
}

.media-body.space-md {
  margin-left: 20px;
}

.media-body.space-sm {
  margin-left: 15px;
}

.media-body.space-xs {
  margin-left: 10px;
}

.media-body-box {
  padding: 5px 5px 5px 30px;
}

.media-body-box p {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .media-none--lg {
    display: block;
  }

  .media-none--lg > div {
    width: 100%;
  }

  .media-none--lg img {
    width: 100%;
  }

  .media-none--lg img.media-img-auto {
    width: auto;
  }

  .media-none--lg .media-body,
  .media-none--lg .media-body.space-md,
  .media-none--lg .media-body.space-sm,
  .media-none--lg .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }

  .media-none--lg .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}

@media only screen and (max-width: 991px) {
  .media-none--md {
    display: block;
  }

  .media-none--md > div {
    width: 100%;
  }

  .media-none--md img {
    width: 100%;
  }

  .media-none--md img.media-img-auto {
    width: auto;
  }

  .media-none--md .media-body,
  .media-none--md .media-body.space-md,
  .media-none--md .media-body.space-sm,
  .media-none--md .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }

  .media-none--md .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .media-none--sm {
    display: block;
  }

  .media-none--sm > div {
    width: 100%;
  }

  .media-none--sm img {
    width: 100%;
  }

  .media-none--sm img.media-img-auto {
    width: auto;
  }

  .media-none--sm .media-body,
  .media-none--sm .media-body.space-md,
  .media-none--sm .media-body.space-sm,
  .media-none--sm .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }

  .media-none--sm .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}

@media only screen and (max-width: 575px) {
  .media-none--xs {
    display: block;
  }

  .media-none--xs > div {
    width: 100%;
  }

  .media-none--xs img {
    width: 100%;
  }

  .media-none--xs img.media-img-auto {
    width: auto;
  }

  .media-none--xs .media-body,
  .media-none--xs .media-body.space-md,
  .media-none--xs .media-body.space-sm,
  .media-none--xs .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }

  .media-none--xs .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}

@media only screen and (max-width: 479px) {
  .media-none-mb {
    display: block;
  }

  .media-none-mb > div {
    width: 100%;
  }

  .media-none-mb img {
    width: 100%;
  }

  .media-none-mb img.media-img-auto {
    width: auto;
  }

  .media-none-mb .media-body,
  .media-none-mb .media-body.space-md,
  .media-none-mb .media-body.space-sm,
  .media-none-mb .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }

  .media-none-mb .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .media-none-lg {
    display: block;
  }

  .media-none-lg > div {
    width: 100%;
  }

  .media-none-lg img {
    width: 100%;
  }

  .media-none-lg img.media-img-auto {
    width: auto;
  }

  .media-none-lg .media-body,
  .media-none-lg .media-body.space-md,
  .media-none-lg .media-body.space-sm,
  .media-none-lg .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }

  .media-none-lg .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .media-none-md {
    display: block;
  }

  .media-none-md > div {
    width: 100%;
  }

  .media-none-md img {
    width: 100%;
  }

  .media-none-md img.media-img-auto {
    width: auto;
  }

  .media-none-md .media-body,
  .media-none-md .media-body.space-md,
  .media-none-md .media-body.space-sm,
  .media-none-md .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }

  .media-none-md .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .media-none-sm {
    display: block;
  }

  .media-none-sm > div {
    width: 100%;
  }

  .media-none-sm img {
    width: 100%;
  }

  .media-none-sm img.media-img-auto {
    width: auto;
  }

  .media-none-sm .media-body,
  .media-none-sm .media-body.space-md,
  .media-none-sm .media-body.space-sm,
  .media-none-sm .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }

  .media-none-sm .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .media-none-xs {
    display: block;
  }

  .media-none-xs > div {
    width: 100%;
  }

  .media-none-xs img {
    width: 100%;
  }

  .media-none-xs img.media-img-auto {
    width: auto;
  }

  .media-none-xs .media-body,
  .media-none-xs .media-body.space-md,
  .media-none-xs .media-body.space-sm,
  .media-none-xs .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }

  .media-none-xs .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
/*----------------------------------------
1.4 Button Styling
----------------------------------------*/
.btn-ghost {
  font-weight: 700;
  font-size: 15px;
  border: 2px solid;
  border-color: #4c1864;
  color: #4c1864;
  background-color: transparent;
  display: inline-block;
  padding: 5px 35px;
  min-height: 60px;
  line-height: 1.2;
  text-transform: uppercase;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media only screen and (max-width: 1199px) {
  .btn-ghost {
    padding: 5px 32px;
    min-height: 58px;
  }
}

@media only screen and (max-width: 991px) {
  .btn-ghost {
    padding: 5px 30px;
    min-height: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-ghost {
    padding: 5px 28px;
    min-height: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .btn-ghost {
    padding: 5px 25px;
    min-height: 48px;
  }
}

@media only screen and (max-width: 479px) {
  .btn-ghost {
    padding: 5px 22px;
    min-height: 45px;
    font-size: 14px;
  }
}

.btn-ghost:hover {
  background-color: #4c1864;
  color: #ffffff;
}

.btn-ghost.color-light {
  border-color: #ffffff;
  color: #ffffff;
}

.btn-ghost.color-light:hover {
  background-color: #ffffff;
  color: #111111;
}

.btn-ghost.color-light.hover-yellow {
  border-color: #ffffff;
  color: #ffffff;
}

.btn-ghost.color-light.hover-yellow:hover {
  border-color: #fad03b;
  background-color: transparent;
  color: #fad03b;
}

.btn-ghost.color-dark {
  border-color: #111111;
  color: #111111;
}

.btn-ghost.color-dark:hover {
  background-color: #111111;
  color: #ffffff;
}

.btn-ghost.color-green {
  border-color: #8cc63e;
  color: #8cc63e;
}

.btn-ghost.color-green:hover {
  background-color: #8cc63e;
  color: #ffffff;
}

.btn-ghost.color-yellow {
  border-color: #fad03b;
  color: #fad03b;
}

.btn-ghost.color-yellow:hover {
  background-color: #fad03b;
  color: #111111;
}

.btn-ghost.color-red {
  border-color: #f50057;
  color: #f50057;
}

.btn-ghost.color-red:hover {
  background-color: #f50057;
  color: #ffffff;
}

.btn-ghost.color-blue {
  border-color: #00b0ff;
  color: #00b0ff;
}

.btn-ghost.color-blue:hover {
  background-color: #00b0ff;
  color: #ffffff;
}

.btn-fill {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 35px;
  min-height: 60px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #111111;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media only screen and (max-width: 1199px) {
  .btn-fill {
    padding: 5px 32px;
    min-height: 58px;
  }
}

@media only screen and (max-width: 991px) {
  .btn-fill {
    padding: 5px 30px;
    min-height: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-fill {
    padding: 5px 28px;
    min-height: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .btn-fill {
    padding: 5px 25px;
    min-height: 48px;
  }
}

@media only screen and (max-width: 479px) {
  .btn-fill {
    padding: 5px 22px;
    min-height: 45px;
    font-size: 14px;
  }
}

.btn-fill:hover {
  background-color: transparent;
  color: #ffffff;
}

.btn-fill.color-green {
  border-color: #8cc63e;
  background-color: #8cc63e;
  color: #ffffff;
}

.btn-fill.color-green:hover {
  background-color: transparent;
  color: #8cc63e;
}

.btn-fill.color-pink {
  color: #FFF;
  text-transform: uppercase;
  padding: 0px;
  text-align: center;
  font-size: 1.1em;
  background: #e62948;
  margin: 10px 0;
  font-family: Oswald,sans-serif;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  font-weight: 400;
}

.btn-fill.color-pink:hover {
  background-color: #fad03b;
  color: #000;
  font-weight: 400;
}

.btn-fill.color-yellow {
  border-color: #fad03b;
  background-color: #fad03b;
  color: #111111;
}

.btn-fill.color-yellow:hover {
  background-color: transparent;
  color: #fad03b;
}

.btn-fill.color-primary {
  border-color: #4c1864;
  background-color: #4c1864;
  color: #ffffff;
}

.btn-fill.color-primary:hover {
  background-color: transparent;
  color: #4c1864;
}

.btn-fill.color-red {
  border-color: #f50057;
  background-color: #f50057;
  color: #ffffff;
}

.btn-fill.color-red:hover {
  background-color: transparent;
  color: #f50057;
}

.btn-fill.color-blue {
  border-color: #00b0ff;
  background-color: #00b0ff;
  color: #ffffff;
}

.btn-fill.color-blue:hover {
  background-color: transparent;
  color: #00b0ff;
}

.btn-fill.size-xl,
.btn-ghost.size-xl {
  font-size: 16px;
  padding: 5px 45px;
  min-height: 65px;
}

@media only screen and (max-width: 1199px) {
  .btn-fill.size-xl,
  .btn-ghost.size-xl {
    padding: 5px 42px;
    min-height: 62px;
  }
}

@media only screen and (max-width: 991px) {
  .btn-fill.size-xl,
  .btn-ghost.size-xl {
    padding: 5px 40px;
    min-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-fill.size-xl,
  .btn-ghost.size-xl {
    padding: 5px 35px;
    min-height: 55px;
  }
}

@media only screen and (max-width: 575px) {
  .btn-fill.size-xl,
  .btn-ghost.size-xl {
    padding: 5px 30px;
    min-height: 50px;
  }
}

@media only screen and (max-width: 479px) {
  .btn-fill.size-xl,
  .btn-ghost.size-xl {
    padding: 5px 25px;
    min-height: 45px;
    font-size: 15px;
  }
}

.btn-fill.size-lg,
.btn-ghost.size-lg {
  font-size: 15px;
  padding: 5px 40px;
  min-height: 60px;
}

@media only screen and (max-width: 1199px) {
  .btn-fill.size-lg,
  .btn-ghost.size-lg {
    padding: 5px 38px;
    min-height: 58px;
  }
}

@media only screen and (max-width: 991px) {
  .btn-fill.size-lg,
  .btn-ghost.size-lg {
    padding: 5px 35px;
    min-height: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-fill.size-lg,
  .btn-ghost.size-lg {
    padding: 5px 30px;
    min-height: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .btn-fill.size-lg,
  .btn-ghost.size-lg {
    padding: 5px 28px;
    min-height: 48px;
  }
}

@media only screen and (max-width: 479px) {
  .btn-fill.size-lg,
  .btn-ghost.size-lg {
    padding: 5px 25px;
    min-height: 45px;
    font-size: 14px;
  }
}

.btn-fill.size-md,
.btn-ghost.size-md {
  padding: 5px 32px;
  min-height: 55px;
  font-size: 15px;
}

@media only screen and (max-width: 1199px) {
  .btn-fill.size-md,
  .btn-ghost.size-md {
    padding: 5px 30px;
    min-height: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .btn-fill.size-md,
  .btn-ghost.size-md {
    padding: 5px 28px;
    min-height: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-fill.size-md,
  .btn-ghost.size-md {
    padding: 5px 25px;
    min-height: 45px;
  }
}

@media only screen and (max-width: 575px) {
  .btn-fill.size-md,
  .btn-ghost.size-md {
    padding: 5px 22px;
    min-height: 42px;
  }
}

@media only screen and (max-width: 479px) {
  .btn-fill.size-md,
  .btn-ghost.size-md {
    padding: 5px 20px;
    min-height: 40px;
    font-size: 14px;
  }
}

.btn-fill.size-sm,
.btn-ghost.size-sm {
  font-size: 14px;
  padding: 5px 30px;
  min-height: 50px;
}

@media only screen and (max-width: 1199px) {
  .btn-fill.size-sm,
  .btn-ghost.size-sm {
    padding: 5px 28px;
    min-height: 48px;
  }
}

@media only screen and (max-width: 991px) {
  .btn-fill.size-sm,
  .btn-ghost.size-sm {
    padding: 5px 25px;
    min-height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-fill.size-sm,
  .btn-ghost.size-sm {
    padding: 5px 22px;
    min-height: 42px;
  }
}

@media only screen and (max-width: 575px) {
  .btn-fill.size-sm,
  .btn-ghost.size-sm {
    padding: 5px 20px;
    min-height: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .btn-fill.size-sm,
  .btn-ghost.size-sm {
    padding: 5px 18px;
    min-height: 38px;
    font-size: 13px;
  }
}

.btn-fill.size-xs,
.btn-ghost.size-xs {
  font-size: 13px;
  padding: 5px 26px;
  min-height: 40px;
}

@media only screen and (max-width: 1199px) {
  .btn-fill.size-xs,
  .btn-ghost.size-xs {
    padding: 5px 25px;
    min-height: 38px;
  }
}

@media only screen and (max-width: 991px) {
  .btn-fill.size-xs,
  .btn-ghost.size-xs {
    padding: 5px 22px;
    min-height: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-fill.size-xs,
  .btn-ghost.size-xs {
    padding: 5px 20px;
    min-height: 34px;
  }
}

@media only screen and (max-width: 575px) {
  .btn-fill.size-xs,
  .btn-ghost.size-xs {
    padding: 5px 18px;
    min-height: 32px;
  }
}

@media only screen and (max-width: 479px) {
  .btn-fill.size-xs,
  .btn-ghost.size-xs {
    padding: 5px 16px;
    min-height: 30px;
    font-size: 12px;
  }
}

.btn-text {
  color: #111111;
  text-transform: uppercase;
  padding: 7px 20px 5px 0;
  display: inline-block;
  position: relative;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media only screen and (max-width: 575px) {
  .btn-text {
    font-size: 15px;
  }
}

.btn-text:before {
  content: "\f105";
  position: absolute;
  right: 5px;
  font-family: fontawesome;
  font-size: 20px;
  color: #111111;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media only screen and (max-width: 575px) {
  .btn-text:before {
    font-size: 18px;
  }
}

.btn-text:hover {
  color: #4c1864;
}

.btn-text:hover:before {
  color: #4c1864;
}

.btn-text.color-primary {
  color: #4c1864;
}

.btn-text.color-primary:before {
  color: #4c1864;
}

.btn-text.color-green {
  color: #8cc63e;
}

.btn-text.color-green:before {
  color: #8cc63e;
}

.btn-text.color-yellow {
  color: #fad03b;
}

.btn-text.color-yellow:before {
  color: #fad03b;
}

.btn-text.hover-red {
  color: #f50057;
}

.btn-text.hover-red:before {
  color: #f50057;
}

.btn-text.color-blue {
  color: #00b0ff;
}

.btn-text.color-blue:before {
  color: #00b0ff;
}

.btn-text.hover-primary:hover {
  color: #4c1864;
}

.btn-text.hover-primary:hover:before {
  color: #4c1864;
}

.btn-text.hover-green:hover {
  color: #8cc63e;
}

.btn-text.hover-green:hover:before {
  color: #8cc63e;
}

.btn-text.hover-yellow:hover {
  color: #fad03b;
}

.btn-text.hover-yellow:hover:before {
  color: #fad03b;
}

.btn-text.color-red:hover {
  color: #f50057;
}

.btn-text.color-red:hover:before {
  color: #f50057;
}

.btn-text.hover-blue:hover {
  color: #00b0ff;
}

.btn-text.hover-blue:hover:before {
  color: #00b0ff;
}

/*----------------------------------------
1.5 Title and Color
----------------------------------------*/
.section-heading {
  /* margin-bottom: 5rem; */
  font-family: Oswald,sans-serif;
  text-transform: uppercase !important;
}

.section-heading h1,
.section-heading h2,
.section-heading h3,
.section-heading h4 {
  margin-bottom: 15px;
  font-family: Oswald,sans-serif;
  text-transform: uppercase !important;
}

.section-heading p {
  width: 80%;
}

@media only screen and (max-width: 767px) {
  .section-heading p {
    width: 100%;
  }
}

.section-heading.text-center p {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.section-heading.text-left p {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.section-heading.text-right p {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.title-bar {
  position: relative;
  margin-bottom: 55px;
}

.title-bar:before {
  content: "";
  background-color: #4c1864;
  height: 3px;
  width: 40px;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 5;
}

.sidebar-title-bar {
  position: relative;
  margin-bottom: 40px;
}

.sidebar-title-bar:before {
  content: "";
  background-color: #4c1864;
  height: 4px;
  width: 50px;
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: 5;
}

.title-light {
  text-transform: capitalize;
  font-weight: 300;
}

.title-light h1,
.title-light h2,
.title-light h3,
.title-light h4 {
  text-transform: capitalize;
  font-weight: 300;
}

.title-light p {
  text-transform: inherit;
  font-weight: 400;
}

.title-regular {
  text-transform: capitalize;
  font-weight: 400;
}

.title-regular h1,
.title-regular h2,
.title-regular h3,
.title-regular h4 {
  text-transform: capitalize;
  font-weight: 400;
}

.title-regular p {
  text-transform: inherit;
  font-weight: 400;
}

.title-medium {
  text-transform: capitalize;
  font-weight: 500;
}

.title-cursive {
  font-family: "Amatic SC", cursive;
}

.title-medium h1,
.title-medium h2,
.title-medium h3,
.title-medium h4 {
  text-transform: capitalize;
  font-weight: 500;
}

.title-medium p {
  text-transform: inherit;
  font-weight: 400;
}

.title-semibold {
  text-transform: capitalize;
  font-weight: 600;
}

.title-semibold h1,
.title-semibold h2,
.title-semibold h3,
.title-semibold h4 {
  text-transform: capitalize;
  font-weight: 600;
}

.title-semibold p {
  text-transform: inherit;
  font-weight: 400;
}

.title-bold {
  text-transform: capitalize;
  font-weight: 700;
}

.title-bold h1,
.title-bold h2,
.title-bold h3,
.title-bold h4 {
  text-transform: capitalize;
  font-weight: 700;
}

.title-bold p {
  text-transform: inherit;
  font-weight: 400;
}

.title-black {
  text-transform: capitalize;
  font-weight: 900;
}

.title-black h1,
.title-black h2,
.title-black h3,
.title-black h4 {
  text-transform: capitalize;
  font-weight: 900;
  font-size: 1.5em;;
}

.title-black p {
  text-transform: inherit;
  font-weight: 400;
}

.title-light.color-primary h1,
.title-regular.color-primary h1,
.title-medium.color-primary h1,
.title-semibold.color-primary h1,
.title-bold.color-primary h1,
.title-black.color-primary h1,
.title-light.color-primary h2,
.title-regular.color-primary h2,
.title-medium.color-primary h2,
.title-semibold.color-primary h2,
.title-bold.color-primary h2,
.title-black.color-primary h2,
.title-light.color-primary h3,
.title-regular.color-primary h3,
.title-medium.color-primary h3,
.title-semibold.color-primary h3,
.title-bold.color-primary h3,
.title-black.color-primary h3,
.title-light.color-primary h4,
.title-regular.color-primary h4,
.title-medium.color-primary h4,
.title-semibold.color-primary h4,
.title-bold.color-primary h4,
.title-black.color-primary h4 {
  color: #4c1864;
}

.title-light.color-primary a,
.title-regular.color-primary a,
.title-medium.color-primary a,
.title-semibold.color-primary a,
.title-bold.color-primary a,
.title-black.color-primary a {
  color: #4c1864;
}

.title-light.color-accent h1,
.title-regular.color-accent h1,
.title-medium.color-accent h1,
.title-semibold.color-accent h1,
.title-bold.color-accent h1,
.title-black.color-accent h1,
.title-light.color-accent h2,
.title-regular.color-accent h2,
.title-medium.color-accent h2,
.title-semibold.color-accent h2,
.title-bold.color-accent h2,
.title-black.color-accent h2,
.title-light.color-accent h3,
.title-regular.color-accent h3,
.title-medium.color-accent h3,
.title-semibold.color-accent h3,
.title-bold.color-accent h3,
.title-black.color-accent h3,
.title-light.color-accent h4,
.title-regular.color-accent h4,
.title-medium.color-accent h4,
.title-semibold.color-accent h4,
.title-bold.color-accent h4,
.title-black.color-accent h4 {
  color: #f8f8f8;
}

.title-light.color-accent a,
.title-regular.color-accent a,
.title-medium.color-accent a,
.title-semibold.color-accent a,
.title-bold.color-accent a,
.title-black.color-accent a {
  color: #f8f8f8;
}

.title-light.color-light,
.title-regular.color-light,
.title-medium.color-light,
.title-semibold.color-light,
.title-bold.color-light,
.title-black.color-light {
  color: #ffffff;
}

.title-light.color-light h1,
.title-regular.color-light h1,
.title-medium.color-light h1,
.title-semibold.color-light h1,
.title-bold.color-light h1,
.title-black.color-light h1,
.title-light.color-light h2,
.title-regular.color-light h2,
.title-medium.color-light h2,
.title-semibold.color-light h2,
.title-bold.color-light h2,
.title-black.color-light h2,
.title-light.color-light h3,
.title-regular.color-light h3,
.title-medium.color-light h3,
.title-semibold.color-light h3,
.title-bold.color-light h3,
.title-black.color-light h3,
.title-light.color-light h4,
.title-regular.color-light h4,
.title-medium.color-light h4,
.title-semibold.color-light h4,
.title-bold.color-light h4,
.title-black.color-light h4 {
  color: #ffffff;
}

.title-light.color-light a,
.title-regular.color-light a,
.title-medium.color-light a,
.title-semibold.color-light a,
.title-bold.color-light a,
.title-black.color-light a {
  color: #ffffff;
}

.title-light.color-dark h1,
.title-regular.color-dark h1,
.title-medium.color-dark h1,
.title-semibold.color-dark h1,
.title-bold.color-dark h1,
.title-black.color-dark h1,
.title-light.color-dark h2,
.title-regular.color-dark h2,
.title-medium.color-dark h2,
.title-semibold.color-dark h2,
.title-bold.color-dark h2,
.title-black.color-dark h2,
.title-light.color-dark h3,
.title-regular.color-dark h3,
.title-medium.color-dark h3,
.title-semibold.color-dark h3,
.title-bold.color-dark h3,
.title-black.color-dark h3,
.title-light.color-dark h4,
.title-regular.color-dark h4,
.title-medium.color-dark h4,
.title-semibold.color-dark h4,
.title-bold.color-dark h4,
.title-black.color-dark h4 {
  color: #111111;
}

.title-light.color-dark a,
.title-regular.color-dark a,
.title-medium.color-dark a,
.title-semibold.color-dark a,
.title-bold.color-dark a,
.title-black.color-dark a {
  color: #111111;
}

.title-light.color-blue h1,
.title-regular.color-blue h1,
.title-medium.color-blue h1,
.title-semibold.color-blue h1,
.title-bold.color-blue h1,
.title-black.color-blue h1,
.title-light.color-blue h2,
.title-regular.color-blue h2,
.title-medium.color-blue h2,
.title-semibold.color-blue h2,
.title-bold.color-blue h2,
.title-black.color-blue h2,
.title-light.color-blue h3,
.title-regular.color-blue h3,
.title-medium.color-blue h3,
.title-semibold.color-blue h3,
.title-bold.color-blue h3,
.title-black.color-blue h3,
.title-light.color-blue h4,
.title-regular.color-blue h4,
.title-medium.color-blue h4,
.title-semibold.color-blue h4,
.title-bold.color-blue h4,
.title-black.color-blue h4 {
  color: #00b0ff;
}

.title-light.color-blue a,
.title-regular.color-blue a,
.title-medium.color-blue a,
.title-semibold.color-blue a,
.title-bold.color-blue a,
.title-black.color-blue a {
  color: #00b0ff;
}

.title-light.color-green h1,
.title-regular.color-green h1,
.title-medium.color-green h1,
.title-semibold.color-green h1,
.title-bold.color-green h1,
.title-black.color-green h1,
.title-light.color-green h2,
.title-regular.color-green h2,
.title-medium.color-green h2,
.title-semibold.color-green h2,
.title-bold.color-green h2,
.title-black.color-green h2,
.title-light.color-green h3,
.title-regular.color-green h3,
.title-medium.color-green h3,
.title-semibold.color-green h3,
.title-bold.color-green h3,
.title-black.color-green h3,
.title-light.color-green h4,
.title-regular.color-green h4,
.title-medium.color-green h4,
.title-semibold.color-green h4,
.title-bold.color-green h4,
.title-black.color-green h4 {
  color: #8cc63e;
}

.title-light.color-green a,
.title-regular.color-green a,
.title-medium.color-green a,
.title-semibold.color-green a,
.title-bold.color-green a,
.title-black.color-green a {
  color: #8cc63e;
}

.title-light.color-red h1,
.title-regular.color-red h1,
.title-medium.color-red h1,
.title-semibold.color-red h1,
.title-bold.color-red h1,
.title-black.color-red h1,
.title-light.color-red h2,
.title-regular.color-red h2,
.title-medium.color-red h2,
.title-semibold.color-red h2,
.title-bold.color-red h2,
.title-black.color-red h2,
.title-light.color-red h3,
.title-regular.color-red h3,
.title-medium.color-red h3,
.title-semibold.color-red h3,
.title-bold.color-red h3,
.title-black.color-red h3,
.title-light.color-red h4,
.title-regular.color-red h4,
.title-medium.color-red h4,
.title-semibold.color-red h4,
.title-bold.color-red h4,
.title-black.color-red h4 {
  color: #f50057;
}

.title-light.color-red a,
.title-regular.color-red a,
.title-medium.color-red a,
.title-semibold.color-red a,
.title-bold.color-red a,
.title-black.color-red a {
  color: #f50057;
}

.title-light.color-yellow h1,
.title-regular.color-yellow h1,
.title-medium.color-yellow h1,
.title-semibold.color-yellow h1,
.title-bold.color-yellow h1,
.title-black.color-yellow h1,
.title-light.color-yellow h2,
.title-regular.color-yellow h2,
.title-medium.color-yellow h2,
.title-semibold.color-yellow h2,
.title-bold.color-yellow h2,
.title-black.color-yellow h2,
.title-light.color-yellow h3,
.title-regular.color-yellow h3,
.title-medium.color-yellow h3,
.title-semibold.color-yellow h3,
.title-bold.color-yellow h3,
.title-black.color-yellow h3,
.title-light.color-yellow h4,
.title-regular.color-yellow h4,
.title-medium.color-yellow h4,
.title-semibold.color-yellow h4,
.title-bold.color-yellow h4,
.title-black.color-yellow h4 {
  color: #fad03b;
}

.title-light.color-yellow a,
.title-regular.color-yellow a,
.title-medium.color-yellow a,
.title-semibold.color-yellow a,
.title-bold.color-yellow a,
.title-black.color-yellow a {
  color: #fad03b;
}

.title-light.hover-primary a:hover,
.title-regular.hover-primary a:hover,
.title-medium.hover-primary a:hover,
.title-semibold.hover-primary a:hover,
.title-bold.hover-primary a:hover,
.title-black.hover-primary a:hover {
  color: #4c1864;
}

.title-light.hover-accent a:hover,
.title-regular.hover-accent a:hover,
.title-medium.hover-accent a:hover,
.title-semibold.hover-accent a:hover,
.title-bold.hover-accent a:hover,
.title-black.hover-accent a:hover {
  color: #f8f8f8;
}

.title-light.hover-light a:hover,
.title-regular.hover-light a:hover,
.title-medium.hover-light a:hover,
.title-semibold.hover-light a:hover,
.title-bold.hover-light a:hover,
.title-black.hover-light a:hover {
  color: #ffffff;
}

.title-light.hover-dark a:hover,
.title-regular.hover-dark a:hover,
.title-medium.hover-dark a:hover,
.title-semibold.hover-dark a:hover,
.title-bold.hover-dark a:hover,
.title-black.hover-dark a:hover {
  color: #111111;
}

.title-light.hover-blue a:hover,
.title-regular.hover-blue a:hover,
.title-medium.hover-blue a:hover,
.title-semibold.hover-blue a:hover,
.title-bold.hover-blue a:hover,
.title-black.hover-blue a:hover {
  color: #00b0ff;
}

.title-light.hover-green a:hover,
.title-regular.hover-green a:hover,
.title-medium.hover-green a:hover,
.title-semibold.hover-green a:hover,
.title-bold.hover-green a:hover,
.title-black.hover-green a:hover {
  color: #8cc63e;
}

.title-light.hover-red a:hover,
.title-regular.hover-red a:hover,
.title-medium.hover-red a:hover,
.title-semibold.hover-red a:hover,
.title-bold.hover-red a:hover,
.title-black.hover-red a:hover {
  color: #f50057;
}

.title-light.hover-yellow a:hover,
.title-regular.hover-yellow a:hover,
.title-medium.hover-yellow a:hover,
.title-semibold.hover-yellow a:hover,
.title-bold.hover-yellow a:hover,
.title-black.hover-yellow a:hover {
  color: #fad03b;
}

.color-primary {
  color: #4c1864;
}

.color-accent {
  color: #f8f8f8;
}

.color-light {
  color: #ffffff;
}

.color-dark {
  color: #111111;
}

.color-blue {
  color: #00b0ff;
}

.color-green {
  color: #8cc63e;
}

.color-red {
  color: #f50057;
}

.color-yellow {
  color: #fad03b;
}

.bg-common {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-primary {
  background-color: #4c1864 !important;
}

.bg-accent {
  /* background-color: #f8f8f8; */
}

.bg-light {
  /* background-color: #ffffff !important; */
}

.bg-dark {
  background-color: #000000 !important;
}

.bg-dark-padding {
  background-color: #000000 !important;
  padding: 20px;
      border-top: 1px rgb(48, 48, 48) solid;
}

.bg-green {
  background-color: #8cc63e;
}

.bg-yellow {
  background-color: #fad03b;
}

.bg-red {
  background-color: #f50057;
}

.bg-blue {
  background-color: #00b0ff;
}

.overlay-primary90 {
  position: relative;
}

.overlay-primary90:before {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.overlay-primary80 {
  position: relative;
}

.overlay-primary80:before {
  background-color: rgba(76, 24, 100, 0.8);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.overlay-dark {
  position: relative;
}

.overlay-dark:before {
  background-color: rgba(17, 17, 17, 0.6);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.overlay-green {
  position: relative;
}

.overlay-green:before {
  background-color: rgba(140, 198, 62, 0.8);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.overlay-yellow {
  position: relative;
}

.overlay-yellow:before {
  background-color: rgba(250, 208, 59, 0.8);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.overlay-gradient {
  position: relative;
}

.overlay-gradient:before {
  opacity: 0.8;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#111111),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(transparent, #111111);
  background-image: -moz-linear-gradient(transparent, #111111),
    -moz-linear-gradient(transparent, #111111);
  background-image: -o-linear-gradient(transparent, #111111),
    -o-linear-gradient(transparent, #111111);
  background-image: linear-gradient(transparent, #111111),
    linear-gradient(transparent, #111111);
  content: "";
  height: 90%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.overlay-icon-layout1 {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.overlay-icon-layout1:after {
  content: url("img/figure/figure-icon1.png");
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 53%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

.overlay-icon-layout2 {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.overlay-icon-layout2:after {
  content: url("img/figure/figure-icon2.png");
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 53%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

.overlay-icon-layout3 {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.overlay-icon-layout3:after {
  content: url("img/figure/figure-icon3.png");
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 53%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

.overlay-icon-layout4 {
  position: relative;
  overflow: hidden;
/*  text-align: center;*/
}

.overlay-icon-layout4:after {
  content: url("img/figure/figure-icon4.png");
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 53%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

.overlay-icon-layout5 {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.overlay-icon-layout5:after {
  content: url("img/figure/figure-icon5.png");
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 53%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

.overlay-icon-layout6 {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.overlay-icon-layout6:after {
  content: url("img/slider/slider-icon-overlay2.png");
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 53%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

.slider-gradient-overlay {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.slider-gradient-overlay:after {
  content: url("img/slider/slider-gradient-overlay.png");
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 6;
}
/*----------------------------------------
1.6 Tooltip Styling
----------------------------------------*/
body > .eventalk-tooltip {
  font-size: 80%;
  position: absolute;
  z-index: 9999;
  -o-box-shadow: 0 0 5px #aaa;
  -moz-box-shadow: 0 0 5px #aaa;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  color: #fff;
  border-radius: 3px;
  background: #666;
  padding: 2px 10px;
  border-width: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

body > .eventalk-tooltip,
body > .eventalk-tooltip .eventalk-tooltip-bottom:after {
  background: #8cc63e;
  border-radius: 2px;
}

body > .eventalk-tooltip .eventalk-tooltip-bottom {
  width: 70px;
  height: 18px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  bottom: -16px;
}

body > .eventalk-tooltip .eventalk-tooltip-bottom:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*----------------------------------------
1.7 Other Elements Style
----------------------------------------*/
@media only screen and (max-width: 479px) {
  .col-mb-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.box-layout {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 575px) {
  .box-layout {
    padding-left: 0;
    padding-right: 0;
  }
}

.text-underline-light {
  position: relative;
  display: inline-block;
}

.text-underline-light:before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-underline-light2 {
  position: relative;
  display: inline-block;
}

.text-underline-light2:before {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #ffffff;
  z-index: 1;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .text-underline-light2:before {
    display: none;
  }
}

.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 0;
  border: 0;
}

.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  /* background-color: rgba(76, 24, 100, 0.3); */
}

.border-radius-5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.zindex-up {
  position: relative;
  z-index: 7;
}

.possition-static {
  position: static;
}

.margin-t-none {
  margin-top: 0 !important;
}

.margin-t-10 {
  margin-top: 10px;
}

.margin-t-20 {
  margin-top: 20px;
}

.margin-t-30 {
  margin-top: 30px;
}

.margin-t-40 {
  margin-top: 40px;
}

.margin-t-50 {
  margin-top: 50px;
}

.margin-r-none {
  margin-right: 0 !important;
}

.margin-b-none {
  margin-bottom: 0 !important;
}

.margin-b-10 {
  margin-bottom: 10px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.margin-b-30rem {
  margin-bottom: 3rem;
}

.margin-l-none {
  margin-left: 0 !important;
}

.width-100 {
  width: 100%;
}

.height-100 {
  height: 100%;
}

.padding-top{
  padding-top: 10px;
}

.full-width-container .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.gutters-15 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.gutters-15 > div {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row.gutters-15.full-width {
  padding-left: 0;
  padding-right: 0;
  margin-right: -22.5px;
  margin-left: -22.5px;
}

@media only screen and (max-width: 575px) {
  .row.gutters-15.full-width {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.row.gutters.full-width {
  margin-right: -30px;
  margin-left: -30px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.no-gutters.full-width {
  margin-right: -15px;
  margin-left: -15px;
}

.row.no-gutters.full-width > [class^="col-"],
.row.no-gutters.full-width > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*======================================================
[02] Header Area Style
=======================================================*/
.header-area{
position: relative !important;
}

.header-area:after {
  clear: both;
  content: "";
  display: block;
}

.header-area .stick {
  background-color: rgba(17, 17, 17, 0.9);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.header-area .stick nav ul li a {
  padding: 20px 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-area .stick nav ul li a {
    padding: 20px 9px;
  }
}

.header-area .stick nav ul li ul li a {
  padding: 10px 10px 10px 15px;
}

.header-area .stick .cart-area > ul {
  top: 100%;
}

.header-area .stick .cart-trigger-icon {
  line-height: 62px;
}

.header-area .stick .cart-trigger-icon span {
  top: 10px;
}

.header-fixed {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 100;
  position: fixed;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.eventalk-main-menu {
  text-align: right;
}

.eventalk-main-menu nav > ul > li {
  display: inline-block;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  vertical-align: bottom;
  margin: 0px !important;
    padding: 0px !important;;
}

.eventalk-main-menu nav > ul > li > a {
  /* font-size: 15px; */
  font-size: 1em !important;
  padding: 40px 15px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .eventalk-main-menu nav > ul > li > a {
    padding: 40px 9px;
  }
}

.eventalk-main-menu nav > ul > li:hover ul.rt-dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.eventalk-main-menu nav > ul > li ul.rt-dropdown-menu {
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  opacity: 0;
  margin: 0;
  min-width: 240px;
  padding: 0;
  top: 100%;
  position: absolute;
  visibility: hidden;
  transform-origin: 0 0 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 9999;
}

.eventalk-main-menu nav > ul > li ul.rt-dropdown-menu li {
  display: block;
  position: relative;
}

.eventalk-main-menu nav > ul > li ul.rt-dropdown-menu li a {
  font-size: 16px;
  display: block;
  color: #ffffff;
  padding: 10px 10px 10px 15px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.eventalk-main-menu nav > ul > li ul.rt-dropdown-menu li a:hover,
.eventalk-main-menu nav > ul > li ul.rt-dropdown-menu li a:focus {
  background: #fad03b;
  color: #4c1864;
}

.eventalk-main-menu nav > ul > li ul.rt-dropdown-menu li:last-child {
  border-bottom: none;
}

.eventalk-main-menu nav > ul > li ul.rt-dropdown-menu .current > a {
  background: #fad03b;
  color: #4c1864;
}

.eventalk-main-menu nav > ul > li .rt-dropdown-menu.third-level {
  width: 460px;
}

.eventalk-main-menu nav > ul > li .rt-dropdown-menu.third-level > li {
  display: inline-block;
  width: 49%;
}

.eventalk-main-menu nav > ul .current > a {
  color: #fad03b;
}

.eventalk-main-menu nav > ul li.menu-justify {
  position: static;
}

.eventalk-main-menu nav > ul li.menu-justify .rt-dropdown-mega {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999;
  visibility: hidden;
  transform-origin: 0 0 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.eventalk-main-menu
  nav
  > ul
  li.menu-justify
  .rt-dropdown-mega
  .rt-dropdown-inner {
  background: #4c1864;
  padding: 15px;
}

.eventalk-main-menu
  nav
  > ul
  li.menu-justify
  .rt-dropdown-mega
  .rt-dropdown-inner
  .menu-layout-title {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.eventalk-main-menu
  nav
  > ul
  li.menu-justify
  .rt-dropdown-mega
  .rt-dropdown-inner
  ul.rt-mega-items
  li {
  border-bottom: 1px solid #fff;
  display: block;
  position: relative;
}

.eventalk-main-menu
  nav
  > ul
  li.menu-justify
  .rt-dropdown-mega
  .rt-dropdown-inner
  ul.rt-mega-items
  li
  a {
  font-size: 16px;
  display: block;
  color: #ffffff;
  padding: 8px 0px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.eventalk-main-menu
  nav
  > ul
  li.menu-justify
  .rt-dropdown-mega
  .rt-dropdown-inner
  ul.rt-mega-items
  li
  a:hover {
  padding-left: 10px;
  color: #ffffff;
  background: #4c1854;
  background: -webkit-linear-gradient(#4c1854, #4c1864, #4c1874);
  background: -o-linear-gradient(#4c1854, #4c1864, #4c1874);
  background: -moz-linear-gradient(#4c1854, #4c1864, #4c1874);
  background: linear-gradient(#4c1854, #4c1864, #4c1874);
}

.eventalk-main-menu
  nav
  > ul
  li.menu-justify
  .rt-dropdown-mega
  .rt-dropdown-inner
  ul.rt-mega-items
  li:last-child {
  border-bottom: none;
}

.eventalk-main-menu
  nav
  > ul
  li.menu-justify
  .rt-dropdown-mega
  .rt-dropdown-inner
  ul.rt-mega-items
  .current
  > a {
  padding-left: 10px;
  color: #ffffff;
  background: #4c1854;
  background: -webkit-linear-gradient(#4c1854, #4c1864, #4c1874);
  background: -o-linear-gradient(#4c1854, #4c1864, #4c1874);
  background: -moz-linear-gradient(#4c1854, #4c1864, #4c1874);
  background: linear-gradient(#4c1854, #4c1864, #4c1874);
}

.eventalk-main-menu nav > ul li.menu-justify:hover .rt-dropdown-mega {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.header-action-items {
  text-align: right;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.header-action-items > li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 1199px) {
  .header-action-items > li {
    margin-right: 10px;
    padding-right: 10px;
  }
}

.header-action-items > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.header-action-items > li i:before {
  margin-left: 0;
}

.header-action-items2 {
  text-align: right;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.header-action-items2 > li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
}

.header-action-items2 > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.header-action-items2 > li i:before {
  margin-left: 0;
}

.header-action-items2 .btn-header {
  padding: 7px 22px;
  margin-right: 30px;
  margin-top: 18px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

@media only screen and (max-width: 1199px) {
  .header-action-items2 .btn-header {
    padding: 27px 30px;
  }
}

.stick .header-action-items2 .btn-header {
  padding-top: 22px;
  padding-bottom: 22px;
}

nav#main-nav {
  display: inline-block;
  position: relative;
}

nav#main-nav > ul {
  visibility: hidden;
}

nav#main-nav.active {
  visibility: visible;
}

.temp-main-nav {
  width: 100%;
}

span.menu-trigger i {
  padding: 8px;
  display: block;
  text-align: center;
  font-size: 20px;
}

.menu-trigger {
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.menu-trigger:hover {
  color: #4c1864;
}

.rt-dropdown-mega-custom {
  left: 5.7% !important;
}
/*======================================================
[03] Slider Area Style
=======================================================*/
.slider-area {
  position: relative;
}

.slider-direction-layout1 .nivo-controlNav {
  display: none;
}

.slider-direction-layout1 .nivo-directionNav a.nivo-prevNav {
  left: 4% !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fad03b;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media only screen and (max-width: 767px) {
  .slider-direction-layout1 .nivo-directionNav a.nivo-prevNav {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-direction-layout1 .nivo-directionNav a.nivo-prevNav {
    width: 35px;
    height: 35px;
  }
}

.slider-direction-layout1 .nivo-directionNav a.nivo-prevNav:before {
  content: "\f053";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fad03b !important;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 18px;
  z-index: 9;
  height: 10px;
  width: 10px;
  left: 19px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media only screen and (max-width: 767px) {
  .slider-direction-layout1 .nivo-directionNav a.nivo-prevNav:before {
    font-size: 14px;
    top: 13px;
    left: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-direction-layout1 .nivo-directionNav a.nivo-prevNav:before {
    font-size: 12px;
    top: 12px;
    left: 11px;
  }
}

.slider-direction-layout1 .nivo-directionNav a.nivo-prevNav:hover {
  background-color: rgba(250, 208, 59, 0.6);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.slider-direction-layout1 .nivo-directionNav a.nivo-prevNav:hover:before {
  color: #ffffff !important;
  background: transparent !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.slider-direction-layout1 .nivo-directionNav a.nivo-nextNav {
  right: 4% !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fad03b;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media only screen and (max-width: 767px) {
  .slider-direction-layout1 .nivo-directionNav a.nivo-nextNav {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-direction-layout1 .nivo-directionNav a.nivo-nextNav {
    width: 35px;
    height: 35px;
  }
}

.slider-direction-layout1 .nivo-directionNav a.nivo-nextNav:before {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fad03b !important;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 18px;
  z-index: 9;
  height: 10px;
  width: 10px;
  right: 19px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media only screen and (max-width: 767px) {
  .slider-direction-layout1 .nivo-directionNav a.nivo-nextNav:before {
    font-size: 14px;
    top: 13px;
    right: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-direction-layout1 .nivo-directionNav a.nivo-nextNav:before {
    font-size: 12px;
    top: 12px;
    right: 11px;
  }
}

.slider-direction-layout1 .nivo-directionNav a.nivo-nextNav:hover {
  background-color: rgba(250, 208, 59, 0.6);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.slider-direction-layout1 .nivo-directionNav a.nivo-nextNav:hover:before {
  color: #ffffff !important;
  background: transparent !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.slider-direction-layout1 .nivo-caption {
  opacity: 1;
  top: 0;
  z-index: 7;
}

.slider-direction-layout2 .nivo-controlNav {
  right: 5%;
  bottom: inherit;
  top: 50%;
  transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  left: inherit;
  z-index: 8;
}

.slider-direction-layout2 .nivo-controlNav .nivo-control {
  text-indent: -9999px;
  width: 0.6rem;
  height: 3rem;
  background-color: #8cc63e;
  color: #8cc63e;
  margin-bottom: 1rem;
  display: block;
}

.slider-direction-layout2 .nivo-controlNav .nivo-control:hover {
  background-color: #fad03b;
}

.slider-direction-layout2 .nivo-controlNav .nivo-control.active {
  background-color: #fad03b;
}

.slider-direction-layout2 .nivo-caption {
  opacity: 1;
  top: 0;
  z-index: 7;
}

.slider-layout1 .slide-1 .slider-big-text p,
.slider-layout1 .slide-2 .slider-big-text p,
.slider-layout1 .slide-3 .slider-big-text p {
  padding: 0;
  line-height: 1.2;
  font-size: 7rem;
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: "cubanoregular";
  font-style: italic;
  position: relative;
  display: inline-block;
}

.slider-layout1 .slide-1 .slider-big-text p:before,
.slider-layout1 .slide-2 .slider-big-text p:before,
.slider-layout1 .slide-3 .slider-big-text p:before {
  position: absolute;
  height: 3px;
  background-color: #ffffff;
  width: 100%;
  content: "";
  left: 0;
  bottom: 2px;
}

@media only screen and (max-width: 767px) {
  .slider-layout1 .slide-1 .slider-big-text p:before,
  .slider-layout1 .slide-2 .slider-big-text p:before,
  .slider-layout1 .slide-3 .slider-big-text p:before {
    display: none;
  }
}

.slider-layout1 .slide-1 .slider-sub-text,
.slider-layout1 .slide-2 .slider-sub-text,
.slider-layout1 .slide-3 .slider-sub-text {
  margin: 45px 0;
}

@media only screen and (max-width: 1199px) {
  .slider-layout1 .slide-1 .slider-sub-text,
  .slider-layout1 .slide-2 .slider-sub-text,
  .slider-layout1 .slide-3 .slider-sub-text {
    margin: 20px 0;
  }
}

@media only screen and (max-width: 575px) {
  .slider-layout1 .slide-1 .slider-sub-text,
  .slider-layout1 .slide-2 .slider-sub-text,
  .slider-layout1 .slide-3 .slider-sub-text {
    display: none;
  }
}

.slider-layout1 .slide-1 .slider-sub-text ul li,
.slider-layout1 .slide-2 .slider-sub-text ul li,
.slider-layout1 .slide-3 .slider-sub-text ul li {
  font-size: 24px;
  color: #f8f8f8;
  text-transform: capitalize;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #f8f8f8;
}

.slider-layout1 .slide-1 .slider-sub-text ul li:last-child,
.slider-layout1 .slide-2 .slider-sub-text ul li:last-child,
.slider-layout1 .slide-3 .slider-sub-text ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

@media only screen and (max-width: 575px) {
  .slider-layout1 .slide-1 .slider-btn-area,
  .slider-layout1 .slide-2 .slider-btn-area,
  .slider-layout1 .slide-3 .slider-btn-area {
    display: none;
  }
}

.slider-layout2 {
  position: relative;
  overflow: hidden;
}

.slider-layout2:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(38, 50, 56, 0.8);
}

.slider-layout2 img {
  width: 100%;
  height: 100%;
}

.slider-layout2 .comingsoon-inner {
  text-align: center;
  position: absolute;
  top: 60%;
  transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 3;
}

.slider-layout2 .comingsoon-inner .comingsoon-content p {
  letter-spacing: 1px;
  font-size: 7rem;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "cubanoregular";
  text-shadow: -2px -2px 0 #bbbbbb;
  margin-bottom: 0;
  line-height: 1.1;
}

@media only screen and (max-width: 575px) {
  .slider-layout2 .comingsoon-inner .comingsoon-content p {
    line-height: 1.4;
  }
}

.slider-layout2 .comingsoon-inner .comingsoon-content .text-underline:before {
  bottom: 0;
}

.slider-layout2 .comingsoon-inner .comingsoon-content .upcoming-event-info {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 24px;
}

@media only screen and (max-width: 1199px) {
  .slider-layout2 .comingsoon-inner .comingsoon-content .upcoming-event-info {
    display: none;
  }
}

.slider-layout2 .comingsoon-inner .comingsoon-content .upcoming-event-info li {
  display: inline-block;
  color: #fad03b;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #fad03b;
  line-height: 1;
}

.slider-layout2
  .comingsoon-inner
  .comingsoon-content
  .upcoming-event-info
  li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.slider-layout2 .comingsoon-inner .comingsoon-content .countdown-layout2 {
  margin-bottom: 0;
}

.slider-layout2 img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 70s ease-out;
  -moz-transition: all 70s ease-out;
  -ms-transition: all 70s ease-out;
  -o-transition: all 70s ease-out;
  transition: all 70s ease-out;
}

.slider-layout2:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.slider-layout3 {
  position: relative;
  overflow: hidden;
}

.slider-layout3 .comingsoon-inner {
  text-align: center;
  position: absolute;
  top: 55%;
  transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 8;
}

.slider-layout3 .comingsoon-inner .comingsoon-content p {
  letter-spacing: 1px;
  font-size: 7rem;
  text-transform: uppercase;
  /*font-family: 'Bangers', serif;*/
  font-family: "Amatic SC", cursive;
  color: #fad03b;
  text-shadow: 2px 2px 0 #000;
  margin-bottom: 0;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 575px) {
  .slider-layout3 .comingsoon-inner .comingsoon-content p {
    line-height: 1.4;
  }
}

.slider-layout3 .comingsoon-inner .comingsoon-content img {
  margin-bottom: 20px;
  padding: 30px 30px 0;
}

@media only screen and (max-width: 479px) {
  .slider-layout3 .comingsoon-inner .comingsoon-content img {
    margin-bottom: 0;
  }
}

.slider-layout3 .comingsoon-inner .comingsoon-content .upcoming-event-info {
  margin-bottom: 20px;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .slider-layout3 .comingsoon-inner .comingsoon-content .upcoming-event-info {
    display: none;
  }
}

.slider-layout3 .comingsoon-inner .comingsoon-content .upcoming-event-info li {
  /*font-style: italic;*/
  display: inline-block;
  color: #ffffff;
  /*font-family: 'Catamaran', serif;*/
  font-family: "Amatic SC", cursive;
  font-size: 3.5rem;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #ffffff;
  line-height: 1;
}

.slider-layout3
  .comingsoon-inner
  .comingsoon-content
  .upcoming-event-info
  li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.slider-layout4 .slide-1 .slider-big-text p,
.slider-layout4 .slide-2 .slider-big-text p,
.slider-layout4 .slide-3 .slider-big-text p {
  padding: 0;
  line-height: 1.2;
  font-size: 7rem;
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  position: relative;
  display: inline-block;
}

.slider-layout4 .slide-1 .slider-big-text p:before,
.slider-layout4 .slide-2 .slider-big-text p:before,
.slider-layout4 .slide-3 .slider-big-text p:before {
  position: absolute;
  height: 3px;
  background-color: #ffffff;
  width: 100%;
  content: "";
  left: 0;
  bottom: 2px;
}

@media only screen and (max-width: 767px) {
  .slider-layout4 .slide-1 .slider-big-text p:before,
  .slider-layout4 .slide-2 .slider-big-text p:before,
  .slider-layout4 .slide-3 .slider-big-text p:before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .slider-layout4 .slide-1 .slider-btn-area,
  .slider-layout4 .slide-2 .slider-btn-area,
  .slider-layout4 .slide-3 .slider-btn-area {
    display: none;
  }
}

.overlay-slider {
  position: relative;
  overflow: hidden;
}

.overlay-slider:before {
  content: url("img/slider/slider-curve-overlay.png");
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
}

.overlay-slider:after {
  content: url("img/slider/slider-icon-overlay.png");
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 60%;
  left: 0;
  z-index: 6;
}

.slider-area .slide-1 .first-line {
  -webkit-animation: fadeInRightBig 1000ms ease-in-out;
  -moz-animation: fadeInRightBig 1000ms ease-in-out;
  -ms-animation: fadeInRightBig 1000ms ease-in-out;
  animation: fadeInRightBig 1000ms ease-in-out;
}

.slider-area .slide-1 .second-line {
  -webkit-animation: fadeInLeft 1000ms ease-in-out;
  -moz-animation: fadeInLeft 1000ms ease-in-out;
  -ms-animation: fadeInLeft 1000ms ease-in-out;
  animation: fadeInLeft 1000ms ease-in-out;
}

.slider-area .slide-1 .third-line {
  -webkit-animation: bounceInUp 1500ms ease-in-out;
  -moz-animation: bounceInUp 1500ms ease-in-out;
  -ms-animation: bounceInUp 1500ms ease-in-out;
  animation: bounceInUp 1500ms ease-in-out;
}

.slider-area .slide-1 .forth-line {
  -webkit-animation: zoomIn 2000ms ease-in-out;
  -moz-animation: zoomIn 2000ms ease-in-out;
  -ms-animation: zoomIn 2000ms ease-in-out;
  animation: zoomIn 2000ms ease-in-out;
}

.slider-area .slide-2 .first-line {
  -webkit-animation: fadeInLeftBig 1000ms ease-in-out;
  -moz-animation: fadeInLeftBig 1000ms ease-in-out;
  -ms-animation: fadeInLeftBig 1000ms ease-in-out;
  animation: fadeInLeftBig 1000ms ease-in-out;
}

.slider-area .slide-2 .second-line {
  -webkit-animation: fadeInLeft 1000ms ease-in-out;
  -moz-animation: fadeInLeft 1000ms ease-in-out;
  -ms-animation: fadeInLeft 1000ms ease-in-out;
  animation: fadeInLeft 1000ms ease-in-out;
}

.slider-area .slide-2 .third-line {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}

.slider-area .slide-2 .forth-line {
  -webkit-animation: fadeInLeft 2000ms ease-in-out;
  -moz-animation: fadeInLeft 2000ms ease-in-out;
  -ms-animation: fadeInLeft 2000ms ease-in-out;
  animation: fadeInLeft 2000ms ease-in-out;
}

.slider-area .slide-3 .first-line {
  -webkit-animation: bounceInDown 1000ms ease-in-out;
  -moz-animation: bounceInDown 1000ms ease-in-out;
  -ms-animation: bounceInDown 1000ms ease-in-out;
  animation: bounceInDown 1000ms ease-in-out;
}

.slider-area .slide-3 .second-line {
  -webkit-animation: fadeInLeft 1000ms ease-in-out;
  -moz-animation: fadeInLeft 1000ms ease-in-out;
  -ms-animation: fadeInLeft 1000ms ease-in-out;
  animation: fadeInLeft 1000ms ease-in-out;
}

.slider-area .slide-3 .third-line {
  -webkit-animation: bounceInUp 1500ms ease-in-out;
  -moz-animation: bounceInUp 1500ms ease-in-out;
  -ms-animation: bounceInUp 1500ms ease-in-out;
  animation: bounceInUp 1500ms ease-in-out;
}

.slider-area .slide-3 .forth-line {
  -webkit-animation: bounceInUp 2000ms ease-in-out;
  -moz-animation: bounceInUp 2000ms ease-in-out;
  -ms-animation: bounceInUp 2000ms ease-in-out;
  animation: bounceInUp 2000ms ease-in-out;
}
/*======================================================
[04] About Area Style
=======================================================*/
.about-layout1 {
  text-align: center;
}

.about-layout1 img {
  width: 46rem;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 45px;
}

.about-layout1 p {
  margin-bottom: 50px;
}

.about-layout2 {
  background-color: #ffffff;
}

.about-layout2 .video-area {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .about-layout2 .media-none--md .media-body.media-body-box {
    padding: 7rem 5rem 7.5rem;
  }
}

.about-layout2 p {
  margin-bottom: 0;
}

.about-layout3 {
  text-align: center;
}

.about-layout3 img {
  margin-bottom: 45px;
  width: 40.5rem;
}

.about-layout3 p {
  margin-bottom: 2.3rem;
}

.about-layout4 {
  text-align: left;
  margin-bottom: 30px;
}

.about-layout4 img {
  margin-bottom: 45px;
  width: 40rem;
}

.about-layout4 p {
  padding-right: 50px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .about-layout4 p {
    padding-right: 0;
  }
}
/*======================================================
[05] Progress Area Style
=======================================================*/
.progress-section-space {
  padding: 10rem 0 5rem;
}

.progress-bg-color {
  background-color: #263238;
}

.progress-layout1 {
  /*margin-bottom: 30px;*/
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
  padding-left: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.progress-layout1 .item-icon {
  text-align: center;
  font-size: 6rem;
  line-height: 1.2;
}

@media only screen and (max-width: 991px) {
  .progress-layout1 .item-icon {
    min-width: 60px;
  }
}

.progress-layout1 h3 {
  color: #fad03b;
  margin-bottom: 15px;
}

@media only screen and (max-width: 479px) {
  .progress-layout1 {
    text-align: center;
  }
}

div ~ :last-child .progress-layout2:before {
  display: none;
}

.progress-layout2 {
  color: #ffffff;
  position: relative;
  height: 100%;
  padding: 11rem 15px 9rem;
}

@media only screen and (max-width: 991px) {
  .progress-layout2 {
    padding: 2rem 15px;
  }
}

.progress-layout2:before {
  content: "";
  border-right: 1px solid rgba(225, 225, 225, 0.55);
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .progress-layout2:before {
    display: none;
  }
}

.progress-layout2 .media {
  width: 90%;
  margin: 0 auto;
}

.progress-layout2 .item-icon {
  font-size: 60px;
  line-height: 1.2;
}

@media only screen and (max-width: 991px) {
  .progress-layout2 .item-icon {
    width: 70px;
  }
}

.progress-layout2 h3 {
  color: #fad03b;
  margin-bottom: 15px;
}

.progress-layout3 {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}

.progress-layout3:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.progress-layout3 .item-icon {
  font-size: 6rem;
  line-height: 1.2;
}

.progress-layout3 h3 {
  color: #111111;
  margin-bottom: 15px;
  font-weight: 500;
}

.progress-layout3 p {
  margin-bottom: 0;
}

.progress-layout3:nth-child(1n) i {
  color: #4c1864;
}

.progress-layout3:nth-child(2n) i {
  color: #8cc63e;
}
/*======================================================
[06] Upcoming Event Style
=======================================================*/
.upcoming-event-layout1 {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 55%;
  background-color: #ffffff;
  padding: 30px 60px 10px;
}

.upcoming-event-layout1 h2 {
  font-size: 20px;
  color: #111111;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.upcoming-event-layout1 .date {
  color: #8cc63e;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
}

.upcoming-event-layout1 p {
  font-size: 18px;
  text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
  .upcoming-event-layout1 {
    display: none;
  }
}

.upcoming-event-layout2 {
  margin: 0 auto;
  text-align: center;
  background-image: url("img/figure/figure8.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 0 10px;
}

@media only screen and (max-width: 991px) {
  .upcoming-event-layout2 {
    padding: 30px 10px;
  }
}

.upcoming-event-layout2 h2 {
  font-weight: 700;
  margin-bottom: 0;
  color: #ffffff;
}

.upcoming-event-layout2 .event-location {
  font-size: 24px;
  font-weight: 300;
}

.upcoming-event-layout2 .event-date {
  font-size: 24px;
  font-weight: 500;
}
/*======================================================
[07] Price Table Style
=======================================================*/
.price-table-layout1 {
  margin-bottom: 3rem;
}

.price-table-layout1 .item-wrapper {
  padding: 55px 15px 60px;
  text-align: center;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.price-table-layout1 .item-wrapper .item-title {
  margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .price-table-layout1 .item-wrapper .item-title h3 {
    font-size: 20px;
  }
}

.price-table-layout1 .item-wrapper .item-price {
  margin-bottom: 20px;
  position: relative;
  font-size: 8rem;
  color: #111111;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.price-table-layout1 .item-wrapper .item-price .currency {
  top: -45px;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  left: -12px;
  top: 10px;
}

@media only screen and (max-width: 991px) {
  .price-table-layout1 .item-wrapper .item-price .currency {
    left: -15px;
    top: 0;
  }
}

.price-table-layout1 .item-wrapper .item-body {
  margin-bottom: 40px;
}

.price-table-layout1 .item-wrapper .item-body ul li {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}

.price-table-layout1 .item-wrapper .item-body ul li:last-child {
  margin-bottom: 0;
}

.price-table-layout1 .item-wrapper:hover {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(216, 216, 216, 0.5);
  -moz-box-shadow: 0px 0px 40px 0px rgba(216, 216, 216, 0.5);
  box-shadow: 0px 0px 40px 0px rgba(216, 216, 216, 0.5);
}

/*======================================================
[10] Schedule Area Style
=======================================================*/
.schedule-layout3 {
  /* margin-bottom: 7rem; */
}

.schedule-layout3 .schedule-nav {
  margin-bottom: 30px;
  border-bottom: 0;
}

.schedule-layout3 .schedule-nav li {
  float: left;
  display: inline-block;
  width: 23%;
  border-bottom: 0;
  text-align: left;
  margin-right: 25px;
}

@media only screen and (max-width: 1199px) {
  .schedule-layout3 .schedule-nav li {
    margin-right: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .schedule-layout3 .schedule-nav li {
    margin-right: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .schedule-layout3 .schedule-nav li {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .schedule-layout3 .schedule-nav li {
    margin-right: 5px;
  }
}

.schedule-layout3 .schedule-nav li:last-child {
  margin-right: 0;
}

.schedule-layout3 .schedule-nav li a {
  padding: 20px 15px;
  display: block;
  z-index: 2;
  position: relative;
  color: #e2e2e2;
}

@media only screen and (max-width: 767px) {
  .schedule-layout3 .schedule-nav li a {
    padding: 20px 5px;
  }
}

.schedule-layout3 .schedule-nav li a:before {
  content: "\f054";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 36px;
  z-index: 1;
  color: #e2e2e2;
  font-family: fontawesome;
}

@media only screen and (max-width: 991px) {
  .schedule-layout3 .schedule-nav li a:before {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .schedule-layout3 .schedule-nav li a:before {
    right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .schedule-layout3 .schedule-nav li a:before {
    font-size: 16px;
    right: 10px;
  }
}

.schedule-layout3 .schedule-nav li a:hover {
  color: #8cc63e;
}

.schedule-layout3 .schedule-nav li a:hover:before {
  color: #8cc63e;
}

.schedule-layout3 .schedule-nav li a .day-number {
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media only screen and (max-width: 991px) {
  .schedule-layout3 .schedule-nav li a .day-number {
    font-size: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .schedule-layout3 .schedule-nav li a .day-number {
    font-size: 16px;
  }
}

.schedule-layout3 .schedule-nav li .active {
  color: #8cc63e;
}

.schedule-layout3 .schedule-nav li .active:before {
  color: #8cc63e;
}

.schedule-layout3 .schedule-content .table {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .schedule-layout3 .schedule-content .table {
    display: inline-table;
  }
}

.schedule-layout3 .schedule-content .table tbody tr td {
  padding: 0;
  min-width: 360px;
  font-weight: 300;
  color: #111111;
  background: #ffffff;
  background: -webkit-linear-gradient(#ffffff, #eaeaea);
  background: -o-linear-gradient(#ffffff, #eaeaea);
  background: -moz-linear-gradient(#ffffff, #eaeaea);
  background: linear-gradient(#ffffff, #eaeaea);
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media only screen and (max-width: 1199px) {
  .schedule-layout3 .schedule-content .table tbody tr td {
    min-width: 309px;
  }
}

@media only screen and (max-width: 991px) {
  .schedule-layout3 .schedule-content .table tbody tr td {
    min-width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .schedule-layout3 .schedule-content .table tbody tr td {
    min-width: 230px;
  }
}

.schedule-layout3 .schedule-content .table tbody tr td:before {
  content: "";
  width: 1px;
  /*height: 102%;*/
  background-color: #ffffff;
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 3;
}

.schedule-layout3 .schedule-content .table tbody tr td:after {
  content: "";
  /*width: 101%;*/
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: -1px;
  bottom: 0;
  z-index: 3;
}

.schedule-layout3 .schedule-content .table tbody tr td:last-child:before {
  display: none;
}

.schedule-layout3
  .schedule-content
  .table
  tbody
  tr
  td
  .schedule-info
  .speaker-img {
  height: 60px;
  width: 60px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(181, 181, 181, 0.2);
  -moz-box-shadow: 0px 5px 0px 0px rgba(181, 181, 181, 0.2);
  box-shadow: 0px 5px 0px 0px rgba(181, 181, 181, 0.2);
}

.schedule-layout3
  .schedule-content
  .table
  tbody
  tr
  td
  .schedule-info
  .speaker-img:last-child {
  margin-right: 0;
}

.schedule-layout3
  .schedule-content
  .table
  tbody
  tr
  td
  .schedule-info
  .media-body {
  margin-left: 20px;
}

.schedule-layout3
  .schedule-content
  .table
  tbody
  tr
  td
  .schedule-info
  .item-content
  .title {
  margin-bottom: 0;
}

.schedule-layout3
  .schedule-content
  .table
  tbody
  tr
  td
  .schedule-info
  .item-content
  p {
  font-style: italic;
  margin-bottom: 0;
}

.schedule-layout3 .schedule-content .table tbody tr td a {
  padding: 2.2rem 2rem;
  display: block;
  color: #111111;
}

.schedule-layout3 .schedule-content .table tbody tr:hover td {
  background: #fefefe;
  background: -webkit-linear-gradient(#fefefe, #f1f1f1);
  background: -o-linear-gradient(#fefefe, #f1f1f1);
  background: -moz-linear-gradient(#fefefe, #f1f1f1);
  background: linear-gradient(#fefefe, #f1f1f1);
}

.schedule-layout3 .schedule-content .table tbody tr:last-child td:after {
  display: none;
}

.schedule-layout3 .table-bordered {
  border: none;
}
/*======================================================
[11] Countdown Area Style
=======================================================*/

.countdown-layout3 {
  text-align: center;
  margin-bottom: 5rem;
  background-image: url("img/figure/figure9.png");
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 479px) {
  .countdown-layout3 {
    margin-bottom: 0;
  }
}

.countdown-layout3 .countdown-section {
  position: relative;
  text-align: center;
  height: 120px;
  background: transparent;
  display: inline-block;
  margin-top: 30px;
}

.countdown-layout3 .countdown-section:last-child h2:after {
  display: none;
}

.countdown-layout3 .countdown-section:last-child h2:before {
  display: none;
}

.countdown-layout3 .countdown-section:first-child h3 {
  left: 0.25px;
}

.countdown-layout3 .countdown-section:last-child h3 {
  left: 0.25px;
}

.countdown-layout3 .countdown-section h2 {
  font-size: 5rem;
  position: relative;
  line-height: 1.1;
  font-weight: 900;
  color: #ffffff;
  padding: 0 50px;
  bottom: -30px;
  font-family: "Sunflower", sans-serif;
}

@media only screen and (max-width: 1199px) {
  .countdown-layout3 .countdown-section h2 {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 991px) {
  .countdown-layout3 .countdown-section h2 {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .countdown-layout3 .countdown-section h2 {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 575px) {
  .countdown-layout3 .countdown-section h2 {
    font-size: 3rem;
    padding: 0 15px;
  }
}

.countdown-layout3 .countdown-section h2:after {
  content: "";
  height: 60%;
  width: 1px;
  background-color: #ffffff;
  position: absolute;
  right: -0.5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.countdown-layout3 .countdown-section h3 {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .countdown-layout3 .countdown-section h3 {
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 575px) {
  .countdown-layout3 .countdown-section h3 {
    font-size: 14px  !important;
  }
}
/*======================================================
[12] Speaker Area Style
=======================================================*/
.speaker-layout3 {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 3px solid rgb(253, 253, 253); 
  /* border-radius: 5px; */
}

.speaker-layout3 img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.speaker-layout3:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  /* -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg); */
  top: 71%;
  left: -90%; 
  -webkit-transition: all 0.7s cubic-bezier(0.19, 0.63, 0, 1.2);
  -moz-transition: all 0.7s cubic-bezier(0.19, 0.63, 0, 1.2);
  -ms-transition: all 0.7s cubic-bezier(0.19, 0.63, 0, 1.2);
  -o-transition: all 0.7s cubic-bezier(0.19, 0.63, 0, 1.2);
  transition: all 0.7s cubic-bezier(0.19, 0.63, 0, 1.2);
}

.speaker-layout3:hover:before {
  /* -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg); */
  top: 52%;
  left: -90%;
}


.item_h3_pink{
  font-size: 20px;
  line-height: 32px;
  color: #e62948 !important;
  text-transform: uppercase !important;
}

.speaker-layout3 .item-social {
  position: absolute;
  left: -100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  bottom: 5%;
  /* -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  -o-transform: translateY(-5%);
  transform: translateY(-5%); */
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.25, 1.38);
  -moz-transition: all 1s cubic-bezier(0, 0, 0.25, 1.38);
  -ms-transition: all 1s cubic-bezier(0, 0, 0.25, 1.38);
  -o-transition: all 1s cubic-bezier(0, 0, 0.25, 1.38);
  transition: all 1s cubic-bezier(0, 0, 0.25, 1.38);
}

.speaker-layout3 .item-social ul li {
  display: inline-block;
  font-size: 20px;
}

.speaker-layout3 .item-social ul li a {
  color: #fad03b;
  padding: 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.speaker-layout3 .item-social ul li a:hover {
  color: #ffffff;
}

.speaker-layout3 .item-title {
  text-align: left;
  width: 100%;
  position: absolute;
  left: 20px;
  z-index: 6;
  bottom: 1%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.speaker-layout3 .item-title .title {
  margin-bottom: 0;
}

.speaker-layout3 .eventcatagory-light {
  color: #ffffff;
  text-align: left;
}

.speaker-layout3:hover img {
  transform: scale(1.1);
}

.speaker-layout3:hover h4 {
  font-size: 1.1em;
}


.speaker-layout3:hover .item-title {
  bottom: 20%;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.speaker-layout3:hover .item-social {
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 991px) {
  .single-speaker-img {
    text-align: center;
    margin-bottom: 50px;
  }

  .single-speaker-img img {
    margin: 0 auto;
  }
}

.speaker-profile {
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .speaker-profile {
    text-align: center;
  }
}

.speaker-profile .title {
  margin-bottom: 5px;
  margin-top: -15px;
}

.speaker-profile .sub-title {
  font-size: 18px;
  color: #4c1864;
  margin-bottom: 30px;
}

.speaker-profile p {
  margin-bottom: 0;
}
/*======================================================
[14] Comingsoon Page Style
=======================================================*/
.comingsoon-page {
  text-align: center;
  width: 100%;
  height: 100%;
  position: fixed;
}

@media only screen and (max-width: 991px) {
  .comingsoon-page {
    overflow-y: scroll;
  }
}

.comingsoon-page .comingsoon-back-img {
  background-image: url("img/figure/figure2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.comingsoon-page .comingsoon-back-img:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(76, 24, 100, 0.8);
}

.comingsoon-page .comingsoon-content-wrap {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}

@media only screen and (max-width: 991px) {
  .comingsoon-page .comingsoon-content-wrap {
    margin: 50px 0 100px;
  }
}

.comingsoon-page .comingsoon-content {
  position: relative;
  z-index: 1;
  padding: 0 15px;
}

.comingsoon-page .comingsoon-content h1 {
  letter-spacing: 1px;
  font-size: 7rem;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "cubanoregular";
}

@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content h1 {
    margin-bottom: 0;
  }
}

.comingsoon-page .comingsoon-content .upcoming-event-info {
  margin-bottom: 0;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content .upcoming-event-info {
    display: none;
  }
}

.comingsoon-page .comingsoon-content .upcoming-event-info li {
  display: inline-block;
  color: #fad03b;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #fad03b;
  line-height: 1;
}

.comingsoon-page .comingsoon-content .upcoming-event-info li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.comingsoon-page .comingsoon-content .comingsoon-newsletter {
  margin-bottom: 80px;
}

.comingsoon-page
  .comingsoon-content
  .comingsoon-newsletter
  .stylish-input-group {
  background-color: transparent;
  height: 52px;
}

@media only screen and (max-width: 767px) {
  .comingsoon-page
    .comingsoon-content
    .comingsoon-newsletter
    .stylish-input-group {
    display: inherit;
    padding: 0 15px;
    height: 45px;
  }
}

.comingsoon-page
  .comingsoon-content
  .comingsoon-newsletter
  .stylish-input-group
  .form-control {
  border: none;
  color: #111111;
  background-color: #ffffff;
  width: 520px;
  flex: inherit;
  margin-right: 10px;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  border-radius: 0.25rem;
  font-size: 16px;
  padding: 5px 30px;
  height: 52px;
}

@media only screen and (max-width: 767px) {
  .comingsoon-page
    .comingsoon-content
    .comingsoon-newsletter
    .stylish-input-group
    .form-control {
    width: 100%;
    height: 45px;
  }
}

.comingsoon-page
  .comingsoon-content
  .comingsoon-newsletter
  .stylish-input-group
  .input-group-addon {
  padding: 0;
  background-color: #8cc63e;
  border: none;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media only screen and (max-width: 767px) {
  .comingsoon-page
    .comingsoon-content
    .comingsoon-newsletter
    .stylish-input-group
    .input-group-addon {
    margin-top: 10px;
    display: inline-block;
  }
}

.comingsoon-page
  .comingsoon-content
  .comingsoon-newsletter
  .stylish-input-group
  .input-group-addon
  button {
  color: #ffffff;
  background-color: transparent;
  border: 0;
  height: 52px;
  padding: 0 35px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media only screen and (max-width: 767px) {
  .comingsoon-page
    .comingsoon-content
    .comingsoon-newsletter
    .stylish-input-group
    .input-group-addon
    button {
    height: 45px;
  }
}

.comingsoon-page
  .comingsoon-content
  .comingsoon-newsletter
  .stylish-input-group
  .input-group-addon
  button:focus,
.comingsoon-page
  .comingsoon-content
  .comingsoon-newsletter
  .stylish-input-group
  .input-group-addon
  button:hover {
  outline-width: 0;
  outline: none;
}

.comingsoon-page
  .comingsoon-content
  .comingsoon-newsletter
  .stylish-input-group
  .input-group-addon:hover {
  background-color: #fad03b;
}

.comingsoon-page
  .comingsoon-content
  .comingsoon-newsletter
  .stylish-input-group
  .input-group-addon:hover
  button {
  color: #111111;
}

.comingsoon-page
  .comingsoon-content
  .comingsoon-newsletter
  .stylish-input-group
  input.search-input:focus {
  outline-width: 0;
  outline: none;
}

.comingsoon-page
  .comingsoon-content
  .comingsoon-newsletter
  .stylish-input-group
  input::-webkit-input-placeholder {
  color: #444444;
}

.comingsoon-page
  .comingsoon-content
  .comingsoon-newsletter
  .stylish-input-group
  input::-moz-placeholder {
  color: #444444;
}

.comingsoon-page
  .comingsoon-content
  .comingsoon-newsletter
  .stylish-input-group
  input:-moz-placeholder {
  color: #444444;
}

.comingsoon-page
  .comingsoon-content
  .comingsoon-newsletter
  .stylish-input-group
  input:-ms-input-placeholder {
  color: #444444;
}

.comingsoon-page .comingsoon-content .comingsoon-social {
  margin-bottom: 8rem;
  text-align: center;
}

.comingsoon-page .comingsoon-content .comingsoon-social li {
  display: inline-block;
  margin: 0 5px 5px;
}

@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content .comingsoon-social li {
    margin: 0 1px 5px;
  }
}

.comingsoon-page .comingsoon-content .comingsoon-social li a {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #ffffff;
  line-height: 48px;
  display: block;
  color: #ffffff;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content .comingsoon-social li a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #ffffff;
    line-height: 37px;
    display: block;
    color: #ffffff;
    font-size: 18px;
  }
}

.comingsoon-page .comingsoon-content .comingsoon-social li a:hover {
  border: 1px solid #f50057;
  background: #f50057;
  color: #ffffff;
}

.comingsoon-page .comingsoon-content p {
  color: #cfcfcf;
  margin-bottom: 0;
}

.comingsoon-page .comingsoon-content p a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.comingsoon-page .comingsoon-content p a:hover {
  color: #fad03b;
}

.comingsoon-page img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 70s ease-out;
  -moz-transition: all 70s ease-out;
  -ms-transition: all 70s ease-out;
  -o-transition: all 70s ease-out;
  transition: all 70s ease-out;
}

.comingsoon-page:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.sponsonrs-layout1 {
  text-align: center;
}

.sponsonrs-layout1 .sponsonrs-row-border {
  margin-bottom: 55px;
  margin-right: 0;
  margin-left: 0;
  position: relative;
}

.sponsonrs-layout1 .sponsonrs-row-border:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #dcdcdc;
  z-index: 3;
}

.sponsonrs-layout1 .sponsonrs-row-border:last-child {
  margin-bottom: 0;
}

.sponsonrs-layout1 .sponsonrs-row-border:last-child:before {
  display: none;
}

.sponsonrs-layout1 .sponsonrs-box {
  /*margin-bottom: 55px;*/
  /* border-radius: 5px; */
}

.sponsonrs-layout1 .sponsonrs-box a {
  display: inline-block;
}

.sponsonrs-layout1 h3 {
  margin: 0 auto;
  margin-bottom: 10px !important;
  color:white;
}

.sponsonrs-layout1 .sponsonrs-box a img {
  display: inline-block;
  /* border-radius: 5px; */
  /*max-width: 25rem;*/
  margin: 0 auto;
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;*/
}

/*======================================================
[19] Call To Action Area Style
=======================================================*/
.call-to-action-layout1 {
  text-align: center;
}

.call-to-action-layout1 h2 {
  font-weight: 700;
  color: #ffffff;
}

.call-to-action-layout1 p {
  letter-spacing: 1px;
  font-size: 7rem;
  text-transform: uppercase;
  /* font-family: 'Bangers', serif; */
  font-family: "Amatic SC", cursive;
  color: #fad03b;
  text-shadow: 2px 2px 0 #000;
  margin-bottom: 0;
  line-height: 1.1;
}

.call-to-action-layout1 li {
  font-style: italic;
  color: #ffffff;
  font-family: "Amatic SC", cursive;
  font-size: 3.5rem;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #ffffff;
  line-height: 1;
  display: inline-block;
}

.call-to-action-layout1 li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.call-to-action-layout1 a {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .call-to-action-layout1 p {
    width: 100%;
  }
}
/*======================================================
[20] Google Map Area Style
=======================================================*/
.google-map-area {
  position: relative;
}

/*======================================================
[23] Footer Area Style
=======================================================*/
.footer-box-layout {
  padding-left: 100px;
  padding-right: 100px;
}

@media only screen and (max-width: 1199px) {
  .footer-box-layout {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer-layout2 .footer-top-area {
  padding-top: 11rem;
  padding-bottom: 5.5rem;
  background-color: #191919;
}

.footer-layout2 .footer-top-area .widget {
  color: #bfbfbf;
  margin-bottom: 50px;
}

.footer-layout2 .footer-top-area .widget .widgettitle {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 35px;
}

.footer-layout2 .footer-top-area .widget .footer-widget-logo {
  margin-bottom: 30px;
  display: inline-block;
}

.footer-layout2 .footer-top-area .widget .footer-widget-about {
  margin-bottom: 30px;
}

.footer-layout2 .footer-top-area .widget .footer-widget-contact {
  position: relative;
/*  padding-left: 30px;*/
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

.footer-layout2 .footer-top-area .widget .footer-widget-contact a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.footer-layout2 .footer-top-area .widget .footer-widget-contact a:hover {
  color: #fad03b;
}

.footer-layout2 .footer-top-area .widget .footer-widget-contact:before {
/*  content: "\f095";*/
  color: #fad03b;
  position: absolute;
  top: 5px;
  font-size: 20px;
  left: 0;
  z-index: 3;
/*  font-family: fontawesome;*/
}

.footer-layout2 .footer-top-area .widget .footer-widget-social ul li {
  margin-right: 5px;
  display: inline-block;
}

.footer-layout2
  .footer-top-area
  .widget
  .footer-widget-social
  ul
  li:last-child {
  margin-right: 0;
}

.footer-layout2 .footer-top-area .widget .footer-widget-social ul li a {
  padding: 1px 8px;
  display: inline-block;
  color: #676c6f;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.footer-layout2 .footer-top-area .widget .footer-widget-social ul li a:hover {
  color: #ffffff;
}

.footer-layout2 .footer-top-area .widget .footer-widget-menu ul li {
  margin-bottom: 12px;
}

.footer-layout2 .footer-top-area .widget .footer-widget-menu ul li:last-child {
  margin-bottom: 0;
}

.footer-layout2 .footer-top-area .widget .footer-widget-menu ul li a {
  color: #bfbfbf;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.footer-layout2 .footer-top-area .widget .footer-widget-menu ul li a:hover {
  color: #ffffff;
}

.footer-layout2
  .footer-top-area
  .widget
  .footer-widget-newsletter
  .stylish-input-group {
  margin-top: 30px;
  background-color: #404344;
  height: 52px;
  padding: 5px 5px 5px 15px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
}

.footer-layout2
  .footer-top-area
  .widget
  .footer-widget-newsletter
  .stylish-input-group
  .form-control {
  border: none;
  color: #ffffff;
  font-size: 15px;
  background-color: #404344;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
}

.footer-layout2
  .footer-top-area
  .widget
  .footer-widget-newsletter
  .stylish-input-group
  .input-group-addon {
  padding: 0;
  background-color: #8cc63e;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
}

.footer-layout2
  .footer-top-area
  .widget
  .footer-widget-newsletter
  .stylish-input-group
  .input-group-addon
  button {
  color: #ffffff;
  background-color: transparent;
  border: 0;
  padding: 0 25px;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.footer-layout2
  .footer-top-area
  .widget
  .footer-widget-newsletter
  .stylish-input-group
  .input-group-addon
  button:focus,
.footer-layout2
  .footer-top-area
  .widget
  .footer-widget-newsletter
  .stylish-input-group
  .input-group-addon
  button:hover {
  outline-width: 0;
  outline: none;
}

.footer-layout2
  .footer-top-area
  .widget
  .footer-widget-newsletter
  .stylish-input-group
  .input-group-addon:hover {
  background-color: #fad03b;
}

.footer-layout2
  .footer-top-area
  .widget
  .footer-widget-newsletter
  .stylish-input-group
  .input-group-addon:hover
  button {
  color: #111111;
}

.footer-layout2
  .footer-top-area
  .widget
  .footer-widget-newsletter
  .stylish-input-group
  input.search-input:focus {
  outline-width: 0;
  outline: none;
}

.footer-layout2
  .footer-top-area
  .widget
  .footer-widget-newsletter
  .stylish-input-group
  input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.footer-layout2
  .footer-top-area
  .widget
  .footer-widget-newsletter
  .stylish-input-group
  input::-moz-placeholder {
  color: #bfbfbf;
}

.footer-layout2
  .footer-top-area
  .widget
  .footer-widget-newsletter
  .stylish-input-group
  input:-moz-placeholder {
  color: #bfbfbf;
}

.footer-layout2
  .footer-top-area
  .widget
  .footer-widget-newsletter
  .stylish-input-group
  input:-ms-input-placeholder {
  color: #bfbfbf;
}

.footer-layout2 .footer-bottom-area {
  background-color: #0b1013;
  text-align: center;
  color: #b1b1b1;
  padding: 25px 0 1px;
}

.footer-layout2 .footer-bottom-area a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.footer-layout2 .footer-bottom-area a:hover {
  color: #fad03b;
}
/*======================================================
[24] Responsive Style
=======================================================*/
@media only screen and (min-width: 576px) {
  .nav-control-top {
    position: relative;
  }

  .nav-control-top .owl-controls {
    position: absolute;
    top: -80px;
    right: -2px;
    z-index: 5;
  }

  .nav-control-top .owl-controls i {
    display: block;
    line-height: 30px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .nav-control-top .owl-controls .owl-nav {
    margin-top: 0;
  }

  .nav-control-top .owl-controls .owl-nav > div {
    padding: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #fad03b;
    opacity: 1;
    font-size: 18px;
    margin: 0 2px;
    height: 30px;
    width: 30px;
    color: #111111;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .nav-control-top .owl-controls .owl-nav > div:hover {
    background-color: #8cc63e;
    color: #ffffff;
  }
}

.header-icon-dark a i {
  font-weight: 500;
  font-size: 20px;
  color: #111111;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-icon-dark a i:before {
  margin-left: 0;
  color: #111111;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-icon-dark a:hover i {
  color: #4c1864;
}
.header-icon-dark a:hover i:before {
  color: #4c1864;
}
.light-header {
  background-color: rgba(0, 0, 0, 0.98);
  border-bottom: #000 solid 1px;
}
.light-header .header-icon-light i {
  color: #111111;
}
.light-header .eventalk-main-menu nav > ul > li > a {
  color: #fff;
  /* padding: 25px 15px; */
  padding-top: 60px;
  padding-bottom: 0px !important;
}
@media only screen and (max-width: 1199px) {
  .light-header .eventalk-main-menu nav > ul > li > a {
    padding: 25px 9px;
  }
}
.light-header .stick nav ul li a {
  padding: 20px 15px;
}
@media only screen and (max-width: 1199px) {
  .light-header .stick nav ul li a {
    padding: 20px 9px;
  }
}
.light-header .stick {
  background-color: transparent;
  border-bottom: 2px solid #4c1864;
}
.light-header .eventalk-main-menu nav ul .current > a {
  color: #fad03b;
}

.logo-area .logo{
	display:block;
	font-size:40px;
	line-height:60px;
	color:#fff;
	font-family: Oswald, sans-serif;
  font-weight: 700;;
    /*margin-left: 25px;*/
}
.logo span{
	color:#e62948;
  font-family: Oswald, sans-serif;
  font-weight: 700;;
}

.logo-area .slogan{
	display:block;
	font-size:14px;
	color:#fff;
	font-family: Oswald, sans-serif;
	text-transform:uppercase;
  font-weight: 700;;
    /*margin-left: 25px;*/
}

@media only screen and (min-width: 992px) {
  .full-width-left-compress .container-fluid {
    padding-right: 0;
  }

  .header-icon-light a i {
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .header-icon-light a i:before {
    margin-left: 0;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .header-icon-light a:hover i {
    color: #4c1864;
  }

  .header-icon-light a:hover i:before {
    color: #4c1864;
  }
}

@media only screen and (min-width: 1200px) {
  .full-width-compress > * {
    padding-left: 60px;
    padding-right: 60px;
  }

  .full-width-left-compress .container-fluid {
    padding-left: 30px;
    padding-right: 0;
  }

  .full-width-compress2 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar-break-md {
    margin-top: 4rem;
  }

  .header-icon-mobile a i {
    font-weight: 500;
    font-size: 20px;
    color: #9f9f9f;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .header-icon-mobile a i:before {
    margin-left: 0;
    color: #9f9f9f;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .header-icon-mobile a:hover i {
    color: #4c1864;
  }

  .header-icon-mobile a:hover i:before {
    color: #4c1864;
  }
}

@media only screen and (max-width: 575px) {
  .text-center--mb {
    text-align: center !important;
  }

  .nav-control-top {
    position: relative;
  }

  .nav-control-top .owl-controls i {
    color: #4c1864;
    display: block;
    line-height: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .nav-control-top .owl-controls .owl-nav {
    margin-top: 0;
  }

  .nav-control-top .owl-controls .owl-nav > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    border: 1px solid #4c1864;
    opacity: 1;
    font-size: 16px;
    margin: 0 2px;
    height: 30px;
    width: 30px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .nav-control-top .owl-controls .owl-prev {
    left: -15px;
  }

  .nav-control-top .owl-controls .owl-prev:hover {
    background: #4c1864;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .nav-control-top .owl-controls .owl-prev:hover i {
    color: #ffffff;
  }

  .nav-control-top .owl-controls .owl-next {
    right: -15px;
  }

  .nav-control-top .owl-controls .owl-next:hover {
    background: #4c1864;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .nav-control-top .owl-controls .owl-next:hover i {
    color: #ffffff;
  }
}

table {
  border-spacing: 1em 0.5em;
  padding: 0 2em 1em 0;
}

td {
  height: 1.5em;
  vertical-align: middle;
  padding: 10px 10px 10px 10px;
}

.apply-btn {
  color: yellow;
  text-transform: uppercase;
  text-decoration: none;
  padding: 2px 2px;
  text-align: center;
  font-family: oswald;
  font-size: 12px;
  /*background:#d7007f;*/
  margin: 10px 0;
  border: none;
  font-family: Oswald, sans-serif;
  border-radius: 4px;
}

.apply-btn:hover {
  cursor: pointer;
  cursor: hand;
}

.submit-btn {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 24px;
  text-align: center;
  font-family: oswald;
  font-size: 14px;
  background: #d7007f;
  margin: 10px 0;
  border: none;
  font-family: Oswald, sans-serif;
  border-radius: 4px;
}

.submit-btn:hover {
  cursor: pointer;
  cursor: hand;
}

.hover:hover {
  cursor: pointer;
  cursor: hand;
}

.user-access,
.user-status {
  cursor: pointer;
  cursor: hand;
}

.alert {
  height: 30px !important;
}

.form-control {
  max-width: 400px !important;
  padding: 13px;
  font-size: 15px;
  line-height: 2px;
}

select {
  padding: 5px;
  margin-bottom: 15px;
}

.comingsoon-inner .container {
  margin-top: 85px;
}

a,
u {
  text-decoration: none !important;
}

body {
  font-size: 1.75em !important;
}

.form-control {
  font-size: 1em !important;
}

/* .flex-item {
  width: 100%;
} */

.flex-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.flex-container > div {
  /* flex: 25%;  */
  width: 200px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.flex-container > .row {
  flex: 100%; /* or - flex: 0 50% - or - flex-basis: 50% - */
  padding-left: 20px;
  background-color: #cfcfcf;
  margin-bottom: 20px;
}
.itemcenter {
  flex: 0 1 auto;
  width: 150px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

.main-container {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

select {
  flex: 1;
  display: block;
  min-width: 0;
  width: 88%;
  border-color: #c4c4c4;
}

.input-group-addon span {
  padding-top: 3px;
  display: block;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  /* margin: 0;
  padding: 0; */
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

:root {
  --ion-color-primary: #ffd700;
  --ion-color-primary-rgb: 0, 102, 0;
  --ion-color-primary-contrast: #130f1a;
  --ion-color-primary-contrast-rgb: 0, 0, 0;
  --ion-color-primary-shade: #ffd700;
  --ion-color-primary-tint: #ffd700;
}

:root {
  --ion-color-warning: #f6f5f0;
  --ion-color-warning-rgb: 0, 102, 0;
  --ion-color-warning-contrast: #130f1a;
  --ion-color-warning-contrast-rgb: 0, 0, 0;
  --ion-color-warning-shade: #ffd700;
  --ion-color-warning-tint: #ffd700;
  --spinner-color: : #ffd700;
}

ion-card {
  display: inline-block;
  flex-direction: column;
  margin: 20px !important;
  width: 300px;
  text-align: center;
}
ion-card img {
  min-height: 200px;
  align-items: center;
}

.active {
  color: orangered !important;
}

.match {
  background: linear-gradient(135deg, #fd7e32, #f71d3d);
}

.match-selected {
  --ion-item-background: #015f01d5;
}
.match-info {
  min-height: 35px;
  display: block;
  margin-top: -30px;
}
ion-button {
  font-size: 1.6em !important;
}

ion-card-title {
  font-size: 2.6em !important;
  text-align: center;
  margin-bottom: 12px;
}

ion-card-subtitle {
  font-size: 1.3em !important;
  text-align: center;
  color: white;
}
.company-container {
  max-width: 80%;
  width: 100%;
  background-color: #fff;
  padding: 25px 30px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
}
.company-container .title {
  font-size: 25px;
  /* font-weight: 500; */
  position: relative;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #f71d3d, #fd7e32);
}

.about-container {
  max-width: 80%;
  width: 100%;
  background-color: #fff;
  padding: 25px 30px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
}
.about-container .title {
  font-size: 25px;
  /* font-weight: 500; */
  position: relative;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #f71d3d, #fd7e32);
}

.video-content  {
  justify-content:center;
  margin: 0px 0 32px 0; 
  width: 100%;
  /* border: 1px solid black; */
}


.video-content  div:first-child{
 /* border: solid 3px red; */
 margin:0 auto;
}

.about-box {
  margin-bottom: 15px;
  width: calc(100% / 2 - 20px);
  display: inline-block;
  margin: 0px 10px 0px 10px;
  vertical-align: top !important;
  /* border: 1px solid black; */
}

.profile-container {
 /* max-width: 80%;*/
  width: 100%;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
}

.profile-container .title {
  font-size: 25px;
  /* font-weight: 500; */
  position: relative;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #f71d3d, #fd7e32);
}
.profile-container .sub-title {
  text-align: center;
}

.profile-container .profile-box select {
  display: block;
  margin: 0 auto;
  border: 1px solid #ccc;
}

.profile-content .profile-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0 12px 0;
  
}


.admin-container {
  max-width: 1250px;
  width: 100%;
  background-color: #fff;
  padding: 25px 30px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
}
.admin-container .title {
  font-size: 25px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
}

.admin-container .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  border-radius: 5px;
  background: linear-gradient(135deg, #fd7e32, #f71d3d);
}
.admin-content form .admin-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 12px 0;
}
.admin-details .input-box {
  margin-bottom: 15px;
  width: calc(100% / 2 - 20px);
  display: inline-block;
  margin: 0px 10px 0px 10px;
  vertical-align: top !important;
}

.eb-container {
  max-width: 1250px;
  width: 100%;
  background-color: #fff;
  padding: 25px 30px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
}
.eb-container .title {
  font-size: 25px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
}

.eb-container .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  border-radius: 5px;
  background: linear-gradient(135deg, #fd7e32, #f71d3d);
}
.eb-content form .eb-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 12px 0;
}
.eb-details .input-box {
  margin-bottom: 15px;
  width: calc(100% / 4 - 20px);
  display: inline-block;
  margin: 0px 10px 0px 10px;
  vertical-align: top !important;
}

.eb-details .input-box .input-label{
  margin-top: 45px;
}

.user-container {
  max-width: 750px;
  width: 100%;
  background-color: #fff;
  padding: 25px 30px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
}
.user-container .title {
  font-size: 25px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
}

.user-container .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  border-radius: 5px;
  background: linear-gradient(135deg, #fd7e32, #f71d3d);
}
.user-content form .user-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 12px 0;
}
.user-details .input-box {
  margin-bottom: 15px;
  width: calc(100% / 2 - 30px);
  display: inline-block;
  margin: 0px 10px 0px 10px;
  vertical-align: top !important;
}

.input-box div.upload {
  margin-bottom: 5px;
  vertical-align: top !important;
}

.input-box div.upload img {
  min-height: 125px;
  max-height: 125px;
  max-width: 100px;
  vertical-align: top !important;
}

.input-box span.details {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.user-details .input-box input {
  height: 45px;
  width: 100%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}
.user-details .input-box select {
  height: 45px;
  width: 100%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}
.user-details .input-box input:focus,
.user-details .input-box input:valid {
  border-color: #9b59b6;
}

ion-radio {
  --border-radius: 4px;
  --inner-border-radius: 4px;

  --color: #ddd;
  --color-checked: #fd7e32 !important;
}

ion-radio.ios::part(container) {
  width: 30px !important;
  height: 30px !important;

  border: 2px solid #ddd;
  border-radius: 4px;
}

.radio-checked.ios::part(container) {
  border-color: #fd7e32 !important;
}

.add-details{
  font-size: .9em;
  color: #263238;
  text-align: center;
}

.password-details{
  font-size: .9em;
  color: #263238;
  text-align: center;
}

.gender-details .gender-title {
  font-size: 17.5px;
  font-weight: 500;
  margin: 10px;
  text-align: center;
}
.gender-radio {
  display: flex;
  align-items: center;
  justify-content: center;
}
.category {
  display: flex;
  width: 63%;
  margin: 14px 0;
  justify-content: space-between;
  margin: 10px;
}
.category label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.category label .dot {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  margin-right: 10px;
  background: #d9d9d9;
  border: 5px solid transparent;
  transition: all 0.3s ease;
}
#dot-1:checked ~ .category label .one,
#dot-2:checked ~ .category label .two,
#dot-3:checked ~ .category label .three {
  background: #9b59b6;
  border-color: #d9d9d9;
}
input[type="radio"] {
  display: none;
}
.padded-button {
  height: 45px;
  margin: 35px 0;
}
.padded-button input {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #fd7e32, #f71d3d);
}
.padded-button input:hover {
  /* transform: scale(0.99); */
  background: linear-gradient(-135deg, #fd7e32, #f71d3d);
}

.padded-button-less {
  height: 45px;
  margin-top: 27px;
}
.padded-button-less input {
  height: 100%;
  width: 50%;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #fd7e32, #f71d3d);
}
.padded-button-less input:hover {
  /* transform: scale(0.99); */
  background: linear-gradient(-135deg, #fd7e32, #f71d3d);
}

@media (max-width: 584px) {
  .user-container {
    max-width: 100%;
  }
  .user-details .input-box {
    margin-bottom: 15px;
    width: 100%;
  }
  .category {
    width: 100%;
  }
  /* .user-content .user-details {
    max-height: 300px;
    overflow-y: scroll;
  }
  .user-details::-webkit-scrollbar {
    width: 5px;
  } */
}
@media (max-width: 459px) {
  .user-container .user-content .category {
    flex-direction: column;
  }
}

/* Burger */
.bm-burger-button {
  display: none;
  position: fixed;
  width: 36px;
  height: 30px;
  right: 36px;
  top: 4.2rem;
}

.bm-burger-bars {
  background: gainsboro;
  /* border: gainsboro solid 1px; */
}

.bm-burger-bars-hover {
  background: gold;
}

.bm-cross {
  background: #0989df;
}

.bm-menu-wrap {
  position: fixed;
  height: 100%;
}

.bm-menu {
  background: white;
  padding: 2.5em 1.5em 0;
  font-size: 1.15em;
}
.bm-menu a {
  font-size: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px gainsboro solid;
}

.bm-morph-shape {
  fill: white;
}

.bm-item-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: #b8b7ad;
}

.bm-item-list a {
  color: black;
  font-weight: 500;
  text-decoration: none;
  display: flex !important;
  flex-direction: row;
  gap: 1rem;
}

.bm-item {
  display: inline-block;
  padding: 0.2rem;
}

.bm-overlay {
  background: rgba(228, 106, 72, 0.3);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

@media screen and (max-width: 900px) {
  .top-navbar {
    justify-content: flex-end;
    margin: 0;
  }

  .bm-burger-button {
    display: inline-block;
  }
}

ion-radio {
  --border-radius: 4px;
  --inner-border-radius: 4px;

  --color: #ddd;
  --color-checked: #6815ec;
  margin-right: 35px;
  margin-bottom: 20px;
}

ion-radio.ios::part(container) {
  width: 20px;
  height: 20px;

  border: 2px solid #ddd;
  border-radius: 4px;
}

.radio-checked.ios::part(container) {
  border-color: #6815ec;
}

ion-toast {
  --background: gold !important;
  --color: black !important;
  font-size: 14px;
  position: fixed;
  bottom: 16px; /* Adjust the value as needed */
  left: 50%;
  transform: translateX(-50%);
}



*:disabled {
  background: dimgrey !important;
  cursor: not-allowed !important;
  color: linen;
  opacity: 1;
}

.loading-content {
  font-size: 19px;
}

.nivoSlider button {
  z-index: 10;
}
 ion-spinner.sc-ion-loading-md {
    color: orange !important;
} 

.handsontable {
  z-index: 1 !important;
}

.user-disabled{
  background-color: #fff !important;
  color:#000 !important
}


@media (min-width: 1400px){
    .container {
        max-width: 1440px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1440px !important;
    }
}