@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
*{
    padding:0;
    margin:0;
    box-sizing: border-box;
   
}

.navbar-collapse{
    justify-content: center !important;
    width:90% !important;
}
.navbar-nav{
    justify-content: space-evenly !important;
    width: 100% !important;
    align-items: flex-end !important;
    padding: 0 2%;
    
}
#home{
    color: #575757 !important;
}

.nav-link {
    text-decoration: none !important;
    font-size: 20px !important;
    color: #C65F30 !important;
    font-weight: 600 !important;
    gap:20px !important;

}

.dropdown-menu{
    /* color: #575757 !important;
    text-align: center !important;
    width: 250px !important;*/
    border-radius: 0px !important;
    padding:0px !important;
    
}

.dropdown-divider{
    margin:0px !important;
}

.dropdown-item:hover{
    background-color: #aaaaaa !important;
    color: white !important;  
}

.dropdown-item{
    height: 45px !important;
    text-align: center !important;
    padding:0px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

li.divisions{
    width: 250px !important;
}
.dropdown-menu li{
    color: #575757 !important;
    text-align: center !important;
    width: 250px;
    border-radius: 0px !important;
    border-bottom: #aaaaaa solid 1px;
    

}

.dropdown-menu li:hover{
    background-color: #aaaaaa !important;
    color: white !important; 
}

.nav-link:hover {
    text-decoration: none !important;
    font-size: 20px !important;
    color: #575757 !important;
    font-weight: 600 !important;

   
}


.back-picture{
    
    background: linear-gradient(0deg,
    rgba(24, 23, 23, 0.75),
    rgba(26, 27, 27, 0.75)), url('/images/equipment5.jpeg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.back-picture2{
    
    background: linear-gradient(0deg,
    rgba(24, 23, 23, 0.75),
    rgba(26, 27, 27, 0.75)), url('/images/extra\ \(9\).jpeg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.back-picture3{
    
    background: linear-gradient(0deg,
    rgba(24, 23, 23, 0.75),
    rgba(26, 27, 27, 0.75)), url('/images/extra\ \(4\).jpeg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.back-picture4{
    
    background: linear-gradient(0deg,
    rgba(24, 23, 23, 0.75),
    rgba(26, 27, 27, 0.75)), url('/images/extra\ \(6\).jpeg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.carousel-item{
    height: 100vh;
}

.landing-qoute{
    width:90%;
    z-index: 1;
    border: #E6AD0D solid 2px;
    border-radius: 10px;
    height: 70px;
    background-color: white;
    margin-top: -20px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.landing{
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-quote{
    font-weight: 600;
    color: #575757;
}

.plant-p-container{
    color: #575757;
    font-weight: 600;
    font-size:small;
    padding: 0px 2%;
    height: 250px;
    overflow-y: scroll;
    width: 350px;

}

.plant-p-container1{
    color: #575757;
    font-weight: 600;
    font-size:small;
    padding: 0px 2%;
    height: 250px;
   
    width: 350px;

}

.text-span{
    width:10px;
    height: 10px;
    border: #575757 solid 1px;
    border-radius: 50%;
    background-color: white;
    
}

.text-style{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:5px;
}

.plant-heading{
    color: #575757;
    font-weight: bold;
    font-size: 20px;
}

.plant-container{
    display: flex;
    justify-content: space-evenly;
     padding: 0px 5%; 
    width: 100%;
    margin-top: 20px;
    height: 320px;
   
}

.left-heading{
    margin-bottom: 30px;
}

.left-text{
    color: #C65F30;
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;  /* For now!*/
}

.plant-right{
    width: 50%;
    height: 350px;
    margin-top: 20px;
}

.plant-left{
    width:50%;
    height: 350px;
    margin-top: 20px;
}

.headings-container{
    height: 50px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #C65F30;
    
}

.headings-container h1{
    font-weight:bold;
    font-style: italic;
}

#slider{
    background-color: #E6E6E6;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 50px;
}
.slider {
    margin-bottom: 30px;
    position: relative;
  }
  .slider .owl-item.active.center .slider-card {
    transform: scale(1.15);
    opacity: 1;
    /* background: #ff9966; /* fallback for old browsers */
    /* background: -webkit-linear-gradient(to bottom, #ff5e62, #ff9966); 
    background: linear-gradient(to bottom, #ff5e62, #ff9966);  */
    
  }
  .slider-card {
    background: #fff;
    padding: 0px 0px;
    margin: 50px 15px 90px 15px;
    border-radius: 0px;
    /* box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%); */
    transform: scale(0.9);
    opacity: 1;
    transition: all 0.3s;
  
    
  }
  .slider-card img {
   height: 300px;
   width: 350px;
    border: #C65F30 solid 2px;
    
  }
  .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
  }
  .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
  }
  .owl-dots {
    text-align: center;
  }
  .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #ccc !important;
    margin-left: 3px;
    margin-right: 3px;
    outline: none;
  }
  .owl-dots .owl-dot.active {
    background: #f44336 !important;
  }

  .solutions-heading{
    color: #E6AD0D;
    font-weight: bolder;
    font-style: italic;
    
}
.solutions-container{
    display: flex;
    justify-content: space-around;
    margin-bottom: 35px;
    width: 100%;

}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
 
}

.blocker-class{
    margin-bottom: 0 !important;
}
.rect{
    width:15px;
    height:5px;
    background-color: #000;
    display: inline-block;
   
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}


.solutions-heading-container{
    width:70%;
    display: flex;
    justify-content: center;
}

.solutions-a{
    border: none;
    background-color:#808080;
    width: 12em;
    height: 2.5em;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: larger;
    gap:20px;
}

.solutions-a-container{
    display: flex;
    justify-content: flex-start;
    width:30%;
}

.solutions-a:hover{
    text-decoration: none;
    color: #fff;
}
.bi2{
    color: #D28307;
    font-size: xx-large;
    font-weight:600 ;
}



.icons-img{
    height: 30px !important;
    width: 30px !important;
}

.icons{
    display: flex;
    height: 30px;
    gap: 10px;
}

  .footer{
    display: flex;
    justify-content: space-between;
    background-color:#E9E9E9;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 80px;
    height: 250px;
    
    
}

.socials{
    
    width:33%;
    margin-left: -45px;
    
   
}

.footer-image{
    height: 80px;
    width: 250px;
    margin-bottom: 20px;
}

.contact-footer{
    width: 33%;
    display: flex;
    flex-direction: column;
    gap:5px;
}
.footer-icons{
    display: flex;
    gap:10px;
    
    
}
.footer-hours{
    display: flex;
    flex-direction: column;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    border: #E6AD0D solid 2px;
}
  
  .active2, .dot:hover {
    background-color: #575757 !important;
}
/* .active{
    background-color: white;
} */
.footnotes{
    text-align: center;
    background-color: #808080;
    color: white;
   font-size: smaller;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footnotes-p{
    margin-bottom: 0;
}

/* footer section */

.footer-p-socials{
    color: #000;
    
   font-size: 11.8px;
    margin-top: -10px;
}
 .big-footer{
    color: #000;
    font-size: x-large;
    margin-top: 8px;
    
 } 

 .contact-big-footer{
    color: #000;
    font-size: x-large;
    margin-top: 8px;
 }

 .footer-p-contact{
    color: #575757;
    font-size: large;
    font-weight: bold;
    

 }

 .footer-p-hours{
    color: #575757;
    font-size: large;
    font-weight: bold;
    margin-top: -5px;
    display: none;
 }

 .footer-p-hours-time{
    color: #575757;
    font-size: large;
    font-weight: bold;
 }

 .footer-p-hours-dummy{
    color: #575757;
    font-size: large;
    font-weight: bold;
 }

 .footer-icons-container{
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
 }
/* Fading animation */
.available{
    font-size: smaller;
    color: #E6AD0D;
    font-weight: bold;
    font-style: italic;
    font-family:Verdana;
    margin-left: 15px;
}



.closed{
    color: #C65F30;
    font-style: italic;
 }
 .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  } 

  @media screen and (max-width: 767px) {
    .landing-qoute{
        text-align: center;
    }

    .inner-quote{
        padding:20px;
    }

    .plant-container{
        height: unset;
        flex-direction: column;
        justify-content: unset;
    }

    .plant-right{
        width:100%;
        height: 300px;
    }

    .plant-left{
        width:100%;
        margin-top: unset;
        
    }
    
    .headings-container{
        text-align: center;
        height: 100px;
    }

    .headings-container h1{
        margin-bottom: 0px !important;
        margin-top: 20px;
    }
    #slider{
        margin-top: 30px;
    }

    .solutions-container{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .solutions-heading-container{
        width: 100%;
        padding:10px;
        text-align: center;
    }

    .solutions-a-container{
        width: 100%;
        justify-content: center;
    }

    .solutions-a{
        width:10em;
        height:2em;
    }
    

    .footer{
        padding: 7px;
        flex-wrap: wrap;
        height: fit-content;
    }

    .socials{
        width:100%;
        margin: 0px;
        display: flex;
       flex-direction: column;
       align-items: flex-start;
       padding:10px;
    }

    .footer-p-socials{
        width:263px;
    }

    .contact-footer{
        width:100%;
        padding:10px;
        height: 190px;
    }

    .footer-hours{
        padding:10px;
    }

    .footnotes{
        width: 100%;
        height: 40px;
    }

    .footnotes-p{
        font-size: x-small;
    }

    .footer-icons-container{
        justify-content: unset;
        gap: 10px;
    }

    .footer-p-contact{
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .footer-p-hours{
        display: none;
    }

    .bi{
        margin-bottom: 0px;
        
    }

    
    .back-picture2, .back-picture3, .back-picture, .back-picture4, .back-picture5, .back-picture6 {
        background-repeat: no-repeat;
        background-size: 100% 50vh;
        background-position: center;
        height: 100%;
        width:100%;
        image-rendering: -moz-crisp-edges ;          /* Firefox */
        image-rendering: -o-crisp-edges ;            /*Opera  */
        image-rendering: -webkit-optimize-contrast ; /* Webkit (non-standard naming)*/
        -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
           
    }

    .carousel-item{
       height: 50vh;
        width:100%;
     }

}

@media screen and (min-width:768px) and (max-width:1030px ) {
    
    .plant-right{
        width:40%;
    }

    .plant-p-container{
        width:70%;
    }

    .plant-left{
        width:60%;
    }

    .left-heading{
        width:400px;
    }

    .solutions-heading-container{
        text-align: center;
        width:65%;
    }

    .footer{
        display: flex;
        justify-content: space-between;
        background-color: #E9E9E9;
        height: 250px;
        width: 100%;
        align-items: center;
        padding: 10px;

    }

    .footer-p-socials{
        width: 242px;
    }

    .footer-p-contact{
        margin-top: 0px;
    }

    .footer-p-hours-time{
        margin-top: -19px;
    }

    .contact-big-footer{
        margin-left: 10px;
    }

    .footer-p-hours.lower{
        margin-top: 0px !important;
    }

    .time{
        font-size: medium !important;
    }
    .footer-p-hours-dummy{
        display: none;
    }
    .icons-img{
        height: 20px !important;
        width: 20px !important;
    }

    .footer-image{
        height: 74px;
        width: 238px;
        margin-bottom: 15px;
    }
    .socials{
        margin: unset;
        width:34%;
    }

    .contact-footer{
        height: 250px;
        padding: 0px 7px;
        width: 37%;
    }

    .footer-icons-container{
        height: 150px;

    }

    .footer-icons{
        gap: 10px;
        height: 30px;
        align-items: center;
        margin-bottom: 1.3em;
        margin-left: 10px;
        
    }

    .available{
        text-align: center;
    }

    .footer-p-hours{
        display: block;
    }

    .bi{
        margin-bottom: 0.8em;
    }

    .footer-hours{
        height: 250px;
        gap: 7px;
    }

    .back-picture{
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        height: 100%;
        image-rendering: crisp-edges;
        image-rendering: -moz-crisp-edges;          /* Firefox */
        image-rendering: -o-crisp-edges;            /* Opera */
        image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
        -ms-interpolation-mode: nearest-neighbor;
    }

    .back-picture2{
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        height: 100%;
        image-rendering: crisp-edges;
        image-rendering: -moz-crisp-edges;          /* Firefox */
        image-rendering: -o-crisp-edges;            /* Opera */
        image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
        -ms-interpolation-mode: nearest-neighbor;
    }

    .back-picture3{
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        height: 100%;
        image-rendering: crisp-edges;
        image-rendering: -moz-crisp-edges;          /* Firefox */
        image-rendering: -o-crisp-edges;            /* Opera */
        image-rendering: -webkit-optimize-contrast; 
        -ms-interpolation-mode: nearest-neighbor;
    }

    .back-picture4{
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        height: 100%;
        image-rendering: crisp-edges;
        image-rendering: -moz-crisp-edges;          /* Firefox */
        image-rendering: -o-crisp-edges;            /* Opera */
        image-rendering: -webkit-optimize-contrast; 
        -ms-interpolation-mode: nearest-neighbor;
    }

    .solutions-a{
        width:10em;
        height:2em;
    }

    .solutions-a-container{
        padding-top:8px;
    }
}
  
#UPmyBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 10px;
    border: none;
    outline: none;
    background-color:#555;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 2px;
  }
  
  #UPmyBtn:hover {
    background-color: #C65F30;
  }

  