
body {
    font-family: roboto;
    color: #4d4d4d;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
}

.rl-margin-bottom-60 {
    margin-bottom: calc( 24px + 1.875vw);
}

.title-primary-color {
    color: #36a6e9;
}

.rl-title {
    font-size: calc(3.298611111111111vw + 18.666666666666668px);
}

a.rl-link {
    text-decoration: none;
}

a.rl-link:hover,
a.rl-link:active,
a.rl-link:active:focus {
    text-decoration: none;
}

a.rl-link-primary-color:hover {
    color: #36a6e9;
}

.rl-bg-linearGardient-black {
    background: linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
}


#banner-area {
    position: absolute;
    width: 100vw;
    height: 100%;
    pointer-events: none;
    opacity: 0.7;
}

/* workshopImages */
/*------------------------------------
        $workshopImages
------------------------------------*/
.workshopImages-content {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    color: white;
    padding: calc(0.75vw + 15.6px);
}

.workshopImgs-button, .workshop-button {
    height: 50px;
    background-color: #36a6e9;
    border: 2px solid #36a6e9;
    color: #FFFFFF;
    font-size: 24px;
    border-radius: 0;
    padding: 6px 24px;
}

.workshopImgs-button:hover, .workshop-button:hover,
.workshopImgs-button:active, .workshop-button:active,
.workshopImgs-button:active:focus, .workshop-button:active:focus {
    background-color: transparent;
    color: #36a6e9;
    outline: none;
}

.horizontal-line {
    border-bottom: 1px solid #cccccc;
}

.testimonial-container {
    min-height: 400px;
    background-position: 75% 100%;
    background-repeat: no-repeat;
    background-color: #D7CFCD;
}

.demoStration-experience {
    max-width: 50%;
    width: 50%;
    display: inline-block;
    padding-right: calc( 30px + 3.125vw);
}

.demoStration-workshop {
    max-width: 50%;
    width: 50%;
    display: inline-block;
    padding-left: calc( 30px + 3.125vw);
}
/*------------------------------------
        	$Banner
------------------------------------*/
.rl-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: black;
    max-height: 700px;
    height: 36.458vw;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex; 
    position: relative;
}


/*------------------------------------
        	$Media Query
------------------------------------*/


@media screen and ( max-width: 767px ){
    .rl-banner {
        height: 400px;
        max-height: 400px;
    }

    #banner-area {
        background-image: url('../../images/default/GSU-training-center-main-mobile.jpg');
        background-position: 50% 50%;
        background-size: cover;
    }

    #banner-area .video {
        display: none;
    }

    .demoStration-experience, 
    .demoStration-workshop {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    .demoStration-experience {
        padding-bottom: 60px;
    }

    .background-image-none {
        background-image: none !important;
        background-color: #D7CFCD;
    }

}
