/* Css For Udrive */
/************ TABLE OF CONTENTS *************** 1. Fonts 2. Reset 3. Global 4. Main Header/style-one/style-two 5. Main Slider/style-one/style-two 6. Intro Section 7. Welcome Section 9. Cta Section 8. Research Fields 10. Testimonial Section 11. Researches Section 12. Team Section 14. Video 15. Fact Counter 16. News Section 19. Clients Section 20. Main Footer 21. Footer Bottom 22. Research Style Two 23. Innovative Solution 24. Discover Section 25. Testimonial Section 26. Chooseus Section 27. News Style Two 28. Page Title 29. Research Page Section 30. Research Details 31. Professor Page Section 32. Professor Details 33. About Section 34. Error Section 35. Blog Page Section 36. Blog Details 37. Blog Sidebar 38. Contact Section 39. Google Map **********************************************/
/*** ==================================================================== Reset ==================================================================== ***/
a, a:hover {
	text-decoration: none;
}
*, a:hover {
	outline: 0;
}
body, p {
	color: #74757b;
	font-weight: 400;
}
*, .main-menu .navigation, figure, li, p, ul {
	margin: 0;
}
.header-top .top-inner .single-item h6 span, body, button, input, select, textarea {
	font-family: Inter, sans-serif;
	font-size: 16px;
}
* {
	padding: 0;
	border: none;
}
body {
	line-height: 26px;
	background: center top/cover no-repeat #fff;
	-webkit-font-smoothing: antialiased;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
		padding: 0 15px;
   }
}
.large-container {
	max-width: 1550px;
	padding: 0 15px;
	margin: 0 auto;
}
.container-fluid, .main-menu .navigation > li > .megamenu li.image-box a, li, ul {
	padding: 0;
}
.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}
.boxed_wrapper, h1, h2, h3, h4, h5, h6, p {
	position: relative;
}
.small-container {
	max-width: 680px;
	margin: 0 auto;
}
.boxed_wrapper {
	margin: 0 auto;
	overflow: hidden !important;
	width: 100%;
	min-width: 300px;
}
a {
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
h1, h2, h3, h4, h5, h6, input, p {
	transition: 0.5s;
}
button, input, select, textarea {
	font-weight: 400;
	background: 0 0;
}
::-webkit-input-placeholder {
	color: inherit;
}
::-moz-input-placeholder {
	color: inherit;
}
::-ms-input-placeholder {
	color: inherit;
}
li, ul {
	list-style: none;
}
button:focus, input:focus, textarea:focus {
	outline: 0;
	box-shadow: none;
	transition: 0.5s;
}
p {
	font-family: Inter, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Lexend, sans-serif;
	color: #121113;
	margin: 0;
}
.handle-preloader {
	align-items: center;
	-webkit-align-items: center;
	display: flex;
	display: -ms-flexbox;
	height: 100%;
	justify-content: center;
	-webkit-justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999999;
}
.preloader-close {
	position: fixed;
	z-index: 99999999;
	font-size: 26px;
	background: #fff;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	right: 30px;
	top: 30px;
}
.pagination li a, .theme-btn {
	display: inline-block;
	z-index: 1;
	transition: 0.5s;
	text-align: center;
	font-family: Lexend, sans-serif;
}
.handle-preloader .animation-preloader {
	position: absolute;
	z-index: 100;
}
.handle-preloader .animation-preloader .spinner {
	animation: 1s linear infinite spinner;
	border-radius: 50%;
	height: 150px;
	margin: 0 auto 45px;
	width: 150px;
	border: 3px solid #fff;
	border-top-color: rgba(255, 255, 255, 0.5);
}
.handle-preloader .animation-preloader .txt-loading {
	text-align: center;
	user-select: none;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
	animation: 4s infinite letters-loading;
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	top: 0;
	position: absolute;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading {
	font-family: Lexend, sans-serif;
	font-weight: 400;
	letter-spacing: 15px;
	display: inline-block;
	position: relative;
	font-size: 70px;
	line-height: 70px;
	text-transform: uppercase;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
	animation-delay: 0.2s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
	animation-delay: 0.4s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
	animation-delay: 0.6s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
	animation-delay: 0.8s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
	animation-delay: 1s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
	animation-delay: 1.2s;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
	animation-delay: 1.4s;
}
.handle-preloader .loader-section {
	background-color: #fff;
	height: 100%;
	position: fixed;
	top: 0;
	width: calc(50% + 1px);
}
.preloader .loaded .animation-preloader {
	opacity: 0;
	transition: 0.3s ease-out;
}
.banner-section .owl-theme .owl-dots .owl-dot.active span:before, .blog-sidebar .newsletter-widget .widget-title h4, .car-block-one .inner-box:hover .content-box .lower-box .link a, .chooseus-block-one .inner-box:hover .count-text, .chooseus-section .sec-title-two h2, .chooseus-section .sec-title-two h5, .chooseus-section .title-inner .text p, .course-block-one .inner-box .content-box .btn-box a:hover, .course-style-three .owl-nav button.owl-next:hover:before, .course-style-three .owl-nav button.owl-prev:hover:before, .footer-style-two .footer-bottom .copyright p a:hover, .handle-preloader .animation-preloader .txt-loading .letters-loading, .handle-preloader .animation-preloader .txt-loading .letters-loading:before, .home01_v2 .advanced-section .title-inner .download-box .icon, .home01_v2 .banner-section .owl-theme .owl-dots .owl-dot.active span:before, .home01_v2 .footer-top .gallery-widget .image-list li .image .view-btn, .home01_v2 .header-top .top-inner .share-box li a, .home01_v2 .header-top .top-inner .share-box li h6 i, .home01_v2 .header-top .top-inner .single-item .icon, .home01_v2 .header-top .top-inner .single-item h6 span, .home01_v2 .highlights-section .single-item h4 i, .home01_v2 .newsletter-section .single-item .content-box h2, .home01_v2 .testimonial-section .title-inner .rating-box .rating li, .home02_v2 .about-style-two .upper-box .title-text h2, .home02_v2 .chooseus-block-one .inner-box:hover .count-text, .home02_v2 .sec-title-two.light h2, .newsletter-section .single-column:last-child .single-item .content-box h2, .page-title .content-box .bread-crumb li a, .pricing-block-one.active-block .pricing-table .feature-list li span, .service-section .owl-nav button:hover:before, .service-style-two .service-block-one .inner-box .lower-content .lower-box .link a i, .service-style-two .service-block-one .inner-box:hover .lower-content .lower-box .arrow-icon li, .service-style-two .service-block-one .inner-box:hover .lower-content .lower-box .link a, .sidebar-info-contents .content-inner .social-box li a:hover, .team-block-one .inner-box .social-links li a:hover, .team-section.course-details .team-block-one .inner-box .lower-content h4 a, .testimonial-section .title-inner .sec-title p, .theme-btn.btn-one, .theme-btn.btn-three:hover {
	color: #fff;
}
@keyframes spinner {
	to {
		transform: rotateZ(360deg);
   }
}
@keyframes letters-loading {
	0%, 100%, 75% {
		opacity: 0;
		transform: rotateY(-90deg);
   }
	25%, 50% {
		opacity: 1;
		transform: rotateY(0);
   }
}
@media screen and (max-width: 767px) {
	.handle-preloader .animation-preloader .spinner {
		height: 8em;
		width: 8em;
   }
}
@media screen and (max-width: 500px) {
	.handle-preloader .animation-preloader .spinner {
		height: 7em;
		width: 7em;
   }
	.handle-preloader .animation-preloader .txt-loading .letters-loading {
		font-size: 40px;
		letter-spacing: 10px;
   }
}
.blog-sidebar .author-widget .image-box .big-text, .team-block-one .inner-box .image-box .text {
	text-shadow: -1px -1px 0 #ebe8e8, 1px -1px 0 #ebe8e8, -1px 1px 0 #ebe8e8, 1px 1px 0 #ebe8e8;
	letter-spacing: 4px;
}
.centred {
	text-align: center;
}
.main-menu, .pull-left {
	float: left;
}
.pull-right {
	float: right;
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	transition: 0.7s ease-in-out 0.1s;
}
.theme-btn {
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
	padding: 12px 38px;
	text-transform: uppercase;
}
.theme-btn.btn-two {
	background: #1749c8;
	color: #fff;
}
.about-section .small-column .image-box .social-list li a:hover, .about-style-four .content-box .inner-box .single-item:hover .icon-box, .accordion-box .block .acc-btn.active .icon-outer:before, .blog-details-content .content-one .upper-box .other-option > li > a:hover, .blog-details-content .post-btn .single-btn .icon-box a:hover, .blog-details-content .post-tags .tags-list li a:hover, .blog-grid .news-block-two .inner-box .image-box .category, .blog-grid .news-block-two .inner-box .lower-content .link a, .blog-grid .news-block-two .inner-box .lower-content h4 a, .blog-sidebar .author-widget .author-content .social-links li a:hover, .blog-sidebar .category-widget .category-list li a:hover, .blog-sidebar .tags-widget .tags-list li a:hover, .contact-section .form-inner form .form-group button:hover, .contact-section .inner-box .social-links li a:hover, .contact-section .lower-box h5 a, .course-style-three.alternat-2 .course-block-one .inner-box .content-box .btn-box a:hover, .course-style-three.alternat-2 .course-block-one .inner-box .image-box .price h2, .course-style-three.alternat-2 .course-block-one .lower-box h3 a, .enquire-section .text h5 a, .funfact-section.alternat-2 .funfact-block-one .inner-box .count-outer, .history-section .bx-controls-direction a.bx-next:hover:before, .history-section .bx-controls-direction a.bx-prev:hover:before, .home01_v2 .testimonil-block-one .inner-box h4, .home02_v2 .header-style-two .header-top .top-right .single-item h6, .home02_v2 .sec-title-two h2, .location-section.alternat-2 .tabs-content .single-location h5, .newsletter-section .single-column:last-child .single-item .content-box .icon-box, .pagination li a.current, .pagination li a:hover, .service-block-one .inner-box:hover .lower-content .lower-box .arrow-icon li, .service-details-content .content-three .tab-btns li.active-btn h4, .service-section.service-page .service-block-one .inner-box:hover .lower-content .lower-box .arrow-icon li, .team-section.alternat-2 .team-block-one .inner-box .social-links li a:hover, .team-section.course-details .team-block-one .inner-box .social-links li a:hover, .theme-btn.btn-five:hover, .theme-btn.btn-two:hover {
	color: #121113;
}
.about-style-three .content-box .inner .link-box li a:hover:after, .car-block-one .inner-box:hover .content-box .lower-box .link a i, .check-box input:checked + label:after, .course-block-one:hover .lower-box .icon-box-2, .footer-top .logo-widget .list li a:hover:after, .highlights-style-two .single-item:hover .inner .icon-list li:last-child, .home01_v2 .service-section .owl-carousel .owl-stage-outer .owl-item.active, .main-menu .navigation > li > .megamenu ul li:last-child a:hover:before, .main-menu .navigation > li > ul > li > a:hover:before, .news-block-one .inner-box:hover .lower-content .link-box a, .service-block-one .inner-box:hover .lower-content .lower-box .link a i, .service-details-content .content-three .tab-btns li.active-btn h4:before, .team-block-one .inner-box:hover .image-box .shape .shape-3, .theme-btn.btn-five:before, .theme-btn.btn-four:before, .theme-btn.btn-three:before, .theme-btn.btn-two:before {
	opacity: 1;
}
.theme-btn:before {
	position: absolute;
	content: "";
	width: 0%;
	height: 100%;
	right: 0;
	top: 0;
	opacity: 0.1;
	z-index: -1;
	transition: 0.5s;
}
.process-section .left-column .inner-box .image-box .video-btn a:hover, .theme-btn.btn-one:before {
	background: #000;
}
.theme-btn:hover:before {
	width: 100%;
	left: 0;
}
.about-section .content-box, .about-style-four .content-box, .advanced-section .image-box .image, .blog-details-content, .blog-details-content .content-two .image-box, .blog-details-content .post-btn .single-btn, .blog-sidebar, .clients-section .clients-logo, .course-block-one .inner-box .image-box, .course-details .content-box, .course-details .inner-box, .courses-section .content-box, .dedicated-section .single-item .inner-box .image-box, .find-section .lower-box .clients-logo, .footer-top .logo-widget .list li, .funfact-block-one .inner-box, .location-block-one .inner-box, .location-block-one .inner-box .image-box, .news-block-two .inner-box .image-box, .pagination, .process-section .left-column .inner-box .image-box .image, .process-section .left-column .inner-box .single-item p, .service-block-one .inner-box .image-box, .service-details-content, .service-sidebar, .team-block-one .inner-box, .testimonial-section .title-inner {
	position: relative;
	display: block;
}
.pagination li {
	position: relative;
	display: inline-block;
	margin: 0 6px;
}
.pagination li:first-child {
	transform: rotate(180deg);
}
.pagination li a {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	height: 52px;
	width: 52px;
	line-height: 52px;
	border: 1px solid #e8eaed;
	color: #a6a7ab;
}
.sec-pad {
	padding: 115px 0 120px;
}
.about-section .small-column .image-box .social-list li:last-child, .banner-section .owl-theme .owl-dots .owl-dot:last-child span, .blog-details-content .content-one .post-info li:last-child, .blog-details-content .content-one .upper-box .other-option .share-box .social-links li:last-child, .blog-details-content .post-tags .tags-list li:last-child, .blog-sidebar .author-widget .author-content .social-links li:last-child, .contact-section .inner-box .social-links li:last-child, .course-details .inner-box .upper-box .inner .rating li:last-child, .footer-style-two .footer-bottom .footer-nav li:last-child, .footer-style-two .logo-widget .rating-box .rating li:last-child, .header-style-two .header-top .top-left .single-item:last-child, .header-style-two .menu-lower-content .option-list li:last-child, .header-top .top-inner .share-box li:last-child, .mr-0, .news-block-one .inner-box .lower-content .post-info li:last-child, .testimonial-section .title-inner .rating-box .rating li:last-child, .testimonial-style-two .testimonial-content .author-box .rating li:last-child, .testimonil-block-one .inner-box .rating li:last-child {
	margin: 0 !important;
}
.scroll-to-top {
	position: fixed;
	right: 0;
	bottom: 100px;
	transform: rotate(90deg);
	z-index: 99;
}
.scroll-to-top .visible {
	visibility: visible !important;
	opacity: 1 !important;
}
.search-popup, .sidebar-widget-container, .sticky-header, .xs-sidebar-widget {
	visibility: hidden;
	opacity: 0;
}
.scroll-to-top .scroll-top-inner {
	opacity: 0;
	visibility: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.scroll-to-top .scroll-bar {
	width: 50px;
	height: 2px;
	margin-right: 10px;
	position: relative;
}
.scroll-to-top .scroll-bar:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #f4244f;
	opacity: 0.3;
}
.scroll-to-top .scroll-bar .bar-inner {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background-color: currentColor;
}
.scroll-to-top .scroll-bar-text {
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: 0.5s;
}
.scroll-to-top .scroll-bar-text:hover {
	transform: scale(1.1);
}
@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 30px 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 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 30px 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);
   }
}
.sec-title, .sec-title-two {
	position: relative;
	display: block;
	margin-bottom: 50px;
}
.sec-title h2 {
	position: relative;
	display: block;
	font-size: 37px;
	line-height: 56px;
	font-weight: 600;
}
.home01_v2 .pricing-block-one .pricing-table .theme-btn.btn-two:hover, .sec-title.light h2 {
	color: #fff !important;
}
.main-header {
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	width: 100%;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.sticky-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 0;
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.fixed-header .sticky-header {
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 0.5s;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.header-top {
	position: relative;
	width: 100%;
	background: #121113;
	padding: 12px 100px;
}
.header-top .top-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-top .top-inner .single-item {
	position: relative;
	display: block;
	padding-left: 28px;
}
.header-top .top-inner .share-box li h6 i, .header-top .top-inner .single-item .icon {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 22px;
	font-weight: 400;
}
.header-top .top-inner .single-item h6 {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.header-top .top-inner .single-item h6 span {
	font-weight: 500;
	color: #c3c4c8;
	text-transform: none;
	margin-left: 8px;
}
.header-top .top-inner .single-item h6 span i {
	font-size: 10px;
	position: relative;
	font-weight: 400;
	margin-left: 6px;
	top: 1px;
}
.header-top .top-inner .share-box li, .share-box-footer li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.header-top .top-inner .share-box li h6 {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 28px;
}
.header-top .top-inner .share-box li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #c3c4c8;
}
.main-header .outer-box {
	width: 100%;
	padding: 0 40px 0 100px;
}
.main-header .outer-box .logo-box {
	position: relative;
	float: left;
	padding: 20px 0;
}
.main-header .outer-box .menu-area {
	position: relative;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
}
.main-header .outer-box .shape {
	position: absolute;
	left: 0;
	top: 0;
	width: 231px;
	height: 91px;
	background-repeat: no-repeat;
}
.main-header .outer-box .menu-right {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 40px;
	margin-right: 115px;
}
.main-header .nav-btn {
	position: relative;
	width: 40px;
	height: 20px;
	cursor: pointer;
	margin-right: 50px;
}
.main-header .nav-btn .bar {
	position: absolute;
	width: 100%;
	height: 2px;
	top: 0;
	left: 0;
	transition: 0.5s;
	background-color: #121113;
}
.main-header .nav-btn .bar:nth-child(2) {
	top: 9px;
	left: 10px;
}
.courses-section .line-box .line-1, .main-header .nav-btn:hover .bar:nth-child(2), .service-style-two .line-box .line-1 {
	left: 0;
}
.main-header .nav-btn .bar:last-child {
	top: 18px;
}
.main-header .outer-box .menu-right .search-toggler {
	position: relative;
	display: inline-block;
	font-size: 22px;
	line-height: 20px;
	color: #121113;
	margin-right: 80px;
	cursor: pointer;
	transition: 0.5s;
}
.main-header .outer-box .menu-right .search-toggler:before {
	position: absolute;
	content: "";
	background: #e8eaed;
	width: 1px;
	height: 48px;
	top: -13px;
	right: -40px;
}
.main-header .outer-box .support-box {
	position: relative;
	display: block;
	padding: 0 0 0 57px;
}
.main-header .outer-box .support-box .icon {
	position: absolute;
	left: 10px;
	top: 0;
}
.main-header .outer-box .support-box .icon i {
	font-size: 50px;
	color: #25d366;
}
.main-header .outer-box .support-box h6 {
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #75767b;
	margin-bottom: -5px;
}
.main-header .outer-box .support-box h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #121113;
}
.banner-section .curve-text h6 a, .blog-sidebar .post-widget .post h5 a, .course-details .inner-box .upper-box .inner .feedback h6 a, .courses-section .content-box .inner .single-item h6 a, .highlights-style-two .single-item .inner h4 a, .main-header .outer-box .support-box h4 a, .process-section .right-column .inner-box .single-item h4 a, .trainers-section .content-box .support-box h4 a {
	display: inline-block;
	color: #121113;
}
.main-header .outer-box:before {
	position: absolute;
	content: "";
	background: #f2f2f2;
	width: 375px;
	height: 100%;
	top: 0;
	right: 0;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 33% 100%, 0% 0%);
}
.xs-sidebar-group .xs-overlay {
	left: 0;
	top: 0;
	position: fixed;
	height: 100%;
	width: 20%;
	transform: scaleX(0);
	transform-origin: left center;
	cursor: url(../images/icons/cross-out.png), pointer;
	z-index: 9999999;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	transition: transform 0.65s cubic-bezier(0.7, 0, 0.2, 1) 0.3s;
}
.xs-sidebar-group.isActive .xs-overlay {
	transform: scaleX(1);
	transition-delay: 0.03s;
}
.xs-sidebar-group .xs-overlay-2 {
	left: 20%;
	transition-delay: 0.06s;
}
.xs-sidebar-group .xs-overlay-3 {
	left: 40%;
	transition-delay: 0.09s;
}
.xs-sidebar-group .xs-overlay-4 {
	left: 60%;
	transition-delay: 0.12s;
}
.xs-sidebar-group .xs-overlay-5 {
	left: 80%;
	transition-delay: 0.15s;
}
.xs-sidebar-group .widget-heading {
	position: absolute;
	top: 50px;
	right: 35px;
	z-index: 1;
}
.xs-sidebar-widget {
	position: fixed;
	right: -100%;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 460px;
	z-index: 999999999;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	transition: 0.9s;
}
.xs-sidebar-group.isActive .xs-sidebar-widget {
	opacity: 1;
	visibility: visible;
	right: 0;
	-webkit-transition: 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
	-o-transition: 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
	transition: 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
}
.sidebar-textwidget {
	padding: 50px 40px;
}
.xs-sidebar-group .close-side-widget {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #0e132d;
	color: #0e132d;
	border-radius: 50%;
	font-weight: 400;
	font-size: 20px;
}
.sidebar-widget-container {
	position: relative;
}
.location-section .tab-btns li.active-btn .text, .location-section .tab-btns li:hover .text, .mobile-menu-visible .mobile-menu, .xs-sidebar-group.isActive .sidebar-widget-container {
	opacity: 1;
	visibility: visible;
}
.xs-bg-black {
	background-color: #121113;
}
.banner-section, .banner-section .slide-item, .blog-list .news-block-one .inner-box .lower-content .lower-box .share-box, .course-block-one .inner-box .image-box .image, .dedicated-section .inner-content, .error-section h1 .text, .find-section, .footer-style-two, .history-section .content-box, .main-header .outer-box, .ourcars-section .owl-nav button, .service-section .owl-nav button, .sidebar-info-contents .content-inner, .sidebar-info-contents .content-inner .content-box {
	position: relative;
}
.mobile-menu, .search-popup {
	position: fixed;
	height: 100%;
}
.sidebar-info-contents .content-inner .logo {
	padding: 0 0 40px;
}
.sidebar-info-contents .content-inner .logo img {
	display: inline-block;
	max-width: 100%;
}
.sidebar-info-contents .content-inner .contact-info h4, .sidebar-info-contents .content-inner .content-box h4 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.sidebar-info-contents .content-inner .content-box p {
	position: relative;
	font-size: 15px;
	margin-bottom: 25px;
}
.sidebar-info-contents .content-inner .content-box .theme-btn-two {
	padding: 10px 50px;
}
.sidebar-info-contents .content-inner .contact-info {
	position: relative;
	margin-top: 60px;
}
.sidebar-info-contents .content-inner .contact-info ul li {
	position: relative;
	display: block;
	font-size: 15px;
	color: #75767b;
	margin-bottom: 3px;
}
.funfact-section.alternat-2 .funfact-block-one .inner-box h4, .home02_v2 .testimonial-style-two .testimonial-content .author-box h5 span, .location-block-one .inner-box .single-item p a, .news-block-one .inner-box .lower-content .post-info li a, .service-details-content p, .service-sidebar .service-category .category-list li a:hover, .sidebar-info-contents .content-inner .contact-info ul li a, .team-section.alternat-2 .team-block-one .inner-box .lower-content .designation, .testimonial-style-two.alternat-2 .testimonial-content .author-box h5 span {
	color: #75767b;
}
.sidebar-info-contents .content-inner .social-box {
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px;
}
.sidebar-info-contents .content-inner .social-box li {
	position: relative;
	display: inline-block;
	margin-right: 6px;
	transition: 0.9s;
	-moz-transition: 0.9s;
	-webkit-transition: 0.9s;
	-ms-transition: 0.9s;
	-o-transition: 0.9s;
}
.sidebar-info-contents .content-inner .social-box li a {
	position: relative;
	width: 36px;
	height: 36px;
	color: #75767b;
	z-index: 1;
	font-size: 13px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background: 0 0;
	border: 1px solid #e5e5e5;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.search-popup {
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99999;
	overflow: auto;
	background: rgba(0, 0, 0, 0.8);
	padding-bottom: 200px;
	-webkit-transform: translateY(101%);
	-ms-transform: translateY(101%);
	transform: translateY(101%);
	transition: 0.7s;
	-moz-transition: 0.7s;
	-webkit-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
}
.search-popup.popup-visible {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
.search-popup .popup-inner {
	width: 100%;
	background: #fff;
}
.search-popup .upper-box {
	position: relative;
	padding: 70px;
}
.search-popup .overlay-layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
}
.search-popup .close-search {
	position: relative;
	font-size: 22px;
	color: #141417;
	cursor: pointer;
	z-index: 5;
	top: 11px;
	transition: 0.5s;
}
.search-popup .close-search:hover {
	color: red;
}
.search-popup .search-form {
	position: relative;
	width: 100%;
	padding: 100px 0 250px;
}
.blog-sidebar .search-widget .search-inner .form-group, .search-popup .search-form .form-group {
	position: relative;
	margin: 0;
}
.search-popup .search-form fieldset input[type="search"] {
	position: relative;
	height: 90px;
	padding: 20px 50px 20px 0;
	background: #fff;
	line-height: 30px;
	font-size: 20px;
	color: grey;
	font-family: Poppins, sans-serif;
	border: none;
	font-weight: 400;
	border-radius: 0;
	border-bottom: 1px solid #e5e5e5;
}
.search-popup .search-form fieldset button[type="submit"] {
	position: absolute;
	top: 30px;
	right: 0;
	font-size: 22px;
	color: #141417;
	cursor: pointer;
	transition: 0.5s;
}
.search-popup .search-form fieldset input[type="search"]:focus {
	border-color: #141417;
}
.mobile-menu .navigation li, .mobile-menu .navigation li > ul > li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-top, .mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.search-popup .form-control:focus {
	box-shadow: none !important;
}
.main-menu .navbar-collapse {
	padding: 0;
	display: block !important;
}
.main-menu .navigation > li {
	position: inherit;
	float: left;
	z-index: 2;
	margin: 0 5px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.main-menu .navigation > li > a, .mobile-menu .navigation li > a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	text-transform: uppercase;
}
.main-menu .navigation > li:last-child {
	margin-right: 0 !important;
}
.main-menu .navigation > li:first-child {
	margin-left: 0 !important;
}
.main-menu .navigation > li > a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	padding: 0 12px 0 0;
	font-weight: 700;
	font-family: Lexend, sans-serif;
	opacity: 1;
	color: #121113;
	z-index: 1;
	transition: 0.5s;
}
.main-menu .navigation > li.dropdown > a:before {
	position: absolute;
	content: "\f104";
	font-family: flaticon;
	top: 45px;
	right: 0;
	color: #a6a7ab;
	font-size: 10px;
	font-weight: 400;
	transition: 0.5s;
}
.main-menu .navigation > li.dropdown.current > a:before, .main-menu .navigation > li.dropdown:hover > a:before {
	transform: rotate(90deg);
	color: #121113;
}
.main-menu .navigation > li > .megamenu, .main-menu .navigation > li > ul {
	position: absolute;
	left: inherit;
	top: 100%;
	width: 230px;
	margin-top: 15px;
	padding: 26px 20px 28px 40px;
	z-index: 100;
	display: none;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	background-color: #121113;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.main-menu .navigation > li > .megamenu {
	max-width: 1050px;
	margin: 15px auto 0;
	padding: 40px 40px 24px;
	text-align: center;
}
.car-block-one .inner-box .image-box img, .footer-top .gallery-widget .image-list li .image img, .gallery-block-one .inner-box .image-box img, .main-menu .navigation > li > .megamenu img, .news-block-one .inner-box .image-box .image img, .news-block-two .inner-box .image-box .image img, .service-block-one .inner-box .image-box .image img, .team-block-one .inner-box .image-box .image img {
	width: 100%;
	transition: 0.5s;
}
.main-menu .navigation > li > .megamenu li.image-box {
	margin-bottom: 3px;
}
.main-menu .navigation > li > .megamenu ul li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-family: Lexend, sans-serif;
	font-weight: 400;
	color: #c3c4c8;
	padding: 10px 0;
}
.main-menu .navigation > li > .megamenu ul li:last-child a:hover {
	padding-left: 18px;
}
.main-menu .navigation > li > .megamenu ul li:last-child a:before {
	position: absolute;
	content: "\f106";
	font-family: flaticon;
	left: 0;
	top: 11px;
	font-size: 10px;
	opacity: 0;
	transition: 0.5s;
}
.main-menu .navigation > li > ul.from-right, .main-menu .navigation > li > ul > li > ul.from-right {
	left: auto;
	right: 0;
}
.main-menu .navigation > li > ul > li, .main-menu .navigation > li > ul > li > ul > li {
	position: relative;
	width: 100%;
}
.main-menu .navigation > li > ul > li > a, .main-menu .navigation > li > ul > li > ul > li > a {
	position: relative;
	display: block;
	padding: 6px 0;
	line-height: 24px;
	font-weight: 400;
	font-size: 16px;
	text-transform: capitalize;
	font-family: Lexend, sans-serif;
	color: #c3c4c8;
	text-align: left;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.main-menu .navigation > li > ul > li > a:before {
	position: absolute;
	content: "\f106";
	font-family: flaticon;
	left: 0;
	top: 7px;
	font-size: 10px;
	opacity: 0;
	transition: 0.5s;
}
.main-menu .navigation > li > ul > li > a:hover {
	padding-left: 17px;
}
.banner-style-two .banner-carousel .content-box .btn-box, .main-menu .navigation > li > .megamenu li > a {
	padding-left: 0;
}
.main-menu .navigation > li > .megamenu h4 {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}
.main-menu .navigation > li > .megamenu li:last-child > a, .main-menu .navigation > li > ul > li:last-child > a, .main-menu .navigation > li > ul > li > ul > li:last-child {
	border-bottom: none;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
	font-family: Lexend;
	content: "+";
	position: absolute;
	right: 20px;
	top: 6px;
	display: block;
	line-height: 24px;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	z-index: 5;
}
.main-menu .navigation > li > ul > li > ul {
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 30px;
	margin-top: 15px;
	width: 230px;
	z-index: 100;
	padding: 26px 40px 28px;
	display: none;
	border-radius: 0;
	background-color: #121113;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.main-menu .navigation > li > ul > li > ul:before {
	position: absolute;
	content: "";
	background: 0 0;
	width: 50px;
	height: 100%;
	left: -50px;
	top: 0;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 12px;
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 900;
	z-index: 5;
}
.main-menu .navigation > li.dropdown:hover > .megamenu, .main-menu .navigation > li.dropdown:hover > ul {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
	top: 100%;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
	visibility: visible;
	opacity: 1;
	top: 0;
	margin-top: 0;
}
.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: -32px;
	top: 66px;
	width: 34px;
	height: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	color: #3b3b3b;
	cursor: pointer;
	display: none;
	z-index: 5;
	transition: 0.5s;
}
.banner-style-two .content-box p:before, .banner-style-two .owl-nav button span, .blog-grid .news-block-two .inner-box .image-box .category:before, .check-box input, .course-style-three .owl-nav button span, .courses-section .content-box .inner .single-column:last-child .single-item:before, .funfact-block:last-child .funfact-block-one .inner-box:before, .gallery-block-one .inner-box .list li:last-child a:before, .header-style-two .header-lower .outer-box:before, .header-style-two .menu-lower-content .option-list li:last-child:before, .home01_v2 .find-section .bg-layer:after, .home01_v2 .find-section .bg-layer:before, .home01_v2 .service-block-one .inner-box .lower-content .lower-box .link a i, .home01_v2 .testimonil-block-one .inner-box:after, .home01_v2 .testimonil-block-one .inner-box:before, .main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn, .mobile-menu .navigation li > ul, .mobile-menu .navigation li > ul > li > ul, .mobile-menu .navigation > li.dropdown > .megamenu, .ourcars-section .owl-nav button span, .ourcars-section .owl-theme .owl-dots .owl-dot:last-child span:after, .page-title .content-box .bread-crumb li:last-child:before, .service-section .owl-nav button span, .service-section .owl-theme .owl-dots .owl-dot:last-child span:after {
	display: none;
}
.menu-area .mobile-nav-toggler, .nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color: #3786ff;
	display: none;
}
.menu-area .mobile-nav-toggler .icon-bar {
	position: relative;
	height: 2px;
	width: 30px;
	display: block;
	margin-bottom: 5px;
	background-color: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.about-section .content-box .text p:last-child, .about-service .sec-title, .about-service .text .list li:last-child, .about-style-four .content-box .inner-box .single-item:last-child, .about-style-three .content-box .inner .link-box li:last-child, .about-style-three .content-box .inner-box .logo-box .logo:last-child, .about-style-three .content-box .inner-box .text p:last-child, .blog-details-content .comments-form-area .form-inner .form-group:last-child, .blog-details-content .content-one .text p:last-child, .blog-details-content .content-three .list li:last-child, .blog-details-content .content-two .text p:last-child, .blog-list-two .blog-sidebar .post-widget .post:last-child, .blog-sidebar .category-widget .category-list li:last-child, .blog-sidebar .post-widget .post:last-child, .check-box:last-child, .contact-section .form-inner form .form-group:last-child, .contact-section .inner-box .single-item:last-child, .course-details .content-box .text p:last-child, .footer-style-two .links-widget .links-list li:last-child, .footer-style-two .newsletter-widget .form-group:last-child, .footer-top .links-widget .links-list li:last-child, .list-style-one li:last-child, .location-block-one .inner-box .single-item:last-child, .menu-area .mobile-nav-toggler .icon-bar:last-child, .mobile-menu .contact-info ul li:last-child, .service-details-content .content-one .inner-box .single-item:last-child, .service-sidebar .service-category .category-list li:last-child, .team-block-one .inner-box .social-links li:last-child, .trainers-section .content-box .text p:last-child {
	margin-bottom: 0;
}
.main-menu .navigation > li.dropdown > .megamenu {
	position: absolute;
	width: 100%;
	left: 0;
}
.main-menu .navigation li.dropdown .megamenu li h4 {
	margin-bottom: 10px;
}
.mobile-menu {
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
	transition: 0.9s;
}
.mobile-menu .navbar-collapse {
	display: block !important;
}
.mobile-menu .nav-logo {
	position: relative;
	padding: 18px 25px 40px;
	text-align: left;
}
.mobile-menu-visible {
	overflow: hidden;
}
.mobile-menu .menu-backdrop {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: 0.9s;
	background-color: #000;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 0.7;
	visibility: visible;
	right: 100%;
	-webkit-transition: 0.8s ease-out;
	-o-transition: 0.8s ease-out;
}
.mobile-menu .menu-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #1749c8;
	padding: 0;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	transition: 0.9s !important;
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.mobile-menu .close-btn {
	position: absolute;
	right: 25px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-ms-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.mobile-menu .close-btn:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navigation li {
	position: relative;
	display: block;
}
.mobile-menu .navigation li > a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	transition: 0.5s;
}
.mobile-menu .navigation li.dropdown .dropdown-btn, .mobile-menu .navigation li > a:before {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	position: absolute;
}
.mobile-menu .navigation li ul li > a {
	font-size: 16px;
	margin-left: 20px;
	text-transform: capitalize;
}
.mobile-menu .navigation li > a:before {
	content: "";
	left: 0;
	top: 0;
	height: 0;
	border-left: 5px solid #fff;
	transition: 0.5s;
}
.home01_v2 .find-section .upper-box .bg-color, .mobile-menu .navigation li.current > a:before {
	height: 100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
	right: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	cursor: pointer;
	border-radius: 2px;
	transition: 0.5s;
	z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
	color: #fff;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.mobile-menu .social-links {
	position: relative;
	padding: 0 25px;
}
.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0 10px 10px;
}
.mobile-menu .social-links li a {
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #fff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
div#mCSB_1_container {
	top: 0 !important;
}
.mobile-menu .contact-info {
	position: relative;
	padding: 40px 30px 20px;
}
.mobile-menu .contact-info h4 {
	position: relative;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}
