@charset "UTF-8";

:root {
	--theme-color: #f0401b;
	--theme-color2: #ff6508;
	--title-color: #171b2a;
	--body-color: #74787c;
	--smoke-color: #f8f8f8;
	--smoke-two: #f3f2f8;
	--light-color: #979797;
	--black-color: #000000;
	--black-color2: #080e1c;
	--white-color: #ffffff;
	--yellow-color: #fec624;
	--success-color: #28a745;
	--error-color: #dc3545;
	--blue-color: #786acf;
	--border-color: rgb(239, 239, 239);
	--title-font: "Inter", sans-serif;
	--title-font2: "Caveat", cursive;
	--body-font: "Roboto", sans-serif;
	--para-font: "Roboto", sans-serif;
	--icon-font: "Font Awesome 6 Pro";
	--main-container: 1220px;
	--container-gutters: 30px;
	--section-space: 120px;
	--section-space-mobile: 80px;
	--section-title-space: 70px;
	--ripple-ani-duration: 5s
}

@media (min-width:1199px) {
	.row {
		--bs-gutter-x: 30px
	}
}

.g-0 {
	--bs-gutter-x: 0px;
	--bs-gutter-y: 0px
}

.g-20 {
	--bs-gutter-x: 20px
}

.g-20 {
	--bs-gutter-y: 20px
}

.shape-title {
	height: 12px;
	width: 80px;
	margin-bottom: 9px;
	background-color: var(--theme-color);
	display: inline-block;
	-webkit-clip-path: path("M80,8.723v3.848l-8-9-8,9-8-9-8,9-8-9-8,9-8-9-8,9-8-9-8,9V8.725L8,0l8,8.727L24,0l8,8.727L40,0l8,8.727L56,0l8,8.727L72,0l8,8.727Z");
	clip-path: path("M80,8.723v3.848l-8-9-8,9-8-9-8,9-8-9-8,9-8-9-8,9-8-9-8,9V8.725L8,0l8,8.727L24,0l8,8.727L40,0l8,8.727L56,0l8,8.727L72,0l8,8.727Z")
}

.sub-title2 {
	font-family: var(--title-font2);
	font-size: 30px;
	color: var(--theme-color);
	display: inline-block;
	position: relative;
	margin-top: -.35em;
	margin-bottom: 20px
}

.sub-title2 .title-shape {
	position: absolute;
	left: calc(100% + 12px)
}

.sub-title2.text-white .title-shape {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}

.sub-title {
	font-size: 18px;
	font-weight: 700;
	color: var(--theme-color);
	display: block;
	margin-bottom: 25px;
	margin-top: -.26em
}

.sub-title3 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--theme-color);
	display: block;
	margin-bottom: 19px;
	margin-top: -.21em
}

.title-white .sub-title {
	color: var(--white-color)
}

.title-white .shape-title {
	background-color: var(--white-color)
}

.title-area {
	margin-bottom: calc(var(--section-title-space) - 12px)
}

.title-area2 {
	margin-bottom: calc(var(--section-title-space) - 2px)
}

.title-wrap {
	--bs-gutter-y: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: calc(var(--section-title-space) - 12px)
}

.title-wrap .title-area {
	margin-bottom: 0
}

@media (max-width:991px) {
	:root {
		--section-title-space: 50px
	}

	.title-area {
		--section-title-space: 45px
	}

	.sub-title {
		margin-bottom: 22px
	}

	.sub-title2 {
		font-size: 22px
	}

	.sub-title2 .title-shape {
		width: 80px
	}

	.title-area.mb-40 {
		margin-bottom: 30px
	}
}

@media (max-width:767px) {
	.title-wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center
	}

	.title-wrap .title-area {
		text-align: center
	}
}

@media (max-width:575px) {
	.sub-title {
		font-size: 16px
	}

	.sub-title2 .title-shape {
		display: none
	}
}

.media-body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

section {
	position: relative
}

.btn-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.fa,
.far,
.fas {
	line-height: 1.6
}

