/*--------------------- Copyright (c) 2022 -----------------------
[Master Stylesheet]
Project: SuperBike HTML Website Template 
Version: 1.0.0
-------------------------------------------------------------------
[Table of contents]

1. Body
2. Typography css / a
3. Preloader / #Preloader
4. Header css Start / .px_header
5. Banner css Start / .px_banner
6. About css Start / .px_about
7. Services css Start / .px_services
8. Feature css Start / .px_feature
9. Counter css Start / .px_counter
10. Responsive css Start / .px_header
-------------------------------------------------------------------*/
body {
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	background-color: #ffffff;
	color: #888;
	font-size: 15px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0;
}

a,
a:hover,
a:focus,
a:not([href]):not([tabindex]) {
	text-decoration: none;
	color: #000000;
	transition: all 0.3s ease-in-out;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	font-weight: 400;
	color: #888888;
	font-family: 'Montserrat', sans-serif;
}
.px_all_section_main {
    overflow: hidden;
}
/* preloader section*/
.px_preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 1111;
}

.loader {
	position: absolute;
	top: calc(50% - 150px);
	left: calc(50% - 64px);
	height: 150px;
	width: 150px;
	line-height: 190px;
	text-align: center;
	margin: 0 auto;
}

.spinner {
	margin: 100px auto;
	width: 40px;
	height: 40px;
	position: relative;
}

.cube1,
.cube2 {
	background-color: #2f3942;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-cubemove 2.5s infinite ease-in-out;
	animation: sk-cubemove 2.5s infinite ease-in-out;
}

.cube2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
	25% {
		-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
	}

	50% {
		-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
	}

	75% {
		-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
	}

	100% {
		-webkit-transform: rotate(-360deg)
	}
}

@keyframes sk-cubemove {
	25% {
		transform: translateX(42px) rotate(-90deg) scale(0.5);
		-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
	}

	50% {
		transform: translateX(42px) translateY(42px) rotate(-179deg);
		-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
	}

	50.1% {
		transform: translateX(42px) translateY(42px) rotate(-180deg);
		-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
	}

	75% {
		transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
		-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	}

	100% {
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
	}
}

/*preloader end*/

.section {
	padding: 70px 0px 82px;
}

button.px_btn.px_btn_1.about-btn-color {
	background: #2f3942;
	color: #fff;
}

.px_btn,
.px_btn:focus {
	min-width: 150px;
	height: 45px;
	background-color: #ffffff;
	color: #2f3942;
	border: none;
	line-height: 44px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
	position: relative;
	display: inline-block;
	transition: all 0.3s;
	z-index: 1;
	outline: none;
	overflow: hidden;
}

.px_btn:after {
	background: #283139;
	width: 100%;
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	z-index: -1;
	-webkit-transform: skew(-45deg) scaleX(0);
	transform: skew(-45deg) scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.px_btn:hover {
	color: #fff;
}

.px_btn:hover:after {

	-webkit-transform: skew(-45deg) scaleX(1);
	transform: skew(-45deg) scaleX(1);
}

.px_heading01 {
	text-align: center;
}

.px_heading {
	text-align: center;
}

.px_heading h3 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 800;
	color: #2f3942;
	position: relative;
	display: inline-block;

}

.about_heading h3 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 800;
	color: #ffffff;
	position: relative;
	display: inline-block;

}

ul.px-all-page-section li {
	display: inline-block;
}

ul.px-all-page-section li a {
	color: #fff;
	position: relative;
}

li.px-all-page-section.active {
	color: #2f3942;
	position: relative;
}

.c_w {
	color: #ffffff;
}

.px_heading.all_heading.all_heading_01 h3 {
	color: #ffffff;
}

.px_heading.all_heading {
	text-align: center;
}

.px_heading.all_heading h3 {
	color: #ffffff;
}

.px_heading.all_heading p {
	color: #ffffff;
}

.px_heading.all_heading>p {
	font-size: 16px;
	color: #000000;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding-top: 20px;
}

.px_heading01 h3 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 800;
	color: #2f3942;
	position: relative;
	display: inline-block;

}

.px_heading01.px_heading_event h3 {
	color: #2f3942;
	padding-bottom: 44px;
}

.px_new_service_section {
	padding-top: 44px;
}

.service_new_image img {
	position: relative;
}

.px_heading h3:before {
	background-color: #ffffff;
	width: 35%;
	z-index: 1;
}

.px_header .px_nav_menu>ul>li>a.px_active {
	color: #ffffff;
}

.px_header .px_nav_menu>ul>li>a.px_active:after {
	opacity: 1;
	width: calc(100% - 10px);
}

/*Index Page Start*/
.px_header {
	background-color: #2f3942;
}

.px_main_wrapper {
	overflow: hidden;
	background-image: url(https://via.placeholder.com/1920x1080);
	background-repeat: no-repeat;
	padding: 0px 0px 100px;
}

.px_head_wrapper {
	position: relative;
	background-color: #2f3942;
	z-index: 1;
}

.px_head_wrapper.sizer {
	padding-bottom: 300px;
}

.px_btn.contact_button {
	background: #2f3942;
	color: #fff;
}

.large_heading h1 {
	position: absolute;
	top: 135px;
	left: 50px;
	z-index: -1;
	font-size: 245px;
	text-transform: uppercase;
	font-weight: 700;
	color: hsl(222deg 9% 28%);
	animation: 5s installation2 infinite alternate;
	opacity: 0.1;
}

@keyframes installation2 {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-10px);
	}
}

.px_header .px_logo {
	padding: 12px 0;
	position: relative;
}

.px_header .px_logo a img {
	max-width: 200px;
	margin-left: 10px;
}

.px_header .px_logo .px_menu_toggle {
	position: absolute;
	top: 17px;
	right: 0;
	display: none;
}

.px_header .px_logo .px_menu_toggle span {
	font-size: 22px;
	color: #ffffff;
	cursor: pointer;
}

.px_header .px_nav_menu>ul {
	text-align: right;
	vertical-align: middle;

}

.px_header .px_nav_menu>ul>li {
	display: inline-block;
	position: relative;
	padding: 17px 0 0;
}

.px_header .px_nav_menu>ul>li>a {
	text-transform: capitalize;
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	display: block;
	position: relative;
	margin: 0px 17.5px;
	transition: all 0.3s ease-in-out;
}

.px_header .px_nav_menu>ul>li>a:hover {
	color: #ffffff;
}

.px_header .px_nav_menu>ul>li>a:after {
	position: absolute;
	top: 100%;
	left: 5px;
	opacity: 0;
	width: 0;
	height: 2px;
	background-color: #ffffff;
	content: "";
	display: inline-block;
	transition: all 0.3s ease-in-out;
}

.px_header .px_nav_menu>ul>li>a:hover:after {
	opacity: 1;
	width: calc(100% - 10px);
}

