body{
  font-size: 11pt;
  font-family: 'Montserrat', sans-serif;
}
a:hover {
    /*color: #6d5dd0;*/
    color:#2196F3;
}

a{
  color: #c6224c;
}
h1{
  font-size: 3.9rem
}
h2{
  font-size: 3.4rem
}
h3{
  font-size: 3rem
}
h4{
  font-size: 2.5rem
}
h5{
  font-size: 1.6rem
}
h6{
  font-size: 1rem
}
.low-white-opacity{
  color: rgba(255,255,255,.7)
}
.mainheading{
  display: inline-block;
  border-bottom: 1px solid rgba(255,255,255,.5);
  padding: 0 80px 10px 80px;
  margin-bottom: 20px
}

p{
  font-weight: 300
}
.light-font{
  font-weight: 300
}
.primary{
  /*color: #6d5dd0;*/
  color:#2196F3;
}
.primary-bg{
  /*background-color : #6d5dd0;*/
  background-color:#2196F3;
}

.secondary{
  /*color: #263238*/
  color:#291815;
}
.secondary-bg{
  /*background-color : #263238;*/
  background-color : #291815;
}
.dark{
  color: #545454
}
.dark-bg{
  background-color : #000000
}
.light{
  color: #898989
}
.light-bg{
  background-color : #898989
}
.f-width{
  width: 100%
}
.slider-bg{
  width: 100%;
  position: relative;
  height: 100vh
}
.slider-bg-innerpage{
  width: 100%;
  position: relative;
}
.hv-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.innerpage{
    background-color: white;
    z-index: 100;
    position: relative;
    min-height: 70vh;
}
nav > ul > li {
    display: inline-block;
    position: relative;
}
nav > ul > li a {
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 13pt;
    font-weight: bold
}
.pnav {
    display: none;
}

