*{margin:0;
  padding:0;
  box-sizing: border-box;
}

body {
    font-family: lato, sans-serif;
    
}

html {
    scroll-behavior: smooth;
  }


/*********************/
/*-------HEADER----**/
/********************/

.mylogo {
    position: fixed;
    top:5%;
    left:4%;
    width: 7rem;
    z-index: 1000;
}

header {
background:linear-gradient(rgb(239, 240, 243), rgba(7, 38, 112, 0.787)), url('imagec.jpg');
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('./Images/1.jpeg');
width: 100%;
height: 100vh;
background-attachment: fixed;
/* background-position:top; */
background-size: cover;
color:white;
position: relative;
overflow: hidden;
clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
}

.about-header{
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('./Images/8.jpeg');
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    color: white;
    position: relative;
    overflow: hidden;
    height: 40vh;
    padding-bottom: 19rem;
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
}

.programs-header{
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('./Images/20.jpeg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
    overflow: hidden;
    height: 40vh;
    padding-bottom: 19rem;
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
}

.partners-header {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('./Images/4.jpeg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
    overflow: hidden;
    height: 40vh;
    padding-bottom: 19rem;
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
}


.gallery-header {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('./Images/5.jpeg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
    overflow: hidden;
    height: 40vh;
    padding-bottom: 19rem;
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
}

.contact-header{
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('./Images/38.jpeg');
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        color: white;
        position: relative;
        overflow: hidden;
        height: 40vh;
        padding-bottom: 19rem;
        clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
    }


.why-bensites-bannerh1{margin-top: 5rem;
    
}



.banner{
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
     
    
}



h1, h2,h3 {
    letter-spacing: 0.3rem;
}

.banner-h1 {
    /* text-transform: uppercase; */
    font-size: 4rem;
   
    animation: slideFromRight ease-in-out 5s 1;
   
}

.banner-h2 {
    margin-top: 1rem;
    animation: slideFromLeft ease-in-out 5s 1;

}

.banner-link {
    text-decoration: none;
    margin-top: 1.5rem ;
    display: inline-block;
    color: whitesmoke;
    padding: 0.8rem 1rem;
    background-color:rgb(180, 25, 25);
    box-shadow: 0.2rem 0.1rem 0.3rem black;
    animation: show 5s linear 1;
    transition: 1s all;
    
}

.banner-link:hover {
  
    background-color: rgb(73, 10, 10);
    
}

@media  screen and (max-width:480px) {

    header {
        clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
    }

    .banner-h1 { 
        font-size: 2.5rem;    
    }
   
    
    .banner-h2 { 
        font-size: 0.95rem;    
    }

    .banner-link {
       
        padding: 0.5rem 1rem;
       
    }

}




@media  screen and (min-width:481px)  and (max-width:767px){

    .banner-h1 { 
        font-size: 3rem;    
    }

       
    .banner-link {
       
        padding: 0.6rem 1rem;
       
    }
}

@media  screen and (min-width:768px)  and (max-width:1023px){

    .banner-h1 { 
        font-size: 3.5rem;    
    }
        

    .banner-link {
       
        padding: 0.7rem 1rem;
       
    }
}




/*********************/
/*--CONTENT DIVIDER--*/
/*********************/

.content-divider {
    clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
    height: 1.2rem;
    background: linear-gradient(to right, rgb(12, 44, 104) , white, rgb(12, 44, 104));
    animation: divider 5s ease-in-out infinite;
    transition: 5s ease;
    transition-duration: 2s;
    transition-delay: 2s;
    

    
}

/*********************/
/*--SKILLS--*/
/*********************/

.skills {
    clip-path: polygon(0 16%, 100% 0%, 100% 100%, 0% 100%);
    margin-top: -5rem;
    margin-bottom: -5rem;
    height: 28rem;
    
   
}

section {
    padding-bottom: 2.5rem;
   
}

.clearfix::before, .clearfix::after {
    content: '';
    display: table;
    clear: both;
}
.skill-box {
    width: 25%;
    float: left;
    padding: 2rem;
    padding-top: 8rem;
    padding-bottom: 4rem;
    background-color: rgb(210, 219, 230);
    transition: 0.5s;
    height: 100%;
    
    
    
}

.skill-icon{
    text-align: center;
    color:rgb(12, 44, 104);
    transition: 0.5s;
    
   
}

.skill-icon .material-icons{
    font-size: 2rem;
}

.skills-h3{
    text-align: center;
    margin-top: 1rem;
    color: rgb(12, 44, 104);
}

.skilss-p {
    margin-top: 1rem;
    text-align: justify;
    line-height: 1.5;
    font-size: 1.1rem;
    color: rgb(22, 85, 185);
}

.skill-box:hover  {
    background-color: white;
    border-bottom: 0.8rem solid rgb(37, 171, 224);
}


.skill-box:hover   .skill-icon{
    transform: translateY(-15%);
}



@media  screen and (max-width:480px) {
   


}

@media  screen and (min-width:481px)  and (max-width:767px){
    .skill-box {
        width: 50%;
       
        
    }
}

@media  screen and (min-width:768px)  and (max-width:1023px){

    .skill-box {
        width: 33.3%;
       
        
    }
}


/*********************/
/*--ABOUT--*/
/*********************/

.line3{
    background-color: rgb(0, 0, 0);
    width: 12rem;
    height: 0.3rem;
    margin: 0 auto;
    margin-top: 2rem;
    position:relative;
    margin-bottom: 2rem;

}


.line4{
    background-color: rgb(223, 60, 60);
    width: 6rem;
    height: 0.9rem; 
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);

}


.about-section-full{
    padding: 10rem 0;
    padding-bottom: 0rem;
    /* margin:-4.5rem 0; */
    margin-top: -12rem;
    background: #f1f1f1;  
    /* clip-path: polygon(0 9%, 100% 0, 100% 92%, 0% 100%); */
}


.about-section {
    padding: 3rem 0;
}

.about-photo, .about-info{
float: left;
width: 50%;


}

.about-image{
    width: 100%;
    object-fit: cover;
    transition: 1s;
    
}

.about-image:hover{
    transform: scale(1.2);
    opacity: 0.5;
}

.centered-section{
    width: 85%;
    margin: 0 auto;
}


.about-photo-container{
    border: 0.8rem solid rgb(223, 60, 60);
    margin-right: 4rem;
    overflow: hidden;
    background: rgb(223, 60, 60);
    margin-top: 10rem;
}

.about-info{
    padding-left: 4rem;
    text-align: center;
}

.about-h3{
    font-size: 1.5rem;
    color:rgb(47, 69, 197);
    text-align: center;
}

.about-h2{
    text-align: center;
    font-size: 2rem;
    margin-top: 1rem;
    color:rgb(0, 0, 0);
   
}

.about-para{
    margin-top: 1rem;
    line-height: 1.5;
    font-size: 1.1rem;
    color:#484848;
    /* text-align: justify; */
}


.about-link,.contact-link {
    text-decoration: none;
    margin-top: 1.5rem ;
    display: inline-block;
    color: whitesmoke;
    padding: 0.8rem 1rem;
    background-color: rgb(180, 25, 25);   
}

.about-link:hover, .contact-link:hover {
  
    background-color: rgb(73, 10, 10);   
}







@media  screen and (max-width:480px) {

    .about-section-full{
         
        /* clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%); */
        /* padding-top: 4rem; */
    }



    .about-info, .about-photo {
        width: 100%;
    }

    .about-photo-container{
       
        margin-right: 0rem;
        border: 0.6rem solid rgb(223, 60, 60);
        margin-top: 1.5rem;
       
    }

    .about-info{
        padding-left:0;
        padding-top: 4rem;
    }

    .about-para {
        font-size: 1.2rem;
    }

}

@media  screen and (min-width:481px)  and (max-width:767px){

    .about-section-full{
         
        /* clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%); */
        /* padding-top: 4rem; */
    }

    .about-info, .about-photo {
        width: 100%;
    }

    .about-photo-container{
       
        margin-right: 0rem;
        border: 0.6rem solid rgb(223, 60, 60);
        max-width: 450px;
        margin-top: 2rem;
       
    }

    .about-info{
        padding-left:0;
        padding-top: 4rem;
    }

    .about-para{
        font-size: 1.2rem;
    }
   
}

@media  screen and (min-width:768px)  and (max-width:1023px){

    .about-section-full{
         
        /* clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%); */
        /* padding-top: 4rem; */
    }

    .about-para{
        font-size: 1.2rem;
    }
   

    .about-photo-container{
        margin-right: 1rem;
        margin-top: 9rem;
        border: 0.5rem solid rgb(223, 60, 60);
       
       
    }

    .about-info{
        padding-left: 0.5rem;
        
    }  
}

/*********************/
/*--OUR SERVICES--*/
/*********************/


.products-section {
    padding: 2.5rem 0;
    background-color: rgb(232, 232, 241);
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 0% 100%);
    margin-top: -5.0rem;
    padding-top: 8rem;
    
}

.products-info{
    width: 30%;
    float: left;
    text-align: center;
}

.products-h3{
    font-size: 1.5rem;
    
}

.products-h2{
    font-size: 2rem;
    margin-top: 1rem;
    letter-spacing: 0.1rem;
    color: rgb(12, 44, 104);
}

.products-para{
    margin-top: 1rem;
    text-align: justify;
    line-height: 1.5;
    font-size: 1.1rem;
    color:rgb(7, 78, 192);

}


.products-images{
    float: left;
    width: 70%;
    padding-left: 1.6rem;
    text-align: center;
  
}

.products-image {
width: 33.3%;
float: left;
padding: 0.8rem;




}





.product-animals{
    width: 100%;
    height: 17rem;
    object-fit: cover;
    transition: 0.5s all;
    border-radius: 0.4rem;
    
}

.product-animals:hover {
    opacity: 0.5;
    
}

.p-animal, .p-price {
    font-size: 1.2rem;
    margin-top: 1.2rem;
}

.p-animal {
    color:rgb(7, 78, 192);
}

.p-price {
    margin-top: 0.5rem; 
    color:blue; 
}



@media  screen and (max-width:480px) {

    .products-section {
        clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
        padding-top: 4rem;
        margin-top: -3.5rem;
    }
    .products-info{
       width: 100%;
       
       
    }

    .products-images {
        
        width: 100%;
        padding-left: 0;
        margin-top: 2rem;
        
        }

        .products-image {
        
            width: 100%;
            margin-top: 1.3rem;
            
            }

}

@media  screen and (min-width:481px)  and (max-width:767px){

    .products-section {
        clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
        padding-top: 4rem;
        margin-top: -3.5rem;
    }

    .products-info{
        width: 100%;
        
        
     }


     .products-images {
        
        width: 100%;
        margin-top: 2.8rem;
padding:0;
      
        
        }

        .products-image {
        
           width: 100%;
           margin-top: 1.3rem;
           text-align: center;
           
            }

            .product-animals{
                
                max-width: 400px;
               text-align: center;
            }
    
   
}

@media  screen and (min-width:768px)  and (max-width:1023px){

    .products-section {
        clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
        padding-top: 4rem;
        margin-top: -3.5rem;
    }

    .products-info{
        width: 100%;
    }

    .products-images{
        width: 100%;
        margin-top: 1.9rem;
    }

    .products-image{
        width: 50%;
    }
     
}




/*********************/
/*----SERVICES----**/
/********************/
.services{
    padding-top: 2.5rem;
    width: 87%;
}
.service-item{
    width: 33.3%;
   
    height: 30rem;
    position: relative;
    float:left;
    padding: 0.9rem;
    
    
   
}

.service-icon{
    position: absolute;
    top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   background-color: white;
   padding:0.5rem;
   border-radius: 100%;
   box-shadow: 0 0 0.5rem teal;
   
}


.service-box{

   height: 100%;
   width: 100%;
   
   background-color: rgb(208, 245, 245);
}

.service-image-1 {
    width: 100%;
    height: 50%;
    object-fit: cover;

}

.service-h3, .service-p {
    color:teal;
     
   
}

.service-h3 {
    text-align: center;
    margin-top: 2rem;
}

.service-p {
    text-align: justify;
    margin-top: 1.2rem;
    padding:0 1.5rem;
    font-size: 1.2rem;
}

.service-link {
   position: absolute;
    text-decoration: none;
    padding:0.5rem 1rem;
    background-color: teal;
  display: inline-block;
  top:80%;
  left:50%;
  transform: translateX(-50%);
  color: beige;

    
}


  
    
    



@media  screen and (max-width:480px) {
  .service-item{
      width: 100%;
  }

  

}

@media  screen and (min-width:481px)  and (max-width:767px){

    .service-item{
       
        width: 100%;
        max-width: 30rem;
        margin: 0 auto;
    
    }

   
   
}

@media  screen and (min-width:768px)  and (max-width:1023px){

    .service-item{
        width: 50%;  

    }   
     
}


/*********************/
/*----SERVICES----**/
/********************/

.contact-section{
    /* background: #f1f1f1; */
    padding-top: 4rem;
    clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
    margin:0 auto;
     margin-top: -4rem; 
    text-align: center;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width:90%;
    max-width: 1000px;  
    padding-bottom: 0.5rem;
}



.contact-item{
   flex:1 15rem;
   max-width: 20rem;
   margin:1rem;
}

.contact-info, .contact-form{
    float: left;
    width: 50%;
}

.contact-info {
    padding-left: 6rem;
    padding-top: 5rem;
}



.contact-details {
    margin-top: 1rem;
    color: #484848;
    line-height: 1.4rem;
    font-size: 1.1rem;
}

.contact-icon{
    display: inline-block;
    margin-right: 1rem;
    padding: 0;
  

}

.contact-heading{
    text-align: center;
    font-size: 1.2rem;
    margin-top: 1rem;
    color: rgb(180, 25, 25);
}

.form-group{
    margin: 2rem; 
}



.form-control{
    display: block;
    width: 100%;
    margin-top: 1rem;
    height: 2.3rem;
    background: rgb(232, 232, 241);
    border:none;
    border-radius: 0.4rem;
    color:rgb(28, 161, 161);
    font-size: 1.1rem;
    padding-left: 1rem;
}


.contact-form{
    background-color: white;
    padding: 1.5rem 0;
    padding-left:3rem;
    padding-right: 3rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.2rem rgb(0, 66, 128);
    transition: 0.5s;
}

.control1, .control2, .control3{
    width: 70%;
}

.control4{
    height: 7rem;
}
.contact-form:hover{
  
    box-shadow: 0 0 0.5rem rgb(0, 60, 128);
}

.submit-btn {
    width: 30%;
    display: block;
    margin:0 auto;
    background-color: rgb(28, 106, 209);
    color: white;
    padding: 0.5rem 0;
    border:none;
    border-radius: 0.2rem;
}



@media  screen and (max-width:480px) {
.contact-info, .contact-form{
    width: 100%;
    float: left;  
}

.contact-section {
    clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
    /* padding-top: 3rem; */
}

.contact-info {
    padding-top: 2rem;
    padding-left: 0;
    text-align: center;
}

.contact-form{
    margin-top: 3rem;
    padding-left: 0.5rem;
    padding-right:0.5rem;
}

.control1, .control2, .control3{
    width: 100%;
}
  }
  
  @media  screen and (min-width:481px)  and (max-width:767px){


    .contact-section {
        clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
        /* padding-top: 3rem; */
    }

    .contact-info, .contact-form{
        width: 100%;
        float: left;  
    }
    
    .contact-info {
        padding-top: 2rem;
        padding-left: 0;
        text-align: center;
    }
    
    .contact-form{
        margin-top: 3rem;
        padding-left: 0.5rem;
        padding-right:0.5rem;
    }
    
    .control1, .control2, .control3{
        max-width: 20rem;
    }
    
  }
  
  @media  screen and (min-width:768px)  and (max-width:1023px){

    .control1, .control2, .control3{
        width: 100%;
    }
    .contact-form{
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }
       
  }
  
  /*********************/
/*----FOOTER----**/
/********************/


 
.facebook-icon,.twitter-icon, .linkedin-icon {
    width: 2.5rem;
}

.social-icons{
    text-align: center;
}

.social-icons span {
    padding: 0.5rem;
}

.footer {
    padding: 3rem 0;
    background-color: rgb(0, 0, 0);
   
    
}

.footer-text{
    text-align: center;
    margin-top: 1.5rem;
    color: rgb(227, 122, 122);
}

.footer-text .span-1 {
    color:cornsilk
}

.footer-text a {
    color:rgb(245, 221, 126);
    text-decoration: none;
    transition: 0.5s;
}

.footer-text a:hover {
    color: rgb(255, 255, 255);
}



@media  screen and (max-width:480px) {
   .skill-box{
       width: 100%;
   }

  
      }
      
      @media  screen and (min-width:481px)  and (max-width:767px){
    
    
        
      }
      
      @media  screen and (min-width:768px)  and (max-width:1023px){
    
    
           
      }
 /*********************/
/*----NAV BAR----**/
/********************/

.mymenu{
    width: 3rem;
    animation: bounce 2s ease infinite;
}

.mymenuclose{
    width: 3rem;
    cursor: pointer;
}



.nav-btn{
    position: fixed;
    top:5%;
    right: 5%;
    z-index:1;
    cursor: pointer;
    color: rgb(255, 255, 255);
    text-shadow: 0 0 0.15rem #000000;

}

.nav-btn p {
    
    float: left;
    margin-top: 0.5rem;
    font-size: 1.5rem;
    margin-right: 1rem;
}

.navbar-a {
    background-color: rgb(255, 255, 255);
    position: fixed;
    top:0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    box-shadow: 2px 0 2px teal;
    box-shadow: 0.5rem 0 0.5rem black;
    transform: translateX(110%);
    transition: 0.5s;
    
}

.showNav {
   transform: translate(0);

}

.navbar-header{
    text-align: right;
    padding-top: 2rem;
    padding-right: 2rem;
}

.nav-items {
    list-style-type: none;
}

.nav-link1 {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    padding:1rem;
    text-align: center;
    color: rgb(5, 5, 5);
    transition: 0.5s;
}

.nav-link1:hover{
    background-color: rgb(182, 182, 182);
    color:white;
    border-right: 0.5rem solid rgb(180, 25, 25);
    padding-right: 2rem;
}


@media screen and (min-width:768px){
   .navbar-a{width: 30vw;
    max-width:20rem;
   }

}


/*********************/
/*----ANIMATION----**/
/********************/

@keyframes bounce {
0%{
transform: scale(1);
}

50%{
transform: scale(1.5);

}

100%{
transform: scale(1);

}

}



/*********************/
/*----CIRCLES----**/
/********************/

.circle1, .circle2 {
    position: absolute;
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    background-color: rgb(180, 25, 25);
}


.circle1 {
    animation: movingcircles 20s ease infinite;
    transition: 3s all;
}

.circle2 {
    animation: movingcircles2 20s ease infinite;
    transition: 3s all;
}


@keyframes movingcircles {
    0%{ top: 50%;
        left:2%;
        background-color: rgb(180, 25, 25);
        transform: scale(1);
    }
        

    20% { top: 40%;
          left: 10%;
          background-color: rgb(227, 161, 161);
          transform: scale(1.3);
        }
        
    40%{
          top: 20%;
          left: 30%;
          background-color: rgb(240, 128, 36);
          transform: scale(1.5);
          border: 1rem solid rgb(252, 210, 111);
        
        }
        
    60%{
         top:5%;
         left:50%;
         background-color: rgb(255, 255, 255);
         transform: scale(1.4);
         border: 1rem solid rgb(240, 128, 36);
        }

        80%{
            top:25%;
            left:70%;
            background-color: rgb(227, 161, 161);
            transform: scale(1.3);
            
        
        }

    100%{
        top:75%;
        left:70%;
        background-color: rgb(180, 25, 25);
        transform: scale(1.1);
        
        
        }
}


@keyframes movingcircles2 {
    0%{ top: 90%;
        right:2%;
        background-color: rgb(180, 25, 25);
        transform: scale(1);
    }
        

    30% { top: 70%;
         right: 10%;
          background-color: rgb(227, 161, 161);
          transform: scale(1.2);
        }
        
    45%{
          top: 55%;
          right: 30%;
          background-color: rgb(240, 128, 36);
          transform: scale(1.2);
        
        }
        
    65%{
         top:25%;
         right:65%;
         background-color: rgb(240, 128, 36);
         transform: scale(1.3);
        }

        70%{
            top:15%;
            right:80%;
            background-color: rgba(255, 255, 255, 0.6);
            box-shadow: 0 0 1rem rgb(180, 25, 25);
            transform: scale(1.4);
        
        }

    100%{
        top:50%;
        right:90%;
        background-color: rgb(255, 255, 255);
        box-shadow: 0 0 1rem rgb(180, 25, 25);
        transform: scale(1.5);
        
        }
}


@keyframes slideFromRight{
0%{
    transform: translateX(1000px);
    opacity: 0;
}

50%{
    transform: translateX(-100px);
    opacity: 0.5;
}

75%{
    transform: translateX(50px);
    opacity: 0.75;
}


100%{
    transform: translateX(0);
    opacity: 1;
}


}


@keyframes slideFromLeft{
    0%{
        transform: translateX(-1000px);
        opacity: 0;
    }
    
    50%{
        transform: translateX(100px);
        opacity: 0.5;
    }
    
    75%{
        transform: translateX(-50px);
        opacity: 0.75;
    }
    
    
    100%{
        transform: translateX(0);
        opacity: 1;
    }
    
    
    }


    @keyframes show{
        0%{
            transform: scale(1.5);
            opacity: 0;
        }
        
        50%{
            transform: scale(2);
            opacity: 0.5;
        }
        
       
        
        
        100%{
            transform: scale(1);
            opacity: 1;
        }
        
        
        }

        .alert{
            color: teal;
            text-align: center;
            background-color: rgb(160, 243, 235);
            border: 0.5rem solid teal;
               
        }

        #preloader{
            background: rgb(255, 255, 255) url('preloader.gif');
            background-position: center;
            background-repeat: no-repeat;
            background-size: 20rem;
            width: 100%;
            height: 100vh;
            position: fixed;
            z-index: 3;
        }

        .bensites {
          animation: bensites-animation 3s linear infinite;
          transition: 2s all;
        }

        .uganda {
            animation: uganda-animation 3s linear infinite;
            transition: 2s all;
            text-transform: none;
        }

        .uganda-a{
            font-size: 3rem;
        }

        @media screen and (max-width:480px) {
            .uganda-a {
                font-size: 2rem;
            }
        }
        
        @media screen and (min-width:481px) and (max-width:767px) {
            .uganda-a {
                    font-size: 2.5rem;
                }
        }




        @keyframes bensites-animation{
          0% {
                 text-shadow: 0 0 0rem white;
                 color:rgb(180, 25, 25);
          }

          100%{
            text-shadow: 0.2rem 0 0.4rem rgb(0, 0, 0);
            color: rgb(255, 255, 255);
          }

        }

        @keyframes uganda-animation{
            0% {
                text-shadow: 0.2rem 0 0.4rem rgb(0, 0, 0);
                   color: rgb(255, 255, 255);
            }
  
            100%{
              text-shadow: 0 0 0rem white;
            color: rgb(180, 25, 25);
            }
  
          }

          @keyframes divider {
                
            0% {
                background: linear-gradient(to right, rgb(180, 25, 25) , white, rgb(180, 25, 25));
            }

           100% {
            background: linear-gradient(to right, white , rgb(180, 25, 25), white);
           }


          }


          
