*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

body{
	margin:0;
	padding:0;
    overflow-x:hidden;

}

.carousel-item{
	max-height:730px;
   

}


.navbars01{

}

.navbar{

background:#24272d;
}
.navbars01 img{
	width:100%;
 max-height:80px;
margin-left:50px;
}



.navbars01 #navbarSupportedContent ul{
 
}


.navbars01 #navbarSupportedContent ul li{
	padding:20px;
}

.navbars01 #navbarSupportedContent ul li a {
    padding: 15px 15px 15px  0px;

 
color:#fff;
    font-size: .800em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .17em;
   
  
}





#navbar {
  overflow: hidden;
    background:#440458;
    z-index:999;

}
 
 
 
 
 
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

/* About Us   */


.imgs{
	overflow: hidden;
}

.imgs img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: 1s ease-in-out;
	 
}
.imgs:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);

}

.About p{
	color:#333;
}




/*  Products Slider */

.product_slides{

}

.product_slides  .row{
	background: #333;
}

.product_slides h3{
	color: #fff;
	text-align: center;
 padding-top:20%;
}
.product_slides .image01 img{
	width:100%;
	max-height:300px;
}


/*  our_product  */


.our_product_h{
	border:2px;
	border-right:solid red;
}


.our_product_h h3
{
	    margin: 0;
    font-size: 3em;
    --fontSize: 48;
    line-height: 1.25;
}

.our_product  p
{
font-size:20px;
	text-align: justify!important;

	}



	/*  Procducts*/ 


	.products{


	}



.s-effect {
 
  
  transition: transform 1s;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}


.products a{
	text-decoration: none;
	color: #333;
	font-weight:500;
	font-size:20px ;
}
.s-effect :hover {
  transition: transform 2s;
  transform: scale(1.1); 
  
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}


/* testimonials */


.testimonials{
background-image:url(img/testimonials.jpg);
background-size: cover;
background-repeat: no-repeat;
padding: 20px;
}


.testimonials  img{
	 width:100px;
	 height:100px;

}


.testimonials .carousel-inner{
 
 min-height:400px;
}

.testimonials .carousel-inner .carousel-item h5,p{
 color:#fff;
}

.carousel-indicators {
	 
bottom:20%	;
}



/*  Footer */



.footers{
	background: #24272d;
	padding:20px;
}

.footers img{
	width:100%;
 max-height:80px;
 
 
}

.footers .col h3,h5{
color:#fff;
}

.footers .col h5{
color:#fff;
}


.footers .col ul {
	list-style:none;
		line-height:50px;
}
.footers .col ul li{
	color:#fff;

}

.footers .col ul li{
	color:#fff;
}

.footers .col p a{
	color:#fff;
	text-decoration: none;
}

.footers .div04  button{
	background:#3E3D3D;
	padding:10px;
	color:#fff;
	border-style: none;
}

.footers .div04  button:hover{
	background:#8A8989;
}


.footers .fa {
  padding: 10px 10px;
  font-size: 18px;
  width: 35px;
  text-align: center;
  text-decoration: none;
  margin: 4px 2px;
  border-radius:5px;
}

.footer_top .fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}


.copyrights{
	background:#2b2e35 ;
	width:100%;

}

.copyrights h4{
	color:#fff;
	font-size:17px;
	padding:10px;
}
.copyrights .h4_1 a{
	 
	text-decoration: none;
		color:#FCFBFB;
}