.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: #b20e2f;
}

.dropdown-menu > li > a {
	padding: 10px 20px 7px 20px;
	color: #333;
	border-bottom: 1px solid #ccc;
}

.dropdown-menu {
	padding: 0px;
}

.offer-item::after {
	background-color: #efb104;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

.offer-item {
	margin-bottom: 30px;
	overflow: hidden;
	padding: 60px 12px 40px;
	position: relative;
	text-align: center;
	box-shadow: 0 1px 6px rgba(57, 73, 76, .35);
	background-color: #fff;
}

.offer-item .offer-item-inner {
	position: relative;
	z-index: 2;
}

.offer-item h3 {
	color: #efb104;
	font-size: 1.13em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}


.services-data .offer-item {
	margin-bottom: 30px;
	padding: 5px 5px;
	box-shadow: 0 1px 6px rgba(57, 73, 76, .35);
}

.services-data .offer-item p {
	text-align: justify;
	padding: 0px 10px;
	font-size: 15px;
	line-height: 23px;
	margin-top: 10px;
}

.services-data .offer-item h2 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 20px;
}

.icons {
	height: 50px;
	width: 50px;
}

footer p,
footer a {
	color: #fff !important;
}

.page-top-in h2 {
	color: #fff;
	padding: 50px 0px !important;
}

.page-top-in a,
.page-top-in small {
	color: #fff;
}

@media screen and (min-width:320px) and (max-width:650px) {
	.text-box h3 {
		letter-spacing: .01em;
		font-size: 12px !important;
	}

	.header-top .logo {
		padding: 10px 0px;
	}

	.header-top .header-right-info {
		margin-top: -35px;
	}

	.header-top .header-right-info {
		padding-bottom: 34px;
	}

	.header-navigation .container .right-side-box {
		top: 49%;
	}

	.header-navigation {
		padding-left: 0px;
		padding-right: 0px;
	}

	.header-navigation .container {
		background: #fff;
		padding-top: 52px;
		padding-bottom: 8px;
	}

	.header-navigation .container .navbar-header {
		top: 45%;
		left: 25px;
		font-size: 22px;
	}

	.header.header-home-one {
		top: -20px;
	}

	.page-top {
		margin-top: -20px;

	}


}
