/* @import url('https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap'); */


@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');


h1,h2,h2 a,h3,h4,h5,h6{
    font-family: "Merriweather", serif;

} 

::selection {
    color: white;
    background: #052941;
    
  }
  
  .anim {
        opacity: 0; /* Initially hide sections */
        transition: opacity 2.5s ease; /* Smooth transition for opacity */
    }
    
    .visible {
        opacity: 1; /* Show sections when visible */
    }



/* 
  @font-face {
    font-family: 'avone';
    src: url('fonts/avone.otf');
  } */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background:#052941  !important;
    border-left: 1px solid #052941;
}

/* f7d3aa */

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #d84330;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #d84330;
}

  
.item-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

    
.container1{
    width: 100% !important;
    margin: 0 auto !important;
}
.container{
    width: 100% !important;
    margin: 0 auto !important;
}
.container2{
    width: 83% !important;
    margin: 0 auto !important;
}

.flex {
    display: flex;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.justify-between {
    justify-content: space-between !important;
}
.justify-evenly {
    justify-content: space-evenly !important;
}

.justify-around {
    justify-content: space-around;
}

.justify-center {
    justify-content: center;
}
.item-end {
    align-items: flex-end;
}

.justify-evenly {
    justify-content: space-evenly;
}

img{
    width: 100%;
}

li{
    list-style: none;
}


.w-52{
    width: 50%;
}
.w-51{
    width: 49.2%;
}
.w-52{
    width: 50% !important;
}
.w-55{
    width: 55%;
}
.w-65{
    width: 65%;
}
.w-60{
    width: 60%;
}
.w-68{
    width: 68%;
}
.w-70{
    width: 70% !important;
}
.w-80{
    width: 80%;
}
.w-49{
    width: 50%;
}
.w-48{
    width: 48%;
}
.w-47{
    width: 47% ;
}
.w-45{
    width: 45%;
}

.w-40{
    width: 40% ;
}
.w-35{
    width: 35%;
}
.w-34{
    width: 33.3%;
}
.w-33{
    width: 32.7%;
}
.w-32{
    width: 31.5%;
}
.w-31{
    width: 30%;
}
.w-30{
    width: 29% ;
}
.w-24{
    width: 24%;
}
.w-25{
    width: 25%;
}
.w-20{
    width: 19%;
}
.w-10{
    width: 15%;
}
.w-15{
    width: 15%;
}

a{
    color: unset !important; 
    text-decoration: none !important;
}
a:hover{
    
    text-decoration: none !important;
}



.heading2 h2 a{
    color: #052941 !important;
    font-weight: 500 !important;
    font-size: 3rem;
    position: relative;
}
.heading2 h2 span{
    letter-spacing: 1px;
    color: #d84330;
    font-weight: 900;


}
.heading2.text-center h2 a::after{
    left:50%;
    transform:translateX(-50%);
}

.heading2 h2 a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom:-0.8rem;
    width: 40px;
    height: 3px;
    background-color: #d84330;
}


.social{
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    border-radius: 15px 0px 0px 15px !important;
    display: block;
    background-color: white !important;
    border: 1px solid #052941;
    border-right: none;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    
}

.social a{
    display: block;
    /* background-color: white; */
    padding: 1rem;
    border-bottom: 2px solid #66666611;
    transition: all 0.3s ease-in-out;

}

.social a:hover{
    background-color: #d84330;

}

.social a:hover i{
    color: white;
}

.social a:last-child{
    border-bottom:  none !important;
}

.social a i{
    color: #052941;

}




.navbar{
    position: absolute !important;
    width: 100%;
    z-index: 1000;
    padding: 0 !important;
    background-color:white !important;
}

.inner-nav{
    position: sticky !important;
    top: 0;
    background-color: white;
    border-bottom: 2px solid #d84330;
}

.inner-nav .navbar-brand{
    background-color: white;
    margin-bottom: 0rem !important;
    border-bottom: 0px solid #d84330 !important;
    border-right: 0 !important;
}
.inner-nav .navbar-brand img{
    width: 60px !important;
}

