﻿body {
    font-family: 'Franklin Gothic Medium';
    background-color: white;
    margin: 0vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

/*Hamburger-Menu*/
:root {
    
}
.hamburger-menu {
    
}
.hamburger-menu:has(input:checked) {
   
}
.hamburger-menu:has(input:focus-visible)::before,
.hamburger-menu:has(input:focus-visible)::after,
.hamburger-menu input:focus-visible {
   
}
.hamburger-menu::before,
.hamburger-menu::after,
.hamburger-menu input {
   
}
.hamburger-menu input {

}
.hamburger-menu:has(input:checked)::before {

}
.hamburger-menu:has(input:checked)::after {
 
}
.hamburger-menu input:checked {

}
.sidebar {

}
.hamburger-menu:has(input:checked) + .sidebar {

}
div.topBar {
}
.Mobile_Logo {
}
.navLink {
}
.navLink:hover {
}
div.navtab {
}
div.navtab:hover {
}
div.topBar {
}

/*Navigation Bar*/

div.topBar {
    background-color: #1b2d49;
    padding: 10px;
    overflow: hidden;
    position: sticky;
    top: 0;
    z-index: 3;
}
#logoContainer {
    display: flex;
    align-items: center;
    width: 60%;
    margin: 0px;
    margin-left: 31px;
    font-size: 14px
}   
.Logo {
    width: 6%;
    height: auto;
    float: left;

}
.topnav {
    background-color: #f1f1f1;
    display: flex;
    padding: 5px;
    position: sticky;
    top: 0;
    z-index: 3;
}
.topnav a {
    position: sticky;
    float: left;
    display: block;
    color: #0095da;
    text-align: center;
    padding: 7px 16px;
    text-decoration: none;
    z-index: 3;
}
.topnav a:hover {
    background-color: #e1e1e1;
    color: black;
}
.text-danger {
color:white;
}

.mobile-topnav {
    background-color: #ffffff;

}

/*Dropdown Menu*/
.container {
    position: sticky;
    z-index:1;

}
.btnMenu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: var(--gap);
    padding: 0.5rem;
    cursor: pointer;
    border: none;
    position: relative;
    color: #0095da;
    font-family: franklin gothic medium;
    font-size: 16px;
    z-index: 1;
 
}
.btnMenu:hover {
    background-color: #e1e1e1;
    color: black;
}
.bx {
    font-size: 1.1rem;
    z-index: 1;
}
.dropdown {
    position: absolute;
    width: 250px;
    margin-top: 0.3rem;
    background: #000000d9;
    visibility: hidden;
    opacity: 0;
    color: #0095da;
    transform: translateY(0.5rem);
    transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
    z-index: 1;
    font-family: system-ui;
    display: inline-grid;
}
.dropdown a {
    display: flex;
    align-items: center;
    padding: 0.8rem 1rem;
    text-decoration: none;
    color: white;
    z-index: 1;

}
.dropdown a:hover {
    background-color: black;
    color: white;
    z-index: 1;

}
.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0rem);
    z-index: 1;
}