canvas {
  background: #5c62d0; /* Old browsers */
  background: -moz-linear-gradient(top, #5c62d0 0%, #ffcece 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #5c62d0 0%,#ffcece 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #5c62d0 0%,#ffcece 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c62d0', endColorstr='#ffcece',GradientType=0 ); /* IE6-9 */
  display: block;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  height: 100vh
}
.h-ctrl{
  height: 65vh
}
.ip-bg{
  background: url('../images/pattern-transparent.png');
  background-color: rgba(227,38,86,1);
  height: 350px;
  width: 100%;
  position: relative;

}
.slider-text-ip {
    height: 241px !important;
    width: 100%;
    z-index: 2;
    position: relative;
}
.slider-bg-overlay {
    background-color: rgba(227,38,86,.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.logo-bg img{
  width: 220px
}
.z-index2{
  z-index: 2
}
.z-index3{
  z-index: 3
}
.z-index4{
  z-index: 4
}
.z-index5{
  z-index: 5
}
.bg-white{
  background-color: white
}
header .nav-item a{
  color: #e32656;
}
.nav-item a{
  color: white;
  text-align: center;
  text-transform: uppercase;
}
.nav-item a:hover{
  opacity: .6;
  text-decoration: underline;
}
.log-btn {
    color: white;
    font-weight: 600;
    line-height: 11px;
    margin-bottom: 1rem;
}
.sicon-ctrl {

    color: white;
    cursor: pointer;
    transition: all .2s ease-in-out; 
}
.sicon-ctrl:hover {
  transform: scale(1.5);
  color: rgba(255,255,255,.5)
}
ul.dropdown-menu{
  width: 100%;
  text-align: center;
}
ul.dropdown-menu a:hover{
  color:black!important
}
.slider-text {
    width: 100%;
    z-index: 2;
    position: relative;
}
.navbar-toggler{
  float: right;
}
.overlay-contentpush {
    /*background: #6d5dd0!important;*/
    background:#2196F3!important;
  }
.t-ctrl{
  float: right;
  width: 100%
}
.slider-text h1{
  color: white;
  text-transform: uppercase;
}
.slider-text-ip h1 {
    color: white;
    text-transform: uppercase;
    word-break: break-all;
}
#main li a:hover{
  color: rgba(255,255,255,.6);
}
.slider-text h2{
  color: white;
}
.thin-font{
  font-weight: 300
}
.s-box{
  border: 1px solid white;
  -webkit-border-radius: 18px;
-moz-border-radius: 18px;
border-radius: 18px;
}
.s-box h3 {
    background-color: white;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    font-size: 1.5rem;
}
.gs-btn {
   /* background-color: #6d5dd0;*/
    background-color:#2196F3;
    color: white !important;
    font-size: 1.2rem;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
}
.gs-btn:hover{
  background-color: rgba(255, 255, 255, 0.7);
 /* color: #6d5dd0!important;*/
  color:##2196F3!important;
  text-decoration: none;
}
.gs-btn-ip {

    background-color: rgba(255, 255, 255, 0.5);
    color: white !important;
    font-size: 1.2rem;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;


}
.gs-r .word {

    left: 0;
    margin-left: 0 !important;

}

  .gs-r {
    display: inline-block;
    width: 124px;
    height: 50px;
    padding-top: 29px;
    position: relative;
}

.gs-btn div{


    width: 90px;
    float: left;
    display: inline-block;
    margin-left: 38px;

}
.cst-adj1 {
    position: relative;
    top: 7px;
}
.cst-adj2{
    background-color: rgba(255, 255, 255, 0.5);
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
    color: white
}
.cst-adj2 svg{
  position: relative;
  top: 10px
}
.event-info{
  background-color: #35314d;
  position: relative;
  padding: 10rem 0
}
.progress{
  background-color:#e7e7e7;
  height: .5rem;
  border-top: 1px solid rgba(0,0,0,.7);
}
.progress-bar{
  background-color:#c6224c;
}
#sponsors-swiper img, #premium-sponsors img{
  width: 120px
}
.pos-rel{
  position: relative;
}
.vd-bg {
    background-color: rgba(256,256,256,.2);
    width: 110%;
    height: 118%;
    position: absolute;
    z-index: 0;
    top: -9%;
    left: -5%;
}
.cst-adj3 iframe{
  position: relative;
  z-index: 1;
  width: 100%!important;
  height: inherit!important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image: none!important
}
#sponsors-swiper .swiper-button-next{
  background-image: none!important
}
#sponsors-swiper .swiper-button-prev{
  background-image: none!important
}
.cst-adj3{
  background-color: rgba(255,255,255,.2);
  height: 100% !important;
    padding: 2%;
    max-height: 330px
}
.cst-adj4 {
    position: absolute;
    z-index: 3;
    font-size: 50pt;
    color: white;
    top: 45px;
left: 37px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 20pt
}
.circle {
  background: #e32656; /* Old browsers */
background: -moz-linear-gradient(top, #e32656 0%, #ff4c4c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e32656 0%,#ff4c4c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e32656 0%,#ff4c4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32656', endColorstr='#ff4c4c',GradientType=0 ); /* IE6-9 */
    position: absolute;
    top: 36%;
    left: 0px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90px;
    height: 90px;
    z-index: 2;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: none;
}
.text-adj {
    font-size: 7rem;
    margin: 0 auto;
}

.text-adj2 {

    font-size: 7rem;
    margin: 0 auto;
    position: absolute;
    bottom: 69px;
    transform: rotate(-89deg);
    left: 0px;

}
.text-adj3 {
    font-size: 7rem;
    margin: 0 auto;
    position: absolute;
    bottom: 113px;
    left: 80px;
    transform: rotate(-89deg);
}
.text-adj4 {
    font-size: 7rem;
    margin: 0 auto;
    position: absolute;
    bottom: -5%;
    left: 20%;
    transform: rotate(-89deg);
}
.text-adj5 {
    font-size: 7rem;
    margin: 0 auto;
    position: absolute;
    bottom: -23%;
    left: 24%;
    transform: rotate(-89deg);
}
.text-adj6 {
    font-size: 7rem;
    margin: 0 auto;
    position: absolute;
    bottom: -5%;
    right: 0%;
    transform: rotate(-89deg);
}
.text-adj7 {
    font-size: 7rem;
    margin: 0 auto;
    position: absolute;
    bottom: -23%;
    right: 5%;©
    transform: rotate(-89deg);
}
.vlow-white-opacity{
  color: rgba(255,255,255,.05);
}
.sponsors {
    background-color: #616161;
    background-image: url(https://dev-site.eventmatches.com/assets/customer_sites/template14/images/sponsors-bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: 100% auto;
    z-index: 3;
    position: relative;
    padding: 11rem 0 7rem 0;
}
.text-adj8 {

    color: #545454;
    font-size: 5rem;
    font-weight: bold;
    line-height: 78px;

}
ul.listing-adj {

    list-style-type: none;
    margin-top: 50px;
    margin-bottom: 70px;

}
ul.listing-adj > li {

    text-indent: -5px;
    font-size: 16pt;
    margin: 13px 0;
    color: #545454;
}
ul.listing-adj > li:before {
  content: "-";
  text-indent: -5px;

}

ul.listing-adj li a{
  color: #545454;
}
ul.listing-adj li a:hover{
  color: white
}
.sp-adj {
    text-align: center;
    padding: 0;
    margin: 0;
}
.sp-adj li div {
    position: relative;
    width: 100%;
    height: inherit;
    overflow: hidden;
    background-color: rgba(255,255,255,.06);
    border-radius: 5px;
}
.sp-adj li {
    display: inline-block;
    width: 200px;
    margin: 1%;
    height: 200px;
}
.sp-adj li img {
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    width: 100%;
    position: absolute;
    left: 0;
    top: auto;
    transition:All .5s ease-in;
    opacity: 1
}
.sp-adj li:hover img{
  top: 100%;
  transition:All .5s ease-in;
  opacity: 0
}
.sp-adj li span {
  display: block;
  background-color: rgba(255,255,255,1);
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  transition:All .5s ease-in;
  height: 100%;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
  opacity: 0;
}
.sp-adj li:hover span{
  top: 0%;
  transition:All .5s ease-in;
  opacity: 1
}
.bg-primary{
  background-color: #e32656!important
}
.bg-light{
  background-color: #ececec!important
}
.sp-btn {

    background-color: #545454;
    color: white;
    padding: 15px 50px;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    font-size: 14pt;

}
.sp-btn2{
  /*background-color: #6d5dd0;*/
  background-color: #2196F3;
  color: white;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
  font-size: 12pt;
  transition: all 0.2s ease;
}
.s-nav {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #676666;
    padding: 30px 0;
    border-bottom: 2px solid rgba(0,0,0,.2);
}

.s-nav .nav-item.show .nav-link, .s-nav .nav-link.active{
  color: white;
background-color: transparent;
border-color: transparent;
}
.s-nav .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.s-nav .nav-link{
  color: #878787;
  font-size: 18pt;
}
.white-text{
  color: white
}
.cst-adj5{
    min-height: 380px;
}
.right-shadow{
  -webkit-box-shadow: 29px 0 22px -6px rgba(0,0,0,.22);
          box-shadow: 29px 0 22px -6px rgba(0,0,0,.22);

}
.cst-adj6{
  width: 124px;
  height: 124px;
}
.block-center{
  margin: 0 auto
}
/*Swiper SLider*/
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {


  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.sponsors-listing{
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;

}
.sponsors-listing li {
    margin: 2%;
    width: 29%;
    display: inline-block;
    text-align: center;
}
.sponsors-listing li span{
    display: inline-block;
    background-color: white;
    padding: 2.5rem;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.cst-adj7{
  width: 124px;
  height: 124px;
}
.speakers{
  /*background-color: #263238;*/
  background-color:#291815;
  padding: 10rem 0 11rem 0;
  position: relative;
  z-index: 100
}
/*Swiper SLider end*/
.bot-line {
    width: 200px;
    height: 8px;
    background-color: #e32656;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    text-align: center;
}
.cst-adj8 {
    background-color: rgba(0, 0, 0, 0.05);
    width: 30px;
    height: 30px;
    -webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
    color: #e32656;
    line-height: 31px;
}
.cst-adj8:hover{
  background-color: #e32656;
  color: white;

}
.rounded-2x {

    -webkit-border-radius: .50rem!important;
-moz-border-radius: .50rem!important;
border-radius: .50rem!important;
}
.agenda-list ul{
  list-style-type: none;
  padding: 0;
}
.box-shadow {

    box-shadow: 0px 0px 30px rgba(0,0,0,.1);

}
.cst-border-bottom{
  border-bottom: 1px solid #c0c0c0 !important;
}
.cst-border{
  border-left: 1px solid #c0c0c0 !important;
  border-right: 1px solid #c0c0c0 !important;
  border-top: 1px solid #c0c0c0 !important;
}
.right-shadow-less{
  -webkit-box-shadow: 13px 0 22px -6px rgba(0,0,0,.07);
          box-shadow: 13px 0 22px -6px rgba(0,0,0,.07);

}
.cst-border-right{
  border-right: 1px solid #c0c0c0 !important;
}
.cst-adj9 {

    position: absolute;
    top: 0;
    font-size: 35pt;
    color: white ;
    left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  z-index: 20

}

.block-center-xs{
  margin:  0
}
.reg-sponsors{
  position: relative;
  z-index: 10;
  background-color: #f8f8f8;
}
.bg-extra-light {
    background-color: #f8f8f8 !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {

    background-image: none!important;

}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {

    background-image: none!important;

}
.nav-round{
  position: relative;
}
.nav-round::before {
    background-color: #f8f8f8;
    -webkit-border-radius: 85px;
-moz-border-radius: 85px;
border-radius: 85px;
    width: 85px;
    height: 85px;
    position: absolute;
    top: -19px;
    right: -24px;
    content: '';
    z-index: -1;
}
.slider-text h1.meanheading{
  -moz-animation-duration: 1.5s;
  -moz-animation-delay: .5s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-delay: .5s;
  -webkit-animation-iteration-count: 1;

}
.slider-text h2{
  -moz-animation-duration: 1.5s;
  -moz-animation-delay: 0s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
}
.slider-text .trd-entry{
  -moz-animation-duration: 2s;
  -moz-animation-delay: 1s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
}
.slider-text .forth-entry{
  -moz-animation-duration: 2s;
  -moz-animation-delay: 1.5;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-iteration-count: 1;
}
.map-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(227,38,86,.7);
    position: absolute;
    top: 0;
    left: 0;
    transition:transform 0.3s ease-out;
    transform:scaleY(1);
    transform-origin:bottom;
    z-index: 10
}
.map-overlay-up{
  transform:scaleY(0); // *squish*
  z-index: 10!important
}
.map-height-min{
  height: 200px;
  transition:all 0.3s ease-out;
}
.map-height-max{
  height: 400px;
  transition: all 1s ease-out;
}
.map-close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255,255,255,1);

}
.ps-box {
    border: 1px solid #d7d7d7;
    padding: 30px;
}

.dropdown-item {
    color: #212529!important;
  }
 
  .innerpage-content .agenda li{
    margin-bottom: 20px
  }
  .card-block{
    padding: 40px
  }
  .card-block ul{
    padding-left: 0
  }
  .age {

      list-style-type: none;
      margin: 0;
      padding: 0;

  }
  .age .time-s {

    color: #7d7d7d;
    margin-bottom: 5px;

}
.section{
  height: 600px
}
.age{
  color: #212121;
}
.age li {

    position: relative;
    padding: 0 2rem;

}
.age li:hover{
  background-color: #e8e8e8
}
.age li section {

    border-right: 1px solid grey;
    padding: 2rem 0;

}
.age li:hover section{
  border-right: 1px solid black;

}
.age-outer {

    background-color: white;
    border: 1px solid #c0c0c0;

}

.age li::before {
    position: absolute;
    top: 38%;
    right: 22px;
    background-color: white;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
    border: 1px solid #868686;
    content: '';
    padding: 11px;
}
.age li section{

}
.age li div{
  height: 0;
  overflow: hidden;
  -webkit-transition: height .3s linear;
  -moz-transition: height .3s linear;
  -ms-transition: height .3s linear;
  -o-transition: height .3s linear;
  transition: height .3s linear;
}
.age li:hover div{
  height: 100px;
}
.age li:hover::before {
  background-color: black;
}
.h-ctrl3{
  height: 83vh
}
.card h5 a.collapsed::before {

    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);

}
.map-info {
    position: absolute;
    top: 0;
    left: 0;
    /*background-color: #6d5dd0;*/
    background-color: #2196F3;
    height: 100%;
    width: 30%;
    transform: skewX(-6deg);
  transform-origin: top left;
  padding: 2rem 4rem;
  color: white
}
.map-info h3 {
    font-size: 2rem;
}
.speaker{
  cursor: pointer;
}
.nav-tabs--vertical {
  border-bottom: none;
  border-right: 1px solid #ddd;
  display: flex;
  flex-flow: column nowrap;
}
.nav-tabs--left {
  margin: 0 15px;
}
.nav-tabs--left .nav-item + .nav-item {
  margin-top: .25rem;
}
.nav-tabs--left .nav-link {
  transition: border-color .125s ease-in;
  white-space: nowrap;
}
.nav-tabs--left .nav-link:hover {
  background-color: #f7f7f7;
  border-color: transparent;
}
.nav-tabs--left .nav-link.active {
  border-bottom-color: #ddd;
  border-right-color: #fff;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.nav-tabs--left .nav-link.active:hover {
  background-color: #fff;
  border-color: #9e9e9e #fff #9e9e9e #9e9e9e;
}
.cst-adj10 .nav-item a.active{
    font-weight: bold;
    color: red
  }
