/* Add here all your CSS customizations */

/* Fonts  */

@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('./fonts/Segoe UI.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('./fonts/Segoe UI Italic.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('./fonts/Segoe UI Bold.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold Italic'), url('./fonts/Segoe UI Bold Italic.woff') format('woff');
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 5px;
}

.header-container {
    margin: 0 40px;
}

#header .header-row {
    display: flex;
    place-content: center space-between;
    align-items: center;
    width: 100%;
}

.home-intro h3 {
    color: white;
    font-size: 22px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

#header .header-nav-main nav>ul>li>a {
    color: white;
}

#header .header-nav-main nav>ul:not(:hover)>li>a.active {
    /* color: #146E8F; */
    background-color: transparent;

}

#header .header-nav-main nav>ul>li.open>a,
#header .header-nav-main nav>ul>li:hover>a {
    background: transparent;
    /* color: #146E8F; */
}



html .bg-color-primary,
html .bg-primary {
    background-color: #146E8F !important;
}

.card-container {
    display: flex;
    place-content: center;
    text-align: center;


}

.card {
    margin: 0 10px;
    border: 1px solid black;
}

.card h3 {
    margin: 10px 0;
    font-size: 16px;
}

.description-container {
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    place-content: center;
    /* align-items: center; */
}

.description-container p {
    width: 100%;
    max-width: 900px;
}

#header .header-body {
    background-color: #005dadd1;
}

.links-container {
    display: flex;
    flex-direction: row;
    place-content: center space-between;
}

.social-media-container {
    display: flex;
    align-items: center;
}



#header .header-logo img {
    height: 30px;
}

#header .header-nav-main nav>ul>li>a {
    text-transform: none;
}

.slide1-container {
    background-color: white;
    position: relative;
}

.slide-text {
    color: black;


}

.slide-text h4 {
    font-size: 20px;
}

.slide-text h1 {
    font-size: 46px;
}

.learn-more {
    background-color: #146E8F;
    height: 52px;
    border-radius: 5px;
    width: 155px;
    color: white;
    font-size: 12px;
    text-align: center;
    border: none;
    cursor: pointer;
    /* -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75); */
}

#revolutionSlider {
    position: relative;
    overflow: visible;
}

.revolution-slider-side-text {
    position: absolute;
    right: 0px;
    bottom: -40px;
    background-color: #146E8F;
    color: white;
    border-radius: 20px 0px 0px 20px;
    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;
}

.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;
}

.slider-container {
    overflow: visible;
    z-index: 1;

}

#header {
    height: 0 !important;
}

.rev-slidebg {
    width: 100%;
}

.avalon-description {
    max-width: 400px !important;
    width: 300px !important;
}

.video-container {
    /* height: 400px; */
    background-color: white;
    display: flex;
    /* justify-content: center; */
    padding: 120px 0;
    place-content: flex-start center;
    align-items: center;

}

.custom-video {


    /* flex: 1 0 auto; */
    display: flex;
    place-content: center;
    align-items: center;

}

.video-shell {
    width: 65%;
    height: 400px;
    min-width: 600px;
    background-color: grey;
    opacity: 0.4;
    margin-right: 30px;
}

.video-description {
    flex: 1 0 50;
    width: 50%;
    display: flex;
    flex-direction: column;
    place-content: center;
    /* align-items: center; */
    max-width: 600px;
    /* padding-left: 30px; */
    margin: 0 30px;

}

.description h1 {

    font-size: 30px;
    margin-bottom: 0;
    font-weight: bold;

}

.description p {

    margin: 10px;

}


/* Allegiance Capabilities */

.capabilities-container {
    /* height: 300px; */
    display: flex;
    place-content: center;
    padding: 60px 0;
    /* align-items: center; */


}

.capabilities-container .description-container {
    padding: 30px;
    padding-right: 0px;
    padding-left: 50px;
}



.description-container h3 {
    font-size: 14px;

}

.description-container h1 {
    font-size: 28px;
    font-weight: bold;
    margin: 10px 0;

}

.description-container .capabilities-description {
    font-weight: bold;
    max-width: 500px;

}


