*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
   background-color: rgb(233, 235, 250);
}
.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url('home_background.png');
    background-position: center;
    background-size: cover;
    position: relative;
   
}
.industry-header{
    min-height: 550px;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url('head-office.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 10px;
}
.industry-header-2{
    min-height: 550px;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url('Dedicated-Supply_team.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 10px;
}
.industry-header-3{
    min-height: 550px;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url('our-facilities2.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 10px;
}
.about-header{
    height: 350px;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url('about-background.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
}
.contact-us-header{
    height: 350px;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url('contact-us.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
}

.logo{
    font-size: 32px;
    color:black;
    user-select: none;
}
.other-navbar, .navbar, .about-navbar {
    display: flex;
    align-items: center;
    padding: 20px;
}
.other-navbar{
    background-color: rgb(223, 223, 250);
}
nav{
    flex: 1;
    text-align: right;
}
nav ul{
    display: inline-block;
    list-style-type: none;
}
nav ul li{
    display: inline-block;
    margin-right: 20px;
}
.navbar a{
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}
.about-navbar a{
    text-decoration: none;
    color: #fff;
}
.other-navbar a{
    text-decoration: none;
    color: black;
}
nav ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #f44336;
    display: block;
    margin: auto;
    transition: 0.5s;
}
nav ul li:hover::after{
    width: 100%;
}
#mobile-menu{
    display: none;
    align-items: center;
    cursor: pointer;
}
#close{
    display: none;
    position: absolute;
    top: 20px;
    font-size: 24px;
    cursor: pointer;
}



.text-box, .about-text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;   
}

.text-box h1{
    font-size: 70px;
}
.about-text-box h1{
    font-size: 70px;
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 14px;
    color: #fff;
}
.about-text-box p{
    margin: 10px 0 40px;
    font-size: 14px;
    color: #fff; 
}


.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 #f44336;
    background: #f44336;
    color: #162938;
    transition: 1s;
}
.intro {
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
        display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.col-A{
    flex-basis: 50%;
    min-width: 300px;
    padding: 30px;
}

.col-A p{
    font-size: 23px;
    padding-top: 20px;
}
.col-A img{
    width: 600px;
    height: 450px;
    
}
.underline-effect {
  position: relative;
  display: inline-block;
}

.underline-effect::after {
    content: '';
    position: absolute;
    bottom: -15px; 
    left: 0;
    width: 100%; 
    height: 3px; 
    background-color:#0f94e7; 
}
.row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.roll{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.categories{
    margin: 70px 0;
}
.small-container{
    max-width: 1080px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}
.Facilities{
    max-width: 1080px;
    margin: auto;
    text-align: center;
    background-color: #fff;
    border-radius: 50px;
}
.Facilities h2{
    text-align: center;
    font-weight: bolder;
}
.tittle{
    text-align: center;
    margin: 0 auto 80px;
    position: relative;
    line-height: 60px;
    color: #555;
}
.fac-tittle{
    text-align: center;
    margin: 0 auto 30px;
    position: relative;
    line-height: 60px;
    color: #555;
}
.tittle::after{
    content: '';
    background: #ff523b;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.fac-tittle::after{
    content: '';
    background: #ff523b;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);  
}
.col-4{
    flex-basis: 25%;
    padding: 10px;
    min-width: 200px;
    margin-bottom: 50px;
    text-align: center;
    transition: transform 0.5s;
}
.col-F{
    flex-basis: 30%;
    padding: 10px;
    min-width: 300px;
    margin-bottom: 50px;
    transition: transform 0.5s;
}
.col-4 img{
    width: 200px;
    height: auto;
}
.col-F img{
    width: 300px;
    height: 200px;
    border-radius: 20px;
}

h4{
    color: #555;
    font-weight: normal;
}
.col-4 p{
    font-size: 20px;
}
.rating .fa{
    color: #ff523b;
}
.col-4:hover{
    transform: translateY(-5px);
}
.offer{
    background: linear-gradient(rgba(94, 104, 131, 0.7),rgba(94, 104, 131, 0.7));
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.col-2{
    flex-basis: 50%;
    min-width: 300px;
}
.col-2 img{
    width: 550px;
    height: 360px;
}
.col-2 h1 {
margin-top: 20px;
margin-bottom: 20px;
color: rgb(250, 250, 226);
}
.col-2 p {
font-size: 20px;
color: rgb(250, 250, 226);
}
.col-2 small{
    color: rgb(250, 250, 226);
}
.col-3{
    flex-basis: 30%;
    min-width: 250px;
    margin-bottom: 30px;
}
.col-3 img{
    width: 100%;
}

.contact{
    margin-top: 80px;
    padding: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.col-D{
    flex-basis: 50%;
    min-width: 300px;
    margin-bottom: 50px;
    padding: 20px;
}
.col-D span, #form-details form span{
    font-size: 12px;
    color: rgb(78, 83, 77);
}
.col-D h2, #form-details form h2{
    font-size: 26px;
    line-height: 35px;
    padding: 20px 0;
}
.col-D h3{
    font-size: 16px;
    padding-bottom: 15px;
}
.col-D ul li{
    list-style: none;
    display: flex;
    padding: 10px 0;
}
.col-D ul li i{
    font-size: 14px;
    padding-right: 22px;
    color: rgb(78, 83, 77);
}
.col-D p{
    margin: 0;
    font-size: 14px;
    color: rgb(78, 83, 77);
}
#form-details{
    display: flex;
    justify-content: space-between;
    padding: 80px;
    border: 1px solid #e1e1e1;
}

#form-details form{
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#form-details form input, #form-details form textarea{
    width: 100%;
    padding: 12px 15px;
    outline: none;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
}
#form-details form button{
    background-color: #162938;
    color: #fff;
    border-radius: 20px;
    padding: 12px 34px;
    font-size: 13px;
    cursor: pointer;
}
#form-details form button:hover{
    background: #4f5253;
    color: #fff;
    transition: 1s;
}
.people{
    padding: 90px 20px 20px 20px;
}
.people div{
    padding-bottom: 25px;
    display: flex;
    align-items: flex-start;
}
.people div img{
    width: 65ph;
    height: 65px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 40px;
}
.people div p{
    margin: 0;
    font-size: 13px;
    line-height: 25px;
}
.people div p span{
    display: block;
    font-size: 16px;
    font-weight: 600px;
    color: #000;
}
.col-C{
    flex-basis: 50%;
    min-width: 300px;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
}
.col-C h1{
     margin-top: 20px;
     margin-bottom: 20px;

}
.col-C p{
    font-size: 23px;
    padding-top: 20px;
    padding-right: 50px;
}

