.px_header .px_nav_menu>ul>li>ul {
	position: absolute;
	min-width: 150px;
	text-align: left;
	opacity: 0;
	left: 18px;
	visibility: hidden;
	top: 100%;
	border-right: 2px solid #2f3942;
	background-color: #ffffff;
	transform: translateY(-100px) rotateX(90deg);
	transition: all 0.3s ease-in-out;
}

.px_header .px_nav_menu>ul>li:hover>ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
	transform: translateY(0px) rotateX(0deg);
	z-index: 9;
}

.px_header .px_nav_menu ul>li>ul>li>a {
	padding: 10px 10px 0px;
	text-transform: capitalize;
	font-weight: 400;
	display: inline-block;
}

.px_header .px_nav_menu ul>li>ul>li {
	transition: all 0.3s ease-in-out;
}

.px_header .px_nav_menu ul>li>ul>li:hover {
	background-color: #f5f5f5;
}

.px_header .px_nav_menu ul>li>ul>li>a:last-child {
	padding-bottom: 10px;
}

.px_banner {
	padding-top: 125px;
	padding-bottom: 125px;
}

.banner_image {
	position: relative;
}

.banner_image img {
	position: absolute;
	left: -200px;

}

.px_banner .banner_contents {
	margin-top: 100px;
}

.px_banner .banner_contents h3 {
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	padding: 20px 70px 20px 35px;
	position: relative;
	font-size: 20px;
	font-weight: 600;
	overflow: hidden;
	background: #2f3942 !important;
}

.px_banner .banner_contents h3:before {
	position: absolute;
	content: '';
	background-color: #ffffff;
	top: 0;
	left: -13px;
	bottom: 0;
	width: 100%;
	transform: skew(25deg);
	z-index: -1;
}

.px_banner .banner_contents h3:after {
	position: absolute;
	top: 0;
	right: 12px;
	bottom: 0;
	content: "";
	display: block;
	border-left: 5px solid #fff;

	width: 12px;
	backface-visibility: hidden;
	transform: skew(25deg);
}

.px_banner .banner_contents h2 {
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	font-size: 55px;
	font-weight: 800;
	font-family: 'Scheherazade New', serif;
}

.px_banner .banner_contents p {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
}

.px_banner .banner_contents .px_btn {
	margin-top: 20px;
}

.heading_color {
	color: #ffffff;
}

.px_about.section {
	padding: 70px 0px 109px;
	overflow: hidden;
}

.px_about {
	position: relative;
	z-index: 1;
}

.px_about .large_heading h1 {
	top: 0;
	left: unset;
	right: 50px;
	font-size: 130px;
}

.about_img.about-img1 {
	position: absolute;
	top: 40%;
}

.about_img img {
	border-radius: 0;
}

.px_about .about_content {

	padding: 23px 20px 30px 0px;

	border-radius: 20px;
}

.px_about .about_content .px_heading {
	margin-bottom: 13px;
}

.px_about .about_content .px_heading h3 {
	color: #2f3942;
	display: block;
	text-align: left;
}

.px_about .about_content .px_heading h3:before {
	background-color: #000000;
}

.px_about .about_content p {
	color: #888888;
}


.px_services {
	position: relative;
	background-color: #2f3942;
	z-index: 1;
	padding: 70px 0px 40px;
	overflow: hidden;
	position: relative;
}

.service_new_text {
	position: relative;
}

.service_new_text:after {
	position: absolute;
	content: '';
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	background: #000;
	border-radius: 10px;
	z-index: -1;
	transition: 0.3s;
	opacity: 0;
}

.service_new_text:hover:after {
	transform: rotate(3deg);
	left: -10px;
	bottom: -10px;
	opacity: 0.3;
}

.px_services .large_heading h1 {
	top: 0;
	left: 0;
	font-size: 200px;
}

button.px_btn.about-btn-color.px-about-page-btn {
	margin-top: 15px;
}

.about_heading.about-heading-about {
	padding-bottom: 30px;
}

.service_section .service_block {
	background-color: #283139;
	padding: 30px 10px;
	margin-bottom: 30px;
	text-align: center;
	transition: all 0.3s ease-in-out;
	border-radius: 30px 0px 30px 0px;
}

.service_section .service_block:hover {
	transform: translateY(-10px);
}

.service_section .service_block img {
	margin-bottom: 10px;
}

.service_section .service_block h5 {
	color: #ffffff;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 400;
	margin: 0;
}

.service_new_text {
	border-radius: 10px;
	text-align: center;
	padding: 30px;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 7%);
	position: relative;
	background: rgb(255 255 255 / 95%);
	margin-bottom: 30px;
}

.px-services-img {
	margin-bottom: 30px;
}

a.px-services-title {
	display: block;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #2f3942;
}

.px_heading1>p {
	font-weight: 600;
	letter-spacing: 1px;
	color: #ffffff;
}

.px_heading1p.heading_change {
	color: red !important;
}

.px_heading1>h3 {
	color: #000000;
	font-size: 20px;
}

.px_heading1.px_heading1_01 h3 {
	color: #ffffff;
}

.mb-3.service_p1 {
	color: #ffffff;
}

.service_p2 {
	color: #ffffff;
}

.mb-3.service_p3 {
	color: #ffffff;
}

.px_services .service_content .px_heading {
	margin-bottom: 27px;
}

.px_heading01.px_heading01_achieve h3 {
	color: #fff;
	display: block;
	text-align: left;
	padding-top: 28px;
}

.px_feature {
	position: relative;
	padding-top: 64px;
	padding-bottom: 40px;
	z-index: 1;
}

.px_feature .large_heading h1 {
	top: 0;
	left: 0;
	font-size: 200px;
}

.px_feature .px_heading {
	text-align: center;
}

.px_feature .px_heading h3:before,
.px_feature .px_heading h3:after {
	left: calc(100% - 85%);
}

.px_feature .px_heading h3:before {
	width: 35%;
}

.feature_slider {
	overflow: hidden;
	margin-top: 22px;
}

.feature_slider .feature_block {
	background-color: #ffffff;
	padding: 20px;
	box-shadow: -10.706px 11.89px 31.54px 6.46px rgba(0, 0, 0, 0.05);
}

.feature_block .feature_bike_img {
	position: relative;
	padding-top: 20px;
	z-index: 1;
}

.feature_bike_img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: all 0.7s;
}

.feature_bike_img:hover {
	opacity: 0.6;
}

.feature_bike_img img {
	width: 100%;
}

.feature_bike_img:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	z-index: 4;
	margin: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #2f3942;
	transition: all 0.50s ease-in-out;
}

.features-heding {
	text-align: center;
	background: #2f3942;
	padding: 20px;
	color: #000000;
}

