@import url("font/avenir/stylesheet.css");
/* whole page */
body{
    background-color: #fff;
    font-size: 23px;
    font-family: "Raleway", sans-serif;
}
p{
    font-family: "Raleway", sans-serif;
}
h1,h2,h3,h4,h5{
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
}
h2,h3{
    color: #1D4871;
}
h1{
    font-size: 55px;
}
h2{
    font-size: 27px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 800;
}
h3{
}

.btn{
    border-radius: 10px;
    padding: 2px 6px;
    font-family: "AvenirNextLTPro-BoldCn","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.btn.btn-warning{
    color: #fff;
    background-color: #E88024;
}
.btn.btn-primary{
    color: #fff;
    background-color: #1C4871;
}
.social-icons{
    margin: 20px 10px;
    position: relative;
    z-index: 1;
}
.social-icons img{
    width: 25px;
    height: auto;
}
.social-icons a{
    margin: 0 10px;
}
.social-media-gallery img{
    height: 255px;
    width: auto;
}

/* page header */
.logo{
    position: absolute;
    bottom: 25px;
}
.logo img{
    max-width: 300px;
}
.navbar{
    border-radius: 0;
    border: 0;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    border-color: #17293A;
}
.navbar-inverse {
    background-color: #17293A;
    border-color: #17293A;
}
.navbar-nav{
    float: right;
}
.navbar-nav .social-icons{
    display: inline-block;
    margin: 10px 10px;
}
.navbar-nav .social-icons img{
    width: 20px;
}
.navbar-inverse .navbar-nav > li > a{
    font-family: "AvenirNextLTPro-BoldCn","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 14px 8px;
}
.navbar-inverse .navbar-nav > li > a:hover{
    color: #E98024;
}
.header-wrap{
    background: rgb(102,185,191);
    background: linear-gradient(360deg, rgba(102,185,191,1) 0%, rgba(56,197,220,0) 50%, rgba(0,212,255,0) 100%); 
}
.container-fluid.header-wrap{
    padding: 0;
}
.header-wrap img{
    width: 100%;
    height: auto;
}
.header-wrap .video{
    position: relative;
    z-index: -1;
    margin-top: -10%;
    margin-bottom: -10%;
}

/* page body */
.video-wrap{
    padding: 50px 0;
}
.video-wrap .video{
    -webkit-box-shadow: 5px 5px 23px 0px rgba(115,115,115,1);
    -moz-box-shadow: 5px 5px 23px 0px rgba(115,115,115,1);
    box-shadow: 5px 5px 23px 0px rgba(115,115,115,1);
    border-radius: 10px;
}
.events-wrap{
    position: relative;
    padding: 50px 0;
    color: #fff;
    background: rgb(61,115,141);
    background: linear-gradient(180deg, rgba(61,115,141,1) 0%, rgba(102,185,191,1) 50%, rgba(102,185,191,1) 100%); 
}
.events-wrap h2{
    color: #fff;
}
.events-carousel{
    position: relative;
    padding-top: 80px;
    overflow: hidden;
    width: 1100px;
    min-height: 295px;
}
.events-carousel .event{
    display: inline-block;
    float: left;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 23px 0px rgba(115,115,115,1);
    -moz-box-shadow: 5px 5px 23px 0px rgba(115,115,115,1);
    box-shadow: 5px 5px 23px 0px rgba(115,115,115,1);
    color: #000;
    width: 250px;
    margin: 0 10px;
    min-height: 187px;
}
.events-carousel .event-body{
    padding: 0 10px;
    font-weight: bold;
    font-size: 12px;
    padding: 10px 15px;
}
.events-carousel .event-body p{
    font-size: 14px;
}
.events-carousel .event h4{
    color: #1D4871;
    font-family: "AvenirNextLTPro-BoldCn","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}
.events-carousel .event img.event-logo{
    max-width: 100%;
    max-height: 159px;
    margin-top: ;
    padding: 0 5px;
    margin: -30% auto 0;
}
.events-carousel .event .get-tickets-btn{
    text-align: right;
}
.events-carousel .event .get-tickets-btn img{
    width: 115px;
    height: auto;
}
.events-wrap h1, .events-wrap h2, .events-wrap h3, .events-wrap h4, .events-wrap h5{
    color: #fff;
}
.dedicated-wrap{
    padding: 50px 0;
    color: #000;
}
.dedicated-wrap h4{
    color: #E98024;
}
.dedicated-wrap a{
    color: #035494;
}
.dedicated-wrap .row{
    padding: 10px 0;
}
.dedicated-wrap .video-wrap{
    background: center center url(../files/videobg-80.jpg);
    background-repeat: no-repeat;
    background-size:contain;
}
.social-wrap{
    padding: 50px 0;
    background: rgb(215,234,247);
    background: linear-gradient(180deg, rgba(215,234,247,1) 0%, rgba(215,234,247,1) 50%, rgba(102,185,191,0) 100%); 
}
.social-wrap .row, .sponsor-blocks .row{
    padding: 10px 0;
}
.sponsor-blocks .row .col-sm-2{
    padding: 10px 20px;
}
.sponsor-blocks .col-xs-4{
    min-height: 150px;
}
.sponsor-blocks img{
    -webkit-box-shadow: 5px 5px 23px 0px rgba(115,115,115,1);
    -moz-box-shadow: 5px 5px 23px 0px rgba(115,115,115,1);
    box-shadow: 5px 5px 23px 0px rgba(115,115,115,1);
    border-radius: 10px;
    background-color: #fff;
}


/* page footer */
footer{
    padding: 50px 0;
    background-color: #D7EAF7;
    color: #232426;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 16px !important;
}
footer p{
    font-size: 16px !important; 
}
footer a{
    color: #232426;
}
@media(max-width: 1198px){
    .third-mob{
        width: 32.5% !important;
        height: auto !important;
    }
    .full-mob{
        width: 100% !important;
        height: auto !important;
        padding: 5px;
        margin: 0 auto;
    }
}
@media(max-width: 991px) and (min-width: 768px){
    #navbar {
        margin-left: 36%;
        width: 100%;
    }
    .sponsor-blocks .col-xs-4{
        min-height: 90px;
    }
}
@media(max-width: 767px){
    iframe{
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .video-wrap iframe.video{
        height: 200px;
    }
    .btn{
        white-space: break-spaces;
    }
    #navbar{
        position: absolute;
        top: 49px;
        z-index: 1;
        width: 100%;
    }
    nav ul.nav{
        width: 100%;
        background-color: #17293A;
    }
    .social-icons{
        width: 95%;
    }
    .social-icons a{
        display: inline-block !important;
        width: auto !important;
    }
    .social-media-gallery img{
        display: inline-block;
        padding: 5px 0;
    }
    .sponsor-blocks .col-xs-4{
        min-height: 215px;
    }
}
@media(max-width: 650px){
    .sponsor-blocks .col-xs-4{
        min-height: 175px;
    }
    .third-mob{
        width: 32% !important;
    }
}
@media(max-width: 550px){
    .sponsor-blocks .col-xs-4{
        min-height: 145px;
    }
}