.cst-adj10 .nav-item a {
    color: #898989;
    font-weight: 300
  }
.md-show.md-effect-12{
  /*background-color: #6d5dd0!important*/
  background-color: #2196F3!important
}
.log-btn:hover{
  color: rgba(255,255,255,.6);
}
.sp-btn2:hover{
  background-color: #e32656;
  text-decoration: none;
  color: white;
  border-radius: 0
}
.md-overlay{
  background-color: rgba(0,0,0,.8)!important
}
.cst-adj11{
  height: 500px;
  overflow-y: scroll;
}
.cst-adj12{

    position: absolute;
    right: 0px;
    top: 0px;
    color: white

}
.cst-adj13 {
    position: relative;
    width: 31px;
    height: 31px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    float: right;
}
.md-content > div {
    padding: 15px 20px 30px!important;
  }
.md-modal {
  width: 60%!important;
  max-width: 730px!important;

}
.dropdown-menu a {
    color: gray;
}
.ls .dropdown-menu{
  left: auto;
  right: 0;
  background-color: rgba(255, 255, 255, 0.3);
  color: white!important
}
ul.agenda h1{
  font-size: 1.9rem
}
.cst-adj14 {
    width: 31px;
    height: 31px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    float: right;
    position: relative;
}
.cst-adj14 .cst-adj15 {
    position: absolute;
    right: 0px;
    top: 0px;
    color: white;
}
.cst-adj16{
    height: 400px;
    overflow-x: scroll;
}
.cst-adj17{
  height: 50px
}

