/*
  Theme Name: TheEvent
  Theme URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
    font-family: 'Plateia';
    src: url('/lib/fonts/Plateia-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}



body {
  background: #fff;
  color: #2f3138;
  font-family: "Open Sans", sans-serif;
  font-family: 'Montserrat', sans-serif;
  color: #282828;
  font-weight: 300;
}

a {
  color: #f82249;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #f8234a;
  outline: none;
  text-decoration: none;
  transition: all 0.4s ease;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Plateia';
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #0e1b4d;
}
.button-main {
    position: relative;
}
.button-main::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background: black;
    z-index: 0;
    left:0;
    bottom:0;
    transition:all 0.8s ease-in-out;
}
.button-main span {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.button-main:hover::after{
    width:100%;
}
.main-page {
  margin-top: 70px;
}

.wow {
  visibility: hidden;
}

/* Prelaoder */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #5932cf;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
  z-index: 9999;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

.back-to-top:focus {
  background: #e0072f;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #e0072f;
  color: #fff;
}

/* Sections Header
--------------------------------*/

.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
}

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

.section-with-bg {
  background-color: #f6f7fd;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 110px;
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-fixed {
  background: rgba(6, 12, 34, 0.98);
  height: 70px;
  padding: 15px 0;
  transition: all 0.5s;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: #f82249;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: unset;
  transition: all 0.4s ease;
}
#header.header-scrolled #logo img {
    max-height: 50px;
}
#header.header-scroll .nav-menu a {
    font-size: 12px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: rgba(202, 206, 221, 0.8);
  font-family: 'Plateia';
  font-weight: 600;
  font-size: 14px;
  outline: none;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
  color: #fff;
}

.nav-menu > li {
  margin-left: 8px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #5a32d0;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu li.buy-tickets a {
  color: #fff;
    background: transparent;
    padding: 7px 22px;
    border-radius: 0px;
    border: 2px solid #fff;
    transition: all ease-in-out 0.3s;
    font-weight: 500;
    margin-left: 8px;
    margin-top: 2px;
    line-height: 1;
    font-size: 14px;
}

.nav-menu li.buy-tickets a:hover {
  background: none;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
  visibility: hidden;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #060c22;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover > a {
  background: #f82249;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 15px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(6, 12, 34, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 17px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #f82249;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #f82249;
}

#mobile-nav ul .menu-item-active {
  color: #f82249;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(6, 12, 34, 0.8);
  display: none;
  cursor: zoom-out;
  text-align: center;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 100vh;
  background: url(../img/ts/banner.jpg) center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  min-height: 700px;
}

#intro .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 35px;
  max-width: 1170px;
  margin: auto;
  font-family: 'Plateia';
}

#intro h1 {
  color: #fff;
    font-family: 'Plateia';
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
}

#intro h1 span {
 /* color: ;*/
}
a.banner-btn.button-main {
    color: white;
    background: #5a32d0;
    padding: 10px 20px;
    width: auto;
}

#intro p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

#intro .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#f82249 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#intro .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#intro .play-btn:hover::after {
  border-left: 15px solid #f82249;
  -webkit-transform: scale(20);
  transform: scale(20);
}

#intro .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

#intro .about-btn {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f82249;
}

#intro .about-btn:hover {
  background: #f82249;
  color: #fff;
}

@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.platia{
  font-family: 'Plateia' !important;  
}
a.button-main,
.button-main {
    background: #5932cf;
    color: white;
    min-width: 160px;
    text-align: center;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    font-family: 'Plateia' !important;
    font-size: 13px;
}

#about {
  overflow: hidden;
  position: relative;
  color: #282828;
  padding: 60px 0 40px 0;
}

#about h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #282828;
}

#about h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #282828;
}

