/*Goolge Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
/*Global*/
* {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    border: none;
    border-radius: 0px;
    background-color: transparent;
    text-decoration: none;
    letter-spacing: 1px;
    /* transition: all 0.2s; */
    box-sizing: border-box;
    scroll-behavior: smooth;
}

:root {
    --black: #000;
    --white: #fff;
    --light: #DDDDDD;
    --light-blue: #005E99;
    --dark-blue: #003759;
    --highlight: #555555;
}

body {
    font-family: 'Titillium Web', sans-serif;
}

p {
    font-size: 18px;
    margin-bottom: 20px;
}

h1 {
    font-size: 35px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 30px;
    color: var(--light-blue);
    font-family: 'Roboto Condensed';
}

h2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    color: var(--light-blue);
    margin-bottom: 10px;
}

h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

h4 {
    font-size: 18px;
    font-weight: 600;
}

a {
    color: var(--highlight);
    font-size: 18px;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}

label {
    font-size: 18px;
    font-weight: 300;
    display: block;
    margin-bottom: 5px;
}

input, textarea {
    background-color: #fff;
    padding: 10px;
    display: block;
    width: calc(100% - 20px);
    font-size: 18px;
    font-weight: 300 !important;
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 15px;
}

textarea {
    min-height: 100px;
}

li {
    list-style-type: disc;
    font-size: 18px;
    margin-bottom: 10px;
}

.button {
    font-size: 18px;
    font-weight: 200;
    font-family: 'Titillium Web', sans-serif;
    background-color: var(--light-blue);
    padding: 5px 10px;
    color: var(--white);
}

    .button:hover {
        opacity: 0.6;
    }
/*Colls*/
.col-2 {
    width: 50%;
    float: left;
}

.col-3 {
    width: 25%;
    float: left;
}

.col-4 {
    width: 33.33333%;
    float: left;
}


/*Sidebar*/
.sidebar {
    background-color: var(--dark-blue);
    position: fixed;
    z-index: 2;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 50px;
    box-shadow: -4px 0px 30px -20px #000;
    /* overflow: auto; */
    transition: 0.3s;
}

.sidebar-container {
    padding: 40px 25px;
    opacity: 0;
    visibility: hidden;
    min-width: 260px;
}

.sidebar-open {
    background-color: var(--white);
    width: 360px;
    /* max-width: 360px; */
}

.sidebar-button {
    position: fixed;
    top: 20px;
    left: 0px;
    opacity: 1;
    z-index: 99999 !important;
    /* background-color: #dddddd; */
    width: 50px;
    height: 50px;
}

    .sidebar-button button {
        width: 100%;
        padding: 10px;
    }

.sidebar-show-button {
    display: none;
}

.sidebar-close {
    display: none;
}

.sidebar-close-button {
    display: block;
}

.sidebar-button-open {
    /* right: 10px; */
    left: 290px;
}

    .sidebar-button-open button {
        background-color: transparent !important;
    }

.sidebar-info {
    margin-bottom: 40px;
}

    .sidebar-info p {
        margin-bottom: 0px;
    }

.sidebar-logo img {
    width: 80px;
    margin-bottom: 40px;
}

.sidebar-team {
    margin-bottom: 20px;
}

.sidebar-member {
    margin-bottom: 40px;
}

.sidebar-member-img {
    width: 30%;
    float: left;
    display: none;
}

    .sidebar-member-img img {
        border-radius: 20px;
        height: auto;
    }

.sidebar-member-info {
    width: 100%;
    float: left;
}

    .sidebar-member-info p {
        margin-bottom: 0px;
        color: var(--black);
        display: none;
    }

    .sidebar-member-info h2 {
        padding-bottom: 5px;
        border-bottom: 1px solid #ececec;
        margin-bottom: 5px;
    }

.sidebar-member-info-padding {
    padding-left: 0px;
}

/*Body*/
main {
    margin-left: 50px;
    width: calc(100%-50px);
    min-height: calc(100vh - 420px);
}

section {
    padding: 80px 0px;
}

.container {
    padding: 0px 15%;
}

.header-video video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.main {
    position: relative;
}

.video-content {
    min-height: 100vh;
}

    .video-content .container {
        padding-top: 50vh;
        text-align: center;
    }

.video-logo img {
    max-width: 100px;
    margin-bottom: -10px;
}

.video-heading h1 {
    color: var(--white);
    font-size: 60px;
    text-shadow: 0px 0px 20px black;
    text-transform: uppercase;
    line-height: 45px;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: 'Bebas Neue', cursive;
}

    .video-heading h1 span {
        /* font-family: 'Playfair Display', serif; */
        font-size: 25px;
        line-height: 50px;
        letter-spacing: 8px;
    }

