@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');



body{
	font-family: 'Roboto', sans-serif !important;
}

h2.title{
    text-align: center;
    color: #972719;
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
body h4{
    text-align: center;
    color: #5a1e98;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: .8px;
}
body h5{
    text-align: center;
    color: #333;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .8px;
}
body p{
    text-align: center;
    color: #444;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .8px;
}

body a,
body a:hover,
body a:focus{
	text-decoration: none;
	color: inherit;
}


/*Header*/
.header{
	padding: 10px 0;
	border-bottom: 1px solid #d0d0d0;
    background: #ffffff;
}
.header .row{
	align-items: center;
}
.header .right{
	text-align: right;
}

/*Subscribe*/
.subscribe .search {
	width: 100%;
	max-width: 450px;
	display: flex;
	margin-left: auto;
}
.subscribe .check {
	width: 100%;
	max-width: 450px;
	margin-left: auto;
	text-align: left;
	margin-bottom: 0;
}
.subscribe .searchTerm {
	width: 100%;
	height: 40px;
	border: 1px solid #6f6f6f;
	padding: 5px;
	outline: none;
	color: #000;
}

.subscribe .searchButton {
	width: 150px;
	height: 40px;
	border: 1px solid #5a1e98;
	background: #5a1e98;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	outline: none;
	box-shadow: none;
}
.subscribe .check label{
	cursor: pointer;
}
.subscribe .check label input{
	cursor: pointer;
}
.subscribe .check span{
	font-size: 13px;
	color: #bfbfbf;
}
.subscribe .check span a{
	font-size: 14px;
	text-decoration: underline;
}




/*main-div*/
.main-div{
	background: #889196;
	height: 100%;
}


/*product-section*/
.product-section{
	padding: 60px 0;
}
.product-section .box{
	background: #fff;
    max-width: 24%;
    margin: 0 .5%;
	margin-bottom: 20px;
	text-align: center;
	padding: 15px;
	transition: all .4s ease;
	box-shadow: 0 6px 20px -1px rgba(0, 0, 0, 0.3);
}
.product-section .box:hover {
	box-shadow: 0 0 30px -1px rgba(0, 0, 0, 0);
}
.product-section .box .txt{
    margin-top: 15px;
}

.product-section .box .txt h5.titl{
	font-size: 1.3rem;
	font-weight: 600;
}
.product-section .box .txt h5 span{
	color: #5a1e98;
}
.product-section .box:hover a{
	color: #5a1e98;
}

/*mobile-form*/
.mobile-form{
 	background: #5a1e98;
 	padding: 40px 0;
}
.mobile-form .subscribe .search,
.mobile-form .subscribe .check{
	margin-left: auto;
	margin-right: auto;
}
.mobile-form .subscribe .searchButton{
    border: 1px solid #000000;
    background: #000000;
}







footer{
	background: #151515;
	padding: 50px 0 0px 0;
}
footer h4{
	text-align: left;
	margin-bottom: 15px;
}
footer p{
	color: #bfbfbf;
	text-align: left;
	font-size: 14px;
}
footer .f1 .box{

}

footer .copy {
	background: #000;
	padding: 15px 0 10px 0;
	margin-top: 40px;
}
footer .copy p{
	text-align: center;
    margin-bottom: 4px;
}
footer .copy p a{
	color: #5a1e98;
}
