:root {
	--theme-color: #2464ab;
	--title-color: #1A1A1A;
	--body-color: #878D97;
	--smoke-color: #EFF1F5;
	--secondary-color: #EEF2FB;
	--black-color: #000000;
	--white-color: #ffffff;
	--yellow-color: #fec624;
	--success-color: #28a745;
	--error-color: #dc3545;
	--border-color: #E0E0E0;
	--title-font: "Exo", sans-serif;
	--body-font: "Fira Sans", sans-serif;
	--icon-font: "Font Awesome 5 Pro";
	--main-container: 1220px;
	--container-gutters: 30px;
	--section-space: 62px;
	--section-space-mobile: 80px;
	--section-title-space: 80px;
	--ripple-ani-duration: 5s
}

.home-five,
.home-four {
	--theme-color: #0037ff;
	--smoke-color: #f6f7fc
}


.header-layout6 .shape1 {
	position: absolute;
	left: var(--pos, 0);
	right: var(--pos, 0);
	top: var(--pos, 0);
	bottom: var(--pos, 0);
	background-color: var(--white-color);
	z-index: -1;
	-webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 80px) 99%, 80px 100%);
	clip-path: polygon(0 0, 100% 0, calc(100% - 80px) 99%, 80px 100%)
}

.header-layout6 .shape2 {
	position: absolute;
	border-bottom: 2px solid var(--white-color);
	left: calc(var(--clip-total) - var(--shape-gap));
	right: calc(var(--clip-total) - var(--shape-gap));
	bottom: calc(var(--shape-gap)/-1)
}

.header-layout6 .shape3:after,
.header-layout6 .shape3:before {
	content: "";
	position: absolute;
	right: calc((var(--shape-gap) + 11px)/-1);
	top: 0;
	width: 2px;
	height: calc(100% + 43px);
	background-color: var(--white-color);
	transform: rotate(32deg);
	transform-origin: top left
}

.header-layout6 .shape3::before {
	right: auto;
	left: calc((var(--shape-gap) + 11px)/-1);
	transform: rotate(-32deg);
	transform-origin: top right
}

@media(min-width: 1500px) {
	.header-layout6 .container {
		padding-left: 50px;
		padding-right: 50px
	}
}

@media(min-width: 1921px) {
	.logo-style1 {
		margin-bottom: -1px
	}
}

@media(max-width: 1500px) {
	.header-layout6 {
		position: relative
	}

	.header-layout6 .shape3,
	.header-layout6 .shape2,
	.header-layout6 .shape1 {
		display: none
	}
}

@media(max-width: 1399px) {
	.header-layout3 .main-menu>ul>li {
		margin: 0 13px
	}
}

@media(max-width: 1199px) {
	.header-search {
		width: 200px
	}

	.main-menu>ul>li {
		margin: 0 14px
	}

	.header-layout2 {
		margin: 0
	}

	.header-layout2 .header-shape {
		height: 100%
	}
}

@media(max-width: 991px) {
	.header-links li {
		padding-right: 15px;
		margin-right: 10px
	}

	.header-logo {
		padding: 15px 0
	}

	.logo-style1 {
		padding: 20px 20px 20px 20px
	}

	.header-layout1 .vs-menu-toggle {
		margin: 10px 0
	}

	.header-layout2 .menu-area {
		padding: 0 20px 0 0
	}
}

@media(max-width: 575px) {
	.header-info:nth-child(2) {
		padding-left: 10px
	}

	.header-info_label {
		font-size: 12px
	}

	.header-info_link {
		font-size: 14px
	}

	.header-info_icon {
		font-size: 20px;
		margin-right: 10px
	}

	.header-links li {
		padding-right: 10px;
		margin-right: 0;
		border-right: none;
		font-size: 12px
	}

	.header-links li i {
		margin-right: 5px
	}

	.logo-style1 {
		padding: 15px 15px 15px 15px;
		max-width: 200px
	}

	.header-layout2 .header-top {
		padding: 13px 0
	}
}

.widget-area {
	padding-top: 48px;
	padding-bottom: 10px
}

.copyright-wrap {
	text-align: center;
	padding: 29px 0;
	background-color: #0b2048
}

.copyright-text {
	margin: 0;
	font-size: 14px
}

.footer-layout3,
.footer-layout2,
.footer-layout1 {
	--body-color: #8A99B4;
	--title-color: #fff
}

.footer-layout1 {
	background-color: #071a3e
}

.footer-layout1 .footer-top {
	border-bottom: 1px solid #152b54
}

.footer-layout2 {
	background-color: #051634;
	overflow: hidden
}

.footer-layout2 .footer-top {
	border-bottom: 1px solid #14284f;
	padding: 50px 0
}

.footer-layout2 .footer-text {
	max-width: 390px;
	margin-bottom: 33px
}

.footer-layout2 .widget-area {
	padding: 50px 0 0px 0
}

@media(min-width: 1399px) {
	.footer-layout2 .footer-widget {
		padding: 0;
		margin: 0;
		height: 100%
	}

	.footer-layout2 .widget-area {
		padding: 0
	}

	.footer-layout2 .widget-area .row>div {
		padding-top: 50px;
		padding-bottom: 44px
	}

	.footer-layout2 .widget-area .row>div:nth-child(2) {
		text-align: center;
		border-left: 1px solid #14284f;
		border-right: 1px solid #14284f;
		padding-left: 60px;
		padding-right: 60px
	}

	.footer-layout2 .widget-area .row>div:nth-child(3) {
		padding-left: 60px
	}
}

.footer-layout3 {
	background-color: #071a3e
}

.footer-layout3 .footer-top {
	background-color: #0b2048
}

.footer-layout3 .copyright-wrap {
	background-color: #0b1f44
}

.footer-layout4 {
	padding-bottom: 60px;
	position: relative
}

.footer-layout4 .shape1 {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 550px
}

.footer-layout4 .footer-top {
	padding-top: var(--section-space);
	padding-bottom: var(--section-space);
	border-bottom: 1px solid #436af7
}

.footer-layout4 .widget-area {
	--title-color: #fff;
	--body-color: #e6ebff;
	padding-top: 80px;
	padding-bottom: 20px
}

.footer-layout4 .widget-area a:hover {
	color: #fff
}

.footer-layout4 .copyright-wrap {
	background-color: #1648ff;
	padding: 20.5px 40px
}

.footer-layout4 .copyright-wrap .copyright-text {
	color: var(--white-color)
}

.footer-layout4 .widget_title {
	font-weight: 600;
	margin-bottom: 35px
}

.footer-layout4 .post-title a {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	background-image: linear-gradient(white, white);
	background-size: 0 1px;
	background-repeat: no-repeat;
	background-position: left bottom
}

.footer-layout4 .post-title a:hover {
	color: var(--white-color);
	background-size: 100% 1px
}

.footer-layout4 .recent-post-meta a {
	font-size: 12px
}

.footer-layout4 .recent-post-meta a i {
	color: inherit;
	margin-right: 10px
}

.footer-layout4 .footer-widget.widget_nav_menu a {
	padding-left: 15px;
	margin-bottom: 23px
}

.footer-layout4 .footer-widget.widget_nav_menu a:before {
	content: "";
	display: block;
	right: auto;
	left: 0;
	top: -1px;
	color: var(--white-color)
}

.footer-layout4 .recent-post .post-title {
	max-width: 200px
}

.footer-layout4 .gallery-thumb,
.footer-layout4 .gallery-thumb img,
.footer-layout4 .recent-post .media-img img {
	border-radius: 0
}

.footer-layout5 {
	border-top: 2px solid var(--theme-color);
	background-color: #fafafb
}

@media(min-width: 1199px) {
	.footer-layout5 {
		padding-top: 192px
	}
}

.footer-layout5 .widget-area {
	padding-top: 88px;
	padding-bottom: 50px
}

.footer-layout5 .widget_title {
	margin-bottom: 55px;
	margin-top: 10px;
	font-weight: 600
}

.footer-layout5 .copyright-wrap {
	background-color: #fafafb;
	border-top: 1px solid #e6e8f2;
	padding: 24px 0
}

.footer-layout5 .copyright-text {
	color: var(--body-color)
}

@media(max-width: 1500px) {
	.footer-layout4 .shape1 {
		max-width: 380px
	}
}

@media(max-width: 1199px) {

	.footer-layout3 .footer-top,
	.footer-layout1 .footer-top {
		padding: 50px 0
	}

	.footer-layout3 .footer-top .row,
	.footer-layout1 .footer-top .row {
		--bs-gutter-y: 40px
	}

	.footer-layout5 .widget_title {
		margin-bottom: 30px
	}

	.footer-layout4 .shape1 {
		max-width: 230px
	}
}

@media(max-width: 991px) {
	.footer-layout1 {
		text-align: center
	}

	.footer-layout1 .footer-text {
		margin-left: auto;
		margin-right: auto
	}

	.footer-layout2 .footer-text {
		max-width: 100%
	}

	.footer-layout2 .footer-top-logo {
		text-align: center
	}

	.footer-layout2 .widget-area {
		padding: 50px 0 10px 0
	}

	.footer-layout2 .footer-widget {
		margin-bottom: 40px
	}

	.footer-layout4 .shape1 {
		display: none
	}

	.footer-layout4 .footer-top {
		padding-top: var(--section-space-mobile);
		padding-bottom: var(--section-space-mobile)
	}
}

@media(max-width: 767px) {
	.footer-layout2 .footer-social {
		text-align: center
	}

	.footer-layout2 .footer-social .social-title {
		display: block;
		margin: 0 0 20px 0
	}

	.footer-layout4 .copyright-wrap {
		padding: 20.5px 10px
	}
}

.breadcumb-menu {
	max-width: 100%;
	margin: -0.35em 0 -0.35em 0;
	padding: 0;
	list-style-type: none
}

.breadcumb-menu li {
	display: inline-block;
	list-style: none;
	position: relative
}

.breadcumb-menu li:after {
	content: "/";
	position: relative;
	margin: 0 5px 0 10px
}

.breadcumb-menu li:last-child:after {
	display: none
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
	white-space: normal;
	color: inherit;
	word-break: break-word;
	font-weight: 500;
	font-size: 16px;
	font-family: var(--title-font);
	color: var(--white-color)
}

.breadcumb-title {
	color: var(--white-color);
	margin: -0.3em 0 -0.35em 0;
	max-width: 40%;
	width: 100%
}

.breadcumb-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 40px
}

.breadcumb-wrapper {
	padding-top: 140px;
	padding-bottom: 135px;
	background-color: var(--title-color)
}

@media(max-width: 991px) {
	.breadcumb-wrapper {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

@media(max-width: 991px) {
	.breadcumb-content {
		display: block
	}

	.breadcumb-title {
		max-width: 100%
	}

	.breadcumb-menu {
		margin-top: 15px
	}
}

.vs-pagination {
	margin-bottom: 30px
}

.vs-pagination ul {
	margin: 0;
	padding: 0
}

.vs-pagination li {
	display: inline-block;
	margin: 0 3px;
	list-style-type: none
}

.vs-pagination li:last-child {
	margin-right: 0
}

.vs-pagination li:first-child {
	margin-left: 0
}

.vs-pagination span,
.vs-pagination a {
	display: inline-block;
	font-family: var(--body-font);
	color: var(--title-color);
	text-align: center;
	position: relative;
	border: none;
	width: 56px;
	height: 56px;
	line-height: 56px;
	font-weight: 400;
	font-size: 20px;
	z-index: 1;
	background-color: #f5f9ff;
	border-radius: 5px
}

.vs-pagination span.active,
.vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
	color: var(--white-color);
	background-color: var(--theme-color);
	box-shadow: none
}

.post-pagination {
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding: 30px 0;
	margin: 30px 0
}

.post-pagi-box {
	display: flex;
	align-items: center
}

.post-pagi-box>a {
	color: var(--title-color);
	font-weight: 600;
	font-size: 16px;
	font-family: var(--title-font)
}

.post-pagi-box>a:hover {
	color: var(--theme-color)
}

.post-pagi-box img {
	width: 80px;
	margin-right: 25px
}

.post-pagi-box.next {
	flex-direction: row-reverse
}

.post-pagi-box.next img {
	margin-right: 0;
	margin-left: 25px
}

.pagi-icon {
	color: #f0f0f0;
	font-size: 40px
}

@media(max-width: 767px) {

	.vs-pagination span,
	.vs-pagination a {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		padding: 0 10px
	}

	.post-pagi-box>a {
		font-size: 12px
	}

	.post-pagi-box img {
		width: 40px;
		margin-right: 15px
	}

	.post-pagi-box.next img {
		margin-right: 0;
		margin-left: 15px
	}
}

blockquote {
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--title-color);
	background-color: var(--quote-bg, #EFF1F5);
	border-left: 4px solid var(--theme-color);
	padding: 43px 50px 42px 35px;
	margin: 35px 0
}

blockquote p {
	font-family: inherit;
	color: inherit;
	z-index: 3;
	width: 100%;
	margin-bottom: 0 !important;
	line-height: 1.5;
	position: relative
}

blockquote:before {
	content: "";
	font-family: var(--icon-font);
	position: absolute;
	right: 40px;
	bottom: 30px;
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1;
	color: var(--theme-color);
	opacity: .3
}

blockquote p {
	margin-bottom: 0
}

blockquote p a {
	color: inherit
}

blockquote cite {
	color: var(--theme-color);
	font-family: var(--title-font);
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	position: relative;
	padding-left: 45px;
	line-height: 1;
	margin-top: 20px;
	font-style: normal
}

blockquote cite:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 8px;
	width: 30px;
	height: 2px;
	border-top: 2px solid var(--theme-color)
}

blockquote.vs-quote {
	text-align: center;
	padding: 40px 50px;
	border-left: 2px solid var(--theme-color)
}

blockquote.vs-quote:before {
	position: relative;
	bottom: 0;
	right: 0;
	font-weight: 300;
	opacity: 1;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: var(--theme-color);
	color: var(--white-color);
	font-size: 34px;
	display: inline-block;
	margin: 0 0 28px 0;
	border-radius: 50%
}

blockquote.vs-quote cite {
	padding: 0;
	margin-top: 23px
}

blockquote.vs-quote cite::before {
	display: none
}

blockquote.vs-quote .quote-author {
	display: block;
	font-size: 14px;
	color: #74787c;
	font-family: var(--title-font);
	display: block;
	font-weight: 400
}

.blog-meta span,
.blog-meta a {
	display: inline-block;
	margin-right: 16px;
	font-size: 16px;
	color: #8b919c
}

.blog-meta span:last-child,
.blog-meta a:last-child {
	margin-right: 0
}

.blog-meta span i,
.blog-meta a i {
	margin-right: 10px;
	color: var(--theme-color)
}

.blog-meta a:hover {
	color: var(--theme-color)
}

.blog-category {
	margin-bottom: -10px
}

.blog-category a {
	display: inline-block;
	color: var(--white-color);
	padding: 4.5px 24.5px;
	margin-right: 5px;
	margin-bottom: 10px;
	border: 1px solid rgba(0, 0, 0, 0);
	background-color: var(--theme-color)
}

.blog-category a:hover {
	background-color: var(--white-color);
	color: var(--body-color);
	border-color: var(--theme-color)
}

.blog-title a {
	color: inherit
}

.blog-title a:hover {
	color: var(--theme-color)
}

.vs-blog {
	margin-bottom: 30px
}

.blog-inner-title {
	font-size: 30px;
	margin-top: -0.2em;
	margin-bottom: 8px
}

.blog-single {
	position: relative;
	margin-bottom: 40px;
	background: var(--white-color);
	box-shadow: 0px 10px 31px rgba(169, 177, 193, .17);
	border-radius: 5px;
	padding: .1px 0 .1px 0
}

.blog-single .blog-meta {
	margin: -0.2em 0 10px 0
}

.blog-single .blog-title {
	font-size: 30px;
	margin-bottom: 17px
}

.blog-single .link-btn {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: block;
	margin-top: 26px
}

.blog-single .blog-date {
	color: var(--body-color)
}

.blog-single .blog-date i {
	color: var(--theme-color);
	margin: 0 10px 0 0
}

.blog-single .share-links-title {
	font-size: 16px;
	font-weight: 600;
	color: var(--title-color);
	font-family: var(--title-font);
	margin: 0 15px 0 0;
	display: inline-block
}

.blog-single .share-links {
	margin: 16px 0 0 0
}

.blog-single .share-links .row {
	align-items: center;
	--bs-gutter-y: 15px
}

.blog-single .share-links .tagcloud {
	display: inline-block
}

.blog-single .share-links .tagcloud a {
	padding: 0;
	border-radius: 0;
	color: var(--body-color)
}

.blog-single .share-links .tagcloud a:not(:last-child):after {
	content: ","
}

.blog-single .social-links {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block
}

.blog-single .social-links li {
	display: inline-block;
	margin-right: 13px
}

.blog-single .social-links li:last-child {
	margin-right: 0
}

.blog-single .social-links a {
	line-height: 1;
	font-size: 16px;
	color: var(--body-color);
	text-align: center;
	display: block
}

.blog-single .social-links a:hover {
	color: var(--theme-color)
}

.blog-single .blog-content {
	margin: var(--blog-space-y, 40px) var(--blog-space-x, 40px) var(--blog-space-y, 40px) var(--blog-space-x, 40px);
	padding: 0;
	position: relative;
	border-radius: 0 0 5px 5px
}

.blog-single .blog-audio {
	line-height: 1
}

.blog-single .blog-audio,
.blog-single .blog-img {
	position: relative;
	background-color: var(--smoke-color)
}

.blog-single .blog-audio img,
.blog-single .blog-audio>*,
.blog-single .blog-img img,
.blog-single .blog-img>* {
	border-radius: 5px 5px 0 0
}

.blog-single .blog-img .slick-arrow {
	--pos-x: 30px;
	border: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: var(--theme-color);
	color: var(--white-color);
	border-radius: 5px
}