/*Dropdown Menu End*/
button {
   font-family: 'Franklin Gothic';
   padding: 5px;
   margin: 5px 2px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
li {
    list-style-type: none;
}
li a {
        display: block;
        color: #53a7e0;
        text-align: center;
        /*padding: 14px 16px;*/
        text-decoration: none;
    }
.loginIcon {
    float: left;
    margin: 8px;
    margin-left: 60px;
}
.navigation-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

/*Text*/
h1 {
    font-family: 'Franklin Gothic Medium';
    margin-left: 11px;
}
h4 {
    font-family: 'Franklin Gothic Medium';
    font-size: 24px;
    margin-left: 50px;
}

/*Home Page*/
/*Title*/
.titleSection {
    height:auto;
    width:100vw;

}
.titleImage {
    height: auto;
    width: 100vw;
}
.title {
    position: absolute;
    top: 5%;
    left: 50%;
    opacity: 100%;
    transform: translate(-50%, -50%);
    color: white;
    width: 30%;
    padding: 7px 0px;
    margin: 18px 83px 18px 0px;
    border: none;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 38px;
    animation-name: fadeIn;
    animation-duration: 1s;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.subtitle {
    position: absolute;
    top: 6.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 21%;
    background-color: rgb(0 0 0 / 62%);
    padding: 7px 11px;
    margin: 18px 83px 18px 0px;
    border: none;
    border-radius: 40px;
    text-align: center;
    letter-spacing: .15em;
    font-family: 'Bebas Neue light';
    animation-name: mainSubtitle;
    animation-duration: 1s;
}

@keyframes mainSubtitle {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
    /*Slide Up*/
    0% {
        top: 8%;
    }

    100% {
        top: 6%;
    }
}

.about-subtitle {
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 21%;
    background-color: rgb(0 0 0 / 62%);
    padding: 7px 11px;
    margin: 18px 83px 18px 0px;
    border: none;
    border-radius: 40px;
    text-align: center;
    letter-spacing: .15em;
    font-family: 'Bebas Neue light';
    animation-name: aboutSubtitle;
    animation-duration: 1s;
}
@keyframes aboutSubtitle {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
    /*Slide Up*/
    0% {
        top: 8%;
    }

    100% {
        top: 6%;
    }
}

.titleService {
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 25%;
    padding: 7px 0px;
    margin: 18px 83px 18px 0px;
    border: none;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 38px;
    animation-name: fadeIn;
    animation-duration: 1s;
}
.subtitleService {
    position: absolute;
    top: 3.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 15%;
    background-color: rgb(0 0 0 / 62%);
    padding: 7px 11px;
    margin: 18px 83px 18px 0px;
    border: none;
    border-radius: 40px;
    text-align: center;
    letter-spacing: .15em;
    font-family: 'Bebas Neue light';
    animation-name: serviceSubtitle;
    animation-duration: 1s;
}

@keyframes serviceSubtitle {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
    /*Slide Up*/
    0% {
        top: 5%;
    }

    100% {
        top:3.5%;
    }
}

/*References*/
.sectionTwo {
    background-color: #364760;
    padding: 0 8px;
    width: 100%;
    height: auto;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem;
    padding: 3%;
}
.gallery__img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
.gallery__item--2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
}
.gallery__item--3 {
    grid-column-start: 9;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 3;
}
figure {
}

/*Home Page End*/

/*Services*/
.div-wrapper {
    position:relative;
    background-color: #1b2d49;
    height: 10px;
    width: auto;
    bottom:8px;
}
.servicesTab {
    position: sticky;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8%;
    background-color: #0095da;
    padding: 7px 0px;
    margin: 18px 83px 18px 0px;
    border: none;
    text-align: center;
    letter-spacing: .15em;
    font-family: 'Bebas Neue regular';
    color: white;
    box-shadow: 0px 11px 10px #00000073;
}
.infoGraphic {
    background-color: #0f2b33;
    height: 100vh;
    width: 100%;
}
.info-grid {
    width: 85%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5rem;
    padding: 3%;

}
.discovery {
    width: 100%;
    height: auto;
    padding:2%;
    cursor: pointer;
    transition: 0.8s;
}
.discovery:hover {
    transform: scale(1.2);
}
.assetManagement01 {
    width: 100%;
    height: auto;
    padding: 2%;
    cursor: pointer;
    transition: 0.8s;
}
.assetManagement01:hover {
        transform: scale(1.2);

}
.softwareRem {
    width: 100%;
    height: auto;
    padding: 2%;
    cursor: pointer;
    transition: 0.8s;
}
.softwareRem:hover {
    transform: scale(1.2);
}
.scans {
    width: 100%;
    height: auto;
    padding: 4%;
    cursor: pointer;
    transition: 0.8s;
}
.scans:hover {
    transform: scale(1.2);
}
.components {
    color: white;
    font-size: 23px;
    padding-top: 10px;
    text-align: left;
    text-indent: 20px;
}
.compliances {
    font-weight: 600;
    width: 85%;
    height: auto;
    text-shadow: -5px 5px 7px black;
}
.banner {
    width: 90%;
    height: auto;
    padding: 3%;
}
.securitytitle {
    font-size: 40px;
    color: white;
    text-align: center;
    padding: 4%;
    text-shadow: -5px 5px 7px black;
}
li.complianceList {
    text-align: left;
    color: white;
    font-size:50px;
}
.security {
    font-weight: 600;
    width: 70%;
    height: auto;
    padding-top: 9%;
    padding-left: 7%;
    text-shadow: -5px 5px 7px black;
}
li.securityList {
    text-align: left;
    color: white;
    font-size: 50px;
}
.dashboardcontainer {
    font-weight: 600;
    width: 70%;
    height: auto;
    padding-top: 9%;
    padding-left: 7%;
    text-shadow: -5px 5px 7px black;
}
li.dashboardList {
    text-align: left;
    color: white;
    font-size: 50px;
}
.listsContainer {
    background-image: url(../images/RequestSection.jpg);
    background-size: cover;
    background-position: center center;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.circleIcon {
    width: 18%;
    height: auto;
    position: relative;
}
.timeScale {
    width: 85%;
    height: auto;
    position: absolute;
    display: inline;
    padding: 10px;
    transform: translate(0px, 138px);
}
.sectionVision {
    background-color: #1d2d48;
    padding: 0px;
    flex-direction: row-reverse;
    align-items: baseline;
    justify-content: space-evenly;
    width: 100%;
    height: 510px;
    position: relative;
    bottom: 4vh;
}
.slicedImage {
    width: 40.6%;
    height: auto;
    position: absolute;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;


}

/*Service lottie onHover animation*/
.service-animation-Container {
    width: 100%;
    height: 50vh;
}
.serviceContainer {
    width: 100%;
    height: auto;
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
    padding-bottom: 3%;
    padding-top: 3%;
}
.serviceSection {
    width:100%;
    overflow: hidden;
    background-color: white;
    display: flex;
    padding: 50px;
    align-items: baseline;
    justify-content: space-evenly;
    padding-left: 5%;
}
    
/*Section 1*/
.image-cover-01 {
    position: relative;
    width: 100%;
    height: 50%;
    opacity: 1.5;
    scroll-behavior: smooth;
   
}
.image-01.active {
    transform: translate(-50%, 50%) scale(1);
    transition-delay: 0.5s;
}
.image-01 {
    position: fixed;
    top: -44%;
    left: 50%;
    transform: translate(-50%, 50%) scale(0);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.image-01 image {
    max-width: 1200px;
    outline: none;
    border: 10px solid #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,.25);
}
.image-01.close-01 {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
}
.close-01 {
    position: relative;
    color: white;
    letter-spacing: 1.5px;
    bottom: 45%;
    left: 2%;
    cursor: pointer;
}
.close-01:after {
    position: relative;
    color: white;
    content: "\00d7"; /* This will render the 'X' */
    font-size: 30px;

    cursor: pointer;
}
.clip-01.close-01 {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
}
.clip-01.active {
    transform: translate(-50%, 50%) scale(1);
    transition-delay: 0.5s;
}
.clip-01 {
    position: fixed;
    top: -44%;
    left: 50%;
    background-color: #000000a8;
    transform: translate(-50%, 50%) scale(0);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    z-index: 2;
}
.clip-01 video {
    max-width: 1200px;
    outline: none;
    border: 10px solid #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,.25);
}
.clip-01 image {
    max-width: 1200px;
    outline: none;
    border: 10px solid #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,.25);
}
.play-btn-lottie-01 {
    position: relative;
    cursor: pointer;
    right: 35%;
}
.play-btn-lottie-01 .play {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.play-btn-lottie-01 .play:hover {
      transform: scale(1.1);
      transition: 0.5s;
}
.play-btn-lottie-01 .active .play {
        box-shadow: 0 0 0 150vh #000;
    }

/*Section 2*/
.image-cover-02 {
    position: relative;
    width: 100%;
    height: 50%;
    opacity: 1.5;
    scroll-behavior: smooth;
    
}
.image-02.active {
    transform: translate(-50%, 50%) scale(1);
    transition-delay: 0.5s;
}
.image-02 {
    position: fixed;
    top: -44%;
    left: 50%;
    transform: translate(-50%, 50%) scale(0);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.image-02 image {
    max-width: 1200px;
    outline: none;
    border: 10px solid #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,.25);
}
.image-02.close-02 {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
}
.close-02 {
    position: relative;
    color: white;
    letter-spacing: 1.5px;
    bottom: 44%;
    left: 2%;
    cursor: pointer;
}
.close-02:after {
    position: relative;
    color: white;
    content: "\00d7"; /* This will render the 'X' */
    font-size: 30px;
    cursor: pointer;
}
.clip-02.close-02 {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
}
.clip-02.active {
    transform: translate(-50%, 50%) scale(1);
    transition-delay: 0.5s;
}
.clip-02 {
    position: fixed;
    top: -44%;
    left: 50%;
    background-color: #000000a8;
    transform: translate(-50%, 50%) scale(0);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    z-index: 2;
}
.clip-02 video {
    max-width: 1200px;
    outline: none;
    border: 10px solid #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,.25);
}
.clip-02 image {
    max-width: 1200px;
    outline: none;
    border: 10px solid #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,.25);
}
.play-btn-lottie-02 {
    position: relative;
    cursor: pointer;
    right: 35%;
}
.play-btn-lottie-02 .play {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.play-btn-lottie-02 .play:hover {
    transform: scale(1.1);
    transition: 0.5s;
}
.play-btn-lottie-02 .active .play {
    box-shadow: 0 0 0 150vh #000;
}
/*End*/


/*Section 3*/
.image-cover-03 {
    position: relative;
    width: 100%;
    height: 50%;
    opacity: 1.5;
    scroll-behavior: smooth;
    
}
.image-03.active {
    transform: translate(-50%, 50%) scale(1);
    transition-delay: 0.5s;
}
.image-03 {
    position: fixed;
    top: -44%;
    left: 50%;
    transform: translate(-50%, 50%) scale(0);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.image-03 image {
        max-width: 1200px;
        outline: none;
        border: 10px solid #fff;
        box-shadow: 0 15px 35px rgba(0,0,0,.25);
    }
.image-03.close-03 {
        position: absolute;
        top: 30px;
        right: 30px;
        cursor: pointer;
        font-weight: 300;
        letter-spacing: 2px;
        color: #fff;
    }
.close-03 {
    position: relative;
    color: white;
    letter-spacing: 1.5px;
    bottom:42%;
    left: 2%;
    cursor: pointer;
}
.close-03:after {
    position: relative;
    color: white;
    content: "\00d7"; /* This will render the 'X' */
    font-size:30px;
    cursor: pointer;
}
.clip-03.close-03 {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
}
.clip-03.active {
    transform: translate(-50%, 50%) scale(1);
    transition-delay: 0.5s;
}
.clip-03 {
    position: fixed;
    top: -44%;
    left: 50%;
    transform: translate(-50%, 50%) scale(0);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    z-index: 2;
    background-color: #000000a8;
}
.clip-03 video {
        max-width: 1200px;
        outline: none;
        border: 10px solid #fff;
        box-shadow: 0 15px 35px rgba(0,0,0,.25);
    }
.clip-03 image {
        max-width: 1200px;
        outline: none;
        border: 10px solid #fff;
        box-shadow: 0 15px 35px rgba(0,0,0,.25);
    }
.play-btn-lottie-03 {
    position: relative;
    cursor: pointer;
    right: 35%;
}
.play-btn-lottie-03 .play {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.5s;
    }
.play-btn-lottie-03 .play:hover {
            transform: scale(1.1);
            transition: 0.5s;
        }
.play-btn-lottie-03 .active .play {
        box-shadow: 0 0 0 150vh #000;
    }
/*End*/

/*Section 4*/
.image-cover-04 {
    position: relative;
    width: 100%;
    height: 50%;
    opacity: 1.5;
    scroll-behavior: smooth;
    
}
.image-04.active {
    transform: translate(-50%, 50%) scale(1);
    transition-delay: 0.5s;
}
.image-04 {
    position: fixed;
    top: -44%;
    left: 50%;
    transform: translate(-50%, 50%) scale(0);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.image-04 image {
        max-width: 1200px;
        outline: none;
        border: 10px solid #fff;
        box-shadow: 0 15px 35px rgba(0,0,0,.25);


    }
.image-04.close-04 {
        position: absolute;
        top: 30px;
        right: 30px;
        cursor: pointer;
        font-weight: 300;
        letter-spacing: 2px;
        color: #fff;
    }
.close-04 {
    position: relative;
    color: white;
    letter-spacing: 1.5px;
    bottom: 36%;
    left: 2%;
    cursor: pointer;
}
 .close-04:after {
     position: relative;
     color: white;
     content: "\00d7"; /* This will render the 'X' */
     font-size: 30px;
     cursor: pointer;
 }
 .clip-04.close-04 {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
}
.clip-04.active {
    transform: translate(-50%, 50%) scale(1);
    transition-delay: 0.5s;
}
.clip-04 {
    position: fixed;
    top: -44%;
    left: 50%;
    background-color: #000000a8;
    transform: translate(-50%, 50%) scale(0);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.clip-04 video {
        max-width: 1200px;
        outline: none;
        border: 10px solid #fff;
        box-shadow: 0 15px 35px rgba(0,0,0,.25);
    }
.clip-04 image {
        max-width: 1200px;
        outline: none;
        border: 10px solid #fff;
        box-shadow: 0 15px 35px rgba(0,0,0,.25);
    }
.play-btn-lottie-04 {
    position: relative;
    cursor: pointer;
    right: 35%;
}
.play-btn-lottie-04 .play {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.5s;
    }
.play-btn-lottie-04 .play:hover {
            transform: scale(1.1);
            transition: 0.5s;
        }
.play-btn-lottie-04 .active .play {
        box-shadow: 0 0 0 150vh #000;
    }
/*End*/

/*Lottie aniamtion*/

.executiveDashboard {
    width: 50%;
    height: auto;
    padding: 10%;
    transition: 0.8s;
    cursor:pointer;
}
.executiveDashboard:hover {
    transform: scale(1.1);
}
.kpi {
    width: 50%;
    height: auto;
    padding: 10%;
    transition: 0.8s;
    cursor: pointer;
}
.kpi:hover {
 transform: scale(1.1);
}
.measurementTrending {
    width: 50%;
    height: auto;
    padding: 10%;
    transition: 0.8s;
    cursor: pointer;
}
.measurementTrending:hover {
    transform: scale(1.1);
}
.serviceLevel {
    width: 50%;
    height: auto;
    padding: 10%;
    transition: 0.8s;
    cursor: pointer;
}
.serviceLevel:hover {
   transform: scale(1.1);
}
/*End*/


/*Lottie Carousel*/
.identifier {
    background: #02020c;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
}
#sectionThree {
    width: 100%;
    height: auto;
}
#defense {
    width: 100%;
    height: auto;
}
#myLayersOfDefense {
    width: 100%;
    height: auto;
}
#layersOfDefense {
    width: 100%;
    height: auto;
}
.txtTwo {
    width: 100%;
    height: auto;
    font-size: 1.5vw;
    font-style: normal;
    font-family: "Verdana";
    color: white;
    text-indent: .5vh;
    padding: 5vw;
    padding-left: 5vw;
}
#textTwo {
    width: 100%;
    height: auto;
}
/*End*/

/*Glassmorphism*/
.content_body {
    background-image: url(../images/1.jpg);
    background-size: cover;
    background-position: center center;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: poppins;
}
.testimonial {
    width: 90%;
    height: auto;
    padding: 5%;
    font-family: none;
    color: white;
    font-size: 19px;
}
.box {
    width: 400px;
    height: 500px;
    border-radius: 10px;
    margin: 0 30px;
    color: #fff;
    text-align: center;
    background: rgba(255,255,255,0,0.25);
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 1px hsla(0, 0%,100%, 0.5) inset, 
                0 -2px 1px hsla(250, 70%, 5%, 0.3) inset,
                0 -2px 6px hsla(250, 0%, 100%, 0.25);
}
.content_box {
    padding: 45px 0;
}
.icon-image {
    width: 150px;
    height: 150px;
    display: inline-block;
    background: #fff;
    border-radius: 75px;
    transition: all .9s ease;
}
/*End*/

/* New About Timeline_Slider*/
.body_Timeline {
    position: relative;
    margin: 0;
    background-image: linear-gradient(to bottom, black 0%, rgb(0 0 0 / 70%) 0%), url(../images/shutterstock_Building.png);
    background-size: cover;
    height:75vh;
    bottom: 3.5vh;
}
h1.timeline_title {
    color: white;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    top:6%;
    letter-spacing: 4px;
    line-height: 23px;
}
h1 span {
    color: deepskyblue;
}
.icon_list {
    width: 8vw;
    height: auto;
}
.process-wrapper {
    margin: auto;
    max-width: 1080px;
}
#progress-bar-container {
    position: relative;
    width: 90%;
    margin: auto;
    height: 100px;
    margin-top: 65px;
    left: 100px;
}
#progress-bar-container ul {
	padding:0;
	margin:0;
	padding-top:15px;
	z-index:9999;
	position:absolute;
	width:100%;
	margin-top:-40px
}
#progress-bar-container li:before {
	content:" ";
	display:block;
	margin:auto;
	width:30px;
	height:30px;
	border-radius:50%;
	border:solid 2px #aaa;
	transition:all ease 0.3s;
     
}
#progress-bar-container li.active:before, #progress-bar-container li:hover:before {
	border:solid 2px #fff;     
	background: deepskyblue;
}
#progress-bar-container li {
	list-style:none;
	float:left;
	width:20%;
	text-align:center;
	color:#aaa;
	text-transform:uppercase;
	font-size:11px;
	cursor:pointer;
	font-weight:700;
	transition:all ease 0.2s;
	vertical-align:bottom;
	height:60px;
	position:relative;
}
#progress-bar-container li .step-inner {
	position:absolute;
	width:100%;
	bottom:0;
    font-size: 14px;
}
#progress-bar-container li.active, #progress-bar-container li:hover {
	color:#444;
}
#progress-bar-container li:after {
	content:" ";
	display:block;
	width:6px;
	height:6px;
	background:#777;
	margin:auto;
	border:solid 7px #fff;
	border-radius:50%;
	margin-top:40px;
	box-shadow:0 2px 13px -1px rgba(0,0,0,0.3);
	transition:all ease 0.2s;
     
}
#progress-bar-container li:hover:after {
	background:#555;
}
#progress-bar-container li.active:after {
	background:#207893;
}
#progress-bar-container #line {
	width:60%;
	margin:auto;
	background: #eee;
	height:6px;
	position:absolute;
	left:10%;
	top:57px;
	z-index:1;
	border-radius:50px;
	transition:all ease 0.9s;
}
#progress-bar-container #line-progress {
        content: "";
        width: 3%;
        height: 100%;
        background: #207893;
        background: linear-gradient(to right, #1d2d48 0%,#9df1ff 100%);
        position: absolute;
        z-index: 2;
        border-radius: 50px;
        transition: all ease 0.9s;
    }