.features-heding h5 {
	font-weight: 600;
	font-size: 20px;
	color: #ffffff;
}

.feature_block .feature_bike_img:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 67%;
	display: block;
	content: "";
	background-color: #2f3942;
	z-index: -1;
}

.feature_block .feature_bike_content {
	margin-top: 23px;
}

.feature_bike_content .bike_name {
	margin-bottom: 10px;
}

.feature_bike_content .bike_name h3 {
	font-size: 30px;
	display: inline-block;
	font-weight: 600;
	color: #2f3942;
	text-transform: uppercase;
}

.feature_bike_content .bike_name h3 .heading_color {
	color: #2f3942;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	display: none;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	display: none;
}

.feature_bike_content .bike_feature {
	margin-top: 10px;
}

.bike_feature ul li {
	position: relative;
	color: #000;
	text-transform: capitalize;
	padding-left: 28px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 500;
}

.bike_feature ul li:before {
	position: absolute;
	left: 0;
	font-family: fontawesome;
	content: "\f058";
	color: #2f3942;
	font-size: 20px;
	top: -6px;
}

.feature_slider .swiper-button-next,
.feature_slider .swiper-button-prev {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #2f3942;
	top: calc(100% - 58px);
	right: 20px;
	background-image: none;
	color: #ffffff;
}

.feature_slider .swiper-button-prev {
	right: 70px;
	left: unset;
}

.feature_slider .swiper-button-next i,
.feature_slider .swiper-button-prev i {
	font-size: 50px;
}

.feature_slider .swiper-container {
	padding: 22px 20px 30px;
}

.px_achieve_wrapper {
	background-image: url(https://via.placeholder.com/1920x412);
	background-size: cover;
	position: relative;
}

.px_achieve_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.px-bike {
	position: relative;
	left: -220px;
}

.px_achieve_overlay:after {
	position: absolute;
	width: 57.56%;
	right: -4%;
	top: 0;
	height: 100%;
	background-color: #2f3942;
	content: "";
	transform: skew(-14deg);
	-webkit-transform: skew(-14deg);
	-moz-transform: skew(-14deg);
	-o-transform: skew(-14deg);
	-ms-transform: skew(-14deg);
}

.px_achieve_img {
	position: relative;
	z-index: 1;
	float: right;
	margin-top: -44px;
}

.px_counter_wrapper {
	float: left;
	padding: 70px 15px;
	position: relative;
	z-index: 1;
}

.px_counter_wrapper h1.px_heading {
	color: #ffffff;
}

.px_count_box {
	width: 100%;
	float: left;
	margin-top: 45px;
}

.px_count_box h1.px_counter_num {
	color: #ffffff;
	margin: 25px 0px 10px;
	font-size: 30px;
	font-weight: 900;
}

.px_count_box p {
	font-size: 18px;
	color: #ffffff;
	margin: 0px;
	text-transform: uppercase;
}

.px_gal_img {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.px_gal_img img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-ms-transition: -moz-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;
}

.px_gal_img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.px_count_box h4 {
	color: #ffffff;
	margin: 25px 0px 10px;
	font-size: 30px;
	font-weight: 900;
}

.counter_block .counter_text h4 {
	color: #ffffff;
	font-size: 50px;
	padding-bottom: 60px;
	font-weight: 700;
	position: relative;
}

.counter_block .counter_text h4:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 7px;
	background: #fff;
	bottom: 29px;
	left: 0;
	right: 0;
}

.counter_block .counter_text h5 {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
	position: relative;
}

.px_blog {
	position: relative;
	padding-top: 63px;
	padding-bottom: 40px;
}

.px_blog .large_heading h1 {
	top: 0;
	font-size: 170px;
}

.px_blog .px_heading {
	text-align: center;
}

.px_blog .px_heading h3:before,
.px_blog .px_heading h3:after {
	left: calc(100% - 85%);
}

.px_blog .px_heading h3:before {
	width: 35%;
}

.blog_wrapper {
	margin-top: 52px;
}

.blog_wrapper .blog_box {
	display: flex;
	background-color: #2f3942;
	padding: 10px 10px;
	margin-bottom: 30px;
	border-right: 3px solid #2f3942;
	box-shadow: 0.813px 1.827px 11.52px 6.48px rgba(0, 0, 0, 0.03);
}

.blog_wrapper .blog_box.revers {
	flex-direction: row-reverse;
	border-right: none;
	border-left: 3px solid #fff;
}

.blog_wrapper .blog_box .blog_content {
	flex: 1;
	padding: 44px 20px 20px 20px;
}

.blog_content .blog_date {
	display: inline-block;
	background-color: #ffffff;
	padding: 8px 10px 5px;
	line-height: 20px;
	margin-bottom: 15px;
}

.blog_content .blog_date p {
	text-transform: capitalize;
	font-size: 16px;
	margin: 0;
	color: #2f3942;
}

.blog_content .blog_heading {
	margin: 0;
	font-weight: 600;
	font-size: 18px;
}

h4.blog_heading a {
	color: #fff;
}

.blog_heading.blog_date_black a {
	color: #000000;
}

.blog_text.blog_date_black p {
	color: #000000;
}

.blog_list.blog_date_black ul li a {
	color: #000000 !important;
}

.blog_single_text.blog_content.blog_date_black p {
	color: #888;
}

.blog_content .blog_list {
	margin: 11px 0;
}

.blog_content .blog_list ul li {
	display: inline-block;
	margin-right: 5px;
}

.blog_content .blog_list ul li a {
	text-transform: capitalize;
	font-weight: 500;
	color: #ffffff;
}

.blog_content .blog_list ul li a span {
	margin-right: 5px;

}