/*************************/
      /*TESTIMONIALS*/
/*************************/
.section-testimonials {
    background:linear-gradient(rgba(4, 3, 56, 0.76),rgba(4, 3, 56, 0.76)), url('d2a.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 6rem 0;
    color: white;
    clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);

}

.testimonials-h2{
    text-align: center;
}


.testimonial {
    float: left;
    width: 33.3%;
}

.testimonials{

width: 85%;
margin: 0 auto;
margin-top: 2rem;


}

.testimonial-image{
    margin-top: 2rem;
}

.testimonial-photo, .testimonial-name {
   
    float: left;
    
}

.testimonial-name{
    line-height: 5rem;
    margin-left: 1rem;
    font-size: 1.2rem;
}

.testimonial-photo {
    border-radius: 50%;
    width: 5rem;

}

.testimonial-position {
    margin-top: 1.5rem;
    
}
    

.line1{
    background-color: white;
    width: 12rem;
    height: 0.3rem;
    margin: 0 auto;
    margin-top: 2rem;
    position:relative;

}


.line2{
    background-color: white;
    width: 6rem;
    height: 0.9rem; 
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);

}


.left-quote {
    font-size: 7rem;
   
}

.quotes-para {
    margin-top: -3.5rem;
    line-height: 1.5rem;
    font-style: italic;
    padding: 0 1rem;
}