.capabilities-description p {
    padding-right: 50px;
    font-size: 14px;
    font: Regular 17px/30px Segoe UI;
}


.capabilities-description {
    margin: 20px 0;
}

.grey {
    background-color: #F3F1F1;
    /* flex-direction: row-reverse; */
}

.image-container {
    display: flex;
    align-items: center;
    place-content: center;
    margin-right: 50px;
}

.image-container img {
    width: 500px;
}

.sub-heading-container {
    display: flex;
    align-content: center;
    place-content: start;
}

.sub-heading-container img {

    margin-right: 10px;
}


html .overlay-color-primary:not(.no-skin):before {
    background-color: #212529 !important;
}


.happy-clients {
    display: flex;
    flex-direction: column;

    align-content: center;
    place-content: center;
    align-items: center;


}

.happy-clients h1 {
    font-size: 36px;
    font-weight: bold;
    margin: 30px 0;
}

.client-row {
    display: flex;
    flex-direction: row;

    align-content: center;
    place-content: center;


}

/* .client-row img {
    width: 40px;
} */

.owl-stage {
    display: flex;
    align-items: center;
    place-content: center;
}


/* .owl-item {
    margin: 0 30px;
} */

.carousel-image-container .img-fluid {
    max-width: 100px;
}

.map-container {
    margin: 0 100px;
    position: relative;
}

.owl-carousel {
    margin-bottom: 70px;
}

.carousel-image-container {
    display: flex;
    align-content: center;
    place-content: center;
}

.content-margin {
    margin: 0 100px;
}

.social-icons:not(.social-icons-clean):not(.social-icons-dark):not(.social-icons-dark-2) li a {
    background: transparent;
}

.social-icons:not(.social-icons-clean):not(.social-icons-dark):not(.social-icons-dark-2) li {
    box-shadow: none;
}

.robo-image {
    width: auto;
    position: absolute;
    right: 0;
}

.tp-revslider-mainul {
    background-color: white;
}

.allegiance-slide-main-heading {
    font-family: 'Segoe UI Bold';
    letter-spacing: 2px !important;
    min-width: 690px !important;
    line-height: 60px !important;

}

.tp-caption {
    color: black;
}

.slide-overlay {
    background-color: white;
}

.featured-box input {
    width: 100%;
    border: 1px solid grey;
    border-radius: 5px;
    padding: 5px;
    margin: 10px 0;
}


.talk-to-us {
    position: absolute;

    right: 100px;
    top: 80px;
    width: 600px;
    min-height: 550px;
    padding: 40px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;

}

.talk-to-us h1 {
    font-family: 'Segoe UI Bold';
}

.talk-to-us input {
    width: 100%;
    border: 1px solid grey;
    border-radius: 5px;
    padding: 5px;
}

.talk-to-us input:focus {
    outline-offset: 0px;
    outline-color: transparent;
}

.talk-to-us p {
    margin: 10px 0;
    color: black;
    font-family: 'Segoe UI Regular';
}

.contact-details-map {
    display: flex;
    place-content: space-between;
    align-items: center;
}

.detail-container {
    display: flex;
}

.name-container {
    margin-right: 5px;
    width: calc(50% - 5px);
}

.email-container {
    margin-left: 5px;
    width: calc(50% - 5px);
}

/* .contact-details-map p {
    margin-bottom: 0;
} */

.detail-container {
    display: flex;
    align-content: space-between;
}

#talk-to-us-message {
    height: 150px;
    width: 100%;
    border: 1px solid grey;
    border-radius: 5px;
    padding: 5px;
}

#talk-to-us-message:focus {
    outline-offset: 0px;
    outline-color: transparent;
}

.send-message {
    /* margin: 30px 0; */
    margin-top: 30px;

}

.flex-row {
    display: flex;

}

.contact-details .list-icons-lg i {
    color: white !important;
}

#footer p,
li,
a {
    color: white;
}

.footerlinks {
    list-style: none;
    padding: 0;
}

.avalon-button {
    background-color: #207DCE;
}

