@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700|Roboto:300,400,500,700);
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&display=swap");
@font-face {
  font-family: "font1-bold";
  src: url("fonts/spacegrotesk-bold-webfont.woff2") format("woff2"), url("fonts/spacegrotesk-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "font1-light";
  src: url("fonts/spacegrotesk-light-webfont.woff2") format("woff2"), url("fonts/spacegrotesk-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "font2-bold";
  src: url("fonts/gilroy-extrabold-webfont.woff2") format("woff2"), url("fonts/gilroy-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "font2-light";
  src: url("fonts/gilroy-light-webfont.woff2") format("woff2"), url("fonts/gilroy-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "font-titulares";
  src: url("fonts/akira_expanded_demo-webfont.woff2") format("woff2"), url("fonts/akira_expanded_demo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*=======================================================================
[01] Typography
=========================================================================*/
/* font */
/*colores*/
html,
body {
  font-size: 16px;
  height: 100%;
  font-family: "font1-light", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  vertical-align: baseline;
  background: #f7f7f6 url(images/background-generic.jpg) repeat;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "font-titulares", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: #222222;
}

h1 {
  font-size: 60px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 52px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 46px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 320px) {
  h1 {
    font-size: 26px;
  }
}
h2 {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

p {
  line-height: 1.5;
  margin: 0 0 20px 0;
}

section h2 {
  display: inline-block;
  color: white;
  padding: 0 5px;
  background: black;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1em;
}
@media all and (max-width: 480px) {
  section h2 {
    font-size: 7vw;
  }
}

.black-btn {
  background-color: black;
  color: white;
  text-transform: uppercase;
  padding: 5px 15px;
  font-size: 22px;
  font-family: "font2-bold", sans-serif;
  letter-spacing: 0.05em;
  display: inline-block;
  border-radius: 25px;
}
.black-btn:hover, .black-btn:active {
  background-color: #5ca1f8;
  color: white;
}
.black-btn:visited {
  background-color: black;
  color: white;
}

#scrollUp {
  background-color: #5ca1f8;
}

/*=======================================================================
[02] General
=========================================================================*/
a {
  text-decoration: none;
}

a:active,
a:hover {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
}

.rigth {
  text-align: right;
}

.left {
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
}

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

.clear:after {
  clear: both;
  content: "";
  display: block;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

#wrapper {
  overflow: hidden;
  -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;
}

#wrapper.open {
  margin-right: 280px;
}

.btn-area-center {
  margin-top: 50px;
  text-align: center;
}

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

.bg-overlay-medium {
  position: relative;
}

.bg-overlay-medium:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-overlay-deep {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-overlay-deep:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(38, 61, 72, 0.93);
}

.coo {
  text-align: center;
  padding-top: 120px;
}

.coo img {
  display: block;
  margin: 0 auto;
  width: 180px;
}

@media all and (max-width: 767px) {
  .coo {
    padding-top: 0;
  }
}
.subrayado {
  color: #15b384;
  text-align: center;
  padding: 8px 12px 8px 24px;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.3em;
  margin: 20px auto;
  float: none;
  border-top: 3px solid #15b384;
}

.title-bar-default {
  position: relative;
}

.title-bar-default:before {
  content: "";
  height: 5px;
  width: 35px;
  background: #512da8;
  position: absolute;
  left: 0;
  bottom: -18px;
  z-index: 1;
  border-radius: 6px;
}

.title-bar-medium-left {
  position: relative;
}

.title-bar-medium-left:before {
  content: "";
  height: 5px;
  width: 35px;
  background: #512da8;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1;
  border-radius: 6px;
}

.title-bar-small-center {
  position: relative;
}

.title-bar-small-center:before {
  content: "";
  height: 2px;
  width: 40px;
  background: #512da8;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: 0 auto;
  z-index: 1;
}

.title-bar-big-left {
  position: relative;
}

.title-bar-big-left:before {
  content: "";
  height: 3px;
  width: 60px;
  background: #512da8;
  position: absolute;
  left: 0;
  bottom: -35px;
  z-index: 1;
}

.title-bar-big-left-close {
  position: relative;
}

.title-bar-big-left-close:before {
  content: "";
  height: 4px;
  width: 55px;
  background: #512da8;
  position: absolute;
  left: 0;
  bottom: -25px;
  z-index: 1;
}

.title-bar-small-left {
  position: relative;
}

.title-bar-small-left:before {
  content: "";
  height: 3px;
  width: 45px;
  background: #512da8;
  position: absolute;
  left: 0;
  bottom: -35px;
  z-index: 1;
}

.title-bar-sidebar {
  position: relative;
}

.title-bar-sidebar:before {
  content: "";
  height: 4px;
  width: 45px;
  background: #512da8;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1;
}

.title-bar-big-center {
  position: relative;
}

.title-bar-big-center:before {
  content: "";
  height: 3px;
  width: 55px;
  background: #512da8;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  z-index: 1;
}

.title-bar-full-width {
  position: relative;
}

.title-bar-full-width:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #512da8;
  position: absolute;
  left: 0;
  bottom: -12px;
  z-index: 1;
}

.title-bar-footer {
  position: relative;
}

.title-bar-footer:before {
  content: "";
  height: 3px;
  width: 45px;
  background: #512da8;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 1;
}

.title-default {
  text-align: center;
  margin-bottom: 15px;
  color: #f6932e;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 991px) {
  .title-default {
    font-size: 32px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .title-default {
    font-size: 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .title-default {
    font-size: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .title-default {
    font-size: 24px;
  }
}
.title-default-left {
  color: #222222;
  text-align: left;
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .title-default-left {
    font-size: 32px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .title-default-left {
    font-size: 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .title-default-left {
    font-size: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .title-default-left {
    font-size: 24px;
  }
}
.title-default-left-medium {
  color: #222222;
  text-align: left;
  margin-bottom: 15px;
  font-weight: 500;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .title-default-left-medium {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .title-default-left-medium {
    font-size: 28px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .title-default-left-medium {
    font-size: 26px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .title-default-left-medium {
    font-size: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .title-default-left-medium {
    font-size: 22px;
  }
}
.title-default-color {
  color: #ffffff;
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .title-default-color {
    font-size: 32px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .title-default-color {
    font-size: 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .title-default-color {
    font-size: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .title-default-color {
    font-size: 24px;
  }
}
.title-default-color-left {
  color: #ffffff;
  text-align: left;
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .title-default-color-left {
    font-size: 30px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .title-default-color-left {
    font-size: 28px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .title-default-color-left {
    font-size: 26px;
  }
}
@media only screen and (max-width: 320px) {
  .title-default-color-left {
    font-size: 22px;
  }
}
.sub-title-default {
  text-align: center;
  padding: 0 15%;
  margin-bottom: 65px;
}

@media only screen and (max-width: 991px) {
  .sub-title-default {
    padding: 0;
  }
}
.sub-title-default-color {
  text-align: center;
  padding: 0 15%;
  margin-bottom: 65px;
  color: #c7c7c7;
}

@media only screen and (max-width: 991px) {
  .sub-title-default-color {
    padding: 0;
  }
}
.title {
  font-family: "font2-bold", sans-serif;
  text-align: center;
}

.sub-title {
  margin: 0 auto;
  text-align: center;
  width: 60%;
  margin-bottom: 62px;
}

.title-white {
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
}

.sub-title-semi-white {
  color: #b3b3b3;
  margin: 0 auto;
  text-align: center;
  width: 60%;
  margin-bottom: 62px;
}

.sub-title-white {
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  width: 60%;
  margin-bottom: 62px;
}

.title-sidebar {
  font-size: 26px;
  color: #222222;
  text-transform: capitalize;
  margin-bottom: 45px;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .title-sidebar {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .title-sidebar {
    font-size: 22px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .title-sidebar {
    font-size: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .title-sidebar {
    font-size: 20px;
  }
}
.title-sidebar:before {
  content: "";
  width: 36px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  background: #e91e63;
  top: 55px;
  left: 0;
}

.title-sidebar-medium {
  font-size: 26px;
  color: #222222;
  text-transform: capitalize;
  margin-bottom: 45px;
  position: relative;
  font-weight: 500;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .title-sidebar-medium {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .title-sidebar-medium {
    font-size: 22px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .title-sidebar-medium {
    font-size: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .title-sidebar-medium {
    font-size: 20px;
  }
}
.title-sidebar-medium:before {
  content: "";
  width: 36px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  background: #e91e63;
  top: 55px;
  left: 0;
}

.default-accent-btn {
  color: #ffffff;
  padding: 13px 30px;
  background: #e91e63;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border-radius: 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;
}

@media (min-width: 321px) and (max-width: 479px) {
  .default-accent-btn {
    padding: 10px 24px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .default-accent-btn {
    padding: 8px 20px;
    font-size: 12px;
  }
}
.default-accent-btn:hover {
  background: #ffffff;
  color: #e91e63;
}

.ghost-bw-btn {
  border-radius: 30px;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 10px 30px;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  -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;
}

@media (min-width: 321px) and (max-width: 479px) {
  .ghost-bw-btn {
    padding: 8px 24px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .ghost-bw-btn {
    padding: 6px 20px;
    font-size: 12px;
  }
}
.ghost-bw-btn:hover {
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #222222;
}

.default-btn {
  color: #ffffff;
  padding: 13px 30px;
  background: #512da8;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border-radius: 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;
}

@media (min-width: 321px) and (max-width: 479px) {
  .default-btn {
    padding: 10px 24px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .default-btn {
    padding: 8px 20px;
    font-size: 12px;
  }
}
.default-btn:hover {
  background: #512da8;
  color: #ffffff;
}

.header-btn {
  color: #ffffff;
  padding: 10px 25px;
  background: #e91e63;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  border-radius: 30px;
  border: 2px solid #e91e63;
  -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;
}

@media only screen and (max-width: 991px) {
  .header-btn {
    padding: 10px 12px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .header-btn {
    padding: 8px 10px;
  }
}
@media only screen and (max-width: 320px) {
  .header-btn {
    padding: 6px 8px;
  }
}
.header-btn:hover {
  background: transparent;
  color: #e91e63;
}

.ghost-btn {
  border-radius: 30px;
  border: 2px solid #e91e63;
  color: #ffffff;
  padding: 12px 30px 10px;
  background: transparent;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  -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;
}

@media (min-width: 321px) and (max-width: 479px) {
  .ghost-btn {
    padding: 8px 36px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .ghost-btn {
    font-size: 12px;
    padding: 6px 24px;
  }
}
.ghost-btn:hover {
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #e91e63;
}

.submit-btn {
  border: none;
  color: #ffffff;
  padding: 13px 45px;
  background: #e91e63;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  border-radius: 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;
}

@media (min-width: 321px) and (max-width: 479px) {
  .submit-btn {
    font-size: 14px;
    padding: 10px 35px;
  }
}
@media only screen and (max-width: 320px) {
  .submit-btn {
    font-size: 12px;
    padding: 8px 20px;
  }
}
.submit-btn:hover {
  color: #222222;
  background: #d1c4e9;
}

.ghost-submit-btn {
  border: 2px solid #e91e63;
  color: #ffffff;
  padding: 13px 45px;
  background: #e91e63;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  border-radius: 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;
}

@media (min-width: 321px) and (max-width: 479px) {
  .ghost-submit-btn {
    font-size: 14px;
    padding: 10px 35px;
  }
}
@media only screen and (max-width: 320px) {
  .ghost-submit-btn {
    font-size: 12px;
    padding: 8px 20px;
  }
}
.ghost-submit-btn:hover {
  color: #222222;
  background: transparent;
}

.view-all-btn {
  border: none;
  color: #ffffff;
  padding: 13px 45px;
  background: #512da8;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  border-radius: 30px;
  border: 2px solid #512da8;
  -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;
}

@media (min-width: 321px) and (max-width: 479px) {
  .view-all-btn {
    font-size: 14px;
    padding: 12px 40px;
  }
}
@media only screen and (max-width: 320px) {
  .view-all-btn {
    font-size: 13px;
    padding: 10px 30px;
  }
}
.view-all-btn:hover {
  color: #512da8;
  background: transparent;
}

.price-table-btn {
  border: none;
  color: #ffffff;
  padding: 12px 35px;
  background: #512da8;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border-radius: 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;
}

.price-table .inner {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.price-table h3 {
  display: block;
  font-family: rutanmedium, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  width: 100%;
  margin: 0;
}

@media all and (max-width: 600px) {
  .price-table h3 {
    font-size: 25px;
    opacity: 0.7;
  }
}
.price-table h3 small {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  display: block;
}

.price-table .price {
  font-size: 30px;
  text-align: center;
  display: block;
  clear: both;
}

.price-table .price-bottom {
  font-family: rutanmedium, sans-serif;
  font-size: 16px;
  text-align: center;
  margin-bottom: 60px;
}

.price-table .price-bottom a {
  font-family: rutanblack, sans-serif;
  text-decoration: none;
  color: #ffffff;
  opacity: 0.8;
}

.price-table .price-bottom a:hover {
  opacity: 1;
}

@media (min-width: 321px) and (max-width: 479px) {
  .price-table-btn {
    font-size: 13px;
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 320px) {
  .price-table-btn {
    font-size: 12px;
    padding: 8px 20px;
  }
}
.full-width-btn {
  color: #ffffff;
  padding: 20px 0;
  background: #36474f;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  -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;
}

@media (min-width: 321px) and (max-width: 479px) {
  .full-width-btn {
    font-size: 13px;
    padding: 18px 0;
  }
}
@media only screen and (max-width: 320px) {
  .full-width-btn {
    font-size: 12px;
    padding: 16px 0;
  }
}
.full-width-btn:hover {
  background: #e91e63;
  color: #ffffff;
}

.isotop-btn {
  text-align: center;
  margin-bottom: 40px;
}

.isotop-btn:after {
  display: none;
}

.isotop-btn a {
  background: transparent;
  color: #444444;
  padding: 10px 30px;
  margin: 0;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #512da8;
  -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;
}

.isotop-btn a:hover {
  background: #512da8;
  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;
}

@media only screen and (max-width: 767px) {
  .isotop-btn a {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 479px) {
  .isotop-btn a {
    padding: 7px 18px;
  }
}
.isotop-btn .current {
  background: #512da8;
  color: #ffffff;
}

.ghost-semi-color-btn {
  border: 2px solid #512da8;
  color: #444444;
  padding: 10px 28px;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border-radius: 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;
}

@media (min-width: 321px) and (max-width: 479px) {
  .ghost-semi-color-btn {
    font-size: 12px;
    padding: 8px 24px;
  }
}
@media only screen and (max-width: 320px) {
  .ghost-semi-color-btn {
    font-size: 10px;
    padding: 6px 20px;
  }
}
.ghost-semi-color-btn:hover {
  background: #512da8;
  color: #ffffff;
}

.mypagination {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.mypagination li {
  display: inline-block;
  margin: 0 2px;
}

.mypagination li a {
  width: 52px;
  font-size: 16px;
  color: #222222;
  height: 35px;
  background: #ebebeb;
  display: block;
  line-height: 35px;
  text-align: center;
  border-radius: 30px;
  -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;
}

.mypagination li a:hover {
  color: #ffffff;
  background: #e91e63;
}

.client-area .owl-controls .owl-dots .owl-dot span {
  background: #512da8;
  opacity: 0.5;
}

.client-area .owl-controls .owl-dots .owl-dot:hover span {
  background: #e91e63;
  opacity: 1;
}

.client-area .owl-controls .owl-dots .active span {
  background: #e91e63;
  opacity: 1;
}

#scrollUp {
  background-color: rgba(81, 45, 168, 0.8);
  bottom: 5px;
  color: #ffffff;
  display: block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 50px;
  z-index: 150;
  border-radius: 50%;
}

#scrollUp i {
  color: #ffffff;
}

#scrollUp:hover,
#scrollUp:focus {
  background-color: rgba(255, 255, 255, 0.8);
}

#scrollUp:hover i,
#scrollUp:focus i {
  color: #512da8;
}

#preloader {
  background: #e5e5e5 url("img/preloader.gif?t=1") no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.inner-page-banner-area {
  margin-top: 78px;
  text-align: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  padding: 89px 0 100px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page-banner-area {
    padding: 79px 0 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inner-page-banner-area {
    padding: 69px 0 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .inner-page-banner-area {
    padding: 59px 0 70px;
    margin-top: 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .inner-page-banner-area {
    padding: 49px 0 60px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 320px) {
  .inner-page-banner-area {
    padding: 39px 0 50px;
    margin-top: 0;
  }
}
.inner-page-banner-area:after {
  position: absolute;
  content: "";
  background: rgba(69, 90, 100, 0.4);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.inner-page-banner-area .pagination-area {
  position: relative;
  z-index: 1;
}

.inner-page-banner-area .pagination-area h1 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 48px;
  color: #ffffff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page-banner-area .pagination-area h1 {
    font-size: 44px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .inner-page-banner-area .pagination-area h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .inner-page-banner-area .pagination-area h1 {
    font-size: 30px;
  }
}
.inner-page-banner-area .pagination-area ul li {
  display: inline-block;
  color: #ffffff;
}

.inner-page-banner-area .pagination-area ul li a {
  color: #e91e63;
  -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;
}

.inner-page-banner-area .pagination-area ul li a:hover {
  color: #ffffff;
}

/*=======================================================================
[03] Header Area
=========================================================================*/
@media only screen and (max-width: 767px) {
  header {
    display: none;
  }
}
.header-bottom-area {
  padding: 45px 0 0 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 11;
  -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;
}

.logo-area {
  -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;
  margin-top: -6px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .logo-area {
    text-align: center;
  }

  .logo-area img {
    margin: 0 auto;
  }
}
.logo-area a > span {
  color: #ffffff;
  text-transform: uppercase;
  border: 2px solid rgba(81, 45, 168, 0.5);
  width: 140px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 2px;
}

.logo-area a > span span {
  color: #512da8;
}

@media only screen and (max-width: 1199px) {
  .logo-area {
    margin-top: 0;
  }
}
.main-menu-area nav ul {
  margin-top: 7px;
  text-align: right;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-menu-area nav ul {
    text-align: center;
  }
}
.main-menu-area nav ul .active > a {
  color: #512da8;
}

.main-menu-area nav ul li {
  display: inline-block;
  position: relative;
}

.main-menu-area nav ul li a {
  padding: 0 15px 27px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  -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 (min-width: 992px) and (max-width: 1199px) {
  .main-menu-area nav ul li a {
    padding: 0 9px 27px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu-area nav ul li a {
    padding: 0 5px 30px;
  }
}
.main-menu-area nav ul li a:hover {
  color: #512da8;
}

.main-menu-area nav ul li ul {
  margin-top: 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 101%;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  width: 180px;
  z-index: 99999;
  background: #512da8;
  padding: 0;
  left: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-menu-area nav ul li ul {
    left: -5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu-area nav ul li ul {
    left: -10px;
  }
}
.main-menu-area nav ul li ul > li {
  padding: 0;
  display: block;
  border-bottom: 1px solid #512da8;
  -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;
}

.main-menu-area nav ul li ul > li > a {
  padding: 10px 10px 10px 15px;
  display: block;
  color: #ffffff;
}

.main-menu-area nav ul li ul > li:last-child {
  border-bottom: none;
}

.main-menu-area nav ul li ul > li:hover .active {
  background: #e91e63;
}

.main-menu-area nav ul li ul > li:hover .active a {
  color: #ffffff;
}

.main-menu-area nav ul li ul > li:hover .active a:before {
  opacity: 0;
}

.main-menu-area nav ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  visibility: visible;
}

.main-menu-area nav ul li .mega-menu-style1 {
  padding: 18px 20px;
  width: 500px;
  left: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-menu-area nav ul li .mega-menu-style1 {
    left: -5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu-area nav ul li .mega-menu-style1 {
    left: -10px;
  }
}
.main-menu-area nav ul li .mega-menu-style1 > li {
  width: 141px;
  border-bottom: none;
  display: inline-block;
  margin-right: 14px;
}

.main-menu-area nav ul li .mega-menu-style1 > li:hover {
  background: #512da8;
}

.main-menu-area nav ul li .mega-menu-style1 > li:hover > 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;
}

.main-menu-area nav ul li .mega-menu-style1 > li:hover > a:hover {
  color: #ffffff;
  background: #512da8;
  padding-left: 10px;
  -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;
}

.main-menu-area nav ul li .mega-menu-style1 > li a {
  padding: 8px 0;
  display: block;
  border-bottom: 1px solid #512da8;
}

.main-menu-area nav ul li .mega-menu-style1 > li a:last-child {
  border-bottom: none;
}

.main-menu-area nav ul li .mega-menu-style1 > li:last-child {
  margin-right: 0;
}

.main-menu-area nav ul li:hover > a,
.main-menu-area nav ul .active > a {
  position: relative;
}

.main-menu-area nav ul li:hover > a:before,
.main-menu-area nav ul .active > a:before {
  opacity: 1;
  width: 57%;
  -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-cart-area {
  text-align: right;
}

.stick {
  padding: 20px 0 0 0;
  border-bottom: 2px solid rgba(81, 45, 168, 0.5);
  background: rgba(0, 0, 0, 0.8);
  -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;
}

.stick .logo-area {
  margin-top: -5px;
  -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-style1 .header-bottom-area {
  position: fixed;
}

.header-style1 .header-bottom-area nav ul li .mega-menu-style1 li a:hover {
  background: #e91e63;
}

.header-style1 .header-bottom-area nav ul li ul li a {
  color: #ffffff;
}

.header-style1 .header-bottom-area nav ul li ul li a:hover {
  background: #e91e63;
  color: #ffffff;
}

.header-style1 .stick .logo-area {
  margin-top: -3px;
  margin-bottom: 10px;
  -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: 768px) and (max-width: 991px) {
  .one-page1-common .header-bottom-area {
    padding: 15px 0 0;
    -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;
  }

  .one-page1-common .header-bottom-area .main-menu-area nav ul li a {
    padding: 0 5px 15px;
    -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: 768px) and (max-width: 991px) {
  .one-page1-common .stick {
    padding: 10px 0 0;
    -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-style2 .header-bottom-area {
  background: #ffffff;
  position: fixed;
  z-index: 11;
  padding: 20px 30px 0 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-style2 .header-bottom-area .logo-area {
    margin-top: -6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-style2 .header-bottom-area .logo-area {
    margin-top: 3px;
  }
}
.header-style2 .header-bottom-area .logo-area a span {
  color: #512da8;
}

.header-style2 .header-bottom-area nav ul li a {
  color: #444444;
}

.header-style2 .header-bottom-area nav ul li a:hover {
  color: #512da8;
}

.header-style2 .header-bottom-area nav ul li ul li a {
  color: #ffffff;
}

.header-style2 .header-bottom-area nav ul li ul li a:hover {
  background: #e91e63;
  color: #ffffff;
}

.header-style2 .header-bottom-area nav ul li .mega-menu-style1 li a:hover {
  background: #e91e63;
}

.header-style2 .header-bottom-area .header-cart-area .cart-area > a > span {
  background: #222222;
  color: #ffffff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .one-page2-common .header-bottom-area {
    padding: 15px 0 0;
    -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;
  }

  .one-page2-common .header-bottom-area .main-menu-area nav ul li a {
    padding: 0 5px 20px;
    -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;
  }
}
.one-page2-common .stick {
  -webkit-transition: all 5s ease-out;
  -moz-transition: all 5s ease-out;
  -ms-transition: all 5s ease-out;
  -o-transition: all 5s ease-out;
  transition: all 5s ease-out;
}

@media (min-width: 768px) and (max-width: 991px) {
  .one-page2-common .stick {
    padding: 10px 0 0;
    -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;
  }

  .one-page2-common .stick .main-menu-area nav ul li a {
    padding: 0 5px 15px;
    -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;
  }
}
.mobile-menu-area {
  display: none;
}

.mean-container .mean-bar {
  float: none;
}

@media only screen and (max-width: 767px) {
  .mean-container .mean-bar a {
    padding: 6px 16px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar .meanmenu-reveal {
    margin-top: 10px;
  }
}
.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}

.mean-container .mean-nav ul li a {
  color: #222222;
  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;
}

.mean-container .mean-nav ul li a:hover {
  color: #512da8;
}

.mean-container .mean-nav > ul:after {
  content: "";
  display: block;
  clear: both;
}

.mean-container .mean-nav > ul {
  overflow-y: scroll;
}

.mean-container .mean-bar a.logo-mobile-menu {
  width: 100%;
  /* background-color: rgba(255, 255, 255, 0.95); */
  background-color: #ac1486;
  box-sizing: border-box;
}

.mean-container a.meanmenu-reveal {
  position: absolute;
}

body.mean-container #wrapper {
  padding-top: 52px;
}

.mean-container .mean-nav ul li li a {
  color: #222222;
  opacity: 1;
}

/*=======================================================================
[04] Slider Area
=========================================================================*/
.slider-overlay {
  position: relative;
}

.slider-overlay:before {
  content: "";
  /* background-color: rgba(0, 0, 0, 0.4); */
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
}

.slider1-area .nivo-controlNav {
  display: none;
}

@media only screen and (max-width: 480px) {
  .slider1-area .nivo-directionNav a {
    top: 50%;
  }
}
.slider1-area .nivo-directionNav a.nivo-prevNav {
  display: none;
  left: 8px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  -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: 480px) {
  .slider1-area .nivo-directionNav a.nivo-prevNav {
    left: -50px;
    width: 40px;
    height: 40px;
  }
}
.slider1-area .nivo-directionNav a.nivo-prevNav:before {
  display: none;
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  color: #d1c4e9;
  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: 480px) {
  .slider1-area .nivo-directionNav a.nivo-prevNav:before {
    left: 14px;
    top: 13px;
  }
}
.slider1-area .nivo-directionNav a.nivo-prevNav:hover {
  background-color: rgba(81, 45, 168, 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;
}

.slider1-area .nivo-directionNav a.nivo-prevNav:hover:before {
  color: #ffffff;
  background: 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;
}

.slider1-area .nivo-directionNav a.nivo-nextNav {
  display: none;
  right: 8px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  -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: 480px) {
  .slider1-area .nivo-directionNav a.nivo-nextNav {
    right: -50px;
    width: 40px;
    height: 40px;
  }
}
.slider1-area .nivo-directionNav a.nivo-nextNav:before {
  display: none;
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  color: #d1c4e9;
  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: 480px) {
  .slider1-area .nivo-directionNav a.nivo-nextNav:before {
    right: 14px;
    top: 13px;
  }
}
.slider1-area .nivo-directionNav a.nivo-nextNav:hover {
  background-color: rgba(81, 45, 168, 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;
}

.slider1-area .nivo-directionNav a.nivo-nextNav:hover:before {
  color: #ffffff;
  background: 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;
}

.nivo-caption {
  opacity: 1;
  top: -80px;
}

@media only screen and (max-width: 1199px) {
  .nivo-caption {
    top: -35px;
  }
}
@media only screen and (max-width: 991px) {
  .nivo-caption {
    top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .nivo-caption {
    top: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .nivo-caption {
    top: 10px;
  }
}
.slider1-area .slide-1 h1,
.slider1-area .slide-2 h1,
.slider1-area .slide-3 h1,
.slider1-area .slide-4 h1,
.slider1-area .slide-5 h1 {
  letter-spacing: 8px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .slider1-area .slide-1 h1,
.slider1-area .slide-2 h1,
.slider1-area .slide-3 h1,
.slider1-area .slide-4 h1,
.slider1-area .slide-5 h1 {
    letter-spacing: 0;
  }
}
.slider1-area .slide-1 span,
.slider1-area .slide-2 span,
.slider1-area .slide-3 span,
.slider1-area .slide-4 span,
.slider1-area .slide-5 span {
  font-size: 30px;
  margin-bottom: 5px;
  color: #ffffff;
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .slider1-area .slide-1 span,
.slider1-area .slide-2 span,
.slider1-area .slide-3 span,
.slider1-area .slide-4 span,
.slider1-area .slide-5 span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .slider1-area .slide-1 span,
.slider1-area .slide-2 span,
.slider1-area .slide-3 span,
.slider1-area .slide-4 span,
.slider1-area .slide-5 span {
    font-size: 18px;
  }
}
.slider1-area .slide-1 span:before,
.slider1-area .slide-2 span:before,
.slider1-area .slide-3 span:before,
.slider1-area .slide-4 span:before,
.slider1-area .slide-5 span:before {
  content: "";
  height: 2px;
  left: -155px;
  position: absolute;
  z-index: 9;
  background: #546e7a;
  width: 140px;
  top: 50%;
}

@media only screen and (max-width: 767px) {
  .slider1-area .slide-1 span:before,
.slider1-area .slide-2 span:before,
.slider1-area .slide-3 span:before,
.slider1-area .slide-4 span:before,
.slider1-area .slide-5 span:before {
    display: none;
  }
}
.slider1-area .slide-1 span:after,
.slider1-area .slide-2 span:after,
.slider1-area .slide-3 span:after,
.slider1-area .slide-4 span:after,
.slider1-area .slide-5 span:after {
  content: "";
  height: 2px;
  right: -155px;
  position: absolute;
  z-index: 9;
  background: #546e7a;
  width: 140px;
  top: 50%;
}

@media only screen and (max-width: 767px) {
  .slider1-area .slide-1 span:after,
.slider1-area .slide-2 span:after,
.slider1-area .slide-3 span:after,
.slider1-area .slide-4 span:after,
.slider1-area .slide-5 span:after {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .slider1-area:hover a.nivo-prevNav {
    left: 8px;
  }

  .slider1-area:hover a.nivo-nextNav {
    right: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .one-page-slider {
    margin-top: 122px;
  }
}
/*=======================================================================
[05] Countdown Area
=========================================================================*/
.countdown-area {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
  z-index: 10;
  left: 0;
  right: -60px;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .countdown-area {
    top: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .countdown-area {
    display: none;
  }
}
.countdown-area .countdown-section {
  padding-top: 7px;
  height: 80px;
  width: 150px;
  background: transparent;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

.countdown-area .countdown-section:last-child {
  margin-right: 0;
}

.countdown-area .countdown-section h2 {
  font-size: 72px;
  margin-bottom: 0;
  line-height: 1.1;
}

.countdown-area .countdown-section h2 span {
  color: #fcff00;
  padding-left: 15px;
  font-size: 100px;
}

@media only screen and (max-width: 1199px) {
  .countdown-area .countdown-section h2 {
    font-size: 56px;
  }

  .countdown-area .countdown-section h2 span {
    font-size: 72px;
  }
}
.countdown-area .countdown-section h3 {
  text-align: left;
  margin-left: 30px;
  color: #fcff00;
  text-transform: capitalize;
  font-size: 15px;
}

.countdown-area .countdown-section:nth-child(1n) h2 {
  color: #fcff00;
}

.countdown-area .countdown-section:nth-child(2n) h2 {
  color: #fcff00;
}

.countdown-area .countdown-section:nth-child(3n) h2 {
  color: #fcff00;
}

.countdown-area .countdown-section:nth-child(4n) h2 {
  color: #fcff00;
  text-align: left;
  margin-left: 10px;
}

.countdown-area .slider-btn-area {
  margin-top: 30px;
  margin-left: -40px;
}

.countdown-area2 {
  text-align: center;
  margin-left: 5%;
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .countdown-area2 {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 480px) {
  .countdown-area2 {
    margin-left: 0;
  }
}
.countdown-area2 .countdown-section {
  padding-top: 7px;
  height: 80px;
  width: 150px;
  background: transparent;
  display: inline-block;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .countdown-area2 .countdown-section {
    width: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-area2 .countdown-section {
    width: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .countdown-area2 .countdown-section {
    width: 68px;
  }
}
.countdown-area2 .countdown-section:last-child {
  margin-right: 0;
}

.countdown-area2 .countdown-section h2 {
  color: #ffffff;
  font-size: 72px;
  margin-bottom: 0;
  line-height: 1.1;
}

@media only screen and (max-width: 991px) {
  .countdown-area2 .countdown-section h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-area2 .countdown-section h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .countdown-area2 .countdown-section h2 {
    font-size: 36px;
  }
}
.countdown-area2 .countdown-section h2 span {
  color: #ffffff;
  padding-left: 15px;
  font-size: 100px;
}

@media only screen and (max-width: 991px) {
  .countdown-area2 .countdown-section h2 span {
    font-size: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-area2 .countdown-section h2 span {
    font-size: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .countdown-area2 .countdown-section h2 span {
    font-size: 50px;
    padding-left: 0;
  }
}
.countdown-area2 .countdown-section h3 {
  text-align: left;
  margin-left: 30px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 15px;
}

@media only screen and (max-width: 991px) {
  .countdown-area2 .countdown-section h3 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-area2 .countdown-section h3 {
    margin-left: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .countdown-area2 .countdown-section h3 {
    margin-left: 10px;
  }
}
.countdown-area2 .countdown-section:nth-child(4n) h2 {
  text-align: left;
  margin-left: 10px;
}

.countdown-area3 {
  margin-bottom: 90px;
  text-align: center;
  margin-left: 5%;
}

@media only screen and (max-width: 991px) {
  .countdown-area3 {
    display: none;
  }
}
.countdown-area3 .countdown-section {
  padding-top: 7px;
  height: 80px;
  width: 150px;
  background: transparent;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

.countdown-area3 .countdown-section:last-child {
  margin-right: 0;
}

.countdown-area3 .countdown-section h2 {
  font-size: 72px;
  margin-bottom: 0;
  line-height: 1.1;
}

.countdown-area3 .countdown-section h2 span {
  color: #ffffff;
  padding-left: 15px;
  font-size: 100px;
}

.countdown-area3 .countdown-section h3 {
  text-align: left;
  margin-left: 30px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 15px;
}

.countdown-area3 .countdown-section:nth-child(1n) h2 {
  color: #ffb300;
}

.countdown-area3 .countdown-section:nth-child(2n) h2 {
  color: #03a9f4;
}

.countdown-area3 .countdown-section:nth-child(3n) h2 {
  color: #ff6d00;
}

.countdown-area3 .countdown-section:nth-child(4n) h2 {
  color: #7cb342;
  text-align: left;
  margin-left: 10px;
}

.countdown-area3 .slider-btn-area {
  margin-top: 30px;
  margin-left: -40px;
}

/*=======================================================================
[06] About Event Area
=========================================================================*/
.about-event-area {
  padding: 118px 0 102px;
  background-color: #15b589;
  color: #ffffff;
  margin-top: 50px;
  background: #15b589 url(img/bg_about.png) no-repeat scroll 0 50%;
  background-size: cover;
  background-attachment: fixed;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-event-area {
    padding: 108px 0 92px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-event-area {
    padding: 98px 0 82px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-event-area {
    padding: 88px 0 0 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .about-event-area {
    padding: 78px 0 62px;
  }
}
@media only screen and (max-width: 320px) {
  .about-event-area {
    padding: 68px 0 52px;
  }
}
.about-event-content p {
  padding-right: 30px;
}

.about-event-content p span {
  font-size: 18px;
  color: #222222;
}

.about-event-project {
  text-align: center;
}

.about-event-project ul li {
  margin: 0 10px 30px 10px;
  display: inline-block;
  height: 151px;
  width: 240px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-event-project ul li {
    margin: 0 0 10px;
  }
}
.about-event-area h2 {
  letter-spacing: 0.2em;
  color: #ffffff;
  padding: 25px 0;
  font-size: 32px;
}

.about-event-area h2 p {
  margin-bottom: 0;
}

.about-event-area h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  border-top: 5px solid #670442;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -40px;
}

.about-event-area h2:before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  border-top: 5px solid #670442;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
}

@media all and (max-width: 767px) {
  .about-event-project ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about p {
    text-align: center;
  }

  .about-event-area h2 {
    font-size: 26px;
    margin-bottom: 60px;
  }

  .about-event-area h2:after {
    bottom: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .about-event-project ul {
    flex-wrap: wrap;
  }

  .about-event-project ul li {
    width: 100%;
    background-position: 50% 50% !important;
  }

  .about-event-project ul li h4 {
    width: 220px;
    margin: 0 auto;
  }

  .about-event-area {
    padding-bottom: 0;
  }
}
.about-event-project ul li {
  float: left;
}

.about-event-project ul li:nth-child(1n) {
  background: url(img/about/4.png);
  background-repeat: no-repeat;
}

.about-event-project ul li:nth-child(2n) {
  background: url(img/about/5.png);
  background-repeat: no-repeat;
}

.about-event-project ul li:nth-child(3n) {
  background: url(img/about/6.png);
  background-repeat: no-repeat;
}

.about-event-project ul li:nth-child(4n) {
  background: url(img/about/7.png);
  background-repeat: no-repeat;
}

.about-event-project ul li h3 {
  margin-top: 15px;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 55px;
}

.about-event-project ul li h4 {
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

.about-event-area2 {
  padding: 0 0 100px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-event-area2 {
    padding: 0 0 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-event-area2 {
    padding: 0 0 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .about-event-area2 {
    padding: 0 0 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .about-event-area2 {
    padding: 0 0 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .about-event-area2 {
    padding: 0 0 50px 0;
  }
}
.about-event-content2 {
  margin-top: 130px;
}

.about-event-content2 p {
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  .about-event-content2 p {
    padding: 0;
  }
}
.about-event-content2 p span {
  font-size: 18px;
  color: #222222;
}

@media only screen and (max-width: 991px) {
  .about-event-content2 {
    margin-top: 30px;
    text-align: center;
  }

  .about-event-content2 h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .about-event-img2 img {
    margin: 0 auto;
  }
}
.about-event-project2 {
  text-align: center;
  margin-top: 30px;
}

.about-event-project2 ul li {
  margin: 0 10px 30px 10px;
  display: inline-block;
  height: 151px;
  width: 240px;
  text-align: center;
}

.about-event-project2 ul li:nth-child(1n) {
  background: url(img/about/4.png);
  background-repeat: no-repeat;
}

.about-event-project2 ul li:nth-child(2n) {
  background: url(img/about/5.png);
  background-repeat: no-repeat;
}

.about-event-project2 ul li:nth-child(3n) {
  background: url(img/about/6.png);
  background-repeat: no-repeat;
}

.about-event-project2 ul li:nth-child(4n) {
  background: url(img/about/7.png);
  background-repeat: no-repeat;
}

.about-event-project2 ul li h3 {
  margin-top: 15px;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 60px;
}

.about-event-project2 ul li h4 {
  line-height: 1;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

/*=======================================================================
[07] Register Area
=========================================================================*/
.register-area {
  position: relative;
  background: url(img/banner/4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.register-content-holder {
  padding: 98px 0 92px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .register-content-holder {
    padding: 88px 0 82px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .register-content-holder {
    padding: 78px 0 72px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .register-content-holder {
    padding: 68px 0 62px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .register-content-holder {
    padding: 58px 0 52px;
  }
}
@media only screen and (max-width: 320px) {
  .register-content-holder {
    padding: 48px 0 42px;
  }
}
.register-content-holder h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .register-content-holder h2 {
    font-size: 32px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .register-content-holder h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .register-content-holder h2 {
    font-size: 24px;
  }
}
.register-content-holder h2 span {
  font-weight: 700;
}

.register-content-holder .form-group input {
  padding: 5px 5px 5px 20px;
  height: 50px;
  border-radius: 30px;
  background: transparent;
  color: #ffffff;
}

.register-content-holder .form-group input.form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.register-content-holder .form-group input.form-control::-moz-placeholder {
  color: #ffffff;
}

.register-content-holder .form-group input.form-control:-moz-placeholder {
  color: #ffffff;
}

.register-content-holder .form-group input.form-control:-ms-input-placeholder {
  color: #ffffff;
}

.register-content-holder .form-group h3 {
  font-size: 20px;
  color: #cedbe2;
  font-weight: 300;
  line-height: 2.3;
}

@media (min-width: 321px) and (max-width: 479px) {
  .register-content-holder .form-group h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .register-content-holder .form-group h3 {
    font-size: 16px;
  }
}
.register-content-holder .form-group h3 span {
  color: #ffffff;
}

.register-img-holder {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 54%;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 991px) {
  .register-img-holder {
    display: none;
  }
}
/*=======================================================================
[08] Client Area
=========================================================================*/
.client-area {
  padding: 118px 0 110px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .client-area {
    padding: 108px 0 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .client-area {
    padding: 98px 0 90px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .client-area {
    padding: 88px 0 80px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .client-area {
    padding: 78px 0 70px;
  }
}
@media only screen and (max-width: 320px) {
  .client-area {
    padding: 68px 0 60px;
  }
}
.client-area .owl-item:nth-child(1n) .client-box-content-wrapper .item-content {
  background: #0071bd;
}

.client-area .owl-item:nth-child(1n) .client-box-content-wrapper .item-content:after {
  border-color: #0071bd transparent transparent #0071bd;
}

.client-area .owl-item:nth-child(2n) .client-box-content-wrapper .item-content {
  background: #00bfa5;
}

.client-area .owl-item:nth-child(2n) .client-box-content-wrapper .item-content:after {
  border-color: #00bfa5 transparent transparent #00bfa5;
}

.client-area .owl-item:nth-child(3n) .client-box-content-wrapper .item-content {
  background: #ef5350;
}

.client-area .owl-item:nth-child(3n) .client-box-content-wrapper .item-content:after {
  border-color: #ef5350 transparent transparent #ef5350;
}

.client-box .client-box-content-wrapper .item-content {
  margin-bottom: 40px;
  position: relative;
  border-radius: 20px;
  padding: 50px 20px 50px 30px;
  color: #ffffff;
}

.client-box .client-box-content-wrapper .item-content:before {
  content: "";
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 15px;
  top: 0;
  font-family: fontawesome;
  font-size: 24px;
}

.client-box .client-box-content-wrapper .item-content:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 38px;
  bottom: -30px;
  border: 15px solid;
}

.client-box .client-box-content-wrapper .item-title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}

.client-box .client-box-content-wrapper .item-title a {
  color: #222222;
}

.client-box .client-box-content-wrapper .item-designation {
  margin-bottom: 18px;
  display: block;
  color: #959595;
  font-size: 13px;
}

.client-box .client-box-content-wrapper .rating-wrapper {
  margin-bottom: 10px;
}

.client-box .client-box-content-wrapper .rating-wrapper li {
  display: inline;
  color: #ffca28;
}

/*=======================================================================
[09] Speakers Area
=========================================================================*/
@media all and (min-width: 481px) {
  .desktop {
    display: block;
  }

  .mobile {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }
}
.speakers-area {
  background: #e5e5e5;
  padding: 100px 0;
  color: #ffffff;
}

.speakers-area .title-default {
  color: #27ae84;
  text-transform: uppercase;
  font-family: "rutanblack", sans-serif;
  font-size: 40px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

.speakers-area .title-default b {
  color: #e5e5e5;
  text-shadow: -1px -1px 0 #27ae84, 1px -1px 0 #27ae84, -1px 1px 0 #27ae84, 1px 1px 0 #27ae84;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .speakers-area {
    padding: 108px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .speakers-area {
    padding: 98px 0 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .speakers-area {
    padding: 88px 0 0 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .speakers-area {
    padding: 78px 0 80px;
  }
}
@media only screen and (max-width: 320px) {
  .speakers-area {
    padding: 68px 0 70px;
  }
}
.speakers-area .speakers-wrapper-area {
  margin: 0 -5px;
}

.speakers-area .speakers-wrapper-area > div {
  padding: 0 5px;
}

@media only screen and (max-width: 480px) {
  .speakers-area .speakers-wrapper-area .col-xs-6 {
    width: 100%;
  }
}
.speakers-area .speakers-box {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  border-bottom: none;
  height: 380px;
  overflow: hidden;
}

.speakers-area .speakers-box.tool, .speakers-area .speakers-box.influencer {
  height: 310px;
}

@media all and (max-width: 560px) {
  .speakers-area .speakers-box {
    height: 450px;
  }
}
@media all and (max-width: 480px) {
  .speakers-area .speakers-box {
    height: auto;
  }
}
.speakers-area .speakers-box img {
  border-radius: 50%;
  max-width: 260px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.speakers-wrapper-area .col-lg-4:first-child img.speaker-avatar:before {
  content: "";
  width: 200px;
  right: 200px;
  display: block;
  position: absolute;
  left: -25px;
  top: -25px;
  background: transparent url(img/deco-speak-left.png) no-repeat scroll 0 0;
}

.speakers-area.img-small .speakers-box img {
  max-width: 150px;
}

.speakers-area.img-small .speakers-box dd img {
  max-width: inherit;
  width: 250px;
}

.speakers-area .speakers-box.tool .speakers-box-content h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-bottom: 10px;
}

.speakers-area .speakers-box dt {
  font-family: "rutanmedium", sans-serif;
  color: #0f4c5c;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
}

.speakers-area .speakers-box dd {
  font-family: "rutanmedium", sans-serif;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}

.speakers-area .speakers-box dd.topic {
  font-family: "rutanblack", sans-serif;
  text-transform: none;
  font-size: 18px;
  margin: 5px 0;
  display: inline-block;
  color: #edd41d;
  padding: 0;
  border-top: 5px solid #e61c5d;
}

.speakers-area .speakers-box dd a {
  font-family: "rutanmedium", sans-serif;
  color: #edd41d;
  text-transform: lowercase;
  font-style: italic;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s ease;
  font-size: 17px;
  top: -5px;
  position: relative;
}

.speakers-area .speakers-box dd a:hover {
  opacity: 0.85;
}

@media only screen and (max-width: 991px) {
  .speakers-area .speakers-box img {
    width: 100%;
  }

  .speakers-area .speakers-box a img.img-circle {
    /*width: 30px;*/
  }
}
.speakers-area dl {
  margin-bottom: 0;
}

.speakers-area .img-circle {
  width: 30px;
  height: 30px;
  margin-top: 1px;
}

.speakers-area .speakers-box .speakers-box-content {
  padding: 25px 0 30px;
  background: none;
  color: #ffffff;
  height: 180px;
  text-transform: uppercase;
  text-align: center;
  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 all and (max-width: 480px) {
  .speakers-area .speakers-box .speakers-box-content {
    height: auto;
  }
}
.speakers-area .speakers-box .speakers-box-content dl:after {
  content: "";
  display: table;
  clear: both;
}

.speakers-area .speakers-box.prox .speakers-box-content {
  background: #fff;
}

.speakers-area .speakers-box.prox:hover .speakers-box-content {
  background: #fff;
}

.speakers-area .speakers-box a dl {
  color: #333;
}

.speakers-area .speakers-box a:hover, .speakers-area .speakers-box a {
  text-decoration: none;
}

.speakers-area .speakers-box a:hover dl, .speakers-area .speakers-box a:hover h3 {
  color: #fff;
}

.speakers-area .speakers-box .flag-box {
  position: absolute;
  top: -80px;
  left: 50%;
  width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.speakers-area .speakers-box .flag-box img {
  width: 80px;
  height: 80px;
  display: block;
}

.speakers-area .speakers-box .speakers-box-content .speakers-read-more span.more {
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(233, 30, 99, 0.5);
}

.speakers-area .speakers-box:hover .speakers-read-more span.more {
  border: 2px solid white;
  background: rgba(233, 30, 99, 0.8);
}

.speakers-area .speakers-box .speakers-box-content .speakers-read-more span i {
  color: #ffffff;
}

.speakers-area .speakers-box .speakers-box-content h3 {
  font-size: 22px;
  margin-bottom: 5px;
  color: #f1891c;
}

.speakers-area .speakers-box:hover img.img-responsive {
  transition: opacity 0.3s ease;
}

.speakers-area .speakers-box.influencer:hover img.img-responsive {
  transition: opacity 0.3s ease;
}

.speakers-area.img-small .speakers-box:hover img {
  opacity: 1 !important;
}

.speakers-area.img-small .speakers-box.influencer:hover img {
  opacity: 0.6 !important;
}

.speakers-area .speakers-box .more.desktop {
  height: 80px;
  width: 80px;
  margin: 5px auto;
  /*border: 1px solid #ffffff;*/
  border-radius: 40px;
  padding: 25px 0 0 0;
  top: -200px;
  transition: top 0.2s ease;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  z-index: 2;
  text-align: center;
}

.speakers-area .speakers-box .more.desktop i {
  margin: 0 auto;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
}

.speakers-area .speakers-box:hover .more.desktop {
  top: 95px;
}

.speakers-area .speakers-box.influencer:hover .more.desktop {
  top: 38px;
}

.speakers-area .speakers-box:hover img.img-responsive {
  opacity: 0.5;
}

.speakers-area .speakers-box:hover img.img-responsive.not {
  opacity: 1;
}

.speakers-area .speakers-box .more.mobile {
  height: 30px;
  width: 30px;
  margin: 5px auto;
  /*border: 1px solid #ffffff;*/
  border-radius: 15px;
  padding: 3px 0 0 0;
  background: #ffffff;
}

.speakers-area .speakers-box .more.mobile i {
  margin: 0 auto;
  color: #e5e5e5;
  text-align: center;
}

@media (min-width: 321px) and (max-width: 479px) {
  .speakers-area .speakers-box .speakers-box-content h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .speakers-area .speakers-box .speakers-box-content h3 {
    font-size: 18px;
  }
}
.speakers-area .speakers-box .speakers-box-content h3 a {
  color: #222222;
  -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;
}

.speakers-area .speakers-box .speakers-box-content span {
  -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;
}

.speakers-area .speakers-box:hover .speakers-box-content {
  /*background: #512da8;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;*/
}

.speakers-area .speakers-box:hover .speakers-box-content dl {
  color: rgba(255, 255, 255, 0.8);
}

.speakers-area .speakers-box:hover .speakers-box-content .speakers-read-more {
  left: 50%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /*.speakers-area .speakers-box:hover .speakers-box-content .speakers-read-more {
    right: 38%;
  }*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*.speakers-area .speakers-box:hover .speakers-box-content .speakers-read-more {
    right: 43%;
  }*/
}
.speakers-area .speakers-box:hover .speakers-box-content h3 a,
.speakers-area .speakers-box:hover .speakers-box-content h3 {
  color: #6e1041;
}

.speakers-area .speakers-box:hover .speakers-box-content span {
  color: #ffffff;
}

.speakers2-area {
  background: #f8f8f8;
  padding: 118px 0 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .speakers2-area {
    padding: 108px 0 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .speakers2-area {
    padding: 98px 0 100px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .speakers2-area {
    padding: 88px 0 90px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .speakers2-area {
    padding: 78px 0 80px;
  }
}
@media only screen and (max-width: 320px) {
  .speakers2-area {
    padding: 68px 0 70px;
  }
}
.speakers2-area .speakers-wrapper-area {
  margin: 0 -5px;
}

.speakers2-area .speakers-wrapper-area > div {
  padding: 0 5px;
}

@media only screen and (max-width: 480px) {
  .speakers2-area .speakers-wrapper-area .col-xs-6 {
    width: 100%;
  }
}
.speakers-box2 {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .speakers-box2 img {
    width: 100%;
  }
}
.speakers-box2:before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  -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;
}

.speakers-box2 .speakers-read-more {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  line-height: 40px;
  bottom: 0;
  right: -50px;
  z-index: 2;
  text-align: 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;
}

.speakers-box2 .speakers-read-more a {
  background: #e91e63;
  height: 38px;
  width: 40px;
  line-height: 40px;
  display: block;
}

.speakers-box2 .speakers-read-more a i {
  color: #ffffff;
}

.speakers-box2 .speakers-box-content {
  top: 150%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 25px 0 30px;
  text-align: center;
  position: absolute;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -ms-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.speakers-box2 .speakers-box-content h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.speakers-box2 .speakers-box-content h3 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;
}

.speakers-box2 .speakers-box-content h3 a:hover {
  color: #e91e63;
}

.speakers-box2 .speakers-box-content span {
  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;
}

.speakers-box2 .speakers-box-content .speakers-social {
  margin-top: 30px;
}

.speakers-box2 .speakers-box-content .speakers-social li {
  display: inline-block;
  margin: 0 8px;
}

.speakers-box2 .speakers-box-content .speakers-social li a {
  padding: 5px;
}

.speakers-box2 .speakers-box-content .speakers-social li a i {
  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;
}

.speakers-box2 .speakers-box-content .speakers-social li a:hover i {
  color: #e91e63;
}

.speakers-box2:hover:before {
  visibility: visible;
  opacity: 1;
  background-color: rgba(81, 45, 168, 0.9);
}

.speakers-box2:hover .speakers-box-content {
  top: 50%;
  opacity: 1;
  visibility: visible;
  -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;
}

.speakers-box2:hover .speakers-read-more {
  right: 0;
  opacity: 1;
  visibility: visible;
  -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;
}

.single-speakers-area {
  padding: 130px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .single-speakers-area {
    padding: 120px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-speakers-area {
    padding: 110px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .single-speakers-area {
    padding: 100px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .single-speakers-area {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 320px) {
  .single-speakers-area {
    padding: 80px 0;
  }
}
.single-speakers-area .single-speakers-img-wraper {
  text-align: center;
}

.single-speakers-area .single-speakers-img-wraper .single-speakers-img-holder {
  background: #512da8;
}

@media only screen and (max-width: 767px) {
  .single-speakers-area .single-speakers-img-wraper .single-speakers-img-holder {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .single-speakers-area .single-speakers-img-wraper .single-speakers-img-holder {
    margin-bottom: 30px;
  }
}
.single-speakers-area .single-speakers-img-wraper .single-speakers-img-holder img {
  width: 100%;
  opacity: 1;
  -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;
}

.single-speakers-area .single-speakers-img-wraper .single-speakers-img-holder:hover img {
  opacity: 0.6;
}

.single-speakers-area .single-speakers-content-holder h2 {
  color: #222222;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 15px;
  font-size: 36px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .single-speakers-area .single-speakers-content-holder h2 {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-speakers-area .single-speakers-content-holder h2 {
    font-size: 32px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .single-speakers-area .single-speakers-content-holder h2 {
    font-size: 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .single-speakers-area .single-speakers-content-holder h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 320px) {
  .single-speakers-area .single-speakers-content-holder h2 {
    font-size: 24px;
  }
}
.single-speakers-area .single-speakers-content-holder h3 {
  color: #e91e63;
  font-size: 18px;
  margin-bottom: 18px;
}

.single-speakers-area .single-speakers-content-holder p {
  line-height: 1.4;
  margin-bottom: 10px;
}

.single-speakers-area .single-speakers-content-holder .single-speakers-social {
  margin-bottom: 30px;
}

.single-speakers-area .single-speakers-content-holder .single-speakers-social li {
  display: inline;
  margin-right: 15px;
}

.single-speakers-area .single-speakers-content-holder .single-speakers-social li a {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: 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;
}

.single-speakers-area .single-speakers-content-holder .single-speakers-social li a i {
  color: #646464;
  -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;
}

.single-speakers-area .single-speakers-content-holder .single-speakers-social li:hover a i {
  color: #e91e63;
}

@media only screen and (max-width: 480px) {
  .about-event-project ul li {
    margin: 10px 0 5px;
  }

  .about p {
    padding-top: 30px;
  }

  .speakers-area {
    padding: 30px 0 0;
  }

  .subrayado {
    font-size: 16px;
  }

  .price-table-area1 {
    padding: 0 0 20px 0;
  }
}
/*---------------------------------------------*/
#instituciones {
  background: #e5e5e5;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

#instituciones .subrayado {
  font-size: 16px;
  display: inline-block;
}

/*=======================================================================
[10] Coming Soon Page Area
=========================================================================*/
.comingsoon-page {
  position: relative;
}

.comingsoon-page:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(31, 52, 62, 0.6);
}

.comingsoon-page img {
  width: 100%;
  height: 100%;
}

.comingsoon-page .comingsoon-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 3;
}

.comingsoon-page .comingsoon-inner .comingsoon-content h1 {
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
  color: #ffffff;
}

@media only screen and (max-width: 480px) {
  .comingsoon-page .comingsoon-inner .comingsoon-content h1 {
    letter-spacing: 0;
    font-size: 24px;
  }
}
.comingsoon-page .comingsoon-inner .comingsoon-content p {
  text-align: center;
  color: #ffffff;
  position: relative;
  width: 444px;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .comingsoon-page .comingsoon-inner .comingsoon-content p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .comingsoon-page .comingsoon-inner .comingsoon-content p {
    display: none;
  }
}
.comingsoon-page .comingsoon-inner .comingsoon-content p:before {
  content: "";
  height: 3px;
  width: 140px;
  background: #512da8;
  top: 12px;
  left: -160px;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-inner .comingsoon-content p:before {
    display: none;
  }
}
.comingsoon-page .comingsoon-inner .comingsoon-content p:after {
  content: "";
  height: 3px;
  width: 140px;
  background: #512da8;
  top: 12px;
  right: -160px;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-inner .comingsoon-content p:after {
    display: none;
  }
}
.comingsoon-page .comingsoon-inner .comingsoon-content .comingsoon-social {
  text-align: center;
}

.comingsoon-page .comingsoon-inner .comingsoon-content .comingsoon-social li {
  display: inline-block;
  margin: 0 3px;
}

@media only screen and (max-width: 480px) {
  .comingsoon-page .comingsoon-inner .comingsoon-content .comingsoon-social li {
    margin: 0 1px;
  }
}
.comingsoon-page .comingsoon-inner .comingsoon-content .comingsoon-social li a {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #506975;
  line-height: 42px;
  display: 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: 480px) {
  .comingsoon-page .comingsoon-inner .comingsoon-content .comingsoon-social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.comingsoon-page .comingsoon-inner .comingsoon-content .comingsoon-social li a i {
  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-inner .comingsoon-content .comingsoon-social li a:hover {
  border: 2px solid #e91e63;
  background: #e91e63;
}

.comingsoon-page .comingsoon-inner .comingsoon-content .comingsoon-social li a:hover i {
  color: #ffffff;
}

.comingsoon-page img {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
  -webkit-transition: all 20s ease-out;
  -moz-transition: all 20s ease-out;
  -ms-transition: all 20s ease-out;
  -o-transition: all 20s ease-out;
  transition: all 20s 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);
}

/*=======================================================================
[11] Schedule Area
=========================================================================*/
.schedule-wrapper-area {
  margin-right: -5px;
  margin-left: -5px;
}

.schedule-wrapper-area > div {
  padding: 5px;
}

.schedule-wrapper-area > div:nth-child(1n) .schedule-box {
  background: #3f51b5;
}

.schedule-wrapper-area > div:nth-child(2n) .schedule-box {
  background: #e91e63;
}

.schedule-wrapper-area > div:nth-child(3n) .schedule-box {
  background: #2d283f;
}

.schedule-wrapper-area > div:nth-child(4n) .schedule-box {
  background: #42a5f5;
}

.schedule-wrapper-area > div:nth-child(5n) .schedule-box {
  background: #5e35b1;
}

.schedule-wrapper-area > div:nth-child(6n) .schedule-box {
  background: #ffca28;
}

.schedule-wrapper-area > div:nth-child(7n) .schedule-box {
  background: #4db6ac;
}

.schedule-wrapper-area > div:nth-child(8n) .schedule-box {
  background: #f44336;
}

.schedule-wrapper-area > div:nth-child(9n) .schedule-box {
  background: #795548;
}

/* PROGRAMA protocolares */
.schedule-wrapper-area > div.colorProtocol:nth-child(1n) .schedule-box {
  /*background: #2A628F;*/
}

.schedule-box {
  position: relative;
  padding: 30px 20px 40px 39px;
  overflow: hidden;
  height: 190px;
}

#schedule .title-default, #schedule .sub-title-default {
  color: #ffffff;
}

#schedule {
  background-size: cover;
}

.schedule-box .schedule-box-top {
  margin-bottom: 10px;
  display: flex;
}

.schedule-box .schedule-box-top span {
  line-height: 0.8;
  margin: 0 15px 0 -5px;
  padding-right: 15px;
  text-align: left;
  flex: 4;
  font-size: 55px;
  color: #ffffff;
  border-right: 1px solid #ffffff;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .schedule-box .schedule-box-top span {
    font-size: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .schedule-box .schedule-box-top span {
    font-size: 56px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .schedule-box .schedule-box-top span {
    font-size: 48px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .schedule-box .schedule-box-top span {
    font-size: 42px;
  }
}
@media only screen and (max-width: 320px) {
  .schedule-box .schedule-box-top span {
    font-size: 40px;
  }
}
.schedule-box .schedule-box-top ul {
  flex: 5;
}

.schedule-box .schedule-box-top ul li {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}

.schedule-box h3 {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0.025em;
}

.schedule-box .schedule-box-read-more {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  z-index: 1;
  -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;
}

.schedule-box .schedule-box-read-more a {
  background-color: rgba(255, 255, 255, 0.1);
  height: 100px;
  width: 100px;
  padding: 25px 35px;
  display: block;
  border-radius: 50%;
  -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;
}

.schedule-box .schedule-box-read-more a i {
  color: #ffffff;
  font-size: 30px;
  -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;
}

.schedule-box .schedule-box-read-more a:hover {
  background-color: #d1c4e9;
}

.schedule-box:hover .schedule-box-read-more {
  right: -15px;
  bottom: -15px;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -ms-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.schedule-box:hover .schedule-box-read-more a {
  padding: 30px 45px;
  background-color: #ffffff;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -ms-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.schedule-box:hover .schedule-box-read-more a i {
  color: #222222;
}

.schedule-table table {
  margin-bottom: 0;
}

.schedule-table table tr {
  -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;
}

.schedule-table table tr:nth-child(odd) {
  background: #f1f1f1;
  -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;
}

.schedule-table table tr td {
  color: #222222;
  font-weight: 500;
  font-size: 14px;
  border-top: none;
  vertical-align: middle;
  -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;
}

.schedule-table table tr td:last-child {
  border-right: 0;
}

.schedule-table table tr td a {
  font-weight: 700;
  color: #222222;
  -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;
}

.schedule-table table tr td a:hover {
  color: #e91e63;
}

.schedule-table table tr:hover {
  background: #512da8;
}

.schedule-table table tr:hover td {
  color: #ffffff;
}

.schedule-table table tr:hover td a {
  color: #ffffff;
}

.schedule-area1 {
  padding: 130px 0;
}

@media all and (max-width: 1199px) {
  .schedule-box h3 {
    font-size: 18px;
  }

  .schedule-box {
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .schedule-area1 {
    padding: 120px 0;
  }

  .schedule-box {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .schedule-area1 {
    padding: 110px 0;
  }

  .schedule-box h3 {
    font-size: 18px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .schedule-area1 {
    padding: 100px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .schedule-area1 {
    padding: 90px 0;
  }
}
@media all and (max-width: 767px) {
  .schedule-box {
    height: auto;
  }
}
@media only screen and (max-width: 320px) {
  .schedule-area1 {
    padding: 80px 0;
  }
}
.schedule-area2 {
  padding: 118px 0 130px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .schedule-area2 {
    padding: 108px 0 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .schedule-area2 {
    padding: 98px 0 110px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .schedule-area2 {
    padding: 88px 0 100px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .schedule-area2 {
    padding: 78px 0 90px;
  }
}
@media only screen and (max-width: 320px) {
  .schedule-area2 {
    padding: 68px 0 80px;
  }
}
.schedule-area3 {
  padding: 125px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .schedule-area3 {
    padding: 115px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .schedule-area3 {
    padding: 105px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .schedule-area3 {
    padding: 95px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .schedule-area3 {
    padding: 85px 0;
  }
}
@media only screen and (max-width: 320px) {
  .schedule-area3 {
    padding: 75px 0;
  }
}
.schedule-area4 {
  padding: 130px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .schedule-area4 {
    padding: 120px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .schedule-area4 {
    padding: 110px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .schedule-area4 {
    padding: 100px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .schedule-area4 {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 320px) {
  .schedule-area4 {
    padding: 80px 0;
  }
}
.schedule-details-page-area {
  background: #f5f5f5;
  padding: 130px 0 100px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .schedule-details-page-area {
    padding: 120px 0 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .schedule-details-page-area {
    padding: 110px 0 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .schedule-details-page-area {
    padding: 100px 0 70px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .schedule-details-page-area {
    padding: 90px 0 60px;
  }
}
@media only screen and (max-width: 320px) {
  .schedule-details-page-area {
    padding: 80px 0 50px;
  }
}
.schedule-details-inner {
  padding: 30px 60px;
  background: #ffffff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .schedule-details-inner {
    padding: 18px 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .schedule-details-inner {
    padding: 30px 50px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .schedule-details-inner {
    padding: 25px 30px;
  }
}
@media only screen and (max-width: 320px) {
  .schedule-details-inner {
    padding: 20px 15px;
  }
}
/*=======================================================================
[12] Blog Area
=========================================================================*/
.blog-post1-area {
  padding: 118px 0 130px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-post1-area {
    padding: 108px 0 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-post1-area {
    padding: 98px 0 110px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .blog-post1-area {
    padding: 88px 0 100px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .blog-post1-area {
    padding: 78px 0 90px;
  }
}
@media only screen and (max-width: 320px) {
  .blog-post1-area {
    padding: 68px 0 80px;
  }
}
.blog-post-box1 {
  -webkit-box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.37);
  -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) {
  .blog-post-box1 {
    max-width: 369px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.blog-post-box1 .blog-post-box-content {
  padding: 30px 40px;
}

.blog-post-box1 .blog-post-box-content span {
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  color: #e91e63;
}

.blog-post-box1 .blog-post-box-content h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.blog-post-box1 .blog-post-box-content h3 a {
  color: #222222;
  -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;
}

.blog-post-box1 .blog-post-box-content h3 a:hover {
  color: #512da8;
}

.blog-post-box1 .blog-post-box-content p {
  font-size: 15px;
  margin-bottom: 26px;
}

.blog-post-box1:hover {
  box-shadow: 0px 0px 15px 1px #757373;
  -webkit-box-shadow: 0px 0px 15px 1px #757373;
  -moz-box-shadow: 0px 0px 15px 1px #757373;
  -o-box-shadow: 0px 0px 15px 1px #757373;
}

.blog-post-box1:hover .ghost-semi-color-btn {
  background: #512da8;
  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;
}

.blog-post-box1:hover .ghost-semi-color-btn:hover {
  background: #d1c4e9;
  color: #512da8;
}

.blog-post2-area {
  padding: 118px 0 100px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-post2-area {
    padding: 108px 0 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-post2-area {
    padding: 98px 0 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .blog-post2-area {
    padding: 88px 0 70px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .blog-post2-area {
    padding: 78px 0 60px;
  }
}
@media only screen and (max-width: 320px) {
  .blog-post2-area {
    padding: 68px 0 50px;
  }
}
.blog-post-box2 {
  background: #f8f8f8;
  margin-bottom: 30px;
}

.blog-post-img-holder {
  position: relative;
  overflow: hidden;
}

.blog-post-img-holder img {
  width: 100%;
  -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;
}

.blog-post-img-holder:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-post-content-holder {
  padding: 20px 35px 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-post-content-holder {
    padding: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-post-content-holder {
    padding: 20px 15px;
  }
}
.blog-post-content-holder h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.2;
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-post-content-holder h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-post-content-holder h3 {
    font-size: 18px;
  }
}
.blog-post-content-holder h3 a {
  color: #222222;
  -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;
}

.blog-post-content-holder h3 a:hover {
  color: #512da8;
}

.blog-post-content-holder ul li {
  margin-right: 10px;
  padding-right: 10px;
  display: inline;
  text-transform: initial;
  border-right: 1px solid #bdbdbd;
}

@media only screen and (max-width: 480px) {
  .blog-post-content-holder ul li {
    font-size: 14px;
    margin-right: 2px;
    padding-right: 6px;
  }
}
.blog-post-content-holder ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.blog-post-content-holder ul li span {
  color: #512da8;
  text-transform: capitalize;
}

.post-date {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 15px;
  background: #e91e63;
  left: 0;
  width: 70px;
  text-align: center;
  padding-top: 14px;
  height: 70px;
  -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 (min-width: 768px) and (max-width: 991px) {
  .post-date {
    height: 60px;
    width: 60px;
    padding-top: 10px;
  }
}
.post-date h3 {
  color: #ffffff;
  line-height: 1;
  margin-bottom: 5px;
  font-size: 18px;
}

.post-date2 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 15px;
  background: #e91e63;
  left: 0;
  width: 70px;
  text-align: center;
  padding-top: 14px;
  height: 70px;
  -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 (min-width: 321px) and (max-width: 479px) {
  .post-date2 {
    height: 65px;
    width: 65px;
    padding-top: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .post-date2 {
    height: 60px;
    width: 60px;
    padding-top: 12px;
  }
}
.post-date2 h2 {
  color: #ffffff;
  line-height: 1;
  margin-bottom: 5px;
  font-size: 20px;
}

@media (min-width: 321px) and (max-width: 479px) {
  .post-date2 h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .post-date2 h2 {
    font-size: 16px;
  }
}
.blog-page1-area {
  padding: 130px 0 100px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-page1-area {
    padding: 120px 0 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-page1-area {
    padding: 110px 0 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .blog-page1-area {
    padding: 100px 0 70px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .blog-page1-area {
    padding: 90px 0 60px;
  }
}
@media only screen and (max-width: 320px) {
  .blog-page1-area {
    padding: 80px 0 50px;
  }
}
.blog-page1-box {
  background: #f8f8f8;
  display: flex;
  margin-bottom: 30px;
}

.blog-page1-box .blog-page1-box-img {
  flex: 5;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .blog-page1-box .blog-page1-box-img {
    padding-top: 30px;
  }
}
.blog-page1-box .blog-page1-box-content {
  flex: 6;
}

.blog-page1-box .blog-page1-box-content .blog-post-content-holder {
  padding: 25px 20px 15px 20px;
}

.blog-page1-box .blog-page1-box-content .blog-post-content-holder h3 {
  font-size: 22px;
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-page1-box {
    display: block;
  }
}
@media only screen and (max-width: 554px) {
  .blog-page1-box {
    display: block;
  }
}
.blog-page2-area {
  padding: 130px 0 100px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-page2-area {
    padding: 120px 0 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-page2-area {
    padding: 110px 0 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .blog-page2-area {
    padding: 100px 0 70px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .blog-page2-area {
    padding: 90px 0 60px;
  }
}
@media only screen and (max-width: 320px) {
  .blog-page2-area {
    padding: 80px 0 50px;
  }
}
.single-blog-page-area {
  padding: 130px 0 110px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .single-blog-page-area {
    padding: 120px 0 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-blog-page-area {
    padding: 110px 0 90px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .single-blog-page-area {
    padding: 100px 0 80px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .single-blog-page-area {
    padding: 90px 0 70px;
  }
}
@media only screen and (max-width: 320px) {
  .single-blog-page-area {
    padding: 80px 0 60px;
  }
}
.single-blog-wrapper .single-blog-img-holder {
  position: relative;
}

.single-blog-wrapper .single-blog-img-holder a img {
  margin-bottom: 20px;
  width: 100%;
}

.single-blog-wrapper .single-blog-content-holder h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
}

.single-blog-wrapper .single-blog-content-holder h2 a {
  color: #222222;
  -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;
}

.single-blog-wrapper .single-blog-content-holder h2 a:hover {
  color: #512da8;
}

.single-blog-wrapper .single-blog-content-holder ul {
  margin-bottom: 30px;
}

.single-blog-wrapper .single-blog-content-holder ul li {
  margin-right: 10px;
  padding-right: 10px;
  display: inline;
  text-transform: initial;
  border-right: 1px solid #bdbdbd;
}

.single-blog-wrapper .single-blog-content-holder ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.single-blog-wrapper .single-blog-content-holder ul li span {
  color: #512da8;
  text-transform: capitalize;
}

.single-blog-wrapper .single-blog-content-holder p {
  font-size: 14px;
  margin-bottom: 45px;
}

.single-blog-wrapper .single-blog-content-holder > span {
  margin-bottom: 50px;
  background: #f8f8f8;
  padding: 40px 60px 40px 60px;
  position: relative;
  display: block;
  color: #707070;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 1px;
}

@media only screen and (max-width: 480px) {
  .single-blog-wrapper .single-blog-content-holder > span {
    padding: 30px;
  }
}
.single-blog-wrapper .single-blog-content-holder > span:before {
  content: "";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  color: #e91e63;
}

@media only screen and (max-width: 480px) {
  .single-blog-wrapper .single-blog-content-holder > span:before {
    left: 5px;
    top: 20px;
  }
}
.single-blog-wrapper .tag-share {
  padding: 40px 0 45px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .single-blog-wrapper .tag-share {
    padding: 25px 0 35px;
  }
}
.single-blog-wrapper .tag-share li {
  display: inline-block;
}

.single-blog-wrapper .tag-share li ul li {
  display: inline-block;
  font-size: 15px;
}

.single-blog-wrapper .tag-share li ul li a {
  color: #707070;
}

.single-blog-wrapper .tag-share li ul li:last-child {
  float: inherit;
}

.single-blog-wrapper .tag-share li:last-child {
  float: right;
}

@media only screen and (max-width: 991px) {
  .single-blog-wrapper .tag-share li:last-child {
    float: inherit;
    margin-top: 5px;
  }
}
.single-blog-wrapper .tag-share li .inner-tag {
  margin-top: 5px;
}

.single-blog-wrapper .tag-share li .inner-tag li:first-child {
  font-weight: 700;
}

.single-blog-wrapper .tag-share li .inner-share li {
  margin-left: 5px;
}

@media only screen and (max-width: 991px) {
  .single-blog-wrapper .tag-share li .inner-share li {
    margin-right: 5px;
    margin-left: 0;
  }
}
.single-blog-wrapper .tag-share li .inner-share li a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
}

.single-blog-wrapper .tag-share li .inner-share li:nth-child(1n) a {
  background: #3b5998;
}

.single-blog-wrapper .tag-share li .inner-share li:nth-child(2n) a {
  background: #00aced;
}

.single-blog-wrapper .tag-share li .inner-share li:nth-child(3n) a {
  background: #276cca;
}

.single-blog-wrapper .tag-share li .inner-share li:nth-child(4n) a {
  background: #e94a0b;
}

.single-blog-wrapper .about-author {
  margin-bottom: 30px;
}

.single-blog-wrapper .blog-comments {
  padding-bottom: 10px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ebebeb;
}

.single-blog-wrapper .blog-comments h2 {
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.single-blog-wrapper .blog-comments ul li {
  margin-bottom: 40px;
  position: relative;
  display: flex;
}

@media only screen and (max-width: 480px) {
  .single-blog-wrapper .blog-comments ul li {
    display: block;
  }
}
.single-blog-wrapper .blog-comments ul li .comments-img {
  flex: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
  .single-blog-wrapper .blog-comments ul li .comments-img {
    margin-right: 10px;
  }
}
.single-blog-wrapper .blog-comments ul li .comments-img a {
  display: block;
  border-radius: 50%;
}

.single-blog-wrapper .blog-comments ul li .comments-content {
  padding-top: 10px;
  flex: 4;
}

.single-blog-wrapper .blog-comments ul li .comments-content h3 {
  font-size: 16px;
}

.single-blog-wrapper .blog-comments ul li .comments-content h3 a {
  color: #222222;
  -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;
}

.single-blog-wrapper .blog-comments ul li .comments-content h3 a:hover {
  color: #512da8;
}

.single-blog-wrapper .blog-comments ul li .comments-content p {
  font-size: 14px;
}

.single-blog-wrapper .blog-comments ul li .comments-content span {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}

.single-blog-wrapper .blog-comments ul li .comments-content span a {
  color: #ffffff;
  border-radius: 30px;
  padding: 8px 20px;
  display: block;
  background: #707070;
  font-size: 12px;
  -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;
}

.single-blog-wrapper .blog-comments ul li .comments-content span:hover a {
  background: #512da8;
}

.single-blog-wrapper .blog-comments ul li:nth-child(even) {
  padding-left: 40px;
}

@media only screen and (max-width: 570px) {
  .single-blog-wrapper .blog-comments ul li:nth-child(even) {
    padding-left: 0;
  }
}
.single-blog-wrapper .blog-comments ul li:nth-child(even) .comments-content span {
  right: 30px;
}

.single-blog-wrapper .leave-comments h2 {
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.single-blog-wrapper .leave-comments .form-group {
  margin-bottom: 30px;
}

.single-blog-wrapper .leave-comments .form-group .form-control {
  border-radius: 30px;
  background: #f9f9f9;
  box-shadow: none;
  border: none;
}

.single-blog-wrapper .leave-comments .form-group input {
  padding: 3px 5px 5px 25px;
  height: 50px;
  color: #222222;
  font-weight: 500;
}

.single-blog-wrapper .leave-comments .form-group textarea {
  font-weight: 500;
  padding: 20px 30px;
}

.single-blog-wrapper .leave-comments .form-group input.form-control::-webkit-input-placeholder,
.single-blog-wrapper .leave-comments .form-group textarea.form-control::-webkit-input-placeholder {
  color: #707070;
}

.single-blog-wrapper .leave-comments .form-group input.form-control::-moz-placeholder,
.single-blog-wrapper .leave-comments .form-group textarea.form-control::-moz-placeholder {
  color: #707070;
}

.single-blog-wrapper .leave-comments .form-group input.form-control:-moz-placeholder,
.single-blog-wrapper .leave-comments .form-group textarea.form-control:-moz-placeholder {
  color: #707070;
}

.single-blog-wrapper .leave-comments .form-group input.form-control:-ms-input-placeholder,
.single-blog-wrapper .leave-comments .form-group textarea.form-control:-ms-input-placeholder {
  color: #707070;
}

/*=======================================================================
[13] Banner Area
=========================================================================*/
.banner1-area {
  padding: 70px 0 60px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner1-area {
    padding: 65px 0 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner1-area {
    padding: 60px 0 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .banner1-area {
    padding: 55px 0 45px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .banner1-area {
    padding: 50px 0 40px;
  }
}
@media only screen and (max-width: 320px) {
  .banner1-area {
    padding: 45px 0 35px;
  }
}
.banner1-area .banner1-content p {
  color: #ffffff;
}

.banner2-area {
  padding: 113px 0 130px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner2-area {
    padding: 103px 0 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner2-area {
    padding: 93px 0 110px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .banner2-area {
    padding: 83px 0 100px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .banner2-area {
    padding: 73px 0 90px;
  }
}
@media only screen and (max-width: 320px) {
  .banner2-area {
    padding: 63px 0 80px;
  }
}
.banner2-area .banner2-content .title-default-color {
  font-size: 48px;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner2-area .banner2-content .title-default-color {
    font-size: 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .banner2-area .banner2-content .title-default-color {
    font-size: 36px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .banner2-area .banner2-content .title-default-color {
    font-size: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .banner2-area .banner2-content .title-default-color {
    font-size: 24px;
  }
}
.banner2-area .banner2-content p {
  color: #ffffff;
  margin-bottom: 20px;
}

.banner1-btn {
  padding: 40px 0 0 0;
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .banner1-btn {
    text-align: left;
    padding: 10px 0 0 0;
  }
}
.banner-btn-center {
  text-align: center;
}

.bg-style {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*=======================================================================
[14] Sponsors Area
=========================================================================*/
#sponsors {
  background: #ffffff;
  text-align: center;
  color: #333333;
}

.sponsors-area1 {
  padding: 30px 0 80px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sponsors-area1 {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sponsors-area1 {
    padding: 50px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sponsors-area1 {
    padding: 70px 0 60px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .sponsors-area1 {
    padding: 60px 0 50px;
  }
}
@media only screen and (max-width: 320px) {
  .sponsors-area1 {
    padding: 50px 0 40px;
  }
}
.sponsors-area1 .sponsors-inner-top h2 {
  background: url(img/brand/title-back1.png);
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
}

.sponsors-area1 .sponsors-inner-bottom h2 {
  background: url(img/brand/title-back2.png);
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
}

.sponsors-area2 {
  padding: 130px 0;
}

.sponsors-area1 .sponsors-inner-bottom ul {
  margin-top: 40px;
  padding-bottom: 40px;
}

.sponsors-inner-bottom.brand-small ul li img {
  max-width: 180px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sponsors-area2 {
    padding: 120px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sponsors-area2 {
    padding: 110px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sponsors-area2 {
    padding: 100px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .sponsors-area2 {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 320px) {
  .sponsors-area2 {
    padding: 80px 0;
  }
}
.sponsors-area2 .sponsors-inner-top h2 {
  background: url(img/brand/title-back3.png);
  color: #222222;
  background-repeat: no-repeat;
  background-position: center;
}

.sponsors-area2 .sponsors-inner-bottom h2 {
  background: url(img/brand/title-back4.png);
  color: #222222;
  background-repeat: no-repeat;
  background-position: center;
}

.sponsors-area-top {
  text-align: center;
  padding: 85px 0 65px;
}

.sponsors-area-top .sponsors-title {
  font-size: 48px;
  color: #000000;
}

.sponsors-inner-top {
  margin-bottom: 55px;
}

.sponsors-inner-top h2 {
  font-size: 24px;
  text-align: center;
  background-repeat: no-repeat;
  padding: 5px 0;
  background-position: center;
  margin-bottom: 50px;
}

.sponsors-inner-top ul {
  text-align: center;
}

.sponsors-inner-top ul li {
  display: inline-block;
  margin: 0 18px 15px;
}

.sponsors-inner-bottom h2 {
  margin-bottom: 50px;
  font-size: 24px;
  text-align: center;
  padding: 5px 0;
}

.sponsors-inner-bottom ul {
  text-align: center;
  margin-top: 20px !important;
}

.sponsors-inner-bottom ul li {
  display: inline-block;
  margin: 0 18px 15px;
}

/*=======================================================================
[15] Price Table Area
=========================================================================*/
.price-table-box1 {
  text-align: center;
}

.centerbtn {
  text-align: center;
}

.centerbtn .ghost-bw-btn {
  background-color: rgba(81, 45, 168, 0.8);
  margin: 30px 0 0 0;
}

.btnfade {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.btnfade:hover {
  opacity: 0.85;
}

.tag {
  font-size: 40px;
  text-transform: uppercase;
  padding: 60px 0 15px 0;
  letter-spacing: 0.3em;
}

@media only screen and (max-width: 767px) {
  .price-table-box1 {
    margin-bottom: 15px;
  }
}
.price-table-box1 .price-table-box-inner {
  padding: 30px 0 50px;
  border-radius: 7px;
  margin: 0 auto;
  -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-box-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 200px;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .price-table-box1 .price-table-box-inner {
    max-width: 380px;
  }
}
.price-table-box1 .price-table-box-inner span {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
}

.price-table-box1 .price-table-box-inner h2 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 0;
}

@media (min-width: 321px) and (max-width: 479px) {
  .price-table-box1 .price-table-box-inner h2 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 320px) {
  .price-table-box1 .price-table-box-inner h2 {
    font-size: 42px;
  }
}
.price-table-box1 .price-table-box-inner h3 {
  color: #ffffff;
  /* text-transform: lowercase; */
  font-size: 18px;
  width: 100%;
  display: block;
  margin-bottom: 0;
  height: 82px;
}

.price-table-box1 .price-table-box-inner p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
}

.price-table-box1 .price-table-box-inner p i {
  margin-right: 10px;
}

.price-table-box1:nth-child(1n) .price-table-box-inner {
  background: #2a0368;
}

.price-table-box1:nth-child(2n) .price-table-box-inner {
  background: #580087;
}

.price-table-box1:nth-child(3n) .price-table-box-inner {
  background: #e61c72;
}

.price-table-box1:hover .price-table-box-inner {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 767px) {
  .price-table-box2 {
    margin-bottom: 15px;
  }
}
.price-table-box2 .price-table-box-inner {
  background: #ffffff;
  text-align: center;
  padding: 65px 0 70px;
  margin: 0 auto;
  -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) {
  .price-table-box2 .price-table-box-inner {
    max-width: 380px;
  }
}
.price-table-box2 .price-table-box-inner span {
  text-transform: uppercase;
  color: #222222;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  -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-box2 .price-table-box-inner h2 {
  color: #222222;
  font-size: 60px;
  -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 (min-width: 321px) and (max-width: 479px) {
  .price-table-box2 .price-table-box-inner h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 320px) {
  .price-table-box2 .price-table-box-inner h2 {
    font-size: 42px;
  }
}
.price-table-box2 .price-table-box-inner p {
  color: #222222;
  font-size: 16px;
  margin-bottom: 16px;
  -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-box2 .price-table-box-inner a {
  margin-top: 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;
}

.price-table-box2:hover .price-table-box-inner {
  background: #e91e63;
}

.price-table-box2:hover .price-table-box-inner span {
  color: #ffffff;
}

.price-table-box2:hover .price-table-box-inner h2 {
  color: #ffffff;
}

.price-table-box2:hover .price-table-box-inner p {
  color: #ffffff;
}

.price-table-box2:hover .price-table-box-inner a {
  background: #ffffff;
  color: #222222;
}

@media only screen and (max-width: 767px) {
  .price-table-box3 {
    margin-bottom: 15px;
  }
}
.price-table-box3 .price-table-box-inner {
  text-align: center;
  border-radius: 7px;
  background: #ffffff;
  margin: 0 auto;
  -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) {
  .price-table-box3 .price-table-box-inner {
    max-width: 380px;
  }
}
.price-table-box3 .price-table-box-inner .price-table-box-top {
  padding: 40px 0 25px;
}

.price-table-box3 .price-table-box-inner span {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
}

.price-table-box3 .price-table-box-inner h2 {
  color: #ffffff;
  font-size: 60px;
}

@media (min-width: 321px) and (max-width: 479px) {
  .price-table-box3 .price-table-box-inner h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 320px) {
  .price-table-box3 .price-table-box-inner h2 {
    font-size: 42px;
  }
}
.price-table-box3 .price-table-box-inner ul {
  margin: 15px 0;
}

.price-table-box3 .price-table-box-inner ul li {
  padding: 12px 0;
}

.price-table-box3 .price-table-box-inner ul li:nth-child(odd) {
  background: #ffffff;
}

.price-table-box3 .price-table-box-inner ul li:nth-child(even) {
  background: #f1f1f1;
}

.price-table-box3:nth-child(1n) .price-table-box-top {
  background: #512da8;
}

.price-table-box3:nth-child(2n) .price-table-box-top {
  background: #1e88e5;
}

.price-table-box3:nth-child(3n) .price-table-box-top {
  background: #e91e63;
}

.price-table-area1 {
  background: #e5e5e5;
  padding: 0 0 30px;
  color: #ffffff;
  text-align: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .price-table-area1 {
    padding: 108px 0 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .price-table-area1 {
    padding: 98px 0 110px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .price-table-area1 {
    padding: 0 0 100px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .price-table-area1 {
    padding: 30px 0 90px;
  }
}
@media only screen and (max-width: 320px) {
  .price-table-area1 {
    padding: 68px 0 80px;
  }
}
.price-table-area2 {
  background: #f8f8f8;
  padding: 130px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .price-table-area2 {
    padding: 120px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .price-table-area2 {
    padding: 110px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .price-table-area2 {
    padding: 100px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .price-table-area2 {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 320px) {
  .price-table-area2 {
    padding: 80px 0;
  }
}
.price-table-area3 {
  background: url(img/coming.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 130px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .price-table-area3 {
    padding: 120px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .price-table-area3 {
    padding: 110px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .price-table-area3 {
    padding: 100px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .price-table-area3 {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 320px) {
  .price-table-area3 {
    padding: 80px 0;
  }
}
.price-table-area4 {
  background: #f8f8f8;
  padding: 130px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .price-table-area4 {
    padding: 120px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .price-table-area4 {
    padding: 110px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .price-table-area4 {
    padding: 100px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .price-table-area4 {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 320px) {
  .price-table-area4 {
    padding: 80px 0;
  }
}
/*=======================================================================
[16] Gallery Area
=========================================================================*/
.event-gallery-area1 {
  padding: 118px 0 125px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .event-gallery-area1 {
    padding: 108px 0 115px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-gallery-area1 {
    padding: 98px 0 105px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .event-gallery-area1 {
    padding: 88px 0 95px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .event-gallery-area1 {
    padding: 78px 0 85px;
  }
}
@media only screen and (max-width: 320px) {
  .event-gallery-area1 {
    padding: 68px 0 75px;
  }
}
.event-gallery-area2 {
  padding: 130px 0 125px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .event-gallery-area2 {
    padding: 120px 0 115px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-gallery-area2 {
    padding: 110px 0 105px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .event-gallery-area2 {
    padding: 100px 0 95px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .event-gallery-area2 {
    padding: 90px 0 85px;
  }
}
@media only screen and (max-width: 320px) {
  .event-gallery-area2 {
    padding: 80px 0 75px;
  }
}
.event-gallery-wrapper {
  margin-left: -5px;
  margin-right: -5px;
}

.event-gallery-wrapper > div {
  padding: 0 3px;
}

.event-gallery-box {
  margin-bottom: 6px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .event-gallery-box img {
    width: 100%;
  }
}
.event-gallery-box:before {
  visibility: hidden;
  opacity: 0;
  content: "";
  background-color: rgba(81, 45, 168, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 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;
}

.event-gallery-box .event-gallery-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  -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;
}

.event-gallery-box .event-gallery-content a {
  background-color: #ffffff;
  height: 55px;
  width: 55px;
  line-height: 58px;
  display: inline-block;
  border-radius: 50%;
}

@media only screen and (max-width: 991px) {
  .event-gallery-box .event-gallery-content a {
    height: 45px;
    width: 45px;
    line-height: 50px;
  }
}
.event-gallery-box .event-gallery-content a i {
  color: #222222;
  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: 991px) {
  .event-gallery-box .event-gallery-content a i {
    font-size: 18px;
  }
}
.event-gallery-box:hover:before {
  visibility: visible;
  opacity: 1;
}

.event-gallery-box:hover .event-gallery-content {
  visibility: visible;
  opacity: 1;
}

/*=======================================================================
[17] Seat Booking Area
=========================================================================*/
.seat-booking-area {
  padding: 118px 0 115px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .seat-booking-area {
    padding: 108px 0 105px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .seat-booking-area {
    padding: 98px 0 95px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .seat-booking-area {
    padding: 88px 0 85px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .seat-booking-area {
    padding: 78px 0 75px;
  }
}
@media only screen and (max-width: 320px) {
  .seat-booking-area {
    padding: 68px 0 65px;
  }
}
@media only screen and (max-width: 767px) {
  .seat-booking-area {
    text-align: center;
  }
}
.seat-booking-area .title-default-color {
  margin-bottom: 55px;
}

.seat-booking-area .form-group input {
  color: #ffffff;
  padding: 5px 5px 5px 20px;
  height: 50px;
  border-radius: 30px;
  background: transparent;
}

.seat-booking-area .form-group input.form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.seat-booking-area .form-group input.form-control::-moz-placeholder {
  color: #ffffff;
}

.seat-booking-area .form-group input.form-control:-moz-placeholder {
  color: #ffffff;
}

.seat-booking-area .form-group input.form-control:-ms-input-placeholder {
  color: #ffffff;
}

/*=======================================================================
[18] Sidebar Area
=========================================================================*/
@media only screen and (max-width: 767px) {
  .sidebar {
    margin-top: 30px;
  }
}
.stylish-input-group {
  background: #f8f8f8;
  border: 1px solid #bdbdbd;
  padding: 10px;
  border-radius: 30px;
}

.stylish-input-group .form-control {
  border: none;
  box-shadow: 0 0 0;
  border-radius: 0;
  background: transparent;
  text-transform: capitalize;
  color: #111111;
}

.stylish-input-group .input-group-addon {
  border: none;
  border-radius: 0;
}

.stylish-input-group .input-group-addon button {
  border: 0;
  background: transparent;
}

.stylish-input-group .input-group-addon button span {
  color: #512da8;
}

.form-control::-moz-placeholder {
  color: #646464;
  font-size: 14px;
}

.sidebar-search-area h2 {
  margin-top: -8px;
}

.sidebar-search-area .stylish-input-group {
  padding: 5px 10px;
}

.product-tags li {
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 5px;
  border: 1px solid #bdbdbd;
  background: transparent;
  border-radius: 30px;
  -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;
}

.product-tags li a {
  color: #444444;
  text-transform: capitalize;
  display: block;
  padding: 5px 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;
}

.product-tags li:hover {
  border: 1px solid #512da8;
  background: #512da8;
}

.product-tags li:hover a {
  color: #ffffff;
}

.categories ul li {
  font-weight: 500;
  margin-bottom: 18px;
  padding-bottom: 18px;
  text-transform: capitalize;
  border-bottom: 1px solid #e4e4e4;
}

.categories ul li:last-child {
  margin-bottom: 0;
}

.categories ul li a {
  color: #444444;
  -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;
}

.categories ul li a:hover {
  color: #512da8;
}

.categories ul li a i {
  margin-right: 15px;
  color: #512da8;
}

.categories ul li:last-child {
  border-bottom: none;
}

/*=======================================================================
[19] Contact Page Area
=========================================================================*/
.contact-page-area {
  padding: 0 0 130px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-page-area {
    padding: 0 0 115px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-page-area {
    padding: 0 0 100px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .contact-page-area {
    padding: 0 0 85px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .contact-page-area {
    padding: 0 0 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .contact-page-area {
    padding: 0 0 45px 0;
  }
}
.contact-page-area .google-map-area {
  margin-bottom: 85px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-page-area .google-map-area {
    margin-bottom: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-page-area .google-map-area {
    margin-bottom: 65px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .contact-page-area .google-map-area {
    margin-bottom: 55px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .contact-page-area .google-map-area {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 320px) {
  .contact-page-area .google-map-area {
    margin-bottom: 35px;
  }
}
.contact-page-area .contact-title {
  font-size: 36px;
  margin-bottom: 40px;
  text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-page-area .contact-title {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-page-area .contact-title {
    font-size: 32px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .contact-page-area .contact-title {
    font-size: 30px;
    margin-bottom: 35px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .contact-page-area .contact-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .contact-page-area .contact-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.contact-page-area .contact-form .form-group {
  margin-bottom: 20px;
}

.contact-page-area .contact-form .form-group .form-control {
  border-radius: 25px;
  background: #f8f8f8;
  box-shadow: none;
  border: 1px solid #bdbdbd;
}

.contact-page-area .contact-form .form-group input {
  height: 44px;
  padding: 5px 15px;
}

.contact-page-area .contact-form .form-group textarea {
  height: 174px;
  padding: 20px 0 0 20px;
}

.contact-page-area .contact-form .form-group button {
  margin-top: 20px;
}

@media (min-width: 321px) and (max-width: 479px) {
  .contact-page-area .contact-form .form-group button {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .contact-page-area .contact-form .form-group button {
    margin-top: 0;
  }
}
.contact-page-area .contact-form .form-response .alert-info {
  margin-top: 15px;
  letter-spacing: 5px;
}

.contact-page-area .contact-form .form-response .alert-info p {
  color: #e91e63;
}

.contact-page-area .contact-form .form-response .alert-success {
  background-color: transparent;
  color: #008000;
  letter-spacing: 1px;
  border-color: transparent;
  font-weight: 500;
  margin-top: 15px;
}

@media only screen and (max-width: 479px) {
  .contact-page-area .contact-form .form-response .alert-success {
    letter-spacing: 1px;
  }
}
.contact-page-area .contact-form .form-response .alert-success p i {
  margin-right: 10px;
}

.contact-page-area .contact-form .form-response .alert {
  padding: 15px 0;
}

.contact-page-area .contact-form input.form-control::-webkit-input-placeholder {
  color: #444444;
}

.contact-page-area .contact-form input.form-control::-moz-placeholder {
  color: #444444;
}

.contact-page-area .contact-form input.form-control:-moz-placeholder {
  color: #444444;
}

.contact-page-area .contact-form input.form-control:-ms-input-placeholder {
  color: #444444;
}

/*=======================================================================
[20] Error Page Area
=========================================================================*/
.error-page-area {
  text-align: center;
  padding: 118px 0 130px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .error-page-area {
    padding: 108px 0 120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .error-page-area {
    padding: 98px 0 110px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .error-page-area {
    padding: 88px 0 100px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .error-page-area {
    padding: 78px 0 90px;
  }
}
@media only screen and (max-width: 320px) {
  .error-page-area {
    padding: 68px 0 80px;
  }
}
.error-page-area .error-bottom {
  text-align: center;
}

.error-page-area .error-bottom img {
  margin: 0 auto;
}

.error-page-area .error-bottom a {
  margin-top: 70px;
}

@media (min-width: 321px) and (max-width: 479px) {
  .error-page-area .error-bottom a {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 320px) {
  .error-page-area .error-bottom a {
    margin-top: 50px;
  }
}
.error-page-area .error-top h2 {
  font-size: 36px;
  color: #222222;
  line-height: 1.6;
  margin-bottom: 60px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .error-page-area .error-top h2 {
    font-size: 34px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .error-page-area .error-top h2 {
    font-size: 32px;
    margin-bottom: 55px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .error-page-area .error-top h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .error-page-area .error-top h2 {
    font-size: 28px;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 320px) {
  .error-page-area .error-top h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
/*=======================================================================
[21] Footer Page Area
=========================================================================*/
.footer-area-top {
  position: relative;
  padding: 120px 0 100px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area-top {
    padding: 110px 0 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area-top {
    padding: 100px 0 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .footer-area-top {
    padding: 90px 0 70px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .footer-area-top {
    padding: 80px 0 60px;
  }
}
@media only screen and (max-width: 320px) {
  .footer-area-top {
    padding: 70px 0 50px;
  }
}
.footer-area-top:before {
  content: "";
  background-color: #15b384;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (min-width: 480px) and (max-width: 991px) {
  .footer-area-top {
    padding: 73px 0 50px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-area-top {
    padding: 63px 0 40px;
  }
}
.footer-area-top .footer-box {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .footer-area-top .footer-box {
    margin-bottom: 40px;
  }
}
.footer-area-top p {
  color: #b3b3b3;
}

.footer-area-top h3 {
  font-size: 22px;
  margin-bottom: 50px;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .footer-area-top h3 {
    margin-bottom: 30px;
  }
}
.footer-area-top .footer-latest-news li {
  margin-bottom: 45px;
}

.footer-area-top .footer-latest-news li h4 {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer-area-top .footer-latest-news li p {
  color: #ffffff;
  font-size: 14px;
}

.footer-area-top .footer-latest-news li:last-child {
  margin-bottom: 0;
}

.footer-area-top .featured-links > li {
  display: inline-block;
  width: 49%;
  margin-bottom: 17px;
  font-size: 14px;
}

.footer-area-top .featured-links > li 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-area-top .featured-links > li a:hover {
  color: #e91e63;
}

.footer-area-top .newsletter-area p {
  color: #ffffff;
  margin-bottom: 30px;
}

.footer-area-top .newsletter-area .stylish-input-group {
  background: #422193;
  margin-bottom: 35px;
  border: none;
  padding: 0;
  border-radius: 30px;
}

@media only screen and (max-width: 767px) {
  .footer-area-top .newsletter-area .stylish-input-group {
    max-width: 380px;
  }
}
.footer-area-top .newsletter-area .stylish-input-group .form-control {
  border: none;
  border-radius: 0;
  text-transform: lowercase;
  height: 50px;
  font-size: 13px;
  padding-left: 20px;
  color: #ffffff;
}

.footer-area-top .newsletter-area .stylish-input-group .input-group-addon {
  border: none;
  border-radius: 0 30px 30px 0;
  padding: 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;
}

.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button {
  border: 0;
  background: #422193;
  padding: 8px 10px 7px;
  border-radius: 0 30px 30px 0;
}

.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button i {
  height: 35px;
  width: 50px;
  border-radius: 30px;
  line-height: 1.7;
  color: #ffffff;
  background: #e91e63;
  font-size: 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;
}

.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button:hover i {
  background: #ffffff;
  color: #e91e63;
}

.footer-area-top .newsletter-area .stylish-input-group .form-control::-moz-placeholder {
  color: #ffffff;
}

.footer-area-top .footer-social li {
  display: inline-block;
  margin-right: 5px;
}

.footer-area-top .footer-social li a {
  width: 40px;
  height: 40px;
  border: none;
  display: block;
  text-align: center;
  line-height: 40px;
  background: 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;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-area-top .footer-social li a {
    height: 28px;
    width: 28px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-area-top .footer-social li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
}
.footer-area-top .footer-social li a i {
  color: #ffffff;
  font-size: 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;
  opacity: 0.9;
}

.footer-area-top .footer-social li a:hover {
  background: none;
}

.footer-area-top .footer-social li a:hover i {
  color: #ffffff;
}

.footer-area-bottom {
  text-align: center;
  background: #000000;
  padding: 19px 0 0;
}

.footer-area-bottom p {
  color: #8f8f8f;
  font-size: 15px;
}

.footer-area-bottom p a {
  color: #ffffff;
  -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;
}

.footer-area-bottom p a:hover {
  color: #512da8;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

/* popup */
#canvas {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 200;
  display: none;
  background: rgba(0, 0, 0, 0);
  -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;
}

#canvas.show {
  display: block;
  background: rgba(0, 0, 0, 0.8);
}

#bios {
  position: absolute;
  background: #ffffff;
  width: 70%;
  left: 50%;
  margin-left: -35%;
  opacity: 0;
  top: 100vh;
  z-index: 201;
  -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;
  max-height: 70vh;
}

#bios.show {
  opacity: 1;
  top: 100px;
}

#bios .inn {
  padding: 30px;
  overflow-y: auto;
  max-height: calc(70vh - 150px);
}

#bios .img-responsive {
  width: 130px;
  height: 130px;
  float: left;
  margin: 0 20px 0 0;
}

#bios dl {
  padding-bottom: 15px;
}

#bios dd {
  text-transform: uppercase;
}

#bios dd.topic {
  text-transform: none;
  color: #edd41d;
  border-top: 5px solid #e61c5d;
  margin: 5px 0;
  display: inline-block;
}

#bios dt a {
  font-family: "rutanmedium", sans-serif;
  color: #edd41d;
  text-transform: lowercase;
  font-style: italic;
}

#bios dt a:hover {
  opacity: 0.8;
}

#bios .name {
  height: 130px;
  background: #0ab07d;
  background-size: cover;
  color: #ffffff;
}

#bios .name h3 {
  padding-top: 10px;
  color: #ffffff;
  margin: 0;
}

#bios dl .img-circle {
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-left: 5px;
}

#bios.show .close {
  opacity: 1;
}

#bios .close {
  position: absolute;
  right: -25px;
  top: -25px;
  opacity: 0;
}

#bios .close a {
  color: #ffffff;
  font-size: 20px;
  background: #e91e63;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  opacity: 0.8;
}

#bios .close a:hover {
  opacity: 1;
}

#bios .close a i {
  color: #ffffff;
}

#bios .bio {
  display: none;
}

#bios .bio.show {
  display: block;
}

#bios .bio .inn {
  color: #333;
}

.text-center {
  text-align: center !important;
}

@media all and (max-width: 767px) {
  #bios {
    width: 80%;
    left: 50%;
    margin-left: -40%;
  }
}
@media all and (max-width: 560px) {
  #bios .name {
    height: auto;
    padding-left: 20px;
  }

  #bios .img-responsive {
    display: none;
  }
}
.btn {
  border: 2px solid #e61c5d;
  color: #e61c5d;
  text-transform: uppercase;
  font-size: 24px;
  border-radius: 40px;
  padding: 15px 30px;
  background: #ffffff;
  transition: background 0.5s ease;
  text-align: center;
  word-break: break-all;
}

.btn:hover {
  background: #e61c5d;
  color: #ffffff;
}

@media all and (max-width: 480px) {
  .btn {
    font-size: 20px;
    border-radius: 40px;
    padding: 10px 15px;
    display: block;
    clear: both;
  }
}
.bio .flag {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

#programa {
  background: #f04c72 url(img/bg_program.png) no-repeat scroll 0 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.title-default small {
  font-size: 18px;
  letter-spacing: 0.1em;
  display: block;
  color: #0f4c5c;
}

.info .btnfade {
  position: relative;
  top: 10px;
}

.info .btnfade p {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}

.sponsors-inner-bottom ul {
  padding: 0 100px;
}
@media all and (max-width: 991px) {
  .sponsors-inner-bottom ul {
    padding: 0;
  }
}

#preloader {
  background: #f7f7f6 url(images/background-generic.jpg) repeat;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
  display: none;
}

* {
  box-sizing: border-box;
}

#inicio {
  height: 100vh;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 0px;
}
@media all and (max-width: 800px) {
  #inicio {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    height: auto;
  }
}
@media all and (max-width: 580px) {
  #inicio {
    grid-template-columns: 1fr;
    grid-template-rows: inherit;
  }
}
#inicio .area {
  /*border: 1px solid #dfdfdf;*/
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 10;
  /* logo */
}
#inicio .area p {
  display: block;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
#inicio .area .info {
  text-align: center;
  padding: 0 15px;
}
#inicio .area#area1 {
  align-items: flex-end;
  grid-column: span 2;
}
#inicio .area .logo {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
#inicio .area .logo img {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 600px) {
  #inicio .area .logo {
    width: 80%;
  }
}
@media all and (max-width: 800px) {
  #inicio .area#span1 {
    grid-column: span 2;
  }
}
@media all and (max-width: 580px) {
  #inicio .area#span1 {
    display: none;
  }
}
#inicio .area#span1 img {
  width: 160px;
  height: auto;
}
#inicio .area#span2 {
  align-items: flex-start;
  grid-column: span 2;
}
@media all and (max-width: 800px) {
  #inicio .area#span2 {
    display: none;
  }
}
#inicio .area#span3 {
  background: transparent url(images/deco_topright.png) no-repeat scroll right top;
  align-items: flex-end;
  justify-content: flex-start;
}
#inicio .area#span3 img {
  width: 130px;
  height: auto;
}
@media all and (max-width: 800px) {
  #inicio .area#span3 {
    grid-column: span 2;
  }
  #inicio .area#span3 img {
    width: 90px;
    margin: 20px;
  }
}
#inicio .area#span6 {
  align-items: flex-end;
  grid-column: span 2;
}
#inicio .area#span6 img {
  width: 180px;
  height: auto;
  position: relative;
  top: 50px;
}
@media all and (max-width: 800px) {
  #inicio .area#span6 {
    display: none;
  }
}
#inicio .area#area2 .info p:first-child {
  color: #5ca1f8;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  font-size: 30px;
  font-family: "font1-bold", sans-serif;
  font-weight: bold;
}
#inicio .area#area2 .info p:last-child {
  font-size: 18px;
  font-family: "font1-light", sans-serif;
  color: #dc4238;
}
#inicio .area#area2 .info p:last-child small {
  display: block;
  width: 100%;
  font-size: 14px;
}
@media all and (max-width: 800px) {
  #inicio .area#area2 {
    grid-column: span 2;
  }
}
#inicio .area#area3 p {
  margin: 0;
}
#inicio .area#area3 p:first-child {
  display: inline-block;
  margin: 0;
  background: #5ca1f8;
  width: auto;
  color: white;
  padding: 10px;
  font-size: 26px;
  font-family: "font1-light", sans-serif;
}
#inicio .area#area3 p:last-child {
  font-size: 24px;
  font-family: "font1-bold", sans-serif;
  color: #dc4238;
}
#inicio .area#area3 p:last-child small {
  font-family: "font1-light", sans-serif;
  display: block;
  width: 100%;
  font-size: 14px;
  position: relative;
  top: -10px;
}
#inicio .area#area3 img {
  width: 270px;
}
@media all and (max-width: 800px) {
  #inicio .area#area3 img {
    /*width: 180px;*/
    margin: 20px;
  }
}
@media all and (max-width: 800px) {
  #inicio .area#area3 {
    grid-column: span 2;
  }
}
@media all and (max-width: 580px) {
  #inicio .area {
    grid-column: span inherit !important;
  }
}

#edition {
  height: 100vh;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  /*background: url(images/background-12.jpg) repeat-y;*/
  background-size: 100%;
  background-position: 0 0;
}
@media all and (max-width: 767px) {
  #edition {
    background-size: 130%;
    background-position: 50% 0;
  }
}
#edition .area {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25vh;
}
#edition .area .iab {
  width: 150px;
  height: auto;
  display: block;
}
@media all and (max-width: 600px) {
  #edition .area .iab {
    width: 100px;
  }
}
#edition #arealogo {
  height: 45vh;
}
#edition #arealogo img {
  width: auto;
  height: 100%;
  display: block;
}
@media all and (max-width: 1100px) {
  #edition #arealogo img {
    width: auto;
    height: 80%;
  }
}
@media all and (max-width: 767px) {
  #edition #arealogo img {
    width: 60%;
    height: auto;
    margin: 30px;
  }
}

#about {
  /*width: 100%;*/
  position: relative;
  /*	display: flex;
  	align-items: center;*/
  justify-content: center;
  padding: 150px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 20px;
}
@media all and (max-width: 1200px) {
  #about {
    padding: 50px 0;
    grid-template-columns: 1fr;
  }
}
#about #aboutinfo.area {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  background: transparent url(images/bg-about-circle.png) no-repeat scroll center;
  background-size: cover;
  color: white;
  width: 45vw;
  height: 45vw;
  padding: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#about #aboutinfo.area .text {
  display: block;
  font-size: 20px;
  text-align: center;
}
#about #aboutinfo.area .text strong {
  font-family: "font1-bold", sans-serif;
}
@media all and (max-width: 1200px) {
  #about #aboutinfo.area {
    height: 60vw;
    padding: 70px 45px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    width: 100vw;
    background: transparent url(images/bg-about-circle.png) no-repeat scroll center;
    background-size: 60vw;
  }
  #about #aboutinfo.area .text {
    width: 50vw;
  }
}
@media all and (max-width: 899px) {
  #about #aboutinfo.area {
    height: 80vw;
    background-size: 80vw;
  }
  #about #aboutinfo.area .text {
    width: 60vw;
  }
}
@media all and (max-width: 680px) {
  #about #aboutinfo.area {
    height: 90vw;
    background-size: 90vw;
  }
  #about #aboutinfo.area .text {
    width: 70vw;
  }
}
@media all and (max-width: 600px) {
  #about #aboutinfo.area {
    padding: 70px 0 150px 0;
    background: none;
    height: auto;
  }
  #about #aboutinfo.area:before {
    content: "";
    height: 70px;
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    background: transparent url(images/bg-about-top-circle.png) no-repeat;
    background-position: center top;
  }
  #about #aboutinfo.area .text {
    width: 100vw;
    background: #5ca1f8;
    padding: 30px;
  }
}
#about #aboutinfo.area:after {
  content: "";
  background: transparent url(images/bubble.png) no-repeat;
  background-size: 100% 100%;
  height: 750px;
  width: 648px;
  position: absolute;
  top: 0;
  left: -44px;
  z-index: 1;
}
@media all and (max-width: 1200px) {
  #about #aboutinfo.area:after {
    width: 70vw;
    left: inherit;
    top: 2vw;
    height: 1180px;
    background-position: 50% 0;
    background-size: 100%;
    position: absolute;
  }
}
@media all and (max-width: 899px) {
  #about #aboutinfo.area:after {
    width: 90vw;
  }
}
@media all and (max-width: 685px) {
  #about #aboutinfo.area:after {
    width: 110vw;
  }
}
@media all and (max-width: 600px) {
  #about #aboutinfo.area:after {
    width: 100vw;
    height: 150px;
    position: absolute;
    top: inherit;
    bottom: 1px;
    left: 0;
    right: 0;
    background: transparent url(images/bg-about-bottom-circle.png) no-repeat;
    background-position: center bottom;
  }
}
#about #arealogo img {
  width: 30vw;
  height: auto;
  display: block;
}
@media all and (max-width: 767px) {
  #about #arealogo img {
    width: 60%;
    height: auto;
    margin: 30px;
  }
}
#about .area {
  display: flex;
  align-items: center;
  justify-content: center;
}
#about .area .iab {
  width: 150px;
  height: auto;
  display: block;
}
@media all and (max-width: 600px) {
  #about .area .iab {
    width: 100px;
  }
}

#tickets {
  background: #5ca1f8 url(images/bg-blue.png) repeat;
  padding: 20px;
  text-align: center;
  position: relative;
}
#tickets h2 {
  margin-bottom: 40px;
}
#tickets:before {
  content: "";
  position: absolute;
  width: 172px;
  height: 346px;
  background: transparent url(images/bg-redcircle.png) no-repeat scroll 0 50%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -173px;
  z-index: 0;
}
#tickets:after {
  content: "";
  position: absolute;
  width: 87px;
  height: 58px;
  background: transparent url(images/deco_red_lines.png) no-repeat scroll 50% 100%;
  position: absolute;
  bottom: 0;
  left: 15%;
  z-index: 0;
}
#tickets .prices {
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 30px;
}
@media all and (max-width: 670px) {
  #tickets .prices {
    grid-template-columns: 1fr;
  }
}
#tickets .prices .area {
  display: flex;
  align-items: center;
}
#tickets .prices .area:first-child {
  justify-content: flex-end;
}
#tickets .prices .area:last-child {
  justify-content: flex-start;
}
#tickets .prices .area .combo {
  border: 2px solid #000000;
  border-radius: 12px;
  overflow: hidden;
  width: 400px;
  text-align: center;
  -webkit-box-shadow: 0px 8px 0px 0px #dc4238;
  box-shadow: 0px 8px 0px 0px #dc4238;
}
#tickets .prices .area .combo h3 {
  background: #5ca1f8;
  color: white;
  font-weight: bold;
  font-family: "font1-bold", sans-serif;
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px;
}
#tickets .prices .area .combo .price {
  font-size: 20px;
  font-family: "font1-light", sans-serif;
  margin-bottom: 0;
  padding: 10px;
  background-color: white;
  display: block;
}
@media all and (max-width: 880px) {
  #tickets .prices .area .combo {
    width: 100%;
  }
}
#tickets .prices:first-child .area .combo h3 {
  background: #c3c2c4;
}
#tickets .title {
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}
#tickets .bottom {
  padding: 20px 0 50px 0;
  text-align: center;
  display: block;
  z-index: 1;
}
#tickets .bottom .black-btn:hover {
  background: red;
}
#tickets .note {
  padding-top: 15px;
  font-family: "font2-light", sans-serif;
  margin: 0;
}
#tickets .note a {
  color: black;
  font-weight: bold;
}
#tickets .note:last-child {
  padding-top: 5px;
}

#instituciones {
  background: none;
  padding: 100px 0;
}

#footer {
  background: black;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
}
@media all and (max-width: 900px) {
  #footer {
    grid-template-columns: 1fr;
  }
  #footer .area:first-child {
    height: 100px;
  }
  #footer .area:last-child {
    padding: 50px 30px;
  }
}
#footer .area {
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
#footer .area:first-child {
  background: url(images/deco-footer.png) repeat-y scroll 0 0;
  background-size: cover;
}
#footer .area .logo {
  width: 150px;
  height: auto;
  display: block;
}
#footer .area ul {
  list-style: none;
  padding-top: 80px;
}
#footer .area ul li {
  color: white;
  padding: 5px;
}
#footer .area ul li i {
  margin-right: 10px;
  font-size: 26px;
}
#footer .area ul li a {
  color: white;
  font-size: 18px;
}

#eyes {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
#eyes img {
  display: block;
  max-width: 200px;
  height: auto;
}
@media all and (max-width: 949px) {
  #eyes {
    right: -4%;
  }
  #eyes img {
    width: 140px;
  }
}
@media all and (max-width: 720px) {
  #eyes {
    display: none;
  }
  #eyes img {
    width: 140px;
  }
}

#spin {
  display: block;
  max-width: 100%;
  height: auto;
  animation: deco_rotation 4s linear infinite;
  will-change: transform;
}
@media all and (max-width: 688px) {
  #spin {
    width: 50px;
  }
}

@keyframes deco_rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
#arrows {
  position: absolute;
  top: 45%;
  right: 7%;
}
#arrows img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 688px) {
  #arrows {
    top: 15%;
  }
}

#toplines {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
}
#toplines img {
  display: block;
  max-width: 100%;
  height: auto;
}

#spin2 {
  position: absolute;
  top: 50%;
  left: 5%;
}
#spin2 img {
  display: block;
  max-width: 100%;
  height: auto;
  animation: deco_rotation 1s linear infinite;
  will-change: transform;
}
@media all and (max-width: 979px) {
  #spin2 {
    left: -9%;
  }
  #spin2 img {
    width: 80px;
  }
}

@keyframes deco_rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
#sello {
  border-radius: 50%;
  animation: sellomove 6s infinite;
}

@keyframes sellomove {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  31% {
    transform: scale(0.9);
  }
  32% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
#topleft {
  position: absolute;
  top: 0;
  left: 0;
}
#topleft img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 1050px) {
  #topleft img {
    width: 180px;
  }
}
@media all and (max-width: 780px) {
  #topleft img {
    width: 100px;
  }
}

#topright {
  position: absolute;
  top: 0;
  right: 0;
}
#topright img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 1050px) {
  #topright img {
    width: 180px;
  }
}
@media all and (max-width: 780px) {
  #topright img {
    width: 100px;
  }
}

#sponsors {
  padding-top: 60px;
}
#sponsors h2 {
  margin-bottom: 30px;
}
#sponsors .category {
  font-family: "font2-bold", sans-serif;
  font-size: 28px;
  color: #5ca1f8;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
  border-top: 2px solid #dc4238;
  padding-top: 8px;
}
#sponsors .brand-small ul li img {
  max-width: 160px;
}
#sponsors .brand-medium-small ul li img {
  max-width: 190px;
}
#sponsors .brand-medium ul li img {
  max-width: 200px;
}
#sponsors ul {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 40px;
}
#sponsors ul li {
  margin: 0 18px 30px;
  display: inline-block;
}
#sponsors .black-btn {
  margin: 60px auto;
}

#speakers {
  text-align: center;
}
#speakers .speaker-grid {
  /*display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr 1fr;*/
  text-align: center;
  padding: 30px 0;
}
#speakers .speaker-grid ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#speakers .speaker-grid .speaker {
  text-align: center;
  width: 30vw;
  display: inline-block;
  position: relative;
  top: 0;
  padding: 20px;
}
@media all and (max-width: 1200px) {
  #speakers .speaker-grid .speaker {
    width: 50vw;
  }
}
@media all and (max-width: 767px) {
  #speakers .speaker-grid .speaker {
    width: 100vw;
  }
}
#speakers .speaker-grid .speaker .info {
  min-height: 150px;
  padding: 10px 20px 20px 20px;
}
#speakers .speaker-grid .speaker.blue figure:after {
  border-left: 15px solid #5ca1f8;
  border-top: 15px solid #5ca1f8;
}
#speakers .speaker-grid .speaker.blue figure:before {
  background: #5ca1f8;
}
#speakers .speaker-grid .speaker.black figure:after {
  border-left: 15px solid #333333;
  border-top: 15px solid #333333;
}
#speakers .speaker-grid .speaker.black figure:before {
  background: #333333;
}
#speakers .speaker-grid .speaker a figure {
  position: relative;
  top: 0;
  display: block;
  margin: 0 auto 10px auto;
  width: 180px;
  height: 180px;
}
#speakers .speaker-grid .speaker a figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#speakers .speaker-grid .speaker a figure:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid #dc4238;
  border-right: 15px solid transparent;
  border-top: 15px solid #dc4238;
  border-bottom: 15px solid transparent;
  left: -10px;
  bottom: -30px;
  z-index: -1;
}
#speakers .speaker-grid .speaker a figure:before {
  content: "";
  position: absolute;
  border-radius: 10px;
  background: #dc4238;
  left: -10px;
  top: 10px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#speakers .speaker-grid .speaker a figure span {
  width: 35px;
  height: 35px;
  background: black;
  border-radius: 10px 0 10px 0;
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  font-family: "font2-bold", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
}
#speakers .speaker-grid .speaker a:hover figure span {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  font-size: 40px;
}
#speakers .speaker-grid .speaker .name {
  font-family: "font2-bold", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  padding: 15px 0 0 0;
  display: block;
}
#speakers .speaker-grid .speaker .cargo {
  font-family: "font1-bold", sans-serif;
}
#speakers .speaker-grid .speaker .titulo {
  border-top: 2px solid #333333;
  margin-top: 7px;
  padding-top: 7px;
  text-transform: uppercase;
}
#speakers .speaker-grid .speaker p {
  padding-bottom: 0;
  margin: 0;
}
#speakers .panel {
  margin: 30px 30px 90px 30px;
  position: relative;
  background: rgba(255, 255, 255, 0.7) url(images/deco-panel-2.svg) no-repeat scroll -50px bottom;
  background-size: 20vw auto;
}
#speakers .panel:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 10px;
  bottom: 10px;
  left: -10px;
  border: 5px solid #dc4238;
}
#speakers .panel:last-child {
  background: rgba(255, 255, 255, 0.7) url(images/deco-panel-1.svg) no-repeat scroll right bottom;
  background-size: 20vw auto;
}
#speakers .panel:last-child:before {
  border: 5px solid #5ca1f8;
}
#speakers .panel h2 {
  margin-top: -25px;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
}
#speakers .panel h2 small {
  color: #5ca1f8;
  padding-right: 10px;
}
@media all and (max-width: 480px) {
  #speakers .panel h2 {
    font-size: 20px;
  }
  #speakers .panel h2 small {
    display: block;
  }
}
#speakers .panel .moderador {
  /*border-right: 5px solid $celeste;*/
}
#speakers .panel .moderador .speaker-grid {
  padding: 0;
}
#speakers .panel .moderador ul {
  position: relative;
  border-top: 2px solid #333333;
}
#speakers .panel .moderador ul li:last-child {
  display: flex;
  align-items: center;
}
#speakers .panel .moderador .tit {
  font-family: "font2-bold", sans-serif;
  font-size: 24px;
  color: #333333;
  padding-bottom: 12px;
}
#speakers .panel .moderador .info {
  width: 250px;
  position: relative;
  top: 0;
  padding: 20px;
}
#speakers .panel .moderador .info .name {
  font-family: "font2-bold", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  padding: 0;
  display: block;
  margin: 0;
}
#speakers .panel .moderador .info .cargo {
  font-family: "font1-bold", sans-serif;
}
#speakers .panel .moderador .speaker {
  width: auto;
}
#speakers .panel .speaker {
  width: calc((100vw - 90px) / 4);
}
@media all and (max-width: 991px) {
  #speakers .panel .speaker {
    width: calc((100vw - 90px) / 2);
  }
}
@media all and (max-width: 600px) {
  #speakers .panel .speaker {
    width: calc((100vw - 90px));
  }
}
#speakers .panel .speaker a figure {
  width: 160px;
  height: 160px;
}
#speakers .panel .speaker a figure:after {
  content: "";
  display: none;
}
#speakers .panel .speaker .name {
  font-size: 19px;
}