.blog_content p {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

.blog_content .px_btn {
	margin-top: 7px;
}

.px_testimonial {
	position: relative;
	background-color: #2f3942;
	padding-top: 64px;
	padding-bottom: 80px;
	z-index: 1;
}

.px_testimonial .large_heading h1 {
	top: -35px;
	left: 10px;
	font-size: 185px;
}

.px_testimonial .px_heading h3 {
	color: #ffffff;
}

.px_testimonial .px_heading h3:before,
.px_testimonial .px_heading h3:after {
	left: calc(100% - 85%);
}

.px_testimonial .px_heading h3:before {
	width: 35%;
	background-color: #ffffff;
}

.testimonial_slider {
	margin-top: 37px;
	overflow: hidden;
}

.happy-clients-arrow .swiper-pagination {
	position: absolute;
	bottom: 63px;
}

.testimonial_slider .swiper-container-horizontal>.swiper-pagination-bullets,
.testimonial_slider .swiper-pagination-custom,
.testimonial_slider .swiper-pagination-fraction {
	bottom: 64px;
}

.testimonial_slider .swiper-container {
	padding: 60px 20px;
}

.testimonial_slider .testimonial_block {
	position: relative;
	background-color: #283139;
	padding: 25px 10px;
	border-radius: 30px 0px 30px 0px;
	transition: all 0.5s;
}

.testimonial_slider .testimonial_block:hover {
	transform: translateY(-10px);
}

.testimonial_block .client_img {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border: 5px solid #2f3942;
	border-radius: 100%;
	overflow: hidden;
}

.client_text {
	padding-top: 50px;
	text-align: center;
}

.testimonial_block .client_name h4 {
	text-transform: capitalize;
	color: #ffffff;
	font-size: 25px;
	display: inline-block;
	margin: 0;

	font-weight: 800;
	padding-bottom: 15px;
}

.testimonial_block .client_message p {
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
}

.testimonial_block .quotes {
	position: absolute;
	right: -20px;
	bottom: -48px;
	display: inline-block;
}

.testimonial_slider .swiper-pagination-bullet {
	width: 30px;
	height: 2px;
	border-radius: 0;
	background: #ffffff;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}

.testimonial_slider .swiper-pagination-bullet-active {
	background: #ffffff;
}

.px_tutorials {
	position: relative;
	z-index: 1;
	padding: 19px 0px 70px;
}

/* upcoming event */
.px_event_wrapper.px_event_wrapper_gallery {
	padding-top: 22px;
}

.px_event_wrapper {
	padding: 64px 0px 40px;
}

.px_event_box {
	margin-bottom: 30px;
}

.px_event_img {
	position: relative;
	overflow: hidden;
}

.px_event_img>img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	-ms-transition: -o-transform 0.5s;
	transition: transform 0.5s;
	width: 100%;
}

.px_event_box:hover .px_event_img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.px_event_box:hover .px_event_detail {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.px_event_detail {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	background-color: #283139;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
}

.px_event_data h2 {
	font-size: 18px;
	margin: 27px 0px 8px;
}

.px_event_data h2 a {
	color: #2f3942;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.px_event_data h2 a:hover {
	color: #2f3942;
	text-decoration: none;
}

.px_event_data p {
	line-height: 26px;
	margin-bottom: 20px;
}

.px_event_time {
	display: inline-block;
	float: left;
	padding: 7px 0px;
}

.px_event_date {
	float: right;
	background-color: #2f3942;
	padding: 10px 25px;
	text-align: center;
}

.px_event_time ul {
	padding: 0px;
	margin: 0px;
	padding-left: 30px;
}

.px_event_time ul li {
	list-style: none;
}

.px_event_time ul li {
	color: #ffffff;
	font-weight: 300;
	line-height: 26px;
}

.px_event_time ul li i {
	margin-right: 15px;
}

span.px_date {
	width: 100%;
	display: block;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
}

span.px_yr {
	color: #ffffff;
}

.px_event_details {
	padding-top: 30px;
}

.px_event_det_box {
	background-color: #f8f9fa;
	padding: 25px 20px;
}

.px_event_det_box h1 {
	text-transform: uppercase;
	margin: 0px;
	font-size: 18px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 15px;
}

.px_event_det_box h1:before {
	position: absolute;
	top: -6px;
	left: 0;
	background-color: #f17131;
	width: 3px;
	height: 30px;
	content: "";
}

.px_event_det_box p {
	margin: 0px;
	color: #666666;
	line-height: 30px;
	text-transform: capitalize;
}

.px_event_det_box p a {
	color: #666666;
}

.px_event_det_box p a:hover {
	color: #f27131;
}

.px_event_det_box p span {
	color: #2f3942;
	text-transform: capitalize;
	font-weight: 500;
}

.px_event_det_box p span i {
	margin-right: 10px;
}

.px_event_det_box.px_px_con p {
	position: relative;
	margin-left: 30px;
}

.px_event_det_box.px_px_con p span {
	position: absolute;
	left: -28px;
}

.mp iframe {
	width: 750px;
	height: 450px;
	border: none;
}

.mp {
	margin-top: 50px;
}

.px_px_types {
	margin-top: 50px;
}

.px_px_type_box {
	position: relative;
	text-align: center;
	z-index: 1;
	overflow: hidden;
}

.px_px_type_box img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.px_px_type_box:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.px_px_type_overlay {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.px_px_type_box h1 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 22px;
	margin: 0px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.px_cls_img {
	width: 40px;
	float: left;
}

.px_cls_data {
	width: calc(100% - 40px);
	float: left;
}

.px_cls_img i {
	font-size: 20px;
}

.px_cls_data h4 {
	margin: 0px;
	margin-bottom: 5px;
	font-size: 15px;
}

.px_cls_data h4 a {
	color: #2f3942;
	font-size: 15px;
	margin: 0px;
	text-transform: capitalize;
}

.px_cls_data h4 a:hover {
	color: #f27131;
}

.widget.event_class {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.widget.event_class:after {
	top: 0;
	left: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
}

.px_cls_data p {
	color: #424e59;
	line-height: 24px;
	font-size: 13px;
	margin: 0px;
}

.widget.event_class .widget ul li {
	margin-top: 15px;
}

.widget.event_class .widget ul li:last-child .px_cls_data {
	margin-bottom: 0px;
}

.px_event_box .comment-respond {
	padding-top: 50px;
}

.px_event_box h3.comment-reply-title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	padding-bottom: 30px;
}


/*  */
.px_partner {
	background-color: #f9f9f9;
	padding: 70px 0px 70px;
}

.mb-partner-inner {
	overflow: hidden;
}

.px_footer {
	background-color: #2f3942;
	padding: 37px 0px 45px;
}

.footer_copyright {
	background-color: #283139;
}

.upper_footer .footer_block_1 .footer_logo {
	margin-bottom: 20px;
}

.upper_footer .footer_block_1 .footer_logo a img {
	max-width: 200px;
	margin-top: 28px;
}

.upper_footer .footer_block_1 p {
	color: #ffffff;
}

.upper_footer .footer_block_1 .social_link ul li {
	display: inline-block;
	margin: 0px 5px;
}

.upper_footer .footer_block_1 .social_link ul li a {
	color: #ffffff;
	display: block;
}

.footer_heading {
	margin-top: 30px;
	margin-bottom: 20px;
}

.link_section ul {
	margin: 0;
	padding: 0;
}

.link_section ul li {
	list-style: none;
	padding-bottom: 16px;
}

.link_section ul li:nth-child(5) {
	padding-bottom: 0;
}

.link_section ul li a {
	color: #ffffff;
	font-weight: 500;
}

.footer_heading h4 {
	text-transform: capitalize;
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
}

.footer_block_2 .tweet_block {
	margin-bottom: 25px;
}

.footer_block_2 .tweet_block .admin {
	margin-bottom: 10px;
}

.footer_block_2 .tweet_block .admin a {
	color: #999999;
	display: inline-block;
	text-transform: capitalize;
}

.footer_block_2 .tweet_block .admin a span {
	color: #e70d3c;
	margin-right: 5px;
	font-weight: 700;
	border-right: 1px solid #999999;
	padding-right: 10px;
}

.footer_block_2 .tweet_block .main_color {
	color: #e70d3c;
}

.footer_block_2 .tweet_block p {
	color: #999999;
	font-size: 15;
}

.footer_block_3 .info_list ul li {
	margin-bottom: 20px;
}

.footer_block_3 .info_list ul li a {
	color: #ffffff;
}

.footer_block_3 .info_list ul li a span {
	color: #ffffff;
	margin-right: 15px;
	font-size: 20px;
}

.footer_block_4 .px_instagram ul li {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 2px;
}

.footer_block_4 .px_instagram ul li a {
	display: block;
}

.footer_block_4 .px_instagram ul li a img.img-fluid {
	border-radius: 10px;
}

.footer_copyright {
	text-align: center;
}

.footer_copyright p {
	margin: 0;
	color: #fefefe;
	font-size: 15px;
	padding: 20px 0px;
}

/*About Page Start*/
.px_head_wrapper.arrange .large_heading h1 {
	top: 140px;
	left: unset;
	right: 0;
	font-size: 175px;
}

.px_breadcrumb {
	margin-top: 50px;
	display: block;
	padding-bottom: 64px;
}

.px_breadcrumb .px_heading h3 {
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
}

.px_breadcrumb .px_heading h3:before,
.px_breadcrumb .px_heading h3:after {
	display: none;
}

.px_breadcrumb ol.breadcrumb {
	background: none;
	padding: 0;
}

.px_breadcrumb ol.breadcrumb li.breadcrumb-item {
	color: #ffffff;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 18px;
}

.px_breadcrumb ol.breadcrumb li.breadcrumb-item a {
	color: #ffffff;
}

.px_breadcrumb ol.breadcrumb li.breadcrumb-item.active:before {
	color: #ffffff;
}

.px_team {
	padding: 64px 0px 70px;
}

.px_team .px_heading h3:before,
.px_team .px_heading h3:after {
	left: calc(100% - 85%);
}

.px_team .px_heading h3:before {
	width: 35%;
}

.px_team .team_wrapper {
	margin-top: 64px;
}

.team_wrapper .team_block {
	position: relative;
	z-index: 1;
}

.team_wrapper .team_block img {
	box-shadow: 2.034px 4.568px 5.95px 1.05px rgba(0, 0, 0, 0.11);
}

.team_wrapper .team_block:before {
	position: absolute;
	left: -20px;
	top: -20px;
	right: 35px;
	bottom: 20px;
	content: '';
	display: block;
	z-index: -1;
	border-radius: 55px 0px 55px 0px;
	border: 5px solid #2f3942;
}

.team_wrapper .team_block .team_name {
	position: absolute;
	bottom: 70px;
	left: -10px;
	padding: 5px 20px 5px 20px;
	background-color: #2f3942;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.team_wrapper .team_block:hover .team_name {
	opacity: 1;
	visibility: visible;
}

.team_wrapper .team_block .team_name:before {
	position: absolute;
	bottom: -10px;
	left: 0;
	content: "";
	display: inline-block;
	border-top: 0px solid #d78913;
	border-right: 10px solid #d78913;
	border-bottom: 10px solid transparent;
}

.team_wrapper .team_block .team_name h4 {
	font-size: 18px;
	text-transform: capitalize;
	color: #ffffff;
	margin: 0;
}

/*Gallery Page Strat*/
.gallery_block {
	position: relative;
	margin-bottom: 60px;
	transition: all 0.3s;
}

.gallery_block:hover {
	box-shadow: 0.813px 1.827px 4.6px 1px rgba(0, 0, 0, 0.3);
	transform: translateY(-10px);
}

.gallery_block img {
	width: 100%;
}

.px_gallery {
	padding-bottom: 0;
	overflow: hidden;
}

.px_tutorials.space_adjust {
	padding-top: 33px;
}

.gallery_block .gallery_content {
	position: absolute;
	bottom: -20px;
	left: 50%;
	box-shadow: 0.813px 1.827px 4.6px 0.4px rgba(0, 0, 0, 0.09);
	transform: translateX(-50%);
	display: inline-block;
	padding: 10px 20px;
	background-color: #2f3942;
	width: 70%;
	text-align: center;
}

.gallery_block .gallery_content h4 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	margin: 0;
}

/*Blog Page Start*/
.blog_page_wrapper.section {
	padding: 70px 0px 70px;
	overflow: hidden;
}

.blog_sidebar .blog_search {
	position: relative;
	margin-bottom: 37px;
}

.blog_sidebar .blog_search input.input_search {
	width: 100%;
	border: none;
	height: 45px;
	outline: none;
	border: 1px solid #2f3942;
	padding-left: 10px;
	padding-right: 35px;
}

.blog_sidebar .blog_search .search_button {
	position: absolute;
	right: 3px;
	top: -2px;
	border: none;
	outline: none;
	background: none;
	height: 45px;
	cursor: pointer;
	line-height: 45px;
}

.blog_sub_heading {
	position: relative;
	margin-bottom: 10px;
}

.blog_sub_heading:after {
	content: "";
	display: block;
	background-color: #2f3942;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0;
	z-index: -2;
}

.blog_sub_heading:before {
	content: "";
	display: block;
	background-color: #ffffff;
	height: 5px;
	width: 5px;
	border-radius: 100%;
	border: 1px solid #2f3942;
	position: absolute;
	top: 7px;
	right: 0;
}

.blog_sub_heading h3 {
	position: relative;
	margin: 0;
	text-transform: uppercase;
	color: #2f3942;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	background-color: #ffffff;
	padding-right: 5px;
	z-index: 1;
}

.blog_category {
	margin-bottom: 37px;
}

.blog_category ul li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}

.blog_category ul li:before {
	content: "";
	display: block;
	background-color: #ffffff;
	height: 5px;
	width: 5px;
	border-radius: 100%;
	border: 1px solid #000;
	position: absolute;
	top: 8px;
	left: 0;
}

.blog_category ul li a {
	text-transform: capitalize;
	font-weight: 500;
}

.blog_category ul li a:hover {
	color: #e70d3c;
}

.blog_latest_post {
	margin-bottom: 37px;
}

.blog_latest_post ul li {
	position: relative;
	padding-left: 55px;
	margin-bottom: 20px;
}

.blog_latest_post ul li a.post_img {
	display: block;
	border-radius: 2px;
	overflow: hidden;
}

.blog_latest_post ul li a.post_img img {
	position: absolute;
	left: 0;
}

.blog_latest_post ul li h5 {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 600;
}

.blog_latest_post ul li h5 a {
	color: #2f3942;
}

.blog_latest_post ul li h6 {
	text-transform: capitalize;
	color: #000000;
	font-size: 15px;
	font-weight: 500;
}

.blog_tag {
	margin-bottom: 22px;
}

.blog_tag ul li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 3px;
}

