*{
    margin: 0;
    padding: 0;
        font-family: "Poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
}

.header{
    height: 70vh;
    margin-inline: auto;
    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;
    position: relative;
}
nav{
    display: flex;
    padding: 35px 5px;
    justify-content: space-between;
    align-items: center;
    color: #E62917;
    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: 3%;
}
.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: #E62917;
    text-decoration: none;
    font-size: 13px;
}
.nav-links ul li a:hover{
    background: #1462B8;
    color: #fff;
}
.nav-links ul li:hover::after{
    width: 100%;
}

.to-top {
    background: #E62917;
    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: #E62917;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    border: 1px solid #E62917;
    background: #E62917;
    transition: 1ms;
}

nav .fa{
    display: none;
}

nav h3{
    display: none;
}

.line{
    display: none;
}

.active, .menu-list ul li:hover{
    background: #1462B8;
    border-radius: 10px;
}

nav h1{
    font-style: italic;
    font-size: 18px;
    text-decoration: underline;
}
nav .single{
    text-decoration: none;
    color: #E62917;
    font-size: 22=px;
    font-style: normal;
    margin-bottom: 40%;
}
nav .single:hover{
    color: #1ea353;
    transition: 1ms;
}
nav .single1{
    text-decoration: none;
    color: #E62917;
    font-size: 13px;
    font-style: normal;
    margin-top: 0%;
    padding: 0%;
}

.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
}
.text-box h1{
    margin: 100px 0 1px;
    font-size: 62px;
}
.text-box p{
    margin: 0px 0 50px;
    font-size: 22px;
    color: #fff;
}



/*------ Our Services ------*/
.services{
    max-width: 100%;
    margin-inline: auto;
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 30px;
}
.services h2{
    color: #E62917;
    font-size: 30px;
}
.services h2 .fa{
    color: #E62917;
}
.services .hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #1462B8;
    border-radius: 10px;
    padding: 6px 10px;
    font-size: 13px;
    background: #1462B8;
    position: relative;
    cursor: pointer;
}
.services .hero-btn:hover{
    color: #fff;
    background: #E62917;
    border: 1px solid #E62917;
    transition: 2ms;
}
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;
}
.fire-protect{
    flex-basis: 31%;
    background: #fefcfc;
    border-radius: 10px;
    margin-bottom: 0%;
    padding: 20px 12px;
    box-sizing: border-box;
}
.fire-protect .btn{
    color: #1462B8;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
    color: #E62917;
}
p{
    color: #070723;
}
.fire-protect:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}


/*---section B---*/
.sectionB{
    height: fit-content;
    padding-bottom: 2%;
    width: 80%;
    margin-inline: auto;
    margin-top: 4%;
    margin-bottom: 4%;
    position: relative;
}
.topch2{
    width: 55%;
    height: fit-content;
    margin-inline: auto;
    margin-top: 2%;
    margin-left: 0%;
    margin-right: 0%;
    position: absolute;
    text-align: center;
}
.section_topch{
    width: 42%;
    margin-inline: auto;
    margin-left: 56%;
    margin-top: 2%;
    position: relative;
}
.topch2 h1{
    color: #E62917;
    margin-inline: auto;
    text-align: center;
}
.topch2 p{
    color: #333;
    font-size: 16px;
    text-align: left;
}
.topch2 .hero-btn{
    display: inline-block;
    margin-inline: auto;
    text-align: center;
    margin-top: -2%;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    background: #E62917;
    cursor: pointer;
}
.topch2 .hero-btn:hover{
    border: 2px solid #E62917;
    color: #E62917;
    background: #fff;
    transition: 1ms;
}
.topch2 h3{
    margin-inline: auto;
    text-align: left;
    margin-top: 0;
    margin-bottom: 5%;
    margin-left: 2%;
}
.topch2 h3 a:hover{
    color: #E62917;
    background: transparent;
    transition: 1ms;
}

.topch2 .single:hover{
    color: green;
}
.sectionB .topch2 .fa{
    color: #1ea353;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
}
.topch2 h3{
    color: #1462B8;
}
.topch2 .fa:hover{
    color: green;
}
.topch2 a{
    color: #E62917;
    text-decoration: none;
}
.topch2 h3 a:hover{
    color: green;
}

.topch2 img{
    width: 30%;
    margin-inline: auto;
}
.sectionB .section_topch .container .wrapper{
    width: 100%;
    height: 75vh;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    margin-inline: auto;
}
.sectionB .section_topch .container .wrapper-holder{
    display: grid;
    grid-template-columns: repeat(0,100%);
    height: 100%;
    width: 100%;
}
.sectionB .container #slider-img-1{
    background-image: url(images/AlarmTechnician.jpg);
    background-position: center;
    background-size: cover;
}