.navbar.inner-nav .nav-item .nav-link{
    font-weight: 500 !important;
    font-size: 1.1rem !important;
    color: #052941 !important;
}

.navbar .container{
    padding: 0 !important;

}
.navbar.stickyy{
    /* background-color: #FFFDD0; */
}

.navbar .navbar-brand{
    width: auto;
    border-radius: 0px 0px 10px 0px ;
    text-align: center;
    /*background-color: white;*/
    /*border: 4px solid #052941;*/
    border-top: 0;
    border-left: 0;
    /*border-right: 2px solid #d84330;*/
    padding: 0 2rem;
    margin-bottom: 0rem !important;

}

.navbar .nav-item:hover .nav-link{
    color: #d84330 !important;
}

.navbar .nav-item:hover.dropdown{
    display:block !important;
}
.navbar .nav-item.dropdown:hover .dropdown-menu{
    display:block !important;
}


.navbar .nav-item.active .nav-link{
    color: #d84330 !important;
    

}
.navbar .nav-item .nav-link{
    font-weight: 500 !important;
    font-size: 1.2rem;
    color: #052941 !important;
    /* color: white !important; */
    padding:1.3rem 0.7rem !important;
    /* text-shadow: 1px 2px rgb(49, 49, 49); */
}



.navbar .navbar-brand img{
    width: 60px;
    /* margin-left: 2rem; */
    padding: 0.5rem 0;
}



.navbar .dropdown-menu{
    padding: 0rem !important;
    text-align: center;
}
.navbar .dropdown-menu .dropdown-item{
    margin: 0 !important;
    padding:0.7rem 1rem !important;
    transition:all 0.2s ease-in-out;
    
}

.navbar .dropdown-menu .dropdown-item.subactive{
    background-color: #052941 ;
    color:white !important;
}


.navbar .dropdown-menu .dropdown-item{
    border-bottom:1px solid #d8433026 !important;
}

.navbar .dropdown-menu .dropdown-item:last-child{
    border-bottom:0px solid #d84330 !important;
}

.navbar .dropdown-menu .dropdown-item:hover{
    background-color: #052941 ;
    color:white !important;
}



.slider{
    position: relative;
    background-image:url('images/cover.jpg') !important;   
    background-position:center !important;
    background-size:cover !important;
    background-repeat:no-repeat !important;
    height:100vh !important;
    overflow:hidden !important;
    background-attachment:fixed;
}


 .slider::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    opacity: 1;
    z-index:1;
    background-color:rgba(0 , 0,0,0.4);
} 


.slider .video.video1{
    display:none !important;
} 
.slider .video video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;

}
/* 
.slider .video{
    background-image: url('images/container.jpg');
    background-size: cover;
    background-position: center;
    background-repeat:repeat;
    background-attachment:fixed ;
    height: 100vh;
    position: relative;
    z-index: 100;
}
 */


.slider .container1{
    position: relative;
    height: 100vh;
    overflow: hidden;
    width: 80% !important;
    align-content:center !important;
}

/*.slider .container1::after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
    

/*    background: rgba(255, 255, 255, 0.05);*/
    

/*    width: 100%;*/
/*    height: 100vh;*/

/*}*/

.slider .container1 .text{

    position: relative;
    /*left: 50%;*/
    /*bottom: -8px;*/
    /*transform: translateX(-50%);*/
    width: 55%;
    text-align: left;
    z-index: 100;
}


.slider .container1 .text .btn2{
    color:white !important;
}
.slider .container1 .text .btn2{
    color:white !important;
    background-color: #052941 !important;
    transition: all 0.3s ease-in-out;
}
.slider .container1 .text .btn2:hover{
    color:white !important;
    border-color:#d84330;
    background-color: #d84330 !important;
}


