
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
    padding: 0px;
    top: 0px;
    margin: 0px;
}

body{
  font-family: 'Poppins', sans-serif;
}

.container{
    width:1200px;
    padding: 10px;
    margin: auto;
  }

.pd{
  padding-top: 10px;
  padding-bottom: 20px;
}
  /* 
  ::-webkit-scrollbar {
    width: 7px;
  }
  
  ::-webkit-scrollbar-track {
    background: white; 
  }
  
  ::-webkit-scrollbar-thumb {
    background: #223474; 
  } */



/*mobile navbar*/


.mobile-left-none{
  left: 0px!important;
}
.mobile-navbar{
  position: fixed;
  width: 320px;
  height: 100%;
  background-color: white;
  z-index: 9999999999999999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  top: 0px;
  left: -200%;
  transition: 0.5s;
}

.nav-display{
  display: none;
}

.fa-xmark{
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 18px;
}

.mobile-navbar ul{
  margin-top: 30px;
}

.mobile-navbar ul li{
  border-bottom: 1px dashed rgb(212, 212, 212);
  line-height: 30px;
  padding: 15px;
}

.mobile-navbar ul li a{
  text-decoration: none;
  color: rgb(65, 64, 64);
  font-size: 18px;
  margin-left: 15px;
}

.icon-flex i:first-child{
  margin-left: 0px;
}

.icon-flex i{
  color: rgb(36, 35, 35);
  margin-left: 10px;
  font-size: 19px;
}

.icon-flex{
  line-height: 30px;
  padding: 15px;
}


.display-block-nav{
  display: block!important;
}

.background-linear{
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 88888888888888;
  display: none;
}

/*mobile navbar*/


/*section slider*/
.home-slider {
  height: 80vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}


.home-slider .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 9;
  display: none;
  padding: 0 15px;
  animation: slide 2s ease;
  border-radius: 0px;
}

.home-slider .slide.active-slider {
  display: flex;
}

@keyframes slide {
  0% {
      transform: scale(1.1);
  }
  100% {
      transform: scale(1);
  }
}

.slider-container {
  max-width: 1170px;
  margin: auto;
 display: flex;
 justify-content: center;
}

.home-slider .slider-container {
  flex-grow: 1;
}

.home-slider .caption {
  width: 1200px;
  margin-left: auto;
 
}

.home-slider .caption h1 {
  font-size: 60px;
  color: white;
  margin: 0;
  
}

.home-slider .slide.active .caption h1 {
  opacity: 0;
  animation: captionText .7s ease forwards;
  animation-delay: 2s;
}

.home-slider .caption p {
  font-size: 18px;
  /* margin: 15px 0 30px; */
  color: white;
}



.home-slider .slide.active .caption p {
  opacity: 0;
  animation: captionText .7s ease forwards;
  animation-delay: 2.2s;
}


.cap-left{
  text-align: left!important;
}

.caption{
  text-align: center;
}

.home-slider .slide .caption a{
  border: 1px solid white;
  color: white;
  font-size: 19px;
  border-radius: 10px;
  padding: 15px 50px 15px 50px;
  transition: 0.5s;
  text-decoration: none;
  
}

p.para-caption{
  font-size: 30px!important;
}

.link-home{
  margin-top: 60px;
}

.home-slider .slide .caption a:hover{
  background-color: white;
  color: #042442;
}

.caption p{
  padding: 0px 0px!important;
}



@keyframes captionText {
  0% {
      opacity: 0;
      transform: translateX(-100px);
  }
  100% {
      opacity: 1;
      transform: translateX(0px);
  }
}

.home-slider .controls .prev-back,
.home-slider .controls .next-back {
  position: absolute;
  z-index: 8888;
  top: 50%;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  color: #ffffff;
  background-color: #03153a;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  cursor: pointer;
  transition: all .5s ease;
  border-radius: 50%;
}

.home-slider .controls .prev-back:hover,
.home-slider .controls .next-back:hover {
  background-color: #000000;
}