.video-arrow {
    margin-top: 40px;
}

    .video-arrow img {
        max-width: 80px;
    }

/*Teaser*/
#company p {
    max-width: 700px;
    margin: 0 auto;
}
/*Icons*/
.company-services {
    margin-top: 40px;
}

.service-box {
    padding: 20px;
    text-align: center;
    perspective: 1000px;
    min-height: 200px;
    min-width: 200px;
}

    .service-box img {
        max-width: 100px;
        margin-bottom: 15px;
    }

/*Footer*/
footer {
    background-color: var(--white);
}

.footer-inner {
    padding-top: 80px;
    padding-bottom: 40px;
    text-align: center;
}

.footer-logo img {
    max-width: 80px;
    margin-bottom: 20px;
}

.footer-info {
    margin-bottom: 20px;
}

    .footer-info a {
        display: block;
    }

.footer-links a {
    margin: 0px 15px;
}

.copyright {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: var(--light);
    text-align: center;
}

    .copyright p {
        margin-bottom: 0px;
    }

/*Section*/
#contact {
    background-color: #ededed;
}

/*Responsive*/
@media screen and (max-width:1200px) {
    .col-3, .col-4 {
        width: 50%;
    }

    .container {
        padding-right: 8% !important;
        padding-left: 8% !important;
    }
}

@media screen and (max-width:700px) {
    .col-3, .col-4 {
        width: 100%;
    }

    .col-2 {
        width: 100%;
    }

    .container {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

    .sidebar-open {
        width: 100%;
        /* overflow: auto; */
    }

    .sidebar-button {
        top: 20px;
        left: 0px;
        width: unset;
    }

        .sidebar-button button {
            background-color: var(--dark-blue);
            width: 50px;
        }

    main {
        width: 100%;
        margin-left: 0px;
    }



    .inner-preloader img {
        max-width: 80px !important;
    }

    .inner-preloader {
        padding-top: 32vh !important;
    }
}


.preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    z-index: 9;
    background-color: #fff;
}

.inner-preloader {
    padding-top: 34vh;
    text-align: center;
}

    .inner-preloader img {
        max-width: 100px;
    }

.load-animation {
    width: 140px;
    height: 5px;
    background-image: linear-gradient(90deg, #3b6172, #fff, #3b6172);
    margin: 30px auto 0 auto;
    animation: loading 0.6s infinite;
    background-size: 200%;
    background-position: 0% 0%;
}

@keyframes loading {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 200% 0%;
    }
}


.sidebar-member-info h2 span {
    font-size: 18px;
    /* text-transform: uppercase; */
    /* font-family: 'Bebas Neue'; */
    /* letter-spacing: 3px; */
}

.mute-button {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 50px;
    z-index: 1;
}


.preloader video {
    max-width: 220px;
    max-height: 100vh;
    filter: contrast(1);
}


.service-box:hover {
    transform: rotate(0deg) scale(1.1);
}


.service-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
}

.service-box:hover .service-box-inner {
    transform: rotateY(180deg);
}

.service-box-back {
    opacity: 0;
    visibility: hidden;
}

.service-box:hover .service-box-back {
    opacity: 1;
    visibility: visible;
    position: absolute;
}

.service-box:hover .service-box-front {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 270px;
    perspective: 1000px;
    float: left;
    margin: 0px;
    position: relative;
    display: inline-block;
    float: left;
    margin: 0px;
}

.flip-card-inner {
    /* position: relative; */
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 5px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    /* box-shadow: 0px 0px 10px -6px #000; */
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* border-radius: 150px; */
    padding: 20% 0px;
}

.flip-card-front {
    background-color: #fff;
    color: black;
    /* padding: 20% 0px; */
}

.flip-card-back {
    background-color: #ffffff;
    color: #4480a7;
    transform: rotateY(180deg);
    /* padding: 10px; */
}


.flip-card-front img {
    margin-bottom: 15px;
    width: 100px;
}


.service-card {
    margin: 40px 40px;
}

.service-card-inner {
    /* background-color: #ededed; */
    /* padding: 30px; */
    position: relative;
}

.servicecard-icon {
    position: absolute;
    top: -40px;
    left: -35px;
    height: 100px;
    width: 100px;
    background: #fff;
    padding: 16px;
    border-radius: 20px;
    box-shadow: -1px 3px 16px -13px #000;
}

.servicecard-info {
    /* margin-left: 80px; */
    padding: 20px 20px;
    background: #ededed;
    margin-left: 40px;
    border-radius: 20px;
}

.servicecard-info {
}

.sidebar-open .sidebar-container {
    opacity: 1 !important;
    visibility: visible !important;
}


input#confirm {
    visibility: hidden;
    display: none;
}