@media  screen and (max-width:480px) {
    .section-testimonials{clip-path:  polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
    
    
    }

    .quotes-para{text-align: center;
            font-size: 1.1rem;}
      

      .testimonial{
          width: 100%;
      }
      .testimonial-2, .testimonial-3 {
          margin-top: 3rem;
      }

      .testimonial-image {
          margin-left: 4rem;
      }

      .testimonial-position{
          text-align: center;
      }

    }

    
      @media  screen and (min-width:481px)  and (max-width:767px){

        .section-testimonials{clip-path:  polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
    
    
        }
    
        .quotes-para{text-align: center;
                font-size: 1.1rem;}
          
    
          .testimonial{
              width: 100%;
          }
          .testimonial-2, .testimonial-3 {
              margin-top: 3rem;
          }
    
          .testimonial-image {
              margin-left: 7rem;
          }
    
          .testimonial-position{
              text-align: center;
          }
    
        
      }
      
      @media  screen and (min-width:768px)  and (max-width:1023px){
    .testimonial {width: 50%;}
    .testimonial-3{
        margin-top: 3rem;
    }
       
           
      }

/*************************/
      /*VALUES*/
/*************************/
.values{
    padding-top: 3.5rem;
    text-align: center;
    margin:0 auto;
    width: 85%;
    

}

