body{
    font-family: 'Oxygen', sans-serif !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Oxygen', sans-serif !important;
}
a:hover, a:active, a:focus{text-decoration: none !important;}

.classNoContainer .classRow { margin: 0;}
.classNoPadding{padding: 0 !important;}
.classTextWhite{color: #fff !important;}
.classTextBlack{color: #000 !important;}
.classTextGrey{color: #d5d5d5 !important;}
.classImg {width: 100%;}
.classWhiteFont {     color: #fff;}
.fixed{position: fixed !important; z-index: 10; top: 0 !important;bottom: inherit !important;}

.classLogo .classImg {
    width: 35%;
    position: absolute;
    bottom: 0;
}
.classHeader.fixed .classLogo .classImg {
    position: relative;
}
a.navbar-brand.classLogo {
    padding: 5px 15px;
}
.classHeader {
    position: absolute;
    /*top: 680px;*/
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #2f2f2f;
    z-index: 9999;
}
.navbar-default.classHeaderNav {
        width: 100%;
    background: #2f2f2f;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: none;
    margin-bottom: 0;
}
.classHeaderNav.navbar-default .navbar-nav a.active, 
.classHeaderNav.navbar-default .navbar-nav a.active:focus, 
.classHeaderNav.navbar-default .navbar-nav a.active:hover {
    background: #000 !important;
    color: white !important;
    border: none !important;
}
.classHeaderNav.navbar-default .navbar-nav>li>a:hover{
    color: white !important;
}
.classHeaderNav.navbar-default .navbar-nav>li>a {
    display: block;
    padding: 24px 20px;
    border: 0;
    color: white;
    letter-spacing: 0.04em;
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.classSectionBanner .classBgImage {
    height: 100vh;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-size: 100%;
    background-color: transparent;
    background-size: cover;
}
.classSectionBanner .classOverlayBg {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100vh;
}
.classSectionBanner .classBannerText {
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.classBannerText h1 {
    font-family: "Oxygen" !important;
    font-size: 80px ;
    font-weight: 700 ;
    line-height: 95px ;
}
.classBannerText h3 {
    margin-bottom: 25px;
    letter-spacing: 0.05em;
    font-family: 'Oxygen', sans-serif !important;
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
}
.classSectionBreadcrumb .classBgImage {
    height: 450pxvh;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.classSectionBreadcrumb .classOverlayBg {
    background-color: rgba(0, 0, 0, 0.7);
    height: 450px;
}
.classSectionBreadcrumb .classBannerText {
    height: 450px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.classSectionAbout .classBgImage {
    background-image: url(../images/banner2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.classSectionSchedule .classBgImage {
    background-image: url(../images/banner2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.classSectionAbout .classRow {
    padding: 11em 0 5em;
}
.classRegisterForm {
    background-color: #fff;
    text-align: center;
    padding: 25px;
    border-radius: 15px;
}
input.classInput {
    width: 100%;
    padding: 15px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 27px;
}
input.classInput:focus {
    border: 0;
    outline: none;
}
.classButton.classInputSubmitButton {
    background-color: #f8824c;
    border: 1px solid #f8824c;
    padding: 12px 30px;
    color: #fff;
    font-size: 16px;
    border-radius: 23px;
}
.classSectionSchedule .classRow,
.classSectionSpeaker,
.classSectionCallout{
    padding: 5em 0;
}
.classHeading {
    /*font-family: "Roboto" !important;*/
    font-size: 60px ;
    font-weight: 700 ;
    line-height: 60px ;
    text-transform: none ;
    color: #3f3f3f ;
}
.classParagraph {
    /*font-family: "Roboto" !important;*/
    font-size: 18px ;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 30px;
    color: #888888;
}
a.classButton {
    display: inline-block;
    height: auto;
    padding: 12px 24px;
    background: #c4c4c4;
    color: white ;
    border: 2px solid #c4c4c4;
    border-radius: 2px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    white-space: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
a.classButton.classDarkButton {
    background-color: #f8824c;
    border: 1px solid #f8824c;
    padding: 20px 45px;
    color: #fff;
    font-size: 20px;
    border-radius: 36px;
}
.classSectionSpeaker .classRow {
    /*background-color: #2a2a2a;*/
   /* background-color: #241919;*/
}
.classSpeakerName {
    position: absolute;
    top: 95px;
    background-color: #f8824c;
    /*background-color: rgba(248, 130, 76, 0.41);*/
    padding: 15px;
    /* border-radius: 52px; */
    margin: 0;
    line-height: 20px;
    width: 100%;
    z-index: 9;
    color: #fff;
    font-size: 12px;
}
.classSpeakerName span.classTextWhite {
    font-size: 20px;
}
.classButtonTransparentWhite,
.classButtonTransparentWhite:hover,
.classButtonTransparentWhite:active,
.classButtonTransparentWhite:focus {
    background-color: transparent !important;
    color: #fff;
}
.classSpeakerName.left{
    left: -36px;
}
.classSpeakerName.right{
    right: -36px;
}
.classSpeakerName .classTextWhite{
    display: block;
}
.classSectionCallout .classHeading {
    font-size: 24px;
}
.classSectionTestimonial {
    background-color: #1c1c1c;
    padding: 80px 0 50px;
}
.classTestimonialContent {
    width: 60%;
    margin: 0 auto;
}
h2.classTestimonialComment {
    line-height: 45px;
}
.classSectionSpeaker .classText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*height: 580px;*/
    padding: 50px 0px;
}
.classSectionSpeaker .container{
    box-shadow: 0px 0px 10px 0px #d4d4d4;
    -webkit-box-shadow: 0px 0px 10px 0px #d4d4d4;
    -moz-box-shadow: 0px 0px 10px 0px #d4d4d4;
}

.classSectionSpeakersPage {
    padding: 5em 0;
}
.classSectionSpeakersPage .row {
    margin-bottom: 5em;
}
.classRowSpeaker{
    padding-bottom: 3em;
}

.classFooter p {
    margin-bottom: 0;
    padding: 3em 0;
    font-size: 18px;
}
i.fa.fa-quote-right {
    font-size: 35px;
}
.classSectionMediaPartner {
    padding: 5em 0;
}
.classSectionHeading {
    font-size: 26px;
}

@media (min-width: 992px){
    .classTestimonialContent{
        height: 200px;
    }
}
@media (max-width: 992px){
    .classBannerText h1 {
        font-size: 60px;
    }
    .navbar-default .navbar-brand {
        display: inline-block;
        width: 75%;
    }
    .classSpeakerName.left {
        left: inherit;
        position: relative;
        top: inherit;
        bottom: 0;
    }
    .classSpeakerName.right {
        right: inherit;
        bottom: 0;
        top: inherit;
        position: relative;
    }
    .classSectionMediaPartner img.classImg {
        width: 45%;
        margin: 0 auto 21px;
        text-align: center;
    }
    .classSectionSpeaker .classText {
        padding: 16px 0;
    }
    .classLogo .classImg{
        width: 15%;
    }
    .classBannerText h1{
        line-height: 60px;
        font-size: 36px;
    }
    .classSectionAbout .classRow {
        padding: 3em 0 5em;
    }
    .classRegisterForm{
        margin-top: 45px;
    }
    .classHeader {
        position: fixed;
        top: 0;
        bottom: inherit;
    }
    
}
@media (max-width: 736px){
    .classTestimonialContent{
        height: 365px;
    }
    .classRowSpeaker{
        padding-bottom: 0;
    }
    .classSectionSpeakersPage .row {
        margin-bottom: 0em;
    }
}
@media (max-width: 414px){
    .classBannerText h1 {
        /*font-size: 50px;*/
    }
    .classHeading {
        font-size: 50px;
    }
    .classTestimonialContent{
        height: 365px;
    }
}
@media (max-width: 320px){
    .classBannerText h1 {
        font-size: 40px;
    }
    .classHeading {
        font-size: 40px;
    }
}