.responsive-btn a, .responive-nav a {
	color: #555;
	text-decoration: none;
	outline: none;
	display: block;
}
.logers {
	display: block;
	width: 100%;
	background: #000;
	clear: both;
	padding: 8px 0;
	text-align: center;
	margin-bottom: 20px;
}
.nottt {
	float: left;
	margin-left: 20px;
	max-width: 43px;
}
.closer-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	background: #87754D;
	padding: 14.5px 11px;
}
.responsive-btn a:hover, .responsive-btn a:focus, .responsive-btn a:active {
	outline: none;
	text-decoration: none;
}
.responive-nav a:hover, .responive-nav a:focus, .responive-nav a:active {
	outline: none;
	text-decoration: none;
}
.circle-btn {
	height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 100%;
	font-size: 20px;
	color: #fff;
}
.circle-btn:hover {
	color: #fff;
}
.nav-icon {
	width: 16px;
}
.arrow-down {	
	width: 16px;
	margin-left: 6px;
}
.wrapper {
	position: relative;
}
/* Nav */
.nav-holder {
	position: relative;
	background: #fff;
}
.responive-nav {
	background: #87754D;
	padding: 0px 0;
	overflow: auto;
	z-index: 999999999999;
}
.responive-nav ul {
	margin: 0;
	font-family: 'Roboto Condensed';
	padding: 0;
	list-style: none;
}
.respoinve-nav-list {
	padding: 10px 0;
}
.respoinve-nav-list li a {
	padding: 14px 0px;
	/*border-bottom: 1px solid #E4E4E4;*/
	font-size: 17px;
	color: #fff;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-align: center;
}
.respoinve-nav-list li a:hover {
	background: #E4E4E4;
	color: #444444;
}
.respoinve-nav-list > li:last-child > a {
	border-bottom: 0;
}
.respoinve-nav-list li ul {
	margin: 0 0 0 0px;
}
.respoinve-nav-list li ul li a {
	padding: 9px 20px;
	margin: 0 0 0 0px;
	font-size: 14px;
	background: #303231;
	color: #fff;
	border-bottom: 1px solid #676B69;
}
.nav-icons {
	width: 22px;
}
.responsive-btn {
	float: right;
	padding: 10px 0;
	margin-top: 6px;
	margin-right: 25px;
	display: none;
}
.collapse {
	display: none
}
.collapse.in {
	display: block
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility
}
.quickr {
	display: block;
	text-align: center;
	clear: both;
	width: 100%;
	padding: 5px 0;
}
.booking-btn {
	padding: 7px 0px;
	border-radius: 15px;
	background: #fff;
	color: #000;
	display: block;
	width: 90%;
	margin: auto;
	font-size: 16px;
}
/* Theme transition Effect */
*:after, *:before, a, p, h1, h2, h3, h4, h5, h6, button, .course-column, .event-detail, .event-column, .event-detail ul, .blog-slider .owl-dots .owl-dot, .facts-column i, .nav-list > ul > li > a::before, .blog-column img, .blog-column, .instagram-gallery ul li a img, .overlay, .event-column img, .banner-tags img, .team-column.style-2, .service-column.style-3 .service-icon, .owl-nav .owl-prev, .owl-nav .owl-next, .tc-hover, .product-detail, .add-cart-option, .product-column img, .project-detail, .project-column img, .nav-list ul li > ul {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
@media all and (max-width: 1100px) {
.responsive-btn {
	margin-top: 10px;
	margin-right: 15px;
	display: block;
}
}
