body{font-family:'Futura Std Book';}
img{outline: none;}
body,html{overflow-x: hidden;}
@font-face{font-family:'FuturaPTDemi';src:url('../fonts/FuturaPTDemi.ttf') format('truetype')}
@font-face{font-family:'FuturaPTHeavy';src:url('../fonts/FuturaPTHeavy.ttf') format('truetype')}
@font-face{font-family:'FuturaPTMedium';src:url('../fonts/FuturaPTMedium.ttf') format('truetype')}
@font-face{font-family:'FuturaPTLight';src:url('../fonts/FuturaPTLight.ttf') format('truetype')}

/* Header */
.fixy{background-color: #000000!important;}
.myheader{padding: 10px 0px;background: transparent;position: fixed;width: 100%;left: 0px;top: 0px;z-index: 99;}
.logo{float: left;}
.myheader .logo img{width:212px;}
.myheader .register{float: right;}
.myheader .register a{color: #ffffff;text-decoration: none;background: #00a0d7;padding: 9px 30px;border-radius: 3px;margin-top: 8px;display: inline-block;
font-family: FuturaPTMedium;font-size: 18px;}
.myheader .register a:hover{text-decoration: none;}
/* Header */


/* Banner */
.banner h1 {
    font-family: 'FuturaPTDemi';
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 16px;
    text-transform: uppercase;
    margin-top: 21px;
    line-height: 54px;
    margin-top: 18px;
}
.voverlay{position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);}
.ban-cont img{width: 150px;}
.ban-cont{padding-top: 110px;}
    .banner video{position: absolute;width: 100%;height: 100%;object-fit: cover;z-index: 0}
    ul.cities {
    color: #ffffff;
    display: flex;
    list-style: none;
    padding-left: 0px;
    margin-top: 61px;
    line-height: 13px;
    font-size: 18px;
    font-weight: 900;
}
ul.cities li{margin: 0px 7px;line-height: 15px;}
    ul.cities li.city1{color: #2f9fd9;font-weight: 700;font-size: 21px;}
    ul.cities li.city2{color: #80bc41;font-weight: 700;font-size: 21px;}
    ul.cities li.city3{color: #fcb614;font-weight: 700;font-size: 21px;}
    ul.cities li.city4{color: #ef5228;font-weight: 700;font-size: 21px;}
    .edate{color: #ffffff;
    text-transform: uppercase;
    font-size: 19px;}
    .ban-cont a{    background: #ef5228;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 23px;
    margin-top: 20px;
    display: inline-block;
    font-size: 16px;}
    .ban-cont a:hover, .ban-cont a:focus{color: #ffffff;text-decoration: none;}
.banner{height: 628px;background-position: center;background-size: cover;margin-bottom: 25px; position: relative;}
.banner-inner{padding-top: 140px; text-align: center;}
.banner-inner img{width: 176px;}
.banner-subhead{font-family: FuturaPTLight;font-weight: 600;color: #4b4b4b;font-size: 18px;line-height: 26px;margin-bottom: 15px;}
a.btn{color: #ffffff;text-decoration: none;background:#ef5228;padding: 9px 30px;border-radius: 3px;display: inline-block;
font-family: FuturaPTMedium;font-size: 18px;}
a.btn:hover{background:#00a0d7;color: #ffffff;}
.agenda-tab th{font-size: 21px;}
.sub{  display: block;
    margin-top: 15px;
    font-family: 'FuturaPTLight';
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    right: 10px;
    bottom: 12px;}
/* Banner */


/* Stat */
.stat{padding: 30px 0px;}
.stat ul{list-style: none;padding-left: 0px;display: flex;flex-wrap: wrap;justify-content: space-between;}
.stat ul li{width: 14.7%;text-align: center;padding: 20px;border: 1px solid #e7e7e7;}
.stat-head{font-family: 'FuturaPTDemi';font-size: 30px;color: #39374d;}
.stat-txt{display: block;margin-top: 3px;font-family: 'FuturaPTLight';font-size: 15px;color: #4b4b4b;font-weight: 600;}
.midbtn{display: block;width: 100%;text-align: center;margin-top: 30px;}
.midbtn a{color: #ffffff;text-decoration: none;background: #223354;padding: 10px 30px;border-radius: 3px;margin-top: 2px;display: inline-block;
font-family: FuturaPTMedium;font-size: 15px;}
.midbtn a:hover{color: #Ffffff;text-decoration: none;}
/* Stat */


/* About */
.about{padding: 42px 0px;}
.about h2{    font-size: 32px;
    font-weight: 600;
    font-family:'FuturaPTDemi';
    padding-bottom: 14px;
    color:#2e2d2d;
    text-align: left;}
    .about p{font-family: 'FuturaPTLight';
    font-size: 18px;font-weight: 600;
    color:#838198;
    text-align: left;}
    .video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #3fb6dc;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-poster{background: url(../images/about.jpg);
    min-height: 386px;
    box-shadow: 2px 1px 52px 1px #e3e3e3;}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #3fb6dc;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 23px solid #fff;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
}

.awrds-cat{margin-top: 10px;}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


ul.brand-box img{width: 225px;}
ul.brand-box li{width: 245px;padding: 20px;}
.brand{margin-top: 40px;margin-bottom: 30px;}
.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}

.js{
justify-content: center;
    text-align: center;}


.city{
color: #fff;
    display: flex;
    text-align: center;
    justify-content: center;
    list-style: none;
    padding-top: 30px;
    padding-left: 0px;
}

.city li{
   font-family: 'FuturaPTDemi';
    font-size: 23px;
    font-weight: 200;
    margin-left: 10px;
}

.city a{
   color: #fff;
    display: flex; 
}

.city a:hover{text-decoration: none;
color: #fff;}

/* About */


/* Growth Program */
.growth{padding: 30px 0px;}
/* Growth Program */

 .brand-box{
  padding-left: 0px;
      padding: 13px 0px;
      justify-content: center;
    display: flex;flex-wrap: wrap;
    list-style: none;}


.footer{
    padding: 30px 0px;
    color:#7a7a7a;
    background-color:#f7f7f7;
    font-size: 14px;
}

.policy a{color:#7a7a7a;text-decoration: none;}
.policy a:hover{color:#7a7a7a;text-decoration: none;}
.copyright{
  font-family: 'FuturaPTLight';
      font-weight: 600;
          font-size: 15px;
}


.policy{
  text-align: right;
}

.policy a{
    color:#7a7a7a;
     font-family: 'FuturaPTLight';
      font-weight: 600;
          font-size: 15px;
    text-align: right;
}


.thanks h2, p{
  display: block;
  margin: auto;

}

.sdate{
    font-family: 'FuturaPTDemi';
    font-size: 29px;
    line-height: 36px;
    font-weight: 600;
    margin-left: 10px;
    color: #fff;
    margin-top: 21px;


}

.brand h3{
font-size: 32px;
    font-weight: 600;
    font-family: 'FuturaPTDemi';
    padding-bottom: 11px;
    color:#2e2d2d;
    text-align: center;}

.settop {
    background: url(../images/banner-thanks.jpg);
    padding: 40px;
    font-family: 'FuturaPTDemi';
    text-align: center;
    background-position: center;
    min-height: 234px;margin-top: 79px;
    background-size: cover;
}
ul.nolist{list-style: none;padding-left: 0px!important;}
.privacy ul{padding-left: 20px;margin-bottom: 20px;}
label {
    font-family: 'FuturaPTLight';
    font-size: 18px;
    color: #4b4b4b;
}
.form-control {
    display: block;
    width: 100%;
    height: 44px!important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ededed!important;
    box-shadow: none!important;
    border-radius: 4px;
}
.settop h1{color: #ffffff;padding-top: 43px;}
.privacy {
    padding: 30px 0px;
}
.privacy h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'FuturaPTDemi';
    padding-bottom: 14px;
    color: #4b4b4b;
    text-align: left;
}
.privacy h3 {
    font-size: 25px;
    font-weight: 600;
    font-family: 'FuturaPTDemi';
    padding-bottom: 4px;
    color:#4b4b4b;
    text-align: left;
    margin-top: 35px;
}

.privacy p {
font-family: 'FuturaPTLight';
    font-size: 18px;
    font-weight: 600;
    color: #838198;
    text-align: left;}

ul.awardsRdo{list-style: none;padding-left: 0px; display: flex;justify-content: space-between;}
ul.awardsRdo li{width: 25%;}
.reg {
    color: #ffffff;
    text-decoration: none;
    background: #ef5228;
    padding: 10px 30px;
    border-radius: 3px;
    margin-top: 8px;
    display: inline-block;
    font-family: FuturaPTMedium;
    font-size: 15px;
    display: block;
    border: none;
    outline: none;
}

.awrds-cat h3{
  font-family: 'FuturaPTDemi';
  font-size: 30px;
  margin-bottom: 30px;
}

.js{
  justify-content: center;
}


/* gallery*/
.gallery{padding: 42px 0px; background-color:#ef5228;}

  .gallery h3{

    font-size: 32px;
    font-weight: 600;
    font-family: 'FuturaPTDemi';
    padding-bottom: 11px;
    color: #fff;
    text-align: center;}


.gal-ul{
      display: flex;
    list-style: none;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0px;
}

.gal-ul li{
  width: 33.2%;
  margin-bottom: 10px;
}

.gal-ul li img{
  width: 100%
}

.contact{
    padding:40px 0px;
    background:#80bc41;
}


.bk-title{
  font-family: 'FuturaPTDemi';
  font-size: 24px;
position: relative;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;}

.contact-name{
font-size: 19px;
    color: #fff;}

.bk-no a{
      color: #fff;
    text-decoration: none;
    font-size: 20px;}

.bk-no a:hover{color: #fff; text-decoration: none;}


.contact-email a{
color: #e5e5e5;
    font-size: 15px;
}
.contact-email a:hover {color: #fff; text-decoration: none;}
.about img{
  border-radius: 6px;
}


.nomi h2 {
    font-size: 23px;
    font-weight: 600;
    font-family: 'FuturaPTDemi';
    padding-bottom: 37px;
    color: #2e2d2d;
    text-align: center;
}

.city {
padding: 15px 0px 14px;
font-size: 16px;
}

.city h3{
font-size: 32px;
    font-weight: 600;
    font-family: 'FuturaPTDemi';
    padding-bottom: 20px;
    color: #000;
    text-align: center;
}

.city-slide{
list-style: none;
    justify-content: left;}

.city-slide li{
   width: 310px!important;
   position: relative;
}

.city-img img{
    width: 100%;
}

.city-name{
text-align: center;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }

.city-name h4{
color: #fff;
    padding: 6px 20px 0px;
font-size: 30px;
    font-family: 'FuturaPTDemi';}

.city-name h5{
    color: #fff;
    font-size: 20px;
    font-family: 'FuturaPTDemi';
}
.agenda{
    padding-top: 30px;
    padding-bottom: 30px;
}
.agenda h3{font-size: 32px;
    font-weight: 600;
    font-family: 'FuturaPTDemi';
    padding-bottom: 20px;
    color: #000;
    text-align: center;
}

.agenda-tab .wt-40{
width: 30%;
font-size: 18px;
text-align: left;
}

.agenda-tab .txt{
font-family: 'FuturaPTLight';
    font-size: 20px;
    font-weight: 600;
    color: #19191a;
    text-align: left;}
.js{
    justify-content: center;
    display: flex;}

@media screen and (max-width: 768px){
  .myheader .logo img{width:186px;}
  .banner-inner img {
    width: 155px;
}
.ban-cont img {
    width: 75px;
    margin: auto;
}
ul.cities{margin-top: 20px;font-size: 11px;justify-content: center;}
ul.cities li{font-size: 14px!important;}
.thanks{margin-top: 20px;}
.gallery{margin-top: 20px;}
.contact{padding-bottom: 20px;margin-top: 20px;}
.contact-email{margin-bottom: 20px;}
.nomi{margin-top: 13px;}
.settop {
    min-height: 183px;
    margin-top: 71px;
}
.gal-ul{
  padding-left: 10px;
}
.gal-ul li {
width: 100%;
}

.city li{
    font-size: 16px;
    margin-left: 3px;
}

.about img {
    margin-bottom: 14px;
}
.gal-ul li img {
    width: 98%;
}
.mbhide{display: none;}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
}
ul.awardsRdo{flex-wrap: wrap;}
ul.awardsRdo li{width: 50%;margin-bottom: 6px;}
.d-none{display: none;}
.settop h1 {
    color: #ffffff;
    padding-top: 14px;
    font-size: 26px;
}
.contact-name {
    font-size: 17px;}
    .gallery h3{font-weight: 300;}
.bk-title {
    font-size: 21px;font-weight: 300;}
.awrds-cat{margin-top: 30px;}
.video-poster {
    min-height: 252px;
    background-position: center;margin-top: 20px;
    background-size: cover;
}

.privacy h2, .privacy h3{font-weight: 300;}
.about h2 {padding-bottom: 6px;font-size: 22px;    line-height: 30px; font-weight: 300;}

.brand {margin-bottom: 11px;
}
.policy {
    text-align: center;
    margin-top: 10px;
}
.copyright{text-align: center;}
.footer {
    padding: 29px 0px 21px 0px;}
.brand h3, .privacy h2{font-size:27px; font-weight: 300;}
.about {padding: 4px 0px;}
  .myheader .register a{display: none;}
  .banner-inner {padding-top: 48px;}
  .banner h1 {font-size:29px;
    margin-top: 13px;
    line-height: 32px;
    font-weight: 300;}
    .edate {
    font-size: 15px;
}
  .banner-subhead {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 16px;
    margin-top: 14px;
}
.agenda-tab .wt-40 {
    font-size: 16px;}
.agenda-tab .txt {
    font-size: 16px;}
.ban-cont {
    padding-top: 85px;text-align: center;
}
.voverlay {
    background: rgba(0,0,0,0.4);
}
.banner {
    background: url(../images/banner-mobile.jpg);
    height:635px; background-position:inherit; 
    background-size: cover; position: relative;margin-bottom: 11px;}
.ban-cont a {
    padding: 10px 14px;
    font-size: 13px;
}
.city h3 {
    font-size: 26px;
}
}

@media screen and (width:1024px){
  ul.awardsRdo li{font-size: 11.5px;}
}