.blog-single .blog-img .slick-arrow:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.blog-single .blog-img .play-btn {
	--icon-size: 80px;
	--icon-font-size: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: calc(var(--icon-size)/-2) 0 0 calc(var(--icon-size)/-2)
}

.blog-single:hover .blog-img .slick-arrow {
	opacity: 1;
	visibility: visible
}

.blog-author {
	background-color: var(--smoke-color);
	padding: 30px;
	display: flex;
	align-items: center;
	margin: var(--blog-space-y, 60px) 0
}

.blog-author .media-img {
	width: 189px;
	margin: 0 30px 0 0
}

.blog-author .author-name {
	font-size: 24px;
	font-weight: 700;
	margin: -0.3em 0 0px 0
}

.blog-author .author-degi {
	color: var(--theme-color)
}

.blog-author .author-text {
	margin: 0 0 -0.1em 0
}

.blog-details .blog-single {
	background: rgba(0, 0, 0, 0);
	box-shadow: none;
	padding: 0
}

.blog-details .blog-img {
	margin: 0 0 40px 0
}

.blog-details .blog-img img {
	border-radius: 0
}

.blog-details .blog-content {
	margin: 0
}

.blog-style1 {
	background-color: var(--white-color);
	box-shadow: 0px 10px 31px rgba(169, 177, 193, .07);
	border-radius: 5px
}

.blog-style1 .blog-meta {
	margin: 0 0 10px 0
}

.blog-style1 .blog-content {
	padding: 35px 40px 33px 40px;
	    min-height: 224px;
}

.blog-style2 {
	background-color: var(--white-color);
	box-shadow: none
}

.blog-style2 .blog-meta {
	margin: 0 0 15px
}

.blog-style2 .blog-text {
	margin: 0 0 20px 0
}

.blog-style2 .blog-content {
	border: 2px solid #ecf2fd;
	border-top: none;
	padding: 35px 40px 40px 40px
}

.blog-style3 .blog-img {
	overflow: hidden;
	margin: -2px
}

.blog-style3 .blog-img img {
	transform: scale(1);
	transition: all ease .4s
}

.blog-style3 .blog-body {
	border: 2px solid #f4f5f8
}

.blog-style3:nth-child(odd) .blog-body {
	display: flex;
	flex-direction: column-reverse
}

.blog-style3 .blog-content {
	padding: 35px 40px 30px 40px
}

.blog-style3 .blog-meta {
	margin-bottom: 15px
}

.blog-style3 .blog-meta i {
	color: var(--body-color)
}

.blog-style3 .blog-meta a {
	position: relative;
	line-height: 1;
	border-right: 1px solid #c8c8c8;
	margin-right: 12px;
	padding: 0 15px 0 0
}

.blog-style3 .blog-meta a:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none
}

.blog-style3 .blog-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px
}

.blog-style3 .link-btn {
	text-transform: capitalize
}

.blog-style3:hover .blog-img img {
	transform: scale(1.1)
}

.blog-style4 {
	box-shadow: 8.5px 0 60px 0px rgba(166, 170, 184, .05);
	border-radius: 20px;
	padding: 20px;
	border: 2px solid #eff2fb
}

.blog-style4 .blog-content {
	padding: 0 20px 10px 20px
}

.blog-style4 .blog-img {
	overflow: hidden;
	border-radius: 20px;
	margin: 0 0 32px 0
}

.blog-style4 .blog-img img {
	transform: scale(1);
	transition: all ease .4s
}

.blog-style4 .blog-meta {
	margin-bottom: 4px
}

.blog-style4 .blog-meta i {
	color: var(--body-color)
}

.blog-style4 .blog-meta a {
	font-size: 14px
}

.blog-style4 .blog-title {
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 22px
}

.blog-style4:hover .blog-img img {
	transform: scale(1.2)
}

@media(min-width: 1199px) {
	.blog-style4-slider {
		max-width: 775px
	}
}

@media(max-width: 1399px) {
	.blog-style2 .blog-content {
		padding: 30px 25px 35px 25px
	}

	.blog-style1 .blog-content {
		padding: 35px 25px 33px 25px
	}

	.blog-style1 .blog-title {
		font-size: 18px
	}
}

@media(max-width: 1199px) {
	blockquote {
		font-size: 20px;
		padding: 23px 30px 26px 30px
	}

	blockquote cite {
		font-size: 16px
	}

	.blog-single {
		--blog-space-y: 40px;
		--blog-space-x: 30px
	}

	.blog-single .blog-title {
		font-size: 24px
	}

	.blog-meta span,
	.blog-meta a {
		font-size: 14px
	}

	.blog-style3 .blog-content {
		padding: 25px 25px 30px 25px
	}

	.blog-style4 {
		padding: 10px
	}

	.blog-style4 .blog-content {
		padding: 0 15px 20px 15px
	}

	.blog-style4 .blog-title {
		margin-bottom: 15px;
		font-size: 20px
	}
}

@media(max-width: 767px) {
	blockquote.vs-quote {
		padding: 40px 15px
	}

	blockquote.vs-quote p {
		line-height: 1.8
	}

	blockquote.vs-quote cite {
		padding: 0;
		margin-top: 10px
	}

	.blog-inner-title {
		font-size: 26px
	}

	.blog-single {
		--blog-space-y: 40px;
		--blog-space-x: 20px
	}

	.blog-single .blog-title {
		font-size: 20px
	}

	.blog-single .blog-img .play-btn {
		--icon-size: 60px;
		--icon-font-size: 20px
	}

	.blog-author {
		display: block;
		padding: 30px 15px
	}

	.blog-author .media-img {
		margin: 0 0 30px 0;
		width: 100%
	}

	.blog-author .media-img img {
		width: 100%
	}

	.blog-author .author-name {
		font-size: 18px
	}

	.blog-author .author-degi {
		margin-bottom: 10px
	}
}

.comment-respond {
	margin: var(--blog-space-y, 60px) 0 30px 0;
	position: relative
}

.comment-respond .form-title a#cancel-comment-reply-link {
	font-size: .7em;
	text-decoration: underline
}

.comment-respond .custom-checkbox.notice {
	margin-top: 10px;
	margin-bottom: 25px
}

.comment-respond .row {
	--bs-gutter-x: 20px
}

.comment-respond .form-control {
	background-color: var(--white-color);
	border: none;
	height: 55px
}

.comment-respond .form-group>i {
	top: 20.5px
}

.comment-respond input[type=checkbox]~label:before {
	background-color: var(--white-color);
	border: 1px solid var(--white-color);
	border-radius: 3px
}

.comment-respond input[type=checkbox]:checked~label:before {
	background-color: var(--theme-color);
	border-color: rgba(0, 0, 0, 0)
}

.comment-respond .blog-inner-title {
	margin-bottom: 0px
}

.comment-respond .form-text {
	margin-bottom: 25px
}

.comment-respond .form-inner {
	background-color: var(--smoke-color);
	padding: 30px
}

.comment-respond .vs-btn {
	width: 100%
}

.question-form .comment-respond,
.review-form .comment-respond {
	margin: 0 0 20px 0
}

.question-form .form-control,
.review-form .form-control {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #e4e4e4
}

.question-form .rating-select,
.review-form .rating-select {
	display: flex;
	align-items: center
}

.question-form .rating-select label,
.review-form .rating-select label {
	font-weight: 500;
	color: var(--title-color)
}

.review-form {
	display: none
}

.vs-comments-wrap {
	margin: var(--blog-space-y, 60px) 0 var(--blog-space-y, 60px) 0
}

.vs-comments-wrap .description p:last-child {
	margin-bottom: 0
}

.vs-comments-wrap .comment-respond {
	margin: 30px 0
}

.vs-comments-wrap pre {
	background: #ededed;
	color: #666;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre-wrap;
	word-wrap: break-word
}

.vs-comments-wrap blockquote {
	background-color: #eaf8f9
}

.vs-comments-wrap li {
	margin: 0
}

.vs-comments-wrap .vs-post-comment {
	border-bottom: 1px solid #f0f0f0;
	position: relative;
	display: flex;
	position: relative;
	padding: 0 0 30px 0;
	margin: 30px 0 30px 0
}

.vs-comments-wrap ul.comment-list {
	list-style: none;
	margin: -10px 0 0 0;
	padding: 0
}

.vs-comments-wrap ul.comment-list ul ul,
.vs-comments-wrap ul.comment-list ul ol,
.vs-comments-wrap ul.comment-list ol ul,
.vs-comments-wrap ul.comment-list ol ol {
	margin-bottom: 0
}

.vs-comments-wrap .comment-avater {
	width: 110px;
	height: 110px;
	margin-right: 25px;
	overflow: hidden;
	background-color: var(--white-color)
}

.vs-comments-wrap .comment-avater img {
	width: 100%
}

.vs-comments-wrap .comment-content {
	flex: 1;
	position: relative
}

.vs-comments-wrap .commented-on {
	font-size: 14px;
	display: block;
	margin-bottom: 3px;
	margin-top: -0.25em;
	font-weight: 400;
	color: var(--body-color);
	font-family: var(--title-font)
}

.vs-comments-wrap .commented-on i {
	margin-right: 7px;
	font-size: .9rem
}

.vs-comments-wrap .name {
	margin-bottom: 7px;
	font-size: 20px;
	font-weight: 600
}

.vs-comments-wrap .comment-top {
	display: flex;
	justify-content: space-between
}

.vs-comments-wrap .text:last-of-type {
	margin-bottom: 0
}

.vs-comments-wrap .children {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 70px
}

.vs-comments-wrap .reply_and_edit {
	position: absolute;
	right: 0;
	top: 15px;
	line-height: 1
}

.vs-comments-wrap .replay-btn {
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
	font-family: var(--title-font);
	color: var(--theme-color)
}

.vs-comments-wrap .replay-btn i {
	margin-right: 7px;
	font-size: .8em
}

.vs-comments-wrap .replay-btn:hover {
	color: var(--title-color)
}

.vs-comments-wrap .star-rating {
	font-size: 12px;
	margin-bottom: 10px;
	position: absolute;
	top: 5px;
	right: 0;
	width: 80px
}

.vs-comments-wrap.vs-comment-form {
	margin: 0
}

@media(max-width: 1199px) {
	.vs-comments-wrap .vs-post-comment {
		display: block
	}

	.vs-comments-wrap .star-rating {
		position: relative;
		top: 0;
		right: 0
	}

	.vs-comments-wrap .comment-top {
		display: block
	}

	.vs-comments-wrap .comment-avater {
		margin-right: 0;
		margin-bottom: 20px
	}

	.vs-comments-wrap .children {
		margin-left: 40px
	}

	.vs-comments-wrap .reply_and_edit {
		position: relative;
		top: 0;
		margin: 15px 0 0 0
	}
}

@media(max-width: 767px) {
	.vs-comments-wrap .children {
		margin-left: 20px
	}

	.vs-comments-wrap .name {
		font-size: 18px
	}

	.comment-respond .form-inner {
		padding: 30px 15px
	}
}

.ls-btn-group {
	display: flex;
	gap: 20px;
	min-width: -webkit-max-content;
	min-width: -moz-max-content;
	min-width: max-content
}

.ls-arrow-vertical .icon-btn {
	display: block;
	margin-bottom: 20px
}

.ls-arrow-vertical .icon-btn:last-child {
	margin-bottom: 0
}

.ls-play-btn .play-btn {
	--icon-size: 100%;
	width: 100%;
	height: 100%
}

.ls-play-btn .play-btn i {
	line-height: 1
}

.ls-play-btn .play-btn i:before {
	position: absolute;
	left: 52%;
	top: 49%;
	transform: translate(-50%, -50%)
}

.hero-style3 .ls-inner {
	background-size: cover !important
}

.ls-custom-dot {
	display: block;
	background-color: rgba(0, 0, 0, 0);
	width: var(--icon-size, 55px);
	height: var(--icon-size, 55px);
	line-height: var(--icon-size, 52px);
	border: 2px solid var(--white-color);
	color: var(--white-color);
	font-size: 18px;
	font-weight: 700;
	font-family: var(--title-font);
	border-radius: 50%;
	margin: 20px 0
}

.ls-custom-dot:first-child {
	margin-top: 0
}

.ls-custom-dot:last-child {
	margin-bottom: 0
}

.ls-custom-dot:focus {
	outline: none
}

.ls-custom-dot:hover,
.ls-custom-dot.active {
	background-color: var(--white-color);
	color: var(--theme-color);
	border-color: rgba(0, 0, 0, 0)
}

.ls-custom-dot.active {
	transform: scale(1.1)
}

.hero-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 20px
}

.hero-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: 1
}

@media(min-width: 1500px) {
	.ls-hero-layout4 {
		margin-top: -63px
	}
}

#ls-global .ls-hero-layout5.ls-v6 .ls-nav-prev,
#ls-global .ls-hero-layout5.ls-v6 .ls-nav-next {
	width: 80px;
	height: 80px;
	line-height: 80px;
	background-color: rgba(255, 255, 255, .2);
	color: var(--white-color);
	text-align: center;
	font-size: 24px;
	border-radius: 50%
}

#ls-global .ls-hero-layout5.ls-v6 .ls-nav-prev:after,
#ls-global .ls-hero-layout5.ls-v6 .ls-nav-next:after {
	display: none
}

#ls-global .ls-hero-layout5.ls-v6 .ls-nav-prev::before,
#ls-global .ls-hero-layout5.ls-v6 .ls-nav-next::before {
	content: "";
	font-family: var(--icon-font)
}

#ls-global .ls-hero-layout5.ls-v6 .ls-nav-prev:hover,
#ls-global .ls-hero-layout5.ls-v6 .ls-nav-next:hover {
	transform: none;
	background-color: var(--theme-color);
	color: var(--white-color)
}

#ls-global .ls-hero-layout5.ls-v6 .ls-nav-prev {
	left: 150px
}

#ls-global .ls-hero-layout5.ls-v6 .ls-nav-prev:before {
	content: ""
}

#ls-global .ls-hero-layout5.ls-v6 .ls-nav-next {
	right: 150px
}

.hero-layout1 .slick-arrow {
	--pos-x: 150px;
	--icon-font-size: 24px;
	--icon-size: 67px;
	background-color: rgba(0, 0, 0, 0);
	line-height: 65px;
	color: var(--white-color);
	border: 2px solid var(--white-color);
	top: calc(50% - 37.5px)
}

.hero-layout1 .hero-inner {
	position: relative;
	min-height: 850px;
	display: flex;
	align-items: center;
	background-color: var(--title-color);
	padding-bottom: 75px;
	overflow: hidden
}

.hero-layout1 .hero-content {
	position: relative;
	z-index: 4;
	padding: 80px 0
}

