/* Add here all your CSS customizations */
html .bg-color-dark,
html .bg-dark .allegiance-primary {
    background-color: #146E8F !important;
}

html .bg-color-dark,
html .bg-dark .allegiance-secondary {
    background-color: #121212 !important;
}

#footer {
    background-color: #1d1d1d !important;
}

#footer .footer-copyright {
    background-color: #121212 !important;
}

#header .header-nav.header-nav-links nav>ul:not(:hover)>li>a.active,
#header .header-nav.header-nav-links nav>ul li:hover>a {
    /* color: #146E8F !important; */
    /* font-weight: 700; */
    font-weight: bold;
}

#header .header-nav.header-nav-links.avalon-primary nav>ul:not(:hover)>li>a.active,
#header .header-nav.header-nav-links.avalon-primary nav>ul li:hover>a {
    color: #207DCE !important;
}

html .btn-avalon-primary {
    background-color: #207DCE;
    border-color: #207DCE #207DCE #006699;
    color: #FFF;
}

html .btn-avalon-primary:hover,
html .btn-avalon-primary.hover {
    background-color: #00a1f2;
    border-color: #00aaff #00aaff #146E8F;
    color: #FFF;
}

html .btn-avalon-primary:focus,
html .btn-avalon-primary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
    box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

html .btn-avalon-primary.disabled,
html .btn-avalon-primary:disabled {
    background-color: #207DCE;
    border-color: #207DCE #207DCE #006699;
}

html .btn-avalon-primary:active,
html .btn-avalon-primary.active {
    background-color: #006ea6 !important;
    background-image: none !important;
    border-color: #006699 #006699 #004466 !important;
}

html .btn-outline.btn-avalon-secondary {
    color: #9260FF;
    background-color: transparent;
    background-image: none;
    border-color: #9260FF;
}

html .btn-outline.btn-avalon-secondary:hover,
html .btn-outline.btn-avalon-secondary.hover {
    color: #FFF;
    background-color: #9260FF;
    border-color: #9260FF;
}

html .btn-outline.btn-avalon-secondary:focus,
html .btn-outline.btn-avalon-secondary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(146, 96, 255, 0.5);
    box-shadow: 0 0 0 3px rgba(146, 96, 255, 0.5);
}

html .btn-outline.btn-avalon-secondary.disabled,
html .btn-outline.btn-avalon-secondary:disabled {
    color: #9260FF;
    background-color: transparent;
}

html .btn-outline.btn-avalon-secondary:active,
html .btn-outline.btn-avalon-secondary.active {
    color: #FFF !important;
    background-color: #9260FF !important;
    border-color: #9260FF !important;
}

.bg-avalon-primary {
    background-color: #207DCE !important;
}

.bg-avalon-secondary {
    background-color: #9260FF !important;
}


.avalon-banner {

    position: relative;
    height: 840px;

    background-image: url('../img/avalon/avalon_banner.png');
    /* background-image: url('/assets/pps/images/landing/Background.jpg'); */
    background-size: 2000px;
    background-repeat: no-repeat;
    background-position: 50% 10%;

}

.login-container {
    position: absolute;
    top: 100px;
    /* bottom: 0; */
    margin: auto;
    left: 0;
    height: 500px;
    border-radius: 0px 100px 100px 0px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: transparent linear-gradient(246deg, rgba(0, 92, 173, 0.92) 0%, rgba(5, 28, 47, 0.75) 100%) 0% 0% no-repeat padding-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    place-content: center;

}

.inner-content {
    width: 80%;

}


.login-container h3 {

    color: white;
    font-family: 'Segoe UI Regular';
    font-size: 15px;
    width: 900px;

}


.login-container h1 {

    color: white;
    font-family: 'Segoe UI Regular';
    font-size: 70px;
    line-height: 75px;
    margin-bottom: 50px;
    letter-spacing: 1px;

}

.register {
    width: 155px;
    height: 52px;
    background: #FFC054 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 6px;
    opacity: 1;
    color: black;
    border: none;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.login {
    background-color: transparent;
    width: 155px;
    height: 52px;
    color: white;
    margin-left: 15px;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #FFFFFF;
    border-radius: 6px;
    opacity: 1;
    cursor: pointer;

}


.modal-content {
    height: 723px;
}

.avalon-iframe {
    height: 100%;
    border: none;
}

#avalonIframeModal .modal-dialog {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

#avalonIframeModal .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: white;
    opacity: 1;
    border-radius: 0px 0px 0px 10px;
}