.mobile-menu .contact-info ul li {
	position: relative;
	display: block;
	font-size: 17px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 3px;
}
.mobile-menu .contact-info ul li a {
	color: rgba(255, 255, 255, 0.8);
}
.banner-section .outer-container {
	position: relative;
	width: 100%;
	padding: 0 260px 0 100px;
}
.banner-section .outer-container .content-inner, .banner-section .outer-container .image-box {
	width: 50%;
}
.banner-section .content-box {
	max-width: 700px;
	padding-top: 103px;
}
.banner-carousel .content-box h2 {
	position: relative;
	display: block;
	font-size: 80px;
	line-height: 90px;
	font-weight: 500;
	margin-bottom: 39px;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.banner-carousel .content-box .btn-box, .banner-carousel .content-box p {
	padding-left: 180px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	display: block;
	position: relative;
	opacity: 0;
}
.banner-carousel .active .content-box h2, .banner-carousel .active .image-box .image {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-ms-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}
.banner-carousel .content-box p {
	font-size: 16px;
	line-height: 26px;
	color: #87888d;
	margin-bottom: 33px;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	transition: 1s;
}
.banner-carousel .content-box p:before {
	position: absolute;
	content: "";
	width: 150px;
	height: 4px;
	left: 0;
	top: 11px;
}
.banner-carousel .active .content-box p {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-ms-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.banner-carousel .content-box .btn-box {
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	transition: 1s;
}
.banner-carousel .active .content-box .btn-box {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1.4s;
	-moz-transition-delay: 1.4s;
	-ms-transition-delay: 1.4s;
	-o-transition-delay: 1.4s;
	transition-delay: 1.4s;
}
.banner-carousel .content-box .btn-box .theme-btn, .gallery-section .more-btn .theme-btn, .location-section .content-box .theme-btn, .theme-btn.btn-two {
	padding: 13px 52px;
}
.banner-carousel .image-box .image {
	position: relative;
	display: block;
	opacity: 0;
	clip-path: polygon(0% 0%, 75% 0%, 100% 30%, 100% 100%, 80% 100%, 25% 100%, 0% 70%, 0% 20%);
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.banner-carousel .image-box .image.overlay-layer:before {
	position: absolute;
	content: "";
	background: #000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.3;
	z-index: 1;
}
.banner-carousel .image-box .image.overlay-laye-2:before {
	position: absolute;
	content: "";
	background: #000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.1;
	z-index: 1;
}
.about-section .image img, .about-style-four .image-box .image img, .about-style-three .image-box .image img, .banner-carousel .image-box .image img, .blog-details-content .content-four .image-box img, .blog-details-content .content-one .image-box img, .blog-details-content .content-two .image-box img, .blog-sidebar .author-widget .image-box .image img, .course-style-two .image-box .image img, .courses-section .left-column .inner-box .image-box img, .dedicated-section .single-item .inner-box .image-box img, .history-section .content-box .single-item .image-box img, .history-section .image-inner .image img, .location-block-one .inner-box .image-box img, .process-section .left-column .inner-box .image-box .image img, .service-details-content .image-box img, .trainers-section .image-box .image img {
	width: 100%;
}
.banner-section .shape .shape-1, .enquire-section .shape .shape-3 {
	position: absolute;
	top: 0;
	right: 0;
	width: 123px;
	height: 219px;
	background-repeat: no-repeat;
}
.banner-section .shape .shape-2 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 201px;
	height: 216px;
	background-repeat: no-repeat;
}
.banner-section .shape .shape-3 {
	position: absolute;
	right: 225px;
	bottom: 160px;
	width: 137px;
	height: 13px;
	background-repeat: no-repeat;
	z-index: 1;
}
.banner-section .shape .shape-4 {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 183px;
	height: 21px;
	background-repeat: no-repeat;
}
.banner-section .shape .shape-5 {
	position: absolute;
	left: 340px;
	bottom: 100px;
	width: 137px;
	height: 13px;
	background-repeat: no-repeat;
	z-index: 1;
}
.banner-section .shape .shape-6, .enquire-section .shape .shape-1, .testimonial-style-two .shape .shape-1 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 545px;
	height: 210px;
	background-repeat: no-repeat;
}
.banner-section .shape .shape-7 {
	position: absolute;
	left: 0;
	bottom: 170px;
	width: 130px;
	height: 219px;
	background-repeat: no-repeat;
}
.banner-section .shape .shape-8 {
	position: absolute;
	left: 44%;
	top: 43%;
	width: 49px;
	height: 18px;
	background-repeat: no-repeat;
	z-index: 1;
}
.owl-dots-none .owl-dots, .owl-nav-none .owl-nav {
	display: none !important;
}
.banner-section .owl-dots {
	position: absolute;
	right: 260px;
	bottom: 0;
}
.banner-section .owl-theme .owl-dots .owl-dot span {
	position: relative;
	width: 60px;
	height: 60px;
	background: #f6f6f7;
	float: left;
	margin: 0 20px 0 0;
	display: none;
}
.banner-section .owl-theme .owl-dots .owl-dot.active span {
	border-radius: 30px;
}
.banner-section .owl-theme .owl-dots .owl-dot span:before {
	position: absolute;
	content: "0";
	text-align: center;
	font-size: 20px;
	font-family: Lexend, sans-serif;
	color: #a6a7ab;
	width: 60px;
	height: 60px;
	line-height: 60px;
	left: 0;
	top: 0;
	transition: 0.5s;
	border-radius: 30px;
}
.banner-section .owl-theme .owl-dots .owl-dot:first-child span:before, .ourcars-section .owl-theme .owl-dots .owl-dot:first-child span:before, .service-section .owl-theme .owl-dots .owl-dot:first-child span:before {
	content: "01";
}
.banner-section .owl-theme .owl-dots .owl-dot:nth-child(2) span:before, .ourcars-section .owl-theme .owl-dots .owl-dot:nth-child(2) span:before, .service-section .owl-theme .owl-dots .owl-dot:nth-child(2) span:before {
	content: "02";
}
.banner-section .owl-theme .owl-dots .owl-dot:nth-child(3) span:before, .ourcars-section .owl-theme .owl-dots .owl-dot:nth-child(3) span:before, .service-section .owl-theme .owl-dots .owl-dot:nth-child(3) span:before {
	content: "03";
}
.banner-section .owl-theme .owl-dots .owl-dot:nth-child(4) span:before, .ourcars-section .owl-theme .owl-dots .owl-dot:nth-child(4) span:before, .service-section .owl-theme .owl-dots .owl-dot:nth-child(4) span:before {
	content: "04";
}
.banner-section .owl-theme .owl-dots .owl-dot:nth-child(5) span:before, .ourcars-section .owl-theme .owl-dots .owl-dot:nth-child(5) span:before, .service-section .owl-theme .owl-dots .owl-dot:nth-child(5) span:before {
	content: "05";
}
.banner-section .curve-text .curved-circle {
	position: absolute;
	top: 0;
	font-size: 16px;
	font-weight: 600;
	font-family: Lexend, sans-serif;
	color: #121113;
	text-transform: uppercase;
}
.banner-section .curve-text {
	position: absolute;
	left: 32%;
	bottom: 20px;
	width: 205px;
	height: 205px;
	text-align: center;
}
.banner-section .curve-text .icon-box {
	position: absolute;
	left: 70px;
	top: 65px;
}
.banner-section .curve-text h6, .banner-style-two .curve-text h6 {
	position: absolute;
	left: 65px;
	top: 140px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #121113;
	text-transform: uppercase;
}
.about-section, .about-style-four, .advanced-section, .process-section, .service-details, .sidebar-page-container, .trainers-section {
	position: relative;
	padding: 55px 0;
}
.about-section .title-text {
	position: relative;
	display: block;
	margin-bottom: 48px;
}
.about-section .title-text h2 {
	position: relative;
	display: block;
	font-size: 44px;
	line-height: 56px;
	font-weight: 600;
}
.about-section .big-column .image-box, .about-style-three .image-box, .blog-details-content .content-four .image-box, .course-style-two .image-box {
	position: relative;
	display: block;
	margin-right: 20px;
}
.about-section .image {
	position: relative;
	display: block;
	clip-path: polygon(0% 0%, 63% 0%, 100% 23%, 100% 100%, 80% 100%, 25% 100%, 0% 100%, 0% 20%);
}
.about-section .content-box h6 {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.about-section .content-box h2 {
	position: relative;
	display: inline-block;
	font-size: 48px;
	line-height: 50px;
	font-weight: 600;
	margin-bottom: 27px;
	padding-right: 126px;
}
.about-section .content-box h2:before {
	position: absolute;
	content: "";
	background-image: url(../images/shape/shape-10.png);
	width: 112px;
	height: 26px;
	background-repeat: no-repeat;
	top: 13px;
	right: 0;
}
.about-section .content-box .text, .blog-details-content .comments-form-area .title-box, .blog-sidebar .category-widget .widget-title, .find-section .upper-box .content-box p, .footer-top .logo-widget .list, .location-section .content-box p, .service-details-content .content-three .text {
	margin-bottom: 33px;
}
.about-section .content-box .text p, .about-service .text p, .footer-style-two .logo-widget .text, .testimonial-section .title-inner .sec-title h2 {
	margin-bottom: 16px;
}
.about-section .content-box .inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 34px;
}
.about-section .content-box .inner:before {
	position: absolute;
	content: "";
	background: #e8eaed;
	width: 2px;
	height: 76px;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.about-section .content-box .inner .author h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 5px;
}
.about-section .content-box .inner .author .designation {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-family: Inter, sans-serif;
	color: #75767b;
	font-weight: 500;
}
.about-section .small-column .image-box {
	margin-left: 20px;
}
.about-section .small-column .image-box .image {
	margin-bottom: 35px;
}
.about-section .small-column .image-box .social-links h6 {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.about-section .small-column .image-box .social-list li, .blog-details-content .content-one .upper-box .other-option .share-box .social-links li, .contact-section .inner-box .social-links li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 15px;
}
.about-section .small-column .image-box .social-list li a {
	position: relative;
	display: inline-block;
	width: 52px;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	background: #fff;
	color: #75767b;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.about-section .small-column .image-box .shape {
	position: absolute;
	left: -80px;
	bottom: 9px;
	width: 294px;
	height: 208px;
	background-repeat: no-repeat;
	z-index: -1;
}
.service-section {
	position: relative;
	padding: 111px 0 120px;
	background: #121113;
}
.service-block-one {
	margin-top: 15px;
}
.service-block-one .inner-box {
	position: relative;
	display: block;
	background: #262427;
}
.about-style-three .image-box .image, .car-block-one .inner-box, .car-block-one .inner-box .image-box, .course-style-two .image-box .image, .news-block-one .inner-box .image-box, .news-block-one .inner-box .image-box .image, .service-block-one .inner-box .image-box .image, .team-block-one .inner-box .image-box .image {
	position: relative;
	display: block;
	overflow: hidden;
}
.service-block-one .inner-box:hover .image-box .image img {
	opacity: 0.5;
	transform: scale(1.05);
}
.service-block-one .inner-box .image-box .icon-box {
	position: absolute;
	left: 0;
	top: -13px;
	width: 66px;
	height: 66px;
	background: #121113;
	z-index: 1;
}
.service-block-one .inner-box .image-box .icon-box:before {
	position: absolute;
	content: "";
	width: 26px;
	height: 26px;
	top: 0;
	right: -26px;
}
.service-block-one .inner-box .lower-content .text {
	position: relative;
	display: block;
	padding: 15px 25px;
}
.service-block-one .inner-box .lower-content .text h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 12px;
}
.gallery-block-one .inner-box .text h4 a, .service-block-one .inner-box .lower-content .text h4 a {
	display: inline-block;
	color: #fff;
}
.highlights-style-two .sec-title p, .home02_v2 .testimonial-style-two .testimonial-content .text .quote-box, .newsletter-section .single-column:last-child .single-item .content-box p, .service-block-one .inner-box .lower-content .text p, .testimonial-style-two.alternat-2 .testimonial-content .text .quote-box {
	color: #c3c4c8;
}
.service-block-one .inner-box .lower-content .lower-box {
	position: relative;
	display: flex;
	background: #20ab5c;
	overflow: hidden;
	align-items: center;
	justify-content: space-between;
	padding-right: 40px;
	transition: 0.5s;
}
.service-block-one .inner-box .lower-content .lower-box .arrow-icon li {
	position: relative;
	display: inline-block;
	float: left;
	font-size: 50px;
	color: #e8eaed;
	margin-left: -13px;
	transition: 0.5s;
}
.blog-list .news-block-one .inner-box .lower-content .lower-box .share-box .social-links li:first-child, .highlights-style-two .single-item .inner .icon-list li:first-child, .service-block-one .inner-box .lower-content .lower-box .arrow-icon li:first-child {
	margin-left: 0;
}
.dedicated-section .single-item .inner-box .content-box .text a, .service-block-one .inner-box .lower-content .lower-box .link a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	font-family: Lexend, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
}
.service-block-one .inner-box .lower-content .lower-box .link a i {
	position: relative;
	margin-right: 6px;
	font-size: 12px;
	top: 1px;
	opacity: 0;
	transition: 0.5s;
}
.ourcars-section .owl-dots, .service-section .owl-dots {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 55px;
}
.ourcars-section .owl-theme .owl-dots .owl-dot span, .service-section .owl-theme .owl-dots .owl-dot span {
	position: relative;
	display: inline-block;
	background: 0 0;
	margin: 0 18px;
}
.service-section .owl-theme .owl-dots .owl-dot span:before {
	position: absolute;
	content: "0";
	text-align: center;
	font-size: 20px;
	font-family: Lexend, sans-serif;
	color: #c3c4c8;
	left: 0;
	top: 0;
	transition: 0.5s;
}
.service-section .owl-theme .owl-dots .owl-dot span:after {
	position: absolute;
	content: "";
	background: #bbbcc0;
	width: 2px;
	height: 3px;
	right: -23px;
	bottom: -4px;
}
.ourcars-section .owl-nav, .service-section .owl-nav {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 1;
}
.service-section .owl-nav button.owl-prev:before {
	position: absolute;
	content: "\f106";
	font-family: flaticon;
	left: -113px;
	top: -14px;
	font-size: 24px;
	color: #4f4d52;
	transform: rotate(180deg);
	transition: 0.5s;
}
.service-section .owl-nav button.owl-next:before {
	position: absolute;
	content: "\f106";
	font-family: flaticon;
	right: -121px;
	top: -15px;
	font-size: 24px;
	color: #4f4d52;
	transition: 0.5s;
}
.chooseus-section .pattern-layer .pattern-1, .service-section .shape .shape-1 {
	position: absolute;
	left: 100px;
	top: 205px;
	width: 137px;
	height: 13px;
	background-repeat: no-repeat;
}
.chooseus-section .pattern-layer .pattern-2, .service-section .shape .shape-2 {
	position: absolute;
	right: 100px;
	bottom: 205px;
	width: 137px;
	height: 13px;
	background-repeat: no-repeat;
}
.float-bob-y {
	animation-name: float-bob-y;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: float-bob-y;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: float-bob-y;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob-y;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob-y;
	-o-animation-duration: 2s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}