#about p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #282828;
}
#about .img span::after {
    display: inline-block;
    background: #5a32d0 url(../img/ts/hover-img.png);
    background: transparent;
    border-right: solid 30px #5a32d0;
    border-left: 0;
    border-top: 0;
    content: '';
    position: absolute;
    top: 25px;
    height: 90%;
    width: 100%;
    background-repeat: no-repeat;
    transition: all 0.8s ease !important;
    right: -35px;
    background-size: contain;
}
#about .img span::before {
    display: inline-block;
    background: transparent;
    border-bottom: solid 30px #5a32d0;
    content: '';
    position: absolute;
    bottom:-35px;
    width: 94%;
    right: 0px;
    transition: all 0.8s ease;    
}
#about .img span {
    position: relative;
    display: inline-block;
    transition: all 0.8s ease;
    padding-right: 30px;
    overflow: hidden;
    padding-bottom: 30px;
}
#about .container:hover .img span::after,
#about .container:hover .img span::before {
      transition: all 0.8s ease;
          right: 1px;
}
#about .container:hover .img span::before {
      bottom:0px;
}
#about .img span img {
    position: relative;
    z-index: 9;
}
section.blue-bar {
    display: inline-block;
    width: 100%;
    padding: 10px;
    text-align: center;
}
.blue-bar-line {
    width: 3px;
    height: 100px;
    background: #5932cf;
    margin:auto;
}
.red-bar-line {
    width: 2px;
    background: #e1b0bc;
}
/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/

#speakers {
  padding: 60px 15px 160px;
    background: url(../img/ts/serv-bg.jpg) no-repeat;
    background-position: 100% bottom;
}

#speakers .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#speakers .speaker .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#speakers .speaker .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#speakers .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

#speakers .speaker .details .social {
  height: 30px;
}

#speakers .speaker .details a {
  color: #fff;
}

#speakers .speaker .details a:hover {
  color: #f82249;
}

#speakers .speaker:hover .details {
  bottom: 0;
}

#speakers-details {
  padding: 60px 0;
}

#speakers-details .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

#speakers-details .details .social {
  margin-bottom: 15px;
}

#speakers-details .details .social a {
  background: #e9edfb;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

#speakers-details .details .social a:hover {
  background: #f82249;
  color: #fff;
}

#speakers-details .details .social a i {
  font-size: 18px;
}

#speakers-details .details p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 10px;
}

#speakers .service {
    max-width: 950px;
    margin: 0px auto 0 !important;
}
.service-inner.col-md-6 {
    align-items: flex-end;
    display: flex;
    padding-right: 0;
    z-index: 11;
}
.service-inner h1 {
    text-align: right;
    font-size: 160px;
    color: #5932cf;
    position: relative;
    right: -50px;
    line-height: 122px;
    transition:all 0.8s ease;
}
.service-inner h2 {
    color: #282828;
    font-size: 37px;
    text-align: left;
    right: -10px;
    position: relative;
    transition:all 0.8s ease;
}
.service-inner h1, .service-inner h2, .service-inner p {
    margin-bottom: 16px !important;
}
.service-img span {
    position: relative;
    display: inline-block;
    z-index: 1;
    transition:all 0.8s ease;
}
.service-img span::after {
    content: '';
    background: transparent;
    width: 50px;
    height: 50px;
    border: solid 40px #5932cf;
    position: absolute;
    bottom: -20px;
    right: -0px;
    z-index: -10;
    transition:all 0.8s ease;
    opacity:0;
}
#speakers .service:hover .service-img span::after{
    right: -25px;
    opacity:1;  
}
#speakers .service:hover .service-inner h1{
  right: 0;
}
#speakers .service:hover .service-inner h2{
  right: 0;
}
.service-2 .service-img {
    padding-right: 0;
    text-align: center;
}
.service-2 .service-inner h1 {
    text-align: left;
    right: 0;
    left: -70px;
}
.service-2 .service-inner h2 {
    text-align: left;
    right: 20px;
}
.service-2:hover .service-inner h1 {
    left: -15px;
}
.service-2 .service-img span::after {
    right: auto;
    left: 0;
}
.service-2:hover .service-img span::after {
    left: -20px;
}

/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/
section.blue-bar.bar-for-schedule {
    padding: 100px 0 40px;
}
img {
    max-width: 100%;
}
#schedule {
  padding: 0px 0 60px 0;
  background: transparent;
    padding: 60px 15px 160px;
    background: url(../img/ts/portfolio-bg.jpg) no-repeat;
    background-position: 100% bottom;
}

#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
  width: 16%;
    border: solid 5px #5932cf;
    position: relative;
}
#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: transparent;
  color: #282828;
  padding: 10px 10px;
  border-radius: 0;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

