/* *{
    margin: 0;
    padding: 0; 
} */

html,body
{
  width: 100%;
  /* height: 100%; */
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; 
}


span{
    color: #18ce04;
} 



.header{
    min-height: 100vh;
    width:100%;
   
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url("./img/1520260014424.jpeg");
    /* background-repeat: no-repeat; */
    background-position: center;
    background-size: cover;
    position: relative;
}


.header-about{
    min-height: 65vh;
    width:100%;
    background-image: linear-gradient(rgba(4,9,30,0.4),rgba(4,9,30,0.4)),url("./img/about-bg.jpg");
    /* background-repeat: no-repeat; */
    background-position: center;
    background-size: cover;
    position: relative;
}
.header-service{
    min-height: 65vh;
    width:100%;
    background-image: linear-gradient(rgba(4,9,30,0.6),rgba(4,9,30,0.6)),url("./img/productbg");
    /* background-repeat: no-repeat; */
    background-position: center;
    background-size: cover;
    position: relative;
}


.header-product{
    min-height: 65vh;
    width:100%;
    background-image: linear-gradient(rgba(4,9,30,0.6),rgba(4,9,30,0.6)),url("./img/prodbg.avif");
    /* background-repeat: no-repeat; */
    background-position: center;
    background-size: cover;
    position: relative;
}



nav{

    display: flex;
   padding-right: 20px;
    padding-left: 30px;
    justify-content: space-between;
    align-items: center;
    /* position: sticky; */
    overflow: hidden;
}   


/* The sticky class is added to the navbar with JS when it reaches its scroll position */
nav.sticky{
    position: fixed;
    top :0;
    z-index: 1;
    left : 0;
    padding-top: 10px;
    padding-bottom: -20px;
    background: #181818;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height:80px;
    transition: padding 1s;
   
    
}

nav img{
    /* padding-top: -100px; */
    /* margin-top: 0; */
    width: 250px;

}



.nav-link{
    flex:1;
    text-align: right;
    padding-right: 50px;
}
.nav-link ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
    font-weight: 500;
}

.nav-link ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}     



.nav-link ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background : #18ce04;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-link ul li:hover::after{
    width: 100%;
}

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

.textbox h4{
    font-size: 30px;
}

.textbox h1{
    font-size: 62px;
    
}
.textbox p{
    margin: 10px 0  40px;
    font-size: 14px;
    color: #fff;
}
.hero-btn{
    display:inline-block;
    text-decoration: none;
    color: #18ce04;
    border:1px solid #18ce04;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position:relative;
    cursor: pointer;
    font-weight: 500;
}
.hero-btn:hover{
    border:1px solid #18ce04;
    background: #18ce04;
    transition: 1s;
    color: #fff;
}

/* nav .fa{
    display: none;
} */


.sidebar{
  position: fixed;
  margin-top: -0.1em;
  top:0;
  right: 0;
  height: 100vh;
  width: 250px;
  z-index: 999;
  background-color: #18ce04;
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 1em;
padding-left: 20px;

}

#hideOnWindow{
  display: none;
}

/* 
nav .fa{
  display: none;
} */

@media(max-width:800px){
/* nav .fa{
  display: flex;
} */
.mobile-span{
  color: #151616;
}

nav img{
  padding-top: 0.5rem;
  width: 150px;
}

.nav-link ul li::after{
  display: none;
}
#hideOnWindow{
  display: block;
  padding-left: 20px;
}
textbox h1,h4,p{
font-size:50%;
}

.buisness h1{
  font-size:20px;
}

#menu1{
  display:none;

}

.branch{
  margin-bottom : -300px;
}

}



/* aboutus */
.about{
    width: 50%;
    text-align: center;
    padding-top: 150px;
    margin: auto;  
}
.about h3{
    color: #18ce04;
}

.about h1{
    margin-top: -40px;
    color: #18ce04;
}
.about p{
   /*   font-size:20px; */
}



.about-us{
    width: 50%;
    padding-top: 50px;
    margin: auto;  
}
.about-us h3{
    color: #18ce04;
}

.about-us h1{
    margin-top: -20px;
    color: #18ce04;
    text-align: center;
}
.about-us p{
   /*   font-size:20px; */

}


@media(max-width:850px){
  
.about-us p{
font-size: 10px;

}

.textbox{
  padding-top: 50px;
}
.textbox h1{
font-size: 32px;
}
.textbox h4{
  font-size: 20px;
}






.about-us h1{
  font-size: 22px;
margin-top: 20px;
}



}



.groups-row{
    display: flex;
    justify-content: space-between;
}

.groups-cols img{
    width: 200px;
    height: 200px;
}

.group-cols{

    /* flex-basis: 81%; */
    background: #fff3f3;
    border-radius: 40px;
    padding: 20px 12px;
   align-items: center;
    box-sizing: border-box;
    transition: 0.5s;
}