.values-section{
    background: rgb(232, 232, 241);
    clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
    margin-top: -4.8rem;
    text-align: center;
    padding-top: 0rem;
}


.value{
    float: left;
    width: 25%;
    padding-top: 6rem;
  
   
}

.value-icon, .value-h3 {
    color:rgb(12, 44, 104);
}

.value-icon .material-icons{
    font-size: 2rem;
} 

.value-h3 {
    font-size: 1.4rem;
}

.value-p{
    line-height: 1.5rem;
    margin-top: 0rem;
    padding: 1.2rem;
    font-size: 1.1rem;
    color:rgb(7, 78, 192);
    text-align: justify;
}



@media  screen and (max-width:480px) {
    .value {
        width:100%;
        padding-top: 2rem;
    }

    .values-section{
        
        clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
       
    }


    .values{
        padding-top: 5rem;
       
    }

    .why-bensites-bannerh1 {
        padding-bottom: 2rem;
    }

    }

    
      @media  screen and (min-width:481px)  and (max-width:767px){
        .value {
            width:100%;
            padding-top: 2rem;
        }
    
        .values-section{
            
            clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
           
        }
    
    
        .values{
            padding-top: 5rem;
           
        }
    
        .why-bensites-bannerh1 {
            padding-bottom: 2rem;
        }
    
.value2, .value3,.value4 {
    margin-top: 1.2rem;
}


        }
    
        
      
      
      @media  screen and (min-width:768px)  and (max-width:1023px){
    
        .why-bensites-bannerh1 {
            padding-bottom: 3rem;
        }
        .value {
            width:33.3%;
          
        }
        .values-section{
            
        
            clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
           
        }

        .value, .value2, .value3,.value4 {
            margin-top: 1.2rem;
            padding-top:2rem;
        }


           
      }


