﻿@font-face {
    font-family: 'roboto-regular';
    src: url('../content/fonts/roboto-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'nunito-regular';
    src: url('../content/fonts/Nunito/NunitoSans_10pt-Regular.ttf') format('truetype');
}

body {
    font-family: 'roboto-regular', sans-serif;
    overflow-x: hidden;
}

.containerForVideoBackground {
    width: 100%;
    position: relative;
    height: 700px;
}

header {
    color: white;
}

.videoWrapper {
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: -0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
    background-clip: padding-box;
}

.video {
    display: block;
    position: absolute;
    /* width: 100%; */
    height: 100%;
    background-color: transparent;
    z-index: -1000;
}

.backgroundOverlay {
    border-radius: inherit;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.5;
    background: linear-gradient(105deg, #363636 0%, rgba(81, 24, 24, 0.00) 100%);
    overflow: hidden;
    mix-blend-mode: multiply;
    transition: opacity .2s;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
}


.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: flex-start;
}

.nav-link {
    margin-right:15px;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
    z-index:3;
}


.m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 4px;
    width: 16px;
    height: 16px;
}


.unu {
    margin-top: 1px;
}

.unu, .doi, .trei {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
}

.unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    animation-delay: alternate;
}

.doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
    animation-delay: .2s;
    animation-direction: alternate;
    margin-top: -6px;
}

.trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
    animation-delay: .3s;
    animation-direction: alternate;
    margin-top: -6px;
}

.mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    transform: none;
    border: 2px solid white;
    top: 170px;
}

.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;
    height: 4px;
    width: 4px;
    border: 2px solid #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.wheel {
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite;
    animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        top: 1px;
    }

    25% {
        top: 2px;
    }

    50% {
        top: 3px;
    }

    75% {
        top: 2px;
    }

    100% {
        top: 1px;
    }
}

@-o-keyframes mouse-wheel {

    0% {
        top: 1px;
    }

    25% {
        top: 2px;
    }

    50% {
        top: 3px;
    }

    75% {
        top: 2px;
    }

    100% {
        top: 1px;
    }
}

@keyframes mouse-wheel {

    0% {
        top: 1px;
    }

    25% {
        top: 2px;
    }

    50% {
        top: 3px;
    }

    75% {
        top: 2px;
    }

    100% {
        top: 1px;
    }
}

