*{
    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: #1462B8;
    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: #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: 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: #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;
}

nav .fa{
    display: none;
}

nav h3{
    display: none;
}

.line{
    display: none;
}

.active, .menu-list ul li:hover{
    background: #1462B8;
    border-radius: 10px;
}

nav p{
    font-style: italic;
    font-size: 18px;
    font-weight: 600;
    color: #E62917;
}
nav .single{
    color: #E62917;
    font-size: 22px;
    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%;
}

.line{
    display: none;
}

.active, .menu-list ul li:hover{
    background: #1462B8;
    border-radius: 10px;
}


/*---section A---*/
.section_top{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)), url(images/plan.jpeg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    justify-content: center;
    color: #fff;
}
.top1{
    position: absolute;
    margin-inline: auto;
    color: orange;
    margin-left: 5%;
    margin-top: 2%;
}
.top1 a{
    color: #fff;
    text-decoration: none;
}
.top1 a:hover{
    text-decoration: underline;
    text-decoration-color: #E62917;
    transition: 1s;
}
.top1 h5{
    color: #fff;
}
.section_top h1{
    margin-top: 10%;
    margin-bottom: 10%;
    color: orange;
    font-size: 52px;
    text-decoration: none;
    margin: 20px 40 20px;
}
.section_top .hero-btn{
    margin: 45px 0 25px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 12px 34px;
    font-size: 18px;
    background: #0d3695;
    position: relative;
    cursor: pointer;
}
.section_top .hero-btn:hover{
    border: 1px solid #E62917;
    background: #E62917;
    transition: 1s;
    text-decoration: none;
}
.section_top .top{
    background: #fff;
    margin-top: 2%;
    margin-bottom: 5%;
    margin-left: 65%;
    margin-right: 5%;
    display: flex;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 20px;
    flex-basis: 31%;
    padding: 20px 12px;
}
.top h3{
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
    color:#04205f;
}
.section_top .top .services-col .fa {
    font-size: 25px;
    color:#E62917;
}
.section_top .top .services-col .fa:hover {
    font-size: 25px;
    color:orange;
}
.section_top .top .services-col a {
    color:#E62917;
    text-decoration: none;
}
.section_top .top .services-col a:hover {
    color:orange;
    text-decoration: none;
}
.top .contact-col input, .contact-col textarea{
    width: 90%;
    padding: 10px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #000;
}
.top .form-btn{
    margin: 10px 0 25px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 8px 34px;
    font-size: 18px;
    background: #0d3695;
    position: relative;
    cursor: pointer;
}
.form-btn:hover{
    border: 1px solid #E62917;
    background: #E62917;
    transition: 1s;
}

/*---section B---*/
.sectionB{
    min-height: 100vh;
    max-width: 100vw;
    margin-top: 2%;
}
.container{
    position: absolute;
    left: 50px;
}
.container .wrapper{
    width: 40vw;
    height: 65vh;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.6);
    margin: 5rem auto;
    overflow: hidden;
}
.container .wrapper-holder{
    display: grid;
    grid-template-columns: repeat(6,100%);
    height: 100%;
    width: 100%;
    animation: slider 20s ease-in-out infinite alternate;
}
.container #slider-img-1{
    background-image: url(images/pa-item-4.jpg);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}