.float-bob-x {
	animation-name: float-bob-x;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: float-bob-x;
	-webkit-animation-duration: 15s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: float-bob-x;
	-moz-animation-duration: 15s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob-x;
	-ms-animation-duration: 15s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob-x;
	-o-animation-duration: 15s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}
.courses-section {
	position: relative;
	padding: 40px 0 60px;
	overflow: hidden;
}
.courses-section .left-column .inner-box {
	position: relative;
	display: block;
	padding-left: 50px;
	padding-right: 35px;
}
.courses-section .right-column .inner-box {
	position: relative;
	display: block;
	padding-left: 35px;
	padding-right: 50px;
}
.courses-section .left-column .inner-box .image-box {
	position: relative;
	display: block;
	clip-path: polygon(0% 0%, 88% 0%, 100% 15%, 100% 100%, 80% 100%, 21% 100%, 0% 73%, 0% 20%);
	margin-bottom: 25px;
}
.courses-section .right-column .inner-box .image-box {
	position: relative;
	display: block;
	clip-path: polygon(12% 0%, 100% 0%, 100% 0%, 100% 74%, 79% 100%, 0% 100%, 0% 100%, 0% 16%);
	margin-top: 95px;
}
.course-block-one .inner-box .image-box .image:before, .courses-section .inner-box .image-box:before {
	position: absolute;
	content: "";
	background: #000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.2;
}
.courses-section .left-column .inner-box .image-box .text {
	position: absolute;
	top: 0;
	right: 0;
	width: 140px;
	padding: 20px 15px 21px 25px;
}
.courses-section .right-column .inner-box .image-box .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	padding: 20px 15px 21px 25px;
	text-align: right;
}
.course-details .inner-box .upper-box .price-box h6, .courses-section .inner-box .image-box .text h6 {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 1px;
}
.courses-section .inner-box .image-box .text h2 {
	display: inline-block;
	font-size: 48px;
	line-height: 50px;
	font-weight: 500;
	padding-right: 15px;
	margin-bottom: 8px;
}
.courses-section .inner-box .image-box .text h2 span {
	position: absolute;
	right: 0;
	bottom: -10px;
	font-size: 20px;
}
.courses-section .inner-box .image-box .text h5 {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
}
.courses-section .content-box h6 {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #75767b;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.courses-section .content-box h2 {
	position: relative;
	display: block;
	font-size: 28px;
	line-height: 35px;
	font-weight: 500;
	margin-bottom: 11px;
}
.about-service .text .list, .blog-sidebar .post-widget .widget-title, .courses-section .content-box p, .trainers-section .content-box .text {
	margin-bottom: 30px;
}
.courses-section .content-box .inner {
	position: relative;
	display: block;
	margin-bottom: 38px;
}
.courses-section .content-box .inner .single-item {
	position: relative;
	display: block;
	padding: 0 0 0 63px;
}
.courses-section .content-box .inner .single-item:before {
	position: absolute;
	content: "";
	background: #e2e3e6;
	width: 1px;
	height: 44px;
	top: 3px;
	right: 0;
}
.courses-section .content-box .inner .single-item .icon-box {
	position: absolute;
	left: 0;
	top: 3px;
}
.courses-section .content-box .inner .single-item h6 {
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 9px;
}
.courses-section .content-box .inner .single-item span {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #75767b;
	font-weight: 500;
}
.courses-section .content-box .lower-content {
	position: relative;
	display: block;
	text-align: center;
	padding: 11px 15px 15px;
	background: #121113;
}
.courses-section .content-box .lower-content h5 {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	padding-left: 30px;
	color: #fff;
	margin-bottom: 0;
}
.courses-section .content-box .lower-content h5 i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 20px;
}
.courses-section .line-box {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	max-width: 1170px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.courses-section .line-box .line {
	position: absolute;
	background: #e8eaed;
	width: 1px;
	height: 100%;
	top: 0;
}
.courses-section .line-box .line-2, .service-style-two .line-box .line-2 {
	left: 50%;
}
.blog-details-content .post-btn .single-btn.next-btn .icon-box, .courses-section .line-box .line-3, .service-style-two .line-box .line-3 {
	right: 0;
}
.courses-section .line-box .line-1:before {
	position: absolute;
	content: "";
	background-image: url(../images/shape/shape-13.png);
	width: 14px;
	height: 72px;
	background-repeat: no-repeat;
	left: -7px;
	bottom: 120px;
}
.courses-section .line-box .line-2:before {
	position: absolute;
	content: "";
	background-image: url(../images/shape/shape-14.png);
	width: 14px;
	height: 100%;
	background-repeat: no-repeat;
	left: -7px;
	bottom: 0;
	animation: 60s linear infinite slide;
	-webkit-animation: 60s linear infinite slide;
}
.courses-section .line-box .line-3:before {
	position: absolute;
	content: "";
	background-image: url(../images/shape/shape-13.png);
	width: 14px;
	height: 72px;
	background-repeat: no-repeat;
	left: -7px;
	top: 120px;
}
@keyframes slide {
	from {
		background-position: 0 0;
   }
	to {
		background-position: 0 1500px;
   }
}
@-webkit-keyframes slide {
	from {
		background-position: 0 0;
   }
	to {
		background-position: 0 1500px;
   }
}
.courses-section .pattern-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 743px;
	height: 600px;
	background-repeat: no-repeat;
}
.highlights-section {
	position: relative;
	background: #121113;
	padding: 18px 0 18px 50px;
}
.highlights-section .single-item h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
	font-style: italic;
	padding-left: 38px;
}
.highlights-section .single-item h4 i {
	position: absolute;
	left: 0;
	top: 4px;
	font-style: normal;
}
.highlights-section .owl-carousel .owl-stage-outer, .home01_v2 .service-section .owl-carousel .owl-stage-outer {
	overflow: visible;
}
.find-section .upper-box .bg-color {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: calc(100% - 320px);
	background: #fff;
}
.find-section .bg-layer {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.find-section .bg-layer:before {
	position: absolute;
	content: "";
	background: -webkit-linear-gradient(0deg, #1211130%, rgba(18, 18, 19, 0) 15%);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.find-section .bg-layer:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: -webkit-linear-gradient(90deg, #121113, rgba(18, 18, 19, 0) 100%);
}
.find-section .upper-box {
	padding: 111px 0 120px;
	position: relative;
}
.find-section .upper-box .content-box form .form-group {
	position: relative;
	margin-bottom: 0;
	max-width: 370px;
	width: 100%;
}
.find-section .upper-box .content-box form .form-group input[type="text"] {
	position: relative;
	display: block;
	width: 100%;
	height: 58px;
	background: #f6f6f7;
	border: 1px solid #f6f6f7;
	padding: 10px 30px;
	font-size: 16px;
	font-family: Lexend, sans-serif;
	font-weight: 500;
	color: #a6a7ab;
	margin-bottom: 20px;
	transition: 0.5s;
}
.find-section .upper-box .content-box .sec-title, .highlights-style-two .sec-title h2 {
	margin-bottom: 21px;
}
.find-section .upper-box .content-box form .form-group .theme-btn, .process-section .right-column .inner-box .btn-box .theme-btn {
	padding: 13px 40px;
}
.find-section .lower-box {
	position: relative;
	padding: 120px 100px;
}
.find-section .lower-box .bg-color {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #121113;
}
.find-section .lower-box .clients-logo:before {
	position: absolute;
	content: "";
	background: rgba(255, 255, 255, 0.2);
	width: 1px;
	height: 100%;
	top: 0;
	right: 1px;
}
.find-section .lower-box .clients-logo img {
	position: relative;
	display: block;
	max-width: auto;
	margin: 0 auto;
}
.find-section .upper-box .shape .shape-1 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 375px;
	height: 210px;
	background-repeat: no-repeat;
}
.find-section .upper-box .shape .shape-2 {
	position: absolute;
	left: 0;
	bottom: 165px;
	width: 130px;
	height: 228px;
	background-repeat: no-repeat;
}
.find-section .upper-box .shape .shape-3 {
	position: absolute;
	left: 175px;
	bottom: 100px;
	width: 137px;
	height: 13px;
	background-repeat: no-repeat;
}
.process-section .left-column .inner-box, .trainers-section .image-box {
	position: relative;
	display: block;
	margin-right: 30px;
}
.blog-details-content .content-two .text, .contact-section .form-inner .sec-title, .course-details .content-box .text, .process-section .left-column .inner-box .sec-title {
	margin-bottom: 43px;
}
.blog-list-two .news-block-one .inner-box .lower-content h3, .blog-sidebar .newsletter-widget .widget-title, .enquire-section .sec-title h2, .location-section .content-box .sec-title-two, .process-section .left-column .inner-box .sec-title h2, .service-section.service-page-2 .sec-title h2 {
	margin-bottom: 11px;
}
.contact-section .inner-box .single-item, .process-section .left-column .inner-box .image-box {
	position: relative;
	display: block;
	margin-bottom: 33px;
}
.footer-top .gallery-widget .widget-title, .list-style-one li, .pricing-block-one .pricing-table .feature-list {
	margin-bottom: 20px;
}
.process-section .left-column .inner-box .image-box .video-btn {
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 1;
}
.process-section .left-column .inner-box .image-box .video-btn a {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 52px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 58px;
	background: rgba(0, 0, 0, 0.5);
}
.process-section .left-column .inner-box .single-item {
	position: relative;
	display: block;
	padding: 0 0 0 75px;
}
.course-block-one .lower-box .icon-box, .dedicated-section .single-item .inner-box .content-box .upper-box .icon-box, .process-section .left-column .inner-box .single-item .icon, .service-details-content .content-two .inner-box .download-option .icon-box {
	position: absolute;
	left: 0;
	top: 7px;
}
.process-section .left-column .inner-box .single-item h3 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	margin-bottom: 5px;
}
.process-section .left-column .inner-box .single-item p a {
	position: relative;
	display: inline-block;
	margin-left: 8px;
	font-size: 14px;
	line-height: 26px;
	font-family: Lexend, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #121113;
}
.process-section .left-column .inner-box .single-item p a i {
	position: relative;
	font-size: 10px;
	margin-right: 6px;
}
.process-section .left-column .inner-box .shape {
	position: absolute;
	left: -100px;
	top: 0;
	width: 431px;
	height: 662px;
	background-repeat: no-repeat;
}
.process-section .right-column .inner-box .single-item {
	position: relative;
	display: block;
	max-width: 370px;
	margin-bottom: 43px;
}
.process-section .right-column .inner-box .single-item:nth-child(2) {
	margin-left: 200px;
}
.process-section .right-column .inner-box .single-item .count-text {
	position: absolute;
	top: -9px;
	right: 0;
	font-size: 85px;
	line-height: 100px;
	font-family: Lexend, sans-serif;
	font-weight: 400;
	color: #1749c8;
	text-shadow: -1px -1px 0 #1749c8, 1px -1px 0 #1749c8, -1px 1px 0 #1749c8, 1px 1px 0 #1749c8;
}
.process-section .right-column .inner-box .single-item .icon {
	position: relative;
	margin-bottom: 27px;
}
.process-section .right-column .inner-box .single-item h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 14px;
}
.process-section .right-column .inner-box .single-item .arrow-shape {
	position: absolute;
	right: -174px;
	top: 42px;
	width: 145px;
	height: 130px;
	background-repeat: no-repeat;
}
.process-section .right-column .inner-box .single-item .arrow-shape-2 {
	position: absolute;
	left: -200px;
	top: 23px;
	width: 145px;
	height: 130px;
	background-repeat: no-repeat;
}
.process-section .right-column .inner-box .btn-box {
	padding-top: 10px;
}
.dedicated-section, .pricing-section {
	position: relative;
	padding: 70px 0;
	background: #f6f6f7;
}
.pricing-block-one .pricing-table {
	position: relative;
	display: block;
	background: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.pricing-block-one .pricing-table .table-header {
	position: relative;
	display: block;
	padding: 31px 35px 24px;
}
.pricing-block-one .pricing-table .table-header h2 {
	position: relative;
	display: inline-block;
	font-size: 60px;
	line-height: 60px;
	font-weight: 600;
	padding-left: 20px;
	padding-right: 43px;
}
.pricing-block-one .pricing-table .table-header h2 .symble {
	position: absolute;
	left: 0;
	top: -10px;
	font-size: 24px;
}
.pricing-block-one .pricing-table .table-header h2 .text {
	position: absolute;
	top: -12px;
	right: 0;
	font-size: 26px;
}
.pricing-block-one .pricing-table .table-header h2 .course {
	position: absolute;
	right: -57px;
	bottom: -17px;
	font-size: 14px;
	color: #a6a7ab;
	text-transform: uppercase;
	font-weight: 600;
}
.pricing-block-one .pricing-table .package-box {
	position: relative;
	display: block;
	background: #f6f6f7;
	padding: 16px 40px 15px;
}
.blog-details-content .content-four .text h5, .pricing-block-one .pricing-table .package-box h4 {
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 3px;
}
.pricing-block-one .pricing-table .table-content {
	position: relative;
	display: block;
	padding: 20px 40px 40px;
}
.pricing-block-one .pricing-table .feature-list li {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 500;
	font-family: Lexend, sans-serif;
	color: #121113;
	padding: 13px 0;
	border-bottom: 1px solid #e8eaed;
}
.pricing-block-one .pricing-table .feature-list li span {
	float: right;
	color: #75767b;
	font-family: Inter, sans-serif;
}
.pricing-block-one .pricing-table .feature-list li:last-child {
	border-bottom: none !important;
}
.blog-details-content .related-post, .pricing-section .sec-title {
	margin-bottom: 100px;
}
.pricing-block-one.active-block {
	margin-top: -53px;
}
.blog-list-two .news-block-one .inner-box .image-box .image, .chooseus-section.alternat-2, .home02_v2 .banner-carousel .content-box .btn-box .theme-btn:before, .home02_v2 .chooseus-section, .home02_v2 .clients-section, .home02_v2 .footer-style-two .footer-top, .home02_v2 .theme-btn.btn-four, .newsletter-section .single-column:last-child .single-item, .pricing-block-one.active-block .pricing-table, .team-section.course-details {
	background: #121113;
}
.pricing-block-one.active-block .pricing-table .feature-list li {
	color: #fff;
	border-bottom: 1px solid #414142;
}
.pricing-block-one.active-block .pricing-table .theme-btn {
	background: #fff;
	color: #121113;
}
.pricing-block-one .pricing-table .table-header .popular {
	position: absolute;
	top: 19px;
	right: -39px;
	font-size: 16px;
	line-height: 20px;
	font-family: Lexend, sans-serif;
	font-weight: 600;
	background: #20ab5c;
	color: #121113;
	padding: 12.5px 15px;
	text-align: center;
	text-transform: uppercase;
	width: 163px;
	transform: rotate(45deg);
}
.highlights-style-two {
	position: relative;
	padding: 40px 0 50px;
	background: #1749c8;
}
.highlights-style-two .single-item {
	position: relative;
	display: block;
	background: #fff;
	padding: 34px 30px 33px 40px;
	margin-bottom: 30px;
}
.highlights-style-two .single-item .inner {
	position: relative;
	padding-left: 90px;
}
.highlights-style-two .single-item .inner .icon-list {
	position: absolute;
	left: 0;
	top: 10px;
}
.highlights-style-two .single-item .inner .icon-list li {
	position: relative;
	display: inline-block;
	float: left;
	font-size: 44px;
	margin-left: -13px;
	transition: 0.5s;
}
.highlights-style-two .single-item .inner .icon-list li:last-child {
	position: absolute;
	left: 45px;
	top: 0;
	opacity: 0;
}
.highlights-style-two .single-item .inner h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 11px;
}
.blog-page-one .news-block-one .inner-box .lower-content, .highlights-style-two .single-column:first-child .single-item {
	clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 65%, 90% 100%, 0% 100%, 0% 100%, 0% 0%);
}
.highlights-style-two .single-column:nth-child(2) .single-item {
	clip-path: polygon(0% 0%, 100% 0%, 100% 15%, 100% 100%, 80% 100%, 11% 100%, 0% 65%, 0% 20%);
}
.highlights-style-two .single-column:nth-child(3) .single-item {
	clip-path: polygon(0% 0%, 90% 0%, 100% 36%, 100% 100%, 80% 100%, 21% 100%, 0% 100%, 0% 20%);
}
.highlights-style-two .single-column:last-child .single-item {
	clip-path: polygon(11% 0%, 100% 0%, 100% 0%, 100% 70%, 100% 100%, 0% 100%, 0% 100%, 0% 36%);
}
.highlights-style-two .bg-layer {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 61% 0%);
}
.highlights-style-two .shape .shape-1 {
	position: absolute;
	left: 0;
	top: 260px;
	width: 240px;
	height: 359px;
	background-repeat: no-repeat;
}
.highlights-style-two .shape .shape-2 {
	position: absolute;
	left: 60%;
	top: 210px;
	width: 137px;
	height: 13px;
	background-repeat: no-repeat;
}
.advanced-section .title-inner {
	position: relative;
	display: block;
	margin-right: 40px;
	margin-top: 11px;
}
.advanced-section .title-inner .sec-title {
	padding-bottom: 29px;
	margin-bottom: 33px;
	border-bottom: 4px solid #121113;
}
.advanced-section .title-inner .download-box, .course-style-two .text-inner .single-item {
	position: relative;
	display: block;
	padding: 0 0 0 65px;
}
.advanced-section .title-inner .download-box .icon {
	position: absolute;
	left: 0;
	top: 7px;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 51px;
	background: #121113;
	font-size: 20px;
	text-align: center;
}
.advanced-section .title-inner .download-box h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 2px;
}
.advanced-section .title-inner .download-box h4 a, .news-block-one .inner-box .lower-content h3 a, .news-block-one .inner-box .lower-content h4 a {
	position: relative;
	display: inline-block;
	color: #121113;
}
.advanced-section .title-inner .download-box h5 {
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: #75767b;
	text-transform: uppercase;
}
.advanced-section .image-box {
	position: relative;
	display: block;
	text-align: center;
}
.advanced-section .image-box .shape {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 438px;
	background-repeat: no-repeat;
	background-position: center;
}
.advanced-section .text-inner {
	position: relative;
	display: block;
	margin-top: 13px;
}
.advanced-section .text-inner p {
	margin-bottom: 29px;
}
.list-style-one li {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-family: Lexend, sans-serif;
	font-weight: 500;
	color: #121113;
	padding-left: 25px;
}
.list-style-one li:before {
	position: absolute;
	content: "\f106";
	font-family: flaticon;
	font-size: 14px;
	left: 0;
	top: 1px;
}
.testimonial-section {
	position: relative;
	padding: 70px 0;
	overflow: hidden;
}
.testimonial-section .bg-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: fixed;
}
.testimonial-section .bg-layer:before {
	position: absolute;
	content: "";
	background: #121113;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.7;
}
.testimonial-section .bg-layer:after {
	position: absolute;
	content: "";
	background: -webkit-linear-gradient(-180deg, #1749c8 50%, #20ab5c 100%);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.9;
}
.blog-details-content .content-one .text p, .blog-details-content .content-two .text p, .course-details .content-box .text p, .testimonial-section .title-inner .sec-title, .trainers-section .content-box .text p {
	margin-bottom: 26px;
}
.footer-style-two .logo-widget .rating-box, .testimonial-section .title-inner .rating-box {
	position: relative;
	display: block;
	margin-bottom: 13px;
}
.footer-style-two .logo-widget .rating-box h4, .testimonial-section .title-inner .rating-box h4 {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 12px;
}
.course-details .inner-box .upper-box .inner .rating li, .testimonial-section .title-inner .rating-box .rating li {
	position: relative;
	display: inline-block;
	float: left;
	width: 35px;
	height: 35px;
	line-height: 41px;
	font-size: 20px;
	color: #121113;
	text-align: center;
	margin-right: 5px;
}
.testimonial-section .title-inner .review-box p {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 33px;
}
.testimonial-section .title-inner .review-box .theme-btn {
	background: #fff;
	color: #121113;
	padding: 13px 46px;
}
.testimonil-block-one .inner-box {
	position: relative;
	display: block;
	padding: 34px 30px 40px 40px;
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
}
.testimonil-block-one .inner-box:before {
	position: absolute;
	content: "";
	border-top: 2px solid #fff;
	width: calc(100% - 100px);
	left: 0;
	top: 0;
}
.testimonil-block-one .inner-box:after {
	position: absolute;
	content: "";
	border-right: 2px solid #fff;
	height: calc(100% - 100px);
	right: 0;
	bottom: 0;
}
.testimonil-block-one .inner-box .border-box {
	position: absolute;
	top: -20px;
	right: 50px;
	background: #fff;
	transform: rotate(-45deg);
	height: 141px;
	width: 2px;
}
.testimonil-block-one .inner-box .rating li {
	position: relative;
	display: inline-block;
	float: left;
	font-size: 20px;
	margin-right: 5px;
}
.contact-section .form-inner .sec-title h2, .location-style-two .sec-title h2, .testimonil-block-one .inner-box .rating {
	margin-bottom: 12px;
}
.testimonil-block-one .inner-box h4 {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px;
}
.testimonil-block-one .inner-box p {
	display: block;
	color: #fff;
	margin-bottom: 33px;
}
.testimonil-block-one .inner-box .author-box {
	position: relative;
	display: block;
	padding: 7px 0 9px 85px;
}
.testimonil-block-one .inner-box .author-box .author-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	border: 3px solid #fff;
	border-radius: 50%;
}
.testimonial-style-two .testimonial-content .thumb-box img, .testimonil-block-one .inner-box .author-box .author-thumb img {
	width: 100%;
	border-radius: 50%;
}
.testimonil-block-one .inner-box .author-box h4 {
	margin-bottom: 4px;
}
.course-details .inner-box .upper-box .inner .feedback h6, .testimonil-block-one .inner-box .author-box h6 {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.testimonil-block-one .inner-box .bg-shape {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 120px;
	height: 110px;
	background: #20ab5c;
	clip-path: polygon(0% 0%, 30% 0%, 100% 100%, 0% 100%, 0% 0%);
}
.testimonial-section .pattern-layer {
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	width: 183px;
	height: 21px;
	background-repeat: no-repeat;
}
.course-details, .news-section {
	position: relative;
	padding: 70px 0;
}
.accordion-box .block, .news-block-one .inner-box {
	position: relative;
	display: block;
	transition: 0.5s;
}
.news-block-one .inner-box:hover, .service-style-two .service-block-one .inner-box {
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
.news-block-one .inner-box .image-box .category {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	font-size: 14px;
	line-height: 40px;
	font-family: Lexend, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #121113;
	border-bottom: 5px solid #fff;
	border-right: 5px solid #fff;
	z-index: 1;
}
.car-block-one .inner-box:hover .image-box img, .news-block-one .inner-box:hover .image-box .image img, .team-block-one .inner-box:hover .image-box .image img {
	transform: scale(1.05);
}
.news-block-one .inner-box .lower-content {
	position: relative;
	display: block;
	padding: 20px 30px 16px;
	background: #f6f6f7;
	clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 60%, 85% 100%, 0% 100%, 0% 100%, 0% 0%);
	transition: 0.5s;
}
.news-block-one .inner-box:hover .lower-content {
	clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 100%, 90% 100%, 0% 100%, 0% 100%, 0% 0%);
	background: #fff;
}
.news-block-one .inner-box .lower-content h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	padding-bottom: 18px;
	margin-bottom: 17px;
	border-bottom: 1px solid #e2e3e6;
}
.blog-details-content .content-one .post-info li, .news-block-one .inner-box .lower-content .post-info li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 20px;
	font-size: 16px;
	font-family: Lexend, sans-serif;
	color: #75767b;
	padding-left: 22px;
}
.blog-details-content .content-one .post-info li i, .course-block-one .inner-box .content-box .single-item .icon-box, .news-block-one .inner-box .lower-content .post-info li i, .trainers-section .content-box .support-box .icon-box {
	position: absolute;
	left: 0;
	top: 5px;
}
.news-block-one .inner-box .lower-content .link-box a {
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: #121113;
	opacity: 0;
}
.news-block-one .inner-box .lower-content .link-box a i {
	margin: 0 -1px;
}
.newsletter-section {
	position: relative;
	padding: 57px 0 120px;
}
.newsletter-section .big-text {
	position: relative;
	display: block;
	font-size: 200px;
	line-height: 200px;
	font-family: Lexend, sans-serif;
	font-weight: 700;
	margin-bottom: 36px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: -1px -1px 0 #f1f2f4, 1px -1px 0 #f1f2f4, -1px 1px 0 #f1f2f4, 1px 1px 0 #f1f2f4;
}
.newsletter-section .single-item {
	position: relative;
	display: block;
	padding-left: 240px;
}
.newsletter-section .single-item .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 240px;
}
.newsletter-section .single-item .content-box {
	position: relative;
	display: block;
	text-align: center;
	padding: 45px 30px;
}
.newsletter-section .single-item .content-box .icon-box {
	position: relative;
	display: inline-block;
	width: 52px;
	height: 52px;
	line-height: 58px;
	text-align: center;
	font-size: 26px;
	background: #121113;
	border-radius: 50%;
	margin-bottom: 17px;
}
.newsletter-section .single-item .content-box h2 {
	display: block;
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
	margin-bottom: 7px;
}
.newsletter-section .single-item .content-box p {
	color: #121113;
	margin-bottom: 24px;
}
.newsletter-section .single-item .content-box .download-box h6 {
	position: relative;
	display: block;
	background: #fff;
	padding: 19px 60px 16px 20px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
}
.newsletter-section .single-item .content-box .download-box h6 button {
	position: absolute;
	top: 0;
	right: 0;
	width: 52px;
	height: 52px;
	line-height: 52px;
	font-size: 20px;
	color: #fff;
	background: #121113;
	text-align: center;
	cursor: pointer;
}
.error-section .form-inner .form-group, .faq-page-section .upper-box .form-inner .form-group, .newsletter-section .single-item .content-box .subscribe-form .form-group {
	position: relative;
	margin-bottom: 0;
}
.newsletter-section .single-item .content-box .subscribe-form .form-group input[type="email"] {
	position: relative;
	display: block;
	width: 100%;
	height: 52px;
	font-size: 16px;
	color: #7d7a78;
	background: #fff;
	padding: 10px 70px 10px 20px;
	border: 1px solid #fff;
	transition: 0.5s;
}
.newsletter-section .single-item .content-box .subscribe-form .form-group button {
	position: absolute;
	top: 0;
	right: 0;
	width: 52px;
	height: 52px;
	line-height: 58px;
	font-size: 24px;
	color: #121113;
	text-align: center;
	cursor: pointer;
	transition: 0.5s;
}
.newsletter-section .shape .shape-1 {
	position: absolute;
	left: 100px;
	top: 0;
	width: 226px;
	height: 76px;
	background-repeat: no-repeat;
}
.newsletter-section .shape .shape-2 {
	position: absolute;
	left: 500px;
	top: 0;
	width: 303px;
	height: 161px;
	background-repeat: no-repeat;
}
.newsletter-section .shape .shape-3, .service-section.service-page .shape .shape-4 {
	position: absolute;
	left: 50%;
	top: 0;
	width: 183px;
	height: 21px;
	background-repeat: no-repeat;
}
.newsletter-section .shape .shape-4 {
	position: absolute;
	top: 0;
	right: 370px;
	width: 49px;
	height: 30px;
	background-repeat: no-repeat;
}
.newsletter-section .shape .shape-5 {
	position: absolute;
	right: 0;
	bottom: 87px;
	width: 713px;
	height: 579px;
	background-repeat: no-repeat;
}
.newsletter-section .shape .shape-6 {
	position: absolute;
	right: 250px;
	bottom: 87px;
	width: 587px;
	height: 462px;
	background-repeat: no-repeat;
}
.newsletter-section .shape .shape-7 {
	position: absolute;
	left: 280px;
	bottom: 83px;
	width: 49px;
	height: 30px;
	background-repeat: no-repeat;
}
.newsletter-section .shape .shape-8 {
	position: absolute;
	left: 150px;
	bottom: 305px;
	width: 75px;
	height: 4px;
}
.newsletter-section .shape .shape-9 {
	position: absolute;
	left: 100px;
	top: 220px;
	width: 178px;
	height: 20px;
	background-repeat: no-repeat;
}
.main-footer {
	position: relative;
	background: #1749c8;
}
.main-footer .bg-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% - 230px);
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.main-footer .bg-layer:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: -webkit-linear-gradient(-180deg, #1749c8 0, #1749c8 100%);
}
.footer-top {
	position: relative;
	padding: 60px 0 45px;
}
.footer-style-two .logo-widget .footer-logo, .footer-top .logo-widget .footer-logo {
	position: relative;
	display: block;
	margin-bottom: 24px;
}
.footer-top .logo-widget h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 7px;
}
.footer-top .logo-widget .list li a {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-family: Lexend, sans-serif;
	font-weight: 500;
	color: #fff;
	padding: 15px 0 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-top .logo-widget {
	margin-top: 6px;
}
.footer-top .logo-widget .list li a:before {
	position: absolute;
	content: "\f10e";
	font-family: flaticon;
	font-size: 40px;
	top: 13px;
	right: -15px;
	color: #fff;
	font-weight: 400;
	transition: 0.5s;
}
.about-style-three .content-box .inner .link-box li a:hover:before, .footer-top .logo-widget .list li a:hover:before, .home01_v2 .service-section .owl-carousel .owl-stage-outer .owl-item, .team-block-one .inner-box:hover .image-box .shape .shape-2 {
	opacity: 0;
}
.footer-top .logo-widget .list li a:after {
	position: absolute;
	content: "\f10f";
	font-family: flaticon;
	font-size: 16px;
	top: 15px;
	right: 0;
	font-weight: 400;
	opacity: 0;
	transition: 0.5s;
}
.footer-top .logo-widget .copyright p {
	display: block;
	color: #c3c4c8;
}
.ml_40 {
	margin-left: 40px;
}
.footer-top .widget-title {
	position: relative;
	display: block;
	padding-bottom: 13px;
	margin-bottom: 20px;
}
.footer-top .widget-title:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	left: 0;
	bottom: 0;
}
.footer-top .widget-title h4 {
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
}
.footer-style-two .links-widget .links-list li, .footer-top .links-widget .links-list li {
	position: relative;
	display: block;
	margin-bottom: 14px;
}
.footer-top .links-widget .links-list li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	padding-left: 22px;
}
.footer-top .links-widget .links-list li a:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 6px;
	height: 6px;
	left: 0;
	top: 11px;
	transition: 0.5s;
}
.footer-top .gallery-widget .image-list {
	position: relative;
	margin: 0 -7.5px;
}
.footer-top .gallery-widget .image-list li {
	position: relative;
	display: inline-block;
	float: left;
	margin: 0 7.5px 15px;
	height: 80px;
}
.footer-top .gallery-widget .image-list li .image {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	overflow: hidden;
}
.footer-top .gallery-widget .image-list li .image:hover img {
	opacity: 0.15;
}
.footer-top .gallery-widget .image-list li .image .view-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0, 0);
	font-size: 22px;
	color: #121113;
}
.blog-sidebar .post-widget .post:hover .post-thumb a, .footer-top .gallery-widget .image-list li .image:hover .view-btn, .gallery-block-one .inner-box:hover .text {
	transform: translate(-50%, -50%) scale(1, 1);
}
.footer-bottom {
	position: relative;
	padding: 22px 0;
}
.footer-bottom .list {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-bottom .list li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #c3c4c8;
}
.home01_v2 .header-top, .home01_v2 .highlights-section, .home01_v2 .service-block-one .inner-box .image-box .icon-box:before, .home01_v2 .testimonial-section .title-inner .review-box .theme-btn {
	background: #81b4bf;
}
.theme-btn.btn-three {
	background: 0 0;
	color: #3d3d3d;
	padding: 10px 36px;
}
.home01_v2 .theme-btn.btn-two {
	background: #81b4bf;
	color: #fff !important;
}
.funfact-section {
	position: relative;
	padding: 100px 0;
}
.funfact-section .title-box {
	position: relative;
	display: block;
	margin-bottom: 27px;
}
.funfact-section .title-box:before {
	position: absolute;
	content: "";
	background: #e4e0e0;
	width: 100%;
	height: 1px;
	left: 0;
	top: 62px;
}
.funfact-section .title-box:after {
	position: absolute;
	content: "";
	background: #fff;
	width: 430px;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	top: 62px;
}
.funfact-section .title-box .big-text {
	position: relative;
	display: block;
	font-size: 120px;
	line-height: 120px;
	font-family: Lexend, sans-serif;
	background-image: url(../images/icons/text-bg.png);
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	z-index: 1;
	margin-bottom: 7px;
}
.funfact-section .title-box h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #3d3d3d;
	font-weight: 500;
}
.funfact-block-one .inner-box:before {
	position: absolute;
	content: "";
	background: #e4e0e0;
	width: 1px;
	height: 118px;
	top: 0;
	right: -15px;
}
.funfact-block-one .inner-box .icon-box {
	position: relative;
	display: block;
	margin-bottom: 21px;
}
.funfact-block-one .inner-box .count-outer {
	position: relative;
	display: block;
	font-size: 46px;
	line-height: 50px;
	font-family: Lexend, sans-serif;
	font-weight: 600;
	margin-bottom: 4px;
}
.funfact-block-one .inner-box h4 {
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #3d3d3d;
}
.funfact-section .funfact-inner {
	position: relative;
	padding-bottom: 65px;
}
.funfact-section .funfact-inner .shape {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 13px;
	background-repeat: repeat-x;
	animation: 60s linear infinite slide_2;
	-webkit-animation: 60s linear infinite slide_2;
}
@keyframes slide_2 {
	from {
		background-position: 0 0;
   }
	to {
		background-position: 1920px 0;
   }
}
@-webkit-keyframes slide_2 {
	from {
		background-position: 0 0;
   }
	to {
		background-position: 1920px 0;
   }
}
.course-style-two .offer-box .single-offer-box:first-child .content-box h3, .course-style-two .offer-box .single-offer-box:first-child .price h2, .header-style-two .header-top .top-inner .share-box li h6, .header-style-two .header-top .top-right .single-item h6, .header-style-two .menu-lower-content .text h5 a:hover, .home01_v2 .about-section .content-box h6, .home01_v2 .about-section .title-text h2, .home01_v2 .pricing-block-one .pricing-table .table-header h2, .home01_v2 .pricing-block-one .pricing-table .table-header h2 .course, .home01_v2 .pricing-block-one.active-block .pricing-table .feature-list li, .home01_v2 .sec-title h2, .home01_v2 .service-block-one .inner-box .lower-content .lower-box .link a, .service-style-two .service-block-one .inner-box .lower-content .lower-box .link a {
	color: #FFF;
}
.home01_v2 .about-section .content-box h2:before {
	background-image: url(../images/shape/shape-37.png);
	width: 126px;
}
.home01_v2 .about-section .content-box h2 {
	padding-right: 141px;
}
.course-style-two {
	position: relative;
	padding-top: 111px;
	background: #eae7e7;
}
.course-style-two .shape, .video-section .bg-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.course-style-two .image-box .image:before {
	position: absolute;
	top: 0;
	left: -75%;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index: 1;
}
.course-style-two .image-box .image:hover:before {
	-webkit-animation: 1s shine;
	animation: 1s shine;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
   }
}
@keyframes shine {
	100% {
		left: 125%;
   }
}
.course-style-two .title-box {
	position: relative;
	display: block;
	padding: 21px 0 14px;
	border-top: 1px solid #dbd8d8;
	border-bottom: 1px solid #dbd8d8;
	margin-bottom: 33px;
}
.course-style-two .title-box h6 {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.course-style-two .title-box h3 {
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	color: #3d3d3d;
}
.course-style-two .title-box .price h2 {
	position: relative;
	display: inline-block;
	font-size: 60px;
	line-height: 60px;
	font-weight: 500;
	padding-left: 48px;
	padding-right: 15px;
}
.course-style-two .offer-box .single-offer-box .price h2 .text, .course-style-two .title-box .price h2 .text {
	position: absolute;
	left: 0;
	top: -16px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.course-style-two .offer-box .single-offer-box .price h2 .symble, .course-style-two .title-box .price h2 .symble {
	position: absolute;
	right: 0;
	bottom: -13px;
	font-size: 20px;
}
.course-style-two .text-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 33px;
}
.course-style-two .text-inner .text {
	max-width: 270px;
}
.course-style-two .text-inner .single-item .icon-box {
	position: absolute;
	left: 0;
	top: -1px;
	font-size: 45px;
	line-height: 50px;
}
.course-style-two .text-inner .single-item h6 {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #3d3d3d;
	margin-bottom: 6px;
}
.course-style-two .lower-box {
	position: relative;
	display: block;
	background-image: url(../images/resource/bg-shape.jpg);
	padding: 11px 15px 15px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
.course-style-two .lower-box:before {
	position: absolute;
	content: "";
	background: #000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.42;
}
.course-style-two .lower-box h5 {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding-left: 30px;
	color: #fff;
}
.course-style-two .lower-box h5 i {
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 20px;
}
.course-style-two .offer-box {
	margin-top: 120px;
}
.course-style-two .offer-box .single-offer-box {
	position: relative;
	width: 100%;
	background: #81b4bf;
	border-top: 10px solid #fff;
	cursor: pointer;
	transition: 0.5s;
}
.course-style-two .offer-box .single-offer-box .content-box {
	position: relative;
	display: block;
	padding-left: 400px;
	padding-top: 21px;
	padding-bottom: 20px;
}
.about-style-two .upper-box .title-text, .course-style-two .offer-box .single-offer-box .content-box .image, .header-style-two {
	position: absolute;
	left: 0;
	top: 0;
}
.course-style-two .offer-box .single-offer-box .content-box h6 {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 4px;
}
.course-style-two .offer-box .single-offer-box:first-child .content-box h6, .header-style-two .header-top .top-inner .share-box li a, .home01_v2 .pricing-block-one.active-block .pricing-table .feature-list li span, .home01_v2 .testimonil-block-one .inner-box p {
	color: #7d7a78;
}
.course-style-two .offer-box .single-offer-box .content-box h3 {
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
}
.course-style-two .offer-box .single-offer-box .price {
	padding: 17px 0 18px;
}
.course-style-two .offer-box .single-offer-box .price h2 {
	position: relative;
	display: inline-block;
	font-size: 60px;
	line-height: 60px;
	font-weight: 500;
	padding-left: 48px;
	padding-right: 15px;
	color: #fff;
}
.banner-style-two, .course-style-two .offer-box .single-offer-box:first-child, .home01_v2 .news-block-one .inner-box .lower-content, .home01_v2 .pricing-section {
	background: #f4f1f1;
}
.course-style-two .offer-box .single-offer-box:last-child, .home01_v2 .highlights-style-two, .home01_v2 .main-footer, .home01_v2 .newsletter-section .single-item .content-box .download-box h6 button {
	background: #3d3d3d;
}
.chooseus-section .sec-title-two h5:before, .header-style-two .menu-area .mobile-nav-toggler .icon-bar, .home01_v2 .menu-area .mobile-nav-toggler .icon-bar, .home01_v2 .news-block-one .inner-box:hover .lower-content, .home01_v2 .newsletter-section .single-item .content-box .icon-box, .home01_v2 .service-block-one .inner-box .lower-content .lower-box, .home01_v2 .service-section, .location-section .tab-btns li.active-btn, .location-section .tab-btns li:hover, .service-section.service-page .service-block-one .inner-box .image-box .icon-box {
	background: #fff;
}
.home01_v2 .service-block-one .inner-box .image-box .icon-box, .service-style-two .service-block-one .inner-box .image-box .icon-box {
	background: #fff;
	font-size: 45px;
}
.home01_v2 .service-block-one .inner-box {
	background: #3d3d3d;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.home01_v2 .service-block-one .inner-box .lower-content .lower-box .arrow-icon li, .service-style-two .service-block-one .inner-box .lower-content .lower-box .arrow-icon li {
	color: #f4f1f1;
}
.home01_v2 .service-section .owl-nav button.owl-next:before, .home01_v2 .service-section .owl-nav button.owl-prev:before {
	color: #e4e0e0;
}
.home01_v2 .find-section .bg-layer {
	width: 100%;
	height: 100%;
}
.home01_v2 .process-section .left-column .inner-box .image-box .video-btn a {
	background: 0 0;
	font-size: 65px;
	font-weight: 400;
}
.home01_v2 .process-section .left-column .inner-box .single-item .icon {
	font-size: 53px;
}
.home01_v2 .process-section .right-column .inner-box .single-item .icon {
	font-size: 60px;
}
.home01_v2 .pricing-block-one .pricing-table {
	background: -webkit-linear-gradient(-90deg, #d4e8ec, #f4fbfc 100%);
}
.home01_v2 .pricing-block-one .pricing-table .package-box h4 {
	color: #83b5c0;
}
.header-style-two .header-lower .outer-box .main-box, .home01_v2 .pricing-block-one .pricing-table .feature-list li {
	border-bottom: 1px solid #e4e0e0;
}
.home01_v2 .pricing-block-one .pricing-table .theme-btn.btn-two {
	background: #fff;
	border: 1px solid #e4e0e0;
}
.home01_v2 .pricing-block-one.active-block .pricing-table {
	background: -webkit-linear-gradient(-90deg, #fbe0ce, #fdf8f5 100%);
}
.home01_v2 .pricing-block-one .pricing-table .table-header .popular {
	color: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.home01_v2 .testimonial-section .bg-layer:before {
	opacity: 0.55;
}
.home01_v2 .testimonial-section .bg-layer:after {
	background: -webkit-linear-gradient(-180deg, #f4f1f150%, rgba(244, 241, 241, 0) 60%);
}
.home01_v2 .testimonil-block-one .inner-box {
	border: none;
	background: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	clip-path: polygon(0% 0%, 73% 0%, 100% 23%, 100% 100%, 80% 100%, 25% 100%, 0% 100%, 0% 20%);
}
.home01_v2 .testimonil-block-one .inner-box .author-box .author-thumb {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.home01_v2 .testimonil-block-one .quote-box {
	position: absolute;
	top: 16px;
	right: 42px;
	font-size: 80px;
	color: #81b4bf;
	z-index: 1;
}
.home01_v2 .news-block-one .inner-box .image-box .category {
	background: #fff;
	color: #3d3d3d;
}
.home01_v2 .news-block-one .inner-box .image-box .category:before {
	position: absolute;
	content: "";
	border: 1px solid #e4e0e0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.home01_v2 .newsletter-section .single-item .content-box p {
	color: #fcf2ec;
}
.home01_v2 .newsletter-section .single-column:last-child .single-item {
	background: #83b5c0;
}
.home01_v2 .newsletter-section .single-column:last-child .single-item .content-box .icon-box {
	background: #fff;
	color: #83b5c0;
}
.home01_v2 .newsletter-section .single-column:last-child .single-item .content-box p {
	color: #eef9fb;
}
.home01_v2 .newsletter-section .single-item .content-box .subscribe-form .form-group button {
	color: #fff;
	background: #3d3d3d;
}
.header-style-two .header-top {
	background: 0 0;
	padding: 27px 100px;
}
.footer-style-two .footer-bottom .footer-nav, .header-style-two .header-top .top-left, .header-style-two .header-top .top-right, .header-style-two .menu-lower-content .option-list {
	position: relative;
	display: flex;
	align-items: center;
}
.header-style-two .header-top .top-left .single-item, .header-style-two .header-top .top-right .single-item {
	margin-right: 40px;
}
.header-style-two .header-top .top-left .single-item:first-child h6 {
	font-size: 16px;
	font-family: Inter, sans-serif;
	font-weight: 400;
	text-transform: none;
}
.header-style-two .header-top .top-left .single-item:first-child h6 i {
	position: relative;
	font-size: 16px;
	margin-left: 9px;
	top: 1px;
}
.header-style-two .header-top .top-right .single-item h6 a {
	color: #7d7a78;
	font-size: 16px;
	font-family: Inter, sans-serif;
	font-weight: 500;
}
.header-style-two .header-lower {
	padding: 0 100px;
}
.header-style-two .header-lower .outer-box {
	padding: 0 40px;
	background: #fff;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}
.header-style-two .menu-lower-content {
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 12px;
}
.header-style-two .menu-lower-content .text h5 {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: #3d3d3d;
}
.header-style-two .menu-lower-content .text h5 a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-left: 6px;
}
.header-style-two .menu-lower-content .text h5 a i {
	position: relative;
	font-size: 12px;
	margin-right: 6px;
	top: 1px;
}
.header-style-two .menu-lower-content .option-list li {
	position: relative;
	display: inline-block;
	margin-right: 40px;
}
.header-style-two .menu-lower-content .option-list li h6 {
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
	color: #3d3d3d;
	text-transform: uppercase;
	padding-left: 30px;
}
.header-style-two .menu-lower-content .option-list li h6 i {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 20px;
}
.about-style-two .lower-box .single-item h6 a, .chooseus-block-one .inner-box h4 a, .course-block-one .lower-box h3 a, .header-style-two .menu-lower-content .option-list li h6 a, .news-block-two .inner-box .lower-content h4 a, .team-block-one .inner-box .lower-content h4 a {
	display: inline-block;
	color: #3d3d3d;
}
.header-style-two .menu-lower-content .option-list li:before {
	position: absolute;
	content: "";
	background: #e4e0e0;
	width: 1px;
	height: 24px;
	top: 2px;
	right: -20px;
}
.header-style-two .outer-box .logo-box {
	padding: 24.5px 0;
}
.header-style-two .main-menu .navigation > li > a {
	padding-top: 35px;
	padding-bottom: 35px;
}
.header-style-two .main-menu .navigation > li.dropdown > a:before {
	top: 35px;
}
.header-style-two .outer-box .menu-right {
	margin-right: 0;
}
.banner-style-two .slide-item {
	position: relative;
	padding: 372px 0 150px;
}
.banner-style-two .content-box {
	position: relative;
	max-width: 600px;
}
.banner-style-two .curve-text .curved-circle {
	position: absolute;
	top: 0;
	font-size: 16px;
	font-weight: 600;
	font-family: Lexend, sans-serif;
	text-transform: uppercase;
}
.banner-style-two .curve-text {
	position: absolute;
	left: -305px;
	top: 100px;
	bottom: 20px;
	width: 205px;
	height: 205px;
	text-align: center;
}
.banner-style-two .curve-text .icon-box {
	position: absolute;
	left: 70px;
	top: 65px;
	font-size: 60px;
}
.banner-style-two .curve-text h6 a {
	display: inline-block;
}
.banner-style-two .curve-text h6 a:hover, .contact-section .lower-box h5 a:hover, .enquire-section .text h5 a:hover {
	text-decoration: underline;
}
.theme-btn.btn-four {
	background: #84acca;
	color: #fff;
}
.banner-style-two .banner-carousel .slide-item .image-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(50% + 385px);
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	clip-path: polygon(0% 0%, 58% 0%, 100% 100%, 100% 100%, 80% 100%, 28% 100%, 0% 33%, 0% 20%);
}
.banner-style-two .banner-carousel .slide-item .image-layer:before {
	position: absolute;
	content: "";
	background: -webkit-linear-gradient(-90deg, #0000000%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.banner-style-two .content-box h2 {
	font-size: 70px;
	line-height: 80px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 19px;
}
.banner-style-two .content-box p {
	padding-left: 0;
	color: #fff;
	margin-bottom: 33px;
}
.banner-style-two .banner-img {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.banner-style-two .active .banner-img {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-ms-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}
.banner-style-two .owl-nav {
	position: absolute;
	left: 100px;
	bottom: 60px;
}
.banner-style-two .owl-nav button.owl-prev:before {
	position: absolute;
	content: "\f106";
	font-family: flaticon;
	left: 3px;
	top: 0;
	font-size: 24px;
	color: #c4c4c4;
	transform: rotate(180deg);
	transition: 0.5s;
}
.banner-style-two .owl-nav button.owl-next:before {
	position: absolute;
	content: "\f106";
	font-family: flaticon;
	right: -148px;
	top: 0;
	font-size: 24px;
	color: #c4c4c4;
	transition: 0.5s;
}
.banner-style-two .owl-dots {
	position: absolute;
	left: 140px;
	bottom: 62px;
}
.banner-style-two .owl-theme .owl-dots .owl-dot span {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #a7a7a7;
	margin: 0 7.5px;
}
.banner-style-two .shape {
	position: absolute;
	left: calc(50% - 135px);
	top: 0;
	width: 245px;
	height: 310px;
	background-repeat: no-repeat;
}
.gallery-section, .service-style-two {
	position: relative;
	padding: 50px 0 50px;
}
.sec-title-two h5 {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	color: #a7a7a7;
	padding-left: 17px;
	margin-bottom: 13px;
}
.sec-title-two h5:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 12px;
	left: 0;
	top: 6px;
	transform: rotate(17deg);
}
.sec-title-two h2 {
	position: relative;
	display: block;
	font-size: 44px;
	line-height: 50px;
	font-weight: 600;
	color: #3d3d3d;
}
.sec-title-two p {
	margin-top: 14px;
}
.service-style-two .service-block-one .inner-box .image-box .icon-box:before {
	background: #84acca;
}
.service-section.service-page-2 .service-block-one .inner-box .lower-content .text, .service-style-two .service-block-one .inner-box .lower-content .text {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
}
.course-style-three {
	position: relative;
	padding: 113px 0 115px;
	background: #f4f1f1;
}
.course-style-three .shape .shape-1 {
	position: absolute;
	left: 0;
	top: 250px;
	width: 130px;
	height: 219px;
	background-repeat: no-repeat;
}
.course-style-three .shape .shape-2 {
	position: absolute;
	right: 95px;
	bottom: 120px;
	width: 183px;
	height: 21px;
	background-repeat: no-repeat;
}
.course-block-one .inner-box {
	position: relative;
	display: block;
	background: #fff;
	border: 1px solid #dfdcdc;
	padding: 9px;
	overflow: hidden;
	min-height: 341px;
	transition: 0.5s;
}
.course-block-one .inner-box:hover {
	border-color: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.course-block-one .inner-box .image-box img {
	width: 100%;
	min-height: 341px;
}
.course-block-one .inner-box .image-box .price {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.course-block-one .inner-box .image-box .price h2 {
	position: relative;
	display: inline-block;
	font-size: 50px;
	line-height: 50px;
	font-weight: 500;
	background: #fff;
	padding: 1px 14px 15px 59px;
}
.course-block-one .inner-box .image-box .price h2 .text {
	position: absolute;
	left: 8px;
	top: -10px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.course-block-one .inner-box .image-box .price h2 .symble {
	position: absolute;
	left: 38px;
	bottom: 4px;
	font-size: 20px;
	font-weight: 500;
}
.course-block-one .inner-box .content-box {
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba(0, 0, 0, 0.8);
	width: 270px;
	padding: 22px 30px 30px;
	height: calc(100% - 20px);
}
.course-block-one .inner-box .content-box p {
	display: block;
	color: #c4c4c4;
	margin-bottom: 18px;
}
.course-block-one .inner-box .content-box .single-item {
	position: relative;
	display: block;
	padding: 0 0 16px 60px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 17px;
}
.course-block-one .inner-box .content-box .single-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.course-block-one .inner-box .content-box .single-item h6 {
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 5px;
}
.course-block-one .inner-box .content-box .single-item span {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #fff;
}
.course-block-one .inner-box .content-box .btn-box a {
	position: relative;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
	color: #121113;
	background: #fff;
	padding: 13px 15px;
	text-align: center;
}
.course-style-three .owl-nav button.owl-next:before, .course-style-three .owl-nav button.owl-prev:before {
	content: "\f106";
	font-family: flaticon;
	font-size: 20px;
	color: #c4c4c4;
	width: 50px;
	height: 50px;
	transition: 0.5s;
	top: 0;
	background: #fff;
	line-height: 50px;
	text-align: center;
}
.course-block-one .inner-box .content-box .btn-box {
	margin-top: 11px;
}
.course-block-one .lower-box {
	position: relative;
	display: block;
	padding: 0 0 0 90px;
	margin-top: 23px;
}
.course-block-one .lower-box h6 {
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.course-block-one .lower-box h3 {
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
}
.course-style-three .owl-nav {
	position: absolute;
	top: -110px;
	right: 0;
}
.course-style-three .owl-nav button.owl-prev:before {
	position: absolute;
	left: -109px;
	transform: rotate(180deg);
}
.course-style-three .owl-nav button.owl-next:before {
	position: absolute;
	right: 0;
}
.ourcars-section {
	position: relative;
	padding: 113px 0 125px;
}
.car-block-one .inner-box .content-box .lower-box {
	position: relative;
	display: flex;
	background: #f4f1f1;
	overflow: hidden;
	align-items: center;
	justify-content: space-between;
	padding-right: 30px;
	transition: 0.5s;
}
.car-block-one .inner-box .content-box .lower-box .arrow-icon li {
	position: relative;
	display: inline-block;
	float: left;
	font-size: 50px;
	color: #fff;
	margin-left: -16px;
	transition: 0.5s;
}
.car-block-one .inner-box .content-box .lower-box .arrow-icon li:first-child {
	margin-left: -10px;
}
.car-block-one .inner-box .content-box .lower-box .link a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	font-family: Lexend, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #3d3d3d;
}
.car-block-one .inner-box .content-box .lower-box .link a i {
	position: relative;
	margin-right: 6px;
	font-size: 12px;
	top: 1px;
	opacity: 0;
	color: #fff;
	transition: 0.5s;
}
.car-block-one .inner-box .image-box:before {
	position: absolute;
	content: "";
	background: -webkit-linear-gradient(90deg, #0000005%, rgba(0, 0, 0, 0) 40%);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.car-block-one .inner-box .content-box {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: calc(100% - 20px);
	background: #fff;
	z-index: 1;
}
.car-block-one .inner-box .content-box .text {
	padding: 20px 20px 8px;
}
.car-block-one .inner-box .content-box .text h6 {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #a7a7a7;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 16px;
	margin-bottom: 2px;
}
.car-block-one .inner-box .content-box .text h6:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	left: 0;
	top: 6px;
}
.car-block-one .inner-box .content-box .text h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 10px;
}
.ourcars-section .owl-nav button.owl-next:before, .ourcars-section .owl-nav button.owl-prev:before {
	content: "\f106";
	font-family: flaticon;
	font-size: 24px;
	color: #c4c4c4;
	transition: 0.5s;
	position: absolute;
}
.car-block-one .inner-box .content-box .text h4 a {
	position: relative;
	display: inline-block;
	color: #3d3d3d;
}
.car-block-one .inner-box {
	padding-bottom: 60px;
	background: #000;
}
.ourcars-section .owl-theme .owl-dots .owl-dot span:before {
	position: absolute;
	content: "0";
	text-align: center;
	font-size: 20px;
	font-family: Lexend, sans-serif;
	color: #a7a7a7;
	left: 0;
	top: 0;
	transition: 0.5s;
}
.ourcars-section .owl-theme .owl-dots .owl-dot span:after {
	position: absolute;
	content: "";
	background: #a7a7a7;
	width: 2px;
	height: 3px;
	right: -23px;
	bottom: -4px;
}
.ourcars-section .owl-nav button.owl-prev:before {
	left: -113px;
	top: -14px;
	transform: rotate(180deg);
}
.ourcars-section .owl-nav button.owl-next:before {
	right: -121px;
	top: -15px;
}
.about-style-two {
	position: relative;
	padding-top: 92px;
}
.about-style-two .bg-layer-1 {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(50% + 185px);
	height: calc(100% - 343px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.about-style-two .bg-layer-1:before {
	position: absolute;
	content: "";
	background: #000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.5;
}
.about-style-two .bg-layer-2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
.about-style-two .bg-layer-2:before {
	position: absolute;
	content: "";
	background: -webkit-linear-gradient(0deg, #00000030%, rgba(0, 0, 0, 0.1) 100%);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.about-style-two .upper-box {
	position: relative;
	display: block;
	max-width: 500px;
	width: 100%;
	padding-left: 130px;
	padding-top: 107px;
	padding-bottom: 92px;
	margin-left: 70px;
}
.about-style-two .upper-box .title-text h5 {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0;
}
.about-style-two .upper-box .title-text h2 {
	position: relative;
	display: inline-block;
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
	padding-right: 137px;
}
.about-style-two .upper-box .title-text h2:before {
	position: absolute;
	content: "";
	background-image: url(../images/shape/shape-53.png);
	width: 126px;
	height: 26px;
	top: 17px;
	right: 0;
	background-repeat: no-repeat;
}
.about-style-two .upper-box .inner-box p {
	color: #ececec;
	margin-bottom: 24px;
}
.about-style-two .upper-box .inner {
	position: relative;
	display: block;
	padding-left: 75px;
}
.about-style-two .upper-box .inner .icon-box {
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 55px;
	transform: rotateY(180deg);
}
.about-style-two .upper-box .inner .count-outer {
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	font-family: Lexend, sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
}
.about-style-two .upper-box .inner h4 {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
}
.about-style-two .lower-box {
	position: relative;
	display: block;
	width: calc(50% + 185px);
	padding: 60px 60px 55px 0;
	background: #f4f1f1;
}
.about-style-two .lower-box .single-item {
	position: relative;
	display: block;
	padding-left: 60px;
}
.about-style-two .lower-box .single-item .icon-box {
	position: relative;
	display: block;
	font-size: 55px;
	line-height: 50px;
	margin-bottom: 20px;
}
.about-style-two .lower-box .single-item h3 {
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 14px;
}
.about-style-two .lower-box .single-item p {
	color: #7d7a78;
	margin-bottom: 26px;
}
.about-style-two .lower-box .single-item h6 {
	position: relative;
	display: inline-block;
	padding-left: 16px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.about-style-two .lower-box .single-item h6 i {
	position: absolute;
	font-size: 10px;
	left: 0;
	top: 2px;
}
.about-style-two .lower-box:before {
	position: absolute;
	content: "";
	background: #dbd8d8;
	width: 1px;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.about-style-two .lower-box .shape .shape-1 {
	position: absolute;
	left: 300px;
	top: 0;
	width: 209px;
	height: 90px;
	background-repeat: no-repeat;
}
.about-style-two .lower-box .shape .shape-2 {
	position: absolute;
	right: 60px;
	bottom: 0;
	width: 209px;
	height: 90px;
	background-repeat: no-repeat;
}
.about-style-two .pattern-layer {
	position: absolute;
	left: 77px;
	top: 40px;
	width: 420px;
	height: 420px;
	background-repeat: no-repeat;
	-webkit-animation: 8s linear infinite zoom-fade;
	animation: 8s linear infinite zoom-fade;
}
.team-section {
	position: relative;
	padding: 113px 0 115px;
}
.team-block-one {
	max-width: 370px;
	margin: 0 auto;
}
.team-block-one .inner-box .image-box {
	position: relative;
	display: block;
	padding-left: 50px;
	padding-right: 50px;
}
.team-block-one .inner-box .image-box .text {
	position: absolute;
	left: -56px;
	bottom: 44px;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	font-family: Inter, sans-serif;
	color: #fff;
	transform: rotate(90deg);
	text-transform: uppercase;
}
.team-block-one .inner-box .image-box .shape .shape-1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 175px;
	background-repeat: no-repeat;
}
.team-block-one .inner-box .image-box .shape .shape-2, .team-block-one .inner-box .image-box .shape .shape-3 {
	left: 0;
	top: 0;
	height: 413px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	width: 100%;
	transition: 0.5s;
}
.team-block-one .inner-box .image-box .shape .shape-3 {
	opacity: 0;
}
.team-block-one .inner-box .social-links {
	position: absolute;
	left: 32px;
	top: 50px;
	z-index: 1;
	transform: scale(0, 0);
	transition: 0.5s;
}
.chooseus-block-one .inner-box:hover .icon-box, .team-block-one .inner-box:hover .social-links {
	transform: scale(1, 1);
}
.team-block-one .inner-box .social-links li {
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.team-block-one .inner-box .social-links li a {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	color: #3d3d3d;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.team-block-one .inner-box .lower-content {
	position: relative;
	display: block;
	padding: 23px 0 0 50px;
}
.service-details-content .content-two .inner-box .download-option h4, .team-block-one .inner-box .lower-content h4 {
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 5px;
}
.team-block-one .inner-box .lower-content .designation {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.video-section {
	position: relative;
	background: #84acca;
	padding: 140px 0;
}
.trainers-section .image-box .image:before, .video-section .bg-layer:before {
	position: absolute;
	content: "";
	background: #000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.1;
}
.video-section .video-btn a {
	position: relative;
	display: inline-block;
	width: 220px;
	height: 220px;
	text-align: center;
	border: 1px solid #e4e0e0;
	border-radius: 50%;
	padding: 77px 0 50px;
}
.video-section .video-btn a i {
	position: relative;
	display: block;
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}
.video-section .video-btn a span {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-family: Lexend, sans-serif;
	font-weight: 500;
	color: #fff;
}
.chooseus-section {
	position: relative;
	padding: 115px 0 90px;
	background: #84acca;
}
.chooseus-section .title-inner .text {
	margin-top: 34px;
}
.chooseus-section .shape .shape-1 {
	position: absolute;
	top: 0;
	right: 29%;
	width: 235px;
	height: 133px;
	background-repeat: no-repeat;
}
.chooseus-section .shape .shape-2 {
	position: absolute;
	top: -316px;
	right: 13%;
	width: 293px;
	height: 317px;
	background-repeat: no-repeat;
}
.chooseus-block-one .inner-box {
	position: relative;
	display: block;
	overflow: hidden;
	background: #fff;
	padding: 94px 30px 33px;
	margin-bottom: 30px;
}
.chooseus-block-one .inner-box .count-text {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #f4f1f1;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	font-family: Lexend, sans-serif;
	clip-path: polygon(0% 0%, 75% 0%, 100% 30%, 100% 100%, 80% 100%, 25% 100%, 0% 70%, 0% 20%);
	transition: 0.5s;
}
.chooseus-block-one .inner-box .icon-box {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 60px;
	transform: scale(0, 0);
	transition: 0.5s;
}
.chooseus-block-one .inner-box .light-icon {
	position: absolute;
	top: 30px;
	right: 30px;
	transition: 0.5s;
}
.chooseus-block-one .inner-box:hover .light-icon {
	transform: scale(0, 0);
}
.chooseus-block-one .inner-box h4, .course-details .inner-box .upper-box .inner h4 {
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 12px;
}
.gallery-block-one .inner-box {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}
.gallery-block-one .inner-box .image-box, .news-block-two .inner-box .image-box .image {
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}
.gallery-block-one .inner-box:hover .image-box img {
	opacity: 0.35;
	transform: scale(1.05);
}
.gallery-block-one .inner-box .text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0, 0);
	width: 100%;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	transition: 0.5s;
}
.gallery-block-one .inner-box .text h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
}
.location-section .content-box .sec-title-two h2, .nice-select {
	line-height: 56px;
}
.gallery-block-one .inner-box .list {
	position: absolute;
	left: 0;
	bottom: -54px;
	transition: 0.5s;
}
.gallery-block-one .inner-box:hover .list {
	bottom: 0;
}
.gallery-block-one .inner-box .list li {
	position: relative;
	display: inline-block;
	float: left;
}
.gallery-block-one .inner-box .list li a {
	position: relative;
	display: inline-block;
	width: 54px;
	height: 54px;
	line-height: 60px;
	background: #fff;
	text-align: center;
	font-size: 18px;
	color: #a7a7a7;
}
.gallery-block-one .inner-box .list li a:before {
	position: absolute;
	content: "";
	background: #e4e0e0;
	width: 1px;
	height: 20px;
	top: 17px;
	right: 0;
}
.gallery-section .more-btn {
	margin-top: 60px;
}
.location-section {
	position: relative;
	padding: 113px 0 120px;
	background: #f4f1f1;
}
.location-section .location-box {
	position: relative;
	min-height: 323px;
	margin-left: 70px;
	margin-top: 18px;
}
.location-section .location-box .map {
	position: absolute;
	left: 0;
	top: 0;
	width: 597px;
	height: 323px;
	background-repeat: no-repeat;
}
.tabs-box .tab {
	position: relative;
	display: none;
	transition: 0.9s;
	-moz-transition: 0.9s;
	-webkit-transition: 0.9s;
	-ms-transition: 0.9s;
	-o-transition: 0.9s;
	transform: scale(0.9, 0.9) translateY(0);
}
.tabs-box .tab.active-tab {
	display: block;
	transform: scale(1) translateY(0);
}
.location-section .tab-btns li {
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 6px solid #fff;
	cursor: pointer;
	transition: 0.5s;
}
.location-section .tab-btns li .text {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
	width: 135px;
	background: #fff;
	text-align: center;
	padding: 9px 15px 11px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 5px 5px 0 #e9e6e6;
	z-index: 1;
	transition: 0.5s;
}
.location-section .tab-btns li .text:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 12px;
	height: 12px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	bottom: -6px;
}
.location-section .tab-btns li .text h5 {
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #3d3d3d;
	margin-bottom: 0;
}
.location-section .tab-btns li .text span {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #7d7a78;
}
.location-section .tab-btns li:first-child {
	left: 50px;
	top: 20px;
}
.location-section .tab-btns li:nth-child(2) {
	left: 50px;
	bottom: 120px;
}
.location-section .tab-btns li:nth-child(3) {
	left: 140px;
	top: 100px;
}
.location-section .tab-btns li:nth-child(4) {
	left: 200px;
	top: 40px;
}
.location-section .tab-btns li:nth-child(5) {
	left: 200px;
	bottom: 60px;
}
.location-section .tab-btns li:nth-child(6) {
	left: 260px;
	bottom: 50px;
}
.location-section .tab-btns li:nth-child(7) {
	top: 115px;
	right: 50px;
}
.location-section .tab-btns li:nth-child(8) {
	top: 120px;
	right: 160px;
}
.location-section .tab-btns li:nth-child(9) {
	top: 140px;
	right: 250px;
}
.location-section .tab-btns li:nth-child(10) {
	bottom: 60px;
	right: 180px;
}
.location-section .tabs-content {
	position: relative;
	display: block;
	margin-top: 60px;
}
.location-section .tabs-content .single-location {
	position: relative;
	display: block;
	background: #fff;
	padding: 23px 30px;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
}
.location-section .tabs-content .single-location .text {
	position: relative;
	display: block;
	padding-left: 60px;
	margin-bottom: 14px;
	min-height: 52px;
}
.location-section .tabs-content .single-location .text .icon {
	position: absolute;
	left: 0;
	top: 7px;
	font-size: 40px;
}
.location-section .tabs-content .single-location h5 {
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	color: #3d3d3d;
}
.location-section .tabs-content .single-location h5 span {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #7d7a78;
	font-family: Inter, sans-serif;
}
.testimonial-style-two {
	position: relative;
	padding: 113px 0 111px;
}
.testimonial-style-two .testimonial-content {
	position: relative;
	padding-right: 170px;
	margin-bottom: 31px;
}
.testimonial-style-two .testimonial-content:last-child {
	padding-right: 0;
	padding-left: 170px;
	margin-bottom: 0;
}
.testimonial-style-two .testimonial-content .thumb-box {
	position: absolute;
	top: 12px;
	right: 0;
	width: 140px;
	height: 140px;
	border-radius: 50%;
}
.testimonial-style-two .testimonial-content:last-child .thumb-box {
	right: inherit;
	left: 0;
}
.testimonial-style-two .testimonial-content .text {
	position: relative;
	display: block;
	border: 1px solid #e4e0e0;
	padding: 33px 30px 32px 125px;
	margin-bottom: 34px;
}
.testimonial-style-two .testimonial-content .text .quote-box {
	position: absolute;
	left: 40px;
	top: 30px;
	font-size: 60px;
	color: #84acca;
}
.testimonial-style-two .testimonial-content .text h4 {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #3d3d3d;
	font-weight: 500;
	margin-bottom: 10px;
}
.testimonial-style-two .testimonial-content .text p {
	font-size: 18px;
	line-height: 28px;
}
.testimonial-style-two .testimonial-content .author-box {
	padding-left: 90px;
}
.testimonial-style-two .testimonial-content .author-box h5 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #3d3d3d;
	margin-bottom: 4px;
}
.testimonial-style-two .testimonial-content .author-box h5 span {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-family: Inter, sans-serif;
	font-weight: 500;
}
.testimonial-style-two .testimonial-content .author-box .rating li {
	position: relative;
	display: inline-block;
	float: left;
	font-size: 18px;
	margin-right: 3px;
}
.testimonial-style-two .testimonial-content .text .shape-layer {
	position: absolute;
	left: 40px;
	bottom: -1px;
	width: 30px;
	height: 1px;
	background: #fff;
}
.testimonial-style-two .testimonial-content .text .shape-layer:before {
	position: absolute;
	content: "";
	background: #e4e0e0;
	width: 1px;
	height: 30px;
	right: 0;
	bottom: -30px;
}
.testimonial-style-two .testimonial-content .text .shape-layer:after {
	position: absolute;
	content: "";
	background: #e4e0e0;
	width: 1px;
	height: 41px;
	left: 14px;
	bottom: -35px;
	transform: rotate(-45deg);
}
.blog-sidebar .author-widget .image-box .signature, .testimonial-style-two .image-layer {
	position: absolute;
	left: 0;
	bottom: 0;
}
.testimonial-style-two .shape .shape-2 {
	position: absolute;
	left: 340px;
	bottom: 100px;
	width: 137px;
	height: 13px;
	background-repeat: no-repeat;
}
.testimonial-style-two .shape .shape-3 {
	position: absolute;
	left: 100px;
	top: 0;
	width: 227px;
	height: 263px;
	background-repeat: no-repeat;
}
.clients-section {
	position: relative;
	padding: 0 0 20px 0;
}
.clients-section .inner-box, .service-style-two .outer-container {
	position: relative;
	padding: 0 30px;
}
.clients-section .clients-logo img {
	position: relative;
	max-width: auto;
	display: block;
	margin: 0 auto;
}
.clients-section .clients-logo:before {
	position: absolute;
	content: "";
	background: rgba(255, 255, 255, 0.3);
	width: 1px;
	height: 100%;
	top: 0;
	right: -15px;
}
.news-style-two {
	position: relative;
	padding: 113px 0 114px;
}
.news-block-two .inner-box .image-box .category {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	font-size: 14px;
	line-height: 40px;
	font-family: Lexend, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	background: #fff;
	border-bottom: 5px solid #fff;
	border-right: 5px solid #fff;
	z-index: 1;
}
.news-block-two .inner-box .image-box .category:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid #e4e0e0;
}
.news-block-two .inner-box:hover .image-box .image img {
	transform: scale(1.05);
	opacity: 0.5;
}
.news-block-two .inner-box .lower-content {
	position: relative;
	display: block;
	padding-top: 19px;
}
.news-block-two .inner-box .lower-content .post-date h5 {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	padding-left: 22px;
	color: #7d7a78;
	margin-bottom: 5px;
}
.news-block-two .inner-box .lower-content .post-date h5 i {
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 15px;
}
.news-block-two .inner-box .lower-content h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #3d3d3d;
	margin-bottom: 14px;
}
.news-block-two .inner-box .lower-content .link a, .page-title .content-box .bread-crumb li {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	font-family: Lexend, sans-serif;
	text-transform: uppercase;
}
.news-block-two .inner-box .lower-content .link a {
	font-weight: 600;
	color: #3d3d3d;
	padding-left: 18px;
}
.news-block-two .inner-box .lower-content .link a i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 12px;
}
.footer-style-two .footer-top {
	position: relative;
	padding: 114px 0 111px;
	background: #3d3d3d;
	border-bottom: none;
}
.footer-style-two .logo-widget {
	position: relative;
	display: block;
	margin-right: 25px;
	margin-top: 6px;
}
.footer-style-two .footer-bottom .copyright p, .footer-style-two .logo-widget p, .footer-style-two .newsletter-widget .text p {
	color: #c4c4c4;
}
.footer-style-two .logo-widget .rating-box .rating li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 5px;
	width: 35px;
	height: 35px;
	line-height: 41px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.footer-style-two .links-widget .links-list li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	color: #c3c4c8;
	padding-left: 22px;
}
.footer-style-two .links-widget .links-list li a:before {
	position: absolute;
	content: "";
	background: #75767b;
	width: 6px;
	height: 6px;
	left: 0;
	top: 11px;
	transition: 0.5s;
}
.footer-style-two .newsletter-widget h3 {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 22px;
}
.footer-style-two .newsletter-widget .form-group {
	position: relative;
	margin-bottom: 15px;
}
.footer-style-two .newsletter-widget .form-group input[type="text"] {
	position: relative;
	display: block;
	width: 100%;
	height: 54px;
	background: #fff;
	font-size: 16px;
	color: #7d7a78;
	padding: 10px 50px 10px 20px;
	border: 1px solid #fff;
	transition: 0.5s;
}
.footer-style-two .newsletter-widget .form-group .icon {
	position: absolute;
	top: 14px;
	right: 20px;
	z-index: 1;
	font-size: 16px;
	color: #a7a7a7;
}
.footer-style-two .newsletter-widget .form-group .theme-btn {
	padding: 13px 39px;
	color: #fff;
}
.footer-style-two .newsletter-widget .text {
	margin-top: 13px;
}
.footer-style-two .footer-bottom {
	position: relative;
	background: #353535;
	padding: 22px 0;
}
.footer-style-two .footer-bottom .footer-nav li {
	margin-right: 20px;
}
.footer-style-two .footer-bottom .footer-nav li a {
	display: inline-block;
	color: #c4c4c4;
}
.service-style-two .line-box {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	max-width: 900px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.service-style-two .line-box .line {
	position: absolute;
	border-right: 1px dashed #dedede;
	width: 1px;
	height: 100%;
}
.chooseus-section .shape .shape-3, .chooseus-section .shape .shape-4 {
	position: absolute;
	width: 137px;
	height: 13px;
	background-repeat: no-repeat;
}
.home02_v2 .about-style-two .upper-box .title-text h2:before {
	background-image: url(../images/shape/shape-69.png);
}
.chooseus-section .shape .shape-3 {
	left: 100px;
	top: 185px;
}
.chooseus-section .shape .shape-4 {
	right: 100px;
	bottom: 240px;
}
.page-title .bg-layer, .page-title .bg-layer:before {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	left: 0;
}
.home02_v2 .chooseus-block-one .inner-box .count-text {
	background: #f3f3f3;
}
.home02_v2 .footer-style-two .footer-bottom {
	background: #070707;
}
.page-title {
	position: relative;
	display: block;
	padding: 143px 0 25px;
}
.page-title .bg-layer {
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.page-title .bg-layer:before {
	content: "";
	background: #000;
	opacity: 0.15;
}
.page-title .content-box h1 {
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 70px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 112px;
	text-align: center;
}
.page-title .content-box .bread-crumb li {
	float: left;
	font-weight: 600;
	color: #fff;
	padding-right: 18px;
	margin-right: 9px;
}
.page-title .content-box .bread-crumb li:before {
	position: absolute;
	content: "\f106";
	font-family: flaticon;
	font-size: 10px;
	top: 0;
	right: 0;
	font-weight: 400;
}
.about-style-three, .contact-section {
	position: relative;
	padding: 70px 0;
}
.about-style-three .image-box .text {
	position: absolute;
	right: -1px;
	bottom: 0;
	width: 370px;
	padding: 41px 80px 0 30px;
	background: #fff;
	text-align: right;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 30% 0%);
}
.about-style-three .image-box .text .icon-box {
	position: absolute;
	bottom: 30px;
	right: 0;
}
.about-style-three .image-box .text .count-outer {
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 50px;
	font-family: Lexend, sans-serif;
	font-weight: 600;
	color: #121113;
	margin-bottom: 5px;
}
.about-style-three .image-box .text h4 {
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #75767b;
}
.about-style-three .content-box {
	position: relative;
	display: block;
	margin-top: -9px;
}
.about-style-three .content-box .inner-box {
	position: relative;
	padding-right: 200px;
}
.about-style-three .content-box .inner-box .logo-box {
	position: absolute;
	top: 7px;
	right: 0;
}
.about-style-three .content-box .inner-box .logo-box .logo {
	position: relative;
	display: block;
	width: 170px;
	height: 155px;
	line-height: 155px;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
.about-style-three .content-box .inner-box .text, .blog-details-content .content-three p {
	margin-bottom: 17px;
}
.about-style-three .content-box .inner-box .text p {
	margin-bottom: 25px;
}
.about-style-three .content-box .inner .link-box li {
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 4px solid #121113;
}
.about-style-three .content-box .inner .link-box li a {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-family: Lexend, sans-serif;
	font-weight: 500;
	color: #121113;
	padding: 11px 0 10px;
}
.about-style-three .content-box .inner .link-box li a:hover {
	padding-left: 20px;
	color: #fff;
	background: #121113;
}
.about-style-three .content-box .inner .link-box li a:before {
	position: absolute;
	content: "\f10e";
	font-family: flaticon;
	font-size: 40px;
	top: 12px;
	right: -15px;
	color: #a6a7ab;
	font-weight: 400;
	transition: 0.5s;
}
.about-style-three .content-box .inner .link-box li a:after {
	position: absolute;
	content: "\f10f";
	font-family: flaticon;
	font-size: 16px;
	top: 14px;
	right: 20px;
	font-weight: 400;
	opacity: 0;
	transition: 0.5s;
}
.about-style-three .content-box .sec-title, .course-details .content-box .sec-title, .trainers-section .content-box .sec-title {
	margin-bottom: 31px;
}
.funfact-section.alternat-2 .funfact-block-one .inner-box .icon-box {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-bottom: 15px;
}
.history-section {
	position: relative;
	padding: 120px 0;
	background: #f6f6f7;
}
.history-section .content-box .single-item {
	position: relative;
	display: block;
	padding: 0 0 34px 230px;
	margin-bottom: 31px;
	width: auto !important;
	border-bottom: 1px solid #e2e3e6;
}
.history-section .content-box .single-item .image-box {
	position: absolute;
	left: 0;
	top: 9px;
	width: 170px;
	height: 170px;
}
.history-section .content-box .single-item h2 {
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 50px;
	font-weight: 600;
	color: #c3c4c8;
	padding-left: 80px;
	margin-bottom: 16px;
}
.history-section .content-box .single-item h2:before {
	position: absolute;
	content: "";
	background-image: url(../images/icons/icon-35.png);
	width: 55px;
	height: 34px;
	left: 0;
	top: 9px;
	background-repeat: no-repeat;
}
.about-style-four .content-box .inner-box .single-item h4, .history-section .content-box .single-item h4, .service-details-content .content-one .inner-box .single-item h4 {
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 11px;
}
.history-section .bx-controls-direction a, .history-section .bx-controls-direction a.bx-next:before, .history-section .bx-controls-direction a.bx-prev:before {
	color: #c3c4c8;
	width: 80px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	transition: 0.5s;
}
.history-section .bx-viewport {
	height: 450px !important;
}
.history-section .content-box .btn-box {
	padding-left: 230px;
	margin-top: -29px;
}
.theme-btn.btn-five {
	color: #fff;
	background: #121113;
	padding: 13px 30px;
}
.history-section .bx-controls-direction a {
	position: relative;
	display: inline-block;
	border: 1px solid #e2e3e6;
	font-size: 16px;
	cursor: pointer;
}
.history-section .bx-controls-direction a.bx-prev {
	margin-right: 10px;
}
.history-section .bx-controls-direction a.bx-prev:before {
	position: absolute;
	content: "\f106";
	font-family: flaticon;
	font-size: 20px;
	left: 0;
	top: 0;
	transform: rotate(90deg);
}
.history-section .bx-controls-direction a.bx-next:before {
	position: absolute;
	content: "\f106";
	font-family: flaticon;
	font-size: 20px;
	left: 0;
	top: 0;
	transform: rotate(-90deg);
}
.history-section .bx-controls-direction {
	position: relative;
	top: 30px;
}
.history-section .content-box:before {
	position: absolute;
	content: "";
	background: #e2e3e6;
	width: 1px;
	height: calc(100% - 9px);
	left: 200px;
	top: 9px;
}
.history-section .image-inner {
	position: relative;
	display: block;
	margin-left: 30px;
}
.history-section .image-inner .image {
	position: relative;
	display: block;
	clip-path: polygon(0% 0%, 78% 0%, 100% 23%, 100% 100%, 80% 100%, 23% 100%, 0% 78%, 0% 20%);
}
.history-section .shape {
	position: absolute;
	right: 0;
	top: 240px;
	width: 183px;
	height: 220px;
	background-repeat: no-repeat;
}
.team-section.alternat-2 .more-btn {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 45px;
}
.dedicated-section .single-column:first-child .single-item .inner-box {
	padding-right: 70px;
}
.dedicated-section .single-column:last-child .single-item .inner-box {
	padding-left: 70px;
}
.dedicated-section .single-item .inner-box {
	position: relative;
	display: block;
	padding-bottom: 70px;
}
.dedicated-section .single-item .inner-box .content-box {
	position: absolute;
	bottom: 0;
	width: 370px;
	background: #fff;
	padding: 23px 30px 24px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.dedicated-section .single-column:first-child .single-item .inner-box .content-box {
	right: 0;
	clip-path: polygon(0% 0%, 90% 0%, 100% 15%, 100% 100%, 80% 100%, 21% 100%, 0% 100%, 0% 20%);
}
.dedicated-section .single-column:last-child .single-item .inner-box .content-box {
	left: 0;
	clip-path: polygon(10% 0%, 100% 0%, 100% 0%, 100% 70%, 100% 100%, 0% 100%, 0% 100%, 0% 15%);
}
.dedicated-section .single-item .inner-box .content-box .upper-box {
	position: relative;
	display: block;
	padding-bottom: 17px;
	margin-bottom: 23px;
	padding-left: 63px;
	border-bottom: 4px solid #121113;
}
.blog-sidebar .widget-title h4, .dedicated-section .single-item .inner-box .content-box .upper-box h4 {
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
}
.dedicated-section .single-item .inner-box .content-box .text p {
	margin-bottom: 15px;
}
.dedicated-section .single-item .inner-box .content-box .text a i {
	position: relative;
	font-size: 12px;
	margin-right: 8px;
	top: 1px;
}
.dedicated-section .inner-content .shape {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 85px;
	width: 112px;
	height: 26px;
	background-repeat: no-repeat;
}
.dedicated-section .pattern-layer .pattern-1 {
	position: absolute;
	left: 100px;
	bottom: 190px;
	width: 183px;
	height: 21px;
	background-repeat: no-repeat;
}
.dedicated-section .pattern-layer .pattern-2 {
	position: absolute;
	right: 100px;
	top: 190px;
	width: 183px;
	height: 21px;
	background-repeat: no-repeat;
}
.error-section .shape .shape-1, .error-section .shape .shape-2 {
	left: 0;
	width: 100%;
	background-repeat: repeat-x;
	animation: 60s linear infinite slide_2;
	transform: rotate(-3deg);
}
.team-section.team-page {
	padding: 120px 0 60px;
}
.course-style-three.alternat-2 .course-block-one, .team-section.team-page .team-block-one .inner-box {
	margin-bottom: 55px;
}
.faq-page-section {
	position: relative;
	padding: 111px 0 110px;
}
.faq-page-section .upper-box {
	position: relative;
	margin-bottom: 50px;
}
.faq-page-section .upper-box .big-text {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 250px;
	line-height: 200px;
	font-family: Lexend, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	text-shadow: -1px -1px 0 #ebedef, 1px -1px 0 #ebedef, -1px 1px 0 #ebedef, 1px 1px 0 #ebedef;
}
.faq-page-section .upper-box .form-inner {
	position: relative;
	max-width: 370px;
	width: 100%;
}
.blog-sidebar .search-widget .search-inner .form-group input[type="search"], .error-section .form-inner .form-group input[type="search"], .faq-page-section .upper-box .form-inner .form-group input[type="search"] {
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	border: 1px solid #e8eaed;
	padding: 10px 50px 10px 20px;
	font-size: 16px;
	color: #75767b;
	transition: 0.5s;
}
.faq-page-section .upper-box .form-inner .form-group button {
	position: absolute;
	top: 20px;
	right: 18px;
	cursor: pointer;
	font-size: 20px;
	color: #121113;
	transition: 0.5s;
}
.accordion-box .block .acc-btn {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 24px 50px 22px 0;
	border-bottom: 1px solid #e8eaed;
	transition: 0.5s;
}
.accordion-box .block .acc-btn .icon-outer {
	position: absolute;
	top: 22px;
	right: 23px;
	transition: 0.5s;
}
.accordion-box .block .acc-btn .icon-outer:before {
	position: absolute;
	content: "+";
	font-size: 40px;
	font-family: Lexend, sans-serif;
	font-weight: 100;
	color: #a6a7ab;
	transition: 0.5s;
}
.accordion-box .block .acc-btn.active .icon-outer {
	transform: rotate(45deg);
	top: 18px;
	right: 7px;
}
.accordion-box .block .acc-btn h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	padding-left: 40px;
	transition: 0.5s;
}
.accordion-box .block .acc-btn h4 span {
	position: absolute;
	left: 0;
	top: -2px;
	text-transform: uppercase;
}
.accordion-box .block .acc-content {
	position: relative;
	display: none;
	padding: 33px 30px 33px 0;
	border-bottom: 1px solid #e8eaed;
}
.accordion-box .block .acc-content p {
	padding-left: 40px;
}
.accordion-box .block .acc-content p span {
	position: absolute;
	left: 0;
	top: -1px;
	font-size: 20px;
	line-height: 30px;
	color: #121113;
	font-family: Lexend, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
.accordion-box .block .acc-content.current {
	display: block;
}
.error-section {
	padding: 270px 0;
}
.error-section h1 {
	position: relative;
	display: block;
	font-size: 200px;
	line-height: 180px;
	font-weight: 600;
	margin-bottom: 10px;
}
.error-section h1 .text:before {
	position: absolute;
	content: "";
	width: 105px;
	height: 105px;
	left: 15px;
	top: 75px;
	border-radius: 50%;
	z-index: -1;
}
.error-section h2 {
	display: block;
	font-size: 36px;
	line-height: 50px;
	font-weight: 500;
	margin-bottom: 12px;
}
.error-section p {
	margin-bottom: 34px;
	line-height: 24px;
}
.error-section .form-inner {
	position: relative;
	max-width: 570px;
	width: 100%;
	margin: 0 auto 30px;
}
.error-section .form-inner .form-group button {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 44px;
	height: 44px;
	line-height: 50px;
	background: #f6f6f7;
	font-size: 20px;
	color: #121113;
	cursor: pointer;
	transition: 0.5s;
}
.error-section .shape .shape-1 {
	position: absolute;
	top: 45px;
	height: 75px;
	-webkit-animation: 60s linear infinite slide_2;
}
.error-section .shape .shape-2 {
	position: absolute;
	bottom: 48px;
	height: 71px;
	-webkit-animation: 60s linear infinite slide_2;
}
.error-section .shape .shape-3 {
	position: absolute;
	left: 30px;
	bottom: 175px;
	width: 492px;
	height: 292px;
	background-repeat: no-repeat;
}
.error-section .shape .shape-4 {
	position: absolute;
	left: 315px;
	top: 280px;
	width: 224px;
	height: 240px;
	background-repeat: no-repeat;
}
.error-section .shape .shape-5 {
	position: absolute;
	top: 250px;
	right: 120px;
	width: 293px;
	height: 377px;
	background-repeat: no-repeat;
}
.about-style-four .image-box {
	position: relative;
	display: block;
	margin-right: 80px;
}
.about-style-four .image-box .image {
	position: relative;
	display: block;
	clip-path: polygon(22% 0%, 100% 0%, 100% 0%, 100% 77%, 79% 100%, 0% 100%, 0% 100%, 0% 23%);
}
.about-style-four .image-box .big-text {
	position: absolute;
	right: -80px;
	bottom: 0;
	display: block;
	font-size: 140px;
	line-height: 100px;
	font-family: Inter, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #e9ebee;
	z-index: 1;
}
.about-style-four .content-box .sec-title {
	background: #fff;
	padding-left: 60px;
	padding-bottom: 60px;
	margin-left: -360px;
	margin-bottom: 0;
	margin-top: -12px;
}
.about-style-four .content-box .sec-title h2 {
	margin-bottom: 38px;
}
.about-style-four .content-box .inner-box {
	position: relative;
	margin-top: -119px;
}
.about-style-four .content-box .inner-box .text {
	margin-bottom: 27px;
}
.about-style-four .content-box .inner-box .single-item {
	position: relative;
	display: block;
	padding-left: 70px;
	margin-bottom: 25px;
}
.about-style-four .content-box .inner-box .single-item .icon-box {
	position: absolute;
	left: 0;
	top: 6px;
	width: 42px;
	height: 42px;
	line-height: 46px;
	font-size: 14px;
	background: #121113;
	text-align: center;
	transition: 0.5s;
}
.courses-section.alternat-2, .location-section.alternat-2 {
	background: #f6f6f7;
}
.mt_100 {
	margin-top: 100px;
}
.chooseus-section.alternat-2 .chooseus-block-one .inner-box .count-text {
	background: #f3f3f3;
	color: #121113;
}
.blog-details-content .comments-form-area .form-inner .form-group input:focus, .blog-details-content .comments-form-area .form-inner .form-group textarea:focus, .enquire-section .form-inner .form-group input:focus, .enquire-section .form-inner .form-group textarea:focus, .location-section.alternat-2 .tab-btns li.active-btn, .location-section.alternat-2 .tab-btns li:hover {
	border-color: #121113;
}
.course-style-three.alternat-2 {
	background: #f6f6f7;
	padding-bottom: 60px;
	clip-path: polygon(10% 0%, 100% 0%, 100% 0%, 100% 77%, 100% 100%, 0% 100%, 0% 100%, 0% 15%);
}
.blog-grid .news-block-two .inner-box .lower-content .post-date h5 i, .course-style-three.alternat-2 .course-block-one .lower-box h6 {
	color: #a6a7ab;
}
.course-block-one .lower-box .icon-box-2 {
	position: absolute;
	left: 0;
	top: 7px;
	opacity: 0;
	transition: 0.5s;
}
.course-style-three .shape .shape-3 {
	position: absolute;
	right: 100px;
	bottom: 195px;
	width: 137px;
	height: 13px;
	background-repeat: no-repeat;
}
.course-details .inner-box .upper-box {
	position: relative;
	padding-left: 200px;
	margin-bottom: 39px;
}
.course-details .inner-box .upper-box .price-box {
	position: absolute;
	left: 0;
	top: 7px;
	width: 140px;
	padding: 20px 25px 18px;
	clip-path: polygon(0% 0%, 60% 0%, 100% 40%, 100% 100%, 80% 100%, 0% 100%, 0% 73%, 0% 20%);
}
.course-details .inner-box .upper-box .price-box h2 {
	display: inline-block;
	font-size: 48px;
	line-height: 50px;
	font-weight: 500;
	padding-right: 15px;
	margin-bottom: 5px;
}
.course-details .inner-box .upper-box .price-box h2 span {
	position: absolute;
	right: 0;
	bottom: -9px;
	font-size: 20px;
}
.course-details .inner-box .upper-box .price-box h5, .enquire-section .text h5 {
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}
.course-details .inner-box .upper-box .inner .rating {
	margin-bottom: 13px;
}
.course-details .inner-box .upper-box .inner p {
	font-weight: 500;
	margin-bottom: 17px;
}
.course-details .inner-box .upper-box .inner .feedback {
	position: relative;
	display: block;
	padding-left: 25px;
}
.course-details .inner-box .upper-box .inner .feedback .icon-box {
	position: absolute;
	left: 0;
	top: -5px;
}
.course-details .inner-box .lower-box {
	position: relative;
	display: block;
	background: #121113;
}
.course-details .inner-box .lower-box .border-one {
	position: absolute;
	content: "";
	background: rgba(255, 255, 255, 0.2);
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
}
.course-details .inner-box .lower-box .border-two {
	position: absolute;
	content: "";
	background: rgba(255, 255, 255, 0.2);
	width: 1px;
	height: 100%;
	left: 50%;
	top: 0;
}
.course-details .inner-box .lower-box .single-item {
	position: relative;
	display: block;
	padding: 27px 20px 26px 90px;
}
.course-details .inner-box .lower-box .single-item .icon-box {
	position: absolute;
	left: 30px;
	top: 30px;
}
.course-details .inner-box .lower-box .single-item h6 {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.course-details .inner-box .lower-box .single-item span {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: #d2d3d7;
}
.team-section.course-details .team-block-one .inner-box .image-box .text {
	font-size: 30px;
	text-shadow: none;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #353338;
}
.trainers-section .image-box .image {
	position: relative;
	display: block;
	clip-path: polygon(0% 0%, 81% 0%, 100% 25%, 100% 100%, 80% 100%, 19% 100%, 0% 75%, 0% 20%);
}
.trainers-section .content-box {
	position: relative;
	display: block;
	margin-right: 30px;
	margin-top: -9px;
}
.trainers-section .content-box .support-box {
	position: relative;
	display: block;
	padding: 0 0 0 55px;
}
.trainers-section .content-box .support-box h5 {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #75767b;
	margin-bottom: 3px;
}
.trainers-section .content-box .support-box h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
}
.enquire-section {
	position: relative;
	padding: 112px 0 113px;
}
.enquire-section .sec-title p {
	color: #121113;
	font-weight: 500;
}
.nice-select:after {
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #6e6e6e;
	border-right: 2px solid #6e6e6e;
	right: 20px;
}
.nice-select {
	position: relative;
	display: block;
	height: 56px;
	border: 1px solid #fff !important;
	background: #fff;
	padding: 0 20px;
	font-size: 16px;
	font-family: Inter, sans-serif;
	color: #75767b;
	border-radius: 0;
}
.enquire-section .form-inner .form-group {
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.enquire-section .form-inner .form-group .select-box {
	min-height: 56px;
}
.enquire-section .form-inner .form-group input[type="email"], .enquire-section .form-inner .form-group input[type="text"], .enquire-section .form-inner .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 56px;
	background: #fff;
	padding: 10px 20px;
	font-size: 16px;
	font-family: Inter, sans-serif;
	color: #75767b;
	border: 1px solid #fff;
	transition: 0.5s;
}
.enquire-section .form-inner .form-group textarea {
	height: 142px;
	resize: none;
}
.enquire-section .form-inner .form-group button {
	position: relative;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	font-family: Lexend, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #121113;
	background: #fff;
	padding: 16px 30px;
	transition: 0.5s;
}
.enquire-section .form-inner .form-group button:hover {
	color: #fff;
	background: #121113;
}
.enquire-section .text {
	padding-top: 13px;
}
.enquire-section .shape .shape-2 {
	position: absolute;
	left: 345px;
	bottom: 100px;
	width: 137px;
	height: 13px;
	background-repeat: no-repeat;
}
.enquire-section .shape .shape-4 {
	position: absolute;
	bottom: 120px;
	right: 100px;
	width: 178px;
	height: 20px;
	background-repeat: no-repeat;
}
.about-service {
	position: relative;
	padding: 115px 0;
}
.about-service .text .list li, .blog-details-content .content-three .list li {
	position: relative;
	display: block;
	padding-left: 35px;
	margin-bottom: 10px;
}
.about-service .text .list li:before, .blog-details-content .content-three .list li:before {
	position: absolute;
	content: "\f12f";
	font-family: flaticon;
	font-size: 16px;
	left: 0;
	top: 1px;
	color: #a6a7ab;
}
.about-service .text .theme-btn {
	padding: 13px 45px;
}
.service-section.service-page {
	background: #fff;
	padding: 320px 0 70px;
}
.service-section.service-page .service-block-one .inner-box {
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
	background: #121113;
	margin-bottom: 50px;
}
.service-section.service-page .shape .shape-3 {
	position: absolute;
	left: 275px;
	top: 0;
	width: 303px;
	height: 161px;
	background-repeat: no-repeat;
}
.service-section.service-page .shape .shape-5 {
	position: absolute;
	top: 0;
	right: 375px;
	width: 49px;
	height: 30px;
	background-repeat: no-repeat;
}
.service-section.service-page .shape .shape-6 {
	position: absolute;
	top: 90px;
	right: 0;
	width: 713px;
	height: 579px;
	background-repeat: no-repeat;
}
.service-section.service-page .shape .shape-7 {
	position: absolute;
	right: 100px;
	bottom: 170px;
	width: 137px;
	height: 13px;
	background-repeat: no-repeat;
}
.service-section.service-page .shape .shape-8 {
	position: absolute;
	left: 230px;
	bottom: 320px;
	width: 49px;
	height: 30px;
	background-repeat: no-repeat;
}
.service-section.service-page .shape .shape-9 {
	position: absolute;
	left: 100px;
	top: 35%;
	width: 178px;
	height: 20px;
	background-repeat: no-repeat;
}
.service-section.service-page .big-text {
	position: absolute;
	left: 120px;
	top: 55px;
	font-size: 190px;
	line-height: 200px;
	font-family: Lexend, sans-serif;
	font-weight: 700;
	margin-bottom: 36px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: -1px -1px 0 #e9ebee, 1px -1px 0 #e9ebee, -1px 1px 0 #e9ebee, 1px 1px 0 #e9ebee;
	z-index: 1;
}
.service-section.service-page-2 {
	padding-top: 111px;
}
.service-section.service-page .service-block-one .inner-box .lower-content .lower-box .arrow-icon li {
	color: #f6f6f7;
}
.blog-list-one .news-block-one .inner-box, .blog-sidebar .search-widget, .service-details-content .content-one {
	margin-bottom: 60px;
}
.service-details-content .content-one .upper-text {
	margin-bottom: 45px;
}
.service-details-content h2 {
	position: relative;
	display: block;
	font-size: 36px;
	line-height: 46px;
	font-weight: 500;
	margin-bottom: 23px;
}
.service-details-content .content-one .two-column .text {
	margin-right: -20px;
}
.service-details-content .content-one .inner-box {
	margin-left: 20px;
	margin-top: 8px;
}
.service-details-content .content-one .inner-box .single-item {
	position: relative;
	display: block;
	background: #f6f6f7;
	padding: 24px 30px 23px 65px;
	margin-bottom: 30px;
	margin-left: 35px;
}
.service-details-content .content-one .inner-box .single-item .icon-box {
	position: absolute;
	display: inline-block;
	left: -35px;
	top: 35px;
	width: 70px;
	height: 70px;
	line-height: 78px;
	background: #fff;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
	font-size: 24px;
	text-align: center;
	color: #c3c4c8;
}
.service-details-content .image-box {
	position: relative;
	display: block;
	margin-bottom: 52px;
}
.service-details-content .content-two .text {
	margin-bottom: 37px;
}
.service-details-content .content-two .single-item {
	position: relative;
	display: block;
	padding-left: 60px;
	margin-bottom: 38px;
}
.service-details-content .content-two .single-item .icon-box {
	position: absolute;
	left: 0;
	top: 6px;
	width: 42px;
	height: 42px;
	line-height: 46px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}
.service-details-content .content-two .single-item h5 {
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 2px;
}
.service-details-content .content-two .inner-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f6f6f7;
	padding: 33px 40px 36px;
	margin-top: 16px;
	clip-path: polygon(0% 0%, 95% 0%, 100% 30%, 100% 100%, 80% 100%, 5% 100%, 0% 75%, 0% 20%);
}
.service-details-content .content-two .inner-box .download-option {
	position: relative;
	display: block;
	padding-left: 70px;
}
.service-details-content .content-two .inner-box .download-option h5 {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-family: Lexend, sans-serif;
	font-weight: 500;
	color: #75767b;
	margin: 0;
}
.blog-page-one .more-btn .theme-btn, .blog-page-three .more-btn .theme-btn, .service-details-content .content-two .inner-box .theme-btn {
	padding: 13px 50px;
}
.service-details-content .content-two {
	margin-bottom: 52px;
}
.service-details-content .content-three .tabs-content {
	position: relative;
	padding: 33px 40px 34px;
	border: 1px solid #e8eaed;
}
.service-details-content .content-three .tab-btns li {
	position: relative;
	display: inline-block;
	float: left;
	width: 50%;
	padding: 17px 30px 17px 40px;
	cursor: pointer;
	border: 1px solid #fff;
	border-bottom: none !important;
	transition: 0.5s;
}
.service-details-content .content-three .tab-btns li.active-btn {
	border: 1px solid #e8eaed;
}
.service-details-content .content-three .tab-btns li h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	padding-left: 22px;
	color: #a6a7ab;
	transition: 0.5s;
}
.service-details-content .content-three .tab-btns li h4:before {
	position: absolute;
	content: "\f106";
	font-family: flaticon;
	font-size: 14px;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.5s;
}
.service-category {
	position: relative;
	display: block;
	background: #fff;
	padding: 24px 30px 23px;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}
.service-sidebar .service-category h4 {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	padding-bottom: 12px;
	margin-bottom: 24px;
}
.service-sidebar .service-category .category-list li {
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.service-sidebar .service-category .category-list li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	font-family: Lexend, sans-serif;
	color: #121113;
	padding-left: 30px;
}
.service-sidebar .service-category .category-list li a:before {
	position: absolute;
	content: "\f2ec";
	font-family: "Font Awesome 5 Pro";
	font-size: 12px;
	left: 0;
	top: 1px;
	color: #a6a7ab;
	transition: 0.5s;
}
.service-sidebar .service-category .category-list li a.current:before, .service-sidebar .service-category .category-list li a:hover:before {
	transform: rotate(90deg);
}
.service-sidebar .service-category .shape {
	position: absolute;
	left: 0;
	top: -6px;
	width: 100%;
	height: 6px;
	background-repeat: repeat-x;
	animation: 60s linear infinite slide_2;
	-webkit-animation: 60s linear infinite slide_2;
}
.service-sidebar .contact-widget {
	position: relative;
	display: block;
	background: #121113;
	padding: 24px 30px 30px;
	overflow: hidden;
	max-width: 270px;
}
.service-sidebar .contact-widget h4 {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
}
.service-sidebar .contact-widget p {
	color: #d2d3d7;
	margin-bottom: 218px;
}
.service-sidebar .contact-widget .image-box {
	position: absolute;
	right: 0;
	bottom: 107px;
	clip-path: polygon(0% 26%, 100% 0%, 100% 30%, 100% 100%, 100% 74%, 0% 100%, 0% 100%, 0% 20%);
}
.service-sidebar .contact-widget .theme-btn {
	background: #fff;
	color: #121113;
	width: 100%;
	padding: 13px 30px;
}
.service-sidebar .contact-widget .shape {
	position: absolute;
	left: 0;
	bottom: 127px;
	width: 240px;
	height: 160px;
	background-repeat: no-repeat;
}
.news-block-one .inner-box .lower-content h3 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	padding-bottom: 18px;
	margin-bottom: 17px;
	border-bottom: 1px solid #e2e3e6;
}
.blog-grid {
	padding: 120px 0;
}
.blog-grid .news-block-one .inner-box {
	margin-bottom: 50px;
}
.blog-page-one .more-btn, .blog-page-three .more-btn {
	margin-top: 10px;
}
.blog-page-two.blog-grid .news-block-one .inner-box {
	margin-bottom: 40px;
}
.blog-page-two .pagination-wrapper {
	margin-top: 20px;
}
.blog-details-content .content-one .post-info, .blog-details-content .content-three, .blog-grid .news-block-two .inner-box {
	margin-bottom: 44px;
}
.blog-list-one .news-block-one .inner-box .lower-content h3 {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 14px;
}
.blog-list .news-block-one .inner-box .lower-content h3 {
	padding-bottom: 0;
	border-bottom: none;
}
.blog-list .news-block-one .inner-box {
	box-shadow: none;
}
.blog-list .news-block-one .inner-box .lower-content {
	background: 0 0;
	clip-path: none;
	padding: 0;
}
.blog-list .news-block-one .inner-box .lower-content .text {
	background: #f6f6f7;
	border: 1px solid #e8eaed;
	padding: 32px 40px 33px;
}
.blog-list .news-block-one .inner-box .lower-content .lower-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 17px 70px 15px 40px;
	background: #fff;
	border: 1px solid #e8eaed;
	border-top: none;
	clip-path: polygon(0% 0%, 100% 0%, 93% 100%, 0% 100%, 0% 0%);
}
.blog-list .news-block-one .inner-box .lower-content .lower-box:before {
	position: absolute;
	content: "";
	background: #e8eaed;
	width: 1px;
	height: 83px;
	top: -12px;
	right: 27px;
	transform: rotate(43deg);
}
.blog-list .news-block-one .inner-box .lower-content .lower-box:after {
	position: absolute;
	content: "";
	background: #e8eaed;
	width: 1px;
	height: 82px;
	top: -12px;
	right: 120px;
	transform: rotate(43deg);
}
.blog-list .news-block-one .inner-box .lower-content .lower-box .share-box .share-btn {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #a6a7ab;
}
.blog-list .news-block-one .inner-box .lower-content .lower-box .share-box .social-links {
	position: absolute;
	right: 20px;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	width: 70px;
	transition: 0.5s;
}
.blog-list .news-block-one .inner-box .lower-content .lower-box .share-box .social-links:before {
	position: absolute;
	content: "";
	background: 0 0;
	width: 15px;
	height: 20px;
	right: -15px;
	top: 0;
}
.blog-list .news-block-one .inner-box .lower-content .lower-box .share-box:hover .social-links {
	opacity: 1;
	visibility: visible;
	right: 30px;
}
.blog-list .news-block-one .inner-box .lower-content .lower-box .share-box .social-links li {
	position: relative;
	display: inline-block;
	margin-left: 12px;
}
.blog-details-content .content-one .upper-box .other-option .share-box .social-links li a, .blog-list .news-block-one .inner-box .lower-content .lower-box .share-box .social-links li a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #a6a7ab;
}
.blog-sidebar .widget-title {
	position: relative;
	display: block;
	padding-left: 23px;
	margin-bottom: 22px;
}
.blog-sidebar .widget-title:before {
	position: absolute;
	content: "\f106";
	font-family: flaticon;
	font-size: 14px;
	left: 0;
	top: 2px;
	transition: 0.5s;
}
.blog-sidebar .search-widget .search-inner .form-group button {
	position: absolute;
	top: 19px;
	right: 17px;
	font-size: 22px;
	color: #121113;
	cursor: pointer;
	transition: 0.5s;
}
.blog-sidebar .author-widget .image-box {
	position: relative;
	padding: 0 50px;
	margin-bottom: 24px;
}
.blog-sidebar .author-widget .image-box .image {
	position: relative;
	display: block;
	clip-path: polygon(0% 0%, 78% 0%, 100% 24%, 100% 100%, 80% 100%, 23% 100%, 0% 76%, 0% 20%);
}
.blog-sidebar .author-widget .image-box .big-text {
	position: absolute;
	left: -73px;
	top: 65px;
	font-size: 34px;
	line-height: 40px;
	font-weight: 700;
	font-family: Inter, sans-serif;
	color: #fff;
	transform: rotate(90deg);
	text-transform: uppercase;
}
.blog-sidebar .author-widget .image-box .shape {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 26px;
	height: 150px;
	background-repeat: no-repeat;
}
.blog-sidebar .author-widget .author-content h4 {
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 7px;
}
.blog-sidebar .author-widget .author-content p {
	margin-bottom: 18px;
}
.blog-details-content .content-one .upper-box .other-option > li, .blog-details-content .post-tags .tags-list li, .blog-sidebar .author-widget .author-content .social-links li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.blog-sidebar .author-widget .author-content .social-links li a {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	border: 1px solid #e8eaed;
	color: #a6a7ab;
	text-align: center;
}
.blog-sidebar .author-widget {
	padding-bottom: 40px;
	margin-bottom: 34px;
	border-bottom: 1px solid #e7e9ec;
}
.blog-sidebar .category-widget .category-list li {
	position: relative;
	display: block;
	margin-bottom: 16px;
}
.blog-sidebar .category-widget .category-list li a {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-family: Lexend, sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	color: #75767b;
}
.blog-sidebar .category-widget .category-list li a span {
	position: relative;
	display: inline-block;
	top: -8px;
}
.blog-sidebar .category-widget .category-list li a:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid #d2d3d7;
	top: 4px;
	right: 0;
	transition: 0.5s;
}
.blog-sidebar .category-widget {
	padding-bottom: 33px;
	margin-bottom: 33px;
	border-bottom: 1px solid #e7e9ec;
}
.blog-sidebar .post-widget .post {
	position: relative;
	display: block;
	padding-left: 100px;
	min-height: 89px;
	margin-bottom: 30px;
}
.blog-sidebar .post-widget .post .post-thumb {
	position: absolute;
	left: 0;
	top: 5px;
	width: 80px;
	height: 80px;
	background: #121113;
}
.blog-sidebar .post-widget .post .post-thumb img {
	width: 100%;
	opacity: 0.9;
	transition: 0.5s;
}
.blog-sidebar .post-widget .post:hover .post-thumb img {
	opacity: 0.25;
}
.blog-sidebar .post-widget .post .post-thumb a {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0, 0);
	font-size: 24px;
	z-index: 1;
}
.blog-sidebar .post-widget .post .post-date {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-family: Lexend, sans-serif;
	color: #75767b;
	margin-bottom: 9px;
}
.blog-sidebar .post-widget .post .post-date i {
	margin-right: 8px;
	font-size: 14px;
}
.blog-details-content .post-btn .single-btn h5, .blog-sidebar .post-widget .post h5 {
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
}
.blog-sidebar .post-widget {
	padding-bottom: 36px;
	margin-bottom: 33px;
	border-bottom: 1px solid #e7e9ec;
}
.blog-sidebar .tags-widget .tags-list li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.blog-sidebar .tags-widget .tags-list li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-family: Lexend, sans-serif;
	color: #75767b;
	background: #f6f6f7;
	padding: 6px 20px;
}
.blog-sidebar .tags-widget .widget-title {
	margin-bottom: 32px;
}
.blog-sidebar .tags-widget {
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e7e9ec;
}
.blog-sidebar .newsletter-widget .widget-content {
	position: relative;
	display: block;
	background: #121113;
	padding: 35px 40px 33px;
	clip-path: polygon(0% 0%, 84% 0%, 100% 16%, 100% 100%, 80% 100%, 16% 100%, 0% 84%, 0% 20%);
	max-width: 370px;
}
.blog-sidebar .newsletter-widget p {
	color: #d2d3d7;
	margin-bottom: 23px;
}
.blog-sidebar .newsletter-widget .form-inner .form-group {
	position: relative;
	margin-bottom: 10px;
}
.blog-sidebar .newsletter-widget .form-inner .form-group:last-child {
	margin-bottom: 0;
	padding-top: 9px;
}
.blog-sidebar .newsletter-widget .form-inner .form-group input[type="email"] {
	position: relative;
	display: block;
	width: 100%;
	height: 52px;
	background: #fff;
	font-size: 16px;
	color: #75767b;
	padding: 10px 20px;
}
.blog-sidebar .newsletter-widget .form-inner .form-group button {
	width: 100%;
	padding: 13px 15px;
}
.blog-sidebar .newsletter-widget .shape {
	position: absolute;
	right: 0;
	top: 60px;
	width: 145px;
	height: 247px;
	background-repeat: no-repeat;
}
.check-box {
	margin-bottom: 9px;
}
.check-box label {
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #d2d3d7;
	padding-left: 27px;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 0;
	transition: 0.5s;
}
.check-box label:before {
	position: absolute;
	content: "";
	left: 0;
	top: 6px;
	width: 16px;
	height: 16px;
	background: #fff;
}
.check-box label:after {
	position: absolute;
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-size: 10px;
	left: 0;
	top: 5px;
	width: 16px;
	height: 16px;
	line-height: 18px;
	color: #121113;
	opacity: 0;
	font-weight: 700;
	text-align: center;
}
.blog-list-two .news-block-one .inner-box {
	position: relative;
	padding-left: 270px;
	margin-bottom: 40px;
}
.blog-list-two .news-block-one .inner-box .image-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
}
.blog-list-two .news-block-one .inner-box .category {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	font-family: Lexend, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #121113;
	padding: 10px 22px;
	margin-bottom: 5px;
}
.blog-list-two .news-block-one .inner-box .lower-content .text {
	padding: 22px 30px 23px;
}
.blog-list-two .news-block-one .inner-box .lower-content .lower-box {
	clip-path: polygon(0% 0%, 100% 0%, 91% 100%, 0% 100%, 0% 0%);
}
.blog-list-two .news-block-one .inner-box .image-box .image img {
	opacity: 0.9;
	transition: 0.5s;
}
.blog-list-two .news-block-one .inner-box:hover .image-box .image img {
	opacity: 0.5;
}
.blog-list-two .pagination-wrapper {
	padding-top: 20px;
}
.blog-list-two .blog-sidebar .author-widget .image-box {
	padding-right: 0;
}
.blog-list-two .blog-sidebar .author-widget .image-box .signature {
	left: 50px;
}
.blog-list-two .blog-sidebar .post-widget .post {
	padding-left: 0;
	margin-bottom: 21px;
}
.blog-list-two .blog-sidebar .tags-widget .tags-list li {
	margin-right: 5px;
	margin-bottom: 5px;
}
.blog-list-two .blog-sidebar .newsletter-widget .shape {
	top: inherit;
	bottom: -13px;
}
.blog-list-two .blog-sidebar .newsletter-widget .widget-content {
	padding-left: 30px;
	padding-right: 30px;
}
.blog-details-header.main-header .outer-box {
	border-bottom: 1px solid #e8eaed;
}
.blog-details-content .content-one .upper-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 21px;
}
.blog-details-content .content-one .upper-box .category {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	font-family: Lexend, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #121113;
	padding: 10px 22px;
}
.blog-details-content .content-one .upper-box .other-option > li > a {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #f6f6f7;
	font-size: 16px;
	border: 1px solid #e3e4e7;
	color: #a6a7ab;
	text-align: center;
	border-radius: 50%;
}
.blog-details-content .content-one .upper-box .other-option .share-box .social-links {
	position: absolute;
	top: -20px;
	right: 0;
	width: 70px;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
}
.blog-details-content .content-one .upper-box .other-option .share-box .social-links:before {
	position: absolute;
	content: "";
	background: 0 0;
	width: 100%;
	height: 5px;
	left: 0;
	bottom: -5px;
}
.blog-details-content .content-one .upper-box .other-option .share-box:hover .social-links {
	top: -30px;
	visibility: visible;
	opacity: 1;
}
.blog-details-content .content-one h2 {
	display: block;
	font-size: 48px;
	line-height: 58px;
	font-weight: 500;
	margin-bottom: 23px;
}
.blog-details-content .content-one .image-box {
	position: relative;
	display: block;
	margin-bottom: 43px;
}
.blog-details-content .content-one, .contact-section .inner-box .inner {
	margin-bottom: 34px;
}
.blog-details-content .small-title {
	position: relative;
	display: block;
	margin-bottom: 30px;
	padding-left: 32px;
}
.blog-details-content .small-title:before {
	position: absolute;
	content: "\f106";
	font-family: flaticon;
	font-size: 22px;
	left: 0;
	top: 1px;
}
.blog-details-content .small-title h3 {
	display: block;
	font-size: 28px;
	line-height: 28px;
	font-weight: 500;
}
.blog-details-content .content-two {
	margin-bottom: 47px;
}
.blog-details-content .content-three h5 {
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 16px;
}
.blog-details-content .content-four .text p {
	padding-bottom: 33px;
	margin-bottom: 23px;
	border-bottom: 4px solid #121113;
}
.blog-details-content .content-four .text h4 {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #75767b;
	margin-bottom: 14px;
}
.blog-details-content .content-four .text .designation {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
}
.blog-details-content .content-four .text .icon-box {
	position: absolute;
	right: 8px;
	bottom: -17px;
	font-size: 120px;
	color: #f6f6f7;
}
.blog-details-content .content-four .two-column {
	margin-bottom: 39px;
}
.blog-details-content .content-four {
	margin-bottom: 41px;
}
.blog-details-content .content-five {
	margin-bottom: 36px;
}
.blog-details-content .post-tags h6 {
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.blog-details-content .post-tags .tags-list li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: Lexend, sans-serif;
	color: #75767b;
	background: #f6f6f7;
	padding: 5px 20px;
}
.blog-details-content .post-tags {
	padding-bottom: 50px;
	margin-bottom: 43px;
	border-bottom: 1px solid #e8eaed;
}
.blog-details-content .post-btn .single-btn.prev-btn {
	padding-left: 100px;
}
.blog-details-content .post-btn .single-btn.next-btn {
	padding-right: 100px;
}
.blog-details-content .post-btn .single-btn .icon-box {
	position: absolute;
	top: 7px;
}
.blog-details-content .post-btn .single-btn.prev-btn .icon-box {
	left: 0;
	transform: rotate(180deg);
}
.blog-details-content .post-btn .single-btn .icon-box a {
	position: relative;
	display: inline-block;
	width: 74px;
	height: 74px;
	line-height: 80px;
	border: 1px solid #e8eaed;
	text-align: center;
	font-size: 24px;
	color: #c3c4c8;
}
.blog-details-content .post-btn .single-btn h6 {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #75767b;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 8px;
}
.blog-details-content .post-btn {
	margin-bottom: 84px;
}
.blog-details-content .related-post h2 {
	display: block;
	font-size: 36px;
	line-height: 46px;
	font-weight: 500;
	margin-bottom: 40px;
}
.blog-details-content .comments-form-area {
	position: relative;
	display: block;
	background: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
	padding: 41px 50px 50px;
}
.blog-details-content .comments-form-area h2 {
	display: block;
	font-size: 36px;
	line-height: 46px;
	font-weight: 500;
	margin-bottom: 3px;
}
.blog-details-content .comments-form-area .form-inner .form-group {
	position: relative;
	margin-bottom: 20px;
}
.blog-details-content .comments-form-area .form-inner .form-group input[type="email"], .blog-details-content .comments-form-area .form-inner .form-group input[type="text"], .blog-details-content .comments-form-area .form-inner .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 56px;
	border: 1px solid #e8eaed;
	font-size: 16px;
	color: #75767b;
	padding: 10px 20px;
	transition: 0.5s;
}
.blog-details-content .comments-form-area .form-inner .form-group textarea {
	height: 120px;
	resize: none;
}
.blog-details-content .comments-form-area .form-inner .form-group button {
	width: 100%;
	padding: 15px 30px;
}
.contact-section .inner-container {
	position: relative;
	background: #121113;
	clip-path: polygon(0% 0%, 87% 0%, 100% 18%, 100% 100%, 80% 100%, 25% 100%, 0% 100%, 0% 20%);
}
.contact-section .inner-box, .contact-section .lower-box {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.contact-section .shape {
	position: absolute;
	top: 180px;
	right: 370px;
	width: 183px;
	height: 21px;
	background-repeat: no-repeat;
	z-index: 1;
}
.contact-section .inner-box {
	position: relative;
	width: 100%;
	max-width: 400px;
	padding: 100px 60px;
}
.contact-section .inner-box:before {
	position: absolute;
	content: "";
	background: #121113;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.72;
}
.contact-section .inner-box .single-item .icon-box {
	position: relative;
	display: block;
	margin-bottom: 19px;
}
.contact-section .inner-box .single-item h4 {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 11px;
}
.contact-section .inner-box .single-item p, .contact-section .inner-box .single-item p a {
	color: #afb1b4;
}
.contact-section .inner-box .social-links li a {
	position: relative;
	display: inline-block;
	width: 52px;
	height: 52px;
	line-height: 52px;
	background: #fff;
	font-size: 16px;
	color: #75767b;
	text-align: center;
	border-radius: 50%;
}
.contact-section .form-inner {
	position: relative;
	padding: 91px 100px 100px 0;
}
.contact-section .form-inner .sec-title p {
	color: #d2d3d7;
}
.contact-section .form-inner form {
	margin: 0 5px;
}
.contact-section .form-inner form .form-group {
	position: relative;
	margin-bottom: 20px;
	padding: 0 10px;
}
.contact-section .form-inner form .form-group input[type="email"], .contact-section .form-inner form .form-group input[type="text"], .contact-section .form-inner form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 52px;
	background: #fff;
	border: 1px solid #fff;
	font-size: 16px;
	color: #75767b;
	padding: 10px 20px;
	transition: 0.5s;
}
.contact-section .form-inner form .form-group .nice-select {
	height: 52px;
	line-height: 52px;
}
.contact-section .form-inner form .form-group textarea {
	height: 125px;
	resize: none;
}
.contact-section .form-inner form .form-group button {
	color: #fff;
	background: 0 0;
	padding: 12px 50px;
}
.contact-section .lower-box {
	position: relative;
	width: 100%;
	padding: 22px 30px;
}
.contact-section .lower-box h5 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}
.location-style-two {
	position: relative;
	padding: 111px 0 115px;
}
.location-block-one .inner-box #contact-google-map {
	position: relative;
	width: 100%;
	height: 270px;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}