[data-bg-src] {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.text-title {
	color: var(--title-color) !important
}

.text-body {
	color: var(--body-color) !important
}

.text-white {
	color: var(--white-color) !important
}

.text-success {
	color: var(--success-color) !important
}

.text-blue {
	color: var(--blue-color) !important
}

.text-inherit {
	color: inherit
}

.text-inherit:hover {
	color: var(--theme-color)
}

.text-title a,
a.text-title {
	color: var(--title-color)
}

.text-title a:hover,
a.text-title:hover {
	color: var(--theme-color) !important
}

.text-white a,
a.text-white {
	color: var(--white-color)
}

.text-white a:hover,
a.text-white:hover {
	color: rgba(255, 255, 255, .8) !important
}

[data-overlay] {
	position: relative
}

[data-overlay] [class*=container] {
	position: relative;
	z-index: 4
}

[data-overlay] [class*=col-],
[data-overlay] [class^=col-] {
	z-index: 1
}

[data-overlay]:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1
}

[data-overlay=theme]:before {
	background-color: var(--theme-color)
}

[data-overlay=title]:before {
	background-color: var(--title-color)
}

[data-overlay=white]:before {
	background-color: var(--white-color)
}

[data-overlay=black]:before {
	background-color: var(--black-color)
}

[data-overlay=black2]:before {
	background-color: var(--black-color2)
}

[data-overlay=overlay1]:before {
	background-color: #0d0f15
}

[data-overlay=overlay2]:before {
	background-color: #090230
}

[data-overlay=overlay3]:before {
	background-color: #040117
}

[data-opacity="1"]:before {
	opacity: .1
}

[data-opacity="2"]:before {
	opacity: .2
}

[data-opacity="3"]:before {
	opacity: .3
}

[data-opacity="4"]:before {
	opacity: .4
}

[data-opacity="5"]:before {
	opacity: .5
}

[data-opacity="6"]:before {
	opacity: .6
}

[data-opacity="7"]:before {
	opacity: .7
}

[data-opacity="8"]:before {
	opacity: .8
}

[data-opacity="9"]:before {
	opacity: .9
}

[data-opacity="10"]:before {
	opacity: 1
}

@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}

	30% {
		opacity: .4
	}

	100% {
		-webkit-transform: scale(1.7);
		transform: scale(1.7);
		opacity: 0
	}
}

@keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}

	30% {
		opacity: .4
	}

	100% {
		-webkit-transform: scale(1.7);
		transform: scale(1.7);
		opacity: 0
	}
}

@-webkit-keyframes slideinup {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70px);
		transform: translateY(70px)
	}

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

@keyframes slideinup {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70px);
		transform: translateY(70px)
	}

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

@-webkit-keyframes slideinright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(70px);
		transform: translateX(70px)
	}

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

@keyframes slideinright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(70px);
		transform: translateX(70px)
	}

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

@-webkit-keyframes slideindown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-70px);
		transform: translateY(-70px)
	}

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

@keyframes slideindown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-70px);
		transform: translateY(-70px)
	}

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

@-webkit-keyframes slideinleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-70px);
		transform: translateX(-70px)
	}

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

@keyframes slideinleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-70px);
		transform: translateX(-70px)
	}

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

@-webkit-keyframes slidebottomright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px) translateY(100px);
		transform: translateX(100px) translateY(100px)
	}

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

@keyframes slidebottomright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px) translateY(100px);
		transform: translateX(100px) translateY(100px)
	}

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

@-webkit-keyframes slidetopleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px) translateY(-100px);
		transform: translateX(-100px) translateY(-100px)
	}

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

@keyframes slidetopleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px) translateY(-100px);
		transform: translateX(-100px) translateY(-100px)
	}

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

@-webkit-keyframes scalein {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes scalein {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
		transform: scale(.3)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes scaleinX {
	0% {
		opacity: 0;
		-webkit-transform: scaleX(.8);
		transform: scaleX(.8)
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes scaleinX {
	0% {
		opacity: 0;
		-webkit-transform: scaleX(.8);
		transform: scaleX(.8)
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@-webkit-keyframes rollinleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}

	to {
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}
}

@keyframes rollinleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}

	to {
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}
}

@-webkit-keyframes rollinright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg)
	}

	to {
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}
}

@keyframes rollinright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg)
	}

	to {
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}
}

@-webkit-keyframes shapePulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes shapePulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes movingX-reverse {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

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

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

@keyframes movingX-reverse {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

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

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

@-webkit-keyframes movingTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(-200px, -200px);
		transform: translate(-200px, -200px)
	}
}

@keyframes movingTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(-200px, -200px);
		transform: translate(-200px, -200px)
	}
}