.hero-layout1 .hero-title {
	color: var(--white-color);
	text-transform: uppercase;
	margin: -0.2em 0 20px 0;
	font-size: 60px;
	line-height: 1.3;
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.hero-layout1 .hero-text {
	color: var(--white-color);
	max-width: 690px;
	line-height: 28px;
	margin: 0 0 30px 0;
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.hero-layout1 .hero-btns {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.hero-layout1 .hero-innertext {
	font-size: 18px;
	text-align: left;
	font-weight: 600;
	border: 2px solid var(--white-color);
	font-family: var(--title-font);
	color: var(--white-color);
	border-radius: 5px;
	padding: 9px 23.5px;
	vertical-align: middle;
	position: relative;
	top: -4px;
	margin-left: 15px;
	display: inline-block
}

.hero-layout1 .hero-shape1 {
	position: absolute;
	top: -473px;
	left: 51px;
	z-index: 2;
	width: 300px;
	height: 1558px;
	background-color: rgba(14, 84, 245, .5);
	transform: rotate(43.46deg)
}

.hero-layout1 .hero-shape2 {
	position: absolute;
	transform: rotate(43.46deg);
	top: -485px;
	left: 406px;
	z-index: 2;
	width: 589px;
	height: 1819.7px;
	background: linear-gradient(172deg, rgba(5, 26, 79, 0.35) 21%, rgba(0, 0, 0, 0) 54%);
	background-position: 0% 0%;
	background-repeat: no-repeat
}

.hero-layout1 .slick-current {
	--animation-name: slideinup
}

.hero-layout2 {
	position: relative
}

.hero-layout2 .hero-inner {
	min-height: 980px;
	display: flex;
	align-items: center;
	justify-content: center
}

.hero-layout2 .hero-bg-text {
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-weight: 600;
	font-size: 300px;
	z-index: 1;
	font-family: var(--title-font);
	color: rgba(255, 255, 255, .05);
	-webkit-text-stroke: 1px rgba(255, 255, 255, .1);
	display: inline-block;
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.hero-layout2 .hero-subtitle {
	color: var(--white-color);
	font-family: var(--title-font);
	font-size: 20px;
	font-weight: 600;
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
	z-index: 5
}

.hero-layout2 .hero-title {
	color: var(--white-color);
	text-align: center;
	font-weight: 700;
	font-size: 72px;
	line-height: 1.2;
	max-width: 810px;
	margin: 0 auto 40px auto;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	position: relative;
	z-index: 5
}

.hero-layout2 .hero-btns {
	justify-content: center;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
	position: relative;
	z-index: 5
}

.hero-layout2 .hero-shape2,
.hero-layout2 .hero-shape1 {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	z-index: 3;
	line-height: 1
}

.hero-layout2 .hero-shape1 img {
	width: 100%
}

.hero-layout2 .hero-shape2 {
	z-index: 2;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

.hero-layout2 .hero-play {
	position: absolute;
	left: 16.5%;
	bottom: 18.6%;
	z-index: 4;
	display: flex;
	align-items: center;
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.hero-layout2 .hero-play .play-btn {
	margin-right: 30px
}

.hero-layout2 .hero-play__title {
	color: var(--white-color);
	text-transform: capitalize;
	font-size: 24px;
	font-weight: 700;
	font-family: var(--title-font);
	display: block;
	margin: 3px 0 3px 0
}

.hero-layout2 .hero-play__label {
	color: var(--white-color);
	font-size: 16px;
	font-family: var(--title-font);
	margin: 0
}

.hero-layout2 .slick-current {
	--animation-name: slideinup
}

.hero-layout2 .slick-current .hero-bg-text {
	--animation-name: fadein-custom
}

.hero-layout2 .slick-current .hero-shape2 {
	--animation-name: slideinleft
}

.hero-layout2 .slick-current .hero-play {
	--animation-name: slideinright
}

.hero-layout3 .hero-img img {
	border-radius: 22px
}

.hero-layout3 .hero-inner {
	min-height: 850px;
	padding: 100px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.hero-layout3 .hero-subtitle {
	color: var(--white-color);
	font-size: 18px;
	font-weight: 600;
	font-family: var(--title-font);
	display: block;
	margin: -0.2em 0 15px 0
}

.hero-layout3 .hero-title {
	color: var(--white-color);
	font-size: 60px;
	font-weight: 700;
	line-height: 1.27;
	margin: 0 0 25px 0;
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.hero-layout3 .inner-text {
	font-weight: 300
}

.hero-layout3 .hero-btns {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.hero-layout3 .hero-text {
	color: var(--white-color);
	font-family: var(--title-font);
	line-height: 28px;
	margin: 0 0 30px 0;
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}

.hero-layout3 .slick-dots {
	position: absolute;
	top: 50%;
	left: 225px;
	margin: 0;
	transform: translateY(-50%)
}

.hero-layout3 .slick-dots button {
	font-size: 30px;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0);
	color: var(--white-color);
	border: 2px solid var(--white-color);
	font-family: var(--title-font);
	font-size: 20px;
	font-weight: 700
}

.hero-layout3 .slick-dots button::before {
	display: none
}

.hero-layout3 .slick-dots li {
	display: block;
	margin: 0 0 20px 0
}

.hero-layout3 .slick-dots li.slick-active button {
	transform: scale(1.1);
	background-color: var(--white-color);
	color: var(--theme-color)
}

.hero-layout3 .slick-dots li:last-child {
	margin-bottom: 0
}

.hero-layout3 .slick-current {
	--animation-name: slideinup
}

@media(max-width: 1500px) {
	.ls-wrapper .icon-btn.style2 {
		--btn-size: 40px;
		--btn-font-size: 14px
	}

	.ls-custom-dot {
		--icon-size: 40px;
		font-size: 14px;
		line-height: 36px;
		margin: 10px 0
	}

	.hero-layout2 .hero-shape2 {
		max-width: 450px
	}

	.hero-layout2 .hero-play {
		left: 14.5%;
		bottom: 13.6%
	}

	.hero-layout2 .hero-bg-text {
		font-size: 220px
	}

	.hero-layout2 .hero-title {
		font-size: 60px;
		max-width: 700px
	}

	.hero-layout2 .hero-subtitle {
		font-size: 18px
	}

	.hero-layout2 .hero-inner {
		min-height: 800px
	}

	.hero-layout2 .hero-play .play-btn {
		--icon-size: 100px;
		--icon-font-size: 24px
	}

	#ls-global .ls-hero-layout5.ls-v6 .ls-nav-next {
		right: 60px
	}

	#ls-global .ls-hero-layout5.ls-v6 .ls-nav-prev {
		left: 60px
	}

	.hero-layout3 .slick-dots {
		top: auto;
		bottom: 40px;
		left: 50%;
		transform: translateX(-50%)
	}

	.hero-layout3 .slick-dots button {
		width: 40px;
		height: 40px;
		line-height: 38px;
		font-size: 16px
	}

	.hero-layout3 .slick-dots li {
		display: inline-block;
		margin: 0 10px 0 0
	}

	.hero-layout3 .slick-dots li:last-child {
		margin-right: 0
	}

	.hero-layout3 .slick-dots li.slick-active button {
		transform: none
	}
}

@media(max-width: 1399px) {
	.hero-layout2 .hero-inner {
		min-height: 700px
	}

	.hero-layout2 .hero-shape2 {
		max-width: 350px
	}

	.hero-layout2 .hero-play {
		left: 10.5%;
		bottom: 10.6%
	}

	.hero-layout2 .hero-play .play-btn {
		margin-right: 20px
	}

	.hero-layout2 .hero-play__title {
		font-size: 18px
	}

	.hero-layout2 .hero-play__label {
		font-size: 14px
	}

	.hero-layout2 .hero-title {
		font-size: 48px;
		max-width: 635px
	}

	.hero-layout2 .hero-subtitle {
		font-size: 16px;
		margin-bottom: 15px
	}

	.hero-layout2 .hero-bg-text {
		font-size: 190px
	}

	.hero-layout3 .hero-title {
		font-size: 48px
	}

	.hero-layout3 .hero-inner {
		min-height: 750px
	}
}

@media(max-width: 1199px) {
	.ls-btn-group .vs-btn {
		padding: 15px 25px;
		font-size: 14px
	}

	.ls-layer .icon-btn.style4,
	.ls-layer .icon-btn.style3 {
		--btn-size: 45px
	}

	#ls-global .ls-hero-layout5.ls-v6 .ls-nav-next,
	#ls-global .ls-hero-layout5.ls-v6 .ls-nav-prev {
		display: none
	}

	.hero-layout1 .hero-inner {
		min-height: 600px;
		padding-bottom: 0
	}

	.hero-layout1 .hero-title {
		font-size: 46px
	}

	.hero-layout1 .hero-innertext {
		font-size: 14px;
		padding: 7px 18px
	}

	.hero-layout1 .hero-shape1 {
		top: -645px;
		left: 10px;
		width: 200px;
		height: 1490px
	}

	.hero-layout1 .hero-shape2 {
		display: none
	}

	.hero-layout3 .hero-inner {
		min-height: initial
	}

	.hero-layout3 .hero-title {
		font-size: 42px
	}
}

@media(max-width: 991px) {
	.hero-layout1 {
		text-align: center
	}

	.hero-layout1 .hero-inner {
		min-height: auto
	}

	.hero-layout1 .hero-title {
		font-size: 36px;
		margin-bottom: 15px
	}

	.hero-layout1 .hero-innertext {
		font-size: 12px;
		padding: 5px 15px;
		top: 0
	}

	.hero-layout1 .hero-btns {
		justify-content: center
	}

	.hero-layout2 .hero-inner {
		padding: 70px 0 100px 0;
		min-height: initial
	}

	.hero-layout2 .hero-shape2 {
		max-width: 200px
	}

	.hero-layout2 .hero-bg-text {
		font-size: 130px
	}

	.hero-layout2 .hero-play {
		position: relative;
		bottom: 0;
		left: 0;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		margin: 30px auto 0 auto;
		display: flex;
		flex-direction: column-reverse;
		text-align: center
	}

	.hero-layout2 .hero-play .play-btn {
		--icon-font-size: 18px;
		--icon-size: 60px;
		margin: 0 0 20px 0
	}

	.hero-layout2 .hero-play__label,
	.hero-layout2 .hero-play__title {
		display: none
	}

	.hero-layout2 .hero-title {
		font-size: 40px;
		max-width: 530px
	}

	.hero-layout3 .hero-img {
		margin-bottom: 40px
	}

	.hero-layout3 .hero-img img {
		width: 100%
	}

	.hero-layout3 .hero-content {
		text-align: center
	}

	.hero-layout3 .hero-btns {
		justify-content: center
	}
}

@media(max-width: 767px) {
	.ls-btn-group {
		justify-content: center;
		gap: 10px
	}

	.ls-btn-group .vs-btn {
		padding: 11.5px 14px;
		font-size: 12px
	}

	.vs-btn.style10.mobile-white {
		background-color: var(--white-color);
		border-color: rgba(0, 0, 0, 0);
		color: var(--title-color)
	}

	.hero-layout1 .hero-title {
		font-size: 30px
	}

	.hero-layout1 .hero-innertext {
		border: none;
		padding: 0;
		display: inline;
		font-size: inherit;
		margin: 0;
		vertical-align: top;
		text-decoration: underline
	}

	.hero-layout2 .hero-title {
		font-size: 34px;
		margin-bottom: 30px
	}

	.hero-layout2 .hero-subtitle {
		font-size: 14px
	}

	.hero-layout2 .hero-bg-text {
		font-size: 70px
	}

	.hero-layout2 .hero-shape2 {
		max-width: 150px
	}

	.hero-layout3 .hero-subtitle {
		font-size: 16px
	}

	.hero-layout3 .hero-title {
		font-size: 30px;
		margin-bottom: 20px
	}
}

.error-number {
	font-size: 274px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 3px;
	margin-top: -0.1em
}

.error-title {
	font-size: 36px;
	margin-bottom: 8px
}

.error-text {
	max-width: 600px;
	margin: 0 auto 32px auto
}

@media(max-width: 991px) {
	.error-number {
		font-size: 200px
	}

	.error-title {
		font-size: 20px
	}
}

@media(max-width: 767px) {
	.error-number {
		font-size: 110px
	}
}

.feature-style1 {
	background-color: var(--white-color);
	padding: 50px 40px;
	box-shadow: 0px 18px 13px rgba(234, 240, 250, .5);
	border-radius: 5px;
	position: relative;
	margin-bottom: 30px
}

.feature-style1:before {
	content: "";
	position: absolute;
	left: 40px;
	bottom: 0;
	height: 3px;
	width: calc(100% - 80px);
	background-color: var(--theme-color)
}

.feature-style1 .feature-icon {
	margin: 0 0 15px 0
}

.feature-style1 .feature-title {
	margin: 0 0 13px 0
}

.feature-style1 .feature-text {
	margin: 0 0 20px 0
}

.feature-style1:hover .vs-btn {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.feature-style2 {
	background-color: var(--white-color);
	padding: 40px 40px 32px 40px;
	border-radius: 5px;
	box-shadow: 0px 10px 31px rgba(169, 177, 193, .17);
	margin: 0 0 30px 0
}

.feature-style2 .feature-icon {
	background-color: var(--smoke-color);
	width: 110px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	border-radius: 5px;
	margin: 0 0 22px 0;
	transition: all ease .4s;
	display: inline-block
}

.feature-style2 .feature-icon img {
	transition: all ease .4s;
	filter: none
}

.feature-style2 .feature-title {
	margin: 0 0 10px 0
}

.feature-style2:hover .feature-icon {
	background-color: var(--theme-color)
}

.feature-style2:hover .feature-icon img {
	filter: brightness(0) invert(1)
}

.feature-slide2 {
	margin-top: -30px;
	margin-bottom: -30px
}

.feature-slide2 .feature-style2 {
	box-shadow: 0px 10px 21px rgba(169, 177, 193, .15);
	margin: 30px 0 30px 0
}

@media(min-width: 1199px) {
	.feature-wrap1.space-top {
		padding-top: 1px
	}

	.feature-wrap1>.container {
		position: relative;
		z-index: 36;
		margin-top: -75px
	}
}

@media(max-width: 1199px) {
	.feature-slide2 .feature-style2 {
		box-shadow: 0px 10px 21px rgba(169, 177, 193, .15)
	}
}

@media(max-width: 991px) {
	.feature-style1 {
		padding: 40px 30px
	}
}

@media(max-width: 767px) {
	.feature-style1 {
		padding: 40px 20px
	}

	.feature-style2 {
		padding: 40px 25px 32px 25px
	}
}

.img-box1 .img-1 img {
	filter: drop-shadow(0px 5px 32px rgba(21, 40, 76, 0.08))
}

.img-box1 .img-2 {
	z-index: 1;
	margin: -200px 0 0 auto;
	max-width: 100%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: relative
}

.img-box1 img {
	border-radius: 5px
}

.img-box2 {
	position: relative;
	margin: 0 0 30px 0
}

.img-box2 .img-1 {
	position: relative;
	margin-left: -200px
}

.img-box2 .img-2 {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: var(--white-color);
	border-radius: 10px 0 0 0;
	padding: 10px 0 0 10px
}

.img-box3 {
	position: relative
}

.img-box3 img {
	border-radius: 5px
}

.img-box3 .img-1 {
	text-align: right
}

.img-box3 .img-2 {
	margin: -300px 0 0 0
}

.img-box3 .award-box {
	position: absolute;
	left: 0;
	right: 80px;
	bottom: 30px;
	margin: 0 0 0 auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.img-box4 {
	position: relative
}

.img-box4 .img-1 {
	margin: -120px 0 0 0
}

.img-box4 .img-2 {
	margin: -178px 0 0 auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%
}

.img-box5 {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-left: auto;
	position: relative;
	max-width: 100%;
	padding: 40px 40px 0 0
}

.img-box5 img {
	border-radius: 5px;
	position: relative;
	z-index: 1
}

.img-box5 .img-1 {
	text-align: right;
	margin-bottom: 20px
}

.img-box5 .img-bottom {
	display: flex;
	align-items: flex-start
}

.img-box5 .img-3 {
	margin: -47px 0 0 20px;
	box-shadow: 0px 4px 32px rgba(61, 79, 115, .19)
}

.img-box5 .shape1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 350px;
	max-width: 100%;
	height: 470px;
	max-height: 100%;
	border: 5px solid rgba(14, 89, 242, .1);
	border-radius: 50px 5px 5px 5px
}

.img-box6 {
	margin-bottom: 30px
}

.img-box6 img {
	border-radius: 15px
}

.img-box7 img {
	border-radius: 7px
}

.img-box8 {
	position: relative
}

.img-box8 .play-btn {
	left: -30px;
	top: 90px;
	position: absolute
}

.img-box9 {
	display: grid;
	grid-template-columns: repeat(2, auto);
	position: relative;
	margin-right: -120px;
	padding-bottom: 55px
}

.img-box9 img {
	width: 100%
}

.img-box9 .img-1 {
	display: inline-block;
	margin: 65px 30px 0 0
}

.img-box9 .img-2 {
	position: relative;
	display: inline-block;
	z-index: 1
}

.img-box9 .img-2:before {
	content: "";
	position: absolute;
	right: -40px;
	top: 40px;
	bottom: 40px;
	width: 45px;
	background-color: #e9ebf5;
	z-index: -1
}

.img-box9 .img-3 {
	position: absolute;
	left: 85px;
	bottom: 0;
	z-index: 2
}

.img-box10 {
	position: relative;
	padding-right: 30px
}

.img-box10 .icon-btn {
	border-radius: 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%)
}

.exp-media {
	display: flex;
	margin: 0 0 15px 0
}

.exp-media__total {
	display: inline-block;
	text-align: center;
	background-color: var(--white-color);
	color: var(--theme-color);
	font-family: var(--title-font);
	font-weight: 700;
	font-size: 36px;
	width: 80px;
	height: 100px;
	line-height: 100px;
	border-radius: 5px;
	box-shadow: 0px 8px 15px rgba(91, 118, 175, .15);
	margin: 0 20px 0 0
}

.exp-media__title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	color: var(--theme-color);
	margin: -0.1em 0 10px 0
}

.list-style1 ul {
	margin: 20px 0 27px 0;
	padding: 42px 0 0 0;
	list-style-type: none;
	border-top: 1px solid #e9effb;
	display: grid;
	grid-template-columns: repeat(2, 1fr)
}

.list-style1 li {
	position: relative;
	color: var(--title-color);
	color: var(--black-color);
	margin: 0 0 10px 0;
	padding: 0 0 0 33px
}

.list-style1 li>i:first-child {
	position: absolute;
	left: 0;
	color: var(--theme-color);
	top: 3px
}

.list-style2 ul {
	margin: 0 0 40px 0;
	padding: 0;
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px
}

.list-style2 li {
	position: relative;
	border: 1px solid #eaeef4;
	color: var(--title-color);
	font-family: var(--title-font);
	font-weight: 500;
	padding: 16px 25px
}

.list-style2 li>i:first-child {
	color: var(--theme-color);
	margin-right: 10px
}

.list-style3 ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.list-style3 li {
	margin: 0 0 7px 0
}

.list-style3 i {
	color: var(--theme-color);
	margin: 0 10px 0 0
}

.list-style4 ul {
	margin: 0;
	padding: 43px 40px 46px 39px;
	list-style-type: none;
	background-color: var(--theme-color);
	color: var(--white-color)
}

.list-style4 li {
	font-size: 18px;
	font-weight: 500;
	padding: 0 0 0 50px;
	position: relative;
	margin: 0 0 27px 0
}

.list-style4 li:last-child {
	margin-bottom: 0
}

.list-style4 li i:first-child {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: var(--white-color);
	color: var(--theme-color);
	border-radius: 50%;
	text-align: center;
	z-index: 1;
	position: absolute;
	top: -3px;
	left: 0
}

.list-style5 ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 37px 0 0 0;
	gap: 25px
}

.list-style5 li {
	background-color: var(--white-color);
	color: var(--title-color);
	font-weight: 500;
	border: 2px solid #f0f2fa;
	box-shadow: 7.5px 12.99px 60px 0px rgba(9, 34, 126, .07);
	padding: 20px 20px;
	text-align: center
}

.list-style5 li i {
	color: var(--theme-color);
	margin-right: 10px
}

.quote-media {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	border-top: 1px solid #e9ebf3;
	margin-top: 40px;
	padding-top: 40px
}

.quote-media .media-icon {
	margin-right: 40px;
	position: relative
}

.quote-media .media-icon::before {
	content: "";
	position: absolute;
	top: -20px;
	left: 20px;
	width: 67px;
	height: 67px;
	background-color: var(--theme-color);
	opacity: .05;
	border-radius: 50%;
	z-index: -1
}

.quote-media .media-title {
	font-weight: 400;
	font-size: 18px
}

.award-box {
	background-color: #f4f7fc;
	position: relative;
	padding: 60px 60px 57px 60px;
	display: flex;
	border-radius: 5px
}

.award-box>* {
	position: relative;
	z-index: 2
}

.award-box__shape {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	background-color: var(--theme-color);
	box-shadow: 0px 4px 20px rgba(14, 89, 242, .33);
	border-radius: 5px;
	z-index: 1
}

.award-box__icon {
	position: relative;
	color: var(--white-color);
	font-size: 42px;
	line-height: 1;
	margin: 0 20px 0 0
}

.award-box__number {
	line-height: 1;
	margin: 0 0 8px 0;
	font-size: 40px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--white-color)
}

.award-box__text {
	font-weight: 700;
	font-size: 16px;
	font-family: var(--title-font);
	text-transform: uppercase;
	margin: 0;
	color: var(--white-color);
	line-height: 1
}

.about-media {
	display: flex
}

.about-media__icon {
	margin: 0 20px 0 0
}

.call-media {
	display: flex;
	align-items: center;
	padding: 10px 40px 10px 10px;
	box-shadow: 0px 10px 31px rgba(169, 177, 193, .17);
	border-radius: 5px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%;
	margin: 0 0 40px 0;
	background-color: var(--white-color)
}

.call-media__icon {
	background-color: var(--smoke-color);
	box-shadow: 0px 7px 37px rgba(96, 125, 185, .11);
	border-radius: 5px;
	width: 95px;
	height: 95px;
	line-height: 95px;
	border-radius: 5px;
	text-align: center;
	margin: 0 20px 0 0
}

.call-media__label {
	text-transform: uppercase;
	font-family: var(--title-font);
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	display: block;
	margin: 0 0 12px 0
}

.call-media__info {
	color: var(--title-color);
	font-family: var(--title-font);
	font-weight: 700;
	line-height: 1;
	display: block;
	margin: 0
}

.call-media__info a {
	color: inherit
}

.call-media__info a:hover {
	color: var(--theme-color)
}

.media-order {
	display: flex;
	margin: 0 0 22px 0
}

.media-order__number {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-weight: 700;
	font-family: var(--title-font);
	background-color: #2464ab;
	color: var(--white-color);
	text-align: center;
	display: inline-block;
	margin: 0 30px 0 0;
	border-radius: 5px
}

.media-order__title {
	margin: -0.25em 0 10px 0
}

.progress-box {
	margin: 0 0 25px 0
}

.progress-box__number,
.progress-box__title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	font-family: var(--title-font);
	color: var(--title-color);
	display: inline-block;
	margin: 0 0 17px 0
}

.progress-box__number {
	float: right;
	margin: 5px 0 0 0
}

.progress-box__progress {
	box-shadow: 0px 10px 31px rgba(169, 177, 193, .17);
	border: 1px solid #d5e0f5;
	height: 16px;
	padding: 4px;
	border-radius: 5px;
	background-color: var(--white-color)
}

.progress-box__bar {
	height: 100%;
	background-color: var(--theme-color);
	border-radius: inherit;
	box-shadow: 0px 10px 31px rgba(169, 177, 193, .17);
	border-radius: 5px
}

.about-wrap1 {
	border-top: 1px solid #e8ebf6;
	position: relative
}

.about-shape1 {
	font-size: 150px;
	font-weight: 400;
	font-family: var(--title-font);
	line-height: 1;
	display: inline-block;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	text-transform: uppercase;
	transform: rotate(180deg);
	position: absolute;
	right: 95px;
	bottom: 120px;
	color: rgba(14, 89, 242, .07)
}

.about-shape2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 1567px;
	max-height: 620px;
	z-index: -1
}