#progress-bar-container #line-progress::after {
        transition: all ease 0.9s;
 }
#progress-content-section {
    width: 90%;
    margin: auto;
    background: #f3f3f3;
    border-radius: 15px;
    opacity:0.55;

}
#progress-content-section .section-content {
	padding:30px 40px;
	text-align:center;
}
#progress-content-section .section-content h2 {
	font-size:17px;
	text-transform:uppercase;
	color:#333;
	letter-spacing:1px;
}
#progress-content-section .section-content p {
	font-size:16px;
	line-height:1.8em;
	color:#777;
}
#progress-content-section .section-content {
	display:none;
	animation: FadeInUp 700ms ease 1;
	animation-fill-mode:forwards;
	transform:translateY(15px);
	opacity:0;
}
#progress-content-section .section-content.active {
	display:block;
}
@keyframes FadeInUp {
	0% {
		transform:translateY(15px);
		opacity:0;
	}
	
	100% {
		transform:translateY(0px);
		opacity:1;
	}
}

/*End*/
.connectRequest {
    width: 100%;
    height: auto;
    top: 255%;
}
.request {
    width: 100%;
    height: auto;
}
.demoRequest {
    width: 100%;
    height: auto;
}
.ServiceIcons {
    position: absolute;
    background-color: #152132;
    padding: 0 8px;
    width: 100%;
    height: auto;
    padding: 0 8px;
    width: 100%;
    height: 600px;
    top: 201%;
}
.missionStatement {
    color: white;
    font-family: Arial;
    font-size: 25px;
    width: 40%;
    height: auto;
    float:right;
    padding:5%;

}
.vision {
    width: 40%;
    height: auto;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 5px;
    bottom: 8vh;
}
.visionContainer {
    width: 100%;
    height: auto;
    position: absolute;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    top: 0%;
    left: 25%;
}
.values {
    width: 100%;
    height: 593px;
    bottom: 4vh;
}
.values {
    position: relative;
    background-image: url(../images/image-02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(.8);
}
.manifestoStatement {
    width: 50%;
    height: auto;
    position: absolute;
    filter: drop-shadow(6px 6px 5px black);
    color: white;
    font-family: Arial;
    font-size: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 5px;
    flex-direction: column-reverse;
    padding-top: 60px;
    left: 3%;
}
.about-images {
    position: relative;
    background-image: url(../images/mobile-about-image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.walkwayImage {
    width: 100%;
    height: auto;
    filter: brightness(0.8);
}
.connect {
    width: 100%;
    height:auto;
    position: relative;
}
.connectContainer {
    width: 100%;
    height: auto;
    position: absolute;
}
.requestDemo {
    width: 32%;
    height: auto;
    position: absolute;
    top: -53px;
    padding: 7px;
}
.RequestModel{
    width:20%;
    height:auto;
}
.request {
    width: 100%;
    height: auto;
    position: absolute;
    top: 25%;
    padding: 100px;
}
.contactRequest {
    width: 100%;
    height: auto;

}
.contactForm {
    width: 100%;
    height: fit-content;

}
.connectPlacement {
    width: 100%;
    height: auto;
    position: relative;
    padding-left: 19%;
}
.model {
    width: 100%;
    height: 630px;
    position: relative;
}
.modelset {
    position: relative;
}
.contactBottom {
    background-image: url(../images/GradientGraph.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.contact-form-create {
    background: linear-gradient(0deg, rgba(0,4,63,1) 0%, rgba(4,84,92,1) 100%);
    position: relative;
    padding-top: 5%;
    padding-right: 25%;
    padding-left: 25%;
    height: 100vh;
}
h1.contact-title-form-create {
    color: white;
    width:100%;
    font-size: 64px;
    text-align: center;
    padding-bottom: 5%;
    padding-top: 5%;
    text-shadow: -5px 5px 7px black;
}
.modelform {
    position: relative;
}
.modelform-create {
    position: relative;
    padding: 4% 4% 2% 2%;
    width:100%;
    left: 25%;
    padding-top: 2%;
    bottom: 5vh;
}
.form-group-first-create {
    display: inline-block;
    width: 20%;
    box-sizing: border-box;
    font-size: 15px;
    margin: 5px 5px;
    padding-left: 6px;
    white-space: pre-line;
}
.form-group-last-create {
    display: inline-block;
    width: 20%;
    box-sizing: border-box;
    font-size: 15px;
    padding: 2px 5px;
    margin: 2px 5px;
    white-space: pre-line;
}
.contact-form {
    position: relative;
    background-image: url('../images/telecomuncation.png');
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}



.text-grid {
    display: grid;
    grid-template-columns: auto auto;
    padding: 10px;
}

.text-item {
    padding: 10px;
    width: 35%;
   
}


label.label-form {
    font-weight: 600;
    color: white;
}

.container-01 {
    position: relative;
    padding: 2% 3% 2% 10%;
    justify-content: center;
    align-items: center;
    display: inline-grid;
    margin-right: 180px;
    width: 100%;
}

.comment-grid {
    display: grid;
    grid-template-columns: auto;
    padding: 10px;
}
.comment-item {
    padding: 10px;
    width: 35%;
}

a {
    text-decoration: none;
    color: black;
}

.animated-arrow {
    padding: 0.15em;
}
.back-button-text {
    color: black;
    font-weight: bold;
    text-decoration: none;
}
.back-button {
    padding: 5px;
}
.double-table-create-btn {
    align-items: center;
    position: relative;
    display: flex;
    margin-right: 90px;
    width: 100%;
    transform: translate(15px, 0px);
    justify-content: center;
}
.create-btn {
    padding-left: 7.5em;
    margin: 10px 10px;
}
.create-text-chart-box {
    display: -webkit-box;
    width: 50%;
    box-sizing: border-box;
    font-size: 15px;
    margin: 5px 5px;
    padding-left: 0px;
    white-space: pre-line;
}
.create-text-chart-inline-box {
    display: table-row-group;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    margin: 5px 5px;
    padding-left: 6px;
    white-space: pre-line;
    align-items: center;
    justify-content: center;
}
.create-text-chart-inline-box-details {
    display: table-row-group;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    margin: 5px 5px;
    padding-left: 6px;
    align-items: center;
    justify-content: center;
}
.create-text-chart-flex {
    display: -webkit-inline-box;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    margin: 5px 5px;
    padding-left: 6px;
    white-space: pre-line;
    align-items: center;
    justify-content: center;
}
.create-text-chart-grid {
    display: grid;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    margin: 5px 5px;
    padding-left: 0px;
    white-space: pre-line;
}
.lastname-space {
    width: 10px;
    display: table-cell;
    text-align: right;
    padding: 10px;
}
.textarea-150-character {
    width: 170px;
    height: 20px;
    border-radius: 5px;
    border: none;
}

.form-space {
    position: relative;
    display: flex;
    text-align: right;
    padding-bottom: 10px;
    padding-left: 10px;
}
.firstname-display {
    display: -webkit-inline-box;
    margin: 5px 5px;
    padding-left: 10em;
}
label.email-space {
    padding: .375rem .295rem;
}
label {
    display: inline-block;
}
.label {
    display: inline-block;
    padding: .375rem .375rem;
}
.label-container {
    width: 50%;
}
.label-space {
    width: 130px;
    display: table-cell;
    text-align: right;
    padding: 10px;
    font-weight: bold;
}
.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 10px;
    align-items: center;
}
.grid-item {
    text-align: left;
}

.teamWork {
    position: relative;
    background-image: url(../images/Background.png);
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    z-index: -200;

}
.network-image {
    position: relative;
    background-image: url('../images/Network-Image.png');
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.dashboards-image {
    position: relative;
    background-image: url('../images/Dashboard-image.png');
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}
.sectionOne {
    overflow: hidden;
    background-color: white;
    display: flex;
    padding: 50px;
    flex-direction: row-reverse;
    align-items: baseline;
    justify-content: space-evenly;
}
.learnMoreTab {
    position: absolute;
    top: 23%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    width: 8%;
    background-color: #0095da;
    padding: 7px 0px;
    margin: 18px 83px 18px 0px;
    border: none;
    text-align: center;
    letter-spacing: .15em;
    font-family: 'Bebas Neue regular';
    color: white;
    box-shadow: 0px 11px 10px #00000073;
}
.productTab {
    position: absolute;
    top: 190%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8%;
    background-color: #eaa9a9;
    padding: 7px 0px;
    margin: 18px 83px 18px 0px;
    border: none;
    text-align: center;
    letter-spacing: .15em;
    font-family: 'Bebas Neue regular';
    color: white;
    box-shadow: 0px 11px 10px #00000073;
}
.productTab {
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8%;
    z-index: 3;
}

/*Demo Reel*/
.sectionThree {
    padding: 0 0px;
    width: 100%;
    height: auto;
}
.linkBtn {
    position: absolute;
    top: 75%;
    left: 75%;
    transform: translate(100%, 100%);
}
.arrow {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    display: inline-block;
    background: #000000ad;
    border: 2px solid black;
    padding: 14px 21px;
    transform: scale(1);
    letter-spacing: 1.5px;
    font-size: 10px;
    font-size: 1rem;
    text-transform: uppercase;
    outline: none;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: 0.08s;
    color: white;
}
.arrow:hover {
        transform: scale(1.1);
        color: green;
}
.arrow a {
        color: white;

}
a {
    text-decoration: none;
}
.sectionFour {
    padding: 0 0px;
    width: 100%;
    height: auto;
}
div.parallax {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 70vh;
}
.parallax {
    width: 100%;
    height: auto;
    position: sticky;
}

/*Cover Animation*/
#crowdStrikeContainer {
    width: 60%;
    height: auto;
}
#crowdStrikeAnimation {
    width: 100%;
    height: auto;
}
#crowdStrikeAnimate {
    height: auto;
    width: 100%;
}

/*Parallax*/
div.parallax:nth-child(1) {
    position: relative;
    background-image: url('../images/hud-image.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
div.bottomImage {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 80vh;
}
.bottomImage {
    width: 100%;
    height: auto;
    position: sticky;
    padding:5%
}
div.bottomImage:nth-child(1) {
    position: relative;
    background-image: linear-gradient(to bottom, #ffffff00 0%, rgb(0 0 0 / 85%) 0%), url(../images/shutterstock_377365252.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
}
.bottomSection {
    height: auto;
    width: 100%;
}
.company {
    width: 15%;
    height: auto;
    bottom:10%;
    position: relative;
    margin-bottom: 5px;
    padding-left: 10px;
    z-index: 2;
    display: table;
}
.resources {
    position: absolute;
    width: 15%;
    height: auto;
    top: 15%;
    left: 65%;
    transform:translate(50% 50%);
    align-content: center;
    align-items: stretch;
    margin-bottom: 5px;
    padding-left: 20px;
    z-index: 2;
    display: table;
}
.learnBtn {
    position: absolute;
    width: 8%;
    border-radius: 40px;
    background-color: #0095da;
    padding: 6px 0px;
    margin: 18px 83px 18px 0px;
    border: none;
    text-align: center;
    letter-spacing: .15em;
    font-family: 'Bebas Neue regular';
    text-transform: lowercase;
    color: white;
    transform: scale(1);
    transition: 0.5s;
    cursor: pointer;
    z-index: 2;
}
.learnBtn:hover {
    transform: scale(1.1);
    transition: 0.5s;
}
.options {
    color: white;
    font-size: 16px;
    padding-top: 10px;
    cursor: pointer;
    text-align:left;
}
.options a {
    color: white;
    text-align: left;
}
.options a:hover {
        color: darkorange;
 }
.options:hover {
    color: darkorange;
    text-decoration: underline darkorange;
}
.info  {
    color: white;
    font-size: 16px;
    padding-top:10px;
    cursor: pointer;
    text-align: left;
}
.info a {
    color: white;
    font-size: 16px;
    padding-top: 5px;
    cursor: pointer;
    text-align: left;
    width:101%;
}
.info a:hover {
    color: darkorange;
    text-decoration: underline darkorange;
}
.linkedin {
    top: 42%;
    left: 14%;
    width: 8%;
    height: auto;
    position: relative;
    transform: scale(1);
    opacity: 0.6;
}
.linkedin:hover {
transform: scale(1.1);
opacity: 100%;
}
ol {
    display: block;
    font-family: system-ui;
    list-style-type: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.leftTitle {
    color: white;
    font-size: 20px;
    margin-bottom: 20px;
    display: inline;
    border-bottom: 3px solid #be7354;
    padding-bottom: 5px;
    font-weight: 700;
}
.centerTitle {
    color: white;
    font-size: 20px;
    margin-bottom: 20px;
    display: inline;
    border-bottom: 3px solid #be7354;
    padding-bottom: 5px;
    font-weight: 700;
}
.rightTitle {
    color: white;
    font-size: 20px;
    display: inline;
    border-bottom: 3px solid #be7354;
    padding-bottom: 1px;
    font-weight: 700;
    position: relative;
    bottom: 6%;
    top:2px;
}
.policy {
    position: sticky;
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 7px 16px;
}
.conditions {
    position: sticky;
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 7px 16px;
    font-family: arial;
    font-size: 12px;
}
.copyright {
    position: sticky;
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 7px 16px;
    font-family: arial;
    font-size: 12px;
}
.footer {
    width: 100%;
    height: 50px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: arial;
    font-size: 12px;
}


/*Location*/
.sectionFour {
    width: 100%;
    height: 90vh;
    background-image: url( '../images/Contact-BG.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.location {
    position: relative;
    padding: 2%;
    float: left;
    width: 50%;
    height: 70vh;
    justify-content: center;
    display: flex;
    align-items: center;
}
h1.locationTitle {
    color: white;
    opacity: .8;
    font-size: 20pt;
    text-align: left;
    padding: 0;
    margin: 0;
    padding-bottom: 7%;
}
.locationTitle {
    width: 40%;
    height: auto;
    display: inline-grid;
    text-align: center;
    padding: 3%;

}
a.locationText {
    width: 90%;
    height: auto;
    font-size: 15pt;
    line-break: auto;
    display: inline-grid;
    text-align: left;
    align-items: center;
    justify-content: center;
    color: orange;
}
a.emailText {
    width: 90%;
    font-size: 15pt;
    height: auto;
    line-break: auto;
    text-align: left;
    align-items: center;
    justify-content: center;
    color: orange;
}

/*Videos Page*/
.videoTitle {
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 25%;
    padding: 7px 0px;
    margin: 18px 83px 18px 0px;
    border: none;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 38px;
    animation-name:fadeIn;
    animation-duration:1s;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.videoSubtitle {
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 15%;
    opacity: 100%;
    background-color: rgb(0 0 0 / 62%);
    padding: 7px 11px;
    margin: 18px 83px 18px 0px;
    border: none;
    border-radius: 40px;
    text-align: center;
    letter-spacing: .15em;
    font-family: 'Bebas Neue light';
    animation-name:subtitle;
    animation-duration: 1s;
}
@keyframes subtitle {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
    /*Slide Up*/
    0% {
        top: 10%;
    }

    100% {
        top: 6%;
    }
}


.videoTitleImage {

    height: auto;
    width: 100vw;
    filter: brightness(0.8);
}

/*New Video PLayer Active*/
.video_body {
    background-image: linear-gradient(to top, #042542, #00559f);
    padding: 20px;
}
.video_container {
    max-width: 1200px;
    margin: 100px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
}
.video_container .main-video-container {
    flex: 1 1 700px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    background-color: #0000005e;
    padding: 15px;
}
.video_container .main-video-container .main-video {
    margin-bottom: 7px;
    border-radius: 5px;
    width: 100%;
}
.video_container .main-video-container .main-vid-title {
   font-size: 20px;
   color: #fff;
}
.video_container .video-list-container {
   flex: 1 1 350px;
   height: 447px;
   overflow-y: scroll;
   border-radius: 5px;
   box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
   background-color: #0000005e;
   padding: 15px;
}
.video_container .video-list-container::-webkit-scrollbar {
    width: 10px;
}
.video_container .video-list-container::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 5px;
}
.video_container .video-list-container::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: 5px;
}
.video_container .video-list-container .list {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    background-color: #eee;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 10px;
}
.video_container .video-list-container .list:last-child {
    margin-bottom: 0;
}
.video_container .video-list-container .list.active {
    background-color: #444;
}
.video_container .video-list-container .list.active .list-title {
    color: #fff;
}
.video_container .video-list-container .list .list-video {
    width: 100px;
    border-radius: 5px;
}
.video_container .video-list-container .list .list-title {
    font-size: 17px;
    color: #444;
}
/*End*/


/*Blog Page*/
.blog_title {
    position: absolute;
    top: 10%;
    left: 50%;
    opacity: 100%;
    transform: translate(-50%, -50%);
    color: white;
    width: 25%;
    padding: 7px 0px;
    margin: 18px 83px 18px 0px;
    border: none;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 38px;

}
.blog_subtitle {
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 15%;
    background-color: rgb(0 0 0 / 62%);
    padding: 7px 11px;
    margin: 18px 83px 18px 0px;
    border: none;
    border-radius: 40px;
    text-align: center;
    letter-spacing: .15em;
    font-family: 'Bebas Neue light';
    
}
.title-Image {
    width: 100vw;
    height: auto;
} 
.article-container {
    position: relative;
    text-align: left;
    color: black;
    font-weight: bold;
    font-size: 18px;
}
.content-container {
    position:absolute;
    max-width: 100%;
    overflow: hidden;
}
.back-btn {
    position:relative;
    bottom: 50px;
    left: 50px;
}
.topics {
    height: 70%;
    width: 100%;
    z-index: 0;
    display: flex;
    position: absolute;
    top: 45%;
}
.blog-title {
    position: absolute;
    top: 0%;
    left: 7%;
    transform: translate(0%, 0%);
    z-index: 2;
}
.topic-style {
    font-size: 13px;
    color: black;
}
.main-topic-title {
    position: absolute;
    top: 17%;
    left: 10.8%;
    transform: scale(1.1);
    z-index: 2;
}
.main-topic-style {
    font-size: 22px;
    text-decoration: none;
    color: black;
    transition: 0.8s;
}
.topic-style:hover {
    font-size: 14px;
    color: orange;
    transform: scale(1.1);
    transition: 0.5s;
}
.main-topic-style:hover {
    color: #0095da;
    font-size: 23px;
    transition: 0.5s;
    transition: ease-in-out;
    transform: scale(1.1);
}
.topic-content {
    position: absolute;
    top: 35.5%;
    left: 7%;
    transform: translate(0%, 50%);
    z-index: 2;
}
.main-topic-text {
    font-size: 14px;
    color: black;
    position: absolute;
    top: 45%;
    left: 7.5%;
    transform: translate(0%, 50%);
    z-index: 2;
}
.main-topic-text_01 {
    font-size: 14px;
    color: black;
    position: absolute;
    top: 18%;
    left: 7.5%;
    transform: translate(0%, 50%);
    z-index: 2;
}
.article-container-button {
    position: absolute;
    height: 7%;
    width: 28%;
    padding: 0.5%;
    top: 50%;
    left: 6.5%;
    border-radius: 25px;
    border-style: solid;
    border-color: black;
    transform: translate(0%, 50%);
    padding: 2%
}
.article-container-button:hover {
    border-radius: 25px;
    border-style: solid;
    border-color: #f38f30;
    background-color: #f38f30;
    transform: translate(0%, 50%);
    cursor: pointer;
}
.article-button {
    height: auto;
    width: 100%;
    padding-left: 16%;
    color: black;
    padding-top: 3%;
}
.article-button:hover {
    height: auto;
    width: 100%;
    padding-left: 16%;
    color: white;
    padding-top: 3%;
}
.article_link {
    padding-left: 0%;
    color: black;
}
.article_link:hover {
    padding-left: 0%;
    color: white;
}
.article-grid-container {
    display: inline;
}
.grid_gallery--item {
    width: 45%;
    height: 90%;
    overflow: hidden;

}
.gallery_item_img {
    width: 100%;
    height: auto;
}
.gallery_grid_img {
    box-shadow: 1px 5px 20px 0px black;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.article-grid-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 0rem;
    padding: 2%;
    background-color: rgb(19, 22, 33);
    height: 70vh;
}
.grid-gallery--item {
    width: 100%;
    height: auto;
    display: flex;
    object-fit: cover;
}
.grid-gallery-1 {
    display: flex;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    margin-left: 10%;
    transition: ease all .8s;
}
.grid-gallery-2 {
    display: flex;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    margin-left: 15%;
}
.grid-gallery-3 {
    display: flex;
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    margin-left: 10%;
}
.grid-gallery-4 {
    display: flex;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 2;
    margin-left: 10%;
}
.grid-gallery-5 {
    display: flex;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 2;
    margin-left: 15%;
}
.grid-gallery-6 {
    display: flex;
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 2;
    margin-left: 10%;
}
.grid-gallery-7 {
    display: flex;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 5;
    margin-left: 10%;
}
.grid-gallery-8 {
    display: flex;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 5;
    margin-left: 15%;
}
.grid-gallery-9 {
    display: flex;
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 5;
    margin-left: 10%;
}
.grid-gallery-10 {
    display: flex;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
    margin-left: 10%;
}
.grid-gallery-11 {
    display: flex;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
    margin-left: 15%;
}
.grid-gallery-12 {
    display: flex;
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
    margin-left: 10%;
}
.grid-gallery-13 {
    display: flex;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 6;
    margin-left: 10%;
}
.grid-gallery-14 {
    display: flex;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 6;
    margin-left: 15%;
}
.grid-gallery-15 {
    display: flex;
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 6;
    margin-left: 10%;
}


/*Article_01*/
.article-body {
    background: #dfe6e9;
}
.background_01 {
    width:100%;
    height:100vh;
}
.article-container {
    position: relative;
    background: #fff;
    width: 50%;
    margin: -180px auto;
    box-shadow: 0px 2px 38px rgba(0, 0, 0, 0.2);
    height: 800px;
    margin-bottom: 5%;
}
.articleTitle {
    position: relative;
    display: flex;
    font-size: 26px;
    text-decoration: underline;
    align-items: center;
    text-align: center;
    transform: translate(0%, 0%);
    width: 50%;
    left: 35%;
    top: 10%;
}
.article_01 {
    margin: 10%;
    padding-top: 10%;
    font-family: none;
    font-size: 16px;
    line-height: 1.5;
    text-indent: 37px;
}

/*Block Quote
.pull-quote {
    shape-outside: content-box;
    float: right;
    width: 350px;
    height: auto;
    font-size: 18px;
    font-weight: bold;
    margin: 0em 0em 0em 0em;
    padding: 0%;
}

    .pull-quote:before,
    .pull-quote:after {
        background-color: none;
        font-size: 3em;
        font-weight: 800;
        position: absolute;
        height: 20px;
        z-index: 10;
    }

    .pull-quote:before {
        content: "\201D";
        padding: 0 22px 11px 0;
        right: 40%;
        top: 30%;
        float: right;
    }

    .pull-quote:after {
        content: "\201C";
        padding: 0px 0 0 0px;
        right: 20%;
        bottom: 27%;
    }
End*/

/*End*/

/*Product Page*/
/*TitleSection*/
.productSection {
    height: auto;
    width: 100vw;
}
.video-cover {
    position: relative;
    min-width: 100%;
    min-height: 50%;
    width: 100%;
    height: 50%;
    background-image: url('../images/PioneeringSecurityThumbnailCopy.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-behavior: smooth;
}
.productContainer {
    width: 100%;
    height:50vh;

}

.play-btn {
    position: relative;
    cursor: pointer;
    right: 35%;
}
.play-btn .play {
    position: relative;
    width: 100px;
    height: 100px;
    background: black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .6;
    transition: 0.5s;
}
.play-btn .play:hover {
   transform: scale(1.1);
   transition: 0.5s;
}
.play-btn.active .play {
    box-shadow: 0 0 0 150vh #000;
}
.play-btn .play::before {
    content: '';
    position: absolute;
    border: 30px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 0px solid transparent;
    transform: translateX(5px);
}
.clip.active {
    transform: translate(-50%, 50%) scale(1);
    transition-delay: 0.5s;
}
.clip.close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
}
.clip {
    position: fixed;
    top: -44%;
    left: 50%;
    transform: translate(-50%, 50%) scale(0);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.clip video {
    max-width: 1200px;
    outline: none;
    border: 10px solid #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,.25);
}
.clip image {
    max-width: 1200px;
    outline: none;
    border: 10px solid #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,.25);
}
.close {
    position: relative;
    color: white;
    letter-spacing: 1.5px;
    bottom: 43%;
    left: 3%;
    cursor: pointer;
}


.productTitle {
    width: 100%;
    height: auto;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
    font-size: 57px;
    display: flex;
    justify-content: left;
    align-items: center;
    transform: translate(2%, 15%);
    line-height: 90px;
    animation-name: fadeIn;
    animation-duration: 1s;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.dashboards {
    padding: 2%;
    margin: 2%;
    grid-template-columns: repeat(4, 1fr);
}

.dash {
    width:40vw;
    height:auto;
    z-index:2;
}
.executiveDasboard {
    position: relative;
    cursor: pointer;
    right: 35%;
}
.executiveDasboard .zoom {
    position: relative;
    width: 100px;
    height: 100px;
    background: black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .6;
    transition: 0.5s;
}
.executiveDashboard .zoom:hover {
    transform: scale(1.1);
    transition: 0.5s;
}
.executiveDasboard.active .zoom {
    box-shadow: 0 0 0 150vh #000;
}
.executiveDasboard .zoom::before {
    content: '';
    position: absolute;
    border: 30px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 0px solid transparent;
    transform: translateX(5px);
}

/*Pop up on dashboard icons*/
/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0%;
    transform: translate(0%, 78%);
}
/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/*End*/

/*Pop up on dashboard icons*/
/* Popup container - can be anything you want */
.popup02 {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* The actual popup */
.popup02 .popuptext02 {
    visibility: hidden;
    width: 160px;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    top: 7%;
    /* left: 50%; */
    /* margin-left: -80px; */
}
/* Popup arrow */
.popup02 .popuptext02::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
/* Toggle this class - hide and show the popup */
.popup02 .show02 {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/*End*/

button {
    background: transparent;
    border: none !important;
    font-size: 0;
}
.my-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8)
}
.my-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 720px
}
.my-service-animation, .my-panel {
    padding: 0.01em 16px
}
.my-modal.active {
    transform: translate(-50%, 50%) scale(1);
    transition-delay: 0.5s;
}
.my-modal.close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-weight: 300;
    letter-spacing: 2px;
    color: #fff;
}
.my-panel {
    margin-top: 16px;
    margin-bottom: 16px
}
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* This is Contact Form */
.contactFormBox {
    position: relative;
    padding: 4% 4% 4% 4%;
    width: 30%;
    float: right;
    right: 1%;
    padding-top: 8%;
}
.name {
    float: left;
    padding-right: 4%;
}
form {
    align-content:center;
}
.form-group-first {
    display: inline-block;
    width: 32%;
    box-sizing: border-box;

    font-size: 15px;
    margin: 5px 5px;
    padding-left: 6px;
    white-space: pre-line;
}
.form-group-last {
    display: inline-block;
    width: 32%;
    box-sizing: border-box;

    font-size: 15px;
    padding: 2px 5px;
    margin: 2px 5px;
    white-space: pre-line;
}
.form-group-email {
    width: 20vw;
    padding: 2px 5px;
    margin: 2px 5px;
    box-sizing: border-box;
    font-size: 15px;
    white-space: pre-line;
   
}
.form-group-phone {
    width:20vw;
    padding: 2px 5px;
    margin: 2px 5px;
    border-radius: 40px;
    box-sizing: border-box;
    font-size: 15px;
    white-space: pre-line;
   
}
.textarea-form {
    width: 23vw;
}
.grid-full-width {
    width: 44%;
    float: right;
    white-space: pre-wrap;
    padding: 1%;
    top: 5%;
}
.control-label {
    color: white;
    padding-left: 1.5vw;
}
/*.form-control {
    width: 90%;
    text-align: left;
    border-radius: 12px;
    height: 3vh;
    padding-left: 1vh;
    
}*/
/*.form-control-comment {
    width: 412px;
    padding-bottom: 20px;
}*/
/*textarea {
    width: 193%;
    height: fit-content;
    border-radius: 10px;
    height: 8vh
}*/
.text-danger {
    
}
.btn {
    text-align: center;
    padding: 5px 5px;
    color: white;
    background: #1f7ba5;
    border: none;
    border-radius: 11px;
    width: 23.5vw;

    cursor:pointer;
}
/* End */
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/*End*/
.demoBtn {
    position: relative;
    cursor: pointer;
    height: 5%;
    width: 10%;
    background-color: #16a9a9;
    padding: .6%;
    transform: translate(25%, 100%);
    top: 30%;
    transition: 0.5s;
}
.demoBtn:hover {
  transform: translate(25%, 100%) scale(1.1);
  transition: 0.5s;
}
.redirect {
    color: white;
    position: relative;
    text-align: center;
}
.link {
    color: white;
}
.purchaseBtn {
    position: relative;
    cursor: pointer;
    height: 5%;
    width: 10%;
    background-color: #ff9800;
    padding: .6%;
    transform: translate(50%, 0%);
    top: 30%;
    left: 20%;
    transition: 0.5s;
}
.redirectForm {
    color: white;
    position: relative;
    text-align: center;
}
.purchaseBtn:hover {
    transform: translate(50%, 0%) scale(1.1);
    transition:0.5s;

}

/*Product Info*/

.productSection2 {
    position: relative;
    z-index: -200;
    min-width: 100%;
    min-height: 70vh;
    width: 100%;
    height: 70vh;
    background-image: url('../images/Background.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 60%;
    z-index:-1;
}
.computerContainer {
    height: auto;
    width: 50%;
    padding:5%;
}
.computer {
    height: auto;
    width: 70%;
}
.productArticle {
    height: auto;
    width: 50%;
    font-family:'Franklin Gothic Book';
    font-size: 25px;
    color: white;
    padding: 5%;
}
.hoverOption {
    width: 100%;
    height: auto;
}
.border {
    height:5vh;
    width:100vw;
    background-image:linear-gradient(to right, #044240, #01211c)
}
.option {
    width: 100%;
    height: 300px;
    background-color: white;
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
    padding-bottom: 3%;
    padding-top: 1%;
}
.place {
    width: 25vh;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem;
    padding: 3%;
    transition: 0.8s;
}
.place:hover {
  transform: scale(1.1);
}
.modelRequest {
    width: 100%;
    height: auto;
}
.productSection-04 {
    position:relative;
    top:-3px;
    height: 100vh;
    width: 100vw;
}
.product_animtion {
    padding: 0 0px;
    width: 100%;
    height: auto;
}

/*New Parallax Video Css*/
@import url("https://fonts.googleapis.com/css?family=Slabo+27px");

* {
    margin: 0;
}
section {
    height: 100vh;
    overflow: hidden;
    position: relative;
}
video #vortex-parallax {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 30ms linear;
}
.blur {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: blur(5x);
    filter: blur(5px);
    opacity: 0;
}
.stuff {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
.about {
    height: 100vh;
}
/*End*/
/* make it responsive */

@media(max-width: 991px) {
    .clip video {
        max-width: 90%;
    }
}


/*Video Request Form*/
.contactSection {
    width: 100%;
    height: auto;
}
.adobeImg {
    width: 100%;
    height: auto;
}
/*Video Request Form End*/

/*Career Page*/
.ourCareers {
    background-image: url(../images/CareerCover.png);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    
}
h1.careerTitle {
    position: absolute;
    top: 35%;
    left: 50%;
    opacity: 100%;
    transform: translate(-50%, -50%);
    color: white;
    width: 30%;
    padding: 7px 0px;
    margin: 18px 83px 18px 0px;
    border: none;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 64px;
    animation-name: fadeIn;
    animation-duration: 1s;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
h2.careerSubTitle {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 21%;
    background-color: rgb(0 0 0 / 62%);
    padding: 7px 11px;
    margin: 18px 83px 18px 0px;
    border: none;
    border-radius: 40px;
    text-align: center;
    letter-spacing: .15em;
    font-family: 'Bebas Neue light';
    animation-name: mainSubtitle;
    animation-duration: 1s;
}
@keyframes mainSubtitle {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
    /*Slide Up*/
    0% {
        top: 45%;
    }

    100% {
        top: 55%;
    }
}
.defalt-statement {
    color: black;
    padding:2%;
    margin:2%;
    font-size: 24px;
}
/*Confirmation Page*/

#confirmAnimation {
    width: 75%;
    height: auto;
    padding: 3%;
    padding-left: 15%;
}
/*End*/
/*Wide Screen*/


/*Policy*/

.policy-container {
    position: relative;
    background: #fff;
    width: 50%;
    margin: -180px auto;
    box-shadow: 0px 2px 38px rgba(0, 0, 0, 0.2);
    height: 900px;
    margin-bottom: 5%;
    overflow: hidden;
}
.our_policy {
    padding-top: 0%;
    font-family: none;
    font-size: 16px;
    line-height: 1.5;
    text-indent: 37px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 85%;
    margin-left: 7%;
    margin-right: 7%;
    margin-top: 7%;
}
.condition-container {
    position: relative;
    background: #fff;
    width: 50%;
    margin: -180px auto;
    box-shadow: 0px 2px 38px rgba(0, 0, 0, 0.2);
    height: 800px;
    margin-bottom: 5%;
    overflow: hidden;
}
.our_condition {
    padding-top: 0%;
    font-family: none;
    font-size: 16px;
    line-height: 1.5;
    text-indent: 37px;
    overflow-y: scroll;
    height: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10%;
}
.comment-box {
    padding-left: 30px;
    position: relative;
    display: -webkit-inline-box;
}
.form-control-comment {
    width: 100%;
    text-align: left;
    border-radius: 12px;
    height: 3vh;
    padding-left: 1vh;
}
.input-style {
    width: 26vw;
}
.comment-title {
    transform: translate(-10px, -121px);
}
.mobile {
    display: none;
}

.desktop {
    display: initial;
    overflow-x: hidden;
}
h1.contact-title-form {
    color: white;
    font-size: 55px;
    text-align: center;
    padding: 20px 0px 20px 0px;
    text-shadow: -5px 5px 7px black;
}
.grid-full-width-contact {
    padding-top: 7vh;
    padding-left: 20px;
    width: 100%;
    float: left;
    white-space: normal;
}
@media screen and (max-width: 600px) {
    * body .content_body {
        overflow-x: hidden;
        overflow-y: scroll;
    }
    body {
        font-family: 'Franklin Gothic Medium';
        margin: 0vh;
        background-color: #1b2d49;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: initial;
        overflow-x: hidden;
    }
    .arrow {
    display: none;
    }

    /*Hambuger Menu*/
    :root {
        --bar-width: 30px;
        --bar-height: 4px;
        --hamburger-gap: 6px;
        --foreground: #333;
        --background: white;
        --hamburger-margin: 8px;
        --animation-timing: 200ms ease-in-out;
        --hamburger-height: calc(var(--bar-height) * 3 + var(--hamburger-gap) * 2);
        overflow-x: hidden;
        }
    .hamburger-menu {
    --x-width: calc(var(--hamburger-height) * 1.41421356237);
    display: flex;
    flex-direction: column;
    gap: var(--hamburger-gap);
    width: max-content;
    position: absolute;
    top: var(--hamburger-margin);
    left: var(--hamburger-margin);
    z-index: 3;
    cursor: pointer;
}
    .hamburger-menu:has(input:checked) {
        --foreground: white;
        --background: #333;
    }
    .hamburger-menu:has(input:focus-visible)::before,
    .hamburger-menu:has(input:focus-visible)::after,
    .hamburger-menu input:focus-visible {
        border: 1px solid var(--background);
        box-shadow: 0 0 0 1px var(--foreground);
    }
    .hamburger-menu::before,
    .hamburger-menu::after,
    .hamburger-menu input {
        content: "";
        width: var(--bar-width);
        height: var(--bar-height);
        background-color: var(--foreground);
        border-radius: 9999px;
        transform-origin: left center;
        transition: opacity var(--animation-timing), width var(--animation-timing), transform var(--animation-timing), background-color var(--animation-timing);
    }
    .hamburger-menu input {
        appearance: none;
        padding: 0;
        margin: 0;
        outline: none;
        pointer-events: none;
    }
    .hamburger-menu:has(input:checked)::before {
        width: var(--x-width);
        transform: rotate(45deg) translate(0px, -5px);
    }
    .hamburger-menu:has(input:checked)::after {
        width: var(--x-width);
        transform: rotate(-45deg) translate(1.75px, 2px);
    }
    .hamburger-menu input:checked {
        opacity: 0;
        width: 0;
    }
    .sidebar {
        transition: transform var(--animation-timing);
        transform: translateY(-100%);
        padding: 0.5rem 1rem;
        padding-top: calc(var(--hamburger-height) + var(--hamburger-margin) + 1rem);
        background-color: var(--foreground);
        color: var(--background);
        max-width: 100vh;
        min-height: 10rem;
    }
    .hamburger-menu:has(input:checked) + .sidebar {
        transform: translate(0);
        position: relative;
        z-index: 2;
    }
    div.topBar {
        background-color: #1b2d49;
        padding: 10px;
        overflow: hidden;
        position: sticky;
        top: 0;
        z-index: 3;
    }
    .Mobile_Logo {
        width: 56%;
        height: auto;
        float: left;
        padding-top: 2px;
        padding-left: 12%;
    }
    .navLink {
        color: white;
        text-decoration: none;
    }
    .navLink:hover {
        color: #0095da;
    }
    div.navtab {
        width: 100%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        justify-content: center;
        display: flex;
    }
    div.navtab:hover {
        background-color: #000;
        transform: scale(1.1);
    }
    div.topBar {
        background-color: #1b2d49;
        padding: 10px;
        overflow: hidden;
        position: sticky;
        top: 0;
        z-index: 3;
    }
    /*End*/

    /*Location*/
    .double-table-create-btn {
        align-items: center;
        position: relative;
        display: flex;
        margin-right: 90px;
        width: 100%;
        transform: translate(55px, 0px);
        justify-content: center;
    }
    .btn {
        text-align: center;
        padding: 5px;
        color: white;
        background: rgb(31, 123, 165);
        border: none;
        border-radius: 11px;
        width: 65.5vw;
        cursor: pointer;
        transform: translate(-15px, 20px);
    }
    .contactContainer {
        width: 100%;
        height: 80vh;
        background-image: url( '../images/squareMap_1.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .location {
        position: relative;
        padding: 2%;
        float: left;
        width: 50%;
        height: 70vh;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    h1.contact-title-form {
        color: white;
        font-size: 24px;
        text-align: right;
        padding: 1%;
        padding-top: 8%;
        padding-right: 16%;
        text-shadow: -5px 5px 7px black;
    }
    .text-comment {
        display: flex;
        justify-content: center;
        height: 100px;
        width: 470px;
    }

    .comment-grid {
        display: grid;
        grid-template-columns: auto;
        padding: 10px;
        width: 100%;
        padding-left: 12%;
    }
    h1.locationTitle {
        color: white;
        opacity: .8;
        font-size: 20pt;
        text-align: left;
        padding: 0;
        margin: 0;
        padding-bottom: 7%;
    }
    .locationTitle {
        width: 40%;
        height: auto;
        display: inline-grid;
        text-align: center;
        padding: 3%;
    }
    a.locationText {
        width: 90%;
        height: auto;
        font-size: 15pt;
        line-break: auto;
        display: inline-grid;
        text-align: left;
        align-items: center;
        justify-content: center;
        color: orange;
    }
    a.emailText {
        width: 90%;
        font-size: 15pt;
        height: auto;
        line-break: auto;
        text-align: left;
        align-items: center;
        justify-content: center;
        color: orange;
    }
    /*End*/

    /*Title*/
    .titleSection {
        height: auto;
        width: 100%;
        top:-145px;
        position:relative;
    }
    .titleImage {
        width: 100%;
        position: relative;
        z-index: -1;
    }

    .title {
        position: absolute;
        top: 20%;
        left: 0%;
        opacity: 100%;
        transform: translate(0%, 0%);
        color: white;
        width: 100%;
        padding: 7px 0px;
        margin: 18px 83px 18px 0px;
        border: none;
        text-align: center;
        letter-spacing: 0.05em;
        font-size: 30px;
        animation-name: fadeIn;
        animation-duration: 1s;
    }
    .subtitle {
        top: 50%;
        width: 70%;
    }
    @keyframes aboutSubtitle {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
        /*Slide Up*/
        0% {
            top: 8%;
        }

        100% {
            top: 50%;
        }
    }
    .servicesTab {
        position: absolute;
        top: 46%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 25%;
        background-color: #0095da;
        padding: 7px 0px;
        margin: 18px 83px 18px 0px;
        border: none;
        text-align: center;
        letter-spacing: .15em;
        font-family: 'Bebas Neue regular';
        color: white;
        box-shadow: 0px 11px 10px #00000073;
    }
    .service {
        width: 100%;
        height: auto;
        padding-right: 10%;
        padding-left: 10%;
        padding-bottom: 100px;
        position: relative;
    }
    .serviceSection {
        overflow: hidden;
        background-color: white;
        display: flow;
        padding: 50px;
        align-items: baseline;
        justify-content: space-evenly;
        padding-left: 20%;
    }
    .content_body {
        background-image: url(../images/updatedGlass.png);
        background-size: cover;
        background-position: center center;
        height: 200vh;
        display: flex;
        justify-content: center;
        font-family: poppins;
        align-content: center;
        flex-direction: column;
    }
    .testimonial {
        width: 90%;
        height: auto;
        padding: 5%;
        font-family: none;
        color: white;
        font-size: 19px;
    }
    .box {
        width: 380px;
        height: 500px;
        border-radius: 10px;
        margin: 15px 15px;
        color: #fff;
        text-align: center;
        background: rgba(255,255,255,0,0.25);
        backdrop-filter: blur(8px);
        box-shadow: 0 2px 1px hsla(0, 0%,100%, 0.5) inset, 0 -2px 1px hsla(250, 70%, 5%, 0.3) inset, 0 -2px 6px hsla(250, 0%, 100%, 0.25);
    }
    .content_box {
        padding: 45px 0;
    }
    .icon-image {
        width: 150px;
        height: 150px;
        display: inline-block;
        background: #fff;
        border-radius: 75px;
        transition: all .9s ease;
    }
    .bottomSection {
        position: relative;
        height: auto;
        width: 100%;
    }
    div.parallax:nth-child(1) {
        height: 80vh;
    }
    #crowdStrikeContainer {
        width: 95%;
        height: auto;
    }
    /*End*/

    /* CONTACT FORM */
    .grid-full-width-contact {
        padding-top: 7vh;
        padding-left: 20px;
        width: 100%;
        float: left;
        white-space: normal;
    }
    .sectionFour {
        width: 100%;
        height: 110vh;
        background-image: url(../images/Mobile-Contact-BG.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        top: -17vh;
    }
    .label-space {
        width: 70px;
        display: table-cell;
        text-align: left;
        padding: 10px;
        font-weight: bold;
    }
    .modelset {
        position: relative;
        padding:1%;
    }
    .grid-full-width {
        padding-top: 20vh;
        padding-left: 20px;
        width: 100%;
        float: left;
        white-space: normal;
    }
    .comment-title {
       transform: translate(-5px, -5px);
    }
    .comment-box {       
        padding-top:10px; 
        padding-left:18px;
        position: relative;
        display: -webkit-inline-box;
    }
    h1.contact-title-form {
        font-family: "Franklin Gothic Medium";
        padding-top: 25vh;
        font-size: 50px;
        color: white;
    }
    .textarea-150-character {
        width: 314px;
        height: 20px;
        border-radius: 5px;
        border: none;
    }
    .text-grid {
        display: grid;
        grid-template-columns: auto;
        padding: 10px;
        width: 100%;
        padding-left: 15%;
        justify-items: center;
    }
    .text-comment {
        display: flex;
        justify-content: center;
        height: 100px;
        width: 470px;
    }
    .create-text-chart-inline-box {
        display: block;
        width: 100%;
        height: 10vh;
        box-sizing: border-box;
        font-size: 15px;
        margin: 5px;
        position: relative;
        white-space:normal;
    }
    .form-control-comment {
        width: 340px;
        text-align: left;
        border-radius: 12px;
        height: 3vh;
        padding-left: 1vh;
    }
    .form-control {
    width: 90%;
    text-align: left;
    border-radius: 12px;
    height: 3vh;
    padding-left: 1vh;
    }
    .resources {
        left: 15%;
    }
    .services-images {
        width:50%;
        align-content: center;
    }
    .serviceSection {
        position: relative;
        width: 100%;
        overflow: hidden;
        background-color: white;
        display: flex;
        padding: 0px;
        bottom: 10vh;
        align-items: baseline;
        justify-content: space-evenly;
        padding-right: 13%;
    }
    /*End*/

    /* ABOUT PAGE */
    h1.timeline_title {
        color: white;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        top: 6%;
        letter-spacing: 4px;
        line-height: 23px;
    }
    h1 span {
        color: deepskyblue;
    }
    .contactBottom {
        background-image: url(../images/GradientGraph.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 110vh;
    }
    .mobileAbout {
        height:35vh;
        width:100%;
    }
    .TimelineSlider {
        position: relative;
        top: -120px;
    }
    .body_Timeline {
        position: relative;
        margin: 0;
        background-image: linear-gradient(to bottom, black 0%, rgb(0 0 0 / 70%) 0%), url(../images/shutterstock_Building.png);
        background-size: cover;
        height: 75vh;
        bottom: 3.5vh;
    }
    .icon_list {
        width: 30vw;
        height: auto;
    }
    .process-wrapper {
        margin: auto;
        max-width: 1080px;
    }
    #progress-bar-container {
        position: relative;
        width: 90%;
        margin: auto;
        height: 100px;
        margin-top: 65px;
        left: 50px;
    }
    #progress-bar-container ul {
        padding: 0;
        margin: 0;
        padding-top: 15px;
        z-index: 9999;
        position: absolute;
        width: 100%;
        margin-top: -40px
    }
    #progress-bar-container li:before {
        content: " ";
        display: block;
        margin: auto;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: solid 2px #aaa;
        transition: all ease 0.3s;
    }
    #progress-bar-container li.active:before, #progress-bar-container li:hover:before {
        border: solid 2px #fff;
        background: deepskyblue;
    }
    #progress-bar-container li {
        list-style: none;
        float: left;
        width: 20%;
        text-align: center;
        color: #aaa;
        text-transform: uppercase;
        font-size: 11px;
        cursor: pointer;
        font-weight: 700;
        transition: all ease 0.2s;
        vertical-align: bottom;
        height: 60px;
        position: relative;
    }
    #progress-bar-container li .step-inner {
        position: absolute;
        width: 100%;
        bottom: 0;
        font-size: 14px;
    }
    #progress-bar-container li.active, #progress-bar-container li:hover {
        color: #444;
    }
    #progress-bar-container li:after {
        content: " ";
        display: block;
        width: 6px;
        height: 6px;
        background: #777;
        margin: auto;
        border: solid 7px #fff;
        border-radius: 50%;
        margin-top: 47px;
        box-shadow: 0 2px 13px -1px rgba(0,0,0,0.3);
        transition: all ease 0.2s;
    }
    #progress-bar-container li:hover:after {
        background: #555;
    }
    #progress-bar-container li.active:after {
        background: #207893;
    }
    #progress-bar-container #line {
        width: 60%;
        margin: auto;
        background: #eee;
        height: 6px;
        position: absolute;
        left: 10%;
        top: 63px;
        z-index: 1;
        border-radius: 50px;
        transition: all ease 0.9s;
    }
    #progress-bar-container #line-progress {
        content: "";
        width: 3%;
        height: 100%;
        background: #207893;
        background: linear-gradient(to right, #1d2d48 0%,#9df1ff 100%);
        position: absolute;
        z-index: 2;
        border-radius: 50px;
        transition: all ease 0.9s;
    }
    #progress-bar-container #line-progress::after {
        transition: all ease 0.9s;
    }
    #progress-content-section {
        width: 90%;
        margin: auto;
        background: #f3f3f3;
        border-radius: 15px;
        opacity: 0.55;
    }
    #progress-content-section .section-content {
        padding: 30px 0px;
        text-align: center;
    }
    #progress-content-section .section-content h2 {
        font-size: 17px;
        text-transform: uppercase;
        color: #333;
        letter-spacing: 1px;
    }
    #progress-content-section .section-content p {
        font-size: 16px;
        line-height: 1.8em;
        color: #777;
    }
    #progress-content-section .section-content {
        display: none;
        animation: FadeInUp 700ms ease 1;
        animation-fill-mode: forwards;
        transform: translateY(15px);
        opacity: 0;
    }
    #progress-content-section .section-content.active {
        display: block;
    }
    @keyframes FadeInUp {
        0% {
            transform: translateY(15px);
            opacity: 0;
        }

        100% {
            transform: translateY(0px);
            opacity: 1;
        }
    }

    .sectionVision {
        background-color: #1d2d48;
        padding: 0px;
        display: flex;
        flex-direction: row-reverse;
        align-items: baseline;
        justify-content: space-evenly;
        width: 100%;
        height: 100vh;
        position: relative;
        padding-top: 15px;
        bottom: 24vh;
    }
    .slicedImage {
        width: 100%;
        height: auto;
        position: absolute;
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        bottom: 25px;
    }
    .vision {
        width: 85%;
        height: auto;
        position: absolute;
        bottom: 3.3vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
        margin: 5px;
        padding-right: 10%;
    }

    .visionContainer {
        width: 100%;
        height: auto;
        position: absolute;
        display: flex;
        justify-content: space-evenly;
        flex-direction: row;
        flex-wrap: wrap;
        top: 20%;
        left: 5%;
        z-index: 2;
    }
    .manifestoStatement {
        width: 90%;
        height: auto;
        position: absolute;
        filter: drop-shadow(6px 6px 5px black);
        color: white;
        font-family: Arial;
        font-size: 20px;
        display: flex;
        padding: 5px;
        top: 18%;
        left: 3%;
    }
    .values {
        position: relative;
        background-image: url(../images/image-02.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        filter: brightness(.8);
        height: 100vh;
        bottom: 24vh;
    }
    .walkwayImage {
        width: 100%;
        height: auto;
        filter: brightness(0.8);
    }
    .connect {
        width: 100%;
        height: auto;
        position: relative;
    }
    .connectContainer {
        width: 100%;
        height: auto;
        position: absolute;
    }
    .sectionVision {
        position: relative;
        background-image: url(./images/Asset1.png);

    }
    .contactImages {
        height: auto;
        width: 100%;
        position: relative;
        top: 10px;
    }

    .missionStatement {
        color: white;
        font-family: Arial;
        font-size: 21px;
        width: 100%;
        height: auto;
        float: left;
        padding-right: 5%;
    }
    * {
        margin: 0;
    }

    user agent stylesheet
    div 
   
    .contactBody {
        height: auto;
        width: 100%;
        position: relative;
    }
    .ContactImage {
        height: auto;
        width: 100%;
    }
    .middle {
        background-color: #1d2d48;
        height: 20vh;
    }
    div.contactBottomImage {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100vw;
        height: 80vh;
    }
    .contactBottomImage {
        width: 100%;
        height: auto;
        position: sticky;
    }
    div.contactBottomImage:nth-child(1) {
        position: relative;
        background-image: linear-gradient(to bottom, #ffffff00 0%, rgb(0 0 0 / 85%) 0%), url('../images/shutterstock_377365252.jpg');
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 80vh;
        bottom: 10vh;
    }
    .contactBottomSection {
        position: relative;
        height: auto;
        width: 100%;
        bottom: 10vh;
    }
    .contact-linkedin {
        top: 42%;
        left: 34%;
        width: 7%;
        height: auto;
        position: relative;
        transform: scale(1);
        opacity: 100%;
    }
    .contact-footer {
        width: 100%;
        height: 50px;
        background-color: black;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: arial;
        font-size: 12px;
    }  
    /*End*/

    .videoTitle {
        position: absolute;
        top: -1%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        width: 50%;
        padding: 7px 0px;
        margin: 18px 83px 18px 0px;
        border: none;
        text-align: center;
        letter-spacing: 0.05em;
        font-size: 38px;
        animation-name: fadeIn;
        animation-duration: 1s;
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .videoSubtitle {
        position: absolute;
        top:2%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        width: 50%;
        opacity: 100%;
        background-color: rgb(0 0 0 / 62%);
        padding: 7px 11px;
        margin: 18px 83px 18px 0px;
        border: none;
        border-radius: 40px;
        text-align: center;
        letter-spacing: .15em;
        font-family: 'Bebas Neue light';
        animation-name: subtitle;
        animation-duration: 1s;
    }

    @keyframes subtitle {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
        /*Slide Up*/
        0% {
            top: 10%;
        }
        100% {
            top: 2%;
        }
    }


    .videoTitleImage {
        height: auto;
        width: 100vw;
        filter: brightness(0.8);
    }

    .place {
        width: 13vh;
        height: auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 1.5rem;
        padding: 3%;
        transition: 0.8s;
    }
    .option {
        width: 100%;
        height: 300px;
        background-color: white;
        display: flex;
        align-items: unset ;
        justify-content: space-evenly;
        padding-bottom: 3%;
        padding-top: 1%;
    }
    .videoTitleImage {
        height: auto;
        width: 100vw;
        filter: brightness(0.8);
        top: -15vh;
        position: relative;
    }

}

@media screen and (max-width: 400px) {
    .mobile {
        display: initial;
        overflow-x: hidden;
    }
    .desktop {
        display: none;
    
    }
    body {
        background-color: #1b2d49;
    }
    .sectionFour {
        width: 100%;
        height: 100vh;
        background-image: url(../images/Mobile-Contact-BG.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        top: -17vh;
    }
    .grid-full-width {
        padding-top: 7vh;
        padding-left: 20px;
        width: 100%;
        float: left;
        white-space: normal;
    }

    .comment-title {
        transform: translate(-5px, -5px);
    }
    .comment-box {
        padding-top: 10px;
        padding-left: 18px;
        position: relative;
        display: -webkit-inline-box;
    }
    h1.contact-title-form {
        font-family: "Franklin Gothic Medium";
        margin-left: 46px;
        padding-top: 10vh;
        font-size: 50px;
        text-align: center;
        color: white;
    }
    .create-text-chart-inline-box {
        display: block;
        width: 100%;
        height: 10vh;
        box-sizing: border-box;
        font-size: 15px;
        margin: 5px;
        position: relative;
        white-space: normal;
    }
    .form-control-comment {
        width: 270px;
        text-align: left;
        border-radius: 12px;
        height: 3vh;
        padding-left: 1vh;
    }
    .form-control {
        width: 80%;
        text-align: left;
        border-radius: 12px;
        height: 3vh;
        padding-left: 1vh;
    }
    .box {
        width: 325px;
        height: 500px;
        border-radius: 10px;
        margin: 15px 15px;
        color: #fff;
        text-align: center;
        background: rgba(255,255,255,0,0.25);
        backdrop-filter: blur(8px);
        box-shadow: 0 2px 1px hsla(0, 0%,100%, 0.5) inset, 0 -2px 1px hsla(250, 70%, 5%, 0.3) inset, 0 -2px 6px hsla(250, 0%, 100%, 0.25);
    }
    .content_body {
        background-image: url(../images/updatedGlass.png);
        background-size: cover;
        background-position: center center;
        height: 280vh;
        display: flex;
        justify-content: center;
        font-family: poppins;
        align-content: center;
        flex-direction: column;
    }
    .videoTitle {
        width: 60%;
    }
}  