#schedule .nav-tabs a.active{
  background-color: #5932cf;
  color: #fff;
}
#schedule .nav-tabs li:hover a{
  color: #fff;
}
#schedule .nav-tabs li::after {
    position: absolute;
    width: 0%;
    height: 100%;
    background: #5932cf;
    content: '';
    left: 0;
    top: 0;
    transition: all 0.8s ease;
}
#schedule .nav-tabs li:hover::after {
    width: 100%;
}
#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

#schedule .tab-pane {
  transition: ease-in-out .2s;
}

#schedule .schedule-item {
  border-bottom: 0px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

#schedule .schedule-item:hover {
  /*background-color: #fff;*/
}

#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}

#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#schedule .schedule-item .speaker img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

#schedule .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}
.folio-item {
    height: 300px;
    overflow: hidden;
    transition: all 0.8s ease;    
    margin-bottom:20px;
    float: left;
}
span.img-folio img {
    opacity: 0;
}
span.img-folio {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    background-size: cover!important;
    transition: all 8s ease;
    background-position: top center !important;
    height: 100%;
    position: relative;
    border: solid 8px #f3f3f3;
}
span.img-folio .fa-search-plus {
    position: absolute;
    width: 100%;
    height: 0%;
    background: rgba(90, 50, 208, .5);
    font-size: 40px;
    color: white;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    transition: all 0.8s ease;
    opacity: 0;
}
.folio-item:hover .fa-search-plus{
  height: 100%;
  opacity:1 !important;
}
.folio-item:hover span.img-folio {
    background-position: 0px -350px !important; 
    transition: all 0.8s ease;
    border: solid 8px #5932cf;
}
.logos-div .folio-item:hover span.img-folio {
    background-position: center !important; 
}
.social-media-div span.img-folio {
    background-position: left center !important;
}
.social-media-div .folio-item:hover span.img-folio {
    background-position: top center !important; 
}
/********************/
section#client-slide {
    padding-top: 150px;
}
#client-slide h2 {
    font-size: 46px;
    width: 80%;
    color: #282828;
    margin-top: 20px;
}
#client-slide h3 {
    font-size: 25px;
    color: #282828;
    letter-spacing: 0.5px;
}
#client-slide h3 span{
    font-size: 12px;
    color: #5932cf;    
}
div#mobile-body-overly span.img-folio {
    width: auto;
    height: 90%;
    margin: 20px auto;
    display: inline-block;
    overflow: auto;
    background: transparent  !important;
}
div#mobile-body-overly span.img-folio img {
    opacity: 1;
}
#client-slide .owl-carousel .owl-item img {
    width: auto;
}
.review-item .col-sm-6{
  float: left;
}
#client-slide .owl-nav {
    width: 28%;
    margin: -50px auto 0;
    position: relative;
}
#client-slide span.fa {
    background: #5932cf;
    padding: 5px;
    color: white !important;
}
/*--------------------------------------------------------------
# Blogs Section
--------------------------------------------------------------*/
#blogs {
    padding: 100px 0 60px;
}
#blogs h3 {
    font-size: 18px;
    margin: 40px 0;
}
#blogs a {
    color: #5932cf;
    font-size: 13px;
    font-family: 'Plateia';
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

#contact {
  padding: 100px 0 60px;
  background: url(../img/ts/contact-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #f82249;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #112363;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #112363;
}

#contact .contact-info a {
  color: #4869df;
}

#contact .contact-info a:hover {
  color: #f82249;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #f82249;
  border: 1px solid #f82249;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  background: transparent;
    border: solid 5px #5932cf;
    min-height: 70px;
}

#contact .form button[type="submit"] {
  background: #f82249;
  border: 0;
  padding: 15px 50px;
  color: #fff;
  transition: 0.4s;
  border-radius: 0px;
  cursor: pointer;
  background: #5932cf;
  padding: 12px 50px 15px;
  font-family: 'Plateia';
}

#contact .form button[type="submit"]:hover {
  background: #000;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  font-size: 14px;
  color:white;
}

#footer .footer-top {
  background: #040919;
  padding: 100px 0 60px;
  background: url(../img/ts/footer-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 16px;
  display: inline-block;
  background: #fff;
  color: #222636;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #5932cf;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
}
#footer .footer-top h4::after {
    position: absolute;
    content: '';
    background: #5932cf;
    width: 80px;
    height: 5px;
    bottom: -5px;
    left: 0;
}
.social-links {
    margin: 10px 0 0;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #f82249;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #f82249;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #f82249;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #e0072f;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
form.subscribe {
    position: relative;
}

form.subscribe input#subs-email {
    width: 100%;
    position: relative;
    background: transparent;
    border: solid 5px #5932cf;
    height: 65px;
    padding-left: 8px;
    color:#fff;
}
form.subscribe span {
    position: absolute;
    right: 0;
    background: #5932cf;
    display: inline-block;
    height: 100%;
    width: 100px;
    text-align: center;
    /* display: flex; */
}

