#facts {}

.number-counters {display: flex; flex-wrap: wrap;}

.number-counters .counters-item {
	margin: 30px 0;
	text-align: center;
}

.number-counters .counters-item i {
	color: #3e9fbe;
	display: block;
	font-size: 50px;
	margin-bottom: 10px;
}

.number-counters .counters-item strong {
	display: block;
	font-size: 3rem;
	line-height: normal;
	margin-bottom: 15px;
}

.number-counters .counters-item p {
	font-size: 1.125rem;
}

#counter .counter-number {
	font-size: 48px;
	font-weight: bold;
	padding: 2px 0px;
}

#facts .fact-image {
	width: 100%;
}

#counter .number-counters .counters-item {
	margin-bottom: 0;
}

#counter .number-counters .counters-item i {
	color: #73AE20;
	display: block;
}

/* ----- Fun Facts ends ----- */



/* ----- Paralax  ----- */
#parallax {
	background: url(../images/parallax2.jpg) no-repeat;
	padding: 10% 0;
}

#experts {
	background: url(../images/parallax1.jpg) no-repeat;
}

.page_header {
	background: url(../images/page-tittle.jpg) no-repeat;
}

#counter {
	background: url(../images/counter.jpg) no-repeat;
	padding: 82px 0px;
	position: relative;
	z-index: 5;
}

#experts,
#parallax,
.page_header,
#counter {
	background-size: cover;
	width: 100%;
	background-attachment: fixed;
	background-position: center center;
}

#parallax,
#experts,
#experts p,
#counter,
#counter p {
	color: #fff;
	font-size: 15px;
}

#parallax h1 {
	font-weight: 200;
}

#parallax h2 {
	font-size: 1.65rem;
	font-weight: 200;
}

/* ----- Paralax  ----- */



/* ----- Pricings ----- */
.pricing {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}

.pricing .pricing_item {
	position: relative;
	margin: 1rem;
	padding: 2rem 1rem;
	border-top: 3px solid #73ae20;
	margin-top: 0;
	text-align: left;

	display: -webkit-flex;
	display: -moz-display;
	display: -o-display;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	-o-align-items: stretch;
	-ms-align-items: stretch;
	-moz-align-items: stretch;
	align-items: stretch;

}

.pricing.three .pricing_item,
.pricing .pricing_item {
	-webkit-flex: 0 1 330px;
	-moz-flex: 0 1 330px;
	-ms-flex: 0 1 330px;
	-o-flex: 0 1 330px;
	flex: 0 1 330px;
}

.pricing.four .pricing_item {
	-webkit-flex: 0 1 240px;
	-moz-flex: 0 1 240px;
	-ms-flex: 0 1 240px;
	-o-flex: 0 1 240px;
	flex: 0 1 240px
}

.pricing.two .pricing_item {
	-webkit-flex: 0 1 420px;
	-moz-flex: 0 1 420px;
	-ms-flex: 0 1 420px;
	-o-flex: 0 1 420px;
	flex: 0 1 420px
}


.pricing_item.active:hover,
.pricing_item:hover {
	border-color: #3e9fbe;
}

.pricing_item.active {
	border-color: #3e9fbe;
}

.pricing_item h3 {
	margin: 0 0 1rem;
}

.pricing_item .pricing_price {
	font-size: 2rem;
	padding: 0.5rem 0 0.75rem;
	border-top: 1px solid rgba(139, 144, 157, 0.18);
}

.pricing_item .pricing_price,
.pricing_item .pricing_sentence {
	color: #5b5b5b;
}

.pricing_item .pricing_currency {
	font-size: 0.5rem;
	vertical-align: super;
}

.pricing_item .pricing_sentence {
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(139, 144, 157, 0.18);
}

.pricing_list {
	font-size: 14px;
	padding: 25px 0;
	color: #5b5b5b;
}

.pricing_list li {
	margin-bottom: 8px;
	font-size: 15px;
}

.pricing_list li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	color: #73AE20;
}

.pricing_item a {
	width: 100%;
}

.pricing_item .btn_border {
	border-color: #73ae20;
}

/* ----- Pricings ends ----- */


/* ----- experts ----- */
.detail_course {
	background: #f2f2f2;
	padding: 20px 15px;
}