.pcol-2{
    flex-basis: 50%;
    min-width: 300px;
}
.Pcol-2 img{
    max-width: 100%;
    padding: 50px 0;
    background-size: contain;
}
.pcol-2 p{
    font-size: 12px;
    color: #000;
}
.pcol-2 h1{
    font-size: 50px;
    line-height: 60px;
    margin: 25px 0;
    margin-top: 20px;
margin-bottom: 20px;
    color: #000;
}

.Pcol-2 h3{
    margin-top: 20px;
}
.Pbtn{
    background: linear-gradient(rgba(99, 101, 107, 0.7),rgba(99, 101, 107, 0.7));
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px;
    font-size: 10px;
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    margin-top: 20px;
}



.buy{
    background: transparent;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    margin-top: 20px;
}
.buy:hover{
    border: 1px solid #fff;
    background: #4f5253;
    color: #fff;
    transition: 1s;
}
.testimonial{
    padding-top: 100px;

}
.testimonial .col-3{
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.5s;
}
.testimonial .col-3 img{
    width: 50px;
    margin-top: 20px;
    border-radius: 50%;
}
.testimonial .col-3:hover{
    transform: translateY(-10px);

}
.fa.fa-quote-left{
    font-size: 34px;
    color: #ff523b;
}
.col-3 p{
font-size: 12px;
margin: 12px 0;
color: #777;
}
.testimonial .col-3 h3{
    font-weight: 600;
    color: #555;
    font-size: 16px
}
.brands{
    margin: 100px auto;
}
.col-5{
    width: 160px;
}
.col-5 img{
    width: 100%;
    cursor: pointer;
    filter: grayscale(100%);
}
.col-5 img:hover{
    filter: grayscale(0);
}
.footer{
background: #000;
color: #8a8a8a;
font-size: 14px;
padding: 60px 0 20px;
}
.footer p{
    color: #8a8a8a;
}
.footer h3{
    color: #fff;
    margin-bottom: 20px;
}
.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4{
    min-width: 250px;
    margin-bottom: 20px;
}
.footer-col-1{
    flex-basis: 30%;
}
.footer-col-2{
    flex: 1;
    text-align: center;
}
.footer-col-2 img{
    width: 180px;
    height: 80px;
    margin-bottom: 20px;
}
.footer-col-3, .footer-col-4{
flex-basis: 12%;
text-align: center;
}
ul{
    list-style-type: none;
}
.app-logo{
  margin-top: 20px;  
}
.app-logo img{
    width: 140px;
    height: 35px;
}
.container{
    padding-left: 80px;
    padding-right: 80px;
}
.footer hr{
    border: none;
    background: #b5b5b5;
    height: 1px;
    margin: 20px 0;
}
.copyright{
    text-align: center;
}