.slider .container1 .text h2{
    /* color: #052941; */
    color: white;
    font-weight: 700;
    font-size: 2.5rem;
    padding: 2rem 0 !important;
    /* background-color: white; */
    /*backdrop-filter: blur(5px);*/
    /*-webkit-backdrop-filter: blur(5px);*/
    /* border: 1px solid #052941; */
    text-shadow: 1px 1px black;
    width: 100%;
    height: 100%;
    /* background-color: white; */
    position: relative;
}


.slider .container1 .text h2 span{
    letter-spacing: 1px;
    color: #d84330;
    text-shadow: 1px 1px #cdcdcd;
    font-weight: 900;
}


/* About */

.about{
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}


.about::after{
    
    content: '';
    position: absolute;
    left: 0;
    bottom: -10%;
    width: 100%;
    height: 400px;
    background-image:url('images/texture.png') ;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.about .text{
    padding-right:3rem ;
}


.about .text p{
    margin: 2rem 0;
    line-height: 2;
}

.about .text h2 a{
    color: #052941 !important;
    font-weight: 500 !important;
    font-size: 3rem;
    position: relative;
}
.about .text h2 span{
    letter-spacing: 1px;
    color: #d84330;
    font-weight: 900;
}

.about .text h2 a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom:-0.8rem;
    width: 40px;
    height: 3px;
    background-color: #d84330;
}

.btn2{
    padding: 0.7rem 1rem !important;
    background-color: #052941;
    color: white;
    font-size: 1rem;
    outline: none;
    border: 1px solid #052941;
    letter-spacing: 1px;
    border-radius: 5px;
}



.about .images{
    position: relative;
    height: 333px;
    overflow: hidden;
    border-radius: 10px;
    
}

.about .images h2{
    color: white;
    position: relative;
    z-index: 1;
    font-weight:500 ;
    font-size: 1.3rem;
    margin:0 ;
    text-shadow: 0px 1px rgba(255, 255, 255, 0.3);
    letter-spacing: 1px;
}


div.triangle {
    position: relative;
    height: 111px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    background-image:url('images/background.jpg') ;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 1.5rem;
    cursor: pointer;
    /* filter: grayscale(50%); */
    
}


div.triangle::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #052941e8;
    width: 100%;
    height: 100%;
}


div.triangle:hover{
    flex-direction: column;
    align-items: flex-start;
    padding: 3rem 1.5rem;
}
div.triangle p{
    display: none;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    margin-top: 1rem;
    color: rgba(235, 235, 235, 0.767);
    position: relative;
    z-index: 1;
}
div.triangle:hover p{
    display: block;
    opacity: 1;
}

div.triangle:nth-child(3)::after{
    background-color: #d84330e8;
}


div.triangle:nth-child(2) {
    
    margin: 3px 0;
    background-color: #d84330;
    
}
div.triangle:nth-child(2) h2{
    
    color: white;
}

div.triangle:nth-child(1):hover{
    /* position: absolute; */
    height: 333px;
    /* border-radius: 50%; */
    /*background-image:url('images/container2.jpg') ;*/

    z-index: 100000;

}

div.triangle:nth-child(2):hover{
    /* position: absolute; */
    margin-top: -111px;
    height: 333px;
    /* border-radius: 50%; */
    z-index: 100000;
    /*background-image:url('images/container.jpg') ;*/


}

div.triangle:nth-child(3):hover{
    /* position: absolute; */
    height: 333px;
    margin-top: -230px;
    /* border-radius: 50%; */
    z-index: 100000;
    /*background-image:url('images/container1.jpg') ;*/


}
/* 
div.triangle:hover{
    height: 400px;
} */

/* div.triangle:hover::after,
div.triangle:hover::before {
width: 100%;
height: 100%;
transform: rotate(0deg);
clip-path: unset !important;
    border-radius: unset;
} */



  /* div.triangle::after,
  div.triangle::before {
    content: "";
    position: absolute;
    z-index: 40;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 280px;
    height: 280px;
    background-image:url('images/background.jpg') ;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    transform: rotate(-225deg);
    clip-path: polygon(
      100% 2%,
      2% 100%,
      100% 100%
    );
    border-radius: 20px 20px 20px 20px;
    transition: all 0.3s ease-in-out;

  }
   */
  /* add a shadow if you want */
  /* div.triangle::before {
    margin-left: 3px;
    background: black;
    opacity: 0.5;
  } */


  .parallax-vid{
    background-image: unset !important;
    position: relative;
}

