body{
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-size: 100%;
	font-family: 'Open Sans', sans-serif;
}
a{
	text-decoration: none;
}
.wrapper{
}
/*Header*/
.navbar-brand{
	font-size: 30px;
	color: #e57715;
	font-weight: bold;
}
.navbar-brand:hover{
	color: #e57715;
}
.om-white{
	background: #e57715;
}
.sticky-top {
    z-index: 1030 !important;
    background: #fff;
}
header .nav-item:last-child{
	padding-right: 3px;
}
header .nav-item:last-child a{
	padding-right: 0px !important;
}
header .nav-link{
	text-transform: uppercase;
	letter-spacing: .5px;
	font-size: 16.67px;
	font-weight: 600;
	color: #000;
}
header form .searchicon{
	position: absolute;
	right: 36px;
	bottom: 11px;
	font-weight: bold;
}
header .nav-link:hover{
	background: #e57715;
	transform: skewX(-10deg);
	transition: .7s;
}
.nav-item:hover a{
	color: #fff;
}
.logo img{
	width: 87px;
}
figure, h1, h2, h3, h4, h5, h6{
	margin:0;
}
.comn-button{
	font-size: 23.15px;
	letter-spacing: 4px;
	border-radius: 36px;
	color: #fff;
	border: 0;
}
.showmorebtn{
	background: #79726b;
}
.readmorebtn{
	background: #e2a355;
}
.om-white img{
	width: 50px;
}
.om-white figure {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
}
.om-white label{
	margin-bottom: 0;
	color: #fff;
	font-size: 20px;
}

@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}
footer{
	background:  #e57715;
}
footer p{
	margin-bottom: 0;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}