﻿.logo-img {
    max-height: 100px;
    max-width: 100%;
    padding: 7px 0;
}

.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-center {
    float: none;
    margin: 0 auto;
}

#video-source {
    position: fixed;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    display: block;
    object-fit: cover;
    z-index: 0;
}

.landing-section {
    padding: 70px 0;
}

.top-bar {
    background-color: #fff;
    z-index: 33;
    top: 0;
    left: 0;
    position: relative;
    min-height: 35px;
}

.top-bar-padding {
    padding-top: .5em;
}

.top-bar p {
    margin-bottom: 0;
    font-weight: 600;
}

.navbar-menu {
    border-top: 1px solid #eee;
}

.navbar-menu-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu-bar {
    z-index: 33;
    text-align: center;
    display: block;
    margin: auto;
    position: relative;
}

@media (max-width: 991px) {
    .menu-bar-centered {
        margin: auto;
        text-align: center;
    }
}

.menu-bar-padding {
    padding: 0;
}

.menu-bar p {
    margin-bottom: 0;
    font-weight: 600;
}
/* Text Styles */
.navbar-group-section h2.navbar-call a.nav-link {
    font-size: calc(14px + 0.5vw) !important;
    line-height: 1.5em;
    opacity: 1;
}

.navbar-group-section h1 {
    font-size: calc(12px + 0.1vw) !important;
    line-height: 1.5em;
    font-weight: 600;
    margin-top: 15px;
}

    .navbar-group-section h1.page-title {
        font-size: calc(14px + 0.1vw) !important;
        line-height: 1.5em;
        font-weight: 600;
        margin-top: 0;
    }

.navbar-group-section h2 {
    font-size: calc(12px + 0.1vw) !important;
    line-height: 1.5em;
    font-weight: 600;
    margin-top: 15px;
}

    .navbar-group-section h2.page-subtitle {
        font-size: calc(12px + 0.1vw) !important;
        line-height: 1.5em;
        font-weight: 400;
        margin-top: 0;
    }

.navbar-group-section h3 {
    font-size: calc(12px + 0.1vw) !important;
    line-height: 1.5em;
    font-weight: 500;
}

.video-group-section h2 {
    font-size: calc(12px + 0.05vw) !important;
    font-style: italic;
    line-height: 1.5em;
    padding-bottom: 0;
    margin-top: 0;
}

    .video-group-section h2.center-video-h2 {
        font-size: calc(13px + 0.25vw) !important;
        line-height: 1.5em;
        margin-top: 0;
        padding: 25px;
        font-weight: 400;
    }

.content-group-section h2 {
    font-size: calc(14px + 0.2vw) !important;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 0;
}

.content-group-section h3 {
    font-size: calc(12px + 0.2vw) !important;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 20px;
}

.content-group-section p {
    font-size: calc(12px + 0.1vw) !important;
    line-height: 1.5em;
}

.transparent-group-section h2 {
    font-size: calc(12px + 0.2vw) !important;
    line-height: 1.5em;
}

.transparent-group-section h3 {
    font-size: calc(12px + 0.1vw) !important;
    line-height: 1.5em;
}

.testimonials-group-section h2 {
    font-size: calc(14px + 0.1vw) !important;
    line-height: 1.5em;
    font-weight: 500;
}

.testimonials-group-section h3 {
    font-size: calc(12px + 0.2vw) !important;
    line-height: 1.5em;
    font-weight: 500;
}

.testimonials-group-section p {
    font-size: calc(12px + 0.1vw) !important;
    line-height: 1.5em;
    font-weight: 500;
}

.contact-group-section h2 {
    font-size: calc(14px + 0.2vw) !important;
    line-height: 1.5em;
    font-weight: 600;
}

.contact-group-section p {
    font-size: calc(12px + 0.1vw) !important;
    line-height: 1.5em;
    font-weight: 500;
}
/* End Text Styles */
.navbar-call {
    margin-top: 0;
}

.iframe-responsive {
    position: relative;
    overflow: hidden;
}

.space-top {
    margin-top: 30px;
}

.navbar-default {
    z-index: 1029;
}

.fa-3 {
    font-size: 2.5em;
    margin: 1.5%;
    width: auto;
}

.icon img {
    max-width: 80px;
}

.video-group-section {
    height: 55vh;
    min-height: 450px;
}

.contact-section {
    background-color: white;
    border-radius: 4px;
    padding: 25px;
    padding-bottom: 55px;
}