.grecaptcha-badge {
    display: none !important;
}

.covid19-link {
    color: #FFAB00 !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 610px;
    }
}

#header .header-row {
    align-self: auto;
}


#mainNav {
    overflow: hidden;
}

#mainNav a {

    color: #636E78 !important;

}

#mainNav li {

    min-width: 95px;
    animation: step-in 1s normal;
    animation-fill-mode: forwards;
    transform: translateY(-60%);
    opacity: 0;

    
}

#mainNav .dropdown:nth-child(1) {
    animation-delay: 0.1s;
}

#mainNav .dropdown:nth-child(2) {
    animation-delay: 0.2s;
}

#mainNav .dropdown:nth-child(3) {
    animation-delay: 0.3s;
}

#mainNav .dropdown:nth-child(4) {
    animation-delay: 0.4s;
}

#mainNav .dropdown:nth-child(5) {
    animation-delay: 0.5s;
}

#mainNav .dropdown:nth-child(6) {
    animation-delay: 0.6s;
}

#mainNav .dropdown:nth-child(7) {
    animation-delay: 0.7s;
}


@keyframes step-in  {
    0% {
        transform: translateY(-60%);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

#header .header-nav-main nav>ul>li>a {
    font-size: 18px;
    font-weight: 500;
    min-width: 90px;
    text-transform: none;
    /* transition: all 0.3s ease-in-out; */
}



.rev_slider li.slide-overlay .slotholder:after {
    background: none;
}



#header {
    position: absolute;
    z-index: 1030;
    width: 100%;
}

#header .header-row {
    align-self: auto;
    background: transparent;
}

#header .header-column {
    background: transparent;
}

#revolutionSlider {
    background-color: white;
}

.slider-container {
    position: relative;
}

.social-icons.social-icons-dark li a i {
    color: #9097A1;
}

.social-icons li:hover i {
    color: white !important;
}

html .btn-new-yellow {
    background-color: #F6A95B;
    border-color: #F6A95B;
}

@media screen and (max-width: 990px) {
    #mainNav a {
        color: white !important;
    }
}

@media screen and (min-width: 500px) {
    .mobile-slider .defaultimg {
        background-size: contain !important;
    }

}

.mobile-text {
    color: black !important;
}

.revolution-slider-side-text {
    position: absolute;
    bottom: 55px;
    background-color: #146E8F;
    color: white;
    border-radius: 0px 20px 20px 0px;
    width: 450px;
    z-index: 100;
    display: flex;
    align-items: center;
    place-content: center;
    -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.35);
    padding: 30px;

    /* animation: slide-in-text 1s 3s ease-in forwards; */
    /* transform: translateX(-90%); */

}

.revolution-slider-side-text h3 {
    color: white;
    font-size: 20px;
    text-transform: none;
    margin-bottom: 0;
    margin: 10px;
}

.revolution-slider-side-text img { 
    margin-right: 5px;
}


/* Responsive work  */


@media screen and (max-width: 1200px) {
    .video-container {
        flex-direction: column;

    }

    .capabilities-container {
        flex-direction: column-reverse;
        align-items: center;
    }

    .grey {
        flex-direction: column;
    }

    .video-description {
        width: auto;
        margin-top: 30px;
    }

    .image-container {
        margin-right: 0px;
    }

    .allegiance-slide-main-heading {
        line-height: 35px !important;
    }

    .revolution-slider-side-text {
        width: 360px;
        padding: 15px;
        bottom: 10px;
    }

    .revolution-slider-side-text img {
        width: 30px;
    }

    .revolution-slider-side-text h3 {
        font-size: 14px;
    }


    .carousel-image-container .img-fluid {
        max-width: 75px;
    }

    .map-container {
        margin: 0 0px;
        position: relative;
    }

    .content-margin {
        margin: 0 0px;
    }

    .video-shell {
        margin-right: 0;
    }

    .talk-to-us {
        left: 0;
        right: 0;
        margin: auto;
    }

}

/* Animations  */

@keyframes slide-in-text {


    0% {
        transform: translateX(-90%);
    }

    100% {
        transform: translateX(0%);
    }

}

@media screen and (max-width: 600px) {
    #header {
        position: relative;
    }
}