/* services */

.services{
    width: 80%;
    text-align: center;
    padding-top: 100px;
    margin: auto;  
}

 h1{
    font-size: 36px;
    font-weight:600;
 }

 p{
    padding-top: 20px;
 }

.row{
    margin: 5%;
    display: flex;
    justify-content: space-between;
}

.service-col{
    flex-basis: 31%;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 5%;
    margin-left: 15px;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}

.service-col img{
    margin-top: 10px;
    width:200px;
    height:200px;
    border-radius: 50%;
}

/* .service-col a img{
    height: 50px;
    width: 50px;
}

.service-col a button{

} */


.s-hero-btn{
    display:inline-block;
    text-decoration: none;
    color: #fff;
    border:1px solid #fff;
    padding: 12px 34px;
    margin-top: 40px;
    font-size: 13px;
    background: transparent;
    position:relative;
    cursor: pointer;
    border-radius: 10px;
}






h3{
    text-align: center;
    font-weight:600;
    margin: 10px 0;
}

.service-col:hover{
box-shadow:0 0 20px 0px rgba(0, 0, 0, 0.5);
.s-hero-btn{
    display:inline-block;
    text-decoration: none;
    color: #222;
    border:1px solid #222;
    padding: 12px 34px;
    margin-top: 40px;
    font-size: 13px;
    background: transparent;
    position:relative;
    cursor: pointer;
}

.s-hero-btn:hover{
    border:1px solid #18ce04;
    background: #18ce04;
    transition: 1s;
}

}

@media(max-width :850px){
    .row{
        flex-direction: column;
        
    }

    .branch h1{
      font-size: 35px;
    }

    .b-col h1{
       font-size:30px;
    }
    .b-col img{
      height:75px;
      width:75px;
      /* margin-bottom: -5% ; */
  }

  .services h1,.buisness h1{
    font-size: 30px;
  }

  .buisness-col img{
    height: 150px;
    width: 150px;
  }   
 
.buisness-col{
  margin-bottom: 1rem;
}

  .buisness-col h1{
    font-size: 22px;
  }

}


/* buisness */
.buisness{
    width: 80%;
    text-align: center;
    margin: auto;
    min-height: 70vh;
    width:100%;
}
 
.buisness h1{
    padding-bottom: -100px;

    color: #222;
}

.buisness row{

}
.buisness-col{
    flex-basis: 31%;
    align-items: center;
    
    
    text-align: center;
    color: whitesmoke ;
    
}

.buisness-col img{
    height: 250px;
    width: 250px;
    border-radius: 50%;
    margin: 1%;
    /* border-style: ridge; */
    box-shadow:0 0 20px 0px rgba(0, 0, 0, 0.5);
}



/* .buisness-col:hover{
    background: #f44336;
} */



/* branch */
.branch{
    min-height: 65vh;
    width:100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url("./img/navigation-concept_700248-18699.avif");
    /* background-repeat: no-repeat; */
    background-position: center;
    background-size: cover;
    position: relative;
}

.branch h1{
    text-align: center;
    padding-top: 50px;
    color: #fff;
}

.b-col{
    flex-basis: 60%;
    align-items: center;
    /* padding-top:13% ; */
    align-items: center;
    text-align: center;
    color: whitesmoke ;
}

.b-col img{
    height: 150px;
    width: 150px;
    /* margin-bottom: -5% ; */
}



/* Contact Us */

.contact-us{
    min-height: 100vh;
    padding-top: 150px;
    width: 100%;
    display: flex;
    align-items: center;
  justify-content: center;
}

.container{
    width: 70%;
    background: #fff;
    text-align: center;
    border-radius: 6px;
    margin-left: 13%;
    padding: 20px 60px 30px 40px;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); */
  }