#agenda {
  background: #5ca1f8 url(images/bg-blue.png) repeat;
  padding: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
#agenda h2 {
  margin-bottom: 40px;
}
#agenda #agenda-content {
  font-size: 20px;
}
#agenda #agenda-content .item {
  border-bottom: 1px solid #333333;
  padding: 15px 0;
  display: grid;
  width: 100%;
  grid-template-columns: 150px 1fr;
  grid-gap: 30px;
}
#agenda #agenda-content .item .hour {
  color: white;
  font-weight: bold;
}
#agenda #agenda-content .item .txt {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
#agenda #agenda-content .item .txt .nombre {
  font-weight: bold;
  font-family: "font2-bold", sans-serif;
  font-size: 22px;
}
#agenda #agenda-content .item .txt span {
  color: #dc4238;
}
#agenda #agenda-content .item:last-child {
  border: none;
}
@media all and (max-width: 480px) {
  #agenda #agenda-content .item {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  #agenda #agenda-content .item .txt {
    text-align: center;
  }
}

.modal-content {
  padding: 30px;
  border: none;
  background: none;
}
.modal-content .info {
  padding-bottom: 24px;
}
.modal-content .info p {
  padding-bottom: 0;
  margin: 0;
}
.modal-content .info .name {
  font-family: "font2-bold", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  padding: 15px 0 0 0;
  display: block;
}
.modal-content .info .cargo {
  font-family: "font1-bold", sans-serif;
}
.modal-content figure {
  position: relative;
  top: 0;
  display: block;
  margin: 0 auto 10px auto;
  width: 180px;
  height: 180px;
  margin-bottom: 30px;
}
.modal-content figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.modal-content figure:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid grey;
  border-right: 15px solid transparent;
  border-top: 15px solid grey;
  border-bottom: 15px solid transparent;
  left: -10px;
  bottom: -30px;
  z-index: -1;
}
.modal-content figure:before {
  content: "";
  position: absolute;
  border-radius: 10px;
  background: grey;
  left: -10px;
  top: 10px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.modal-content .description .info {
  padding-bottom: 0;
}
.modal-content .description .info .name {
  padding-top: 20px;
}
.modal-content .description.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}
@media all and (max-width: 767px) {
  .modal-content .description.grid {
    grid-template-columns: 1fr;
  }
}

.modal button {
  position: fixed;
  top: 30px;
  right: 30px;
  background: #dc4238;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-family: "font1-light", sans-serif;
  font-size: 18px;
  padding: 0;
  border: none;
  opacity: 0.8;
}
.modal button:hover {
  opacity: 1;
}

.modal-backdrop {
  background-color: rgba(255, 255, 255, 0.95);
}
.modal-backdrop.show {
  opacity: 0.97;
}

/*# sourceMappingURL=style2021.css.map */