@-webkit-keyframes movingBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(150px, 150px);
		transform: translate(150px, 150px)
	}
}

@keyframes movingBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(150px, 150px);
		transform: translate(150px, 150px)
	}
}

@-webkit-keyframes shadowPulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 #572aff;
		box-shadow: 0 0 0 0 #572aff
	}

	50% {
		-webkit-box-shadow: 0 0 0 16px #572aff;
		box-shadow: 0 0 0 16px #572aff
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 #572aff;
		box-shadow: 0 0 0 0 #572aff
	}
}

@keyframes shadowPulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 #572aff;
		box-shadow: 0 0 0 0 #572aff
	}

	50% {
		-webkit-box-shadow: 0 0 0 16px #572aff;
		box-shadow: 0 0 0 16px #572aff
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 #572aff;
		box-shadow: 0 0 0 0 #572aff
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

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

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

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

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}

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

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}

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

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

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

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

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

.widget_meta a {
	position: relative;
	display: block;
	font-size: 16px;
	padding: 22px 40px 22px 25px;
	border-bottom: 1px solid #eaeaea;
	color: var(--title-color);
	font-weight: 400;
	line-height: 1.56
}

.widget_meta a:before {
	content: "";
	font-family: var(--icon-font);
	font-weight: 900;
	margin-right: 10px;
	color: var(--theme-color);
	position: relative;
	position: absolute;
	left: 0
}

.widget_meta a:hover {
	color: var(--theme-color)
}

.widget_meta a {
	padding-right: 20px
}

.widget {
	--border-color: rgb(242, 242, 242);
	margin-bottom: 40px
}

.widget_title {
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 28px;
	margin-top: -.1em;
	font-weight: 700
}

.date-box {
	border: 2px solid var(--white-color);
	display: inline-block;
	text-align: center;
	margin-bottom: 28px;
	border-radius: 15px;
	overflow: hidden
}

.date-box .date {
	color: var(--white-color);
	padding: 10px 42px;
	margin-bottom: 0;
	display: block
}

@-webkit-keyframes heroripple {
	0% {
		-webkit-transform: translate3d(-50%, 50%, 0) scale(0);
		transform: translate3d(-50%, 50%, 0) scale(0);
		opacity: .05
	}

	100% {
		-webkit-transform: translate3d(-50%, 50%, 0) scale(1000);
		transform: translate3d(-50%, 50%, 0) scale(1000);
		opacity: 0
	}
}

@keyframes heroripple {
	0% {
		-webkit-transform: translate3d(-50%, 50%, 0) scale(0);
		transform: translate3d(-50%, 50%, 0) scale(0);
		opacity: .05
	}

	100% {
		-webkit-transform: translate3d(-50%, 50%, 0) scale(1000);
		transform: translate3d(-50%, 50%, 0) scale(1000);
		opacity: 0
	}
}

.content-box-1 {
	max-width: 540px;
	margin-left: 120px;
	padding-right: 15px;
	padding-top: 90px;
	padding-bottom: 90px;
	height: 100%;
	display: grid;
	-ms-flex-line-pack: center;
	align-content: center
}

.group-img {
	position: relative
}

.group-img .img-wrap {
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	position: relative
}

.group-img .img-wrap:before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: inherit;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #101523;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	-webkit-transform: scale(.4);
	transform: scale(.4)
}