.detail_course .info_label {
	color: #5b5b5b;
	display: inline-block;
	margin-right: 20px;
}

.detail_course .icony {
	height: 32px;
	width: 32px;
	border-radius: 50%;
	background: #73AE20;
	color: #fff;
	display: inline-block;
	float: left;
	line-height: 32px;
	font-size: 18px;
	text-align: center;
}

.detail_course p,
.detail_course h5 {
	margin-left: 42px;
}

.detail_course p {
	font-size: 0.813rem;
	margin-bottom: 0;
}

.detail_course h5 {
	font-size: 0.875rem;
	font-weight: bold;
}

.detail_course .info_label:last-child {
	margin-right: 0;
}

.detail_course .info_label:last-child p {
	margin-left: 0;
}

.widget .media {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.widget .media h5 {
	font-weight: bold;
	font-size: 0.875rem;
	text-transform: uppercase;
}

.widget .media .btn-primary {
	font-size: 12px;
	padding: 5px 10px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	background: #3e9fbe;
}

.name {
	font-size: 0.813rem;
	display: block;
}

.widget .media .btn-primary,
.widget .media form {
	display: inline-block;
}

.logged {
	color: #3e9fbe;
}

.logged:hover,
.logged:focus {
	color: #73AE20;
}

#course_all .course h3 {
	font-size: 1.4rem;
}

.course:hover .btn_common.yellow {
	border-color: #3e9fbe;
}

.course:hover .btn_common.yellow:after {
	opacity: 1;
	height: 101%;
}

/* ----- experts ----- */



/* ----- Gallery ----- */
.cbp-l-filters {
	text-align: right;
}

.cbp-l-filters .cbp-filter-item.cbp-filter-item-active,
.cbp-l-filters .cbp-filter-item:hover,
.cbp-l-filters .cbp-filter-item:focus {
	color: #3e9fbe;
	background: transparent;
}

.cbp-filter-item.cbp-filter-item-active {
	cursor: default;
}

.cbp-l-filters .cbp-filter-item {
	color: #5b5b5b;
	font-size: 15px;
	font-weight: 600;
	border: none;
	overflow: hidden !important;
	padding: 0;
	margin: 0 8px 10px 8px;
	display: inline-block;
	cursor: pointer;
}

.cbp-l-filters .cbp-filter-item:before {
	color: #3e9fbe;
	content: attr(data-hover);
	left: 0;
	top: 0;
	max-width: 0;
	overflow: hidden;
	position: absolute;

	-moz-transition: max-width 0.5s ease 0s;
	-ms-transition: max-width 0.5s ease 0s;
	-webkit-transition: max-width 0.5s ease 0s;
	-o-transition: max-width 0.5s ease 0s;
	transition: max-width 0.5s ease 0s;
}

.cbp-l-filters .cbp-filter-item:hover::before,
.cbp-l-filters .cbp-filter-item:focus::before {
	max-width: 100%;
}

.overlay {
	background-color: rgba(15, 15, 15, 0.7);
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	position: absolute;
	opacity: 0;
	z-index: 99;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	-moz-transition: opacity .5s linear;
	-ms-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
	-webkit-transition: opacity .5s linear;
	transition: opacity .5s linear;
}

.cbp-item:hover .overlay,
.shopping_box:hover .overlay,
#expert_slider .item:hover .overlay {
	opacity: 1;
}

.cbp-item {
	position: relative;
}