.home-slider .controls .prev-back {
  left: 20px;
}

.home-slider .controls .next-back {
  right: 20px;
}

.home-slider .indicator {
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 2;
  transform: translateX(-50%);
}

.home-slider .indicator div {
  display: inline-block;
  width: 30px;
  height: 4px;
  color: #ffffff;
  background-color: #0d45b6;

  text-align: center;
  line-height: 25px;
  margin: 0 7px;
  cursor: pointer;
  
}

.home-slider .indicator div.active-slider {
  background-color: white;
}



.navbar {
  width: 100%;
  display: flex;
}
.left-nav {
  width: 25%;
  padding-top: 10px;
}

.left-nav img{
  height: 50px;
}
.right-nav {
  width: 75%;
  display: flex;
  padding-top: 30px;
}
.right-nav ul {
  display: flex;
  gap: 40px;
  width: 75%;
}

.social-links {
  width: 25%;
  display: flex;
  gap: 30px;
  justify-content: right;
}

.wholenav-container{
  position: absolute;
  z-index: 777;
  width: 100%;
  border-bottom: 1px solid #FFFFFF26;
}

@media screen and (max-width: 767px) {
  .breadcrumb-container {
    margin-top: 75px;
  }
}

@media screen and (min-width: 768px) {
  .breadcrumb-container {
    margin-top: 85px;
  }
}

.right-nav ul li {
  list-style: none;
}

.right-nav ul li a.line-a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  position: relative;
}

.social-links i {
  color: white;
  font-size: 20px;
}

.home-slider .indicator {
  position: absolute;
  left: 50%;
  top: 93%!important;
  z-index: 776;
  transform: translateX(-50%);
}
/*section slider*/


  /*why choose us*/



.container h1.border-heading{
  text-align: center;
  color: #072259;
}

.container h1.border-heading span{
  font-weight: 400;
}


.container h1.border-heading::after{
  margin-left: 10px;
    width: 80px;
    height: 2px;
    background: #072259;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
}

.container h1.border-heading::before{
  margin-right: 10px;
    width: 80px;
    height: 2px;
    background: #072259;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
}

.container p.container-para{
  width: 80%;
  margin: auto;
  font-size: 15px;
  color:#072259 ;
  text-align: center;
  line-height: 30px;
}

.features-container{
  margin-top: 50px;
  display: flex;
}

.features-box img{
  height: 60px;
  width: auto;
}

.border-dark-blue{
  border-left: 5px solid #0766AD;
  padding-left: 20px;
}

.border-light-blue{
  border-left: 5px solid #29ADB2;
  padding-left: 20px;
}

.border-light-red{
  border-left: 5px solid #DF826C;
  padding-left: 20px;
}

.border-light-grey{
  border-left: 5px solid #637E76;
  padding-left: 20px;
}

.border-light-grey h2{
  color: #637E76;
}

.border-light-red h2{
  color:#DF826C ;
}

.border-light-blue h2{
  color: #29ADB2;
}

.border-dark-blue h2{
  color: #0766AD;
}

.features-box h2{
  text-transform: uppercase;
  height: 65px;
}

.features-box{
  width: 25%;
}

.features-box p{
  font-size: 15px;
  margin-top: 10px;
  text-align: justify;
  color: rgb(124, 123, 123);
  width: 90%;
}

  /*why choose us*/

  /*categories*/

.categories-box{
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 20px;
  justify-content: center;
}



.boxes-cat{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 22.5%;

  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 760px) {
  .brands-container .boxes-cat {
    width: 29.5%;
  }
  .brands-container .categories-box{
    gap: 50px;
  }
}

.boxes-cat .upper-box p{
  font-weight: 600;
  font-size: 20px;
  color: #072259;
}

.upper-box{
  padding: 10px;
}