@media(min-width: 1921px) {
	.about-shape2 {
		max-width: 80%
	}
}

.about-shape3 {
	background-color: #f6f7fc;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 620px
}

@media(min-width: 1921px) {
	.about-shape3 {
		max-width: 34%
	}
}

.contact-media {
	display: flex;
	align-items: center
}

.contact-media__icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: var(--theme-color);
	color: var(--white-color);
	display: inline-block;
	text-align: center;
	font-size: 26px;
	border-radius: 7px;
	position: relative;
	z-index: 1
}

.contact-media__label {
	text-transform: uppercase;
	font-family: var(--title-font);
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	display: block;
	margin: 0 0 9px 0
}

.contact-media__info {
	color: var(--title-color);
	font-family: var(--title-font);
	font-weight: 700;
	display: block;
	margin: 0 0 -0.25em 0;
	font-size: 15px;
	line-height: 24px
}

.contact-media__info a {
	color: inherit
}

.contact-media .media-body {
	background-color: var(--white-color);
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 10px 10px 50px;
	margin-left: -30px;
	border-radius: 5px
}

.about-call {
	display: flex;
	align-items: center;
	border-right: 2px solid var(--theme-color);
	padding: 0 40px 0 0;
	margin: 0 40px 0 0
}

.about-call__icon {
	background-color: var(--white-color);
	color: var(--theme-color);
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin-right: 20px;
	font-size: 20px;
	border-radius: 50%
}

.about-call__label {
	font-size: 14px;
	color: var(--black-color);
	display: block
}

.about-call__number {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--theme-color)
}

.about-box1 .about-subtitle {
	font-weight: 500;
	line-height: 1;
	display: block;
	font-family: var(--title-font);
	color: var(--theme-color);
	display: flex;
	align-items: center;
	max-width: 280px;
	margin: 0 0 33px 0
}

.about-box1 .about-subtitle:after {
	content: "";
	position: relative;
	right: 0;
	height: 1px;
	width: 100%;
	flex: 1;
	background-color: var(--theme-color);
	display: inline-block;
	margin: 0 0 0 10px
}

.about-box1 .about-text {
	margin: 0 0 33px 0
}

.about-box1 .about-title {
	margin-top: -0.3em
}

.about-box2 {
	padding: var(--section-space, 120px) 0;
	max-width: 560px
}

.about-box2 .author-degi {
	font-family: var(--title-font);
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 500
}

.about-box2 .author-name {
	margin-bottom: 0
}

.about-box3 {
	max-width: 620px;
	padding-left: 50px;
	position: relative
}

.about-box3 .sec-title4 {
	margin-bottom: 44px
}

.about-box3 .vs-btn {
	margin-top: 40px
}

@media(min-width: 1800px) {
	.about-box3 .vs-btn {
		position: absolute;
		right: -59%;
		bottom: 71px;
		margin: 0
	}
}

.about-box3-btn {
	padding-left: 100px;
	padding-bottom: 140px
}

.skill-about {
	margin-bottom: 22px
}

.skill-about .skill-percentage {
	font-size: 60px;
	font-weight: 700;
	color: var(--title-color);
	line-height: 1;
	margin-bottom: 6px
}

.skill-about .skill-title {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 27px
}

.skill-about .progress {
	border-radius: 0;
	height: 10px;
	background-color: #363940;
	margin-bottom: 20px
}

.skill-about .progress .progress-bar {
	background-color: var(--theme-color)
}

.skill-about .skill-text {
	margin-bottom: 0
}

@media(max-width: 1500px) {
	.about-shape1 {
		font-size: 80px;
		right: 50px;
		bottom: 70px
	}

	.img-box2 .img-1 {
		margin-left: 0
	}

	.img-box2 .img-2 {
		position: relative;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: -100px 30px 0 auto;
		padding: 10px;
		border-radius: 10px
	}

	.img-box9 {
		margin-right: 0
	}

	.about-box2 {
		max-width: 500px
	}
}

@media(max-width: 1399px) {
	.img-box8 .play-btn {
		left: 0;
		top: 0;
		position: absolute
	}

	.img-box8 .play-btn:after,
	.img-box8 .play-btn:before {
		display: none
	}

	.img-box8 .img-1 img {
		width: 100%
	}

	.about-shape3 {
		max-width: 29%
	}

	.play-btn.style5 i {
		--icon-size: 70px;
		--icon-font-size: 22px
	}

	.about-box3 {
		max-width: 100%;
		padding-left: 0
	}

	.list-style4 ul {
		padding: 30px 40px 36px 32px
	}

	.list-style4 ul li {
		font-size: 16px
	}

	.about-shape2 {
		max-width: 100%;
		max-height: 100%
	}

	.about-wrap2 {
		padding-bottom: var(--section-space)
	}
}

@media(max-width: 1199px) {
	.img-box3 {
		width: 100%;
		max-width: 700px;
		margin: 0 auto
	}

	.img-box9 .img-2:before {
		display: none
	}

	.img-box4 .img-1 {
		margin: 0
	}

	.img-box4 .img-2 {
		margin: -100px 0 0 auto;
		max-width: 70%
	}

	.about-box3 .sec-title4 {
		margin-bottom: 30px
	}

	.list-style2 li {
		padding: 14px 20px;
		font-size: 14px
	}

	.list-style4 ul {
		background-color: rgba(0, 0, 0, 0);
		padding: 0
	}

	.list-style4 li {
		color: var(--title-color)
	}
}

@media(max-width: 991px) {
	.about-box2 {
		padding: 40px 0 var(--section-space-mobile, 80px) 0
	}

	.about-wrap2 {
		padding-bottom: var(--section-space-mobile)
	}

	.img-box1 .img-1 img {
		width: 100%
	}

	.img-box5 {
		width: 100%
	}

	.img-box5 .img-1 img {
		width: 100%
	}

	.img-box5 .img-bottom {
		justify-content: center
	}

	.skill-about .skill-percentage {
		font-size: 48px
	}
}

@media(max-width: 767px) {
	.img-box10 {
		padding-right: 0
	}

	.img-box2 .img-2,
	.img-box1 .img-2 {
		margin: 20px 0 0 0;
		width: 100%
	}

	.img-box2 .img-2 img,
	.img-box1 .img-2 img {
		width: 100%
	}

	.img-box5 {
		padding: 0
	}

	.img-box5 .shape1 {
		display: none
	}

	.img-box9 {
		display: block;
		margin-bottom: 0;
		padding-bottom: 0
	}

	.img-box9 img {
		width: 100%
	}

	.img-box9 .img-1 {
		display: block;
		margin: 0 0 30px 0
	}

	.img-box9 .img-3 {
		display: block;
		position: relative;
		left: 0;
		bottom: 0;
		margin: 30px 0 0 0
	}

	.list-style2 ul {
		display: block
	}

	.list-style2 ul li:not(:last-child) {
		margin: 0 0 20px 0
	}

	.list-style5 ul {
		display: block
	}

	.list-style5 ul li:not(:last-child) {
		margin-bottom: 20px
	}

	.quote-media .media-icon {
		margin-right: 20px
	}

	.media-order {
		display: block
	}

	.media-order__number {
		margin: 0 0 20px 0
	}

	.img-box3 img {
		width: 100%
	}

	.img-box3 .img-2 {
		margin: 30px 0 0 0
	}

	.call-media__icon {
		width: 60px;
		height: 60px;
		line-height: 60px;
		margin: 0 10px 0 0
	}

	.call-media__icon img {
		max-width: 25px
	}

	.call-media__label {
		font-size: 12px
	}

	.award-box {
		padding: 30px
	}

	.award-box__shape {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0
	}

	.img-box3 .award-box {
		position: relative;
		bottom: 0;
		right: 0;
		margin: 30px 0 0 0;
		width: 100%;
		box-shadow: none
	}

	.exp-media {
		margin-top: 30px
	}

	.list-style1 ul {
		display: block;
		margin: 0 0 30px 0;
		padding: 30px 0 0 0
	}

	.list-style4 ul li {
		font-size: 14px;
		padding-left: 35px;
		margin-bottom: 15px
	}

	.list-style4 ul li i:first-child {
		width: 25px;
		height: 25px;
		line-height: 26px;
		font-size: 12px;
		top: -1px
	}
}

@media(max-width: 575px) {
	.about-call {
		padding: 0;
		border-right: none;
		margin-top: 20px
	}
}

.service-style1 {
	padding: 40px;
	background-color: var(--white-color);
	box-shadow: 0px 16px 47px rgba(78, 111, 178, .07);
	border-radius: 5px;
	position: relative;
	transition: all ease .4s;
	overflow: hidden;
	margin: 0 0 30px 0
}

.service-style1 .service-icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background-color: var(--smoke-color);
	border-radius: 50%;
	margin: 0 0 28px 0
}

.service-style1 .service-text {
	margin: 0 0 20px 0
}

.service-style1 .service-title a {
	color: var(--title-color);
	transition: all ease .3s;
	position: relative;
	z-index: 3
}

.service-style1 .service-number,
.service-style1 .link-btn,
.service-style1 .service-icon,
.service-style1 .service-text {
	position: relative;
	z-index: 3;
	transition: all ease .4s
}

.service-style1 .service-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s;
	transform: scale(1.15)
}

.service-style1 .service-number {
	line-height: 1;
	color: rgba(14, 89, 242, .1);
	font-size: 60px;
	font-weight: 700;
	font-family: var(--title-font);
	margin-top: 4px;
	opacity: 1;
	visibility: visible
}

.service-style1 .service-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 27px 0
}

.service-style1 .service-top .service-icon {
	margin: 0
}

.service-style1:hover {
	box-shadow: 0px 16px 47px rgba(14, 89, 242, .2);
	background-color: var(--theme-color)
}

.service-style1:hover .service-number {
	opacity: 0;
	visibility: hidden
}

.service-style1:hover .service-icon {
	background-color: var(--white-color)
}

.service-style1:hover .link-btn,
.service-style1:hover .service-title a,
.service-style1:hover .service-text {
	color: var(--white-color)
}

.service-style1:hover .vs-btn {
	background-color: var(--white-color)
}

.service-style1:hover .service-bg {
	opacity: 1;
	visibility: visible;
	transform: scale(1)
}

.service-style1.layout2 {
	box-shadow: none;
	border: 1px solid #eaf2fe;
	min-height: 299px;
}
.newheight{    min-height: 415px !important; }

.service-style1.layout2:hover {
	box-shadow: 0px 16px 47px rgba(14, 89, 242, .2)
}

.service-style1.layout3 {
	box-shadow: none;
	border: 1px solid #ecf0f6;
	padding: 50px;
	border-radius: 26px;
}

.service-style1.layout3 .service-icon {
	    width: 43px;
    height: 43px;

	line-height: 80px
}

.service-style2 {
	display: flex;
	align-items: center;
	margin: 0 0 30px 0
}

.service-style2 .service-img {
	width: 160px;
	position: relative;
	background-color: var(--smoke-color);
	z-index: 1;
	border-radius: 5px;
	overflow: hidden
}

.service-style2 .service-img img {
	border-radius: 5px
}

.service-style2 .service-number {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: 500;
	font-family: var(--title-font);
	color: var(--theme-color);
	background-color: var(--white-color);
	text-align: center;
	border-radius: 5px 0;
	position: absolute;
	left: 0;
	top: 0
}

.service-style2 .service-title {
	margin: 0 0 10px 0
}

.service-style2 .service-title a {
	color: var(--title-color);
	transition: all ease .4s
}

.service-style2 .service-text {
	margin: 0 0 12px 0
}

.service-style2 .service-content {
	flex: 1;
	position: relative;
	border-radius: 5px;
	padding: 31px 40px 30px 130px;
	margin: 0 0 0 -105px;
	transition: all ease .4s;
	overflow: hidden;
	background-color: var(--white-color)
}

.service-style2 .service-content>* {
	position: relative;
	z-index: 1;
	transition: all ease .4s
}

.service-style2 .service-shape {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 5px;
	transition: all ease .4s;
	transform: scale(1.1);
	background-color: var(--theme-color);
	opacity: 0;
	visibility: hidden;
	z-index: 0
}

.service-style2:hover .service-text,
.service-style2:hover .service-title a,
.service-style2:hover .link-btn {
	color: var(--white-color)
}

.service-style2:hover .service-content {
	border-color: rgba(0, 0, 0, 0)
}

.service-style2:hover .service-shape {
	opacity: 1;
	visibility: visible;
	transform: scale(1)
}

.service-style3 {
	text-align: center;
	margin: 0 0 30px 0;
	position: relative
}

.service-style3 .service-img img {
	width: 100%
}

.service-style3 .service-icon {
	display: block;
	width: var(--icon-size, 120px);
	height: var(--icon-size, 120px);
	line-height: calc(var(--icon-size, 120px) - var(--icon-shape, 10px)*2);
	text-align: center;
	background-color: var(--smoke-color);
	border: 10px solid var(--white-color);
	margin: 0 auto 15px auto;
	border-radius: 50%;
	z-index: 1;
	position: relative
}

.service-style3 .service-title {
	margin: 0
}

.service-style3 .service-title a {
	color: inherit
}

.service-style3 .service-text {
	margin: 0 0 15px 0;
	color: #bed4ff
}

.service-style3 .service-content {
	padding: 0 30px 37px 30px
}

.service-style3 .service-front {
	transform: rotateX(0deg) rotateY(0deg);
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all .4s ease-in-out;
	z-index: 900;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-color: var(--white-color);
	box-shadow: 0px 10px 31px rgba(169, 177, 193, .17);
	border-radius: 5px
}

.service-style3 .service-front .service-icon {
	margin-top: calc(var(--icon-size, 120px)/-2)
}

.service-style3 .service-back {
	z-index: 1000;
	transform: rotateY(-180deg);
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all .4s ease-in-out;
	background-color: var(--theme-color);
	border-radius: 5px;
	overflow: hidden
}

.service-style3 .service-back .service-content {
	padding: 40px 30px 37px 30px
}

.service-style3 .service-back .service-icon {
	background-color: #dcdcdd;
}

.service-style3 .service-back .service-icon img {
	/*filter: brightness(0) invert(1)*/
}

.service-style3 .service-back .service-title {
	color: var(--white-color);
	margin: 0 0 10px 0
}

.service-style3 .service-back .link-btn {
	color: var(--white-color)
}

.service-style3:hover .service-front {
	z-index: 900;
	transform: rotateY(180deg);
	box-shadow: none
}

.service-style3:hover .service-back {
	z-index: 1000;
	transform: rotateX(0deg) rotateY(0deg)
}

.service-style4 {
	background-color: var(--theme-color);
	padding: 40px 45px 45px 45px;
	margin-bottom: 30px
}

.service-style4 .service-top {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #6486ff;
	margin-bottom: 25px
}

.service-style4 .service-title {
	color: var(--white-color);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px
}

