.responsive-btn a, .responive-nav a {
	color: #000;
	text-decoration: none;
	outline: none;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;	
}
.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;
}
/*.responive-nav {
	border-left: 1px solid #F9D908;
}*/
.circle-btn {
	height: 20px;
	width: 20px;
	text-align: center;
	border-radius: 100%;
	font-size: 14px;
	color: #fff;
}
.circle-btn:hover {
	color: #fff;
}
.nav-icon {
	width: 16px;
}
.arrow-down {
	float: right;
	width: 14px;
	margin-top: 5px;
}
.arrow-down2 {
	float: right;
	width: 16px;
	margin-top: 4px;
}
.wrapper {
	position: relative;
}
.nav-holder {
	position: relative;
	background: #fff;
}
.responive-nav {
	background: rgba(35,72,150,0.8);
	padding: 20px 0;
	overflow: auto;
	z-index: 999999999999;
}
.responive-nav ul {
	margin: 0;
	font-family: Roboto Slab;
	padding: 0;
	list-style: none;
}
.respoinve-nav-list li a {
	padding: 10px 20px;
	border-bottom: 1px solid #5C4B00;
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-family: saira, sans-serif; 
}
.respoinve-nav-list li a:hover {
	background: #FFD046;
	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: #F9D908;
	color: #222;
	border-bottom: 1px solid #5C4B00;
}
.responsive-btn {
	float: right;
	padding: 10px 0;
	margin-top: 25px;
	margin-right: 10px;	
}
.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
}
*: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: 600px) {
.responsive-btn {
	margin-top:25px;
	margin-right: 15px;
	display: block;
}
}