.blog_tag ul li a {
	display: block;
	background-color: #2f3942;
	color: #ffffff;
	border-radius: 2px;
	border: 1px solid transparent;
	padding: 5px 10px;
	text-transform: capitalize;
}

.blog_tag ul li a:hover {
	background-color: #ffffff;
	border: 1px solid#2f3942;
	color: #2f3942;
}

.blog_follow ul li {
	display: inline-block;
	margin-right: 10px;
}

.blog_follow ul li a:hover {
	color: #e70d3c;
}

.blog_list .blog_wrapper {
	margin: 0;
}

.blog_list .blog_wrapper .blog_box .blog_content {
	padding-bottom: 10px;
}

.blog_pagination ul {
	text-align: right;
}

.blog_pagination ul li {
	display: inline-block;
	margin: 0;
}

.blog_pagination ul li a {
	display: block;
	margin: 0;
	margin-left: -2px;
	line-height: 15px;
	padding: 10px 15px;
	border-right: 1px solid #e2e2e2;
	background-color: #fafafa;
	background: #2f3942;
	color: #ffffff;
}

.blog_pagination ul li:last-child a {
	border-color: transparent;
}

.blog_pagination ul li a:hover {
	background-color: #2f3942;
	color: #ffffff;
	border-right: 1px solid transparent;
}