/*********************/
/*----MODAL----**/
/********************/

.lightbox {
    display: none;
    
    margin: 0;
    color: rgb(40, 80, 173);
    
}

.modal-h2{
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
}

.modal-p{
    margin-top: 1.2rem;
    line-height: 1.5rem;
    font-size: 1.2rem;
    text-align: justify;
}

.read-more:link, .read-more:visited {
    text-decoration: none;
    font-size: 1rem;
    color:rgb(6, 38, 59)
}

.read-more:hover, .read-more:active {
   
    color:rgb(34, 44, 189)
}

/*********************/
/*----RECENT PROJECTS----**/
/********************/
.projects-section {
    text-align: center;
}

.image-container{
    float: left;
    width: 25%;
    position: relative;
}

.client {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: -2;
    text-align: center;
    font-size: 1.3rem;
    color:rgba(7, 38, 112, 0.787);
}

.project-image{
    width: 100%;
    z-index: 3;
    opacity: 1;
    transition: 1s all;
    object-fit: contain;
}

.project-image:hover {
    opacity: 0;
}




@media  screen and (max-width:480px) {
    
    .image-container{
        
        width: 100%;
        
    }
    

}

    
      @media  screen and (min-width:481px)  and (max-width:767px){
       
        .image-container{
        
            width: 50%;
            
        }
        
     


        }
    
        
      
      
      @media  screen and (min-width:768px)  and (max-width:1023px){
    
       
        .image-container{
        
            width: 50%;
            
        }

           
      }