.service-style4 .service-title a {
	color: inherit
}

.service-style4 .service-title a:hover {
	color: rgba(255, 255, 255, .7)
}

.service-style4 .service-btn {
	font-size: 24px;
	color: var(--white-color)
}

.service-style4 .service-btn:hover {
	color: rgba(255, 255, 255, .7)
}

.service-style4 .service-text {
	color: #beccff;
	margin-bottom: 28px
}

.service-style4 .service-img {
	overflow: hidden
}

.service-style4 .service-img img {
	width: 100%;
	transition: all ease .4s;
	transform: scale(1)
}

.service-style4:hover .service-img img {
	transform: scale(1.16)
}

.service-style5 {
	margin-bottom: 30px
}

.service-style5 .service-img {
	margin-bottom: 28px;
	border-bottom: 7px solid var(--theme-color);
	overflow: hidden
}

.service-style5 .service-img img {
	width: 100%;
	transition: all ease .4s;
	transform: scale(1)
}

.service-style5 .service-text {
	margin-bottom: 25px
}

.service-style5 .service-title {
	margin-bottom: 15px
}

.service-style5 .icon-btn {
	background-color: #dbe2fc;
	border-radius: 50%
}

.service-style5 .icon-btn:hover {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.service-style5:hover .service-img img {
	transform: scale(1.1)
}

.service-list-box {
	background-color: var(--smoke-color);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 35px 40px
}

.service-list-box .title {
	margin: 0 0 27px 0
}

.service-list-box .list-style3 li:last-child {
	margin-bottom: 2.5px
}

.service-tab-menu {
	display: flex;
	margin: 0 0 60px 0;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap
}

.service-tab-menu .btn-img {
	display: block;
	width: 120px;
	height: 120px;
	line-height: 100px;
	background-color: var(--smoke-color);
	border: 10px solid var(--white-color);
	border-radius: 50%;
	margin: -60px auto 30px auto;
	transition: all ease .4s
}

.service-tab-menu .btn-img img {
	filter: none;
	transition: all ease .3s
}

.service-tab-menu .btn-title {
	display: block;
	margin: 0 0 6px 0;
	color: var(--title-color);
	transition: all ease .4s
}

.service-tab-menu .btn-text {
	color: var(--body-color);
	transition: all ease .4s;
	display: block
}

.service-tab-menu .nav-link {
	border: none;
	flex: 1;
	max-width: 300px;
	display: inline-block;
	text-align: center;
	margin: 60px 0 0 0;
	padding: 0 0 38px 0;
	background-color: var(--white-color);
	box-shadow: 0px 10px 31px rgba(169, 177, 193, .17);
	border-radius: 5px;
	min-width: 210px;
	transition: all ease .4s
}

.service-tab-menu .nav-link.active,
.service-tab-menu .nav-link:hover {
	background-color: var(--theme-color);
	box-shadow: 0px 6px 15px rgba(14, 90, 242, .18)
}

.service-tab-menu .nav-link.active .btn-title,
.service-tab-menu .nav-link:hover .btn-title {
	color: var(--white-color)
}

.service-tab-menu .nav-link.active .btn-text,
.service-tab-menu .nav-link:hover .btn-text {
	color: #bed4ff
}

.service-tab-menu .nav-link.active .btn-img,
.service-tab-menu .nav-link:hover .btn-img {
	border-color: #f6f7fa;
	background-color: var(--theme-color)
}

.service-tab-menu .nav-link.active .btn-img img,
.service-tab-menu .nav-link:hover .btn-img img {
	filter: brightness(0) invert(1)
}

.service-shape1 {
	position: absolute;
	left: 120px;
	right: 120px;
	top: 0;
	height: 100%;
	max-height: 454px;
	background-color: #f6f7fa;
	z-index: -1
}

.service-sidebar .widget_nav_menu a::before,
.service-sidebar .widget_meta a::before,
.service-sidebar .widget_pages a::before,
.service-sidebar .widget_archive a::before,
.service-sidebar .widget_categories a::before {
	content: "";
	color: var(--body-color)
}

.service-sidebar .widget_nav_menu a:hover:before,
.service-sidebar .widget_meta a:hover:before,
.service-sidebar .widget_pages a:hover:before,
.service-sidebar .widget_archive a:hover:before,
.service-sidebar .widget_categories a:hover:before {
	color: var(--theme-color)
}

@media(max-width: 1500px) {
	.service-shape1 {
		left: 0;
		right: 0
	}
}

@media(max-width: 1399px) {
	.service-style3 .service-back .service-content {
		padding: 40px 20px 37px 20px
	}
}

@media(max-width: 1199px) {
	.service-style1 {
		padding: 40px 20px
	}

	.service-style1 .service-icon {
		margin: 0 0 18px 0
	}

	.service-style1.layout3 {
		padding: 40px 30px
	}

	.service-list-box .title {
		margin: 0 0 17px 0
	}

	.service-style5 .service-title {
		margin-bottom: 15px;
		font-size: 26px
	}
}

@media(max-width: 991px) {
	.service-sidebar {
		margin-top: 30px
	}

	.service-list-box {
		padding: 35px 20px
	}

	.service-style3 .service-img {
		max-height: 205px;
		overflow: hidden
	}

	.service-shape1 {
		max-height: 800px
	}

	.service-tab-menu .nav-link {
		min-width: 45%
	}

	.service-style4 {
		padding: 40px 30px 45px 30px
	}

	.service-style4 .service-title {
		font-size: 18px
	}

	.service-style4 .service-text {
		font-size: 14px
	}
}

@media(max-width: 767px) {
	.service-style2 {
		display: block;
		text-align: center
	}

	.service-style2 .service-img {
		margin: 0 auto
	}

	.service-style2 .service-content {
		padding: 99px 30px 30px 30px;
		margin: -69px 0 0 0
	}

	.service-style4 {
		padding: 30px 20px 35px 20px
	}

	.service-style4 .service-title {
		font-size: 18px
	}

	.service-style4 .service-text {
		font-size: 14px
	}
}

.counter-media {
	display: flex;
	align-items: center
}

.counter-media__icon {
	display: inline-block;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	margin: 0 25px 0 0;
	background-color: var(--theme-color);
	border-radius: 5px
}

.counter-media__number {
	line-height: 1;
	margin: -0.04em 0 7px 0;
	display: block
}

.counter-media__title {
	font-family: var(--title-font);
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	line-height: 1;
	text-transform: uppercase
}

.counter-style2 {
	display: flex
}

.counter-style2 .media-icon {
	color: var(--theme-color);
	font-size: 40px;
	line-height: 1;
	margin-right: 20px
}

.counter-style2 .media-label {
	font-size: 60px;
	line-height: 1;
	display: block;
	font-family: var(--title-font);
	color: var(--title-color);
	font-weight: 700;
	margin: -0.03em 0 0 0
}

.counter-style2 .media-link {
	color: var(--theme-color);
	font-size: 20px
}

.counter-shape1 {
	background-color: rgba(17, 33, 62, .07);
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
	top: -60px;
	-webkit-clip-path: polygon(0 0, 100% 120px, 100% 100%, 0 calc(100% - 120px));
	clip-path: polygon(0 0, 100% 120px, 100% 100%, 0 calc(100% - 120px))
}

.counter-wrap1 {
	background-color: var(--white-color);
	box-shadow: 0px 13px 29px rgba(131, 150, 188, .1);
	border-radius: 5px
}

@media(max-width: 1199px) {
	.counter-media {
		display: block;
		text-align: center
	}

	.counter-media__icon {
		margin: 0 0 20px 0
	}

	.counter-style2 .media-label {
		font-size: 46px
	}

	.counter-style2 .media-icon {
		font-size: 30px
	}

	.counter-style2 .media-link {
		font-size: 16px
	}
}

@media(max-width: 991px) {
	.counter-style2 {
		display: block;
		text-align: center
	}

	.counter-style2 .media-icon {
		margin-right: 0;
		margin-bottom: 20px
	}
}

@media(max-width: 767px) {
	.counter-media__icon {
		width: 70px;
		height: 70px;
		line-height: 70px
	}

	.counter-media__icon img {
		max-width: 40px
	}

	.counter-media__title {
		font-size: 12px
	}

	.counter-media__number {
		font-size: 30px
	}
}

.team-style2 .team-social,
.team-style1 .team-social {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
	background-color: var(--theme-color);
	text-align: center;
	padding: 16.5px 10px;
	line-height: 1;
	opacity: 0;
	visibility: hidden;
	transition: all ease .6s
}

.team-style2 .team-social a,
.team-style1 .team-social a {
	display: inline-block;
	color: #bbd1ff;
	margin: 0 18px 0 0;
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s;
	transform: translateY(-15px)
}

.team-style2 .team-social a:last-child,
.team-style1 .team-social a:last-child {
	margin-right: 0
}

.team-style2 .team-social a:hover,
.team-style1 .team-social a:hover {
	color: var(--white-color)
}

.team-style2:hover .team-social,
.team-style1:hover .team-social {
	opacity: 1;
	visibility: visible
}

.team-style2:hover .team-social a,
.team-style1:hover .team-social a {
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}

.team-style2:hover .team-social a:nth-of-type(1),
.team-style1:hover .team-social a:nth-of-type(1) {
	transition-delay: 0s
}

.team-style2:hover .team-social a:nth-of-type(2),
.team-style1:hover .team-social a:nth-of-type(2) {
	transition-delay: .1s
}

.team-style2:hover .team-social a:nth-of-type(3),
.team-style1:hover .team-social a:nth-of-type(3) {
	transition-delay: .2s
}

.team-style2:hover .team-social a:nth-of-type(4),
.team-style1:hover .team-social a:nth-of-type(4) {
	transition-delay: .3s
}

.team-style2:hover .team-social a:nth-of-type(5),
.team-style1:hover .team-social a:nth-of-type(5) {
	transition-delay: .4s
}

.team-style1 {
	overflow: hidden;
	background-color: var(--white-color);
	box-shadow: 0px 10px 31px rgba(169, 177, 193, .17);
	border-radius: 5px;
	margin: 0 0 30px 0;
	transition: all ease .4s
}

.team-style1 .team-img {
	overflow: hidden;
	position: relative
}

.team-style1 .team-img img {
	width: 100%;
	transition: all ease .4s;
	transform: scale(1)
}

.team-style1 .team-content {
	padding: 30px 0 23px 0;
	text-align: center
}

.team-style1 .team-title {
	font-size: 20px;
	line-height: 1;
	margin: 0 0 10px 0
}

.team-style1 .team-degi {
	color: var(--theme-color);
	margin: 0;
	font-size: 14px
}

.team-style1:hover {
	background-color: #f6f7fa;
	box-shadow: none
}

.team-style1:hover .team-img img {
	transform: scale(1.1)
}

.team-style1.layout2 {
	padding: 30px;
	background-color: var(--white-color);
	margin: 0 0 30px 0
}

.team-style1.layout2 .team-content {
	padding: 38px 0 4px 0;
	box-shadow: none
}

.team-style1.layout2 .team-img {
	overflow: hidden;
	border-radius: 5px
}

.team-style1.layout2 .team-title {
	text-transform: uppercase;
	font-size: 24px
}

.team-style1.layout2 .team-degi {
	font-size: 16px;
	font-weight: 500;
	font-family: var(--title-font)
}

.team-style2 {
	margin: 0 0 30px 0
}

.team-style2 .team-img {
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0 30px -60px 30px;
	border-radius: 5px
}

.team-style2 .team-img img {
	width: 100%;
	border-radius: 5px;
	transition: all ease .4s;
	filter: none
}

.team-style2 .team-shape2,
.team-style2 .team-shape1 {
	position: absolute;
	left: 15%;
	top: -55%;
	width: 373.37px;
	height: 549.99px;
	background: rgba(21, 30, 50, .41);
	transform: rotate(-34.46deg) translateX(110%);
	transition: all ease .4s;
	z-index: 1;
	opacity: 0;
	visibility: hidden
}

.team-style2 .team-shape2 {
	width: 206.12px;
	height: 391px;
	background: rgba(14, 89, 242, .41);
	left: 74%;
	top: -29%
}

.team-style2 .team-social {
	left: 50px;
	right: 50px;
	bottom: 50px;
	border-radius: 5px;
	z-index: 4
}

.team-style2 .team-social a {
	color: #abc7fd
}

.team-style2 .team-social a:hover {
	color: var(--white-color)
}

.team-style2 .team-title {
	text-transform: capitalize;
	margin: 0 0 8px 0
}

.team-style2 .team-degi {
	color: var(--theme-color);
	margin: 0;
	line-height: 1
}

.team-style2 .team-content {
	background-color: var(--white-color);
	box-shadow: 0px 10px 31px rgba(169, 177, 193, .17);
	border-radius: 5px;
	padding: 97px 0 42px 0;
	text-align: center;
	transition: all ease .4s
}

.team-style2:hover .team-content {
	background-color: #f6f7fa;
	box-shadow: none
}

.team-style2:hover .team-shape1,
.team-style2:hover .team-shape2 {
	transform: rotate(-34.46deg) translateX(0);
	opacity: 1;
	visibility: visible
}

.team-style2:hover .team-img img {
	filter: grayscale(100%)
}

.team-style3 {
	margin-bottom: 30px
}

.team-style3 .team-img {
	border-radius: 20px;
	overflow: hidden
}

.team-style3 .team-img img {
	width: 100%;
	transition: all ease .4s;
	transform: scale(1)
}

.team-style3 .team-content {
	background-color: var(--white-color);
	text-align: center;
	padding: 30px 0 40px 0;
	margin: -105px 40px 0 40px;
	position: relative;
	z-index: 1;
	box-shadow: 5px 8.66px 60px 0px rgba(149, 163, 213, .18);
	border-radius: 30px
}

.team-style3 .team-title {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 5px 0
}

.team-style3 .team-degi {
	font-size: 14px;
	color: var(--theme-color);
	font-weight: 400;
	display: block
}

.team-style3 .team-social a i {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: var(--theme-color);
	color: var(--white-color);
	font-size: 14px;
	border-radius: 50%;
	margin: 0 1.5px;
	transition: all ease .4s
}

.team-style3 .team-social a i.fa-facebook-f {
	background-color: #d0e5ff;
	color: #2c6bc0
}

.team-style3 .team-social a i.fa-facebook-f:hover {
	color: #fff;
	background-color: #2c6bc0
}

.team-style3 .team-social a i.fa-youtube {
	background-color: #ffd6dc;
	color: #ff0024
}

.team-style3 .team-social a i.fa-youtube:hover {
	color: #fff;
	background-color: #ff0024
}

.team-style3 .team-social a i.fa-twitter {
	background-color: #c4e9ff;
	color: #1da1f2
}

.team-style3 .team-social a i.fa-twitter:hover {
	color: #fff;
	background-color: #1da1f2
}

.team-style3 .team-social a i.fa-basketball-ball {
	background-color: #ffdbe9;
	color: #ea4c89
}

.team-style3 .team-social a i.fa-basketball-ball:hover {
	color: #fff;
	background-color: #ea4c89
}

.team-style3:hover .team-img img {
	transform: scale(1.1)
}

.slick-slide .team-style2 .team-content,
.slick-slide .team-style1 {
	box-shadow: 0px 10px 31px rgba(169, 177, 193, .07)
}

.team-about .team-name {
	margin: -0.3em 0 0 0
}

.team-about .team-degi {
	color: var(--theme-color);
	display: block;
	margin: 0 0 27px 0
}

.team-about .team-text {
	margin: 0 0 35px 0
}

.team-about .vs-btn {
	margin: 23px 0 0 0
}

.team-inner {
	padding: 110px 0 93px 0;
	margin: 90px auto 120px auto;
	max-width: 1680px;
	width: 100%
}

.team-media {
	display: flex;
	align-items: center;
	margin: 0 0 18px 0
}

.team-media__icon {
	display: inline-block;
	width: var(--icon-size, 50px);
	height: var(--icon-size, 50px);
	line-height: var(--icon-size, 50px);
	border: 1px solid #e8eefc;
	text-align: center;
	color: var(--theme-color);
	margin: 0 20px 0 0;
	font-size: 18px;
	border-radius: 50%
}

.team-media__label {
	font-size: 14px
}

.team-media__info {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--body-font);
	margin: 0
}

.team-media__info a {
	color: inherit
}

.team-media__info a:hover {
	color: var(--theme-color)
}

.team-zigzag .team-style3:nth-child(even) {
	margin-top: 50px
}

@media(max-width: 1199px) {
	.team-style2 .team-social {
		left: 10px;
		right: 10px;
		bottom: 0
	}

	.team-style3 .team-content {
		padding: 30px 0 40px 0;
		margin: -70px 20px 0 20px
	}

	.team-zigzag .team-style3:nth-child(even) {
		margin-top: 0
	}

	.team-style1.layout2 {
		padding: 15px 15px 25px 15px
	}

	.team-style1.layout2 .team-title {
		font-size: 20px
	}

	.team-style1.layout2 .team-degi {
		font-size: 14px
	}
}

@media(max-width: 991px) {
	.team-about .team-degi {
		margin: 0 0 17px 0
	}

	.team-about .team-text {
		margin: 0 0 25px 0
	}

	.team-about .vs-btn {
		margin: 13px 0 0 0
	}

	.team-inner {
		padding: 70px 0 53px 0;
		margin: 50px auto 80px auto
	}
}

.process-style1 {
	text-align: center;
	margin: 0 0 5px 0;
	position: relative
}

.process-style1 .process-arrow {
	position: absolute;
	right: -53px;
	top: 0
}

.process-style1:nth-child(even) {
	margin-top: 60px
}

.process-style1:nth-child(even) .process-arrow {
	transform: rotateX(190deg)
}

.process-style1:last-child .process-arrow {
	display: none
}