/*Blog Single Page Start*/
.blog_single_wrapper .blog_single_image {
	padding: 10px;
	background-color: #ffffff;
	box-shadow: 0.813px 1.827px 11.52px 6.48px rgba(0, 0, 0, 0.03);
	margin-bottom: 30px;
}

.blog_single_wrapper .blog_single_image img {
	width: 100%;
}

.blog_single_date {
	display: inline-block;
	background-color: #e70d3c;
	padding: 5px 10px;
	line-height: 20px;
	margin-bottom: 15px;
}

.blog_single_date p {
	text-transform: capitalize;
	font-size: 16px;
	margin: 0;
	color: #ffffff;
}

.blog_single_heading {
	margin: 0;
	font-weight: 600;
	font-size: 18px;
}

.blog_single_heading:hover a {
	color: #e70d3c;
}

.blog_single_list {
	margin: 11px 0;
}

.blog_single_list ul li {
	display: inline-block;
	margin-right: 5px;
}

.blog_single_list ul li a {
	text-transform: capitalize;
	font-weight: 500;
}

.blog_single_list ul li a span {
	margin-right: 5px;
	color: #e70d3c;
}

.blog_thought {
	position: relative;
	padding: 5px;
	padding-left: 70px;
	margin-bottom: 20px;
	border-left: 2px solid #2f3942;
}

.blog_thought .blog_quote {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	line-height: 40px;
	padding: 9px 15px;
	text-align: center;
	background-color: #f5f5f5;
	display: inline-block;
}

.blog_thought p {
	margin: 0;
	font-style: italic;
}

.blog_comments {
	margin-top: 30px;
}

.blog_inner_heading {
	margin-bottom: 10px;
}

.blog_inner_heading h4 {
	margin: 0;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 600;
	color: #2f3942;
}

.comment_wrapper .comment_block {
	position: relative;
	padding-left: 100px;
}

.comment_wrapper .comment_block img {
	position: absolute;
	top: 0;
	left: 5px;
}

.comment_wrapper .comment_block .comment_name {
	text-transform: capitalize;
	color: #000;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
}

.comment_wrapper .comment_block .comment_message {
	margin-top: 10px;
}

.comment_wrapper .comment_block .comment_date {
	position: absolute;
	top: 0;
	right: 10px;
	text-transform: capitalize;
	color: #000;
	font-weight: 500;
	font-size: 15px;
}

.comment_wrapper ul li ul {
	margin-left: 30px;
}

.comment_wrapper .comment_block .comment_reply {
	margin-left: 10px;
}

.comment_wrapper .comment_block .comment_reply a {
	color: #2f3942;
	text-transform: capitalize;
}

.comment_form .input_block {
	margin-bottom: 30px;
}

.blog_post_comment {
	margin-top: 40px;
}

.comment_form .input_block .blog_input {
	width: 100%;
	border: none;
	outline: none;
	border: 1px solid #efefef;
	background-color: #fafafa;
	padding-left: 10px;
}

.comment_form .input_block .blog_input:focus {
	border: none;
	border: 1px solid #e70d3c;
}

.comment_form .input_block input.blog_input {
	height: 45px;
}

.comment_form .input_block textarea.blog_input {
	resize: none;
}

.tutorials_slider .tutorials_block .tutorials_img .play_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	transform: translate(-50%, -50%);
}

.px_counter {
	background-image: url(images/Cuadraciclos_Safari_1.png);
	background-repeat: no-repeat;
	position: relative;
}

.mb-counter-overlay {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000000ad;
	z-index: 1;
}

.px_heading.px-banner-heading h3 {
	color: #ffffff;
	z-index: 2;
}

.px_heading.px-banner-heading ul.px-all-page-section li a {
	color: #fff;
	z-index: 2;
}

.px_heading.px-banner-heading li.px-all-page-section.active {
	color: #fff;
	z-index: 2;
}

/*Contact Page Start*/
.contact_wrapper.section {
	overflow: hidden;
}

.contact_form_section {
	padding-bottom: 38px;
}

.contact_form_section .contact_heading {
	margin-bottom: 30px;
}

.contact_form_section .contact_heading h4 {
	text-transform: uppercase;
	font-size: 30px;
	color: #000;
	font-weight: 600;
	position: relative;
	margin: 0;
}

.contact_form_section .contact_heading h4:after {
	position: absolute;
	left: 0;
	top: calc(100% + 10px);
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background-color: #2f3942;
}

.contact_form .contact_block {
	margin-bottom: 30px;
	position: relative;
}

.contact_form .contact_block .contact_input::placeholder {
	color: #ccc;
}

.contact_form .contact_block .contact_input {
	width: 100%;
	padding-left: 20px;
	height: 45px;
	outline: none;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.contact_form .contact_block textarea.contact_input {
	resize: none;
	height: 150px;
	padding: 0;
	padding-left: 20px;
}

.contact_form .contact_block:before,
.contact_form .contact_block:after {
	position: absolute;
	left: 0;
	top: 88%;
	content: "";
	display: block;
	width: 1px;
	height: 5px;
	background-color: #ccc;
}

.contact_form .contact_block:after {
	left: unset;
	right: 0;
}

.contact_form .contact_block.message_box:before,
.contact_form .contact_block.message_box:after {
	top: 92%;
}

#map {
	width: 100%;
	height: 450px;
}