.parallax-vid .video{
    height: 100vh !important;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
}
.parallax-vid .video video{
    height: 100vh !important;
    object-fit: cover;
    z-index: -1;
    object-position: right;
}
.parallax-vid .image{
    height: 100vh;
    position: relative;
    z-index: 768;
}
.parallax-vid .image img{
    height:100vh !important;
    /* object-fit: cover; */
    object-position: right;

}



.parallax{
    /* height: 800px; */
    background-color: black;
    background-image: url('images/truck.jpg');
    background-position: center;
    background-size: 70%;
    background-repeat: repeat;
    /* background-attachment: fixed; */
}

.parallax .container2{
    /* height: 800px; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
}


.parallax .container2 .text{
    width: 60%;
    text-align: center;
    display: none;
}
.parallax .container2 .image{
    width: 100%;
}
.parallax .container2 .image img{
    object-fit: cover;
    width: 100%;
}




.services{
    padding: 8rem 0;
}


.services .box{
    margin-top: 4rem;
}


.services .box .image{
    overflow: hidden;
}


.services .box .image img{
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    object-fit: cover;
    height: 350px;
}
.services .box .block:hover .image img{
    transform: scale(1.1);

}

.services .box .block{
    cursor: pointer;
}

.services .box .block .text{
    background-color: #052941;
    padding: 1.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.services .box .block:nth-child(1) .text{
    background-color: #d84330;
}

.services .box .text h3{
    font-size: 1.2rem ;
    color: white;
    margin: 0;
    font-family: unset;
}
.services .box .block .text p{
    color: white;
    display: flex;
    align-items: center;
    margin: 0;
}
.services .box .block .text p a{
    position: relative;
}

.services .box .block .text p a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    background-color: #052941;
    width: 0;
    height: 2px;
    transition: all 0.3s ease-in-out;
}

.services .box .block:nth-child(2) .text p a::after{
    background-color: #d84330;
}


.services .box .block:hover .text p a::after{
    width: 100%;
}

  
  
.services .box .block .text p i{
    margin-left: 0.5rem;
    transform: rotate(-40deg);
    transition: all 0.3s ease-in-out;

}

.services .box .block:hover .text p i{
    transform: rotate(0deg);
}

.services .box .block .para{
    padding: 1.5rem 1rem;
    text-align: justify;
    background-color: #052941;
    height: 220px;
    color: white ;
    line-height: 1.5;
    border: 1px solid white;
}
.services .box .block:nth-child(2) .para{
    background-color: #d84330;

}



/* Clients */

/* Slider */

.clients{
    padding-bottom: 4rem;
}


.owl-2-style{
    position: relative;
}


.clients .heading2 h2 a{
    font-size:2.2rem !important;
}



.clients .media-29101 a{
    color: unset;
    text-decoration: none;
}

.clients .media-29101 a img{
    width: 100% !important;
    object-fit: contain;
    height: 120px;
    filter: grayscale(100%);
}


.clients .media-29101 a img:hover{
    transition: all 0.3s ease-in-out;
    filter: grayscale(0);

}
.clients .media-29101{
    cursor: pointer;
}


.clients .owl-nav, .owl-dots{
    display: none;
}


.features{
    padding-bottom:8rem ;
}


.features .box{
    padding-top:4rem ;
}

.features .block{
    text-align: center !important;
    width: 33.3% !important;
    padding: 2rem 0;
    position: relative;
    cursor: pointer;
}

.features .block::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(238, 238, 238, 0.664);
    width: 50%;
    height: 2px;
    transition: all 0.3s ease-in-out;
}