.statusElm {
    color: red;
}

#header .header-nav-main nav>ul>li.dropdown:hover>a::before {
    border-bottom-color: transparent;
}

.allegiance-capabilities .image-container {
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}


.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%;
    transform: translateY(-80px);
    opacity: 0;

    animation: slide-in-banner 2s 2s forwards;

}

.login-container {
    position: absolute;
    top: 100px;
    /* bottom: 0; */
    margin: auto;
    left: 0;
    min-height: 500px;
    border-radius: 0px 70px 70px 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;
    max-width: 900px;
    width: 100%;
    opacity: 0;
    animation: slide-in-login 2s 4s forwards;

}

.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;

}

.industry-stats {
    width: 80%;
    /* margin: 30px 0; */
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.border-radius-a {
    border-radius: 0px 100px 100px 100px;
}

.border-radius-b {
    border-radius: 100px 0px 100px 100px;
}

.side-box {
    height: 80% !important;
}

/* #pricing_plans .featured-box {
    text-align: left;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    place-content: center;
    overflow: auto;
    border-radius: 0; 
}*/

#pricing_plans .featured-box {
    text-align: left;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    place-content: space-between;
    overflow: auto;
    border-radius: 0;
}

#pricing_plans h3 {
    color: white;
}

#pricing_plans .featured-box .px-lg-4 {
    padding: 15px;
}


#pricing_plans .featured-box .signup-form {

    display: flex;
    flex-direction: column;
    align-items: center;
    place-content: center;
}

#pricing_plans .featured-box .signup-form a {
    background: #207DCE 0% 0% no-repeat padding-box;
    border-radius: 6px;
    color: white;
    margin-top: 30px;
}

.sign-up {
    font-size: 20px;
    color: black;
}

.sign-up .bold {
    font-weight: bold;
    color: black;
}

.pricing-heading {
    width: 100%;
    height: 50px;
    background-color: #207DCE;
    /* margin-top: 10px; */
    /* padding: 30px; */
    display: flex;
    align-items: center;
    place-content: center;
    place-items: center;
    align-content: center;
}

.testimonial-quote {
    width: 40px !important;
    margin: 0px 20px;
}



/* 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;
    }

    .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;
    }

}

@media screen and (max-width: 992px) {
    #header .header-nav-main nav>ul:not(:hover)>li>a.active {
        color: #146E8F !important;
        background-color: transparent;
    }
}

@media screen and (max-width: 900px) {
    .learn-more {
        height: 42px;
        width: 105px;
        font-size: 12px;
    }
}

@media screen and (max-width: 800px) {
    .allegiance-slide-main-heading {
        line-height: 20px !important;
    }

    .footer-column {
        display: flex;
        flex-direction: column-reverse;
    }

    .footer-column .col-md-6 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 770px) {
    .revolution-slider-side-text {
        display: none;
    }

    .talk-to-us {
        left: 0;
        right: 0;
        margin: auto;
        /* margin: 10px; */
        margin-left: 5px;
        margin-right: 5px;
        width: auto;
    }


}

@media screen and (max-width: 550px) {
    .allegiance-slide-main-heading {
        line-height: 14px !important;
    }

    .learn-more {
        height: 30px;
        width: 80px;
        font-size: 8px;
    }

}

@media screen and (max-width: 780px) {
    .inner-content {
        width: 90%;
    }

    .login-container h1 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 50px;
    }

    .register {
        width: 120px;
    }

    .login {
        width: 120px;
    }
}


/* Animations  */

@keyframes slide-in-text {


    0% {
        transform: translateX(85%);
    }

    100% {
        transform: translateX(0%);
    }

}

@keyframes slide-in-banner {

    0% {
        transform: translateY(-80px) scale(0.3);
        opacity: 0;
    }

    100% {
        transform: translateY(0px) scale(1);
        opacity: 1;
    }


}

@keyframes slide-in-login {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 610px;
    }
}

html .overlay-color-primary:not(.no-skin):before {
    background-color: #146E8F !important;
}

.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;
}

#header .header-body {
    border-bottom: none;
    border-top: none;
}