@-webkit-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {

    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bang {
    from {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}

.animation-left {
    position: relative;
    animation: animationleft 2s ease-out;
}

.animation-right {
    position: relative;
    animation: animationright 2s ease-out;
}

@keyframes animationleft {
    0% {
        opacity: 0;
        left: -100px;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes animationright {
    0% {
        opacity: 0;
        left: 100px;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */
    .containerForVideoBackground {
        min-width: 325px;
        min-height: 150px;
        height: auto;
    }

    .width100percent {
        width:auto;
    }

    .peekedYourinterestdiv {
        display:none !important;
    }

    #carouselAboutUs {
        display:none !important;
    }

    .toflexornottoflex {
        display: unset;
    }

    .logostraplineLargeHome {
        z-index: 2;
        color: white;
        display: flex;
        padding-top: 100px;
        justify-content: start;
        font-weight: 700;
        font-size: 30px;
        padding-left: 20px;
    }

    .headerSubItem {
        font-weight: 900;
        font-size: 30px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .borderGrey {
        border: 1px grey solid;
        margin-top: 25px;
        margin-bottom: 25px;
        width: 100px;
        margin-left: 0;
        margin-right: 0;
    }

    .headerSubItemStrapline {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .ctaContactUs {
        z-index: 2;
        color: white;
        display: flex;
        font-size: 14px;
        font-weight: 500;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        display: none;
    }

    .ctaStrapline {
        z-index: 2;
        color: white;
        display: flex;
        padding-top: 30px;
        justify-content: center;
        font-size: 14px;
        font-weight: 500;
        position: relative;
    }

    .ctalogostraplineLargeHome {
        z-index: 2;
        color: white;
        display: flex;
        padding-top: 5px;
        justify-content: start;
        font-weight: 700;
        font-size: 14px;
    }

    .clearPadding {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: inherit;
        padding-right: inherit;
    }

    .contactUsNavBarItem {
        margin-top: inherit;
        border: none;
        padding-left: inherit;
        padding-right: inherit;
        padding-top: inherit;
        padding-bottom: inherit;
    }

    .navbarTelephone {
        padding-left: 0px;
    }

    .aboutHeader {
        padding-top: 60px;
        font-size: 20px;
        font-weight: 900;
        letter-spacing: 3px;
    }

    .aboutHeaderStrapline {
        z-index: 2;
        display: flex;
        color: black;
        padding-top: 20px;
        font-weight: 700;
        font-size: 50px;
    }

    .aboutHeaderSubStrapline {
        z-index: 2;
        color: black;
        display: flex;
        padding-top: 20px;
        font-size: 16px;
        font-weight: 500;
    }

    .aboutUsSpacing {
        margin-bottom: 100px;
    }

    .aboutuspaddingLeft {
        padding-left: 20px;
    }

    .leadershipTeamMarginTop {
        margin-top: 0px;
    }

    .leadershipteamTitle {
        padding-top: 0px;
        font-size: 20px;
        font-weight: 900;
        letter-spacing: 3px;
    }

    .imgSections {
        display: none;
    }

    .sectionSpacing {
        padding-top: 75px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .logostrapline {
        z-index: 2;
        color: white;
        display: flex;
        padding-top: 80px;
        justify-content: center;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        padding-right: 20px;
        align-items: center;
    }

    #footerLogo {
        align-items: center;
        justify-content: center;
        display: flex;
        margin-bottom:5px;
    }

    #animationhi > p {
        font-size: 65px !important;
        margin-left: auto;
        margin-right: auto;
        width: 320px;
        animation: type 1s steps(60, end);
    }
}

@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    .containerForVideoBackground {
        min-width: 325px;
        min-height: 150px;
        height: auto;
    }    
}

@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}

@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
    #whatwedovideo {
        width:100%;
    }

    .peekedYourinterestdiv {
        display: flex !important;
    }

    #carouselAboutUs {
        display: flex !important;
    }

    #animationhi > p {
        color: var(--bs-body-color);
        font-size: 80px !important;
        white-space: nowrap;
        overflow: hidden;
        width: 400px;
        animation: type 1s steps(60, end);
        margin-left: auto;
        margin-right: auto;
    }

    .toflexornottoflex {
        display: flex;
    }

    .width100percent {
        width: 100%;
    }

    .logostrapline {
        z-index: 2;
        color: white;
        display: flex;
        padding-top: 80px;
        justify-content: center;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        padding-right: 20px;
        align-items: center;
    }

    .logostraplineLargeHome {
        z-index: 2;
        color: white;
        display: flex;
        padding-top: 200px;
        padding-bottom:100px;
        justify-content: start;
        font-weight: 700;
        font-size: 60px;
    }

    .headerSubItem {
        font-weight: 900;
        font-size: 40px;
        width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .borderGrey {
        border: 1px grey solid;
        margin-top: 25px;
        margin-bottom: 25px;
        width: 100px;
        margin-left: auto;
        margin-right: auto;
    }

    .headerSubItemStrapline {
        width: 800px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }

    .ctaContactUs {
        z-index: 2;
        color: white;
        display: flex;
        justify-content: center;
        font-size: 20px;
        font-weight: 500;
        width: 800px;
        margin-left: auto;
        margin-right: auto;
        text-align:center;
    }

    .ctaStrapline {
        z-index: 2;
        color: white;
        display: flex;
        padding-top: 30px;
        justify-content: center;
        font-size: 20px;
        font-weight: 500;
        position: relative;
    }


    .ctalogostraplineLargeHome {
        z-index: 2;
        color: white;
        display: flex;
        padding-top: 160px;
        justify-content: center;
        font-weight: 700;
        font-size: 75px;
        width: 800px;
        align-content: center;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .clearPadding {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .contactUsNavBarItem {
        margin-top: -5px;
        border: 1px white solid;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navbarTelephone {
        padding-left: 40px;
    }

    #customNav {
        display: flex;
    }

    .aboutHeader {
        padding-top: 60px;
        font-size: 20px;
        font-weight: 900;
        letter-spacing: 3px;
    }

    .aboutHeaderStrapline {
        z-index: 2;
        display: flex;
        color: black;
        padding-top: 20px;
        font-weight: 700;
        font-size: 75px;
    }

    .aboutHeaderSubStrapline {
        z-index: 2;
        color: black;
        display: flex;
        padding-top: 20px;
        font-size: 20px;
        font-weight: 500;
    }

    .aboutUsSpacing {
        margin-bottom: 200px;
    }

    .aboutuspaddingLeft {
        padding-left: unset;
    }

    .leadershipTeamMarginTop {
        margin-top: 60px;
    }

    .leadershipteamTitle {
        padding-top: 60px;
        font-size: 20px;
        font-weight: 900;
        letter-spacing: 3px;
    }

    .imgSections {
        display: block;
    }

    .sectionSpacing {
        padding-top: 150px;
        padding-left: 30px;
        padding-right: 30px;
    }

}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
}

@media (min-width:1281px) { /* hi-res laptops and desktops */
}


@media (min-width:320px) {
    .aboutusHeader1 {
        display: none;
    }

    .headerPage {
        position: absolute;
        top: 0;
        margin-left: 20px;
        margin-top: 0px;
    }

    .aboutusHeaderText {
        font-family: 'nunito-regular';
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        text-transform: uppercase;
    }

    .divHeaders {
        color: #1A1A1A;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: 'nunito-regular';
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .indepenHeader {
        display: none;
    }

    .servicesCenter {
        margin-bottom: 10px;
        /*justify-content: center;*/
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .servicesCenterMb {
        margin-bottom: 0px;
    }

    .leadershipTeam1 {
/*        position: relative;
        top: 0px;*/
        margin-left: 5px;
        /*display: flex;*/
        margin-top: 20px;
        padding:10px;
    }

    .ourTeamHeader {
        margin-top: 5px;
        margin-left: 0px;
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    .graceOverride1 {
        display: flex;
        flex-direction: column;
    }

    .graceOverride2 {
        position: absolute;
        top: 350px;
        color: black !important;
        padding: 10px;
    }

    .simonMtop {
        margin-top: 550px;
    }
}

@media (min-width:961px) {
    .headerPage {
        position: absolute;
        top: 0;
        margin-left: 150px;
        margin-top: 50px;
    }
    .aboutusHeader1 {
        display: block;
    }
    .aboutusHeaderText {
        font-family: 'nunito-regular';
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        text-transform: uppercase;
    }
    .divHeaders {
        color: #1A1A1A;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: 'nunito-regular';
        font-size: 61px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }
    .indepenHeader {
        display: flex;
    }

    .servicesCenter {
        margin-bottom: 10px;
        /*justify-content: center;*/
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom:10px;
    }

    .servicesCenterMb {
        margin-bottom: 50px;
    }
    .leadershipTeam1 {
        margin-left: 150px;
        display: flex;
    }
    .ourTeamHeader {
        margin-top: 150px;
        margin-left: 150px;
        display: flex;
        flex-direction: row;
        padding:0px;
    }
    .graceOverride1 {
        display: flex;
        flex-direction: column;
    }

    .graceOverride2 {
        position: unset;
        top: unset;
        color: white !important;
        padding: 10px;
    }

    .simonMtop {
        margin-top:150px;
    }
}
