@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
*{
    padding:0;
    margin:0;
    box-sizing: border-box;
}
body{
    scroll-behavior: smooth;
}

/* Nevigation */

.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;
}

/* landing pictures*/

.back-picture{
    
    background: linear-gradient(0deg,
    rgba(24, 23, 23, 0.75),
    rgba(26, 27, 27, 0.75)), url('/images/extra\ \(7\).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/home5.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/equipment10.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/home\ \(1\).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-picture5{
    
    background: linear-gradient(0deg,
    rgba(24, 23, 23, 0.75),
    rgba(26, 27, 27, 0.75)), url('/images/home\ \(3\).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;
}

.divisions{
    width:90% !important;
}
.back-picture6{
    
    background: linear-gradient(0deg,
    rgba(24, 23, 23, 0.75),
    rgba(26, 27, 27, 0.75)), url('/images/home\ \(2\).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;
}


/*background section */

.bg-d-left{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width:60%;
    padding:10px;
}

.bg-d-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width:100%;
    gap:20px;
    
    
}

.background-container{
    padding:10px;
}

.text-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:10px;
    width:40%;
}

.right-text{
    display: flex;
    justify-content: flex-start;
    align-self: flex-start;
    color:#575757;
    font-weight: 400;
}

.right-text2{
    color:#575757;
    font-weight: 400;
}

.bold{
    
    color:#575757;
}

.background-heading{
    text-align: center;
    margin-top: 20px;

}

.space-filler{
    background-color: #808080;
    color: white;
    text-align: center;
    padding: 5px;
    font-style: italic;
    font-family: cursive;
}

.background-heading h1{
    color: #575757;
}
.bg-summary-container{
    display: flex;
   flex-direction: column;
    width:50%;
   
}
.bg-text{
    width:20%;
}

.bg-summary-container1{
    display: flex;
    flex-direction: column;
    width:50%;
    
}

.first{
    flex: 25%;
    display: flex;
    justify-content: center;
    
}
.second{
    flex: 25%;
    display: flex;
    justify-content: center;
   

}
.third{
    flex: 25%;
    display: flex;
    justify-content: center;

}
.fourth{
    flex: 25%;
    display: flex;
    justify-content: center;
    margin-left: 50px;
    
}


.leadership-p p{
    margin-bottom: -1px;
    width: fit-content;

}
.summary-images{
    width:150px;
    height: 150px;
}

.info{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
}

.info h4{
    color:#C65F30;
    font-weight: 600;
}

.info p{
    color: #575757;
    font-weight: 600;
}


#myBtn{
    border-radius: 5px;
    width: 150px;
    height: 40px;
    border: none;
    background-color: #E6AD0D;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    padding: 7px 0px 0px 0px;
    text-decoration: none;
    color: #575757;
    text-transform: uppercase;
    transition: ease-in-out .2s;
}


#myBtn:hover{
    height: 45px;
    width:200px;
    padding: 9px 0px 0px 0px;
    background-color: #575757;
    color: white;

    

}

.btn-container{
    width:100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

/* Clients section */

.client-slides-container{
    width: 100%;
    background-color: #E9E9E9;
    height: 400px;
    position: relative;
   
}
.clients-heading{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
   
}

.heading-h2{
    color: #575757;
    
}
.card-cover{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;

}
.clients-heading h1{
    color: #575757;
}
.mySlides{
    
    display: none;
    
}
.cards{
    height: 300px;
    width:300px;
    background-color: white;
    margin: 0 5px;
    display: flex;
    flex-direction: column;
    border-radius: 25px;
    align-items: center;
    border: #E6AD0D solid 2px;
    margin-top: 45px;
   
}

.cards h4{
    color: #575757;
    font-weight: 600;
    margin-bottom: 20px;
   
}

.cards p{
    color: #575757;
    font-weight: 400;
   
}

.cards-image{
    height: 100px !important;
    width:200px !important;
    padding:10px !important;
  
}

.cards-container{
    background-color: #E9E9E9;
    display: none;
}

/* get in touch section */
.qoute{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100px;
   
    
}
.qoute-text{
   
    font: Helvetica;
    color: #C65F30;
    
    
}

.qoute-text-container{
    width: 70%;
    color: #C65F30;
   text-align: center;
    

}

.bi2{
    color: #D28307;
    font-size: xx-large;
    font-weight:600 ;
}


.italics{
    font-style: italic !important;
    color:#C65F30 !important;
    
}

#touch{
    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;
}


#touch :hover{
    text-decoration: none;
}

/* Get in touch button*/

.solutions-container{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    align-items: center;
}

.solutions-heading-container{
    width:70%;
    display: flex;
    justify-content: center;

}

.solutions-heading{
    font: Helvetica;
    color: #C65F30;
    font-style: italic;
    
}

.solutions-a-container{
    display: flex;
    justify-content: flex-start;
    width:30%;
}

.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;
}

.bi2{
    color: #D28307;
    font-size: xx-large;
    font-weight:600 ;
}




/* 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;
}



/* footer section */

.footer{
    display: flex;
    justify-content: space-between;
    background-color:#E9E9E9;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 80px;
    height: 250px;
    
    
}

.footnotes{
    text-align: center;
    background-color: #808080;
    color: white;
   font-size: smaller;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footnotes-p{
    margin-bottom: 10px;
}

.privacy{
    color: white;
    
    text-decoration: none;
}
.privacy:hover{
    color: white;
}

.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;
    align-items: center;
}
.footer-hours{
    display: flex;
    flex-direction: column;
}