/*------ 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: #1462B8;
    position: relative;
    cursor: pointer;
}
.General .hero-btn:hover{
    border: 1px solid #E62917;
    background: #E62917;
    transition: 1ms;
}
.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{
    margin-inline: auto;
    font-family: "Poppins", sans-serif;
    margin-top: 1%;
    margin-bottom: 5%;
    width: 91%;
    background-image: linear-gradient(rgba(0,0,0,0.6),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: #1462B8;
    padding: 0;
    text-align: center;
    margin-right: 10%;
    margin-left: 40%;
}
.cta p{
    color: #E62917;
    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 #E62917;
    background: #E62917;
    transition: 1ms;
}

/*------------ footer -----------*/
.footer{
    margin-inline: auto;
    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: #E62917;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}
.fa-copyright{
    color: #E62917;
}


@media(max-width:1535px) {
    .navbar{
        position: fixed;
        z-index: 5;
        width: 100%;
        padding: 25px 0 5px;
        transition: all 0.3s ease;
    }
    .navbar h2{
        margin-right: 18%;
        text-align: center;
    }
    nav img{
        width: 5rem;
        position: relative;
        padding-left: 4rem;
    }
    nav .fa{
        display: inline;
        color: #1462B8;
        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 li a{
        font-size: 12px;
    }
    .nav-links ul{
        padding: 5px;
    }
    .nav-links ul li{
        display: block;
        margin-top: 6%;
    }
    .nav-links .fa{
        margin-top: 0px;
        font-size: 22px;
    }
    nav h3{
        display: inline-table;
    }

    nav h1{
        font-style: italic;
        font-size: 18px;
        text-decoration: underline;
        padding-left: 15%;
        margin-bottom: 5%;
        color: #1462B8;
        text-align: center;
    }
    nav .single{
        text-decoration: none;
        color: #E62917;
        font-size: 16px;
        font-style: normal;
        padding-left: 15%;
        margin-bottom: 5%;
    }
    nav .single:hover{
        color: #1ea353;
        transition: 1ms;
    }
    nav .single1{
        text-decoration: none;
        color: #E62917;
        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: #1462B8;
        border: #1462B8 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: #1462B8;
        border: #1462B8 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: #1462B8;
        border: #1462B8 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: #E62917;
        border: #E62917 solid;
        border-radius: 10px;
        padding: 1%;
        transition: 1ms;
    }

    .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: #E62917;
        padding: 10px;
    }
    .navbar.sticky{
        background: #fff;
        padding: 10px 0;
        padding: 25px 5px;
    }
    .line{
        display: none;
    }

    .active, .menu-list ul li:hover{
        background: transparent;
    }

    .section_top{
        height: 80%;
    }
    .section_top .content{
        left: 50%;
        right: -100%;
    }
    .section_top .content h1{
        font-size: 30px;
    }

    .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: #E62917;
        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: #1462B8;
        position: relative;
        cursor: pointer;
    }
    .General .hero-btn:hover{
        border: 1px solid #E62917;
        background: #E62917;
        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: #E62917;
        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: #1462B8;
        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: #E62917;
        margin: 0 13px;
        cursor: pointer;
        padding: 10px 0;
    }
    .fa-copyright{
        color: #E62917;
        margin-top: 0%;
        margin-bottom: 0%;
    }
}

@media(max-width:1000px) {
    .navbar{
        position: fixed;
        z-index: 5;
        width: 100%;
        padding: 25px 0 5px;
        transition: all 0.3s ease;
    }
    .navbar h2{
        margin-right: 18%;
        text-align: center;
    }
    nav img{
        width: 5rem;
        position: relative;
        padding-left: 4rem;
    }
    nav .fa{
        display: inline;
        color: #1462B8;
        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: 1s;
    }
    .nav-links ul li a{
        font-size: 12px;
    }
    .nav-links ul{
        padding: 5px;
    }
    .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: #E62917;
        padding: 10px;
    }
    .navbar.sticky{
        background: #fff;
        padding: 10px 0;
        padding: 25px 5px;
    }
    .line{
        display: none;
    }
    .section_top{
        height: 80%;
    }
    .section_top .content{
        left: 50%;
        right: -100%;
    }
    .section_top .content h1{
        font-size: 30px;
    }

    .topch2{
        text-align: left;
    }
    .services h2{
        font-size: 28px;
    }
    .services{
        font-size: 15px;
    }
    .services .hero-btn{
        font-size: 12px;
    }
    .row .fire-protect h3{
        font-size: 15px;
    }
    .row .fire-protect p{
        font-size: 13px;
    }
    .sectionB h1{
        font-size: 26px;
        text-align: left;
        margin-left: 2%;
    }
    .sectionB p{
        font-size: 14px;
    }

    .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: #E62917;
        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: #1462B8;
        position: relative;
        cursor: pointer;
    }
    .General .hero-btn:hover{
        border: 1px solid #E62917;
        background: #E62917;
        transition: 1ms;
    }
    .General-col{
        flex-basis: 32%;
        border-radius: 10px;
        margin-bottom: 0%;
        position: relative;
        gap: 0.1rem;
        margin-right: 0%;
        margin-left: 0%;
        margin-top: 0%;
        margin-bottom: 0%;
    }
    .General-col img{
        width: 80%;
        height: 80%;
        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: 15px;
        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: #E62917;
        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: #1462B8;
        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: #E62917;
        margin: 0 13px;
        cursor: pointer;
        padding: 10px 0;
    }
    .fa-copyright{
        color: #E62917;
        margin-top: 0%;
        margin-bottom: 0%;
    }
}