/*********************/
/*----PRICING--**/
/********************/

.pricing-section{

    background: rgb(232, 232, 241);
    clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0% 100%);
    padding-top: 6rem;
    margin-top: -4rem;
    text-align: center;
}

.pricing-boxes{
    margin: 0 auto;
    width: 85%;
}

.package{
    width: 33.3%;
    float:left;
    text-align: center;
       
}

.package-box{
    box-shadow: 0.2rem 0.2rem 0.6rem rgb(167, 167, 224); 
   
    margin: 1rem;
}

.pricing-h3{
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}

.pricing-headings1{
    background-color: rgb(238, 212, 141);
   
}

.pricing-headings2{
    background-color: rgb(206, 206, 205);  
}

.pricing-headings3{
    background-color: rgb(255, 214, 103);  
}

.pricing-headings{
    padding: 1.2rem 0;
    color:darkblue;
}

.pricing-details{
    padding-bottom:2.9rem;
    padding-top: 1.5rem;
    color:rgb(19, 104, 216);
}

.pricing-detail{
   
    padding-top:1.3rem;
 
    margin-left: 5.5rem;
}

.pricing-icon {
    float: left;
}

.pricing-text {
    float: left;
    line-height: 1.5rem;
    margin-left: 0.5rem;
}

.price{
    margin-top: 0.5rem;
}


