*{
    margin: 0;
    padding: 0;
        font-family: "Poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
}


.sub-header{
    height: 25vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),
    url(images/banner.jpeg);
    background-position: center;
    background-size: cover;
    color: #034e88;
    text-align: center;
    margin-top: -100px;
}
.sub-header h1{
    margin-top: 100px;
    width: 90%;
    color: #fff;
    position: relative;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
nav{
    display: flex;
    padding: 35px 5px;
    justify-content: space-between;
    align-items: center;
    color: orangered;
    font-weight: 600;
}
nav img{
    width: 100px;
    position: relative;
    padding-left: 70px;
}
.navbar{
    position: fixed;
    z-index: 5;
    width: 100%;
    padding: 25px 0 5px;
    transition: all 0.3s ease;
}
.navbar.sticky{
    background: #fff;
    padding: 10px 0;
    padding: 25px 0 5px;
}
.nav-links{
    flex: 1;
    text-align: right;
    padding-right: 50px;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 10px;
    position: relative;
}
.nav-links ul li a{
    padding: 5px 14px;
    border-radius: 20px;
    color: orangered;
    text-decoration: none;
    font-size: 13px;
}
.nav-links ul li a:hover{
    background: #034e88;
    color: #fff;
}
.nav-links ul li:hover::after{
    width: 100%;
}

.to-top {
    background: orangered;
    position: fixed;
    bottom: 16px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
}
.to-top.active {
    bottom: 32px;
    pointer-events: auto;
    opacity: 1;
    background: orangered;
}

nav .fa{
    display: none;
}

nav h3{
    display: none;
}

.line{
    display: none;
}

.active, .menu-list ul li:hover{
    background: #034e88;
    border-radius: 10px;
}

nav p{
    font-style: italic;
    font-size: 18px;
    font-weight: 600;
    color: #f44336;
}
nav .single{
    color: orangered;
    font-size: 22px;
    font-style: normal;
    margin-bottom: 40%;
}
nav .single:hover{
    color: #1ea353;
    transition: 1ms;
}
nav .single1{
    text-decoration: none;
    color: orangered;
    font-size: 13px;
    font-style: normal;
    margin-top: 0%;
    padding: 0%;
}

/* --drop down-- */
.sub-menu-1{
    display: none;
}
.nav-links ul li:hover  .sub-menu-1{
    display: block;
    position: absolute;
    background: #034e88;
    margin-top: 5px;
    margin-left: -15px;
    border-radius: 10px;
}
.nav-links ul li:hover  .sub-menu-1 a{
    padding-right: 0%;
    padding-left: 0%;
    color: #fff;
}
.nav-links ul li:hover  .sub-menu-1 ul{
    display: block;
    margin: 10px;
}
.nav-links ul li:hover .sub-menu-1 ul li{
    width: 218px;
    padding: 20px;
    border-bottom: 1px dotted #fff;
    background: transparent;
    border-radius: 0;
    text-align: left;
}
.nav-links ul li:hover .sub-menu-1 ul li:last-child{
    border-bottom: none;
}
.nav-links ul li:hover .sub-menu-1 ul li a:hover{
    color: #fff;
    border-radius: 5px;
    padding: 5px;
}
.fa-angle-right{
    float: right;
}
.sub-menu-2{
    display: none;
}
.nav-links ul li:hover .sub-menu-2 ul li{
    width: 190px;
    padding: 20px;
    border-bottom: 1px dotted #fff;
    background: transparent;
    border-radius: 0;
    text-align: left;
}
.hover-me:hover .sub-menu-2{
    position: absolute;
    display: block;
    margin-top: -48.5px;
    margin-left: 230px;
    background: #034e88;
    border-radius: 10px;
}
.hover-me:hover .sub-menu-2 ul li a{
    padding-right: 0%;
    padding-left: 0%;
    color: #fff;
}



/*------ Our Services ------*/
body,html{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    font-family: sans-serif;
}
.section_top{
    width: 100%;
    height: 80%;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/banner.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    justify-content: center;
    animation: change 15s infinite ease-in-out;
}
.content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.content h1{
    color: #fff;
    font-size: 40px;
    text-decoration: none;
}
body a{
    color: #04205f;
    text-decoration: none;
}
body a:hover{
    color: red;
    text-decoration: none;
}
@keyframes change{
    0%
    {
        background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(autochange/about.png);
        background-position: center;
    }
    10%
    {
        background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(autochange/fire\ alarm.jpeg);
        background-position: center;
    }
    20%
    {
        background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(autochange/suppression.jpeg);
        background-position: center;
    }
    40%
    {
        background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(autochange/cctv.jpg);
        background-position: center;
    }
    60%
    {
        background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(autochange/plan.jpeg);
        background-position: center;
    }
    80%
    {
        background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(autochange/hose\ reel.jpeg);
        background-position: center;
    }
    100%
    {
        background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(autochange/Signage.png);
        background-position: center;
    }
}
.services{
    width: 80%;
    height: auto;
    margin: auto;
    text-align: center;
    padding-top: 2%;
}
.services1{
    width: 80%;
    height: auto;
    margin: auto;
    text-align: center;
    padding-top: 2%;
}
.services1 a{
    color: #04205f;
    font-size: small;
    font-weight: 800;
    border-color: orangered;
    border-radius: 20px;
}
.services2{
    width: 80%;
    height: auto;
    margin: auto;
    text-align: center;
    padding-top: 2%;
}
h1{
    font-size: 36px;
    font-weight: 600;
}

p{
     color: #777;
     font-size: 14px;
     font-weight: 300;
     line-height: 22px;
     padding: 10px;
}
.row{
    margin-top: 0%;
    display: flex;
    justify-content: space-between;
}
.row .fire-protect .fa {
    font-size: 30px;
    color:rgb(188, 29, 29);
}
.row .hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #04205f;
    border-radius: 10px;
    padding: 10px 24px;
    font-size: 13px;
    background: #04205f;
    position: relative;
    cursor: pointer;
}
.fire-protect{
    flex-basis: 31%;
    background: #fefcfc;
    border-radius: 10px;
    margin-bottom: 0%;
    padding: 20px 12px;
    box-sizing: border-box;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
    color:#04205f;
}
p{
    color: #070723;
}