.process-style1 .process-icon {
	position: relative;
	text-align: center;
	width: var(--icon-size, 130px);
	height: var(--icon-size, 130px);
	line-height: var(--icon-size, 130px);
	box-shadow: 0px 0px 77px 10px rgba(170, 170, 170, .13);
	background-color: var(--white-color);
	border-radius: 50%;
	margin: 0 auto 30px auto
}

.process-style1 .process-number {
	text-align: center;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 26px;
	background-color: var(--theme-color);
	color: var(--white-color);
	border-radius: 50%;
	position: relative;
	border: 5px solid var(--white-color);
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	font-weight: 700;
	font-family: var(--title-font)
}

.process-style1 .process-title {
	margin: 0 0 10px 0
}

.process-style2 {
	text-align: center;
	max-width: 290px;
	position: relative;
	margin: 0 0 5px 0
}

.process-style2 .process-icon {
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	position: relative;
	display: inline-block;
	background-color: var(--white-color);
	margin: 22.5px 0 25px 0;
	box-shadow: 0px 10px 31px rgba(169, 177, 193, .17);
	border-radius: 5px
}

.process-style2 .process-number {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-weight: 700;
	font-family: var(--title-font);
	position: absolute;
	right: 0;
	top: 0;
	background-color: var(--theme-color);
	color: var(--white-color);
	margin: -22.5px -22.5px 0 0;
	border-radius: 50%
}

.process-style2 .process-arrow {
	position: absolute;
	right: -55%;
	top: 10%
}

.process-style2:last-child .process-arrow {
	display: none
}

@media(min-width: 1500px) {
	.process-wrap1 {
		margin-left: 120px;
		margin-right: 120px
	}
}

@media(max-width: 1199px) {

	.process-style1,
	.process-style1:nth-child(even) {
		margin-top: 0
	}

	.process-style1 .process-arrow {
		right: -45px;
		top: 25px;
		max-width: 80px
	}

	.process-style2 .process-arrow {
		right: -23%;
		top: 15%;
		max-width: 90px
	}
}

@media(max-width: 991px) {
	.process-style1 .process-arrow {
		display: none
	}

	.process-style1 .process-icon {
		--icon-size: 100px;
		margin: 0 auto 20px auto
	}

	.process-style1 .process-icon img {
		max-width: 40px
	}

	.process-style2 {
		max-width: 100%
	}

	.process-style2 .process-arrow {
		display: none
	}
}

.accordion-style1 {
	margin: 0 0 30px 0
}

.accordion-style1 .accordion-item {
	margin: 0 0 20px 0;
	padding: 0 25px 0 25px;
	background-color: var(--white-color);
	box-shadow: 0px 13px 17px rgba(0, 0, 0, .13);
	border-radius: 5px
}

.accordion-style1 .accordion-button {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	padding: 14.5px 0;
	font-size: 18px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--title-color);
	text-align: left
}

.accordion-style1 .accordion-button:after {
	content: "";
	font-family: var(--icon-font);
	font-weight: 400;
	color: var(--title-color);
	border: none;
	width: auto;
	height: auto;
	background-image: none
}

.accordion-style1 .accordion-button:focus {
	box-shadow: none
}

.accordion-style1 .accordion-button:not(.collapsed):after {
	transform: rotate(0)
}

.accordion-style1 .accordion-body {
	border-top: 1px solid #ebebeb;
	padding: 17px 0 20px 0
}

.accordion-style1 .accordion-body p:last-child {
	margin-bottom: 0
}

.accordion-style1 .accordion-collapse {
	border: none
}

.accordion-style1.layout2 .accordion-item {
	padding: 0;
	box-shadow: none
}

.accordion-style1.layout2 .accordion-button {
	padding: 14.5px 25px;
	font-size: 16px;
	background-color: var(--theme-color);
	color: var(--white-color);
	border-radius: 0
}

.accordion-style1.layout2 .accordion-button:after {
	color: var(--white-color)
}

.accordion-style1.layout2 .accordion-button.collapsed {
	background-color: var(--smoke-color);
	color: var(--title-color)
}

.accordion-style1.layout2 .accordion-button.collapsed:after {
	color: var(--theme-color)
}

.accordion-style1.layout2 .accordion-body {
	border: none;
	background-color: var(--smoke-color);
	padding: 25px 25px 23px 25px
}

.accordion-style2 .accordion-item {
	margin: 0 0 20px 0;
	padding: 0 35px 6.5px 35px;
	background-color: var(--white-color);
	box-shadow: 7.5px 12.99px 30px 0px rgba(148, 171, 255, .05);
	border-radius: 30px
}

.accordion-style2 .accordion-button {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	padding: 24.5px 0 18px 0;
	font-size: 17px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--title-color);
	text-align: left
}

.accordion-style2 .accordion-button:after {
	content: "";
	font-family: var(--icon-font);
	font-weight: 400;
	color: var(--title-color);
	border: none;
	width: auto;
	height: auto;
	background-image: none;
	transform: rotate(0)
}

.accordion-style2 .accordion-button:focus {
	box-shadow: none
}

.accordion-style2 .accordion-button:not(.collapsed):after {
	transform: rotate(90deg)
}

.accordion-style2 .accordion-button:hover {
	color: var(--theme-color)
}

.accordion-style2 .accordion-body {
	padding: 0 0 20px 0
}

.accordion-style2 .accordion-body p {
	font-size: 14px
}

.accordion-style2 .accordion-body p:last-child {
	margin-bottom: 0
}

.accordion-style2 .accordion-collapse {
	border: none
}

.faq-wrap1 {
	padding-top: 240px;
	padding-bottom: 90px;
	position: relative
}

.faq-shape1 {
	position: absolute;
	right: 0;
	top: 120px;
	bottom: 0;
	width: 100%;
	max-width: 1120px;
	border-radius: 5px 0 0 5px;
	z-index: -1
}

.faq-shape2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 945px;
	max-height: 570px;
	z-index: -2;
	border-radius: 0 5px 5px 0
}

@media(min-width: 1921px) {
	.faq-shape1 {
		max-width: 60%
	}

	.faq-shape2 {
		max-width: 49%
	}
}

@media(max-width: 1500px) {
	.faq-wrap1 {
		padding-top: var(--section-space, 120px);
		padding-bottom: calc(var(--section-space, 120px) - 30px)
	}

	.faq-shape2 {
		max-height: initial;
		bottom: 0;
		display: none
	}

	.faq-shape1 {
		max-width: 70%;
		top: 0
	}
}

@media(max-width: 1399px) {
	.faq-wrap1 {
		padding-top: var(--section-space, 120px)
	}

	.faq-shape2 {
		max-height: initial;
		bottom: 0;
		display: none
	}

	.faq-shape1 {
		max-width: 70%;
		top: 0
	}

	.accordion-style1 .accordion-button {
		font-size: 16px
	}

	.accordion-style1 .accordion-body {
		font-size: 14px
	}
}

@media(max-width: 991px) {
	.faq-wrap1 {
		padding-top: var(--section-space-mobile, 80px);
		padding-bottom: calc(var(--section-space-mobile, 80px) - 30px)
	}

	.faq-shape1 {
		max-width: 100%
	}
}

@media(max-width: 767px) {
	.accordion-style1 .accordion-item {
		padding: 0 20px 0px 20px
	}

	.accordion-style1.layout2 .accordion-button {
		padding: 14.5px 20px;
		font-size: 16px
	}

	.accordion-style1.layout2 .accordion-body {
		padding: 25px 20px 23px 20px
	}

	.accordion-style2 .accordion-item {
		padding: 0 30px 6.5px 30px
	}
}

.brand-slide-nav {
	display: flex;
	justify-content: space-between;
	margin-top: 50px
}

.brand-slide-nav button {
	position: relative;
	border: none;
	text-transform: uppercase;
	background-color: var(--theme-color);
	color: var(--white-color);
	width: 50%;
	padding: 12px 20px
}

.brand-slide-nav button .fa-long-arrow-left {
	margin-right: 10px
}

.brand-slide-nav button .fa-long-arrow-right {
	margin-left: 10px
}

.brand-slide-nav button:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	height: 20px;
	width: 1px;
	background-color: rgba(255, 255, 255, .5);
	margin-top: -10px
}

.brand-slide-nav button:last-child:after {
	display: none
}

.brand-slide-nav button:hover {
	background-color: var(--title-color);
	color: var(--white-color)
}

.vs-brand1 img {
	transition: all ease .4s;
	filter: grayscale(100%) invert(0.8)
}

.vs-brand1 img:hover,
.vs-brand1.slick-current img {
	filter: grayscale(0) invert(0)
}

.brand-wrap1 {
	padding: 80px 60px;
	background-color: var(--theme-color);
	text-align: center;
	background-size: auto;
	background-position: center center
}

@media(max-width: 767px) {
	.brand-wrap1 {
		padding: 60px 25px
	}
}

.test-wrap1 {
	position: relative;
	border-bottom: 2px solid #f4f6fc
}

.testi-style1 {
	background-color: #f8f8f9;
	padding: 1px 40px 35px 40px;
	margin: 15px 0 30px 0;
	border-radius: 5px;
	transition: all ease .4s
}

.testi-style1:hover {
	background-color: var(--white-color);
	box-shadow: 0px 10px 31px rgba(169, 177, 193, .17)
}

.testi-style1 .testi-icon {
	padding: 10px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background-color: var(--white-color);
	border-radius: 5px;
	margin: -25px 0 20px 0
}

.testi-style1 .testi-icon i {
	width: var(--icon-size, 60px);
	height: var(--icon-size, 60px);
	line-height: var(--icon-size, 60px);
	color: var(--white-color);
	font-size: 24px;
	border-radius: inherit;
	background-color: var(--theme-color);
	text-align: center;
	display: inline-block
}

.testi-style1 .testi-text {
	margin: 0 0 22px 0
}

.testi-style1 .testi-name {
	margin: 0
}

.testi-style1 .testi-degi {
	font-size: 14px;
	display: block;
	color: var(--theme-color)
}

.testi-style2 {
	background-color: var(--white-color);
	box-shadow: 0px 10px 31px rgba(169, 177, 193, .17);
	border-radius: 5px;
	padding: 50px 50px 40px 50px;
	margin: 0 0 30px 0
}

.testi-style2 .testi-body {
	display: flex;
	margin: 0 0 12px 0
}

.testi-style2 .author-img {
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin: 0 30px 0 0;
	border-radius: 5px
}

.testi-style2 .testi-text {
	font-family: var(--title-font);
	line-height: 30px;
	font-size: 16px;
	font-style: italic
}

.testi-style2 .testi-name {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 2px 0
}

.testi-style2 .testi-degi {
	font-size: 14px;
	font-family: var(--title-font);
	color: var(--theme-color)
}

.testi-style2-slide {
	margin-top: -30px
}

.testi-style2-slide .testi-style2 {
	box-shadow: 0px 10px 21px rgba(169, 177, 193, .15);
	margin-top: 30px
}

.author-style1 {
	display: flex;
	border-radius: 15px;
	position: relative;
	padding: 30px;
	margin: 0 0 30px 0;
	transition: all ease .4s;
	box-shadow: none;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer
}

.author-style1:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 20px;
	background-color: var(--theme-color);
	border-radius: 9999px;
	margin: -10px 0 0 0;
	transition: all ease .4s;
	opacity: 0;
	visibility: hidden
}

.author-style1 .author-name {
	margin: 0
}

.author-style1 .author-degi {
	color: var(--theme-color);
	font-size: 14px
}

.author-style1 .author-img {
	margin: 0 15px 0 0;
	width: 60px;
	border-radius: 50%;
	overflow: hidden
}

.slick-current .author-style1,
.author-style1:hover {
	background-color: var(--white-color);
	box-shadow: 0px 17px 20px #eeeff1
}

.slick-current .author-style1::before {
	opacity: 1;
	visibility: visible
}

.testi-text-slide .testi-text {
	font-size: 18px;
	margin: 10px 0 30px 0
}

.testimonial-arrow {
	position: absolute;
	right: -126px;
	top: 50%;
	transform: translateY(-50%)
}

.testimonial-arrow .icon-btn {
	display: block;
	margin: 0 0 20px 0
}

.testimonial-arrow .icon-btn:last-child {
	margin-bottom: 0
}

.testi-shape1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	max-width: 1567px;
	max-height: 684px
}

.testi-shape2 {
	position: absolute;
	right: 0;
	bottom: 0;
	top: var(--section-space);
	width: 100%;
	background-color: var(--white-color);
	max-width: 1670px;
	z-index: -1
}

.test-wrap1 {
	padding-top: calc(var(--section-space)*2);
	padding-bottom: calc(var(--section-space) - 30px);
	position: relative
}

.testi-inner1 {
	width: 750px
}

.testi-style3 {
	background-color: var(--white-color);
	padding: 40px 40px 32px 40px;
	border-radius: 50px;
	box-shadow: 5px 8.66px 60px 0px rgba(187, 191, 204, .18);
	margin-bottom: 30px
}

.testi-style3 .testi-author {
	display: flex;
	align-items: center;
	margin: 0 0 20px 0
}

.testi-style3 .author-img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px
}

.testi-style3 .author-img img {
	width: 100%
}

.testi-style3 .testi-name {
	font-size: 18px;
	font-weight: 600;
	margin: 0
}

.testi-style3 .testi-degi {
	color: var(--theme-color);
	font-size: 14px
}

.testi-style3 .testi-rating {
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--title-color);
	border-top: 1px solid #e3e9ff;
	padding-top: 20px;
	margin-top: 22px
}

.testi-style3 .testi-rating i {
	color: #feb519;
	margin-left: 5px;
	font-size: 14px
}

.testi-style3 .testi-rating i:first-child {
	margin-left: 15px
}

.testi-style4 {
	background-color: var(--white-color);
	padding: 50px 50px 40px 50px;
	transform: skewY(-5deg);
	border-radius: 30px;
	margin: 26px 0 56px 0;
	box-shadow: 4px 5px 60px 0px rgba(178, 180, 187, .05)
}

.testi-style4 .testi-body {
	transform: skewY(5deg)
}

.testi-style4 .author-img {
	width: 100px;
	height: 100px;
	position: relative;
	margin-bottom: 30px
}

.testi-style4 .author-img img {
	border-radius: 50%;
	width: 100%
}

.testi-style4 .quote {
	background-color: var(--white-color);
	display: inline-block;
	color: var(--theme-color);
	line-height: 1;
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
	transform: skewY(-10deg);
	border-radius: 5px;
	box-shadow: 3.5px 6.062px 40px 0px rgba(0, 0, 0, .21)
}

.testi-style4 .quote i::before {
	transform: skewY(10deg);
	display: block
}

.testi-style4 .testi-name {
	font-weight: 600;
	margin: 0 0 0px 0
}

.testi-style4 .testi-degi {
	font-size: 14px;
	color: var(--theme-color);
	margin: 0
}

@media(min-width: 1921px) {
	.testi-shape1 {
		max-width: 85%
	}

	.testi-shape2 {
		max-width: 90%
	}
}

@media(max-width: 1800px) {
	.test-wrap1 .offset-xxl-1 {
		margin-left: 0
	}

	.testi-inner1 {
		width: auto;
		margin-right: -150px
	}
}

@media(max-width: 1500px) {
	.testi-shape1 {
		max-width: initial;
		width: auto;
		right: 50px
	}

	.testi-shape2 {
		max-width: 100%;
		width: auto;
		left: 50px
	}
}

@media(max-width: 1399px) {
	.author-style1 {
		padding: 20px
	}

	.author-style1 .author-name {
		margin: 0;
		font-size: 18px
	}

	.testi-inner1 {
		margin-right: -100px
	}

	.testi-style3 {
		padding: 40px 30px 32px 30px
	}

	.testi-shape2,
	.testi-shape1 {
		display: none
	}

	.test-wrap1 {
		padding-top: 0
	}

	.testi-style4 {
		padding: 35px 30px 30px 30px
	}
}

@media(max-width: 1199px) {
	.testi-style1 {
		padding: 1px 25px 35px 25px
	}

	.testi-style2 {
		padding: 40px 40px 30px 40px;
		text-align: center
	}

	.testi-style2 .author-img {
		margin: 0 auto 15px auto
	}

	.testi-style2 .testi-body {
		display: flex;
		margin: 0 0 0 0;
		flex-direction: column-reverse
	}

	.testi-inner1 {
		margin-right: 0
	}

	.sec-big-text2,
	.sec-big-text {
		font-size: 100px
	}

	.sec-big-text {
		top: -4px
	}

	.sec-big-text2 {
		right: 70px;
		bottom: -0.18em
	}
}

@media(max-width: 991px) {
	.testi-style2 {
		padding: 30px
	}

	.test-wrap1 {
		padding-bottom: calc(var(--section-space-mobile) - 30px)
	}
}

@media(max-width: 767px) {

	.sec-big-text2,
	.sec-big-text {
		font-size: 50px
	}

	.sec-big-text2 {
		right: 0;
		bottom: -0.15em;
		left: 0;
		text-align: center
	}

	.testi-style4 {
		transform: none
	}

	.testi-style4 .testi-body {
		transform: none
	}

	.testi-style4 .author-img {
		width: 70px;
		height: 70px;
		margin-bottom: 20px
	}
}

.sidemenu-wrapper {
	position: fixed;
	z-index: 99999;
	right: 0;
	top: 0;
	height: 100%;
	width: 0;
	background-color: rgba(0, 0, 0, .75);
	opacity: 0;
	visibility: hidden;
	transition: all ease .8s
}

.sidemenu-wrapper .closeButton {
	display: inline-block;
	border: none;
	color: var(--white-color);
	background-color: var(--theme-color);
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	padding: 0;
	position: absolute;
	top: 15px;
	right: 15px;
	border-radius: 50%;
	transform: rotate(0);
	transition: all ease .4s
}

.sidemenu-wrapper .closeButton:hover {
	background-color: var(--title-color);
	color: var(--white-color);
	transform: rotate(90deg)
}