.centered {
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 5px;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.overlay .opens {
	height: 70px;
	width: 70px;
	border-radius: 100%;
	display: inline-block;
	background: #3e9fbe;
	color: #fff;
	font-size: 28px;
	text-align: center;
	line-height: 72px;
	-moz-transform: rotate(50deg) scale(1.5);
	-ms-transform: rotate(50deg) scale(1.5);
	-o-transform: rotate(50deg) scale(1.5);
	-webkit-transform: rotate(50deg) scale(1.5);
	transform: rotate(50deg) scale(1.5);
}

.cbp-item:hover .overlay .opens {
	-moz-transform: rotate(0) scale(1);
	-ms-transform: rotate(0) scale(1);
	-o-transform: rotate(0) scale(1);
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

/* ----- Gallery ends ----- */





/**------ Page Header -------**/
.page_header .page-content {
	position: relative;
}

.page_header .page-content h1 {
	font-size: 2.625rem;
}

.page_header .page-content h1,
.page_header .page-content p {
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
	letter-spacing: 1px;
}

.page_header .page-content .page_nav {
	background: #fff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	bottom: 0;
	padding: 18px 40px 10px;
	display: inline-block;
	margin-top: 80px;
	color: #7f7f7f;
	font-size: 0.875rem;
	float: right;
}

.page_header .page-content .page_nav a {
	display: inline-block;
	margin: 0 10px;
	color: #0b0b0b;
}

.page_header .page-content .page_nav span i {
	margin-right: 5px;
}

/**-------Page Header ends------**/


/**-------Events------**/
.events:hover h4 a,
.news_box:hover h4 a,
.course:hover h3>a,
#expert_slider .item:hover h3 a {
	color: #3e9fbe;
}

/**------- Events ends------**/



/* --------------------- FAQ's --------------------- */
.faq_content .items>li>a {
	background: #fff;
	color: #0f0f0f;
	display: block;
	margin-bottom: 10px;
	padding: 15px 10px 15px 55px;
	position: relative;
	border: 1px solid #d5d5d5;
}

.faq_content .items>li>a:hover,
.faq_content .items>li>a.expanded {
	background: #3e9fbe;
	color: #fff;
}

.faq_content .items>li>a:after {
	background: #fff;
	content: "\f105";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 20px;
	height: 100%;
	left: 0;
	line-height: 30px;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 40px;
	border-right: 1px solid #d5d5d5;
}

.faq_content .items>li>a.expanded:after,
.faq_content .items>li>a:hover::after {
	background: #73AE20;
	border-color: #73AE20;
}

.faq_content .sub-items {
	display: none;
	padding: 20px 15px;
	border: 1px solid #d5d5d5;
	border-top: none;
	margin-bottom: 10px;
}

.faq_content .sub-items p {
	margin: 0;
}

faq_content .tab_drawer_heading:after {
	content: "\f107";
	display: inline-block;
	right: 20px;
	position: absolute;
	font-family: 'FontAwesome';
}

.faq_content .items>li>a.expanded {
	margin-bottom: 0;
}

.faq_content .items>li>a.expanded:after .faq_content .tab_drawer_heading.d_active:after {
	content: "\f106";
}

/* --------------------- FAQ's --------------------- */




/* --------------- BLOG ---------------  */


#blog .blog_item:last-child {
	border-bottom: none;
}




#blog .blog_newest {
	border: 1px solid #cccccc;
	padding: 5px;
}

#blog .blog_newest .post_img {
	height: 65px;
	width: 65px;
	display: table-cell;
	vertical-align: middle;
}

#blog .blog_newest .link {
	font-size: 0.875rem;
	display: block;
}

#blog .blog_newest .post_title {
	display: inline-block;
	font-weight: bold;
	line-height: 18px;
	margin-top: 5px;
}

#blog .blog_newest .post_title:hover {
	color: #73AE20;
}

#blog .blog_newest .text {
	display: table-cell;
	padding: 0 10px;

}

.blog-reply {
	padding-bottom: 25px;
	position: relative;
	border-bottom: 1px solid #d1d1d1;
}

.blog-reply h4,
.blog-reply .reply {
	text-transform: uppercase;
}

.blog-reply span {
	font-size: 12px;
	color: #767676;
}

.blog-reply .reply {
	color: #73AE20;
	font-size: 0.813rem;
}

.media-left,
.media>.pull-left {
	padding-right: 10px;
}

/*Form Used on many pages*/
form.findus {}

form.findus>.row {
	margin-left: -5px;
	margin-right: -5px;
}

form.findus .col-md-4,
form.findus .col-sn-4,
form.findus .col-md-12,
form.findus .col-md-6,
form.findus .col-sm-6,
form.findus .col-md-3,
form.findus .col-sm-3 {
	padding-left: 5px;
	padding-right: 5px;
}

form.findus .form-control {
	height: 48px;
	width: 100%;
}

form.findus .form-group {
	width: 100%;

}