.contact-form {
    margin-top: 0;
}

.footer-center {
    margin: auto;
    display: block;
    text-align: center;
}

@media (min-width:768px) {
    .top-video-text {
        width: 300px;
    }
}

@media (max-width: 767px) {
    .w-100 {
        margin-left: 0;
        margin-right: 0;
    }

    #video-source {
        display: none;
    }

    .transparent-group-section {
        background-color: transparent;
    }

    .top-video-text {
        margin: 30px 0;
    }

    .video-group-section {
        min-height: 70vh;
    }

        .video-group-section h2.center-video-h2 {
            font-size: calc(12px + 0.25vw) !important;
            font-style: italic;
            line-height: 1.5em;
            padding: 0 25px 25px 25px;
            margin-top: 0;
            font-weight: 600;
        }

    .ModalPopup {
        max-height: calc(100vh - 80px);
        overflow-y: auto;
    }

    .logo-img {
        padding: 10px 0;
        margin-bottom: 0;
    }
    .navbar-group-section h2.navbar-call a.nav-link {
        font-size: calc(14px + 0.75vh) !important;
        line-height: 1.5em;
        opacity: 1;
    }
}

@media all and (max-width:768px) and (orientation:landscape) {
    .video-group-section {
        height: 500px;
    }
}

.viewMore1[aria-expanded="false"]:before {
    content: "View More";
}

.viewMore1[aria-expanded="true"]:before {
    content: "View Less";
}

.viewMore2[aria-expanded="false"]:before {
    content: "View More";
}

.viewMore2[aria-expanded="true"]:before {
    content: "View Less";
}

.viewMore3[aria-expanded="false"]:before {
    content: "View More";
}

.viewMore3[aria-expanded="true"]:before {
    content: "View Less";
}

.viewMore4[aria-expanded="false"]:before {
    content: "View More";
}

.viewMore4[aria-expanded="true"]:before {
    content: "View Less";
}

.viewMore5[aria-expanded="false"]:before {
    content: "View More";
}

.viewMore5[aria-expanded="true"]:before {
    content: "View Less";
}

.viewMore6[aria-expanded="false"]:before {
    content: "View More";
}

.viewMore6[aria-expanded="true"]:before {
    content: "View Less";
}

.content-group-section {
    z-index: 1;
}

.testimonials-group-section {
    z-index: 1;
}

.contact-group-section {
    z-index: 1;
}

.footer-group-section {
    z-index: 1;
}

.transparent-group-section {
    z-index: 1;
}

.navbar-group-section h2 {
    margin-top: 0;
}

.navbar-group-section h3 {
    margin-top: 0;
}

.ModalPopupBG {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
    /*dim the background*/
}

.modal-title {
    color: #000;
    margin: auto;
    font-weight: 600;
}

.ModalPopup {
    background-color: #fff;
    padding: 0px 0px 8px 0px;
    border-radius: 4px;
    width: 600px;
    max-width: 100%;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.close {
    background-image: url(/Images/close-icon.png);
    background-repeat: no-repeat;
    margin: auto !important;
}

.responsiveCal {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

    .responsiveCal iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.footer .social-area .social-bright {
    opacity: 1;
}

.Upload {
    width: 100%;
}

.file-upload {
    width: 100%;
    line-height: 1;
}

.g-recaptcha div {
    margin: auto;
}

@media screen and (max-height: 575px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77) !important;
        -webkit-transform: scale(0.77) !important;
        transform-origin: 0 0 !important;
        -webkit-transform-origin: 0 0 !important;
    }
}

.playback-spinner div:nth-child(2) {
    font-size: 1rem !important;
}

.card-class {
    margin-top: 25px;
    background-size: cover;
    min-height: 430px;
    width: 100%;
}

.blog-content {
    background-color: #fff;
    padding-bottom: 70px;
    border-radius: 4px;
}

.blog-sidebar-content {
    background-color: #fff;
    min-height: 25vh;
    position: -webkit-sticky;
    position: sticky;
    top: 6%;
    padding: 25px;
    border-radius: 4px;
}

    .blog-sidebar-content .sidebar-title {
        margin-top: 0;
        font-weight: bold;
    }

.blog-main {
    display: flex;
    flex-direction: column;
}

.blog, .blog-post {
    background-color: transparent;
}

.blog-wrapper {
    display: flex;
    justify-content: space-between;
}

.article-content {
    padding: 30px;
}