.sidemenu-wrapper .sidemenu-content {
	background-color: var(--white-color);
	width: 450px;
	margin-left: auto;
	padding: 40px;
	height: 100%;
	overflow: scroll;
	position: relative;
	right: -500px;
	cursor: auto;
	transition-delay: 1s;
	transition: right ease 1s
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
	background-color: #f5f5f5
}

.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
	width: 2px;
	background-color: #f5f5f5
}

.sidemenu-wrapper .widget {
	padding: 0;
	border: none;
	margin: 0 0 40px 0;
	background-color: rgba(0, 0, 0, 0)
}

.sidemenu-wrapper .widget_title {
	border-bottom: 1px solid var(--border-color);
	padding: 0 0 20px 0;
	margin: 0 0 25px 0
}

.sidemenu-wrapper.show {
	opacity: 1;
	visibility: visible;
	width: 100%;
	transition: all ease .8s
}

.sidemenu-wrapper.show .sidemenu-content {
	right: 0;
	opacity: 1;
	visibility: visible
}

.price-style1 {
	position: relative;
	background-color: #f6f7fa;
	padding: 50px 60px 60px 60px;
	overflow: hidden;
	border-radius: 5px;
	margin: 0 0 30px 0
}

.price-style1 .price-shape {
	background-color: var(--theme-color);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	transition: all ease .4s;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	transform: scale(1.1)
}

.price-style1 .price-package {
	margin: 0 0 3px 0
}

.price-style1 .price-amount {
	color: var(--theme-color)
}

.price-style1 .price-duration {
	font-size: 16px;
	color: var(--title-color);
	font-weight: 500
}

.price-style1 .price-features {
	background-color: var(--white-color);
	padding: 28px 30px 22px 30px;
	margin: 0 0 30px 0;
	border-radius: 5px
}

.price-style1 .price-features ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.price-style1 .price-features li {
	margin: 0 0 5px 0
}

.price-style1 .price-features i {
	color: var(--theme-color);
	margin: 0 10px 0 0
}

.price-style1 .vs-btn {
	width: 100%
}

.price-style1 .vs-btn,
.price-style1 .price-features,
.price-style1 .price-duration,
.price-style1 .price-amount,
.price-style1 .price-package {
	transition: all ease .4s;
	position: relative;
	z-index: 2
}

.slick-center .price-style1 .price-shape,
.price-style1:hover .price-shape {
	opacity: 1;
	visibility: visible;
	transform: scale(1)
}

.slick-center .price-style1 .price-duration,
.slick-center .price-style1 .price-amount,
.slick-center .price-style1 .price-package,
.price-style1:hover .price-duration,
.price-style1:hover .price-amount,
.price-style1:hover .price-package {
	color: var(--white-color)
}

.slick-center .price-style1 .vs-btn,
.price-style1:hover .vs-btn {
	background-color: var(--white-color);
	color: var(--theme-color)
}

.slick-center .price-style1 .vs-btn:hover,
.price-style1:hover .vs-btn:hover {
	color: var(--white-color)
}

.package-style2 .package-inner {
	position: relative;
	display: flex;
	background-color: var(--white-color);
	padding: 48px 60px 42px 60px;
	border-radius: 25px;
	margin-top: 20px;
	margin-bottom: 50px
}

.package-style2:last-child .package-inner {
	margin-bottom: 30px
}

.package-style2 .package-head {
	flex: 1
}

.package-style2 .package-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 50px
}

.package-style2 .package-discount {
	line-height: 1;
	display: inline-block;
	position: absolute;
	left: 65px;
	top: -15px;
	color: var(--white-color);
	background-color: var(--theme-color);
	padding: 8px 18px;
	font-size: 14px;
	border-radius: 9999px;
	box-shadow: 0 0 0 5px #fff
}

.package-style2 .package-amount {
	font-size: 60px;
	font-weight: 700;
	font-family: var(--title-font);
	color: var(--title-color);
	line-height: 1;
	margin: -0.2em 0 24px 0
}

.package-style2 .package-amount .duration {
	font-size: 18px;
	color: var(--body-color);
	vertical-align: middle;
	font-weight: 400;
	margin: 23px 0 0 5px;
	display: inline-block
}

.package-style2 .package-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.package-style2 .package-list li {
	font-size: 16px;
	color: var(--title-color);
	position: relative;
	border-bottom: 1px solid #f1f2f7;
	padding-bottom: 18px;
	margin-bottom: 18px;
	padding-right: 30px
}

.package-style2 .package-list li i:first-child {
	position: absolute;
	right: 0;
	top: 3.5px;
	color: var(--theme-color)
}

.package-style2 .package-list li i.fa-times-circle {
	color: var(--title-color)
}

.package-style2 .package-list li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none
}

.price-wrap1 {
	position: relative;
	padding-top: calc(var(--section-space)*2);
	padding-bottom: calc(var(--section-space) - 30px)
}

.price-shape1 {
	position: absolute;
	right: 0;
	left: 230px;
	top: var(--section-space);
	bottom: 0
}

.shape-1 {
	width: 1690px;
	height: 882px
}

@media(max-width: 1500px) {
	.price-shape1 {
		left: 50px
	}
}

@media(max-width: 1399px) {
	.price-style1 {
		padding: 30px 20px 40px 20px
	}

	.price-style1 .price-features {
		padding: 28px 20px 22px 20px
	}

	.price-style1 .price-features li {
		font-size: 14px
	}

	.price-style1 .price-amount.h1 {
		font-size: 30px
	}

	.price-wrap1 {
		padding-top: var(--section-space)
	}

	.price-shape1 {
		top: 0;
		left: 0
	}

	.package-style2 .package-inner {
		padding: 38px 30px 32px 30px
	}

	.package-style2 .package-amount {
		font-size: 48px
	}

	.package-style2 .package-amount .duration {
		font-size: 16px
	}
}

@media(max-width: 1199px) {
	.package-style2 .package-inner {
		padding: 38px 25px 32px 25px
	}

	.package-style2 .package-list li {
		padding-bottom: 10px;
		margin-bottom: 10px;
		padding-right: 25px;
		font-size: 14px
	}

	.package-style2 .package-body {
		padding-left: 30px
	}

	.package-style2 .package-amount {
		font-size: 36px;
		margin-bottom: 20px
	}

	.package-style2 .package-amount .duration {
		font-size: 14px;
		margin-top: 8px
	}

	.package-style2 .vs-btn {
		padding: 14px 19px;
		font-size: 14px
	}
}

@media(max-width: 991px) {
	.package-style2 .package-inner {
		display: block
	}

	.package-style2 .package-body {
		flex: 1;
		padding-left: 0;
		padding-top: 30px
	}

	.package-style2 .package-discount {
		left: 50%;
		transform: translateX(-50%)
	}

	.price-wrap1 {
		padding-top: var(--section-space-mobile);
		padding-bottom: calc(var(--section-space-mobile) - 30px)
	}
}

.form-style1 {
	background-color: var(--theme-color);
	--bs-gutter-x: 20px;
	padding: 70px 80px 80px 80px
}

.form-style1 .form-title {
	color: var(--white-color);
	text-align: center;
	margin: 0 0 27px 0;
	padding: 0 0 17px 0;
	position: relative
}

.form-style1 .form-title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-radius: 5px;
	background-color: #0844bc;
	background-color: var(--white-color);
	opacity: .3
}

.form-style1 .vs-btn {
	width: 100%
}

.form-style1 textarea,
.form-style1 input {
	height: 55px;
	background-color: var(--white-color);
	font-size: 16px;
	font-family: var(--body-font);
	color: var(--body-color);
	border-radius: 5px
}

.form-style1 textarea {
	min-height: 180px;
	resize: none
}

.form-style2 {
	margin-bottom: 30px
}

.form-style2 textarea,
.form-style2 select,
.form-style2 input {
	background-color: var(--smoke-color);
	border: none;
	font-size: 16px;
	padding-left: 25px
}

.form-style3 .form-title {
	margin: 0 0 40px 0
}

.form-style3 .form-group {
	display: flex;
	background-color: var(--white-color);
	padding: 12.5px;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 9999px;
	margin: 0
}

.form-style3 .form-group input {
	flex: 1;
	border: none;
	border-left: 2px solid #d8e0ff;
	background-color: rgba(0, 0, 0, 0);
	height: 30px;
	font-size: 16px;
	color: var(--title-color);
	font-weight: 500
}

.form-style3 .form-group input::-moz-placeholder {
	color: var(--title-color)
}

.form-style3 .form-group input:-ms-input-placeholder {
	color: var(--title-color)
}

.form-style3 .form-group input::placeholder {
	color: var(--title-color)
}

.form-style3 .form-group input:first-child {
	border-left: none
}

.form-style4 {
	z-index: 1;
	position: relative
}

.form-style4 .form-title {
	margin: -0.3em 0 22px 0
}

.form-style4 .form-inner {
	background-color: var(--white-color);
	box-shadow: 5px 8.66px 25px 0px rgba(196, 201, 228, .2);
	border-radius: 10px;
	padding: 32.5px 60px;
	position: relative;
	margin-bottom: 20px
}

.form-style4 .form-inner:before {
	content: "";
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: -20px;
	top: 20px;
	background-color: var(--white-color);
	opacity: .6;
	z-index: -1;
	box-shadow: 5px 8.66px 25px 0px rgba(206, 211, 234, .1);
	border-radius: inherit
}

.form-style4 .form-select,
.form-style4 .form-control {
	height: 30px;
	border: none;
	font-size: 16px;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	padding-left: 60px
}

.form-style4 .form-group {
	margin-bottom: 0;
	border-left: 1px solid #dfdfdf
}

.form-style4 .form-group i {
	position: absolute;
	right: auto;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px
}

.form-style4 .form-group i.fa-angle-down {
	font-size: 18px
}

.form-style4 .form-group:first-child {
	border-left: none
}

.form-style4 .form-group:first-child .form-control,
.form-style4 .form-group:first-child .form-select {
	padding-left: 35px
}

.form-style4 .form-group:first-child i {
	left: 0
}

@media(max-width: 991px) {

	.form-style4 .form-select,
	.form-style4 .form-control {
		height: 55px;
		border: 1px solid #e0e0e0;
		font-size: 16px;
		padding-left: 45px;
		border-radius: 9999px
	}

	.form-style4 .form-group {
		border-left: none
	}

	.form-style4 .form-group i {
		left: 30px
	}

	.form-style4 .form-group:first-child .form-control,
	.form-style4 .form-group:first-child .form-select {
		padding-left: 45px
	}

	.form-style4 .form-group:first-child i {
		left: 30px
	}
}

@media(max-width: 767px) {
	.form-style1 {
		padding: 40px 20px 40px 20px
	}

	.form-style1 select,
	.form-style1 .form-control,
	.form-style1 .form-select,
	.form-style1 textarea,
	.form-style1 input {
		padding-left: 20px;
		font-size: 14px
	}

	.form-style3 .form-title {
		margin: 0 0 20px 0;
		font-size: 30px;
		line-height: 1.3
	}

	.form-style3 .form-group {
		display: block;
		border-radius: 0;
		background-color: rgba(0, 0, 0, 0)
	}

	.form-style3 .form-group input {
		border: none;
		background-color: var(--white-color);
		height: 50px;
		margin-bottom: 12px;
		border-radius: 6px;
		font-size: 14px
	}

	.form-style3 .form-group .vs-btn {
		background-color: var(--title-color)
	}

	.form-style3 .form-group .vs-btn:after,
	.form-style3 .form-group .vs-btn:before {
		background-color: var(--white-color)
	}

	.form-style3 .form-group .vs-btn:hover {
		color: var(--title-color)
	}

	.form-style4 .form-inner {
		padding: 32.5px 20px
	}
}

.filter-menu1 {
	background-color: var(--white-color);
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto 50px auto;
	max-width: 100%;
	border-radius: 9999px;
	text-align: center;
	padding: 15px 60px;
	box-shadow: 7.5px 12.99px 60px 0px rgba(9, 34, 126, .07)
}

.filter-menu1 button {
	border: none;
	background-color: rgba(0, 0, 0, 0);
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	display: inline-block;
	position: relative;
	padding: 17px 31px;
	border-radius: 9999px
}

.filter-menu1 button:hover {
	color: var(--theme-color)
}

.filter-menu1 button.active {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.project-style1 {
	background-color: var(--white-color);
	box-shadow: 0px 10px 31px rgba(169, 177, 193, .17);
	border-radius: 5px;
	margin: 0 0 30px 0
}

.project-style1 .project-img {
	position: relative;
	overflow: hidden;
	border-radius: 5px 5px 0 0
}

.project-style1 .project-img:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(1.1);
	background-color: var(--theme-color);
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s;
	z-index: 1
}

.project-style1 .project-img img {
	transition: all ease .4s;
	transform: scale(1)
}

.project-style1 .project-content {
	padding: 25px 30px 30px 30px
}

.project-style1:hover .vs-btn.style3 {
	background-color: var(--theme-color);
	color: var(--white-color)
}

.project-style1:hover .project-img:before {
	transform: scale(1);
	opacity: .5;
	visibility: visible
}

.project-style1:hover .project-img img {
	transform: scale(1.1)
}

.slick-slide .project-style1 {
	box-shadow: 0px 10px 21px rgba(169, 177, 193, .15)
}

.project-style2 {
	position: relative;
	margin: 0 0 30px 0
}

.project-style2 .project-img {
	overflow: hidden;
	position: relative
}

.project-style2 .project-img img {
	transition: all ease .4s;
	transform: scale(1);
	width: 100%
}

.project-style2 .project-shape {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	background-color: var(--theme-color);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all ease .4s
}

.project-style2 .icon-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	background-color: var(--white-color);
	color: var(--theme-color);
	opacity: 0;
	visibility: hidden
}

.project-style2 .icon-btn:hover {
	background-color: var(--title-color);
	color: var(--white-color)
}

.project-style2 .project-title {
	color: var(--white-color);
	margin: 0
}

.project-style2 .project-label {
	font-size: 16px;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--white-color);
	display: block;
	margin: 0 0 5px 0
}

.project-style2 .project-label,
.project-style2 .project-title {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50px);
	transition: all ease .4s
}

.project-style2 .project-content {
	position: absolute;
	left: 70px;
	bottom: 60px;
	z-index: 3
}

.project-style2:hover .project-shape {
	opacity: .8;
	visibility: visible
}

.project-style2:hover .project-img img {
	transform: scale(1.1)
}

.project-style2:hover .icon-btn {
	opacity: 1;
	visibility: visible;
	transition-delay: .2s
}

.project-style2:hover .project-title,
.project-style2:hover .project-label {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition-delay: .1s
}

.project-style2:hover .icon-btn,
.project-style2:hover .project-label {
	transition-delay: .2s
}

.project-box {
	background-color: var(--smoke-color);
	padding: 45px 40px;
	margin: 0 0 30px 0
}

.project-box__title {
	margin: -0.3em 0 25px 0
}

.project-box__icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: var(--white-color);
	text-align: center;
	color: var(--theme-color);
	margin: 0 20px 0 0;
	font-size: 18px;
	border-radius: 50%
}

.project-box__label {
	font-size: 14px;
	display: block;
	margin: 0 0 10px 0;
	line-height: 1
}

.project-box__info {
	font-size: 16px;
	font-weight: 600;
	color: var(--theme-color);
	margin: 0
}

.project-box__item {
	display: flex;
	align-items: center
}

.project-box__item:not(:last-child) {
	border-bottom: 1px solid #dadfec;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0
}

.project-contact {
	background-color: var(--theme-color);
	padding: 32px 40px 20px 40px
}

.project-contact__title {
	color: var(--white-color);
	margin: 0 0 10px 0
}

.project-contact__text {
	color: var(--white-color);
	margin: 0 0 22px 0
}

.project-contact__info {
	color: var(--white-color);
	font-size: 18px;
	font-weight: 500;
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 0 33px
}

.project-contact__info a {
	color: inherit
}

.project-contact__info i {
	margin: 0 15px 0 0;
	position: absolute;
	left: 0;
	top: 3.5px
}

.project-style3 {
	position: relative;
	margin-bottom: 30px
}

.project-style3 .project-img {
	overflow: hidden;
	border-radius: 10px
}

.project-style3 .project-img img {
	transform: scale(1);
	transition: all ease .4s;
	width: 100%
}

.project-style3 .project-bottom {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	background-color: var(--theme-color);
	border-radius: 10px;
	transition: all ease .4s;
	padding: 30px 35px 28px 35px;
	opacity: 0;
	visibility: hidden
}

.project-style3 .icon-btn,
.project-style3 .project-category,
.project-style3 .project-title {
	transform: translateY(10px);
	transition: all ease .4s;
	opacity: 0;
	visibility: hidden
}

.project-style3 .project-title {
	font-size: 20px;
	font-weight: 600;
	color: var(--white-color);
	margin: 0 0 2px 0
}

.project-style3 .project-category {
	font-size: 16px;
	color: #7c98ff;
	margin: 0
}

.project-style3 .icon-btn {
	--btn-size: 40px;
	--btn-font-size: 16px;
	transform: translateX(10px)
}

.project-style3:hover .project-bottom {
	opacity: 1;
	visibility: visible
}

.project-style3:hover .icon-btn,
.project-style3:hover .project-title,
.project-style3:hover .project-category {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition-delay: .1s
}

.project-style3:hover .icon-btn {
	transition-delay: .15s
}

.project-style3:hover .project-category {
	transition-delay: .2s
}

.project-style3:hover .project-img img {
	transform: scale(1.1)
}

@media(max-width: 1500px) {
	.project-style2 .icon-btn {
		top: 60px;
		right: 60px;
		left: auto;
		transform: none;
		--btn-size: 40px;
		--btn-font-size: 18px
	}
}

@media(max-width: 1399px) {
	.project-box {
		padding: 35px 25px
	}

	.project-contact {
		padding: 32px 25px 20px 25px
	}

	.project-style1 .project-img img {
		width: 100%
	}

	.project-style1 .project-content {
		padding-left: 25px;
		padding-right: 25px
	}

	.project-style3 .project-bottom {
		left: 15px;
		right: 15px;
		bottom: 15px;
		padding: 20px 20px 20px 20px;
		gap: 15px
	}

	.project-style3 .project-title {
		font-size: 18px
	}
}