form.findus .form-control,
form.findus textarea {
	padding: 12px 15px;
	margin-bottom: 10px;
	font-size: 14px;
	border: 1px solid #d1d1d1;
}

form.findus textarea {
	width: 100%;
	min-height: 210px;
}

/* --------------- BLOG ---------------  */



/* ------------------ SHOP ------------------ */
#shop .shopping_box {
	box-shadow: 0 0 2px #d1d1d1;
	min-height: 386px;
}

.shopping_box .shop_content {
	padding: 15px;
}

.shopping_box .shop_content .price_product,
.shop_info .price_product,
.cart_table .price_product {
	color: #73AE20;
}

.shopping_box a.btn-cart {
	position: absolute;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	bottom: 10px;
	opacity: 0;
}

.shopping_box:hover a.btn-cart {
	opacity: 1;
}

.shopping_box:hover a.title_link {
	color: #73AE20;
}

#shop .shop_info {}

.quote .quote {
	border: 1px solid #d1d1d1;
	margin-right: 10px;
	max-width: 50px;
	padding: 8px 10px;
	text-align: center;
	vertical-align: top;
}

.quote .quote,
.quote a {
	display: inline-block;
}

.share {
	border-bottom: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
	padding: 10px 0;
}

.share p {
	margin: 0;
}

.share ul {}

.share ul li {
	display: inline-block;
}

.share ul>li a {
	display: block;
	padding: 0px 5px;
	color: #616161;
	font-size: 14px;
}

.share ul>li a:hover,
.share ul>li a:focus {
	color: #73AE20;
}

.shop_info .tag_cate {
	font-size: 14px;
	color: #616161;
}

.shop_tab {
	border: 1px solid #d1d1d1;
}

.shop_tab .tabs {
	background: #f9f9f9;
	width: 100%;
}

.shop_tab .tabs li {
	border-bottom: 1px solid transparent;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	margin-bottom: -1px;
	margin-right: -4px;
	padding: 20px;
}

.shop_tab .tabs li.active,
.shop_tab .tabs li:hover,
.shop_tab .tabs li:focus {
	color: #73AE20;
	background: #fff;
}

.shop_tab .tab_content {
	border-top: 1px solid #d1d1d1;
	padding: 20px;
	width: 100%;
}

.product-info .tab_content p:last-child {
	margin-bottom: 0;
}

.cart_table table {
	margin-bottom: 0;
}

.cart_table .table-responsive thead {
	background: #f9f9f9;
}

.cart_table .table-responsive thead tr>th {
	padding: 15px 20px;
	border-bottom-width: 1px;
}

.cart_table .table-responsive tbody tr>td {
	vertical-align: middle;
	padding: 20px;
}

.cart_table .product-name {
	display: inline-block;
	vertical-align: middle;
}

.cart_table .btn-close {
	display: inline-block;
	color: #ff5b5b;
	font-size: 20px;
}

.apply_coupon {
	border: 1px solid #d1d1d1;
	border-top: none;
	padding: 20px;
}

.apply_coupon .coupon {}

.apply_coupon .coupon>form input[type="submit"]:hover,
.apply_coupon .coupon>form input[type="submit"]:focus {
	background: #FDB501;
	border-color: #FDB501;
}

.apply_coupon .coupon>form input {
	border: 1px solid #d1d1d1;
	padding: 6px 12px;
	vertical-align: top;
	height: 40px;
}

.apply_coupon .coupon>form .form-group>input {
	width: 100%;
}

.apply_coupon .coupon a {
	display: inline-table;
}

.totals {
	padding: 15px;
}

.total_form input {
	height: 40px;
}

.totals,
.total_form .select {
	border: 1px solid #d1d1d1;
}

.total_form .select {
	border: 1px solid #d1d1d1;
	overflow: hidden;
	height: 40px;
	width: 100%;
	position: relative;
	display: block;
}

.total_form select {
	height: 40px;
	padding: 5px;
	border: 0;
	width: 100%;
	color: #555;
	opacity: .6;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.total_form .select:after {
	content: "\f0d7";
	font-family: FontAwesome;
	color: #555;
	font-size: 16px;
	padding: 9px 8px;
	padding-right: 0;
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
	z-index: 1;
	text-align: center;
	width: 10%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
}

.totals .table-responsive tr>td {
	border: none;
	color: #737373;
	padding: 17px 10px;
}

.totals .table-responsive tr>td.yellow_t {
	color: #73AE20;
}

/* ------------------ SHOP ------------------ */



/* ------- 404 ------ */
#error {}

#error .error {
	position: relative;
}

