@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*---------------------------------
            General Styles 
-----------------------------------*/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

a,
button,
input[type="submit"] {
	cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

a {
	color: #000;
	text-transform: inherit;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover,
a :focus {
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
}

a:focus {
	outline: 0 solid;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.5;
	color: #000;
	font-family: "Inter", sans-serif;
}

body {
	font-size: 16px;
	font-family: "Inter", sans-serif;
	color: #666666;
}

p {
	font-size: 16px;
	line-height: 1.7;
	color: #666666;
}

select {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/down-arrow.png);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 94% 50%;
}

.hidden {
    display: none;
}



.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-75 {
	padding-top: 75px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-200 {
	padding-top: 200px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-75 {
	padding-bottom: 75px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-130 {
	padding-bottom: 130px;
}

.ptb-10 {
	padding-bottom: 10px;
	padding-bottom: 10px;
}

.ptb-20 {
	padding-bottom: 20px;
	padding-bottom: 20px;
}

.ptb-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.ptb-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.ptb-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.ptb-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.ptb-90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.mmt-10 {
	margin-top: -10px !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mtb-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

.z-0 {
	z-index: 0;
	position: relative;
}

#message {
	padding: 0;
	margin: 0;
}

.help-block {
	color: #E31C25;
}

.list-style {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-style li {
	list-style: none;
}

.page-wrapper {
	overflow-x: hidden;
}

/*---------------------------------
          Mixins & Animation CSS
-----------------------------------*/
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.search-area,
.feature-item-wrap .feature-item .feature-icon,
.course-card.style3 .course-info .course-link,
.vehicle-card.style3 .vehicle-info .vehicle-link,
.team-card .team-info-wrap .team-link,
.blog-card.style3 .blog-info .blog-link,
.contact-box-wrap .contact-item .contact-icon,
.footer-wrap .footer-widget .contact-info li span,
.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.hero-wrap.style1 .hero-img-wrap .hero-promo-text,
.about-wrap.style1 .about-img-wrap .about-promo-box,
.about-wrap.style3 .about-img-wrap .about-promo-box,
.course-card.style1 .course-info .course-author-wrap,
.course-card.style2 .course-info .course-author-wrap,
.course-card.style1 .course-info .course-author-wrap .course-author,
.course-card.style2 .course-info .course-author-wrap .course-author,
.course-card.style3 .course-info .course-author-wrap,
.course-card.style3 .course-info .course-author-wrap .course-author,
.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video,
.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item,
.vehicle-card .vehicle-info .vehicle-meta-info,
.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-promo-info,
.team-card .team-info-wrap,
.testimonial-card.style1 .client-info-wrap,
.counter-card,
.course-details-wrap .course-desc .course-metainfo-wrap .course-author,
.course-details-wrap .course-desc .course-brief ul li,
.team-desc .team-member-info li,
.post-navigation,
.why-choose-wrap.style3 .wh-content .feature-item-wrap,
.feature-item-wrap .feature-item.style1 .feature-icon,
.owl-carousel .owl-nav,
.pp-post-item,
.book-course-wrap .book-course-form .booking-form,
.feature-item-wrap .feature-item,
.why-choose-wrap.style1 .wh-content .feature-item-wrap,
.contact-box-wrap .contact-item,
.post-author,
.comment-item-wrap .comment-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.search-area,
.feature-item-wrap .feature-item .feature-icon,
.course-card.style3 .course-info .course-link,
.vehicle-card.style3 .vehicle-info .vehicle-link,
.team-card .team-info-wrap .team-link,
.blog-card.style3 .blog-info .blog-link,
.contact-box-wrap .contact-item .contact-icon,
.footer-wrap .footer-widget .contact-info li span {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.hero-wrap.style1 .hero-img-wrap .hero-promo-text,
.about-wrap.style1 .about-img-wrap .about-promo-box,
.about-wrap.style3 .about-img-wrap .about-promo-box,
.course-card.style1 .course-info .course-author-wrap,
.course-card.style2 .course-info .course-author-wrap,
.course-card.style1 .course-info .course-author-wrap .course-author,
.course-card.style2 .course-info .course-author-wrap .course-author,
.course-card.style3 .course-info .course-author-wrap,
.course-card.style3 .course-info .course-author-wrap .course-author,
.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video,
.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item,
.vehicle-card .vehicle-info .vehicle-meta-info,
.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-promo-info,
.team-card .team-info-wrap,
.testimonial-card.style1 .client-info-wrap,
.counter-card,
.course-details-wrap .course-desc .course-metainfo-wrap .course-author,
.course-details-wrap .course-desc .course-brief ul li,
.team-desc .team-member-info li,
.post-navigation {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.book-course-wrap .book-course-form .booking-form {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-ms-grid-row-align: flex-end;
	align-items: flex-end;
}

.course-card.style1 .course-info .course-author-wrap,
.course-card.style2 .course-info .course-author-wrap,
.course-card.style3 .course-info .course-author-wrap,
.why-choose-wrap.style3 .wh-content .feature-item-wrap,
.vehicle-card .vehicle-info .vehicle-meta-info,
.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-promo-info,
.team-card .team-info-wrap,
.post-navigation {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-wrap .header-top .header-top-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.feature-item-wrap .feature-item.style1 .feature-icon {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 80px;
	width: 80px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform-origin: center;
	transform-origin: center center;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 #fff;
	-ms-box-shadow: 0 0 0 0 #fff;
	-o-box-shadow: 0 0 0 0 #fff;
	box-shadow: 0 0 0 0 #fff;
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.play-now {
	position: relative;
	height: 85px;
	width: 85px;
	text-align: center;
	line-height: 92px;
	background-color: transparent;
	border: 3px solid #fff;
	color: #fff;
	z-index: 1;
	font-size: 28px;
	padding-left: 5px;
	display: block;
	-webkit-transform-origin: center;
	transform-origin: center center;
	border-radius: 50%;
	margin: 0 auto;
}

.play-now .ripple:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	content: "";
	position: absolute;
}

.play-now .ripple:after {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
.back-to-top {
	font-size: 24px;
	width: 45px;
	height: 45px;
	line-height: 42px;
	text-align: center;
	display: none;
	position: fixed;
	bottom: 230px;
	right: 20px;
	z-index: 999;
	border-radius: 5px;
	background: #3D72FC;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.back-to-top.open {
	bottom: 30px;
}

.back-to-top i {
	color: #fff;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 20000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 20000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.loader svg {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.car__body {
	-webkit-animation: shake 0.2s ease-in-out infinite alternate;
	animation: shake 0.2s ease-in-out infinite alternate;
}

.car__line {
	-webkit-transform-origin: center right;
	transform-origin: center right;
	stroke-dasharray: 22;
	-webkit-animation: line 0.8s ease-in-out infinite;
	animation: line 0.8s ease-in-out infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.car__line--top {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.car__line--middle {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.car__line--bottom {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

@-webkit-keyframes shake {
	0% {
		-webkit-transform: translateY(-1%);
		transform: translateY(-1%);
	}

	100% {
		-webkit-transform: translateY(3%);
		transform: translateY(3%);
	}
}

@keyframes shake {
	0% {
		-webkit-transform: translateY(-1%);
		transform: translateY(-1%);
	}

	100% {
		-webkit-transform: translateY(3%);
		transform: translateY(3%);
	}
}

@-webkit-keyframes line {
	0% {
		stroke-dashoffset: 22;
	}

	25% {
		stroke-dashoffset: 22;
	}

	50% {
		stroke-dashoffset: 0;
	}

	51% {
		stroke-dashoffset: 0;
	}

	80% {
		stroke-dashoffset: -22;
	}

	100% {
		stroke-dashoffset: -22;
	}
}

@keyframes line {
	0% {
		stroke-dashoffset: 22;
	}

	25% {
		stroke-dashoffset: 22;
	}

	50% {
		stroke-dashoffset: 0;
	}

	51% {
		stroke-dashoffset: 0;
	}

	80% {
		stroke-dashoffset: -22;
	}

	100% {
		stroke-dashoffset: -22;
	}
}

/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn {
	display: inline-block;
	line-height: 30px;
	font-weight: 600;
	border-radius: 5px;
	text-align: center;
	-webkit-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	position: relative;
	z-index: 1;
	border: none;
	padding: 16px 35px 10px;
	border-radius: 0;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
}

.btn i {
	position: relative;
	top: 3px;
	font-size: 16px;
	margin-left: 7px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn:before {
	position: absolute;
	bottom: 0;
	left: -50%;
	content: "";
	width: 0%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: skew(30deg);
	transform: skew(30deg);
}

.btn:after {
	position: absolute;
	top: 0;
	right: -50%;
	content: "";
	width: 0%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: skew(30deg);
	transform: skew(30deg);
}

.btn:hover {
	color: #fff;
}

.btn:hover:after,
.btn:hover:before {
	width: 100%;
	height: 100%;
	visibility: visible;
	opacity: 1;
}

.btn.style1 {
	background-color: #3D72FC;
}

.btn.style1:before {
	background: #091851;
}

.btn.style2 {
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.07);
	color: #3D72FC;
}

.btn.style2:before {
	background: #3D72FC;
}

.btn.style2:after {
	background: #091851;
}

.btn.style2:hover {
	color: #fff;
}

.btn.style3 {
	background-color: #000;
	color: #fff;
}

.btn.style3:before {
	background: #3D72FC;
}

.btn.style3:hover {
	color: #fff;
}

.btn.style4 {
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #000;
}

.btn.style4:before {
	background: #3D72FC;
}

.btn.style4:hover {
	color: #fff;
}

.link {
	font-weight: 500;
	font-family: "Inter", sans-serif;
	line-height: 26px;
	display: inline-block;
	position: relative;
	color: #3D72FC;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.link:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 0;
	height: 1px;
	background: #3D72FC;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.link i {
	position: relative;
	top: 3px;
	margin-left: 5px;
	font-size: 14px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.link:hover {
	color: #3D72FC;
}

.link:hover:after {
	visibility: visible;
	opacity: 1;
	width: 100%;
}

.link:hover i {
	margin-left: 10px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
	font-size: 18px;
	line-height: 0.8;
	display: inline-block;
	position: relative;
	top: 2px;
	color: #666666;
	margin: 0 auto;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
	background-color: #3D72FC;
	border-color: transparent;
}

.owl-carousel .owl-nav button.owl-prev:hover i,
.owl-carousel .owl-nav button.owl-next:hover i {
	color: #fff;
}

.owl-carousel .owl-dots button.owl-dot {
	display: inline-block;
	margin: 0 6px;
	position: relative;
	bottom: -5px;
}

.owl-carousel .owl-dots button.owl-dot span {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #F3F3F3;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-dots button.owl-dot.active span {
	background: #3D72FC;
}

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title,
.content-title {
	position: relative;
}

.section-title h2,
.content-title h2 {
	font-size: 40px;
	margin: 0;
}

.section-title p,
.content-title p {
	margin: 12px 0 0;
}

.section-title span,
.content-title span {
	display: inline-block;
	margin: 0 0 8px;
	position: relative;
	z-index: 1;
	line-height: 1;
	letter-spacing: 0.5px;
	font-weight: 600;
	font-family: "Inter", sans-serif;
	padding-bottom: 15px;
}

.section-title span:after,
.content-title span:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 50px;
	height: 3px;
	background-color: #3D72FC;
}

.section-title span:before,
.content-title span:before {
	position: absolute;
	bottom: 0;
	left: 55px;
	content: "";
	width: 4px;
	height: 3px;
	background-color: #3D72FC;
}

.section-title.style1 span,
.content-title.style1 span {
	color: #3D72FC;
}

.section-subtext {
	margin-bottom: 0;
	line-height: 1.1;
}

.bg-transparent {
	background-color: transparent;
}

.bg-black {
	background-color: #000;
}

.bg-white {
	background-color: #fff;
}

.bg-concrete {
	background-color: #F3F3F3;
}

.bg-blue {
	background-color: #3D72FC;
}

.bg-downriver {
	background-color: #091851;
}

.bg-catskill {
	background-color: #F9FAFC;
}

.bg-athens {
	background-color: #F3F4F6;
}

.bg-albastor {
	background-color: #f9f9f9;
}

.body_overlay {
	position: fixed;
	top: 0;
	left: 0;
	content: "";
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.body_overlay.open {
	visibility: visible;
	opacity: 1;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.op-1 {
	opacity: 0.1;
}

.op-2 {
	opacity: 0.2;
}

.op-3 {
	opacity: 0.3;
}

.op-4 {
	opacity: 0.4;
}

.op-5 {
	opacity: 0.5;
}

.op-6 {
	opacity: 0.6;
}

.op-7 {
	opacity: 0.7;
}

.op-75 {
	opacity: 0.75;
}

.op-8 {
	opacity: 0.8;
}

.op-85 {
	opacity: 0.85;
}

.op-9 {
	opacity: 0.9;
}

.op-95 {
	opacity: 0.95;
}

.op-10 {
	opacity: 1;
}

.bg-f {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ddd;
}

.pos-rel {
	position: relative;
	z-index: 1;
}

.bounce {
	-webkit-animation: float 1500ms infinite ease-in-out;
	animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
	-webkit-animation: moveHorizontal 3000ms infinite ease-in-out;
	animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
	-webkit-animation: moveVertical 3000ms infinite ease-in-out;
	animation: moveVertical 3000ms infinite ease-in-out;
}

.moveHorizontal_reverse {
	-webkit-animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
	animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
}

.animationFramesTwo {
	-webkit-animation: animationFramesTwo 20000ms infinite ease-in-out;
	animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.waving_left {
	-webkit-animation: waving_left 7s infinite linear;
	animation: waving_left 7s infinite linear;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.waving_right {
	-webkit-animation: waving_right 7s infinite linear;
	animation: waving_right 7s infinite linear;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.rotate {
	-webkit-animation: rotation 20s infinite linear;
	animation: rotation 20s infinite linear;
}

.semi-rotate {
	-webkit-animation: semi-rotate 5s infinite linear;
	animation: semi-rotate 5s infinite linear;
}

@-webkit-keyframes waving_left {
	0% {
		-webkit-transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(3deg);
	}

	50% {
		-webkit-transform: rotate(6deg);
	}

	75% {
		-webkit-transform: rotate(-3deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
	}
}

@keyframes waving_left {
	0% {
		-webkit-transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(3deg);
	}

	50% {
		-webkit-transform: rotate(6deg);
	}

	75% {
		-webkit-transform: rotate(-3deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
	}
}

@-webkit-keyframes waving_right {
	0% {
		-webkit-transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(-3deg);
	}

	50% {
		-webkit-transform: rotate(-6deg);
	}

	75% {
		-webkit-transform: rotate(-3deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
	}
}

@keyframes waving_right {
	0% {
		-webkit-transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(-3deg);
	}

	50% {
		-webkit-transform: rotate(-6deg);
	}

	75% {
		-webkit-transform: rotate(-3deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
	}
}

@-webkit-keyframes float {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes float {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
	}
}

@keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
	}
}

@keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
	}
}

@-webkit-keyframes semi-rotate {
	0% {
		-webkit-transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(45deg);
	}

	75% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-45deg);
	}
}

@keyframes semi-rotate {
	0% {
		-webkit-transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(45deg);
	}

	75% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-45deg);
	}
}

@-webkit-keyframes animationFramesTwo {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
	}

	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
	}

	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
	}

	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
	}

	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
	}

	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
	}
}

@keyframes animationFramesTwo {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
	}

	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
	}

	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
	}

	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
	}

	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
	}

	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
	}
}

@-webkit-keyframes moveHorizontal {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@keyframes moveHorizontal {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@-webkit-keyframes moveHorizontal_reverse {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@keyframes moveHorizontal_reverse {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@-webkit-keyframes moveVertical {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes moveVertical {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

/*-------------------------------
     Social Link  CSS
-------------------------------*/
.social-profile li {
	display: inline-block;
	margin: 0 4px;
}

.social-profile li:first-child {
	margin-left: 0;
}

.social-profile li:last-child {
	margin-right: 0;
}

.social-profile li:last-child {
	margin-right: 0;
}

.social-profile li a {
	display: block;
	text-align: center;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-profile li a i {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 16px;
	line-height: 0.8;
}

.social-profile li a:hover {
	border-color: transparent;
	color: #3D72FC;
}

.social-profile.style1 li a,
.social-profile.style2 li a {
	width: 35px;
	height: 35px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-profile.style1 li a {
	background: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.social-profile.style1 li a i {
	color: #3D72FC;
}

.social-profile.style1 li a:hover {
	background-color: #3D72FC;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.social-profile.style1 li a:hover i {
	color: #fff;
}

.social-profile.style2 li a {
	background: #F0F0F0;
	border-radius: 50%;
}

.social-profile.style2 li a i {
	color: #777;
}

.social-profile.style2 li a:hover {
	background-color: #3D72FC;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.social-profile.style2 li a:hover i {
	color: #fff;
}

/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-navigation .page-nav {
	text-align: center;
}

.page-navigation .page-nav li {
	margin: 0 5px;
	display: inline-block;
}

.page-navigation .page-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 18px;
	line-height: 55px;
	font-weight: 600;
	background: #F3F3F3;
	text-align: center;
	color: #666666;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.page-navigation .page-nav li a i {
	font-size: 18px;
	line-height: 55px;
	margin: 0 auto;
	color: #666666;
	position: relative;
	top: 4px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.page-navigation .page-nav li a.active,
.page-navigation .page-nav li a:hover {
	color: #fff;
	opacity: 1;
	background-color: #3D72FC;
}

.page-navigation .page-nav li a.active i,
.page-navigation .page-nav li a:hover i {
	color: #fff;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.search-area,
.feature-item-wrap .feature-item .feature-icon,
.course-card.style3 .course-info .course-link,
.vehicle-card.style3 .vehicle-info .vehicle-link,
.team-card .team-info-wrap .team-link,
.blog-card.style3 .blog-info .blog-link,
.contact-box-wrap .contact-item .contact-icon,
.footer-wrap .footer-widget .contact-info li span,
.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.hero-wrap.style1 .hero-img-wrap .hero-promo-text,
.about-wrap.style1 .about-img-wrap .about-promo-box,
.about-wrap.style3 .about-img-wrap .about-promo-box,
.course-card.style1 .course-info .course-author-wrap,
.course-card.style2 .course-info .course-author-wrap,
.course-card.style1 .course-info .course-author-wrap .course-author,
.course-card.style2 .course-info .course-author-wrap .course-author,
.course-card.style3 .course-info .course-author-wrap,
.course-card.style3 .course-info .course-author-wrap .course-author,
.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video,
.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item,
.vehicle-card .vehicle-info .vehicle-meta-info,
.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-promo-info,
.team-card .team-info-wrap,
.testimonial-card.style1 .client-info-wrap,
.counter-card,
.course-details-wrap .course-desc .course-metainfo-wrap .course-author,
.course-details-wrap .course-desc .course-brief ul li,
.team-desc .team-member-info li,
.post-navigation,
.why-choose-wrap.style3 .wh-content .feature-item-wrap,
.feature-item-wrap .feature-item.style1 .feature-icon,
.owl-carousel .owl-nav,
.pp-post-item,
.book-course-wrap .book-course-form .booking-form,
.feature-item-wrap .feature-item,
.why-choose-wrap.style1 .wh-content .feature-item-wrap,
.contact-box-wrap .contact-item,
.post-author,
.comment-item-wrap .comment-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.search-area,
.feature-item-wrap .feature-item .feature-icon,
.course-card.style3 .course-info .course-link,
.vehicle-card.style3 .vehicle-info .vehicle-link,
.team-card .team-info-wrap .team-link,
.blog-card.style3 .blog-info .blog-link,
.contact-box-wrap .contact-item .contact-icon,
.footer-wrap .footer-widget .contact-info li span {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.hero-wrap.style1 .hero-img-wrap .hero-promo-text,
.about-wrap.style1 .about-img-wrap .about-promo-box,
.about-wrap.style3 .about-img-wrap .about-promo-box,
.course-card.style1 .course-info .course-author-wrap,
.course-card.style2 .course-info .course-author-wrap,
.course-card.style1 .course-info .course-author-wrap .course-author,
.course-card.style2 .course-info .course-author-wrap .course-author,
.course-card.style3 .course-info .course-author-wrap,
.course-card.style3 .course-info .course-author-wrap .course-author,
.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video,
.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item,
.vehicle-card .vehicle-info .vehicle-meta-info,
.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-promo-info,
.team-card .team-info-wrap,
.testimonial-card.style1 .client-info-wrap,
.counter-card,
.course-details-wrap .course-desc .course-metainfo-wrap .course-author,
.course-details-wrap .course-desc .course-brief ul li,
.team-desc .team-member-info li,
.post-navigation {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.header-wrap .header-top .header-top-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/*---------------------------------
        Header CSS 
-----------------------------------*/
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.header-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.header-wrap.sticky {
	position: fixed;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background: #fff;
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	width: 100%;
	top: -58px;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.header-wrap.sticky.style1 {
	background: #091851;
}

.header-wrap .header-top {
	padding: 13px 0;
	background-color: transparent;
}

.header-wrap .header-top .header-top-left .contact-info li {
	display: inline-block;
	margin-right: 25px;
}

.header-wrap .header-top .header-top-left .contact-info li:last-child {
	margin-right: 0;
}

.header-wrap .header-top .header-top-left .contact-info li i {
	font-size: 14px;
	line-height: 0.8;
	color: #3D72FC;
	position: relative;
	top: 2px;
	margin-right: 6px;
}

.header-wrap .header-top .header-top-left .contact-info li a,
.header-wrap .header-top .header-top-left .contact-info li p {
	color: #666666;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 0;
}

.header-wrap .header-top .header-top-left .contact-info li a:hover,
.header-wrap .header-top .header-top-left .contact-info li p:hover {
	color: #091851;
}

.header-wrap .header-top .header-top-right .social-profile {
	margin-right: 25px;
}

.header-wrap .header-top .header-top-right .social-profile li a {
	width: 30px;
	height: 30px;
	background-color: #eee;
}

.header-wrap .header-top .header-top-right .social-profile li a i {
	font-size: 16px;
	color: #999;
}

.header-wrap .header-top .header-top-right .social-profile li a:hover {
	background-color: #3D72FC;
}

.header-wrap .header-top .header-top-right .social-profile li a:hover i {
	color: #fff;
}

.header-wrap .header-bottom .searchbtn {
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0 30px;
}

.header-wrap .header-bottom .searchbtn i {
	font-size: 20px;
	line-height: 0.8;
	position: relative;
	top: 3px;
	color: #fff;
}

.header-wrap.style1.sticky .header-bottom {
	padding: 0;
}

.header-wrap.style1 .header-bottom {
	background: #091851;
	margin: 0 auto;
	padding: 0 0 0 15px;
}

.header-wrap.style1 .header-bottom .others-options .header-btn {
	position: relative;
	z-index: 1;
}

.header-wrap.style1 .header-bottom .others-options .header-btn:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: #3D72FC;
}

.header-wrap.style1 .header-bottom .others-options .header-btn .btn.style1 {
	padding: 30px 45px;
	background: transparent;
}

.header-wrap.style1 .header-bottom .others-options .header-btn .btn.style1:before {
	background: #2F3B6B;
}

.header-wrap.style2 .header-top {
	background: #091851;
}

.header-wrap.style2 .header-top .header-top-left .contact-info li a,
.header-wrap.style2 .header-top .header-top-left .contact-info li p {
	color: rgba(255, 255, 255, 0.7);
}

.header-wrap.style2 .header-top .header-top-right .social-profile li a {
	background: #2F3B6B;
}

.header-wrap.style2 .header-top .header-top-right .social-profile li a i {
	color: #fff;
}

.header-wrap.style2 .header-top .header-top-right .social-profile li a:hover {
	background: #3D72FC;
}

.header-wrap.style2 .header-top .header-top-right .select-lang span {
	color: rgba(255, 255, 255, 0.7);
}

.header-wrap.style2 .header-bottom {
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header-wrap.style2 .header-bottom .navbar .navbar-nav .nav-item a {
	color: #666666;
}

.header-wrap.style2 .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
	color: rgba(255, 255, 255, 0.7);
}

.header-wrap.style2 .header-bottom .navbar .navbar-nav>.nav-item>a:after {
	background: #666666;
}

.header-wrap.style2 .header-bottom .searchbtn i {
	color: #666666;
}

.search-area {
	position: fixed;
	top: 0;
	left: 50%;
	width: 0%;
	height: 100vh;
	visibility: hidden;
	background: rgba(9, 24, 81, 0.95);
	opacity: 0;
	z-index: 990;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.search-area.open {
	width: calc(100% + 1px);
	visibility: visible;
	opacity: 1;
}

.search-area .close-searchbox {
	position: absolute;
	top: 20px;
	right: 20px;
	background: transparent;
	border: none;
}

.search-area .close-searchbox i {
	color: #fff;
	font-size: 35px;
	font-weight: 300;
}

.search-area .form-group input {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	font-size: 20px;
	padding: 20px;
	color: #fff;
}

.search-area .form-group input::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

.search-area .form-group input:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.search-area .form-group input::-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.search-area .form-group input::placeholder {
	color: #fff;
	opacity: 1;
}

.select-lang {
	padding-left: 18px;
	position: relative;
}

.select-lang i {
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 15px;
	line-height: 1;
	color: #3D72FC;
}

.select-lang .navbar-language .dropdown-toggle {
	background-color: transparent;
	border: none;
	color: #666666;
	font-size: 14px;
	padding-right: 16px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.select-lang .navbar-language .dropdown-toggle:after {
	display: none;
}

.select-lang .navbar-language .dropdown-toggle:before {
	position: absolute;
	top: -4px;
	right: -2px;
	content: "\EA4D";
	font-family: "remixicon";
	border: 0;
	font-size: 18px;
	color: #666666;
}

.select-lang .navbar-language .dropdown-menu {
	margin: 0;
	padding: 5px 0;
	-webkit-box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
	box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
	left: auto;
	right: 0;
	inset: 0px 0 auto auto !important;
	border: none;
	border-radius: 0;
	-webkit-transform: translateY(75px) !important;
	transform: translateY(75px) !important;
	display: block;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.select-lang .navbar-language .dropdown-menu a {
	padding: 5px 10px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-size: 15px;
}

.select-lang .navbar-language .dropdown-menu a img {
	width: 20px;
	margin-right: 10px;
}

.select-lang .navbar-language .dropdown-menu.show {
	-webkit-transform: translateY(40px) !important;
	transform: translateY(40px) !important;
	opacity: 1;
	pointer-events: all;
}

@media only screen and (max-width: 767px) {
	.navbar-brand img {
		max-width: 120px;
	}

	.header-wrap.sticky {
		top: 0;
	}

	.header-wrap.style2 {
		-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
	}

	.header-wrap.style2 .header-top .header-top-left,
	.header-wrap.style2 .header-top .header-top-right {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.header-wrap.style1,
	.header-wrap.style2 {
		background-color: #091851;
	}

	.header-wrap.style1 .header-bottom,
	.header-wrap.style2 .header-bottom {
		padding-left: 0;
		padding-right: 0;
	}

	.header-wrap .header-top {
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100vh;
		padding: 40px 10px 10px;
		background: #fff;
		z-index: 1;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.header-wrap .header-top.open {
		left: 0;
	}

	.header-wrap .header-top .close-sidebar {
		position: absolute;
		top: 10px;
		right: 10px;
		background: transparent;
		border: none;
		cursor: pointer;
	}

	.header-wrap .header-top .close-sidebar i {
		color: #091851;
		font-size: 24px;
	}

	.header-wrap .header-top .header-top-left {
		text-align: left;
		margin-bottom: 15px;
	}

	.header-wrap .header-top .header-top-left .contact-info li {
		display: block;
		margin: 0 0 10px 0;
	}

	.header-wrap .header-top .header-top-left .contact-info li:last-child {
		margin-bottom: 0;
	}

	.header-wrap .header-top .header-top-right {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.header-wrap .header-top .header-top-right .social-profile {
		margin-bottom: 15px;
		width: 100%;
	}

	.header-wrap .header-top .header-top-right .select-lang .navbar-language .dropdown-menu {
		inset: 0px auto auto 0 !important;
	}

	.header-wrap .mobile-sidebar {
		position: relative;
		top: -3px;
		display: inline-block;
		line-height: 1;
		cursor: pointer;
	}

	.header-wrap .mobile-sidebar i {
		font-size: 24px;
		color: #fff;
	}
}

@media only screen and (min-width: 768px) {

	.close-sidebar,
	.mobile-sidebar {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-wrap.sticky {
		top: -95px;
	}

	.header-wrap .header-top .header-top-left {
		text-align: center;
		margin-bottom: 15px;
	}

	.header-wrap .header-top .header-top-right {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.header-wrap .header-top .header-top-left,
	.header-wrap .header-top .header-top-right {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.header-wrap .header-top .header-top-right .social-profile {
		margin-right: 20px;
	}

	.header-wrap .header-top .header-top-right .social-profile::after {
		right: -10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
		height: 100vh;
	}
}

@media only screen and (max-width: 991px) {
	.header-wrap.style2 {
		background-color: #fff;
	}

	.header-wrap.style2 .header-top .header-top-left {
		margin-bottom: 10px;
	}

	.header-wrap.style2 .header-top .close-sidebar i {
		color: #fff;
		font-size: 24px;
	}
}

@media only screen and (min-width: 992px) {
	.header-wrap.sticky.style1 .header-bottom {
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
	}
}

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

	.header-wrap .header-top .header-top-left .contact-item p,
	.header-wrap .header-top .header-top-left .contact-item a {
		font-size: 16px;
		font-weight: 400;
	}

	.header-wrap.sticky .mobile-menu {
		margin-right: 0;
	}

	.header-wrap.style1 .header-bottom {
		background-color: #091851;
	}

	.header-wrap.style1 .mobile-menu a {
		background: #fff;
	}

	.header-wrap.style1 .mobile-menu a i {
		color: #091851;
	}

	.header-wrap.style2 .mobile-menu a {
		background: #091851;
	}

	.header-wrap.style2 .mobile-menu a i {
		color: #fff;
	}

	.header-wrap.style2 .mobile-sidebar i {
		color: #666666;
	}

	.header-wrap .header-bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header-wrap .header-bottom .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header-wrap .header-bottom .navbar .navbar-collapse {
		-webkit-box-align: start;
		-ms-flex-align: start;
		-ms-grid-row-align: flex-start;
		align-items: flex-start;
	}

	.header-wrap .header-bottom .navbar .navbar-nav {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header-wrap .header-bottom .navbar .navbar-nav .nav-item {
		position: relative;
	}

	.header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand {
		position: absolute;
		right: 0;
		top: 14px;
		cursor: pointer;
	}

	.header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand i {
		color: #000;
		font-size: 18px;
		line-height: 1;
		position: relative;
		top: 7px;
	}

	.header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
		border-bottom: 1px solid #F3F4F6;
		padding-top: 15px;
		padding-bottom: 12px;
		color: #000;
	}

	.header-wrap .header-bottom .navbar .navbar-nav .nav-item a i {
		display: none;
	}

	.header-wrap .header-bottom .navbar .navbar-nav .nav-item a.active {
		color: #3D72FC;
	}

	.header-wrap .header-bottom .navbar .navbar-nav .nav-item a.btn.style1 {
		display: block;
		width: 100%;
		margin-top: 20px;
	}

	.header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
		width: 100%;
		background-color: #fff;
		border: none;
		padding: 0;
	}

	.header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
		font-size: 14px;
		padding-left: 10px;
		margin-left: 10px;
	}

	.header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
		color: #091851;
	}

	.header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
		margin-left: 20px;
	}

	.header-wrap .header-bottom .navbar .navbar-nav .nav-item .btn.style1 {
		margin-top: 15px;
		color: #fff;
		padding: 15px 15px 10px;
	}

	.header-wrap .header-bottom .searchbtn {
		margin: 0 15px 0 15px;
	}

	.header-wrap .header-bottom .searchbtn i {
		top: -1px;
	}

	.mobile-bar-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
		position: relative;
		top: 4px;
	}

	.menu-close {
		position: absolute;
		top: 13px;
		right: 16px;
	}

	.menu-close i {
		color: #000;
		font-size: 25px;
	}

	.mobile-menu {
		text-align: right;
	}

	.mobile-menu a {
		width: 38px;
		height: 38px;
		border-radius: 50%;
		text-align: center;
		background-color: #091851;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.mobile-menu a i {
		font-size: 22px;
		color: #fff;
		margin: 0 auto;
	}

	.mobile-menu {
		display: inline-block;
		position: relative;
		top: -6px;
		margin: 0;
	}

	.mobile-top-bar {
		display: inline-block;
		margin-right: 6px;
		cursor: pointer;
		position: relative;
		top: 0px;
	}

	.mobile-top-bar span {
		display: block;
		width: 20px;
		height: 2px;
		background-color: #000;
		border-radius: 20px;
		margin: 5.9px 0;
	}

	.mobile-top-bar span:nth-child(1) {
		margin-top: 0;
	}

	.mobile-top-bar span:nth-child(2) {
		width: 12px;
		margin-left: 8px;
	}

	.close-header-top button {
		position: absolute;
		top: 15px;
		right: 20px;
		z-index: 999;
		background: transparent;
		border: none;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		text-align: center;
		padding: 0;
	}

	.close-header-top button i {
		color: #000;
		font-size: 26px;
	}

	.main-menu-wrap {
		width: 100%;
		position: fixed;
		background: #fff;
		z-index: 999;
		top: 0;
		height: 100vh;
		-webkit-transition: 0.5s;
		transition: 0.5s;
		left: -100%;
		padding: 55px 20px 30px;
		overflow-y: auto;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.main-menu-wrap.open {
		left: 0;
	}

	.main-menu>li.has-children.menu-open>span.menu-expand {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.main-menu>li.has-children.menu-open>span.menu-expand i {
		color: #000;
	}

	.main-menu>li>ul>li.has-children.menu-open>span.menu-expand {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.main-menu li {
		position: relative;
	}

	.main-menu li:last-child {
		margin: 0;
	}

	.main-menu li>span.menu-expand {
		position: absolute;
		right: 0;
		top: 13px;
		cursor: pointer;
	}

	.main-menu li>span.menu-expand i {
		color: #000;
		font-size: 18px;
	}

	.main-menu li>span.menu-expand:hover {
		color: #000;
	}

	.main-menu li a.active {
		color: #000;
	}

	.main-menu li>a {
		font-size: 14px;
		font-weight: 400;
		color: #000;
		text-transform: capitalize;
		display: block;
		padding: 12px 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	}

	.main-menu li>a:hover {
		color: #000;
	}

	.main-menu li>ul.sub-menu {
		padding-left: 20px;
	}

	.header-wrap .header-bottom .main-menu-wrap #menu>ul>li>a::after {
		display: none;
	}

	.main-menu li a.active {
		font-weight: 600;
		color: #000;
		border-color: rgba(0, 0, 0, 0.3);
	}
}

@media only screen and (min-width: 1200px) {
	.menu-expand i {
		display: none;
	}

	.header-wrap .navbar {
		padding: 0;
	}

	.header-wrap .navbar .navbar-brand {
		padding: 0 20px 0 0;
	}

	.header-wrap .navbar ul {
		padding-left: 0;
		list-style-type: none;
		margin-bottom: 0;
	}

	.header-wrap .navbar .navbar-nav {
		margin-left: auto;
		position: relative;
	}

	.header-wrap .navbar .navbar-nav>.nav-item {
		position: relative;
		top: 3px;
	}

	.header-wrap .navbar .navbar-nav>.nav-item>a:after {
		position: absolute;
		bottom: 30px;
		left: 0;
		content: "";
		width: 0;
		height: 2px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.header-wrap .navbar .navbar-nav .nav-item {
		position: relative;
		margin: 0 10px;
	}

	.header-wrap .navbar .navbar-nav .nav-item.has-dropdown {
		position: relative;
		top: 0px;
	}

	.header-wrap .navbar .navbar-nav .nav-item.first-child {
		margin-left: 0;
	}

	.header-wrap .navbar .navbar-nav .nav-item a {
		color: #fff;
		font-weight: 500;
		padding: 30px 0;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		position: relative;
	}

	.header-wrap .navbar .navbar-nav .nav-item a:hover,
	.header-wrap .navbar .navbar-nav .nav-item a:focus,
	.header-wrap .navbar .navbar-nav .nav-item a.active {
		color: #091851;
	}

	.header-wrap .navbar .navbar-nav .nav-item a:hover:after,
	.header-wrap .navbar .navbar-nav .nav-item a:focus:after,
	.header-wrap .navbar .navbar-nav .nav-item a.active:after {
		visibility: visible;
		opacity: 1;
		width: 18px;
	}

	.header-wrap .navbar .navbar-nav .nav-item a i {
		font-size: 18px;
		line-height: 1;
		position: relative;
		top: 3px;
		display: inline-block;
		margin-left: -3px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.header-wrap .navbar .navbar-nav .nav-item a:hover i {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
		display: block !important;
		border: none;
		top: 95px;
		left: -23px;
		z-index: 99;
		opacity: 0;
		width: 265px;
		padding: 0;
		display: block;
		border-radius: 0;
		border-radius: 0 0 5px 5px;
		position: absolute;
		visibility: hidden;
		background: #091851;
		-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}

	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
		margin: 0 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	}

	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:last-child {
		border-bottom: none;
	}

	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
		padding: 18px 0 12px;
		position: relative;
		display: block;
		font-size: 16px;
		font-weight: 500;
		color: rgba(255, 255, 255, 0.7);
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}

	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
		position: absolute;
		top: 26px;
		left: 0px;
		content: "";
		width: 15px;
		height: 2px;
		background-color: rgba(255, 255, 255, 0.7);
		visibility: hidden;
		opacity: 0;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
		color: #fff;
		padding-left: 22px;
	}

	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active:before,
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
		visibility: visible;
		opacity: 1;
	}

	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
		width: 100%;
		right: auto;
		left: 0;
	}

	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i {
		margin: 0;
		position: absolute;
		top: 55%;
		font-size: 16px;
		line-height: 1;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 0;
	}

	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
		top: 0;
		opacity: 0;
		left: -275px;
		right: auto;
		visibility: hidden;
	}

	.header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
		opacity: 1;
		visibility: visible;
	}

	.header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
		top: 85px;
		opacity: 1;
		visibility: visible;
	}

	.header-wrap .navbar .others-options {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header-wrap.style1 .header-bottom .navbar-nav>.nav-item>a:after {
		background-color: #fff;
	}

	.header-wrap.style1 .header-bottom .navbar-nav .nav-item a {
		color: #fff;
	}
}

@media only screen and (min-width: 1400px) {
	.header-wrap .navbar .navbar-nav .nav-item {
		margin: 0 15px;
	}

	.header-wrap .navbar .navbar-nav .nav-item a {
		font-size: 17px;
	}
}

@media only screen and (min-width: 1600px) {

	.header-wrap.style1 .container,
	.header-wrap.style2 .container {
		max-width: 1520px;
	}
}

@media only screen and (min-width: 1920px) {

	.header-wrap.style1 .container,
	.header-wrap.style2 .container {
		max-width: 1620px;
	}
}

/*---------------------------------
       Breadcrumb CSS 
-----------------------------------*/
.content-wrapper {
	margin-top: 105px;
}

.breadcrumb-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 135px 0 115px;
	overflow: hidden;
}

.breadcrumb-title {
	position: relative;
	z-index: 1;
	width: 100%;
}

.breadcrumb-title h1 {
	font-size: 40px;
	font-weight: 600;
	margin: 0 0 15px;
	color: #fff;
}

.breadcrumb-title .breadcrumb-menu li {
	display: inline-block;
	margin: 0 10px;
	position: relative;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 500;
}

.breadcrumb-title .breadcrumb-menu li:after {
	position: absolute;
	top: 1px;
	right: -13px;
	content: "/";
	font-size: 16px;
	background-color: transparent;
	color: #fff;
}

.breadcrumb-title .breadcrumb-menu li:first-child {
	margin-left: 0;
}

.breadcrumb-title .breadcrumb-menu li:first-child a {
	padding-left: 0;
}

.breadcrumb-title .breadcrumb-menu li:last-child {
	margin-right: 0;
	color: #fff;
}

.breadcrumb-title .breadcrumb-menu li:last-child:after {
	display: none;
}

.breadcrumb-title .breadcrumb-menu li a {
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
	padding: 0px 5px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	position: relative;
	color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-title .breadcrumb-menu li a:hover {
	color: #fff;
}

.breadcrumb-title .breadcrumb-menu li:last-child a:after {
	display: none;
}

.breadcrumb-img img {
	display: block;
	margin-left: auto;
}

.content-feature-list {
	margin: 0 0 28px 0;
}

.content-feature-list li {
	position: relative;
	padding-left: 25px;
	margin: 0 0 18px;
}

.content-feature-list li:last-child {
	margin-bottom: 0;
}

.content-feature-list li i {
	position: absolute;
	top: 6px;
	left: 0;
	color: #3D72FC;
	font-size: 13px;
	line-height: 0.8;
}

.content-feature-list.style2 li {
	padding-left: 20px;
	margin-bottom: 18px;
	font-weight: 600;
	color: #000;
}

.content-feature-list.style2 li:last-child {
	margin-bottom: 0;
}

.content-feature-list.style2 li:before {
	position: absolute;
	top: 6px;
	left: 0;
	width: 7px;
	height: 7px;
	content: "";
	border-radius: 50%;
	background: #3D72FC;
}

/*---------------------------------------
        Sign In CSS
 ----------------------------------------*/
.login-form-wrap {
	padding: 30px;
	background-color: #f9f9f9;
}

.login-form-wrap.style2 {
	background-color: transparent;
	padding: 0;
}

.login-form-wrap.style2 .login-header {
	text-align: center;
}

.login-form-wrap.style2 .login-body .form-group input {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.login-form-wrap .login-header {
	margin-top: -2px;
}

.login-form-wrap .login-header h3 {
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 30px;
}

.login-form-wrap .login-header span {
	color: #fff;
}

.login-form-wrap .login-body .form-group {
	margin: 0 0 20px;
}

.login-form-wrap .login-body .form-group label {
	font-size: 16px;
	color: #666666;
	margin: 0 0 10px;
	display: block;
}

.login-form-wrap .login-body .form-group input {
	border-radius: 5px;
	background: #fff;
	border: none;
	width: 100%;
	height: 60px;
	padding: 15px 20px 10px;
}

.login-form-wrap .login-body .btn {
	border-radius: 4px;
	display: block;
	width: 100%;
	padding: 15px;
}

.login-form-wrap .login-body .form_group label {
	font-size: 16px;
}

.login-form-wrap .link.style1 {
	color: #3D72FC;
}

.or-text {
	position: relative;
	text-align: center;
	margin: 0 0 20px 0;
	font-size: 18px;
	z-index: 9;
}

.or-text .btn.fb i {
	color: #3B5999 !important;
}

.or-text .btn.google i {
	color: #FF3838 !important;
}

.or-text:before {
	position: absolute;
	top: 15px;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #ddd;
	z-index: -1;
}

.or-text p {
	display: inline-block;
	padding: 0 10px;
	background-color: #F5F5F5;
	margin: 0 auto;
	z-index: 1;
	font-size: 18px;
	border-radius: 50%;
}

/*---------------------------
        Sidebar CSS
 ---------------------------*/
.sidebar .sidebar-widget {
	margin: 0 0 30px;
	background-color: #F5F5F5;
	position: relative;
	z-index: 1;
	padding: 25px;
}

.sidebar .sidebar-widget h4 {
	margin: 0 0 25px;
	padding-bottom: 18px;
	font-size: 22px;
	position: relative;
	line-height: 1;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar .sidebar-widget:last-child {
	margin: 0;
}

/*-------------------------------
       Search Box Widget CSS
-------------------------------*/
.search-box {
	position: relative;
}

.search-box .form-group {
	position: relative;
}

.search-box .form-group input {
	width: 100%;
	height: 54px;
	background: #fff;
	border: 1px solid #F3F4F6;
	color: #000;
	font-size: 15px;
	line-height: 21px;
	padding: 13px 60px 10px 20px;
	border-radius: 0;
}

.search-box .form-group input:focus {
	border-color: #888888;
}

.search-box .form-group button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 18px;
	height: 100%;
	border: none;
	border-radius: 0;
	text-align: center;
	background: #3D72FC;
}

.search-box .form-group button i {
	color: #fff;
	top: 6px;
	left: 1px;
	font-size: 20px;
	position: relative;
}

/*-------------------------------
    Appointment  Widget CSS
-------------------------------*/
.appointment-widget {
	background: #F3F3F3;
	margin-top: 10px;
}

.appointment-widget form .form-group {
	margin-bottom: 15px;
}

.appointment-widget form .form-group:last-child {
	margin-bottom: 0;
}

.appointment-widget form .form-group input,
.appointment-widget form .form-group textarea {
	width: 100%;
	border: none;
	background: #fff;
	padding: 16px 15px 10px;
}

.appointment-widget form .form-group input:focus,
.appointment-widget form .form-group textarea:focus {
	border-color: rgba(0, 0, 0, 0.27);
}

.appointment-widget form .form-group input {
	height: 56px;
}

.appointment-widget form .form-group textarea {
	height: 140px;
	resize: none;
}

/*-------------------------------
     Category Widget CSS
-------------------------------*/
.category-box ul li {
	position: relative;
}

.category-box ul li:first-child a {
	padding-top: 0;
}

.category-box ul li:first-child a i {
	top: 2px;
}

.category-box ul li:last-child a {
	border-bottom: none;
	padding-bottom: 0;
}

.category-box ul li a {
	color: #666666;
	font-weight: 500;
	padding: 8px 10px 8px 25px;
	display: block;
	font-size: 18px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.category-box ul li a i {
	position: absolute;
	top: 11px;
	left: 0;
	font-size: 16px;
	line-height: 0.8;
	color: #333;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.category-box ul li a:hover {
	color: #3D72FC;
	padding-left: 30px;
}

.category-box ul li a:hover i {
	color: #3D72FC;
	left: 5px;
}

/*-------------------------------
    Vehicle Info Widget CSS
-------------------------------*/
.vehicle-info-widget ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}

.vehicle-info-widget ul li:last-child {
	margin-bottom: 0;
}

.vehicle-info-widget ul li i {
	position: absolute;
	top: 7px;
	left: 0;
	font-size: 18px;
	line-height: 0.8;
	color: #3D72FC;
}

.vehicle-info-widget ul li h6 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 8px;
}

.vehicle-info-widget ul li span {
	display: block;
	color: #666666;
}

/*-------------------------------
    Popular post Widget CSS
-------------------------------*/
.popular-post-slider .blog-card.style1 {
	background-color: #fff;
}

.popular-post-slider .blog-card.style1 .blog-info h3 {
	margin-bottom: 0;
}

.popular-post-slider .blog-card:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.popular-post-slider.owl-carousel .owl-dots {
	text-align: center;
}

.popular-post-slider.owl-carousel .owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
	border: 1px solid transparent;
	background-color: #fff;
	position: relative;
	border: none;
}

.popular-post-slider.owl-carousel .owl-dots .owl-dot span:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #3D72FC;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.popular-post-slider.owl-carousel .owl-dots .owl-dot.active span {
	background-color: #fff;
}

.popular-post-slider.owl-carousel .owl-dots .owl-dot.active span:after {
	visibility: visible;
	opacity: 1;
}

/*-------------------------------
     Taglist Widget CSS
-------------------------------*/
.tag-list ul {
	margin-top: -12px;
}

.tag-list ul li {
	display: inline-block;
	margin: 12px 8px 0px 0px;
}

.tag-list ul li a {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	padding: 14px 15px 10px;
	color: #666666;
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.tag-list ul li a:hover {
	background-color: #3D72FC;
	color: #fff;
	border-color: transparent;
}

.tag-list.style2 li a {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.tag-list.style2 li a:hover {
	background: transparent;
}

.tag-list.style3 li a {
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	padding: 10px 12px;
	border: none;
}

/*-------------------------------
    Popular post Widget CSS
-------------------------------*/
.pp-post-item {
	margin: 0 0 20px;
}

.pp-post-item .pp-post-img {
	width: 85px;
	border-radius: 4px;
}

.pp-post-item .pp-post-img img {
	border-radius: 4px;
}

.pp-post-item .pp-post-info {
	width: calc(100% - 100px);
	margin-left: 15px;
	margin-top: 2px;
}

.pp-post-item .pp-post-info h6 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 0;
}

.pp-post-item .pp-post-info h6 a {
	color: #091851;
}

.pp-post-item .pp-post-info span {
	font-size: 14px;
	line-height: 1;
	display: block;
	position: relative;
	padding-left: 22px;
	color: #888888;
	margin-bottom: 12px;
}

.pp-post-item .pp-post-info span i {
	position: absolute;
	top: -1px;
	left: 0;
	font-size: 13px;
	line-height: 0.8;
	color: #3D72FC;
}

.pp-post-item:last-child {
	margin: 0;
}

.pp-post-item:hover .pp-post-info h6 a {
	color: #3D72FC;
}

/*-------------------------------
    Hero  Section CSS
-------------------------------*/
.hero-wrap .hero-content span {
	display: block;
	margin-bottom: 8px;
	color: #3D72FC;
	font-family: "Inter", sans-serif;
	font-weight: 500;
}

.hero-wrap .hero-content h1 {
	font-size: 52px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 30px;
}

.hero-wrap .hero-content p {
	margin-bottom: 35px;
}

.hero-wrap .hero-content .hero-btn .btn:first-child {
	margin-right: 15px;
}

.hero-wrap.style1 {
	margin-top: 100px;
	position: relative;
	z-index: 1;
	padding: 90px 0 0;
}

.hero-wrap.style1 .hero-shape-one {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.8;
}

.hero-wrap.style1 .hero-img-wrap {
	position: relative;
	z-index: 1;
}

.hero-wrap.style1 .hero-img-wrap img {
	display: block;
	margin: 0 auto;
}

.hero-wrap.style1 .hero-img-wrap .hero-shape-two {
	position: absolute;
	top: 50px;
	left: 40%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
	width: 90%;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-text {
	position: absolute;
	top: -20px;
	right: 0;
	background-color: #fff;
	padding: 45px 65px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-text .br_1 {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 30px;
	height: calc(100% - 50px);
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-text .br_1:after,
.hero-wrap.style1 .hero-img-wrap .hero-promo-text .br_1:before {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 30px;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-text .br_1:after {
	top: 0;
	left: 0;
	border-top: 1px solid #3D72FC;
	border-left: 1px solid #3D72FC;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-text .br_1:before {
	bottom: 0;
	border-bottom: 1px solid #3D72FC;
	border-left: 1px solid #3D72FC;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-text .br_2 {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 30px;
	height: calc(100% - 50px);
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-text .br_2:after,
.hero-wrap.style1 .hero-img-wrap .hero-promo-text .br_2:before {
	position: absolute;
	right: 0;
	content: "";
	width: 100%;
	height: 30px;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-text .br_2:after {
	top: 0;
	left: 0;
	border-top: 1px solid #3D72FC;
	border-right: 1px solid #3D72FC;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-text .br_2:before {
	bottom: 0;
	border-bottom: 1px solid #3D72FC;
	border-right: 1px solid #3D72FC;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-text:after {
	position: absolute;
	bottom: -30px;
	left: 20px;
	content: "";
	width: 0;
	height: 0;
	border-top: 30px solid #fff;
	border-left: 0px solid transparent;
	border-right: 30px solid transparent;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-text i {
	color: #3D72FC;
	font-size: 40px;
	line-height: 0.8;
	position: relative;
	top: 4px;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-text h4 {
	font-size: 38px;
	width: calc(100% - 60px);
	margin-left: 20px;
	margin-bottom: 0;
}

.hero-wrap.style1 .hero-img-wrap .hero-promo-text h4 span {
	display: block;
	font-size: 16px;
	font-weight: 400;
}

.hero-wrap.style1 .hero-content {
	padding-bottom: 120px;
}

.hero-wrap.style2 {
	margin-top: 100px;
}

.hero-wrap.style2 .hero-slide-item {
	position: relative;
	z-index: 1;
}

.hero-wrap.style2 .hero-slide-item:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: -webkit-gradient(linear, left top, right top, from(rgba(1, 23, 80, 0.98)), color-stop(68%, rgba(1, 23, 80, 0.18)), color-stop(71%, rgba(1, 23, 80, 0.2)));
	background: linear-gradient(90deg, rgba(1, 23, 80, 0.98) 0%, rgba(1, 23, 80, 0.18) 68%, rgba(1, 23, 80, 0.2) 71%);
	z-index: -1;
}

.hero-wrap.style2 .hero-slide-item .hero-content {
	position: relative;
	padding: 200px 0 235px;
}

.hero-wrap.style2 .hero-slide-item .hero-content h1,
.hero-wrap.style2 .hero-slide-item .hero-content p {
	color: #fff;
}

.hero-wrap.style3 {
	margin-top: 145px;
}

.hero-wrap.style3 .hero-img-slider .hero-img-slide {
	height: 700px;
}

.hero-wrap.style3 .hero-content-wrap {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #fff;
	z-index: 1;
	height: 700px;
}

.hero-wrap.style3 .hero-content-wrap:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(255, 255, 255, 0.9);
	z-index: -1;
}

.hero-slider-one.owl-carousel .owl-nav {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.hero-slider-one.owl-carousel .owl-nav .owl-prev,
.hero-slider-one.owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #535F85;
	border-color: transparent;
}

.hero-slider-one.owl-carousel .owl-nav .owl-prev i,
.hero-slider-one.owl-carousel .owl-nav .owl-next i {
	color: #fff;
}

.hero-slider-one.owl-carousel .owl-nav .owl-prev {
	left: 15px;
}

.hero-slider-one.owl-carousel .owl-nav .owl-next {
	right: 15px;
}

.hero-slider-one.owl-carousel:hover .owl-nav {
	visibility: visible;
	opacity: 1;
}

.hero-slider-one.owl-carousel:hover .owl-nav .owl-prev:hover,
.hero-slider-one.owl-carousel:hover .owl-nav .owl-next:hover {
	background: #3D72FC;
}

.hero-slider-one.owl-carousel:hover .owl-nav .owl-prev:hover i,
.hero-slider-one.owl-carousel:hover .owl-nav .owl-next:hover i {
	color: #fff;
}

.hero-img-slider.owl-carousel .owl-nav {
	position: absolute;
	bottom: -100px;
}

.hero-img-slider.owl-carousel .owl-nav button.owl-prev {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-right: 20px;
}

.book-course-wrap.style1 .book-course-form {
	background-color: #fff;
	padding: 45px 40px 50px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.book-course-wrap.style1 .book-course-form form {
	position: relative;
	width: 100%;
}

.book-course-wrap.style2 .book-course-form {
	background-color: #fff;
	padding: 45px 40px 50px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.book-course-wrap .book-course-form {
	margin-top: -70px;
	z-index: 1;
	position: relative;
}

.book-course-wrap .book-course-form h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 25px;
}

.book-course-wrap .book-course-form .booking-form {
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.01);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.01);
}

/* .book-course-wrap .book-course-form .booking-form .form-group {
	width: calc(20% - 20px);
	margin-right: 25px;
}

.book-course-wrap .book-course-form .booking-form .form-group:last-child {
	margin-right: 0;
} */

.book-course-wrap .book-course-form .booking-form .form-group label {
	font-weight: 600;
	color: #000;
	display: block;
	margin: 0 0 10px;
	font-family: "Inter", sans-serif;
}

.book-course-wrap .book-course-form .booking-form .form-group input,
.book-course-wrap .book-course-form .booking-form .form-group select {
	width: 100%;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background-color: transparent;
	padding: 10px 15px 10px 0;
}

.book-course-wrap .book-course-form .booking-form .form-group input[type="date"],
.book-course-wrap .book-course-form .booking-form .form-group select[type="date"] {
	color: #666666;
}

.book-course-wrap .book-course-form .booking-form .form-group select {
	color: #666666;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 94% 50%;
	padding: 10px 10px 10px 10px;
}

.book-course-wrap .book-course-form .booking-form .form-group select option {
	margin: 10px 0 0;
	padding: 15px !important;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content span {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content p {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .btn {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

/*-------------------------------
    About  Section CSS
-------------------------------*/
.about-wrap.style1 .about-content .content-title {
	margin-bottom: 25px;
}

.about-wrap.style1 .about-img-wrap {
	position: relative;
}

.about-wrap.style1 .about-img-wrap .about-shape-one {
	position: absolute;
	top: -40px;
	left: -20px;
}

.about-wrap.style1 .about-img-wrap .about-bg-1 {
	height: 650px;
	border-radius: 15px;
}

.about-wrap.style1 .about-img-wrap .about-promo-box {
	position: absolute;
	bottom: 30px;
	left: 30px;
	background-color: #fff;
	padding: 30px 35px;
	border-radius: 15px;
}

.about-wrap.style1 .about-img-wrap .about-promo-box i {
	color: #FEC107;
	font-size: 40px;
	line-height: 0.7;
	position: relative;
	top: 3px;
}

.about-wrap.style1 .about-img-wrap .about-promo-box h4 {
	font-size: 38px;
	width: calc(100% - 60px);
	margin-left: 20px;
	margin-bottom: 0;
}

.about-wrap.style1 .about-img-wrap .about-promo-box h4 span {
	display: block;
	font-size: 16px;
	font-weight: 400;
}

.about-wrap.style1 .about-img-wrap .about-promo-box,
.about-wrap.style3 .about-img-wrap .about-promo-box {
	position: absolute;
	bottom: 30px;
	left: 30px;
	background-color: #fff;
	padding: 30px 35px;
	border-radius: 15px;
}

.about-wrap.style1 .about-img-wrap .about-promo-box i,
.about-wrap.style3 .about-img-wrap .about-promo-box i {
	color: #FEC107;
	font-size: 40px;
	line-height: 0.8;
}

.about-wrap.style1 .about-img-wrap .about-promo-box h4,
.about-wrap.style3 .about-img-wrap .about-promo-box h4 {
	font-size: 38px;
	width: calc(100% - 60px);
	margin-left: 20px;
	margin-bottom: 0;
}

.about-wrap.style1 .about-img-wrap .about-promo-box h4 span,
.about-wrap.style3 .about-img-wrap .about-promo-box h4 span {
	display: block;
	font-size: 16px;
	font-weight: 400;
}

.about-wrap.style2 {
	margin-top: 20px;
}

.about-wrap.style2 .about-content .content-title {
	margin-bottom: 25px;
}

.about-wrap.style2 .about-content .ceo-message {
	-webkit-box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.04);
	padding: 25px 30px;
	border-left: 3px solid #3D72FC;
	margin-bottom: 35px;
}

.about-wrap.style2 .about-content .ceo-message p {
	margin-bottom: 15px;
}

.about-wrap.style2 .about-content .ceo-message h6 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
}

.about-wrap.style2 .about-img-wrap {
	position: relative;
}

.about-wrap.style2 .about-img-wrap .about-bg-2 {
	height: 600px;
	border-radius: 15px;
}

.about-wrap.style2 .about-img-wrap .play-video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.about-wrap.style2 .about-img-wrap .play-video .play-now {
	background: #fff;
}

.about-wrap.style2 .about-img-wrap .play-video .play-now i {
	color: #3D72FC;
	font-size: 22px;
}

.about-wrap.style2 .about-img-wrap .about-promo-box {
	position: absolute;
	top: -20px;
	left: 50px;
	background-color: #3D72FC;
	padding: 40px 30px;
	border-radius: 1px 5px 5px 5px;
}

.about-wrap.style2 .about-img-wrap .about-promo-box::before {
	position: absolute;
	top: 0;
	left: -30px;
	content: "";
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-top: 20px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 30px solid #3D72FC;
}

.about-wrap.style2 .about-img-wrap .about-promo-box h4 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 0;
	text-align: center;
	color: #fff;
}

.about-wrap.style2 .about-img-wrap .about-promo-box h4 span {
	display: block;
	font-size: 16px;
	font-weight: 400;
}

.about-wrap.style3 .about-img-wrap {
	position: relative;
}

.about-wrap.style3 .about-img-wrap .about-shape-one {
	position: absolute;
	top: -40px;
	left: -20px;
}

.about-wrap.style3 .about-img-wrap .about-bg-3 {
	height: 650px;
	border-radius: 15px;
}

.about-wrap.style3 .about-content .content-title {
	margin-bottom: 25px;
}

.about-wrap.style3 .about-content .feature-item-wrap {
	margin-bottom: 30px;
}

.about-wrap.style3 .about-content .feature-item-wrap .feature-item {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	border: none;
}

.feature-item-wrap .feature-item {
	margin-bottom: 25px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.feature-item-wrap .feature-item:last-child {
	margin-bottom: 0;
}

.feature-item-wrap .feature-item .feature-icon {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #fff;
	position: relative;
	top: 3px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.feature-item-wrap .feature-item .feature-icon i {
	font-size: 32px;
	line-height: 0.8;
	margin: 0 auto;
	color: #3D72FC;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.feature-item-wrap .feature-item .feature-icon:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 0;
	background-color: #3D72FC;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}

.feature-item-wrap .feature-item .feature-text {
	width: calc(100% - 90px);
	margin-left: 20px;
}

.feature-item-wrap .feature-item .feature-text h3 {
	font-size: 22px;
	margin: 0 0 10px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.feature-item-wrap .feature-item .feature-text p {
	margin: 0;
}

.feature-item-wrap .feature-item:hover .feature-icon i {
	color: #fff;
}

.feature-item-wrap .feature-item:hover .feature-icon:after {
	height: 100%;
	visibility: visible;
	opacity: 1;
}

.feature-item-wrap .feature-item:hover .feature-text h3 {
	color: #3D72FC;
}

.feature-item-wrap .feature-item.style1 {
	border: 1px solid rgba(0, 0, 0, 0.06);
	padding: 25px 25px 22px;
}

.feature-item-wrap .feature-item.style1 .feature-icon {
	position: relative;
	z-index: 1;
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow: hidden;
	background: transparent;
	position: relative;
	top: 4px;
	width: 30px;
	text-align: left;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.feature-item-wrap .feature-item.style1 .feature-icon i {
	font-size: 26px;
	line-height: 0.8;
	margin: 0 auto;
	color: #3D72FC;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.feature-item-wrap .feature-item.style1 .feature-icon:after {
	display: none;
}

.feature-item-wrap .feature-item.style1 .feature-text {
	width: calc(100% - 50px);
	margin-left: 20px;
}

.feature-item-wrap .feature-item.style1 .feature-text h3 {
	font-size: 22px;
	margin: 0 0 10px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.feature-item-wrap .feature-item.style1 .feature-text p {
	margin: 0;
}

.feature-item-wrap .feature-item.style1:hover {
	-webkit-box-shadow: rgba(50, 50, 93, 0.07) 0px 50px 100px -20px, rgba(0, 0, 0, 0.09) 0px 30px 60px -30px;
	box-shadow: rgba(50, 50, 93, 0.07) 0px 50px 100px -20px, rgba(0, 0, 0, 0.09) 0px 30px 60px -30px;
}

.feature-item-wrap .feature-item.style2 {
	border: 1px solid rgba(0, 0, 0, 0.06);
	padding: 25px 25px 22px;
}

.feature-item-wrap .feature-item.style2 .feature-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #F3F3F3;
}

.feature-item-wrap .feature-item.style2 .feature-icon i {
	font-size: 24px;
	position: relative;
	top: 3px;
}

.feature-item-wrap .feature-item.style2 .feature-text {
	width: calc(100% - 80px);
	margin-left: 20px;
}

.feature-item-wrap .feature-item.style2:hover {
	-webkit-box-shadow: rgba(50, 50, 93, 0.07) 0px 50px 100px -20px, rgba(0, 0, 0, 0.09) 0px 30px 60px -30px;
	box-shadow: rgba(50, 50, 93, 0.07) 0px 50px 100px -20px, rgba(0, 0, 0, 0.09) 0px 30px 60px -30px;
}

/*-------------------------------
   Course  Section  CSS
-------------------------------*/
.course-card {
	background-color: #fff;
	margin-bottom: 25px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.course-card .course-img {
	position: relative;
	overflow: hidden;
}

.course-card .course-img:after {
	content: "";
	position: absolute;
	top: -200%;
	left: -210%;
	width: 150%;
	height: 240%;
	opacity: 0;
	-webkit-transform: rotate(21deg);
	transform: rotate(21deg);
	background: -webkit-gradient(linear, left top, right top, from(rgba(9, 24, 81, 0.15)), color-stop(77%, rgba(9, 24, 81, 0.15)), color-stop(92%, rgba(9, 24, 81, 0.15)), to(rgba(9, 24, 81, 0.15)));
	background: linear-gradient(to right, rgba(9, 24, 81, 0.15) 0%, rgba(9, 24, 81, 0.15) 77%, rgba(9, 24, 81, 0.15) 92%, rgba(9, 24, 81, 0.15) 100%);
}

.course-card .course-info .course-metainfo {
	margin-bottom: 12px;
}

.course-card .course-info .course-metainfo li {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin-right: 20px;
	font-size: 16px;
}

.course-card .course-info .course-metainfo li:last-child {
	margin-right: 0;
}

.course-card .course-info .course-metainfo li:last-child:after {
	display: none;
}

.course-card .course-info .course-metainfo li a {
	font-size: 16px;
	color: #666666;
}

.course-card .course-info .course-metainfo li a:hover {
	color: #091851;
}

.course-card .course-info .course-metainfo li i {
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 15px;
	line-height: 0.8;
	color: #3D72FC;
}

.course-card .course-info h3 {
	font-size: 22px;
}

.course-card:hover {
	-webkit-box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1);
}

.course-card:hover .course-info h3 a {
	color: #3D72FC;
}

.course-card:hover .course-img:after {
	opacity: 1;
	top: -30%;
	left: -30%;
	-webkit-transition-property: left, top, opacity;
	transition-property: left, top, opacity;
	-webkit-transition-duration: 0.7s, 0.7s, 0.15s;
	transition-duration: 0.7s, 0.7s, 0.15s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.course-card.style1 .course-img .course-price {
	position: absolute;
	bottom: 30px;
	left: 0;
	background-color: #3D72FC;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 600;
	padding: 8px 15px;
}

.course-card.style1 .course-img .course-price:after {
	content: "";
	position: absolute;
	right: -40px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 40px solid #3D72FC;
	border-top: 22px solid transparent;
	border-bottom: 0px solid transparent;
}

.course-card.style1 .course-img .course-price:before {
	content: "";
	position: absolute;
	right: -40px;
	top: 0;
	width: 0;
	height: 0;
	border-left: 40px solid #3D72FC;
	border-top: 0px solid transparent;
	border-bottom: 22px solid transparent;
}

.course-card.style1 .course-info .course-author-wrap {
	padding-top: 22px;
	border-top: 1px solid #F3F4F6;
}

.course-card.style1:hover {
	-webkit-box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1);
}

.course-card.style1,
.course-card.style2 {
	-webkit-box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.07);
}

.course-card.style1 .course-info,
.course-card.style2 .course-info {
	padding: 25px;
}

.course-card.style1 .course-info h3,
.course-card.style2 .course-info h3 {
	margin-bottom: 15px;
}

.course-card.style1 .course-info p,
.course-card.style2 .course-info p {
	margin-bottom: 18px;
}

.course-card.style1 .course-info .course-author-wrap .course-author .course-author-img,
.course-card.style2 .course-info .course-author-wrap .course-author .course-author-img {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.course-card.style1 .course-info .course-author-wrap .course-author .course-author-img img,
.course-card.style2 .course-info .course-author-wrap .course-author .course-author-img img {
	border-radius: 50%;
}

.course-card.style1 .course-info .course-author-wrap .course-author a,
.course-card.style2 .course-info .course-author-wrap .course-author a {
	width: calc(100% - 55px);
	margin-left: 15px;
	position: relative;
	top: 2px;
	font-weight: 600;
}

.course-card.style1 .course-info .course-author-wrap .course-author a:hover,
.course-card.style2 .course-info .course-author-wrap .course-author a:hover {
	color: #3D72FC;
}

.course-card.style2 .course-info .course-author-wrap .course-price {
	margin: 0;
	font-size: 20px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #3D72FC;
}

.course-card.style2 .course-info .btn {
	margin-top: 25px;
}

.course-card.style2 .course-info .btn.style2 {
	width: 100%;
	text-align: center;
}

.course-card.style3 {
	-webkit-box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.07);
}

.course-card.style3 .course-info {
	padding: 25px;
}

.course-card.style3 .course-info h3 {
	margin-bottom: 15px;
}

.course-card.style3 .course-info p {
	margin-bottom: 15px;
}

.course-card.style3 .course-info .course-link {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #F3F3F3;
	margin: -53px 0 0;
	float: right;
	position: relative;
	z-index: 1;
}

.course-card.style3 .course-info .course-link i {
	font-size: 16px;
	line-height: 0.8;
	color: #3D72FC;
	margin: 0 auto;
	position: relative;
	top: 2px;
}

.course-card.style3 .course-info .course-link:hover {
	background-color: #3D72FC;
}

.course-card.style3 .course-info .course-link:hover i {
	color: #fff;
}

.course-card.style3 .course-info .course-author-wrap .course-author {
	width: 80%;
}

.course-card.style3 .course-info .course-author-wrap .course-author .course-author-img {
	display: inline-block;
	font-weight: 600;
	color: #3D72FC;
	position: relative;
	top: 1px;
}

.course-card.style3 .course-info .course-author-wrap .course-author a {
	margin-left: 9px;
	position: relative;
	top: 2px;
	font-weight: 600;
}

.course-card.style3 .course-info .course-author-wrap .course-author a:hover {
	color: #3D72FC;
}

.course-card.style3 .course-info .course-author-wrap .course-price {
	margin: 0;
	font-size: 18px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #3D72FC;
	width: 20%;
	text-align: right;
}

.course-card.style3:hover {
	-webkit-box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1);
}

.course-slider-one.owl-carousel .owl-nav button.owl-prev,
.course-slider-one.owl-carousel .owl-nav button.owl-next {
	border: none;
	background-color: #fff;
}

.course-slider-one.owl-carousel .owl-nav button.owl-prev:hover,
.course-slider-one.owl-carousel .owl-nav button.owl-next:hover {
	background-color: #3D72FC;
}

.course-slider-one .course-card.style2 {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*-------------------------------
   Why Choose  Section  CSS
-------------------------------*/
.why-choose-wrap.style1 .wh-content .content-title {
	margin-bottom: 25px;
}

.why-choose-wrap.style1 .wh-content .feature-item-wrap {
	margin-bottom: 10px;
}

.why-choose-wrap.style1 .wh-content .feature-item-wrap .feature-item {
	width: calc(50% - 10px);
	padding: 0 10px 0 0;
}

.why-choose-wrap.style1 .wh-content .feature-item-wrap .feature-item:last-child {
	margin-bottom: 25px;
}

.why-choose-wrap.style1 .wh-content .feature-item-wrap .feature-item.style1 {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

.why-choose-wrap.style1 .wh-img-wrap {
	position: relative;
	padding-bottom: 50px;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-bg-1 {
	height: 650px;
	border-radius: 15px;
	width: calc(100% - 50px);
	margin-left: auto;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: calc(100% - 50px);
	background: #091851;
	border-radius: 5px;
	padding: 20px;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg {
	width: 55%;
	height: 165px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-text {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	text-align: center;
	background: transparent;
	display: block;
	width: 55%;
	height: 100%;
	padding: 15px 0 0;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-text:after {
	position: absolute;
	top: -15px;
	left: -15%;
	content: "";
	background: #3D72FC;
	z-index: -1;
	width: 130%;
	height: 70px;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-text span {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-video {
	position: absolute;
	top: 50%;
	left: 58%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-video .play-now {
	background: #fff;
	width: 60px;
	height: 60px;
	line-height: 64px;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-video .play-now i {
	color: #3D72FC;
	font-size: 18px;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-video .play-now .ripple {
	width: 60px;
	height: 60px;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-video .play-now .ripple:before,
.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-video .play-now .ripple:after {
	width: 60px;
	height: 60px;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-text {
	width: 45%;
	padding-left: 25px;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-text h5 {
	color: #fff;
	font-weight: 500;
	margin: 0;
}

.why-choose-wrap.style2 .wh-content .content-title {
	margin-bottom: 25px;
}

.why-choose-wrap.style2 .quote-form {
	-webkit-box-shadow: 0px 4px 30px 3px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 4px 30px 3px rgba(0, 0, 0, 0.04);
}

.why-choose-wrap.style2 .quote-form .quote-title {
	background: #3D72FC;
	padding: 30px 25px;
	text-align: center;
}

.why-choose-wrap.style2 .quote-form .quote-title h2 {
	font-size: 28px;
	font-weight: 600;
	margin: 0;
	color: #fff;
}

.why-choose-wrap.style2 .quote-form form {
	padding: 30px;
}

.why-choose-wrap.style2 .quote-form form .form-group {
	margin-bottom: 25px;
}

.why-choose-wrap.style2 .quote-form form .form-group:last-child {
	margin-bottom: 0;
}

.why-choose-wrap.style2 .quote-form form .form-group input,
.why-choose-wrap.style2 .quote-form form .form-group textarea {
	width: 100%;
	padding: 15px 20px 10px;
	border: 1px solid #F3F4F6;
	background: transparent;
}

.why-choose-wrap.style2 .quote-form form .form-group input {
	height: 60px;
}

.why-choose-wrap.style2 .quote-form form .form-group textarea {
	height: 150px;
	resize: none;
}

.why-choose-wrap.style2 .quote-form form .form-group button {
	display: block;
	width: 100%;
}

.why-choose-wrap.style3 .wh-img-wrap {
	position: relative;
}

.why-choose-wrap.style3 .wh-img-wrap .wh-bg-1 {
	height: 650px;
	border-radius: 10px;
}

.why-choose-wrap.style3 .wh-img-wrap .wh-bg-1 .play-video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.why-choose-wrap.style3 .wh-img-wrap .wh-bg-1 .play-video .play-now {
	background: #fff;
}

.why-choose-wrap.style3 .wh-img-wrap .wh-bg-1 .play-video .play-now i {
	color: #3D72FC;
	font-size: 22px;
}

.why-choose-wrap.style3 .wh-content .content-title {
	margin-bottom: 25px;
}

.why-choose-wrap.style3 .wh-content .feature-item-wrap {
	margin-bottom: 15px;
}

.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item {
	width: calc(50% - 12.5px);
	padding: 25px;
}

.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item:last-child {
	margin-bottom: 25px;
}

.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item .feature-icon {
	width: 45px;
	height: 45px;
	top: 0;
	background-color: #F3F3F3;
}

.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item .feature-icon i {
	font-size: 20px;
}

.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item .feature-text {
	width: calc(100% - 65px);
	margin-left: 20px;
}

.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item .feature-text h3 {
	margin-bottom: 0;
}

/*-------------------------------
   Vehicle  Section  CSS
-------------------------------*/
.vehicle-card {
	background: #fff;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.09);
}

.vehicle-card .vehicle-img {
	overflow: hidden;
}

.vehicle-card .vehicle-img img {
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.vehicle-card .vehicle-info {
	margin: 22px 25px 0;
	padding-bottom: 25px;
}

.vehicle-card .vehicle-info h3 {
	font-size: 22px;
	margin: 0 0 15px;
}

.vehicle-card .vehicle-info p {
	margin-bottom: 18px;
}

.vehicle-card .vehicle-info .vehicle-meta-info {
	padding-top: 20px;
	border-top: 1px solid #F3F4F6;
}

.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-promo-info .vehicle-promo-img {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-promo-info .vehicle-promo-img img {
	border-radius: 50%;
}

.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-promo-info h6 {
	font-weight: 600;
	margin-left: 10px;
	margin-bottom: 0;
}

.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-promo-info h6 span {
	display: block;
	font-weight: 400;
	color: #666666;
}

.vehicle-card .vehicle-info .vehicle-meta-info a {
	margin-left: 10px;
}

.vehicle-card .vehicle-info .vehicle-rating span {
	text-align: center;
	display: block;
}

.vehicle-card.style2 .vehicle-info .btn.style2 {
	margin-top: 20px;
	display: block;
	width: 100%;
}

.vehicle-card.style3 .vehicle-info .vehicle-link {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #F3F3F3;
	margin: -53px 0 0;
	float: right;
	position: relative;
	z-index: 1;
}

.vehicle-card.style3 .vehicle-info .vehicle-link i {
	font-size: 16px;
	line-height: 0.8;
	color: #3D72FC;
	margin: 0 auto;
	position: relative;
	top: 2px;
}

.vehicle-card.style3 .vehicle-info .vehicle-link:hover {
	background-color: #3D72FC;
}

.vehicle-card.style3 .vehicle-info .vehicle-link:hover i {
	color: #fff;
}

.vehicle-card:hover .vehicle-img img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

.vehicle-card:hover .vehicle-info h3 a {
	color: #3D72FC;
}

.ratings {
	line-height: 1;
}

.ratings li {
	display: inline-block;
}

.ratings li i {
	font-size: 15px;
	line-height: 0.8;
	color: #FEC107;
}

.vehicle-slider-one.owl-carousel .owl-nav button.owl-prev,
.vehicle-slider-one.owl-carousel .owl-nav button.owl-next {
	border: none;
	background-color: #fff;
}

.vehicle-slider-one.owl-carousel .owl-nav button.owl-prev:hover,
.vehicle-slider-one.owl-carousel .owl-nav button.owl-next:hover {
	background-color: #3D72FC;
}

.vehicle-slider-one .vehicle-card.style2 {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*-------------------------------
   CTA  Section  CSS
-------------------------------*/
.cta-wrap {
	position: relative;
}

.cta-wrap.style1 .cta-text {
	border: 1px solid rgba(255, 255, 255, 0.25);
	margin: 0 auto;
	padding: 30px 22px;
}

.cta-wrap.style2 .content-title {
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.25);
	padding: 45px 45px 55px;
}

.cta-wrap.style2 .content-title h2 {
	color: #fff;
}

.cta-wrap.style2 .content-title p {
	color: rgba(255, 255, 255, 0.7);
	max-width: 60%;
	margin: 25px auto 30px;
	padding: 0;
}

/*-------------------------------
   Team  Section  CSS
-------------------------------*/
.team-card {
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.07);
	border: 1px solid transparent;
	border-radius: 5px;
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.team-card .team-img {
	overflow: hidden;
	position: relative;
	border-radius: 5px 5px 0 0;
}

.team-card .team-img:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.5);
	visibility: hidden;
	border-radius: 5px 5px;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.team-card .team-img img {
	-webkit-transition: 0.7s;
	transition: 0.7s;
}

.team-card .team-img .social-profile {
	position: absolute;
	top: 50%;
	right: 20px;
	text-align: center;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.team-card .team-img .social-profile li {
	display: block;
	margin: 0 0 10px;
	-webkit-transform: translateY(25px);
	transform: translateY(25px);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	visibility: hidden;
	opacity: 0;
}

.team-card .team-img .social-profile li:nth-child(1) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.team-card .team-img .social-profile li:nth-child(2) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.team-card .team-img .social-profile li:nth-child(3) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.team-card .team-img .social-profile li:nth-child(4) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.team-card .team-img .social-profile li:last-child {
	margin-bottom: 0;
}

.team-card .team-img .social-profile li a {
	width: 45px;
	height: 45px;
}

.team-card .team-img .social-profile li a i {
	font-size: 22px;
	color: #666666;
}

.team-card .team-img .social-profile li a:hover i {
	color: #fff;
}

.team-card .team-info-wrap {
	padding: 25px 25px 25px;
	background: #fff;
}

.team-card .team-info-wrap .team-info h3 {
	font-size: 22px;
	margin-bottom: 5px;
}

.team-card .team-info-wrap .team-link {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #F3F3F3;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.team-card .team-info-wrap .team-link i {
	color: #000;
	font-weight: 18px;
	line-height: 0.8;
	margin: 0 auto;
	position: relative;
	top: 2px;
}

.team-card .team-info-wrap .team-link:hover {
	background: #3D72FC;
}

.team-card .team-info-wrap .team-link:hover i {
	color: #fff;
}

.team-card span {
	color: #666666;
}

.team-card.style2 .team-link i {
	font-size: 12px;
	color: #666666;
}

.team-card.style2 .btn {
	margin: 0 25px 25px;
}

.team-card.style2 .btn.style2 {
	display: block;
	width: calc(100% - 50px);
}

.team-card.style3 .team-img:after {
	background: rgba(0, 0, 0, 0.6);
}

.team-card.style3 .team-img .team-info {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.team-card.style3 .team-img .team-info .social-profile {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	text-align: center;
}

.team-card.style3 .team-img .team-info .social-profile li {
	display: inline-block;
	margin: 0 10px 0 0;
}

.team-card.style3 .team-img .team-info .social-profile li a i {
	color: #666666;
}

.team-card.style3 .team-img .team-info .social-profile li a:hover i {
	color: #fff;
}

.team-card.style3 .team-img .team-info h3,
.team-card.style3 .team-img .team-info span {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-align: center;
	display: block;
}

.team-card.style3 .team-img .team-info h3 {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.team-card.style3 .team-img .team-info h3 a {
	color: #fff;
}

.team-card.style3 .team-img .team-info span {
	color: rgba(255, 255, 255, 0.7);
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.team-card.style3:hover .team-img .team-info {
	visibility: visible;
	opacity: 1;
}

.team-card.style3:hover .team-img .team-info h3,
.team-card.style3:hover .team-img .team-info span {
	visibility: visible;
	opacity: 1;
}

.team-card:hover {
	-webkit-box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.team-card:hover:after {
	width: 85%;
}

.team-card:hover .team-img:after {
	visibility: visible;
	opacity: 1;
}

.team-card:hover .team-img .social-profile li {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

/*-------------------------------
   Pricing  Section  CSS
-------------------------------*/
.pricing-card {
	margin-bottom: 25px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.pricing-card.featured .pricing-header {
	background: #3D72FC;
}

.pricing-card.featured .pricing-header h2 {
	color: #fff;
}

.pricing-card.featured .pricing-header span {
	color: rgba(255, 255, 255, 0.7);
}

.pricing-card.featured .purchase-btn .btn.style2 {
	background: #3D72FC;
	color: #fff;
}

.pricing-card .pricing-subheader {
	font-size: 22px;
	color: #666;
	font-weight: 600;
	padding: 40px 20px;
	text-align: center;
	margin: 0;
}

.pricing-card .pricing-header {
	text-align: center;
	background: #F0F0F0;
	padding: 50px 20px;
}

.pricing-card .pricing-header h2 {
	font-size: 50px;
	font-weight: 700;
	color: #3D72FC;
	margin: 0 0 5px;
}

.pricing-card .pricing-header span {
	color: #666666;
	display: block;
}

.pricing-card .pricing-features {
	padding: 35px 0;
}

.pricing-card .pricing-features li {
	margin-bottom: 20px;
	text-align: center;
}

.pricing-card .pricing-features li:last-child {
	margin-bottom: 0;
}

.pricing-card .pricing-features li.unchecked {
	text-decoration: line-through;
}

.pricing-card .pricing-features li i {
	position: relative;
	top: 3px;
	color: #666666;
	font-size: 16px;
	line-height: 0.8;
	margin-right: 6px;
}

.pricing-card .purchase-btn {
	border-top: 1px solid rgba(0, 0, 0, 0.09);
	padding: 35px 0;
	text-align: center;
}

.pricing-card .purchase-btn .btn.style2 {
	padding: 16px 50px 10px;
}

.pricing-card:hover {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
}

/*-------------------------------
   Testimonial  Section  CSS
-------------------------------*/
.testimonial-wrap {
	position: relative;
}

.testimonial-card {
	margin-bottom: 25px;
	border-radius: 5px;
	position: relative;
	padding: 22px 25px 25px;
	z-index: 1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.testimonial-card .client-img {
	width: 75px;
	height: 75px;
	border-radius: 50%;
}

.testimonial-card .client-img img {
	border-radius: 50%;
}

.testimonial-card .client-info {
	width: calc(100% - 140px);
	margin-left: 20px;
}

.testimonial-card .client-info h3 {
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 8px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.testimonial-card .client-info span {
	font-size: 14px;
	display: block;
	line-height: 1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.testimonial-card .client-quote {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.testimonial-card.style1 {
	padding: 35px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.testimonial-card.style1 .client-info-wrap .quote-icon {
	width: 45px;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.testimonial-card.style1 .client-info-wrap .quote-icon i {
	color: #3D72FC;
	font-size: 45px;
	line-height: 0.8;
}

.testimonial-card.style1 .client-quote {
	margin-bottom: 15px;
}

.testimonial-slider-one {
	background: #fff;
	padding: 45px 50px;
}

.testimonial-slider-one .testimonial-card {
	padding: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.testimonial-slider-one .testimonial-card .client-info-wrap {
	margin-bottom: 20px;
	border-bottom: 1px solid #F3F4F6;
	padding-bottom: 20px;
}

.testimonial-slider-one.owl-carousel .owl-dots {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

.testimonial-slider-two {
	margin: -15px 0 0;
}

.testimonial-slider-two .testimonial-card {
	margin-top: 15px;
}

.testimonial-slider-two.owl-carousel .owl-dots {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

.testimonial-slider-three {
	margin: -15px 0 0;
}

.testimonial-slider-three .testimonial-card {
	margin-top: 15px;
}

.testimonial-slider-three.owl-carousel .owl-nav {
	position: absolute;
	top: -85px;
	right: 0;
}

.testimonial-slider-three.owl-carousel .owl-nav button.owl-next,
.testimonial-slider-three.owl-carousel .owl-nav button.owl-prev {
	background-color: #F3F3F3;
	border-color: transparent;
}

.testimonial-slider-three.owl-carousel .owl-nav button.owl-next i,
.testimonial-slider-three.owl-carousel .owl-nav button.owl-prev i {
	color: #666666;
}

.testimonial-slider-three.owl-carousel .owl-nav button.owl-next:hover,
.testimonial-slider-three.owl-carousel .owl-nav button.owl-prev:hover {
	background-color: #3D72FC;
}

.testimonial-slider-three.owl-carousel .owl-nav button.owl-next:hover i,
.testimonial-slider-three.owl-carousel .owl-nav button.owl-prev:hover i {
	color: #fff;
}

.testimonial-slider-three.owl-carousel .owl-nav button.owl-next {
	margin-left: 20px;
}

/*-------------------------------
   Counter  Section  CSS
-------------------------------*/
.counter-area {
	position: relative;
	z-index: 1;
}

.counter-area.style1:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: #F3F3F3;
	width: 100%;
	height: 50%;
	z-index: -1;
}

.counter-card-wrap {
	background-color: #091851;
	padding: 50px 50px 25px;
}

.counter-card {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	margin-bottom: 25px;
}

.counter-card .counter-icon i {
	color: #fff;
	font-size: 52px;
	line-height: 0.8;
	margin: 0 auto;
	display: inline-block;
}

.counter-card .counter-text {
	width: calc(100% - 72px);
	margin-left: 20px;
}

.counter-card .counter-text .counter-num {
	font-size: 34px;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 8px;
	color: #fff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.counter-card .counter-text .counter-num .target {
	position: relative;
	top: 2px;
	font-size: 40px;
	font-weight: 600;
	line-height: 0.6;
	display: inline-block;
	margin-left: -4px;
}

.counter-card .counter-text p {
	color: rgba(255, 255, 255, 0.7);
	margin: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

/*-------------------------------
   Blog Section  CSS
-------------------------------*/
.blog-card {
	margin-bottom: 25px;
	background: #fff;
	background-color: #fff;
	-webkit-box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.07);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.blog-card .blog-img {
	overflow: hidden;
	position: relative;
}

.blog-card .blog-img img {
	-webkit-transition: 0.7s;
	transition: 0.7s;
	width: 100%;
}

.blog-card .blog-img .blog-date {
	position: absolute;
	bottom: 25px;
	left: 0;
	font-size: 18px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	background-color: #3D72FC;
	color: #fff;
	padding: 10px 20px 10px;
	border-radius: 0 5px 5px 0;
	margin-bottom: 0;
	font-family: "Inter", sans-serif;
}

.blog-card .blog-info {
	padding: 22px 25px 22px;
}

.blog-card .blog-info .blog-metainfo {
	margin-bottom: 12px;
}

.blog-card .blog-info .blog-metainfo li {
	display: inline-block;
	position: relative;
	padding-left: 22px;
	margin-right: 20px;
	font-size: 16px;
}

.blog-card .blog-info .blog-metainfo li:last-child {
	margin-right: 0;
}

.blog-card .blog-info .blog-metainfo li:last-child:after {
	display: none;
}

.blog-card .blog-info .blog-metainfo li a {
	font-size: 16px;
	color: #666666;
}

.blog-card .blog-info .blog-metainfo li a:hover {
	color: #091851;
}

.blog-card .blog-info .blog-metainfo li i {
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 15px;
	line-height: 0.8;
	color: #3D72FC;
}

.blog-card .blog-info h3 {
	font-size: 22px;
	margin-bottom: 15px;
}

.blog-card .blog-info p {
	margin: 0 0 15px;
}

.blog-card.style1 .blog-info p {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #F3F4F6;
}

.blog-card.style2 .blog-info {
	padding: 25px 25px 25px;
}

.blog-card.style2 .blog-info p {
	margin-bottom: 20px;
}

.blog-card.style2 .blog-info .btn.style2 {
	width: 100%;
	display: block;
}

.blog-card.style3 .blog-info {
	padding: 25px 25px 22px;
}

.blog-card.style3 .blog-info .blog-link {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #F3F3F3;
	margin: -50px 0 0;
	float: right;
	position: relative;
	z-index: 1;
}

.blog-card.style3 .blog-info .blog-link i {
	font-size: 16px;
	line-height: 0.8;
	color: #3D72FC;
	margin: 0 auto;
	position: relative;
	top: 2px;
}

.blog-card.style3 .blog-info .blog-link:hover {
	background-color: #3D72FC;
}

.blog-card.style3 .blog-info .blog-link:hover i {
	color: #fff;
}

.blog-card.style3 .blog-info p {
	margin-bottom: 0;
}

.blog-card:hover {
	-webkit-box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1);
	border-color: transparent;
}

.blog-card:hover .blog-img img {
	-webkit-transform: scale(1.08) rotate(3deg);
	transform: scale(1.08) rotate(3deg);
}

.blog-card:hover .blog-info h3 a {
	color: #091851;
}

.vehicle-slider-one.owl-carousel .owl-nav button.owl-prev,
.vehicle-slider-one.owl-carousel .owl-nav button.owl-next,
.team-slider-one.owl-carousel .owl-nav button.owl-prev,
.team-slider-one.owl-carousel .owl-nav button.owl-next,
.course-slider-one.owl-carousel .owl-nav button.owl-prev,
.course-slider-one.owl-carousel .owl-nav button.owl-next,
.blog-slider-one.owl-carousel .owl-nav button.owl-prev,
.blog-slider-one.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50% !important;
}

.vehicle-slider-one.owl-carousel .owl-nav button.owl-prev,
.team-slider-one.owl-carousel .owl-nav button.owl-prev,
.course-slider-one.owl-carousel .owl-nav button.owl-prev,
.blog-slider-one.owl-carousel .owl-nav button.owl-prev {
	left: -65px;
}

.vehicle-slider-one.owl-carousel .owl-nav button.owl-next,
.team-slider-one.owl-carousel .owl-nav button.owl-next,
.course-slider-one.owl-carousel .owl-nav button.owl-next,
.blog-slider-one.owl-carousel .owl-nav button.owl-next {
	right: -65px;
}

.blog-slider-one.owl-carousel .owl-nav button.owl-prev,
.blog-slider-one.owl-carousel .owl-nav button.owl-next {
	background: #fff;
	border-color: transparent;
}

.blog-slider-one.owl-carousel .owl-nav button.owl-prev:hover,
.blog-slider-one.owl-carousel .owl-nav button.owl-next:hover {
	background: #3D72FC;
}

.blog-slider-one.owl-carousel .owl-nav button.owl-prev:hover i,
.blog-slider-one.owl-carousel .owl-nav button.owl-next:hover i {
	color: #fff;
}

/*-------------------------------
         Contact CSS
-------------------------------*/
.contact-box-wrap {
	background-color: #F3F3F3;
	padding: 30px;
}

.contact-box-wrap .contact-item {
	margin: 0 0 20px;
	position: relative;
	z-index: 1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.contact-box-wrap .contact-item:last-child {
	margin-bottom: 0;
}

.contact-box-wrap .contact-item .contact-icon {
	width: 50px;
	height: 50px;
	position: relative;
	top: 0;
	border-radius: 50%;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.contact-box-wrap .contact-item .contact-icon i {
	color: #3D72FC;
	line-height: 0.8;
	font-size: 25px;
	position: relative;
	-webkit-transition: 0.34s;
	transition: 0.34s;
}

.contact-box-wrap .contact-item .contact-info {
	width: calc(100% - 85px);
	margin-left: 25px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.contact-box-wrap .contact-item .contact-info h5 {
	font-size: 20px;
	margin: 0 0 10px;
	font-weight: 600;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.contact-box-wrap .contact-item .contact-info a,
.contact-box-wrap .contact-item .contact-info p {
	display: block;
	margin: 0;
	line-height: 1.5;
	color: #666666;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.contact-box-wrap .contact-item .contact-info .social-profile li a i {
	line-height: 40px;
	font-size: 15px;
	color: #666666;
}

.contact-box-wrap .contact-item .contact-info .social-profile li a:hover i {
	color: #fff;
}

.contact-box-wrap .contact-item:hover:after {
	height: 100%;
	visibility: visible;
	opacity: 1;
}

.contact-box-wrap .contact-item:hover .contact-icon {
	background-color: #3D72FC;
}

.contact-box-wrap .contact-item:hover .contact-icon i {
	color: #fff;
}

.contact-form {
	background-color: #F3F3F3;
	padding: 30px;
}

#contactForm .form-check {
	padding-left: 0;
}

#contactForm .form-group {
	margin: 0 0 20px;
}

#contactForm .form-group input,
#contactForm .form-group textarea {
	width: 100%;
	background: transparent;
	padding: 15px 20px 11px;
	border-radius: 5px;
	border: none;
	background-color: #fff;
}

#contactForm .form-group input {
	height: 60px;
}

#contactForm .form-group textarea {
	height: 163px;
	resize: none;
}

#contactForm .form-check-label a {
	color: #3D72FC;
}

.btn.disabled {
	opacity: 1;
}

/*-------------------------------------
   Course, Vehicle & Team Details  CSS
--------------------------------------*/
.course-details-wrap .course-desc .course-metainfo-wrap {
	margin: 25px 0 20px;
}

.course-details-wrap .course-desc .course-metainfo-wrap .course-author .course-author-img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
}

.course-details-wrap .course-desc .course-metainfo-wrap .course-author .course-author-img img {
	border-radius: 50%;
}

.course-details-wrap .course-desc .course-metainfo-wrap .course-author .course-author-name {
	width: calc(100% - 60px);
	margin-left: 15px;
}

.course-details-wrap .course-desc .course-metainfo-wrap .course-author .course-author-name p {
	margin: 0;
	line-height: 1;
	font-weight: 600;
}

.course-details-wrap .course-desc .course-metainfo-wrap .course-metainfo {
	text-align: right;
}

.course-details-wrap .course-desc .course-metainfo-wrap .course-metainfo li {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin-right: 20px;
	margin-bottom: 0;
	font-size: 16px;
}

.course-details-wrap .course-desc .course-metainfo-wrap .course-metainfo li:last-child {
	margin-right: 0;
}

.course-details-wrap .course-desc .course-metainfo-wrap .course-metainfo li:last-child:after {
	display: none;
}

.course-details-wrap .course-desc .course-metainfo-wrap .course-metainfo li a {
	font-size: 16px;
	color: #666666;
}

.course-details-wrap .course-desc .course-metainfo-wrap .course-metainfo li a:hover {
	color: #091851;
}

.course-details-wrap .course-desc .course-metainfo-wrap .course-metainfo li i {
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 15px;
	line-height: 0.8;
	color: #3D72FC;
}

.course-details-wrap .course-desc h6 {
	margin-bottom: 25px;
}

.course-details-wrap .course-desc .course-brief {
	padding: 30px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}

.course-details-wrap .course-desc .course-brief ul li {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.course-details-wrap .course-desc .course-brief ul li:last-child {
	margin-bottom: 0;
	border: none;
	padding-bottom: 0;
}

.course-details-wrap .course-desc .course-brief ul li p,
.course-details-wrap .course-desc .course-brief ul li span {
	display: inline-block;
	margin: 0;
}

.course-details-wrap .course-desc .course-brief ul li p {
	font-weight: 600;
	width: 100px;
	line-height: 1;
}

.course-details-wrap .course-desc .course-brief ul li span {
	color: #3D72FC;
	font-weight: 600;
	float: right;
	line-height: 1.2;
	position: relative;
	top: 2px;
	width: calc(100% - 110px);
	margin-left: 10px;
	text-align: right;
}

.course-details-wrap .course-desc .course-author-card {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
	background-color: #fff;
}

.course-details-wrap .course-desc .course-author-card .course-author-info {
	text-align: center;
	padding: 22px 25px 22px;
}

.course-details-wrap .course-desc .course-author-card .course-author-info h3 {
	font-size: 22px;
	margin: 0 0 5px;
}

.course-details-wrap .course-desc .course-author-card .course-author-info span {
	display: block;
}

.team-desc .team-name {
	margin-bottom: 20px;
}

.team-desc .team-name h2 {
	font-size: 26px;
	margin: 0;
}

.team-desc .team-name span {
	color: #666666;
}

.team-desc .team-member-info {
	margin-top: 30px;
	margin-bottom: 30px;
}

.team-desc .team-member-info li {
	margin-bottom: 15px;
}

.team-desc .team-member-info li:last-child {
	margin-bottom: 0;
}

.team-desc .team-member-info li p {
	font-size: 17px;
	font-weight: 600;
	color: #000;
	width: 120px;
	margin-bottom: 0;
}

.team-desc .team-member-info li a {
	color: #666666;
	width: calc(100% - 120px);
}

.team-desc .social-profile li {
	margin-bottom: 0;
}

.team-desc .social-profile li a {
	width: 55px;
	height: 55px;
}

.team-desc .social-profile li a i {
	font-size: 18px;
}

.team-desc p {
	margin-bottom: 15px;
}

.team-desc p:last-child {
	margin-bottom: 0;
}

.team-tablist {
	border-bottom: 1px solid #F5F5F5;
}

.team-tablist .nav-item {
	border: none;
}

.team-tablist .nav-item:last-child {
	margin-right: 0;
}

.team-tablist .nav-item .nav-link {
	background: transparent;
	color: #999;
	font-size: 20px;
	font-weight: 500;
	padding: 14px 25px;
	border: none;
	border-radius: 0;
	font-family: "Inter", sans-serif;
	position: relative;
}

.team-tablist .nav-item .nav-link.active {
	background: #3D72FC;
	color: #fff;
}

.team-tablist .nav-item .nav-link.active:after {
	width: 100%;
}

.team-tablist .nav-item:last-child .nav-link {
	border-right: none;
}

.team-tabcontent {
	border: 1px solid rgba(0, 0, 0, 0.09);
	border-top: none;
	padding: 25px 25px 0;
}

.team-tabcontent .team_desc {
	margin-bottom: 25px;
}

.team-tabcontent .team_desc p:last-child {
	margin-bottom: 0;
}

.team-tabcontent .team_education {
	margin-bottom: 25px;
}

.team-tabcontent .team_education .team-edu-item {
	margin-bottom: 15px;
	position: relative;
	padding-left: 15px;
}

.team-tabcontent .team_education .team-edu-item:before {
	position: absolute;
	top: 10px;
	left: 0;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #000;
}

.team-tabcontent .team_education .team-edu-item h6 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px;
}

.team-tabcontent .team_education .team-edu-item p {
	margin-bottom: 5px;
	line-height: 1;
}

.team-tabcontent .team_education .team-edu-item:last-child {
	margin-bottom: 0;
}

/*-------------------------------
    Blog Details CSS
--------------------------------*/
article p,
.course-desc p,
.vehicle-desc p,
.team-desc p,
.terms-wrap p {
	margin-bottom: 15px;
}

article p:last-child,
.course-desc p:last-child,
.vehicle-desc p:last-child,
.team-desc p:last-child,
.terms-wrap p:last-child {
	margin-bottom: 0;
}

article p strong,
.course-desc p strong,
.vehicle-desc p strong,
.team-desc p strong,
.terms-wrap p strong {
	color: #000;
}

article p a,
.course-desc p a,
.vehicle-desc p a,
.team-desc p a,
.terms-wrap p a {
	color: #3D72FC;
}

article p a:hover,
.course-desc p a:hover,
.vehicle-desc p a:hover,
.team-desc p a:hover,
.terms-wrap p a:hover {
	text-decoration: underline;
	color: #3D72FC;
}

article h1,
.course-desc h1,
.vehicle-desc h1,
.team-desc h1,
.terms-wrap h1 {
	font-size: 30px;
	margin-bottom: 15px;
}

article h2,
.course-desc h2,
.vehicle-desc h2,
.team-desc h2,
.terms-wrap h2 {
	font-size: 28px;
	margin-bottom: 15px;
}

article h3,
.course-desc h3,
.vehicle-desc h3,
.team-desc h3,
.terms-wrap h3 {
	font-size: 26px;
	margin-bottom: 15px;
}

article h4,
.course-desc h4,
.vehicle-desc h4,
.team-desc h4,
.terms-wrap h4 {
	font-size: 24px;
	margin-bottom: 15px;
}

article h5,
.course-desc h5,
.vehicle-desc h5,
.team-desc h5,
.terms-wrap h5 {
	font-size: 22px;
	margin-bottom: 15px;
}

article h6,
.course-desc h6,
.vehicle-desc h6,
.team-desc h6,
.terms-wrap h6 {
	font-size: 20px;
	margin-bottom: 15px;
}

article ol,
.course-desc ol,
.vehicle-desc ol,
.team-desc ol,
.terms-wrap ol {
	margin-top: 20px;
	margin-bottom: 25px;
}

article ol li,
.course-desc ol li,
.vehicle-desc ol li,
.team-desc ol li,
.terms-wrap ol li {
	margin-bottom: 15px;
	color: #666666;
	padding-left: 3px;
}

article .content-feature-list,
.course-desc .content-feature-list,
.vehicle-desc .content-feature-list,
.team-desc .content-feature-list,
.terms-wrap .content-feature-list {
	margin: 20px 0 25px;
}

article {
	margin-bottom: 20px;
}

article .post-img {
	border-radius: 5px;
}

article .post-img img {
	border-radius: 5px;
}

.post-navigation {
	margin: 0 0 25px;
}

.post-navigation .next-post,
.post-navigation .prev-post {
	width: 50%;
	display: block;
	font-size: 12px;
	position: relative;
	font-weight: 600;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.post-navigation .next-post span,
.post-navigation .prev-post span {
	display: block;
	font-size: 16px;
	line-height: 1.2;
	color: #666666;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.post-navigation .next-post:hover,
.post-navigation .prev-post:hover {
	color: #3D72FC;
}

.post-navigation .next-post:hover span,
.post-navigation .prev-post:hover span {
	color: #3D72FC;
}

.post-navigation .next-post {
	text-align: right;
}

.post-navigation .prev-post {
	text-align: left;
}

.post-metainfo {
	line-height: 1;
	margin-bottom: 16px;
}

.post-metainfo li {
	display: inline-block;
	font-size: 16px;
	position: relative;
	padding-left: 25px;
	margin-right: 25px;
	color: #666666;
}

.post-metainfo li:last-child {
	margin-right: 0;
}

.post-metainfo li i {
	font-size: 15px;
	color: #3D72FC;
	position: absolute;
	top: -2px;
	left: 0;
}

.post-metainfo li:last-child {
	margin-right: 0;
}

.post-metainfo li a {
	color: #666666;
}

.post-img {
	position: relative;
	margin: 0 0 25px;
	display: block;
}

.post-img .blog-date {
	display: inline-block;
	-webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	padding: 7px 32px 8px;
	position: absolute;
	top: -10px;
	left: 20px;
	z-index: 1;
	background-color: #3D72FC;
	color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.post-img .blog-date:hover {
	background: #3D72FC;
	color: #fff;
}

.wp-block-quote {
	position: relative;
	padding: 35px 35px 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
	text-align: center;
	border-left: 2px solid #3D72FC;
	margin: 20px 0 25px;
}

.wp-block-quote .wp-quote-text p {
	font-weight: 600;
	color: #000;
	margin-bottom: 0;
}

.post-meta-option {
	margin-bottom: 25px;
}

.post-tag ul {
	display: inline-block;
}

.post-tag ul li {
	display: inline-block;
	margin-right: 5px;
}

.post-tag ul li:last-child {
	margin-right: 0;
}

.post-tag ul li a {
	color: #666666;
	font-size: 14px;
	border-radius: 3px;
	padding: 10px 10px 5px;
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.post-tag ul li a:hover {
	background: #3D72FC;
	color: #fff;
}

.post-tag span {
	margin-right: 10px;
	font-weight: 600;
	color: #000;
}

.post-share {
	display: inline-block;
}

.post-share span {
	font-weight: 600;
	color: #000;
}

.post-share ul {
	display: inline-block;
	margin-left: 7px;
}

.post-author {
	padding: 25px;
	margin: 15px 0 30px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.09);
}

.post-author .post-author-img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}

.post-author .post-author-img img {
	border-radius: 50%;
}

.post-author .post-author-info {
	width: calc(100% - 175px);
	margin-left: 25px;
}

.post-author .post-author-info h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 15px;
}

.post-author .post-author-info p {
	margin: 0 0 15px;
}

.comment-item-wrap .comment-item {
	padding: 0 0 25px 0;
	margin-bottom: 25px;
	border-radius: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.comment-item-wrap .comment-item.reply {
	margin-left: 40px;
}

.comment-item-wrap .comment-item:last-child {
	margin-bottom: 0;
}

.comment-item-wrap .comment-item .comment-author-img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: relative;
	top: 4px;
}

.comment-item-wrap .comment-item .comment-author-img img {
	border-radius: 50%;
}

.comment-item-wrap .comment-item .comment-author-wrap {
	width: calc(100% - 120px);
	margin-left: 20px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
	margin: 0 0 9px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
	line-height: 1;
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #888888;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-text {
	margin: 5px 0 10px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
	margin: 0 0 5px;
}

.comment-item-wrap .reply-btn {
	display: inline-block;
	line-height: 1;
	font-weight: 600;
	color: #3D72FC;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.comment-item-wrap .reply-btn i {
	position: relative;
	margin-right: 4px;
}

.comment-item-wrap .reply-btn:hover {
	color: #3D72FC;
}

.comment-box-title {
	margin-bottom: 25px;
}

.comment-box-title h4 {
	margin-bottom: 0;
	line-height: 1;
	position: relative;
}

.comment-box-title p {
	margin-top: 10px;
	margin-bottom: 0;
}

#cmt-form {
	margin-top: 35px;
}

#cmt-form .comment-form .form-group {
	margin: 0 0 20px;
	position: relative;
}

#cmt-form .comment-form .form-group>label {
	font-weight: 500;
	display: block;
	margin: 0 0 5px;
	padding-left: 0;
	color: #888888;
}

#cmt-form .comment-form .form-group input,
#cmt-form .comment-form .form-group textarea {
	width: 100%;
	background-color: #F5F5F5;
	border: none;
	border-radius: 5px;
	padding: 15px;
	color: #000;
}

#cmt-form .comment-form .form-group input:focus,
#cmt-form .comment-form .form-group textarea:focus {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#cmt-form .comment-form .form-group input {
	height: 60px;
}

#cmt-form .comment-form .form-group textarea {
	height: 145px;
	resize: none;
}

#cmt-form .checkbox label {
	padding-left: 25px;
}

.checkbox {
	display: block;
}

.checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.checkbox label {
	position: relative;
	cursor: pointer;
	padding-left: 27px;
}

.checkbox label:before {
	content: "";
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #F3F4F6;
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
	border-radius: 50%;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 6px;
}

.checkbox a {
	color: #3D72FC;
}

.checkbox.style2 label:before {
	top: 0px;
	width: 18px;
	height: 18px;
	border-radius: 0;
	border-color: #888888;
}

.checkbox.style3 label:before {
	top: 5px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 3px solid #ddd;
}

.checkbox.style2 input:checked+label::after {
	top: 4px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 0;
	border-width: 0 2px 2px 0;
}

.checkbox.style3 input:checked+label::after {
	top: 5px;
	left: 0px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: transparent;
	border: 3px solid #3D72FC;
}

.checkbox input:checked+label:before {
	border-color: #3D72FC;
}

.checkbox input:checked+label:after {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 3px;
	width: 9px;
	height: 9px;
	border: none;
	border-radius: 50%;
	background: #3D72FC;
}

.post-cat-title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 25px;
}

.post-cat-title span {
	font-weight: 600;
	color: #3D72FC;
}

.post-cat-title {
	font-size: 24px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 25px;
}

.post-cat-title span {
	font-weight: 600;
	color: #3D72FC;
}

/*---------------------------------------------------------
    FAQ,Terms & Conditions, Privacy-policy,404 CSS
 ---------------------------------------------------------*/
.faq-wrap {
	position: relative;
	z-index: 1;
}

.faq-wrap .accordion .accordion-item:last-child {
	margin-bottom: 0;
}

.faq-wrap .faq-img-wrap {
	position: relative;
	z-index: 1;
	height: 558px;
	border-radius: 5px;
	position: relative;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
	background: #3D72FC !important;
	color: #fff;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) span i {
	color: #fff;
}

.accordion-button:not(.collapsed) span i.plus {
	visibility: hidden;
	opacity: 0;
}

.accordion-button:not(.collapsed) span i.minus {
	visibility: visible !important;
	opacity: 1 !important;
}

.accordion-item {
	border: none;
	margin: 0 0 25px;
	background: transparent;
}

.accordion-item .accordion-header .accordion-button {
	border-radius: 0;
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	border-radius: 0;
	color: #000;
	text-align: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	padding: 22px 65px 20px 20px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.accordion-item .accordion-header .accordion-button:focus {
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) !important;
}

.accordion-item .accordion-header .accordion-button:after {
	display: none;
}

.accordion-item .accordion-header .accordion-button:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.accordion-item .accordion-header .accordion-button.collapsed {
	color: #000;
}

.accordion-item .accordion-header .accordion-button.collapsed span {
	background-color: #fff !important;
}

.accordion-item .accordion-header .accordion-button span {
	min-width: 60px;
	background-color: #3D72FC;
	text-align: center;
	position: absolute;
	top: 36px;
	right: 0;
	border-radius: 0 5px 5px 0;
}

.accordion-item .accordion-header .accordion-button span i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 22px;
	line-height: 0.8;
	color: #000;
}

.accordion-item .accordion-header .accordion-button span i.minus {
	visibility: hidden;
	opacity: 0;
}

.accordion-item .accordion-header .accordion-button span i.minus {
	visibility: hidden;
	opacity: 0;
}

.accordion-collapse {
	border: none;
}

.accordion-button:not(.collapsed)::after {
	left: -4px;
}

.accordion-body {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-top: none;
	padding: 20px 20px 20px;
}

.accordion-body p {
	margin: 0;
}

.error-content {
	text-align: center;
}

.error-content img {
	display: block;
	margin: 0 auto 20px;
	max-width: 600px;
}

.error-content p {
	margin: 0 auto 20px;
	max-width: 520px;
}

.terms-wrap .single-terms {
	margin-bottom: 25px;
}

.terms-wrap .single-terms:last-child {
	margin-bottom: 0;
}

.terms-wrap .single-terms p a {
	color: #000;
}

.terms-wrap .single-terms p a:hover {
	color: #000;
	text-decoration: underline;
}

.terms-wrap .block-text {
	margin-top: 25px;
	background: #FBE7F0;
	padding: 20px 25px;
	border-radius: 8px;
}

.terms-wrap .block-text p {
	color: #3D72FC;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.search-area,
.feature-item-wrap .feature-item .feature-icon,
.course-card.style3 .course-info .course-link,
.vehicle-card.style3 .vehicle-info .vehicle-link,
.team-card .team-info-wrap .team-link,
.blog-card.style3 .blog-info .blog-link,
.contact-box-wrap .contact-item .contact-icon,
.footer-wrap .footer-widget .contact-info li span,
.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.hero-wrap.style1 .hero-img-wrap .hero-promo-text,
.about-wrap.style1 .about-img-wrap .about-promo-box,
.about-wrap.style3 .about-img-wrap .about-promo-box,
.course-card.style1 .course-info .course-author-wrap,
.course-card.style2 .course-info .course-author-wrap,
.course-card.style1 .course-info .course-author-wrap .course-author,
.course-card.style2 .course-info .course-author-wrap .course-author,
.course-card.style3 .course-info .course-author-wrap,
.course-card.style3 .course-info .course-author-wrap .course-author,
.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video,
.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item,
.vehicle-card .vehicle-info .vehicle-meta-info,
.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-promo-info,
.team-card .team-info-wrap,
.testimonial-card.style1 .client-info-wrap,
.counter-card,
.course-details-wrap .course-desc .course-metainfo-wrap .course-author,
.course-details-wrap .course-desc .course-brief ul li,
.team-desc .team-member-info li,
.post-navigation,
.why-choose-wrap.style3 .wh-content .feature-item-wrap,
.feature-item-wrap .feature-item.style1 .feature-icon,
.owl-carousel .owl-nav,
.pp-post-item,
.book-course-wrap .book-course-form .booking-form,
.feature-item-wrap .feature-item,
.why-choose-wrap.style1 .wh-content .feature-item-wrap,
.contact-box-wrap .contact-item,
.post-author,
.comment-item-wrap .comment-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.search-area,
.feature-item-wrap .feature-item .feature-icon,
.course-card.style3 .course-info .course-link,
.vehicle-card.style3 .vehicle-info .vehicle-link,
.team-card .team-info-wrap .team-link,
.blog-card.style3 .blog-info .blog-link,
.contact-box-wrap .contact-item .contact-icon,
.footer-wrap .footer-widget .contact-info li span {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.hero-wrap.style1 .hero-img-wrap .hero-promo-text,
.about-wrap.style1 .about-img-wrap .about-promo-box,
.about-wrap.style3 .about-img-wrap .about-promo-box,
.course-card.style1 .course-info .course-author-wrap,
.course-card.style2 .course-info .course-author-wrap,
.course-card.style1 .course-info .course-author-wrap .course-author,
.course-card.style2 .course-info .course-author-wrap .course-author,
.course-card.style3 .course-info .course-author-wrap,
.course-card.style3 .course-info .course-author-wrap .course-author,
.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video,
.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item,
.vehicle-card .vehicle-info .vehicle-meta-info,
.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-promo-info,
.team-card .team-info-wrap,
.testimonial-card.style1 .client-info-wrap,
.counter-card,
.course-details-wrap .course-desc .course-metainfo-wrap .course-author,
.course-details-wrap .course-desc .course-brief ul li,
.team-desc .team-member-info li,
.post-navigation {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

/*---------------------------------
        Footer CSS 
-----------------------------------*/
.footer-wrap {
	position: relative;
	z-index: 1;
	background-color: #091851;
}

.footer-wrap .container {
	position: relative;
}

.footer-wrap .footer-widget {
	margin-bottom: 25px;
}

.footer-wrap .footer-widget .footer-logo {
	display: block;
}

.footer-wrap .footer-widget .footer-widget-title {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 25px;
	padding-bottom: 15px;
	position: relative;
}

.footer-wrap .footer-widget .footer-widget-title:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 55px;
	height: 2px;
	background-color: #fff;
}

.footer-wrap .footer-widget .comp-desc {
	color: rgba(255, 255, 255, 0.7);
	margin: 30px 0 25px;
	padding-right: 10px;
}

.footer-wrap .footer-widget .footer-menu li {
	margin-bottom: 15px;
}

.footer-wrap .footer-widget .footer-menu li:last-child {
	margin-bottom: 0;
}

.footer-wrap .footer-widget .footer-menu li a {
	color: rgba(255, 255, 255, 0.7);
	position: relative;
	padding-left: 0;
}

.footer-wrap .footer-widget .footer-menu li a i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	line-height: 0.8;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.footer-wrap .footer-widget .footer-menu li a:hover {
	padding-left: 23px;
	color: #3D72FC;
}

.footer-wrap .footer-widget .footer-menu li a:hover i {
	color: #3D72FC;
	visibility: visible;
	opacity: 1;
}

.footer-wrap .footer-widget .newsletter-form p {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 25px;
}

.footer-wrap .footer-widget .newsletter-form .form-group {
	position: relative;
}

.footer-wrap .footer-widget .newsletter-form .form-group input {
	width: 100%;
	height: 56px;
	background: #2F3B6B;
	padding: 13px 70px 10px 20px;
	color: #fff;
	border: none;
}

.footer-wrap .footer-widget .newsletter-form .form-group input::-webkit-input-placeholder {
	color: #fff;
	opacity: 0.7;
}

.footer-wrap .footer-widget .newsletter-form .form-group input:-ms-input-placeholder {
	color: #fff;
	opacity: 0.7;
}

.footer-wrap .footer-widget .newsletter-form .form-group input::-ms-input-placeholder {
	color: #fff;
	opacity: 0.7;
}

.footer-wrap .footer-widget .newsletter-form .form-group input::placeholder {
	color: #fff;
	opacity: 0.7;
}

.footer-wrap .footer-widget .newsletter-form .form-group button {
	position: absolute;
	top: 0;
	right: 0;
	background: #3D72FC;
	height: 100%;
	border: none;
	padding: 10px 20px;
}

.footer-wrap .footer-widget .newsletter-form .form-group button i {
	color: #fff;
	font-size: 20px;
	line-height: 0.8;
	position: relative;
	top: 3px;
}

.footer-wrap .footer-widget .contact-info li {
	position: relative;
	padding-left: 60px;
	margin-bottom: 15px;
}

.footer-wrap .footer-widget .contact-info li:last-child {
	margin-bottom: 0;
}

.footer-wrap .footer-widget .contact-info li span {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	background: #2F3B6B;
	top: 2px;
	left: 0;
}

.footer-wrap .footer-widget .contact-info li span i {
	font-size: 16px;
	line-height: 1;
	color: #fff;
	margin: 0 auto;
	position: relative;
	top: 2px;
}

.footer-wrap .footer-widget .contact-info li h6 {
	color: #fff;
	font-weight: 500;
}

.footer-wrap .footer-widget .contact-info li p,
.footer-wrap .footer-widget .contact-info li a {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 0;
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.footer-wrap .footer-widget .contact-info li:hover p,
.footer-wrap .footer-widget .contact-info li:hover a {
	color: #fff;
}

.footer-wrap .footer-widget .social-profile li a {
	background-color: #2F3B6B;
}

.footer-wrap .footer-widget .social-profile li a i {
	color: #fff;
	position: relative;
	top: 1px;
	font-size: 14px;
}

.footer-wrap .footer-widget .social-profile li a:hover {
	background-color: #3D72FC;
}

.copyright-text {
	padding: 25px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-text p {
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	margin: 0;
}

.copyright-text p i {
	position: relative;
	top: 2px;
	margin-right: 2px;
}

.copyright-text p a {
	font-weight: 600;
	color: #3D72FC;
}

.copyright-text p a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	.footer-wrap .footer-widget .footer-widget-title {
		font-size: 18px;
		margin-bottom: 18px;
		padding-bottom: 8px;
	}

	.footer-wrap .footer-widget .comp-desc {
		font-size: 14px;
		margin: 20px 0 18px;
	}

	.footer-wrap .footer-widget .contact-info li {
		margin-bottom: 10px;
	}

	.footer-wrap .footer-widget .contact-info li i {
		top: 3px;
		font-size: 16px;
	}

	.footer-wrap .footer-widget .contact-info p,
	.footer-wrap .footer-widget .contact-info a {
		font-size: 14px;
	}

	.footer-wrap .footer-widget .footer-menu li {
		margin-bottom: 8px;
	}

	.footer-wrap .footer-widget .footer-menu li a {
		font-size: 14px;
	}

	.footer-wrap .footer-widget .footer-menu li a i {
		font-size: 14px;
		top: 3px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-wrap .footer-widget .footer-widget-title {
		font-size: 20px;
		margin-bottom: 25px;
		padding-bottom: 12px;
	}

	.footer-wrap .footer-widget .comp-desc {
		margin: 30px 0 25px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-wrap .footer-widget .footer-widget-title {
		font-size: 22px;
	}

	.footer-wrap .footer-widget .comp-desc {
		padding-right: 0;
	}
}

@media only screen and (max-width: 1199px) {
	.footer-wrap .footer-top .footer-widget .footer-widget-title {
		margin-bottom: 18px;
	}
}

@media only screen and (min-width: 1200px) {
	.footer-wrap .footer-widget .comp-desc {
		padding-right: 20px;
	}
}

@media only screen and (min-width: 1600px) {
	.footer-wrap .footer-widget .comp-desc {
		padding-right: 30px;
	}
}

/*-------------------------------
    Buy Now Btn
-------------------------------*/
.buy-now-btn {
	right: 20px;
	z-index: 99;
	top: 50%;
	position: fixed;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 30px;
	display: inline-block;
	color: #fff;
	background-color: #82b440;
	padding: 13px 20px 10px 42px;
	-webkit-box-shadow: 0 1px 20px 1px #82b440;
	box-shadow: 0 1px 20px 1px #82b440;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
}

.buy-now-btn img {
	top: 50%;
	left: 20px;
	width: 15px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.buy-now-btn:hover {
	color: #fff;
	background-color: #94be5d;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
	font-weight: 600;
	font-size: 25px;
	color: #fff;
	text-transform: capitalize;
	font-family: "Inter", sans-serif;
	line-height: normal;
	margin: 0;
	padding: 0;
	/* text-shadow: 2px 2px 4px #fff; */
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: #fff;
}

.footer-logo,
.footer-logo:hover,
.footer-logo:focus {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
	font-family: "Inter", sans-serif;
	margin-bottom: 25px;
	padding-bottom: 15px;
	position: relative;
	text-transform: capitalize;
}

.footer-logo:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 55px;
	height: 2px;
	background-color: #fff;
}

input.invalid,
textarea.invalid {
	border: 1px solid red !important;
}

span.span_invalid {
	position: absolute;
	z-index: 9;
	right: 30px;
	background: red;
	color: #fff;
	padding: 1px 15px;
	font-size: 11px;
	top: 10px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.gorsenme {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

/*-------------------------------
    Dark Theme
-------------------------------*/
.switch-theme-mode {
	position: fixed;
	top: 200px;
	right: 20px;
	z-index: 99
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s
}

.slider.round {
	border-radius: 34px
}

.slider.round:before {
	border-radius: 50%
}

.slider:before {
	position: absolute;
	content: "";
	height: 40px;
	width: 40px;
	left: 0;
	bottom: 4px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	-webkit-transition: .4s;
	transition: .4s;
	-webkit-box-shadow: 0 0 15px #2020203d;
	box-shadow: 0 0 15px #2020203d;
	background: #fff url(../img/night.png);
	background-repeat: no-repeat;
	background-position: center
}

input:checked+.slider {
	background-color: #000
}

input:focus+.slider {
	-webkit-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000
}

input:checked+.slider:before {
	-webkit-transform: translateX(24px);
	transform: translateX(24px);
	background: #fff url(../img/sunny.png);
	background-repeat: no-repeat;
	background-position: center
}

.theme-light .navbar-brand .logo-dark {
	display: none !important
}

.theme-light .navbar-brand .logo-light {
	display: block !important
}

.theme-dark .dpt-100 {
	padding-top: 100px
}

.theme-dark .navbar-brand .logo-light {
	display: none !important
}

.theme-dark .navbar-brand .logo-dark {
	display: block !important
}

.theme-dark .btn.style1 {
	background-color: #091851
}

.theme-dark .btn.style1:before {
	background: #3d72fc
}

.theme-dark .btn.style2 {
	background-color: transparent
}

.theme-dark .btn.style2:before {
	background: #091851
}

.theme-dark .btn.style2:after {
	background: #3d72fc
}

.theme-dark .btn.style2:hover {
	color: #fff
}

.theme-dark .btn.style3 {
	background-color: #000;
	color: #fff
}

.theme-dark .btn.style3:before {
	background: #3d72fc
}

.theme-dark .btn.style3:hover {
	color: #fff
}

.theme-dark .btn.style4 {
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, .1);
	color: #000
}

.theme-dark .btn.style4:before {
	background: #3d72fc
}

.theme-dark .btn.style4:hover {
	color: #fff
}

.theme-dark .owl-carousel .owl-nav button.owl-prev,
.theme-dark .owl-carousel .owl-nav button.owl-next {
	border: 1px solid rgba(255, 255, 255, .2)
}

.theme-dark .owl-carousel .owl-nav button.owl-prev i,
.theme-dark .owl-carousel .owl-nav button.owl-next i {
	color: rgba(255, 255, 255, .85)
}

.theme-dark .owl-carousel .owl-nav button.owl-prev:hover,
.theme-dark .owl-carousel .owl-nav button.owl-next:hover {
	background-color: #3d72fc;
	border-color: transparent
}

.theme-dark .owl-carousel .owl-nav button.owl-prev:hover i,
.theme-dark .owl-carousel .owl-nav button.owl-next:hover i {
	color: #fff
}

.theme-dark .owl-carousel .owl-dots button.owl-dot span {
	background: rgba(255, 255, 255, .2)
}

.theme-dark .owl-carousel .owl-dots button.owl-dot.active span {
	background: #3d72fc
}

.theme-dark .td-cod,
.theme-dark .bg-concrete,
.theme-dark .header-wrap.style2 .header-top,
.theme-dark .counter-area.style1::before {
	border: none;
	background-color: #0a0a0a !important
}

.theme-dark .hero-wrap.style1 {
	background-color: #0a0a0a
}

.theme-dark body,
.theme-dark .bg-white,
.theme-dark .search-area {
	background-color: #000 !important
}

.theme-dark .td-aztech,
.theme-dark .bg-vista-white,
.theme-dark .header-wrap.style1 .header-bottom,
.theme-dark .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu,
.theme-dark .header-wrap.sticky,
.theme-dark .header-wrap.sticky.style1,
.theme-dark .header-wrap.style2 .header-bottom,
.theme-dark .hero-promo-text,
.theme-dark .course-card,
.theme-dark .vehicle-card,
.theme-dark .footer-wrap,
.theme-dark .counter-card-wrap,
.theme-dark .team-card,
.theme-dark .team-card .team-info-wrap,
.theme-dark .testimonial-slider-one,
.theme-dark .blog-card,
.theme-dark .bg-downriver,
.theme-dark .about-wrap.style3 .about-img-wrap .about-promo-box,
.theme-dark .testimonial-card.style1,
.theme-dark .about-wrap.style2 .about-content .ceo-message,
.theme-dark .select-lang .navbar-language .dropdown-menu,
.theme-dark .book-course-wrap .book-course-form,
.theme-dark .course-details-wrap .course-desc .course-author-card,
.theme-dark .wp-block-quote,
.theme-dark .book-course-wrap .book-course-form .booking-form {
	background-color: #071315 !important
}

.theme-dark .header-wrap.style1 .header-bottom .navbar .navbar-nav>.nav-item>a::after,
.theme-dark .header-wrap.style2 .header-bottom .navbar .navbar-nav>.nav-item>a::after,
.theme-dark .pricing-card.featured .pricing-header {
	background-color: #3d72fc !important
}

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6,
.theme-dark h3 a,
.theme-dark a,
.theme-dark .btn:hover,
.theme-dark .accordion-item .accordion-header .accordion-button.collapsed,
.theme-dark .header-wrap.style2 .header-bottom .searchbtn i,
.theme-dark .accordion-item .accordion-header .accordion-button span i,
.theme-dark .book-course-wrap .book-course-form .booking-form .form-group label {
	color: #fff !important
}

.theme-dark p,
.theme-dark span,
.theme-dark article ol li,
.theme-dark .course-desc ol li,
.theme-dark .vehicle-desc ol li,
.theme-dark .team-desc ol li,
.theme-dark .terms-wrap ol li,
.theme-dark .post-metainfo li,
.theme-dark .course-card .course-info .course-metainfo li,
.theme-dark .checkbox label,
.theme-dark .course-details-wrap .course-desc .course-metainfo-wrap .course-metainfo li,
.theme-dark .form_group label,
.theme-dark .category-box ul li a i,
.theme-dark .content-feature-list li,
.theme-dark .content-feature-list.style2 li,
.theme-dark .pricing-card .pricing-features li,
.theme-dark .blog-card .blog-info .blog-metainfo li,
.theme-dark .login-form .login-body .form-group label {
	color: rgba(255, 255, 255, .85) !important
}

.theme-dark h3:hover a,
.theme-dark a:hover,
.theme-dark .link,
.theme-dark #contactForm .form-check-label a,
.theme-dark article p strong,
.theme-dark .course-desc p strong,
.theme-dark .vehicle-desc p strong,
.theme-dark .team-desc p strong,
.theme-dark .copyright-text p a,
.theme-dark .terms-wrap p strong,
.theme-dark .counter-card .counter-icon i,
.theme-dark .category-box ul li a:hover i,
.theme-dark .breadcrumb-title .breadcrumb-menu li:last-child,
.theme-dark .header-wrap.style1 .header-bottom .navbar-nav .nav-item a.active,
.theme-dark .header-wrap.style2 .header-bottom .navbar .navbar-nav .nav-item a.active,
.theme-dark .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #3d72fc !important
}

.theme-dark article,
.theme-dark .btn.style2,
.theme-dark .team-tablist,
.theme-dark .team-tabcontent,
.theme-dark .pricing-card .purchase-btn,
.theme-dark .course-details-wrap .course-desc .course-brief ul li,
.theme-dark .testimonial-card.style1 .client-info-wrap,
.theme-dark .vehicle-card .vehicle-info .vehicle-meta-info,
.theme-dark .blog-card.style1 .blog-info p,
.theme-dark .feature-item-wrap .feature-item.style2,
.theme-dark .course-card.style1 .course-info .course-author-wrap,
.theme-dark .accordion-body,
.theme-dark .sidebar .sidebar-widget h4,
.theme-dark .comment-item-wrap .comment-item,
.theme-dark .post-author,
.theme-dark .feature-item-wrap .feature-item.style1 {
	border-color: rgba(255, 255, 255, .19)
}

.theme-dark .post-tag ul li a:hover,
.theme-dark .tag-list ul li a:hover {
	background: #3d72fc !important;
	border-color: transparent;
	color: #fff
}

.theme-dark .hero-wrap.style1 .hero-img-wrap .hero-shape-two,
.theme-dark .hero-wrap.style1 .hero-shape-one {
	opacity: .32
}

.theme-dark .hero-wrap.style1 .hero-img-wrap .hero-promo-text::after {
	border-top: 30px solid #071315
}

.theme-dark .hero-wrap.style3 .hero-content-wrap::after {
	background-color: rgba(0, 0, 0, .9)
}

.theme-dark .search-box .form-group input,
.theme-dark .why-choose-wrap.style2 .quote-form form .form-group input,
.theme-dark .why-choose-wrap .quote-form form .form-group input,
.theme-dark .why-choose-wrap .quote-form form .form-group textarea,
.theme-dark .book-course-wrap .book-course-form .booking-form .form-group input {
	background-color: transparent;
	border-color: rgba(255, 255, 255, .2);
	color: #fff
}

.theme-dark #contactForm .form-group input,
.theme-dark #contactForm .form-group textarea,
.theme-dark #cmt-form .comment-form .form-group input,
.theme-dark #cmt-form .comment-form .form-group textarea,
.theme-dark .login-form-wrap .login-body .form-group input,
.theme-dark .appointment-widget form .form-group input,
.theme-dark .appointment-widget form .form-group textarea {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, .2);
	color: #fff
}

.theme-dark .book-course-wrap .book-course-form .booking-form .form-group select {
	background-color: #071315;
	border-color: rgba(255, 255, 255, .2);
	color: rgba(255, 255, 255, .85);
}

.theme-dark .footer-wrap .footer-widget .contact-info li span,
.theme-dark .footer-wrap .footer-widget .social-profile li a,
.theme-dark .footer-wrap .footer-widget .newsletter-form .form-group input {
	background-color: #000
}

.theme-dark .footer-wrap .footer-widget .social-profile li a:hover {
	background-color: #3d72fc
}

.theme-dark .hero-wrap.style2 .hero-slide-item::before {
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.98)), color-stop(68%, rgba(0, 0, 0, 0.18)), color-stop(71%, rgba(0, 0, 0, 0.2)));
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.18) 68%, rgba(0, 0, 0, 0.2) 71%)
}

.theme-dark .header-wrap.style1 .header-bottom .others-options .header-btn::after {
	background: #091851
}

.theme-dark .why-choose-wrap.style2 .quote-form {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid rgba(255, 255, 255, .2)
}

.theme-dark .testimonial-slider-three.owl-carousel .owl-nav button.owl-next,
.theme-dark .testimonial-slider-three.owl-carousel .owl-nav button.owl-prev,
.theme-dark .vehicle-slider-one.owl-carousel .owl-nav button.owl-prev,
.theme-dark .vehicle-slider-one.owl-carousel .owl-nav button.owl-next,
.theme-dark .course-slider-one.owl-carousel .owl-nav button.owl-prev,
.theme-dark .course-slider-one.owl-carousel .owl-nav button.owl-next {
	background-color: rgba(255, 255, 255, .1)
}

.theme-dark .testimonial-slider-three.owl-carousel .owl-nav button.owl-next:hover,
.theme-dark .testimonial-slider-three.owl-carousel .owl-nav button.owl-prev:hover,
.theme-dark .vehicle-slider-one.owl-carousel .owl-nav button.owl-prev:hover,
.theme-dark .vehicle-slider-one.owl-carousel .owl-nav button.owl-next:hover,
.theme-dark .course-slider-one.owl-carousel .owl-nav button.owl-prev:hover,
.theme-dark .course-slider-one.owl-carousel .owl-nav button.owl-next:hover {
	background-color: #3d72fc !important
}

.theme-dark .page-navigation .page-nav li a {
	background: 0 0;
	border: 1px solid rgba(255, 255, 255, .2);
	color: rgba(255, 255, 255, .85)
}

.theme-dark .page-navigation .page-nav li a i {
	color: rgba(255, 255, 255, .85)
}

.theme-dark .page-navigation .page-nav li a.active,
.theme-dark .page-navigation .page-nav li a:hover {
	background-color: #3d72fc;
	color: #fff
}

.theme-dark .post-tag ul li a,
.theme-dark .tag-list ul li a {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, .2)
}

.theme-dark .post-tag ul li a:hover,
.theme-dark .tag-list ul li a:hover {
	background-color: #3d72fc;
	color: #fff !important;
	border-color: transparent
}

.theme-dark .course-brief,
.theme-dark .login-form-wrap,
.theme-dark .contact-box-wrap,
.theme-dark .contact-form,
.theme-dark .sidebar .sidebar-widget {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, .2)
}

.theme-dark .pricing-card {
	border: 1px solid rgba(255, 255, 255, .2)
}

.theme-dark .pricing-card .pricing-header {
	background: #111
}

.theme-dark .accordion-item .accordion-header .accordion-button {
	border: 1px solid rgba(255, 255, 255, .2)
}

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

	.header-wrap.style1,
	.header-wrap.style2 {
		background-color: #071315
	}
}

@media only screen and (max-width: 991px) {
	.header-wrap.style2 {
		background-color: #000 !important
	}
}

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

	.theme-dark .header-wrap .header-top,
	.theme-dark .header-wrap.style2 .header-bottom,
	.theme-dark .header-wrap.style3 .header-bottom {
		background-color: #000 !important
	}

	.theme-dark .main-menu-wrap {
		background-color: #071315
	}

	.theme-dark .mobile-top-bar span,
	.theme-dark .header-wrap.style2 .mobile-top-bar span,
	.theme-dark .header-wrap.style3 .mobile-top-bar span {
		background-color: #fff
	}

	.theme-dark .menu-close i,
	.theme-dark .header-wrap.style2 .mobile-sidebar i,
	.theme-dark .header-wrap .header-top .close-sidebar i,
	.theme-dark .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand i,
	.theme-dark .navbar-language .dropdown-toggle i {
		color: #fff !important
	}

	.theme-dark .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.active,
	.theme-dark .main-menu li a:hover {
		color: #3d72fc !important
	}

	.theme-dark .header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
		border-color: rgba(255, 255, 255, .2)
	}

	.theme-dark .main-menu li a.active,
	.theme-dark .main-menu li a {
		border-color: rgba(255, 255, 255, .2)
	}

	.theme-dark .header-wrap .header-top .header-top-right .select-lang::after {
		border-color: rgba(255, 255, 255, .72)
	}
}

@media only screen and (min-width: 1200px) {
	.theme-dark .main-menu-wrap #menu ul li.has-children .sub-menu {
		background-color: #071315
	}

	.theme-dark .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
		border-color: rgba(255, 255, 255, .2)
	}

	.theme-dark .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
		background-color: #3d72fc
	}
}

/*-------------------------------
    Responsive
-------------------------------*/
/*---------------------------------
          Mixins & Animation CSS
-----------------------------------*/
@media only screen and (max-width: 575px) {
	.xs-center {
		text-align: center;
	}

	.xs-none {
		display: none;
	}

	.smt-15 {
		margin-top: 15px !important;
	}

	.content-wrapper {
		margin-top: 0;
	}

	.breadcrumb-wrap {
		padding: 120px 0 60px;
	}

	.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li {
		font-size: 14px;
	}

	.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a {
		font-size: 14px;
	}

	.breadcrumb-wrap .breadcrumb-img img {
		display: none;
	}

	.page-navigation {
		margin: 15px 0 0;
	}

	.page-navigation .page-nav li a {
		width: 36px;
		height: 36px;
		font-size: 16px;
		line-height: 40px;
	}

	.page-navigation .page-nav li a i {
		font-size: 13px;
		line-height: 42px;
		top: 1px;
	}

	.hero-wrap.style1 .hero-img-wrap .hero-shape-two {
		top: 130px;
		left: 32%;
	}

	.why-choose-wrap.style1 .wh-content .feature-item-wrap .feature-item {
		width: 100%;
		margin-bottom: 15px;
	}

	.why-choose-wrap.style3 .wh-content .feature-item-wrap {
		margin-bottom: 5px;
	}

	.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item {
		width: 100%;
		margin-bottom: 20px;
	}

	.counter-card {
		text-align: center;
	}

	.counter-card .counter-icon {
		width: 100%;
	}

	.counter-card .counter-icon i {
		font-size: 35px;
		margin: 0 auto;
	}

	.counter-card .counter-text {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}

	.counter-card .counter-text .counter-num {
		font-size: 26px;
	}

	.counter-card .counter-text .counter-num .target {
		font-size: 28px;
	}

	.cta-wrap.style2 .content-title {
		padding: 20px 10px 28px;
	}

	.style1 .cta-text {
		padding: 20px 18px;
	}

	.cta-wrap.style2 .content-title p {
		max-width: 100%;
	}

	.course-details-wrap .course-desc .course-metainfo-wrap .course-metainfo {
		text-align: left;
		margin-top: 15px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.container-fluid {
		max-width: 540px;
		padding: 0 15px;
	}

	.content-wrapper {
		margin-top: 31px;
	}

	.breadcrumb-wrap {
		padding: 110px 0 70px;
	}

	.hero-wrap.style1 .hero-img-wrap .hero-promo-text {
		top: -20px;
		padding: 35px 40px;
	}

	.hero-wrap.style1 .hero-img-wrap .hero-promo-text i {
		font-size: 25px;
		top: 4px;
	}

	.hero-wrap.style1 .hero-img-wrap .hero-promo-text h4 {
		font-size: 25px;
		width: calc(100% - 40px);
		margin-left: 15px;
	}

	.hero-wrap.style1 .hero-img-wrap .hero-promo-text h4 span {
		display: block;
		font-size: 16px;
		font-weight: 400;
	}

	.hero-wrap.style1 .hero-img-wrap .hero-shape-two {
		top: 150px;
		left: 35%;
	}
}

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

	p,
	input,
	textarea {
		font-size: 14px;
	}

	.btn {
		font-size: 14px;
	}

	.sm-none {
		display: none !important;
	}

	.sm-center {
		text-align: center !important;
	}

	.mb-50 {
		margin-bottom: 30px !important;
	}

	.pt-100 {
		padding-top: 50px;
	}

	.pb-50 {
		padding-bottom: 0px;
	}

	.pb-60 {
		padding-bottom: 15px;
	}

	.pb-100 {
		padding-bottom: 50px;
	}

	.mt-100 {
		margin-top: 50px !important;
	}

	.mb-100 {
		margin-bottom: 50px !important;
	}

	.mtb-100 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}

	.ptb-100 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.pt-70 {
		padding-top: 20px;
	}

	.pb-70 {
		padding-bottom: 20px;
	}

	.pb-75 {
		padding-bottom: 25px;
	}

	.pb-50 {
		padding-bottom: 0px;
	}

	.pt-75 {
		padding-top: 25px;
	}

	.mb-40 {
		margin-bottom: 25px !important;
	}

	.section-title.mb-50,
	.content-title.mb-50 {
		margin-bottom: 30px !important;
	}

	.section-title.mb-40 {
		margin-bottom: 25px !important;
	}

	.link,
	.btn {
		font-size: 14px;
	}

	.btn {
		padding: 14px 25px 10px;
	}

	.back-to-top {
		font-size: 20px;
		width: 35px;
		height: 35px;
		line-height: 32px;
		right: 10px;
	}

	.back-to-top i {
		font-size: 18px;
	}

	.section-title.style2 span,
	.section-title.style3 span,
	.content-title.style2 span,
	.content-title.style3 span {
		font-size: 12px;
	}

	.section-title.style1 span,
	.content-title.style1 span {
		font-size: 14px;
	}

	.section-title h2,
	.content-title h2 {
		font-size: 26px;
		line-height: 1.3;
	}

	.content-feature-list {
		margin: 0 0 28px 0;
	}

	.content-feature-list li {
		position: relative;
		padding-left: 25px;
		margin: 0 0 18px;
	}

	.content-feature-list li:last-child {
		margin-bottom: 0;
	}

	.content-feature-list li i {
		position: absolute;
		top: 6px;
		left: 0;
		color: #3D72FC;
		font-size: 13px;
		line-height: 0.8;
	}

	.content-feature-list.style2 li {
		padding-left: 15px;
		margin-bottom: 14px;
	}

	.content-feature-list.style2 li:before {
		top: 5px;
		width: 5px;
		height: 5px;
	}

	.breadcrumb-title h1 {
		font-size: 26px;
		margin-bottom: 10px;
	}

	.breadcrumb-title .breadcrumb-menu li {
		font-size: 14px;
	}

	.breadcrumb-title .breadcrumb-menu li:after {
		font-size: 16px;
		top: -1px;
	}

	.breadcrumb-title .breadcrumb-menu li a {
		font-size: 14px;
	}

	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next {
		width: 40px;
		height: 40px;
	}

	.owl-carousel .owl-nav button.owl-prev i,
	.owl-carousel .owl-nav button.owl-next i {
		font-size: 14px;
	}

	.course-card .course-info h3,
	.team-card .team-info-wrap .team-info h3,
	.course-details-wrap .course-desc .course-author-card .course-author-info h3,
	.vehicle-card .vehicle-info h3,
	.feature-item-wrap .feature-item.style1 .feature-text h3,
	.feature-item-wrap .feature-item .feature-text h3,
	.blog-card .blog-info h3 {
		font-size: 20px;
	}

	.hero-wrap .hero-content span {
		font-size: 14px;
	}

	.hero-wrap .hero-content h1 {
		font-size: 28px;
		margin-bottom: 16px;
	}

	.hero-wrap .hero-content p {
		padding-right: 10px;
		margin-bottom: 20px;
	}

	.hero-wrap .hero-content .hero-btn .btn {
		padding: 9px 16px 13px;
	}

	.hero-wrap .hero-content .hero-btn .btn:first-child {
		margin-right: 10px;
	}

	.hero-wrap.style1 {
		margin-top: 0;
		padding: 0;
	}

	.hero-wrap.style1 .hero-img-wrap {
		padding-top: 120px;
	}

	.hero-wrap.style1 .hero-img-wrap .hero-promo-text {
		top: 0px;
		padding: 35px 30px;
	}

	.hero-wrap.style1 .hero-img-wrap .hero-promo-text:after {
		bottom: -20px;
	}

	.hero-wrap.style1 .hero-img-wrap .hero-promo-text .br_1 {
		top: 20px;
		left: 20px;
		width: 20px;
		height: calc(100% - 40px);
	}

	.hero-wrap.style1 .hero-img-wrap .hero-promo-text .br_1:after,
	.hero-wrap.style1 .hero-img-wrap .hero-promo-text .br_1:before {
		height: 20px;
	}

	.hero-wrap.style1 .hero-img-wrap .hero-promo-text .br_2 {
		width: 20px;
		top: 20px;
		right: 20px;
		height: calc(100% - 40px);
	}

	.hero-wrap.style1 .hero-img-wrap .hero-promo-text .br_2:after,
	.hero-wrap.style1 .hero-img-wrap .hero-promo-text .br_2:before {
		height: 20px;
	}

	.hero-wrap.style1 .hero-img-wrap .hero-promo-text i {
		font-size: 20px;
		top: 4px;
	}

	.hero-wrap.style1 .hero-img-wrap .hero-promo-text h4 {
		font-size: 22px;
		width: calc(100% - 35px);
		margin-left: 15px;
	}

	.hero-wrap.style1 .hero-img-wrap .hero-promo-text h4 span {
		font-size: 14px;
	}

	.hero-wrap.style1 .hero-img-wrap .hero-shape-two {
		left: 45%;
		max-width: 75%;
	}

	.hero-wrap.style1 .hero-content {
		padding: 110px 0 35px;
	}

	.hero-wrap.style2 {
		margin-top: 0;
	}

	.hero-wrap.style2 .hero-slide-item:before {
		background: rgba(1, 23, 83, 0.9);
	}

	.hero-wrap.style2 .hero-slide-item .hero-content {
		padding: 120px 0 140px;
	}

	.hero-wrap.style2 .hero-slide-item .hero-content h1 {
		font-size: 28px;
	}

	.hero-wrap.style2 .hero-slide-item .hero-content p {
		padding-right: 15px;
	}

	.hero-wrap.style3 {
		margin-top: 70px;
	}

	.hero-wrap.style3 .hero-img-slider .hero-img-slide {
		height: 350px;
	}

	.hero-wrap.style3 .container-fluid {
		padding: 0;
		max-width: 100%;
	}

	.hero-wrap.style3 .container-fluid .hero-content-wrap {
		height: auto;
		padding: 60px 0 60px;
	}

	.hero-wrap.style3 .container-fluid .hero-content-wrap .hero-content {
		padding-left: 10px;
		padding-right: 10px;
	}

	.hero-wrap.style3 .container-fluid .hero-content-wrap .hero-content h1 {
		font-size: 28px;
	}

	.hero-wrap.style3 .container-fluid .hero-content-wrap .hero-content p {
		max-width: 92%;
	}

	.hero-wrap.style3 .container-fluid .hero-content-wrap .hero-content {
		padding-left: 10px;
		padding-right: 10px;
	}

	.hero-img-slider.owl-carousel .owl-nav {
		position: absolute;
		bottom: 30px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.hero-img-slider.owl-carousel .owl-nav button.owl-prev,
	.hero-img-slider.owl-carousel .owl-nav button.owl-next {
		background-color: #F3F3F3;
	}

	.hero-img-slider.owl-carousel .owl-nav button.owl-prev:hover,
	.hero-img-slider.owl-carousel .owl-nav button.owl-next:hover {
		background-color: #3D72FC;
	}

	.hero-img-slider.owl-carousel .owl-nav button.owl-prev:hover i,
	.hero-img-slider.owl-carousel .owl-nav button.owl-next:hover i {
		color: #fff;
	}

	.hero-slider-one.owl-carousel .owl-nav .owl-prev,
	.hero-slider-one.owl-carousel .owl-nav .owl-next {
		bottom: 30px !important;
	}

	.book-course-wrap.style1 .book-course-form,
	.book-course-wrap.style2 .book-course-form {
		padding: 0;
		margin-top: 50px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.book-course-wrap .book-course-form h4 {
		margin-bottom: 20px;
	}

	.book-course-wrap .book-course-form .booking-form .form-group {
		width: calc(50% - 20px);
		margin-right: 40px;
		margin-bottom: 20px;
	}

	.book-course-wrap .book-course-form .booking-form .form-group:last-child {
		width: 100%;
		margin-bottom: 0;
		margin-top: 5px;
	}

	.book-course-wrap .book-course-form .booking-form .form-group:nth-child(2),
	.book-course-wrap .book-course-form .booking-form .form-group:nth-child(4),
	.book-course-wrap .book-course-form .booking-form .form-group:nth-child(5) {
		margin-right: 0;
	}

	.book-course-wrap .book-course-form .booking-form .form-group button {
		width: 100%;
		display: block;
	}

	.book-course-wrap .book-course-form .booking-form .form-group label {
		font-size: 14px;
		margin: 0 0 5px;
	}

	.cta-wrap .content-title {
		text-align: center;
		margin-bottom: 25px;
	}

	.cta-wrap .btn {
		display: block;
		width: 100%;
	}

	.about-wrap.style1 .about-content .content-title,
	.about-wrap.style2 .about-content .content-title,
	.about-wrap.style3 .about-content .content-title {
		margin-bottom: 20px;
	}

	.about-wrap.style1 .about-img-wrap .about-shape-one {
		top: -20px;
		left: 0px;
	}

	.about-wrap.style1 .about-img-wrap .about-bg-1 {
		height: 380px;
	}

	.about-wrap.style1 .about-img-wrap .about-promo-box,
	.about-wrap.style3 .about-img-wrap .about-promo-box {
		bottom: 20px;
		left: 20px;
		padding: 20px 25px;
	}

	.about-wrap.style1 .about-img-wrap .about-promo-box i,
	.about-wrap.style3 .about-img-wrap .about-promo-box i {
		font-size: 30px;
		top: 3px;
	}

	.about-wrap.style1 .about-img-wrap .about-promo-box h4,
	.about-wrap.style3 .about-img-wrap .about-promo-box h4 {
		font-size: 30px;
		width: calc(100% - 45px);
		margin-left: 15px;
	}

	.about-wrap.style1 .about-img-wrap .about-promo-box h4 span,
	.about-wrap.style3 .about-img-wrap .about-promo-box h4 span {
		font-size: 14px;
	}

	.about-wrap.style2 .about-content .ceo-message {
		padding: 20px 25px;
		margin-bottom: 25px;
	}

	.about-wrap.style2 .about-content .ceo-message p {
		margin-bottom: 12px;
	}

	.about-wrap.style2 .about-content .ceo-message h6 {
		font-size: 14px;
	}

	.about-wrap.style2 .about-img-wrap .about-bg-2 {
		height: 370px;
	}

	.about-wrap.style2 .about-img-wrap .about-promo-box {
		top: -20px;
		left: 50px;
		padding: 25px 20px;
	}

	.about-wrap.style2 .about-img-wrap .about-promo-box::before {
		left: -30px;
		border-left: 0px solid transparent;
		border-top: 20px solid transparent;
		border-bottom: 0px solid transparent;
		border-right: 30px solid #3D72FC;
	}

	.about-wrap.style2 .about-img-wrap .about-promo-box h4 {
		font-size: 22px;
	}

	.about-wrap.style2 .about-img-wrap .about-promo-box h4 span {
		font-size: 14px;
	}

	.about-wrap.style3 .about-img-wrap .about-bg-3 {
		height: 380px;
	}

	.about-wrap.style3 .about-content .feature-item-wrap {
		margin-bottom: 22px;
	}

	.feature-item-wrap .feature-item {
		margin-bottom: 20px;
	}

	.feature-item-wrap .feature-item .feature-icon i {
		font-size: 32px;
	}

	.feature-item-wrap .feature-item .feature-text {
		width: calc(100% - 90px);
		margin-left: 15px;
	}

	.feature-item-wrap .feature-item .feature-text h3 {
		margin: 0 0 6px;
	}

	.feature-item-wrap .feature-item.style1 {
		padding: 20px 20px 18px;
	}

	.feature-item-wrap .feature-item.style1 .feature-icon {
		top: 0;
	}

	.feature-item-wrap .feature-item.style1 .feature-icon i {
		font-size: 25px;
		position: relative;
		top: 3px;
	}

	.feature-item-wrap .feature-item.style1 .feature-text {
		width: calc(100% - 45px);
		margin-left: 15px;
	}

	.feature-item-wrap .feature-item.style1 .feature-text h3 {
		margin: 0 0 10px;
	}

	.feature-item-wrap .feature-item.style2 {
		padding: 20px 20px 18px;
	}

	.feature-item-wrap .feature-item.style2 .feature-icon {
		width: 45px;
		height: 45px;
	}

	.feature-item-wrap .feature-item.style2 .feature-icon i {
		font-size: 20px;
	}

	.feature-item-wrap .feature-item.style2 .feature-text {
		width: calc(100% - 60px);
		margin-left: 15px;
	}

	.course-card.style1 .course-img .course-price,
	.course-card.style2 .course-img .course-price {
		font-size: 18px;
	}

	.course-card.style1 .course-img .course-price:after,
	.course-card.style2 .course-img .course-price:after {
		content: "";
		right: -29px;
		border-left: 30px solid #3D72FC;
		border-top: 20px solid transparent;
	}

	.course-card.style1 .course-img .course-price:before,
	.course-card.style2 .course-img .course-price:before {
		content: "";
		right: -29px;
		border-left: 30px solid #3D72FC;
		border-bottom: 20px solid transparent;
	}

	.course-card.style1 .course-info,
	.course-card.style2 .course-info {
		padding: 20px;
	}

	.course-card.style1 .course-info h3,
	.course-card.style2 .course-info h3 {
		margin-bottom: 12px;
	}

	.course-card.style1 .course-info p,
	.course-card.style2 .course-info p {
		margin-bottom: 15px;
	}

	.course-card.style1 .course-info .course-author-wrap .course-author .course-author-img,
	.course-card.style2 .course-info .course-author-wrap .course-author .course-author-img {
		width: 35px;
		height: 35px;
	}

	.course-card.style1 .course-info .course-author-wrap .course-author .course-author-img img,
	.course-card.style2 .course-info .course-author-wrap .course-author .course-author-img img {
		border-radius: 50%;
	}

	.course-card.style1 .course-info .course-author-wrap .course-author a,
	.course-card.style2 .course-info .course-author-wrap .course-author a {
		width: calc(100% - 50px);
		font-size: 14px;
	}

	.course-card.style1 .course-info .course-author-wrap .course-link,
	.course-card.style2 .course-info .course-author-wrap .course-link {
		font-size: 14px;
	}

	.course-card.style1 .course-img .course-price {
		font-size: 18px;
	}

	.course-card.style1 .course-img .course-price:after {
		content: "";
		right: -30px;
		border-left: 30px solid #3D72FC;
		border-top: 20px solid transparent;
	}

	.course-card.style1 .course-img .course-price:before {
		content: "";
		right: -30px;
		border-left: 30px solid #3D72FC;
		border-bottom: 20px solid transparent;
	}

	.course-card.style1 .course-info .course-author-wrap {
		padding-top: 22px;
	}

	.course-card.style2 .course-info .course-author-wrap .course-price {
		font-size: 18px;
	}

	.course-card.style2 .course-info .btn {
		margin-top: 20px;
	}

	.course-card.style3 .course-info {
		padding: 20px;
	}

	.course-card.style3 .course-info .course-link {
		width: 45px;
		height: 45px;
		margin: -43px 0 0;
	}

	.course-card.style3 .course-info .course-link i {
		font-size: 14px;
	}

	.course-card.style3 .course-info h3 {
		margin-bottom: 12px;
	}

	.course-card.style3 .course-info p {
		margin-bottom: 12px;
	}

	.course-card.style3 .course-info .course-author-wrap .course-author .course-author-img {
		font-size: 14px;
	}

	.course-card.style3 .course-info .course-author-wrap .course-author a {
		font-size: 14px;
	}

	.course-card.style3 .course-info .course-author-wrap .course-link {
		font-size: 14px;
	}

	.course-card.style3 .course-info .course-author-wrap .course-price {
		font-size: 16x;
	}

	.vehicle-card .vehicle-info {
		margin: 18px 20px 0;
		padding-bottom: 20px;
	}

	.vehicle-card .vehicle-info h3 {
		margin: 0 0 12px;
	}

	.vehicle-card .vehicle-info p {
		margin-bottom: 15px;
	}

	.vehicle-card .vehicle-info .vehicle-meta-info {
		padding-top: 18px;
	}

	.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-promo-info .vehicle-promo-img {
		width: 35px;
		height: 35px;
	}

	.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-promo-info h6 {
		font-size: 14px;
	}

	.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-promo-info h6 span {
		font-size: 14px;
	}

	.vehicle-card .vehicle-info .vehicle-meta-info a {
		margin-left: 10px;
	}

	.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-rating span {
		font-size: 14px;
	}

	.vehicle-card .vehicle-info .vehicle-meta-info .vehicle-rating .ratings li i {
		font-size: 14px;
	}

	.vehicle-card.style3 .vehicle-info .vehicle-link {
		width: 45px;
		height: 45px;
		margin: -43px 0 0;
	}

	.vehicle-card.style3 .vehicle-info .vehicle-link i {
		font-size: 14px;
	}

	.course-details-wrap .course-desc .course-brief-wrap {
		margin-bottom: 25px;
	}

	.course-details-wrap .course-desc .course-metainfo-wrap {
		margin: 25px 0 15px;
	}

	.course-details-wrap .course-desc .course-brief {
		padding: 20px;
	}

	.course-details-wrap .course-desc h6 {
		margin-bottom: 20px !important;
	}

	.team-card .team-info-wrap {
		padding: 20px;
	}

	.counter-card-wrap {
		padding: 50px 25px 25px;
	}

	.blog-card .blog-img .blog-date {
		bottom: 20px;
		left: 0;
		font-size: 16px;
		padding: 10px 20px 10px;
		border-radius: 0 5px 5px 0;
		margin-bottom: 0;
	}

	.blog-card .blog-info {
		padding: 18px 20px 18px;
	}

	.blog-card .blog-info .blog-metainfo {
		margin-bottom: 12px;
	}

	.blog-card .blog-info .blog-metainfo li {
		margin-right: 15px;
		font-size: 14px;
	}

	.blog-card .blog-info .blog-metainfo li a {
		font-size: 14px;
	}

	.blog-card .blog-info .blog-metainfo li i {
		top: 1px;
		font-size: 14px;
	}

	.blog-card .blog-info h3 {
		margin-bottom: 12px;
	}

	.blog-card .blog-info p {
		margin: 0 0 15px;
	}

	.blog-card.style1 .blog-info p {
		padding-bottom: 12px;
	}

	.blog-card.style2 .blog-info {
		padding: 25px 25px 25px;
	}

	.blog-card.style2 .blog-info .btn.style2 {
		width: 100%;
		display: block;
	}

	.blog-card.style3 .blog-info {
		padding: 18px 20px 18px;
	}

	.blog-card.style3 .blog-info .blog-link {
		width: 45px;
		height: 45px;
		margin: -43px 0 0;
	}

	.blog-card.style3 .blog-info .blog-link i {
		font-size: 14px;
	}

	.blog-card:hover {
		-webkit-box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.07);
		box-shadow: 0px 6px 50px rgba(0, 0, 0, 0.07);
		border-color: transparent;
	}

	.blog-card:hover .blog-img img {
		-webkit-transform: scale(1.08) rotate(3deg);
		transform: scale(1.08) rotate(3deg);
	}

	.blog-card:hover .blog-info h3 a {
		color: #091851;
	}

	.pricing-card .pricing-subheader {
		font-size: 18px;
		padding: 20px 15px;
	}

	.pricing-card .pricing-header {
		padding: 30px 15px;
	}

	.pricing-card .pricing-header h2 {
		font-size: 32px;
	}

	.pricing-card .pricing-header span {
		font-size: 14px;
	}

	.pricing-card .pricing-features {
		padding: 25px 0;
	}

	.pricing-card .pricing-features li {
		margin-bottom: 15px;
		font-size: 14px;
	}

	.pricing-card .purchase-btn {
		padding: 25px 0;
	}

	.testimonial-card {
		padding: 18px 20px 20px;
	}

	.testimonial-card .client-info-wrap .client-img {
		width: 42px;
		height: 42px;
	}

	.testimonial-card .client-info-wrap .client-info {
		width: calc(100% - 83px);
		margin-left: 10px;
	}

	.testimonial-card .client-info-wrap span {
		font-size: 14px;
		display: block;
		line-height: 1;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.testimonial-card.style1 {
		padding: 18px 20px 20px;
	}

	.testimonial-card.style1 .client-info-wrap .quote-icon {
		width: 30px;
	}

	.testimonial-card.style1 .client-info-wrap .quote-icon i {
		font-size: 30px;
	}

	.testimonial-card .client-info h3 {
		font-size: 16px;
	}

	.testimonial-slider-two.owl-carousel .owl-dots {
		margin-top: 0;
	}

	.testimonial-slider-one {
		padding: 25px 25px;
	}

	.testimonial-slider-one .testimonial-card {
		border: none;
	}

	.testimonial-slider-one.owl-carousel .owl-dots {
		margin-top: 0;
	}

	.why-choose-wrap.style1 .wh-content .content-title,
	.why-choose-wrap.style2 .wh-content .content-title,
	.why-choose-wrap.style3 .wh-content .content-title {
		margin-bottom: 20px;
	}

	.why-choose-wrap.style1 .wh-img-wrap .wh-bg-1 {
		height: 400px;
	}

	.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video {
		width: calc(100% - 35px);
	}

	.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg {
		width: 100%;
		margin-bottom: 20px;
		height: 190px;
	}

	.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-text {
		width: 100%;
		height: 100%;
		padding: 15px 0 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-text:after {
		top: 0;
		left: 0;
		width: 100%;
		height: 53px;
	}

	.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-text span {
		font-size: 16px;
	}

	.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-video {
		top: 58%;
		left: 50%;
	}

	.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-text {
		width: 100%;
		padding-left: 0;
	}

	.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-text h5 {
		font-size: 16px;
	}

	.why-choose-wrap.style1 .wh-content .feature-item-wrap {
		margin-bottom: 0;
	}

	.why-choose-wrap.style2 .quote-form .quote-title {
		padding: 20px 20px;
	}

	.why-choose-wrap.style2 .quote-form .quote-title h2 {
		font-size: 22px;
	}

	.why-choose-wrap.style2 .quote-form form {
		padding: 20px;
	}

	.why-choose-wrap.style2 .quote-form form .form-group {
		margin-bottom: 20px;
	}

	.why-choose-wrap.style2 .quote-form form .form-group input,
	.why-choose-wrap.style2 .quote-form form .form-group textarea {
		width: 100%;
		padding: 13px 15px 10px;
	}

	.why-choose-wrap.style2 .quote-form form .form-group input {
		height: 54px;
	}

	.why-choose-wrap.style2 .quote-form form .form-group textarea {
		height: 150px;
		resize: none;
	}

	.why-choose-wrap.style3 .wh-img-wrap .wh-bg-1 {
		height: 400px;
	}

	.why-choose-wrap.style3 .wh-content .feature-item-wrap {
		margin-bottom: 0;
	}

	.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item {
		padding: 20px 20px 18px;
	}

	.testimonial-slider-three.owl-carousel .owl-nav {
		position: relative;
		top: auto;
		right: auto;
		bottom: 0;
		margin-top: 10px;
		margin-bottom: 25px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.contact-box-wrap {
		padding: 20px;
	}

	.contact-box-wrap .contact-item .contact-info {
		width: calc(100% - 70px);
		margin-left: 20px;
	}

	.contact-box-wrap .contact-item .contact-info h5 {
		font-size: 20px;
		margin: 0 0 10px;
		font-weight: 600;
	}

	.contact-box-wrap .contact-item .contact-info .social-profile li a {
		width: 32px;
		height: 32px;
	}

	.contact-box-wrap .contact-item .contact-info .social-profile li a i {
		font-size: 13px;
		line-height: 40px;
	}

	.contact-form {
		padding: 20px;
	}

	#contactForm .form-group {
		margin: 0 0 20px;
	}

	#contactForm .form-group input,
	#contactForm .form-group textarea {
		padding: 16px 20px 11px;
	}

	#contactForm .form-group input {
		height: 54px;
	}

	#contactForm .form-group textarea {
		height: 150px;
	}

	.vehicle-info-widget ul li i {
		top: 2px;
	}

	.vehicle-info-widget ul li h6 {
		font-size: 16px;
	}

	.vehicle-info-widget ul li span {
		font-size: 14px;
	}

	.team-tablist {
		border: none;
	}

	.team-tablist .nav-item {
		display: block;
		width: 100%;
	}

	.team-tablist .nav-item .nav-link {
		width: 100%;
		font-size: 16px;
		padding: 10px 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.09);
	}

	.team-tabcontent {
		border: none;
		padding: 25px 0 0;
	}

	.team-desc .team-name {
		margin-bottom: 15px;
	}

	.team-desc .team-name h2 {
		font-size: 24px;
	}

	.team-desc .team-member-info {
		margin-top: 22px;
		margin-bottom: 22px;
	}

	.team-desc .team-member-info li {
		margin-bottom: 12px;
	}

	.team-desc .team-member-info li p {
		font-size: 15px;
		font-weight: 600;
		color: #000;
		width: 120px;
		margin-bottom: 0;
	}

	.team-desc .team-member-info li a {
		font-size: 14px;
	}

	.team-desc .social-profile li a {
		width: 45px;
		height: 45px;
	}

	.team-desc .social-profile li a i {
		font-size: 15px;
	}

	.team-desc p {
		margin-bottom: 15px;
	}

	.team-desc p:last-child {
		margin-bottom: 0;
	}

	.accordion-item .accordion-header .accordion-button {
		font-size: 16px;
		line-height: 26px;
		padding: 18px 45px 15px 20px;
	}

	article h2,
	.course-desc h2,
	.terms-wrap h2,
	.team-desc h2,
	.vehicle-desc h2,
	article h3,
	.course-desc h3,
	.terms-wrap h3,
	.team-desc h3,
	.vehicle-desc h3 {
		margin-bottom: 15px;
	}

	article p,
	.course-desc p,
	.vehicle-desc p,
	.team-desc p,
	.terms-wrap p {
		margin-bottom: 15px;
	}

	article .content-feature-list,
	.service-desc .content-feature-list,
	.terms-wrap .content-feature-list,
	.project-desc .content-feature-list {
		margin: 15px 0 15px;
	}

	article ol,
	.course-desc ol,
	.team-desc ol,
	.vehicle-desc ol,
	.terms-wrap ol {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	article h1,
	.course-desc h1,
	.team-desc h1,
	.vehicle-desc h1,
	.terms-desc h1 {
		font-size: 24px;
	}

	article h2,
	.course-desc h2,
	.team-desc h2,
	.vehicle-desc h2,
	.terms-desc h2 {
		font-size: 22px;
	}

	article h3,
	.course-desc h3,
	.team-desc h3,
	.vehicle-desc h3,
	.terms-desc h3 {
		font-size: 20px;
	}

	article h4,
	.course-desc h4,
	.team-desc h4,
	.vehicle-desc h4,
	.terms-desc h4 {
		font-size: 18px;
	}

	article h5,
	.course-desc h5,
	.team-desc h5,
	.vehicle-desc h5,
	.terms-desc h5 {
		font-size: 17px;
	}

	article h6,
	.course-desc h6,
	.team-desc h6,
	.vehicle-desc h6,
	.terms-desc h6 {
		font-size: 16px;
	}

	article ol li,
	.course-desc ol li,
	.team-desc ol li,
	.vehicle-desc ol li,
	.terms-desc ol li {
		font-size: 14px;
		margin-bottom: 10px;
	}

	article ol li:last-child,
	.course-desc ol li:last-child,
	.team-desc ol li:last-child,
	.vehicle-desc ol li:last-child,
	.terms-desc ol li:last-child {
		margin-bottom: 0;
	}

	article ul li,
	.course-desc ul li,
	.team-desc ul li,
	.vehicle-desc ul li,
	.terms-desc ul li {
		font-size: 14px;
		margin-bottom: 10px;
	}

	article ul li:last-child,
	.course-desc ul li:last-child,
	.team-desc ul li:last-child,
	.vehicle-desc ul li:last-child,
	.terms-desc ul li:last-child {
		margin-bottom: 0;
	}

	.post-author .post-author-info h4 {
		font-size: 20px;
	}

	.wp-block-quote {
		padding: 15px 20px 15px;
		margin: 22px 0 22px;
	}

	.post-metainfo {
		margin-bottom: 15px;
	}

	.post-metainfo li {
		margin-bottom: 0;
	}

	.post-img {
		margin: 0 0 25px;
	}

	.author-info-wrap .author-info h6 {
		font-size: 15px;
	}

	.reply-btn {
		font-size: 14px;
	}

	.post-tag {
		margin-bottom: 15px;
	}

	.post-tag ul li a {
		font-size: 13px;
	}

	.post-author {
		padding: 20px;
	}

	.post-author .post-author-img {
		width: 130px;
		height: 130px;
		border-radius: 50%;
	}

	.post-author .post-author-info {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.comment-item-wrap .comment-item {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.comment-item-wrap .comment-item.reply {
		margin-left: 25px;
	}

	.comment-item-wrap .comment-item .comment-author-img {
		width: 55px;
		height: 55px;
	}

	.comment-item-wrap .comment-item .comment-author-wrap {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
		font-size: 18px;
		display: block;
	}

	.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
		display: block;
		margin-left: 0;
		margin-top: 12px;
		font-size: 14px;
	}

	.comment-item-wrap .comment-item .comment-author-wrap .comment-text {
		margin-bottom: 8px;
	}

	#cmt-form .comment-form .form-group {
		margin-bottom: 15px;
	}

	#cmt-form .comment-form .form-group label {
		font-size: 14px;
	}

	#cmt-form .comment-form .form-group input {
		height: 54px;
	}

	#cmt-form .comment-form .btn.style1 {
		margin-top: 20px;
	}

	.sidebar .sidebar-widget {
		padding: 20px;
	}

	.sidebar .sidebar-widget h4 {
		font-size: 18px;
		margin: 0 0 20px;
		padding-bottom: 15px;
	}

	.category-box ul li a {
		font-size: 14px;
		padding: 8px 10px 8px 20px;
	}

	.category-box ul li a i {
		top: 9px;
		font-size: 14px;
	}

	.tag-list ul li {
		margin: 9px 6px 0px 0px;
	}

	.login-form-wrap {
		padding: 30px 20px 20px;
	}

	.login-form-wrap .login-header h3 {
		font-size: 20px;
	}

	.login-form-wrap .login-body .form-group {
		margin-bottom: 10px;
	}

	.login-form-wrap .login-body .form-group label {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.login-form-wrap .login-body .form-group input {
		height: 50px;
	}

	.login-form-wrap .login-body .checkbox label {
		font-size: 13px;
	}

	.login-form-wrap .login-body .btn {
		padding: 12px;
	}

	.login-form-wrap .login-body .link {
		font-size: 13px;
	}

	.error-content img {
		max-width: 280px;
	}

	.error-content p {
		margin: 0 auto 20px;
		max-width: 300px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.container-fluid {
		max-width: 720px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.pt-100 {
		padding-top: 70px;
	}

	.pb-100 {
		padding-bottom: 70px;
	}

	.mt-100 {
		margin-top: 70px !important;
	}

	.mb-100 {
		margin-bottom: 70px !important;
	}

	.mtb-100 {
		margin-top: 70px !important;
		margin-bottom: 70px !important;
	}

	.pb-50 {
		padding-bottom: 20px;
	}

	.pb-60 {
		padding-bottom: 35px;
	}

	.mt-100 {
		margin-top: 70px !important;
	}

	.ptb-100 {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.pt-70 {
		padding-top: 40px;
	}

	.pb-70 {
		padding-bottom: 40px;
	}

	.pb-75 {
		padding-bottom: 45px;
	}

	.pb-50 {
		padding-bottom: 20px;
	}

	.pt-75 {
		padding-top: 45px;
	}

	.breadcrumb-wrap {
		padding: 100px 0 70px;
	}

	.breadcrumb-title h1,
	.section-title h2,
	.content-title h2 {
		font-size: 35px;
	}

	.content-wrapper {
		margin-top: 130px;
	}

	.hero-wrap.style1 {
		margin-top: 128px;
	}

	.hero-wrap.style1 .hero-img-wrap .hero-img {
		max-width: 82%;
	}

	.hero-wrap.style1 .hero-img-wrap .hero-shape-two {
		left: 45%;
		max-width: 75%;
	}

	.hero-wrap.style1 .hero-content {
		padding-bottom: 60px;
	}

	.hero-wrap.style1 .hero-content h1 {
		font-size: 46px;
	}

	.hero-wrap.style2 {
		margin-top: 128px;
	}

	.hero-wrap.style2 .hero-slide-item:before {
		background: -webkit-gradient(linear, left top, right top, color-stop(19%, rgba(1, 23, 80, 0.98)), color-stop(68%, rgba(1, 23, 80, 0.48)), color-stop(91%, rgba(1, 23, 80, 0.32)));
		background: linear-gradient(90deg, rgba(1, 23, 80, 0.98) 19%, rgba(1, 23, 80, 0.48) 68%, rgba(1, 23, 80, 0.32) 91%);
	}

	.hero-wrap.style2 .hero-slide-item .hero-content {
		padding: 120px 0 200px;
	}

	.hero-wrap.style2 .hero-slide-item .hero-content h1 {
		font-size: 44px;
	}

	.hero-wrap.style2 .hero-slide-item .hero-content p {
		max-width: 86%;
	}

	.hero-wrap.style3 {
		margin-top: 178px;
	}

	.hero-wrap.style3 .hero-img-slider .hero-img-slide {
		height: 550px;
	}

	.hero-wrap.style3 .hero-content-wrap {
		height: 550px;
	}

	.hero-wrap.style3 .container-fluid {
		padding: 0;
		max-width: 100%;
	}

	.hero-wrap.style3 .container-fluid .hero-content-wrap {
		padding: 80px 0 120px;
	}

	.hero-wrap.style3 .container-fluid .hero-content-wrap .hero-content {
		padding-left: 30px;
		padding-right: calc((100% - 370px) /2 + 10px);
	}

	.hero-wrap.style3 .container-fluid .hero-content-wrap .hero-content h1 {
		font-size: 34px;
	}

	.hero-wrap.style3 .container-fluid .hero-content-wrap .hero-content p {
		max-width: 92%;
	}

	.hero-img-slider.owl-carousel .owl-nav {
		position: absolute;
		bottom: 30px;
		left: 38%;
	}

	.hero-img-slider.owl-carousel .owl-nav button.owl-prev,
	.hero-img-slider.owl-carousel .owl-nav button.owl-next {
		background-color: #F3F3F3;
	}

	.hero-img-slider.owl-carousel .owl-nav button.owl-prev:hover,
	.hero-img-slider.owl-carousel .owl-nav button.owl-next:hover {
		background-color: #3D72FC;
	}

	.hero-img-slider.owl-carousel .owl-nav button.owl-prev:hover i,
	.hero-img-slider.owl-carousel .owl-nav button.owl-next:hover i {
		color: #fff;
	}

	.book-course-wrap.style1 .book-course-form {
		padding: 25px 30px 30px;
	}

	.book-course-wrap.style2 .book-course-form {
		margin: 70px 0 0;
		padding: 45px 40px 50px;
	}

	.book-course-wrap .book-course-form .booking-form .form-group {
		width: calc(50% - 20px);
		margin-right: 40px;
		margin-bottom: 20px;
	}

	.book-course-wrap .book-course-form .booking-form .form-group:last-child {
		width: 100%;
		margin-bottom: 0;
		margin-top: 5px;
	}

	.book-course-wrap .book-course-form .booking-form .form-group:nth-child(2),
	.book-course-wrap .book-course-form .booking-form .form-group:nth-child(4),
	.book-course-wrap .book-course-form .booking-form .form-group:nth-child(5) {
		margin-right: 0;
	}

	.book-course-wrap .book-course-form .booking-form .form-group button {
		width: 100%;
		display: block;
	}

	.about-wrap.style1 .about-img-wrap .about-bg-1 {
		height: 500px;
	}

	.about-wrap.style1 .about-img-wrap .about-bg-2 {
		height: 500px;
	}

	.about-wrap.style3 .about-img-wrap .about-bg-3 {
		height: 500px;
	}

	.why-choose-wrap.style1 .wh-img-wrap .wh-bg-1 {
		height: 500px;
	}

	.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-text {
		padding: 10px 0 0;
	}

	.why-choose-wrap.style3 .wh-img-wrap .wh-bg-1 {
		height: 550px;
	}
}

@media only screen and (max-width: 991px) {
	.page-wrapper {
		overflow-x: hidden !important;
	}

	.md-none {
		display: none !important;
	}

	.mt-60 {
		margin-top: 30px !important;
	}

	.md-center {
		text-align: center !important;
	}

	.about-wrap .about-img-wrap {
		margin-bottom: 30px;
	}

	.why-choose-wrap .wh-img-wrap {
		margin-bottom: 30px;
	}

	.why-choose-wrap.style2 .quote-form {
		margin-top: 30px;
	}

	.contact-box-wrap {
		margin-top: 25px;
	}

	.team-details-image {
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.breadcrumb-title h1,
	.section-title h2,
	.content-title h2 {
		font-size: 33px;
	}

	.breadcrumb-wrap {
		padding: 90px 0 65px;
	}

	.content-wrapper {
		margin-top: 90px;
	}

	.course-card .course-info h3,
	.testimonial-card .client-info h3,
	.team-card .team-info-wrap .team-info h3,
	.course-details-wrap .course-desc .course-author-card .course-author-info h3,
	.vehicle-card .vehicle-info h3,
	.feature-item-wrap .feature-item.style1 .feature-text h3,
	.feature-item-wrap .feature-item .feature-text h3,
	.blog-card .blog-info h3 {
		font-size: 22px;
	}

	.hero-wrap.style1 {
		margin-top: 92px;
	}

	.hero-wrap.style1 .hero-img-wrap .hero-promo-text {
		top: -20px;
		padding: 35px 30px;
	}

	.hero-wrap.style1 .hero-img-wrap .hero-promo-text i {
		font-size: 25px;
		top: 4px;
	}

	.hero-wrap.style1 .hero-img-wrap .hero-promo-text h4 {
		font-size: 28px;
		width: calc(100% - 40px);
		margin-left: 15px;
	}

	.hero-wrap.style1 .hero-img-wrap .hero-promo-text h4 span {
		display: block;
		font-size: 16px;
		font-weight: 400;
	}

	.hero-wrap.style1 .hero-content h1 {
		font-size: 46px;
	}

	.hero-wrap.style2 {
		margin-top: 92px;
	}

	.hero-wrap.style2 .hero-slide-item .hero-content {
		padding: 120px 0 200px;
	}

	.hero-wrap.style2 .hero-slide-item .hero-content h1 {
		font-size: 44px;
	}

	.hero-wrap.style2 .hero-slide-item .hero-content p {
		max-width: 84%;
	}

	.hero-wrap.style3 {
		margin-top: 140px;
	}

	.hero-wrap.style3 .container-fluid {
		padding: 0;
	}

	.hero-wrap.style3 .container-fluid .hero-content-wrap {
		padding: 130px 0 150px;
	}

	.hero-wrap.style3 .container-fluid .hero-content-wrap .hero-content {
		padding-left: 50px;
		padding-right: calc((100% - 540px) /2 + 10px);
	}

	.hero-wrap.style3 .container-fluid .hero-content-wrap .hero-content h1 {
		font-size: 44px;
	}

	.hero-wrap.style3 .container-fluid .hero-content-wrap .hero-content p {
		max-width: 92%;
	}

	.hero-img-slider.owl-carousel .owl-nav {
		left: calc((100% - 380px) /2 + 10px);
	}

	.hero-img-slider.owl-carousel .owl-nav button.owl-prev,
	.hero-img-slider.owl-carousel .owl-nav button.owl-next {
		width: 40px;
		height: 40px;
	}

	.hero-img-slider.owl-carousel .owl-nav button.owl-prev i,
	.hero-img-slider.owl-carousel .owl-nav button.owl-next i {
		font-size: 15px;
	}

	.book-course-wrap.style2 .book-course-form {
		padding: 35px 25px 40px;
	}

	.cta-wrap.style2 .content-title {
		padding: 45px 38px 55px;
	}

	.why-choose-wrap.style1 .wh-content .feature-item-wrap .feature-item {
		width: 100%;
		margin-bottom: 20px;
	}

	.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-text {
		padding: 45px 0 0;
	}

	.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-text span {
		font-size: 18px;
	}

	.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-text:after {
		position: absolute;
		top: 15px;
		left: -30%;
		width: 160%;
		height: 70px;
	}

	.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-text h5 {
		font-size: 18px;
	}

	.why-choose-wrap.style3 .wh-content .feature-item-wrap .feature-item {
		width: 100%;
	}

	.counter-card .counter-icon i {
		font-size: 42px;
	}

	.counter-card .counter-text {
		width: calc(100% - 62px);
		margin-left: 20px;
	}

	.counter-card .counter-text .counter-num {
		font-size: 32px;
		margin: 0 0 8px;
	}
}

@media only screen and (max-width: 1199px) {
	.sidebar {
		margin: 50px 0 0;
	}

	.lg-none {
		display: none !important;
	}

	.hero-slider-one.owl-carousel .owl-nav {
		text-align: center;
	}

	.hero-slider-one.owl-carousel .owl-nav .owl-prev,
	.hero-slider-one.owl-carousel .owl-nav .owl-next {
		top: auto;
		width: 42px;
		height: 42px;
		bottom: 90px;
	}

	.hero-slider-one.owl-carousel .owl-nav .owl-prev i,
	.hero-slider-one.owl-carousel .owl-nav .owl-next i {
		font-size: 15px;
	}

	.hero-slider-one.owl-carousel .owl-nav .owl-prev {
		left: calc(50% - 45px);
		margin-right: 25px;
	}

	.hero-slider-one.owl-carousel .owl-nav .owl-next {
		left: calc(50% + 7px);
		right: auto;
	}

	.vehicle-slider-one.owl-carousel .owl-nav,
	.course-slider-one.owl-carousel .owl-nav,
	.team-slider-one.owl-carousel .owl-nav,
	.blog-slider-one.owl-carousel .owl-nav {
		margin-top: 5px;
		margin-bottom: 25px;
	}

	.vehicle-slider-one.owl-carousel .owl-nav button.owl-prev,
	.vehicle-slider-one.owl-carousel .owl-nav button.owl-next,
	.course-slider-one.owl-carousel .owl-nav button.owl-prev,
	.course-slider-one.owl-carousel .owl-nav button.owl-next,
	.team-slider-one.owl-carousel .owl-nav button.owl-prev,
	.team-slider-one.owl-carousel .owl-nav button.owl-next,
	.blog-slider-one.owl-carousel .owl-nav button.owl-prev,
	.blog-slider-one.owl-carousel .owl-nav button.owl-next {
		position: relative;
		width: 38px;
		height: 38px;
		top: auto;
		bottom: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.vehicle-slider-one.owl-carousel .owl-nav button.owl-prev i,
	.vehicle-slider-one.owl-carousel .owl-nav button.owl-next i,
	.course-slider-one.owl-carousel .owl-nav button.owl-prev i,
	.course-slider-one.owl-carousel .owl-nav button.owl-next i,
	.team-slider-one.owl-carousel .owl-nav button.owl-prev i,
	.team-slider-one.owl-carousel .owl-nav button.owl-next i,
	.blog-slider-one.owl-carousel .owl-nav button.owl-prev i,
	.blog-slider-one.owl-carousel .owl-nav button.owl-next i {
		font-size: 16px;
	}

	.vehicle-slider-one.owl-carousel .owl-nav button.owl-prev,
	.course-slider-one.owl-carousel .owl-nav button.owl-prev,
	.team-slider-one.owl-carousel .owl-nav button.owl-prev,
	.blog-slider-one.owl-carousel .owl-nav button.owl-prev {
		left: calc(50% - 35px);
	}

	.vehicle-slider-one.owl-carousel .owl-nav button.owl-next,
	.course-slider-one.owl-carousel .owl-nav button.owl-next,
	.team-slider-one.owl-carousel .owl-nav button.owl-next,
	.blog-slider-one.owl-carousel .owl-nav button.owl-next {
		left: calc(50% + 0px);
		right: auto;
	}
}

@media only screen and (min-width: 1200px) {
	.xl-none {
		display: none !important;
	}

	.content-title p {
		padding-right: 25px;
	}

	.why-choose-wrap .wh-content .content-title p,
	.about-wrap .about-content .content-title p {
		padding-right: 32px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
	.section-img.style2 {
		right: 10px;
		max-width: 60px;
	}

	.breadcrumb-wrap .section-img {
		max-width: 140px;
	}

	.hero-slider-one.owl-carousel .owl-nav {
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.hero-slider-one.owl-carousel .owl-nav .owl-prev,
	.hero-slider-one.owl-carousel .owl-nav .owl-next {
		width: 35px;
		height: 35px;
	}

	.hero-slider-one.owl-carousel .owl-nav .owl-prev i,
	.hero-slider-one.owl-carousel .owl-nav .owl-next i {
		font-size: 12px;
	}

	.hero-slider-one.owl-carousel .owl-nav .owl-prev {
		left: 5px;
	}

	.hero-slider-one.owl-carousel .owl-nav .owl-next {
		right: 5px;
	}

	.hero-img-slider.owl-carousel .owl-nav {
		left: calc((100% - 565px) /2 + 10px) !important;
	}

	.hero-wrap.style3 .container-fluid .hero-content-wrap .hero-content h1 {
		font-size: 46px !important;
	}

	.vehicle-slider-one.owl-carousel .owl-nav button.owl-prev,
	.vehicle-slider-one.owl-carousel .owl-nav button.owl-next,
	.course-slider-one.owl-carousel .owl-nav button.owl-prev,
	.course-slider-one.owl-carousel .owl-nav button.owl-next,
	.team-slider-one.owl-carousel .owl-nav button.owl-prev,
	.team-slider-one.owl-carousel .owl-nav button.owl-next,
	.blog-slider-one.owl-carousel .owl-nav button.owl-prev,
	.blog-slider-one.owl-carousel .owl-nav button.owl-next {
		width: 35px;
		height: 35px;
	}

	.vehicle-slider-one.owl-carousel .owl-nav button.owl-prev i,
	.vehicle-slider-one.owl-carousel .owl-nav button.owl-next i,
	.course-slider-one.owl-carousel .owl-nav button.owl-prev i,
	.course-slider-one.owl-carousel .owl-nav button.owl-next i,
	.team-slider-one.owl-carousel .owl-nav button.owl-prev i,
	.team-slider-one.owl-carousel .owl-nav button.owl-next i,
	.blog-slider-one.owl-carousel .owl-nav button.owl-prev i,
	.blog-slider-one.owl-carousel .owl-nav button.owl-next i {
		font-size: 16px;
	}

	.vehicle-slider-one.owl-carousel .owl-nav button.owl-prev,
	.course-slider-one.owl-carousel .owl-nav button.owl-prev,
	.team-slider-one.owl-carousel .owl-nav button.owl-prev,
	.blog-slider-one.owl-carousel .owl-nav button.owl-prev {
		left: -40px;
	}

	.vehicle-slider-one.owl-carousel .owl-nav button.owl-next,
	.course-slider-one.owl-carousel .owl-nav button.owl-next,
	.team-slider-one.owl-carousel .owl-nav button.owl-next,
	.blog-slider-one.owl-carousel .owl-nav button.owl-next {
		right: -40px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.hero-wrap.style1 .hero-img-wrap .hero-promo-text {
		padding: 45px 55px;
	}

	.hero-wrap.style1 .hero-content h1 {
		font-size: 64px;
	}

	.hero-wrap.style2 .hero-slide-item .hero-content h1 {
		font-size: 60px;
	}

	.hero-wrap.style2 .hero-slide-item .hero-content p {
		max-width: 85%;
	}

	.hero-wrap.style3 .container-fluid {
		padding: 0;
	}

	.hero-wrap.style3 .container-fluid .hero-content-wrap {
		padding: 130px 0 150px;
	}

	.hero-wrap.style3 .container-fluid .hero-content-wrap .hero-content {
		padding-left: 50px;
		padding-right: calc((100% - 618px) /2 + 10px);
	}

	.hero-wrap.style3 .container-fluid .hero-content-wrap .hero-content h1 {
		font-size: 56px;
	}

	.hero-wrap.style3 .container-fluid .hero-content-wrap .hero-content p {
		max-width: 95%;
	}

	.hero-slider-one.owl-carousel .owl-nav {
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.hero-slider-one.owl-carousel .owl-nav .owl-prev,
	.hero-slider-one.owl-carousel .owl-nav .owl-next {
		width: 40px;
		height: 40px;
	}

	.hero-slider-one.owl-carousel .owl-nav .owl-prev i,
	.hero-slider-one.owl-carousel .owl-nav .owl-next i {
		font-size: 15px;
	}

	.hero-slider-one.owl-carousel .owl-nav .owl-prev {
		left: 10px;
	}

	.hero-slider-one.owl-carousel .owl-nav .owl-next {
		right: 10px;
	}

	.hero-img-slider.owl-carousel .owl-nav {
		left: calc((100% - 618px) /2 + 10px);
	}

	.vehicle-slider-one.owl-carousel .owl-nav button.owl-prev,
	.vehicle-slider-one.owl-carousel .owl-nav button.owl-next,
	.course-slider-one.owl-carousel .owl-nav button.owl-prev,
	.course-slider-one.owl-carousel .owl-nav button.owl-next,
	.team-slider-one.owl-carousel .owl-nav button.owl-prev,
	.team-slider-one.owl-carousel .owl-nav button.owl-next,
	.blog-slider-one.owl-carousel .owl-nav button.owl-prev,
	.blog-slider-one.owl-carousel .owl-nav button.owl-next {
		width: 38px;
		height: 38px;
	}

	.vehicle-slider-one.owl-carousel .owl-nav button.owl-prev i,
	.vehicle-slider-one.owl-carousel .owl-nav button.owl-next i,
	.course-slider-one.owl-carousel .owl-nav button.owl-prev i,
	.course-slider-one.owl-carousel .owl-nav button.owl-next i,
	.team-slider-one.owl-carousel .owl-nav button.owl-prev i,
	.team-slider-one.owl-carousel .owl-nav button.owl-next i,
	.blog-slider-one.owl-carousel .owl-nav button.owl-prev i,
	.blog-slider-one.owl-carousel .owl-nav button.owl-next i {
		font-size: 16px;
	}

	.vehicle-slider-one.owl-carousel .owl-nav button.owl-prev,
	.course-slider-one.owl-carousel .owl-nav button.owl-prev,
	.team-slider-one.owl-carousel .owl-nav button.owl-prev,
	.blog-slider-one.owl-carousel .owl-nav button.owl-prev {
		left: -45px;
	}

	.vehicle-slider-one.owl-carousel .owl-nav button.owl-next,
	.course-slider-one.owl-carousel .owl-nav button.owl-next,
	.team-slider-one.owl-carousel .owl-nav button.owl-next,
	.blog-slider-one.owl-carousel .owl-nav button.owl-next {
		right: -45px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

	.breadcrumb-title h1,
	.section-title h2,
	.content-title h2 {
		font-size: 38px;
	}

	.hero-wrap.style1 .hero-img-wrap .hero-promo-text {
		padding: 35px 40px;
	}

	.hero-wrap.style1 .hero-content h1 {
		font-size: 56px;
	}

	.hero-wrap.style2 .hero-slide-item:after {
		background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(1, 23, 80, 0.98)), color-stop(80%, rgba(1, 23, 80, 0.38)), color-stop(71%, rgba(1, 23, 80, 0.2)));
		background: linear-gradient(90deg, rgba(1, 23, 80, 0.98) 30%, rgba(1, 23, 80, 0.38) 80%, rgba(1, 23, 80, 0.2) 71%);
	}

	.hero-wrap.style2 .hero-slide-item .hero-content {
		padding: 140px 0 175px;
	}

	.hero-wrap.style2 .hero-slide-item .hero-content p {
		max-width: 85%;
	}

	.hero-wrap.style3 .container-fluid {
		padding: 0;
	}

	.hero-wrap.style3 .container-fluid .hero-content-wrap {
		padding: 130px 0 150px;
	}

	.hero-wrap.style3 .container-fluid .hero-content-wrap .hero-content {
		padding-left: 50px;
		padding-right: calc((100% - 460px) /2 + 10px);
	}

	.hero-wrap.style3 .container-fluid .hero-content-wrap .hero-content h1 {
		font-size: 50px;
	}

	.hero-wrap.style3 .container-fluid .hero-content-wrap .hero-content p {
		max-width: 92%;
	}

	.hero-img-slider.owl-carousel .owl-nav {
		left: calc((100% - 520px) /2 + 10px);
	}

	.hero-img-slider.owl-carousel .owl-nav button.owl-prev,
	.hero-img-slider.owl-carousel .owl-nav button.owl-next {
		width: 40px;
		height: 40px;
	}

	.hero-img-slider.owl-carousel .owl-nav button.owl-prev i,
	.hero-img-slider.owl-carousel .owl-nav button.owl-next i {
		font-size: 15px;
	}

	.why-choose-wrap.style1 .wh-img-wrap .wh-promo-video .wh-promo-video-bg .play-text {
		left: 15px;
	}
}

@media only screen and (min-width: 1600px) {

	.breadcrumb-title h1,
	.section-title h2,
	.content-title h2 {
		font-size: 44px;
	}

	.breadcrumb-wrap .container {
		max-width: 1520px;
		margin: 0 auto;
	}

	.hero-wrap .container {
		max-width: 1520px;
	}

	.hero-wrap .hero-content h1 {
		font-size: 70px;
	}

	.hero-wrap .hero-content p {
		max-width: 85%;
	}

	.hero-wrap.style3 .container-fluid {
		padding: 0;
	}

	.hero-wrap.style3 .container-fluid .hero-content-wrap {
		padding: 130px 0 150px;
	}

	.hero-wrap.style3 .container-fluid .hero-content-wrap .hero-content {
		padding-left: 50px;
		padding-right: calc((100% - 555px) /2 + 10px);
	}

	.hero-wrap.style3 .container-fluid .hero-content-wrap .hero-content h1 {
		font-size: 61px;
	}

	.hero-wrap.style3 .container-fluid .hero-content-wrap .hero-content p {
		max-width: 85%;
	}

	.hero-slider-one.owl-carousel .owl-nav {
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.hero-slider-one.owl-carousel .owl-nav .owl-prev,
	.hero-slider-one.owl-carousel .owl-nav .owl-next {
		width: 40px;
		height: 40px;
	}

	.hero-slider-one.owl-carousel .owl-nav .owl-prev i,
	.hero-slider-one.owl-carousel .owl-nav .owl-next i {
		font-size: 16px;
	}

	.hero-slider-one.owl-carousel .owl-nav .owl-prev {
		left: 10px;
	}

	.hero-slider-one.owl-carousel .owl-nav .owl-next {
		right: 10px;
	}

	.hero-img-slider.owl-carousel .owl-nav {
		left: calc((100% - 712px) /2 + 10px);
	}

	.book-course-wrap .container {
		max-width: 1520px;
	}

	.promo-video-wrap .container-fluid {
		padding-left: calc((100% - 1520px) /2 + 10px);
		padding-right: 0;
	}

	.vehicle-slider-one.owl-carousel .owl-nav button.owl-prev,
	.vehicle-slider-one.owl-carousel .owl-nav button.owl-next,
	.course-slider-one.owl-carousel .owl-nav button.owl-prev,
	.course-slider-one.owl-carousel .owl-nav button.owl-next,
	.team-slider-one.owl-carousel .owl-nav button.owl-prev,
	.team-slider-one.owl-carousel .owl-nav button.owl-next,
	.blog-slider-one.owl-carousel .owl-nav button.owl-prev,
	.blog-slider-one.owl-carousel .owl-nav button.owl-next {
		width: 55px;
		height: 55px;
	}

	.vehicle-slider-one.owl-carousel .owl-nav button.owl-prev i,
	.vehicle-slider-one.owl-carousel .owl-nav button.owl-next i,
	.course-slider-one.owl-carousel .owl-nav button.owl-prev i,
	.course-slider-one.owl-carousel .owl-nav button.owl-next i,
	.team-slider-one.owl-carousel .owl-nav button.owl-prev i,
	.team-slider-one.owl-carousel .owl-nav button.owl-next i,
	.blog-slider-one.owl-carousel .owl-nav button.owl-prev i,
	.blog-slider-one.owl-carousel .owl-nav button.owl-next i {
		font-size: 20px;
	}
}

@media only screen and (min-width: 1920px) {
	.breadcrumb-wrap .container {
		max-width: 1620px;
		margin: 0 auto;
	}

	.hero-wrap .container {
		max-width: 1620px;
	}

	.hero-wrap.style2 .hero-content h1 {
		font-size: 74px;
	}

	.hero-wrap.style2 .hero-content p {
		max-width: 78%;
	}

	.hero-slider-one.owl-carousel .owl-nav .owl-prev,
	.hero-slider-one.owl-carousel .owl-nav .owl-next {
		width: 60px;
		height: 60px;
	}

	.hero-slider-one.owl-carousel .owl-nav .owl-prev i,
	.hero-slider-one.owl-carousel .owl-nav .owl-next i {
		font-size: 20px;
	}

	.hero-slider-one.owl-carousel .owl-nav .owl-prev {
		left: calc((100% - 1520px) /2 - 115px);
	}

	.hero-slider-one.owl-carousel .owl-nav .owl-next {
		right: calc((100% - 1520px) /2 - 115px);
	}

	.hero-img-slider.owl-carousel .owl-nav {
		left: calc((100% - 660px) /2 + 10px);
	}

	.book-course-wrap .container {
		max-width: 1620px;
	}
}