.container #slider-img-2{
    background-image: url(images/pngegg\ \(7\).png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.container #slider-img-3{
    background-image: url(images/pngegg\ \(8\).png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.container #slider-img-4{
    background-image: url(images/IMG_20231016_145130_313.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.container #slider-img-5{
    background-image: url(imag);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.container #slider-img-6{
    background-image: url(imag);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
@keyframes slider{
    0%{transform: translateX(0%);}
    10%{transform: translateX(-100%);}
    20%{transform: translateX(-100%);}
    30%{transform: translateX(-200%);}
    40%{transform: translateX(-200%);}
    50%{transform: translateX(-200%);}
    60%{transform: translateX(-300%);}
    70%{transform: translateX(-300%);}
    80%{transform: translateX(-300%);}
    90%{transform: translateX(0%);}
    100%{transform: translateX(0%);}
}
.container h3{
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: normal;
    margin-inline: auto;
    text-align: center;
    left: 0%;
    right: 0%;
    margin-top: -5%;
    text-transform: none;
}

.topch2 .services{
    position: absolute;
    top: 120%;
    left: 45%;
    text-align: center;
}
.topch2 .services h1{
    font-family: "Poppins", sans-serif;
        color: #04205f;
        text-align: left;
        margin-left:6.5%;
        font-size: 42px;
        font-weight: 600;
        letter-spacing: normal;
}
.topch2 .services h2{
    font-family: "Poppins", sans-serif;
        color: #E62917;
        text-align: left;
        margin-left: 7%;
        margin-right: 10%;
        margin-top: 20px;
        font-size: 30px;
        font-weight: 600;
        letter-spacing: normal;
}
.services p{
    font-family: "Poppins", sans-serif;
     color: black;
     text-align: left;
     margin-left:7%;
     margin-top: 10px;
     margin-right: 10%;
     font-size: 18px;
     line-height: 22px;
     letter-spacing: normal;
}
.topch2 p a{
    color: #E62917;
    text-decoration: none;
}

/* --section D */
.sectionD{
    min-height: 10vh;
    max-width: 100vw;
}
.section3{
    background: #f1ecec;
    min-height: 60vh;
    text-align: center;
    padding: 30px 0;
    margin-top: 0%;
}
.section3 .insert{
    font-family: "Poppins", sans-serif;
    width: 80%;
    padding: 2px 0;
    margin-top: 0%;
    position: relative;
    margin-inline: auto;
}
.section3 .insert h1{
    font-family: Arial, Helvetica, sans-serif;
    color: #E62917;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-bottom: 0%;
    font-size: 30px;
    font-weight:300;
    text-align: center;
}
.section3 .insert p{
    font-family: Arial, Helvetica, sans-serif;
     margin-left: 0%;
     margin-right: 0%;
     margin-bottom: 2%;
     margin-top: 0%;
     color: #000;
     font-size: 16px;
     font-weight: 300;
     line-height: 20px;
     padding: 10px;
     text-align: center;
}


/*------- call to action ----------*/
.cta{
    font-family: "Poppins", sans-serif;
    margin-left: 5%;
    margin-top: 3%;
    margin-bottom: 3%;
    width: 90%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/cctv3.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}
.cta h1{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 40px;
    color: #fff;
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
    margin-right: 10%;
    margin-left: 30%;
}
.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;
    text-align: center;
    margin-right: 10%;
    margin-left: 30%;
}
.cta-hero-btn:hover{
    border: 1px solid #E62917;
    background: #E62917;
    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;
}
.footer P{
    margin-left: 200px;
    margin-right: 200px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 25px;
    margin-top: 10px;
    font-weight: 300;
}
.icons .fa{
    color: #E62917;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}
.fa-copyright{
    color: #E62917;
}


@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: #1462B8;
        margin-right: 64px;
        font-size: 25px;
        cursor: pointer;
    }

    nav h3{
        display: inline-table;
    }

    nav p{
        font-style: italic;
        font-size: 20px;
        padding-left: 25%;
        margin-bottom: 5%;
        color: #04205f;
        text-align: center;
    }
    nav .single{
        text-decoration: none;
        color: #E62917;
        font-size: 18px;
        font-style: normal;
        padding-left: 0%;
        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: 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: #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;
    }

    .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: 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;
    }
    .navbar.sticky{
        background: #fff;
        padding: 1.5rem 0rem 1rem;
    }
    .line{
        display: none;
    }
    .active, .menu-list ul li:hover{
        background: transparent;
    }

    /*---section A---*/
    .section_top h1{
        font-size: 45px;
        margin-right: 10%;
    }
    .section_top .hero-btn{
        border-radius: 10px;
        padding: 12px 34px;
        font-size: 18px;
    }
    .section_top .top{
        margin-bottom: 5%;
        margin-left: 55%;
        margin-right: 3%;
        border-radius: 20px;
        padding: 20px 12px;
    }
    .top h3{
        margin: 10px 0;
        color:#04205f;
    }
    .section_top .top .services-col .fa {
        font-size: 22px;
        color:#E62917;
    }
    .section_top .top .services-col .fa:hover {
        font-size: 22px;
        color:orange;
    }
    .top .contact-col input, .contact-col textarea{
        width: 90%;
        padding: 10px;
        margin-bottom: 17px;
    }
    .top .form-btn{
        border-radius: 10px;
        padding: 8px 34px;
        font-size: 18px;
    }

    /*---section B---*/
    .sectionB{
        min-height: 75vh;
        max-width: 100vw;
        margin-top: 2%;
    }
    .container{
        position: absolute;
        left: 30px;
    }
    .container .wrapper{
        width: 40vw;
        height: 65vh;
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.6);
        margin: 0rem auto;
        overflow: hidden;
    }
    .container .wrapper-holder{
        display: grid;
        grid-template-columns: repeat(6,100%);
        height: 100%;
        width: 100%;
        animation: slider 20s ease-in-out infinite alternate;
    }
    .container h3{
        position: absolute;
        margin-inline: auto;
        text-align: center;
        left: 0%;
        right: 0%;
        top: 95%;
        bottom: 8%;
    }

    .topch2 .services{
        position: relative;
        width: 52%;
        top: 0%;
        left: 46%;
        right: 0%;
        text-align: center;
    }
    .topch2 .services h1{
            margin-left:6.5%;
            font-size: 30px;;
    }
    .topch2 .services h2{
            margin-left: 7%;
            margin-right: 10%;
            margin-top: 20px;
            font-size: 20px;
    }
    .services p{
         margin-left:7%;
         margin-top: 10px;
         margin-right: 10%;
         font-size: 15px;
         line-height: 20px;
    }

    /* --section D-- */
    .sectionD{
        min-height: 10vh;
        max-width: 100vw;
    }
    .section3{
        background: #f1ecec;
        min-height: 60vh;
        text-align: center;
        padding: 30px 0;
        margin-top: 0%;
    }
    .section3 .insert{
        font-family: "Poppins", sans-serif;
        width: 80%;
        padding: 2px 0;
        margin-top: 0%;
        position: relative;
        margin-inline: auto;
    }
    .section3 .insert h1{
        font-family: Arial, Helvetica, sans-serif;
        color: #E62917;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0%;
        margin-bottom: 0%;
        font-size: 30px;
        font-weight:300;
        text-align: center;
    }
    .section3 .insert p{
        font-family: Arial, Helvetica, sans-serif;
         margin-left: 0%;
         margin-right: 0%;
         margin-bottom: 2%;
         margin-top: 0%;
         color: #000;
         font-size: 16px;
         font-weight: 300;
         line-height: 20px;
         padding: 10px;
         text-align: center;
    }

    .cta h1{
        font-size: 2rem;
        padding: 0;
        text-align: center;
        margin-right: 8%;
        margin-left: 45%;
        text-align: center;
        margin-right: 10%;
        margin-left: 45%;
    }
    .cta-hero-btn{
        text-align: center;
        margin-right: 10%;
        margin-left: 45%;
    }
    }