.upper-box img{
  height: 170px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.lower-box{
  border-top: 1px solid rgb(216, 214, 214);
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 5px;
}

.lower-box p a{
  color: rgb(100, 100, 100);
  text-decoration: none;
}

  /*categories*/

  /*fixed background*/

  .fixed-background{
    background-image: url(../img/tree-background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: auto;
   
  }

.fix-background-flex{
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
}

  .fix-left{
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }

  .fix-left img{
    height: 90px;
  }
 

  .fix-left h1{
    color: white;
  }

  .fix-left p{
    margin-top: 10px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 20px;
    color: white;
  }

  .fix-left a{
 
    text-decoration: none;
    background-color: white;
    padding: 10px 50px 10px 50px;
    border-radius: 20px;
    color: black;

  }


  /*fixed background*/

  /*at Glace*/

.background-blue{
  background-color: #072259;
}

.employees-box{
  width: 32%;

  text-align: center;
}

.company-employees{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.employees-box h1{
  font-size: 100px;
  color: white;
}

.employees-box p{
  font-size: 30px;
  color: white;
}



.employees-box img{
  width: 100%;
  height: 100%;
  
  max-height: 300px;
  object-fit: cover;

}


.mr-top{
  margin-top: 25px;
}

  /*at glace*/


  /*footer*/
  footer{
    background-color: #072259;
    padding-top: 80px;
    position: relative;
    margin-top: 50px;
  }

.vector-img{
  position: absolute;
  overflow: none;
  width: 100%;
  left: 0px;
  top: -70px;
  
}

  .footer-flex{
    display: flex;
    gap: 70px;
  }

  .footer-flex .row{
    width: 33.33%;
  }

  .footer-flex .row img{
    height: 50px;
   
  }

  .footer-flex .row p{
    line-height: 35px;
    color: white;
  }

  .row h2{
    color: white;
    margin-top: 15px;
  }

  .row ul.footer-ul{
    margin-top: 10px;
  }
  .row ul.footer-ul li{
list-style: none;
line-height: 40px;
  }

  .row ul.footer-ul li a{
    color: white;
    text-decoration: none;
    transition: 0.5s;
  }

  .row ul.footer-ul li a:hover{
    padding-left: 10px;
  }

  .footer-ul li{
    color: white;
  }
  
.footer-social-medias{
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
  
  .footer-social-medias a i{
    color: #3C4242;
    background-color: white;
    padding: 8px;
    border-radius: 10px;
    width: 20px;
    text-align: center;
  }

  
.footer-bottom{
  margin-top: 40px;
  border-top: 1px solid #BEBCBD ;
  padding-top: 20px;
  text-align: center;
}

.footer-bottom p{
  color: white;
}

.footer-bottom p a{
  color: white;
}

  /*footer*/

  /*about-us*/

.about-container-box{
  display: flex;
  gap: 50px;
  margin-top: 30px;
}

  .left-about-container{
    width: 50%;
    position: relative;
  }

  .left-about-container img{
    width: 100%;
    height: auto;
  }
  .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to left, rgba(255, 255, 255, 1), transparent); */
  }

  .right-about-container{
    width: 50%;
  }
  

  .right-about-container p{
    width: 100%;
    font-size: 15px;
    color: #555555;
    text-align: justify;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .right-about-container a{
    text-decoration: none;
    background-color: #072259;
    padding: 13px 30px 13px 30px;
    border-radius: 10px;
    color: white;
   
    /* margin-left: 90px; */
  }
  /*about-us*/

   /*video*/
.video-icon{
  background-color: #03153a;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse-animation 2s infinite;
  font-size: 25px;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.4);
  }

  100% {
    box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
  }
}

.thumbnail-video{
  position: relative;
  display: flex;
  justify-content: center;
}

.thumbnail-video img{
width: 100%;
height: auto;  
opacity: 0.7;
border-radius: 20px;
}




   /* .video-container{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
 
   }
  video{
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-top: 30px;
 
  } */
   /*video*/


   /*video modal pop up*/

    
/* The Modal (background) */
.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 30px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;

  color: white;
}

