html,
body * {
  scroll-behavior: smooth;
  outline: none !important;
}

.nav-link-text {
    color: #004fa8 !important;
    text-shadow: 1px 1px 1px #7a7979; 
   font-size: 1.1rem;
  
}
.nav-link-text:hover {
    background: rgba(3, 108, 245, 0.5);
    border-radius: 5px;
    color: white !important;
}

.sec1 {
    padding-top: 40px;
    margin-top: -40px
}
.slayt-img {
    object-fit: cover;
    object-position: center;
}

.prod-box h5 {
    color: #003879;
    font-weight: 600;
    font-size: 0.9rem;
}
.sec2 {
    padding-top: 40px;
    margin-top: -40px
}

.ref-box {
    width: 250px;
    height: 125px;
}
.ref-box h6 {
    color: #003879;
    font-weight: 600;
    font-size: 0.9rem;
}
.sec-head {
    color: #004fa8;;
    text-shadow: 4px 4px 5px #7a7979;
    font-size: 2.5rem;
    padding: 20px 0 20px;
    text-align: center;
}

.sec3 {
    padding-top: 40px;
    margin-top: -40px;
}

.banner {
    position: relative;
    width: 100%;
    background-image: linear-gradient(360deg,#000,transparent), url(images/about.jpg);
    background-size: cover;
    background-position: center;
}

.contentBox p {
    color: #fff;
    font-size: 1.2rem;
}

.sec4 {
    padding-top: 40px;
    margin-top: -40px;
}

.bottom-link {
    background: black;
}
.bottom-link a {
    color: #fff;
}
.bottom-copy {
    background: black;
    color: #fff;
}
.bottom-copy p a {
    color: rgb(62, 137, 250);
}

@media (max-width: 992px) {
    .sec1 {
        padding-top: 40px;
        margin-top: -40px
    }
    .prod-box h5 {
        font-size: 0.9rem;
    }
    .sec2 {
        padding-top: 40px;
        margin-top: -40px
    }
    
    .ref-box h6 {
        font-size: 0.8rem;
    }
    .sec3 {
        padding-top: 40px;
        margin-top: -40px
    }
    .contentBox p, input[type=text], input[type=email], textarea{
        font-size: 1rem;
    }
    .bottom-link ul li a {
        font-size: 0.9rem;
    }
    .bottom-copy p {
        font-size: 0.9rem;
    }
}



@media (max-width: 767px) {
    .sec-head {
        font-size: 1.5rem;
    }
    .prod-box h5 {
        font-size: 0.9rem;
    }
    .ref-box {
        width: 120px;
        height: auto;
    }
    .ref-box h6 {
        font-size: 0.8rem;
    }
    .contentBox p {
        font-size: 1rem;
    }
    .sec4 p, input[type=text], input[type=email], textarea {
        font-size: 0.9rem;
    }
    .sec4 .contact-box p, form {
        margin-left: 1rem;
    }
    .bottom-link ul li a {
        font-size: 0.7rem;
    }
    .bottom-copy p {
        font-size: 0.7rem;
    }
}


@media (max-width: 464px) {
    
    .sec-head {
        font-size: 1.5rem;
    }
    .prod-box h5 {
        font-size: 0.9rem;
    }
    .ref-box {
        width: 150px;
        height: auto;
    }
    .contentBox p {
        font-size: 0.9rem;
    }
    .bottom-link ul li a {
        font-size: 0.5rem;
    }
    .bottom-copy p {
        font-size: 0.6rem;
    }
}


@media (max-width: 364px) {
    
    .prod-box h5 {
        
        font-size: 0.8rem;
    }
    .ref-box {
        width: 120px;
        height: auto;
    }
    .ref-box h6 {
        font-size: 0.7rem;
    }
    .contentBox p {
        font-size: 0.9rem;
    }
    .bottom-link ul li a {
        font-size: 0.4rem;
    }
    .bottom-copy p {
        font-size: 0.6rem;
    }
}