.icons{
    display: flex;
    height: 30px;
    gap: 10px;
}

.icons-img{
    height: 30px !important;
    width: 30px !important;
    
}

.bi{
    margin-bottom: 1em;
}
.footer-p-socials{
    color: #000;
    font-size: 11.8px;
    
    margin-top: -10px;
}
 .contact-big-footer{
    color: #000;
    font-size: x-large;
    margin-top: 8px;
    
 } 

 .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;
    
 }

 .closed{
    color: #C65F30;
    font-style: italic;
    
 }
/* Fading animation */
.available{
    font-size: smaller;
    color: #E6AD0D;
    font-weight: bold;
    font-style: italic;
    font-family:Verdana;
    margin-left: 15px;
}
 .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  } 

  #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;
  }


/* media section*/

@media only screen and (max-width: 767px) {
    .first, .second, .third, .fourth {
      width: 100%;
    }

    .info{
        width:100%;
        gap:0px;
      }
    
    .info h4{
        font-size: 1em;
    }

    .info p{
        font-size: 0.8em;
    }

    .summary-images{
        width:90px;
        height: 90px;
    }

    .fourth{
        margin-left: 0px;
    }

    .text-container{
        width: 100%;
    }

    .btn-container{
        margin-top: 0px;
    }

    .clients-heading{
        
        height: 100px;
        
    }
    .heading-h2{
        font-size: 20px;
    }
    .cards-container{
        display: inline;
    }

    .client-slides-container{
        display: none;
    }

    .qoute{
        height: 180px;
       gap:15px;
        justify-content: center;
       flex-direction: column;
        align-items: center;
    }

    .qoute-text-container{
        width: 100%;
    }

    .solutions-container{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap:15px;
    }

    .solutions-heading-container{
        text-align: center;
        width: 100%;
        padding:10px;

    }

    .solutions-a-container{
        width:100%;
        justify-content: center;
        height: 52px;
    }

    .solutions-a{
        width:10em;
        height:2em;
    }


    /* footer section */
    .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;
    }
    .privacy{
        font-size: x-small;
    }

    .footer-icons-container{
        justify-content: unset;
        gap: 10px;
    }

    .footer-p-contact{
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .bi{
        margin-bottom: 0px;
        
    }

    .owl-carousel{
        background-color: #aaaaaa;
    }

    .space-filler h3{
        font-size: 20px;
    }

    #touch{
        width:10em;
        height:2em;
    }

    #slider{
        width:100%;
    
      }

      .dropdown-item: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;
       
    }



  }

  


@media screen and (max-width:767px)  {
    .bg-d-container{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .bg-summary-container{
        flex-wrap: wrap;
        gap:10px;
    }

    .bg-summary-container1{
        flex-wrap: wrap;
        gap: 10px;
    }

    .bg-d-left{
        width: 100%;
       padding:unset;
    }

    .bottom-qoute-container{
        width: 93%;
        text-align: center;
        margin-top: 40px;
        color: #C65F30;
        margin-bottom: 40px;
        padding: 0px 15%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-p-hours{
        display: none !important;
    }

    
    .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) {
    .card-cover{
        gap: 20px;
    }

    
    
    .bg-d-container{
        flex-direction: column;
    }

    .bg-d-left{
        width:90%;
    }
    

    .text-container{
        width:78%;
        padding:unset;
    }
    .btn-container{
        margin-top: unset;
        margin-bottom: 20px;
    }

    .qoute{
        justify-content: space-around;
        padding: 0px 15px;
    }

    /* footer */

    .footer{
        display: flex;
        justify-content: space-between;
        background-color: #E9E9E9;
        height: 250px;
        width: 100%;
        align-items: center;
        padding: 0px 5px;

    } 


    .footer-p-socials{
        width: 240px;
    }

    .footer-p-contact{
        margin-top: 0px;
    }

    .footer-p-hours{
        
        display: block !important;

    }

    .footer-p-hours-time{
        margin-top: -19px !important;
    }

    .footer-p-hours-dummy{
        display: none !important;
    }

    .footer-p-hours.lower{
        margin-top: 0px !important;
    }

    .available{
        text-align: center;
    }

    .icons-img{
        height: 20px !important;
        width: 20px !important;
    }

    .footer-image{
        height: 74px;
        width: 238px;
        margin-bottom: 15px;
    }
    .socials{
        margin: unset;
        width:34%;
    }


    #touch{
        width:10em;
        height:2em;
    }

    .contact-footer{
        height: 250px;
        padding: 0px 7px;
        width: 37%;
    }

    .time{
        font-size: medium !important;
    }

    .contact-big-footer{
        margin-left: 10px;
    }

    .footer-icons-container{
        height: 150px;
       

    }

    .footer-icons{
        gap: 10px;
        height: 30px;
        align-items: center;
        margin-bottom: 1.3em;
        margin-left: 10px;
        
    }

    .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;
    }

    .back-picture5{
        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-picture6{
        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;
    }
    
}

@media screen and (min-height: 300px) and (max-height: 450px) {
    .back-picture{
        background: linear-gradient(0deg,
        rgba(24, 23, 23, 0.75),
        rgba(26, 27, 27, 0.75)), url('/images/tablet-images/extra_7_2_800x400.jpeg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: auto;
        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/tablet-images/home5_800x400.jpeg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: auto;
        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/tablet-images/equipment10_800x400.jpeg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: auto;
        height: 100%;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    
}