.modal-body iframe{
  width: 100%;
  height: 80vh;
}



   /*video modal pop up*/

  /*message from chairmen*/
  
  .message-container{
    display: flex;
    gap: 30px;
  }

  .left-container{
    width: 80%;
  }

  .right-container{
    width: 20%;
    display: flex;
    justify-content: right;
    align-items: flex-start;
  }

  .left-container h2{
    color: #072259;
  }

  .left-container p{
    margin-top: 20px;
    font-size: 15px;
    color: #555555;
    text-align: justify;
    line-height: 35px;

  }

  .right-container img{
    /* box-shadow: 15px 15px; */
    color: #c5e0f5;
    width: 90%;
    height: auto;
    margin-top: 10px;
  }
  /*message from chairmen*/


  /*bread crumbs*/

  .bread-crumbs{
    position: absolute;
    z-index: 5555;
    top: 90%;
    left: 90px;
  }

  .bread-crumbs p{
    color: white;
  }

  .bread-crumbs p a{
    color: white;
    text-decoration: none;
  }

  .fa-arrow-right-long{
    margin-left: 10px;
    margin-right: 10px;
  }

  .last-link{
    color: #b8b8b8;
  }

  
  /*bread crumbs*/

  /*product desc*/

  .product-details{
    display: none;
    gap: 30px;
  }

  .flex-display{
    display: flex!important;
  }

  .product-left{
    width: 50%;
  }

  .main-img-boxes{
    width: 100%;
  }

  .main-img-boxes img{
    width: 100%!important; 
    /* height: 65vh!important; */
    margin-top: 20px;
    object-fit: cover;
    border-radius: 10px;
  }

  .product-right{
    width: 50%;
    /* max-height: 70vh; */
  overflow-y: auto;
  padding-right: 10px;
  scrollbar-width: thin;
  scrollbar-color:#042442 white ;
  }


  .product-right::-webkit-scrollbar {
    width: 3px;
  }
  
  .product-right::-webkit-scrollbar-track {
    background: white; 
  }
  
  .product-right::-webkit-scrollbar-thumb {
    background: #042442; 
  }


  .boxes-active{
    border: 2px solid #0424428c;
  
  }
.display-block{
  display: flex!important;
  justify-content: center;
}



 

  .sub-img-boxes{
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
   cursor: pointer;
  }

  .product-sub-img img{
    width: 100%;
    height: auto;
  }

  .product-right h1{
    color: #072259;
    margin-top: 20px;
  }

  .product-right p{
    color: #4F4F4F;
    margin-top: 10px;
    font-size: 15px;
    text-align: justify;
    line-height: 30px;
  }

  .product-right h2{
    margin-top: 20px;
    color: #072259;
  }

  ul.sub-categories{
    margin-top: 10px;
  }
  ul.sub-categories li{
    list-style: none;
   color: #464E5F;
   font-weight: bold;
   margin-top: 5px;
   border-bottom: 1px solid #D9D9D9;
   padding-bottom: 15px;
   /* position: relative;
    overflow: hidden; */
    display: flex;
  }

  ul.sub-categories li span{
    font-size: 14px;
    font-weight: 400;
    color: #B5B5C3;
    letter-spacing: 1px;
   
  }

.paper-type{
  width: 70%;
}