.address_details {
	background-color: #2f3942;
	padding: 60px 0 31px;
}

.address_details .address_block {
	position: relative;
	text-align: center;
}

.address_details .address_block .address_icon {
	position: absolute;
	top: -110px;
	left: 50%;
	transform: translateX(-50%);
	width: 90px;
	height: 90px;
	border-radius: 100%;
	background-color: #283139;
	line-height: 90px;
}

.address_details .address_block h5 {
	text-transform: capitalize;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
}

.address_details .address_block p {
	color: #ffffff;
	font-size: 15px;
	margin: 0;
}

/*Responsive CSS*/
@media(max-width:1400px) {
	iframe {
		border: 0;
		width: 100%;
	}

	.px_banner .banner_contents {
		margin-top: 0;
	}

	.px-bike {
		display: none;
	}

	.blog_wrapper .blog_box .blog_content {

		padding: 20px 20px 20px 20px;
	}
}

@media (min-width:991px) and (max-width:1360px) {
	.large_heading h1 {
		font-size: 170px;
	}
}

@media (min-width:767px) and (max-width:990px) {
	.px_banner .banner_contents {
		margin: 30px 0;
	}
}

@media (max-width: 1199px) {
	.about_img.about-img1 {
		position: relative;
		top: 0;
	}

	.banner_image img {
		position: relative;
		left: unset;
		max-width: 100%;
	}

	.px_head_wrapper.sizer {
		padding-bottom: 30px;
	}

	.px_banner .banner_contents {
		margin-top: 100px;
	}

	.px_banner .banner_contents h2 {
		font-size: 45px;
	}

	.blog_wrapper .blog_box .blog_content {
		flex: 1;
		padding: 2px 20px 20px 20px;
	}
}

@media (max-width: 991px) {
	.px_header .px_nav_menu>ul>li:hover>ul {
		left: 0;
		top: 60px;
	}
	.px_about.section {
		padding: 40px 0px 75px;
	}

	.contact_wrapper.section {
		padding: 70px 0px 45px;
	}

	.px_header .px_logo .px_menu_toggle {
		display: none;
	}

	.about_img img {
		border-radius: 0px;
		width: 100%;
	}

	.blog_wrapper .blog_box .blog_content {

		padding: 20px 20px 20px 20px;
	}

	iframe {
		border: 0;
		width: 100%;
	}

	.large_heading h1 {
		display: none;
	}

	.tutorials_slider .swiper-container {
		padding: 0;
	}

	.px_about .about_img {
		right: 0;
		position: relative;
	}

	.px_about .about_content {
		margin-top: 0;
		border-radius: 0;
	}

	.px_new_service_section {
		padding-top: 0px;
	}

	.px_new_service_section {
		padding-top: 40px;
	}

	.swiper-slide {
		text-align: center;
	}

	.blog_wrapper .blog_box {
		flex-direction: column;
	}

	.blog_wrapper .blog_box .blog_img a img {
		width: 100%;
	}

	.blog_wrapper .blog_box.revers {
		flex-direction: column;
	}

	.tutorials_slider .tutorials_block .tutorials_img {
		margin: 0;
	}

	.tutorials_slider .tutorials_block .tutorials_img img {
		width: 100%;
	}

	.tutorials_slider .tutorials_block .tutorials_content {
		margin-top: 30px;
	}

	.px_head_wrapper.arrange .large_heading h1 {
		font-size: 80px;
	}

	.px_services .large_heading h1 {
		font-size: 140px;
	}

	.px_testimonial .large_heading h1 {
		top: 0px;
		font-size: 100px;
	}

	.px_feature .large_heading h1 {
		font-size: 135px;
	}

	.px_header .px_nav_menu>ul>li>a {
		margin: 0 10px;
	}

	.px_banner .banner_contents {
		margin-top: 20px;
	}

	.px_banner {
		padding-top: 0;
	}

	.comment_wrapper ul li ul {
		margin-left: 0px;
	}

	.px_main_wrapper {
		padding: 0px 0px 0;
	}

	.col-lg-6.col-xs-12.mb-order-2 {
		order: 2;
	}

	.col-lg-6.col-xs-12.mb-order-1 {
		order: 1;
	}

	.col-md-6.mb-order-2 {
		order: 2;
		margin-top: 50px;
	}

	iframe {
		border: 0;
		width: 100%;
	}

	.col-md-6.mb-order-1 {
		order: 1;
	}

	.testimonial_slider .swiper-container-horizontal>.swiper-pagination-bullets,
	.testimonial_slider .swiper-pagination-custom,
	.testimonial_slider .swiper-pagination-fraction {
		bottom: 2px;
		display: none;
	}

	.testimonial_slider .swiper-container {
		padding: 60px 20px 15px;
	}

	.px_header .px_nav_menu>ul>li {
		display: inline-block;
		position: relative;
		padding: 20px 0;
	}

	.col-lg-6.col-xs-12.px-order2 {
		order: 1;
	}

	.col-lg-6.col-xs-12.px-order1 {
		order: 2;
	}

	.col-lg-6.col-md-12.mb-order-1 {
		order: 1;
	}

	.col-lg-6.col-md-12.mb-order-2 {
		order: 2;
	}

	.service_section.res-service-about {
		margin-top: 50px;
	}

	.team_wrapper .team_block img {
		width: 100%;
	}

	.team_wrapper .team_block {
		margin-bottom: 60px;
	}

	.team_wrapper .team_block:before {
		display: none;
	}

	.px_team {
		padding: 62px 0px 30px;
	}

	.px_team .team_wrapper {
		margin-top: 37px;
	}

	.blog_follow {
		padding-bottom: 50px;
	}

	.px_header .px_nav_menu>ul>li>ul {
		position: absolute;
		min-width: 150px;
		text-align: left;
		opacity: 0;
		left: 106px;
		visibility: hidden;
		top: 28px;
		border-right: 2px solid #2f3942;
		background-color: #ffffff;
		transform: translateY(-100px) rotateX(90deg);
		transition: all 0.3s ease-in-out;
	}

	.px_footer {
		padding: 20px 0px 45px;
	}

	.px_counter_wrapper {
		padding: 26px 0px 50px;
	}

	.px_event_wrapper {
		padding: 50px 0px 35px;
	}
}