.location-block-one .inner-box h3 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	padding-left: 30px;
	margin-bottom: 22px;
}
.location-block-one .inner-box h3:before {
	position: absolute;
	content: "\f106";
	font-family: flaticon;
	font-size: 18px;
	left: 0;
	top: 0;
	transition: 0.5s;
}
.location-block-one .inner-box .lower-content {
	position: relative;
	display: block;
	margin-top: 23px;
}
.location-block-one .inner-box .single-item {
	position: relative;
	margin-bottom: 16px;
}
.location-block-one .inner-box .single-item h6 {
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.location-style-two .shape .shape-1 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% + 310px);
	background: #f6f6f7;
	z-index: -1;
	clip-path: polygon(8% 0%, 100% 0%, 100% 0%, 100% 70%, 100% 100%, 0% 100%, 0% 100%, 0% 15%);
}
.location-style-two .shape .shape-2 {
	position: absolute;
	left: 0;
	top: 120px;
	width: 130px;
	height: 228px;
	background-repeat: no-repeat;
}
.location-style-two .shape .shape-3 {
	position: absolute;
	right: 100px;
	bottom: 185px;
	width: 137px;
	height: 13px;
	background-repeat: no-repeat;
}
.share-box-footer i {
	position: relative;
	display: inline-block;
	font-size: 22px;
	line-height: 24px;
	color: #fff;
}
.entrar-topo{
	padding: 4px 10px !important;
	color: #FFF !important;
	margin-right: 20px;
}
.entrar-topo i{
	font-size: 18px;
	color: #FFF;
}
.header-topo-cursos{
	padding: 40px 0;
}
.header-topo-cursos .sec-title-two {
	margin: 0;
}
.header-topo-cursos .sec-title-two h1, .header-topo-cursos .sec-title-two p{
	color: #FFF;
}
.whatsapp-matricula a{
	font-size: 20px;
	color: #121113;
	font-weight: bold;
}
.whatsapp-matricula i{
	color: #28a745;
	font-size: 26px;
}
.content ol {
	margin-bottom: 30px;
	display: block;
	list-style-type: decimal;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}