#error .error h1 {
	position: relative;
	color: #ebebeb;
	font-size: 9.375rem;
}

#error .error h2 {
	font-size: 3.125rem;
	left: 50%;
	top: 50%;
	position: absolute;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* ------- 404 ------ */




/* --------------- testimonialS --------------- */
.testimonial_wrap {}

.testimonial_wrap .testimonial_text {
	padding: 20px 16px;
	position: relative;
	background: #3e9fbe;
}

.testimonial_wrap .testimonial_text p {
	color: #fff;
	font-size: 0.938rem;
}

.testimonial_wrap .testimonial_text::after {
	border-right: 30px solid transparent;
	border-top: 25px solid #3e9fbe;
	bottom: -25px;
	content: "";
	height: 0;
	left: 18px;
	position: absolute;
	width: 0;
}

.testimonial_wrap .testimonial_text>.quote {
	width: auto;
	margin-bottom: 15px;
}

.testimonial_wrap .testimonial_pic {
	margin-top: 30px;
	width: 100%;
}

.testimonial_wrap .testimonial_pic>img {
	width: 60px;
	float: left;
	margin-right: 10px;
}

.testimonial_wrap .testimonial_text>.quote,
.testimonial_wrap .testimonial_pic,
.testimonial_wrap .testimonial_pic>img {
	display: inline-block;
}

.testimonial_wrap .testimonial_pic span {
	display: block;
}

.testimonial_wrap .testimonial_pic span.color {
	margin-top: 9px;
	font-weight: 500;
}

.testimonial_wrap .testimonial_pic span.post_img {
	color: #646464;
	font-size: 0.875rem;
}

/* --------------- TestimonialS ends --------------- */



/* --------------- CONTACT US --------------- */
#contact {}

#contact .contact_img {}

#contact .contact_img>img {
	display: block;
	width: 100%;
}

#contact .contact_img .caption-number {
	background: rgba(255, 182, 0, 0.9);
	padding: 15px;
}

#contact .contact_img .caption_link,
#contact .contact_img .caption-number {
	display: block;
	font-size: 1.125rem;
	text-align: center;
	color: #fff;
}

.contact_address .address .icon {
	line-height: 60px;
	color: #fff;
}

#contact .contact_address {}

.contact_address .address p>a:hover,
.contact_address .address p>a:focus {
	color: #73AE20;

}

/*Map*/
#map {
	display: block;
	width: 100%;
	height: 400px;
}

.overlay_map {
	display: block;
	text-align: center;
	color: #3e9fbe;
	font-size: 3.750rem;
	line-height: 80px;
	opacity: 1;
	background: transparent;
	padding: 0 4px;
}


/* --------------- FOOTER ---------------*/
footer {
	/* background: #3e9fbe; */
}

.footer_panel .divider-left {
	background: #fff;
}

footer,
footer p {
	color: #fff;
}

footer .footer_panel h3 {
	display: block;
}

footer .footer_panel .footer_logo {
	display: inline-block;
}

.footer_logo>img {
	width: 100px;
}

footer .footer_panel p.address,
.services p.address {
	margin-left: 25px;
	margin-bottom: 15px;
}

footer .footer_panel p.address a:hover {
	color: #73AE20;
}

footer .footer_panel p.address>i,
.services p.address>i {
	display: inline-block;
	font-size: 15px;
	margin-left: -25px;
	vertical-align: middle;
	width: 25px;
}

.copyright {
	width: 100%;
	padding: 20px 0;
}

.copyright p {
	margin: 0;
	font-size: 0.875rem;
	line-height: normal;
}

.copyright p>a:hover {
	color: #3e9fbe;

}