@media (max-width: 767px) {
	.contact_wrapper.section {
		padding: 70px 0px 21px;
	}

	.address_details.section {
		padding: 60px 0px 0px;
	}

	.px_feature {
		padding-bottom: 65px;

	}

	.px_achieve_overlay:after {
		display: none;
	}

	.px_count_box {

		float: none;

		text-align: center;
	}

	.px_heading01.px_heading01_achieve h3 {
		text-align: center;
	}

	.px_tutorials.section.px_tutorials.section_gallery {
		padding: 10px 0px 60px;
	}

	.service_content {
		padding-bottom: 0px;
	}

	.blog_follow {
		padding-bottom: 0;
	}

	.contact_wrapper.section {
		padding-bottom: 0;
	}

	.px_header .px_nav_menu>ul {
		text-align: left;
	}

	.px_header .px_nav_menu>ul>li {
		display: block;
	}

	.px_nav_menu {
		position: fixed;
		z-index: 9999;
		background: #2f3942;
		width: 300px;
		left: 0;
		top: 0;
		height: 100vh;
		display: none
	}

	.px_nav_menu.dd_open {
		display: block;
	}

	.px_header .px_logo .px_menu_toggle {
		display: block;
	}

	.px_counter {
		background-size: cover;
	}

	.px_tutorials {

		padding: 60px 0px 70px;
	}

	.happy-clients-arrow {
		display: none;
	}

	.px_main_wrapper .px_header .px_nav_menu {
		display: none;
		position: absolute;
		z-index: 999;
		left: 0;
		background: #131026;
		width: 55%;
		height: 100vh;
	}

	.px_head_wrapper:before {
		background: none;
		width: 100%;
	}

	.px_main_wrapper .px_header .px_nav_menu ul {
		text-align: left;
	}

	.px_main_wrapper .px_header .px_nav_menu ul li {
		display: block;
		padding: 10px 0;
	}

	.px_header .px_nav_menu>ul>li>a {
		display: inline-block;
	}

	.px_header .px_nav_menu>ul>li>a.px_active {
		color: #fefefe;
	}

	.px_header .px_nav_menu>ul>li>a:hover {
		color: #fefefe;
	}

	.px_header .px_nav_menu>ul>li>a:after {
		display: none;
	}

	.px_main_wrapper .px_header .px_nav_menu ul li ul {
		position: relative;
		opacity: 1;
		visibility: visible;
		display: none;
		box-shadow: none;
		transition: none;
		transform: none;
	}

	.px_main_wrapper .px_header .px_nav_menu ul li ul li {
		padding: 0;
		padding-left: 30px;
	}

	.px_banner .banner_contents {
		margin: 50px 0;
	}

	.px_banner .banner_contents h2 {
		color: #fefefe;
	}

	.px_banner .banner_contents .px_btn:hover {
		color: #000000 !important;
	}

	.px_banner .banner_contents .px_btn:after {
		background-color: #ffffff;
	}

	.large_heading h1 {
		font-size: 90px;
	}

	.px_about .about_img {
		position: relative;
		right: unset;
	}

	.px_about .about_content {
		margin: 0;
		padding: 23px 0px 30px;
	}

	.px_services .large_heading h1 {
		font-size: 135px;
	}

	.px_counter .counter_block {
		margin-bottom: 30px;
	}

	.px_counter {
		padding-bottom: 40px;
	}

	.blog_wrapper .blog_box {
		flex-direction: column;
	}

	.blog_wrapper .blog_box .blog_img a img {
		width: 100%;
	}

	.blog_wrapper .blog_box.revers {
		flex-direction: column;
	}

	.tutorials_slider .tutorials_block .tutorials_img {
		margin: 0;
	}

	.tutorials_content {
		margin-top: 30px;
	}

	.px_feature .large_heading h1 {
		font-size: 115px;
	}

	.px_blog .large_heading h1 {
		font-size: 80px;
	}

	.px_testimonial .large_heading h1 {
		top: 7px;
		font-size: 90px;
	}

	.px_head_wrapper.arrange .large_heading h1 {
		font-size: 80px;
	}

	.team_wrapper .team_block {
		margin-bottom: 50px;
	}

	.team_wrapper .team_block img {
		width: 100%;
	}

	.blog_list {
		margin-top: 50px;
	}

	.blog_single_wrapper {
		margin-top: 50px;
	}

	.address_details .address_block {
		margin-bottom: 30px;
	}

	.address_details .address_block .address_icon {
		position: relative;
		display: block;
		top: unset;
		margin-bottom: 20px;
	}

	.address_details {
		padding-bottom: 30px;
	}

	.feature_slider .swiper-container {
		padding: 0px 20px;
	}

	.service_section.res-service-about {
		margin-top: 60px;
	}

	.px_team.section {
		padding: 40px 0px 20px;
	}
}

@media(max-width: 580px) {
	.px_footer.section {
		padding: 20px 0px 60px;
	}

	.px_team.section {
		padding: 40px 0px 12px;
	}

	.px_banner {
		padding-bottom: 5px;
	}

	.px_gallery.section {
		padding: 50px 0 0 0;
	}

	.counter_block .counter_text h4 {
		padding-bottom: 0;
	}

	.counter_block .counter_text h4:after {
		display: none;
	}

	.counter_block .counter_text h4 {

		font-size: 40px;

		font-weight: 500;

	}

	.px_counter .counter_block {
		margin-bottom: 0px;
		padding: 0;
	}

	#map {
		width: 100%;
		height: 428px;
	}

	.team_wrapper .team_block:before {
		display: none;
	}

	.px_banner .banner_contents h2 {
		font-size: 35px;
	}

	.service_new_image img {
		display: none;
	}

	.section {
		padding: 40px 0px 60px;
	}

	.px_services {
		padding: 40px 0px 40px;
	}

	.px_nav_menu {
		width: 250px;
	}

	.px_about .about_img {
		position: relative;
		right: unset;
		margin-top: 50px;
	}

	.px_event_wrapper.px_event_wrapper_gallery {
		padding-top: 0;
	}
}

@media(max-width:480px) {
	.px_services {
		padding: 40px 0px 25px;
	}

	.px_about.section {
		padding: 20px 0px 55px;
	}

	.px_banner .banner_contents h2 {
		font-size: 30px;
	}

	.px_about .about_content {
		margin: 0;
		padding: 23px 0px 0px;
	}

	.tutorials_slider {
		margin-top: 23px;
	}

	.blog_page_wrapper.section {
		padding: 50px 0px 50px;
	}
}

@media(max-width: 380px) {
	.px_counter_wrapper {
		padding: 10px 0px 35px;
	}

	.px_event_wrapper {
		padding: 35px 0px 15px;
	}

	.comment_wrapper .comment_block .comment_date {
		display: none;
	}

	.px_heading h3 {
		font-size: 22px;
	}

	.testimonial_block .client_name h4 {
		font-size: 20px;
	}

	.px_testimonial.section.section {
		padding: 40px 0px 30px;
	}

	.px_feature section.section {
		padding: 35px 0px 41px;
	}

	.about_heading h3 {
		font-size: 20px;
	}

	.service_section.res-service-about {
		margin-top: 40px;
	}

	.px_heading01 h3 {

		font-size: 20px;

	}
}