form.subscribe span input[type="submit"] {
    background: transparent;
    position: absolute;
    right: 0;
    height: 100%;
    width: 100px;
    border: 0;
    font-size: 0;
    cursor: pointer;
    z-index: 99;
}

form.subscribe i.fa.fa-paper-plane {
    font-size: 25px;
    position: relative;
    top: 16px;
    color:white;
}
.copy-right h6 {
    color: white;
    text-align: center;
    margin: 150px 0 0px;
    position: relative;
    top: 20px;
}

.copy-right h6::before {
    width: 30%;
    height: 3px;
    background: #5932cf;
    content: '';
    position: absolute;
    margin: -40px auto 0;
    left: 0;
    right: 0;
}
form.subscribe:hover span {
    background: white;
    color: #5932cf;
}
form.subscribe:hover  i.fa.fa-paper-plane{
    color: #5932cf;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (max-width: 1199px) {
  #client-slide h2 {
    width: 100%;
    }
    .copy-right h6 {
    margin: 50px 0 0px;
  }
}
@media (max-width: 991px) {
  .service-inner h1 {
    font-size: 110px;
    right: 0;
  }
  .service-inner h2 {
    font-size: 24px;
    right: 0;
  }
  #schedule .nav-tabs a {
    padding: 8px 10px !important;
    font-size: 12px !important;
  }
  #client-slide h2 {
    font-size: 32px;
  }
  #header {
    height: 100px;
  }
  #about h2 {
    font-size: 28px;
  }
  section.blue-bar.bar-for-schedule {
    padding: 50px 0 0px;
  }

}
@media (max-width: 767px) {
  .section-header h2 {
    font-size: 26px;
  }
  .service-inner h1 {
    font-size: 100px;
    text-align: center;
  }
  .service-inner h2 {
    font-size: 20px;
    text-align: center;
  }
  .service-inner.col-md-6 {
    padding: 0;
  }
  .details {
    margin-bottom: 20px;
  }
  .service-img.col-md-6 {
    padding: 0;
  }
  .service-2 .service-inner h1 {
    text-align: center;
    left: 0;
  }
  .service-2 .service-inner h2 {
    text-align: center;
    right: 0;
  }
  .service-inner h2 {
    font-size: 18px;
    text-align: center;
  }
  #schedule .nav-tabs li {
    margin-bottom: 10px;
    width: 48%;
  }
  section#client-slide {
    padding-top: 50px;
  } 
  .review-item.col-sm-12, 
  .review-item.col-sm-12 .col-sm-6 {
    padding: 0;
  }
  #client-slide h2 {
    font-size: 28px;
  }
  #client-slide h3 {
    font-size: 20px;
  }
  #client-slide .owl-nav {
    margin: 0px auto 0;
  }
  #schedule {
    padding: 60px 15px 50px;
  }
  #blogs {
    padding: 50px 0 50px;
  }
  #contact {
    padding: 50px 0 60px;
  }
  .copy-right h6 {
    font-size: 12px;
  }
  div#mobile-body-overly span.img-folio {
    width: 80%;
    height: 90%;
   }
  #intro {
    min-height: 500px;
  } 

}
@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }

  #about {
    background-attachment: fixed;
  }

  #subscribe {
    background-attachment: fixed;
  }
}

@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }

  .nav-menu a {
    padding: 8px 4px;
  }
}

@media (max-width: 991px) {
  #header {
    background: rgba(6, 12, 34, 0.98);
    padding: 15px 0;
    transition: all 0.5s;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #intro .intro-container {
    top: 70px;
  }

  #intro h1 {
    font-size: 34px;
  }

  #intro p {
    font-size: 16px;
  }

  #schedule .nav-tabs a {
    padding: 8px 60px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
  #schedule .tab-pane {
    transition: ease-in-out .2s;
    padding: 0;
    }
}

@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
}

@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
}
