body {
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

#more {
    display: none;
}

h1 {
    color: #333333;
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
}

.heading2 {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
}

.btn1 {
    padding: 15px 30px;
    background-color: #f04535;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    border: none;
}

.btn1:hover {
    padding: 15px 30px;
    background-color: #fff;
    color: #f04535;
    text-decoration: none;
}

.btn2 {
    padding: 15px 30px;
    background-color: #333333;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.btn2:hover {
    padding: 15px 30px;
    background-color: #333333;
    color: #f04535;
    text-decoration: none;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    padding: 0;
    width: 100%;
    background-color: #ffffff;
    transition: top 3s ease-in;
    box-shadow: 0px 0px 5px gainsboro;
}

.navbar-brand img {
    height: 80px;
}

.navbar ul li a {
    color: rgba(0, 0, 0, .9);
    padding: 31px 30px !important;
}

.navbar ul li a:hover {
    color: rgba(26, 26, 26, 0.9) !important;
    background: #f1f1f1 !important;
}

.navbar-light .navbar-toggler {
    color: #f04535;
    border-color: #f04535;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 2px 0.050rem;
}

.banner {
    width: 100%;
    height: 85vh;
    background: url('../images/banner.jpg') center no-repeat;
    background-size: cover;
}

.banner-content {
    height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-content p {

    font-size: 14px;
}

.about-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.about-content p {
    font-size: 14px;
}

.abt-section {
    background-color: #f1f1f1;
}

.content-div {
    width: 70% !important;
}

.btn-div {
    width: 30% !important;
}

.icons {
    height: 100px;
}

.mission-sec a {
    font-size: 13px;
    color: #333333;
}

.product-sec {
    background-color: #333333;
}

.products {
    margin-bottom: 20px;
}

.products a {
    color: #333333;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #e5ecea !important;
    width: 30px !important;
    transition: .3s linear;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    opacity: 1;
    width: 40px;
    height: 40px;
    line-height: 50px;
    position: absolute;
    top: 35%;
    align-items: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: 0;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff !important;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    color: #ffffff;
    background-color: transparent !important;
}

.owl-carousel .owl-prev {
    left: -60px;
}

.owl-carousel .owl-next {
    right: -60px;
}

footer {
    color: #333333;
}

footer h4 {
    color: #666666;
    font-size: 16px;
}

footer h5 {
    color: #666666;
    font-size: 15px;
}

footer p {
    font-size: 14px;
}

footer a {
    color: #333333;
    font-size: 14px !important;
}

.quick-links {
    margin-top: 70px;
}

.social-media-links a img {
    height: 30px;
    margin: 10px;
}

.quick-links ul {
    padding-left: 15px;
}

.quick-links ul li {
    list-style: square;
    padding: 1px 0;
}

.address a {
    display: flex;
    gap: 10px;
}

.quick-links .fa-solid {
    margin-top: 5px;
}

.phone a,
.mail a {
    display: flex;
    gap: 10px;
}

.footer-nav-links {
    border-top: 1px solid #66666683;
}

.footer-nav-links ul li {
    list-style: none;
    display: inline;
    padding: 0 30px;
}

.bootom-footer {
    background-color: #333333;
}

.footer-row p {
    font-size: 16px !important;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-row a {
    color: #fff;
}

/* ====================== */

.aboutus-banner {
    width: 100%;
    height: 70vh;
    background: url('../images/abt-banner.jpg') center no-repeat;
    background-size: cover;
}

.inside-banner-content {
    width: 50%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*  */
.products-banner {
    width: 100%;
    height: 70vh;
    background: url('../images/products-bg.jpg') center no-repeat;
    background-size: cover;
}

.product-page {
    background-color: #f1f1f1;
}

.product-page-title {
    padding: 10px 0;
}

.product-page-title h4 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
}

/* contact page */
.contact-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-col {
    width: 30%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px 5px;
}

.contact-col i {
    font-size: 30px;
    margin: 10px 0;
    color: #f04535;
}

.contact-col a {
    color: #333333;
}

.contact-form {
    margin-top: 30px;
    padding: 40px 20px;
    border-radius: 10px;
    background-color: #fff;
}

.submit-btn {
    background-color: #f04535;
    border: none;
    color: #fff;
    padding: 10px 40px;
}

.ferrious-banner {
    width: 100%;
    height: 60vh;
    background: url('../images/ferrious-banner.jpg') center no-repeat;
    background-size: cover;
}

.non-ferrious-banner {
    width: 100%;
    height: 60vh;
    background: url('../images/non-ferrious-banner.jpg') center no-repeat;
    background-size: cover;
}

.composite-banner {
    width: 100%;
    height: 60vh;
    background: url('../images/composite-banner.jpg') center no-repeat;
    background-size: cover;
}

.computer-banner {
    width: 100%;
    height: 60vh;
    background: url('../images/computer-banner.jpg') center no-repeat;
    background-size: cover;
}

.electronic-banner {
    width: 100%;
    height: 60vh;
    background: url('../images/electronic-banners.jpg') center no-repeat;
    background-size: cover;
}

.hardware-banner {
    width: 100%;
    height: 60vh;
    background: url('../images/hardware-banner.jpg') center no-repeat;
    background-size: cover;
}

.rugged-phone-banner {
    width: 100%;
    height: 60vh;
    background: url('../images/rugged-phone-banner.jpg') center no-repeat;
    background-size: cover;
}

.rugged-tab-banner {
    width: 100%;
    height: 60vh;
    background: url('../images/rugged-tab-banner.jpg') center no-repeat;
    background-size: cover;
}

.rugged-laptop-banner {
    width: 100%;
    height: 60vh;
    background: url('../images/rugged-laptop-banner.jpg') center no-repeat;
    background-size: cover;
}

.solar-banner {
    width: 100%;
    height: 60vh;
    background: url('../images/solar-pannel-banner.jpg') center no-repeat;
    background-size: cover;
}

.product-page ul {
    padding-left: 0;
}

.product-page ul li {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 5px 0;
}

/* .product-page ul li strong ,.product-sec2 ul li strong{
    width:12%
} */
.product-sec2 ul {
    padding-left: 0;
}

.product-sec2 ul li {
    list-style: none;
    display: flex;
    gap: 10px;

    padding: 5px 0;
}
@media only screen and (max-width: 1200px) {
    .inside-banner-content {
        width: 80%;
    }
}
@media only screen and (max-width: 900px) {
    h1 {
        font-size: 32px;
    }
    .inside-banner-content {
        width: 100%;
    }
    .owl-carousel .owl-prev {
        left: 0px;
    }
    
    .owl-carousel .owl-next {
        right: 0px;
    }

    .about-content {
        display: grid;
    }
    .content-div {
        width: 100% !important;
    }
    .btn-div {
        width: auto !important;
    }
    .navbar ul li a {
        color: rgba(0, 0, 0, .9);
        padding: 10px 10px !important;
    }
    .product-page-title h4 {
        font-size: 16px;
        text-align: center;
        margin-bottom: 0;
    }
    .product-page-title h4 br{
        display: none;
    }
    .products {
        text-align: center;
    }
}




@media only screen and (max-width: 768px) {
    h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .computer-banner {
        box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.9);
    }
    .rugged-phone-banner{
        box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.4);
    }
    .banner, .aboutus-banner, .products-banner, .hardware-banner, .rugged-laptop-banner, .rugged-tab-banner,.solar-banner{
        box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.6);
    }
    .mission-sec p{
        font-size: 14px;
    }

    .contact-row {
        flex-wrap: wrap;
    }

    .contact-col {
        width: 100%;
        margin-bottom: 10px;
    }

    .footer-row {
        display: grid;
    }
    .product-page ul li {
        display: grid;
    }
    .product-sec2 ul li {
        display: grid;
    }
}