.group-img .img-wrap:hover:before {
	visibility: visible;
	opacity: .5;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.group-img .img-1 {
	left: -56px
}

.group-img .img-2 {
	left: -85px
}

.group-img .img-3 {
	left: 120px;
	top: -25px
}

.group-img .img-4 {
	right: -192px;
	top: 10px
}

@media (max-width:1399px) {
	.group-img .img-1 {
		left: 0;
		max-width: 300px
	}

	.group-img .img-2 {
		left: -15px
	}

	.group-img .img-3 {
		left: 100px;
		top: -55px
	}

	.group-img .img-4 {
		right: -132px;
		top: 20px
	}

	.content-box-1 {
		margin-left: 60px;
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width:1199px) {
	.group-img {
		margin-bottom: 50px;
		display: grid;
		gap: 20px;
		grid-template-columns: repeat(4, 1fr)
	}

	.group-img .img-wrap {
		inset: 0;
		display: block;
		max-width: 100%
	}

	.group-img .img-wrap img {
		width: 100%
	}

	.content-box-1 {
		margin-left: 45px;
		margin-right: 45px;
		max-width: 100%
	}
}

@media (max-width:991px) {

	p.mb-30,
	p.mb-35 {
		margin-bottom: 20px
	}

	p.mb-40,
	p.mb-45 {
		margin-bottom: 30px
	}

	.group-img {
		grid-template-columns: repeat(2, 1fr)
	}

	.group-img .img-wrap:not(.img-1) {
		max-width: 230px;
		height: 230px
	}

	.group-img .img-1 {
		left: -60px
	}

	.group-img .img-2 {
		top: 100px
	}

	.group-img .img-3 {
		left: 100px
	}

	.group-img .img-4 {
		left: 60px;
		top: 40px
	}

	.content-box-1 {
		padding-top: 40px;
		margin-left: 35px;
		margin-right: 35px
	}
}

@media (max-width:767px) {
	.group-img .img-wrap:not(.img-1) {
		max-width: 170px;
		height: 170px
	}

	.group-img .img-3 {
		left: 120px
	}
}

@media (max-width:575px) {
	.content-box-1 {
		margin-left: 15px;
		margin-right: 15px;
		text-align: center
	}

	.group-img .img-wrap:not(.img-1) {
		max-width: 120px;
		height: 120px
	}

	.group-img .img-2 {
		top: 70px
	}

	.group-img .img-3 {
		left: 60px
	}

	.group-img .img-4 {
		left: 0
	}
}

@media (max-width:416px) {
	.group-img .img-wrap:not(.img-1) {
		max-width: 100px;
		height: 100px
	}
}

.service-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px
}

.service-box_title {
	margin-top: -.31em
}

.service-box_title a {
	color: inherit
}

.service-box_title a:hover {
	color: var(--theme-color)
}

.service-box_text {
	max-width: 340px;
	margin-bottom: 0
}

.service-grid {
	background-color: var(--white-color);
	border-radius: 15px;
	-webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .04);
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .04);
	padding: 80px 60px;
	margin-bottom: 30px;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 2;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.service-grid:before {
	content: "";
	width: 0;
	height: 100%;
	background-color: var(--theme-color);
	border-radius: inherit;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.service-grid_shape {
	position: absolute;
	top: -100%;
	left: 0;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.service-grid_title {
	font-size: 24px
}

.service-grid_title a {
	color: inherit
}

.service-grid_text {
	margin-bottom: -.5em;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.service-grid.style2::before {
	background-image: linear-gradient(145deg, var(--theme-color) 0, var(--theme-color2) 100%)
}

.service-grid.style2 .service-grid_shape img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	opacity: .15
}

.service-grid:hover:before {
	width: 100%
}

.service-grid:hover .service-grid_shape {
	top: 0
}

.service-grid:hover .service-grid_text,
.service-grid:hover .service-grid_title {
	color: var(--white-color)
}

@media (max-width:1299px) {
	.service-grid {
		padding: 60px 15px
	}

	.service-grid_shape {
		width: 175px
	}
}

@media (max-width:1199px) {
	.service-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center
	}
}

@media (max-width:991px) {
	.service-box_title {
		margin-bottom: 8px
	}
}

@media (max-width:1199px) {
	.title-area.mb-30 {
		margin-bottom: 20px
	}
}

.img-box-style1 .img-content {
	position: absolute;
	left: 0;
	bottom: -35px
}

.img-box-style1 .img-content {
	left: 47%;
	bottom: 30%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.img-box-style1 .img-content {
	color: var(--white-color);
	text-align: center
}

.img-box-style1 .img-content .text {
	font-size: 24px;
	font-weight: 500
}

@media (max-width:767px) {
	.img-box-style1 .img-content {
		left: 10%;
		bottom: 0
	}

	.img-box-style1 .img-content {
		left: 50%;
		bottom: 40%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.img-box-style1 .img-content .text {
		font-size: 18px
	}
}

@media (max-width:575px) {
	.img-box-style1 .img-content {
		left: 5%
	}

	.img-box-style1 .img-content {
		left: 50%;
		bottom: 40%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.img-box-style1 .img-content .text {
		font-size: 16px
	}
}

.img-box-style1 {
	position: relative;
	z-index: 2;
	display: inline-block
}

.img-box-style1 .img1 {
	margin-right: 75px
}

@media (max-width:1199px) {
	.img-box-style1 {
		margin-bottom: 50px
	}
}

@media (max-width:767px) {
	.img-box-style1 {
		margin-bottom: 40px
	}

	.img-box-style1 .img1 {
		margin-right: 0
	}
}

.event-box:nth-child(1) {
	margin-top: 115px
}

.event-box:nth-child(4) {
	margin-top: 115px
}

.event-box:nth-child(5) {
	margin-top: -214px;
	margin-left: 312px
}

.event-box:nth-child(6) {
	margin-top: -115px
}

.event-box_img {
	position: relative;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.event-box_img:after,
.event-box_img:before {
	content: "";
	width: 100%;
	height: 0;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #4517f1), to(transparent));
	background-image: linear-gradient(to top, #4517f1 20%, transparent);
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: .9;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.event-box_img:after {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, var(--title-color)), to(transparent));
	background-image: linear-gradient(to top, var(--title-color) 20%, transparent);
	height: 100%;
	opacity: .7
}

.event-box_title {
	color: var(--white-color);
	margin-bottom: 0;
	position: absolute;
	padding: 28px 33px;
	left: 0;
	bottom: 0;
	line-height: 1.25;
	font-size: 24px
}

.event-box_title a {
	color: inherit
}

.event-box_title a:hover {
	color: rgba(255, 255, 255, .8)
}

.event-box_body {
	position: relative;
	margin-bottom: 30px;
	border-radius: 15px;
	overflow: hidden
}

.event-box_body:hover .event-box_img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08)
}

.event-box_body:hover .event-box_img:before {
	height: 100%
}

.event-box_body:hover .event-box_img:after {
	opacity: 0
}

.top-event-img {
	border: 10px solid var(--white-color);
	background: var(--white-color);
	-webkit-box-shadow: 0 10px 29px 0 rgba(15, 15, 18, .06);
	box-shadow: 0 10px 29px 0 rgba(15, 15, 18, .06);
	position: relative;
	border-radius: 15px;
	overflow: hidden
}

.top-event-img .event-date {
	position: absolute;
	top: -10px;
	right: -10px;
	background-color: var(--white-color);
	padding: 11px 23px 12px 27px;
	color: var(--theme-color);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15px 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 15px 100%);
	text-transform: capitalize;
	font-weight: 500
}

.top-event-img .event-date i {
	margin-right: 5px
}

.top-event-img img {
	border-radius: 10px
}

.event-nav {
	padding-top: 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.event-nav .nav-btn {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	color: var(--title-color)
}

.event-nav .nav-btn:before {
	content: "";
	height: 2px;
	width: 0;
	background-color: var(--theme-color);
	position: absolute;
	bottom: 2px;
	right: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.event-nav .nav-btn:hover {
	color: var(--theme-color)
}

.event-nav .nav-btn:hover:before {
	width: 100%
}

.event-nav .nav-btn:first-child i {
	margin-right: 5px
}

.event-nav .nav-btn:last-child i {
	margin-left: 5px
}

.event-nav .nav-btn:last-child:before {
	right: unset;
	left: 0
}

@media (max-width:1299px) {
	.event-box:nth-child(5) {
		margin-top: -204px;
		margin-left: 287px
	}
}

@media (max-width:1199px) {
	.event-box:nth-child(1) {
		margin-top: 0
	}

	.event-box:nth-child(4) {
		margin-top: -160px
	}

	.event-box:nth-child(5) {
		margin-top: -160px;
		margin-left: 0;
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.event-box:nth-child(6) {
		margin-top: 0;
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
}

@media (max-width:991px) {
	.top-event-img {
		margin-bottom: 50px
	}

	.event-box:nth-child(4) {
		margin-top: -119px
	}

	.event-box:nth-child(5) {
		margin-top: -119px
	}
}

@media (max-width:767px) {
	.event-box_title {
		font-size: 22px
	}

	.event-nav .nav-btn {
		font-size: 0
	}

	.event-nav .nav-btn i {
		font-size: 18px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		background-color: var(--smoke-color);
		background-color: #e8e7ed;
		text-align: center;
		color: var(--title-color);
		border-radius: 5px;
		-webkit-transition: .4s ease-in-out;
		transition: .4s ease-in-out
	}

	.event-nav .nav-btn i:hover {
		background-color: var(--theme-color);
		color: var(--white-color)
	}

	.event-nav .nav-btn:before {
		display: none
	}

	.event-box:nth-child(4) {
		margin-top: 0
	}

	.event-box:nth-child(5) {
		margin-top: 0;
		margin-left: 0
	}

	.event-box:nth-child(6) {
		margin-top: 0
	}
}

@media (max-width:575px) {
	.top-event-img .event-date {
		padding: 6px 18px 6px 25px;
		font-size: 14px
	}
}

.schedule-tab {
	padding-right: 40px
}

.schedule-meta {
	margin-bottom: 15px
}

.schedule-meta span {
	color: var(--title-color);
	margin-right: 25px;
	display: inline-block
}

.schedule-meta span:last-of-type {
	margin-right: 0
}

.schedule-meta i {
	color: var(--theme-color);
	margin-right: 10px
}

.schedule-meta a {
	color: var(--theme-color)
}

.schedule-meta a:hover {
	color: var(--theme-color);
	text-decoration: underline
}

.schedule-event {
	border-radius: 15px;
	overflow: hidden
}

.schedule-event_speaker>a {
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	border: 8px solid var(--theme-color);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin-left: -24px
}

.schedule-event_speaker>a:first-child {
	margin-left: 0
}

.schedule-event_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--theme-color);
	padding: 21px 30px 21px 21px;
	position: relative
}

.schedule-event_content .btn-white:hover {
	background-color: var(--title-color)
}

.schedule-event_text {
	color: var(--white-color);
	background-color: var(--theme-color);
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px 25px 0 0;
	position: absolute;
	bottom: 100%;
	left: 30px
}

.schedule-box-wrap {
	--space: 60px;
	background-color: var(--white-color);
	padding: var(--space);
	border-radius: 15px
}

.schedule-box {
	border: 1px solid var(--border-color);
	padding: var(--space);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-bottom: 30px;
	border-radius: 15px;
	-webkit-transition: .4s;
	transition: .4s
}

.schedule-box:last-child {
	margin-bottom: 0
}

.schedule-box .schedule-btn {
	position: absolute;
	top: var(--space);
	right: var(--space)
}

.schedule-box:hover {
	-webkit-box-shadow: 0 17px 46px 0 rgba(204, 204, 204, .36);
	box-shadow: 0 17px 46px 0 rgba(204, 204, 204, .36);
	border-color: transparent
}

.schedule-box_date {
	min-width: 80px;
	height: 86px;
	background-color: var(--theme-color);
	-webkit-box-shadow: 0 11px 21px 0 rgba(240, 64, 27, .31);
	box-shadow: 0 11px 21px 0 rgba(240, 64, 27, .31);
	color: var(--white-color);
	text-align: center;
	border-radius: 20px;
	padding: 13px 12px;
	margin-right: 40px
}

.schedule-box_date .date {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2
}

.schedule-box_title {
	margin-top: -.3em
}

.schedule-box_title a {
	color: inherit
}

.schedule-box_title a:hover {
	color: var(--theme-color)
}

.schedule-box_text {
	margin-bottom: 0
}

.speaker-box {
	border: 1px solid var(--border-color);
	padding: 35px 25px 32px 25px;
	border-radius: 15px;
	-webkit-box-shadow: 0 10px 29px 0 rgba(15, 15, 18, .04);
	box-shadow: 0 10px 29px 0 rgba(15, 15, 18, .04);
	text-align: center
}

.speaker-box .speaker-img {
	width: 60px;
	margin: 0 auto 15px auto;
	border-radius: 50%;
	overflow: hidden
}

.speaker-box .speaker-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 2px;
	color: var(--title-color)
}

.speaker-box .speaker-text {
	font-size: 14px;
	margin-bottom: 5px;
	display: block
}

.speaker-box .speaker-text:last-child {
	margin-bottom: -.6em
}

.event-meta {
	margin-bottom: 6px
}

.event-meta a,
.event-meta span {
	color: var(--theme-color);
	margin-right: 20px
}

.event-meta a:last-child,
.event-meta span:last-child {
	margin-right: 0
}

.event-meta i {
	margin-right: 8px
}

.event-content .event-title {
	margin-bottom: 20px
}

.event-content .event-text {
	margin-bottom: 27px
}

.schedule-grid {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px
}

.schedule-grid:last-child {
	margin-bottom: 0
}

.schedule-grid .event-img {
	border-radius: 15px;
	overflow: hidden
}

.schedule-grid .event-img img {
	width: 100%
}

@media (max-width:1199px) {
	.schedule-tab {
		padding-right: 0
	}
}

@media (max-width:991px) {
	.schedule-box-wrap {
		--space: 30px
	}

	.schedule-box .schedule-btn {
		position: static;
		margin-top: 30px
	}

	.schedule-box_date {
		margin-right: 25px
	}

	.schedule-grid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		gap: 30px
	}
}

@media (max-width:767px) {
	.schedule-box-wrap {
		--space: 20px
	}

	.schedule-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 40px 20px
	}

	.schedule-box .schedule-btn {
		margin-top: 25px
	}

	.schedule-box_date {
		width: 80px;
		margin-bottom: 20px
	}
}

@media (max-width:575px) {
	.schedule-event_content {
		padding: 18px 20px 27px 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 10px
	}

	.schedule-event_speaker>a:first-child {
		margin-left: -8px
	}
}

.tab-style1 {
	border-bottom: none;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 10px
}

.tab-style2 {
	border-bottom: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	gap: 16px;
	margin-bottom: var(--space);
	position: relative;
	z-index: 2
}

.tab-style2 .tab-btn {
	min-width: 100px;
	padding: 35px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background-color: transparent;
	border: none;
	font-size: 24px;
	font-weight: 600;
	position: relative;
	border-radius: 15px;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.tab-style2 .tab-btn:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid var(--border-color);
	border-radius: inherit;
	z-index: -1
}

.tab-style2 .tab-btn .date {
	font-size: 16px;
	font-weight: 400;
	display: block;
	margin-top: 15px;
	color: var(--body-color);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.tab-style2 .tab-btn.active {
	color: var(--white-color);
	border-color: var(--theme-color)
}

.tab-style2 .tab-btn.active span {
	color: var(--white-color)
}

.tab-style3 {
	border-bottom: 2px solid var(--border-color);
	position: relative;
	margin-bottom: 32px
}

.tab-style3 .tab-btn {
	background-color: transparent;
	border: none;
	font-size: 18px;
	font-weight: 500;
	padding: 18px 23px;
	padding-top: 0
}

.tab-style3 .tab-btn.active {
	color: var(--theme-color)
}

.tab-style4 {
	border-bottom: none;
	gap: 15px
}

.tab-style5 {
	border-bottom: 2px solid #f0f0f0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.tab-style5 .tab-btn {
	border: none;
	background-color: transparent;
	color: var(--title-color);
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	padding: 0;
	margin-right: 35px
}

.tab-style5 .tab-btn.active {
	color: var(--theme-color)
}

.tab-style5 .tab-btn:last-of-type {
	margin-right: 0
}

.tab-style6 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 60px
}

.tab-style6 .tab-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 13px;
	border: none;
	background-color: transparent;
	-webkit-box-shadow: 0 10px 29px 0 rgba(15, 15, 18, .04);
	box-shadow: 0 10px 29px 0 rgba(15, 15, 18, .04);
	font-size: 18px;
	padding: 18px 36px;
	border-radius: 5px;
	position: relative
}