@media(max-width:740px) {
    .navbar h2{
        font-size: 20px;
        margin-right: 18%;
        text-align: center;
    }
    .navbar{ 
        position: fixed;
        z-index: 5;
        width: 95%;
        padding: 25px 10px 0px;
        transition: all 0.3s ease;
    }
    nav img{
        width: 80px;
        position: relative;
        padding-left: 2px;
    }
    nav .fa{ 
        display: inline;
        color: #1462B8;
        margin: 10px;
        font-size: 20px;
        cursor: pointer;
    }
    .nav-links{
        position: absolute;
        background: #fff;
        height: 100vh;
        width: 250px;
        top: 0;
        right: -400px;
        margin-right: -3%;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    .nav-links ul li a{
        font-size: 12px;
    }
    .nav-links ul{
        padding: 5px;
    }
    .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: #E62917;
        padding: 10px;
    }
    .navbar.sticky{
        background: #fff;
        padding: 25px 10px 0px;
    }
    .line{
        display: none;
    }
    .section_top{
        height: 80%;
    }
    .section_top .content{
        left: 50%;
        right: -100%;
    }
    .section_top .content h1{
        font-size: 30px;
    }

    .topch2{
        text-align: left;
    }
    .topch2 img {
        display: none;
    }
    .services h2{
        font-size: 28px;
    }
    .services{
        font-size: 15px;
    }
    .services .hero-btn{
        font-size: 12px;
    }
    .row .fire-protect h3{
        font-size: 15px;
    }
    .row .fire-protect p{
        font-size: 13px;
    }
    .sectionB{
        margin-bottom: 20%;
    }
    .sectionB h1{
        font-size: 15px;
        text-align: left;
        margin-left: 2%;
    }
    .sectionB .topch2 p{
        font-size: 12px;
        margin-bottom: 0%;
        padding: 0%;
    }
    .sectionB .topch2 .hero-btn{
        margin-top: -2%;
    }
    .sectionB .topch2 h3{
        margin-top: 0%;
        margin-left: 0%;
    }

    .General {
        max-width: 90%;
        margin-inline: auto;
        text-align: center;
        padding-top: 2%;
        padding-bottom: 2%;
        padding-left: 2%;
        padding-right: 2%;
        position: relative;
        margin-top: 10%;
        margin-bottom: 10%;
    }
    .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: #E62917;
        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: #1462B8;
        position: relative;
        cursor: pointer;
    }
    .General .hero-btn:hover{
        border: 1px solid #E62917;
        background: #E62917;
        transition: 1ms;
    }
    .General-col{
        flex-basis: 32%;
        border-radius: 10px;
        margin-bottom: 0%;
        position: relative;
        gap: 0.1rem;
        margin-right: 0%;
        margin-left: 0%;
        margin-top: 0%;
        margin-bottom: 0%;
    }
    .General-col img{
        width: 80%;
        height: 80%;
        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: 15px;
        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: #E62917;
        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: #1462B8;
        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: #E62917;
        margin: 0 13px;
        cursor: pointer;
        padding: 10px 0;
    }
    .fa-copyright{
        color: #E62917;
        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: 2%;
        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;
    }

  .section_top{
        display: none;
    }
    .section_top .container{
        display: none;
    }
  .wrapper{
    display: none;
  }
  .wrapper-holder{
    display: none;
  }
  
    .topch2 .hero-btn{
        display: inline-block;
        margin-inline: auto;
        text-align: center;
        margin-top: 2%;
        margin-left: 0%;
        color: #fff;
        border-radius: 5px;
        padding: 2%;
        font-size: 16px;
        background: #E62917;
        cursor: pointer;
    }
  
    .topch2 .single{
        font-size: 13px;
    }
  
    .topch2 h3{
        font-size: 15px;
        margin-left: 4%;
    }
    .topch2 img{
        margin-left: 5%;
    }
  
  .sectionB .topch2{
    width: 80vw;
    margin-top: 5%;
  }
  .sectionB .topch2 h1{
    text-align: center;
  }
  .sectionB .topch2 p{
    text-align: center;
    line-height: 16px;
  }
  .sectionB .topch2 h3{
    text-align: center;
  }
  
  .General{
    margin-top: 85%;
  }
  .General h1{
    font-size: 16px;
  }
  .General h1 .hero-btn{
    font-size: 11px;
    padding: 3px;
  }
  
  
  
    .layer h3{
        font-size: 10px;
        top: 0%;
        margin-inline: auto;
        text-wrap: wrap;
        position: absolute;
    }
    

    .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: #E62917;
        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: #1462B8;
        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: #E62917;
        margin: 0 13px;
        cursor: pointer;
        padding: 10px 0;
    }
    .fa-copyright{
        color: #E62917;
        margin-top: 0%;
        margin-bottom: 0%;
    }
}