.navbar[class*="bg-"] .navbar-toggler .navbar-toggler-bar, .navbar.navbar-transparent .navbar-toggler .navbar-toggler-bar {
    background-color: #000;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

.navbar-toggler {
    margin: 5px auto;
}

.navbar .btn {
    margin: 5px 3px;
    font-size: 12px;
}

@media (max-width: 767px) {
    .navbar-nav {
        margin: auto;
    }

    .blog-sidebar-content {
        display: none;
    }

    .blog-content {
        padding-bottom: 25px;
        margin-bottom: 30px;
    }
}

/* IE Fix */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .page-header .content-center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
/* End IE Fix */

.blog-post .section {
    width: 100% !important;
}

/* Start Notifications */

.notification .event, .notification .name, .notification .timeago {
    margin-left: 60px;
    font-family: Lato,sans-serif
}

.notification {
    position: fixed;
    bottom: 30px;
    left: 10px;
    width: 300px;
    height: 64px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    border: 7px solid #fff;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12) !important;
    z-index: 1
}

    .notification .image {
        width: 50px !important;
        height: 50px !important;
        border-radius: 100px !important;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border: 0 solid #fff;
        float: left;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center
    }

        .notification .image img {
            max-width: 50px;
            max-height: 50px;
        }

    .notification .name {
        font-size: 14px;
        font-weight: 800;
        max-width: 120px
    }

    .notification .event {
        font-size: 12px;
        font-weight: 300
    }

    .notification .timeago {
        font-size: 10px;
        font-weight: 400
    }

    .notification:hover {
        box-shadow: 0 25px 50px rgba(0,0,0,.1)
    }

    .notification:active {
        box-shadow: 0 0 0 1px rgba(0,0,0,.1)
    }

    .notification.hide-notification {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s .5s,opacity .4s linear
    }

    .notification.show-notification {
        opacity: 1;
        -webkit-animation: shootUp 1.1s linear both;
        animation: shootUp 1.1s linear both
    }

@-webkit-keyframes shootUp {
    0% {
        -webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,300,0,1);
        transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,300,0,1)
    }

    4.1% {
        -webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,125.912,0,1);
        transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,125.912,0,1)
    }

    8.11% {
        -webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,31.647,0,1);
        transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,31.647,0,1)
    }

    12.11% {
        -webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-5.53,0,1);
        transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-5.53,0,1)
    }

    16.12% {
        -webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-13.007,0,1);
        transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-13.007,0,1)
    }

    27.23% {
        -webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-2.352,0,1);
        transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-2.352,0,1)
    }

    38.34% {
        -webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.311,0,1);
        transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.311,0,1)
    }

    60.56% {
        -webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.007,0,1);
        transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.007,0,1)
    }

    100%,82.78% {
        -webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
        transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)
    }
}

@keyframes shootUp {
    0% {
        -webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,300,0,1);
        transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,300,0,1)
    }

    4.1% {
        -webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,125.912,0,1);
        transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,125.912,0,1)
    }

    8.11% {
        -webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,31.647,0,1);
        transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,31.647,0,1)
    }

    12.11% {
        -webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-5.53,0,1);
        transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-5.53,0,1)
    }

    16.12% {
        -webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-13.007,0,1);
        transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-13.007,0,1)
    }

    27.23% {
        -webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-2.352,0,1);
        transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-2.352,0,1)
    }

    38.34% {
        -webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.311,0,1);
        transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.311,0,1)
    }

    60.56% {
        -webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.007,0,1);
        transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.007,0,1)
    }

    100%,82.78% {
        -webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
        transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)
    }
}

/* End Notifications */


.card.card-blue {
    background: #1877F2;
    color: #fff;
}

.filter-black:after {
    background-color: rgba(0,0,0,0.5);
}

.cc-icon {
    width: 70px;
    max-width: 100%;
}

.centered-video {
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    .table-responsive {
        overflow-x: auto;
    }
}

.card.card-register {
    width: 350px;
    margin: 20px auto 70px;
    max-width: 100%;
}

.asp-checkbox {
}

    .asp-checkbox label {
        margin-left: 5px;
        font-style: normal;
        font-weight: 300;
    }

textarea.form-control {
    resize: vertical !important;
    height: initial !important;
}

iframe {
    border: none !important;
}
body {
    opacity: 0;
    -webkit-animation: fadein 2s; -moz-animation: fadein 2s; -ms-animation: fadein 2s; -o-animation: fadein 2s; animation: fadein 2s;
}