.tab-style6 .tab-btn:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 1px solid var(--border-color);
	border-radius: inherit;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.tab-style6 .tab-btn i {
	font-size: 30px;
	color: var(--theme-color)
}

.tab-style6 .tab-btn .day-box {
	text-align: left
}

.tab-style6 .tab-btn .day {
	font-size: 18px;
	font-weight: 500;
	color: var(--title-color);
	display: block;
	margin-bottom: -3px
}

.tab-style6 .tab-btn .date {
	color: var(--body-color);
	font-size: 14px
}

.tab-style6 .tab-btn.active {
	background-color: var(--theme-color);
	border-color: var(--theme-color)
}

.tab-style6 .tab-btn.active i {
	color: var(--white-color)
}

.tab-style6 .tab-btn.active .day {
	color: var(--white-color)
}

.tab-style6 .tab-btn.active .date {
	color: #ffa994
}

@media (max-width:1199px) {
	.tab-style6 {
		gap: 20px
	}
}

.tab-style7 {
	border-bottom: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	gap: 30px;
	margin-bottom: 40px;
	position: relative;
	z-index: 2
}

.tab-style7 .tab-btn {
	min-width: 100px;
	padding: 31px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background-color: transparent;
	color: var(--title-color);
	font-size: 24px;
	font-weight: 700;
	border: none;
	position: relative;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.tab-style7 .tab-btn:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #ececec;
	border-radius: 15px;
	background-color: var(--white-color);
	-webkit-box-shadow: 0 13px 30px 0 rgba(82, 82, 82, .08);
	box-shadow: 0 13px 30px 0 rgba(82, 82, 82, .08);
	z-index: -1
}

