
/*=======================================================================
[Table of content]
=========================================================================

[01] Typography
[02] General
[03] Header Area
[05] Countdown Area
[06] About Event Area
[09] Speakers Area
[11] Schedule Area
[13] Banner Area
[14] Sponsors Area
[16] Gallery Area
[19] Contact Page Area
[21] Footer Page Area

=========================================================================
[ End table of content ]
=========================================================================*/
/*=======================================================================
[01] Typography
=========================================================================*/
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
html,
body {
  font-size: 16px;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  vertical-align: baseline;
  background: #ffffff;
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  line-height: 1.5;
  margin: 0 0 20px 0;
  color: #3C0D78;
}
h1 {
  font-size: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 26px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  h1 {
    font-size: 18px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 320px) {
  h1 {
    font-size: 20px;
  }
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
p {
  line-height: 1.5;
  margin: 0 0 20px 0;
}
/*=======================================================================
[02] General
=========================================================================*/
a {
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
.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;
}
.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 {
  color: #3C0D78;
  text-align: center;
  margin-bottom: 15px;
}

.title-default1 {
  color: #008C9A;
  margin-bottom: 15px;

}



@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: #3C0D78;
  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 {
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .title-default-color {
    font-size: 28px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .title-default-color {
    font-size: 22px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .title-default-color {
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .title-default-color {
    font-size: 12px;
  }
}
.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: #000;
}


@media only screen and (max-width: 991px) {
  .sub-title-default-color {
    padding: 0;
  }
}
.title {
  text-transform: capitalize;
  text-align: center;
  font-weight: 700;
}
.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: 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-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;
}
@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: #3C0D78;
  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: #3C0D78;
  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;
}

#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: 99999;
  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: #ffffff url('img/preloader.gif') 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: 18px;
  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-decoration: none;
  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;
  -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 20px 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: #3C0D78;
}
.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);
  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;
}

/*=======================================================================
[05] Countdown Area
=========================================================================*/
.countdown-area {
  padding-top: 100px;	
  position: absolute;
  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 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 540px) {
  .countdown-area {
    padding-top: 50px;
  }
}

@media (min-width: 0px) and (max-width: 539px) {
  .countdown-area {
    display:none;
  }
}