@media(max-width:1000px){
    /*---section A---*/
    .section_top{
        font-size: 13px;
    }
    .section_top h1{
        font-size: 35px;
        margin-right: 10%;
    }
    .section_top .hero-btn{
        border-radius: 10px;
        padding: 12px 34px;
        font-size: 18px;
    }
    .section_top .top{
        margin-bottom: 5%;
        margin-left: 55%;
        margin-right: 3%;
        border-radius: 20px;
        padding: 20px 12px;
    }
    .top h3{
        margin: 10px 0;
        color:#04205f;
    }
    .section_top .top .services-col .fa {
        font-size: 22px;
        color:#E62917;
    }
    .section_top .top .services-col .fa:hover {
        font-size: 22px;
        color:orange;
    }
    .top .contact-col input, .contact-col textarea{
        width: 90%;
        padding: 10px;
        margin-bottom: 17px;
    }
    .top .form-btn{
        border-radius: 10px;
        padding: 8px 34px;
        font-size: 18px;
    }

    /*---section B---*/
    .sectionB{
        min-height: 100vh;
        max-width: 100vw;
        margin-top: 2%;
    }
    .container{
        position: absolute;
        left: 50px;
    }
    .container .wrapper{
        width: 40vw;
        height: 65vh;
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.6);
        margin: 5rem auto;
        overflow: hidden;
    }
    .container .wrapper-holder{
        display: grid;
        grid-template-columns: repeat(6,100%);
        height: 100%;
        width: 100%;
        animation: slider 20s ease-in-out infinite alternate;
    }
    .container h3{
        position: absolute;
        margin-inline: auto;
        text-align: center;
        left: 0%;
        right: 0%;
        top: 95%;
        bottom: 8%;
    }

    .topch2 .services{
        position: absolute;
        top: 120%;
        left: 48%;
        text-align: center;
    }
    .topch2 .services h1{
            margin-left:6.5%;
            font-size: 25px;;
    }
    .topch2 .services h2{
            margin-left: 7%;
            margin-right: 10%;
            margin-top: 20px;
            font-size: 18px;
    }
    .services p{
         margin-left:7%;
         margin-top: 10px;
         margin-right: 10%;
         font-size: 15px;
         line-height: 20px;
    }

    /* --section D-- */
    .sectionD{
        min-height: 10vh;
        max-width: 100vw;
    }
    .section3{
        background: #f1ecec;
        min-height: 60vh;
        text-align: center;
        padding: 30px 0;
        margin-top: 0%;
    }
    .section3 .insert{
        font-family: "Poppins", sans-serif;
        width: 80%;
        padding: 2px 0;
        margin-top: 0%;
        position: relative;
        margin-inline: auto;
    }
    .section3 .insert h1{
        font-family: Arial, Helvetica, sans-serif;
        color: #E62917;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0%;
        margin-bottom: 0%;
        font-size: 30px;
        font-weight:300;
        text-align: center;
    }
    .section3 .insert p{
        font-family: Arial, Helvetica, sans-serif;
         margin-left: 0%;
         margin-right: 0%;
         margin-bottom: 2%;
         margin-top: 0%;
         color: #000;
         font-size: 16px;
         font-weight: 300;
         line-height: 20px;
         padding: 10px;
         text-align: center;
    }

    .cta h1{
        font-size: 2rem;
        padding: 0;
        text-align: center;
        margin-right: 8%;
        margin-left: 45%;
        text-align: center;
        margin-right: 10%;
        margin-left: 45%;
    }
    .cta-hero-btn{
        text-align: center;
        margin-right: 10%;
        margin-left: 45%;
    }

    .cta h1{
        font-size: 1.8rem;
        padding: 0;
        text-align: center;
        margin-right: 3%;
        margin-left: 45%;
    }
    .cta-hero-btn{
        text-align: center;
        margin-right: 3%;
        margin-left: 45%;
        padding: 12px 34px;
        font-size: 18px;
    }

    .footer p{
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media(max-width:860px){
    /*---section A---*/
    .section_top h1{
        font-size: 32px;
        margin-right: 10%;
    }
    .section_top .hero-btn{
        border-radius: 10px;
        padding: 12px 34px;
        font-size: 18px;
    }
    .section_top .top{
        margin-bottom: 5%;
        margin-left: 55%;
        margin-right: 3%;
        border-radius: 20px;
        padding: 20px 12px;
    }
    .top h3{
        margin: 10px 0;
        color:#04205f;
    }
    .section_top .top .services-col .fa {
        font-size: 22px;
        color:#E62917;
    }
    .section_top .top .services-col .fa:hover {
        font-size: 22px;
        color:orange;
    }
    .top .contact-col input, .contact-col textarea{
        width: 90%;
        padding: 10px;
        margin-bottom: 17px;
    }
    .top .form-btn{
        border-radius: 10px;
        padding: 8px 34px;
        font-size: 18px;
    }

    /*---section B---*/
    .sectionB{
        min-height: 100vh;
        max-width: 100vw;
        margin-top: 2%;
    }
    .container{
        position: absolute;
        left: 20px;
    }
    .container .wrapper{
        width: 40vw;
        height: 60vh;
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.6);
        margin: 5rem auto;
        overflow: hidden;
    }
    .container .wrapper-holder{
        display: grid;
        grid-template-columns: repeat(6,100%);
        height: 100%;
        width: 100%;
        animation: slider 20s ease-in-out infinite alternate;
    }
    .container h3{
        position: absolute;
        margin-inline: auto;
        text-align: center;
        left: 0%;
        right: 0%;
        top: 95%;
        bottom: 8%;
    }

    .topch2 .services{
        position: absolute;
        top: 120%;
        left: 43%;
        text-align: center;
    }
    .topch2 .services h1{
            margin-left:6.5%;
            font-size: 25px;;
    }
    .topch2 .services h2{
            margin-left: 7%;
            margin-right: 10%;
            margin-top: 20px;
            font-size: 20px;
    }
    .services p{
         margin-left:7%;
         margin-top: 10px;
         margin-right: 10%;
         font-size: 15px;
         line-height: 18px;
    }


    .cta h1{
        font-size: 1.8rem;
        padding: 0;
        text-align: center;
        margin-right: 3%;
        margin-left: 45%;
    }
    .cta-hero-btn{
        text-align: center;
        margin-right: 3%;
        margin-left: 45%;
        padding: 12px 34px;
        font-size: 18px;
    }
    
    .footer p{
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media(max-width:740px){
    /*---section A---*/
    .section_top h1{
        font-size: 32px;
        margin-right: 0%;
        margin-bottom: 2%;
    }
    .section_top .hero-btn{
        border-radius: 10px;
        padding: 10px 14px;
        font-size: 18px;
        margin-top: 0%;
    }
    .section_top .top{
        margin-bottom: 5%;
        margin-left: 2%;
        margin-right: 2%;
        border-radius: 20px;
        padding: 20px 12px;
        position: relative;
        margin-top: 50%;
    }
    .top h3{
        margin: 10px 0;
        color:#04205f;
    }
    .section_top .top .services-col .fa {
        font-size: 22px;
        color:#E62917;
    }
    .section_top .top .services-col .fa:hover {
        font-size: 22px;
        color:orange;
    }
    .top .contact-col input, .contact-col textarea{
        width: 90%;
        padding: 10px;
        margin-bottom: 17px;
    }
    .top .form-btn{
        border-radius: 10px;
        padding: 8px 34px;
        font-size: 18px;
    }

    /*---section B---*/
    .sectionB{
        min-height: 100vh;
        max-width: 100vw;
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .container{
        position: relative;
        left: 0px;
    }
    .container .wrapper{
        width: 90vw;
        height: 40vh;
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.6);
        margin: 5rem auto;
        margin-top: 3%;
        overflow: hidden;
    }
    .container .wrapper-holder{
        display: grid;
        grid-template-columns: repeat(6,100%);
        height: 100%;
        width: 100%;
        animation: slider 20s ease-in-out infinite alternate;
    }
    .container h3{
        position: absolute;
        margin-inline: auto;
        text-align: center;
        left: 0%;
        right: 0%;
        top: 120%;
        bottom: 8%;
    }

    .topch2 .services{
        position: relative;
        top: 0%;
        left: 0%;
        margin-top: 20%;
        margin-bottom: 5%;
        text-align: center;
        width: 90%;
        margin-inline: auto;
    }
    .topch2 .services h1{
            margin-left:6.5%;
            font-size: 25px;
            text-wrap: nowrap;
    }
    .topch2 .services h2{
            margin-left: 7%;
            margin-right: 10%;
            margin-top: 20px;
            font-size: 20px;
    }
    .services p{
         margin-left:7%;
         margin-top: 0px;
         margin-right: 10%;
         font-size: 14px;
         line-height: 18px;
    }

    /* --section D-- */
    .sectionD{
        min-height: 10vh;
        max-width: 100vw;
    }
    .section3{
        background: #f1ecec;
        min-height: 60vh;
        text-align: center;
        padding: 30px 0;
        margin-top: 0%;
    }
    .section3 .insert{
        font-family: "Poppins", sans-serif;
        width: 80%;
        padding: 2px 0;
        margin-top: 0%;
        position: relative;
        margin-inline: auto;
    }
    .section3 .insert h1{
        font-family: Arial, Helvetica, sans-serif;
        color: #E62917;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0%;
        margin-bottom: 0%;
        font-size: 30px;
        font-weight:300;
        text-align: center;
    }
    .section3 .insert p{
        font-family: Arial, Helvetica, sans-serif;
         margin-left: 0%;
         margin-right: 0%;
         margin-bottom: 2%;
         margin-top: 0%;
         color: #000;
         font-size: 16px;
         font-weight: 300;
         line-height: 20px;
         padding: 10px;
         text-align: center;
    }


    .cta h1{
        font-size: 1.8rem;
        padding: 0;
        text-align: center;
        margin-right: 0%;
        margin-left: 0%;
    }
    .cta-hero-btn{
        text-align: center;
        margin-right: 0%;
        margin-left: 0%;
        padding: 12px 34px;
        font-size: 18px;
    }
    
    .footer p{
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media(max-width:500px){
    /*---section A---*/
    .sub-header h1{
        font-size: 22px;
    }
    .section_top h1{
        font-size: 32px;
        margin-right: 0%;
        margin-bottom: 2%;
    }
    .section_top .hero-btn{
        border-radius: 10px;
        padding: 10px 14px;
        font-size: 18px;
        margin-top: 0%;
        margin-bottom: 5%;
    }
    .section_top .top{
        margin-bottom: 5%;
        margin-left: 2%;
        margin-right: 2%;
        border-radius: 20px;
        padding: 20px 12px;
        position: relative;
        margin-top: 80%;
    }
    .top h3{
        margin: 10px 0;
        color:#04205f;
    }
    .section_top .top .services-col .fa {
        font-size: 22px;
        color:#E62917;
    }
    .section_top .top .services-col .fa:hover {
        font-size: 22px;
        color:orange;
    }
    .top .contact-col input, .contact-col textarea{
        width: 90%;
        padding: 10px;
        margin-bottom: 17px;
    }
    .top .form-btn{
        border-radius: 10px;
        padding: 8px 34px;
        font-size: 18px;
    }

    /*---section B---*/
    .sectionB{
        min-height: 100vh;
        max-width: 100vw;
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .container{
        position: relative;
        left: 0px;
    }
    .container .wrapper{
        width: 90vw;
        height: 40vh;
        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.6);
        margin: 5rem auto;
        margin-top: 3%;
        overflow: hidden;
    }
    .container .wrapper-holder{
        display: grid;
        grid-template-columns: repeat(6,100%);
        height: 100%;
        width: 100%;
        animation: slider 20s ease-in-out infinite alternate;
    }
    .container h3{
        position: absolute;
        margin-inline: auto;
        text-align: center;
        left: 0;
        top: 112%;
        bottom: 8%;
    }

    .topch2 .services{
        position: relative;
        top: 0%;
        left: 0%;
        margin-top: 30%;
        margin-bottom: 5%;
        text-align: center;
        width: 90%;
        margin-inline: auto;
    }
    .topch2 .services h1{
            margin-left: 6.5%;
            margin-right: 1%;
            font-size: 13px;
            text-wrap: wrap;
    }
    .topch2 .services h2{
            margin-left: 7%;
            margin-right: 10%;
            margin-top: 20px;
            font-size: 13px;
    }
    .services p{
         margin-left:7%;
         margin-top: 0px;
         margin-right: 10%;
         font-size: 13px;
         line-height: 18px;
    }

    /* --section D-- */
    .sectionD{
        min-height: 10vh;
        max-width: 100vw;
    }
    .section3{
        background: #f1ecec;
        min-height: 60vh;
        text-align: center;
        padding: 30px 0;
        margin-top: 0%;
    }
    .section3 .insert{
        font-family: "Poppins", sans-serif;
        width: 80%;
        padding: 2px 0;
        margin-top: 0%;
        position: relative;
        margin-inline: auto;
    }
    .section3 .insert h1{
        font-family: Arial, Helvetica, sans-serif;
        color: #E62917;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0%;
        margin-bottom: 0%;
        font-size: 22px;
        font-weight:300;
        text-align: center;
    }
    .section3 .insert p{
        font-family: Arial, Helvetica, sans-serif;
         margin-left: 0%;
         margin-right: 0%;
         margin-bottom: 2%;
         margin-top: 0%;
         color: #000;
         font-size: 14px;
         font-weight: 300;
         line-height: 20px;
         padding: 10px;
         text-align: center;
    }


    .cta h1{
        font-size: 1.5rem;
        padding: 0;
        text-align: center;
        margin-right: 0%;
        margin-left: 0%;
    }
    .cta-hero-btn{
        text-align: center;
        margin-right: 0%;
        margin-left: 0%;
        padding: 12px 34px;
        font-size: 18px;
    }
    
    .footer p{
        margin-left: 20px;
        margin-right: 20px;
    }
}
