*{
	margin: 0px;padding:0px;
}
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Lobster');
@import url('https://fonts.googleapis.com/css?family=Teko');
.header-menu{
	background-color: #353B48;
	color: white;
	font-size: 12px;
}

.header-menu span{
	color: white;
	font-size: 12px;
	padding: 5px;
	display: inline-block;
}


.header img{
	height: 70px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.search-box{
	margin-top: 30px;
	border: 2px solid #343D46;
}

.search-box input{
	width: 80%;
    padding: 4px 10px;
	font-size: 14px;
	border: none;
}

.search-box input:focus{
	outline: none;
}

.search-box button{
	color: white;
	border:none;
	background-color: #343D46;
	padding: 3px 20px;
	float: right;
}


.slider{
	min-height: 430px;
}

.slider img{
	max-height: 430px;
	width: 100%;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}


.menu{
	width: 100%;
	min-height: 40px;
	background-color: #353B48;
	color: white;
	border-bottom: 2px solid #F5A31E;
}

.menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}

.menu ul li{
	display: inline-block;
}

.menu ul li a{
	display: block;
	color:white;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: 'Raleway', sans-serif;
}

.menu ul li a:hover{
	background-color: #4D555C;
}

.menu ul li ul{
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	width: 300px;
	z-index: 200;
	border-bottom: 2px solid #FF9800;
	display: none;
}

.menu ul li ul li{
	display: block;
}

.menu ul li ul li a{
	border-bottom: 0.5px solid #353B48;
}

.menu ul li:hover ul{
	display: block;
	animation: showmenu 1s;
}

@keyframes showmenu{
	from{
		transform: translate(0px,30px);
		opacity: 0;	
	}
	to{
		transform: translate(0px,0px);
		opacity: 1;
	}
}





.carousel-caption{
	top: 30%;
}

.carousel-caption h5{
	font-size: 50px;
	font-weight: bolder;
	color: #DF2026;
}



.custom-caption{
    font-size: 50px;
    font-weight: bolder;
    color: #E4211D;
    padding-top:50px;
    text-align:center;
}





.custom-captionp{
	color: #333333;
	font-weight: normal;
	font-size: 22px;
	 text-align:center;
	 padding:20px 30px;
}


.custom-btn{
   margin:0px auto;
   display:block;
}








footer{
	width: 100%;
	color: white;
	min-height: 300px;
	background-color: #353B48;
}

footer img{
	height: 30px;
	width: 30px;
}

footer a img{
	margin-right: 5px;
}

footer h3{
	color: silver;
	border-bottom: 0.5px solid #4D555C;
	padding-bottom: 10px;
	margin-bottom: 20px;

}

.social-icon{
	margin-top: 30px;
}

footer ul{
	margin-left: 20px;
}

footer li a{
	color: silver;
	font-size: 14px;

}


.left-product ul{
    margin-left: 20px;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
}

.left-product ul li a{
	font-size: 14px;
}



/* .product-section .left-product details{
	color:#F5A31E;
	margin-bottom: 6px;
}

.product-section .left-product details div{
	border-left: 0.5px solid #C7CBD1;
	border-bottom: 0.5px solid #C7CBD1;
	border-right: 0.5px solid #C7CBD1;
}

.product-section .left-product details summary{
	color:white;
	padding:10px;
	font-size: 16px;
	border-radius: 5px;
	background-color: #343D46;
	text-transform: capitalize;

}

.product-section .left-product details summary:focus{
	outline: none;
} */


 .accordion-container{
	width: 100%;
	margin: 0px auto;
 }

 .accordion{
	width: 100%;
	background-color: #343D46;
	color:silver;
	font-size: 14px;
	border: none;
	text-align: left;
	padding: 10px; 	
	cursor: pointer;
	position: relative;
	transition: 0.4s;
 }

  .accordion:focus, .accordion:active{
  	border: none;
  	outline: none;
  }

  .accordion:after{
  	content:'+';
  	color: silver;
  	font-size: 18px;
  	position: absolute;
  	right: 10px;
  }

  .active:after{
  	content:'-';
  }


 .panel{
	width: 100%;
	padding: 0px 18px;
	border:0.5px solid #343D46;
	max-height: 0;
    overflow: hidden;
    box-sizing: border-box;
	transition: max-height 0.2s ease-out;
	margin-bottom: 10px;
 }



 .heading{
 	font-size: 22px;
 	font-weight: bold;
 	color: #2083C3;
 	text-transform: capitalize;
 	border-bottom: 0.5px solid #EBEDEF;
 	padding-bottom: 10px;
 	margin-bottom: 15px;
 	font-family: 'Roboto', sans-serif;
 }

 .product-section{
 	margin-top: 30px;
 }

 .product-box{
width: 100%;
min-height: 233px;
position: relative;
border: 0.5px solid silver;
-webkit-box-shadow: 0px 0px 2px 0px rgba(133,133,133,1);
-moz-box-shadow: 0px 0px 2px 0px rgba(133,133,133,1);
box-shadow: 0px 0px 2px 0px rgba(133,133,133,1);
border-radius: 5px;
transition: all 0.5s ease 0s;
overflow: hidden;
margin-bottom: 30px;
background-color: #E5ECF2;

 }
	