.countdown-area .countdown-section {
  padding-top: 7px;
  height: 80px;
  background: transparent;
  display: inline-block;
  text-align: center;
  margin-right: 38px;
  min-width: 160px;
}
@media only screen and (max-width: 1199px) {
  .countdown-area .countdown-section {
    margin-right: 22px;
    min-width: 120px;
  }
}
.countdown-area .countdown-section:last-child {
  margin-right: 0;
}
.countdown-area .countdown-section h2 {
  font-size: 72px;
  margin-bottom: 5px;
  line-height: 1.1;
  position: relative;
}
.countdown-area .countdown-section h2 span {
  color: #000;
  position: absolute;
  left: 100%;
  top: -25px;
  font-size: 100px;
}
@media only screen and (max-width: 1199px) {
  .countdown-area .countdown-section h2 span {
    top: -15px;
  }
}
@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: center;
  color: #000;
  text-transform: capitalize;
  font-size: 15px;
}
.countdown-area .countdown-section:nth-child(1n) h2 {
  color: #008c9a;
}
.countdown-area .countdown-section:nth-child(2n) h2 {
  color: #008c9a;
}
.countdown-area .countdown-section:nth-child(3n) h2 {
  color: #008c9a;
}
.countdown-area .countdown-section:nth-child(4n) h2 {
  color: #008c9a;
}
.countdown-area .slider-btn-area {
  margin-top: 30px;
  margin-left: -40px;
}
.countdown-area2 {
  text-align: center;
  margin-bottom: 55px;
}
.countdown-area2 .countdown-section {
  padding-top: 7px;
  height: 80px;
  min-width: 150px;
  background: transparent;
  display: inline-block;
  text-align: center;
  margin-right: 28px;
}
@media only screen and (max-width: 991px) {
  .countdown-area2 .countdown-section {
    min-width: 130px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-area2 .countdown-section {
    min-width: 100px;
    margin-right: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-area2 .countdown-section {
    min-width: 70px;
    margin-right: 14px;
  }
}
.countdown-area2 .countdown-section:last-child {
  margin-right: 0;
}
.countdown-area2 .countdown-section h2 {
  color: #FFFFFF;
  font-size: 72px;
  margin-bottom: 5px;
  line-height: 1.1;
  position: relative;
}
@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: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-area2 .countdown-section h2 {
    font-size: 36px;
  }
}
.countdown-area2 .countdown-section h2 span {
  color: #FFFFFF;
  position: absolute;
  left: 100%;
  top: -25px;
  font-size: 100px;
}
@media only screen and (max-width: 991px) {
  .countdown-area2 .countdown-section h2 span {
    font-size: 72px;
    top: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .countdown-area2 .countdown-section h2 span {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .countdown-area2 .countdown-section h2 span {
    font-size: 50px;
    top: -12px;
  }
}
.countdown-area2 .countdown-section h3 {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 15px;
}
.countdown-area3 {
  margin-bottom: 90px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .countdown-area3 {
    display: none;
  }
}
.countdown-area3 .countdown-section {
  padding-top: 7px;
  height: 80px;
  background: transparent;
  display: inline-block;
  text-align: center;
  margin-right: 38px;
  min-width: 160px;
}
.countdown-area3 .countdown-section:last-child {
  margin-right: 0;
}
.countdown-area3 .countdown-section h2 {
  font-size: 72px;
  margin-bottom: 5px;
  position: relative;
  line-height: 1.1;
}
.countdown-area3 .countdown-section h2 span {
  color: #FFFFFF;
  position: absolute;
  left: 100%;
  top: -25px;
  font-size: 100px;
}
.countdown-area3 .countdown-section h3 {
  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;
}
.countdown-area3 .slider-btn-area {
  margin-top: 30px;
  margin-left: -40px;
}
/*=======================================================================
[06] About Event Area
=========================================================================*/
.about-event-area {
  padding: 118px 0 102px;
}
@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 72px;
  }
}
@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;
  }
}
@media only screen and (max-width: 480px) {
  .about-event-project ul li {
    margin: 10px 0 5px;
  }
}
.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: 60px;
}
.about-event-project ul li h4 {
  line-height: 1;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
}
.about-event-area2 {
  padding: 40px 0 20px 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: 3px;
}
.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;
}

/*=======================================================================
[09] Speakers Area
=========================================================================*/
.speakers-area {
  background: #f8f8f8;
  padding: 118px 0 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .speakers-area {
    padding: 108px 0 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .speakers-area {
    padding: 98px 0 100px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .speakers-area {
    padding: 88px 0 90px;
  }
}
@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;
}
@media only screen and (max-width: 991px) {
  .speakers-area .speakers-box a img {
    width: 100%;
  }
}
.speakers-area .speakers-box .speakers-box-content {
  padding: 25px 10px 30px 10px;
  background: #FFFFFF;
  text-align: justify;
  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;
}
.speakers-area .speakers-box .speakers-box-content .speakers-read-more {
  position: absolute;
  top: -25px;
  right: 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;
}
.speakers-area .speakers-box .speakers-box-content .speakers-read-more a {
  color: #FFFFFF;
  font-size: 20px;
  background: #e91e63;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: block;
}
.speakers-area .speakers-box .speakers-box-content .speakers-read-more a i {
  color: #FFFFFF;
}
.speakers-area .speakers-box .speakers-box-content h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
@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 .speakers-read-more {
  right: 40%;
}
@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 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;
}