.container h1{
    padding-top: 70px;
    padding-bottom: 70px;
}

  .container .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 10%;  
  }
  .container .content .left-side{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    position: relative;
  }
  .content .left-side::before{
    content: '';
    position: absolute;
    height: 70%;
    width: 2px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: #afafb6;
  }
  .content .left-side .details{
    margin: 14px;
    text-align: center;
  }
  .content .left-side .details i{
    font-size: 30px;
    color: #18ce04;
    margin-bottom: 10px;
  }
  .content .left-side .details .topic{
    font-size: 18px;
    font-weight: 500;
  }
  .content .left-side .details .text-one,
  .content .left-side .details .text-two{
    font-size: 14px;
    color: #18ce04;
  }
  .container .content .right-side{
    width: 50%;
    margin-left: 160px;
  }
  .content .right-side .topic-text{
    font-size: 23px;
    font-weight: 600;
    color: #18ce04;
  }
  .right-side .input-box{
    height: 50px;
    width: 100%;
    margin: 12px 0;
  }


  .right-side .input-box input:hover,
  .right-side .input-box textarea:hover{
background: #a0cc9c;
  }

 
  .right-side .input-box input,
  .right-side .input-box textarea{
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    background: #F0F1F8;
    border-radius: 6px;
    padding: 0 15px;
    resize: none;
  }
  .right-side .message-box{
    min-height: 110px;
  }
  .right-side .input-box textarea{
    padding-top: 6px;
  }
  .right-side .button{
    display: inline-block;
    margin-top: 12px;
  }
  .right-side .button{
    color: #18ce04;
    font-size: 18px;
    font-weight: bold;
    outline: none;
    /* border: none; */
    padding: 8px 16px;
    border-color: #18ce04;
    border-width: 1px;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .button :hover{
    background:#18ce04 ;
    color: #fff;
  }
  @media (max-width: 950px) {
    .container{
      width: 90%;
      padding: 30px 40px 40px 35px ;
    }
    .container .content .right-side{
     width: 75%;
     margin-left: 55px;
  }
  }

  @media (max-width: 600px) {
    .contact{
      margin-right:3rem;
    }
  }

  @media (min-width: 600px) and (max-width: 820px)  {
    .container{
      margin-left:1rem;
    }
  }
  @media (max-width: 820px) {
    .container{
      /* margin: 40px 0; */
      margin-left: 1rem;
     align-items: center;
      height: 100%;
      margin-top: 20rem;

    }
    .container h1{
      margin-bottom: -3rem;
      margin-top: -3rem;;
    }

    .container .content{
      flex-direction: column-reverse;
    }
   .container .content .left-side{
     width: 100%;
     flex-direction: row;
     margin-top: 40px;
     justify-content: center;
     flex-wrap: wrap;
   }
   .container .content .left-side::before{
     display: none;
   }
   .container .content .right-side{
     width: 100%;
     margin-left: 0;
   }
  }










/* footer */


.footer-distributed{
    margin-top: 100px;
    background: #232222;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
  }
  
  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
  }
  
  /* Footer left */
  
  .footer-distributed .footer-left{
    width: 40%;
  }
  
  /* The company logo */
  
  .footer-distributed h3{
    color:  #ffffff;
    font: normal 36px 'Open Sans', cursive;
    margin: 0;
  }
  .footer-distributed  img{
    margin-left: 0%;
    width: 250px;
  }
  

  
  /* Footer links */
  
  .footer-distributed .footer-links{
    color:  #ffffff;
    margin: 20px 0 12px;
    padding: 0;
  }
  
  .footer-distributed .footer-links a{
    display:inline-block;
    line-height: 1.8;
    font-weight:400;
    text-decoration: none;
    color:  inherit;
  }
  
  .footer-distributed .footer-company-name{
    color:  #222;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
  }
  
  /* Footer Center */
  
  .footer-distributed .footer-center{
    width: 35%;
    
  }
  
  .footer-distributed .footer-center i{
    background-color:  #151616;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
  }
  
  .footer-distributed .footer-center i.fa-envelope{
    font-size: 17px;
    line-height: 38px;
  }
  
  .footer-distributed .footer-center p{
    display: inline-block;
    color: #ffffff;
    font-weight:400;
    vertical-align: middle;
    margin:0;
    margin-top: -20px;
  }
  
  .footer-distributed .footer-center p span{
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:2;
  }
  
  .footer-distributed .footer-center p a{
    color:  #18ce04;
    text-decoration: none;;
  }
  
  .footer-distributed .footer-links a:before {
    content: "|";
    font-weight:300;
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
  }
  
  .footer-distributed .footer-links .link-1:before {
    content: none;
  }
  
  /* Footer Right */
  
  .footer-distributed .footer-right{
    width: 20%;
  }
  
  .footer-distributed .footer-company-about{
    line-height: 20px;
    color:  #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
  }
  
  .footer-distributed .footer-company-about span{
    display: block;
    color:  #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .footer-distributed .footer-icons{
    margin-top: 25px;
  }
  
  .footer-distributed .footer-icons a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color:  #33383b;
    border-radius: 2px;
  
    font-size: 20px;
    color: #18ce04;
    text-align: center;
    line-height: 35px;
  
    margin-right: 3px;
    margin-bottom: 5px;
  }
  
  /* If you don't want the footer to be responsive, remove these media queries */
  
  @media (max-width: 850px) {
  
    .footer-distributed{
      font: bold 14px sans-serif;
    }
  
    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right{
      display: block;
      width: 100%;
      margin-bottom: 40px;
      text-align: center;
    }
  
    .footer-distributed .footer-center i{
      margin-left: 0;
    }
  
  }



  /* service.html */
  .service-page{
    width: 80%;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    /* text-align: center; */
    margin-left:15%; 
  }