/*------ General contracts ------*/
.General {
    width:80%;
    height: auto;
    margin: auto;
    margin-top: 2%;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 10%;
    padding: 2%;
}
.General-col{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 0%;
    position: relative;
    overflow: hidden;
}
.General-col img{
    width: 80%;
    height: 100%;
    display: block;
    align-items: center;
}
.General .hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 15px;
    font-weight: 600;
    background: #034e88;
    position: relative;
    cursor: pointer;
}
.General .hero-btn:hover{
    border: 1px solid #f44336;
    background: #f44336;
    transition: 1s;
}
.layer{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}
.layer:hover{
    background: rgba(266,0,0,0.7);
}
.layer h3{
    width: 100%;
    font-weight: 500;
    color: white;
    font-size: 20px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}
.layer:hover h3{
    bottom: 29%;
    opacity: 1;
}


/*------- call to action ----------*/
.cta{
    font-family: "Poppins", sans-serif;
    margin-left: 5%;
    margin-top: 1%;
    margin-bottom: 5%;
    width: 90%;
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(images/Olenzy\ Logo\ Only.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 80px 0;
    text-align: center;
}
.cta h1{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 60px;
    color: #04205f;
    padding: 0;
    text-align: center;
    margin-right: 10%;
    margin-left: 40%;
}
.cta p{
    color: #f44336;
    text-align: center;
    margin-right: 10%;
    margin-left: 40%;
    font-size: 20px;
}
.cta h1 a{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #fff;
    margin-bottom: 40px;
    padding: 0;
}
.cta-hero-btn{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin: 10px 0 25px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 12px 34px;
    font-size: 18px;
    background: transparent;
    position: relative;
    cursor: pointer;
    margin-left: 30%;
}
.cta-hero-btn:hover{
    border: 1px solid #f44336;
    background: #f44336;
    transition: 1s;
}


/*------------ footer -----------*/
.footer{
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),
    url(images/banner.jpeg);
    background-position: center;
    background-size: cover;
    color: #ccc;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.footer h4{
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 1px;
    margin-top: 20px;
    font-weight: 600;
    color: #fff;
}
.footer P{
    margin-left: 200px;
    margin-right: 200px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 25px;
    margin-top: 10px;
    font-weight: 300;
    color: #fff;
}
.icons .fa{
    color: #f44336;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}
.fa-copyright{
    color: #f44336;
}

@media(max-width:1535px) {
    .sub-header{
        padding: 0;
        width: 100%;
        height: 12.8rem;
        margin-bottom: 0%;
    }
    .sub-header h1{
        font-size: 2rem;
    }
    .navbar{
        position: fixed;
        z-index: 5;
        width: 100%;
        padding: 1.5rem 0rem 1rem;
        font-size: 22px;
        line-height: 22px;
        transition: all 0.3s ease;
    }
    nav img{
        width: 5rem;
        position: relative;
        padding-left: 2rem;
    }
    nav .fa{
        display: inline;
        color: #034e88;
        margin-right: 64px;
        font-size: 25px;
        cursor: pointer;
    }
    .nav-links{
        position: absolute;
        background: #fff;
        height: 100vh;
        width: 250px;
        top: 0;
        right: -400px;
        text-align: left;
        z-index: 2;
        transition: 1ms;
    }
    .nav-links ul{
        padding: 10px;
    }
    .nav-links ul li{
        display: block;
        margin-top: 10%;
        padding: 2%;
    }
    .nav-links .fa{
        display: inline-flex;
        margin-left: 5%;
        margin-right: 0%;
        margin-top: 0px;
    }

    nav h3{
        display: inline-table;
    }

    nav p{
        font-style: italic;
        font-size: 18px;
        padding-left: 25%;
        margin-bottom: 5%;
        color: #04205f;
        text-align: center;
    }
    nav .single{
        text-decoration: none;
        color: orangered;
        font-size: 16px;
        font-style: normal;
        padding-left: 0%;
        margin-bottom: 5%;
    }
    nav .single:hover{
        color: #1ea353;
        transition: 1ms;
    }
    nav .single1{
        text-decoration: none;
        color: orangered;
        font-size: 12px;
        font-style: normal;
        padding-left: 15%;
        margin-bottom: 5%;
        text-align: center;
    }
    nav h3{
        margin-left: 10%;
        width: 300%;
        padding: 0%;
        text-align: left;
    }
    
    nav .double{
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
    }
    nav .double .fa{
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
    }
    nav .double .fa:hover{
        color: #fff;
        background-color: #1ea353;
        border: #1ea353 solid;
        border-radius: 10px;
        padding: 1%;
        transition: 1ms;
    }
    nav .triple{
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
    }
    nav .triple .fa{
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
    }
    nav .triple .fa:hover{
        color: #fff;
        background-color: blue;
        border: blue solid;
        border-radius: 10px;
        padding: 1%;
        transition: 1ms;
    }
    
    nav .triple1{
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
    }
    nav .triple1 .fa{
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
    }
    nav .triple1 .fa:hover{
        color: #fff;
        background-color: blue;
        border: blue solid;
        border-radius: 10px;
        padding: 1%;
        transition: 1ms;
    }

    nav .triple2{
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
    }
    nav .triple2 .fa{
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
    }
    nav .triple2 .fa:hover{
        color: #fff;
        background-color: rgb(234, 0, 255);
        border: rgb(231, 62, 118) solid;
        border-radius: 10px;
        padding: 1%;
        transition: 1ms;
    }

    nav .triple3{
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
    }
    nav .triple3 .fa{
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
    }
    nav .triple3 .fa:hover{
        color: #fff;
        background-color: blue;
        border: blue solid;
        border-radius: 10px;
        padding: 1%;
        transition: 1ms;
    }
    

    nav .triple4{
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
    }
    nav .triple4 .fa{
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
    }
    nav .triple4 .fa:hover{
        color: #fff;
        background-color: red;
        border: red solid;
        border-radius: 10px;
        padding: 1%;
        transition: 1ms;
    }

    .navbar.sticky{
        background: #fff;
        padding: 1.5rem 0rem 1rem;
    }
    .line{
        display: none;
    }
    .section_top{
        height: 80%;
    }
    .section_top .content{
        left: 50%;
        right: -100%;
    }
    .section_top .content h1{
        font-size: 30px;
    }

    .active, .menu-list ul li:hover{
        background: transparent;
    }

    /* --drop down-- */
    .sub-menu-1{
        display: inline-block;
    }
    .nav-links ul li  .sub-menu-1{
        display: none;
        position: relative;
        background: #f44336;
        margin-top: -15px;
        margin-bottom: 10px;
        margin-right: 0%;
        margin-left: 8%;
        border-radius: 2px;
    }
    .nav-links ul li:hover  .sub-menu-1 a{
        color: #fff;
        font-size: 12px;
    }
    .nav-links ul li  .sub-menu-1 ul{
        display: block;
        margin: 10px;
    }
    .nav-links ul li .sub-menu-1 ul li{
        width: 100px;
        padding: 15px;
        border-bottom: 1px dotted #fff;
        background: transparent;
        border-radius: 0;
        text-align: left;
    }
    .nav-links ul li .sub-menu-1 ul li:last-child{
        border-bottom: none;
    }
    .nav-links ul li .sub-menu-1 ul li a{
        color: #fff;
        margin-left: 0px;
    }
    .sub-menu-2{
        display: none;
    }
    
    .nav-links ul li:hover  .sub-menu-1{
        display: block;
        position: relative;
        background: #f44336;
        margin-top: -9px;
        margin-bottom: 20px;
        margin-right: -20%;
        margin-left: 0%;
        border-radius: 2px;
        font-size: 0%;
    }
    .nav-links ul li:hover  .sub-menu-1 ul{
        display: block;
        margin: 10px;
    }
    .nav-links ul li:hover .sub-menu-1 ul li{
        width: 200px;
        padding: 10px;
        border-bottom: 1px dotted #fff;
        margin-top: 0%;
        background: transparent;
        border-radius: 0;
        text-align: left;
    }
    .nav-links ul li:hover .sub-menu-1 ul li:last-child{
        border-bottom: none;
    }
    .nav-links ul li:hover .sub-menu-1 ul li a:hover{
        color: #fff;
    }
    .nav-links ul li .sub-menu-1 .sub-menu-2 ul li{
        width: 170px;
        padding: 5px;
        margin-top: 0%;
        border-bottom: 1px dotted #fff;
        background: transparent;
        border-radius: 0;
        text-align: right;
    }
    .hover-me:hover .sub-menu-2{
        position: absolute;
        display: block;
        margin-top: -41px;
        margin-left: -210px;
        background: #034e88;
        border-radius: 2px;
    }
    .hover-me:hover .sub-menu-2 ul li a{
        padding-right: 0%;
        padding-left: 0%;
        color: #fff;
    }  
    
    
        
    .cta{
        font-family: "Poppins", sans-serif;
        margin-left: 5%;
        margin-top: 1%;
        margin-bottom: 5%;
        width: 90%;
        background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(images/Olenzy\ Logo\ Only.png);
        background-position: left;
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 2%;
        padding: 0;
        text-align: center;
    }
    .cta h1{
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-size: 3rem;
        color: #04205f;
        padding: 0;
        text-align: center;
        margin-right: 10%;
        margin-left: 40%;
    }
    .cta p{
        color: #f44336;
        text-align: center;
        margin-right: 10%;
        margin-left: 40%;
        font-size: 1.2rem;
    }
    .cta h1 a{
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        color: #fff;
        margin-bottom: 40px;
        padding: 0;
    }
    .cta-hero-btn{
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        margin: 1rem 0 2rem;
        display: inline-block;
        text-decoration: none;
        color: #fff;
        border: 1% solid #fff;
        border-radius: 0%;
        padding: 1rem 2rem;
        font-size: 1rem;
        background: transparent;
        position: relative;
        cursor: pointer;
        margin-left: 40%;
        margin-right: 10%;
    }
}

@media(max-width:740px) {
    .sub-header{
        padding: 0;
        width: 100%;
        height: 12.8rem;
        margin-bottom: 0%;
    }
    .sub-header h1{
        font-size: 2rem;
    }
    .header h2{
        display: none;
    }
    .navbar{
        position: fixed;
        z-index: 5;
        width: 95%;
        padding: 25px 20px 0px;
        transition: all 0.3s ease;
    }
    nav img{
        width: 80px;
        position: relative;
        padding-left: 2px;
    }
    nav .fa{
        display: inline;
        color: #034e88;
        margin: 10px;
        font-size: 20px;
        cursor: pointer;
    }
    .nav-links{
        position: absolute;
        background: #fff;
        height: 100vh;
        width: 250px;
        top: 0;
        right: -400px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    .nav-links ul li a{
        font-size: 12px;
    }
    .nav-links ul{
        padding: 10px;
    }
    .nav-links ul li{
        display: block;
        margin-top: 6%;
    }
    .nav-links .fa{
        margin-top: 0px;
        font-size: 22px;
    }
    .text-box h1{
        font-size: 40px;
        line-height: 2rem;
        margin-top: 80px;
        margin-bottom: 0;
    }
    .text-box p{
        margin-left: -7px;
        font-size: 15px;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .text-box .hero-btn{
        border-color: #f44336;
        padding: 10px;
    }
    .navbar.sticky{
        background: #fff;
        padding: 10px 0;
        padding: 25px 20px 0px;
    }
    .line{
        display: none;
    }
    .section_top{
        height: 80%;
    }
    .section_top .content{
        left: 50%;
        right: -100%;
    }
    .section_top .content h1{
        font-size: 30px;
    }

    .services{
        height: auto;
        width: 100%;
        font-size: 13px;
        margin-inline: auto;
        margin-top: 5%;
        margin-bottom: 5%;
        padding: 0%;
        padding-top: 1%;
        padding-bottom: 0%;
    }
    .services .row{
        height: auto;
        margin-top: 0%;
        margin-bottom: 2%;
        display: flex;
        justify-content: space-between;
        padding-top: 1%;
        padding-bottom: 6%;
    }
    .services .hero-btn{
        font-size: 12px;
        padding: 5px;
        border-radius: 5px;
        margin-top: 1%;
        margin-bottom: 0%;
    }
    .services h1{
        font-size: 24px;
        color: #f44336;
    }
    .services p{
        margin-top: 0%;
        margin-bottom: 0%;
    }
    .services .fire-protect{
        height: auto;
        position: relative;
        flex-basis: 32%;
        background: #fefcfc;
        border-radius: 5px;
        margin-top: 0%;
        margin-bottom: 0%;
        margin-left: 1%;
        margin-right: 1%;
        padding: 0px 0px;
        box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
        box-sizing: border-box;
        cursor: none;
    }
    .services .fire-protect .fa{
        font-size: 40px;
        margin-top: 5%;
        margin-bottom: 0%;
    }
    .services .fire-protect h3{
        font-size: 14px;
        margin-bottom: 0%;
        text-wrap: nowrap;
    }
    .services .fire-protect p{
        color: #333;
        font-size: 13px;
        font-weight: 400;
        line-height: 15px;
        padding: 5px;
   }
   .services .fire-protect .btn{
        font-size: 12px;
        padding: 5px;
        border-radius: 5px;
    }
    .services .fire-protect a{
        color: #fff;
        font-weight: 600;
        cursor: pointer;
        margin-bottom: 5%;
    }

    .services1{
        height: auto;
        width: 100%;
        font-size: 13px;
        margin-inline: auto;
        margin-top: 5%;
        margin-bottom: 5%;
        padding: 0%;
        padding-top: 1%;
        padding-bottom: 0%;
    }
    .services1 .row{
        height: auto;
        margin-top: 0%;
        margin-bottom: 2%;
        display: flex;
        justify-content: space-between;
        padding-top: 1%;
        padding-bottom: 6%;
    }
    .services1 .hero-btn{
        font-size: 12px;
        padding: 5px;
        border-radius: 5px;
        margin-top: 1%;
        margin-bottom: 0%;
    }
    .services1 h1{
        font-size: 24px;
        color: #f44336;
    }
    .services1 p{
        margin-top: 0%;
        margin-bottom: 0%;
    }
    .services1 .fire-protect{
        height: auto;
        position: relative;
        flex-basis: 32%;
        background: #fefcfc;
        border-radius: 5px;
        margin-top: 0%;
        margin-bottom: 0%;
        margin-left: 1%;
        margin-right: 1%;
        padding: 0px 0px;
        box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
        box-sizing: border-box;
        cursor: none;
    }
    .services1 .fire-protect .fa{
        font-size: 40px;
        margin-top: 5%;
        margin-bottom: 0%;
    }
    .services1 .fire-protect h3{
        font-size: 14px;
        margin-bottom: 0%;
        text-wrap: nowrap;
    }
    .services1 .fire-protect p{
        color: #333;
        font-size: 13px;
        font-weight: 400;
        line-height: 15px;
        padding: 5px;
   }
   .services1 .fire-protect .btn{
        font-size: 12px;
        padding: 5px;
        border-radius: 5px;
    }
    .services1 .fire-protect a{
        color: #fff;
        font-weight: 600;
        cursor: pointer;
        margin-bottom: 5%;
    }

    .services2{
        height: auto;
        width: 100%;
        font-size: 13px;
        margin-inline: auto;
        margin-top: 5%;
        margin-bottom: 5%;
        padding: 0%;
        padding-top: 1%;
        padding-bottom: 0%;
    }
    .services2 .row{
        height: auto;
        margin-top: 0%;
        margin-bottom: 2%;
        display: flex;
        justify-content: space-between;
        padding-top: 1%;
        padding-bottom: 6%;
    }
    .services2 .hero-btn{
        font-size: 12px;
        padding: 5px;
        border-radius: 5px;
        margin-top: 1%;
        margin-bottom: 0%;
    }
    .services2 h1{
        font-size: 24px;
        color: #f44336;
    }
    .services2 p{
        margin-top: 0%;
        margin-bottom: 0%;
    }
    .services2 .fire-protect{
        height: auto;
        position: relative;
        flex-basis: 32%;
        background: #fefcfc;
        border-radius: 5px;
        margin-top: 0%;
        margin-bottom: 0%;
        margin-left: 1%;
        margin-right: 1%;
        padding: 0px 0px;
        box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
        box-sizing: border-box;
        cursor: none;
    }
    .services2 .fire-protect .fa{
        font-size: 40px;
        margin-top: 5%;
        margin-bottom: 0%;
    }
    .services2 .fire-protect h3{
        font-size: 14px;
        margin-bottom: 0%;
        text-wrap: nowrap;
    }
    .services2 .fire-protect p{
        color: #333;
        font-size: 13px;
        font-weight: 400;
        line-height: 15px;
        padding: 5px;
   }
   .services2 .fire-protect .btn{
        font-size: 12px;
        padding: 5px;
        border-radius: 5px;
    }
    .services2 .fire-protect a{
        color: #fff;
        font-weight: 600;
        cursor: pointer;
        margin-bottom: 5%;
    }

    .General {
        max-width: 90%;
        margin-inline: auto;
        text-align: center;
        padding-top: 2%;
        padding-bottom: 2%;
        padding-left: 2%;
        padding-right: 2%;
        position: relative;
    }
    .General .row{
        display: grid;
        gap: 0.5rem;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        width: 99%;
        margin-inline: auto;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0%;
        padding: 0%;
    }
    .General h1{
        font-size: 25px;
        color: #f44336;
        margin-bottom: 5%;
    }
    .General .hero-btn{
        display: inline-block;
        text-decoration: none;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 10px;
        padding: 5px 20px;
        font-size: 15px;
        font-weight: 600;
        background: #034e88;
        position: relative;
        cursor: pointer;
    }
    .General .hero-btn:hover{
        border: 1px solid #f44336;
        background: #f44336;
        transition: 1ms;
    }
    .General-col{
        flex-basis: 32%;
        border-radius: 10px;
        margin-bottom: 0%;
        position: relative;
        gap: 2rem;
        margin-right: 2%;
        margin-left: 2%;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .General-col img{
        width: 100%;
        height: 100%;
        display: block;
        align-items: center;
    }
    .layer{
        background: transparent;
        height: 100%;
        width: 100%;
        margin-inline: auto;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0%;
        position: absolute;
        transition: 0.5ms;
    }
    .layer h3{
        width: 100%;
        font-weight: 600;
        color: #fff;
        font-size: 20px;
        top: 20%;
        margin-inline: auto;
        right: 0;
        text-wrap: wrap;
        position: absolute;
        opacity: 0;
        transition: 0.5ms;
    }
    
    .cta{
        height: auto;
        width: 93%;
        border-radius: 5px;
        padding: 25px 0;
        margin-top: 1%;
        margin-bottom: 5%;
        background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(images/Olenzy\ Logo\ Only.png);
    }
    .cta h1{
        font-size: 30px;
        margin-top: 0%;
        margin-right: 10%;
        margin-left: 40%;
        line-height: 26px;
        margin-top: 0%;
        padding: 0%;
    }
    .cta p{
        color: red;
        text-align: center;
        margin-top: 0%;
        margin-right: 10%;
        margin-left: 40%;
        font-size: 18px;
    }
    .cta-hero-btn{
        margin: 0px 0 5px;
        padding: 8px 10px;
        font-size: 14px;
        font-weight: 600;
        color: #034e88;
        background: transparent;
        position: relative;
        cursor: pointer;
        margin-right: 10%;
        margin-left: 40%;
    }
    
    .footer{
        height: auto;
        padding: 0%;
        padding-top: 2%;
        margin-inline: auto;
        margin-top: 10%;
        margin-bottom: 0%;
        margin-left: 0%;
        margin-right: 0%;
    }
    .footer h4{
        margin-bottom: 1px;
        margin-top: 0%;
    }
    .footer P{
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 2px;
        margin-top: 10px;
        font-size: 12px;
        font-weight: 300;
        color: #fff;
    }
    .icons .fa{
        color: #f44336;
        margin: 0 13px;
        cursor: pointer;
        padding: 10px 0;
    }
    .fa-copyright{
        color: #f44336;
        margin-top: 0%;
        margin-bottom: 0%;
    }
}

@media(max-width:680px) { 
    .services .fire-protect{
        flex-basis: 31%;
        background: #fefcfc;
        border-radius: 5px;
        margin-top: 2%;
        margin-bottom: 0%;
        height: auto;
        padding: 0;
        box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
        box-sizing: border-box;
        cursor: none;
    }
    .services .fire-protect .fa{
        font-size: 40px;
        margin-top: 5%;
        margin-bottom: 0%;
    }
    .services .row{
        height: auto;
        margin-top: 0%;
        margin-bottom: 0%;
        padding: 0%;
        display: block;
        justify-content: space-between;
    }
    
    .services1 .fire-protect{
        flex-basis: 31%;
        background: #fefcfc;
        border-radius: 5px;
        margin-top: 2%;
        margin-bottom: 0%;
        height: auto;
        padding: 0;
        box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
        box-sizing: border-box;
        cursor: none;
    }
    .services1 .fire-protect .fa{
        font-size: 40px;
        margin-top: 5%;
        margin-bottom: 0%;
    }
    .services1 .row{
        height: auto;
        margin-top: 0%;
        margin-bottom: 0%;
        padding: 0%;
        display: block;
        justify-content: space-between;
    }
    
    .services2 .fire-protect{
        flex-basis: 31%;
        background: #fefcfc;
        border-radius: 5px;
        margin-top: 2%;
        margin-bottom: 0%;
        height: auto;
        padding: 0;
        box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
        box-sizing: border-box;
        cursor: none;
    }
    .services2 .fire-protect .fa{
        font-size: 40px;
        margin-top: 5%;
        margin-bottom: 0%;
    }
    .services2 .row{
        height: auto;
        margin-top: 0%;
        margin-bottom: 0%;
        padding: 0%;
        display: block;
        justify-content: space-between;
    }
}

@media(max-width:500px) {
    nav h3{
        display: inline-table;
    }

    nav p{
        font-style: italic;
        font-size: 22px;
        padding-left: 20%;
        margin-bottom: 5%;
        color: #04205f;
        text-align: center;
    }
    nav .single{
        color: orangered;
        font-size: 16px;
        font-style: normal;
        padding-left: 0%;
        margin-bottom: 5%;
    }
    nav .single:hover{
        color: #1ea353;
        transition: 1ms;
    }
    nav .single1{
        text-decoration: none;
        color: orangered;
        font-size: 12px;
        font-style: normal;
        padding-left: 15%;
        margin-bottom: 5%;
        text-align: center;
    }
    nav h3{
        margin-left: 10%;
        width: 160%;
        padding: 0%;
        text-align: left;
    }
    
    nav .double{
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
    }
    nav .double .fa{
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
    }
    nav .double .fa:hover{
        color: #fff;
        background-color: #1ea353;
        border: #1ea353 solid;
        border-radius: 10px;
        padding: 1%;
        transition: 1ms;
    }
    nav .triple{
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
    }
    nav .triple .fa{
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
    }
    nav .triple .fa:hover{
        color: #fff;
        background-color: blue;
        border: blue solid;
        border-radius: 10px;
        padding: 1%;
        transition: 1ms;
    }
    
    nav .triple1{
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
    }
    nav .triple1 .fa{
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
    }
    nav .triple1 .fa:hover{
        color: #fff;
        background-color: blue;
        border: blue solid;
        border-radius: 10px;
        padding: 1%;
        transition: 1ms;
    }

    nav .triple2{
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
    }
    nav .triple2 .fa{
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
    }
    nav .triple2 .fa:hover{
        color: #fff;
        background-color: rgb(234, 0, 255);
        border: rgb(231, 62, 118) solid;
        border-radius: 10px;
        padding: 1%;
        transition: 1ms;
    }

    nav .triple3{
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
    }
    nav .triple3 .fa{
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
    }
    nav .triple3 .fa:hover{
        color: #fff;
        background-color: blue;
        border: blue solid;
        border-radius: 10px;
        padding: 1%;
        transition: 1ms;
    }
    

    nav .triple4{
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
    }
    nav .triple4 .fa{
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
    }
    nav .triple4 .fa:hover{
        color: #fff;
        background-color: red;
        border: red solid;
        border-radius: 10px;
        padding: 1%;
        transition: 1ms;
    }

    .sub-header{
        padding: 0;
        height: 12.8rem;
        margin-bottom: 0%;
        font-size: 16px;
        line-height: 14px;
    }
    .sub-header .h1{
        margin-top: 10%;
    }
    .sub-header h1{
        font-size: 20px;
    }
    .navbar{
        position: fixed;
        z-index: 5;
        width: 95%;
        padding: 25px 15px 0px;
        transition: all 0.3s ease;
    }
    nav img{
        width: 80px;
        position: relative;
        padding-left: 2px;
    }
    nav .fa{
        display: inline;
        color: #034e88;
        margin: 10px;
        font-size: 20px;
        cursor: pointer;
    }
    .nav-links{
        position: absolute;
        background: #fff;
        height: 100vh;
        width: 250px;
        top: 0;
        right: -400px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    .nav-links ul{
        padding: 5px;
    }
    .nav-links ul li{
        display: block;
        margin-top: -10%;
    }
    .nav-links .fa{
        display: inline-flex;
        margin-right: 4px;
        margin-top: 30px;
    }
    .text-box h1{
        font-size: 40px;
        line-height: 2rem;
        margin-top: 80px;
        margin-bottom: 0;
    }
    .text-box p{
        margin-left: -7px;
        font-size: 15px;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .text-box .hero-btn{
        border-color: #f44336;
        padding: 10px;
    }
    .navbar.sticky{
        background: #fff;
        padding: 10px 0;
        padding: 25px 15px 0px;
    }
    .line{
        display: none;
    }

    .section_top{
        height: 58%;
    }
    .section_top .content{
        left: 50%;
        right: -100%;
    }
    .section_top .content h1{
        font-size: 30px;
    }

    .services{
        height: auto;
        font-size: 13px;
        margin-top: 2%;
        width: 340px;
        margin-bottom: 10%;
        padding: 0%;
        padding-bottom: 10%;
    }
    .services h1{
        font-size: 24px;
        color: #f44336;
    }
    .services p{
        margin-top: -3%;
        margin-bottom: -2%;
    }
    .services h2{
        margin-top: 0%;
        font-size: 30px;
    }
    .services .fire-protect{
        flex-basis: 31%;
        background: #fefcfc;
        border-radius: 5px;
        margin-top: 2%;
        margin-bottom: 0%;
        height: auto;
        padding: 0;
        box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
        box-sizing: border-box;
        cursor: none;
    }
    .services .fire-protect .fa{
        font-size: 40px;
        margin-top: 5%;
        margin-bottom: 0%;
    }
    .services .row{
        height: auto;
        margin-top: 0%;
        margin-bottom: 0%;
        padding: 0%;
        display: block;
        justify-content: space-between;
    }
    .services h3{
        font-size: 18px;
        margin-bottom: 0%;
    }
    .services .hero-btn{
        font-size: 12px;
        padding: 5px;
        border-radius: 5px;
        margin-top: 0%;
        margin-bottom: 5%;
    }
    .services a{
        color: #333;
        font-weight: 600;
        cursor: pointer;
    }

   .services1{
        height: auto;
        font-size: 13px;
        margin-top: 2%;
        width: 340px;
        margin-bottom: 10%;
        padding: 0%;
        padding-bottom: 10%;
    }
    .services1 h1{
        font-size: 24px;
        color: #f44336;
        margin-top: 0%;
        margin-bottom: 0%;
    }
    .services1 p{
        margin-top: 0%;
        margin-bottom: 0%;
    }
    .services1 h2{
        margin-top: 0%;
        font-size: 30px;
    }
    .services1 .fire-protect{
        flex-basis: 31%;
        background: #fefcfc;
        border-radius: 5px;
        margin-top: 2%;
        margin-bottom: 0%;
        height: auto;
        padding: 0;
        box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
        box-sizing: border-box;
        cursor: none;
    }
    .services1 .fire-protect .fa{
        font-size: 40px;
        margin-top: 5%;
        margin-bottom: 0%;
    }
    .services1 .row{
        height: auto;
        margin-top: 0%;
        display: block;
        justify-content: space-between;
    }
    .services1 h3{
        font-size: 18px;
        margin-bottom: 0%;
    }
    .services1 .hero-btn{
        font-size: 12px;
        padding: 5px;
        border-radius: 5px;
        margin-top: 0%;
        margin-bottom: 5%;
    }
    .services1 a{
        color: #333;
        font-weight: 600;
        cursor: pointer;
    }

    .services2{
        height: auto;
        font-size: 13px;
        margin-top: 0%;
        width: 340px;
        margin-bottom: 10%;
        padding: 0%;
        padding-bottom: 10%;
    }
    .services2 h1{
        font-size: 24px;
        color: #f44336;
        margin-top: 0%;
    }
    .services2 p{
        margin-top: 0%;
        margin-bottom: 0%;
    }
    .services2 h2{
        margin-top: 0%;
        font-size: 30px;
    }
    .services2 .fire-protect{
        flex-basis: 31%;
        background: #fefcfc;
        border-radius: 5px;
        margin-top: 2%;
        margin-bottom: 0%;
        height: auto;
        padding: 0;
        box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
        box-sizing: border-box;
        cursor: none;
    }
    .services2 .fire-protect .fa{
        font-size: 40px;
        margin-top: 5%;
        margin-bottom: 0%;
    }
    .services2 .row{
        height: auto;
        margin-top: 0%;
        display: block;
        justify-content: space-between;
    }
    .services2 h3{
        font-size: 18px;
        margin-bottom: 0%;
    }
    .services2 .hero-btn{
        font-size: 12px;
        padding: 5px;
        border-radius: 5px;
        margin-top: 0%;
        margin-bottom: 5%;
    }
    .services2 a{
        color: #333;
        font-weight: 600;
        cursor: pointer;
    }


    .General{
        height: auto;
        text-align: center;
        padding-top: 1%;
        padding-bottom: 2%;
        margin-top: 5%;
        margin-bottom: 10%;
        left: 0%;
        right: 0%;
        justify-content: center;
        margin-inline: auto;
    }
    .General .row{
        height: auto;
        display: grid;
        gap: 0.5rem;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        width: 99%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0%;
        margin-inline: auto;
        padding: 0%;
    }
    .General h1{
        font-size: 18px;
        color: #f44336;
        margin-bottom: 0%;
    }
    .General .hero-btn{
        border-radius: 5px;
        padding: 2px 5px;
        font-size: 12px;
        margin-bottom: 1%;
    }
    .layer{
        background: transparent;
        height: 100%;
        width: 100%;
        position: absolute;
        transition: 0.5ms;
    }
    .layer h3{
        width: 100%;
        font-weight: 600;
        color: #fff;
        font-size: 10px;
        top: 0%;
        margin-inline: auto;
        right: 0;
        text-wrap: wrap;
        position: absolute;
        opacity: 0;
        transition: 0.5ms;
    }
    
    .cta{
        height: auto;
        width: 93%;
        border-radius: 5px;
        padding: 2px 5px;
        margin-top: 1%;
        margin-bottom: 5%;
        margin-left: 2.5%;
        background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(images/Olenzy\ Logo\ Only.png);
    }
    .cta h1{
        font-size: 25px;
        margin-top: 2%;
        margin-bottom: 0%;
        margin-right: 5%;
        margin-left: 50%;
        line-height: 26px;
    }
    .cta p{
        color: red;
        text-align: center;
        margin-top: 0%;
        margin-right: 5%;
        margin-left: 50%;
        font-size: 12px;
    }
    .cta-hero-btn{
        margin: 0px 0 5px;
        padding: 8px 10px;
        font-size: 14px;
        font-weight: 600;
        color: #034e88;
        background: transparent;
        position: relative;
        cursor: pointer;
        margin-right: 5%;
        margin-left: 50%;
        margin-top: 0%;
        margin-bottom: 2%;
    }
    
    .footer{
        width: 100%;
        height: auto;
        padding: 10px 0;
        margin-top: 10%;
    }
    .footer h4{
        margin-bottom: 1px;
        margin-top: 0%;
    }
    .footer P{
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 2px;
        margin-top: 10px;
        font-size: 12px;
        font-weight: 300;
        color: #fff;
    }
    .icons .fa{
        color: #f44336;
        margin: 0 13px;
        cursor: pointer;
        padding: 10px 0;
    }
    .fa-copyright{
        color: #f44336;
        margin-top: 0%;
        margin-bottom: 0%;
    }
}