@media  screen and (max-width:480px) {
    
   .package{width: 100%;}

   .pricing-section{
   clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
   margin-top: -5rem;
   }

   .pricing-detail{
   
   
 
    margin-left: 4.8rem;
}

}

    
      @media  screen and (min-width:481px)  and (max-width:767px){
       
       
        .package{width: 100%;
            max-width: 25rem;
            margin:0 auto;
        
        
        
        }

        .pricing-section{
        clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
        margin-top: -5rem;
        
        
        }
     
        .pricing-detail{
        
        
      
         margin-left: 4.8rem;
     }
     


        }
    
        
      
      
      @media  screen and (min-width:768px)  and (max-width:1023px){
    
       
        .package{width: 50%;
        
        }

        .pricing-section{
        clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
        
        }
     
        .pricing-detail{
        
        
      
         margin-left: 4.8rem;
     }
     
        }

        @media  screen and (min-width:1024px)  and (max-width:1200px){

            .pricing-detail{
 
                margin-left: 3rem;
            }

        }


    /* ABOUT US */


    .about-us-section{
        padding:3rem 0;
        text-align: center;
    }

    .content-container{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width:90wv;
        max-width: 1190px;    
        margin:0 auto;
    
    }

    .content-container-a{
        flex-direction: row-reverse;
          margin:3rem 0;
         
    }

        .content-container-b {
          margin-bottom: 0;
    
        }


    .about-image-cover,.about-text-cover{
        flex:1 30rem;
        max-width: 30rem;
        margin:1rem;
    }


    .about-text-cover{
        text-align: center;
    }
    
    .about-image-a{
        width:100%;
        border-radius: 0.5rem;
    }