@media(max-width: 991px) {
	.project-style2 .project-shape {
		right: 0;
		top: 0;
		bottom: 0;
		left: 0
	}

	.project-style2 .project-content {
		left: 20px;
		bottom: 20px
	}

	.project-style2 .icon-btn {
		top: 20px;
		right: 20px
	}
}

@media(max-width: 767px) {
	.filter-menu1 {
		padding: 15px 15px;
		border-radius: 10px
	}

	.filter-menu1 button {
		font-size: 14px;
		padding: 15px 22px
	}
}

@media(max-width: 575px) {
	.project-style1 .project-content {
		padding: 25px 20px 30px 20px
	}
}

.contact-tab-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 0 0 60px 0
}

.contact-tab-menu .btn-img {
	width: 120px;
	float: left;
	margin: 0 20px 0 0
}

.contact-tab-menu .btn-title {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	font-family: var(--title-font);
	margin: 4px 0 0 0;
	transition: all ease .4s
}

.contact-tab-menu .btn-text {
	display: inline-block;
	color: var(--body-color);
	font-size: 14px;
	font-family: var(--title-font);
	margin: 2px 0 0 0;
	transition: all ease .4s
}

.contact-tab-menu button {
	padding: 20px;
	position: relative;
	width: 100%;
	flex: 1;
	text-align: left;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #f0f0f0
}

.contact-tab-menu button.active,
.contact-tab-menu button:hover {
	background-color: var(--theme-color);
	border-color: rgba(0, 0, 0, 0)
}

.contact-tab-menu button.active .btn-text,
.contact-tab-menu button.active .btn-title,
.contact-tab-menu button:hover .btn-text,
.contact-tab-menu button:hover .btn-title {
	color: var(--white-color)
}

.contact-box {
	background-color: var(--smoke-color);
	padding: 60px;
	height: 100%
}

.contact-box__title {
	margin: -0.4em 0 10px 0
}

.contact-box__text {
	margin: 0 0 37px 0
}

.contact-box__item {
	display: flex
}

.contact-box__item:not(:last-child) {
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #dadfec
}

.contact-box__icon {
	font-size: 30px;
	line-height: 1;
	color: var(--theme-color);
	align-self: flex-start;
	margin: 0 15px 0 0
}

.contact-box__label {
	font-size: 18px;
	margin: -0.3em 0 8px 0
}

.contact-box__info {
	max-width: 235px;
	margin: 0 0 -0.5em 0
}

.contact-box__info a {
	display: inline-block;
	color: inherit
}

.contact-box__form .form-group {
	line-height: 1
}

.contact-box__form textarea,
.contact-box__form select,
.contact-box__form input {
	height: 55px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
	background-position: right 21px center
}

.contact-box__form i {
	top: 19px;
	right: calc(var(--bs-gutter-x)/2 + 24px);
	font-size: 16px
}

@media(max-width: 1399px) {
	.contact-box {
		padding: 40px
	}

	.contact-box__title {
		margin: -0.3em 0 10px 0
	}

	.contact-box__form textarea,
	.contact-box__form select,
	.contact-box__form input {
		font-size: 14px
	}

	.contact-tab-menu button {
		text-align: center
	}

	.contact-tab-menu .btn-title {
		display: block
	}

	.contact-tab-menu .btn-img {
		float: none;
		margin: 0 auto 10px auto;
		display: block
	}
}

@media(max-width: 991px) {
	.contact-tab-menu .btn-title {
		font-size: 16px
	}
}

@media(max-width: 575px) {
	.contact-box {
		padding: 40px 20px
	}

	.contact-box__label {
		font-size: 16px
	}

	.contact-box__icon {
		font-size: 20px
	}
}

.event-table__head {
	background-color: var(--theme-color);
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 29px 60px
}

.event-table__item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #eaeaf0;
	background-color: #f8f8f9;
	padding: 35px 60px 32px 60px
}

.event-table__item:last-child {
	padding-bottom: 52px;
	border-bottom: none
}

.event-table__col {
	width: 100%
}

.event-table__col:nth-child(1) {
	max-width: 20%
}

.event-table__col:nth-child(2) {
	max-width: 40%
}

.event-table__col:nth-child(3) {
	max-width: 25%
}

.event-table__col:nth-child(4) {
	max-width: 15%
}

.event-table__coltitle {
	color: var(--white-color);
	font-size: 16px;
	font-weight: 400;
	margin: 0
}

.event-table__date {
	font-size: 20px;
	font-weight: 500;
	color: var(--title-color)
}

.event-table__media {
	display: flex;
	align-items: center
}

.event-table__img {
	width: 100px;
	border-radius: 50%;
	margin-right: 25px;
	overflow: hidden
}

.event-table__img img {
	width: 100%
}

.event-table__title {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 3px 0
}

.event-table__title a {
	color: inherit
}

.event-table__title a:hover {
	color: var(--theme-color)
}

.event-table__text {
	font-size: 14px;
	margin: 0
}

.event-table__author {
	display: flex;
	align-items: center
}

.event-table__avater {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px
}

.event-table__avater img {
	width: 100%
}

.event-table__name {
	font-weight: 600;
	font-size: 18px;
	margin: 0
}

.event-table__degi {
	font-size: 14px;
	margin: 0;
	display: block
}

@media(max-width: 1199px) {
	.event-table__head {
		padding: 16px 40px
	}

	.event-table__item {
		padding-left: 40px;
		padding-right: 40px
	}

	.event-table__date {
		font-size: 14px
	}

	.event-table__img {
		width: 80px;
		margin-right: 20px
	}

	.event-table__title {
		font-size: 18px
	}

	.event-table__name {
		font-size: 16px
	}

	.event-table__avater {
		width: 50px;
		height: 50px
	}

	.event-table__btn.vs-btn {
		padding: 0;
		width: 130px;
		height: 50px;
		line-height: 47px
	}
}

@media(max-width: 991px) {
	.event-table__item {
		position: relative;
		padding-left: 0;
		padding-right: 0
	}

	.event-table__head {
		padding: 20px 0
	}

	.event-table__coltitle {
		font-size: 14px
	}

	.event-table__col:nth-child(1) {
		max-width: 10%;
		padding-left: 15px
	}

	.event-table__col:nth-child(2) {
		max-width: 50%
	}

	.event-table__col:nth-child(3) {
		max-width: 20%;
		text-align: center
	}

	.event-table__col:nth-child(4) {
		max-width: 20%;
		text-align: center;
		padding-right: 15px
	}

	.event-table__author {
		display: block;
		text-align: center
	}

	.event-table__avater {
		margin: 0 auto 10px auto
	}

	.event-table__date {
		-ms-writing-mode: tb-rl;
		writing-mode: tb-rl;
		transform: rotate(-180deg) translateY(50%);
		background-color: var(--theme-color);
		color: var(--white-color);
		padding: 10px 3px;
		position: absolute;
		left: 0;
		top: 50%;
		border-radius: 9px 0 0 9px;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
		display: block
	}

	.event-table__btn.vs-btn {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		height: auto;
		line-height: 1;
		font-size: 14px;
		border: none
	}

	.event-table__btn.vs-btn:hover {
		background-color: rgba(0, 0, 0, 0)
	}
}

@media(max-width: 767px) {
	.event-table__head {
		display: none
	}

	.event-table__item {
		padding: 0 30px 20px 30px;
		border: none;
		margin-bottom: 20px
	}

	.event-table__date {
		-ms-writing-mode: lr-tb;
		writing-mode: lr-tb;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		border-radius: 0 0 10px 10px;
		padding: 5px 10px
	}

	.event-table__media {
		text-align: center;
		display: block;
		border-bottom: 1px solid #eaeaf0;
		margin-bottom: 25px;
		padding-bottom: 20px
	}

	.event-table__img {
		width: 100%;
		height: 100%;
		border-radius: 0;
		margin-bottom: 15px;
		margin-right: 0
	}

	.event-table__author {
		display: flex;
		text-align: left
	}

	.event-table__avater {
		margin-right: 15px
	}

	.event-table__btn.vs-btn {
		border: 1px solid var(--theme-color);
		width: 100px;
		height: 40px;
		line-height: 38px
	}

	.event-table__col:nth-child(1) {
		max-width: 0
	}

	.event-table__col:nth-child(2) {
		max-width: 100%
	}

	.event-table__col:nth-child(3) {
		max-width: 50%
	}

	.event-table__col:nth-child(4) {
		max-width: 50%;
		text-align: right;
		padding: 0
	}
}

@media(max-width: 575px) {
	.event-table__author {
		display: block;
		text-align: left
	}

	.event-table__avater {
		margin-left: 0
	}
}

@media(min-width: 1500px) {
	.cta-wrap1 {
		margin-left: 110px;
		margin-right: 110px
	}
}

.cta-wrap2 {
	background-color: var(--theme-color);
	padding: 80px
}

.cta-title1 {
	margin-bottom: -1rem;
	color: var(--white-color)
}

.cta-style1 {
	background-color: var(--theme-color);
	padding: 94px 0 90px 0;
	text-align: center
}

.cta-style1 .vs-btn,
.cta-style1 .cta-title,
.cta-style1 .cta-title2 {
	position: relative;
	z-index: 2
}

.cta-style1 .cta-title {
	color: var(--white-color);
	font-size: 60px;
	line-height: 1;
	margin: 0 0 8px 0
}

.cta-style1 .cta-title2 {
	color: var(--white-color)
}

.cta-style1.bg-center {
	background-position: center center;
	background-size: auto
}

.cta-wrap3 {
	padding-bottom: var(--section-space)
}

@media(min-width: 1199px) {
	.cta-wrap3 {
		margin-bottom: -192px;
		padding-bottom: 0
	}
}

@media(max-width: 1500px) {
	.cta-wrap2 {
		padding: 60px
	}
}

@media(max-width: 1399px) {
	.cta-wrap2 {
		padding: 45px
	}
}

@media(max-width: 1199px) {
	.cta-title1 {
		margin-bottom: -0.7rem
	}
}

@media(max-width: 991px) {
	.cta-title1 {
		margin: -0.5em 0 30px 0
	}

	.cta-wrap3 {
		padding-bottom: var(--section-space-mobile)
	}
}

@media(max-width: 767px) {
	.cta-wrap2 {
		padding: 45px 20px
	}
}

.px-5 {
	padding-right: 5px;
	padding-left: 5px
}

.px-10 {
	padding-right: 10px;
	padding-left: 10px
}

.px-15 {
	padding-right: 15px;
	padding-left: 15px
}

.px-20 {
	padding-right: 20px;
	padding-left: 20px
}

.px-25 {
	padding-right: 25px;
	padding-left: 25px
}

.px-30 {
	padding-right: 30px;
	padding-left: 30px
}

.py-5 {
	padding-top: 5px;
	padding-bottom: 5px
}

.py-10 {
	padding-top: 10px;
	padding-bottom: 10px
}

.py-15 {
	padding-top: 15px;
	padding-bottom: 15px
}

.py-20 {
	padding-top: 20px;
	padding-bottom: 20px
}

.py-25 {
	padding-top: 25px;
	padding-bottom: 25px
}

.py-30 {
	padding-top: 30px;
	padding-bottom: 30px
}

.pt-5 {
	padding-top: 5px
}

.pt-10 {
	padding-top: 10px
}

.pt-15 {
	padding-top: 15px
}

.pt-20 {
	padding-top: 20px
}

.pt-25 {
	padding-top: 25px
}

.pt-30 {
	padding-top: 30px
}

.pb-5 {
	padding-bottom: 5px
}

.pb-10 {
	padding-bottom: 10px
}

.pb-15 {
	padding-bottom: 15px
}

.pb-20 {
	padding-bottom: 20px
}

.pb-25 {
	padding-bottom: 25px
}

.pb-30 {
	padding-bottom: 30px
}

.pl-5 {
	padding-left: 5px
}

.pl-10 {
	padding-left: 10px
}

.pl-15 {
	padding-left: 15px
}

.pl-20 {
	padding-left: 20px
}

.pl-25 {
	padding-left: 25px
}

.pl-30 {
	padding-left: 30px
}

.pr-5 {
	padding-right: 5px
}

.pr-10 {
	padding-right: 10px
}

.pr-15 {
	padding-right: 15px
}

.pr-20 {
	padding-right: 20px
}

.pr-25 {
	padding-right: 25px
}

.pr-30 {
	padding-right: 30px
}

.mx-5 {
	margin-right: 5px;
	margin-left: 5px
}

.mx-10 {
	margin-right: 10px;
	margin-left: 10px
}

.mx-15 {
	margin-right: 15px;
	margin-left: 15px
}

.mx-20 {
	margin-right: 20px;
	margin-left: 20px
}

.mx-25 {
	margin-right: 25px;
	margin-left: 25px
}

.mx-30 {
	margin-right: 30px;
	margin-left: 30px
}

.my-5 {
	margin-top: 5px;
	margin-bottom: 5px
}

.my-10 {
	margin-top: 10px;
	margin-bottom: 10px
}

.my-15 {
	margin-top: 15px;
	margin-bottom: 15px
}

.my-20 {
	margin-top: 20px;
	margin-bottom: 20px
}

.my-25 {
	margin-top: 25px;
	margin-bottom: 25px
}

.my-30 {
	margin-top: 30px;
	margin-bottom: 30px
}

.mt-5 {
	margin-top: 5px
}

.mt-10 {
	margin-top: 10px
}

.mt-15 {
	margin-top: 15px
}

.mt-20 {
	margin-top: 20px
}

.mt-25 {
	margin-top: 25px
}

.mt-30 {
	margin-top: 30px
}

.mb-5 {
	margin-bottom: 5px
}

.mb-10 {
	margin-bottom: 10px
}

.mb-15 {
	margin-bottom: 15px
}

.mb-20 {
	margin-bottom: 20px
}

.mb-25 {
	margin-bottom: 25px
}

.mb-30 {
	margin-bottom: 30px
}

.ml-5 {
	margin-left: 5px
}

.ml-10 {
	margin-left: 10px
}

.ml-15 {
	margin-left: 15px
}

.ml-20 {
	margin-left: 20px
}

.ml-25 {
	margin-left: 25px
}

.ml-30 {
	margin-left: 30px
}

.mr-5 {
	margin-right: 5px
}

.mr-10 {
	margin-right: 10px
}

.mr-15 {
	margin-right: 15px
}

.mr-20 {
	margin-right: 20px
}

.mr-25 {
	margin-right: 25px
}

.mr-30 {
	margin-right: 30px
}

.mt-n1 {
	margin-top: -0.25rem
}

.mt-n2 {
	margin-top: -0.5rem
}

.mt-n3 {
	margin-top: -1rem
}

.mt-n4 {
	margin-top: -1.5rem
}

.mt-n5 {
	margin-top: -3rem
}

.mb-n1 {
	margin-bottom: -0.25rem
}

.mb-n2 {
	margin-bottom: -0.5rem
}

.mb-n3 {
	margin-bottom: -1rem
}

.mb-n4 {
	margin-bottom: -1.5rem
}

.mb-n5 {
	margin-bottom: -3rem
}

.mb-40 {
	margin-bottom: 40px
}

.mb-50 {
	margin-bottom: 50px
}

.space,
.space-top {
	padding-top: var(--section-space)
}

.space,
.space-bottom {
	padding-bottom: var(--section-space)
}

.space-extra,
.space-extra-top {
	padding-top: calc(var(--section-space) - 30px)
}

.space-extra,
.space-extra-bottom {
	padding-bottom: calc(var(--section-space) - 30px)
}

@media(max-width: 991px) {

	.space,
	.space-top {
		padding-top: var(--section-space-mobile)
	}

	.space,
	.space-bottom {
		padding-bottom: var(--section-space-mobile)
	}

	.space-extra,
	.space-extra-top {
		padding-top: calc(var(--section-space-mobile) - 30px)
	}

	.space-extra,
	.space-extra-bottom {
		padding-bottom: calc(var(--section-space-mobile) - 30px)
	}

	.space-top-md-none {
		padding-top: 0
	}
}


.cmtr {
    font-size: 35px !important;
    margin-bottom: 29px;
}

.vstar{color: #2bb742;}

.ihct{border-radius: 12px;}

.brdra{border-radius: 12px;}

@media only screen and (max-width: 600px) {
  .service-style1.layout2 {
    box-shadow: none;
    border: 1px solid #eaf2fe;
    min-height: auto;
}

.blog-style1 .blog-content {
	padding: 35px 40px 33px 40px;
	     min-height: auto;
}
}

.testimonial-style {
  position: relative;
  padding: 30px 25px;
  border-radius: 15px;
  min-height: 150px;
  
  background: linear-gradient(135deg, #fdfbfb, #ebedee);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.4s ease;
   width: 460px;      
  height: 180px;  
}

.testimonial-style:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.testimonial-style:nth-child(1) {
  background: linear-gradient(135deg, #89f7fe, #66a6ff);
}

.testimonial-style:nth-child(2) {
  background: linear-gradient(135deg, #fddb92, #d1fdff);
}

.testimonial-style:nth-child(3) {
  background: linear-gradient(135deg, #89f7fe, #66a6ff);
}

.testimonial-style:nth-child(4) {
  background: linear-gradient(135deg, #84fab0, #8fd3f4);
}

.testimonial-style .testimonial-text {
  font-size: 16px;
  font-style: italic;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}

.testimonial-style .testimonial-author {
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

/* Ensure carousel wrapper styles */
.vs-carousel .col-md-6, 
.vs-carousel .col-lg-4 {
  display: flex;
  justify-content: center;
}

/* ul.menu-main {
  display: flex;
  flex-wrap: nowrap;
  gap: 25px;             
  justify-content: flex-start; 
  align-items: center;
  white-space: nowrap;
}

ul.menu-main li {
  display: inline-block;
} */