.tab-style7 .tab-btn .date {
	font-size: 16px;
	font-weight: 700;
	display: block;
	margin-top: 12px;
	color: var(--body-color);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.tab-style7 .tab-btn.active {
	color: var(--white-color);
	border-color: var(--theme-color)
}

.tab-style7 .tab-btn.active span {
	color: var(--white-color)
}

@media (max-width:1399px) {
	.tab-style7 {
		gap: 20px
	}

	.tab-style7 .tab-btn {
		padding: 23px 23px;
		font-size: 22px
	}
}

@media (max-width:1199px) {
	.tab-style7 .tab-btn {
		font-size: 20px
	}

	.tab-style7 .tab-btn .date {
		font-size: 14px;
		margin-top: 8px
	}
}

@media (max-width:991px) {
	.tab-style1 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.tab-style2 .tab-btn {
		padding: 25px
	}

	.tab-style2 .tab-btn .date {
		margin-top: 11px
	}

	.tab-style6 {
		gap: 12px
	}

	.tab-style6 .tab-btn {
		gap: 10px;
		padding: 10px 14px
	}

	.tab-style6 .tab-btn .day {
		font-size: 16px
	}

	.tab-style6 .tab-btn i {
		font-size: 24px
	}

	.tab-style7 {
		gap: 15px
	}
}

@media (max-width:767px) {
	.tab-style2 .tab-btn {
		padding: 20px 4px;
		font-size: 18px
	}

	.tab-style7 .tab-btn {
		padding: 23px 13px;
		font-size: 20px
	}
}

@media (max-width:575px) {
	.tab-style2 .tab-btn {
		width: 100%
	}

	.tab-style3 .tab-btn {
		font-size: 16px;
		padding: 15px 10px
	}

	.tab-style5 .tab-btn {
		font-size: 16px;
		margin-right: 23px
	}

	.tab-style5 .tab-btn:last-of-type {
		margin-right: 0
	}

	.tab-style7 .tab-btn {
		-ms-flex-preferred-size: calc(50% - 7.5px);
		flex-basis: calc(50% - 7.5px)
	}
}

@media (max-width:360px) {
	.tab-style5 .tab-btn {
		font-size: 14px
	}
}

.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
}