/*=======================================================================
[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;
}
.schedule-box {
  position: relative;
  padding: 45px 20px 40px 39px;
  overflow: hidden;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .schedule-box {
    height: 180px;
  }
}
.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: 68px;
  border-right: 1px solid #FFFFFF;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .schedule-box .schedule-box-top span {
    font-size: 60px;
  }
}
@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: 18px;
  color: #FFFFFF;
  font-weight: 500;
}
.schedule-box h3 {
  color: #FFFFFF;
  font-size: 18px;
}
.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: #e6e6e6;
  -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: #000;
  font-size: 19px;
  border-top: none;
  -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 (min-width: 992px) and (max-width: 1199px) {
  .schedule-area1 {
    padding: 120px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .schedule-area1 {
    padding: 110px 0;
  }
}
@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 only screen and (max-width: 320px) {
  .schedule-area1 {
    padding: 80px 0;
  }
}
.schedule-area2 {
  padding: 50px 0 50px;
}
@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;
  }
}

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

.banner1-area h3 {
  color:#fff;
}

@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: 150px 0 200px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner2-area {
    padding: 150px 0 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner2-area {
    padding: 150px 0 200px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .banner2-area {
    padding: 150px 0 200px;
  }
}
@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: 30px;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .banner2-area .banner2-content .title-default-color {
    font-size: 24px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .banner2-area .banner2-content .title-default-color {
    font-size: 20px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .banner2-area .banner2-content .title-default-color {
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .banner2-area .banner2-content .title-default-color {
    font-size: 16px;
  }
}
.banner2-area .banner2-content p {
  margin-bottom: 20px;
  font-size:24px;
}
.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-area1 {
  padding: 20px 0 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sponsors-area1 {
    padding: 90px 0 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sponsors-area1 {
    padding: 80px 0 70px;
  }
}
@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;
}
@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: 45px 0 35px;
}
.sponsors-area-top .sponsors-title {
  font-size: 48px;
  color: #000000;
}
.sponsors-inner-top {
  margin-bottom: 55px;
}
.sponsors-inner-top h2 {
  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;
}
.sponsors-inner-bottom ul li {
  display: inline-block;
  margin: 0 18px 15px;
}

/*=======================================================================
[16] Gallery Area
=========================================================================*/
.event-gallery-area1 {
  padding: 50px 0 50px;
}
@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;
}


/*=======================================================================
[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: #3C0D78;
}
.contact-page-area .contact-form input.form-control::-moz-placeholder {
  color: #3C0D78;
}
.contact-page-area .contact-form input.form-control:-moz-placeholder {
  color: #3C0D78;
}
.contact-page-area .contact-form input.form-control:-ms-input-placeholder {
  color: #3C0D78;
}

/*=======================================================================
[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: #512da8;
  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: 1px solid #512da8;
  display: block;
  text-align: center;
  line-height: 40px;
  background-color: rgba(81, 45, 168, 0.8);
  -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: #b3b3b3;
  -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 .footer-social li a:hover {
  background: #e91e63;
}
.footer-area-top .footer-social li a:hover i {
  color: #FFFFFF;
}
.footer-area-bottom {
  text-align: center;
  background: #008C9A;
  padding: 19px 0 0;
}
.footer-area-bottom p {
  color: #e6e6e6;
  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;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control { 
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 40px;
    margin-left: 32px; 
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: #3C0D78;
	  font-size: 60px !important;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
 }

 .active > div { display:none; }
 .active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
	.carousel-inner .next        { left:  33%; }
	.carousel-inner .prev		     { left: -33%; }
  .carousel-col                { width: 33%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		     { left: -25%; }
  .carousel-col                { width: 25%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
	.active > div:first-child + div + div + div { display:block; }
}

.block {
	width: 100%;
}


i {
	font-weight:700;
}


.ton i {
    color: #fff;
	font-weight:700;
}

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:170px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:40px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:10px;
}


.correo {
  position:fixed;
  width:60px;
  height:60px;
  bottom:100px;
  right:36px;
  background-color:#000;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:40px;
  z-index:100;
}

.correo-icon {
  margin-top:10px;
}


.xxl{
padding:  40px 0 40px 0;
background-color: #3C0D78;
}

.xl{
padding:  40px 0 40px 0;
}

.c1{
background-color: #92A8D1;
padding:10px;
}

.c2{
background-color: #9c92d1;
padding:10px;
}