/*------------- all products page----------------- */
.row-2{
  justify-content: space-between;
    margin: 100px auto 50px;
}
select{
    border: 1px solid rgb(221, 221, 255);
    padding: 5px;
}
select:focus{
    outline: none;
}
.page-btn{
margin: 0 auto 80px;
}
.page-btn span{
    display: inline-block;
    border: 1px solid rgb(221, 221, 255);
    margin-left: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.page-btn span:hover{
    background: rgb(221, 221, 255);
    color: #fff;
}

/* ----------single product details---------- */
.single-product{
    margin-top: 80px;
}
.single-product .Pcol-2 img{
    padding: 0;
}
.single-product .Pcol-2{
padding: 20px;
}
.single-product h4{
   margin: 20px 0;
   font-size: 22px;
   font-weight: bold; 
}
.single-product select{
    display: block;
    padding: 10px;
    margin-top: 20px;
}
.single-product input{
    width: 50px;
    height: 30px;
    padding-left: 10px;
    font-size: 20px;
    margin-right: 10px;
    border: 1px solid rgb(221, 221, 255);
}
input:focus{
    outline: none;
}
.single-product .fa{
    color:  rgba(99, 101, 107, 0.7);
    margin-left: 10px;
}
.small-img-row{
    display: flex;
    justify-content: space-between;
}
.small-img-col{
    flex-basis: 24%;
    cursor: pointer;
    max-width: 300px;
}
.small-img-col img{
    width: 100px;
    margin-top: 20px;
}
.menu-icon{
    width: 28px;
    margin-left: 20px;
}




































    @media (max-width: 999px) {
    nav ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        bottom: 0 ;
        background-color: #333;
        padding: 80px 0 0 10px;
        transition: 0.3s;
        z-index: 8000;
        
    }
    #mobile-navbar.active{
        right: 0%;
    }
    nav ul li {
        margin-bottom: 25px;
    }
    .header{
        min-height: 70vh;
    }

#mobile-menu{
    display: flex;
    align-items: center;
    cursor: pointer;
}
#close{
    display: flex;
}
#mobile-menu i{
    color: #000;
    font-size: 40px;
    padding-left: 20px;
}
.navbar a{
    font-size: 30px;
}
.other-navbar a{
    color: #fff;
    font-size: 30px;
}
.about-navbar a{
    font-size: 30px;
}


.logo{
    font-size: 48px;
}
.text-box h1{
    font-size: 50px;
    line-height: 52px;
}
.about-text-box h1{
    font-size: 43px;
    line-height: 45px;
}
.text-box p{
    font-size: 27px;
    margin: 20px 0 40px;
}
.about-text-box p{
    font-size: 21px;
    margin: 20px 0 40px;
}
.hero-btn{
    font-size: 18px;
}

.col-A, .col-2{
    padding: 20px;
}

.col-A img{
    width: 100%;
    height: 250px;
    padding-left: 0px;
    
}
.col-A p, .col-C p{
    font-size: 16px;
    padding-top: 30px;
}

h4{
    font-size: 20px;
}
.col-4 p{
    font-size: 23px;
}
.Facilities p{
    font-size: 18px;
}

.col-A ul li{
    font-size: 18px;
}
.col-3{
     min-width: 230px;
}
.col-4{
    min-width: 300px;
}
.col-F{
    min-width: 350px;
}
.col-5{
    width: 130px;
}
.col-5 img{
    width: 50%;
}
.col-2 img{
    width: 100%;
    height: 250px;
}

.col-2 p{
    font-size: 20px;
}
 .col-3 p{
    font-size: 15px;
 }
 .testimonial .col-3 h3{
    font-size: 20px
}
.offer small{
    font-size: 15px;
}
.col-2 a{
    font-size: 15px;
}
.footer p{
    font-size: 15px;
}
.footer ul li{
    font-size: 15px;
}
.footer h3{
    font-size: 20px;
}


.col-C{
    padding-left: 5px;
}

.row, .roll{
    text-align: center;
}  

.col-A, .col-D .col-2, .col-3 .col-4,  .pcol-2, .footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4{
    flex-basis: 50%;
}  
.single-product .row{
    text-align: left;
}
.single-product .pcol-2{
    padding: 20px 0;
}
.single-product h1{
    font-size: 26px;
    line-height: 32px;
}
.col-D iframe {
    width: 100%;
}
.col-D span{
    font-size: 15px;
}
.col-D h3{
    font-size: 20px;
}
.col-D ul li i{
    font-size: 18px;
}
.col-D p{
    font-size: 15px;
}
#form-details form{
    width: 50%;
}
#form-details{
    padding: 50px;
}
#form-details input, #form-details textarea, #form-details form button{
    font-size: 15px;
}
.col-D h2, #form-details form h2{
    font-size: 20px;
    line-height: 30px;
    padding: 20px 0;
}
.people div p{
    font-size: 16px;
}
    }





@media (max-width: 477px){
    .logo{
    font-size: 24px;
}
.text-box h1{
    font-size: 30px;
    line-height: 32px;

}
.about-text-box h1{
    font-size: 30px;
    line-height: 22px;
}
.text-box p{
    font-size: 12px;
    margin: 10px 0 40px;
}
.about-text-box p{
    font-size: 15px;
    margin: 10px 0 40px;
}
#mobile-menu i{
    font-size: 20px;
}
.navbar a{
    font-size: 20px;
}
.other-navbar a{
    font-size: 20px;
}
.about-navbar a{
    font-size: 20px;
}
.hero-btn{
    font-size: 15px;
}
#form-details{
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 30px;
}
#form-details form{
    width: 100%;
}
.col-3{
     min-width: 230px;
}
.col-3 p{
    font-size: 15px;
 }
}