.pl-35 {
	padding-left: 35px
}

.pl-40 {
	padding-left: 40px
}

.pl-45 {
	padding-left: 45px
}

.pl-50 {
	padding-left: 50px
}

.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
}

.pr-35 {
	padding-right: 35px
}

.pr-40 {
	padding-right: 40px
}

.pr-45 {
	padding-right: 45px
}

.pr-50 {
	padding-right: 50px
}

.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
}

.mt-35 {
	margin-top: 35px
}

.mt-40 {
	margin-top: 40px
}

.mt-45 {
	margin-top: 45px
}

.mt-50 {
	margin-top: 50px
}

.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
}

.mb-35 {
	margin-bottom: 35px
}

.mb-40 {
	margin-bottom: 40px
}

.mb-45 {
	margin-bottom: 45px
}

.mb-50 {
	margin-bottom: 50px
}

.mb-60 {
	margin-bottom: 60px
}

.mb-70 {
	margin-bottom: 70px
}

.mb-80 {
	margin-bottom: 80px
}

.mt-60 {
	margin-top: 60px
}

.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
}

.ml-35 {
	margin-left: 35px
}

.ml-40 {
	margin-left: 40px
}

.ml-45 {
	margin-left: 45px
}

.ml-50 {
	margin-left: 50px
}

.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
}

.mr-35 {
	margin-right: 35px
}

.mr-40 {
	margin-right: 40px
}

.mr-45 {
	margin-right: 45px
}

.mr-50 {
	margin-right: 50px
}