.features .block:nth-child(2):after,
.features .block:nth-child(5):after{
    left: 50%;
    transform: translateX(-50%);
}


.features .block:nth-child(3):after,
.features .block:nth-child(6):after{
    left: unset;
    right: 0;
}


.features .block::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background-color: rgba(238, 238, 238, 0.664);
    width: 2px;
    height: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;

}




.features .block:nth-child(3):before,
.features .block:nth-child(6):before{
    left: unset;
    right: unset;
    display: none;
}


.features .block:nth-child(2),
.features .block:nth-child(5){
    text-align: center;
    padding: 2rem 2rem;
    
}
.features .block:nth-child(3),
.features .block:nth-child(6){
    text-align: right;
}


.features .block img{
    width: 70px;
    filter: grayscale(100%) !important;
    transition:all 0.3s ease-in-out;


}

.features .block:hover img{
    filter: grayscale(0%) !important;
}

.features .block:nth-child(1)::after{
    display: none;
}
.features .block:nth-child(3)::after{
    display: none;
}
.features .block:nth-child(4)::after{
    display: none;
}

.features .block:nth-child(5)::after{
    display: none;
}

.features .block:nth-child(6)::after{
    display: none;
}

.features .block h2{
    font-size: 1.2rem;
    margin-top: 2rem;
    font-weight: 700;
    font-family: unset;
    transition:all 0.3s ease-in-out;
}

.features .block:hover h2{
    
    color: #d84330;

}
.features .block h2 span{

    font-weight:500 !important;
}


.footer{
    /* background-color: #052941; */

}

.footer .container2{
    padding-top: 3rem;
    padding-bottom: 1rem;
    border-top: 2px solid #05294136;
    border-radius: 0px;

}

.footer .container2 .block img{
    width: 100px;
}

.footer .container2 .block h3{
    font-size: 1.4rem;
    font-weight: 700;
    color: #052941;
    position: relative;
}

.footer .container2 .block h3::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1rem;
    background-color: #d84330;
    width: 30px;
    height: 3px;
}

.footer .container2 .block ul{
    padding: 0 ;
    margin-top: 2rem;

}
.footer .container2 .block li{
    margin: 0.4rem 0;
}

.footer .container2 .block li i{
    color: #d84330;
}
.footer .container2 .block li a{
    font-weight: 500;
}

.footer .copy p{
    margin: 0 ;
    background-color: #052941;
    color: white;
    padding: 0.7rem 0;
}
.footer .copy p span{
    letter-spacing: 1px;
    color: #d84330;
    font-weight: 900;

}


/* New Pages */

.page-info{
    padding: 10rem 0;
    color: white;
    background-image: url('images/truck1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.page-info::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    background-color: #05294183;

}

/* Background images */

.page-info.aboutt{
    background-image: url('images/aboutt.jpg');   
    background-position: center;
}
.page-info.importt{
    background-image: url('images/import.jpg');   
    background-position: center;
}
.page-info.exportt{
    background-image: url('images/export.jpg');   
    background-position: center;
}

.page-info.food{
    background-image: url('images/food.jpg');   
    background-position: center;
}


.page-info.chemical{
    background-image: url('images/chem.jpg');
    background-position: center;
}
.page-info.paint{
    background-image: url('images/import/paint.jpg');
   
    background-position: center;
}

.page-info .container2{
    position: relative;
    z-index: 1;
}
.page-info .container2 h2 a{
    transition: all 0.3s ease-in-out;
}


.page-info .container2 h2 a:nth-child(1){
    font-size: 2rem;
    letter-spacing: 1px;
    position: relative;
}

.page-info .container2 h2 a span{
    letter-spacing: 1px;
    color: #d84330;
    font-weight: 900;
}

.page-info .container2 h2 a:hover a{
    color: #d84330 !important;
}

.page-info .container2 h2 a:nth-child(1)::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1rem;
    width: 30px;
    height: 3px;
    background-color: #d84330;
}

.overview{
    padding: 6rem 0;
}
.overview p{
    line-height: 2;
    text-align: justify;
    font-size: 1.1rem;
}