.overly_product{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	left: 0;
	top: 0;
	z-index: 300;
	margin-top: -400px;
	transition: all 0.5s ease 0s;
}

.overly_product h3{
	color: white;
	font-size: 20px;
	text-align: center;
	text-transform: capitalize;
	margin-top: 40%;
	font-weight: bold;
}

.overly_product button{
	margin: 0px auto;
	display: block;
	margin-top: 10px;
}

.product-box:hover{
-webkit-box-shadow: 0px 0px 2px 0px rgba(199,210,232,1);
-moz-box-shadow: 0px 0px 2px 0px rgba(199,210,232,1);
box-shadow: 0px 0px 2px 0px rgba(199,210,232,1);
}

.product-box:hover .overly_product{
	margin-top: 0px;
	transition: all 0.5s ease 0s;
}



.product-img {
width: 100%;
overflow: hidden;
padding: 2px;
box-sizing: border-box;
height: 169px;
}



.product-img img {
width: 100%;
height: 169px;
 transition:all 0.5s ease 0s ;
}

.product-box:hover .product-img img{
    transform:scale(1.1);
    transition:all 0.5s ease 0s ;
}


 .product_name{
font-size: 16px;
color: #343D46;
padding: 17px 10px;
text-align: center;
text-transform: capitalize;
font-weight: normal;
text-transform: capitalize;
line-height: 110%;
 }



.custom_design h4{
	font-style: normal;
	font-size: 22px;
	color: #318DC7;
	padding-top: 20px;

}

.custom_design h1{
	font-size: 27px;
	color: #253B97;
	font-family: 'Righteous', cursive;
}



 



 .design_img{
 	width: 100%;
 	max-height: 300px;
 	height: 300px;
 	background-image: url(../images/AboutUs.jpg);
 	background-size: 100% 100%;
 	background-repeat: no-repeat;
 	position: relative;
 }

 .design_img_overly{
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	top: 0;
  }

   .design_img_overly h2{
		font-size: 70px;
		color: white;
		font-family: 'Righteous', cursive;
		text-align: center;
		padding-top: 100px;
   }


  .custom_design p{
  	text-align: justify;
  	font-size: 16px;
  }

  .gellary_image img{
		width: 100%;
  }


  .online_support_icon img{
  	width: 50px;
  	height: 40px;
  	float: left;
  	margin-right: 20px; 
  }


.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none;
}


.detialsImage{
	width: 100%;
	max-height: 400px;
	height: 400px;
	border:0.5px solid #DBDDE0;
}

.detialsImage img{
	width: 100%;
	height: 400px;
}

.page_tab{
	margin-top: 40px;
}

.product-details h3{
	font-size: 20px;
	font-weight: bold;
}

.product-details p{
	font-size: 14px;
	color: #343D46;
}

.pPrice{
	font-size: 18px !important;
	font-weight: bold;
}


#home,#profile{
	border-left:0.5px solid #DBDDE0;
	border-right:0.5px solid #DBDDE0;
	border-bottom:0.5px solid #DBDDE0;
	padding: 20px;
	box-sizing: border-box;
}