@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
    --blue: #003396 ;
    --green: #669900;
    --red: #FF3300;
}

*{
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    box-sizing: border-box;
    font-family: 'Barlow';
}
.logo-footer-dual{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.logo-footer-dual-img{
    width: 40% !important;
}
.main-header,.main-header-main{
    width: 100%;
    background-image: url('../images/background.png');
    height: calc(100vh - 100px);
    background-position: center;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-header-main{

    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    
}
.logo-main{
    max-width: 650px;
}
.sub-header{
    width: 100%;
    background-image: url('../images/background.png');
    height: 300px;
    background-position: center;
    display: flex;
    justify-content: center;
}
.clear{
    background-image: url('../images/oval.png');
    background-repeat: no-repeat;
    margin-top: -75px;
    width: 100%;
    min-height: 75px;
    background-size: 100% 76px;
    padding: 50px;
}
h1{
    text-align: center;
    font-size: 44px;
    padding-bottom: 15px;
    font-weight: 700;
}
.security{
    text-align: inherit;
    font-size: inherit;
    padding-bottom: inherit;
    font-weight: inherit;
    color: var(--blue);
}
.sub-h1{
    text-align: center;
    width: 75%;
    margin: auto;
}
.centeredHeader{
    height: 100%;
    width: 100%;
    display: flex;
    padding: 50px;
    max-width: 1400px;
    justify-content: space-between;
}
.hp-head{
    background-color: rgba(220, 227, 238, 0.6);
    padding: 30px;
    border-radius: 25px;

    width: fit-content;
}
.hp-head p{
    text-align: center;
    padding: 15px;
    font-size: 18px;
}
.ppp{
    padding: 15px;
}
.btnPrimary{
    background-color: black;
    color: white;
    padding: 10px 20px;
    text-align: center;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.btnPrimary:hover{
    background-color: grey;
    transition: 0.3s ease;
    text-align: center;
}
.btnPrimary:not(hover){
    background-color: black;
    transition: 0.6s ease;
    text-align: center;
}
.centeredHeader-main{
    width: 100%;
    display: flex;
    padding: 150px 50px 100px 50px;
    max-width: 1400px;
    justify-content: space-between;
}
.logo{
    max-width: 350px;
}
.menubtn{
    font-size: 32px;
    font-weight: 700px;
    cursor: pointer;
    text-decoration: none;
    color: black;
}
.menubtn:hover{
    border-bottom: solid 5px black;
    transition: ease 0.1s;
}
.menubtn:not(hover){
    border-bottom: solid 0px black;
    transition: ease 0.1s;
}


a{
    text-decoration: none;
    color: inherit;
    display: inline-block;
}



.wrapper{
    max-width: 1400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.subinto{
    width: 100%;
    text-align: center;
    padding: 25px;
}
h2{
    font-size: 28px;

}
/*SERVICE CARDS*/
.nav-bottom-left-m{
    display: none;
}
.service-container{
    margin-top: 50px;
}
.service-card{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 50px;
}
.service-img{
    width: 100%;
    min-height: 300px;
    object-fit: cover;

    max-height: 400px;
}
.sides-card-l{
    width: 33%;
    gap: auto;
}
.sides-card-r{
    width: 63%;
    gap: auto;
}
.service-card:hover{
    background-color: rgb(209, 228, 235);
    transition: ease-in 0.2s;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 15px;
}
.service-card-health:hover{
    background-color: rgb(221, 238, 221) !important;
}
.service-card:not(hover){
    background-color: none;
    transition: ease-in 0.7s;
    border-radius: 0px;
}
.sides-card-r p{
    padding: 5px;
}
.sides-card-r ul{
    text-decoration: none;
    list-style-position: inside;
    padding: 10px 25px;
}

.sides-card-r ul li{
    padding: 2px;
}
.security-btn{
    padding: 15px;
    background-color: var(--blue);
    color: white;
    margin-top: 20px;
}
.security-btn:hover{
    padding: 15px 30px;
    background-color: var(--blue);
    transition: ease 0.2s;
}
.security-btn:not(hover){transition: ease 0.3s;
    padding: 15px;
}

.safe-btn{
    padding: 15px;
    background-color: var(--green);
    color: white;
    margin-top: 20px;
}
.safe-btn:hover{
    padding: 15px 30px;
    background-color: var(--green);
    transition: ease 0.2s;
}
.safe-btn:not(hover){transition: ease 0.3s;
    padding: 15px;
}
h3{
    font-size: 24px;
    padding: 5px;
}
.nav-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.9) ;
}
.nav-overlay-shown{
    display: block;
    transition: ease 1s;
}
.nav-overlay-hide{
    display: none;
    transition: ease 1s;
}
nav{
    display: flex; 
    justify-content: center; 
    text-align: center;
    height: 75%;
    flex-direction: column;
    align-items: center;
}
nav ul{padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;}
nav ul a{display: block;margin-top: 10px;margin-bottom: 10px; width: 100%;}
nav ul a:hover{padding:10px;border-bottom: 10px solid white; transition: ease 0.4s;}
nav ul a:not(hover){padding:0px;border-bottom: 0px solid white; transition: ease 0.6s;}
nav ul a li{color: white;font-size: 40px;list-style-type: none;}
.img-m img{
    margin-right: 10px;

}
.close-nav{
    top: 0px;
    right: 0px;
    color:white;
    position: absolute;
    font-size: 40px;
    padding: 40px;
    cursor: pointer;
}

.close-nav:hover{
    background-color: black;
    border-bottom: 5px solid white;
    transition: ease 0.3s;
}
.close-nav:not(hover){

    background-color: none;
    border-bottom: 0px solid white;
    transition: ease 0.2s;
}

.nav-bottom-left{
    bottom: 0px;
    left: 0px;
    color:white;
    position: absolute;
    font-size: 30px;
    padding: 30px;
    font-weight: 100;
}
.nav-bottom-left-m{
    bottom: 0px;
    left: 0px;
    position: absolute;
    padding: 30px;
}
.fire-container{
    padding: 25px;
}
.fire-container h2{
    margin-bottom: 10px;
}
.fire-container p{
    margin-bottom: 10px;
}
.nav-bottom-right{
    bottom: 0px;
    right: 0px;
    color:white;
    position: absolute;
    font-size: 30px;
    padding: 30px;
    font-weight: 100;
}
strong{
    font-size: inherit;
    letter-spacing: 2px;
}
footer{
    background-color: #F4F4F4;
    padding: 25px 125px;
}
.footerflex{
    display: flex;
    justify-content: space-between;
}
.col{
    width: 22%;
}
.col img{
    width: 100%;
}
h4{
    font-weight: 700;
}
.col ul {list-style-type: none;}
.col ul li{padding: 10px 0px;}

.copyright{
    text-align: center;
    margin-top: 15px;
    padding: 10px;
}
.selector-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 25px;
    padding: 25px;
    flex-wrap: wrap;
}
.hp-cards{
    width: 30%;
    margin-bottom: 15px;
}
.security-img{
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    height: 225px;
    object-fit: cover;
}

.security-img:hover{
    border: 10px solid var(--blue);
    transition: 0.3s ease;
}
.security-img:not(hover){
    
    border: 0px solid blue;
    transition: 0.6s ease;
}
.safe-img{
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.safe-img:hover{
    border: 10px solid var(--green);
    transition: 0.3s ease;
}
.safe-img:not(hover){
    
    border: 0px solid var(--green);
    transition: 0.6s ease;
}
.split h2{
    font-weight: 500;
    padding: 10px 0px;
}
.selector{
    width: 100%;
    padding: 25px;
}
.selector span{
    font-size: 24px;
    font-weight: 500;
    padding: 0px;
    padding-right: 25px;
    margin-right: 15px;
    margin-left: 15px;
    border-right: 3px solid black;
    cursor: pointer;
}
.selector span:hover{
    text-decoration: underline;
}
.final{
    border-right: 0px solid white !important;
}
.blue{
    color: var(--blue);
}
.health{
    color: var(--green);
    font-size: inherit;
    font-weight: inherit;
}
.seActive{
    font-weight: 700 !important;
}
.btn-continer{
    width: 100%;
    display: flex;
    justify-content: center;
}

.greycontainer{
    padding: 25px;
    margin: 25px;
    background-color: grey;
    display: flex;
    color: white;
    gap: 10px;
}
.grey-btn{
    padding: 10px 25px;
    border: 2px solid white;
    color: white;
    text-align: center;
    width: 400px;
    font-size: 1.25em;
}
.grey-btn:hover{
    background-color: lightgrey;
    color: black;
    transition: ease 0.3s;
}
.grey-btn:not(hover){
    background-color: none;
    color:white;
    transition: ease 0.6s;
}
.spotlight{
    display: flex;
    padding: 25px;
    gap: 50px;
}
.spot{
    width: 50%;
    padding: 25px;
}
.spot h4{
    font-size: 2em;
    padding-bottom: 25px;
}
.lightgrey{
    background-color: lightgray;
}
.spotlight-logo{
    width: 150px;
}
.imgcon img{
    padding: 25px;
}
.avatar-card{
    display: flex;
}
.avatar-card img{
    height: 75px;
    width: 75px;
}
.col-2{
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    padding: 10px;
}

.heroContainer{
    display: flex;
    gap: 50px;
    width: 100%;
    align-items: center;
}
.alignLeft{
    margin-left: 0px;
}
.fif img{
    max-height: 300px;
    width: 100%;
    
    object-fit: cover;
}
.fif{
    padding: 25px;

    width: 50%;
}
.fif h2{
    font-size: 38px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.fif p{
padding: 20px 0px;
}

.meetTheTeam{
    background-color: #F5F7FA;
}
.teamcontainer{
    display: flex;
    gap: 25px;

    justify-content: space-evenly;
    padding: 25px;
}
.team-card{
    width: 39%;
    background-color: white;
}
.rightqt{
    text-align: right;
    font-style: italic;
    font-weight: 200;
}
.btnfire{
    text-align: center;
}
.team-card img{
    width: 100%;
}
.team-card h4{
    font-size: 24px;
    padding: 0px 10px 10px;
}
.team-card p{
    padding: 10px;
}
.center{
    text-align: center;
    padding: 25px;
}
.sub{
    text-align: center;
    padding: 0px 30px 30px;
}
.contactSplit{
display: flex;
justify-content: center;
}
.sploi{
    width: 45%;
    padding: 25px;
}
.sploi h2{
    padding-left: 25px;
}
.sploi p{
    padding: 25px;
}
label{
    width: 100%;
    padding: 5px;
}
input, select, textarea{
    width: 100%;
    padding: 10px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.ctu{
    padding: 5px 25px;
    width: 100%;
}
.ctu:hover{
    color: var(--blue);
    transition: 0.3s ease;
}
.ctu:not(hover){
    color: black;
    transition: 0.6s ease;
}
form{
    padding-left: 20px;
    padding-right: 25px;
}
.fires{
    background-color: var(--red);
}
.fires-t{
    color:var(--red);
    font-size: inherit;
    font-weight: inherit;

}
@media only screen and (max-width: 1288px){
    .nav-bottom-left{
        bottom: 75px;
    }   
    .nav-bottom-right{
        left:0px;
    }
    .sides-card-r, .sides-card-l{
        width: 48%;
    }
    .teamcontainer{

        justify-content: space-between;
    }
    .team-card{

    width: 45%;
    }
}

@media only screen and (max-width: 1024px){
}

@media only screen and (max-width: 768px){
    form{
        padding-left: 0px;
        padding-right: 0px;
    }
    .sploi-r{
        padding: 0px;
    }
    .sides-card-l, .sides-card-r{
        width: 88%;
    }
    .service-card{
        flex-direction: column;
    }
    .nav-bottom-left{
        font-size: 24px;
    }
    .nav-bottom-right{

        font-size: 24px;
    }
    .close-nav{
        padding: 15px;
        font-size: 24px;
    }
    .footerflex{
        flex-wrap: wrap;
    }
    .col{
        width: 40%;
        margin-top: 25px;
    }
    footer{
        padding: 25px 50px;
    }



    .logo-main {
        max-width: 500px;
    }
    .hp-cards{
        width: 47%;}
    .greycontainer{

    flex-direction: column;
    align-items: center;
    }
    .grey-btn{
        width: fit-content;
    }
    .spotlight-logo {
        width: 130px;
    }
    .spot h4{
        font-size: 1.75em;
    }

    .heroContainer{
        flex-direction: column;
    }
    .fif{width: 100%;}
}

@media only screen and (max-width: 600px){
    .centeredHeader{
        padding: 10px;
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
        gap:15px
    }
    .logo{max-width: 300px;}
    .logo-main{width: 100%; max-width: 400px;}
    .teamcontainer{
        flex-direction: column;
    }
    .contactSplit{
        flex-direction: column;
    }
    .sploi{
        width: 100%;
        padding: 15px;
    }
}
@media only screen and (max-width: 500px) {
    .col{
        width: 100%;
        margin-top: 25px;
    }
    nav ul a li{
        font-size: 30px;
    }
    .logo-main{
        width: 100%;
        max-width: 400px;
    }
    .hp-head{
        padding: 10px;
        border-radius: 0px;
    }
    .selector span{
        padding: 0px;
        margin: 0px;
        border-right: 0px;
        font-size: 20px;
    }
    .selector{
        display: flex;

    justify-content: space-between;
    }
    .hp-cards{
        width: 100%;
    }
    .spotlight{

    padding: 10px;
    gap: 50px;
    flex-direction: column;
    }
    .spot{
        width: 100%;
    }
    .imgcon{

    text-align: center;
    }
    .sub-h1{

    width: 98%;
    padding: 0px;
    }
    .team-card{
        width: 100%;
    }
    .nav-bottom-left-m{
        display: block;
    }
    .nav-bottom-left{
        display: none;
    }
    .nav-bottom-right{
        display: none;
    }
}


@media only screen and (max-width: 325px){
}