.vision.mission .container2{
    border-radius: 30px;
    overflow: hidden;
}
.vision.mission .container2::after{
    border-radius: 0;
    background-color: #052941bb;

}


.vision.mission .box{
    background-image: url('images/background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    
}

.vision.mission .box .block{
    background-image: unset !important;
    position: relative;
    z-index: 10;
    padding: 2rem;
    border-radius: 0 !important;
    /* width: 48% !important; */
}

.vision.mission .box .block li{
    color: rgba(0, 0, 0, 0.589) !important;
}
.vision.mission .box .block i{
    color: #d84330;
    font-size: 1.3rem;
}
.vision.mission .box .block:first-child{
    background-color: white;
    margin: 2rem;
}
/* .vision.mission .box .block:last-child{
    background-color: white;
} */

.vision.mission .box .block:last-child::after{
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #d84330;
    z-index: 1;
}

.vision.mission .box .block span{
    background-color: unset;
    padding: 0;
}


.vision.mission .box .block h2{
    color: #052941 !important;
}

.vision{
    margin-bottom: 8rem;
}

.vision .container2{
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;


}

.vision .container2::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #052941bd;
    /* From https://css.glass */
/* border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3); */
}

.vision .box .block >*{
    position: relative;
    z-index: 1;
}   

.vision .block{
    color: white;
    padding: 8rem 2rem;
    line-height: 1.5;
    background-image: url('images/truck.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}


.vision .block:nth-child(1):after{
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    width: 5px;
    height: 100%;
    background-color: #d84330;
    z-index: 1;
}

.vision .block:nth-child(2){
    text-align: right;
    background-image: url('images/truck1.jpg');

}

.vision .block ul{
    padding: 0;
}
.vision .block ul li{
    margin-bottom: 1rem;
    color: rgb(224, 224, 224) !important;

}
.vision .block ul i{
    color: white;
    font-size: 1.5rem;
}

.vision .block h2{
    margin-bottom: 2rem;
}
.vision .block h2 span{
    letter-spacing: 1px;
    color: #d84330;
    background-color: white;
    padding: 0rem 0.5rem;
    font-weight: 900;
}

.vision .block h2 a{
    position: relative;
    
}
.vision .block h2 a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1rem;
    width: 30px;
    height: 3px;
    background-color: #d84330;
}

.vision .block:nth-child(2) h2 a::after{
    left: unset;
    right: 0;
}



/* VAlues */

.values{
    padding: 8rem 0;
}
.values .heading2 h2 a::after{
    left: 50%;
    transform: translateX(-50%);
}
.values .box{
    margin-top: 6rem !important;
}
.values .block{
    padding: 0rem 6rem;
    cursor: pointer;
} 

.values .block:nth-child(odd){
    text-align: right;
    border-right: 2px solid #052941;
    padding-top: 4rem !important;

}

.values .block:nth-child(odd) .text{
    margin-top: 0rem !important;
}

.values .block .img{
    width: 100% !important;
    height: 200px !important;
    overflow: hidden;
    margin: 0rem 0 !important;
}

.values .block .img img{
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: center !important;
    filter:grayscale(60%) !important;
    transition:all 0.3s ease-in-out;


}

.values .block:hover .img img{
   
    filter:grayscale(0) !important;


}

.values .block .text p{
    font-size: 0.9rem;
    color: #242424;
    margin: 1rem 0 !important;
}

.values .block .text h3{
    position: relative;
    font-size: 1.3rem;
    font-weight: 700;
}
.values .block .text h3::after{
    content: '';
    position: absolute;
    right: -6rem;
    top: 50%;
    background-color: #d84330;
    width: 5rem;
    height: 2px;
}

.values .block:nth-child(even) .text h3::after{
    left: -6rem;

}

/* Export */

.category{
    padding: 8rem 0;
}

.category .heading2 p{
    line-height: 2;
    text-align: justify;
    font-size: 1rem;
    margin: 2rem 0;
}

.category .box .block{
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
} 

.category .box .block .img{
    height: 380px;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.category .box .block .img::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    /* background-color: #052941a1; */
    background-color: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.category .box .block .img img{
    height: 380px;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.category .box .block:hover .img img{
    transform: scale(1.1);
}


.category .box .block .text{
    position: absolute;
    padding: 2rem;
    /* color: rgba(255, 255, 255, 0.589); */
    color: white;
    z-index: 10;
    bottom: 0;
    left: 0;
    /* transform: translateY(-50%); */
    line-height: 1.5;
    text-align: justify;
    width: 100%;
    /* bottom: -350px !important; */
    transition: all 0.4s ease-in-out;

}

.category .box .block:hover .text{
    bottom: 0 !important;
    
}

.category .box .block .text h3{
    position: absolute;
    bottom: 1.8rem;
    transition: all 0.4s ease-in-out;

}
.category .box .block .text h3::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1rem;
    background-color: #d84330;
    width: 30px;
    height: 3px;
    transition: all 0.4s ease-in-out;

}


.category .box .block .text p{
    margin: 2rem 0;
    position: relative;
    bottom: -350px !important;
    transition: all 0.4s ease-in-out;
    line-height: 1.5;
}

.category .box .block .text .btn2{
    position: relative;
    bottom: -350px !important;
    transition: all 0.4s ease-in-out;

}

.category .box .block:hover .text p{
    bottom: 0 !important;
}
.category .box .block:hover .text .btn2{
    bottom: 0 !important;
}

.category .box .block:hover .text h3{
    
    bottom: 90%;

}


.category.import .box .block:hover .text h3{
    position: absolute !important;
    bottom: 1.8rem !important;
}




/* Flip Card */

.inner-category{
    padding: 8rem 0;
}

.inner-category .box{
    column-gap: 0.3%;
}

.flip-card {
  background-color: transparent;
  /* width: 300px; */
  height: 370px;
  perspective: 1000px;
  margin: 0.3% 0;
  cursor: pointer;
}
.flip-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
  /* position: relative; */
}
.flip-card-front::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.589);
    width: 100%;
    height: 100%;
}
.flip-card-front h3{
    position: absolute;
    bottom: 1rem;
    left: 15px;
    text-align: left;
    font-size: 1.3rem;
    color: white;
    z-index: 1;
    font-weight: 700;
}