.main-a {
  display:inline-block;
  overflow:hidden;
  white-space:nowrap;
  font-size: 4rem;
  color: white
}

/*.textanimation:first-of-type {
  animation: showup 13s 1;
}
.slider-text h5{
  font-size: 3vw
}

.textanimation:last-of-type {
  width:0px;
  animation: reveal 13s 1;
}

.textanimation:last-of-type span {
  margin-left:-50%;
  animation: slidein 13s 1;

}
@keyframes showup {
    0% {opacity:0;}
    25% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}
@keyframes slidein {
    0% { margin-left:-50%; }
    15% { margin-left:-50%; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}
@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:40rem;}
    80% {opacity:1;}
    100% {opacity:0;width:40rem;}
}*/







.next-textanimation {
  animation: abc 13s 1;
  color: white;
  margin: 10px 0
}
#box {
    width: 1200px;
    margin: 0 auto;
}

@keyframes abc {
  0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateX(-50px); }
	10% { opacity: 1; -moz-transform: translateX(0px); }
	80% { opacity: 1; -moz-transform: translateX(0px); }
	90% { opacity: 1; -moz-transform: translateX(0px); }
	95% { opacity: 1; }
	100% { opacity: 1; }
}
.spkr-box {
    background-color: #e9e9e9;
    border: 5px;
    margin: 20px 0 10px 0;
    text-align: center;
    padding: 20px;
    -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  transition: box-shadow 0.3s ease-in-out;
}
.spkr-box:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.spkr-img {
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
    width: 190px;
    height: 190px;
}
.slider-bg-innerpage {
    width: 100%;
    position: relative;
    background: #5c62d0;
    background: -moz-linear-gradient(top, #5c62d0 0%, #ffcece 100%);
    background: -webkit-linear-gradient(top, #5c62d0 0%,#ffcece 100%);
    background: linear-gradient(to bottom, #5c62d0 0%,#ffcece 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c62d0', endColorstr='#ffcece',GradientType=0 );
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.0);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card{
  border: 0 solid black
}
.textanimation2 {
  animation: l2r 13s infinite;
  color: white;
  margin: 10px 0
}
@keyframes l2r {
  0% {opacity:0;}
  25% {opacity:0;}
  50% {opacity:1;}
  80% {opacity:1;}
  100% {opacity:0;}
}
.textanimation3 {
  animation: l2r 13s 1;
}
.textanimation4 {
  animation: btn-ani 13s 1;
}
@keyframes btn-ani {
  0% {opacity:0;}
  25% {opacity:0;}
  50% {opacity:1;}
  80% {opacity:1;}
  100% {opacity:0;}
}
.agenda{
  text-decoration: none;
  list-style-type: none;
  width: 100%;

}

.agenda li {
    border-bottom: 1px solid #dee2e6;

}
.agenda li:last-child {
    border-bottom: 0px solid #dee2e6;
}
.innerpage-content{
  min-height: 400px
}
.sp-adj span:hover h5, .sp-adj div:hover h5, .sp-adj li:hover h5{
  /*color: #6d5dd0;*/
  color:#2196F3;
  animation: gewest-s .5s ease-in 1;
  font-size: 1.2rem
}
.sp-adj span:hover h6, .sp-adj div:hover h6, .sp-adj li:hover h6{
  animation: gewest-s .5s ease-in 1;
  font-size: .9rem;
}
.sp-adj h5{
  /*color: #6d5dd0;*/
  color:#2196F3;
  animation: gewest-s .5s ease-in 1;
  font-size: 1.2rem
}
.sp-adj h6{
  animation: gewest-s .5s ease-in 1;
  font-size: .9rem;
}
@keyframes gewest-s {
  0% {
    opacity: 0;
  }
  30% {
    opacity: .1;
    margin-top: -30px
  }
  50% {
    opacity: .2;
    margin-top: -20px
  }

  100% {
    opacity: 1;
    margin-top: 0
  }
}
@media (max-width: 1200px) {
  .cst-adj3 {
    max-height: 250px;
  }
  .box{
    width: 990px;
    height: 80px
  }
  .cst-adj3 iframe {

    height: inherit !important;

  }
  .circle {
    top: 32%;
  }
  .cst-adj3 {

    height: 100% !important;
    padding: 2%;

  }
  .map-info {
    width: 40%;
  }
  #box {
    width: 990px;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .box{
    width: 768px;
    height: 80px
  }
  .nav-item a{
    font-size: 10pt
  }
  .cst-adj007{
    margin-top: 110px
  }
  .sponsors-listing li span {
    padding: 2rem;

    }
    .next-textanimation {
      margin: 0px 0;
      display: block;
    }
    .map-info {
    width: 50%;
  }
  #box {
    width: 760px;
   
  }
  .cst-adj3 {
    max-height: 200px;
  }


}
@media (max-width: 767px) {
  .right-shadow{
    box-shadow: 29px 0 22px -6px rgba(0,0,0,.0);
    border-bottom: 2px solid grey
  }
  .ps-box{
    text-align: center;
  }
  .circle {
    top: 22%;
}
  .box{
    width: 550px;
    height: 80px
  }
  .map-info h3 {
    font-size: 1rem;
}

  #main {
    margin: 0;
  }

  .main-a {

    font-size: 3rem;
  }
  .sponsors-listing li span {
    padding: 1.5rem;

    }
    .sp-adj li {
      width: 150px;
      height: 160px;
    }
  .s-nav .nav-link {
    font-size: 15pt;
}
  .cst-adj5 {
    min-height: auto;
}
  .gs-btn {
    font-size: 1rem;
  }
  .cst-border-right{
    border-right: 0px solid #c0c0c0 !important
  }
  .right-shadow-less {

    -webkit-box-shadow: 13px 0 22px -6px rgba(0,0,0,.0);
    box-shadow: 13px 0 22px -6px rgba(0,0,0,.0);

  }
  .nav-item a {

    text-align: right;
    color: #616161;

}
  .navbar-nav{
    padding-right: 30px;
    background-color: rgba(255,255,255,.8);
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    margin-top: 10px;
  }
  .navbar-collapse {
    position: absolute;
    width: 100%;
    right: 15px;
    top: 3.4rem
  }
  .mainheading{
    padding: 0
  }
  .overlay {
    width: 50%;
  }
  #box {
    width: 550px;
   
  }

}
@media (max-width: 575px) {
  
  #box {
    width: 300px;
   
  }
  @keyframes reveal {
      0% {opacity:0;width:0px;}
      20% {opacity:1;width:0px;}
      30% {width:20rem;}
      80% {opacity:1;}
      100% {opacity:0;width:20rem;}
  }

  h2{
    font-size: 2.4rem
  }
  .text-adj7{
    display: none;
  }
  .text-adj6{
    display: none;
  }
  .text-adj5{
    display: none;
  }
  .text-adj4{
    display: none;
  }
  .text-adj3{
    display: none;
  }
  .text-adj2{
    display: none;
  }

  .main-a {
    font-size: 2rem;
  }
  .nav-tabs--vertical{
    border-right: none;
    margin: 0
  }
  .cst-adj9 {
    font-size: 20pt;
    width: 300px;
    text-align: center;
  }
  .right-shadow{
    webkit-box-shadow: 29px 0 22px -6px rgba(0,0,0,0);
    box-shadow: 29px 0 22px -6px rgba(0,0,0,0);
    border-bottom: 1px solid black;
  }
  .sponsors-listing li span {
    padding: 1rem;

    }
  .nav-tabs--left .nav-link.active {
    border-right-color: #ddd;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .logo-bg {
    width: 155px;
    height: 80px;
  }
  .logo-bg img {
    width: 120px;
  }
  .block-center-xs{
    margin:  0 auto
  }
  .no-border-xs{
    border: none!important
  }
  .slider-text h1 {
    font-size: 3rem;
  }
  .map-info {
      width: 50%;

  }
  .text-adj8 {
    font-size: 2rem;
  }
  .map-info {
    width: 50%;
    padding: 2rem 2rem;
  }
}
