body{
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
h1, h2 , h3 , h4 , h5 , h6{
	font-family: 'Oswald', sans-serif;
}
img{
	display: inline-block;
}
#tohover:hover{					/*  this block to add the hover effect on send button   */
	color: rgb(44,5,72);
	background-color: #fff;
}
.top-header{
	background:#2c0548;
	color:#fff;
	padding-top: 15px;
}
.top-header p{
	margin-top: 3px;
    font-size: 18px;
}
.top-header ul li{
	display: inline-block;
	padding-right: 15px;
}
.top-header ul li:last-child{
	padding-right: 0;
}
.top-header ul li a{
	color: #fff;
	font-size: 24px;
        
}
.logo-section{
	padding: 20px 0 0;
}
.logo-section .form-inline{
	margin-top: 55px;
}
.logo-section .form-inline .form-control{
	margin-right: -5px;
	border-radius: 0 ;
}
.btn-warning {
    color: #fff;
	border-radius: 0;
	height: 34px;
	border-color: #2c0548;
}
.btn-warning:hover {
	background-color: #fff;
}
.logo-section .logo img{
	width: 150px;
	margin: 0 auto;
}
.logo-section  .call-us{
	margin-top: 5px;
    margin-bottom: 10px;
}
.logo-section  .call-us a{
    font-size: 18px;
}
.menu .navbar-inverse {
    background-color: #2c0548;
    border-color:  #2c0548;
    border-radius: 0;
	margin-bottom: 0;
}
.menu .navbar-brand{
	color: #fff;
}
.menu .navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
#about-background{
	width: 100%;
	min-height: 300px;
	background: url(../images/background.jpg) no-repeat top center ;
	background-size: cover;
	background-attachment: fixed;
	margin-top: -20px
}


#myNavbar ul li:hover{
	background-color:black;
}
.slider{
	width: 100%;
	margin-bottom: 30px;
}
#wowslider-container1{
	margin-top: -20px;
}
.slider #wowslider-container1 .ws_images{
	overflow: hidden !important;
}
.about{
	margin-bottom: 30px;
}
.catalog {
	width: 100%;
	min-height: 400px;
	background: url(../images/background.jpg) no-repeat top center ;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 130px;
}
.catalog h2{
	color: #fff;
	
}
.products{
	padding: 50px 0 30px;
}
.products .thumb{
	text-decoration: none;
	color: #000;
}
.products .thumbnail{
	 min-height: 326px;
    padding: 10px;
	margin-bottom: 30px;
}
.products h2{
	margin-bottom: 30px;
	position: relative;
}
.products h2:after{
	content: "";
    width: 20%;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: 10%;
    bottom: 10px;
}
.products h2:before{
	content: "";
    width: 20%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 10%;
    bottom: 10px;
}
.products .thumbnail .detail span{
	float: left
}
.products .thumbnail .detail button{
	float: right;
	line-height: 10px;
    border-radius: 2px;
}

.btn-warning{
	background: #2c0548;
}
.footer-distributed{
	background-color: #2c0548;
	
	box-sizing: border-box;
	width: 100%;
	font: bold 16px sans-serif;
	text-align: left;

	padding: 50px 60px 40px;
	margin-top: 80px;
	overflow: hidden;
}

/* Footer left */

.footer-distributed .footer-left{
	float: left;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0 0 10px;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 0 0 10px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
.footer-bottom{
	color:#fff;
}

/* Footer social icons */

.footer-distributed .footer-icons{
	display: flex;
	margin-top: 40px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	
	border-radius: 2px;

	font-size: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	transition: all 2s;
	margin-right: 3px;
	margin-bottom: 5px;
}
.footer-icons .fab:hover{
	opacity: 0.5;
	
}

/* Footer Right */

.footer-distributed .footer-right{
	float: right;
}

.footer-distributed .footer-right p{
	display: inline-block;
	vertical-align: top;
	margin: 15px 42px 0 0;
	color: #ffffff;
}

/* The contact form */

.footer-distributed form{
	display: inline-block;
}

.footer-distributed form input,
.footer-distributed form textarea{
	display: block;
	border-radius: 3px;
	box-sizing: border-box;
	background-color:  #fff;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
	border: none;
	resize: none;

	font: inherit;
	font-size: 14px;
	font-weight: normal;
	color:  #d1d2d2;

	width: 400px;
	padding: 18px;
}

.footer-distributed ::-webkit-input-placeholder {
	color:  #5c666b;
}

.footer-distributed ::-moz-placeholder {
	color:  #5c666b;
	opacity: 1;
}

.footer-distributed :-ms-input-placeholder{
	color:  #5c666b;
}


.footer-distributed form input{
	height: 55px;
	margin-bottom: 15px;
}

.footer-distributed form textarea{
	height: 100px;
	margin-bottom: 20px;
}
.list-unstyled .fab:hover{
opacity: 0.4;
}
.footer-distributed form button{
	border: 1px solid #9861bf;
	background: #2c0548;
	color: #ffffff;
	padding: 15px 50px;
	font-weight: bold;
	float: right;
}



@media (max-width: 1000px) {

	.footer-distributed {
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-company-name{
		font-size: 12px;
	}

	.footer-distributed form input,
	.footer-distributed form textarea{
		width: 250px;
	}

	.footer-distributed form button{
		padding: 10px 35px;
	}

}


@media (max-width: 800px) {

	.footer-distributed{
		padding: 30px;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		float: none;
		max-width: 300px;
		margin: 0 auto;
	}

	.footer-distributed .footer-left{
		margin-bottom: 40px;
	}

	.footer-distributed form{
		margin-top: 30px;
	}

	.footer-distributed form{
		display: block;
	}

	.footer-distributed form button{
		float: none;
	}
}


.cate-produucts{
	padding: 0;
}



@media (max-width: 768px){
	.top-header p{
		text-align: center;
	}
	.pull-right {
		float: none !important;
		text-align: center;
	}
	.logo-section .form-inline {
		margin-top: 0px;
		text-align: center;
	}
	.logo-section .form-inline .form-control {
   		display: inline-block;
		width: 88%;
	}
	.logo-section .form-inline .btn-warning {
		position: relative;
		top: -1px;
	}
	
	.slider {
		min-height: auto;
	}
	.products h2:before , .products h2:after{
		display: none;
	}
	.products .thumbnail {
		min-height: 350px;
		padding-top: 30px;
	}
	
}
@media (max-width: 1111px){
	.top-header p{
		text-align: center;
	}
	.pull-right {
		float: none !important;
		text-align: center;
	}
	.logo-section .form-inline {
		margin-top: 0px;
		text-align: center;
	}
	.logo-section .form-inline .form-control {
   		display: inline-block;
		/*width: 88%;*/
	}
}