.flip-card-back {
  background-color: #052941;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}


.inner-chem{
    padding: 8rem 0;
}
.inner-chem .box{
    column-gap: 0.3%;
}
.inner-chem .box .block{
    margin: 0.1rem 0;

    cursor: pointer;
}
.inner-chem .box .block .image{
    overflow: hidden;
}
.inner-chem .box .block img{
    transition: all 0.3s ease-in-out;
}

.inner-chem .box .block:hover img{
    transform: scale(1.1);
}


.inner-chem .box .block h3{
    background-color: #052941;
    padding: 0.9rem;
    color: white;
    font-size: 1rem !important;
    margin: 0;
}

.inner-chem .box .block:nth-child(odd) h3{
    background-color: #d84330;
}


/* inner-details */

.inner-details{
    padding: 8rem 0;
}

.inner-details p strong i{
    color: #d84330;
}

.inner-details .text{
    line-height: 2;
}

.inner-details .text ul{
    /* padding: 0; */
}

.inner-details .text ul li{ 
    position: relative;
}
.inner-details .text ul li::after{ 
    content: '';
    position: absolute;
    left: -20px;
    top: 12px;
    /* transform: translateY(-50%); */
    background-color: #d84330;
    width: 8px;
    height: 8px;
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 5px;
}

.spe{
    background-color: white;
    color: #d84330;
    padding: 0.2rem 0.5rem;
    border-radius: 5px;
}


.inner-import{
    padding: 8rem 0;
}

.inner-import .block:nth-child(even){
    flex-direction: row-reverse;
}

.inner-import .block .image{
    height: 400px;
}

.inner-import .block .image img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.inner-import .block .text{
    padding: 2rem 2rem ;
}


.inner-import .block .text ul{
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inner-import .block .text ul li{
    margin: 0.5rem 0;
    width: 50%;
    cursor: pointer;
    font-weight: 500;
}

.inner-import .block .text ul li:hover{
    color: #d84330;
}

.inner-import .block .text h3{
    margin-bottom: 2rem ;
    position: relative;

}


.inner-import .block .text h3::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1rem;
    background-color: #d84330;
    width: 30px;
    height: 3px;
}






/* Contact */


.contact-page{
    padding: 8rem 0;
}

.map{
    padding-bottom: 4rem;
}

.contact-page .box{
    padding-top:4rem ;
}

.contact-page .box .form label{
    margin: 0.7rem 0;
    font-weight: 500;
}
.contact-page .box .form button{
    margin-top: 1rem;
}
.contact-page .box .form input,
.contact-page .box .form textarea{
    width: 100%;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    border: 1px solid rgb(192, 192, 192);
}
.contact-page .box .form input:focus,
.contact-page .box .form textarea:focus{
    outline: 1px solid #d84330;
}

.contact-page .box .text h3{
    color: #052941;
    font-weight: 700;
}
.contact-page .box .text p{
    margin: 2rem 0 !important;
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    align-items: center;
}
.contact-page .box .text p a{
    color: #052941;
    position: relative;
}
.contact-page .box .text p a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #d84330;
    width: 0%;
    height: 1px;
    transition: all 0.3s ease-in-out;
}