.about-sub-title{
    text-align: center;
        font-size: 2rem;
        color: rgb(0, 0, 0);
}

.about-p{
    color: #484848;
    font-size: 1.3rem;
    font-style: italic;
}

.home-bottom{
    background: linear-gradient(rgba(73, 10, 10, 0.7), rgba(73, 10, 10, 0.7)), url('Images/1.jpeg');
    background-attachment: fixed;
    background-size: cover;
    /* background-position: center; */
    padding:4rem 0;
    color: #ffffff;
    text-align: center;
    font-size: 1.5rem;
}

.home-bottom-p{
    max-width: 60rem;
    margin: 0 auto;
}

/* PROGRAMS */

.content-container-programs{
    align-items: flex-start;
}

.program-content{
    flex: 1 20rem;
    max-width: 20rem;
    margin:1rem;
    text-align: center;
}

.program-image{
    width:100%;
    border-radius: 0.5rem;
    height: 15rem;
    object-fit: cover;
}

.program-h4{
 color:rgb(180, 25, 25);
 font-size: 1.3rem;
 margin: 0.5rem 0;
}

.program-p{
    color: #484848;
    font-size: 1.1rem;
}

/* PARTNERS */

.partner-image{
    object-fit: contain;
}

/* GALLERY */

.carousel{
    flex:1 50rem;
    max-width: 50rem;
    margin:1rem;
}

.carousel .d-block{
    height:30rem;
    object-fit: cover;
}

.carousel-indicators{
    display: none!important;
}

.slide-h1,.slide-p,.slide-link{
    display: none;
}

.board-members{
    padding: 3rem 0;
    width:90vw;
    max-width:50rem;
    margin: 0 auto;
}

.board-members-image{
    width:100%;
}


      
