.navbar button{
  border-radius: 35px;
  border: none;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  padding:0 10px;
  width: 145px;
  height: 35px;
  outline: none;
  margin-top:0px;
  margin-left: 60px;
}

.navbar #navbarSupportedContent li a{
  color: #B83227;
}
.navbar #navbarSupportedContent li a:hover{
  color: #EC4849;
}
 #button:hover{
  background: #9b59b6;
  color: #ecf0f1;
}
.footer button:hover{
   background: #9b59b6;
  color: #F6811A;
}


@media(max-width: 786px){
.carousel-inner .carousel-item img{
	height: 300px;
}

}
/*--------------About Us---------------*/
#about{
    margin: 50px 0;
}
.about p{
    text-align: justify;
}
#read-more{
    border: 1px dashed rgba(0,0,0,0.5);
    padding: 10px;
    
}
#read-more a{
    color: #000;
    text-decoration: none;
}
#read-more a:hover{
  color: #E74292;
    
  }
.about-img{
    margin-top: 50px;
}
/*-----------Why Choose Us-------------------*/
#choose-us{
    background: #26262626;
    background-size: cover;
    background-position: center;
   
}
#choose-us h1{
	margin-bottom: 40px;
}
.content{
    background-color: #FDFAFA;
    border-radius: 5px;
    margin-bottom: 30px;
}
.content:hover{
    transform: scale(1.05);
    transition: .2s linear;
    color: #B83227;
}
.content .content-box{
    padding: 20px;
}
.content.active{
    box-shadow: 5px 5px 20px rgba(0,0,0,.3),
                -5px -5px 20px rgba(0,0,0,.3);
    transform: scale(1.05);
}
del{
	color: red;
}
#product h1{
	text-align: center;
	color: red;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.product{
	background-color: #fff;
	box-shadow: 2px 2px 20px #000;
	margin-bottom: 20px;
	width: 250px;
}
@media(max-width: 786px){
	.product{
		width: 150px;
	}
}
.product:hover{
	transform: scale(1.02);
  color: #B83227;
}
.product .product-box .product-item img{
	width: 250px;
	height: 250px;
}

@media(max-width: 786px){
	.product .product-box .product-item img{
		width: 150px;
		height: 150px;
	}
}
.product .product-box .product-desc{
	background-color: #26262626;
	padding: 10px;
	text-align: center;
}
#product #read-more{
	text-align: center;
	align-items: center;
	justify-content: center;
  display: flex;
	box-sizing: border-box;
	border: none;
}
#product #read-more a{
	border: 1px dashed #000;
	padding: 10px;
}
#connect_us{
	background-color: #26262626;
}
.connect_us{
  padding: 20px 0;
}
.connect_us h1{
  text-align: center;
  text-transform: uppercase;
}
.connect_us .connect_us-box input{
  margin-bottom: 10px;
  height: 50px;
}
.connect_us .connect_us-box textarea{
  height: 150px;
}
.connect_us .connect_us-box ::placeholder{
  font-weight: 600;
  color: #9fa1a0;
}
.connect_us .connect_us-box button{
  border-radius: 40px;
  border: none;
  background-color: #000;
  color: #fff;
  padding:10px;
  width: 160px;
  height: 45px;
  outline: none;
  margin-top: 40px;
}
/*-----------Connect with us Area End------------------*/
/*-----------------Footer-----------------------*/
footer{
  background-color: #000;
}
.footer.about_uc p{
  color: #fff;
}
footer img{
  height: 80px;
}
.footer{
  padding: 20px 10px;
}
.footer p{
  text-align: justify;
  color: #fff;
  font-family: sans-serif;
  margin: 10px 0;
}
.footer h3{
   font-family: sans-serif;
  margin: 10px 0;
}
.footer button{
   border-radius: 35px;
  border: none;
  background-color: #fff;
  color: #F6811A;
  font-size: 22px;
  padding:0 10px;
  width: 200px;
  height: 50px;
  outline: none;
  margin-top:0px;
  margin-left: 0px;
}
.Subscribe{
  position: relative;
  margin-top: 20px;
}
.Subscribe ul li{
  display: inline-flex;
  list-style: none;
  padding:10px ;
}
.Subscribe ul li a{
  color: #fff;
  text-decoration: none;
}
.Subscribe ul li a i{
  font-size: 25px;
}
.contact p{
    color: #F6811A;
}
.contact span{
  color: #fff;
}
.contact span i{
  color: #F6811A;
  margin-right: 10px;
}
.footer p{
  color: #F6811A;
}
.footer h3{
  color: #F6811A;
}
.footer ul li{
  list-style: none;
  margin-bottom: 10px;
}
.footer ul li a{
  color: #ffffffff;
  text-decoration: none;
}
.footer ul li a:hover{
  margin-left: 3px;
}
.footer .fa-whatsapp{
  padding-left: 0;
}
.footer .fa-whatsapp:hover{
  color: #2ecc71;
}
}
.footer .fa-facebook:hover{
  color: #218CCD;
}
.footer .fa-twitter:hover{
  color: #218CCD;
}
.footer .fa-instagram:hover{
  color: #F77F1B
}
.copyright{
  padding: 10px 0;
  border-top: 1px solid #fff;
}
.copyright p{
  text-align: center;
  color: #fff;
}
@media(max-width: 768px){
  .footer{
    text-align:center;
  }
h1{
  font-size: 22px;
  text-align: center;
}

   h3{

    text-align: center;
    font-size: 18px;
  }

  p{
    font-size: 16px;
  }

  a{
    font-size: 16px;
  }
  span{
    font-size: 16px;
  }

}