.paper-img{
  width: 30%;
  display: flex;
  justify-content: right;
}

  ul.sub-categories li img{
    /* position: absolute; */
    height: 70px;
    width: auto;
    /* top: 0px;
    right: 10px; */
  }

  .features-sub{
    margin-top: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }

  .features-boxes{
    width: calc(20% - 10px);
    text-align: center;
    border: 1px solid #04244249;
    padding: 15px 0px;
    border-radius: 5px;
    
  }

  .features-boxes p{
    color: #4F4F4F;
    font-size: 15px;
  }

  .features-sub-heading{
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .product-main{
    margin-top: 0px;
    padding-top: 7px;
  }


  .product-main h1{

    color: #072259;

  }
  
  .product-main p{

    color: #072259;

  }

  .product-main h1.top-product{
    padding: 10px 20px 10px 30px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #E0E0E0;
    color: #072259;
    position: relative;
    cursor: pointer;
  }

  .active-header{
    background-color: #072259!important;
    color: white!important;
  }

  h1.top-product i{
    font-size: 25px;
    position: absolute;
    top: 20px;
    right: 30px;
  }

  /*product desc*/

/*inquary form*/

.inquiry{
  width: 70%;
  margin: auto;
}

.inquiry-form{
  width: 100%;
  display: flex;
  margin-top: 20px;
  gap: 40px;
}

.w50{
  width: 50%;
}

.w100{
  width: 100%;
}

.form-input label{
width: 100%;
font-family: 'Poppins', sans-serif;
}

.form-input input{
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
}

.form-input input:focus{
  outline:1px solid #072259;
}

.form-input select{
  width: 102%;
  padding: 10px;
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
}

.form-input input::placeholder{
  font-size: 14px;
}
.form-input textarea::placeholder{
  font-size: 16px;
}

.form-input textarea{
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  height: 20vh;
  font-family: 'Poppins', sans-serif;
}

.button-submit{
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.button-submit button{
  background-color: #042442;
  color: white;
  border: none;
  padding: 15px;
  border-radius: 10px;
  font-size: 16px;
}

.map-iframe{
  width: 100%;
  height: 50vh;
}
/*inquary form*/

/*about us*/

.about-us h1{
color: #4D4D4D;
}

.about-us p{
  margin-top: 0px;
  text-align: justify;
  line-height: 35px;
}

.about-us img{
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.second-about{
  margin-top: 20px;
}

/*about us*/

/*gallery*/

.gallery{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  visibility: visible;

}

.gallerty-item-pic{
  width: 32.5%;
}

.gallerty-item-pic img{
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
}

.show-more {
  text-align: center;
 margin-top: 30px; 
}

.show-more a{
  background: #072259;
  color: white;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.load-none{
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  pointer-events: none; 
  transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
}
/*gallery*/

.product-main-img img{
  width: 100%;
  /* height: auto; */
  max-height: 350px;
  object-fit: cover;
  border-radius: 10px;
}


  /*mobile responsive*/

  @media screen and (min-width:1400px){
    .inquiry{
      width: 80%;
      margin: auto;
    }
    .vector-img{
      top: -120px;
    }
    footer{
      margin-top: 80px;
    }
    .bread-crumbs{
      left: 350px;
    }
    .right-container img{
      width: 200px;
      height: auto;
    }
    .nav-display{
      display: none !important;
    }
  }

@media screen and (max-width:1212px) {
  .container{
    width: 90%;
    margin: auto;
  }
  .home-slider .caption{
    width: 90%;
    margin: auto;
  }
  .nav-display{
    display: none !important;
  }
}

@media screen and (max-width:1083px){
  .features-container{
    flex-wrap: wrap;
    gap: 40px;
  }
  .features-box{
    width: 44.5%;
  }

  .container p.container-para{
    margin-top: 20px;
  }
  .categories-box{
    gap: 25px;
  }
  .fix-right img{
    height: 350px;
  }
  .company-employees{
    gap: 5px;
  }
  footer{
    margin-top: 85px;
  }
  .vector-img{
    top: -50px;
  }
  .right-nav ul{
    gap: 25px;
  }
  .right-nav ul li a{
    font-size: 14px;
  }
  .gallerty-item-pic{
    width: 32%;
  }
  .nav-display{
    display: none !important;
  }
}


@media screen and (max-width: 980px){
  .buttons-tabs{
    display: none;
  }
  .right-nav ul{
    width:70%;
    margin-left: 30px;
    display: flex;
    justify-content: center;
  }
  .home-slider .caption{
    margin-left: 40px;
  }
  .right-nav ul li a{
   font-size: 15px;
  }
  .nav-display{
    display: none !important;
  }
}

@media screen and (max-width : 953px){
  .product-details{
   flex-wrap: wrap;
  }
  .product-left{
    width: 100%;
  }
  .product-right{
    width: 100%;
  }
  .nav-display{
    display: none !important;
  }

}

@media screen and (max-width:910px){
  .fix-background-flex{
    display: block;
  }
  .fix-left{
    width: 100%;
  }

  .fix-right{
    width: 100%;
    margin-top: 20px;
    justify-content: center;
  }
  .fix-right img{
    height: 300px;
  }
  .boxes-cat{
    width: 47%;
  }
  .features-box{
    width: 44%;
  }
  .vector-img{
    top: -44px;
  }
  .pd{
    padding-top: 40px;
  }
  .buttons-tabs{
    display: none;
  }
  .left-nav{
    width: 20%;
  }
  .right-nav{
    width: 80%;
  }
  .search-nav{
    width: 50%;
  }
  .mobile-hamburger{
    display: flex;
  }
  .right-nav{
    display: flex;
    justify-content: right;
  }
  .right-nav ul{
    display: none;
  }
  .nav-display{
    display: block !important;
  }
}

@media screen and (max-width:886px){
  .about-container-box{
    display: block;
  }
  .left-about-container{
    width: 100%;
    display: none;
  }
  .right-about-container{
    width: 100%;
  }
 
  .left-container p{
    margin-top: 5px;
  }
  .right-container img{
    height: 250px;
    width: auto;
    margin-top: 20px;
  }

  .product-main h1{
    font-size: 25px;
  }
  h1.top-product i{
    top: 16px;
    font-size:20px
  }
}

@media screen and (max-width:835px){
  .employees-box{
    width: 48%;
  }
  .features-container{
    gap: 30px;
  }
  .home-slider .caption p{
    font-size: 20px!important;
  }
  .home-slider .caption h1{
    font-size: 40px;
  }
  .home-slider .caption p{
    margin: 15px 0 15px;
  }
  .gallerty-item-pic{
    width: 31.5%;
  }
  .inquiry-form{
    display: block;
    margin-top: 0px;
  }

  .form-input{
    margin-top: 20px;
  }
  .form-input select{
    width: 104%;
  }

  .w50{
    width: 100%;
    
  }
}

@media screen and (max-width:740px){
  .features-container{
    gap: 25px;
  }
  .container p.container-para{
    width: 100%;
  }
  .fix-left img{
    height: 70px;
  }
  .fix-left h1{
    font-size: 25px;
  }
  .fix-left p{
    font-size: 15px;
  }
  .right-nav ul{
    display: none;
  }
}

@media screen and (max-width:700px){
  .footer-flex{
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .footer-flex .row{
    width: 100%;
  }
  .container h1.border-heading{
    font-size: 25px;
  }
  .features-box h2{
    font-size: 20px;
    height: auto;
  }
  .features-box{
    width: 100%;
  }
  .features-box p{
    font-size: 14px;
    line-height: 35px;
    width: 100%;
  }
  .features-container{
    gap: 60px;
  }
  .categories-box{
    gap: 20px;
  }
  .fix-right{
    margin-top: 50px;
  }
  .home-slider .caption{
    margin-left: 0px;
  }
  .home-slider .caption{
    width: 90%;
  }
  .home-slider .slide .caption a{
    font-size: 14px;
    padding: 15px 30px 15px 30px;
  }
  .home-slider{
    height: 90vh;
  }
}

@media screen and (max-width:620px){
  .message-container{
    display: flex;
    flex-direction: column-reverse;
  }
 
  .left-container{
    width: 100%;
  }
  .right-container{
    width: 100%;
    justify-content: center;
  
  }
  .right-container img{
    width: 40%;
    height: auto;
  }
  .gallerty-item-pic{
    width: 47%;
  }
  .left-nav img{
    height: 40px;
  }
  .about-us h1{
    font-size: 25px;
  }
  .about-us p{
    font-size: 14px;
  }
  .inquiry{
    width: 100%;
  }
}

@media screen and (max-width:560px){
  .categories-box{
    gap: 10px;
  }
  .vector-img{
    top:-29px;
  }
  .home-slider .caption{
    margin-top: 20px;
  }
  .home-slider .controls .next-back{
    display: none;
  }
  .home-slider .controls .prev-back{
    display: none;
  }
  .social-links a{
    display: none;
  }
  .form-input input{
    width: 95%;
  }
  .form-input select{
    width: 100%;
  }
  .form-input textarea{
    width: 95%;
  }
  .features-boxes{
    width: 31.5%;
    text-align: center;
  }
}

@media screen and (max-width:530px){
  .boxes-cat{
    width: 48%;
  }
  .upper-box img{
   width: 70%;
   height: auto;
  }
  .fix-right img{
    height: 200px;
  }
  .fix-left p{
    font-size: 15px;
  }
  .employees-box{
    width: 49%;
    height: auto;
  }

  .container h1.border-heading::before{
    width: 40px;
  }

  .container h1.border-heading::after{
    width: 40px;
  }


  .employees-box h1{
    margin-top: 40px;
  }
  .footer-flex .row img{
    height: 60px;
    margin-bottom: 20px;
  }
  .search-nav{
    width: 65%;
  }
  .mobile-hamburger{
    width: 16%;
  }
  .home-slider .caption p{
    font-size: 16px!important;
  }
  .home-slider .caption h1{
    font-size: 35px;
  }
  .home-slider{
    height: 74vh;
  }
  .home-slider .caption{
    margin-top: 40px;
  }
  .home-slider .caption p{
    font-size: 14px!important;
  }
  .home-slider .caption h1{
    font-size: 25px;
  }
  .link-home{
    margin-top: 30px;
  }
  .home-slider .slide .caption a{
    padding: 10px 20px 10px 20px;
  }
}

@media screen and (max-width:455px){
  .fix-background-flex{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .employees-box h1{
    margin-top: 75px;
  }
  .employees-box h1{
    font-size: 70px;
  }
  .fix-left h1{
    font-size: 24px;
  }
  .fix-left p{
    font-size: 14px;
  }
  .container p.container-para{
    font-size: 14px;
  }
  .pd{
    padding-top: 60px;
  }
  .footer-flex .row p{
    font-size: 14px;
  }
  .footer-ul li{
    font-size: 14px;
  }
  .footer-bottom p{
    font-size: 14px;
  }
  .left-nav img{
    height: 40px;
  }
  .right-nav{
    margin-top: -10px;
  }
  .employees-box{
    height: auto;
  }
  .home-slider{
    height: 50vh;
  }
  .bread-crumbs{
    left: 20px;
  }
  .footer-flex .row img{
    height: 40px;
  }
  .footer-flex .row p{
    font-size: 13px;
  }
  .row h2{
    font-size: 20px;
  }
  .about-us h1{
    font-size: 22px;
  }
  .about-us p{
    font-size: 13px;
  }
}

@media screen and (max-width:450px){
  .fix-left p{
    font-size: 14px;
  }
  .right-about-container p{
    font-size: 14px;
  }
  .left-container p{
    font-size: 14px;
  }
  .fix-left h1 {
    font-size: 22px;
    margin-top: 20px;
}
  .pd{
    padding-top: 30px;
  }
  .fix-left img{
    display: none;
  }
  .right-container{
    justify-content: left;
  }
  .right-container img{
    width: 40%;
  }

}
@media screen and (max-width:420px){
  .boxes-cat{
    width: 47%;
  }
  .product-main h1 {
    font-size: 20px;
}
h1.top-product i{
  font-size: 18px;
}
}

@media screen and (max-width:402px){
  .features-boxes{
    width: 31%;
  }
  .home-slider {
    /* height: 50vh!important; */
}
}





