html{
    overflow-x: hidden;
    background: black;
}


.page-holder {
    min-height: 100vh;
  }
  
.bg-cover {
  background-size: cover !important;
}

#why-us{
    background-color: black;
    color: white;
}

#why-us button {
    border: none;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px;
}

#why-us svg{
    margin-bottom: 15px;
    margin-top: 15px;
}


.why-us-cont{
    border-left: 0.5px solid white;
}

@media only screen and (max-width: 600px) {
    #why-us{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .why-us-mob{
        min-width: 90%;
        text-align: center;
        margin-left: 5%;
        margin-right: 5%;
    }
    .why-us-cont{
        border-left: none;
        border-top: 0.5px solid white;
    }
  }

.about-us-cont{
    border-left: 0.5px solid #1D1D1B;
    padding: 30px;
}

.about-us-cont-no{
    padding: 30px;
}

#why-us h3{
    font-size: 22px;
}

#why-us p{
    font-size: 16px !important;
    line-height: 113.5%;
}


#Products {
    color: #fff;
}

#Products-2 {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #000;
}

#Products-2 p {
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
}

#Products-2 h6 {
    color: white;
}

#Products-2 a {
    text-decoration: none;
}

.product-box {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.black-button {
    background: #000;
    color: white;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.orange-button {
    background: #dd5f37;
    color: white;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
	border-color: white;
}

.bg-black{
    background-color: black;
}


#testimonial {
    background-color: #FFFFFF;
    color: #000;
    padding-bottom: 40px;
}

#testimonial h2{
    text-align: center;
    color: white;
    font-size: 3em;
    font-weight: bold;
}

#testimonial svg{
    text-align: center;
}

.testimonial-head{
    font-size: 40px;
    line-height: 108.9%;
}

.box {
    background-color: #FFFFFF;
    margin: 30px;
    padding-top: 20px;
    text-align: center;
}

.rating {
    align-self: center;
}

.contact-button {
    background: #000;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px;
	border-radius: 0.3rem !important;
	border-color: white;
    border-style: solid;
}
.footer {
    background-color: #000;
    color: white;
    z-index: 111;
    padding-top: 30px;
}

.footer a{
    text-decoration: none;
    color: white;
    margin-left: 5px;
}
.footer svg{
    margin-bottom: 5px;
}

.Actions{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.nav-link {
    text-decoration: none;
    color: white;
}

.navbar a {
	color: white !important;
}

.nav-dropdown-black{
	background-color: #000;
}

.cursor{
	cursor: pointer;
}

.home-left{
	background-color: #dd5f37;
}

.home-message {
    display: table-cell;
    vertical-align: middle;
}

.home-message p {
    font-family: Arvo;
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
	 
    line-height: 115%;
    color: #000;
    padding: 0;
    margin: 0;
    margin-right: 20%;
}

@media only screen and (max-width: 600px){
	.home-left {
	    min-width: 100%;
	    height: 700px;
	    text-align: center;
	}
	.home-message {
   		margin-right: 3%;
    	margin-left: 3%;
    	margin-top: 20% !important;
    	margin-bottom: 20% !important;
	}	
	.home-message p {
    	margin-right: 0%;
	}
	.header-mobile-reverse{
    	flex-direction: column-reverse;
	}
	.mobile-text-center{
    	text-align:center;
	}	
	.notification-banner{
		font-size: 1.5em !important;
    	padding-right: 20px;
    	padding-left: 20px;	
	}
}

.home-message button {
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px;
    background: #dd5f37;
	border-color: white;
	color: white;
	border-style: solid;
}

.home-message a {
    color: black;
    text-decoration: none !important;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-family: Roboto;
}

.contact-details{
	color: #000 !important;
	text-decoration: none !important;
}

.product-list{
	text-align: left;
	padding-left: 5%;
}

.product-list p{
	margin-bottom: 0px;
	padding-bottom: 0px !important;
}

.notification-banner {
	width: 100%;
    text-align: center;
    padding-top: 140px;
    font-size: 3em;
    color: white;
}