.s-row{
display: flex;
margin: 5%;
justify-content: space-between;
}

.s-column img{
    width: 400px;
    height: 400px;
    border-radius: 50%;
  }

  .s-column{
    margin-right:200px;
  }

  .s-column ul li{
    list-style: none;
    text-align: left;
  }






@media(max-width:850px){
  .service-page{
    margin-left :5rem;
    align-items: center;
   }

   .s-row{
     display:flex;
     flex-direction: column;
     /* flex-direction: column-reverse; */
     justify-content: space-between;
     align-items: center;

     
   }

   .s-column img{
     width: 300px;
     height: 300px;
     border-radius: 50%;
   }

   .s-column{
   
  margin-left: 140px;
   align-items: center;
   text-align: center;
   
   
  }
 

  .s-column h1{
    font-size: 22px;
  }
  .s-column p{
    font-size: 10px;
    width: 100%;
  }

  .s-column ul li{
   padding-right: 30px;
   margin-top: -2rem;
  }
.s-column ul {
  display: flex;
  margin-top: -1rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
 
  /* text-align:;
  margin-top: -1.2rem; */
}

 #s-row{
  flex-direction: column-reverse;
 }

}





/* products */
  .product{
   width: 100%;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    /* text-align: center; */
    align-items: center;
    margin-left:200px;
  }


.p-row{
    display: flex;
    margin: 5%;
    justify-content: space-between;
    }
    
    .p-column img{
        width: 400px;
        height: 400px;
        border-radius: 50%;
      }
    
      .p-column{
        margin-right:20rem;
      }
    
      .p-column ul li{
        list-style: none;
        text-align: left;
      }
    

      @media(max-width: 500px){
        .p-column img{
          width: 250px;
          height: 250px;
        }
      }

      @media(min-width:850px) and (max-width:1450px){

        .textbox h1{
          font-size: 40px;
        }
        .textbox h4{
          font-size: 25px;
        }
        nav img{
          width:225px;
        }
        .nav-link ul li a{
          font-size: 12.5px;
        }

        .s-column ul li{
          margin-top: -1.5rem;
        }
        
       .about h1{
          font-size: 40px;
        }

        .buisness-col h1 {
          font-size: 30px;
        }

       
        .product{
          width: 100%;
          
          align-items: center;
         }
 
         

         .p-row{
          margin-right: 10rem;
         }
 
         .p-column img{
           width: 330px;
           height: 330px;
           border-radius: 50%;
         }
         .s-column img{
          width: 330px;
          height: 330px;
          border-radius: 50%;
        }
      .s-column{
        margin-right: 7rem;
      }
 
         .p-column{
         /* align-items: center; */
         margin-right: 14rem;
         /* margin-left :5rem; */
        }

        .s-column h1{
          font-size: 25px;
        }
        .s-column p{
          font-size: 12.5px;
          width: 100%;
        }
       
      
        .p-column h1{
          font-size: 25px;
        }
        .p-column p{
          font-size: 12.5px;
          width: 100%;       }
      }


      @media(max-width:800px){

        .product{
         margin-left :5rem;
         align-items: center;
        }

        .p-row{
          display:flex;
          flex-direction: column;
          /* flex-direction: column-reverse; */
          justify-content: space-between;
          align-items: center;

          
        }

        .p-column img{
          width: 300px;
          height: 300px;
          border-radius: 50%;
        }

        .p-column{
        
       margin-left: 140px;
        align-items: center;
        text-align: center;
        
        
       }
      
     
       .p-column h1{
         font-size: 22px;
       }
       .p-column p{
         font-size: 10px;
         width: 100%;
       }
     
       #s-row{
        flex-direction: column-reverse;
       }
      
      }

/* Transition */
    
    .reveal {
        position: relative;
        opacity: 0;
      }
      
      .reveal.active {
        opacity: 1;
      }
      .active.fade-bottom {
        animation: fade-bottom 1s ease-in;
      }
      .active.fade-left {
        animation: fade-left 1s ease-in;
      }
      .active.fade-right {
        animation: fade-right 1s ease-in;
      }
      @keyframes fade-bottom {
        0% {
          transform: translateY(50px);
          opacity: 0;
        }
        100% {
          transform: translateY(0);
          opacity: 1;
        }
      }
      @keyframes fade-left {
        0% {
          transform: translateX(-100px);
          opacity: 0;
        }
        100% {
          transform: translateX(0);
          opacity: 1;
        }
      }
      
      @keyframes fade-right {
        0% {
          transform: translateX(100px);
          opacity: 0;
        }
        100% {
          transform: translateX(0);
          opacity: 1;
        }
      }
      


 