.contact-page .box .text p a:hover::after{
    width: 100%;
}


.contact-page .box .text i{
    font-size: 2rem;
    margin-right: 1rem;
    color: #d84330;
}



@media only screen and (max-width:980px) {



    .md-full{
        width: 100% !important;
        margin:1rem 0;
    }

    .parallax-vid .video video{
        object-position:center;
    }
    
    .footer .container2 .block{
        margin: 1rem 0;
    }
    .features .block{
        width: 100% !important;
        margin:1rem 0 !important;
    }
    
    .features .block::after{
        display:none;
    }
    .features .block::before{
        display:none;
    }
    
    .clients .heading2{
        width:100% !important;
        text-align:center;
        
    }
    .clients .heading2{
        margin-bottom:2rem;
    }
    .clients .heading2 h2 a::after{
        left:50%;
        transform:translateX(-50%);
    }
    
    
    
    
    .slider .video.video1{
        display:block !important;
    } 
    .slider .video{
        display:none !important;
    } 
    .navbar .dropdown-menu{
        text-align: left !important;
    }
    
    .navbar .navbar-collapse{
        border-top:2px solid #d84330 !important;
        margin-top:1rem !important;
        padding-top:1rem !important;
        padding-bottom:1rem !important;
    }
    
    .navbar-toggler{
        border:none !important;
    }
    
    .navbar-toggler:focus{
        outline:none !important;
        box-shadow:unset !important;
        
    }
    .navbar .nav-item .nav-link{
        font-weight: 500 !important;
        font-size: 1.2rem;
        color: #052941 !important;
        /* color: white !important; */
        padding:1rem 0rem !important;
        /* text-shadow: 1px 2px rgb(49, 49, 49); */
    }
    .inner-category .box .flip-card{
        width:50% !important;
    }

}



@media only screen and (max-width:767px) {
  
     .navbar .navbar-brand{
        padding: 0 !important;
    }
    .navbar .container{
        padding: 0 1rem !important;
    }
    
    .navbar .dropdown-menu{
        text-align: left !important;
    }
    .slider .container1 .text{
        width:100% !important;
        padding:0 1rem !important;
    }
    .inner-category .box .flip-card{
        width:100% !important;
    }
    
}


@media only screen and (max-width:500px) {
    .container{
        width: 100% !important;
        margin: 0 auto !important;
    }
    .slider .container1{
        width: 100% !important;
    }
    
    
}