@media screen and (max-width:1024px) {
	#history .history_wrap .col-md-7 {
		padding-left: 15px;
	}

	.pricing .pricing_item {
		margin: 1rem .5rem;
	}

	.pricing.three .pricing_item,
	.pricing .pricing_item {
		-webkit-flex: 0 1 220px;
		-o-flex: 0 1 220px;
		-moz-flex: 0 1 220px;
		-ms-flex: 0 1 220px;
		flex: 0 1 220px;
	}

	.pricing.two .pricing_item {
		-webkit-flex: 0 1 320px;
		-o-flex: 0 1 320px;
		-moz-flex: 0 1 320px;
		-ms-flex: 0 1 320px;
		flex: 0 1 320px;
	}

}

@media screen and (max-width:1024px) {

	nav.navbar.bootsnav.navbar-fixed .logo-display,
	nav.navbar.bootsnav.navbar-fixed .navbar-brand>.logo-display,
	.logo-display {
		display: none !important;
	}
}

@media screen and (max-width:992px) {
	html {
		font-size: 15px;
	}

	h2 {
		font-size: 1.625rem;
	}

	h3 {
		font-size: 1.25rem;
	}

	h4 {
		font-size: 1rem;
	}

	#text_rotator p {
		font-size: 0.875rem;
	}

	nav.navbar.bootsnav .navbar-toggle {
		float: right;
		margin: 12px 0 0 15px;
		background-color: transparent !important;
	}

	nav.navbar.bootsnav .navbar-brand {
		float: left !important;
	}

	nav.navbar.bootsnav .navbar-brand,
	nav.navbar.bootsnav.navbar-fixed.no-background .navbar-brand {
		padding: 10px 0;
	}

	nav.navbar.bootsnav .navbar-brand img,
	nav.navbar.bootsnav.navbar-fixed.no-background .navbar-brand img.logo-scrolled,
	.navbar-brand img {
		width: 80px;
	}

	nav.navbar.bootsnav.pushy .navbar-toggle {
		display: none;
	}

	nav.navbar.bootsnav .navbar-header {
		padding-left: 15px;
		padding-right: 15px;
	}

	nav.navbar.bootsnav ul.nav>li {
		margin: 0;
	}

	nav.navbar.bootsnav ul.nav>li>a {
		padding: 10px 0 !important;
	}

	nav.bootsnav .megamenu-content .title {
		font-size: 14px;
	}

	.search_btn {
		margin-top: 17px !important;
	}

	.bootsnav.no-background .search_btn>span {
		border-color: #0f0f0f;
		color: #0f0f0f;
	}

	nav.navbar.bootsnav.navbar-fixed.no-background #menu_bars span {
		background: #0f0f0f;
	}

	nav.navbar.bootsnav.navbar-fixed.no-background #menu_bars span {
		background: #000;
	}

	nav.navbar.bootsnav.navbar-fixed.no-background #menu_bars,
	nav.navbar.bootsnav #menu_bars {
		margin-top: 8px;
	}

	.pushmenu .push_nav>li>a {
		font-size: 0.875rem;
		padding: 0;
	}

	#counter .number-counters .counters-item {
		margin-bottom: 30px;
	}

	#experts,
	#parallax,
	.page_header,
	#counter {
		background-position: center center !important;
	}

	.detail_course .info_label:last-child {
		display: block;
		margin-top: 20px;
	}

	.single_post {
		font-size: 12px;
	}

}

@media screen and (max-width:767px) {
	html {
		font-size: 14px;
	}

	.tparrows,
	.topbar,
	.search_btn,
	.owl-threme .owl-controls .owl-buttons div,
	#review_slider:before,
	#review_slider:after {
		display: none;
	}

	.pushmenu .push-logo {
		padding: 0;
	}

	.pushmenu .push-logo>img {
		width: 80px;
	}

	.rotate_caption {
		padding: 5% 1%;
	}

	.icon_box {
		margin-left: 15px;
		margin-right: 15px;
	}

	#about .about_box {
		top: 0;
		margin-left: -15px;
		margin-right: -15px;
	}

	#about .about_box:nth-child(3) {
		margin-bottom: 50px;
	}

	.about_box.active {
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#about .priorty {
		margin-bottom: 20px;
	}

	#history .history_wrap h3 {
		margin-top: 10px;
	}

	/* Fun Facts */
	.number-counters .counters-item {
		text-align: center;
	}

	.number-counters .counters-item.last {
		margin-bottom: 0;
	}

	.number-counters .counters-item i {
		display: block;
	}
}