.content ul {
	list-style: disc;
	margin-bottom: 30px;
	padding-left: 30px;
}
.content li {
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: list-item;
	display: list-item;
}
.content h4 {
	font-size: 30px;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 20px;
}
.content p {
	font-size: 18px;
	line-height: 1.45;
	margin-bottom: 30px;
}
::marker {
	unicode-bidi: isolate;
	font-variant-numeric: tabular-nums;
	text-transform: none;
	text-indent: 0px !important;
	text-align: start !important;
	text-align-last: start !important;
}
.radio-tile-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.input-container {
	position: relative;
	height: 3rem;
	width: 30%;
	margin: 0.5rem;
}
.radio-button {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	cursor: pointer;
}
.radio-tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: 2px solid #20ab5c;
	border-radius: 5px;
	padding: 1rem;
	transition: transform 300ms ease;
}
.radio-tile-label {
	text-align: center;
	font-size: 0.95rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #20ab5c;
	margin-bottom: 0;
}
.radio-button:checked + .radio-tile {
	background-color: #20ab5c;
	border: 2px solid #20ab5c;
	color: white;
	transform: scale(1.1, 1.1);
	.icon img {
		fill: white;
		background-color: #20ab5c;
   }
	.radio-tile-label {
		color: white;
		background-color: #20ab5c;
   }
}
@media only screen and (max-width:768px){
	.input-container {
		position: relative;
		height: 3rem;
		width: 27%;
		margin: 0.4rem;
   }
	.radio-tile-label {
		font-size: 0.85rem;
   }
}
.precos p{
	margin-bottom: 10px;
}
.precos {
	line-height: 0.8em;
	font-size: 1.8em;
}
.precos strong {
	color: #20ab5c;
	font-weight: 900;
}
.precos .parcelas {
	font-size: 0.8em;
}
@media only screen and (max-width:768px){
	.precos {
		font-size: 1.4em;
   }
	.parcelas, .nome{
		width: 100%;
		display: block;
   }
}
.radio-card {
	border: 2px solid rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	transition: all 0.3s;
	padding: 8px;
}
.radio-card:hover {
	border: 2px solid #20ab5c;
	cursor: pointer;
}
.radio-card-check {
	display: none;
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
}
.radio-card-check i {
	font-size: 1.6rem;
	color: #20ab5c;
}
.text-center {
	text-align: center;
}
.radio-card-icon img {
	width: 40px;
}
.radio-card-label {
	font-weight: 600;
	font-size: 1rem;
}
.radio-card-label-description {
	margin-top: 0.5rem;
	color: rgba(0, 0, 0, 0.7);
}
.radio-card.selected {
	border: 2px solid #20ab5c;
}
.radio-card.selected .radio-card-check {
	display: inline-flex;
}

