:root {
	--color-page: #010A10;
	--color-primary: #139bfd;
	--color-primary-alt: #13fdfd;
	--color-primary-2nd: #FF494A;
	--color-primary-3rd: #FDC448;
	--color-primary-4th: #0071ff;
	--color-secondary: #010a10;
	--color-white: #ffffff;
	--color-gray: #bebebe;
	--color-gray-2: #06131b;
	--color-subtitle: #f9004d;
	--stroke-dark-100: #081722;
	--background-color-1: #24243557;
	--background-color-2: #13131d;
	--background-color-3: #151521;
	--background-color-4: #242435;
	--background-color-5: #EDF5FF;
	--color-card-wrapper: #010a10;
	--color-card: #06131b;
	--gradient-box: linear-gradient(to right, var(--color-primary), #FF014F);
	--gradient-one: linear-gradient(to right bottom, #E42032, #1273EB);
	--gradient-two: linear-gradient(to right, #ED145B, #4A11EB);
	--gradient-three: linear-gradient(to right, #03041c, #0612b3);
	--text-gradient-one: linear-gradient(to right, #E42032, #4A11EB);
	--stroke-gr: linear-gradient(317deg, var(--color-primary-alt) 0%, rgba(19, 215, 253, .2) 38.23%, rgba(19, 191, 253, .2) 62.96%, var(--color-primary) 100%);
	--stroke-gradient-2: radial-gradient(92.46% 222.14% at 15.65% -7.58%, rgba(127, 226, 251, .20) 0%, rgba(127, 226, 251, .02) 100%);
	--icon-gradient: linear-gradient(315deg, var(--color-primary-alt) 0%, var(--color-primary) 100%);
	--gradient-none: linear-gradient(red 0 0);
	--full: linear-gradient(red 0 0);
	--shadow-1: 0 2px 22px #13fdfd7d;
	--theme-gradient: linear-gradient(312deg, var(--color-primary-alt) 0%, var(--color-primary) 100%);
	--color-heading: #ffffff;
	--color-body: #d6d6d6;
	--color-dark: #1d1d1d;
	--color-text-1: #DEDEDE;
	--color-light-heading: #181c32;
	--color-light-body: #65676b;
	--color-border-white: #00000024;
	--color-midgray: #878787;
	--color-light: #E4E6EA;
	--color-lighter: #CED0D4;
	--color-lightest: #F0F2F5;
	--color-border: #0c1f2e;
	--color-border-2: #ffffff80;
	--color-border-3: #ffffff0f;
	--color-white: #ffffff;
	--color-white-75: rgba(255, 255, 255, .75);
	--color-success: #3EB75E;
	--color-danger: #FF0003;
	--color-warning: #FF8F3C;
	--color-info: #1BA2DB;
	--color-facebook: #3B5997;
	--color-twitter: #1BA1F2;
	--color-youtube: #ED4141;
	--color-linkedin: #0077B5;
	--color-pinterest: #E60022;
	--color-instagram: #C231A1;
	--color-vimeo: #00ADEF;
	--color-twitch: #6441A3;
	--color-discord: #7289da;
	--font-primary: "Montserrat", serif;
	--font-secondary: "Poppins", serif;
	--font-three: "fontawesome";
	--p-light: 300;
	--p-regular: 400;
	--p-medium: 500;
	--p-semi-bold: 600;
	--p-bold: 700;
	--p-extra-bold: 800;
	--p-black: 900;
	--s-light: 300;
	--s-regular: 400;
	--s-medium: 500;
	--s-semi-bold: 600;
	--s-bold: 700;
	--s-extra-bold: 800;
	--s-black: 900;
	--border-width: 2px;
	--radius: 4px;
	--transition: all .4s ease-in-out;
	--font-size-b1: 16px;
	--font-size-b2: 18px;
	--font-size-b3: 22px;
	--line-height-b1: 1.75;
	--line-height-b2: 1.6;
	--line-height-b3: 1.7;
	--h1: 60px;
	--h2: 36px;
	--h3: 27px;
	--h4: 24px;
	--h5: 20px;
	--h6: 18px;
	--abh: .000000000001px;
}

body.admin-bar {
	--abh: 32px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	margin: 0;
	padding: 0;
	font-size: 10px;
	scroll-behavior: auto !important;
}

body {
	font-size: var(--font-size-b1);
	line-height: var(--line-height-b1);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: var(--font-primary);
	color: var(--color-body);
	font-weight: var(--p-regular);
	position: relative;
	overflow-x: hidden;
	background: var(--color-page);
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
	margin: 0;
	margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	word-break: break-word;
	font-family: var(--font-secondary);
	line-height: 1.4074;
	color: var(--color-heading);
}

.fn__primary_fill {
	fill: var(--color-primary);
}

h1,
.h1 {
	font-size: var(--h1);
	line-height: 1.19;
	font-weight: 700;
}

h2,
.h2 {
	font-size: var(--h2);
	line-height: 1.23;
}

h3,
.h3 {
	font-size: var(--h3);
	line-height: 1.5;
}

h4,
.h4 {
	font-size: var(--h4);
	line-height: 1.25;
}

h5,
.h5 {
	font-size: var(--h5);
	line-height: 1.24;
}

h6,
.h6 {
	font-size: var(--h6);
	line-height: 1.25;
}

.fn__svg {
	fill: currentColor;
	width: 14px;
	height: 14px;
}

.fn__svg.no-fill {
	fill: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
	color: inherit;
}

.bg-color-tertiary h1,
.bg-color-tertiary h2,
.bg-color-tertiary h3,
.bg-color-tertiary h4,
.bg-color-tertiary h5,
.bg-color-tertiary h6,
.bg-color-tertiary .h1,
.bg-color-tertiary .h2,
.bg-color-tertiary .h3,
.bg-color-tertiary .h4,
.bg-color-tertiary .h5,
.bg-color-tertiary .h6 {
	color: #fff;
}

.bg-color-tertiary p {
	color: #6c7279;
}

.bg-color-tertiary a {
	color: #6c7279;
}

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

	h1,
	.h1 {
		font-size: 38px
	}

	h2,
	.h2 {
		font-size: 32px
	}

	h3,
	.h3 {
		font-size: 28px
	}

	h4,
	.h4 {
		font-size: 24px
	}

	h5,
	.h5 {
		font-size: 18px
	}
}

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

	h1,
	.h1 {
		font-size: 34px
	}

	h2,
	.h2 {
		font-size: 28px
	}

	h3,
	.h3 {
		font-size: 24px
	}

	h4,
	.h4 {
		font-size: 20px
	}

	h5,
	.h5 {
		font-size: 16px
	}
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	font-weight: var(--s-bold);
}

h4,
.h4,
h5,
.h5 {
	font-weight: var(--s-bold);
}

h6,
.h6 {
	font-weight: var(--s-bold);
}

p {
	font-size: var(--font-size-b2);
	line-height: var(--line-height-b2);
	font-weight: var(--p-regular);
	color: var(--color-body);
	margin: 0 0 30px;
}

@media only screen and (max-width:767px) {
	p {
		margin: 0 0 20px;
		font-size: 16px;
		line-height: 28px
	}
}

p.b1 {
	font-size: var(--font-size-b1);
	line-height: var(--line-height-b1);
}

p.b3 {
	font-size: var(--font-size-b3);
	line-height: var(--line-height-b3);
}

p.has-large-font-size {
	line-height: 1.5;
	font-size: 36px;
}

p.has-medium-font-size {
	font-size: 24px;
	line-height: 36px;
}

p.has-small-font-size {
	font-size: 13px;
}

p.has-very-light-gray-color {
	color: var(--color-heading);
}

p.has-background {
	padding: 20px 30px;
}

p.b1 {
	font-size: var(--font-size-b1);
	line-height: var(--line-height-b1);
}

p.b2 {
	font-size: var(--font-size-b2);
	line-height: var(--line-height-b2);
}

p.b3 {
	font-size: var(--font-size-b3);
	line-height: var(--line-height-b3);
}

p:last-child {
	margin-bottom: 0;
}

.b1 {
	font-size: var(--font-size-b1);
	line-height: var(--line-height-b1);
}

.b2 {
	font-size: var(--font-size-b2);
	line-height: var(--line-height-b2);
}

.b3 {
	font-size: var(--font-size-b3);
	line-height: var(--line-height-b3);
}

.b4 {
	font-size: var(--font-size-b4);
	line-height: var(--line-height-b4);
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px;
	width: 100%;
}

table a,
table a:link,
table a:visited {
	text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
	color: var(--color-heading);
}

var {
	font-family: "Poppins", sans-serif;
}

ul,
ol {
	padding-left: 18px;
}

ul {
	list-style: square;
	margin-bottom: 30px;
	padding-left: 20px;
}

ul.liststyle.bullet li {
	font-size: 18px;
	line-height: 30px;
	color: var(--color-body);
	position: relative;
	padding-left: 30px;
}

@media only screen and (max-width:767px) {
	ul.liststyle.bullet li {
		padding-left: 19px
	}
}

ul.liststyle.bullet li::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: var(--color-body);
	left: 0;
	top: 10px;
}

ul.liststyle.bullet li+li {
	margin-top: 8px;
}

ul li {
	font-size: var(--font-size-b1);
	line-height: var(--line-height-b1);
	margin-top: 10px;
	margin-bottom: 10px;
	color: var(--color-body);
}

ul li a {
	text-decoration: none;
	color: var(--color-gray);
}

ul li a:hover {
	color: var(--color-primary);
}

ul ul {
	margin-bottom: 0;
}

ol {
	margin-bottom: 30px;
}

ol li {
	font-size: var(--font-size-b1);
	line-height: var(--line-height-b1);
	color: var(--color-body);
	margin-top: 10px;
	margin-bottom: 10px;
}

ol li a {
	color: var(--color-heading);
	text-decoration: none;
}

ol li a:hover {
	color: var(--color-primary);
}

ol ul {
	padding-left: 30px;
}

.row {
	--bs-gutter-x: 3rem;
	--bs-gutter-y: 3rem;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

a {
	color: var(--color-heading);
	text-decoration: none;
	outline: none;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}

a:focus {
	outline: none;
}

address {
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

mark {
	background: var(--color-primary);
	color: #ffffff;
}

code,
kbd,
pre,
samp {
	font-size: var(--font-size-b3);
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	color: var(--color-primary);
}

kbd,
ins {
	color: #ffffff;
}

pre {
	font-family: "Raleway", sans-serif;
	font-size: var(--font-size-b3);
	margin: 10px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	color: #000;
	background: var(--color-lighter);
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

dl {
	margin-top: 0;
	margin-bottom: 10px;
}

dd {
	margin: 0 15px 15px;
}

dt {
	font-weight: bold;
	color: var(--color-heading);
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li>ul,
li>ol {
	margin: 0;
}

ol ul {
	margin-bottom: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid var(--color-border);
	margin: 0 2px;
	min-width: inherit;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type=checkbox],
input[type=radio] {
	padding: 0;
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	appearance: textfield;
	padding-right: 2px;
	width: 270px;
}

input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

caption,
th,
td {
	font-weight: normal;
}

th {
	font-weight: 500;
	text-transform: uppercase;
}

td,
.wp-block-calendar tfoot td {
	border: 1px solid var(--color-border);
	padding: 7px 10px;
}

del {
	color: #333;
}

ins {
	background: rgba(255, 47, 47, .4);
	text-decoration: none;
}

hr {
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

table a,
table a:link,
table a:visited {
	text-decoration: underline;
}

dt {
	font-weight: bold;
	margin-bottom: 10px;
}

dd {
	margin: 0 15px 15px;
}

caption {
	caption-side: top;
}

kbd {
	background: var(--heading-color);
}

dfn,
cite,
em {
	font-style: italic;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: var(--font-size-b1);
	font-style: italic;
	font-weight: var(--p-light);
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: var(--font-size-b3);
	font-weight: normal;
}

blockquote strong,
blockquote b {
	font-weight: 700;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.mb_dec--25 {
	margin-bottom: -25px;
}

.mb_dec--30 {
	margin-bottom: -30px;
}

.m--0 {
	margin: 0;
}

.mr--20 {
	margin-right: 20px;
}

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

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

.index-8 .tmp-all-tab-content .container {
	max-width: 100% !important;
	padding: 0;
	margin: 0;
}

.index-8 .tmp-section-gap:not(footer) {
	padding: 30px 0;
}

.tmp-section-gap {
	padding: 120px 0;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tmp-section-gap {
		padding: 80px 0
	}
}

@media only screen and (max-width:767px) {
	.tmp-section-gap {
		padding: 60px 0
	}
}

.tmp-section-gapBottom {
	padding-bottom: 120px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tmp-section-gapBottom {
		padding-bottom: 80px
	}
}

@media only screen and (max-width:767px) {
	.tmp-section-gapBottom {
		padding-bottom: 60px
	}
}

.tmp-section-gapTop {
	padding-top: 120px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tmp-section-gapTop {
		padding-top: 80px
	}
}

@media only screen and (max-width:767px) {
	.tmp-section-gapTop {
		padding-top: 60px
	}
}

.pl--0 {
	padding-left: 0 !important;
}

.pr--0 {
	padding-right: 0 !important;
}

.pt--0 {
	padding-top: 0 !important;
}

.pb--0 {
	padding-bottom: 0 !important;
}

.mr--0 {
	margin-right: 0 !important;
}

.ml--0 {
	margin-left: 0 !important;
}

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

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

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

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

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

.ptb--5 {
	padding: 5px 0 !important;
}

.plr--5 {
	padding: 0 5px !important;
}

.pt--5 {
	padding-top: 5px !important;
}

.pb--5 {
	padding-bottom: 5px !important;
}

.pl--5 {
	padding-left: 5px !important;
}

.pr--5 {
	padding-right: 5px !important;
}

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

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

.mr--5 {
	margin-right: 5px !important;
}

.ml--5 {
	margin-left: 5px !important;
}

.ptb--10 {
	padding: 10px 0 !important;
}

.plr--10 {
	padding: 0 10px !important;
}

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

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

.pl--10 {
	padding-left: 10px !important;
}

.pr--10 {
	padding-right: 10px !important;
}

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

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

.mr--10 {
	margin-right: 10px !important;
}

.ml--10 {
	margin-left: 10px !important;
}

.ptb--15 {
	padding: 15px 0 !important;
}

.plr--15 {
	padding: 0 15px !important;
}

.pt--15 {
	padding-top: 15px !important;
}

.pb--15 {
	padding-bottom: 15px !important;
}

.pl--15 {
	padding-left: 15px !important;
}

.pr--15 {
	padding-right: 15px !important;
}

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

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

.mr--15 {
	margin-right: 15px !important;
}

.ml--15 {
	margin-left: 15px !important;
}

.ptb--20 {
	padding: 20px 0 !important;
}

.plr--20 {
	padding: 0 20px !important;
}

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

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

.pl--20 {
	padding-left: 20px !important;
}

.pr--20 {
	padding-right: 20px !important;
}

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

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

.mr--20 {
	margin-right: 20px !important;
}

.ml--20 {
	margin-left: 20px !important;
}

.ptb--25 {
	padding: 25px 0 !important;
}

.plr--25 {
	padding: 0 25px !important;
}

.pt--25 {
	padding-top: 25px !important;
}

.pb--25 {
	padding-bottom: 25px !important;
}

.pl--25 {
	padding-left: 25px !important;
}

.pr--25 {
	padding-right: 25px !important;
}

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

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

.mr--25 {
	margin-right: 25px !important;
}

.ml--25 {
	margin-left: 25px !important;
}

.ptb--30 {
	padding: 30px 0 !important;
}

.plr--30 {
	padding: 0 30px !important;
}

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

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

.pl--30 {
	padding-left: 30px !important;
}

.pr--30 {
	padding-right: 30px !important;
}

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

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

.mr--30 {
	margin-right: 30px !important;
}

.ml--30 {
	margin-left: 30px !important;
}

.ptb--35 {
	padding: 35px 0 !important;
}

.plr--35 {
	padding: 0 35px !important;
}

.pt--35 {
	padding-top: 35px !important;
}

.pb--35 {
	padding-bottom: 35px !important;
}

.pl--35 {
	padding-left: 35px !important;
}

.pr--35 {
	padding-right: 35px !important;
}

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

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

.mr--35 {
	margin-right: 35px !important;
}

.ml--35 {
	margin-left: 35px !important;
}

.ptb--40 {
	padding: 40px 0 !important;
}

.plr--40 {
	padding: 0 40px !important;
}

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

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

.pl--40 {
	padding-left: 40px !important;
}

.pr--40 {
	padding-right: 40px !important;
}

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

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

.mr--40 {
	margin-right: 40px !important;
}

.ml--40 {
	margin-left: 40px !important;
}

.ptb--45 {
	padding: 45px 0 !important;
}

.plr--45 {
	padding: 0 45px !important;
}

.pt--45 {
	padding-top: 45px !important;
}

.pb--45 {
	padding-bottom: 45px !important;
}

.pl--45 {
	padding-left: 45px !important;
}

.pr--45 {
	padding-right: 45px !important;
}

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

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

.mr--45 {
	margin-right: 45px !important;
}

.ml--45 {
	margin-left: 45px !important;
}

.ptb--50 {
	padding: 50px 0 !important;
}

.plr--50 {
	padding: 0 50px !important;
}

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

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

.pl--50 {
	padding-left: 50px !important;
}

.pr--50 {
	padding-right: 50px !important;
}

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

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

.mr--50 {
	margin-right: 50px !important;
}

.ml--50 {
	margin-left: 50px !important;
}

.ptb--55 {
	padding: 55px 0 !important;
}

.plr--55 {
	padding: 0 55px !important;
}

.pt--55 {
	padding-top: 55px !important;
}

.pb--55 {
	padding-bottom: 55px !important;
}

.pl--55 {
	padding-left: 55px !important;
}

.pr--55 {
	padding-right: 55px !important;
}

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

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

.mr--55 {
	margin-right: 55px !important;
}

.ml--55 {
	margin-left: 55px !important;
}

.ptb--60 {
	padding: 60px 0 !important;
}

.plr--60 {
	padding: 0 60px !important;
}

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

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

.pl--60 {
	padding-left: 60px !important;
}

.pr--60 {
	padding-right: 60px !important;
}

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

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

.mr--60 {
	margin-right: 60px !important;
}

.ml--60 {
	margin-left: 60px !important;
}

.ptb--65 {
	padding: 65px 0 !important;
}

.plr--65 {
	padding: 0 65px !important;
}

.pt--65 {
	padding-top: 65px !important;
}

.pb--65 {
	padding-bottom: 65px !important;
}

.pl--65 {
	padding-left: 65px !important;
}

.pr--65 {
	padding-right: 65px !important;
}

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

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

.mr--65 {
	margin-right: 65px !important;
}

.ml--65 {
	margin-left: 65px !important;
}

.ptb--70 {
	padding: 70px 0 !important;
}

.plr--70 {
	padding: 0 70px !important;
}

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

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

.pl--70 {
	padding-left: 70px !important;
}

.pr--70 {
	padding-right: 70px !important;
}

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

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

.mr--70 {
	margin-right: 70px !important;
}

.ml--70 {
	margin-left: 70px !important;
}

.ptb--75 {
	padding: 75px 0 !important;
}

.plr--75 {
	padding: 0 75px !important;
}

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

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

.pl--75 {
	padding-left: 75px !important;
}

.pr--75 {
	padding-right: 75px !important;
}

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

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

.mr--75 {
	margin-right: 75px !important;
}

.ml--75 {
	margin-left: 75px !important;
}

.ptb--80 {
	padding: 80px 0 !important;
}

.plr--80 {
	padding: 0 80px !important;
}

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

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

.pl--80 {
	padding-left: 80px !important;
}

.pr--80 {
	padding-right: 80px !important;
}

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

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

.mr--80 {
	margin-right: 80px !important;
}

.ml--80 {
	margin-left: 80px !important;
}

.ptb--85 {
	padding: 85px 0 !important;
}

.plr--85 {
	padding: 0 85px !important;
}

.pt--85 {
	padding-top: 85px !important;
}

.pb--85 {
	padding-bottom: 85px !important;
}

.pl--85 {
	padding-left: 85px !important;
}

.pr--85 {
	padding-right: 85px !important;
}

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

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

.mr--85 {
	margin-right: 85px !important;
}

.ml--85 {
	margin-left: 85px !important;
}

.ptb--90 {
	padding: 90px 0 !important;
}

.plr--90 {
	padding: 0 90px !important;
}

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

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

.pl--90 {
	padding-left: 90px !important;
}

.pr--90 {
	padding-right: 90px !important;
}

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

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

.mr--90 {
	margin-right: 90px !important;
}

.ml--90 {
	margin-left: 90px !important;
}

.ptb--95 {
	padding: 95px 0 !important;
}

.plr--95 {
	padding: 0 95px !important;
}

.pt--95 {
	padding-top: 95px !important;
}

.pb--95 {
	padding-bottom: 95px !important;
}

.pl--95 {
	padding-left: 95px !important;
}

.pr--95 {
	padding-right: 95px !important;
}

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

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

.mr--95 {
	margin-right: 95px !important;
}

.ml--95 {
	margin-left: 95px !important;
}

.ptb--100 {
	padding: 100px 0 !important;
}

.plr--100 {
	padding: 0 100px !important;
}

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

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

.pl--100 {
	padding-left: 100px !important;
}

.pr--100 {
	padding-right: 100px !important;
}

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

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

.mr--100 {
	margin-right: 100px !important;
}

.ml--100 {
	margin-left: 100px !important;
}

.ptb--105 {
	padding: 105px 0 !important;
}

.plr--105 {
	padding: 0 105px !important;
}

.pt--105 {
	padding-top: 105px !important;
}

.pb--105 {
	padding-bottom: 105px !important;
}

.pl--105 {
	padding-left: 105px !important;
}

.pr--105 {
	padding-right: 105px !important;
}

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

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

.mr--105 {
	margin-right: 105px !important;
}

.ml--105 {
	margin-left: 105px !important;
}

.ptb--110 {
	padding: 110px 0 !important;
}

.plr--110 {
	padding: 0 110px !important;
}

.pt--110 {
	padding-top: 110px !important;
}

.pb--110 {
	padding-bottom: 110px !important;
}

.pl--110 {
	padding-left: 110px !important;
}

.pr--110 {
	padding-right: 110px !important;
}

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

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

.mr--110 {
	margin-right: 110px !important;
}

.ml--110 {
	margin-left: 110px !important;
}

.ptb--115 {
	padding: 115px 0 !important;
}

.plr--115 {
	padding: 0 115px !important;
}

.pt--115 {
	padding-top: 115px !important;
}

.pb--115 {
	padding-bottom: 115px !important;
}

.pl--115 {
	padding-left: 115px !important;
}

.pr--115 {
	padding-right: 115px !important;
}

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

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

.mr--115 {
	margin-right: 115px !important;
}

.ml--115 {
	margin-left: 115px !important;
}

.ptb--120 {
	padding: 120px 0 !important;
}

.plr--120 {
	padding: 0 120px !important;
}

.pt--120 {
	padding-top: 120px !important;
}

.pb--120 {
	padding-bottom: 120px !important;
}

.pl--120 {
	padding-left: 120px !important;
}

.pr--120 {
	padding-right: 120px !important;
}

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

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

.mr--120 {
	margin-right: 120px !important;
}

.ml--120 {
	margin-left: 120px !important;
}

.ptb--125 {
	padding: 125px 0 !important;
}

.plr--125 {
	padding: 0 125px !important;
}

.pt--125 {
	padding-top: 125px !important;
}

.pb--125 {
	padding-bottom: 125px !important;
}

.pl--125 {
	padding-left: 125px !important;
}

.pr--125 {
	padding-right: 125px !important;
}

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

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

.mr--125 {
	margin-right: 125px !important;
}

.ml--125 {
	margin-left: 125px !important;
}

.ptb--130 {
	padding: 130px 0 !important;
}

.plr--130 {
	padding: 0 130px !important;
}

.pt--130 {
	padding-top: 130px !important;
}

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

.pl--130 {
	padding-left: 130px !important;
}

.pr--130 {
	padding-right: 130px !important;
}

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

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

.mr--130 {
	margin-right: 130px !important;
}

.ml--130 {
	margin-left: 130px !important;
}

.ptb--135 {
	padding: 135px 0 !important;
}

.plr--135 {
	padding: 0 135px !important;
}

.pt--135 {
	padding-top: 135px !important;
}

.pb--135 {
	padding-bottom: 135px !important;
}

.pl--135 {
	padding-left: 135px !important;
}

.pr--135 {
	padding-right: 135px !important;
}

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

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

.mr--135 {
	margin-right: 135px !important;
}

.ml--135 {
	margin-left: 135px !important;
}

.ptb--140 {
	padding: 140px 0 !important;
}

.plr--140 {
	padding: 0 140px !important;
}

.pt--140 {
	padding-top: 140px !important;
}

.pb--140 {
	padding-bottom: 140px !important;
}

.pl--140 {
	padding-left: 140px !important;
}

.pr--140 {
	padding-right: 140px !important;
}

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

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

.mr--140 {
	margin-right: 140px !important;
}

.ml--140 {
	margin-left: 140px !important;
}

.ptb--145 {
	padding: 145px 0 !important;
}

.plr--145 {
	padding: 0 145px !important;
}

.pt--145 {
	padding-top: 145px !important;
}

.pb--145 {
	padding-bottom: 145px !important;
}

.pl--145 {
	padding-left: 145px !important;
}

.pr--145 {
	padding-right: 145px !important;
}

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

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

.mr--145 {
	margin-right: 145px !important;
}

.ml--145 {
	margin-left: 145px !important;
}

.ptb--150 {
	padding: 150px 0 !important;
}

.plr--150 {
	padding: 0 150px !important;
}

.pt--150 {
	padding-top: 150px !important;
}

.pb--150 {
	padding-bottom: 150px !important;
}

.pl--150 {
	padding-left: 150px !important;
}

.pr--150 {
	padding-right: 150px !important;
}

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

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

.mr--150 {
	margin-right: 150px !important;
}

.ml--150 {
	margin-left: 150px !important;
}

.ptb--155 {
	padding: 155px 0 !important;
}

.plr--155 {
	padding: 0 155px !important;
}

.pt--155 {
	padding-top: 155px !important;
}

.pb--155 {
	padding-bottom: 155px !important;
}

.pl--155 {
	padding-left: 155px !important;
}

.pr--155 {
	padding-right: 155px !important;
}

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

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

.mr--155 {
	margin-right: 155px !important;
}

.ml--155 {
	margin-left: 155px !important;
}

.ptb--160 {
	padding: 160px 0 !important;
}

.plr--160 {
	padding: 0 160px !important;
}

.pt--160 {
	padding-top: 160px !important;
}

.pb--160 {
	padding-bottom: 160px !important;
}

.pl--160 {
	padding-left: 160px !important;
}

.pr--160 {
	padding-right: 160px !important;
}

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

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

.mr--160 {
	margin-right: 160px !important;
}

.ml--160 {
	margin-left: 160px !important;
}

.ptb--165 {
	padding: 165px 0 !important;
}

.plr--165 {
	padding: 0 165px !important;
}

.pt--165 {
	padding-top: 165px !important;
}

.pb--165 {
	padding-bottom: 165px !important;
}

.pl--165 {
	padding-left: 165px !important;
}

.pr--165 {
	padding-right: 165px !important;
}

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

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

.mr--165 {
	margin-right: 165px !important;
}

.ml--165 {
	margin-left: 165px !important;
}

.ptb--170 {
	padding: 170px 0 !important;
}

.plr--170 {
	padding: 0 170px !important;
}

.pt--170 {
	padding-top: 170px !important;
}

.pb--170 {
	padding-bottom: 170px !important;
}

.pl--170 {
	padding-left: 170px !important;
}

.pr--170 {
	padding-right: 170px !important;
}

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

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

.mr--170 {
	margin-right: 170px !important;
}

.ml--170 {
	margin-left: 170px !important;
}

.ptb--175 {
	padding: 175px 0 !important;
}

.plr--175 {
	padding: 0 175px !important;
}

.pt--175 {
	padding-top: 175px !important;
}

.pb--175 {
	padding-bottom: 175px !important;
}

.pl--175 {
	padding-left: 175px !important;
}

.pr--175 {
	padding-right: 175px !important;
}

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

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

.mr--175 {
	margin-right: 175px !important;
}

.ml--175 {
	margin-left: 175px !important;
}

.ptb--180 {
	padding: 180px 0 !important;
}

.plr--180 {
	padding: 0 180px !important;
}

.pt--180 {
	padding-top: 180px !important;
}

.pb--180 {
	padding-bottom: 180px !important;
}

.pl--180 {
	padding-left: 180px !important;
}

.pr--180 {
	padding-right: 180px !important;
}

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

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

.mr--180 {
	margin-right: 180px !important;
}

.ml--180 {
	margin-left: 180px !important;
}

.ptb--185 {
	padding: 185px 0 !important;
}

.plr--185 {
	padding: 0 185px !important;
}

.pt--185 {
	padding-top: 185px !important;
}

.pb--185 {
	padding-bottom: 185px !important;
}

.pl--185 {
	padding-left: 185px !important;
}

.pr--185 {
	padding-right: 185px !important;
}

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

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

.mr--185 {
	margin-right: 185px !important;
}

.ml--185 {
	margin-left: 185px !important;
}

.ptb--190 {
	padding: 190px 0 !important;
}

.plr--190 {
	padding: 0 190px !important;
}

.pt--190 {
	padding-top: 190px !important;
}

.pb--190 {
	padding-bottom: 190px !important;
}

.pl--190 {
	padding-left: 190px !important;
}

.pr--190 {
	padding-right: 190px !important;
}

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

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

.mr--190 {
	margin-right: 190px !important;
}

.ml--190 {
	margin-left: 190px !important;
}

.ptb--195 {
	padding: 195px 0 !important;
}

.plr--195 {
	padding: 0 195px !important;
}

.pt--195 {
	padding-top: 195px !important;
}

.pb--195 {
	padding-bottom: 195px !important;
}

.pl--195 {
	padding-left: 195px !important;
}

.pr--195 {
	padding-right: 195px !important;
}

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

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

.mr--195 {
	margin-right: 195px !important;
}

.ml--195 {
	margin-left: 195px !important;
}

.ptb--200 {
	padding: 200px 0 !important;
}

.plr--200 {
	padding: 0 200px !important;
}

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

.pb--200 {
	padding-bottom: 200px !important;
}

.pl--200 {
	padding-left: 200px !important;
}

.pr--200 {
	padding-right: 200px !important;
}

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

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

.mr--200 {
	margin-right: 200px !important;
}

.ml--200 {
	margin-left: 200px !important;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.ptb_lp--5 {
		padding: 5px 0
	}

	.plr_lp--5 {
		padding: 0 5px
	}

	.pt_lp--5 {
		padding-top: 5px
	}

	.pb_lp--5 {
		padding-bottom: 5px
	}

	.pl_lp--5 {
		padding-left: 5px
	}

	.pr_lp--5 {
		padding-right: 5px
	}

	.mt_lp--5 {
		margin-top: 5px
	}

	.mb_lp--5 {
		margin-bottom: 5px
	}

	.ptb_lp--10 {
		padding: 10px 0
	}

	.plr_lp--10 {
		padding: 0 10px
	}

	.pt_lp--10 {
		padding-top: 10px
	}

	.pb_lp--10 {
		padding-bottom: 10px
	}

	.pl_lp--10 {
		padding-left: 10px
	}

	.pr_lp--10 {
		padding-right: 10px
	}

	.mt_lp--10 {
		margin-top: 10px
	}

	.mb_lp--10 {
		margin-bottom: 10px
	}

	.ptb_lp--15 {
		padding: 15px 0
	}

	.plr_lp--15 {
		padding: 0 15px
	}

	.pt_lp--15 {
		padding-top: 15px
	}

	.pb_lp--15 {
		padding-bottom: 15px
	}

	.pl_lp--15 {
		padding-left: 15px
	}

	.pr_lp--15 {
		padding-right: 15px
	}

	.mt_lp--15 {
		margin-top: 15px
	}

	.mb_lp--15 {
		margin-bottom: 15px
	}

	.ptb_lp--20 {
		padding: 20px 0
	}

	.plr_lp--20 {
		padding: 0 20px
	}

	.pt_lp--20 {
		padding-top: 20px
	}

	.pb_lp--20 {
		padding-bottom: 20px
	}

	.pl_lp--20 {
		padding-left: 20px
	}

	.pr_lp--20 {
		padding-right: 20px
	}

	.mt_lp--20 {
		margin-top: 20px
	}

	.mb_lp--20 {
		margin-bottom: 20px
	}

	.ptb_lp--25 {
		padding: 25px 0
	}

	.plr_lp--25 {
		padding: 0 25px
	}

	.pt_lp--25 {
		padding-top: 25px
	}

	.pb_lp--25 {
		padding-bottom: 25px
	}

	.pl_lp--25 {
		padding-left: 25px
	}

	.pr_lp--25 {
		padding-right: 25px
	}

	.mt_lp--25 {
		margin-top: 25px
	}

	.mb_lp--25 {
		margin-bottom: 25px
	}

	.ptb_lp--30 {
		padding: 30px 0
	}

	.plr_lp--30 {
		padding: 0 30px
	}

	.pt_lp--30 {
		padding-top: 30px
	}

	.pb_lp--30 {
		padding-bottom: 30px
	}

	.pl_lp--30 {
		padding-left: 30px
	}

	.pr_lp--30 {
		padding-right: 30px
	}

	.mt_lp--30 {
		margin-top: 30px
	}

	.mb_lp--30 {
		margin-bottom: 30px
	}

	.ptb_lp--35 {
		padding: 35px 0
	}

	.plr_lp--35 {
		padding: 0 35px
	}

	.pt_lp--35 {
		padding-top: 35px
	}

	.pb_lp--35 {
		padding-bottom: 35px
	}

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

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

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

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

	.ptb_lp--40 {
		padding: 40px 0
	}

	.plr_lp--40 {
		padding: 0 40px
	}

	.pt_lp--40 {
		padding-top: 40px
	}

	.pb_lp--40 {
		padding-bottom: 40px
	}

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

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

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

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

	.ptb_lp--45 {
		padding: 45px 0
	}

	.plr_lp--45 {
		padding: 0 45px
	}

	.pt_lp--45 {
		padding-top: 45px
	}

	.pb_lp--45 {
		padding-bottom: 45px
	}

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

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

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

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

	.ptb_lp--50 {
		padding: 50px 0
	}

	.plr_lp--50 {
		padding: 0 50px
	}

	.pt_lp--50 {
		padding-top: 50px
	}

	.pb_lp--50 {
		padding-bottom: 50px
	}

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

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

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

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

	.ptb_lp--55 {
		padding: 55px 0
	}

	.plr_lp--55 {
		padding: 0 55px
	}

	.pt_lp--55 {
		padding-top: 55px
	}

	.pb_lp--55 {
		padding-bottom: 55px
	}

	.pl_lp--55 {
		padding-left: 55px
	}

	.pr_lp--55 {
		padding-right: 55px
	}

	.mt_lp--55 {
		margin-top: 55px
	}

	.mb_lp--55 {
		margin-bottom: 55px
	}

	.ptb_lp--60 {
		padding: 60px 0
	}

	.plr_lp--60 {
		padding: 0 60px
	}

	.pt_lp--60 {
		padding-top: 60px
	}

	.pb_lp--60 {
		padding-bottom: 60px
	}

	.pl_lp--60 {
		padding-left: 60px
	}

	.pr_lp--60 {
		padding-right: 60px
	}

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

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

	.ptb_lp--65 {
		padding: 65px 0
	}

	.plr_lp--65 {
		padding: 0 65px
	}

	.pt_lp--65 {
		padding-top: 65px
	}

	.pb_lp--65 {
		padding-bottom: 65px
	}

	.pl_lp--65 {
		padding-left: 65px
	}

	.pr_lp--65 {
		padding-right: 65px
	}

	.mt_lp--65 {
		margin-top: 65px
	}

	.mb_lp--65 {
		margin-bottom: 65px
	}

	.ptb_lp--70 {
		padding: 70px 0
	}

	.plr_lp--70 {
		padding: 0 70px
	}

	.pt_lp--70 {
		padding-top: 70px
	}

	.pb_lp--70 {
		padding-bottom: 70px
	}

	.pl_lp--70 {
		padding-left: 70px
	}

	.pr_lp--70 {
		padding-right: 70px
	}

	.mt_lp--70 {
		margin-top: 70px
	}

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

	.ptb_lp--75 {
		padding: 75px 0
	}

	.plr_lp--75 {
		padding: 0 75px
	}

	.pt_lp--75 {
		padding-top: 75px
	}

	.pb_lp--75 {
		padding-bottom: 75px
	}

	.pl_lp--75 {
		padding-left: 75px
	}

	.pr_lp--75 {
		padding-right: 75px
	}

	.mt_lp--75 {
		margin-top: 75px
	}

	.mb_lp--75 {
		margin-bottom: 75px
	}

	.ptb_lp--80 {
		padding: 80px 0
	}

	.plr_lp--80 {
		padding: 0 80px
	}

	.pt_lp--80 {
		padding-top: 80px
	}

	.pb_lp--80 {
		padding-bottom: 80px
	}

	.pl_lp--80 {
		padding-left: 80px
	}

	.pr_lp--80 {
		padding-right: 80px
	}

	.mt_lp--80 {
		margin-top: 80px
	}

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

	.ptb_lp--85 {
		padding: 85px 0
	}

	.plr_lp--85 {
		padding: 0 85px
	}

	.pt_lp--85 {
		padding-top: 85px
	}

	.pb_lp--85 {
		padding-bottom: 85px
	}

	.pl_lp--85 {
		padding-left: 85px
	}

	.pr_lp--85 {
		padding-right: 85px
	}

	.mt_lp--85 {
		margin-top: 85px
	}

	.mb_lp--85 {
		margin-bottom: 85px
	}

	.ptb_lp--90 {
		padding: 90px 0
	}

	.plr_lp--90 {
		padding: 0 90px
	}

	.pt_lp--90 {
		padding-top: 90px
	}

	.pb_lp--90 {
		padding-bottom: 90px
	}

	.pl_lp--90 {
		padding-left: 90px
	}

	.pr_lp--90 {
		padding-right: 90px
	}

	.mt_lp--90 {
		margin-top: 90px
	}

	.mb_lp--90 {
		margin-bottom: 90px
	}

	.ptb_lp--95 {
		padding: 95px 0
	}

	.plr_lp--95 {
		padding: 0 95px
	}

	.pt_lp--95 {
		padding-top: 95px
	}

	.pb_lp--95 {
		padding-bottom: 95px
	}

	.pl_lp--95 {
		padding-left: 95px
	}

	.pr_lp--95 {
		padding-right: 95px
	}

	.mt_lp--95 {
		margin-top: 95px
	}

	.mb_lp--95 {
		margin-bottom: 95px
	}

	.ptb_lp--100 {
		padding: 100px 0
	}

	.plr_lp--100 {
		padding: 0 100px
	}

	.pt_lp--100 {
		padding-top: 100px
	}

	.pb_lp--100 {
		padding-bottom: 100px
	}

	.pl_lp--100 {
		padding-left: 100px
	}

	.pr_lp--100 {
		padding-right: 100px
	}

	.mt_lp--100 {
		margin-top: 100px
	}

	.mb_lp--100 {
		margin-bottom: 100px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.ptb_lg--5 {
		padding: 5px 0 !important
	}

	.plr_lg--5 {
		padding: 0 5px !important
	}

	.pt_lg--5 {
		padding-top: 5px !important
	}

	.pb_lg--5 {
		padding-bottom: 5px !important
	}

	.pl_lg--5 {
		padding-left: 5px !important
	}

	.pr_lg--5 {
		padding-right: 5px !important
	}

	.mt_lg--5 {
		margin-top: 5px !important
	}

	.mb_lg--5 {
		margin-bottom: 5px !important
	}

	.ml_lg--5 {
		margin-left: 5px !important
	}

	.ptb_lg--10 {
		padding: 10px 0 !important
	}

	.plr_lg--10 {
		padding: 0 10px !important
	}

	.pt_lg--10 {
		padding-top: 10px !important
	}

	.pb_lg--10 {
		padding-bottom: 10px !important
	}

	.pl_lg--10 {
		padding-left: 10px !important
	}

	.pr_lg--10 {
		padding-right: 10px !important
	}

	.mt_lg--10 {
		margin-top: 10px !important
	}

	.mb_lg--10 {
		margin-bottom: 10px !important
	}

	.ml_lg--10 {
		margin-left: 10px !important
	}

	.ptb_lg--15 {
		padding: 15px 0 !important
	}

	.plr_lg--15 {
		padding: 0 15px !important
	}

	.pt_lg--15 {
		padding-top: 15px !important
	}

	.pb_lg--15 {
		padding-bottom: 15px !important
	}

	.pl_lg--15 {
		padding-left: 15px !important
	}

	.pr_lg--15 {
		padding-right: 15px !important
	}

	.mt_lg--15 {
		margin-top: 15px !important
	}

	.mb_lg--15 {
		margin-bottom: 15px !important
	}

	.ml_lg--15 {
		margin-left: 15px !important
	}

	.ptb_lg--20 {
		padding: 20px 0 !important
	}

	.plr_lg--20 {
		padding: 0 20px !important
	}

	.pt_lg--20 {
		padding-top: 20px !important
	}

	.pb_lg--20 {
		padding-bottom: 20px !important
	}

	.pl_lg--20 {
		padding-left: 20px !important
	}

	.pr_lg--20 {
		padding-right: 20px !important
	}

	.mt_lg--20 {
		margin-top: 20px !important
	}

	.mb_lg--20 {
		margin-bottom: 20px !important
	}

	.ml_lg--20 {
		margin-left: 20px !important
	}

	.ptb_lg--25 {
		padding: 25px 0 !important
	}

	.plr_lg--25 {
		padding: 0 25px !important
	}

	.pt_lg--25 {
		padding-top: 25px !important
	}

	.pb_lg--25 {
		padding-bottom: 25px !important
	}

	.pl_lg--25 {
		padding-left: 25px !important
	}

	.pr_lg--25 {
		padding-right: 25px !important
	}

	.mt_lg--25 {
		margin-top: 25px !important
	}

	.mb_lg--25 {
		margin-bottom: 25px !important
	}

	.ml_lg--25 {
		margin-left: 25px !important
	}

	.ptb_lg--30 {
		padding: 30px 0 !important
	}

	.plr_lg--30 {
		padding: 0 30px !important
	}

	.pt_lg--30 {
		padding-top: 30px !important
	}

	.pb_lg--30 {
		padding-bottom: 30px !important
	}

	.pl_lg--30 {
		padding-left: 30px !important
	}

	.pr_lg--30 {
		padding-right: 30px !important
	}

	.mt_lg--30 {
		margin-top: 30px !important
	}

	.mb_lg--30 {
		margin-bottom: 30px !important
	}

	.ml_lg--30 {
		margin-left: 30px !important
	}

	.ptb_lg--35 {
		padding: 35px 0 !important
	}

	.plr_lg--35 {
		padding: 0 35px !important
	}

	.pt_lg--35 {
		padding-top: 35px !important
	}

	.pb_lg--35 {
		padding-bottom: 35px !important
	}

	.pl_lg--35 {
		padding-left: 35px !important
	}

	.pr_lg--35 {
		padding-right: 35px !important
	}

	.mt_lg--35 {
		margin-top: 35px !important
	}

	.mb_lg--35 {
		margin-bottom: 35px !important
	}

	.ml_lg--35 {
		margin-left: 35px !important
	}

	.ptb_lg--40 {
		padding: 40px 0 !important
	}

	.plr_lg--40 {
		padding: 0 40px !important
	}

	.pt_lg--40 {
		padding-top: 40px !important
	}

	.pb_lg--40 {
		padding-bottom: 40px !important
	}

	.pl_lg--40 {
		padding-left: 40px !important
	}

	.pr_lg--40 {
		padding-right: 40px !important
	}

	.mt_lg--40 {
		margin-top: 40px !important
	}

	.mb_lg--40 {
		margin-bottom: 40px !important
	}

	.ml_lg--40 {
		margin-left: 40px !important
	}

	.ptb_lg--45 {
		padding: 45px 0 !important
	}

	.plr_lg--45 {
		padding: 0 45px !important
	}

	.pt_lg--45 {
		padding-top: 45px !important
	}

	.pb_lg--45 {
		padding-bottom: 45px !important
	}

	.pl_lg--45 {
		padding-left: 45px !important
	}

	.pr_lg--45 {
		padding-right: 45px !important
	}

	.mt_lg--45 {
		margin-top: 45px !important
	}

	.mb_lg--45 {
		margin-bottom: 45px !important
	}

	.ml_lg--45 {
		margin-left: 45px !important
	}

	.ptb_lg--50 {
		padding: 50px 0 !important
	}

	.plr_lg--50 {
		padding: 0 50px !important
	}

	.pt_lg--50 {
		padding-top: 50px !important
	}

	.pb_lg--50 {
		padding-bottom: 50px !important
	}

	.pl_lg--50 {
		padding-left: 50px !important
	}

	.pr_lg--50 {
		padding-right: 50px !important
	}

	.mt_lg--50 {
		margin-top: 50px !important
	}

	.mb_lg--50 {
		margin-bottom: 50px !important
	}

	.ml_lg--50 {
		margin-left: 50px !important
	}

	.ptb_lg--55 {
		padding: 55px 0 !important
	}

	.plr_lg--55 {
		padding: 0 55px !important
	}

	.pt_lg--55 {
		padding-top: 55px !important
	}

	.pb_lg--55 {
		padding-bottom: 55px !important
	}

	.pl_lg--55 {
		padding-left: 55px !important
	}

	.pr_lg--55 {
		padding-right: 55px !important
	}

	.mt_lg--55 {
		margin-top: 55px !important
	}

	.mb_lg--55 {
		margin-bottom: 55px !important
	}

	.ml_lg--55 {
		margin-left: 55px !important
	}

	.ptb_lg--60 {
		padding: 60px 0 !important
	}

	.plr_lg--60 {
		padding: 0 60px !important
	}

	.pt_lg--60 {
		padding-top: 60px !important
	}

	.pb_lg--60 {
		padding-bottom: 60px !important
	}

	.pl_lg--60 {
		padding-left: 60px !important
	}

	.pr_lg--60 {
		padding-right: 60px !important
	}

	.mt_lg--60 {
		margin-top: 60px !important
	}

	.mb_lg--60 {
		margin-bottom: 60px !important
	}

	.ml_lg--60 {
		margin-left: 60px !important
	}

	.ptb_lg--65 {
		padding: 65px 0 !important
	}

	.plr_lg--65 {
		padding: 0 65px !important
	}

	.pt_lg--65 {
		padding-top: 65px !important
	}

	.pb_lg--65 {
		padding-bottom: 65px !important
	}

	.pl_lg--65 {
		padding-left: 65px !important
	}

	.pr_lg--65 {
		padding-right: 65px !important
	}

	.mt_lg--65 {
		margin-top: 65px !important
	}

	.mb_lg--65 {
		margin-bottom: 65px !important
	}

	.ml_lg--65 {
		margin-left: 65px !important
	}

	.ptb_lg--70 {
		padding: 70px 0 !important
	}

	.plr_lg--70 {
		padding: 0 70px !important
	}

	.pt_lg--70 {
		padding-top: 70px !important
	}

	.pb_lg--70 {
		padding-bottom: 70px !important
	}

	.pl_lg--70 {
		padding-left: 70px !important
	}

	.pr_lg--70 {
		padding-right: 70px !important
	}

	.mt_lg--70 {
		margin-top: 70px !important
	}

	.mb_lg--70 {
		margin-bottom: 70px !important
	}

	.ml_lg--70 {
		margin-left: 70px !important
	}

	.ptb_lg--75 {
		padding: 75px 0 !important
	}

	.plr_lg--75 {
		padding: 0 75px !important
	}

	.pt_lg--75 {
		padding-top: 75px !important
	}

	.pb_lg--75 {
		padding-bottom: 75px !important
	}

	.pl_lg--75 {
		padding-left: 75px !important
	}

	.pr_lg--75 {
		padding-right: 75px !important
	}

	.mt_lg--75 {
		margin-top: 75px !important
	}

	.mb_lg--75 {
		margin-bottom: 75px !important
	}

	.ml_lg--75 {
		margin-left: 75px !important
	}

	.ptb_lg--80 {
		padding: 80px 0 !important
	}

	.plr_lg--80 {
		padding: 0 80px !important
	}

	.pt_lg--80 {
		padding-top: 80px !important
	}

	.pb_lg--80 {
		padding-bottom: 80px !important
	}

	.pl_lg--80 {
		padding-left: 80px !important
	}

	.pr_lg--80 {
		padding-right: 80px !important
	}

	.mt_lg--80 {
		margin-top: 80px !important
	}

	.mb_lg--80 {
		margin-bottom: 80px !important
	}

	.ml_lg--80 {
		margin-left: 80px !important
	}

	.ptb_lg--85 {
		padding: 85px 0 !important
	}

	.plr_lg--85 {
		padding: 0 85px !important
	}

	.pt_lg--85 {
		padding-top: 85px !important
	}

	.pb_lg--85 {
		padding-bottom: 85px !important
	}

	.pl_lg--85 {
		padding-left: 85px !important
	}

	.pr_lg--85 {
		padding-right: 85px !important
	}

	.mt_lg--85 {
		margin-top: 85px !important
	}

	.mb_lg--85 {
		margin-bottom: 85px !important
	}

	.ml_lg--85 {
		margin-left: 85px !important
	}

	.ptb_lg--90 {
		padding: 90px 0 !important
	}

	.plr_lg--90 {
		padding: 0 90px !important
	}

	.pt_lg--90 {
		padding-top: 90px !important
	}

	.pb_lg--90 {
		padding-bottom: 90px !important
	}

	.pl_lg--90 {
		padding-left: 90px !important
	}

	.pr_lg--90 {
		padding-right: 90px !important
	}

	.mt_lg--90 {
		margin-top: 90px !important
	}

	.mb_lg--90 {
		margin-bottom: 90px !important
	}

	.ml_lg--90 {
		margin-left: 90px !important
	}

	.ptb_lg--95 {
		padding: 95px 0 !important
	}

	.plr_lg--95 {
		padding: 0 95px !important
	}

	.pt_lg--95 {
		padding-top: 95px !important
	}

	.pb_lg--95 {
		padding-bottom: 95px !important
	}

	.pl_lg--95 {
		padding-left: 95px !important
	}

	.pr_lg--95 {
		padding-right: 95px !important
	}

	.mt_lg--95 {
		margin-top: 95px !important
	}

	.mb_lg--95 {
		margin-bottom: 95px !important
	}

	.ml_lg--95 {
		margin-left: 95px !important
	}

	.ptb_lg--100 {
		padding: 100px 0 !important
	}

	.plr_lg--100 {
		padding: 0 100px !important
	}

	.pt_lg--100 {
		padding-top: 100px !important
	}

	.pb_lg--100 {
		padding-bottom: 100px !important
	}

	.pl_lg--100 {
		padding-left: 100px !important
	}

	.pr_lg--100 {
		padding-right: 100px !important
	}

	.mt_lg--100 {
		margin-top: 100px !important
	}

	.mb_lg--100 {
		margin-bottom: 100px !important
	}

	.ml_lg--100 {
		margin-left: 100px !important
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.ptb_md--0 {
		padding: 0 !important
	}

	.pl_md--0 {
		padding-left: 0 !important
	}

	.pr_md--0 {
		padding-right: 0 !important
	}

	.pt_md--0 {
		padding-top: 0 !important
	}

	.pb_md--0 {
		padding-bottom: 0 !important
	}

	.mr_md--0 {
		margin-right: 0 !important
	}

	.ml_md--0 {
		margin-left: 0 !important
	}

	.mt_md--0 {
		margin-top: 0 !important
	}

	.mb_md--0 {
		margin-bottom: 0 !important
	}

	.ptb_md--250 {
		padding: 250px 0 !important
	}

	.ptb_md--5 {
		padding: 5px 0 !important
	}

	.plr_md--5 {
		padding: 0 5px !important
	}

	.pt_md--5 {
		padding-top: 5px !important
	}

	.pb_md--5 {
		padding-bottom: 5px !important
	}

	.pl_md--5 {
		padding-left: 5px !important
	}

	.pr_md--5 {
		padding-right: 5px !important
	}

	.mt_md--5 {
		margin-top: 5px !important
	}

	.mb_md--5 {
		margin-bottom: 5px !important
	}

	.ptb_md--10 {
		padding: 10px 0 !important
	}

	.plr_md--10 {
		padding: 0 10px !important
	}

	.pt_md--10 {
		padding-top: 10px !important
	}

	.pb_md--10 {
		padding-bottom: 10px !important
	}

	.pl_md--10 {
		padding-left: 10px !important
	}

	.pr_md--10 {
		padding-right: 10px !important
	}

	.mt_md--10 {
		margin-top: 10px !important
	}

	.mb_md--10 {
		margin-bottom: 10px !important
	}

	.ptb_md--15 {
		padding: 15px 0 !important
	}

	.plr_md--15 {
		padding: 0 15px !important
	}

	.pt_md--15 {
		padding-top: 15px !important
	}

	.pb_md--15 {
		padding-bottom: 15px !important
	}

	.pl_md--15 {
		padding-left: 15px !important
	}

	.pr_md--15 {
		padding-right: 15px !important
	}

	.mt_md--15 {
		margin-top: 15px !important
	}

	.mb_md--15 {
		margin-bottom: 15px !important
	}

	.ptb_md--20 {
		padding: 20px 0 !important
	}

	.plr_md--20 {
		padding: 0 20px !important
	}

	.pt_md--20 {
		padding-top: 20px !important
	}

	.pb_md--20 {
		padding-bottom: 20px !important
	}

	.pl_md--20 {
		padding-left: 20px !important
	}

	.pr_md--20 {
		padding-right: 20px !important
	}

	.mt_md--20 {
		margin-top: 20px !important
	}

	.mb_md--20 {
		margin-bottom: 20px !important
	}

	.ptb_md--25 {
		padding: 25px 0 !important
	}

	.plr_md--25 {
		padding: 0 25px !important
	}

	.pt_md--25 {
		padding-top: 25px !important
	}

	.pb_md--25 {
		padding-bottom: 25px !important
	}

	.pl_md--25 {
		padding-left: 25px !important
	}

	.pr_md--25 {
		padding-right: 25px !important
	}

	.mt_md--25 {
		margin-top: 25px !important
	}

	.mb_md--25 {
		margin-bottom: 25px !important
	}

	.ptb_md--30 {
		padding: 30px 0 !important
	}

	.plr_md--30 {
		padding: 0 30px !important
	}

	.pt_md--30 {
		padding-top: 30px !important
	}

	.pb_md--30 {
		padding-bottom: 30px !important
	}

	.pl_md--30 {
		padding-left: 30px !important
	}

	.pr_md--30 {
		padding-right: 30px !important
	}

	.mt_md--30 {
		margin-top: 30px !important
	}

	.mb_md--30 {
		margin-bottom: 30px !important
	}

	.ptb_md--35 {
		padding: 35px 0 !important
	}

	.plr_md--35 {
		padding: 0 35px !important
	}

	.pt_md--35 {
		padding-top: 35px !important
	}

	.pb_md--35 {
		padding-bottom: 35px !important
	}

	.pl_md--35 {
		padding-left: 35px !important
	}

	.pr_md--35 {
		padding-right: 35px !important
	}

	.mt_md--35 {
		margin-top: 35px !important
	}

	.mb_md--35 {
		margin-bottom: 35px !important
	}

	.ptb_md--40 {
		padding: 40px 0 !important
	}

	.plr_md--40 {
		padding: 0 40px !important
	}

	.pt_md--40 {
		padding-top: 40px !important
	}

	.pb_md--40 {
		padding-bottom: 40px !important
	}

	.pl_md--40 {
		padding-left: 40px !important
	}

	.pr_md--40 {
		padding-right: 40px !important
	}

	.mt_md--40 {
		margin-top: 40px !important
	}

	.mb_md--40 {
		margin-bottom: 40px !important
	}

	.ptb_md--45 {
		padding: 45px 0 !important
	}

	.plr_md--45 {
		padding: 0 45px !important
	}

	.pt_md--45 {
		padding-top: 45px !important
	}

	.pb_md--45 {
		padding-bottom: 45px !important
	}

	.pl_md--45 {
		padding-left: 45px !important
	}

	.pr_md--45 {
		padding-right: 45px !important
	}

	.mt_md--45 {
		margin-top: 45px !important
	}

	.mb_md--45 {
		margin-bottom: 45px !important
	}

	.ptb_md--50 {
		padding: 50px 0 !important
	}

	.plr_md--50 {
		padding: 0 50px !important
	}

	.pt_md--50 {
		padding-top: 50px !important
	}

	.pb_md--50 {
		padding-bottom: 50px !important
	}

	.pl_md--50 {
		padding-left: 50px !important
	}

	.pr_md--50 {
		padding-right: 50px !important
	}

	.mt_md--50 {
		margin-top: 50px !important
	}

	.mb_md--50 {
		margin-bottom: 50px !important
	}

	.ptb_md--55 {
		padding: 55px 0 !important
	}

	.plr_md--55 {
		padding: 0 55px !important
	}

	.pt_md--55 {
		padding-top: 55px !important
	}

	.pb_md--55 {
		padding-bottom: 55px !important
	}

	.pl_md--55 {
		padding-left: 55px !important
	}

	.pr_md--55 {
		padding-right: 55px !important
	}

	.mt_md--55 {
		margin-top: 55px !important
	}

	.mb_md--55 {
		margin-bottom: 55px !important
	}

	.ptb_md--60 {
		padding: 60px 0 !important
	}

	.plr_md--60 {
		padding: 0 60px !important
	}

	.pt_md--60 {
		padding-top: 60px !important
	}

	.pb_md--60 {
		padding-bottom: 60px !important
	}

	.pl_md--60 {
		padding-left: 60px !important
	}

	.pr_md--60 {
		padding-right: 60px !important
	}

	.mt_md--60 {
		margin-top: 60px !important
	}

	.mb_md--60 {
		margin-bottom: 60px !important
	}

	.ptb_md--65 {
		padding: 65px 0 !important
	}

	.plr_md--65 {
		padding: 0 65px !important
	}

	.pt_md--65 {
		padding-top: 65px !important
	}

	.pb_md--65 {
		padding-bottom: 65px !important
	}

	.pl_md--65 {
		padding-left: 65px !important
	}

	.pr_md--65 {
		padding-right: 65px !important
	}

	.mt_md--65 {
		margin-top: 65px !important
	}

	.mb_md--65 {
		margin-bottom: 65px !important
	}

	.ptb_md--70 {
		padding: 70px 0 !important
	}

	.plr_md--70 {
		padding: 0 70px !important
	}

	.pt_md--70 {
		padding-top: 70px !important
	}

	.pb_md--70 {
		padding-bottom: 70px !important
	}

	.pl_md--70 {
		padding-left: 70px !important
	}

	.pr_md--70 {
		padding-right: 70px !important
	}

	.mt_md--70 {
		margin-top: 70px !important
	}

	.mb_md--70 {
		margin-bottom: 70px !important
	}

	.ptb_md--75 {
		padding: 75px 0 !important
	}

	.plr_md--75 {
		padding: 0 75px !important
	}

	.pt_md--75 {
		padding-top: 75px !important
	}

	.pb_md--75 {
		padding-bottom: 75px !important
	}

	.pl_md--75 {
		padding-left: 75px !important
	}

	.pr_md--75 {
		padding-right: 75px !important
	}

	.mt_md--75 {
		margin-top: 75px !important
	}

	.mb_md--75 {
		margin-bottom: 75px !important
	}

	.ptb_md--80 {
		padding: 80px 0 !important
	}

	.plr_md--80 {
		padding: 0 80px !important
	}

	.pt_md--80 {
		padding-top: 80px !important
	}

	.pb_md--80 {
		padding-bottom: 80px !important
	}

	.pl_md--80 {
		padding-left: 80px !important
	}

	.pr_md--80 {
		padding-right: 80px !important
	}

	.mt_md--80 {
		margin-top: 80px !important
	}

	.mb_md--80 {
		margin-bottom: 80px !important
	}

	.ptb_md--85 {
		padding: 85px 0 !important
	}

	.plr_md--85 {
		padding: 0 85px !important
	}

	.pt_md--85 {
		padding-top: 85px !important
	}

	.pb_md--85 {
		padding-bottom: 85px !important
	}

	.pl_md--85 {
		padding-left: 85px !important
	}

	.pr_md--85 {
		padding-right: 85px !important
	}

	.mt_md--85 {
		margin-top: 85px !important
	}

	.mb_md--85 {
		margin-bottom: 85px !important
	}

	.ptb_md--90 {
		padding: 90px 0 !important
	}

	.plr_md--90 {
		padding: 0 90px !important
	}

	.pt_md--90 {
		padding-top: 90px !important
	}

	.pb_md--90 {
		padding-bottom: 90px !important
	}

	.pl_md--90 {
		padding-left: 90px !important
	}

	.pr_md--90 {
		padding-right: 90px !important
	}

	.mt_md--90 {
		margin-top: 90px !important
	}

	.mb_md--90 {
		margin-bottom: 90px !important
	}

	.ptb_md--95 {
		padding: 95px 0 !important
	}

	.plr_md--95 {
		padding: 0 95px !important
	}

	.pt_md--95 {
		padding-top: 95px !important
	}

	.pb_md--95 {
		padding-bottom: 95px !important
	}

	.pl_md--95 {
		padding-left: 95px !important
	}

	.pr_md--95 {
		padding-right: 95px !important
	}

	.mt_md--95 {
		margin-top: 95px !important
	}

	.mb_md--95 {
		margin-bottom: 95px !important
	}

	.ptb_md--100 {
		padding: 100px 0 !important
	}

	.plr_md--100 {
		padding: 0 100px !important
	}

	.pt_md--100 {
		padding-top: 100px !important
	}

	.pb_md--100 {
		padding-bottom: 100px !important
	}

	.pl_md--100 {
		padding-left: 100px !important
	}

	.pr_md--100 {
		padding-right: 100px !important
	}

	.mt_md--100 {
		margin-top: 100px !important
	}

	.mb_md--100 {
		margin-bottom: 100px !important
	}
}

@media only screen and (max-width:767px) {
	.ptb_sm--250 {
		padding: 250px 0 !important
	}

	.ptb_sm--0 {
		padding: 0 !important
	}

	.pl_sm--0 {
		padding-left: 0 !important
	}

	.pr_sm--0 {
		padding-right: 0 !important
	}

	.pt_sm--0 {
		padding-top: 0 !important
	}

	.pb_sm--0 {
		padding-bottom: 0 !important
	}

	.mr_sm--0 {
		margin-right: 0 !important
	}

	.ml_sm--0 {
		margin-left: 0 !important
	}

	.mt_sm--0 {
		margin-top: 0 !important
	}

	.mb_sm--0 {
		margin-bottom: 0 !important
	}

	.pt_sm--150 {
		padding-top: 150px !important
	}

	.pb_sm--110 {
		padding-bottom: 110px !important
	}

	.ptb_sm--5 {
		padding: 5px 0 !important
	}

	.plr_sm--5 {
		padding: 0 5px !important
	}

	.pt_sm--5 {
		padding-top: 5px !important
	}

	.pb_sm--5 {
		padding-bottom: 5px !important
	}

	.pl_sm--5 {
		padding-left: 5px !important
	}

	.pr_sm--5 {
		padding-right: 5px !important
	}

	.mt_sm--5 {
		margin-top: 5px !important
	}

	.ml_sm--5 {
		margin-left: 5px !important
	}

	.mr_sm--5 {
		margin-right: 5px !important
	}

	.mb_sm--5 {
		margin-bottom: 5px !important
	}

	.ptb_sm--10 {
		padding: 10px 0 !important
	}

	.plr_sm--10 {
		padding: 0 10px !important
	}

	.pt_sm--10 {
		padding-top: 10px !important
	}

	.pb_sm--10 {
		padding-bottom: 10px !important
	}

	.pl_sm--10 {
		padding-left: 10px !important
	}

	.pr_sm--10 {
		padding-right: 10px !important
	}

	.mt_sm--10 {
		margin-top: 10px !important
	}

	.ml_sm--10 {
		margin-left: 10px !important
	}

	.mr_sm--10 {
		margin-right: 10px !important
	}

	.mb_sm--10 {
		margin-bottom: 10px !important
	}

	.ptb_sm--15 {
		padding: 15px 0 !important
	}

	.plr_sm--15 {
		padding: 0 15px !important
	}

	.pt_sm--15 {
		padding-top: 15px !important
	}

	.pb_sm--15 {
		padding-bottom: 15px !important
	}

	.pl_sm--15 {
		padding-left: 15px !important
	}

	.pr_sm--15 {
		padding-right: 15px !important
	}

	.mt_sm--15 {
		margin-top: 15px !important
	}

	.ml_sm--15 {
		margin-left: 15px !important
	}

	.mr_sm--15 {
		margin-right: 15px !important
	}

	.mb_sm--15 {
		margin-bottom: 15px !important
	}

	.ptb_sm--20 {
		padding: 20px 0 !important
	}

	.plr_sm--20 {
		padding: 0 20px !important
	}

	.pt_sm--20 {
		padding-top: 20px !important
	}

	.pb_sm--20 {
		padding-bottom: 20px !important
	}

	.pl_sm--20 {
		padding-left: 20px !important
	}

	.pr_sm--20 {
		padding-right: 20px !important
	}

	.mt_sm--20 {
		margin-top: 20px !important
	}

	.ml_sm--20 {
		margin-left: 20px !important
	}

	.mr_sm--20 {
		margin-right: 20px !important
	}

	.mb_sm--20 {
		margin-bottom: 20px !important
	}

	.ptb_sm--25 {
		padding: 25px 0 !important
	}

	.plr_sm--25 {
		padding: 0 25px !important
	}

	.pt_sm--25 {
		padding-top: 25px !important
	}

	.pb_sm--25 {
		padding-bottom: 25px !important
	}

	.pl_sm--25 {
		padding-left: 25px !important
	}

	.pr_sm--25 {
		padding-right: 25px !important
	}

	.mt_sm--25 {
		margin-top: 25px !important
	}

	.ml_sm--25 {
		margin-left: 25px !important
	}

	.mr_sm--25 {
		margin-right: 25px !important
	}

	.mb_sm--25 {
		margin-bottom: 25px !important
	}

	.ptb_sm--30 {
		padding: 30px 0 !important
	}

	.plr_sm--30 {
		padding: 0 30px !important
	}

	.pt_sm--30 {
		padding-top: 30px !important
	}

	.pb_sm--30 {
		padding-bottom: 30px !important
	}

	.pl_sm--30 {
		padding-left: 30px !important
	}

	.pr_sm--30 {
		padding-right: 30px !important
	}

	.mt_sm--30 {
		margin-top: 30px !important
	}

	.ml_sm--30 {
		margin-left: 30px !important
	}

	.mr_sm--30 {
		margin-right: 30px !important
	}

	.mb_sm--30 {
		margin-bottom: 30px !important
	}

	.ptb_sm--35 {
		padding: 35px 0 !important
	}

	.plr_sm--35 {
		padding: 0 35px !important
	}

	.pt_sm--35 {
		padding-top: 35px !important
	}

	.pb_sm--35 {
		padding-bottom: 35px !important
	}

	.pl_sm--35 {
		padding-left: 35px !important
	}

	.pr_sm--35 {
		padding-right: 35px !important
	}

	.mt_sm--35 {
		margin-top: 35px !important
	}

	.ml_sm--35 {
		margin-left: 35px !important
	}

	.mr_sm--35 {
		margin-right: 35px !important
	}

	.mb_sm--35 {
		margin-bottom: 35px !important
	}

	.ptb_sm--40 {
		padding: 40px 0 !important
	}

	.plr_sm--40 {
		padding: 0 40px !important
	}

	.pt_sm--40 {
		padding-top: 40px !important
	}

	.pb_sm--40 {
		padding-bottom: 40px !important
	}

	.pl_sm--40 {
		padding-left: 40px !important
	}

	.pr_sm--40 {
		padding-right: 40px !important
	}

	.mt_sm--40 {
		margin-top: 40px !important
	}

	.ml_sm--40 {
		margin-left: 40px !important
	}

	.mr_sm--40 {
		margin-right: 40px !important
	}

	.mb_sm--40 {
		margin-bottom: 40px !important
	}

	.ptb_sm--45 {
		padding: 45px 0 !important
	}

	.plr_sm--45 {
		padding: 0 45px !important
	}

	.pt_sm--45 {
		padding-top: 45px !important
	}

	.pb_sm--45 {
		padding-bottom: 45px !important
	}

	.pl_sm--45 {
		padding-left: 45px !important
	}

	.pr_sm--45 {
		padding-right: 45px !important
	}

	.mt_sm--45 {
		margin-top: 45px !important
	}

	.ml_sm--45 {
		margin-left: 45px !important
	}

	.mr_sm--45 {
		margin-right: 45px !important
	}

	.mb_sm--45 {
		margin-bottom: 45px !important
	}

	.ptb_sm--50 {
		padding: 50px 0 !important
	}

	.plr_sm--50 {
		padding: 0 50px !important
	}

	.pt_sm--50 {
		padding-top: 50px !important
	}

	.pb_sm--50 {
		padding-bottom: 50px !important
	}

	.pl_sm--50 {
		padding-left: 50px !important
	}

	.pr_sm--50 {
		padding-right: 50px !important
	}

	.mt_sm--50 {
		margin-top: 50px !important
	}

	.ml_sm--50 {
		margin-left: 50px !important
	}

	.mr_sm--50 {
		margin-right: 50px !important
	}

	.mb_sm--50 {
		margin-bottom: 50px !important
	}

	.ptb_sm--55 {
		padding: 55px 0 !important
	}

	.plr_sm--55 {
		padding: 0 55px !important
	}

	.pt_sm--55 {
		padding-top: 55px !important
	}

	.pb_sm--55 {
		padding-bottom: 55px !important
	}

	.pl_sm--55 {
		padding-left: 55px !important
	}

	.pr_sm--55 {
		padding-right: 55px !important
	}

	.mt_sm--55 {
		margin-top: 55px !important
	}

	.ml_sm--55 {
		margin-left: 55px !important
	}

	.mr_sm--55 {
		margin-right: 55px !important
	}

	.mb_sm--55 {
		margin-bottom: 55px !important
	}

	.ptb_sm--60 {
		padding: 60px 0 !important
	}

	.plr_sm--60 {
		padding: 0 60px !important
	}

	.pt_sm--60 {
		padding-top: 60px !important
	}

	.pb_sm--60 {
		padding-bottom: 60px !important
	}

	.pl_sm--60 {
		padding-left: 60px !important
	}

	.pr_sm--60 {
		padding-right: 60px !important
	}

	.mt_sm--60 {
		margin-top: 60px !important
	}

	.ml_sm--60 {
		margin-left: 60px !important
	}

	.mr_sm--60 {
		margin-right: 60px !important
	}

	.mb_sm--60 {
		margin-bottom: 60px !important
	}

	.ptb_sm--65 {
		padding: 65px 0 !important
	}

	.plr_sm--65 {
		padding: 0 65px !important
	}

	.pt_sm--65 {
		padding-top: 65px !important
	}

	.pb_sm--65 {
		padding-bottom: 65px !important
	}

	.pl_sm--65 {
		padding-left: 65px !important
	}

	.pr_sm--65 {
		padding-right: 65px !important
	}

	.mt_sm--65 {
		margin-top: 65px !important
	}

	.ml_sm--65 {
		margin-left: 65px !important
	}

	.mr_sm--65 {
		margin-right: 65px !important
	}

	.mb_sm--65 {
		margin-bottom: 65px !important
	}

	.ptb_sm--70 {
		padding: 70px 0 !important
	}

	.plr_sm--70 {
		padding: 0 70px !important
	}

	.pt_sm--70 {
		padding-top: 70px !important
	}

	.pb_sm--70 {
		padding-bottom: 70px !important
	}

	.pl_sm--70 {
		padding-left: 70px !important
	}

	.pr_sm--70 {
		padding-right: 70px !important
	}

	.mt_sm--70 {
		margin-top: 70px !important
	}

	.ml_sm--70 {
		margin-left: 70px !important
	}

	.mr_sm--70 {
		margin-right: 70px !important
	}

	.mb_sm--70 {
		margin-bottom: 70px !important
	}

	.ptb_sm--75 {
		padding: 75px 0 !important
	}

	.plr_sm--75 {
		padding: 0 75px !important
	}

	.pt_sm--75 {
		padding-top: 75px !important
	}

	.pb_sm--75 {
		padding-bottom: 75px !important
	}

	.pl_sm--75 {
		padding-left: 75px !important
	}

	.pr_sm--75 {
		padding-right: 75px !important
	}

	.mt_sm--75 {
		margin-top: 75px !important
	}

	.ml_sm--75 {
		margin-left: 75px !important
	}

	.mr_sm--75 {
		margin-right: 75px !important
	}

	.mb_sm--75 {
		margin-bottom: 75px !important
	}

	.ptb_sm--80 {
		padding: 80px 0 !important
	}

	.plr_sm--80 {
		padding: 0 80px !important
	}

	.pt_sm--80 {
		padding-top: 80px !important
	}

	.pb_sm--80 {
		padding-bottom: 80px !important
	}

	.pl_sm--80 {
		padding-left: 80px !important
	}

	.pr_sm--80 {
		padding-right: 80px !important
	}

	.mt_sm--80 {
		margin-top: 80px !important
	}

	.ml_sm--80 {
		margin-left: 80px !important
	}

	.mr_sm--80 {
		margin-right: 80px !important
	}

	.mb_sm--80 {
		margin-bottom: 80px !important
	}

	.ptb_sm--85 {
		padding: 85px 0 !important
	}

	.plr_sm--85 {
		padding: 0 85px !important
	}

	.pt_sm--85 {
		padding-top: 85px !important
	}

	.pb_sm--85 {
		padding-bottom: 85px !important
	}

	.pl_sm--85 {
		padding-left: 85px !important
	}

	.pr_sm--85 {
		padding-right: 85px !important
	}

	.mt_sm--85 {
		margin-top: 85px !important
	}

	.ml_sm--85 {
		margin-left: 85px !important
	}

	.mr_sm--85 {
		margin-right: 85px !important
	}

	.mb_sm--85 {
		margin-bottom: 85px !important
	}

	.ptb_sm--90 {
		padding: 90px 0 !important
	}

	.plr_sm--90 {
		padding: 0 90px !important
	}

	.pt_sm--90 {
		padding-top: 90px !important
	}

	.pb_sm--90 {
		padding-bottom: 90px !important
	}

	.pl_sm--90 {
		padding-left: 90px !important
	}

	.pr_sm--90 {
		padding-right: 90px !important
	}

	.mt_sm--90 {
		margin-top: 90px !important
	}

	.ml_sm--90 {
		margin-left: 90px !important
	}

	.mr_sm--90 {
		margin-right: 90px !important
	}

	.mb_sm--90 {
		margin-bottom: 90px !important
	}

	.ptb_sm--95 {
		padding: 95px 0 !important
	}

	.plr_sm--95 {
		padding: 0 95px !important
	}

	.pt_sm--95 {
		padding-top: 95px !important
	}

	.pb_sm--95 {
		padding-bottom: 95px !important
	}

	.pl_sm--95 {
		padding-left: 95px !important
	}

	.pr_sm--95 {
		padding-right: 95px !important
	}

	.mt_sm--95 {
		margin-top: 95px !important
	}

	.ml_sm--95 {
		margin-left: 95px !important
	}

	.mr_sm--95 {
		margin-right: 95px !important
	}

	.mb_sm--95 {
		margin-bottom: 95px !important
	}

	.ptb_sm--100 {
		padding: 100px 0 !important
	}

	.plr_sm--100 {
		padding: 0 100px !important
	}

	.pt_sm--100 {
		padding-top: 100px !important
	}

	.pb_sm--100 {
		padding-bottom: 100px !important
	}

	.pl_sm--100 {
		padding-left: 100px !important
	}

	.pr_sm--100 {
		padding-right: 100px !important
	}

	.mt_sm--100 {
		margin-top: 100px !important
	}

	.ml_sm--100 {
		margin-left: 100px !important
	}

	.mr_sm--100 {
		margin-right: 100px !important
	}

	.mb_sm--100 {
		margin-bottom: 100px !important
	}

	.pl_sm--0 {
		padding-left: 0
	}

	.pr_sm--0 {
		padding-right: 0
	}

	.pt_sm--0 {
		padding-top: 0
	}

	.pb_sm--0 {
		padding-bottom: 0
	}

	.mr_sm--0 {
		margin-right: 0
	}

	.ml_sm--0 {
		margin-left: 0
	}

	.mt_sm--0 {
		margin-top: 0
	}

	.mb_sm--0 {
		margin-bottom: 0
	}
}

@media only screen and (max-width:575px) {
	.ptb_mobile--5 {
		padding: 5px 0 !important
	}

	.plr_mobile--5 {
		padding: 0 5px !important
	}

	.pt_mobile--5 {
		padding-top: 5px !important
	}

	.pb_mobile--5 {
		padding-bottom: 5px !important
	}

	.pl_mobile--5 {
		padding-left: 5px !important
	}

	.pr_mobile--5 {
		padding-right: 5px !important
	}

	.mt_mobile--5 {
		margin-top: 5px !important
	}

	.mb_mobile--5 {
		margin-bottom: 5px !important
	}

	.ptb_mobile--10 {
		padding: 10px 0 !important
	}

	.plr_mobile--10 {
		padding: 0 10px !important
	}

	.pt_mobile--10 {
		padding-top: 10px !important
	}

	.pb_mobile--10 {
		padding-bottom: 10px !important
	}

	.pl_mobile--10 {
		padding-left: 10px !important
	}

	.pr_mobile--10 {
		padding-right: 10px !important
	}

	.mt_mobile--10 {
		margin-top: 10px !important
	}

	.mb_mobile--10 {
		margin-bottom: 10px !important
	}

	.ptb_mobile--15 {
		padding: 15px 0 !important
	}

	.plr_mobile--15 {
		padding: 0 15px !important
	}

	.pt_mobile--15 {
		padding-top: 15px !important
	}

	.pb_mobile--15 {
		padding-bottom: 15px !important
	}

	.pl_mobile--15 {
		padding-left: 15px !important
	}

	.pr_mobile--15 {
		padding-right: 15px !important
	}

	.mt_mobile--15 {
		margin-top: 15px !important
	}

	.mb_mobile--15 {
		margin-bottom: 15px !important
	}

	.ptb_mobile--20 {
		padding: 20px 0 !important
	}

	.plr_mobile--20 {
		padding: 0 20px !important
	}

	.pt_mobile--20 {
		padding-top: 20px !important
	}

	.pb_mobile--20 {
		padding-bottom: 20px !important
	}

	.pl_mobile--20 {
		padding-left: 20px !important
	}

	.pr_mobile--20 {
		padding-right: 20px !important
	}

	.mt_mobile--20 {
		margin-top: 20px !important
	}

	.mb_mobile--20 {
		margin-bottom: 20px !important
	}

	.ptb_mobile--25 {
		padding: 25px 0 !important
	}

	.plr_mobile--25 {
		padding: 0 25px !important
	}

	.pt_mobile--25 {
		padding-top: 25px !important
	}

	.pb_mobile--25 {
		padding-bottom: 25px !important
	}

	.pl_mobile--25 {
		padding-left: 25px !important
	}

	.pr_mobile--25 {
		padding-right: 25px !important
	}

	.mt_mobile--25 {
		margin-top: 25px !important
	}

	.mb_mobile--25 {
		margin-bottom: 25px !important
	}

	.ptb_mobile--30 {
		padding: 30px 0 !important
	}

	.plr_mobile--30 {
		padding: 0 30px !important
	}

	.pt_mobile--30 {
		padding-top: 30px !important
	}

	.pb_mobile--30 {
		padding-bottom: 30px !important
	}

	.pl_mobile--30 {
		padding-left: 30px !important
	}

	.pr_mobile--30 {
		padding-right: 30px !important
	}

	.mt_mobile--30 {
		margin-top: 30px !important
	}

	.mb_mobile--30 {
		margin-bottom: 30px !important
	}

	.ptb_mobile--35 {
		padding: 35px 0 !important
	}

	.plr_mobile--35 {
		padding: 0 35px !important
	}

	.pt_mobile--35 {
		padding-top: 35px !important
	}

	.pb_mobile--35 {
		padding-bottom: 35px !important
	}

	.pl_mobile--35 {
		padding-left: 35px !important
	}

	.pr_mobile--35 {
		padding-right: 35px !important
	}

	.mt_mobile--35 {
		margin-top: 35px !important
	}

	.mb_mobile--35 {
		margin-bottom: 35px !important
	}

	.ptb_mobile--40 {
		padding: 40px 0 !important
	}

	.plr_mobile--40 {
		padding: 0 40px !important
	}

	.pt_mobile--40 {
		padding-top: 40px !important
	}

	.pb_mobile--40 {
		padding-bottom: 40px !important
	}

	.pl_mobile--40 {
		padding-left: 40px !important
	}

	.pr_mobile--40 {
		padding-right: 40px !important
	}

	.mt_mobile--40 {
		margin-top: 40px !important
	}

	.mb_mobile--40 {
		margin-bottom: 40px !important
	}

	.ptb_mobile--45 {
		padding: 45px 0 !important
	}

	.plr_mobile--45 {
		padding: 0 45px !important
	}

	.pt_mobile--45 {
		padding-top: 45px !important
	}

	.pb_mobile--45 {
		padding-bottom: 45px !important
	}

	.pl_mobile--45 {
		padding-left: 45px !important
	}

	.pr_mobile--45 {
		padding-right: 45px !important
	}

	.mt_mobile--45 {
		margin-top: 45px !important
	}

	.mb_mobile--45 {
		margin-bottom: 45px !important
	}

	.ptb_mobile--50 {
		padding: 50px 0 !important
	}

	.plr_mobile--50 {
		padding: 0 50px !important
	}

	.pt_mobile--50 {
		padding-top: 50px !important
	}

	.pb_mobile--50 {
		padding-bottom: 50px !important
	}

	.pl_mobile--50 {
		padding-left: 50px !important
	}

	.pr_mobile--50 {
		padding-right: 50px !important
	}

	.mt_mobile--50 {
		margin-top: 50px !important
	}

	.mb_mobile--50 {
		margin-bottom: 50px !important
	}

	.ptb_mobile--55 {
		padding: 55px 0 !important
	}

	.plr_mobile--55 {
		padding: 0 55px !important
	}

	.pt_mobile--55 {
		padding-top: 55px !important
	}

	.pb_mobile--55 {
		padding-bottom: 55px !important
	}

	.pl_mobile--55 {
		padding-left: 55px !important
	}

	.pr_mobile--55 {
		padding-right: 55px !important
	}

	.mt_mobile--55 {
		margin-top: 55px !important
	}

	.mb_mobile--55 {
		margin-bottom: 55px !important
	}

	.ptb_mobile--60 {
		padding: 60px 0 !important
	}

	.plr_mobile--60 {
		padding: 0 60px !important
	}

	.pt_mobile--60 {
		padding-top: 60px !important
	}

	.pb_mobile--60 {
		padding-bottom: 60px !important
	}

	.pl_mobile--60 {
		padding-left: 60px !important
	}

	.pr_mobile--60 {
		padding-right: 60px !important
	}

	.mt_mobile--60 {
		margin-top: 60px !important
	}

	.mb_mobile--60 {
		margin-bottom: 60px !important
	}

	.ptb_mobile--65 {
		padding: 65px 0 !important
	}

	.plr_mobile--65 {
		padding: 0 65px !important
	}

	.pt_mobile--65 {
		padding-top: 65px !important
	}

	.pb_mobile--65 {
		padding-bottom: 65px !important
	}

	.pl_mobile--65 {
		padding-left: 65px !important
	}

	.pr_mobile--65 {
		padding-right: 65px !important
	}

	.mt_mobile--65 {
		margin-top: 65px !important
	}

	.mb_mobile--65 {
		margin-bottom: 65px !important
	}

	.ptb_mobile--70 {
		padding: 70px 0 !important
	}

	.plr_mobile--70 {
		padding: 0 70px !important
	}

	.pt_mobile--70 {
		padding-top: 70px !important
	}

	.pb_mobile--70 {
		padding-bottom: 70px !important
	}

	.pl_mobile--70 {
		padding-left: 70px !important
	}

	.pr_mobile--70 {
		padding-right: 70px !important
	}

	.mt_mobile--70 {
		margin-top: 70px !important
	}

	.mb_mobile--70 {
		margin-bottom: 70px !important
	}

	.ptb_mobile--75 {
		padding: 75px 0 !important
	}

	.plr_mobile--75 {
		padding: 0 75px !important
	}

	.pt_mobile--75 {
		padding-top: 75px !important
	}

	.pb_mobile--75 {
		padding-bottom: 75px !important
	}

	.pl_mobile--75 {
		padding-left: 75px !important
	}

	.pr_mobile--75 {
		padding-right: 75px !important
	}

	.mt_mobile--75 {
		margin-top: 75px !important
	}

	.mb_mobile--75 {
		margin-bottom: 75px !important
	}

	.ptb_mobile--80 {
		padding: 80px 0 !important
	}

	.plr_mobile--80 {
		padding: 0 80px !important
	}

	.pt_mobile--80 {
		padding-top: 80px !important
	}

	.pb_mobile--80 {
		padding-bottom: 80px !important
	}

	.pl_mobile--80 {
		padding-left: 80px !important
	}

	.pr_mobile--80 {
		padding-right: 80px !important
	}

	.mt_mobile--80 {
		margin-top: 80px !important
	}

	.mb_mobile--80 {
		margin-bottom: 80px !important
	}

	.ptb_mobile--85 {
		padding: 85px 0 !important
	}

	.plr_mobile--85 {
		padding: 0 85px !important
	}

	.pt_mobile--85 {
		padding-top: 85px !important
	}

	.pb_mobile--85 {
		padding-bottom: 85px !important
	}

	.pl_mobile--85 {
		padding-left: 85px !important
	}

	.pr_mobile--85 {
		padding-right: 85px !important
	}

	.mt_mobile--85 {
		margin-top: 85px !important
	}

	.mb_mobile--85 {
		margin-bottom: 85px !important
	}

	.ptb_mobile--90 {
		padding: 90px 0 !important
	}

	.plr_mobile--90 {
		padding: 0 90px !important
	}

	.pt_mobile--90 {
		padding-top: 90px !important
	}

	.pb_mobile--90 {
		padding-bottom: 90px !important
	}

	.pl_mobile--90 {
		padding-left: 90px !important
	}

	.pr_mobile--90 {
		padding-right: 90px !important
	}

	.mt_mobile--90 {
		margin-top: 90px !important
	}

	.mb_mobile--90 {
		margin-bottom: 90px !important
	}

	.ptb_mobile--95 {
		padding: 95px 0 !important
	}

	.plr_mobile--95 {
		padding: 0 95px !important
	}

	.pt_mobile--95 {
		padding-top: 95px !important
	}

	.pb_mobile--95 {
		padding-bottom: 95px !important
	}

	.pl_mobile--95 {
		padding-left: 95px !important
	}

	.pr_mobile--95 {
		padding-right: 95px !important
	}

	.mt_mobile--95 {
		margin-top: 95px !important
	}

	.mb_mobile--95 {
		margin-bottom: 95px !important
	}

	.ptb_mobile--100 {
		padding: 100px 0 !important
	}

	.plr_mobile--100 {
		padding: 0 100px !important
	}

	.pt_mobile--100 {
		padding-top: 100px !important
	}

	.pb_mobile--100 {
		padding-bottom: 100px !important
	}

	.pl_mobile--100 {
		padding-left: 100px !important
	}

	.pr_mobile--100 {
		padding-right: 100px !important
	}

	.mt_mobile--100 {
		margin-top: 100px !important
	}

	.mb_mobile--100 {
		margin-bottom: 100px !important
	}
}

.slick-gutter-5 {
	margin-left: -5px;
	margin-right: -5px;
}

.slick-gutter-5 .slick-slide {
	padding-left: 5px;
	padding-right: 5px;
}

.slick-gutter-10 {
	margin-left: -10px;
	margin-right: -10px;
}

.slick-gutter-10 .slick-slide {
	padding-left: 10px;
	padding-right: 10px;
}

.slick-gutter-15 {
	margin-left: -15px;
	margin-right: -15px;
}

.slick-gutter-15 .slick-slide {
	padding-left: 15px;
	padding-right: 15px;
}

.slick-gutter-20 {
	margin-left: -20px;
	margin-right: -20px;
}

.slick-gutter-20 .slick-slide {
	padding-left: 20px;
	padding-right: 20px;
}

.slick-gutter-25 {
	margin-left: -25px;
	margin-right: -25px;
}

.slick-gutter-25 .slick-slide {
	padding-left: 25px;
	padding-right: 25px;
}

.slick-gutter-30 {
	margin-left: -30px;
	margin-right: -30px;
}

.slick-gutter-30 .slick-slide {
	padding-left: 30px;
	padding-right: 30px;
}

.slick-gutter-35 {
	margin-left: -35px;
	margin-right: -35px;
}

.slick-gutter-35 .slick-slide {
	padding-left: 35px;
	padding-right: 35px;
}

.slick-gutter-40 {
	margin-left: -40px;
	margin-right: -40px;
}

.slick-gutter-40 .slick-slide {
	padding-left: 40px;
	padding-right: 40px;
}

.slick-gutter-45 {
	margin-left: -45px;
	margin-right: -45px;
}

.slick-gutter-45 .slick-slide {
	padding-left: 45px;
	padding-right: 45px;
}

.slick-gutter-50 {
	margin-left: -50px;
	margin-right: -50px;
}

.slick-gutter-50 .slick-slide {
	padding-left: 50px;
	padding-right: 50px;
}

.slick-gutter-55 {
	margin-left: -55px;
	margin-right: -55px;
}

.slick-gutter-55 .slick-slide {
	padding-left: 55px;
	padding-right: 55px;
}

.slick-gutter-60 {
	margin-left: -60px;
	margin-right: -60px;
}

.slick-gutter-60 .slick-slide {
	padding-left: 60px;
	padding-right: 60px;
}

.slick-gutter-65 {
	margin-left: -65px;
	margin-right: -65px;
}

.slick-gutter-65 .slick-slide {
	padding-left: 65px;
	padding-right: 65px;
}

.slick-gutter-70 {
	margin-left: -70px;
	margin-right: -70px;
}

.slick-gutter-70 .slick-slide {
	padding-left: 70px;
	padding-right: 70px;
}

.slick-gutter-75 {
	margin-left: -75px;
	margin-right: -75px;
}

.slick-gutter-75 .slick-slide {
	padding-left: 75px;
	padding-right: 75px;
}

.slick-gutter-80 {
	margin-left: -80px;
	margin-right: -80px;
}

.slick-gutter-80 .slick-slide {
	padding-left: 80px;
	padding-right: 80px;
}

.slick-gutter-85 {
	margin-left: -85px;
	margin-right: -85px;
}

.slick-gutter-85 .slick-slide {
	padding-left: 85px;
	padding-right: 85px;
}

.slick-gutter-90 {
	margin-left: -90px;
	margin-right: -90px;
}

.slick-gutter-90 .slick-slide {
	padding-left: 90px;
	padding-right: 90px;
}

.slick-gutter-95 {
	margin-left: -95px;
	margin-right: -95px;
}

.slick-gutter-95 .slick-slide {
	padding-left: 95px;
	padding-right: 95px;
}

.slick-gutter-100 {
	margin-left: -100px;
	margin-right: -100px;
}

.slick-gutter-100 .slick-slide {
	padding-left: 100px;
	padding-right: 100px;
}

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

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

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

@media only screen and (max-width:479px) {
	.small-margin-pricing {
		margin-bottom: 25px !important
	}
}

@media only screen and (max-width:479px) {
	.contact-input {
		margin-bottom: 35px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.mb_dec--35 {
		margin-bottom: -50px
	}
}

@media only screen and (max-width:767px) {
	.mb_dec--35 {
		margin-bottom: -75px
	}
}

@media only screen and (max-width:575px) {
	.mb_dec--35 {
		margin-bottom: 0
	}
}

@media only screen and (max-width:575px) {
	.mt-contact-sm {
		margin-top: 30px !important
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.testimonial-pb {
		padding-bottom: 35px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.contact-input {
		padding-bottom: 30px
	}
}

@media only screen and (max-width:767px) {
	.contact-input {
		padding-bottom: 30px
	}
}

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

@media only screen and (max-width:1199px) {
	.pb_xl--130 {
		padding-bottom: 110px
	}
}

@media only screen and (max-width:1199px) {
	.mt_experience {
		margin-top: -10px
	}
}

.mt_dec--120 {
	margin-top: -120px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.plr_md--0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}
}

.padding-contorler-am-slide {
	padding-left: 246px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.padding-contorler-am-slide {
		padding-left: 100px
	}
}

@media only screen and (max-width:1199px) {
	.padding-contorler-am-slide {
		padding-left: 100px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.padding-contorler-am-slide {
		padding-left: 50px
	}
}

@media only screen and (max-width:767px) {
	.padding-contorler-am-slide {
		padding-left: 15px
	}
}

.padding-contorler-am-slide-11 {
	padding-left: 246px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.padding-contorler-am-slide-11 {
		padding-left: 100px
	}
}

@media only screen and (max-width:1199px) {
	.padding-contorler-am-slide-11 {
		padding-left: 0
	}
}

.padding-contorler-am-slide-right {
	padding-right: 200px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.padding-contorler-am-slide-right {
		padding-right: 30px
	}
}

@media only screen and (max-width:1199px) {
	.padding-contorler-am-slide-right {
		padding-right: 30px;
		padding-top: 50px
	}
}

@media only screen and (max-width:767px) {
	.padding-contorler-am-slide-right {
		padding-right: 30px;
		padding-top: 50px
	}
}

input,
button,
select,
textarea {
	background: transparent;
	border: 1px solid var(--color-border);
	transition: all .4s ease-out 0s;
	color: var(--color-body);
	width: 100%;
}

input:focus,
input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
	outline: none;
	border-color: var(--color-primary);
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
	appearance: button;
}

input {
	height: 40px;
	padding: 0 15px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea {
	font-size: var(--font-size-b2);
	font-weight: 400;
	height: auto;
	line-height: 28px;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 15px;
	outline: none;
	border: var(--border-width) solid var(--color-border);
	border-radius: var(--radius);
}

input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
	color: var(--body-color);
	opacity: 1;
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: var(--body-color);
}

input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: var(--body-color);
}

input[type=text].p-holder__active,
.input-active input[type=text],
input[type=text].input-active,
input[type=password].p-holder__active,
.input-active input[type=password],
input[type=password].input-active,
input[type=email].p-holder__active,
.input-active input[type=email],
input[type=email].input-active,
input[type=number].p-holder__active,
.input-active input[type=number],
input[type=number].input-active,
input[type=tel].p-holder__active,
.input-active input[type=tel],
input[type=tel].input-active,
textarea.p-holder__active,
textarea.input-active {
	border-color: var(--color-primary);
}

input[type=text].p-holder__active::placeholder,
.input-active input[type=text]::placeholder,
input[type=text].input-active::placeholder,
input[type=password].p-holder__active::placeholder,
.input-active input[type=password]::placeholder,
input[type=password].input-active::placeholder,
input[type=email].p-holder__active::placeholder,
.input-active input[type=email]::placeholder,
input[type=email].input-active::placeholder,
input[type=number].p-holder__active::placeholder,
.input-active input[type=number]::placeholder,
input[type=number].input-active::placeholder,
input[type=tel].p-holder__active::placeholder,
.input-active input[type=tel]::placeholder,
input[type=tel].input-active::placeholder,
textarea.p-holder__active::placeholder,
textarea.input-active::placeholder {
	color: var(--color-primary);
	opacity: 1;
}

input[type=text].p-holder__active:-ms-input-placeholder,
.input-active input[type=text]:-ms-input-placeholder,
input[type=text].input-active:-ms-input-placeholder,
input[type=password].p-holder__active:-ms-input-placeholder,
.input-active input[type=password]:-ms-input-placeholder,
input[type=password].input-active:-ms-input-placeholder,
input[type=email].p-holder__active:-ms-input-placeholder,
.input-active input[type=email]:-ms-input-placeholder,
input[type=email].input-active:-ms-input-placeholder,
input[type=number].p-holder__active:-ms-input-placeholder,
.input-active input[type=number]:-ms-input-placeholder,
input[type=number].input-active:-ms-input-placeholder,
input[type=tel].p-holder__active:-ms-input-placeholder,
.input-active input[type=tel]:-ms-input-placeholder,
input[type=tel].input-active:-ms-input-placeholder,
textarea.p-holder__active:-ms-input-placeholder,
textarea.input-active:-ms-input-placeholder {
	color: var(--color-primary);
}

input[type=text].p-holder__active::-ms-input-placeholder,
.input-active input[type=text]::-ms-input-placeholder,
input[type=text].input-active::-ms-input-placeholder,
input[type=password].p-holder__active::-ms-input-placeholder,
.input-active input[type=password]::-ms-input-placeholder,
input[type=password].input-active::-ms-input-placeholder,
input[type=email].p-holder__active::-ms-input-placeholder,
.input-active input[type=email]::-ms-input-placeholder,
input[type=email].input-active::-ms-input-placeholder,
input[type=number].p-holder__active::-ms-input-placeholder,
.input-active input[type=number]::-ms-input-placeholder,
input[type=number].input-active::-ms-input-placeholder,
input[type=tel].p-holder__active::-ms-input-placeholder,
.input-active input[type=tel]::-ms-input-placeholder,
input[type=tel].input-active::-ms-input-placeholder,
textarea.p-holder__active::-ms-input-placeholder,
textarea.input-active::-ms-input-placeholder {
	color: var(--color-primary);
}

input[type=text].p-holder__error,
.input-error input[type=text],
input[type=text].input-error,
input[type=password].p-holder__error,
.input-error input[type=password],
input[type=password].input-error,
input[type=email].p-holder__error,
.input-error input[type=email],
input[type=email].input-error,
input[type=number].p-holder__error,
.input-error input[type=number],
input[type=number].input-error,
input[type=tel].p-holder__error,
.input-error input[type=tel],
input[type=tel].input-error,
textarea.p-holder__error,
textarea.input-error {
	border-color: #f4282d;
}

input[type=text].p-holder__error::placeholder,
.input-error input[type=text]::placeholder,
input[type=text].input-error::placeholder,
input[type=password].p-holder__error::placeholder,
.input-error input[type=password]::placeholder,
input[type=password].input-error::placeholder,
input[type=email].p-holder__error::placeholder,
.input-error input[type=email]::placeholder,
input[type=email].input-error::placeholder,
input[type=number].p-holder__error::placeholder,
.input-error input[type=number]::placeholder,
input[type=number].input-error::placeholder,
input[type=tel].p-holder__error::placeholder,
.input-error input[type=tel]::placeholder,
input[type=tel].input-error::placeholder,
textarea.p-holder__error::placeholder,
textarea.input-error::placeholder {
	color: #f4282d;
	opacity: 1;
}

input[type=text].p-holder__error:-ms-input-placeholder,
.input-error input[type=text]:-ms-input-placeholder,
input[type=text].input-error:-ms-input-placeholder,
input[type=password].p-holder__error:-ms-input-placeholder,
.input-error input[type=password]:-ms-input-placeholder,
input[type=password].input-error:-ms-input-placeholder,
input[type=email].p-holder__error:-ms-input-placeholder,
.input-error input[type=email]:-ms-input-placeholder,
input[type=email].input-error:-ms-input-placeholder,
input[type=number].p-holder__error:-ms-input-placeholder,
.input-error input[type=number]:-ms-input-placeholder,
input[type=number].input-error:-ms-input-placeholder,
input[type=tel].p-holder__error:-ms-input-placeholder,
.input-error input[type=tel]:-ms-input-placeholder,
input[type=tel].input-error:-ms-input-placeholder,
textarea.p-holder__error:-ms-input-placeholder,
textarea.input-error:-ms-input-placeholder {
	color: #f4282d;
}

input[type=text].p-holder__error::-ms-input-placeholder,
.input-error input[type=text]::-ms-input-placeholder,
input[type=text].input-error::-ms-input-placeholder,
input[type=password].p-holder__error::-ms-input-placeholder,
.input-error input[type=password]::-ms-input-placeholder,
input[type=password].input-error::-ms-input-placeholder,
input[type=email].p-holder__error::-ms-input-placeholder,
.input-error input[type=email]::-ms-input-placeholder,
input[type=email].input-error::-ms-input-placeholder,
input[type=number].p-holder__error::-ms-input-placeholder,
.input-error input[type=number]::-ms-input-placeholder,
input[type=number].input-error::-ms-input-placeholder,
input[type=tel].p-holder__error::-ms-input-placeholder,
.input-error input[type=tel]::-ms-input-placeholder,
input[type=tel].input-error::-ms-input-placeholder,
textarea.p-holder__error::-ms-input-placeholder,
textarea.input-error::-ms-input-placeholder {
	color: #f4282d;
}

input[type=text].p-holder__error:focus,
.input-error input[type=text]:focus,
input[type=text].input-error:focus,
input[type=password].p-holder__error:focus,
.input-error input[type=password]:focus,
input[type=password].input-error:focus,
input[type=email].p-holder__error:focus,
.input-error input[type=email]:focus,
input[type=email].input-error:focus,
input[type=number].p-holder__error:focus,
.input-error input[type=number]:focus,
input[type=number].input-error:focus,
input[type=tel].p-holder__error:focus,
.input-error input[type=tel]:focus,
input[type=tel].input-error:focus,
textarea.p-holder__error:focus,
textarea.input-error:focus {
	border-color: #f4282d;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
	border-color: var(--color-primary);
}

input[type=checkbox],
input[type=radio] {
	opacity: 0;
	position: absolute;
}

input[type=checkbox]~label,
input[type=radio]~label {
	position: relative;
	font-size: 12px;
	line-height: 17px;
	color: var(--color-body);
	font-weight: 400;
	padding-left: 25px;
	cursor: pointer;
}

input[type=checkbox]~label::before,
input[type=radio]~label::before {
	content: " ";
	position: absolute;
	top: 1px;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: transparent;
	border: 1px solid var(--color-body);
	border-radius: 2px;
	transition: all .3s;
	border-radius: 2px;
}

input[type=checkbox]~label::after,
input[type=radio]~label::after {
	content: " ";
	position: absolute;
	top: 16%;
	left: 2px;
	width: 10px;
	height: 6px;
	background-color: transparent;
	border-bottom: 2px solid var(--color-body);
	border-left: 2px solid var(--color-body);
	border-radius: 2px;
	transform: rotate(-45deg);
	opacity: 0;
	transition: all .3s;
}

input[type=checkbox]:checked~label::after,
input[type=radio]:checked~label::after {
	opacity: 1;
}

input:checked~.rn-check-box-label::before {
	background: var(--color-primary) !important;
}

input[type=radio]~label::before {
	border-radius: 50%;
}

input[type=radio]~label::after {
	width: 8px;
	height: 8px;
	left: 3px;
	background: #fff;
	border-radius: 50%;
}

.form-group {
	margin-bottom: 20px;
}

.form-group label {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
}

.form-group input {
	border: 0 none;
	border-radius: 5px;
	height: 60px;
	font-size: var(--font-size-b1);
	transition: var(--transition);
	padding: 0 20px;
	background-color: #EFF0F6;
	transition: var(--transition);
}

.form-group input:focus {
	border-color: var(--color-primary);
	box-shadow: none;
	border: 1px solid var(--color-body);
}

.form-group textarea {
	min-height: 160px;
	border: 0 none;
	border-radius: 4px;
	resize: none;
	padding: 15px;
	font-size: var(--font-size-b2);
	transition: var(--transition);
	background-color: var(--color-lightest);
	border: 1px solid transparent;
}

input[type=submit] {
	width: auto;
	padding: 0 30px;
	border-radius: 500px;
	display: inline-block;
	font-weight: 500;
	transition: .3s;
	height: 60px;
	background: var(--color-primary);
	color: var(--color-heading);
	font-weight: var(--p-medium);
	font-size: var(--font-size-b2);
	line-height: var(--line-height-b3);
	height: 50px;
	border: 2px solid var(--color-primary);
	transition: var(--transition);
}

input[type=submit]:hover {
	background: transparent;
	color: var(--color-primary);
	transform: translateY(-5px);
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.fix {
	overflow: hidden;
}

.slick-initialized .slick-slide {
	margin-bottom: -10px;
}

.slick-gutter-15 {
	margin: -30px -15px;
}

.slick-gutter-15 .slick-slide {
	padding: 30px 15px;
}

iframe {
	width: 100%;
}

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

	.container,
	.container-fluid,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		padding-right: 15px;
		padding-left: 15px
	}
}

.bg-color-primary {
	background: var(--color-primary);
}

.bg-color-secondary {
	background: var(--color-secondary);
}

.bg-color-tertiary {
	background: var(--color-tertiary);
}

.bg-color-gray {
	background: var(--color-gray);
}

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

.bg-color-black {
	background: #1A1A1A;
}

.bg-color-extra03 {
	background: var(--color-extra03);
}

.bg_image--1 {
	background-image: url(../images/bg/bg-image-1.jpg);
}

.bg_image--2 {
	background-image: url(../images/bg/bg-image-2.jpg);
}

.bg_image--3 {
	background-image: url(../images/bg/bg-image-3.jpg);
}

.bg_image--4 {
	background-image: url(../images/bg/bg-image-4.jpg);
}

.bg_image--5 {
	background-image: url(../images/bg/bg-image-5.jpg);
}

.bg_image--6 {
	background-image: url(../images/bg/bg-image-6.jpg);
}

.bg_image--7 {
	background-image: url(../images/bg/bg-image-7.jpg);
}

.bg_image--8 {
	background-image: url(../images/bg/bg-image-8.jpg);
}

.bg_image--9 {
	background-image: url(../images/bg/bg-image-9.jpg);
}

.bg_image--10 {
	background-image: url(../images/bg/bg-image-10.jpg);
}

.bg_image--11 {
	background-image: url(../images/bg/bg-image-11.jpg);
}

.bg_image--12 {
	background-image: url(../images/bg/bg-image-12.jpg);
}

.bg_image--13 {
	background-image: url(../images/bg/bg-image-13.jpg);
}

.bg_image--14 {
	background-image: url(../images/bg/bg-image-14.jpg);
}

.bg_image--15 {
	background-image: url(../images/bg/bg-image-15.jpg);
}

.bg_image--16 {
	background-image: url(../images/bg/bg-image-16.jpg);
}

.bg_image--17 {
	background-image: url(../images/bg/bg-image-17.jpg);
}

.bg_image--18 {
	background-image: url(../images/bg/bg-image-18.jpg);
}

.bg_image--19 {
	background-image: url(../images/bg/bg-image-19.jpg);
}

.bg_image--20 {
	background-image: url(../images/bg/bg-image-20.jpg);
}

.bg_image--21 {
	background-image: url(../images/bg/bg-image-21.jpg);
}

.bg_image--22 {
	background-image: url(../images/bg/bg-image-22.jpg);
}

.bg_image--23 {
	background-image: url(../images/bg/bg-image-23.jpg);
}

.bg_image--24 {
	background-image: url(../images/bg/bg-image-24.jpg);
}

.bg_image--25 {
	background-image: url(../images/bg/bg-image-25.jpg);
}

.bg_image--26 {
	background-image: url(../images/bg/bg-image-26.jpg);
}

.bg_image--27 {
	background-image: url(../images/bg/bg-image-27.jpg);
}

.bg_image--28 {
	background-image: url(../images/bg/bg-image-28.jpg);
}

.bg_image--29 {
	background-image: url(../images/bg/bg-image-29.jpg);
}

.bg_image--30 {
	background-image: url(../images/bg/bg-image-30.jpg);
}

.bg_image--31 {
	background-image: url(../images/bg/bg-image-31.jpg);
}

.bg_image--32 {
	background-image: url(../images/bg/bg-image-32.jpg);
}

.bg_image--33 {
	background-image: url(../images/bg/bg-image-33.jpg);
}

.bg_image--34 {
	background-image: url(../images/bg/bg-image-34.jpg);
}

.bg_image--35 {
	background-image: url(../images/bg/bg-image-35.jpg);
}

.bg_image--36 {
	background-image: url(../images/bg/bg-image-36.jpg);
}

.bg_image--37 {
	background-image: url(../images/bg/bg-image-37.jpg);
}

.bg_image--38 {
	background-image: url(../images/bg/bg-image-38.jpg);
}

.bg_image--39 {
	background-image: url(../images/bg/bg-image-39.jpg);
}

.bg_image--40 {
	background-image: url(../images/bg/bg-image-40.jpg);
}

.fullscreen {
	min-height: 980px;
	width: 100%;
}

.row--0 {
	margin-left: 0;
	margin-right: 0;
}

.row--0>[class*=col] {
	padding-left: 0;
	padding-right: 0;
}

.row--5 {
	margin-left: -5px;
	margin-right: -5px;
}

.row--5>[class*=col] {
	padding-left: 5px;
	padding-right: 5px;
}

.row--10 {
	margin-left: -10px;
	margin-right: -10px;
}

.row--10>[class*=col] {
	padding-left: 10px;
	padding-right: 10px;
}

.row--20 {
	margin-left: -20px;
	margin-right: -20px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.row--20 {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.row--20 {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.row--20 {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media only screen and (max-width:767px) {
	.row--20 {
		margin-left: -15px !important;
		margin-right: -15px !important
	}
}

.row--20>[class*=col],
.row--20>[class*=col-] {
	padding-left: 20px;
	padding-right: 20px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {

	.row--20>[class*=col],
	.row--20>[class*=col-] {
		padding-left: 15px;
		padding-right: 15px
	}
}

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

	.row--20>[class*=col],
	.row--20>[class*=col-] {
		padding-left: 15px;
		padding-right: 15px
	}
}

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

	.row--20>[class*=col],
	.row--20>[class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important
	}
}

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

	.row--20>[class*=col],
	.row--20>[class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important
	}
}

.row--25 {
	margin-left: -25px;
	margin-right: -25px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.row--25 {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.row--25 {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.row--25 {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media only screen and (max-width:767px) {
	.row--25 {
		margin-left: -15px !important;
		margin-right: -15px !important
	}
}

.row--25>[class*=col],
.row--25>[class*=col-] {
	padding-left: 25px;
	padding-right: 25px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {

	.row--25>[class*=col],
	.row--25>[class*=col-] {
		padding-left: 15px;
		padding-right: 15px
	}
}

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

	.row--25>[class*=col],
	.row--25>[class*=col-] {
		padding-left: 15px;
		padding-right: 15px
	}
}

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

	.row--25>[class*=col],
	.row--25>[class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important
	}
}

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

	.row--25>[class*=col],
	.row--25>[class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important
	}
}

.row--30 {
	margin-left: -30px;
	margin-right: -30px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.row--30 {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.row--30 {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.row--30 {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media only screen and (max-width:767px) {
	.row--30 {
		margin-left: -15px !important;
		margin-right: -15px !important
	}
}

.row--30>[class*=col],
.row--30>[class*=col-] {
	padding-left: 30px;
	padding-right: 30px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {

	.row--30>[class*=col],
	.row--30>[class*=col-] {
		padding-left: 15px;
		padding-right: 15px
	}
}

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

	.row--30>[class*=col],
	.row--30>[class*=col-] {
		padding-left: 15px;
		padding-right: 15px
	}
}

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

	.row--30>[class*=col],
	.row--30>[class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important
	}
}

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

	.row--30>[class*=col],
	.row--30>[class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important
	}
}

.row--45 {
	margin-left: -45px;
	margin-right: -45px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.row--45 {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.row--45 {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.row--45 {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media only screen and (max-width:767px) {
	.row--45 {
		margin-left: -15px !important;
		margin-right: -15px !important
	}
}

.row--45>[class*=col],
.row--45>[class*=col-] {
	padding-left: 45px;
	padding-right: 45px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {

	.row--45>[class*=col],
	.row--45>[class*=col-] {
		padding-left: 15px;
		padding-right: 15px
	}
}

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

	.row--45>[class*=col],
	.row--45>[class*=col-] {
		padding-left: 15px;
		padding-right: 15px
	}
}

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

	.row--45>[class*=col],
	.row--45>[class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important
	}
}

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

	.row--45>[class*=col],
	.row--45>[class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important
	}
}

.row--40 {
	margin-left: -40px;
	margin-right: -40px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.row--40 {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.row--40 {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.row--40 {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media only screen and (max-width:767px) {
	.row--40 {
		margin-left: -15px !important;
		margin-right: -15px !important
	}
}

.row--40>[class*=col],
.row--40>[class*=col-] {
	padding-left: 40px;
	padding-right: 40px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {

	.row--40>[class*=col],
	.row--40>[class*=col-] {
		padding-left: 15px;
		padding-right: 15px
	}
}

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

	.row--40>[class*=col],
	.row--40>[class*=col-] {
		padding-left: 15px;
		padding-right: 15px
	}
}

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

	.row--40>[class*=col],
	.row--40>[class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important
	}
}

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

	.row--40>[class*=col],
	.row--40>[class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important
	}
}

.row--60 {
	margin-left: -60px;
	margin-right: -60px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.row--60 {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.row--60 {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.row--60 {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media only screen and (max-width:767px) {
	.row--60 {
		margin-left: -15px !important;
		margin-right: -15px !important
	}
}

.row--60>[class*=col],
.row--60>[class*=col-] {
	padding-left: 60px;
	padding-right: 60px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {

	.row--60>[class*=col],
	.row--60>[class*=col-] {
		padding-left: 15px;
		padding-right: 15px
	}
}

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

	.row--60>[class*=col],
	.row--60>[class*=col-] {
		padding-left: 15px;
		padding-right: 15px
	}
}

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

	.row--60>[class*=col],
	.row--60>[class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important
	}
}

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

	.row--60>[class*=col],
	.row--60>[class*=col-] {
		padding-left: 15px !important;
		padding-right: 15px !important
	}
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	opacity: 1;
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1;
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

[data-overlay],
[data-black-overlay],
[data-white-overlay] {
	position: relative;
	z-index: 2;
}

[data-overlay]>div,
[data-overlay]>*,
[data-black-overlay]>div,
[data-black-overlay]>*,
[data-white-overlay]>div,
[data-white-overlay]>* {
	position: relative;
	z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

[data-overlay]:before {
	background: var(--color-primary);
}

[data-black-overlay]:before {
	background-color: #000000;
}

[data-white-overlay]:before {
	background-color: #ffffff;
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
	opacity: .1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
	opacity: .2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
	opacity: .3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
	opacity: .4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
	opacity: .5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
	opacity: .6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
	opacity: .7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
	opacity: .8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
	opacity: .9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
	opacity: 1;
}

#scrollUp {
	width: 70px;
	height: 80px;
	right: 100px;
	bottom: 60px;
	text-align: center;
	z-index: 9811 !important;
	text-decoration: none;
	background: #fff;
	line-height: 80px;
	color: #757589;
	font-size: 15px;
	font-weight: 400;
	transition: var(--transition);
	display: inline-block;
	background: #ffffff;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	#scrollUp {
		right: 20px;
		bottom: 40px
	}
}

@media only screen and (max-width:767px) {
	#scrollUp {
		right: 20px;
		bottom: 40px
	}
}

#scrollUp::before {
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0, 2, 72, .1);
	content: "";
	position: absolute;
	z-index: -1;
	transform-style: preserve-3d;
	transform: rotateY(-10deg);
	filter: blur(50px);
}

#scrollUp::after {
	background: #ffffff;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform-style: preserve-3d;
	transform: rotateY(-10deg);
}

@media only screen and (max-width:767px) {
	#scrollUp {
		right: 20px;
		bottom: 30px;
		width: 50px;
		height: 60px;
		line-height: 60px
	}
}

#scrollUp span.text {
	position: relative;
	display: inline-block;
	margin-top: 7px;
}

@media only screen and (max-width:767px) {
	#scrollUp span.text {
		margin-top: 3px
	}
}

#scrollUp span.text::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 7px 5px;
	border-color: transparent transparent var(--color-primary) transparent;
	position: absolute;
	content: "";
	left: 50%;
	top: 21%;
	transform: translateX(-50%);
}

#scrollUp:hover span.text {
	color: var(--color-primary);
}

.form-message {
	margin-bottom: 0;
	text-align: center;
}

.form-message.error {
	margin-top: 20px;
	color: #f80707;
}

.form-message.success {
	margin-top: 20px;
	color: #0d8d2d;
}

.bg-color-primary {
	background-color: var(--color-primary);
}

.bg-color-secondary {
	background-color: var(--color-secondary);
}

.bg-color-white {
	background-color: var(--color-heading);
}

.border-secondary {
	border: 1px solid var(--color-secondary);
}

.transform-rotate-318 {
	transform: rotate(318deg);
}

.radius-circle {
	border-radius: 50%;
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: auto
	}
}

.background--1 {
	background: var(--background-color-1);
}

.background--2 {
	background: var(--background-color-2) !important;
}

.background--3 {
	background: var(--color-primary-alta) !important;
}

.bg-color--4 {
	background: var(--background-color-4) !important;
}

textarea:focus {
	border-radius: 5px;
	box-shadow: none !important;
}

.attachment {
	background-attachment: fixed;
}

@media only screen and (max-width:767px) {
	.row-reverce-sm {
		flex-direction: column-reverse
	}
}

a.over-link {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 140px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -75px;
	opacity: 0;
	transition: opacity .3s;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.btn.rounded {
	border-radius: 33px !important;
}

.social-share-style-1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-share-style-1 ul li {
	margin-right: 10px;
}

.social-share-style-1 ul li a {
	padding: 15px;
	background: var(--color-primary-alta);
}

@media only screen and (min-width:1400px) {
	.col-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%
	}
}

.btn.add-community {
	padding: 20px 13px;
	border-radius: 6px;
	align-items: center;
	display: flex;
	justify-content: center;
}

.btn.add-community i {
	margin-left: 10px;
}

p {
	color: var(--color-body);
}

a {
	transition: var(--transition);
}

a:hover {
	color: var(--color-primary);
}

.bg-color--3 {
	background: var(--background-color-3) !important;
}

.bg-color--2 {
	background: var(--background-color-2) !important;
}

.bg-color--1 {
	background: var(--background-color-1) !important;
}

.g-6,
.gx-6 {
	--bs-gutter-x: 6rem;
}

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

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

.nice-select {
	margin-right: 0;
	border: none;
	background: var(--color-primary-alta);
	padding-left: 10px;
}

@media only screen and (max-width:479px) {
	.nice-select {
		margin-bottom: 0
	}
}

.nice-select .option {
	margin: 0;
	color: var(--color-heading);
	font-weight: 700;
	transition: var(--transition);
	line-height: inherit;
	min-height: 0;
	font-size: 22px;
	padding: 8px 20px;
}

.nice-select .option.selected {
	font-weight: 700;
	color: var(--color-primary) !important;
}

.nice-select .option.focus {
	background: transparent !important;
	outline: none;
	box-shadow: none;
}

.nice-select .option:hover {
	color: var(--color-primary);
	background: transparent;
}

.nice-select .option+.option {
	border-top: 1px solid var(--color-border);
}

.nice-select.open .list {
	background: var(--color-primary-alta);
}

.nice-select .current {
	color: var(--color-heading);
}

.nice-select::after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	margin-top: -5px;
}

.nice-select .list {
	background: transparent;
	box-shadow: none;
	min-width: 200px;
	z-index: 9;
}

.nice-selector-wrapper .nice-select:last-child {
	margin-right: 0;
}

.color-primary {
	color: var(--color-primary) !important;
}

.color-red {
	color: red !important;
}

.color-blue {
	color: blue !important;
}

.color-green {
	color: green !important;
}

.color-yellow {
	color: yellow !important;
}

.color-pink {
	color: pink !important;
}

.color-purple {
	color: purple !important;
}

.color-maroon {
	color: maroon !important;
}

nav.pagination-wrapper {
	display: flex;
	justify-content: center;
}

nav.pagination-wrapper .pagination {
	margin-top: 60px;
	margin-bottom: 0;
	transition: var(--transition);
	background: var(--background-color-1);
	border: 1px solid var(--color-border);
	border-radius: 6px;
}

nav.pagination-wrapper .pagination li {
	margin: 0;
}

nav.pagination-wrapper .pagination li a {
	background: var(--background-color-1);
	border: none;
	color: var(--color-heading);
	padding: 12px 20px;
	margin: 6px;
	border-radius: 6px !important;
}

@media only screen and (max-width:767px) {
	nav.pagination-wrapper .pagination li a {
		padding: 12px 14px
	}
}

nav.pagination-wrapper .pagination li a:hover,
nav.pagination-wrapper .pagination li a.active {
	background: var(--color-primary);
	color: var(--color-heading) !important;
}

nav.pagination-wrapper .pagination li a:focus {
	background: var(--color-primary);
	border: none;
	box-shadow: none;
}

.grid-metro-item-20 {
	width: 25%;
	padding: 0 15px;
	margin-top: 30px;
}

.grid-metro5 {
	margin: 0 -15px;
}

.up-plus {
	position: relative;
}

.up-plus::after {
	position: absolute;
	content: "\e9b1";
	font-family: "feather" !important;
	top: -9px;
	color: var(--color-primary);
}

.shortby-default {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media only screen and (max-width:575px) {
	.shortby-default {
		justify-content: flex-start
	}
}

.shortby-default .filter-leble {
	padding-right: 20px;
	display: inline-block;
}

.shortby-default .nice-select {
	width: auto;
	padding-left: 20px;
	padding-right: 40px;
	min-width: 150px;
	display: flex;
	align-items: center;
}

.shortby-default .nice-select::after {
	right: 22px;
	height: 8px;
	width: 8px;
	opacity: .5;
}

.shortby-default .nice-select .list {
	min-width: 100%;
	max-height: 300px;
	overflow-y: auto;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.shortby-default .nice-select .list {
		left: auto;
		right: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.shortby-default .nice-select .list {
		left: auto;
		right: 0
	}
}

@media only screen and (max-width:767px) {
	.shortby-default .nice-select .list {
		left: auto;
		right: 0
	}
}

.theme-color {
	color: var(--color-primary);
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

p.description {
	font-size: 16px;
	line-height: 28px;
	font-weight: var(--p-regular);
}

.tmp-link-animation a {
	position: relative;
	display: inline-block;
}

.tmp-link-animation a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform .3s;
}

.tmp-link-animation a:hover::after {
	transform-origin: bottom left;
	transform: scaleX(1);
}

.tmp-hover-link .link {
	position: relative;
	display: inline;
	background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
	background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
	background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
	background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
	background-size: 0 2px;
	background-position: 0 95%;
	-webkit-transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s;
	-o-transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s;
	transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s;
	padding: .1% 0px;
	background-repeat: no-repeat;
	transition: .3s;
}

.tmp-hover-link:hover .link {
	background-size: 100% 2px;
	color: inherit;
}

.image-box-hover img {
	transition: var(--transition);
}

.image-box-hover:hover img {
	transform: scale(1.03);
}

.tmp-round-action-btn {
	width: 40px;
	height: 40px;
	line-height: 41px;
	text-align: center;
	border-radius: 100%;
	position: relative;
	z-index: 1;
	background: transparent;
	padding: 0;
	border: 0 none;
	display: block;
	color: #ffffff;
	font-size: 18px;
}

.tmp-round-action-btn::after {
	background: var(--color-primary);
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: .4s;
	opacity: 0;
	transform: scale(.8);
	border-radius: 100%;
	z-index: -1;
}

.tmp-round-action-btn:hover::after {
	opacity: 1;
	transform: scale(1);
}

.container-fluid-13 {
	max-width: 1903px;
	padding: 0 50px;
	margin: auto;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.container-fluid-13 {
		padding: 0 20px
	}
}

@media only screen and (max-width:767px) {
	.container-fluid-13 {
		padding: 0 15px
	}
}

.personal-demo-left-fixed .tmp-btn {
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tilt-container {
	perspective: 700px;
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
}

.tilt-card {
	width: 100%;
	height: 100%;
	background-image: url("../images/banner/instructor.png");
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	cursor: pointer;
}

.background-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

.background-overlay.active {
	background: rgba(0, 0, 0, .4117647059);
	backdrop-filter: blur(10px);
	z-index: 99;
}

.page-with-left-header-body .scrollToTop {
	left: 300px;
}

.page-with-left-header-body .ready-chatting-option>label {
	left: 300px;
}

.page-with-left-header-body .ready-chatting-option .wrapper {
	left: 380px;
}

@media only screen and (max-width:1199px) {
	.page-with-left-header-body .scrollToTop {
		left: 20px
	}

	.page-with-left-header-body .ready-chatting-option>label {
		left: 20px
	}

	.page-with-left-header-body .ready-chatting-option .wrapper {
		left: 20px
	}
}

.rolling-text {
	display: inline-block;
	overflow: hidden;
	line-height: 30px;
	height: 21px;
}

.rolling-text .block {
	min-width: max-content;
}

.rolling-text.butn {
	padding: 0 35px;
}

.rolling-text:hover .letter,
.rolling-text.play .letter {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.rolling-text .letter {
	display: inline-block;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.76, 0, .24, 1);
	transition: -webkit-transform .5s cubic-bezier(.76, 0, .24, 1);
	-o-transition: transform .5s cubic-bezier(.76, 0, .24, 1);
	transition: transform .5s cubic-bezier(.76, 0, .24, 1);
	transition: transform .5s cubic-bezier(.76, 0, .24, 1), -webkit-transform .5s cubic-bezier(.76, 0, .24, 1);
}

.letter:nth-child(1) {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.letter:nth-child(2) {
	-webkit-transition-delay: .015s;
	-o-transition-delay: .015s;
	transition-delay: .015s;
}

.letter:nth-child(3) {
	-webkit-transition-delay: .03s;
	-o-transition-delay: .03s;
	transition-delay: .03s;
}

.letter:nth-child(4) {
	-webkit-transition-delay: .045s;
	-o-transition-delay: .045s;
	transition-delay: .045s;
}

.letter:nth-child(5) {
	-webkit-transition-delay: .06s;
	-o-transition-delay: .06s;
	transition-delay: .06s;
}

.letter:nth-child(6) {
	-webkit-transition-delay: .075s;
	-o-transition-delay: .075s;
	transition-delay: .075s;
}

.letter:nth-child(7) {
	-webkit-transition-delay: .09s;
	-o-transition-delay: .09s;
	transition-delay: .09s;
}

.letter:nth-child(8) {
	-webkit-transition-delay: .105s;
	-o-transition-delay: .105s;
	transition-delay: .105s;
}

.letter:nth-child(9) {
	-webkit-transition-delay: .12s;
	-o-transition-delay: .12s;
	transition-delay: .12s;
}

.letter:nth-child(10) {
	-webkit-transition-delay: .135s;
	-o-transition-delay: .135s;
	transition-delay: .135s;
}

.letter:nth-child(11) {
	-webkit-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}

.letter:nth-child(12) {
	-webkit-transition-delay: .165s;
	-o-transition-delay: .165s;
	transition-delay: .165s;
}

.letter:nth-child(13) {
	-webkit-transition-delay: .18s;
	-o-transition-delay: .18s;
	transition-delay: .18s;
}

.letter:nth-child(14) {
	-webkit-transition-delay: .195s;
	-o-transition-delay: .195s;
	transition-delay: .195s;
}

.letter:nth-child(15) {
	-webkit-transition-delay: .21s;
	-o-transition-delay: .21s;
	transition-delay: .21s;
}

.letter:nth-child(16) {
	-webkit-transition-delay: .225s;
	-o-transition-delay: .225s;
	transition-delay: .225s;
}

.letter:nth-child(17) {
	-webkit-transition-delay: .24s;
	-o-transition-delay: .24s;
	transition-delay: .24s;
}

.letter:nth-child(18) {
	-webkit-transition-delay: .255s;
	-o-transition-delay: .255s;
	transition-delay: .255s;
}

.letter:nth-child(19) {
	-webkit-transition-delay: .27s;
	-o-transition-delay: .27s;
	transition-delay: .27s;
}

.letter:nth-child(20) {
	-webkit-transition-delay: .285s;
	-o-transition-delay: .285s;
	transition-delay: .285s;
}

.letter:nth-child(21) {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes bounce {

	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {

	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {

	from,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {

	from,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

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

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

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

@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

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

@-webkit-keyframes shake {

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

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {

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

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

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

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

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

@-webkit-keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes bounceIn {

	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

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

@keyframes bounceIn {

	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

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

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

@-webkit-keyframes bounceInDown {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInDown {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes bounceInLeft {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInLeft {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes bounceInRight {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInRight {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes bounceInUp {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

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

@keyframes bounceInUp {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

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

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

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

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

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

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

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

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

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

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

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

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

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

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

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

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

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

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

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

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

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

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

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

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

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

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

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

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

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1
	}

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

@keyframes fadeOutDown {
	from {
		opacity: 1
	}

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

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

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1
	}

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

@keyframes fadeOutDownBig {
	from {
		opacity: 1
	}

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

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

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1
	}

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

@keyframes fadeOutLeft {
	from {
		opacity: 1
	}

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

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

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}

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

@keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}

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

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

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1
	}

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

@keyframes fadeOutRight {
	from {
		opacity: 1
	}

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

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

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1
	}

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

@keyframes fadeOutRightBig {
	from {
		opacity: 1
	}

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

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

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1
	}

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

@keyframes fadeOutUp {
	from {
		opacity: 1
	}

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

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

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1
	}

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

@keyframes fadeOutUpBig {
	from {
		opacity: 1
	}

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

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

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	from {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateIn-2 {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg)
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

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

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

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

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

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

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

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

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

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

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

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

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

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

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

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

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

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

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

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

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

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

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

@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

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

@-webkit-keyframes rollOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

@keyframes rollOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

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

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

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

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

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

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

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

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

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

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

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

@-webkit-keyframes zoomOut {
	from {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	from {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

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

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

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

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

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

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

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

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

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

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

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

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

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

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

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

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

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

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

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

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

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

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

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

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

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

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

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

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

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

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

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

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

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

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

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

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

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

@keyframes jump-1 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40% {
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

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

@keyframes jump-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	50% {
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0)
	}

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

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1
	}

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

@keyframes moveright {
	0% {
		-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
		clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
	}

	to {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
	}
}

@keyframes moveLeft {
	0% {
		-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
		clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
	}

	to {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
	}
}

.move-right {
	animation: moveright 1s linear;
}

.move-left {
	animation: moveLeft 1s linear;
}

[data-sal] {
	transition-duration: .2s;
	transition-delay: 0s;
	transition-duration: var(--sal-duration, .2s);
	transition-delay: var(--sal-delay, 0s);
	transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
	transition-duration: .2s;
}

[data-sal][data-sal-duration="250"] {
	transition-duration: .25s;
}

[data-sal][data-sal-duration="300"] {
	transition-duration: .3s;
}

[data-sal][data-sal-duration="350"] {
	transition-duration: .35s;
}

[data-sal][data-sal-duration="400"] {
	transition-duration: .4s;
}

[data-sal][data-sal-duration="450"] {
	transition-duration: .45s;
}

[data-sal][data-sal-duration="500"] {
	transition-duration: .5s;
}

[data-sal][data-sal-duration="550"] {
	transition-duration: .55s;
}

[data-sal][data-sal-duration="600"] {
	transition-duration: .6s;
}

[data-sal][data-sal-duration="650"] {
	transition-duration: .65s;
}

[data-sal][data-sal-duration="700"] {
	transition-duration: .7s;
}

[data-sal][data-sal-duration="750"] {
	transition-duration: .75s;
}

[data-sal][data-sal-duration="800"] {
	transition-duration: .8s;
}

[data-sal][data-sal-duration="850"] {
	transition-duration: .85s;
}

[data-sal][data-sal-duration="900"] {
	transition-duration: .9s;
}

[data-sal][data-sal-duration="950"] {
	transition-duration: .95s;
}

[data-sal][data-sal-duration="1000"] {
	transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
	transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
	transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
	transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
	transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
	transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
	transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
	transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
	transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
	transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
	transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
	transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
	transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
	transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
	transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
	transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
	transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
	transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
	transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
	transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
	transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
	transition-delay: .05s;
}

[data-sal][data-sal-delay="100"] {
	transition-delay: .1s;
}

[data-sal][data-sal-delay="150"] {
	transition-delay: .15s;
}

[data-sal][data-sal-delay="200"] {
	transition-delay: .2s;
}

[data-sal][data-sal-delay="250"] {
	transition-delay: .25s;
}

[data-sal][data-sal-delay="300"] {
	transition-delay: .3s;
}

[data-sal][data-sal-delay="350"] {
	transition-delay: .35s;
}

[data-sal][data-sal-delay="400"] {
	transition-delay: .4s;
}

[data-sal][data-sal-delay="450"] {
	transition-delay: .45s;
}

[data-sal][data-sal-delay="500"] {
	transition-delay: .5s;
}

[data-sal][data-sal-delay="550"] {
	transition-delay: .55s;
}

[data-sal][data-sal-delay="600"] {
	transition-delay: .6s;
}

[data-sal][data-sal-delay="650"] {
	transition-delay: .65s;
}

[data-sal][data-sal-delay="700"] {
	transition-delay: .7s;
}

[data-sal][data-sal-delay="750"] {
	transition-delay: .75s;
}

[data-sal][data-sal-delay="800"] {
	transition-delay: .8s;
}

[data-sal][data-sal-delay="850"] {
	transition-delay: .85s;
}

[data-sal][data-sal-delay="900"] {
	transition-delay: .9s;
}

[data-sal][data-sal-delay="950"] {
	transition-delay: .95s;
}

[data-sal][data-sal-delay="1000"] {
	transition-delay: 1s;
}

[data-sal][data-sal-easing=linear] {
	transition-timing-function: linear;
}

[data-sal][data-sal-easing=ease] {
	transition-timing-function: ease;
}

[data-sal][data-sal-easing=ease-in] {
	transition-timing-function: ease-in;
}

[data-sal][data-sal-easing=ease-out] {
	transition-timing-function: ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
	transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
	transition-timing-function: cubic-bezier(.645, .045, .355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
	transition-timing-function: cubic-bezier(.6, .04, .98, .335);
}

[data-sal][data-sal-easing=ease-out-circ] {
	transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
	transition-timing-function: cubic-bezier(.785, .135, .15, .86);
}

[data-sal][data-sal-easing=ease-in-expo] {
	transition-timing-function: cubic-bezier(.95, .05, .795, .035);
}

[data-sal][data-sal-easing=ease-out-expo] {
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
	transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
	transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

[data-sal][data-sal-easing=ease-out-quad] {
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
	transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

[data-sal][data-sal-easing=ease-in-quart] {
	transition-timing-function: cubic-bezier(.895, .03, .685, .22);
}

[data-sal][data-sal-easing=ease-out-quart] {
	transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
	transition-timing-function: cubic-bezier(.77, 0, .175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
	transition-timing-function: cubic-bezier(.755, .05, .855, .06);
}

[data-sal][data-sal-easing=ease-out-quint] {
	transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
	transition-timing-function: cubic-bezier(.86, 0, .07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
	transition-timing-function: cubic-bezier(.47, 0, .745, .715);
}

[data-sal][data-sal-easing=ease-out-sine] {
	transition-timing-function: cubic-bezier(.39, .575, .565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
	transition-timing-function: cubic-bezier(.445, .05, .55, .95);
}

[data-sal][data-sal-easing=ease-in-back] {
	transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
}

[data-sal][data-sal-easing=ease-out-back] {
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
}

[data-sal|=fade] {
	opacity: 0;
	transition-property: opacity;
}

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
	opacity: 1;
}

[data-sal|=slide] {
	opacity: 0;
	transition-property: opacity, transform;
}

[data-sal=slide-up] {
	transform: translateY(20%);
}

[data-sal=slide-down] {
	transform: translateY(-20%);
}

[data-sal=slide-left] {
	transform: translateX(20%);
}

[data-sal=slide-right] {
	transform: translateX(-20%);
}

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
	opacity: 1;
	transform: none;
}

[data-sal|=zoom] {
	opacity: 0;
	transition-property: opacity, transform;
}

[data-sal=zoom-in] {
	transform: scale(.5);
}

[data-sal=zoom-out] {
	transform: scale(1.1);
}

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
	opacity: 1;
	transform: none;
}

[data-sal|=flip] {
	backface-visibility: hidden;
	transition-property: transform;
}

[data-sal=flip-left] {
	transform: perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-right] {
	transform: perspective(2000px) rotateY(91deg);
}

[data-sal=flip-up] {
	transform: perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
	transform: perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
	transform: none;
}

.logo img {
	max-width: 120px;
}

.logo img.logo-white {
	display: none;
}

.header-one {
	padding: 10px 0;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.header-one {
		padding: 15px 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-one {
		padding: 15px 0
	}
}

@media only screen and (max-width:767px) {
	.header-one {
		padding: 15px 0
	}
}

.header-one .header-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

.header-one .tmp-mainmenu-nav {
	min-width: 0;
}

.header-one .header-content .logo {
	display: block;
}

.header-one .header-content .logo img {
	max-width: max-content;
}

@media only screen and (max-width:767px) {
	.header-one .header-content .logo img {
		max-width: 135px
	}
}

.header-one .actions-area .social-link {
	display: none;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.header-one .actions-area .social-link {
		display: flex
	}
}

.header-one .actions-area svg {
	cursor: pointer;
}

.header-one .tmp-header-right {
	display: flex;
	align-items: center;
	gap: 25px;
}

.header-one .tmp-header-right .social-link {
	max-width: 500px;
}

.header-one.header--transparent {
	position: absolute;
	width: 100%;
	z-index: 100;
}

.header--sticky.sticky {
	position: fixed !important;
	top: 0;
	display: block;
	backdrop-filter: blur(9px);
	width: 100%;
	box-shadow: 0 7px 18px rgba(24, 16, 16, .0509803922);
	background: var(--color-gray-2);
	z-index: 999;
	margin: auto;
	display: flex;
	align-items: center;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 0;
}

.admin-bar .header--sticky.sticky {
	top: var(--abh);
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.header--sticky.sticky {
		padding: 15px 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header--sticky.sticky {
		padding: 10px 30px
	}
}

@media only screen and (max-width:767px) {
	.header--sticky.sticky {
		padding: 10px 10px
	}
}

@media only screen and (max-width:575px) {
	.header--sticky.sticky {
		padding: 10px 10px
	}
}

.tmp-menu-bars {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 0 none;
	color: #ffffff;
	font-size: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: var(--transition);
	border: 2px solid var(--color-primary);
	z-index: 1;
	position: relative;
}

.tmp-menu-bars i {
	font-size: 18px;
}

.tmp-menu-bars::after {
	content: " ";
	position: absolute;
	width: 105%;
	height: 105%;
	border-radius: 100px;
	background: var(--color-primary);
	opacity: 1;
	transform: scale(1);
	transition: all .4s;
	z-index: -1;
}

.tmp-menu-bars:hover {
	background: transparent;
	color: var(--color-primary);
}

.tmp-menu-bars:hover i::before {
	content: "\f0c9";
}

.tmp-menu-bars:hover::after {
	opacity: 0;
	transform: scale(0);
}

.hamberger-menu {
	display: flex;
	justify-content: flex-end;
	border: 0 none;
	padding: 0;
}

.hamberger-menu i {
	font-size: 32px;
	color: var(--color-primary);
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.hamberger-menu i span {
	width: 32px;
	height: 2px;
	background-color: currentColor;
}

@media only screen and (max-width:575px) {
	.hamberger-menu i {
		font-size: 26px
	}

	.hamberger-menu i span {
		width: 26px
	}
}

.tmp-responsive-header-style {
	position: absolute;
	top: 0;
	z-index: 99;
	width: auto;
	right: 0;
	padding: 15px 30px;
	left: 0;
}

.index-seven .header-style-2.header-left .logo-area {
	max-width: 350px;
}

.header-full-width {
	border-bottom: 1px solid rgba(255, 255, 255, .0705882353);
}

.header-full-width .header-fluid-main-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (max-width:1199px) {
	.header-full-width .header-fluid-main-wrapper {
		padding: 13px 0
	}
}

.header-full-width .header-fluid-main-wrapper .left-area {
	display: flex;
	align-items: center;
	gap: 25px;
}

.header-full-width .header-fluid-main-wrapper .right-area {
	display: flex;
	align-items: center;
	gap: 14px;
}

.header-full-width .header-fluid-main-wrapper .right-area .tmp-menu-bars {
	width: 45px;
	height: 45px;
}

@media only screen and (max-width:575px) {
	.header-full-width .header-fluid-main-wrapper .right-area .tmp-btn {
		display: none
	}
}

.header-full-width .tmp-mainmenu-nav .tmp-mainmenu>li {
	position: relative;
	margin: 27px 4px;
}

header.header-full-width.header--sticky.sticky {
	display: block;
}

.header-one.header--transparent.header__hidden {
	display: none;
}

.header-one.header--transparent.header__hidden.sticky {
	display: block !important;
}

.banner-model-image.banner-model-15 {
	text-align: center;
	max-width: 80%;
	margin: auto;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.banner-model-image.banner-model-15 {
		max-width: 100%
	}
}

@media only screen and (max-width:767px) {
	.banner-model-image.banner-model-15 {
		max-width: 100%
	}
}

.banner-model-image.banner-model-15 .title {
	font-size: 120px !important;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}

@media only screen and (max-width:1199px) {
	.banner-model-image.banner-model-15 .title {
		font-size: 100px !important
	}
}

@media only screen and (max-width:767px) {
	.banner-model-image.banner-model-15 .title {
		font-size: 80px !important
	}
}

@media only screen and (max-width:575px) {
	.banner-model-image.banner-model-15 .title {
		font-size: 44px !important
	}
}

.banner-model-image.banner-model-15 p.disc {
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
}

.tmp-mainmenu-nav .tmp-mainmenu {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}

.tmp-mainmenu-nav .tmp-mainmenu>li>a {
	color: var(--color-heading);
	font-weight: 700;
}

.tmp-mainmenu-nav .tmp-mainmenu>li>a:hover {
	color: var(--color-primary) !important;
}

.tmp-mainmenu-nav .tmp-mainmenu>li a:hover {
	color: var(--color-primary);
}

.tmp-mainmenu-nav .tmp-mainmenu>li {
	position: relative;
	margin: 10px 4px;
}

.tmp-mainmenu-nav .tmp-mainmenu>li>a {
	padding: 4px 12px !important;
	color: var(--color-heading) !important;
	position: relative;
	display: inline-block;
}

.tmp-mainmenu-nav .tmp-mainmenu>li>a::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(.7);
	left: 0;
	background: var(--color-primary);
	width: 100%;
	height: 100%;
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	transition: var(--transition);
	z-index: -1;
}

.tmp-mainmenu-nav .tmp-mainmenu>li>a i {
	transition: var(--transition);
	font-size: 10px;
	margin-left: 3px;
}

.tmp-mainmenu-nav .tmp-mainmenu>li.current>a,
.tmp-mainmenu-nav .tmp-mainmenu>li.current_page_item>a {
	color: var(--color-primary) !important;
}

.tmp-mainmenu-nav .tmp-mainmenu>li.current>a::after,
.tmp-mainmenu-nav .tmp-mainmenu>li.current_page_item>a::after {
	opacity: .1;
	visibility: visible;
	transform: translateY(-50%) scale(1);
}

.tmp-mainmenu-nav .tmp-mainmenu>li:hover>a,
.tmp-mainmenu-nav .tmp-mainmenu>li.current>a,
.tmp-mainmenu-nav .tmp-mainmenu>li.current_page_item>a {
	color: var(--color-primary) !important;
}

.tmp-mainmenu-nav .tmp-mainmenu>li.current>a::after,
.tmp-mainmenu-nav .tmp-mainmenu>li.current_page_item>a::after,
.tmp-mainmenu-nav .tmp-mainmenu>li:hover>a::after {
	opacity: .1;
	visibility: visible;
	transform: translateY(-50%) scale(1);
}

.tmp-mainmenu-nav .tmp-mainmenu>li:hover>a i,
.tmp-mainmenu-nav .tmp-mainmenu>li.current>a i,
.tmp-mainmenu-nav .tmp-mainmenu>li.current_page_item>a i {
	transform: rotate(180deg);
}

.tmp-mainmenu-nav .tmp-mainmenu>li.menu-item-has-children,
.tmp-mainmenu-nav .tmp-mainmenu>li.page_item_has_children {
	margin-right: 5px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 11px 0;
}

.tmp-mainmenu-nav .tmp-mainmenu>li.menu-item-has-children ul,
.tmp-mainmenu-nav .tmp-mainmenu>li.page_item_has_children ul {
	padding: 10px;
	min-width: 230px;
	height: auto;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 90;
	opacity: 0;
	visibility: hidden;
	text-align: left;
	transition: .5s;
	transform: scaleY(0);
	border-radius: 10px;
	background: var(--color-gray-2);
	display: inline-block;
	box-shadow: -3px 0 20px 4px rgba(100, 95, 95, .08);
	transform-origin: 0 0;
	margin-top: 0;
}

.tmp-mainmenu-nav .tmp-mainmenu>li.menu-item-has-children ul ul,
.tmp-mainmenu-nav .tmp-mainmenu>li.page_item_has_children ul ul {
	top: 0;
	left: 100%;
}

.tmp-mainmenu-nav .tmp-mainmenu>li.menu-item-has-children ul li a,
.tmp-mainmenu-nav .tmp-mainmenu>li.page_item_has_children ul li a {
	color: var(--color-heading);
	font-weight: 600;
}

.tmp-mainmenu-nav .tmp-mainmenu>li.menu-item-has-children:hover>ul,
.tmp-mainmenu-nav .tmp-mainmenu>li.page_item_has_children:hover>ul {
	opacity: 1;
	visibility: visible;
	top: 100%;
	transform: scaleY(1);
	overflow: inherit;
}

.tmp-mainmenu-nav .tmp-mainmenu>li.menu-item-open>a {
	color: var(--color-primary) !important;
}

.tmp-mainmenu-nav .tmp-mainmenu>li.menu-item-open>a::after {
	opacity: .1;
	visibility: visible;
	transform: translateY(-50%) scale(1);
}

.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children ul,
.tmp-mainmenu-nav .tmp-mainmenu .page_item_has_children ul {
	padding: 0;
	border: none !important;
	overflow: hidden;
}

.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children ul li,
.tmp-mainmenu-nav .tmp-mainmenu .page_item_has_children ul li {
	position: relative;
	display: block;
	cursor: pointer;
	margin-bottom: 0;
	margin-top: 0;
}

.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children ul li:hover>ul,
.tmp-mainmenu-nav .tmp-mainmenu .page_item_has_children ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children ul li::after,
.tmp-mainmenu-nav .tmp-mainmenu .page_item_has_children ul li::after {
	position: absolute;
	content: "\f105";
	font-family: "fontawesome";
	font-size: 14px;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	opacity: 0;
	transition: .2s;
	color: var(--color-primary);
}

.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children ul li a,
.tmp-mainmenu-nav .tmp-mainmenu .page_item_has_children ul li a {
	display: block;
	position: relative;
	transition: var(--transition);
	padding: 3px;
}

.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children ul li a::before,
.tmp-mainmenu-nav .tmp-mainmenu .page_item_has_children ul li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: var(--color-primary);
	width: 100%;
	height: 100%;
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	transition: var(--transition);
	z-index: -1;
}

.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children ul li a:hover::before,
.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children ul li.current_page_item a::before,
.tmp-mainmenu-nav .tmp-mainmenu .page_item_has_children ul li a:hover::before,
.tmp-mainmenu-nav .tmp-mainmenu .page_item_has_children ul li.current_page_item a::before {
	opacity: .1;
	visibility: visible;
}

.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children ul li.current_page_item>a,
.tmp-mainmenu-nav .tmp-mainmenu .page_item_has_children ul li.current_page_item>a {
	padding-left: 15px;
}

.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children ul li:hover>a,
.tmp-mainmenu-nav .tmp-mainmenu .page_item_has_children ul li:hover>a {
	color: var(--color-primary);
	padding-left: 15px;
}

.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children ul li.current_page_item::after,
.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children ul li:hover::after,
.tmp-mainmenu-nav .tmp-mainmenu .page_item_has_children ul li.current_page_item::after,
.tmp-mainmenu-nav .tmp-mainmenu .page_item_has_children ul li:hover::after {
	right: 15px;
	opacity: 1;
}

.tmp-mainmenu-nav .tmp-mainmenu .menu-item-has-children ul li.menu-item::after,
.tmp-mainmenu-nav .tmp-mainmenu .page_item_has_children ul li.menu-item::after {
	display: none;
}

.header-left-sticky {
	position: fixed;
	left: 0;
	overflow: hidden;
	top: 0;
	width: 290px;
	z-index: 2;
	transform: none;
	border-right: 2px solid var(--color-border);
	background: var(--color-gray-2);
	transition: all .3s ease-in-out 0s;
	display: block !important;
	bottom: 0;
}

.admin-bar .header-left-sticky {
	top: var(--abh);
}

.header-left-sticky .inner-wrapper {
	position: relative;
	overflow: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	padding: 50px 40px 40px;
}

.header-left-sticky .inner-wrapper::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}

.header-left-sticky .inner-wrapper::-webkit-scrollbar-track {
	background-color: #071721;
}

.header-left-sticky .inner-wrapper::-webkit-scrollbar-thumb {
	background-color: #0c1f2e;
	border-radius: 2px;
}

.header-left-sticky .inner-wrapper::-webkit-scrollbar-thumb:hover {
	background-color: #12344d;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.header-left-sticky .inner-wrapper {
		padding: 20px 40px 20px
	}
}

.header-left-sticky .inner-wrapper::after {
	content: " ";
	position: absolute;
	right: -450px;
	bottom: -500px;
	min-width: 474px;
	min-height: 474px;
	border-radius: 100px;
	filter: blur(227px);
	z-index: 1;
	background: var(--color-primary);
	display: none;
}

.header-left-sticky .logo-area a img {
	border-radius: 100%;
	border: 5px solid var(--color-border);
}

.header-left-sticky .mainmenu-nav .primary-menu {
	display: block;
	margin-top: 50px;
	width: 100%;
	border-radius: 10px;
	margin: 0;
	padding: 30px 0 0 0;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.header-left-sticky .mainmenu-nav .primary-menu {
		padding: 15px 0 0 0
	}
}

.header-left-sticky .mainmenu-nav .primary-menu li {
	margin: 0;
}

.header-left-sticky .mainmenu-nav .primary-menu li ul {
	display: none;
}

.header-left-sticky .mainmenu-nav .primary-menu li a {
	display: flex;
	align-items: center;
	border: none;
	font-size: 18px;
	color: var(--color-body);
	border-radius: 10px;
	width: 100%;
	margin-left: 0;
	margin: 8px 0;
	font-size: 16px;
	transition: var(--transition);
	font-weight: 500;
	font-family: var(--font-secondary);
	position: relative;
	padding: 5px 10px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.header-left-sticky .mainmenu-nav .primary-menu li a {
		margin: 5px 0;
		padding: 4px 10px
	}
}

.header-left-sticky .mainmenu-nav .primary-menu li a::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(.7);
	left: 0;
	background: var(--color-primary);
	width: 100%;
	height: 100%;
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	transition: var(--transition);
	z-index: -1;
}

.header-left-sticky .mainmenu-nav .primary-menu li a:hover {
	color: var(--color-primary);
}

.header-left-sticky .mainmenu-nav .primary-menu li.current a {
	color: var(--color-primary);
}

.header-left-sticky .mainmenu-nav .primary-menu li a svg {
	height: 18px;
	width: 18px;
	margin-right: 8px;
	color: var(--color-primary);
	top: -1px;
	position: relative;
	opacity: .6;
}

.header-left-sticky .mainmenu-nav .primary-menu li.current>a,
.header-left-sticky .mainmenu-nav .primary-menu li.current_page_item>a {
	color: var(--color-primary) !important;
}

.header-left-sticky .mainmenu-nav .primary-menu li.current>a::after,
.header-left-sticky .mainmenu-nav .primary-menu li.current_page_item>a::after {
	opacity: .1;
	visibility: visible;
	transform: translateY(-50%) scale(1);
}

.page-with-left-header {
	margin-left: 290px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.page-with-left-header {
		margin-left: 320px
	}
}

@media only screen and (max-width:1199px) {
	.page-with-left-header {
		margin-left: 0;
		overflow-x: hidden
	}
}

.tmp-popup-mobile-menu .social-share-style-1,
.tmp-header-area .social-share-style-1 {
	border-top: 2px solid var(--color-border);
	padding-top: 40px;
	margin-top: 40px !important;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {

	.tmp-popup-mobile-menu .social-share-style-1,
	.tmp-header-area .social-share-style-1 {
		padding-top: 15px;
		margin-top: 15px !important
	}
}

.tmp-popup-mobile-menu .social-share-style-1 .title,
.tmp-header-area .social-share-style-1 .title {
	font-size: 16px;
	color: var(--color-body);
	font-family: var(--font-secondary);
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
}

.social-wrapper .subtitle {
	color: var(--color-heading);
	font-size: var(--font-size-b1);
	line-height: var(--line-height-b1);
	display: block;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 500;
	letter-spacing: .5px;
}

.tmp-popup-mobile-menu {
	z-index: 9999;
	position: fixed;
	content: "";
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .8);
	visibility: hidden;
	opacity: 0;
	transition: opacity .5s ease-out;
}

.admin-bar .tmp-popup-mobile-menu {
	top: var(--abh);
	height: calc(100vh - var(--abh));
}

.tmp-popup-mobile-menu .inner {
	width: 320px;
	z-index: 999;
	position: absolute;
	background-color: var(--color-gray-2);
	height: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	opacity: 0;
	left: -150px;
	transition: all .5s ease-out;
	padding: 15px 20px;
}

.admin-bar .tmp-popup-mobile-menu .inner {
	height: calc(100vh - var(--abh));
}

@media only screen and (max-width:479px) {
	.tmp-popup-mobile-menu .inner {
		width: 310px;
		padding: 10px
	}
}

.tmp-popup-mobile-menu .header-top {
	display: flex;
	border-bottom: 1px solid var(--color-border);
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
}

.tmp-popup-mobile-menu .header-top .logo a img {
	max-height: 45px;
}

.tmp-popup-mobile-menu .header-top .close-menu .close-button {
	background: var(--color-secondary);
	border: 0 none;
	color: var(--color-white);
	width: 40px;
	height: 40px;
	font-size: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

.tmp-popup-mobile-menu .header-top .close-menu .close-button .fn__svg {
	width: 21px;
	height: 21px;
}

.tmp-popup-mobile-menu .header-top p.discription {
	font-size: 15px;
	line-height: 26px;
	margin-top: 19px;
	color: var(--color-body);
	padding-right: 0;
	font-family: var(--font-secondary);
}

.tmp-popup-mobile-menu .tmp-mainmenu {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0;
}

.tmp-popup-mobile-menu .tmp-mainmenu li {
	display: block;
	margin: 0;
	padding: 8px 0;
}

.tmp-popup-mobile-menu .tmp-mainmenu li a {
	color: var(--color-body);
	position: relative;
	transition: var(--transition);
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: var(--font-secondary);
	margin: 0;
	display: block;
	font-weight: 500;
	background: transparent;
}

.tmp-popup-mobile-menu .tmp-mainmenu li a i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-size: 15px;
}

.tmp-popup-mobile-menu .tmp-mainmenu li a.open i::before {
	content: "\f106";
	font-weight: 400;
}

.tmp-popup-mobile-menu .tmp-mainmenu li+li {
	border-top: 1px solid var(--color-border);
}

.tmp-popup-mobile-menu .tmp-mainmenu .page_item_has_children ul {
	padding: 0;
	max-width: 100%;
	list-style: none;
	padding-left: 16px;
	display: none;
}

.tmp-popup-mobile-menu .tmp-mainmenu .page_item_has_children ul li a {
	font-size: 14px;
	color: var(--color-body);
	font-weight: 500;
}

.tmp-popup-mobile-menu .tmp-mainmenu .page_item_has_children ul li a.open {
	color: var(--color-primary) !important;
}

.tmp-popup-mobile-menu.active {
	visibility: visible;
	opacity: 1;
}

.tmp-popup-mobile-menu.active .inner {
	opacity: 1;
	left: 0;
	overflow-y: auto;
}

.tmp-sidebar-area {
	width: 400px;
	position: fixed;
	right: 0;
	top: 0;
	background: var(--color-gray-2);
	z-index: 99999;
	height: 100%;
	transform: translate3d(100%, 0, 0);
	overflow: hidden;
	overscroll-behavior: contain;
	transition: transform .85s cubic-bezier(.23, 1, .32, 1), opacity .6s step-end;
}

.tmp-sidebar-area .inner {
	position: relative;
	overflow: hidden;
	height: 100%;
	overflow-y: auto;
}

.tmp-sidebar-area .inner .top-area {
	padding: 16px 20px;
	background: #151515;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tmp-sidebar-area .inner .image-area-feature img {
	border-radius: 0;
}

.tmp-sidebar-area .inner .content-wrapper {
	padding: 30px;
}

.tmp-sidebar-area .inner .content-wrapper .title {
	color: var(--color-heading);
	line-height: 1.4;
}

.tmp-sidebar-area .inner .content-wrapper .disc {
	font-family: var(--font-secondary);
	color: var(--color-gray);
	font-size: 16px;
	font-weight: 400;
}

.tmp-sidebar-area.tmp_side_bar_open {
	transform: translate3d(0, 0, 0);
	transition: transform .85s cubic-bezier(.23, 1, .32, 1), opacity .6s step-start;
}

.tmp-sidebar-area .short-contact-area .single-contact {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.tmp-sidebar-area .short-contact-area .single-contact i {
	height: 45px;
	width: 45px;
	background: transparent;
	display: flex;
	align-items: center;
	color: var(--color-heading);
	justify-content: center;
	font-size: 18px;
	border-radius: 5px;
	border: 1px solid var(--color-border);
}

.tmp-sidebar-area .short-contact-area .single-contact .information span {
	display: block;
	color: var(--color-primary);
	font-family: var(--font-primary) !important;
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 0;
	font-weight: 600;
}

.tmp-sidebar-area .short-contact-area .single-contact .information .number {
	color: var(--color-heading);
	font-family: var(--font-secondary);
}

.overlay_close_side_menu {
	display: block;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1091;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
	cursor: url(../images/icons/cursor-x.webp), pointer;
	background: rgba(0, 0, 0, .8);
	backdrop-filter: blur(15px);
}

.sidemenu-active .overlay_close_side_menu {
	opacity: 1;
	visibility: visible;
}

.animate--zoom-in {
	--zoom-in-ratio: 1;
}

.animate--zoom-in>img,
.animate--zoom-in>svg {
	transition: scale var(--duration-short) linear;
	scale: var(--zoom-in-ratio);
}

:root {
	--duration-announcement-bar: 250ms;
	--duration-medium: 300ms;
	--duration-long: 500ms;
	--duration-extra-long: 600ms;
	--duration-extra-longer: 750ms;
	--duration-extended: 3s;
	--animation-slide-in: slideIn var(--duration-extra-long) ease forwards;
	--animation-fade-in: fadeInUp var(--duration-extra-long) ease forwards;
	--animation-zoom-in: zoomIn var(--duration-extra-longer) ease forwards;
	--animation-zoom-out: zoomOut var(--duration-extra-longer) ease forwards;
}

@media (prefers-reduced-motion:no-preference) {

	.animate--ambient>img,
	.animate--ambient>svg {
		animation: animateAmbient 30s linear infinite
	}

	@keyframes animateAmbient {
		0% {
			transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2)
		}

		100% {
			transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2)
		}
	}

	.tmp-scroll-trigger:is(.tmp-zoom-in, .zoom_out, .tmp-fade-in, .slide_in) {
		opacity: .01
	}

	.tmp-scroll-trigger:not(.tmp-scroll-trigger--offscreen).tmp-zoom-in {
		animation: var(--animation-zoom-in);
		animation-delay: calc(var(--animation-order) * 75ms)
	}

	.tmp-scroll-trigger:not(.tmp-scroll-trigger--offscreen).zoom_out {
		animation: var(--animation-zoom-out);
		animation-delay: calc(var(--animation-order) * 75ms)
	}

	.tmp-scroll-trigger:not(.tmp-scroll-trigger--offscreen).tmp-fade-in {
		animation: var(--animation-fade-in);
		animation-delay: calc(var(--animation-order) * 75ms)
	}

	.tmp-scroll-trigger:not(.tmp-scroll-trigger--offscreen).slide_in {
		animation: var(--animation-slide-in);
		animation-delay: calc(var(--animation-order) * 75ms)
	}

	.tmp-scroll-trigger.tmp-scroll-trigger--design-mode.tmp-fade-in,
	.tmp-scroll-trigger.tmp-scroll-trigger--design-mode.slide_in,
	.tmp-scroll-trigger.tmp-scroll-trigger--design-mode .slider,
	.tmp-scroll-trigger:not(.tmp-scroll-trigger--offscreen).tmp-scroll-trigger--cancel {
		opacity: 1;
		animation: none;
		transition: none
	}

	.tmp-scroll-trigger[animation-end] {
		opacity: 1;
		animation: none !important;
		transition: none
	}

	.tmp-scroll-trigger.tmp-scroll-trigger--design-mode.slide_in {
		transform: translateY(0)
	}

	@keyframes slideIn {
		from {
			transform: translateY(1rem);
			opacity: .01
		}

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

	@keyframes zoomIn {
		from {
			opacity: 0;
			transform: scale(1.05)
		}

		to {
			opacity: 1;
			transform: scale(1)
		}
	}

	@keyframes zoomOut {
		from {
			opacity: 0;
			transform: scale(1)
		}

		to {
			opacity: 1;
			transform: scale(1.05)
		}
	}
}

@media screen and (max-width:989px) {
	.tmp-scroll-trigger:not(.tmp-scroll-trigger--offscreen) .slider--tablet {
		animation: var(--animation-slide-in)
	}
}

@media screen and (min-width:990px) {
	.tmp-scroll-trigger:not(.tmp-scroll-trigger--offscreen) .slider--desktop {
		animation: var(--animation-slide-in)
	}
}

.tmp-scroll-trigger.tmp-scroll-trigger--design-mode.tmp-fade-in,
.tmp-scroll-trigger.tmp-scroll-trigger--design-mode.slide_in,
.tmp-scroll-trigger.tmp-scroll-trigger--design-mode .slider,
.tmp-scroll-trigger:not(.tmp-scroll-trigger--offscreen).tmp-scroll-trigger--cancel {
	opacity: 1;
	animation: none;
	transition: none;
}

.tmp-scroll-trigger.tmp-scroll-trigger--design-mode.slide_in {
	transform: translateY(0);
}

@keyframes slideIn {
	from {
		transform: translateY(2rem);
		opacity: .01
	}

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

@keyframes fadeIn {
	from {
		opacity: .01
	}

	to {
		opacity: 1
	}
}

.animation-order-0 {
	--animation-order: 0;
}

.animation-order-1 {
	--animation-order: 1;
}

.animation-order-2 {
	--animation-order: 2;
}

.animation-order-3 {
	--animation-order: 3;
}

.animation-order-4 {
	--animation-order: 4;
}

.animation-order-5 {
	--animation-order: 5;
}

.animation-order-6 {
	--animation-order: 6;
}

.animation-order-7 {
	--animation-order: 7;
}

.animation-order-8 {
	--animation-order: 8;
}

.animation-order-9 {
	--animation-order: 9;
}

.animation-order-10 {
	--animation-order: 10;
}

.animation-order-11 {
	--animation-order: 11;
}

.animation-order-12 {
	--animation-order: 12;
}

.animation-order-13 {
	--animation-order: 13;
}

.animation-order-14 {
	--animation-order: 14;
}

.animation-order-15 {
	--animation-order: 15;
}

.animation-order-16 {
	--animation-order: 16;
}

.animation-order-17 {
	--animation-order: 17;
}

.animation-order-18 {
	--animation-order: 18;
}

.animation-order-19 {
	--animation-order: 19;
}

.animation-order-20 {
	--animation-order: 20;
}

.animation-order-21 {
	--animation-order: 21;
}

.animation-order-22 {
	--animation-order: 22;
}

.animation-order-23 {
	--animation-order: 23;
}

.animation-order-24 {
	--animation-order: 24;
}

.animation-order-25 {
	--animation-order: 25;
}

.animation-order-26 {
	--animation-order: 26;
}

.animation-order-27 {
	--animation-order: 27;
}

.animation-order-28 {
	--animation-order: 28;
}

.animation-order-29 {
	--animation-order: 29;
}

.animation-order-30 {
	--animation-order: 30;
}

.animation-order-31 {
	--animation-order: 31;
}

.animation-order-32 {
	--animation-order: 32;
}

.animation-order-33 {
	--animation-order: 33;
}

.animation-order-34 {
	--animation-order: 34;
}

.animation-order-35 {
	--animation-order: 35;
}

.animation-order-36 {
	--animation-order: 36;
}

.animation-order-37 {
	--animation-order: 37;
}

.animation-order-38 {
	--animation-order: 38;
}

.animation-order-39 {
	--animation-order: 39;
}

.animation-order-40 {
	--animation-order: 40;
}

.animation-order-41 {
	--animation-order: 41;
}

.animation-order-42 {
	--animation-order: 42;
}

.animation-order-43 {
	--animation-order: 43;
}

.animation-order-44 {
	--animation-order: 44;
}

.animation-order-45 {
	--animation-order: 45;
}

.animation-order-46 {
	--animation-order: 46;
}

.animation-order-47 {
	--animation-order: 47;
}

.animation-order-48 {
	--animation-order: 48;
}

.animation-order-49 {
	--animation-order: 49;
}

.animation-order-50 {
	--animation-order: 50;
}

.animation-round-wrap {
	position: absolute;
	left: -2px;
	top: -2px;
	height: calc(100% + 4px);
	width: calc(100% + 4px);
	padding: 2px;
	border-radius: 16px;
	overflow: hidden;
}

.animation-round-wrap .round-animation-1 {
	position: absolute;
	width: 180px;
	height: 180px;
	inset: 0;
	transform: rotate(45deg);
	animation: 8s linear infinite border-round-circle-1;
	offset-path: rect(0% auto 100% auto);
	background: linear-gradient(90deg, rgba(45, 13, 255, 0) 0%, rgb(58, 230, 242) 43%, rgba(45, 13, 255, 0) 100%);
}

@keyframes border-round-circle-1 {
	0% {
		offset-distance: 0
	}

	100% {
		offset-distance: 100%
	}
}

.tmp-gradient-main {
	position: relative;
	z-index: 1;
}

.tmp-gradient-main .tmp-gradient-wrapper {
	filter: blur(115px);
	position: absolute;
	left: 72%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: .8;
	z-index: -1;
}

.banner-right-thumbnail-area.v2 .banner-right-thumb-left-content .title {
	font-size: 90px;
	font-weight: 700;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.banner-right-thumbnail-area.v2 .banner-right-thumb-left-content .title {
		font-size: 65px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-right-thumbnail-area.v2 .banner-right-thumb-left-content .title {
		font-size: 65px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-right-thumbnail-area.v2 .banner-right-thumb-left-content .title {
		font-size: 45px
	}
}

@media only screen and (max-width:767px) {
	.banner-right-thumbnail-area.v2 .banner-right-thumb-left-content .title {
		font-size: 40px
	}
}

.bg_image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.tmp-banner-one-area {
	padding-top: 26px;
	background-image: url("../images/banner/banner-background-one.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 120px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tmp-banner-one-area {
		padding-bottom: 100px
	}
}

@media only screen and (max-width:767px) {
	.tmp-banner-one-area {
		padding-bottom: 100px
	}
}

.tmp-banner-one-area.add-pattern {
	background-image: none;
	position: relative;
	z-index: 1;
}

.tmp-banner-one-area.add-pattern::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	mix-blend-mode: overlay;
	background-image: linear-gradient(var(--color-white), transparent 1px), linear-gradient(to right, var(--color-white), transparent 1px);
	background-size: 100% 100px, 100px 100%;
	opacity: .08;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-attachment: fixed;
}

.tmp-banner-one-area.style-2 {
	min-height: 950px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tmp-banner-one-area.style-2 {
		min-height: auto;
		padding: 100px 0;
		padding-top: 150px
	}
}

@media only screen and (max-width:767px) {
	.tmp-banner-one-area.style-2 {
		min-height: auto;
		padding: 150px 0;
		padding-top: 150px
	}
}

.tmp-banner-one-area.style-2 .inner .title {
	font-size: 64px;
	line-height: 1.2;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.tmp-banner-one-area.style-2 .inner .title {
		font-size: 60px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tmp-banner-one-area.style-2 .inner .title {
		font-size: 58px
	}
}

@media only screen and (max-width:767px) {
	.tmp-banner-one-area.style-2 .inner .title {
		font-size: 52px
	}
}

@media only screen and (max-width:575px) {
	.tmp-banner-one-area.style-2 .inner .title {
		font-size: 34px
	}
}

.tmp-banner-one-area.style-3,
.tmp-banner-one-area.style-4 {
	min-height: 850px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0;
	background-image: url(../images/banner/banner-background-02.jpg);
}

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

	.tmp-banner-one-area.style-3,
	.tmp-banner-one-area.style-4 {
		height: auto;
		padding-top: 100px;
		padding-bottom: 70px;
		min-height: auto
	}
}

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

	.tmp-banner-one-area.style-3,
	.tmp-banner-one-area.style-4 {
		padding-bottom: 10px
	}
}

.tmp-banner-one-area.style-3 .thumbnail-author,
.tmp-banner-one-area.style-4 .thumbnail-author {
	position: relative;
	z-index: 1;
	max-width: max-content;
	margin: auto;
	margin-bottom: 20px;
}

.tmp-banner-one-area.style-3 .thumbnail-author .loader-bg-pattern-wrapper,
.tmp-banner-one-area.style-4 .thumbnail-author .loader-bg-pattern-wrapper {
	top: 50%;
}

.tmp-banner-one-area.style-3 .thumbnail-author .loader-bg-pattern-wrapper .loader-bg-pattern,
.tmp-banner-one-area.style-4 .thumbnail-author .loader-bg-pattern-wrapper .loader-bg-pattern {
	--size: 380px;
	--duration: 4s;
	--logo-color: grey;
	--background: linear-gradient(0deg, rgba(50, 50, 50, .2) 0%, rgba(100, 100, 100, .2) 100%);
	height: var(--size);
	aspect-ratio: 1;
	position: relative;
}

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

	.tmp-banner-one-area.style-3 .thumbnail-author .loader-bg-pattern-wrapper .loader-bg-pattern,
	.tmp-banner-one-area.style-4 .thumbnail-author .loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 260px
	}
}

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

	.tmp-banner-one-area.style-3 .thumbnail-author .loader-bg-pattern-wrapper .loader-bg-pattern,
	.tmp-banner-one-area.style-4 .thumbnail-author .loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 230px
	}
}

.tmp-banner-one-area.style-3 .thumbnail-author img,
.tmp-banner-one-area.style-4 .thumbnail-author img {
	border-radius: 100%;
	border: 25px solid #141414;
	width: 350px;
	height: 350px;
	object-fit: cover;
	min-width: 350px;
}

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

	.tmp-banner-one-area.style-3 .thumbnail-author img,
	.tmp-banner-one-area.style-4 .thumbnail-author img {
		width: 250px;
		height: 250px;
		min-width: 250px
	}
}

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

	.tmp-banner-one-area.style-3 .inner .title,
	.tmp-banner-one-area.style-4 .inner .title {
		font-size: 40px
	}
}

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

	.tmp-banner-one-area.style-3 .inner .title,
	.tmp-banner-one-area.style-4 .inner .title {
		font-size: 34px
	}
}

.tmp-banner-one-area.style-4 {
	min-height: 900px;
	background-image: url(../images/banner/banner-background-04.jpg);
	position: relative;
	background-image: none;
}

.tmp-banner-one-area.style-4 .galaxy {
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to right, #19191b 1px, transparent 1px), linear-gradient(to bottom, #19191b 1px, transparent 1px);
	background-size: 13rem 13rem;
	background-position: center center;
	position: absolute;
	z-index: -1;
	filter: blur(0);
}

@media only screen and (max-width:767px) {
	.tmp-banner-one-area.style-4 {
		height: auto;
		padding-top: 100px;
		padding-bottom: 70px;
		min-height: auto
	}
}

.loader-bg-pattern-wrapper {
	position: absolute;
	left: 50%;
	z-index: -1;
	top: 34.1%;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width:1199px) {
	.loader-bg-pattern-wrapper {
		top: 35.1%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.loader-bg-pattern-wrapper {
		top: 28.8%
	}
}

@media only screen and (max-width:767px) {
	.loader-bg-pattern-wrapper {
		top: 38.1%
	}
}

@media only screen and (max-width:575px) {
	.loader-bg-pattern-wrapper {
		top: 36%
	}
}

@media only screen and (max-width:479px) {
	.loader-bg-pattern-wrapper {
		top: 36%
	}
}

.loader-bg-pattern-wrapper .loader-bg-pattern {
	--size: 450px;
	--duration: 4s;
	--logo-color: grey;
	--background: linear-gradient(0deg, rgba(50, 50, 50, .2) 0%, rgba(100, 100, 100, .2) 100%);
	height: var(--size);
	aspect-ratio: 1;
	position: relative;
}

@media only screen and (max-width:1199px) {
	.loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 420px
	}
}

@media only screen and (max-width:767px) {
	.loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 400px
	}
}

@media only screen and (max-width:575px) {
	.loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 320px
	}
}

@media only screen and (max-width:479px) {
	.loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 220px
	}
}

.loader-bg-pattern-wrapper .loader-bg-pattern .box {
	position: absolute;
	background: rgba(100, 100, 100, .15);
	background: var(--background);
	border-radius: 50%;
	border-top: 1px solid rgb(100, 100, 100);
	box-shadow: rgba(0, 0, 0, .3) 0 10px 10px 0;
	backdrop-filter: blur(5px);
	animation: ripple var(--duration) infinite ease-in-out;
}

.loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(1) {
	inset: 40%;
	z-index: 99;
}

.loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(2) {
	inset: 30%;
	z-index: 98;
	border-color: rgba(100, 100, 100, .8);
	animation-delay: .2s;
}

.loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(3) {
	inset: 20%;
	z-index: 97;
	border-color: rgba(100, 100, 100, .6);
	animation-delay: .4s;
}

.loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(4) {
	inset: 10%;
	z-index: 96;
	border-color: rgba(100, 100, 100, .4);
	animation-delay: .6s;
}

.loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(5) {
	inset: 0;
	z-index: 95;
	border-color: rgba(100, 100, 100, .2);
	animation-delay: .8s;
}

.loader-bg-pattern-wrapper .loader-bg-pattern .logo {
	position: absolute;
	inset: 0;
	display: grid;
	place-content: center;
	padding: 30%;
}

.loader-bg-pattern-wrapper .loader-bg-pattern .logo svg {
	fill: var(--logo-color);
	width: 100%;
	animation: color-change var(--duration) infinite ease-in-out;
}

@keyframes ripple {
	0% {
		transform: scale(1);
		box-shadow: rgba(0, 0, 0, .3) 0 10px 10px 0
	}

	50% {
		transform: scale(1.3);
		box-shadow: rgba(0, 0, 0, .3) 0 30px 20px 0
	}

	100% {
		transform: scale(1);
		box-shadow: rgba(0, 0, 0, .3) 0 10px 10px 0
	}
}

@keyframes color-change {
	0% {
		fill: var(--logo-color)
	}

	50% {
		fill: white
	}

	100% {
		fill: var(--logo-color)
	}
}

.rpp-banner-two-area {
	padding-top: 106px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.rpp-banner-two-area::after,
.rpp-banner-two-area::before {
	content: " ";
	opacity: .3;
	background: var(--color-primary);
	position: absolute;
	width: 611px;
	height: 611px;
	border-radius: 100px;
	filter: blur(300px);
	z-index: -1;
}

.rpp-banner-two-area::before {
	top: -73px;
	left: -292px;
}

.rpp-banner-two-area::after {
	top: -73px;
	right: -292px;
}

.rpp-banner-two-area .banner-shape-two {
	position: absolute;
	top: 0;
	opacity: .5;
	left: 0;
	z-index: -1;
}

.rpp-banner-four-area {
	background: var(--color-gray-2);
	overflow: hidden;
}

.tmp-white-version.index-ten .banner-one-main-wrapper .inner .title {
	margin-top: 0 !important;
}

.index-11 .banner-one-main-wrapper .inner .title {
	margin-top: 0 !important;
}

.banner-one-main-wrapper .inner .sub-title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 20px;
	font-weight: 400;
	line-height: 38px;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: inline-flex;
}

.banner-one-main-wrapper .inner .title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 62px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
	margin-top: 10px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.banner-one-main-wrapper .inner .title {
		font-size: 54px
	}
}

@media only screen and (max-width:1199px) {
	.banner-one-main-wrapper .inner .title {
		font-size: 54px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-one-main-wrapper .inner .title {
		font-size: 54px
	}
}

@media only screen and (max-width:767px) {
	.banner-one-main-wrapper .inner .title {
		font-size: 32px
	}
}

.banner-one-main-wrapper .inner .title span {
	color: var(--color-primary);
}

.banner-one-main-wrapper .inner .disc {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 31px;
	margin-bottom: 0;
	margin-top: 22px;
}

@media only screen and (max-width:767px) {
	.banner-one-main-wrapper .inner .disc {
		margin-top: 9px;
		font-size: 16px;
		font-weight: 400;
		line-height: 28px
	}
}

.banner-one-main-wrapper .inner .button-area-banner-one {
	margin-top: 39px;
	position: relative;
	z-index: 2;
}

.banner-one-main-wrapper .banner-right-content {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: end;
}

@media (min-width:1450px) {
	.banner-one-main-wrapper .banner-right-content {
		right: -80px
	}
}

.banner-one-main-wrapper .banner-right-content img {
	max-width: 600px;
	height: auto;
	object-fit: contain;
	margin-right: 70px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.banner-one-main-wrapper .banner-right-content img {
		margin-right: 0
	}
}

@media only screen and (max-width:1199px) {
	.banner-one-main-wrapper .banner-right-content img {
		margin-right: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-one-main-wrapper .banner-right-content img {
		margin: auto
	}
}

@media only screen and (max-width:767px) {
	.banner-one-main-wrapper .banner-right-content img {
		margin: auto
	}
}

@media only screen and (max-width:575px) {
	.banner-one-main-wrapper .banner-right-content img {
		max-width: 260px
	}
}

.banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
	color: var(--color-heading);
	font-family: var(--font-secondary);
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	position: absolute;
	margin-bottom: 0;
	top: 25%;
	z-index: -1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

@media (min-width:300px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
		font-size: 50px
	}
}

@media (min-width:500px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
		font-size: 60px
	}
}

@media (min-width:600px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
		font-size: 60px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
		font-size: 60px
	}
}

@media (min-width:1200px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
		font-size: 70px
	}
}

@media (min-width:1500px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
		font-size: 73px
	}
}

@media only screen and (max-width:575px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
		font-size: 48px
	}
}

@media only screen and (max-width:479px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
		font-size: 46px
	}
}

.banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
	position: absolute;
	bottom: 190px;
	left: 0;
	font-size: 48px;
	line-height: 1.2;
	-webkit-text-stroke: 1px var(--color-heading);
	color: transparent;
	font-family: var(--font-secondary);
	font-weight: 700;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

@media (min-width:300px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
		font-size: 50px;
		bottom: 30px
	}
}

@media (min-width:500px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
		font-size: 50px;
		bottom: 30px
	}
}

@media (min-width:500px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
		font-size: 60px;
		bottom: 100px
	}
}

@media (min-width:600px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
		font-size: 60px
	}
}

@media (min-width:1200px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
		font-size: 60px
	}
}

@media (min-width:1500px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
		font-size: 73px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
		font-size: 60px
	}
}

@media only screen and (max-width:575px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
		font-size: 48px
	}
}

@media only screen and (max-width:479px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
		font-size: 46px
	}
}

.banner-two-main-wrapper {
	padding-bottom: 94px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-two-main-wrapper {
		padding-bottom: 0
	}
}

@media only screen and (max-width:767px) {
	.banner-two-main-wrapper {
		padding-bottom: 0
	}
}

.banner-two-main-wrapper .inner .sub-title {
	color: var(--color-primary);
	font-family: var(--font-primary);
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 7px;
	display: inline-flex;
}

.banner-two-main-wrapper .inner .title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 42px;
	line-height: 38px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1.3;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-two-main-wrapper .inner .title {
		font-size: 42px
	}
}

@media only screen and (max-width:767px) {
	.banner-two-main-wrapper .inner .title {
		font-size: 32px
	}
}

@media only screen and (max-width:575px) {
	.banner-two-main-wrapper .inner .title {
		font-size: 28px
	}
}

.banner-two-main-wrapper .inner .title span {
	color: var(--color-primary);
}

.banner-two-main-wrapper .inner .disc {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
	margin-bottom: 0;
	margin-top: 16px;
}

@media only screen and (max-width:767px) {
	.banner-two-main-wrapper .inner .disc {
		font-size: 18px;
		line-height: 30px
	}
}

.banner-two-main-wrapper .inner .disc span {
	color: var(--color-primary);
}

.banner-two-main-wrapper .inner .button-area-banner-two {
	margin-top: 39px;
}

.banner-two-main-wrapper .banner-right-content .main-img {
	position: relative;
	z-index: 0;
	display: flex;
	justify-content: center;
}

.banner-two-main-wrapper .banner-right-content .main-img::after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(6, 6, 6, 0) 46.14%, #010c13 100%);
	width: 100%;
	height: 580.327px;
	z-index: 0;
}

.banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-1 {
	color: var(--color-heading);
	font-family: var(--font-secondary);
	font-size: 60px;
	font-weight: 700;
	line-height: 70px;
	position: absolute;
	top: 265px;
	z-index: -1;
}

@media only screen and (max-width:575px) {
	.banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-1 {
		display: none
	}
}

@media (min-width:576px) {
	.banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-1 {
		font-size: 60px;
		line-height: 110px
	}
}

@media (min-width:992px) {
	.banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-1 {
		font-size: 90px;
		line-height: 105px
	}
}

@media (min-width:1200px) {
	.banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-1 {
		font-size: 94px;
		line-height: 120px
	}
}

.banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-2 {
	-webkit-text-stroke: 1px var(--color-heading);
	color: transparent;
	font-family: var(--font-secondary);
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
	position: absolute;
	bottom: 110px;
	z-index: 1;
	margin-bottom: 0;
}

@media (min-width:400px) {
	.banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-2 {
		font-size: 75px;
		line-height: 85px
	}
}

@media (min-width:576px) {
	.banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-2 {
		font-size: 60px;
		line-height: 110px
	}
}

@media (min-width:992px) {
	.banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-2 {
		font-size: 66px;
		line-height: 105px
	}
}

@media (min-width:1200px) {
	.banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-2 {
		font-size: 94px;
		line-height: 120px
	}
}

.banner-two-main-wrapper .banner-right-content .main-img .logo-under-img-wrap {
	position: absolute;
	width: 100px;
	left: 0;
	bottom: 0;
	z-index: 2;
}

@media (min-width:992px) {
	.banner-two-main-wrapper .banner-right-content .main-img .logo-under-img-wrap {
		width: 200px;
		left: -110px;
		bottom: -74px
	}
}

.banner-two-main-wrapper .banner-right-content .main-img .logo-under-img-wrap .logo-under-img {
	position: relative;
	left: 0;
	bottom: 0;
	transition: .3s;
	animation: rotateIn-2 20s linear infinite;
}

.banner-two-main-wrapper .banner-right-content .main-img .logo-under-img-wrap .logo-under-img-2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.banner-two-main-wrapper .banner-right-content .main-img .benner-two-bg-red-img {
	position: absolute;
	bottom: 0;
	z-index: -1;
}

.banner-four-main-wrapper .inner .sub-title,
.banner-six-main-wrapper .inner .sub-title {
	color: var(--color-primary);
	font-family: var(--font-primary);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.banner-four-main-wrapper .inner .title,
.banner-six-main-wrapper .inner .title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 48px;
	line-height: 58px;
}

@media (min-width:668px) {

	.banner-four-main-wrapper .inner .title,
	.banner-six-main-wrapper .inner .title {
		font-size: 110px;
		line-height: 100%
	}
}

@media (min-width:992px) and (max-width:1200px) {

	.banner-four-main-wrapper .inner .title,
	.banner-six-main-wrapper .inner .title {
		font-size: 90px;
		line-height: 100px
	}
}

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

	.banner-four-main-wrapper .inner .title,
	.banner-six-main-wrapper .inner .title {
		font-size: 50px;
		margin-bottom: 9px
	}
}

.banner-four-main-wrapper .inner .description,
.banner-six-main-wrapper .inner .description {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 50px;
}

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

	.banner-four-main-wrapper .inner .description,
	.banner-six-main-wrapper .inner .description {
		margin-bottom: 20px
	}
}

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

	.banner-four-main-wrapper .inner .description,
	.banner-six-main-wrapper .inner .description {
		margin-bottom: 20px
	}
}

.banner-four-main-wrapper {
	position: relative;
	z-index: 1;
	padding: 80px 0;
}

@media (min-width:992px) {
	.banner-four-main-wrapper {
		padding: 220px 0 199px 0
	}
}

.banner-four-main-wrapper .row {
	justify-content: space-between;
}

@media (min-width:1400px) {
	.banner-four-main-wrapper .banner-right-content {
		padding: 0 57px
	}
}

.banner-four-main-wrapper .banner-right-content .find-me-on {
	margin-top: 33px;
}

.banner-four-main-wrapper .banner-right-content .year-expariance-wrap {
	display: flex;
	align-items: center;
	gap: 20px;
}

@media only screen and (max-width:767px) {
	.banner-four-main-wrapper .banner-right-content .year-expariance-wrap {
		gap: 10px
	}
}

.banner-four-main-wrapper .banner-right-content .year-expariance-wrap .title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 68px;
	font-weight: 700;
	line-height: 78px;
	margin-bottom: 0;
}

.banner-four-main-wrapper .banner-right-content .year-expariance-wrap .para {
	color: var(--color-heading);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

@media (min-width:992px) {
	.banner-four-main-wrapper .bg-benner-img-four {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: -1
	}
}

.banner-four-main-wrapper .banner-four-right-bg-img {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -2;
}

.rpp-banner-four-area {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.rpp-banner-four-area .banner-four-left-bg-img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.banner-five-main-wrapper {
	padding-top: 174px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-five-main-wrapper {
		padding-top: 100px;
		padding-bottom: 80px
	}
}

@media only screen and (max-width:767px) {
	.banner-five-main-wrapper {
		padding-top: 100px;
		padding-bottom: 80px
	}
}

.banner-five-main-wrapper .inner .title {
	color: var(--color-heading);
	text-align: center;
	font-family: var(--font-primary);
	font-weight: 700;
	font-size: 38px;
	line-height: 48px;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-five-main-wrapper .inner .title {
		font-size: 49px;
		line-height: 1.2
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-five-main-wrapper .inner .title {
		font-size: 52px;
		line-height: 1.2
	}
}

@media only screen and (max-width:767px) {
	.banner-five-main-wrapper .inner .title {
		font-size: 40px;
		line-height: 56px
	}
}

@media only screen and (max-width:575px) {
	.banner-five-main-wrapper .inner .title {
		font-size: 26px;
		line-height: 38px
	}
}

.banner-five-main-wrapper .bg-benner-img-five {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
}

.banner-five-main-wrapper .bg-benner-img-five::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 300px;
	bottom: 0;
	z-index: -1;
	background: linear-gradient(180deg, #FF494A 0%, rgba(255, 73, 74, 0) 100%);
	border-radius: 291.5px 291.5px 0 0;
}

@media (min-width:400px) {
	.banner-five-main-wrapper .bg-benner-img-five::before {
		height: 482px
	}
}

.banner-five-main-wrapper .bg-benner-img-five img {
	width: 76%;
	margin: auto;
}

.banner-five-main-wrapper .banner-left-content .banner-counter ul {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

@media (min-width:992px) {
	.banner-five-main-wrapper .banner-left-content .banner-counter ul {
		display: inherit
	}
}

.banner-five-main-wrapper .banner-left-content .banner-counter ul li {
	margin: 0;
}

@media (min-width:992px) {
	.banner-five-main-wrapper .banner-left-content .banner-counter ul li {
		margin-bottom: 76px
	}
}

.banner-five-main-wrapper .banner-left-content .banner-counter ul li:last-child {
	margin-bottom: 0;
}

.banner-five-main-wrapper .banner-left-content .banner-counter ul li .banner-counter-card .title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 26px;
	line-height: 36px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 4px;
}

@media (min-width:576px) {
	.banner-five-main-wrapper .banner-left-content .banner-counter ul li .banner-counter-card .title {
		font-size: 48px;
		line-height: 60px
	}
}

.banner-five-main-wrapper .banner-left-content .banner-counter ul li .banner-counter-card .para {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-weight: 400;
	font-size: 13px;
	line-height: 23px;
}

@media (min-width:576px) {
	.banner-five-main-wrapper .banner-left-content .banner-counter ul li .banner-counter-card .para {
		font-size: 16px;
		line-height: 30px
	}
}

.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info {
	margin-bottom: 20px;
	background: transparent;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 0;
}

@media (min-width:1400px) {
	.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info {
		margin-bottom: 90px
	}
}

@media only screen and (max-width:575px) {
	.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info {
		justify-content: flex-start;
		align-items: flex-start
	}
}

.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info:last-child {
	margin-bottom: 0;
}

.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info .title {
	color: var(--color-heading);
	text-align: right;
	font-family: var(--font-primary);
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 13px;
}

.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info .para {
	color: var(--color-gray);
	text-align: right;
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 8px;
}

@media only screen and (max-width:575px) {
	.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info .para {
		text-align: left
	}
}

.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info .para:last-child {
	margin-bottom: 0;
}

.rpp-banner-five-area {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-color: #0F0F0F;
}

.rpp-banner-five-area .banner-shape-img-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	top: 0;
	right: 0;
}

.rpp-banner-six-area {
	background: var(--color-gray-2);
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.rpp-banner-six-area .bg-left-shape {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.banner-six-main-wrapper {
	padding: 80px 0;
}

@media (min-width:992px) {
	.banner-six-main-wrapper {
		padding-top: 233px;
		padding-bottom: 136px
	}
}

.bg-benner-img-six {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.bg-benner-img-six img {
	border: 2px solid var(--color-primary);
	border-radius: 100%;
}

.bg-benner-img-six::after {
	content: url("../../assets/images/banner/banner-six-shape.png");
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
	animation: banner-cycle-animation 50s linear infinite;
	display: none;
}

@media (min-width:1400px) {
	.bg-benner-img-six::after {
		display: block
	}
}

@keyframes banner-cycle-animation {
	from {
		transform: translate(-50%, -50%) rotate(0deg)
	}

	to {
		transform: translate(-50%, -50%) rotate(360deg)
	}
}

.rpp-banner-five-area .banner-shape-img-bg img {
	height: 100%;
	width: 100%;
}

.find-me-on {
	margin-top: 60px;
}

.find-me-on .find-me-on-title {
	color: var(--color-heading);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 10px;
}

.text-para-doc-wrap {
	position: relative;
}

.text-para-doc-wrap .text-para-documents {
	color: var(--color-heading);
	text-align: center;
	font-family: var(--font-primary);
	font-weight: 700;
}

@media (min-width:576px) {
	.text-para-doc-wrap .text-para-documents {
		font-size: 40px;
		line-height: 1.45
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.text-para-doc-wrap .text-para-documents {
		font-size: 40px
	}
}

@media only screen and (max-width:767px) {
	.text-para-doc-wrap .text-para-documents {
		font-size: 25px;
		line-height: 1.5
	}
}

.text-para-doc-wrap .text-para-documents span {
	color: var(--color-primary);
}

.text-para-doc-wrap .right-bg-text-para {
	position: absolute;
	right: -150px;
	top: 0;
	display: none;
	pointer-events: none;
}

@media (min-width:1200px) {
	.text-para-doc-wrap .right-bg-text-para {
		display: block
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.text-para-doc-wrap .right-bg-text-para {
		right: 0
	}
}

.text-para-doc-wrap .left-bg-text-para {
	position: absolute;
	left: -150px;
	top: 0;
	display: none;
	pointer-events: none;
}

@media (min-width:1200px) {
	.text-para-doc-wrap .left-bg-text-para {
		display: block
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.text-para-doc-wrap .left-bg-text-para {
		left: 0
	}
}

.banner-three-main-wrapper {
	position: relative;
	padding: 80px 0;
	display: flex;
	flex-direction: column-reverse;
}

@media (min-width:992px) {
	.banner-three-main-wrapper {
		padding-top: 250px;
		padding-bottom: 250px
	}
}

@media (min-width:1200px) {
	.banner-three-main-wrapper {
		padding-top: 300px;
		padding-bottom: 358px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-three-main-wrapper {
		padding-bottom: 0
	}
}

@media only screen and (max-width:767px) {
	.banner-three-main-wrapper {
		padding-bottom: 0
	}
}

.banner-three-main-wrapper .row {
	justify-content: space-between;
}

.banner-three-main-wrapper .banner-right-content {
	position: relative;
	z-index: 2;
}

.banner-three-main-wrapper .banner-right-content .about-me .title {
	color: var(--color-heading);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

@media only screen and (max-width:767px) {
	.banner-three-main-wrapper .banner-right-content .about-me .title {
		margin-bottom: 4px
	}
}

.banner-three-main-wrapper .banner-right-content .about-me .para {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-three-main-wrapper .banner-right-content .about-me .para {
		width: 68%
	}
}

@media only screen and (max-width:767px) {
	.banner-three-main-wrapper .banner-right-content .about-me .para {
		width: 80%
	}
}

@media only screen and (max-width:575px) {
	.banner-three-main-wrapper .banner-right-content .about-me .para {
		width: 100%
	}
}

.banner-three-main-wrapper .banner-right-content .about-me .para span {
	color: var(--color-primary);
}

.banner-three-main-wrapper .banner-right-content .find-me-on {
	margin-top: 11px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-three-main-wrapper .inner {
		padding-top: 40px
	}
}

@media only screen and (max-width:767px) {
	.banner-three-main-wrapper .inner {
		padding-top: 30px
	}
}

.banner-three-main-wrapper .inner .sub-title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 28px;
	font-weight: 700;
	line-height: 38px;
	text-transform: uppercase;
}

@media only screen and (max-width:767px) {
	.banner-three-main-wrapper .inner .sub-title {
		font-size: 20px
	}
}

.banner-three-main-wrapper .inner .title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-weight: 700;
	font-size: 38px;
	line-height: 48px;
}

@media (min-width:1268px) {
	.banner-three-main-wrapper .inner .title {
		font-size: 90px;
		line-height: 115%
	}
}

@media (min-width:992px) and (max-width:1120px) {
	.banner-three-main-wrapper .inner .title {
		font-size: 64px;
		line-height: 1.2
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-three-main-wrapper .inner .title {
		font-size: 65px;
		line-height: 115%;
		margin-bottom: 12px
	}
}

@media only screen and (max-width:767px) {
	.banner-three-main-wrapper .inner .title {
		margin-bottom: 10px
	}
}

.banner-three-main-wrapper .bg-benner-img-three {
	width: 100%;
	position: relative;
}

.banner-three-main-wrapper .bg-benner-img-three img {
	width: 100%;
}

@media (min-width:992px) {
	.banner-three-main-wrapper .bg-benner-img-three::before {
		content: " ";
		position: absolute;
		left: -100px;
		bottom: -50px;
		width: 939px;
		height: 800px;
		background: linear-gradient(180deg, rgba(7, 7, 7, 0) 13.58%, #080808 92.06%);
		filter: blur(50px);
		z-index: 1
	}
}

@media (min-width:992px) {
	.banner-three-main-wrapper .bg-benner-img-three {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 0;
		width: inherit
	}
}

.banner-three-main-wrapper .texts-one {
	position: absolute;
	bottom: 5%;
	left: 10%;
	-webkit-text-stroke: 1.25px var(--color-gray);
	color: transparent;
	font-family: var(--font-primary);
	font-size: 212.855px;
	font-weight: 700;
	line-height: 115%;
	z-index: -1;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-three-main-wrapper .texts-one {
		bottom: 20%;
		font-size: 100px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-three-main-wrapper .texts-one {
		bottom: 50%;
		font-size: 100px;
		z-index: 2
	}
}

@media only screen and (max-width:767px) {
	.banner-three-main-wrapper .texts-one {
		bottom: 50%;
		font-size: 80px;
		z-index: 2;
		display: none
	}
}

@media only screen and (max-width:575px) {
	.banner-three-main-wrapper .texts-one {
		bottom: 45%;
		font-size: 70px;
		z-index: 2
	}
}

@media only screen and (max-width:479px) {
	.banner-three-main-wrapper .texts-one {
		display: none
	}
}

.banner-three-main-wrapper .texts-two {
	position: absolute;
	bottom: 0;
	left: 20%;
	-webkit-text-stroke: 1.25px #FF494A;
	font-family: var(--font-primary);
	font-size: 150px;
	font-weight: 700;
	line-height: 115%;
	color: transparent;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-three-main-wrapper .texts-two {
		bottom: 5%;
		font-size: 100px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-three-main-wrapper .texts-two {
		bottom: 40%;
		font-size: 100px;
		z-index: 2
	}
}

@media only screen and (max-width:767px) {
	.banner-three-main-wrapper .texts-two {
		bottom: 45%;
		font-size: 80px;
		z-index: 2
	}
}

@media only screen and (max-width:575px) {
	.banner-three-main-wrapper .texts-two {
		bottom: 45%;
		font-size: 70px;
		z-index: 2
	}
}

@media only screen and (max-width:479px) {
	.banner-three-main-wrapper .texts-two {
		display: none
	}
}

.up-down {
	-webkit-animation: up-down 1s infinite alternate;
	animation: up-down 1s infinite alternate;
}

@-webkit-keyframes up-down {
	0% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(-10px)
	}
}

@keyframes up-down {
	0% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(-10px)
	}
}

.up-down-2 {
	-webkit-animation: up-down-2 .9s infinite alternate;
	animation: up-down-2 .9s infinite alternate;
}

@-webkit-keyframes up-down-2 {
	0% {
		transform: translateY(-10px)
	}

	100% {
		transform: translateY(0)
	}
}

@keyframes up-down-2 {
	0% {
		transform: translateY(-10px)
	}

	100% {
		transform: translateY(0)
	}
}

.cd-headline.rotate-1 b {
	opacity: 0;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.cd-headline.rotate-1 b.is-visible {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-animation: cd-rotate-1-in 1.2s;
	-moz-animation: cd-rotate-1-in 1.2s;
	animation: cd-rotate-1-in 1.2s;
}

.cd-headline.rotate-1 b.is-hidden {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-animation: cd-rotate-1-out 1.2s;
	-moz-animation: cd-rotate-1-out 1.2s;
	animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
	0% {
		-webkit-transform: rotateX(180deg);
		opacity: 0
	}

	35% {
		-webkit-transform: rotateX(120deg);
		opacity: 0
	}

	65% {
		opacity: 0
	}

	100% {
		-webkit-transform: rotateX(360deg);
		opacity: 1
	}
}

@keyframes cd-rotate-1-in {
	0% {
		-webkit-transform: rotateX(180deg);
		-moz-transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
		-o-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0
	}

	35% {
		-webkit-transform: rotateX(120deg);
		-moz-transform: rotateX(120deg);
		-ms-transform: rotateX(120deg);
		-o-transform: rotateX(120deg);
		transform: rotateX(120deg);
		opacity: 0
	}

	65% {
		opacity: 0
	}

	100% {
		-webkit-transform: rotateX(360deg);
		-moz-transform: rotateX(360deg);
		-ms-transform: rotateX(360deg);
		-o-transform: rotateX(360deg);
		transform: rotateX(360deg);
		opacity: 1
	}
}

@-webkit-keyframes cd-rotate-1-out {
	0% {
		-webkit-transform: rotateX(0deg);
		opacity: 1
	}

	35% {
		-webkit-transform: rotateX(-40deg) scaleY(1.1);
		opacity: 1
	}

	65% {
		opacity: 0
	}

	100% {
		-webkit-transform: rotateX(180deg);
		opacity: 0
	}
}

@-moz-keyframes cd-rotate-1-out {
	0% {
		-moz-transform: rotateX(0deg);
		opacity: 1
	}

	35% {
		-webkit-transform: rotateX(-40deg) scaleY(1.1);
		opacity: 1
	}

	65% {
		opacity: 0
	}

	100% {
		-moz-transform: rotateX(180deg);
		opacity: 0
	}
}

@keyframes cd-rotate-1-out {
	0% {
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1
	}

	35% {
		transform: rotateX(-40deg) scaleY(1.1);
		opacity: 1
	}

	65% {
		opacity: 0
	}

	100% {
		-webkit-transform: rotateX(180deg);
		-moz-transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
		-o-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0
	}
}

.tmp-contact-about-inner .download-icon.tmp-btn i {
	top: 0;
	font-size: 16px;
}

@media only screen and (max-width:1400px) {
	.index-nine .tab-content-overlay-to-top {
		margin-top: 0
	}
}

@media screen and (max-width:1400px) {
	.index-ten .tab-content-overlay-to-top {
		margin-top: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.index-ten .tmp-contact-about-inner .thumbnail img {
		max-width: 300px
	}
}

@media only screen and (max-width:767px) {
	.index-ten .tmp-contact-about-inner .thumbnail img {
		max-width: 280px
	}
}

.tmp-white-version .loader-bg-pattern-wrapper {
	z-index: 0;
}

.tmp-white-version .loader-bg-pattern-wrapper {
	position: absolute;
	left: 50%;
	z-index: 0;
	top: 34.1%;
	transform: translate(-50%, -50%);
}

.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern {
	--size: 450px;
	--duration: 4s;
	--logo-color: rgb(214, 214, 214);
	--background: linear-gradient(0deg, rgba(209, 209, 209, .2) 0%, rgba(206, 206, 206, .2) 100%);
	height: var(--size);
	aspect-ratio: 1;
	position: relative;
}

@media only screen and (max-width:1199px) {
	.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 420px
	}
}

@media only screen and (max-width:767px) {
	.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 400px
	}
}

@media only screen and (max-width:575px) {
	.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 320px
	}
}

@media only screen and (max-width:479px) {
	.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 220px
	}
}

.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .box {
	position: absolute;
	background: rgba(182, 182, 182, .15);
	background: var(--background);
	border-radius: 50%;
	border-top: 1px solid rgb(206, 206, 206);
	box-shadow: rgba(160, 160, 160, .123) 0 10px 10px 0;
	backdrop-filter: blur(5px);
	animation: ripple-2 var(--duration) infinite ease-in-out;
}

.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(1) {
	inset: 40%;
	z-index: 99;
}

.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(2) {
	inset: 30%;
	z-index: 98;
	border-color: rgba(100, 100, 100, .8);
	animation-delay: .2s;
}

.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(3) {
	inset: 20%;
	z-index: 97;
	border-color: rgba(100, 100, 100, .6);
	animation-delay: .4s;
}

.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(4) {
	inset: 10%;
	z-index: 96;
	border-color: rgba(203, 203, 203, .4);
	animation-delay: .6s;
}

.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(5) {
	inset: 0;
	z-index: 95;
	border-color: rgba(100, 100, 100, .2);
	animation-delay: .8s;
}

.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .logo {
	position: absolute;
	inset: 0;
	display: grid;
	place-content: center;
	padding: 30%;
}

.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .logo svg {
	fill: var(--logo-color);
	width: 100%;
	animation: color-change var(--duration) infinite ease-in-out;
}

@keyframes ripple-2 {
	0% {
		transform: scale(1);
		box-shadow: rgba(124, 124, 124, .3) 0 10px 10px 0
	}

	50% {
		transform: scale(1.3);
		box-shadow: rgba(124, 124, 124, .3) 0 30px 20px 0
	}

	100% {
		transform: scale(1);
		box-shadow: rgba(128, 128, 128, .3) 0 10px 10px 0
	}
}

@keyframes color-change {
	0% {
		fill: var(--logo-color)
	}

	50% {
		fill: white
	}

	100% {
		fill: var(--logo-color)
	}
}

.banner-twelve-area {
	position: relative;
	z-index: 1;
	background-image: none !important;
	background: linear-gradient(90deg, rgb(6, 6, 6) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.banner-twelve-area #particles-js {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	pointer-events: none;
}

.tmp-white-version.home-12 .banner-twelve-area {
	background: linear-gradient(359deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.tmp-white-version.home-12 .loader-bg-pattern-wrapper {
	position: absolute;
	left: 50%;
	z-index: -1;
	top: 34.1%;
	transform: translate(-50%, -50%);
}

.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern {
	--size: 450px;
	--duration: 4s;
	--logo-color: rgb(214, 214, 214);
	--background: linear-gradient(0deg, rgba(223, 223, 223, .2) 0%, rgba(226, 226, 226, .2) 100%);
	height: var(--size);
	aspect-ratio: 1;
	position: relative;
}

@media only screen and (max-width:1199px) {
	.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 420px
	}
}

@media only screen and (max-width:767px) {
	.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 400px
	}
}

@media only screen and (max-width:575px) {
	.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 320px
	}
}

@media only screen and (max-width:479px) {
	.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 220px
	}
}

.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .box {
	position: absolute;
	background: rgba(223, 223, 223, .15);
	background: rgba(247, 247, 247, .3411764706);
	border-radius: 50%;
	border-top: 1px solid rgb(206, 206, 206);
	box-shadow: rgba(216, 216, 216, .123) 0 10px 10px 0;
	backdrop-filter: blur(5px);
	animation: ripple-2 var(--duration) infinite ease-in-out;
}

.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(1) {
	inset: 40%;
	z-index: 99;
}

.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(2) {
	inset: 30%;
	z-index: 98;
	border-color: rgba(100, 100, 100, .8);
	animation-delay: .2s;
}

.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(3) {
	inset: 20%;
	z-index: 97;
	border-color: rgba(100, 100, 100, .6);
	animation-delay: .4s;
}

.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(4) {
	inset: 10%;
	z-index: 96;
	border-color: rgba(203, 203, 203, .4);
	animation-delay: .6s;
}

.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(5) {
	inset: 0;
	z-index: 95;
	border-color: rgba(192, 192, 192, .2);
	animation-delay: .8s;
}

.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .logo {
	position: absolute;
	inset: 0;
	display: grid;
	place-content: center;
	padding: 30%;
}

.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .logo svg {
	fill: var(--logo-color);
	width: 100%;
	animation: color-change var(--duration) infinite ease-in-out;
}

@keyframes ripple-2 {
	0% {
		transform: scale(1);
		box-shadow: rgba(185, 185, 185, .3) 0 10px 10px 0
	}

	50% {
		transform: scale(1.3);
		box-shadow: rgba(185, 185, 185, .3) 0 30px 20px 0
	}

	100% {
		transform: scale(1);
		box-shadow: rgba(185, 185, 185, .3) 0 10px 10px 0
	}
}

@keyframes color-change {
	0% {
		fill: var(--logo-color)
	}

	50% {
		fill: white
	}

	100% {
		fill: var(--logo-color)
	}
}

.tmp-white-version.home-12 .header-left-sticky {
	background: #fff;
}

.tmp-white-version.home-12 .header-left-sticky .inner-wrapper::after {
	display: none;
}

.tmp-white-version.home-12 .tmp-right-demo .demo-button .text {
	color: var(--color-primary);
}

.tmp-white-version.index-ten .tmp-contact-about-inner::after {
	display: none;
}

@media only screen and (min-width:1600px) and (max-width:1919px) {
	.index-seven .tmp-banner-one-area {
		background-image: none !important
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.index-seven .tmp-banner-one-area {
		background-image: none !important
	}
}

.index-seven .tmp-banner-one-area {
	position: relative;
}

.index-seven .tmp-banner-one-area #particles-js {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	pointer-events: none;
}

.tmp-breadcrumb-image {
	position: relative;
	z-index: -1;
}

.tmp-breadcrumb-image #particles-js {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	pointer-events: none;
}

.tmp-banner-one-area.style-4 {
	position: relative;
	z-index: 1;
}

.tmp-banner-one-area.style-4 #particles-js {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	pointer-events: none;
}

.profile-image-1-personal-left-fixed {
	position: sticky;
	top: 110px;
	left: 80px;
	bottom: 80px;
	overflow: hidden;
}

.admin-bar .profile-image-1-personal-left-fixed {
	top: calc(110px + var(--abh));
}

.profile-image-1-personal-left-fixed .inner-content {
	border: 2px solid var(--color-border);
	z-index: 1;
	background: #010d16;
	position: relative;
	padding: 30px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-radius: 15px;
}

.profile-image-1-personal-left-fixed img {
	width: 100%;
	height: 500px;
	height: calc(100vh - 204px);
	object-fit: cover;
	border-radius: 10px;
}

.admin-bar .profile-image-1-personal-left-fixed img {
	height: calc(100vh - 204px - var(--abh));
}

.profile-image-1-personal-left-fixed .social-default {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
	justify-content: center;
	margin: -8px;
	position: absolute;
	left: 60px;
	top: 60px;
}

@media only screen and (max-width:575px) {
	.profile-image-1-personal-left-fixed .social-default {
		left: 45px;
		top: 45px
	}
}

.profile-image-1-personal-left-fixed .social-default li {
	margin: 8px;
}

@media only screen and (max-width:575px) {
	.profile-image-1-personal-left-fixed .social-default li {
		margin: 4px
	}
}

.profile-image-1-personal-left-fixed .social-default li a {
	width: 48px;
	background-color: #232324;
	height: 48px;
	line-height: 43px;
	text-align: center;
	display: inline-block;
	border-radius: 100%;
	transition: .3s;
	color: #fff;
	z-index: 2;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width:575px) {
	.profile-image-1-personal-left-fixed .social-default li a {
		width: 35px;
		height: 35px
	}
}

.profile-image-1-personal-left-fixed .social-default li a::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: var(--icon-gradient);
	transform: scale(.5);
	opacity: 0;
	transition: .3s;
	border-radius: 100%;
}

.profile-image-1-personal-left-fixed .social-default li a:hover::after {
	transform: scale(1);
	opacity: 1;
}

.profile-image-1-personal-left-fixed .title {
	position: absolute;
	left: 60px;
	bottom: 50px;
	font-size: 44px;
	z-index: 5;
	line-height: 1.4;
	font-weight: 400;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.profile-image-1-personal-left-fixed .title {
		font-size: 32px
	}
}

@media only screen and (max-width:767px) {
	.profile-image-1-personal-left-fixed .title {
		font-size: 22px
	}
}

@media only screen and (max-width:575px) {
	.profile-image-1-personal-left-fixed .title {
		left: 45px;
		bottom: 45px
	}
}

.profile-image-1-personal-left-fixed .title .header-caption {
	color: var(--color-primary);
}

.banner-twelve-area.with-bg-image {
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	min-height: 100vh;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-twelve-area.with-bg-image {
		min-height: 600px
	}
}

@media only screen and (max-width:767px) {
	.banner-twelve-area.with-bg-image {
		min-height: 520px
	}
}

.banner-twelve-area.with-bg-image .banner-one-main-wrapper .inner .title {
	font-size: 84px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-twelve-area.with-bg-image .banner-one-main-wrapper .inner .title {
		font-size: 60px
	}
}

@media only screen and (max-width:767px) {
	.banner-twelve-area.with-bg-image .banner-one-main-wrapper .inner .title {
		font-size: 54px
	}
}

@media only screen and (max-width:575px) {
	.banner-twelve-area.with-bg-image .banner-one-main-wrapper .inner .title {
		font-size: 44px
	}
}

@media only screen and (max-width:767px) {
	.banner-twelve-area.with-bg-image .banner-one-main-wrapper .inner .title {
		font-size: 32px
	}
}

.banner-twelve-area.with-bg-image .social-share-style-1 {
	justify-content: center;
	display: flex;
	margin-top: 40px;
}

.banner-twelve-area.with-bg-image .social-share-style-1 a {
	background: #141414;
}

.model-style-banner {
	position: relative;
}

.model-style-banner .social-area-wrapper-varticle {
	position: absolute;
	left: 60px;
	top: 63%;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.model-style-banner .social-area-wrapper-varticle {
		top: auto;
		bottom: 20px
	}
}

@media only screen and (max-width:767px) {
	.model-style-banner .social-area-wrapper-varticle {
		top: auto;
		bottom: 20px
	}
}

@media only screen and (max-width:575px) {
	.model-style-banner .social-area-wrapper-varticle {
		position: absolute;
		left: 50%;
		transform: translateX(-50%)
	}
}

.model-style-banner .social-area-wrapper-varticle::after {
	position: absolute;
	left: 50%;
	height: 85px;
	width: 2px;
	background: rgba(255, 255, 255, .062745098);
	content: "";
	transform: translateX(-50%);
	bottom: -100px;
}

@media only screen and (max-width:767px) {
	.model-style-banner .social-area-wrapper-varticle::after {
		display: none
	}
}

.model-style-banner .social-area-wrapper-varticle ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 15px;
}

@media only screen and (max-width:767px) {
	.model-style-banner .social-area-wrapper-varticle ul {
		flex-direction: row-reverse
	}
}

.model-style-banner .social-area-wrapper-varticle ul li {
	margin: 0;
}

.model-style-banner .social-area-wrapper-varticle ul li a {
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, .062745098);
	position: relative;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.model-style-banner .social-area-wrapper-varticle ul li a::after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	background: var(--color-primary);
	opacity: .06;
	transform: scale(0);
	transition: all .4s ease;
	z-index: -1;
}

.model-style-banner .social-area-wrapper-varticle ul li a:hover::after {
	opacity: 1;
	transform: scale(1);
}

.model-style-banner.with-instructor .hero-bg-video {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.model-style-banner.with-instructor .hero-bg-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.model-style-banner.with-instructor .banner-model-15 {
	text-align: center;
	max-width: 100%;
	margin: auto;
}

@media only screen and (max-width:767px) {
	.model-style-banner.with-instructor .banner-model-15 {
		max-width: 100%
	}
}

.model-style-banner.with-instructor .banner-model-15 p.disc {
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
}

@media only screen and (max-width:767px) {
	.model-style-banner.with-instructor .banner-model-15 p.disc {
		font-size: 16px
	}
}

.model-style-banner.with-instructor .banner-model-15 .title {
	font-size: 150px !important;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.model-style-banner.with-instructor .banner-model-15 .title {
		font-size: 120px !important
	}
}

@media only screen and (max-width:1199px) {
	.model-style-banner.with-instructor .banner-model-15 .title {
		font-size: 100px !important
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.model-style-banner.with-instructor .banner-model-15 .title {
		font-size: 70px !important
	}
}

@media only screen and (max-width:767px) {
	.model-style-banner.with-instructor .banner-model-15 .title {
		font-size: 54px !important
	}
}

@media only screen and (max-width:575px) {
	.model-style-banner.with-instructor .banner-model-15 .title {
		font-size: 54px !important
	}
}

.banner-right-thumb-left-content {
	padding-top: 0;
}

.banner-right-thumb-left-content .pre-title {
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	color: var(--color-primary);
}

.banner-right-thumb-left-content .title {
	margin-bottom: 35px;
	font-size: 64px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-right-thumb-left-content .title {
		margin-bottom: 14px;
		font-size: 44px
	}
}

@media only screen and (max-width:767px) {
	.banner-right-thumb-left-content .title {
		margin-bottom: 14px;
		font-size: 32px
	}
}

@media only screen and (max-width:575px) {
	.banner-right-thumb-left-content .title {
		font-size: 28px
	}
}

.banner-right-thumb-left-content .title span {
	color: var(--color-primary);
}

.banner-right-thumb-left-content p.disc {
	margin-bottom: 25px;
	max-width: 78%;
}

@media only screen and (max-width:575px) {
	.banner-right-thumb-left-content p.disc {
		max-width: 100%
	}
}

.banner-right-thumb-left-content .find-me-on {
	margin-top: 45px;
}

.banner-right-thumbnail-area .thumbnail-right-inner-main-image {
	padding: 25px;
	background: var(--color-gray-2);
	border-radius: 20px;
}

@media only screen and (max-width:575px) {
	.banner-right-thumbnail-area .thumbnail-right-inner-main-image {
		padding: 15px
	}
}

.banner-right-thumbnail-area .thumbnail-right-inner-main-image img {
	position: relative;
	z-index: 50 !important;
}

.box-body {
	padding: 15px;
	background: #ee0979;
	background: -webkit-linear-gradient(to right, #ff6a00, #ee0979);
	background: var(--gradient-box) !important;
	position: relative;
}

.virtuo-wrapper {
	min-height: 100vh;
	min-height: calc(100vh - var(--abh));
}

.box-body .virtuo-wrapper {
	background: var(--color-page);
	min-height: calc(100vh - 50px);
}

body.tmp-white-version.box-body .virtuo-wrapper {
	background-color: #ECF0F3;
}

@media only screen and (max-width:767px) {
	.box-body {
		padding: 10px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.box-body {
		padding: 10px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.box-body {
		padding: 10px
	}
}

.box-body .main-wrapper-inner {
	background: var(--color-secondary);
}

.box-body .banner-right-thumbnail-area .thumbnail-right-inner-main-image {
	background: var(--color-gray-2);
}

@media only screen and (max-width:575px) {
	.box-body .banner-right-thumbnail-area .thumbnail-right-inner-main-image {
		padding: 15px
	}
}

.box-body .header--sticky.sticky {
	top: 0;
	top: var(--abh);
	left: 25px;
	right: 25px;
	width: auto;
	transform: none;
}

.skill-social-wrapper {
	display: flex;
	align-items: center;
	gap: 120px;
}

@media only screen and (max-width:767px) {
	.skill-social-wrapper {
		flex-direction: column;
		gap: 30px;
		align-items: flex-start
	}

	.skill-social-wrapper .find-me-on {
		margin-top: 0
	}

	.skill-social-wrapper .find-me-on:first-child {
		margin-top: 0
	}
}

.skill-social-wrapper .find-me-on-title {
	text-transform: uppercase;
}

.best-skill-social a {
	transition: .3s;
}

.best-skill-social a img {
	max-width: 35px;
	max-height: 23px;
}

.best-skill-social a::after {
	display: none;
}

.best-skill-social a:hover {
	transform: translateY(-3px);
}

.banner-area-one-main-demo {
	position: relative;
}

.banner-area-one-main-demo .separator-animated-border.border-top-footer {
	bottom: auto;
	top: 76px;
	width: 100%;
}

@keyframes skew-hi {
	0% {
		transform: rotate(0deg)
	}

	25% {
		transform: rotate(5deg)
	}

	50% {
		transform: rotate(0eg)
	}

	75% {
		transform: rotate(-5deg)
	}

	100% {
		transform: rotate(0deg)
	}
}

.banner-main-demo-inner-content {
	margin: auto;
	text-align: center;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-main-demo-inner-content {
		padding-top: 60px
	}
}

@media only screen and (max-width:767px) {
	.banner-main-demo-inner-content {
		padding-top: 60px
	}
}

.banner-main-demo-inner-content span.top-intro {
	display: block;
	font-size: 36px;
	font-weight: 500;
}

@media only screen and (max-width:767px) {
	.banner-main-demo-inner-content span.top-intro {
		font-size: 24px
	}
}

.banner-main-demo-inner-content span.top-intro span {
	color: var(--color-primary);
	font-weight: 700;
}

.banner-main-demo-inner-content span.top-intro img {
	max-width: 45px;
	animation: skew-hi 1s linear infinite;
}

.banner-main-demo-inner-content .main-demo {
	position: relative;
	z-index: 1;
}

.banner-main-demo-inner-content .absolute-designation h2 {
	position: absolute;
	font-weight: 700;
}

.banner-main-demo-inner-content .absolute-designation .up {
	top: 65%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 110px;
	z-index: 3;
}

@media only screen and (min-width:1600px) and (max-width:1919px) {
	.banner-main-demo-inner-content .absolute-designation .up {
		font-size: 94px
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.banner-main-demo-inner-content .absolute-designation .up {
		font-size: 77px
	}
}

@media only screen and (max-width:1199px) {
	.banner-main-demo-inner-content .absolute-designation .up {
		font-size: 70px;
		min-width: max-content
	}
}

@media only screen and (max-width:767px) {
	.banner-main-demo-inner-content .absolute-designation .up {
		font-size: 44px
	}
}

@media only screen and (max-width:575px) {
	.banner-main-demo-inner-content .absolute-designation .up {
		font-size: 36px
	}
}

.banner-main-demo-inner-content .absolute-designation .down {
	z-index: -1;
	top: 36%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 100px;
	-webkit-text-stroke-width: 1px;
	stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	stroke: #fff;
	-webkit-text-fill-color: transparent;
}

@media only screen and (min-width:1600px) and (max-width:1919px) {
	.banner-main-demo-inner-content .absolute-designation .down {
		font-size: 94px
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.banner-main-demo-inner-content .absolute-designation .down {
		font-size: 84px
	}
}

@media only screen and (max-width:1199px) {
	.banner-main-demo-inner-content .absolute-designation .down {
		font-size: 70px;
		min-width: max-content
	}
}

@media only screen and (max-width:767px) {
	.banner-main-demo-inner-content .absolute-designation .down {
		font-size: 44px
	}
}

@media only screen and (max-width:575px) {
	.banner-main-demo-inner-content .absolute-designation .down {
		font-size: 36px
	}
}

.video-bg-body {
	position: relative;
}

.video-bg-body .hero-bg-video {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.video-bg-body .hero-bg-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-bg-body .hero-bg-video[data-black-overlay="5"]::before {
	z-index: 3;
}

.tmp-banner-circle img {
	z-index: 2;
	max-width: 100%;
}

.tmp-banner-circle .tmp-banner-circle-1 {
	position: absolute;
	top: 20%;
	left: 35%;
	-webkit-animation: services-triangle 5s linear infinite alternate;
	animation: services-triangle 5s linear infinite alternate;
}

.tmp-banner-circle .tmp-banner-circle-2 {
	position: absolute;
	left: 35%;
	top: 65%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-animation: services-triangle 6s linear infinite alternate;
	animation: services-triangle 6s linear infinite alternate;
}

.tmp-banner-circle .tmp-banner-circle-3 {
	position: absolute;
	top: 30%;
	right: 32%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-animation: services-triangle 7s linear infinite alternate;
	animation: services-triangle 7s linear infinite alternate;
}

.tmp-banner-circle .tmp-banner-circle-4 {
	position: absolute;
	right: 32%;
	bottom: 20%;
	-webkit-animation: services-triangle 8s linear infinite alternate;
	animation: services-triangle 8s linear infinite alternate;
}

@keyframes services-triangle {
	0% {
		-webkit-transform: rotate(0deg) translateX(-50px);
		-moz-transform: rotate(0deg) translateX(-50px);
		-ms-transform: rotate(0deg) translateX(-50px);
		transform: rotate(0deg) translateX(-50px)
	}

	100% {
		-webkit-transform: rotate(360deg) translateY(100px);
		-moz-transform: rotate(360deg) translateY(100px);
		-ms-transform: rotate(360deg) translateY(100px);
		transform: rotate(360deg) translateY(100px)
	}
}

.header-top-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
	flex-wrap: wrap;
	padding-bottom: 60px;
}

@media only screen and (max-width:575px) {
	.header-top-inner {
		flex-direction: column;
		align-items: flex-start
	}
}

.header-top-inner .section-head {
	padding-bottom: 0;
}

.section-head {
	text-align: center;
}

.section-head .section-sm {
	display: inline-flex;
	max-width: 80%;
}

@media only screen and (max-width:575px) {
	.section-head .section-sm {
		max-width: 100%
	}
}

@media (min-width:1200px) {
	.section-head .section-sm {
		max-width: 50%
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.section-head .section-sm {
		max-width: 70%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.section-head .section-sm {
		max-width: 90%
	}
}

@media only screen and (max-width:767px) {
	.section-head .section-sm {
		max-width: 80%
	}
}

@media only screen and (max-width:575px) {
	.section-head .section-sm {
		max-width: 100%
	}
}

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

.section-head.pb-0 {
	padding-bottom: 0;
}

.section-head.text-align-left {
	text-align: left;
}

.section-head.section-head-one-side {
	padding-bottom: 22px;
}

.section-head .section-sub-title {
	font-size: 16px;
	font-weight: var(--s-bold);
	color: var(--color-primary);
	text-transform: uppercase;
	margin-bottom: 8px;
	font-family: var(--font-secondary);
	display: flex;
	align-items: center;
	gap: 7px;
}

.section-head .section-sub-title.color-white {
	color: var(--color-heading);
}

.section-head .section-sub-title img {
	margin-right: 8px;
}

.section-head .section-sub-title span.subtitle {
	font-family: var(--font-secondary);
}

.section-head .title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-weight: 700;
	margin-bottom: 0;
}

@media only screen and (max-width:767px) {
	.section-head .title br {
		display: none
	}
}

@media only screen and (max-width:575px) {
	.section-head .title {
		font-size: 28px;
		line-height: 1.4
	}

	.section-head .title br {
		display: none
	}
}

@media only screen and (max-width:479px) {
	.section-head .title {
		font-size: 22px
	}
}

.section-head .title.color-white {
	color: var(--color-heading);
}

.section-head .description {
	margin-top: 10px;
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

@media only screen and (max-width:767px) {
	.section-head .description br {
		display: none
	}
}

.section-head.color-white {
	text-align: center;
	padding-bottom: 60px;
}

.section-head.color-white .section-sub-title {
	font-size: 16px;
	font-weight: var(--s-bold);
	color: var(--color-primary);
	text-transform: uppercase;
}

.section-head.color-white .section-sub-title span.subtitle {
	margin-left: 8px;
	font-family: var(--font-secondary);
}

@media only screen and (max-width:575px) {
	.section-head.color-white .title {
		font-size: 22px;
		line-height: 34px
	}
}

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

.fn__title_bordered,
.section-head .pre-title {
	border-radius: .5rem;
	padding: 6px 14px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	width: max-content;
	font-size: 14px;
	letter-spacing: .5px;
	color: var(--color-body);
	font-weight: 500;
	word-break: break-word;
	font-family: var(--font-secondary);
	line-height: 1.4074;
}

.fn__title_bordered {
	margin: 0;
}

.fn__title_bordered::before,
.section-head .pre-title::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	border: 1px solid transparent;
	background-clip: border-box;
	pointer-events: none;
	background: var(--stroke-gradient-2) border-box;
	z-index: 1;
	-webkit-mask: var(--gradient-none) padding-box, var(--gradient-none);
	-webkit-mask-composite: xor;
	mask-composite: xor;
	mask: var(--gradient-none) padding-box exclude, var(--gradient-none);
}

.fn__title_gradient,
.section-head .subtitle {
	font-weight: var(--s-bold);
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.section-head .subtitle.color-gradiant {
	background: var(--text-gradient-one);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.fn__title_gradient[data-align="left"] {
	text-align: left;
}

.fn__title_gradient[data-align="center"] {
	text-align: center;
}

.fn__title_gradient[data-align="right"] {
	text-align: right;
}

.fn__title_gradient {
	margin: 0;
}

.fn__title_classic {
	margin: 0;
	padding: 0;
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-weight: 700;
	font-size: var(--h2);
	line-height: 1.23;
}

.fn__title_classic[data-align="left"] {
	text-align: left;
}

.fn__title_classic[data-align="center"] {
	text-align: center;
}

.fn__title_classic[data-align="right"] {
	text-align: right;
}

.section-head .section-sub-title.center-title {
	justify-content: center;
}

.custom-title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 28px;
	font-weight: 700;
	line-height: 42px;
	text-transform: capitalize;
	position: relative;
}

.custom-title.mb-32 {
	margin-bottom: 32px;
}

.custom-title span {
	margin-left: 20px;
}

.custom-title span img {
	opacity: .3;
}

.discription-area {
	max-width: 400px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.discription-area {
		max-width: 80%
	}
}

@media only screen and (max-width:767px) {
	.discription-area {
		max-width: 100%
	}
}

.discription-area .description {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.discription-area .description span {
	color: var(--color-primary);
}

.social-link {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.social-link a {
	width: 40px;
	height: 40px;
	color: var(--color-heading);
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	transition: all .4s ease;
	z-index: 1;
	background: rgba(255, 255, 255, .062745098);
	border-radius: 100%;
	font-size: 14px;
}

.social-link a::after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	background: var(--icon-gradient);
	opacity: .06;
	transform: scale(0);
	transition: all .4s ease;
	z-index: -1;
}

.social-link a:hover {
	color: #ffffff;
}

.social-link a:hover::after {
	opacity: 1;
	transform: scale(1);
}

.social-link.footer a {
	min-width: 40px;
	min-height: 40px;
}

.social-link.banner {
	gap: 10px;
}

.social-link.banner a {
	border-radius: 500px;
	background: rgba(43, 43, 43, .4588235294);
	min-width: 45px;
	min-height: 45px;
	color: var(--color-heading);
	transition: var(--transition);
	opacity: 1;
	backdrop-filter: blur(4px);
}

.social-link.banner a::after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	background: var(--icon-gradient);
	opacity: .06;
	transform: scale(0);
	transition: all .4s ease;
	z-index: -1;
}

.social-link.banner a:hover {
	border-color: transparent;
	color: #ffffff;
}

.social-link.banner a:hover::after {
	opacity: 1;
	transform: scale(1);
}

.social-link-inner {
	display: flex;
	align-items: center;
	gap: 16px;
}

.social-link-inner a {
	transition: var(--transition);
}

.social-link-inner a i {
	color: var(--color-gray);
	transition: var(--transition);
}

.social-link-inner a:hover {
	color: var(--color-primary);
}

.social-link-inner a:hover i {
	color: var(--color-primary);
}

.tmp-btn-group {
	margin: -10px;
}

.tmp-btn-group .tmp-btn {
	margin: 10px;
}

.tmp-body-box-pattern {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.tmp-body-box-pattern::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	mix-blend-mode: overlay;
	background-image: linear-gradient(var(--color-white), transparent 1px), linear-gradient(to right, var(--color-white), transparent 1px);
	background-size: 100% 100px, 100px 100%;
	opacity: .08;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-attachment: fixed;
}

.right-corner-pattern {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.right-corner-pattern .right-corner-pattern-inner {
	position: relative;
	z-index: 2;
}

.right-corner-pattern::after {
	content: " ";
	position: absolute;
	right: -450px;
	bottom: -500px;
	min-width: 474px;
	min-height: 474px;
	border-radius: 100px;
	filter: blur(227px);
	z-index: 1;
	background: var(--color-primary);
}

.cv-card-version-2 {
	position: relative;
	z-index: 2;
	padding-top: 100px;
}

.cv-card-version-2 .tab-content-overlay-to-top,
.cv-card-version-2 .tab-wrapper-overlay-to-top {
	margin-top: 0;
}

.tmp-btn input {
	background-color: transparent !important;
	color: inherit !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	height: auto !important;
	transform: none !important;
}

.tmp-btn {
	cursor: pointer;
	padding: 0 30px;
	background: var(--color-primary);
	height: 60px;
	line-height: 60px;
	color: var(--color-white);
	font-size: 16px;
	letter-spacing: .5px;
	font-weight: 500;
	display: inline-block;
	position: relative;
	z-index: 1;
	transition: all .4s ease-in-out;
	border-radius: 6px;
	border: 0 none;
	outline: none;
	text-decoration: none;
	font-family: var(--font-secondary);
	text-transform: capitalize;
}

.tmp-btn.btn-border {
	background: transparent;
	border: 2px solid var(--color-border);
	color: var(--color-body);
	line-height: 57px;
}

.tmp-btn.btn-border:hover {
	background: var(--color-primary);
	border-color: var(--color-primary);
	color: var(--color-white);
}

.tmp-btn.btn-border.color-white-off {
	border-color: var(--color-border-2);
	color: var(--color-white-off);
}

.tmp-btn.btn-border.color-white-off:hover {
	border-color: var(--color-primary);
	color: var(--color-white);
}

.tmp-btn.btn-active {
	background: var(--color-primary);
	border: 2px solid transparent;
	color: var(--color-white);
}

.tmp-btn.btn-gradient {
	color: var(--color-white);
	background-size: 300% 100%;
	background-image: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-secondary), var(--color-primary));
}

.tmp-btn.btn-gradient.btn-gradient-2 {
	background-image: linear-gradient(to right, var(--color-pink), var(--color-violet), var(--color-violet), var(--color-pink));
}

.tmp-btn.btn-gradient.btn-gradient-3 {
	background-image: linear-gradient(to right, var(--color-secondary), var(--color-primary), var(--color-primary), var(--color-secondary));
}

.tmp-btn.btn-gradient:hover {
	background-color: inherit;
	background-position: 102% 0;
	transition: all .4s ease-in-out;
}

.tmp-btn.tmp-marquee-btn {
	overflow: hidden;
}

.tmp-btn.tmp-marquee-btn span {
	display: inline-flex;
	position: relative;
	z-index: 3;
	line-height: 1.2;
}

.tmp-btn.tmp-marquee-btn span::after {
	content: attr(data-text);
	position: absolute;
	white-space: nowrap;
	top: 50%;
	left: 100%;
	transform: translate(100%, -50%);
}

.tmp-btn.tmp-marquee-btn.marquee-text-y span::after {
	top: 100%;
	left: 50%;
	transform: translate(-50%, 100%);
}

.tmp-btn.tmp-marquee-btn.marquee-auto span {
	animation: btnTxtMarqueeX 2s linear infinite;
}

.tmp-btn.tmp-switch-btn {
	overflow: hidden;
}

.tmp-btn.tmp-switch-btn span {
	display: inline-flex;
	position: relative;
	z-index: 3;
	transition: opacity .65s, transform .85s;
	transition-timing-function: cubic-bezier(.15, .85, .31, 1);
}

.tmp-btn.tmp-switch-btn span::after {
	content: attr(data-text);
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	top: 50%;
	opacity: 0;
	transition: inherit;
	left: 100%;
	transform: translate(50%, -50%);
}

.tmp-btn.tmp-switch-btn.tmp-switch-y span::after {
	left: 50%;
	transform: translate(-50%, 100%);
}

.tmp-btn.icon-hover .btn-text {
	transition-timing-function: cubic-bezier(0, .71, .4, 1);
	display: inline-block;
	transition: transform .5s;
	transform: translateX(7px);
}

.tmp-btn.icon-hover .btn-icon {
	margin-inline-start: -7px;
	display: inline-block;
}

.tmp-btn.icon-hover .btn-icon i {
	transition-timing-function: cubic-bezier(0, .71, .4, 1);
	display: inline-block;
	opacity: 0;
	transform: translateX(-7px);
	transition: opacity .25s, transform .5s;
	padding-left: 0;
}

.tmp-btn.icon-hover.icon-hover-left .btn-text {
	transform: translateX(-7px);
}

.tmp-btn.icon-hover.icon-hover-left .btn-icon {
	margin-inline-start: 0;
	margin-inline-end: -7px;
}

.tmp-btn.icon-hover.icon-hover-left .btn-icon i {
	transform: translateX(7px);
}

.tmp-btn.icon-hover.icon-hover-left:hover .btn-icon i {
	transform: translateX(-7px);
}

.tmp-btn.icon-hover.icon-hover-left:hover .btn-text {
	transform: translateX(7px);
}

.tmp-btn.hover-icon-reverse .icon-reverse-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tmp-btn.hover-icon-reverse .btn-text {
	display: inline-block;
	transition: transform .6s .125s cubic-bezier(.1, .75, .25, 1);
	margin-inline-start: -23px;
}

.tmp-btn.hover-icon-reverse .btn-icon {
	display: inline-block;
	position: relative;
	top: -1px;
	transition: opacity .4s .25s, transform .6s .25s;
	transition-timing-function: cubic-bezier(.1, .75, .25, 1);
}

.tmp-btn.hover-icon-reverse .btn-icon+.btn-icon {
	margin-inline-end: 0;
	margin-inline-start: 8px;
	display: inline-block;
	margin-inline-start: 0;
	margin-inline-end: 0;
	opacity: 0;
	transform: translateX(-10px);
	transition-delay: 0s;
	order: -2;
}

.tmp-btn.hover-icon-reverse .btn-icon+.btn-icon i {
	padding-left: 0;
	padding-right: 6px;
}

.tmp-btn.rounded-player {
	border-radius: 100%;
	width: 100px;
	height: 100px;
	padding: 0;
	line-height: 100px;
	display: inline-block;
	position: relative;
}

@media only screen and (max-width:767px) {
	.tmp-btn.rounded-player {
		width: 70px;
		height: 70px;
		line-height: 70px
	}
}

.tmp-btn.rounded-player span {
	display: inline-block;
}

.tmp-btn.rounded-player span i {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
}

.tmp-btn.rounded-player.border {
	background-image: inherit;
	border-color: var(--color-white) !important;
	border-width: 2px !important;
}

.tmp-btn.rounded-player.border:hover {
	background-color: var(--color-secondary);
	border-color: var(--color-secondary) !important;
}

.tmp-btn.rounded-player.sm-size {
	width: 70px;
	height: 70px;
	line-height: 70px;
}

.tmp-btn.rounded-player:focus {
	outline: none;
	color: var(--color-white);
}

.tmp-btn.rounded-player:hover {
	transform: scale(1.1);
	background: var(--color-primary);
}

.tmp-btn.rounded-player-2 {
	border: 0;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	margin-top: -40px;
	transition: all 1s cubic-bezier(0, 0, .2, 1);
	position: relative;
	border-radius: 100%;
	background: var(--color-white);
	margin: 0 auto;
	display: inline-block;
	padding: 0;
}

@media only screen and (max-width:767px) {
	.tmp-btn.rounded-player-2 {
		width: 50px;
		height: 50px
	}
}

@media only screen and (max-width:575px) {
	.tmp-btn.rounded-player-2 {
		width: 40px;
		height: 40px;
		line-height: 40px
	}
}

.tmp-btn.rounded-player-2 .play-icon {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.tmp-btn.rounded-player-2 .play-icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	transform: translate(-6px, -9px);
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 15px solid var(--color-primary);
}

.tmp-btn.rounded-player-2.btn-large {
	width: 60px;
	height: 60px;
	margin-left: 0;
	margin-top: 0;
}

.tmp-btn.rounded-player-2.sm-size {
	width: 70px;
	height: 70px;
	line-height: 70px;
}

@media only screen and (max-width:767px) {
	.tmp-btn.rounded-player-2.sm-size {
		width: 50px;
		height: 50px;
		line-height: 50px
	}
}

.tmp-btn.rounded-player-2.btn-theme-color {
	background: var(--color-primary);
}

.tmp-btn.rounded-player-2.btn-theme-color::after {
	border-color: var(--color-primary);
}

.tmp-btn.rounded-player-2.btn-theme-color::before {
	border-color: var(--color-primary);
}

.tmp-btn.rounded-player-2.btn-theme-color .play-icon::before {
	border-left: 15px solid var(--color-white);
}

.tmp-btn.rounded-player-2.btn-theme-color:hover {
	color: inherit;
	background: var(--color-primary);
}

.tmp-btn.rounded-player-2:hover {
	color: inherit;
	background: var(--color-white);
}

.tmp-btn.with-animation::after,
.tmp-btn.with-animation::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	border-radius: 50%;
	border: 1.5px solid var(--color-white);
}

.tmp-btn.with-animation::before {
	-webkit-animation: ripple 2s linear infinite;
	animation: ripple 2s linear infinite;
}

.tmp-btn.with-animation::after {
	-webkit-animation: ripple 2s linear 1s infinite;
	animation: ripple 2s linear 1s infinite;
}

.tmp-btn.active,
.tmp-btn:hover {
	background-color: var(--color-primary);
	color: var(--color-white);
	transform: translate3d(0, -2px, 0);
}

.tmp-btn.active.icon-hover .btn-text,
.tmp-btn:hover.icon-hover .btn-text {
	transform: translateX(-7px);
}

.tmp-btn.active.icon-hover .btn-icon i,
.tmp-btn:hover.icon-hover .btn-icon i {
	opacity: 1;
	transform: translateX(7px);
}

.tmp-btn.active.hover-icon-reverse .btn-text,
.tmp-btn:hover.hover-icon-reverse .btn-text {
	transition-delay: .1s;
	transform: translateX(23px);
}

.tmp-btn.active.hover-icon-reverse .btn-icon,
.tmp-btn:hover.hover-icon-reverse .btn-icon {
	opacity: 0;
	transition-delay: 0s;
	transform: translateX(10px);
}

.tmp-btn.active.hover-icon-reverse .btn-icon+.btn-icon,
.tmp-btn:hover.hover-icon-reverse .btn-icon+.btn-icon {
	opacity: 1;
	transform: translateX(0);
	transition-delay: .225s;
}

.tmp-btn.active.tmp-switch-btn span,
.tmp-btn:hover.tmp-switch-btn span {
	transform: translateX(-200%);
}

.tmp-btn.active.tmp-switch-btn span::after,
.tmp-btn:hover.tmp-switch-btn span::after {
	opacity: 1;
	transform: translate(100%, -50%);
}

.tmp-btn.active.tmp-switch-btn.tmp-switch-y span,
.tmp-btn:hover.tmp-switch-btn.tmp-switch-y span {
	transform: translateY(-200%);
}

.tmp-btn.active.tmp-switch-btn.tmp-switch-y span::after,
.tmp-btn:hover.tmp-switch-btn.tmp-switch-y span::after {
	transform: translate(-50%, 150%);
}

.tmp-btn.active.tmp-marquee-btn span,
.tmp-btn:hover.tmp-marquee-btn span {
	animation: btnTxtMarqueeX 2s linear infinite;
}

.tmp-btn.active.tmp-marquee-btn.marquee-text-y span,
.tmp-btn:hover.tmp-marquee-btn.marquee-text-y span {
	animation: btnTxtMarqueeY .5s linear infinite;
}

.tmp-btn.btn-xs {
	padding: 0 14px;
	font-size: var(--font-size-b3);
	height: 30px;
	line-height: 29px;
	font-size: 14px;
}

.tmp-btn.btn-sm {
	padding: 0 22px;
	font-size: var(--font-size-b3);
	height: 45px;
	line-height: 43px;
	font-size: 14px;
}

@media only screen and (max-width:767px) {
	.tmp-btn.btn-sm {
		padding: 0 10px
	}
}

.tmp-btn.btn-md {
	padding: 0 25px;
	height: 50px;
	line-height: 48px;
	font-size: 14px;
}

@media only screen and (max-width:767px) {
	.tmp-btn.btn-md {
		padding: 0 15px;
		line-height: 51px
	}
}

.tmp-btn.btn-md.btn-border {
	line-height: 47px;
}

.tmp-btn.btn-lg {
	height: 70px;
	line-height: 70px;
	padding: 0 35px;
	font-size: 18px;
}

@media only screen and (max-width:767px) {
	.tmp-btn.btn-lg {
		padding: 0 17px
	}
}

.tmp-btn.btn-xl {
	padding: 0 45px;
	font-size: 20px;
	height: 75px;
	line-height: 75px;
}

@media only screen and (max-width:767px) {
	.tmp-btn.btn-xl {
		padding: 0 20px;
		font-size: 16px;
		height: 55px;
		line-height: 55px
	}
}

.tmp-btn.btn-xxl {
	padding: 0 60px;
	font-size: 22px;
	height: 100px;
	line-height: 100px;
}

@media only screen and (max-width:767px) {
	.tmp-btn.btn-xxl {
		padding: 0 20px;
		font-size: 18px;
		height: 70px;
		line-height: 70px
	}
}

.tmp-btn i {
	padding-left: 6px;
	display: inline-block;
	position: relative;
	font-size: 17px;
}

.tmp-btn .fn__svg {
	width: 18px;
	height: 18px;
}

.tmp-btn i.image-icon {
	top: inherit;
	transition: .4s;
}

.tmp-btn.btn-border-gradient {
	background: linear-gradient(90deg, #CFA2E8, #637FEA);
	border: none;
	outline: none;
	cursor: pointer;
	position: relative;
	z-index: 10;
	color: var(--color-heading);
	box-shadow: 0 10px 13px 0 rgba(209, 211, 237, .39);
	border-radius: 0;
}

.tmp-btn.btn-border-gradient::before {
	content: "";
	z-index: -1;
	top: 3px;
	left: 3px;
	position: absolute;
	background: #fff;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
}

.tmp-btn.btn-border-gradient.radius-round {
	border-radius: 500px;
}

.tmp-btn.btn-border-gradient.radius-round::before {
	border-radius: 500px;
}

.tmp-btn.hover-transform-none:hover {
	transform: none;
}

.radius-round {
	border-radius: 500px !important;
}

.tmp-arrow-icon-btn {
	height: 50px;
	width: 50px;
	border-radius: 10px;
	border: 2px solid var(--color-border);
	color: var(--color-white);
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	background: transparent;
	display: inline-block;
	position: relative;
	overflow: hidden;
	min-width: 50px;
}

.tmp-arrow-icon-btn .btn-inner {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
	display: block;
}

.tmp-arrow-icon-btn .tmp-icon {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	overflow: hidden;
	margin-top: -16px;
	margin-left: -16px;
	z-index: 1;
	color: var(--color-heading);
}

.tmp-arrow-icon-btn svg {
	display: block;
	width: 32px;
	height: 32px;
}

.tmp-arrow-icon-btn svg path {
	stroke: currentColor;
}

.tmp-arrow-icon-btn .tmp-icon {
	transition: transform .4s cubic-bezier(.785, .135, .15, .86), -webkit-transform .4s cubic-bezier(.785, .135, .15, .86);
}

.tmp-arrow-icon-btn .tmp-icon-bottom {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	transition: transform .4s cubic-bezier(.785, .135, .15, .86), -webkit-transform .4s cubic-bezier(.785, .135, .15, .86);
	transform: translateY(300%) translateX(-475%);
}

.tmp-arrow-icon-btn:hover {
	background: var(--color-primary);
	border-color: var(--color-primary);
	color: var(--color-primary);
}

.tmp-arrow-icon-btn:hover .tmp-icon {
	transform: translateY(-300%) translateX(475%);
}

.tmp-arrow-icon-btn:hover .tmp-icon-bottom {
	transform: translateY(0) translateX(0);
}

.tmp-arrow-icon-btn:hover {
	background: var(--color-primary);
	border-color: var(--color-primary);
	color: var(--color-white);
}

.read-more-btn {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 1.28px;
	text-transform: uppercase;
}

.read-more-btn.v2:hover {
	color: var(--color-primary);
}

.service-item.current .read-more-btn:hover {
	color: var(--color-heading);
}

.custom-btn {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	border: 2px solid var(--color-border);
	display: flex;
	justify-content: center;
	align-items: center;
}

.custom-btn.v2 {
	border: 1px solid var(--color-primary);
}

.custom-btn.v2:hover {
	background: #fff;
}

.custom-btn.v3 {
	border: 1px solid #ffffff;
	background: #ffffff;
}

.custom-btn.v3 i {
	color: var(--color-primary);
}

.custom-btn.v3:hover {
	background: var(--color-primary);
}

.custom-btn.v3:hover i {
	color: #fff;
}

.custom-btn i {
	transition: all .4s ease;
}

.custom-btn:hover {
	background: var(--color-primary);
	color: var(--color-heading);
	border-color: transparent;
}

.custom-btn:hover i {
	transform: rotate(0deg);
}

.tmp-btn.fn__like_btn,
.tmp-btn.portfolio-link {
	text-transform: uppercase;
}

.tmp-btn.tmp-modern-button {
	position: relative;
	border: 1px solid var(--color-border-2);
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease;
	overflow: hidden;
}

.tmp-btn.tmp-modern-button .btn-bg {
	z-index: -1;
	pointer-events: none;
	object-fit: cover;
	border-radius: inherit;
	width: 100%;
	height: 100%;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease;
	position: absolute;
	inset: 0;
}

.tmp-btn.tmp-modern-button .btn-bg-hover {
	z-index: -1;
	opacity: 0;
	pointer-events: none;
	object-fit: cover;
	border-radius: inherit;
	width: 100%;
	height: 100%;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease;
	position: absolute;
	inset: 0;
}

.tmp-btn.tmp-modern-button .btn-hack {
	pointer-events: none;
	justify-content: center;
	align-items: center;
	display: flex;
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	border-radius: inherit;
	padding: 2px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) padding-box;
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) padding-box;
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
	border-radius: 500px;
}

.tmp-btn.tmp-modern-button .btn-hack::after {
	content: "";
	position: absolute;
	width: 500%;
	height: 500%;
	background: conic-gradient(from 148deg, transparent 46%, #ffffff 50%, transparent 54%);
	z-index: 1;
	border-radius: inherit;
	animation: animate 4s linear infinite;
}

.tmp-btn.tmp-modern-button.active,
.tmp-btn.tmp-modern-button:hover {
	background: transparent;
}

.tmp-btn.tmp-modern-button.active .btn-hack::after,
.tmp-btn.tmp-modern-button:hover .btn-hack::after {
	background: conic-gradient(from 148deg, transparent 46%, var(--color-primary) 50%, transparent 54%);
}

.tmp-btn.tmp-modern-button.active .btn-bg-hover,
.tmp-btn.tmp-modern-button:hover .btn-bg-hover {
	opacity: 1;
}

@keyframes animate {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.img-box {
	position: relative;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}

.img-box img {
	width: 100%;
}

@media (min-width:568px) {
	.img-box.v2 {
		height: auto
	}
}

@media (min-width:1200px) {
	.img-box.v2 {
		height: 400px
	}
}

@media (min-width:1400px) {
	.img-box.v2 {
		height: 447px
	}
}

.img-box .img-primary {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .8s;
	background-size: cover;
	object-fit: cover;
	transform: translateX(50%) scaleX(2);
	opacity: 0;
	filter: blur(10px);
}

.img-box .img-primary {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	transform: translateX(50%) scaleX(2);
	opacity: 0;
	filter: blur(10px);
}

.img-box .img-secondary {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s ease;
}

.img-box:hover .img-secondary {
	transform: translateX(-50%) scaleX(2);
	opacity: 0;
	filter: blur(10px);
}

.img-box:hover .img-primary {
	transform: translateX(0) scaleX(1);
	opacity: 1;
	filter: blur(0);
}

.img-box .blog-tags {
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-flex;
	padding: 5px 15px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	z-index: 10;
	border-radius: 999px;
	background: var(--color-gray-2);
}

.img-box .blog-tags li {
	display: inline-flex;
	gap: 5px;
	color: var(--color-heading);
	font-family: var(--font-secondary);
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
	margin: 0;
}

.img-box .blog-tags li i {
	font-size: 11px;
}

.latest-portfolio-card-style-two:hover .img-secondary {
	transform: translateX(-50%) scaleX(2);
	opacity: 0;
	filter: blur(10px);
}

.latest-portfolio-card-style-two:hover .img-primary {
	transform: translateX(0) scaleX(1);
	opacity: 1;
	filter: blur(0);
}

.latest-portfolio-card.v5:hover .img-secondary {
	transform: translateX(-50%) scaleX(2);
	opacity: 0;
	filter: blur(10px);
}

.latest-portfolio-card.v5:hover .img-primary {
	transform: translateX(0) scaleX(1);
	opacity: 1;
	filter: blur(0);
}

.blog-card {
	border-radius: 20px;
	border: 2px solid var(--color-border);
	overflow: hidden;
	height: 100%;
}

.blog-card .blog-content-wrap {
	padding: 30px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-card .blog-content-wrap {
		padding: 20px 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-card .blog-content-wrap {
		padding: 20px 20px
	}
}

@media only screen and (max-width:767px) {
	.blog-card .blog-content-wrap {
		padding: 20px 20px
	}
}

.blog-card .blog-content-wrap .blog-title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 16px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-card .blog-content-wrap .blog-title {
		margin-bottom: 12px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-card .blog-content-wrap .blog-title {
		margin-bottom: 12px
	}
}

@media only screen and (max-width:767px) {
	.blog-card .blog-content-wrap .blog-title {
		margin-bottom: 12px
	}
}

.blog-card .blog-content-wrap .blog-title.v2:hover a {
	color: var(--color-primary);
}

.blog-card .read-more-btn {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 13px;
	font-weight: 400;
	line-height: 27px;
	display: inline-block;
	align-items: center;
	transition: var(--transition);
	letter-spacing: .5px;
}

.blog-card .read-more-btn span {
	display: inline-block;
	padding-left: 3px;
}

.blog-card .read-more-btn:hover {
	color: var(--color-primary);
}

.blog-card-style-two {
	border-radius: 20px;
	background: var(--color-gray-2);
	overflow: hidden;
	height: 100%;
}

.blog-card-style-two .blog-card-img {
	position: relative;
}

.blog-card-style-two .blog-card-img span {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--color-white);
	font-family: var(--font-primary);
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	background: rgba(20, 20, 20, .8);
	padding: 5px 20px;
	border-radius: 0 10px 10px 0;
	z-index: 10;
}

.blog-card-style-two .blog-content-wrap {
	padding: 20px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.blog-card-style-two .blog-content-wrap {
		padding: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-card-style-two .blog-content-wrap {
		padding: 20px
	}
}

@media only screen and (max-width:767px) {
	.blog-card-style-two .blog-content-wrap {
		padding: 20px
	}
}

.blog-card-style-two .blog-content-wrap .blog-tags ul {
	display: flex;
	align-items: center;
	gap: 15px;
}

.blog-card-style-two .blog-content-wrap .blog-tags ul li {
	margin: 0;
}

.blog-card-style-two .blog-content-wrap .blog-tags ul li a {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

.blog-card-style-two .blog-content-wrap .blog-tags ul li a:hover {
	color: var(--color-heading);
}

.blog-card-style-two .blog-content-wrap .blog-tags ul li a i {
	margin-right: 10px;
	position: relative;
	top: -1px;
}

.blog-card-style-two .blog-content-wrap .blog-title {
	margin-top: 12px;
	margin-bottom: 30px;
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

.widget_block,
.signle-side-bar {
	background: var(--color-gray-2);
	border-radius: 20px;
	margin-bottom: 30px;
	padding: 40px;
}

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

	.widget_block,
	.signle-side-bar {
		padding: 30px 20px
	}
}

.widget_block:last-child,
.signle-side-bar:last-child {
	margin-bottom: 0;
	margin-bottom: 0;
	position: sticky;
	top: 120px;
}

ol.wp-block-latest-comments {
	padding: 0;
	margin: 0;
}

.signle-side-bar.search-area {
	padding: 40px;
	position: relative;
}

.wp-block-search__label {
	display: none;
}

.wp-block-search__inside-wrapper input,
.signle-side-bar.search-area input {
	height: 60px;
	border-radius: 8px;
	padding-right: 60px;
}

.signle-side-bar.search-area button {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.signle-side-bar .search-area {
	display: flex;
	align-items: center;
}

.signle-side-bar .search-area input::placeholder {
	color: var(--color-heading);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.signle-side-bar .search-area button {
	border: 0;
	width: auto;
	padding: 0;
}

.signle-side-bar .search-area i {
	min-width: 60px;
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: var(--color-primary);
	color: var(--color-white);
}

.widget_block .widgettitle,
.widget_block .wp-block-heading,
.signle-side-bar .header .title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	position: relative;
	display: inline-flex;
	margin-bottom: 24px;
}

.widget_block .widgettitle::after,
.widget_block .wp-block-heading::after,
.signle-side-bar .header .title::after {
	position: absolute;
	right: -20px;
	top: 13px;
	content: " ";
	width: 5px;
	height: 5px;
	background: var(--color-primary);
	border-radius: 100px;
}

.signle-side-bar.recent-post-area .body .single-post {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--color-border);
	margin-bottom: 12px;
	color: var(--color-gray);
}

.signle-side-bar.recent-post-area .body .single-post:hover {
	color: var(--color-primary);
}

.signle-side-bar.recent-post-area .body .single-post:hover span {
	color: var(--color-primary);
}

.signle-side-bar.recent-post-area .body .single-post:hover span .post-title {
	color: var(--color-primary);
}

.signle-side-bar.recent-post-area .body .single-post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.signle-side-bar.recent-post-area .body .single-post .single-post-left {
	display: flex;
	align-items: center;
	gap: 10px;
}

.signle-side-bar.recent-post-area .body .single-post .single-post-left .post-title {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	transition: all .4s ease;
}

.signle-side-bar.recent-post-area .body .single-post .single-post-left i {
	transition: all .4s ease;
}

.signle-side-bar.recent-post-area .body .single-post .single-post-left i:hover {
	color: var(--color-primary);
}

.signle-side-bar.recent-post-area .body .single-post .post-num {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
	transition: all .4s ease;
}

.widget_virtuo_articles .post-item {
	display: flex;
	align-items: center;
	gap: 15px;
	padding-bottom: 20px;
	border-bottom: 2px solid var(--color-border);
	margin-bottom: 20px;
}

.widget_virtuo_articles .post-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget_virtuo_articles .post-item .post-image {
	min-width: 80px;
	min-height: 80px;
	width: 80px;
	display: flex;
}

.widget_virtuo_articles .post-item .post-fallback {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, .3);
}

.widget_virtuo_articles .post-item .post-image img {
	border-radius: 8px;
	min-width: 80px;
	min-height: 80px;
	width: 80px;
}

.widget_virtuo_articles .post-item .post-title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 0;
}

.widget_virtuo_articles .post-item .post-title:hover a {
	color: var(--color-primary);
}

.widget_virtuo_author .about-me-details .about-me-details-head {
	display: flex;
	margin-bottom: 30px;
	gap: 20px;
	align-items: center;
}

.widget_virtuo_author .about-me-details .about-me-details-head .about-me-img {
	width: 80px;
	height: auto;
}

.widget_virtuo_author .about-me-details .about-me-details-head .about-me-img img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 50%;
}

.widget_virtuo_author .about-me-details .about-me-details-head .about-me-right-content .author-name {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 22px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.widget_virtuo_author .about-me-details .about-me-details-head .about-me-right-content .author-role {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

.widget_virtuo_author .about-me-details .about-me-para {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.widget_tag_cloud .tagcloud {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.widget_tag_cloud .tagcloud a {
	color: var(--color-heading);
	font-family: var(--font-secondary);
	font-size: 14px;
	font-weight: 400;
	padding: 0 15px;
	border-radius: 100px;
	background: #060606;
	display: block;
	transition: .3s;
	height: 32px;
	line-height: 32px;
}

.widget_tag_cloud .tagcloud a:before {
	content: '# ';
}

.widget_tag_cloud .tagcloud a:hover {
	background: var(--color-primary);
	transform: translateY(-4px);
}

.signle-side-bar.service-list-area .single-service {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--color-border);
	margin-bottom: 10px;
}

.signle-side-bar.service-list-area .single-service:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.signle-side-bar.service-list-area .single-service .service-title {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 0;
	transition: all .4s ease;
}

.signle-side-bar.service-list-area .single-service i {
	color: var(--color-gray);
}

.signle-side-bar.service-list-area .single-service:hover .service-title,
.signle-side-bar.service-list-area .single-service:hover .service-icon,
.signle-side-bar.service-list-area .single-service:hover i {
	color: var(--color-primary);
}

.signle-side-bar.project-details-area .project-details-info {
	margin-bottom: 15px;
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 15px;
	font-weight: 700;
	line-height: 27px;
}

.signle-side-bar.project-details-area .project-details-info:last-child {
	margin-bottom: 0;
}

.signle-side-bar.project-details-area .project-details-info span {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-left: 10px;
}

.blog-classic-card {
	border-radius: 20px;
	background: var(--color-gray-2);
	overflow: hidden;
	margin-bottom: 30px;
}

.blog-classic-card:last-child {
	margin-bottom: 0;
}

.blog-classic-card .img-box {
	min-height: 462px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.blog-classic-card .img-box {
		min-height: auto
	}
}

@media only screen and (max-width:767px) {
	.blog-classic-card .img-box {
		min-height: auto
	}
}

.blog-classic-card .img-box img {
	height: auto;
}

.blog-classic-card .blog-classic-content {
	padding: 30px 40px 40px 40px;
}

@media only screen and (max-width:767px) {
	.blog-classic-card .blog-classic-content {
		padding: 30px 20px
	}
}

.blog-classic-card .blog-classic-content .title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 32px;
	font-weight: 700;
	line-height: 130%;
	text-transform: capitalize;
	margin-bottom: 20px;
}

@media only screen and (max-width:767px) {
	.blog-classic-card .blog-classic-content .title {
		margin-bottom: 10px
	}
}

@media only screen and (max-width:575px) {
	.blog-classic-card .blog-classic-content .title {
		font-size: 22px
	}
}

.blog-classic-card .blog-classic-content .title:hover a {
	color: var(--color-primary);
}

.blog-classic-card .blog-classic-content .para {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 40px;
}

@media only screen and (max-width:767px) {
	.blog-classic-card .blog-classic-content .para {
		margin-bottom: 18px
	}
}

.blog-classic-tag {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

@media (min-width:576px) {
	.blog-classic-tag {
		gap: 30px
	}
}

.blog-classic-tag .title {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 0;
}

.blog-classic-tag ul {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}

@media (min-width:576px) {
	.blog-classic-tag ul {
		gap: 30px
	}
}

.blog-classic-tag ul li {
	margin: 0;
}

.blog-classic-tag ul li .tag-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}

.blog-classic-tag ul li .tag-wrap .tag-title {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 0;
}

.about-me-social-link {
	display: flex;
	gap: 10px;
	align-items: center;
}

.about-me-social-link a:hover {
	color: var(--color-primary);
}

.tmp-pagination-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.tmp-pagination-button .pagination-btn {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 500px;
	background: var(--color-gray-2);
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	transition: all .4s ease;
}

@media only screen and (max-width:479px) {
	.tmp-pagination-button .pagination-btn {
		width: 45px;
		height: 45px
	}
}

.tmp-pagination-button .pagination-btn:hover {
	color: var(--color-primary);
	background: var(--color-primary);
	color: #fff;
}

.tmp-pagination-button .pagination-btn.active {
	color: var(--color-primary);
	background: var(--color-primary);
	color: #fff;
}

.blog-details-left-area .thumbnail-top img {
	width: 100%;
	border-radius: 10px;
}

.blog-details-left-area .blog-details-discription {
	padding: 30px 0;
}

.blog-details-left-area .blog-details-discription.blog-content {
	padding-top: 3px;
}

.blog-details-left-area .blog-details-discription:after,
.blog-details-left-area .blog-details-discription:before {
	clear: both;
	display: table;
	content: '';
}

.blog-details-left-area .blog-details-discription .split-collab {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
	margin: 0;
}

.blog-details-left-area .blog-details-discription .comment-text {
	margin-bottom: 20px;
	color: var(--color-gray);
	font-family: var(--font-secondary);
}

.blog-details-left-area .blog-details-discription .comment-text p {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.blog-details-left-area .blog-details-discription .comment-text p:last-child {
	margin-bottom: 0;
}

.quote-area-blog-details {
	padding: 30px;
	border-radius: 20px;
	background: var(--color-gray-2);
	z-index: 1;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width:767px) {
	.quote-area-blog-details {
		padding: 25px
	}
}

.quote-area-blog-details p.disc {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 20px;
	font-weight: 400;
	line-height: 35px;
	margin-bottom: 19px;
}

.quote-area-blog-details .author {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-left: 60px;
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 0;
}

.quote-area-blog-details .author::after {
	position: absolute;
	content: "";
	left: 0;
	top: 47%;
	height: 2px;
	width: 40px;
	background: var(--color-primary);
	z-index: 10;
}

.quote-area-blog-details span {
	color: var(--color-primary);
	font-size: 160px;
	opacity: .09;
	position: absolute;
	right: 10px;
	line-height: 0;
	display: inline-block;
	bottom: -27px;
}

.quote-area-blog-details span .fn__svg {
	width: 160px;
	height: 160px;
}

.our-portfolio-swiper {
	position: relative;
}

.our-portfolio-swiper .our-portfoli-swiper-card {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

@media (min-width:769px) {
	.our-portfolio-swiper .our-portfoli-swiper-card {
		flex-wrap: nowrap
	}
}

.our-portfolio-swiper .our-portfoli-swiper-card .card-right-content {
	width: 100%;
}

@media (min-width:1200px) {
	.our-portfolio-swiper .our-portfoli-swiper-card .card-right-content {
		min-width: 300px
	}
}

.our-portfolio-swiper .our-portfoli-swiper-card .card-right-content img {
	width: 100%;
	border-radius: 20px;
}

.our-portfolio-swiper-btn-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	gap: 30px;
}

.our-portfolio-swiper-btn-wrap .prev-btn,
.our-portfolio-swiper-btn-wrap .next-btn,
.our-portfolio-swiper-btn-wrap .tmp--next-prev-btn {
	display: flex;
	align-items: center;
	gap: 30px;
}

.our-portfolio-swiper-btn-wrap .prev-btn .btn-content .title,
.our-portfolio-swiper-btn-wrap .next-btn .btn-content .title,
.our-portfolio-swiper-btn-wrap .tmp--next-prev-btn .btn-content .title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 0;
	gap: 5px;
	flex-wrap: wrap;
	display: none;
	transition: var(--transition);
}

.our-portfolio-swiper-btn-wrap .prev-btn .btn-content .title:hover,
.our-portfolio-swiper-btn-wrap .next-btn .btn-content .title:hover,
.our-portfolio-swiper-btn-wrap .tmp--next-prev-btn .btn-content .title:hover {
	color: var(--color-primary);
}

@media (min-width:768px) {

	.our-portfolio-swiper-btn-wrap .prev-btn .btn-content .title,
	.our-portfolio-swiper-btn-wrap .next-btn .btn-content .title,
	.our-portfolio-swiper-btn-wrap .tmp--next-prev-btn .btn-content .title {
		display: flex
	}
}

.our-portfolio-swiper-btn-wrap .prev-btn .btn-content .para,
.our-portfolio-swiper-btn-wrap .next-btn .btn-content .para,
.our-portfolio-swiper-btn-wrap .tmp--next-prev-btn .btn-content .para {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	display: none;
}

@media (min-width:768px) {

	.our-portfolio-swiper-btn-wrap .prev-btn .btn-content .para,
	.our-portfolio-swiper-btn-wrap .next-btn .btn-content .para,
	.our-portfolio-swiper-btn-wrap .tmp--next-prev-btn .btn-content .para {
		display: flex
	}
}

.our-portfolio-swiper-btn-wrap .swiper-btn-prev,
.our-portfolio-swiper-btn-wrap .swiper-btn-next,
.our-portfolio-swiper-btn-wrap .tmp-arrow-btn {
	width: 60px;
	min-width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-heading);
	background: transparent;
	border-radius: 100px;
	border: 2px solid var(--color-border);
	transition: var(--transition);
}

.our-portfolio-swiper-btn-wrap .swiper-btn-prev i,
.our-portfolio-swiper-btn-wrap .swiper-btn-next i,
.our-portfolio-swiper-btn-wrap .tmp-arrow-btn i {
	transition: var(--transition);
}

.our-portfolio-swiper-btn-wrap .swiper-btn-prev:hover,
.our-portfolio-swiper-btn-wrap .swiper-btn-next:hover,
.our-portfolio-swiper-btn-wrap .tmp-arrow-btn:hover {
	background: var(--color-primary);
	border-color: var(--color-primary);
}

.our-portfolio-swiper-btn-wrap .swiper-btn-prev:hover i,
.our-portfolio-swiper-btn-wrap .swiper-btn-next:hover i,
.our-portfolio-swiper-btn-wrap .tmp-arrow-btn:hover i {
	color: var(--color-white) !important;
}

.our-portfolio-swiper-btn-wrap .swiper-btn-prev button,
.our-portfolio-swiper-btn-wrap .swiper-btn-next button,
.our-portfolio-swiper-btn-wrap .tmp-arrow-btn button {
	border: 0 none;
	padding: 0;
}

.blog-details-navigation {
	border-radius: 20px;
	border: 2px solid var(--color-border);
	padding: 30px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
	flex-wrap: wrap;
}

.blog-details-navigation .navigation-tags {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

@media (min-width:768px) {
	.blog-details-navigation .navigation-tags {
		gap: 30px
	}
}

.blog-details-navigation .navigation-tags .tag-title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 0;
}

.blog-details-navigation .navigation-tags ul {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

@media (min-width:768px) {
	.blog-details-navigation .navigation-tags ul {
		gap: 20px
	}
}

.blog-details-navigation .navigation-tags ul li {
	margin: 0;
}

.blog-details-navigation .navigation-tags ul li .tag {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

@media (min-width:576px) {
	.blog-details-navigation .social-link {
		margin-top: 0
	}
}

.comment-area-main-wrapper .single-comment-audience {
	display: flex;
	align-items: flex-start;
	gap: 28px;
	margin-bottom: 40px;
	flex-wrap: wrap;
	padding-bottom: 40px;
	border-bottom: 1px solid #202020;
}

.comment-area-main-wrapper .single-comment-audience:last-child {
	border-bottom: none;
}

@media (min-width:768px) {
	.comment-area-main-wrapper .single-comment-audience {
		flex-wrap: inherit
	}
}

.comment-area-main-wrapper .single-comment-audience div.author-image {
	min-width: 95px;
	min-height: 95px;
	min-width: 150px;
	padding: 15px;
	background: var(--color-gray-2);
	border-radius: 50%;
}

.comment-area-main-wrapper .single-comment-audience div.author-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}

.comment-area-main-wrapper .single-comment-audience div.author-image.tmponhover::after {
	border-radius: 50%;
}

.comment-area-main-wrapper .right-area-commnet .top-area-comment {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

@media (min-width:768px) {
	.comment-area-main-wrapper .right-area-commnet .top-area-comment {
		gap: 30px
	}
}

.comment-area-main-wrapper .right-area-commnet .top-area-comment .left {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	align-items: center;
}

.comment-area-main-wrapper .right-area-commnet .top-area-comment .left .title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 22px;
	font-weight: 500;
	line-height: 27px;
	margin-bottom: 0;
}

.comment-area-main-wrapper .right-area-commnet .top-area-comment .left .title a {
	color: inherit;
}

.comment-area-main-wrapper .right-area-commnet .top-area-comment .left span {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.comment-area-main-wrapper .right-area-commnet .disc {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.comment-area-main-wrapper .right-area-commnet .reply-btn {
	color: var(--color-gray);
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 1.28px;
	text-transform: uppercase;
}

.comment-area-main-wrapper .right-area-commnet .reply-btn:hover {
	color: var(--color-primary);
}

.comment-respond,
.blog-details-form-wrapper {
	padding: 30px;
	border-radius: 20px;
	background: var(--color-gray-2);
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .05);
}

@media (min-width:768px) {

	.comment-respond,
	.blog-details-form-wrapper {
		padding: 60px
	}
}

.comment-respond .comment-reply-title,
.blog-details-form-wrapper .title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 32px;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 5px;
}

.comment-respond .logged-in-as,
.blog-details-form-wrapper .subtitle {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 40px;
	display: inline-block;
}

.comment-respond .input-holder {
	margin-bottom: 18px;
}

.comment-respond .input-holder label,
.blog-details-form-wrapper .blog-details-form label {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 8px;
}

.blog-details-form-wrapper .blog-details-form .single-input {
	margin-bottom: 18px;
}

.comment-respond .input-holder input,
.blog-details-form-wrapper .blog-details-form .single-input input {
	border-radius: 20px;
	border: 2px solid var(--color-border);
	padding: 17px 20px;
}

.comment-respond .input-holder input:focus,
.blog-details-form-wrapper .blog-details-form .single-input input:focus {
	border: 2px solid var(--color-primary) !important;
}

.comment-respond .input-holder input::placeholder,
.blog-details-form-wrapper .blog-details-form .single-input input::placeholder {
	color: var(--color-heading);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.comment-respond textarea,
.blog-details-form-wrapper .blog-details-form textarea {
	border-radius: 20px;
	border: 2px solid var(--color-border);
	padding: 17px 20px;
	min-height: 130px;
	resize: inherit;
	transition: var(--transition);
}

.comment-respond textarea::placeholder,
.blog-details-form-wrapper .blog-details-form textarea::placeholder {
	color: var(--color-heading);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.comment-respond textarea:focus,
.blog-details-form-wrapper .blog-details-form textarea:focus {
	border-color: var(--color-primary);
}

.blog-details-form-wrapper .blog-details-form .comments-btn-wrap {
	margin-top: 30px;
}

.blog-details-form-wrapper .blog-details-form .comments-btn-wrap .comment-btn {
	padding: 9px 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 100%;
	border-radius: 100px;
	color: var(--color-gray);
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.28px;
	text-transform: uppercase;
	transition: all .4s ease;
	background: var(--color-primary);
	border: 2px solid var(--color-secondary);
	transition: var(--transition);
}

.blog-details-form-wrapper .blog-details-form .comments-btn-wrap .comment-btn:hover {
	border-color: var(--color-primary);
	background: transparent;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.card-1-body .blog-card-style-two .blog-content-wrap {
		padding: 10px
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.card-1-body .custom-title {
		font-size: 18px
	}
}

@media screen and (max-width:1400px) {
	.card-1-body .tab-content-overlay-to-top {
		margin-top: 0
	}
}

@media only screen and (max-width:767px) {
	.card-1-body .tmp-contact-about-inner {
		flex-direction: column;
		gap: 35px
	}
}

.client-testimonial-card-wrap {
	border-radius: 20px;
	border: 2px solid var(--color-border);
	position: relative;
	padding: 80px 40px 40px 40px;
}

@media (min-width:576px) {
	.client-testimonial-card-wrap {
		padding: 100px 60px 60px 60px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.client-testimonial-card-wrap {
		padding: 100px 30px 30px 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.client-testimonial-card-wrap {
		padding: 100px 20px 20px 20px
	}
}

@media only screen and (max-width:767px) {
	.client-testimonial-card-wrap {
		padding: 80px 20px 20px 20px
	}
}

.client-testimonial-card-wrap .client-card-head {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}

.client-testimonial-card-wrap .client-card-head .client-info {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.client-testimonial-card-wrap .client-card-head .client-info .client-img {
	border-radius: 100px;
	border: 2px solid var(--color-border);
	padding: 3px;
	width: 65px;
	height: 65px;
}

.client-testimonial-card-wrap .client-card-head .client-info .client-img img {
	border-radius: 100px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.client-testimonial-card-wrap .client-card-head .client-info .client-details .client-title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0;
}

.client-testimonial-card-wrap .client-card-head .client-info .client-details .client-para {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 5px;
}

.client-testimonial-card-wrap .client-para {
	margin-top: 30px;
	color: var(--color-body);
	font-family: var(--font-primary);
	font-weight: 500;
	margin-bottom: 0;
	width: 100%;
	line-height: 1.7;
	font-size: 18px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.client-testimonial-card-wrap .client-para {
		margin-top: 13px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.client-testimonial-card-wrap .client-para {
		margin-top: 13px
	}
}

@media only screen and (max-width:767px) {
	.client-testimonial-card-wrap .client-para {
		width: 81%;
		margin-top: 13px
	}
}

@media only screen and (max-width:575px) {
	.client-testimonial-card-wrap .client-para {
		width: 100%
	}
}

.client-testimonial-card-wrap .quat-logo {
	width: 80px;
	height: 80px;
	border-radius: 80px;
	border: 2px solid var(--color-border);
	background: var(--color-gray-2);
	position: absolute;
	top: -40px;
	left: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.client-testimonial-card-wrap .quat-logo img {
	filter: invert(1);
	max-height: 28px;
}

.testimonial-custom-title {
	text-align: center;
	-webkit-text-stroke: 1px #242424;
	color: transparent;
	font-family: var(--font-primary);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 60px;
}

@media (min-width:576px) {
	.testimonial-custom-title {
		font-size: 100px;
		line-height: 110px
	}
}

@media (min-width:1440px) {
	.testimonial-custom-title {
		font-size: 200px;
		line-height: 115%
	}
}

.tmp-star ul {
	display: flex;
	align-items: center;
	gap: 8px;
}

.tmp-star ul li {
	margin: 0;
	color: var(--color-primary);
}

.tmp-star .fn__svg {
	width: 20px;
	height: 20px;
}

.testimonial-swiper {
	padding-bottom: 182px;
}

@media (min-width:350px) {
	.testimonial-swiper {
		padding-bottom: 110px
	}
}

@media (min-width:420px) {
	.testimonial-swiper {
		padding-bottom: 30px
	}
}

@media (min-width:450px) {
	.testimonial-swiper {
		padding-bottom: 0
	}
}

@media (min-width:800px) {
	.testimonial-swiper {
		padding-bottom: 62px
	}
}

@media (min-width:860px) {
	.testimonial-swiper {
		padding-bottom: 30px
	}
}

@media (min-width:911px) {
	.testimonial-swiper {
		padding-bottom: 0
	}
}

@media only screen and (max-width:575px) {
	.testimonial-swiper {
		padding-bottom: 42px
	}
}

section.clients-testimonial-area {
	padding-bottom: 100px;
}

.client-testimonial-swiper {
	position: relative;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.client-testimonial-swiper {
		padding: 0 20px
	}
}

@media only screen and (max-width:767px) {
	.client-testimonial-swiper {
		padding: 0 20px
	}
}

.client-testimonial-swiper::before {
	content: " ";
	background-image: url("../img/left-bg-img.png");
	background-repeat: no-repeat;
}

.client-testimonial-swiper .swiper {
	padding-top: 40px;
	position: relative;
}

.client-testimonial-swiper .swiper::after,
.client-testimonial-swiper .swiper::before {
	content: " ";
	position: absolute;
	width: 505px;
	height: 538px;
	z-index: 1;
	display: none;
}

@media (min-width:1200px) {

	.client-testimonial-swiper .swiper::after,
	.client-testimonial-swiper .swiper::before {
		display: block
	}
}

.client-testimonial-swiper .swiper::after {
	background: linear-gradient(90deg, #060606 0%, rgba(6, 6, 6, 0) 100%);
	left: 0;
	top: 0;
}

.client-testimonial-swiper .swiper::before {
	background: linear-gradient(90deg, #060606 0%, rgba(6, 6, 6, 0) 100%);
	right: 0;
	top: 0;
	z-index: 2;
	transform: rotate(180deg);
}

.tmp-swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	opacity: 1;
	border-radius: 100%;
	background: transparent;
	box-shadow: inset 0 0 0 5px var(--color-gray-2);
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
	margin: 0 8px !important;
}

.tmp-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: transparent;
	box-shadow: inset 0 0 0 1px var(--color-primary);
	transform: scale(2);
	opacity: 1;
}

.tmp-swiper-pagination.tmp-swiper-pagination-01 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	box-shadow: inset 0 0 0 7px #212629;
	transition: var(--transition);
}

@media only screen and (max-width:767px) {
	.tmp-swiper-pagination.tmp-swiper-pagination-01 .swiper-pagination-bullet {
		width: 8px;
		height: 8px
	}
}

.tmp-swiper-pagination.tmp-swiper-pagination-01 .swiper-pagination-bullet:hover {
	box-shadow: inset 0 0 0 7px var(--color-primary);
}

.tmp-swiper-pagination.tmp-swiper-pagination-01 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	box-shadow: inset 0 0 0 1px var(--color-primary);
}

.tmp-swiper-pagination.tmp-swiper-pagination-01 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	content: "";
	position: absolute;
	height: 4px;
	width: 4px;
	background: var(--color-primary);
	border-radius: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.client-testimonial-swiper .tmp-swiper-pagination {
	position: absolute;
	bottom: -60px;
	left: 50%;
	width: max-content;
	transform: translateX(-50%);
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.client-testimonial-swiper .tmp-swiper-pagination {
		bottom: -50px
	}
}

@media only screen and (max-width:767px) {
	.client-testimonial-swiper .tmp-swiper-pagination {
		bottom: -50px
	}
}

.testimonial-inner-style-two {
	padding: 45px 44px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	height: 100%;
	border-radius: 20px;
	background: var(--color-gray-2);
	border: 2px solid var(--color-border);
	transition: var(--transition);
	min-height: 100%;
}

.testimonial-inner-style-two .testimonial-header {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.testimonial-inner-style-two .testimonial-header .thumbnail img {
	width: 50px;
	border-radius: 50%;
	aspect-ratio: 1;
	object-fit: cover;
}

.testimonial-inner-style-two .testimonial-header .ts-header {
	font-size: 14px;
	margin: 0;
	margin-left: 10px;
	font-weight: 500;
}

.testimonial-inner-style-two .testimonial-header .ts-header span {
	color: var(--color-primary);
	font-weight: 600;
	font-size: 18px;
}

.testimonial-inner-style-two .testimonial-body p.discription {
	font-size: 16px;
	line-height: 28px;
	color: var(--color-lightn);
	margin-bottom: 22px;
	transition: var(--transition);
	margin: 0;
	font-weight: 400;
	text-align: left;
}

.testimonial-inner-style-two .testimonial-body p.discription span {
	text-decoration: underline;
	font-weight: 500;
	transition: var(--transition);
	cursor: pointer;
}

.tmp-gradient-main {
	position: relative;
	z-index: 1;
}

.tmp-gradient-main .tmp-gradient-wrapper {
	filter: blur(115px);
	position: absolute;
	left: 72%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: .8;
	z-index: -1;
}

.banner-right-thumbnail-area.v2 .banner-right-thumb-left-content .title {
	font-size: 90px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.banner-right-thumbnail-area.v2 .banner-right-thumb-left-content .title {
		font-size: 65px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-right-thumbnail-area.v2 .banner-right-thumb-left-content .title {
		font-size: 65px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-right-thumbnail-area.v2 .banner-right-thumb-left-content .title {
		font-size: 45px
	}
}

@media only screen and (max-width:767px) {
	.banner-right-thumbnail-area.v2 .banner-right-thumb-left-content .title {
		font-size: 40px
	}
}

.tmp-banner-one-area {
	padding-top: 26px;
	background-image: url("../images/banner/banner-background-one.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 120px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tmp-banner-one-area {
		padding-bottom: 100px
	}
}

@media only screen and (max-width:767px) {
	.tmp-banner-one-area {
		padding-bottom: 100px
	}
}

.tmp-banner-one-area.add-pattern {
	background-image: none;
	position: relative;
	z-index: 1;
}

.tmp-banner-one-area.add-pattern::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	mix-blend-mode: overlay;
	background-image: linear-gradient(var(--color-white), transparent 1px), linear-gradient(to right, var(--color-white), transparent 1px);
	background-size: 100% 100px, 100px 100%;
	opacity: .08;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-attachment: fixed;
}

.tmp-banner-one-area.style-2 {
	background-image: url(../images/bg/bg-image-3.jpg);
	min-height: 950px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tmp-banner-one-area.style-2 {
		min-height: auto;
		padding: 100px 0;
		padding-top: 150px
	}
}

@media only screen and (max-width:767px) {
	.tmp-banner-one-area.style-2 {
		min-height: auto;
		padding: 150px 0;
		padding-top: 150px
	}
}

.tmp-banner-one-area.style-2 .inner .title {
	font-size: 64px;
	line-height: 1.2;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.tmp-banner-one-area.style-2 .inner .title {
		font-size: 60px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tmp-banner-one-area.style-2 .inner .title {
		font-size: 58px
	}
}

@media only screen and (max-width:767px) {
	.tmp-banner-one-area.style-2 .inner .title {
		font-size: 52px
	}
}

@media only screen and (max-width:575px) {
	.tmp-banner-one-area.style-2 .inner .title {
		font-size: 34px
	}
}

.tmp-banner-one-area.style-3,
.tmp-banner-one-area.style-4 {
	min-height: 850px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0;
	background-image: url(../images/banner/banner-background-02.jpg);
}

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

	.tmp-banner-one-area.style-3,
	.tmp-banner-one-area.style-4 {
		height: auto;
		padding-top: 100px;
		padding-bottom: 70px;
		min-height: auto
	}
}

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

	.tmp-banner-one-area.style-3,
	.tmp-banner-one-area.style-4 {
		padding-bottom: 10px
	}
}

.tmp-banner-one-area.style-3 .thumbnail-author,
.tmp-banner-one-area.style-4 .thumbnail-author {
	position: relative;
	z-index: 1;
	max-width: max-content;
	margin: auto;
	margin-bottom: 20px;
}

.tmp-banner-one-area.style-3 .thumbnail-author .loader-bg-pattern-wrapper,
.tmp-banner-one-area.style-4 .thumbnail-author .loader-bg-pattern-wrapper {
	top: 50%;
}

.tmp-banner-one-area.style-3 .thumbnail-author .loader-bg-pattern-wrapper .loader-bg-pattern,
.tmp-banner-one-area.style-4 .thumbnail-author .loader-bg-pattern-wrapper .loader-bg-pattern {
	--size: 380px;
	--duration: 4s;
	--logo-color: grey;
	--background: linear-gradient(0deg, rgba(50, 50, 50, .2) 0%, rgba(100, 100, 100, .2) 100%);
	height: var(--size);
	aspect-ratio: 1;
	position: relative;
}

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

	.tmp-banner-one-area.style-3 .thumbnail-author .loader-bg-pattern-wrapper .loader-bg-pattern,
	.tmp-banner-one-area.style-4 .thumbnail-author .loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 260px
	}
}

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

	.tmp-banner-one-area.style-3 .thumbnail-author .loader-bg-pattern-wrapper .loader-bg-pattern,
	.tmp-banner-one-area.style-4 .thumbnail-author .loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 230px
	}
}

.tmp-banner-one-area.style-3 .thumbnail-author img,
.tmp-banner-one-area.style-4 .thumbnail-author img {
	border-radius: 100%;
	border: 25px solid #141414;
	width: 350px;
	height: 350px;
	object-fit: cover;
	min-width: 350px;
}

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

	.tmp-banner-one-area.style-3 .thumbnail-author img,
	.tmp-banner-one-area.style-4 .thumbnail-author img {
		width: 250px;
		height: 250px;
		min-width: 250px
	}
}

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

	.tmp-banner-one-area.style-3 .inner .title,
	.tmp-banner-one-area.style-4 .inner .title {
		font-size: 40px
	}
}

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

	.tmp-banner-one-area.style-3 .inner .title,
	.tmp-banner-one-area.style-4 .inner .title {
		font-size: 34px
	}
}

.tmp-banner-one-area.style-4 {
	min-height: 900px;
	background-image: url(../images/banner/banner-background-04.jpg);
	position: relative;
	background-image: none;
}

.tmp-banner-one-area.style-4 .galaxy {
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to right, #19191b 1px, transparent 1px), linear-gradient(to bottom, #19191b 1px, transparent 1px);
	background-size: 13rem 13rem;
	background-position: center center;
	position: absolute;
	z-index: -1;
	filter: blur(0);
}

@media only screen and (max-width:767px) {
	.tmp-banner-one-area.style-4 {
		height: auto;
		padding-top: 100px;
		padding-bottom: 70px;
		min-height: auto
	}
}

.loader-bg-pattern-wrapper {
	position: absolute;
	left: 50%;
	z-index: -1;
	top: 34.1%;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width:1199px) {
	.loader-bg-pattern-wrapper {
		top: 35.1%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.loader-bg-pattern-wrapper {
		top: 28.8%
	}
}

@media only screen and (max-width:767px) {
	.loader-bg-pattern-wrapper {
		top: 38.1%
	}
}

@media only screen and (max-width:575px) {
	.loader-bg-pattern-wrapper {
		top: 36%
	}
}

@media only screen and (max-width:479px) {
	.loader-bg-pattern-wrapper {
		top: 36%
	}
}

.loader-bg-pattern-wrapper .loader-bg-pattern {
	--size: 450px;
	--duration: 4s;
	--logo-color: grey;
	--background: linear-gradient(0deg, rgba(50, 50, 50, .2) 0%, rgba(100, 100, 100, .2) 100%);
	height: var(--size);
	aspect-ratio: 1;
	position: relative;
}

@media only screen and (max-width:1199px) {
	.loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 420px
	}
}

@media only screen and (max-width:767px) {
	.loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 400px
	}
}

@media only screen and (max-width:575px) {
	.loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 320px
	}
}

@media only screen and (max-width:479px) {
	.loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 220px
	}
}

.loader-bg-pattern-wrapper .loader-bg-pattern .box {
	position: absolute;
	background: rgba(100, 100, 100, .15);
	background: var(--background);
	border-radius: 50%;
	border-top: 1px solid rgb(100, 100, 100);
	box-shadow: rgba(0, 0, 0, .3) 0 10px 10px 0;
	backdrop-filter: blur(5px);
	animation: ripple var(--duration) infinite ease-in-out;
}

.loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(1) {
	inset: 40%;
	z-index: 99;
}

.loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(2) {
	inset: 30%;
	z-index: 98;
	border-color: rgba(100, 100, 100, .8);
	animation-delay: .2s;
}

.loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(3) {
	inset: 20%;
	z-index: 97;
	border-color: rgba(100, 100, 100, .6);
	animation-delay: .4s;
}

.loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(4) {
	inset: 10%;
	z-index: 96;
	border-color: rgba(100, 100, 100, .4);
	animation-delay: .6s;
}

.loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(5) {
	inset: 0;
	z-index: 95;
	border-color: rgba(100, 100, 100, .2);
	animation-delay: .8s;
}

.loader-bg-pattern-wrapper .loader-bg-pattern .logo {
	position: absolute;
	inset: 0;
	display: grid;
	place-content: center;
	padding: 30%;
}

.loader-bg-pattern-wrapper .loader-bg-pattern .logo svg {
	fill: var(--logo-color);
	width: 100%;
	animation: color-change var(--duration) infinite ease-in-out;
}

@keyframes ripple {
	0% {
		transform: scale(1);
		box-shadow: rgba(0, 0, 0, .3) 0 10px 10px 0
	}

	50% {
		transform: scale(1.3);
		box-shadow: rgba(0, 0, 0, .3) 0 30px 20px 0
	}

	100% {
		transform: scale(1);
		box-shadow: rgba(0, 0, 0, .3) 0 10px 10px 0
	}
}

@keyframes color-change {
	0% {
		fill: var(--logo-color)
	}

	50% {
		fill: white
	}

	100% {
		fill: var(--logo-color)
	}
}

.rpp-banner-two-area {
	padding-top: 106px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.rpp-banner-two-area::after,
.rpp-banner-two-area::before {
	content: " ";
	opacity: .3;
	background: var(--color-primary);
	position: absolute;
	width: 611px;
	height: 611px;
	border-radius: 100px;
	filter: blur(300px);
	z-index: -1;
}

.rpp-banner-two-area::before {
	top: -73px;
	left: -292px;
}

.rpp-banner-two-area::after {
	top: -73px;
	right: -292px;
}

.rpp-banner-two-area .banner-shape-two {
	position: absolute;
	top: 0;
	opacity: .5;
	left: 0;
	z-index: -1;
}

.rpp-banner-four-area {
	background: var(--color-gray-2);
	overflow: hidden;
}

.tmp-white-version.index-ten .banner-one-main-wrapper .inner .title {
	margin-top: 0 !important;
}

.index-11 .banner-one-main-wrapper .inner .title {
	margin-top: 0 !important;
}

.banner-one-main-wrapper .inner .sub-title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 20px;
	font-weight: 400;
	line-height: 38px;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: inline-flex;
}

.banner-one-main-wrapper .inner .title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 62px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
	margin-top: 10px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.banner-one-main-wrapper .inner .title {
		font-size: 54px
	}
}

@media only screen and (max-width:1199px) {
	.banner-one-main-wrapper .inner .title {
		font-size: 54px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-one-main-wrapper .inner .title {
		font-size: 54px
	}
}

@media only screen and (max-width:767px) {
	.banner-one-main-wrapper .inner .title {
		font-size: 32px
	}
}

.banner-one-main-wrapper .inner .title span {
	color: var(--color-primary);
}

.banner-one-main-wrapper .inner .disc {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 31px;
	margin-bottom: 0;
	margin-top: 22px;
}

@media only screen and (max-width:767px) {
	.banner-one-main-wrapper .inner .disc {
		margin-top: 9px;
		font-size: 16px;
		font-weight: 400;
		line-height: 28px
	}
}

.banner-one-main-wrapper .inner .button-area-banner-one {
	margin-top: 39px;
	position: relative;
	z-index: 2;
}

.banner-one-main-wrapper .banner-right-content {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: end;
}

@media (min-width:1450px) {
	.banner-one-main-wrapper .banner-right-content {
		right: -80px
	}
}

.banner-one-main-wrapper .banner-right-content img {
	max-width: 600px;
	height: auto;
	object-fit: contain;
	margin-right: 70px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.banner-one-main-wrapper .banner-right-content img {
		margin-right: 0
	}
}

@media only screen and (max-width:1199px) {
	.banner-one-main-wrapper .banner-right-content img {
		margin-right: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-one-main-wrapper .banner-right-content img {
		margin: auto
	}
}

@media only screen and (max-width:767px) {
	.banner-one-main-wrapper .banner-right-content img {
		margin: auto
	}
}

@media only screen and (max-width:575px) {
	.banner-one-main-wrapper .banner-right-content img {
		max-width: 260px
	}
}

.banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
	color: var(--color-heading);
	font-family: var(--font-secondary);
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	position: absolute;
	margin-bottom: 0;
	top: 25%;
	z-index: -1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

@media (min-width:300px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
		font-size: 50px
	}
}

@media (min-width:500px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
		font-size: 60px
	}
}

@media (min-width:600px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
		font-size: 60px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
		font-size: 60px
	}
}

@media (min-width:1200px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
		font-size: 70px
	}
}

@media (min-width:1500px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
		font-size: 73px
	}
}

@media only screen and (max-width:575px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
		font-size: 48px
	}
}

@media only screen and (max-width:479px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-1 {
		font-size: 46px
	}
}

.banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
	position: absolute;
	bottom: 190px;
	left: 0;
	font-size: 48px;
	line-height: 1.2;
	-webkit-text-stroke: 1px var(--color-heading);
	color: transparent;
	font-family: var(--font-secondary);
	font-weight: 700;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

@media (min-width:300px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
		font-size: 50px;
		bottom: 30px
	}
}

@media (min-width:500px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
		font-size: 50px;
		bottom: 30px
	}
}

@media (min-width:500px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
		font-size: 60px;
		bottom: 100px
	}
}

@media (min-width:600px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
		font-size: 60px
	}
}

@media (min-width:1200px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
		font-size: 60px
	}
}

@media (min-width:1500px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
		font-size: 73px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
		font-size: 60px
	}
}

@media only screen and (max-width:575px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
		font-size: 48px
	}
}

@media only screen and (max-width:479px) {
	.banner-one-main-wrapper .banner-right-content .banner-big-text-2 {
		font-size: 46px
	}
}

.banner-two-main-wrapper {
	padding-bottom: 94px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-two-main-wrapper {
		padding-bottom: 0
	}
}

@media only screen and (max-width:767px) {
	.banner-two-main-wrapper {
		padding-bottom: 0
	}
}

.banner-two-main-wrapper .inner .sub-title {
	color: var(--color-primary);
	font-family: var(--font-primary);
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 7px;
	display: inline-flex;
}

.banner-two-main-wrapper .inner .title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 42px;
	line-height: 38px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1.3;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-two-main-wrapper .inner .title {
		font-size: 42px
	}
}

@media only screen and (max-width:767px) {
	.banner-two-main-wrapper .inner .title {
		font-size: 32px
	}
}

@media only screen and (max-width:575px) {
	.banner-two-main-wrapper .inner .title {
		font-size: 28px
	}
}

.banner-two-main-wrapper .inner .title span {
	color: var(--color-primary);
}

.banner-two-main-wrapper .inner .disc {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
	margin-bottom: 0;
	margin-top: 16px;
}

@media only screen and (max-width:767px) {
	.banner-two-main-wrapper .inner .disc {
		font-size: 18px;
		line-height: 30px
	}
}

.banner-two-main-wrapper .inner .disc span {
	color: var(--color-primary);
}

.banner-two-main-wrapper .inner .button-area-banner-two {
	margin-top: 39px;
}

.banner-two-main-wrapper .banner-right-content .main-img {
	position: relative;
	z-index: 0;
	display: flex;
	justify-content: center;
}

.banner-two-main-wrapper .banner-right-content .main-img::after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(6, 6, 6, 0) 46.14%, #010c13 100%);
	width: 100%;
	height: 580.327px;
	z-index: 0;
}

.banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-1 {
	color: var(--color-heading);
	font-family: var(--font-secondary);
	font-size: 60px;
	font-weight: 700;
	line-height: 70px;
	position: absolute;
	top: 265px;
	z-index: -1;
}

@media only screen and (max-width:575px) {
	.banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-1 {
		display: none
	}
}

@media (min-width:576px) {
	.banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-1 {
		font-size: 60px;
		line-height: 110px
	}
}

@media (min-width:992px) {
	.banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-1 {
		font-size: 90px;
		line-height: 105px
	}
}

@media (min-width:1200px) {
	.banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-1 {
		font-size: 94px;
		line-height: 120px
	}
}

.banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-2 {
	-webkit-text-stroke: 1px var(--color-heading);
	color: transparent;
	font-family: var(--font-secondary);
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
	position: absolute;
	bottom: 110px;
	z-index: 1;
	margin-bottom: 0;
}

@media (min-width:400px) {
	.banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-2 {
		font-size: 75px;
		line-height: 85px
	}
}

@media (min-width:576px) {
	.banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-2 {
		font-size: 60px;
		line-height: 110px
	}
}

@media (min-width:992px) {
	.banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-2 {
		font-size: 66px;
		line-height: 105px
	}
}

@media (min-width:1200px) {
	.banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-2 {
		font-size: 94px;
		line-height: 120px
	}
}

.banner-two-main-wrapper .banner-right-content .main-img .logo-under-img-wrap {
	position: absolute;
	width: 100px;
	left: 0;
	bottom: 0;
	z-index: 2;
}

@media (min-width:992px) {
	.banner-two-main-wrapper .banner-right-content .main-img .logo-under-img-wrap {
		width: 200px;
		left: -110px;
		bottom: -74px
	}
}

.banner-two-main-wrapper .banner-right-content .main-img .logo-under-img-wrap .logo-under-img {
	position: relative;
	left: 0;
	bottom: 0;
	transition: .3s;
	animation: rotateIn-2 20s linear infinite;
}

.banner-two-main-wrapper .banner-right-content .main-img .logo-under-img-wrap .logo-under-img-2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.banner-two-main-wrapper .banner-right-content .main-img .benner-two-bg-red-img {
	position: absolute;
	bottom: 0;
	z-index: -1;
}

.banner-four-main-wrapper .inner .sub-title,
.banner-six-main-wrapper .inner .sub-title {
	color: var(--color-primary);
	font-family: var(--font-primary);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.banner-four-main-wrapper .inner .title,
.banner-six-main-wrapper .inner .title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 48px;
	line-height: 58px;
}

@media (min-width:668px) {

	.banner-four-main-wrapper .inner .title,
	.banner-six-main-wrapper .inner .title {
		font-size: 110px;
		line-height: 100%
	}
}

@media (min-width:992px) and (max-width:1200px) {

	.banner-four-main-wrapper .inner .title,
	.banner-six-main-wrapper .inner .title {
		font-size: 90px;
		line-height: 100px
	}
}

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

	.banner-four-main-wrapper .inner .title,
	.banner-six-main-wrapper .inner .title {
		font-size: 50px;
		margin-bottom: 9px
	}
}

.banner-four-main-wrapper .inner .description,
.banner-six-main-wrapper .inner .description {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 50px;
}

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

	.banner-four-main-wrapper .inner .description,
	.banner-six-main-wrapper .inner .description {
		margin-bottom: 20px
	}
}

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

	.banner-four-main-wrapper .inner .description,
	.banner-six-main-wrapper .inner .description {
		margin-bottom: 20px
	}
}

.banner-four-main-wrapper {
	position: relative;
	z-index: 1;
	padding: 80px 0;
}

@media (min-width:992px) {
	.banner-four-main-wrapper {
		padding: 220px 0 199px 0
	}
}

.banner-four-main-wrapper .row {
	justify-content: space-between;
}

@media (min-width:1400px) {
	.banner-four-main-wrapper .banner-right-content {
		padding: 0 57px
	}
}

.banner-four-main-wrapper .banner-right-content .find-me-on {
	margin-top: 33px;
}

.banner-four-main-wrapper .banner-right-content .year-expariance-wrap {
	display: flex;
	align-items: center;
	gap: 20px;
}

@media only screen and (max-width:767px) {
	.banner-four-main-wrapper .banner-right-content .year-expariance-wrap {
		gap: 10px
	}
}

.banner-four-main-wrapper .banner-right-content .year-expariance-wrap .title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 68px;
	font-weight: 700;
	line-height: 78px;
	margin-bottom: 0;
}

.banner-four-main-wrapper .banner-right-content .year-expariance-wrap .para {
	color: var(--color-heading);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

@media (min-width:992px) {
	.banner-four-main-wrapper .bg-benner-img-four {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: -1
	}
}

.banner-four-main-wrapper .banner-four-right-bg-img {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -2;
}

.rpp-banner-four-area {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.rpp-banner-four-area .banner-four-left-bg-img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.banner-five-main-wrapper {
	padding-top: 174px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-five-main-wrapper {
		padding-top: 100px;
		padding-bottom: 80px
	}
}

@media only screen and (max-width:767px) {
	.banner-five-main-wrapper {
		padding-top: 100px;
		padding-bottom: 80px
	}
}

.banner-five-main-wrapper .inner .title {
	color: var(--color-heading);
	text-align: center;
	font-family: var(--font-primary);
	font-weight: 700;
	font-size: 38px;
	line-height: 48px;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-five-main-wrapper .inner .title {
		font-size: 49px;
		line-height: 1.2
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-five-main-wrapper .inner .title {
		font-size: 52px;
		line-height: 1.2
	}
}

@media only screen and (max-width:767px) {
	.banner-five-main-wrapper .inner .title {
		font-size: 40px;
		line-height: 56px
	}
}

@media only screen and (max-width:575px) {
	.banner-five-main-wrapper .inner .title {
		font-size: 26px;
		line-height: 38px
	}
}

.banner-five-main-wrapper .bg-benner-img-five {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
}

.banner-five-main-wrapper .bg-benner-img-five::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 300px;
	bottom: 0;
	z-index: -1;
	background: linear-gradient(180deg, #FF494A 0%, rgba(255, 73, 74, 0) 100%);
	border-radius: 291.5px 291.5px 0 0;
}

@media (min-width:400px) {
	.banner-five-main-wrapper .bg-benner-img-five::before {
		height: 482px
	}
}

.banner-five-main-wrapper .bg-benner-img-five img {
	width: 76%;
	margin: auto;
}

.banner-five-main-wrapper .banner-left-content .banner-counter ul {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

@media (min-width:992px) {
	.banner-five-main-wrapper .banner-left-content .banner-counter ul {
		display: inherit
	}
}

.banner-five-main-wrapper .banner-left-content .banner-counter ul li {
	margin: 0;
}

@media (min-width:992px) {
	.banner-five-main-wrapper .banner-left-content .banner-counter ul li {
		margin-bottom: 76px
	}
}

.banner-five-main-wrapper .banner-left-content .banner-counter ul li:last-child {
	margin-bottom: 0;
}

.banner-five-main-wrapper .banner-left-content .banner-counter ul li .banner-counter-card .title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 26px;
	line-height: 36px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 4px;
}

@media (min-width:576px) {
	.banner-five-main-wrapper .banner-left-content .banner-counter ul li .banner-counter-card .title {
		font-size: 48px;
		line-height: 60px
	}
}

.banner-five-main-wrapper .banner-left-content .banner-counter ul li .banner-counter-card .para {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-weight: 400;
	font-size: 13px;
	line-height: 23px;
}

@media (min-width:576px) {
	.banner-five-main-wrapper .banner-left-content .banner-counter ul li .banner-counter-card .para {
		font-size: 16px;
		line-height: 30px
	}
}

.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info {
	margin-bottom: 20px;
	background: transparent;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 0;
}

@media (min-width:1400px) {
	.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info {
		margin-bottom: 90px
	}
}

@media only screen and (max-width:575px) {
	.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info {
		justify-content: flex-start;
		align-items: flex-start
	}
}

.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info:last-child {
	margin-bottom: 0;
}

.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info .title {
	color: var(--color-heading);
	text-align: right;
	font-family: var(--font-primary);
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 13px;
}

.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info .para {
	color: var(--color-gray);
	text-align: right;
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 8px;
}

@media only screen and (max-width:575px) {
	.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info .para {
		text-align: left
	}
}

.banner-five-main-wrapper .banner-right-content .banner-contact-info .contact-info .para:last-child {
	margin-bottom: 0;
}

.rpp-banner-five-area {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-color: #0F0F0F;
}

.rpp-banner-five-area .banner-shape-img-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	top: 0;
	right: 0;
}

.rpp-banner-six-area {
	background: var(--color-gray-2);
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.rpp-banner-six-area .bg-left-shape {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.banner-six-main-wrapper {
	padding: 80px 0;
}

@media (min-width:992px) {
	.banner-six-main-wrapper {
		padding-top: 233px;
		padding-bottom: 136px
	}
}

.bg-benner-img-six {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.bg-benner-img-six img {
	border: 2px solid var(--color-primary);
	border-radius: 100%;
}

.bg-benner-img-six::after {
	content: url("../../assets/images/banner/banner-six-shape.png");
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
	animation: banner-cycle-animation 50s linear infinite;
	display: none;
}

@media (min-width:1400px) {
	.bg-benner-img-six::after {
		display: block
	}
}

@keyframes banner-cycle-animation {
	from {
		transform: translate(-50%, -50%) rotate(0deg)
	}

	to {
		transform: translate(-50%, -50%) rotate(360deg)
	}
}

.rpp-banner-five-area .banner-shape-img-bg img {
	height: 100%;
	width: 100%;
}

.find-me-on {
	margin-top: 60px;
}

.find-me-on .find-me-on-title {
	color: var(--color-heading);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 10px;
}

.text-para-doc-wrap {
	position: relative;
}

.text-para-doc-wrap .text-para-documents {
	color: var(--color-heading);
	text-align: center;
	font-family: var(--font-primary);
	font-weight: 700;
}

@media (min-width:576px) {
	.text-para-doc-wrap .text-para-documents {
		font-size: 40px;
		line-height: 1.45
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.text-para-doc-wrap .text-para-documents {
		font-size: 40px
	}
}

@media only screen and (max-width:767px) {
	.text-para-doc-wrap .text-para-documents {
		font-size: 25px;
		line-height: 1.5
	}
}

.text-para-doc-wrap .text-para-documents span {
	color: var(--color-primary);
}

.text-para-doc-wrap .right-bg-text-para {
	position: absolute;
	right: -150px;
	top: 0;
	display: none;
	pointer-events: none;
}

@media (min-width:1200px) {
	.text-para-doc-wrap .right-bg-text-para {
		display: block
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.text-para-doc-wrap .right-bg-text-para {
		right: 0
	}
}

.text-para-doc-wrap .left-bg-text-para {
	position: absolute;
	left: -150px;
	top: 0;
	display: none;
	pointer-events: none;
}

@media (min-width:1200px) {
	.text-para-doc-wrap .left-bg-text-para {
		display: block
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.text-para-doc-wrap .left-bg-text-para {
		left: 0
	}
}

.banner-three-main-wrapper {
	position: relative;
	padding: 80px 0;
	display: flex;
	flex-direction: column-reverse;
}

@media (min-width:992px) {
	.banner-three-main-wrapper {
		padding-top: 250px;
		padding-bottom: 250px
	}
}

@media (min-width:1200px) {
	.banner-three-main-wrapper {
		padding-top: 300px;
		padding-bottom: 358px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-three-main-wrapper {
		padding-bottom: 0
	}
}

@media only screen and (max-width:767px) {
	.banner-three-main-wrapper {
		padding-bottom: 0
	}
}

.banner-three-main-wrapper .row {
	justify-content: space-between;
}

.banner-three-main-wrapper .banner-right-content {
	position: relative;
	z-index: 2;
}

.banner-three-main-wrapper .banner-right-content .about-me .title {
	color: var(--color-heading);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

@media only screen and (max-width:767px) {
	.banner-three-main-wrapper .banner-right-content .about-me .title {
		margin-bottom: 4px
	}
}

.banner-three-main-wrapper .banner-right-content .about-me .para {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-three-main-wrapper .banner-right-content .about-me .para {
		width: 68%
	}
}

@media only screen and (max-width:767px) {
	.banner-three-main-wrapper .banner-right-content .about-me .para {
		width: 80%
	}
}

@media only screen and (max-width:575px) {
	.banner-three-main-wrapper .banner-right-content .about-me .para {
		width: 100%
	}
}

.banner-three-main-wrapper .banner-right-content .about-me .para span {
	color: var(--color-primary);
}

.banner-three-main-wrapper .banner-right-content .find-me-on {
	margin-top: 11px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-three-main-wrapper .inner {
		padding-top: 40px
	}
}

@media only screen and (max-width:767px) {
	.banner-three-main-wrapper .inner {
		padding-top: 30px
	}
}

.banner-three-main-wrapper .inner .sub-title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 28px;
	font-weight: 700;
	line-height: 38px;
	text-transform: uppercase;
}

@media only screen and (max-width:767px) {
	.banner-three-main-wrapper .inner .sub-title {
		font-size: 20px
	}
}

.banner-three-main-wrapper .inner .title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-weight: 700;
	font-size: 38px;
	line-height: 48px;
}

@media (min-width:1268px) {
	.banner-three-main-wrapper .inner .title {
		font-size: 90px;
		line-height: 115%
	}
}

@media (min-width:992px) and (max-width:1120px) {
	.banner-three-main-wrapper .inner .title {
		font-size: 64px;
		line-height: 1.2
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-three-main-wrapper .inner .title {
		font-size: 65px;
		line-height: 115%;
		margin-bottom: 12px
	}
}

@media only screen and (max-width:767px) {
	.banner-three-main-wrapper .inner .title {
		margin-bottom: 10px
	}
}

.banner-three-main-wrapper .bg-benner-img-three {
	width: 100%;
	position: relative;
}

.banner-three-main-wrapper .bg-benner-img-three img {
	width: 100%;
}

@media (min-width:992px) {
	.banner-three-main-wrapper .bg-benner-img-three::before {
		content: " ";
		position: absolute;
		left: -100px;
		bottom: -50px;
		width: 939px;
		height: 800px;
		background: linear-gradient(180deg, rgba(7, 7, 7, 0) 13.58%, #080808 92.06%);
		filter: blur(50px);
		z-index: 1
	}
}

@media (min-width:992px) {
	.banner-three-main-wrapper .bg-benner-img-three {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 0;
		width: inherit
	}
}

.banner-three-main-wrapper .texts-one {
	position: absolute;
	bottom: 5%;
	left: 10%;
	-webkit-text-stroke: 1.25px var(--color-gray);
	color: transparent;
	font-family: var(--font-primary);
	font-size: 212.855px;
	font-weight: 700;
	line-height: 115%;
	z-index: -1;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-three-main-wrapper .texts-one {
		bottom: 20%;
		font-size: 100px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-three-main-wrapper .texts-one {
		bottom: 50%;
		font-size: 100px;
		z-index: 2
	}
}

@media only screen and (max-width:767px) {
	.banner-three-main-wrapper .texts-one {
		bottom: 50%;
		font-size: 80px;
		z-index: 2;
		display: none
	}
}

@media only screen and (max-width:575px) {
	.banner-three-main-wrapper .texts-one {
		bottom: 45%;
		font-size: 70px;
		z-index: 2
	}
}

@media only screen and (max-width:479px) {
	.banner-three-main-wrapper .texts-one {
		display: none
	}
}

.banner-three-main-wrapper .texts-two {
	position: absolute;
	bottom: 0;
	left: 20%;
	-webkit-text-stroke: 1.25px #FF494A;
	font-family: var(--font-primary);
	font-size: 150px;
	font-weight: 700;
	line-height: 115%;
	color: transparent;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.banner-three-main-wrapper .texts-two {
		bottom: 5%;
		font-size: 100px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-three-main-wrapper .texts-two {
		bottom: 40%;
		font-size: 100px;
		z-index: 2
	}
}

@media only screen and (max-width:767px) {
	.banner-three-main-wrapper .texts-two {
		bottom: 45%;
		font-size: 80px;
		z-index: 2
	}
}

@media only screen and (max-width:575px) {
	.banner-three-main-wrapper .texts-two {
		bottom: 45%;
		font-size: 70px;
		z-index: 2
	}
}

@media only screen and (max-width:479px) {
	.banner-three-main-wrapper .texts-two {
		display: none
	}
}

.up-down {
	-webkit-animation: up-down 1s infinite alternate;
	animation: up-down 1s infinite alternate;
}

@-webkit-keyframes up-down {
	0% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(-10px)
	}
}

@keyframes up-down {
	0% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(-10px)
	}
}

.up-down-2 {
	-webkit-animation: up-down-2 .9s infinite alternate;
	animation: up-down-2 .9s infinite alternate;
}

.cd-headline.rotate-1 b {
	opacity: 0;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.cd-headline.rotate-1 b.is-visible {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-animation: cd-rotate-1-in 1.2s;
	-moz-animation: cd-rotate-1-in 1.2s;
	animation: cd-rotate-1-in 1.2s;
}

.cd-headline.rotate-1 b.is-hidden {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-animation: cd-rotate-1-out 1.2s;
	-moz-animation: cd-rotate-1-out 1.2s;
	animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
	0% {
		-webkit-transform: rotateX(180deg);
		opacity: 0
	}

	35% {
		-webkit-transform: rotateX(120deg);
		opacity: 0
	}

	65% {
		opacity: 0
	}

	100% {
		-webkit-transform: rotateX(360deg);
		opacity: 1
	}
}

@keyframes cd-rotate-1-in {
	0% {
		-webkit-transform: rotateX(180deg);
		-moz-transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
		-o-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0
	}

	35% {
		-webkit-transform: rotateX(120deg);
		-moz-transform: rotateX(120deg);
		-ms-transform: rotateX(120deg);
		-o-transform: rotateX(120deg);
		transform: rotateX(120deg);
		opacity: 0
	}

	65% {
		opacity: 0
	}

	100% {
		-webkit-transform: rotateX(360deg);
		-moz-transform: rotateX(360deg);
		-ms-transform: rotateX(360deg);
		-o-transform: rotateX(360deg);
		transform: rotateX(360deg);
		opacity: 1
	}
}

@-webkit-keyframes cd-rotate-1-out {
	0% {
		-webkit-transform: rotateX(0deg);
		opacity: 1
	}

	35% {
		-webkit-transform: rotateX(-40deg) scaleY(1.1);
		opacity: 1
	}

	65% {
		opacity: 0
	}

	100% {
		-webkit-transform: rotateX(180deg);
		opacity: 0
	}
}

@-moz-keyframes cd-rotate-1-out {
	0% {
		-moz-transform: rotateX(0deg);
		opacity: 1
	}

	35% {
		-webkit-transform: rotateX(-40deg) scaleY(1.1);
		opacity: 1
	}

	65% {
		opacity: 0
	}

	100% {
		-moz-transform: rotateX(180deg);
		opacity: 0
	}
}

@keyframes cd-rotate-1-out {
	0% {
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1
	}

	35% {
		transform: rotateX(-40deg) scaleY(1.1);
		opacity: 1
	}

	65% {
		opacity: 0
	}

	100% {
		-webkit-transform: rotateX(180deg);
		-moz-transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
		-o-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0
	}
}

.tmp-contact-about-inner .download-icon.tmp-btn i {
	top: 0;
	font-size: 16px;
}

@media only screen and (max-width:1400px) {
	.index-nine .tab-content-overlay-to-top {
		margin-top: 0
	}
}

@media screen and (max-width:1400px) {
	.index-ten .tab-content-overlay-to-top {
		margin-top: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.index-ten .tmp-contact-about-inner .thumbnail img {
		max-width: 300px
	}
}

@media only screen and (max-width:767px) {
	.index-ten .tmp-contact-about-inner .thumbnail img {
		max-width: 280px
	}
}

.tmp-white-version .loader-bg-pattern-wrapper {
	z-index: 0;
}

.tmp-white-version .loader-bg-pattern-wrapper {
	position: absolute;
	left: 50%;
	z-index: 0;
	top: 34.1%;
	transform: translate(-50%, -50%);
}

.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern {
	--size: 450px;
	--duration: 4s;
	--logo-color: rgb(214, 214, 214);
	--background: linear-gradient(0deg, rgba(209, 209, 209, .2) 0%, rgba(206, 206, 206, .2) 100%);
	height: var(--size);
	aspect-ratio: 1;
	position: relative;
}

@media only screen and (max-width:1199px) {
	.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 420px
	}
}

@media only screen and (max-width:767px) {
	.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 400px
	}
}

@media only screen and (max-width:575px) {
	.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 320px
	}
}

@media only screen and (max-width:479px) {
	.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 220px
	}
}

.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .box {
	position: absolute;
	background: rgba(182, 182, 182, .15);
	background: var(--background);
	border-radius: 50%;
	border-top: 1px solid rgb(206, 206, 206);
	box-shadow: rgba(160, 160, 160, .123) 0 10px 10px 0;
	backdrop-filter: blur(5px);
	animation: ripple-2 var(--duration) infinite ease-in-out;
}

.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(1) {
	inset: 40%;
	z-index: 99;
}

.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(2) {
	inset: 30%;
	z-index: 98;
	border-color: rgba(100, 100, 100, .8);
	animation-delay: .2s;
}

.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(3) {
	inset: 20%;
	z-index: 97;
	border-color: rgba(100, 100, 100, .6);
	animation-delay: .4s;
}

.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(4) {
	inset: 10%;
	z-index: 96;
	border-color: rgba(203, 203, 203, .4);
	animation-delay: .6s;
}

.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(5) {
	inset: 0;
	z-index: 95;
	border-color: rgba(100, 100, 100, .2);
	animation-delay: .8s;
}

.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .logo {
	position: absolute;
	inset: 0;
	display: grid;
	place-content: center;
	padding: 30%;
}

.tmp-white-version .loader-bg-pattern-wrapper .loader-bg-pattern .logo svg {
	fill: var(--logo-color);
	width: 100%;
	animation: color-change var(--duration) infinite ease-in-out;
}

@keyframes ripple-2 {
	0% {
		transform: scale(1);
		box-shadow: rgba(124, 124, 124, .3) 0 10px 10px 0
	}

	50% {
		transform: scale(1.3);
		box-shadow: rgba(124, 124, 124, .3) 0 30px 20px 0
	}

	100% {
		transform: scale(1);
		box-shadow: rgba(128, 128, 128, .3) 0 10px 10px 0
	}
}

@keyframes color-change {
	0% {
		fill: var(--logo-color)
	}

	50% {
		fill: white
	}

	100% {
		fill: var(--logo-color)
	}
}

.banner-twelve-area {
	position: relative;
	z-index: 1;
	background-image: none !important;
	background: linear-gradient(90deg, rgb(6, 6, 6) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.banner-twelve-area #particles-js {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	pointer-events: none;
}

.tmp-white-version.home-12 .banner-twelve-area {
	background: linear-gradient(359deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.tmp-white-version.home-12 .loader-bg-pattern-wrapper {
	position: absolute;
	left: 50%;
	z-index: -1;
	top: 34.1%;
	transform: translate(-50%, -50%);
}

.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern {
	--size: 450px;
	--duration: 4s;
	--logo-color: rgb(214, 214, 214);
	--background: linear-gradient(0deg, rgba(223, 223, 223, .2) 0%, rgba(226, 226, 226, .2) 100%);
	height: var(--size);
	aspect-ratio: 1;
	position: relative;
}

@media only screen and (max-width:1199px) {
	.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 420px
	}
}

@media only screen and (max-width:767px) {
	.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 400px
	}
}

@media only screen and (max-width:575px) {
	.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 320px
	}
}

@media only screen and (max-width:479px) {
	.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern {
		--size: 220px
	}
}

.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .box {
	position: absolute;
	background: rgba(223, 223, 223, .15);
	background: rgba(247, 247, 247, .3411764706);
	border-radius: 50%;
	border-top: 1px solid rgb(206, 206, 206);
	box-shadow: rgba(216, 216, 216, .123) 0 10px 10px 0;
	backdrop-filter: blur(5px);
	animation: ripple-2 var(--duration) infinite ease-in-out;
}

.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(1) {
	inset: 40%;
	z-index: 99;
}

.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(2) {
	inset: 30%;
	z-index: 98;
	border-color: rgba(100, 100, 100, .8);
	animation-delay: .2s;
}

.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(3) {
	inset: 20%;
	z-index: 97;
	border-color: rgba(100, 100, 100, .6);
	animation-delay: .4s;
}

.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(4) {
	inset: 10%;
	z-index: 96;
	border-color: rgba(203, 203, 203, .4);
	animation-delay: .6s;
}

.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .box:nth-child(5) {
	inset: 0;
	z-index: 95;
	border-color: rgba(192, 192, 192, .2);
	animation-delay: .8s;
}

.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .logo {
	position: absolute;
	inset: 0;
	display: grid;
	place-content: center;
	padding: 30%;
}

.tmp-white-version.home-12 .loader-bg-pattern-wrapper .loader-bg-pattern .logo svg {
	fill: var(--logo-color);
	width: 100%;
	animation: color-change var(--duration) infinite ease-in-out;
}

@keyframes ripple-2 {
	0% {
		transform: scale(1);
		box-shadow: rgba(185, 185, 185, .3) 0 10px 10px 0
	}

	50% {
		transform: scale(1.3);
		box-shadow: rgba(185, 185, 185, .3) 0 30px 20px 0
	}

	100% {
		transform: scale(1);
		box-shadow: rgba(185, 185, 185, .3) 0 10px 10px 0
	}
}

@keyframes color-change {
	0% {
		fill: var(--logo-color)
	}

	50% {
		fill: white
	}

	100% {
		fill: var(--logo-color)
	}
}

.tmp-white-version.home-12 .header-left-sticky {
	background: #fff;
}

.tmp-white-version.home-12 .header-left-sticky .inner-wrapper::after {
	display: none;
}

.tmp-white-version.home-12 .tmp-right-demo .demo-button .text {
	color: var(--color-primary);
}

.tmp-white-version.index-ten .tmp-contact-about-inner::after {
	display: none;
}

@media only screen and (min-width:1600px) and (max-width:1919px) {
	.index-seven .tmp-banner-one-area {
		background-image: none !important
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.index-seven .tmp-banner-one-area {
		background-image: none !important
	}
}

.index-seven .tmp-banner-one-area {
	position: relative;
}

.index-seven .tmp-banner-one-area #particles-js {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	pointer-events: none;
}

.tmp-breadcrumb-image {
	position: relative;
	z-index: -1;
}

.tmp-breadcrumb-image #particles-js {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	pointer-events: none;
}

.tmp-banner-one-area.style-4 {
	position: relative;
	z-index: 1;
}

.tmp-banner-one-area.style-4 #particles-js {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	pointer-events: none;
}

.profile-image-1-personal-left-fixed {
	position: sticky;
	top: 110px;
	left: 80px;
	bottom: 80px;
	overflow: hidden;
}

.profile-image-1-personal-left-fixed .inner-content {
	border: 2px solid var(--color-border);
	z-index: 1;
	background: #010d16;
	position: relative;
	padding: 30px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-radius: 15px;
}

.profile-image-1-personal-left-fixed img {
	width: 100%;
}

.profile-image-1-personal-left-fixed .social-default {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
	justify-content: center;
	margin: -8px;
	position: absolute;
	left: 60px;
	top: 60px;
}

@media only screen and (max-width:575px) {
	.profile-image-1-personal-left-fixed .social-default {
		left: 45px;
		top: 45px
	}
}

.profile-image-1-personal-left-fixed .social-default li {
	margin: 8px;
}

@media only screen and (max-width:575px) {
	.profile-image-1-personal-left-fixed .social-default li {
		margin: 4px
	}
}

.profile-image-1-personal-left-fixed .social-default li a {
	width: 48px;
	background-color: #232324;
	height: 48px;
	line-height: 43px;
	text-align: center;
	display: inline-block;
	border-radius: 100%;
	transition: .3s;
	color: #fff;
	z-index: 2;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width:575px) {
	.profile-image-1-personal-left-fixed .social-default li a {
		width: 35px;
		height: 35px
	}
}

.profile-image-1-personal-left-fixed .social-default li a::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: var(--icon-gradient);
	transform: scale(.5);
	opacity: 0;
	transition: .3s;
	border-radius: 100%;
}

.profile-image-1-personal-left-fixed .social-default li a:hover::after {
	transform: scale(1);
	opacity: 1;
}

.profile-image-1-personal-left-fixed .title {
	position: absolute;
	left: 60px;
	bottom: 50px;
	font-size: 44px;
	z-index: 5;
	line-height: 1.4;
	font-weight: 400;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.profile-image-1-personal-left-fixed .title {
		font-size: 32px
	}
}

@media only screen and (max-width:767px) {
	.profile-image-1-personal-left-fixed .title {
		font-size: 22px
	}
}

@media only screen and (max-width:575px) {
	.profile-image-1-personal-left-fixed .title {
		left: 45px;
		bottom: 45px
	}
}

.profile-image-1-personal-left-fixed .title .header-caption {
	color: var(--color-primary);
}

.banner-twelve-area.with-bg-image {
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	min-height: 100vh;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-twelve-area.with-bg-image {
		min-height: 600px
	}
}

@media only screen and (max-width:767px) {
	.banner-twelve-area.with-bg-image {
		min-height: 520px
	}
}

.banner-twelve-area.with-bg-image .banner-one-main-wrapper .inner .title {
	font-size: 84px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-twelve-area.with-bg-image .banner-one-main-wrapper .inner .title {
		font-size: 60px
	}
}

@media only screen and (max-width:767px) {
	.banner-twelve-area.with-bg-image .banner-one-main-wrapper .inner .title {
		font-size: 54px
	}
}

@media only screen and (max-width:575px) {
	.banner-twelve-area.with-bg-image .banner-one-main-wrapper .inner .title {
		font-size: 44px
	}
}

@media only screen and (max-width:767px) {
	.banner-twelve-area.with-bg-image .banner-one-main-wrapper .inner .title {
		font-size: 32px
	}
}

.banner-twelve-area.with-bg-image .social-share-style-1 {
	justify-content: center;
	display: flex;
	margin-top: 40px;
}

.banner-twelve-area.with-bg-image .social-share-style-1 a {
	background: #141414;
}

.model-style-banner {
	position: relative;
}

.model-style-banner .social-area-wrapper-varticle {
	position: absolute;
	left: 60px;
	top: 63%;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.model-style-banner .social-area-wrapper-varticle {
		top: auto;
		bottom: 20px
	}
}

@media only screen and (max-width:767px) {
	.model-style-banner .social-area-wrapper-varticle {
		top: auto;
		bottom: 20px
	}
}

@media only screen and (max-width:575px) {
	.model-style-banner .social-area-wrapper-varticle {
		position: absolute;
		left: 50%;
		transform: translateX(-50%)
	}
}

.model-style-banner .social-area-wrapper-varticle::after {
	position: absolute;
	left: 50%;
	height: 85px;
	width: 2px;
	background: rgba(255, 255, 255, .062745098);
	content: "";
	transform: translateX(-50%);
	bottom: -100px;
}

@media only screen and (max-width:767px) {
	.model-style-banner .social-area-wrapper-varticle::after {
		display: none
	}
}

.model-style-banner .social-area-wrapper-varticle ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 15px;
}

@media only screen and (max-width:767px) {
	.model-style-banner .social-area-wrapper-varticle ul {
		flex-direction: row-reverse
	}
}

.model-style-banner .social-area-wrapper-varticle ul li {
	margin: 0;
}

.model-style-banner .social-area-wrapper-varticle ul li a {
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, .062745098);
	position: relative;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.model-style-banner .social-area-wrapper-varticle ul li a::after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	background: var(--color-primary);
	opacity: .06;
	transform: scale(0);
	transition: all .4s ease;
	z-index: -1;
}

.model-style-banner .social-area-wrapper-varticle ul li a:hover::after {
	opacity: 1;
	transform: scale(1);
}

.model-style-banner.with-instructor .hero-bg-video {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.model-style-banner.with-instructor .hero-bg-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.model-style-banner.with-instructor .banner-model-15 {
	text-align: center;
	max-width: 100%;
	margin: auto;
}

@media only screen and (max-width:767px) {
	.model-style-banner.with-instructor .banner-model-15 {
		max-width: 100%
	}
}

.model-style-banner.with-instructor .banner-model-15 p.disc {
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
}

@media only screen and (max-width:767px) {
	.model-style-banner.with-instructor .banner-model-15 p.disc {
		font-size: 16px
	}
}

.model-style-banner.with-instructor .banner-model-15 .title {
	font-size: 150px !important;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.model-style-banner.with-instructor .banner-model-15 .title {
		font-size: 120px !important
	}
}

@media only screen and (max-width:1199px) {
	.model-style-banner.with-instructor .banner-model-15 .title {
		font-size: 100px !important
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.model-style-banner.with-instructor .banner-model-15 .title {
		font-size: 70px !important
	}
}

@media only screen and (max-width:767px) {
	.model-style-banner.with-instructor .banner-model-15 .title {
		font-size: 54px !important
	}
}

@media only screen and (max-width:575px) {
	.model-style-banner.with-instructor .banner-model-15 .title {
		font-size: 54px !important
	}
}

.banner-right-thumb-left-content {
	padding-top: 0;
}

.banner-right-thumb-left-content .pre-title {
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	color: var(--color-primary);
}

.banner-right-thumb-left-content .title {
	margin-bottom: 35px;
	font-size: 64px;
	font-weight: 600;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-right-thumb-left-content .title {
		margin-bottom: 14px;
		font-size: 44px
	}
}

@media only screen and (max-width:767px) {
	.banner-right-thumb-left-content .title {
		margin-bottom: 14px;
		font-size: 32px
	}
}

@media only screen and (max-width:575px) {
	.banner-right-thumb-left-content .title {
		font-size: 28px
	}
}

.banner-right-thumb-left-content .title span {
	color: var(--color-primary);
}

.banner-right-thumb-left-content p.disc {
	margin-bottom: 25px;
	max-width: 78%;
}

@media only screen and (max-width:575px) {
	.banner-right-thumb-left-content p.disc {
		max-width: 100%
	}
}

.banner-right-thumb-left-content .find-me-on {
	margin-top: 45px;
}

.banner-right-thumbnail-area .thumbnail-right-inner-main-image {
	padding: 25px;
	background: var(--color-gray-2);
	border-radius: 20px;
}

@media only screen and (max-width:575px) {
	.banner-right-thumbnail-area .thumbnail-right-inner-main-image {
		padding: 15px
	}
}

.banner-right-thumbnail-area .thumbnail-right-inner-main-image img {
	position: relative;
	z-index: 50 !important;
}

.best-skill-social a {
	transition: .3s;
}

.best-skill-social a img {
	max-width: 35px;
	max-height: 23px;
}

.best-skill-social a::after {
	display: none;
}

.best-skill-social a:hover {
	transform: translateY(-3px);
}

.banner-area-one-main-demo {
	position: relative;
}

.banner-area-one-main-demo .separator-animated-border.border-top-footer {
	bottom: auto;
	top: 76px;
	width: 100%;
}

@keyframes skew-hi {
	0% {
		transform: rotate(0deg)
	}

	25% {
		transform: rotate(5deg)
	}

	50% {
		transform: rotate(0eg)
	}

	75% {
		transform: rotate(-5deg)
	}

	100% {
		transform: rotate(0deg)
	}
}

.banner-main-demo-inner-content {
	margin: auto;
	text-align: center;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-main-demo-inner-content {
		padding-top: 60px
	}
}

@media only screen and (max-width:767px) {
	.banner-main-demo-inner-content {
		padding-top: 60px
	}
}

.banner-main-demo-inner-content span.top-intro {
	display: block;
	font-size: 36px;
	font-weight: 500;
}

@media only screen and (max-width:767px) {
	.banner-main-demo-inner-content span.top-intro {
		font-size: 24px
	}
}

.banner-main-demo-inner-content span.top-intro span {
	color: var(--color-primary);
	font-weight: 700;
}

.banner-main-demo-inner-content span.top-intro img {
	max-width: 45px;
	animation: skew-hi 1s linear infinite;
}

.banner-main-demo-inner-content .main-demo {
	position: relative;
	z-index: 1;
}

.banner-main-demo-inner-content .absolute-designation h2 {
	position: absolute;
	font-weight: 700;
}

.banner-main-demo-inner-content .absolute-designation .up {
	top: 65%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 110px;
	z-index: 3;
}

@media only screen and (min-width:1600px) and (max-width:1919px) {
	.banner-main-demo-inner-content .absolute-designation .up {
		font-size: 94px
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.banner-main-demo-inner-content .absolute-designation .up {
		font-size: 77px
	}
}

@media only screen and (max-width:1199px) {
	.banner-main-demo-inner-content .absolute-designation .up {
		font-size: 70px;
		min-width: max-content
	}
}

@media only screen and (max-width:767px) {
	.banner-main-demo-inner-content .absolute-designation .up {
		font-size: 44px
	}
}

@media only screen and (max-width:575px) {
	.banner-main-demo-inner-content .absolute-designation .up {
		font-size: 36px
	}
}

.banner-main-demo-inner-content .absolute-designation .down {
	z-index: -1;
	top: 36%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 100px;
	-webkit-text-stroke-width: 1px;
	stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	stroke: #fff;
	-webkit-text-fill-color: transparent;
}

@media only screen and (min-width:1600px) and (max-width:1919px) {
	.banner-main-demo-inner-content .absolute-designation .down {
		font-size: 94px
	}
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.banner-main-demo-inner-content .absolute-designation .down {
		font-size: 84px
	}
}

@media only screen and (max-width:1199px) {
	.banner-main-demo-inner-content .absolute-designation .down {
		font-size: 70px;
		min-width: max-content
	}
}

@media only screen and (max-width:767px) {
	.banner-main-demo-inner-content .absolute-designation .down {
		font-size: 44px
	}
}

@media only screen and (max-width:575px) {
	.banner-main-demo-inner-content .absolute-designation .down {
		font-size: 36px
	}
}

.video-bg-body {
	position: relative;
}

.video-bg-body .hero-bg-video {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.video-bg-body .hero-bg-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-bg-body .hero-bg-video[data-black-overlay="5"]::before {
	z-index: 3;
}

.tmp-banner-circle img {
	z-index: 2;
	max-width: 100%;
}

.tmp-banner-circle .tmp-banner-circle-1 {
	position: absolute;
	top: 20%;
	left: 35%;
	-webkit-animation: services-triangle 5s linear infinite alternate;
	animation: services-triangle 5s linear infinite alternate;
}

.tmp-banner-circle .tmp-banner-circle-2 {
	position: absolute;
	left: 35%;
	top: 65%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-animation: services-triangle 6s linear infinite alternate;
	animation: services-triangle 6s linear infinite alternate;
}

.tmp-banner-circle .tmp-banner-circle-3 {
	position: absolute;
	top: 30%;
	right: 32%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-animation: services-triangle 7s linear infinite alternate;
	animation: services-triangle 7s linear infinite alternate;
}

.tmp-banner-circle .tmp-banner-circle-4 {
	position: absolute;
	right: 32%;
	bottom: 20%;
	-webkit-animation: services-triangle 8s linear infinite alternate;
	animation: services-triangle 8s linear infinite alternate;
}

@keyframes services-triangle {
	0% {
		-webkit-transform: rotate(0deg) translateX(-50px);
		-moz-transform: rotate(0deg) translateX(-50px);
		-ms-transform: rotate(0deg) translateX(-50px);
		transform: rotate(0deg) translateX(-50px)
	}

	100% {
		-webkit-transform: rotate(360deg) translateY(100px);
		-moz-transform: rotate(360deg) translateY(100px);
		-ms-transform: rotate(360deg) translateY(100px);
		transform: rotate(360deg) translateY(100px)
	}
}

.video-bg-image-bg-green {
	background-position: center;
	background-attachment: fixed;
}

.testimonial-card {
	position: relative;
	z-index: 2;
	display: flex;
	padding-top: 40px;
}

.testimonial-card .card-content-wrap {
	z-index: 1;
	position: relative;
}

.testimonial-card .card-content-wrap .text-doc {
	color: var(--color-heading);
	font-family: var(--font-secondary);
	font-size: 26px;
	font-weight: 600;
	line-height: 42px;
	text-transform: capitalize;
	max-width: 420px;
	margin-bottom: 30px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.testimonial-card .card-content-wrap .text-doc {
		font-size: 20px;
		font-weight: 700;
		line-height: 36px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.testimonial-card .card-content-wrap .text-doc {
		font-size: 20px;
		font-weight: 700;
		line-height: 36px;
		max-width: 393px;
		margin-bottom: 19px
	}
}

@media only screen and (max-width:767px) {
	.testimonial-card .card-content-wrap .text-doc {
		font-size: 20px;
		font-weight: 700;
		line-height: 34px
	}
}

@media only screen and (max-width:575px) {
	.testimonial-card .card-content-wrap .text-doc {
		font-size: 21px;
		font-weight: 600;
		line-height: 28px
	}
}

.testimonial-card .card-content-wrap .card-title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 8px;
}

@media only screen and (max-width:767px) {
	.testimonial-card .card-content-wrap .card-title {
		font-size: 17px;
		font-weight: 700;
		line-height: 22px;
		margin-bottom: 2px
	}
}

.testimonial-card .card-content-wrap .card-para {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 0;
}

.testimonial-card .card-content-wrap .testimonital-icon {
	width: 110px;
	height: 93px;
	margin-top: 29px;
	opacity: .2;
}

@media only screen and (max-width:767px) {
	.testimonial-card .card-content-wrap .testimonital-icon {
		width: 79px;
		height: 71px;
		margin-top: 10px
	}
}

.testimonial-card .card-content-wrap .testimonital-icon img {
	width: 100%;
}

.testimonial-card .testimonial-card-img {
	display: flex;
	justify-content: end;
	position: absolute;
	right: 0;
	bottom: 15%;
	width: 60%;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.testimonial-card .testimonial-card-img {
		bottom: 7%;
		width: 64%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.testimonial-card .testimonial-card-img {
		bottom: 7%;
		width: 39%
	}
}

@media only screen and (max-width:767px) {
	.testimonial-card .testimonial-card-img {
		bottom: 7%;
		width: 50%
	}
}

.testimonial-card .testimonial-card-img img {
	object-fit: cover;
}

.testimonial-card.style-2 {
	background: var(--color-gray-2);
	border-radius: 20px;
	padding: 40px;
}

@media only screen and (max-width:767px) {
	.testimonial-card.style-2 {
		padding: 30px 20px
	}
}

.testimonial-card.style-2 .content .text-doc {
	line-height: 1.7;
	font-size: 18px;
	font-family: var(--font-secondary);
	color: var(--color-gray);
	font-weight: 400;
	margin-top: 43px;
	margin-bottom: 38px;
}

@media only screen and (max-width:767px) {
	.testimonial-card.style-2 .content .text-doc {
		font-size: 16px;
		margin-bottom: 18px
	}
}

.testimonial-card.style-2 .content .card-title {
	font-family: var(--font-primary);
	font-size: 18px;
	font-weight: 700;
	color: var(--color-heading);
	margin-bottom: 12px;
}

.testimonial-card.style-2 .content .card-para {
	font-family: var(--font-secondary);
	color: var(--color-gray);
	font-size: 14px;
}

.testimonial-wrapper {
	position: relative;
	z-index: 1;
}

.testimonial-wrapper .swiper-button-prev,
.testimonial-wrapper .swiper-button-next {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	border: 1px solid var(--color-border);
	transition: all .4s ease;
}

.testimonial-wrapper .swiper .swiper-slide {
	height: auto;
}

.testimonial-wrapper .swiper-button-prev i,
.testimonial-wrapper .swiper-button-next i {
	color: var(--color-heading);
	font-size: 24px;
	font-weight: 300;
	transition: all .4s ease;
}

.testimonial-wrapper .testimonial-btn-next-prev .fn__svg {
	width: 24px;
	height: 24px;
}

.testimonial-wrapper .swiper-button-prev:hover,
.testimonial-wrapper .swiper-button-next:hover {
	background: var(--color-primary);
}

.testimonial-wrapper .swiper-button-prev:hover i,
.testimonial-wrapper .swiper-button-next:hover i {
	color: #ffffff;
	transform: rotate(0deg);
}

.testimonial-wrapper .swiper-button-prev::after,
.testimonial-wrapper .swiper-button-next::after {
	display: none;
}

.testimonial-wrapper .swiper-button-prev {
	display: none;
}

@media (min-width:1700px) {
	.testimonial-wrapper .swiper-button-prev {
		left: 150px;
		display: inline-flex
	}
}

.testimonial-wrapper .swiper-button-prev i {
	transform: rotate(45deg);
}

.testimonial-wrapper .swiper-button-next {
	display: none;
}

@media (min-width:1700px) {
	.testimonial-wrapper .swiper-button-next {
		right: 150px;
		display: inline-flex
	}
}

.testimonial-wrapper .swiper-button-next i {
	transform: rotate(-45deg);
}

.price-plan-card {
	border-radius: 20px;
	background: var(--color-gray-2);
	padding: 25px;
	position: relative;
	overflow: hidden;
}

@media (min-width:576px) {
	.price-plan-card {
		padding: 40px
	}
}

.price-plan-card.active.blur-style-one::before {
	background: var(--color-primary);
	opacity: 1;
}

.price-plan-card.v2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.price-plan-card.v2 .price-plan-card-icon {
	margin-bottom: 33px;
}

.price-plan-card.v2 .check-box {
	border-top: none;
	padding-bottom: 40px;
	border-bottom: 2px solid var(--color-border);
	margin-bottom: 40px;
	padding-top: 28px;
}

@media only screen and (max-width:767px) {
	.price-plan-card.v2 .check-box {
		margin-bottom: 20px;
		padding-top: 16px
	}
}

.price-plan-card .popular-tag {
	position: absolute;
	top: 0;
	right: 0;
}

.price-plan-card .price-sub-title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
}

.price-plan-card .main-price {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 35px;
	font-weight: 700;
	line-height: 60px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.price-plan-card .per-month {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 28px;
}

@media only screen and (max-width:767px) {
	.price-plan-card .per-month {
		margin-bottom: 14px
	}
}

.check-box {
	border-top: 2px solid var(--color-border);
	padding-top: 43px;
	padding-bottom: 30px;
}

@media (min-width:992px) {
	.check-box {
		padding-bottom: 40px
	}
}

.check-box ul li {
	margin: 0 0 15px 0;
}

.check-box ul li:last-child {
	margin-bottom: 0;
}

.check-box .check-box-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.check-box .check-box-item .box-icon {
	color: var(--color-primary);
}

.check-box .check-box-item .box-para {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.pricing-table-col-2 {
	border-radius: 6px;
	padding: 37px 40px 40px 40px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: .3s;
}

@media only screen and (max-width:575px) {
	.pricing-table-col-2 {
		padding: 20px
	}
}

.pricing-table-col-2 .pricing-table-header {
	border-bottom: 1px solid var(--color-border);
	padding-bottom: 20px;
	margin-bottom: 34px;
}

.pricing-table-col-2 .pricing-table-header h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	color: var(--color-heading);
	margin: 0;
}

.pricing-table-col-2 .pricing-table-header .top p {
	font-size: 13px;
	line-height: 20px;
	color: var(--color-body);
	margin: 0;
}

.pricing-table-col-2 .pricing-table-header h3 {
	font-size: 48px;
	color: var(--color-primary);
	font-weight: 600;
	margin: 0;
}

.pricing-table-col-2 .pricing-table-header h3 span {
	font-size: 24px;
	color: var(--color-body);
}

.pricing-table-col-2 .feature-lists {
	margin-bottom: 80px;
	padding: 0;
	list-style: none;
}

.pricing-table-col-2 .feature-lists li {
	font-size: 14px;
	color: var(--color-body);
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 10px;
	font-weight: 500;
}

.pricing-table-items .info {
	font-size: 14px;
	color: var(--color-heading);
	line-height: 24px;
	margin: 10px 0 0 0;
}

.pricing-table-items .info a {
	color: var(--color-primary);
	text-decoration: underline;
	line-height: 0;
	padding: 0;
	margin: 0;
	height: 0;
	margin-top: 33px;
}

.get-in-touch-wrapper {
	border-radius: 20px;
	background: var(--color-gray-2);
	padding: 20px 30px;
}

.tmp-gray-elementor {
	background: var(--color-gray-2) !important;
}

@media (min-width:576px) {
	.get-in-touch-wrapper {
		padding: 80px 60px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.get-in-touch-wrapper {
		padding: 40px 40px
	}
}

@media only screen and (max-width:767px) {
	.get-in-touch-wrapper {
		padding: 30px 20px
	}
}

@media only screen and (max-width:575px) {
	.get-in-touch-wrapper {
		padding: 10px
	}
}

.contact-inner .title-left {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
}

@media (min-width:576px) {
	.contact-inner .title-left {
		font-size: 56px;
		line-height: 78px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.contact-inner .title-left {
		font-size: 50px;
		line-height: 1.23
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.contact-inner .title-left {
		font-size: 50px;
		line-height: 1.23
	}
}

@media only screen and (max-width:767px) {
	.contact-inner .title-left {
		font-size: 32px;
		line-height: 1.2
	}
}

.contact-form-wrapper .form-group {
	margin-bottom: 0;
	border: none !important;
}

.contact-form-wrapper .form-group input {
	background: transparent;
	height: inherit;
	padding: 15px 20px;
	font-size: 16px;
	color: var(--color-heading);
	font-weight: 600;
	border-radius: 10px;
	border: 2px solid var(--color-border);
}

.contact-form-wrapper .form-group input:focus {
	border-color: var(--color-primary);
}

.contact-form-wrapper .form-group input::placeholder {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.contact-form-wrapper .form-group textarea {
	background: transparent;
	font-size: 16px;
	color: var(--color-heading);
	font-weight: 600;
	border-radius: 10px;
	height: 160px;
	border: 2px solid var(--color-border);
}

.contact-form-wrapper .form-group textarea::placeholder {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.contact-form-wrapper .form-group textarea:focus {
	border-color: var(--color-primary);
}

.contact-info {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	padding: 50px 0;
	width: 100%;
	background: var(--color-border);
}

.contact-info .contact-icon {
	width: 70px;
	height: 70px;
	background: rgba(255, 73, 74, .2);
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-primary);
	margin-bottom: 25px;
	font-size: 30px;
}

.contact-info .title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 32px;
	font-weight: 700;
	line-height: 130%;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.contact-info .para {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	margin-bottom: 5px;
}

.contact-info .para:last-child {
	margin-bottom: 0;
}

.contact-get-in-touch-wrap .get-in-touch-wrapper .section-head {
	padding-right: 80px;
	position: sticky;
	top: 120px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.contact-get-in-touch-wrap .get-in-touch-wrapper .section-head {
		padding-right: 0
	}
}

@media only screen and (max-width:767px) {
	.contact-get-in-touch-wrap .get-in-touch-wrapper .section-head {
		padding-right: 0
	}
}

#form-messages.error {
	color: var(--color-danger);
}

#form-messages.success {
	color: var(--color-success);
}

.contact-area-left-portfolio-fixed .form-group {
	margin-bottom: 20px;
}

.contact-area-left-portfolio-fixed input,
.contact-area-left-portfolio-fixed textarea {
	border: 1px solid var(--color-border);
}

.contact-area-left-portfolio-fixed input {
	height: 70px;
	padding: 0 20px;
}

.contact-area-left-portfolio-fixed textarea {
	padding-top: 20px;
	padding-left: 20px;
	min-height: 193px;
	border-radius: var(--radius);
	resize: none;
	padding: 15px;
	font-size: 16px;
}

.tmp-contact-form.contact-form-style-1 {
	padding: 50px;
	position: relative;
	z-index: 1;
	background: var(--color-gray-2);
	border-radius: 20px;
	border: 2px solid var(--color-border)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.tmp-contact-form.contact-form-style-1 {
		padding: 30px 35px
	}
}

@media only screen and (max-width:767px) {
	.tmp-contact-form.contact-form-style-1 {
		padding: 50px 20px;
		padding-left: 20px;
		max-width: inherit
	}
}

.tmp-contact-form.contact-form-style-1 .wpcf7 form .wpcf7-response-output {
	border-radius: 10px;
	margin: 20px 0 0 0;
}

.tmp-contact-form.contact-form-style-1 form {
	padding-top: 10px;
}

.tmp-contact-form.contact-form-style-1 .form-group {
	position: relative;
	z-index: 2;
	margin-bottom: 35px;
}

.tmp-contact-form.contact-form-style-1 .wpcf7-not-valid-tip {
	position: absolute;
	top: 100%;
	margin-top: 20px;
	font-size: 13px;
}

.tmp-contact-form.contact-form-style-1 .wpcf7-spinner {
	position: absolute;
	left: 0;
	right: 0;
	display: block;
}

.wpcf7 .tmp-btn {
	text-align: center;
}

.wpcf7 .wpcf7-spinner {
	position: absolute;
	left: 0;
	right: 0;
}

.wpcf7 br,
.tmp-contact-form.contact-form-style-1 .form-submit br,
.tmp-contact-form.contact-form-style-1 .form-group br {
	display: none;
}

.tmp-contact-form.contact-form-style-1 .form-group p {
	margin: 0;
	padding: 0;
}

.tmp-contact-form.contact-form-style-1 .form-group label {
	position: absolute;
	left: 0;
	width: 100%;
	top: 9px;
	color: var(--color-body);
	transition: .3s;
	z-index: -1;
	letter-spacing: .5px;
	font-size: 16px;
}

.tmp-contact-form.contact-form-style-1 .form-group input {
	border: 0;
	border-bottom: 2px solid var(--color-border);
	background-color: transparent;
	padding-bottom: 4px;
	padding-top: 12px;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
}

.tmp-contact-form.contact-form-style-1 .form-group input:-webkit-autofill,
.tmp-contact-form.contact-form-style-1 .form-group input:-webkit-autofill:hover,
.tmp-contact-form.contact-form-style-1 .form-group input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px transparent inset !important;
	box-shadow: 0 0 0 1000px transparent inset !important;
	-webkit-text-fill-color: #fff !important;
	transition: background-color 5000s ease-in-out 0s;
}

.tmp-contact-form.contact-form-style-1 .form-group input[type=submit] {
	border: 2px solid var(--color-heading);
	background-color: transparent;
	color: var(--color-body);
	font-size: 16px;
	font-weight: 700;
	height: 46px;
	line-height: 44px;
	padding: 0;
	text-transform: capitalize;
	transition: .4s;
}

.tmp-contact-form.contact-form-style-1 .form-group input[type=submit]:hover {
	background: #000248;
	color: #ffffff;
}

.tmp-contact-form.contact-form-style-1 .form-group textarea {
	border: 0;
	min-height: 165px;
	padding-bottom: 4px;
	padding-top: 20px;
	border-bottom: 2px solid var(--color-border);
	background-color: transparent;
	resize: none;
	padding-left: 0;
}

.tmp-contact-form.contact-form-style-1 .form-group span.focus-border {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: var(--color-primary);
	transition: .4s;
}

.tmp-contact-form.contact-form-style-1 .form-group.focused label {
	top: -10px;
	font-size: 12px;
	color: var(--color-primary);
	transition: .3s;
	width: fit-content;
	background: #0c1e2a;
	border-radius: 5px;
	padding: 0 10px;
	z-index: 10;
}

.tmp-contact-form.contact-form-style-1 .form-group.focused span.focus-border {
	width: 100%;
	transition: .4s;
}

.tmp-contact-form.contact-form-style-1 .personal-information span.text {
	font-size: 15px;
	line-height: 24px;
	display: inline-block;
	padding-right: 10px;
}

.tmp-contact-form.contact-form-style-1 .personal-information span i {
	font-size: 22px;
	font-weight: 400;
	color: var(--color-heading);
	line-height: 26px;
	padding-right: 4px;
}

.tmp-contact-form.contact-form-style-1 .personal-information span a {
	font-size: 22px;
	font-weight: 700;
	color: var(--color-heading);
	line-height: 26px;
	text-decoration: none;
	transition: .4s;
}

@media only screen and (max-width:767px) {
	.tmp-contact-form.contact-form-style-1 .personal-information span a {
		font-size: 14px
	}
}

.tmp-contact-form.contact-form-style-1 .personal-information span a:hover {
	color: var(--color-primary);
}

.contact-info-box {
	padding: 50px;
	position: relative;
	z-index: 1;
	background: var(--color-gray-2);
	border-radius: 20px;
	border: 2px solid var(--color-border);
	height: 100%;
	overflow: hidden;
}

.contact-info-box .tmp-light {
	opacity: 1;
}

.contact-info-box .inner {
	position: relative;
	z-index: 2;
}

.contact-info-box i {
	font-size: 340px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-weight: 300;
	opacity: .05;
	display: block;
}

.contact-info-box i .fn__svg {
	width: 340px;
	height: 340px;
	display: block;
}

.theme-gradient {
	background: var(--theme-gradient);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.center-light-wrapper {
	position: relative;
}

.center-light-wrapper .center-light {
	position: absolute;
	width: 300px;
	height: 300px;
	left: 50%;
	top: 50%;
	background: var(--color-primary);
	border-radius: 100%;
	transform: translate(-50%, -50%);
	filter: blur(100px);
}

.breadcrumb-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../img/breadcum-bg.webp");
}

.blog-classic-area-wrapper+.tmp-footer-area {
	padding-top: 0 !important;
}

.breadcrumb-area {
	padding-top: 150px;
	padding-bottom: 70px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.breadcrumb-area {
		padding-top: 100px;
		padding-bottom: 48px
	}
}

@media only screen and (max-width:767px) {
	.breadcrumb-area {
		padding-top: 100px;
		padding-bottom: 48px
	}
}

.breadcrumb-inner {
	margin: 0 auto;
}

.breadcrumb-inner .title {
	color: var(--color-heading);
	margin-bottom: 5px;
	font-size: 40px;
	font-weight: 600;
}

.breadcrumb-inner .title small {
	display: inline-block;
	position: relative;
	font-size: 14px;
	top: -5px;
	vertical-align: top;
	margin-left: 10px;
}

@media only screen and (max-width:575px) {
	.breadcrumb-inner .title {
		font-size: 32px
	}
}

.breadcrumb-inner .page-list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.breadcrumb-inner .page-list li {
	color: var(--color-gray);
	font-family: var(--font-secondary);
}

.breadcrumb-inner .page-list li.icon {
	padding: 0 10px;
}

.breadcrumb-inner .page-list li.active {
	color: var(--color-primary);
}

.breadcrumb-inner a:hover {
	color: var(--color-primary);
}

.progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	z-index: 10000;
	opacity: 1;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
	font-family: var(--font-three);
	content: "\f062";
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	color: var(--color-primary);
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	border: 0 solid var(--color-primary);
	box-shadow: none;
	border-radius: 50% !important;
	border-radius: 5px;
	font-weight: 300;
}

.progress-wrap:hover::after {
	opacity: 1;
	content: "\f062";
	border: 0 solid var(--color-primary);
	font-weight: 300;
}

.progress-wrap::before {
	position: absolute;
	font-family: var(--font-three);
	content: "\f062";
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	opacity: 0;
	background: var(--color-primary);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	font-weight: 300;
}

.progress-wrap:hover::before {
	opacity: 0;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg {
	color: var(--color-primary);
	border-radius: 50%;
	background: #fff;
}

.progress-wrap svg.progress-circle path {
	stroke: var(--color-primary);
	stroke-width: 0;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	padding: 2px;
}

.home-blue .progress-wrap svg.progress-circle path {
	stroke: var(--color-primary-2);
}

.home-blue .progress-wrap::after {
	border-color: var(--color-primary-2);
	box-shadow: 0 3px 20px 6px rgba(7, 66, 233, .3215686275);
	color: var(--color-primary-2);
}

.scrollToTop {
	display: none !important;
	height: 55px;
	width: 55px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	background-color: #0f0f0f;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	z-index: 999;
	transition: .5s ease all;
}

@media only screen and (max-width:575px) {
	.scrollToTop {
		height: 40px;
		width: 40px
	}
}

.scrollToTop.active-progress {
	display: block !important;
}

.scrollToTop:hover {
	transform: translateY(-15%);
}

.scrollToTop .arrowUp {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 24px;
}

.scrollToTop .arrowUp i {
	font-size: 19px;
}

.scrollToTop .arrowUp .fn__svg {
	width: 19px;
	height: 19px;
}

.scrollToTop .water {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	transform: translateY(100%);
	background-color: var(--color-primary);
	transition: all .3s;
}

.scrollToTop .water svg symbol path {
	fill: var(--color-primary) !important;
}

symbol path {
	fill: var(--color-primary) !important;
}

.scrollToTop .water_wave {
	width: 200%;
	position: absolute;
	bottom: 100%;
}

.scrollToTop .water_wave_back {
	right: 0;
	fill: var(--color-heading);
	animation: wave-back 1.4s infinite linear;
}

.scrollToTop .water_wave_front {
	left: 0;
	fill: rgba(122, 37, 158, .8784313725);
	margin-bottom: -1px;
	animation: wave-front .7s infinite linear;
}

@keyframes wave-front {
	100% {
		transform: translateX(-50%)
	}
}

@keyframes wave-back {
	100% {
		transform: translateX(50%)
	}
}

body.loaded {
	overflow: hidden !important;
	height: 100% !important;
}

.loader-wrap {
	position: fixed;
	z-index: 10;
	height: 100vh;
	width: 100%;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent;
	z-index: 99999999999999;
}

.loader-wrap svg {
	position: absolute;
	top: 0;
	width: 100vw;
	height: 110vh;
	fill: #1a1a1a;
}

.loader-wrap .loader-wrap-heading .load-text {
	font-size: 20px;
	font-weight: 200;
	letter-spacing: 15px;
	text-transform: uppercase;
	z-index: 20;
}

.load-text span {
	-webkit-animation: loading 1s infinite alternate;
	animation: loading 1s infinite alternate;
	color: var(--color-heading);
}

.load-text span:nth-child(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.load-text span:nth-child(2) {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

.load-text span:nth-child(3) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.load-text span:nth-child(4) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.load-text span:nth-child(5) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.load-text span:nth-child(6) {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.load-text span:nth-child(7) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

@-webkit-keyframes loading {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes loading {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.year-of-expariance-wrapper {
	position: relative;
	overflow: hidden;
	background: var(--color-gray-2);
	border-radius: 20px;
	padding: 36px 52px 51px 52px;
}

.year-of-expariance-wrapper.bg-blur-style-one::after,
.year-of-expariance-wrapper.bg-blur-style-two::after,
.year-of-expariance-wrapper.bg-blur-style-three::after {
	content: " ";
	position: absolute;
	right: -250px;
	bottom: -367px;
	min-width: 474px;
	min-height: 474px;
	border-radius: 100px;
	filter: blur(227px);
	z-index: -1;
}

.year-of-expariance-wrapper.bg-blur-style-one::after {
	background: var(--color-primary);
}

@media (min-width:1400px) {
	.year-of-expariance-wrapper {
		padding: 36px 52px 51px 52px
	}
}

@media only screen and (max-width:767px) {
	.year-of-expariance-wrapper {
		padding: 30px 20px
	}
}

.year-of-expariance-wrapper .year-expariance-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.year-of-expariance-wrapper .year-expariance-wrap {
		gap: 10px
	}
}

@media only screen and (max-width:575px) {
	.year-of-expariance-wrapper .year-expariance-wrap {
		display: block
	}
}

.year-of-expariance-wrapper .year-expariance-wrap .year-number {
	color: var(--color-primary);
	font-family: var(--font-primary);
	font-size: 167px;
	line-height: 115%;
	font-weight: 700;
	margin-bottom: 0;
	flex-basis: 40%;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.year-of-expariance-wrapper .year-expariance-wrap .year-number {
		font-size: 100px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.year-of-expariance-wrapper .year-expariance-wrap .year-number {
		font-size: 100px
	}
}

@media only screen and (max-width:767px) {
	.year-of-expariance-wrapper .year-expariance-wrap .year-number {
		font-size: 100px;
		line-height: 1
	}
}

.year-of-expariance-wrapper .year-expariance-wrap .year-title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 42px;
	font-weight: 700;
	line-height: 130%;
	text-transform: capitalize;
	margin-bottom: 0;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.year-of-expariance-wrapper .year-expariance-wrap .year-title {
		font-size: 37px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.year-of-expariance-wrapper .year-expariance-wrap .year-title {
		font-size: 37px
	}
}

@media only screen and (max-width:767px) {
	.year-of-expariance-wrapper .year-expariance-wrap .year-title {
		font-size: 32px
	}

	.year-of-expariance-wrapper .year-expariance-wrap .year-title br {
		display: none
	}
}

@media only screen and (max-width:575px) {
	.year-of-expariance-wrapper .year-expariance-wrap .year-title {
		font-size: 26px
	}

	.year-of-expariance-wrapper .year-expariance-wrap .year-title br {
		display: none
	}
}

.year-of-expariance-wrapper .year-para {
	color: var(--color-heading);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-top: 12px;
}

.counter-card {
	padding: 34px 7px;
	border-radius: 20px;
	background: var(--color-gray-2);
	height: 100%;
	box-shadow: 4px 4px 0 0 rgba(20, 155, 252, .11);
}

.counter-card .counter-title {
	color: var(--color-heading);
	text-align: center;
	font-family: var(--font-primary);
	font-size: 48px;
	font-weight: 700;
	line-height: 60px;
	text-transform: capitalize;
	margin-bottom: 0;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.counter-card .counter-title {
		font-size: 40px
	}
}

.counter-card .counter-para {
	color: var(--color-body);
	text-align: center;
	font-family: var(--font-secondary);
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 0;
}

.education-experience-card {
	border-radius: 20px;
	background: var(--color-gray-2);
	padding: 50px 40px;
	transition: all .4s ease;
	position: relative;
	overflow: hidden;
	height: 100%;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.education-experience-card {
		padding: 20px
	}
}

@media only screen and (max-width:575px) {
	.education-experience-card {
		padding: 20px
	}
}

@media only screen and (max-width:767px) {
	.education-experience-card {
		padding: 30px 20px
	}
}

.education-experience-card .edu-sub-title {
	color: var(--color-heading);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 5px;
}

.education-experience-card .edu-title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 0;
}

.education-experience-card .edu-para {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 18px;
	margin-bottom: 0;
}

@media only screen and (max-width:767px) {
	.education-experience-card .edu-para {
		margin-top: 8px
	}
}

.experiences-wrapper {
	margin-top: 75px;
}

.experiences-wrapper.v2 .experiences-wrap-left-content {
	padding-left: 40px;
}

@media only screen and (max-width:575px) {
	.experiences-wrapper.v2 .experiences-wrap-left-content {
		padding: 0 15px
	}
}

.experiences-wrapper .experiences-wrap-left-content {
	padding: 0 40px;
}

@media (min-width:1200px) {
	.experiences-wrapper .experiences-wrap-left-content {
		padding-right: 138px;
		padding-left: 0
	}
}

@media only screen and (max-width:575px) {
	.experiences-wrapper .experiences-wrap-left-content {
		padding: 0 15px
	}
}

.experiences-wrapper .experiences-wrap-left-content .experience-content {
	margin-bottom: 50px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.experiences-wrapper .experiences-wrap-left-content .experience-content {
		margin-bottom: 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.experiences-wrapper .experiences-wrap-left-content .experience-content {
		margin-bottom: 30px
	}
}

@media only screen and (max-width:767px) {
	.experiences-wrapper .experiences-wrap-left-content .experience-content {
		margin-bottom: 30px
	}
}

.experiences-wrapper .experiences-wrap-left-content .experience-content:last-child {
	margin-bottom: 0;
}

.experiences-wrapper .experiences-wrap-left-content .experience-content .ex-subtitle {
	color: var(--color-primary);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 0;
}

.experiences-wrapper .experiences-wrap-left-content .experience-content .ex-name {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0;
	margin-top: 0;
}

.experiences-wrapper .experiences-wrap-left-content .experience-content .ex-title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	margin-bottom: 0;
	margin-top: 6px;
}

.experiences-wrapper .experiences-wrap-left-content .experience-content .ex-para {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 16px;
}

.experiences-wrapper .experiences-wrap-right-content {
	overflow: hidden;
	padding: 25px;
	background: var(--color-gray-2);
	border-radius: 28px;
}

@media only screen and (max-width:767px) {
	.experiences-wrapper .experiences-wrap-right-content {
		padding: 14px
	}
}

.experiences-wrapper .experiences-wrap-right-content img {
	width: 100%;
	border-radius: 20px;
}

.custom-column-grid .row {
	--bs-gutter-x: 5rem;
	--bs-gutter-y: 4rem;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.custom-column-grid .row {
		--bs-gutter-x: 2rem;
		--bs-gutter-y: 2rem
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.custom-column-grid .row {
		--bs-gutter-x: 2rem;
		--bs-gutter-y: 2rem
	}
}

@media only screen and (max-width:767px) {
	.custom-column-grid .row {
		--bs-gutter-x: 15px;
		--bs-gutter-y: 30px
	}
}

.latest-portfolio-custom-title {
	text-align: center;
	-webkit-text-stroke: 1px #242424;
	color: transparent;
	font-family: var(--font-primary);
	text-transform: uppercase;
	margin-bottom: 34px;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
}

@media (min-width:576px) {
	.latest-portfolio-custom-title {
		font-size: 100px;
		line-height: 110px
	}
}

@media (min-width:1640px) {
	.latest-portfolio-custom-title {
		font-size: 165px;
		line-height: 115%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.latest-portfolio-custom-title {
		font-size: 65px
	}
}

@media only screen and (max-width:767px) {
	.latest-portfolio-custom-title {
		font-size: 65px
	}
}

.latest-portfolio-card .portfoli-card-img {
	border-radius: 20px;
	background: var(--color-gray-2);
	padding: 20px;
	border: 2px solid var(--color-border);
	transition: var(--transition);
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.latest-portfolio-card .portfoli-card-img {
		padding: 10px
	}
}

@media only screen and (max-width:767px) {
	.latest-portfolio-card .portfoli-card-img {
		padding: 10px
	}
}

@media only screen and (max-width:575px) {
	.latest-portfolio-card .portfoli-card-img {
		padding: 5px
	}
}

.latest-portfolio-card .portfoli-card-img a {
	display: block;
	transition: var(--transition);
}

.latest-portfolio-card .portfoli-card-img img {
	border-radius: 20px;
	width: 100%;
	object-fit: cover;
	transition: var(--transition);
}

.latest-portfolio-card:hover .portfoli-card-img img {
	transform: scale(1.03);
}

.latest-portfolio-card.v5 .portfoli-card-img {
	padding: 0;
	overflow: hidden;
	position: relative;
}

.latest-portfolio-card.v5 .portfoli-card-img .img-link-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	border-radius: 100px;
	border: 2px solid var(--color-primary);
	font-size: 24px;
	font-weight: 900;
	opacity: 0;
	transition: all .4s ease;
	z-index: 10;
	background: var(--color-primary);
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width:992px) {
	.latest-portfolio-card.v5 .portfoli-card-img .img-link-icon {
		width: 112px;
		height: 112px
	}
}

.latest-portfolio-card.v5 .portfoli-card-img .img-link-icon i {
	transform: rotate(45deg);
	transition: all .4s ease;
	color: var(--color-white);
}

.latest-portfolio-card.v5 .portfoli-card-img .img-link-icon:hover {
	color: var(--color-heading);
}

.latest-portfolio-card.v5 .portfoli-card-img .img-link-icon:hover i {
	transform: rotate(90deg);
}

.latest-portfolio-card.v5 .portfoli-card-img:hover .img-link-icon {
	opacity: 1;
}

.latest-portfolio-card.v5 .portfolio-card-title:hover a {
	color: var(--color-primary);
}

.latest-portfolio-card .portfolio-card-content-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 33px;
	gap: 20px;
}

@media only screen and (max-width:767px) {
	.latest-portfolio-card .portfolio-card-content-wrap {
		margin-top: 15px;
		display: block
	}
}

.latest-portfolio-card .portfolio-card-content-wrap .portfolio-card-title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0;
	transition: var(--transition);
}

@media only screen and (max-width:479px) {
	.latest-portfolio-card .portfolio-card-content-wrap .portfolio-card-title {
		font-size: 20px
	}
}

.latest-portfolio-card .portfolio-card-content-wrap .portfolio-card-title:hover {
	color: var(--color-primary);
}

.latest-portfolio-card .portfolio-card-content-wrap .portfoli-card-para {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 10px;
}

@media only screen and (max-width:767px) {
	.latest-portfolio-card .portfolio-card-content-wrap .tmp-arrow-icon-btn {
		margin-top: 15px
	}
}

.latest-portfolio-area .see-all-btn-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}

.latest-portfolio-card-style-two {
	border-radius: 20px;
	background: var(--color-gray-2);
	padding: 20px;
	height: 100%;
}

@media (min-width:576px) {
	.latest-portfolio-card-style-two {
		padding: 20px
	}
}

@media only screen and (max-width:575px) {
	.latest-portfolio-card-style-two {
		padding: 10px
	}
}

.modal-hidden-info,
.portfolio-hidden-info,
.portfolio-card-description {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
}

.latest-portfolio-card-style-two .portfoli-card-img img {
	border-radius: 10px;
}

.latest-portfolio-card-style-two .portfolio-card-title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
	text-transform: capitalize;
	margin-top: 20px;
	margin-bottom: 13px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.latest-portfolio-card-style-two .portfolio-card-title {
		font-size: 24px;
		line-height: 1.4
	}
}

@media only screen and (max-width:767px) {
	.latest-portfolio-card-style-two .portfolio-card-title {
		font-size: 26px;
		line-height: 34px
	}
}

.latest-portfolio-card-style-two .portfolio-card-content-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	padding: 10px 0;
}

.tag-items ul {
	display: flex;
	align-items: center;
	gap: 10px;
}

@media only screen and (max-width:767px) {
	.tag-items ul {
		gap: 6px;
		flex-wrap: wrap
	}
}

.tag-items ul li {
	margin: 0;
	margin-bottom: 6px;
}

.tag-items ul li a {
	border-radius: 500px;
	border: 2px solid var(--color-border);
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	padding: 5px 15px;
	transition: var(--transition);
}

.tag-items ul li a:hover {
	background: var(--color-primary);
	border-color: var(--color-primary);
	color: #ffffff;
}

.latest-portfolio-tabs-area .nav-tabs {
	border-bottom: 1px solid none;
	border: none;
}

.latest-portfolio-tabs-area .nav {
	display: flex;
	justify-content: center;
	gap: 10px;
}

@media (min-width:776px) {
	.latest-portfolio-tabs-area .nav {
		gap: 15px
	}
}

.latest-portfolio-tabs-area .nav li {
	margin: 0;
}

.latest-portfolio-tabs-area .nav .nav-link {
	padding: 10px 25px;
	border-radius: 10px;
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 600;
	line-height: 27px;
	background: var(--color-gray-2);
	border: none;
	letter-spacing: .5px;
	position: relative;
	overflow: hidden;
}

.latest-portfolio-tabs-area .nav .nav-link::after {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	background: var(--color-primary);
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	border-radius: 100%;
	filter: blur(15px);
	opacity: 0;
	transition: .4s;
}

.latest-portfolio-tabs-area .nav .nav-link.active {
	background: rgba(19, 155, 253, .062745098) !important;
	color: var(--color-primary);
	border: none;
}

.latest-portfolio-tabs-area .nav .nav-link.active::after {
	opacity: .5;
}

.latest-portfolio-tabs-area .tab-content {
	margin-top: 60px;
	position: relative;
	z-index: 1;
}

.latest-portfolio-tabs-area .tab-content.bg-blur-style-one::after,
.latest-portfolio-tabs-area .tab-content.bg-blur-style-one::before,
.latest-portfolio-tabs-area .tab-content.bg-blur-style-two::after,
.latest-portfolio-tabs-area .tab-content.bg-blur-style-two::before,
.latest-portfolio-tabs-area .tab-content.bg-blur-style-three::after,
.latest-portfolio-tabs-area .tab-content.bg-blur-style-three::before {
	content: " ";
	position: absolute;
	width: 304px;
	height: 304px;
	opacity: .6;
	filter: blur(280px);
	z-index: -1;
}

.latest-portfolio-tabs-area .tab-content.bg-blur-style-one::after,
.latest-portfolio-tabs-area .tab-content.bg-blur-style-two::after,
.latest-portfolio-tabs-area .tab-content.bg-blur-style-three::after {
	left: 0;
	bottom: 172px;
}

.latest-portfolio-tabs-area .tab-content.bg-blur-style-one::before,
.latest-portfolio-tabs-area .tab-content.bg-blur-style-two::before,
.latest-portfolio-tabs-area .tab-content.bg-blur-style-three::before {
	right: 0;
	bottom: 65%;
}

.latest-portfolio-tabs-area .tab-content.bg-blur-style-one::after,
.latest-portfolio-tabs-area .tab-content.bg-blur-style-one::before {
	background: var(--color-primary);
}

.latest-portfolio-tabs-area .tab-content img {
	border-radius: 20px;
	width: 100%;
	object-fit: cover;
}

.latest-portfolio-tabs-area .tab-content .tab-right-img-wrap .small-img:last-child {
	margin-top: 30px;
}

.tmp-portfolio {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	z-index: 1;
}

.tmp-portfolio img {
	width: 100%;
}

.tmp-portfolio::after {
	content: " ";
	position: absolute;
	right: 0;
	top: 0;
	background: linear-gradient(var(--color-primary) 10%, #000);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .4s ease;
	z-index: 1;
}

.tmp-portfolio:hover::after {
	opacity: .85;
}

.tmp-portfolio:hover .portfolio-card-content-wrap {
	bottom: 30px;
	opacity: 1;
	pointer-events: inherit;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tmp-portfolio:hover .portfolio-card-content-wrap {
		bottom: 15px
	}
}

@media only screen and (max-width:767px) {
	.tmp-portfolio:hover .portfolio-card-content-wrap {
		bottom: 15px
	}
}

.tmp-portfolio .portfolio-card-content-wrap {
	position: absolute;
	bottom: 0;
	left: 30px;
	right: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	transition: all .4s ease;
	z-index: 999;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tmp-portfolio .portfolio-card-content-wrap {
		left: 15px;
		right: 15px
	}
}

@media only screen and (max-width:767px) {
	.tmp-portfolio .portfolio-card-content-wrap {
		left: 15px;
		right: 15px
	}
}

.tmp-portfolio .portfolio-card-content-wrap .portfoli-card-para {
	margin-bottom: 10px;
	font-size: 16px;
	font-family: var(--font-secondary);
	color: var(--color-white);
}

.tmp-portfolio .portfolio-card-content-wrap .portfolio-card-title {
	font-size: 24px;
	margin-bottom: 0;
	color: var(--color-white);
	line-height: 1.3;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tmp-portfolio .portfolio-card-content-wrap .portfolio-card-title {
		font-size: 18px
	}
}

@media only screen and (max-width:767px) {
	.tmp-portfolio .portfolio-card-content-wrap .portfolio-card-title {
		font-size: 18px
	}
}

.tmp-portfolio .portfolio-card-content-wrap .portfolio-card-title:hover {
	color: #fff !important;
}

.tmp-portfolio .tmp-arrow-icon-btn i {
	color: var(--color-white);
}

.over_link {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.my-skill-card {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 43px 20px 32px 20px;
	border-radius: 6px;
	overflow: hidden;
	border-width: 2px;
}

@media (min-width:992px) {
	.my-skill-card {
		justify-content: space-between;
		flex-direction: inherit
	}
}

.my-skill-card .card-icon {
	color: var(--color-body);
	font-size: 34px;
	font-weight: 600;
	transition: all .4s ease;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-shadow: var(--shadow-1);
}

.my-skill-card .card-icon .fn__svg {
	width: 34px;
	height: 34px;
}

.my-skill-card .card-icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: linear-gradient(1turn, var(--color-primary), var(--color-primary-alt));
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: .5s, top 0s, left 0s;
	border-radius: 50%;
	z-index: -1;
}

.my-skill-card .card-icon::after {
	content: "";
	position: absolute;
	inset: 2px;
	background: var(--color-card);
	border-radius: 50%;
	z-index: -1;
}

.my-skill-card .card-icon img {
	max-height: 32px;
	filter: invert(1);
}

.my-skill-card .main-title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
	text-transform: capitalize;
	margin-bottom: 0;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.my-skill-card .main-title {
		font-size: 17px;
		line-height: 1.2
	}
}

.my-skill-card .sub-title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-align: center;
}

@media (min-width:900px) {
	.my-skill-card .sub-title {
		text-align: start
	}
}

.my-skill-card .card-para {
	max-width: 452px;
	margin-bottom: 0;
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	transition: all .4s ease;
}

@media (min-width:900px) {
	.my-skill-card .card-para {
		text-align: start
	}
}

.my-skill-card .read-more-btn:hover {
	color: var(--color-heading);
}

.my-skill-area-style-two .my-skill-area-left-content-wrap {
	position: sticky;
	top: 100px;
}

@media (min-width:576px) {
	.my-skill-area-style-two .my-skill-area-left-content-wrap {
		padding-right: 100px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.my-skill-area-style-two .my-skill-area-left-content-wrap {
		padding-right: 0
	}
}

@media only screen and (max-width:767px) {
	.my-skill-area-style-two .my-skill-area-left-content-wrap {
		padding-right: 0
	}
}

.my-skill-card-style-two .my-skill-card {
	padding: 40px;
	position: relative;
	flex-direction: column;
	border-width: 2px;
}

@media (min-width:900px) {
	.my-skill-card-style-two .my-skill-card {
		align-items: flex-start
	}
}

@media only screen and (max-width:767px) {
	.my-skill-card-style-two .my-skill-card {
		padding: 40px 15px
	}
}

.my-skill-card-style-two .my-skill-card .card-title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-top: 19px;
	margin-bottom: 0;
}

.my-skill-card-style-two .my-skill-card .card-para {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 21px;
}

.border--radious-20 {
	border-radius: 20px !important;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.personal-page-inner-wrapper {
		margin-top: 40px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.personal-page-inner-wrapper {
		margin-top: 40px
	}
}

@media only screen and (max-width:767px) {
	.personal-page-inner-wrapper {
		margin-top: 40px
	}
}

.about-us-section-card .about-us-card {
	border-radius: 20px;
	background: var(--color-gray-2);
	padding: 25px;
	height: 100%;
}

.about-us-section-card .about-us-card .card-head .logo-img {
	width: 65px;
	height: 65px;
	background: var(--icon-gradient);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	min-width: 65px;
	box-shadow: var(--shadow-1);
	margin-bottom: 30px;
	margin-left: 0;
}

.about-us-section-card .about-us-card .card-head .logo-img .fn__svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.about-us-section-card .about-us-card .card-head .logo-img i {
	font-size: 24px;
	color: var(--color-white);
}

.about-us-section-card .about-us-card .card-head .card-title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 30px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.about-us-section-card .about-us-card .card-head .card-title {
		font-size: 20px;
		margin-bottom: 10px
	}
}

.about-us-section-card .about-us-card .card-para {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
}

@media only screen and (max-width:767px) {
	.about-us-section-card .about-us-card .card-para {
		font-size: 16px;
		line-height: 28px
	}
}

.about-us-left-content-wrap {
	position: relative;
	z-index: 1;
}

@media (min-width:992px) and (max-width:1200px) {
	.about-us-left-content-wrap {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media only screen and (max-width:767px) {
	.about-us-left-content-wrap {
		padding: 0
	}
}

.about-us-left-content-wrap.bg-vactor-one::after {
	content: " ";
	position: absolute;
	left: 0;
	top: 197px;
	background: linear-gradient(0deg, rgba(255, 1, 79, 0) 15.49%, var(--color-primary) 100%);
	filter: blur(50px);
	border-radius: 100%;
	width: 410px;
	height: 410px;
	z-index: -1;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-us-left-content-wrap.bg-vactor-one::after {
		width: 250px;
		height: 250px
	}
}

@media only screen and (max-width:767px) {
	.about-us-left-content-wrap.bg-vactor-one::after {
		width: 200px;
		height: 200px
	}
}

.about-us-left-content-wrap.bg-vactor-two::after {
	content: " ";
	position: absolute;
	left: 0;
	top: 197px;
	background: linear-gradient(0deg, rgba(255, 1, 79, 0) 15.49%, #FDC448 100%);
	filter: blur(2px);
	border-radius: 100%;
	width: 410px;
	height: 410px;
	z-index: -1;
}

.about-us-left-content-wrap .years-of-experience-card {
	border-radius: 20px;
	border: .5px solid rgba(255, 255, 255, .05);
	background: var(--color-gray-2);
	box-shadow: 15px 26.023px 50px 0 rgba(253, 196, 72, .04);
	backdrop-filter: blur(35px);
	padding: 64px 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-us-left-content-wrap .years-of-experience-card {
		padding: 40px 30px
	}
}

@media only screen and (max-width:767px) {
	.about-us-left-content-wrap .years-of-experience-card {
		padding: 40px 30px
	}
}

.about-us-left-content-wrap .years-of-experience-card .counter-main {
	width: 150px;
	height: 150px;
	background: #060606;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	margin-bottom: 0;
	min-width: 100px;
}

.about-us-left-content-wrap .years-of-experience-card .counter-main .card-title {
	color: var(--color-primary);
	font-family: var(--font-primary);
	font-size: 68px;
	font-weight: 700;
	line-height: 78px;
}

.about-us-left-content-wrap .years-of-experience-card .card-title {
	margin-bottom: .5rem;
	font-size: 80px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.about-us-left-content-wrap .years-of-experience-card .card-title {
		font-size: 60px
	}
}

@media only screen and (max-width:767px) {
	.about-us-left-content-wrap .years-of-experience-card .card-title {
		font-size: 60px
	}
}

.about-us-left-content-wrap .years-of-experience-card .card-para {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 48px;
	font-weight: 700;
	line-height: 60px;
	text-transform: capitalize;
	text-align: center;
	margin-top: 20px;
}

@media only screen and (max-width:767px) {
	.about-us-left-content-wrap .years-of-experience-card .card-para {
		font-size: 32px;
		line-height: 42px;
		margin-top: 10px
	}
}

.design-cards {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.design-cards .design-card {
	display: flex;
	align-items: center;
	gap: 30px;
	border-radius: 20px;
	border: .5px solid rgba(255, 255, 255, .05);
	background: var(--color-gray-2);
	box-shadow: 15px 26.023px 50px 0 rgba(253, 196, 72, .04);
	backdrop-filter: blur(35px);
	padding: 30px;
}

@media only screen and (max-width:767px) {
	.design-cards .design-card {
		gap: 15px;
		padding: 30px 15px
	}
}

.design-cards .design-card .design-card-img {
	width: 100px;
	height: 100px;
	min-width: 100px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--color-primary);
}

@media only screen and (max-width:767px) {
	.design-cards .design-card .design-card-img {
		width: 60px;
		height: 60px;
		min-width: 60px
	}
}

.design-cards .design-card .design-card-img .fn__svg {
	color: var(--color-primary);
	width: 40px;
	height: 40px;
}

@media only screen and (max-width:767px) {
	.design-cards .design-card .design-card-img .fn__svg {
		width: 26px;
		height: 26px
	}
}

.design-cards .design-card .card-info p {
	color: var(--color-heading);
}

.about-thumbnail-large-style-two {
	padding: 25px;
	background: var(--color-gray-2);
	border-radius: 15px;
}

@media only screen and (max-width:575px) {
	.about-thumbnail-large-style-two {
		padding: 18px
	}
}

.tpm-custom-box-bg {
	padding: 100px 15px;
	border-radius: 40px;
	background: var(--color-gray-2);
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.tpm-custom-box-bg {
		padding: 100px 40px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tpm-custom-box-bg {
		padding: 60px 15px;
		margin: 60px 30px
	}
}

@media only screen and (max-width:767px) {
	.tpm-custom-box-bg {
		padding: 60px 15px;
		border-radius: 0
	}
}

.my-expertise-area .section-head {
	padding-bottom: 0;
}

.my-expertise-area .header-top-inner {
	padding-bottom: 60px;
}

.my-expertise-content-wrap ul li {
	margin: 0;
	margin-bottom: 30px;
}

.my-expertise-content-wrap ul li:last-child {
	margin-bottom: 0;
}

.my-expertise-card-wrap {
	border-radius: 20px;
	border: 2px solid var(--color-border);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px 30px;
}

@media (min-width:576px) {
	.my-expertise-card-wrap {
		padding: 50px 60px;
		justify-content: space-between
	}
}

@media (min-width:576px) and (max-width:720px) {
	.my-expertise-card-wrap {
		justify-content: center
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.my-expertise-card-wrap {
		gap: 25px
	}
}

@media only screen and (max-width:767px) {
	.my-expertise-card-wrap {
		padding: 30px 15px;
		gap: 25px;
		justify-content: flex-start
	}
}

@media only screen and (max-width:575px) {
	.my-expertise-card-wrap {
		flex-direction: column
	}
}

.my-expertise-card-wrap .expertise-card-left {
	display: flex;
	align-items: center;
	gap: 26px;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-basis: 28%;
}

@media (min-width:576px) {
	.my-expertise-card-wrap .expertise-card-left {
		justify-content: inherit;
		justify-content: flex-start;
		flex-basis: 28%
	}
}

@media only screen and (max-width:575px) {
	.my-expertise-card-wrap .expertise-card-left {
		justify-content: center
	}
}

.my-expertise-card-wrap .expertise-card-left .expertise-card-logo {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: var(--color-primary);
	border: 2px solid var(--color-border);
}

.my-expertise-card-wrap .expertise-card-left .expertise-card-logo .fn__svg {
	width: 28px;
	height: 28px;
}

.my-expertise-card-wrap .expertise-card-left .expertise-card-logo img {
	max-height: 28px;
}

.my-expertise-card-wrap .expertise-card-left .title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 32px;
	font-weight: 700;
	line-height: 130%;
	text-transform: capitalize;
	margin-bottom: 0;
	text-align: center;
}

@media (min-width:576px) {
	.my-expertise-card-wrap .expertise-card-left .title {
		text-align: inherit
	}
}

.my-expertise-card-wrap .para {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	max-width: 452px;
	text-align: center;
	transition: all .4s ease;
}

@media (min-width:576px) {
	.my-expertise-card-wrap .para {
		text-align: inherit
	}
}

.service-card-v1 {
	border-radius: 20px;
	padding: 40px 0 40px 0;
	transition: .4s;
	box-shadow: 4px 4px 0 0 rgba(20, 155, 252, .11);
	background: var(--color-gray-2);
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.service-card-v1 {
		padding: 30px 0 30px 0
	}
}

@media only screen and (max-width:767px) {
	.service-card-v1 {
		padding: 30px 0 30px 0
	}
}

.service-card-v1.vc-primary-2nd {
	border: 1px solid var(--stroke-dark-100);
}

.service-card-v1.vc-primary-2nd .service-card-icon {
	color: var(--color-primary);
}

.service-card-v1 .service-card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 55px;
	min-height: 55px;
	color: var(--color-primary);
	font-size: 50px;
	margin-bottom: 30px;
}

.service-card-v1 .service-card-icon .fn__svg {
	width: 50px;
	height: 50px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.service-card-v1 .service-card-icon {
		margin-bottom: 16px
	}
}

@media only screen and (max-width:767px) {
	.service-card-v1 .service-card-icon {
		margin-bottom: 16px
	}
}

.service-card-v1 .service-title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	text-align: center;
	margin-bottom: 9px;
}

.service-card-v1 .service-para {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
}

.service-card-v2 {
	border-radius: 20px;
	background: var(--color-gray-2);
	padding: 36px 40px 36px 40px;
	margin-bottom: 20px;
	display: block;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width:767px) {
	.service-card-v2 {
		padding: 20px
	}
}

@media only screen and (max-width:575px) {
	.service-card-v2 {
		padding: 30px 15px
	}
}

.service-card-v2 .service-card-num {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0;
}

.service-card-v2 .service-card-num span {
	margin-right: 15px;
}

.service-card-v2 .service-para {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-top: 22px;
	margin-bottom: 0;
}

@media only screen and (max-width:767px) {
	.service-card-v2 .service-para {
		margin-top: 7px
	}
}

.service-card-user-image {
	display: flex;
	justify-content: center;
	padding: 25px;
	border-radius: 23px;
	border: none !important;
}

@media (min-width:1200px) {
	.service-card-user-image {
		margin-left: 70px
	}
}

.inner .ft-link li span {
	background: var(--color-primary) !important;
}

.inner .ft-link li span i {
	color: #fff;
}

.service-details-area-wrapper .service-thumnail-wrap {
	margin-bottom: 20px;
}

.service-details-area-wrapper .service-thumnail-wrap img {
	border-radius: 20px;
}

.service-details-area-wrapper .title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-weight: 700;
	font-size: 42px;
	line-height: 52px;
	margin-bottom: 20px;
}

@media (min-width:576px) {
	.service-details-area-wrapper .title {
		font-size: 48px;
		line-height: 60px
	}
}

@media only screen and (max-width:767px) {
	.service-details-area-wrapper .title {
		font-size: 40px;
		line-height: 52px
	}
}

.service-details-area-wrapper .doc-para {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-weight: 400;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 30px;
}

.service-details-area-wrapper .doc-para:last-child {
	margin-bottom: 0;
}

.service-details-area-wrapper .title-mini {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 20px;
}

.services-widget {
	position: relative;
}

.services-widget.v1 .service-item .my-skill-card .card-para {
	color: white;
}

.services-widget.v1 .service-item.mleave .my-skill-card .card-para {
	color: var(--color-gray);
}

.services-widget.v1 .service-item.mleave .my-skill-card .card-icon {
	color: var(--color-primary);
}

.services-widget.v1 .active-bg {
	background: var(--color-primary);
	border-radius: 20px;
}

.services-widget.v1 .mleave .my-skill-card .card-icon {
	border: 2px solid var(--color-border);
}

.services-widget.v1 .mleave .my-skill-card .card-icon i {
	color: var(--color-body);
}

.services-widget.v1 .my-skill-card .card-icon {
	border: 2px solid #fff;
}

.services-widget.v1 .my-skill-card .card-title {
	flex: 0 0 25%;
}

.services-widget.v1 .my-skill-card .card-icon i {
	color: var(--color-heading);
}

.services-widget.v2 .service-item {
	margin-bottom: 20px;
}

.services-widget.v2 .service-item:last-child {
	margin-bottom: 0;
}

.services-widget.v2 .service-item .expertise-card-logo {
	background: transparent !important;
}

.services-widget.v2 .service-item .para {
	color: var(--color-heading);
}

.services-widget.v2 .service-item.mleave .expertise-card-logo {
	background: var(--color-primary) !important;
}

.services-widget.v2 .service-item.mleave .para {
	color: var(--color-gray);
}

.services-widget.v2 .active-bg {
	border-radius: 20px;
	background: rgba(19, 155, 253, .11);
	backdrop-filter: blur(35px);
}

.services-widget.v3 .service-item .my-skill-card .card-para {
	color: white;
}

.services-widget.v3 .service-item.mleave .my-skill-card .card-para {
	color: var(--color-gray);
}

.services-widget.v3 .service-item.mleave .my-skill-card .card-icon {
	color: var(--color-primary);
}

.services-widget.v3 .active-bg {
	background: var(--color-primary);
}

.services-widget.v4 .service-item {
	margin-bottom: 20px;
}

.services-widget.v4 .service-item:last-child {
	margin-bottom: 0;
}

.services-widget.v4 .service-item .expertise-card-logo {
	background: var(--color-secondary) !important;
}

.services-widget.v4 .service-item .para {
	color: var(--color-heading);
}

.services-widget.v4 .service-item.mleave .expertise-card-logo {
	background: var(--color-primary) !important;
}

.services-widget.v4 .service-item.mleave .para {
	color: var(--color-gray);
}

.services-widget.v4 .active-bg {
	border-radius: 20px;
	background: rgba(253, 196, 72, .0901960784);
	backdrop-filter: blur(10px);
}

.services-widget.v5 .service-item .my-skill-card .card-para {
	color: white;
}

.services-widget.v5 .service-item.mleave .my-skill-card .card-para {
	color: var(--color-gray);
}

.services-widget.v5 .service-item.mleave .my-skill-card .card-icon {
	color: var(--color-primary);
}

.services-widget.v5 .active-bg {
	background: var(--color-primary);
}

.services-widget.v6 .service-item {
	margin-bottom: 20px;
}

.services-widget.v6 .service-item:last-child {
	margin-bottom: 0;
}

.services-widget.v6 .service-item .expertise-card-logo {
	background: var(--color-secondary) !important;
}

.services-widget.v6 .service-item .para {
	color: var(--color-heading);
}

.services-widget.v6 .service-item.mleave .expertise-card-logo {
	background: var(--color-primary) !important;
}

.services-widget.v6 .service-item.mleave .para {
	color: var(--color-gray);
}

.services-widget.v6 .active-bg {
	border-radius: 20px;
	background: var(--color-primary);
}

.services-widget .service-item {
	position: relative;
	z-index: 2;
	gap: 20px;
	overflow: hidden;
}

.services-widget .service-item .service-link {
	border: none;
	padding: 0;
	margin: 0;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.services-widget .service-item .expertise-card-logo {
	transition: all .4s ease;
}

.services-widget .number {
	color: var(--color-primary);
	font-size: 20px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.services-widget .active-bg {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.service.service__style--1 {
	padding: 30px 20px;
	padding-bottom: 30px;
	transition: transform .65s cubic-bezier(.05, .2, .1, 1), box-shadow .65s cubic-bezier(.05, .2, .1, 1);
	position: relative;
	z-index: 2;
	height: 100%;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.service.service__style--1 {
		padding: 30px 28px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.service.service__style--1 {
		padding: 30px 25px
	}
}

@media only screen and (max-width:767px) {
	.service.service__style--1 {
		padding: 30px 14px
	}
}

.service.service__style--1 .shape-service-1 {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
	max-width: 150px;
	margin: auto;
	opacity: 0;
}

.service.service__style--1 .icon {
	transition: .3s;
	font-size: 45px;
	font-weight: 400;
	margin-bottom: 23px;
	color: var(--color-primary);
	text-align: center;
	border-radius: 100%;
	display: flex;
	justify-content: center;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.service.service__style--1 .icon {
		margin-bottom: 11px
	}
}

.service.service__style--1 .icon i {
	stroke-width: 1 !important;
	font-size: 60px;
}

.service.service__style--1 .icon svg {
	stroke-width: 2px !important;
	width: 45px;
	height: 45px;
}

.service.service__style--1 .icon img {
	max-height: 60px;
}

.service.service__style--1 .content .title {
	margin-bottom: 19px;
	transition: .3s;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.service.service__style--1 .content .title {
		margin-bottom: 8px
	}
}

.service.service__style--1 .content .title a {
	color: inherit;
	transition: .3s;
}

.service.service__style--1 .content .title a:hover {
	color: var(--color-primary);
}

.service.service__style--1 .content p {
	transition: .3s;
}

.service.service__style--1 .content .discover-btn {
	text-align: center;
	display: flex;
	justify-content: center;
}

.service.service__style--1:hover {
	transform: translateY(-5px);
}

.service.service__style--1:hover .shape-service-1 {
	opacity: .3;
}

.service.service__style--1:hover .shape-service-1 img {
	animation: moveOut .4s linear;
}

.service.service__style--1.tmp-border-none {
	border: none;
}

.service.service__style--1.tmp-border {
	border: 2px solid var(--color-border);
}

@media only screen and (min-width:1200px) and (max-width:1599px) {

	.service.service__style--1.text-left,
	.service.service__style--1.text-start {
		padding: 40px 30px
	}
}

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

	.service.service__style--1.text-left,
	.service.service__style--1.text-start {
		padding: 40px 30px
	}
}

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

	.service.service__style--1.text-left,
	.service.service__style--1.text-start {
		padding: 40px 30px
	}
}

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

	.service.service__style--1.text-left,
	.service.service__style--1.text-start {
		padding: 30px 20px
	}
}

.service.service__style--1.text-left .icon,
.service.service__style--1.text-start .icon {
	justify-content: left;
}

.service.service__style--1.text-left .content .discover-btn,
.service.service__style--1.text-start .content .discover-btn {
	justify-content: flex-start;
}

.service.service__style--1.icon-circle-style {
	background-color: transparent;
	box-shadow: none;
	padding: 0 35px;
	margin-top: 25px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.service.service__style--1.icon-circle-style {
		padding: 0 10px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.service.service__style--1.icon-circle-style {
		padding: 0 10px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.service.service__style--1.icon-circle-style {
		padding: 0 10px
	}
}

@media only screen and (max-width:767px) {
	.service.service__style--1.icon-circle-style {
		padding: 0 10px
	}
}

.service.service__style--1.icon-circle-style .icon {
	font-size: 39px;
	color: var(--color-primary);
	display: flex;
	justify-content: center;
	width: 90px;
	height: 90px;
	margin: 0 auto;
	margin-bottom: 23px;
	background-color: var(--color-primary-darker);
	line-height: 90px;
	align-items: center;
}

.service.service__style--1.with-working-process {
	position: relative;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.service.service__style--1.with-working-process {
		padding: 20px 0
	}
}

.service.service__style--1.with-working-process .icon {
	width: 180px;
	height: 180px;
	line-height: 180px;
	font-size: 60px;
	position: relative;
}

.service.service__style--1.with-working-process .line {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	width: 100%;
	left: 100%;
	background-color: var(--color-border);
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.service.service__style--1.with-working-process .line {
		display: none
	}
}

@media only screen and (max-width:767px) {
	.service.service__style--1.with-working-process .line {
		display: none
	}
}

.service.service__style--1.with-working-process:hover {
	transform: none;
}

.service.service__style--1.variation-2 {
	padding-bottom: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.service.service__style--1.variation-3 {
	padding-bottom: 50px;
}

.service.service__style--1.service-bg-transparent {
	padding: 0;
}

.service.service__style--1.service-bg-transparent .icon {
	margin-bottom: 12px;
}

.service.service__style--1.service-bg-transparent .content .title {
	margin-bottom: 12px;
}

.skill-style-border-card {
	border-radius: 5px;
	padding: 30px 0 18px 0;
	margin-bottom: 0;
	transition: .3s;
	height: 100%;
	text-align: center;
}

.skill-style-border-card img {
	display: block;
	margin: auto auto 8px auto;
	max-width: 40px;
	max-height: 40px;
}

.skill-style-border-card .count-number {
	margin-bottom: 5px;
	font-size: 34px;
}

.our-supported-company-area .row {
	--bs-gutter-x: 0;
	--bs-gutter-y: 0;
	border-left: 2px solid var(--color-border);
	border-top: 2px solid var(--color-border);
}

.support-company-logo {
	border-right: 2px solid var(--color-border);
	padding: 40px 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
	border-bottom: 2px solid var(--color-border);
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.support-company-logo {
		padding: 50px 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.support-company-logo {
		padding: 50px 0
	}
}

@media only screen and (max-width:767px) {
	.support-company-logo {
		padding: 24px 0
	}
}

@media only screen and (max-width:575px) {
	.support-company-logo {
		padding: 24px 0
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.support-company-logo img {
		max-height: 44px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.support-company-logo img {
		max-height: 44px
	}
}

@media only screen and (max-width:767px) {
	.support-company-logo img {
		max-height: 44px
	}
}

.rts-progress-area .thumbnail {
	display: block;
	overflow: hidden;
	max-width: max-content;
}

.rts-progress-area .thumbnail img {
	transition: .3s;
}

.rts-progress-area .thumbnail:hover img {
	transform: scale(.95);
}

.single-progress-area-h4 {
	margin-top: 30px;
}

.single-progress-area-h4:first-child {
	margin-top: 0;
}

.single-progress-area-h4 .page-wrapper {
	width: calc(100% - 100px);
	margin: 100px auto 200px;
}

.single-progress-area-h4 .progress {
	height: 5px;
	position: relative;
	margin-top: 14px;
	border-radius: 0;
}

.single-progress-area-h4 .progress .bg--primary {
	background: red;
	border-radius: 0;
}

.single-progress-area-h4 .progress .progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.single-progress-area-h4 .progress .progress-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.single-progress-area-h4 .progress .progress-top p {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	letter-spacing: .03em;
	text-transform: capitalize;
	margin-bottom: 0;
}

.single-progress-area-h4 .progress .progress-top span.parcent {
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #ffffff;
}

svg.radial-progress {
	height: auto;
	max-width: 100px;
	border-radius: 50%;
	border: 1px solid rgba(219, 219, 219, .14);
	transform: rotate(-90deg);
	width: 100%;
	background-image: none;
	transition: .3s;
}

svg.radial-progress circle {
	fill: transparent;
	stroke: #fff;
}

svg.radial-progress circle.bar-static {
	stroke: rgb(186, 186, 186) !important;
	stroke-width: 2px;
	transition: .3s;
}

svg.radial-progress circle.bar--animated {
	stroke-dasharray: 219.9114857513;
	stroke: var(--color-heading);
	stroke-dashoffset: 219.9114857513;
	stroke-width: 3px;
	transition: .3s;
	stroke-linecap: round;
}

svg.radial-progress text {
	fill: #fafafa;
	font-size: 16px;
	font-weight: 700;
	text-anchor: middle;
	font-family: var(--font-primary);
	transition: .3s;
}

svg.radial-progress:hover circle.bar-static {
	stroke-width: 1px;
}

svg.radial-progress:hover circle.bar--animated {
	stroke-width: 4px;
}

section.svg-container svg.radial-progress:nth-child(even) {
	margin: 0 15px;
}

section.svg-container svg.radial-progress:nth-last-of-type(1) {
	background: linear-gradient(260deg, #ff0300, #ffc900);
}

section.svg-container svg.radial-progress:nth-last-of-type(0) {
	background-image: linear-gradient(60deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%, #35eb93 100%);
}

.devider {
	font-size: 50px;
	padding: 20px;
	min-height: 11vh;
	color: #fff;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(-225deg, #FF057C 0%, #FF057C 40%, #321575 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
}

.devider:nth-last-of-type(2) {
	background-image: linear-gradient(260deg, #ff0300, #ffc900);
}

.single-progress-circle {
	display: flex;
	justify-content: center;
	position: relative;
}

.single-progress-circle .small-text {
	position: absolute;
	top: 55%;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #1F1F21;
	font-family: var(--font-primary);
}

.resume-widget .resume-single {
	position: relative;
	padding: 20px 30px;
	margin-bottom: 30px;
	border-radius: 20px;
	background: var(--color-gray-2);
	z-index: 10;
	overflow: hidden;
}

.resume-widget .resume-single::after {
	transition: all .8s ease;
	content: " ";
	position: absolute;
	bottom: -313px;
	right: -407px;
	width: 474px;
	height: 474px;
	border-radius: 100%;
	filter: blur(227px);
	opacity: 0;
	pointer-events: none;
}

.resume-widget .resume-single:hover::after {
	background: var(--color-primary);
	opacity: 1;
}

.resume-section .section-title {
	margin: 0;
}

.resume-section .section-title i {
	color: var(--color-primary);
	margin-right: 6px;
	opacity: .2;
}

.resume-section .section-title .fn__svg {
	width: 36px;
	height: 36px;
}

.resume-widget .resume-single:hover:before {
	opacity: 1;
}

.resume-widget .resume-single .time {
	color: var(--color-primary);
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 8px;
	gap: 12px;
	display: flex;
	align-items: center;
}

.resume-widget .resume-single .time i {
	opacity: 1;
	font-size: 14px;
	position: relative;
	top: -1px;
	animation-name: resume-fade;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

@keyframes resume-fade {
	50% {
		opacity: .4
	}
}

.resume-widget .resume-single .time i::after {
	display: none;
}

.resume-widget .resume-single .time i::before {
	top: -10px;
}

.resume-widget .resume-single .institute {
	color: var(--color-gray);
}

.resume-widget .resume-single:hover .time {
	color: var(--color-primary);
}

.resume-widget .resume-single .resume-title {
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 8px;
	font-weight: 700;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.resume-widget .resume-single .resume-title {
		font-size: 20px
	}
}

@media only screen and (max-width:767px) {
	.resume-widget .resume-single .resume-title {
		font-size: 20px
	}
}

.resume-section .section-title i {
	font-family: "fontawesome";
}

.ready-chatting-option {
	max-width: max-content;
}

.ready-chatting-option.chat-visible>label {
	bottom: 90px !important;
}

@media only screen and (max-width:575px) {
	.ready-chatting-option.chat-visible>label {
		bottom: 70px !important
	}
}

.ready-chatting-option .wpcf7-spinner {
	position: absolute;
	left: 0;
	right: 0;
	display: block;
}

.ready-chatting-option .tmp-btn {
	text-align: center;
}

.ready-chatting-option form br {
	display: none;
}

.ready-chatting-option #click {
	display: none;
}

.ready-chatting-option>label {
	bottom: 20px;
	height: 55px;
	width: 55px;
	background: var(--color-primary);
	text-align: center;
	line-height: 55px;
	border-radius: 50px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	position: fixed !important;
	left: 20px;
	z-index: 1019;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;
	z-index: 1000;
}

@media only screen and (max-width:575px) {
	.ready-chatting-option>label {
		height: 40px;
		width: 40px
	}
}

.ready-chatting-option>label::before {
	display: none;
}

.ready-chatting-option>label::after {
	display: none;
}

.ready-chatting-option>label span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .4s ease;
	font-size: 22px;
	color: #fff;
}

.ready-chatting-option>label .fn__svg {
	width: 22px;
	height: 22px;
}

.ready-chatting-option>label span.close {
	opacity: 0;
	pointer-events: none;
}

.ready-chatting-option #click:checked~label span.close {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, -50%) rotate(180deg);
}

.ready-chatting-option #click:checked~label span.chat {
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -50%) rotate(180deg);
}

.ready-chatting-option .wrapper {
	position: fixed;
	left: 90px;
	bottom: 30px;
	max-width: 400px;
	background: var(--color-gray-2);
	border-radius: 5px;
	box-shadow: 0 15px 20px rgba(0, 0, 0, .1);
	opacity: 0;
	z-index: 1100;
	pointer-events: none;
	transition: all .6s cubic-bezier(.68, -.55, .265, 1.55);
}

@media only screen and (max-width:575px) {
	.ready-chatting-option .wrapper {
		max-width: 280px;
		left: 65px
	}
}

@media only screen and (max-width:479px) {
	.ready-chatting-option .wrapper {
		left: 15px;
		bottom: 90px
	}
}

.ready-chatting-option #click:checked~.wrapper {
	opacity: 1;
	bottom: 85px;
	pointer-events: auto;
	box-shadow: 0 0 8px 0 rgba(255, 255, 255, .07);
}

@media only screen and (max-width:479px) {
	.ready-chatting-option #click:checked~.wrapper {
		bottom: 112px
	}
}

.ready-chatting-option .wpcf7 form .wpcf7-response-output {
	margin: 10px 0 0 0;
	border-radius: 10px;
}

.ready-chatting-option .wpcf7-not-valid-tip {
	font-size: 14px;
	padding: 5px 0 0 0;
	margin-bottom: -5px;
}

.ready-chatting-option .wrapper .head-text {
	line-height: 1.5;
	color: #fff;
	border-radius: 5px 5px 0 0;
	padding: 15px 20px;
	font-weight: 500;
	font-size: 20px;
	background: var(--color-primary);
	text-align: center;
}

.ready-chatting-option .wrapper .chat-box {
	padding: 20px;
	width: 100%;
}

@media only screen and (max-width:575px) {
	.ready-chatting-option .wrapper .chat-box {
		padding: 10px
	}
}

.ready-chatting-option .chat-box .desc-text {
	color: var(--color-body);
	text-align: center;
	line-height: 25px;
	font-size: 17px;
	font-weight: 500;
}

.ready-chatting-option .chat-box form {
	padding: 10px 15px;
	margin: 20px 0;
	border-radius: 5px;
	border: 2px solid var(--color-border);
}

.ready-chatting-option .chat-box form .field {
	width: 100%;
	margin-top: 20px;
}

.ready-chatting-option .chat-box form .field:last-child {
	margin-bottom: 15px;
}

.ready-chatting-option form .field input,
.ready-chatting-option form .field button,
.ready-chatting-option form textarea {
	width: 100%;
	height: 50px;
	padding-left: 20px;
	border: 2px solid var(--color-border);
	outline: none;
	border-radius: 5px;
	font-size: 16px;
	transition: all .3s ease;
	color: var(--color-body);
	font-family: var(--font-secondary);
}

.ready-chatting-option form .field input:focus,
.ready-chatting-option form textarea:focus {
	border-color: var(--color-primary);
}

.ready-chatting-option form .field input::placeholder,
.ready-chatting-option form textarea::placeholder {
	color: var(--color-body);
	transition: all .3s ease;
}

.ready-chatting-option form .field input:focus::placeholder,
.ready-chatting-option form textarea:focus::placeholder {
	color: var(--color-body);
}

.ready-chatting-option .chat-box form textarea {
	height: 70px;
}

.ready-chatting-option .chat-box form textarea {
	border-radius: 5px;
	resize: none;
	padding: 15px 20px;
	font-size: 16px;
}

.progress-charts {
	overflow: hidden;
}

.progress-charts+.progress-charts {
	margin-top: 30px;
}

.progress-charts h6.heading {
	margin-bottom: 15px;
	color: var(--color-heading);
	font-size: 14px;
	font-weight: 400;
	font-family: var(--font-secondary);
	letter-spacing: 1px;
}

.progress-charts h6.heading span.percent-label {
	color: var(--color-heading);
	font-size: 12px;
	text-transform: uppercase;
	opacity: .9;
	font-weight: 400;
	font-family: var(--font-secondary);
}

.progress-charts .progress {
	height: 13px;
	overflow: visible;
	font-size: 14px;
	border-radius: 10px;
	padding: 3px;
	background: #0e4363;
}

.progress-charts .progress .progress-bar {
	overflow: visible;
	position: relative;
	border-radius: 14px;
	background: linear-gradient(317deg, var(--color-primary) 0%, var(--color-primary) 38.23%, var(--color-primary-alt) 62.96%, var(--color-primary-alt) 100%) border-box;
}

.progress-charts .progress .progress-bar span.percent-label {
	position: absolute;
	right: 0;
	top: -37px;
	font-weight: 400;
	color: var(--color-heading);
	font-size: 14px;
	text-transform: uppercase;
	opacity: .9;
	font-family: var(--font-secondary);
}

.single-progress+.single-progress {
	margin-top: 40px;
}

.single-progress {
	position: relative;
	overflow: hidden;
}

.single-progress .title {
	font-size: 16px;
	font-weight: 500;
	color: var(--color-body);
	letter-spacing: .5px;
	margin-bottom: 18px;
}

.progress {
	height: 30px;
	overflow: hidden;
	background-color: #0e4363;
	border-radius: 500px;
}

.progress .progress-bar {
	border-radius: 500px;
	width: 0;
	height: 100%;
	background: linear-gradient(317deg, var(--color-primary) 0%, var(--color-primary) 38.23%, var(--color-primary-alt) 62.96%, var(--color-primary-alt) 100%) border-box;
	transition: width .5s ease;
	overflow: visible;
}

.progress .progress-bar.bar-color-2 {
	background: rgb(251, 83, 67);
}

.progress .progress-bar.bar-color-3 {
	background: #E33FA1;
}

.progress .progress-bar.bar-color-4 {
	background: #6549D5;
}

.progress .progress-bar.bar-gradiand {
	background: radial-gradient(circle farthest-corner at 0% 0%, var(--color-pink) 25%, var(--color-secondary) 45%, var(--color-primary) 65%, var(--color-light-green) 85%);
}

.progress .progress-number {
	position: absolute;
	font-size: 14px;
	top: 0;
	line-height: 24px;
	right: 0;
	z-index: 1;
}

.progress-info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
}

.progress-info .title {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
	color: var(--color-body);
	letter-spacing: .5px;
}

.progress-info span.progress-number {
	font-size: 14px;
	color: var(--color-body);
}

.no-radius .progress {
	border-radius: 0;
}

.no-radius .progress .progress-bar {
	border-radius: 0;
}

.large-size .progress {
	height: 20px;
}

.radial-progress-single {
	text-align: center;
}

.radial-progress-single .circle-info {
	padding-top: 20px;
	text-align: center;
}

.radial-progress-single .circle-info .title {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 4px;
}

.radial-progress-single .circle-info .subtitle {
	margin-bottom: 0;
	font-size: 14px;
	letter-spacing: .5px;
	color: var(--color-body);
}

.radial-progress {
	position: relative;
}

@media only screen and (max-width:767px) {
	.radial-progress {
		display: inline-block
	}
}

.radial-progress .circle-text {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}

.radial-progress .circle-text span.count {
	font-size: 28px;
	line-height: 1;
	font-weight: 600;
	color: var(--color-body);
	position: relative;
}

.radial-progress .circle-text span.count::after {
	position: absolute;
	content: "%";
	left: 100%;
	color: var(--color-body);
}

.cd-title {
	position: relative;
	text-align: center;
}

.cd-intro {
	width: 90%;
	max-width: 768px;
	text-align: center;
}

.cd-intro {
	margin: 4em auto;
}

@media only screen and (min-width:768px) {
	.cd-intro {
		margin: 5em auto
	}
}

@media only screen and (min-width:1170px) {
	.cd-intro {
		margin: 6em auto
	}
}

.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}

.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}

.cd-words-wrapper b.is-visible {
	position: relative;
}

.no-js .cd-words-wrapper b {
	opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
	opacity: 1;
}

.cd-headline.rotate-1 .cd-words-wrapper {
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	perspective: 300px;
}

.cd-headline.rotate-1 b {
	opacity: 0;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.cd-headline.rotate-1 b.is-visible {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-animation: cd-rotate-1-in 1.2s;
	-moz-animation: cd-rotate-1-in 1.2s;
	animation: cd-rotate-1-in 1.2s;
}

.cd-headline.rotate-1 b.is-hidden {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-animation: cd-rotate-1-out 1.2s;
	-moz-animation: cd-rotate-1-out 1.2s;
	animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
	0% {
		-webkit-transform: rotateX(180deg);
		opacity: 0
	}

	35% {
		-webkit-transform: rotateX(120deg);
		opacity: 0
	}

	65% {
		opacity: 0
	}

	100% {
		-webkit-transform: rotateX(360deg);
		opacity: 1
	}
}

@-moz-keyframes cd-rotate-1-in {
	0% {
		-moz-transform: rotateX(180deg);
		opacity: 0
	}

	35% {
		-moz-transform: rotateX(120deg);
		opacity: 0
	}

	65% {
		opacity: 0
	}

	100% {
		-moz-transform: rotateX(360deg);
		opacity: 1
	}
}

@keyframes cd-rotate-1-in {
	0% {
		-webkit-transform: rotateX(180deg);
		-moz-transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
		-o-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0
	}

	35% {
		-webkit-transform: rotateX(120deg);
		-moz-transform: rotateX(120deg);
		-ms-transform: rotateX(120deg);
		-o-transform: rotateX(120deg);
		transform: rotateX(120deg);
		opacity: 0
	}

	65% {
		opacity: 0
	}

	100% {
		-webkit-transform: rotateX(360deg);
		-moz-transform: rotateX(360deg);
		-ms-transform: rotateX(360deg);
		-o-transform: rotateX(360deg);
		transform: rotateX(360deg);
		opacity: 1
	}
}

@-webkit-keyframes cd-rotate-1-out {
	0% {
		-webkit-transform: rotateX(0deg);
		opacity: 1
	}

	35% {
		-webkit-transform: rotateX(-40deg);
		opacity: 1
	}

	65% {
		opacity: 0
	}

	100% {
		-webkit-transform: rotateX(180deg);
		opacity: 0
	}
}

@-moz-keyframes cd-rotate-1-out {
	0% {
		-moz-transform: rotateX(0deg);
		opacity: 1
	}

	35% {
		-moz-transform: rotateX(-40deg);
		opacity: 1
	}

	65% {
		opacity: 0
	}

	100% {
		-moz-transform: rotateX(180deg);
		opacity: 0
	}
}

@keyframes cd-rotate-1-out {
	0% {
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1
	}

	35% {
		-webkit-transform: rotateX(-40deg);
		-moz-transform: rotateX(-40deg);
		-ms-transform: rotateX(-40deg);
		-o-transform: rotateX(-40deg);
		transform: rotateX(-40deg);
		opacity: 1
	}

	65% {
		opacity: 0
	}

	100% {
		-webkit-transform: rotateX(180deg);
		-moz-transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
		-o-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0
	}
}

.cd-headline.type .cd-words-wrapper {
	vertical-align: top;
	overflow: hidden;
}

.cd-headline.type .cd-words-wrapper::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 90%;
	width: 1px;
	background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.waiting::after {
	-webkit-animation: cd-pulse 1s infinite;
	-moz-animation: cd-pulse 1s infinite;
	animation: cd-pulse 1s infinite;
}

.cd-headline.type .cd-words-wrapper.selected {
	background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.selected::after {
	visibility: hidden;
}

.cd-headline.type .cd-words-wrapper.selected b {
	color: #0d0d0d;
}

.cd-headline.type b {
	visibility: hidden;
}

.cd-headline.type b.is-visible {
	visibility: visible;
}

.cd-headline.type i {
	position: absolute;
	visibility: hidden;
}

.cd-headline.type i.in {
	position: relative;
	visibility: visible;
}

@-webkit-keyframes cd-pulse {
	0% {
		-webkit-transform: translateY(-50%) scale(1);
		opacity: 1
	}

	40% {
		-webkit-transform: translateY(-50%) scale(.9);
		opacity: 0
	}

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

@-moz-keyframes cd-pulse {
	0% {
		-moz-transform: translateY(-50%) scale(1);
		opacity: 1
	}

	40% {
		-moz-transform: translateY(-50%) scale(.9);
		opacity: 0
	}

	100% {
		-moz-transform: translateY(-50%) scale(0);
		opacity: 0
	}
}

@keyframes cd-pulse {
	0% {
		-webkit-transform: translateY(-50%) scale(1);
		-moz-transform: translateY(-50%) scale(1);
		-ms-transform: translateY(-50%) scale(1);
		-o-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
		opacity: 1
	}

	40% {
		-webkit-transform: translateY(-50%) scale(.9);
		-moz-transform: translateY(-50%) scale(.9);
		-ms-transform: translateY(-50%) scale(.9);
		-o-transform: translateY(-50%) scale(.9);
		transform: translateY(-50%) scale(.9);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(-50%) scale(0);
		-moz-transform: translateY(-50%) scale(0);
		-ms-transform: translateY(-50%) scale(0);
		-o-transform: translateY(-50%) scale(0);
		transform: translateY(-50%) scale(0);
		opacity: 0
	}
}

.cd-headline.rotate-2 .cd-words-wrapper {
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	perspective: 300px;
}

.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cd-headline.rotate-2 b {
	opacity: 0;
}

.cd-headline.rotate-2 i {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-20px) rotateX(90deg);
	-moz-transform: translateZ(-20px) rotateX(90deg);
	-ms-transform: translateZ(-20px) rotateX(90deg);
	-o-transform: translateZ(-20px) rotateX(90deg);
	transform: translateZ(-20px) rotateX(90deg);
	opacity: 0;
}

.is-visible .cd-headline.rotate-2 i {
	opacity: 1;
}

.cd-headline.rotate-2 i.in {
	-webkit-animation: cd-rotate-2-in .4s forwards;
	-moz-animation: cd-rotate-2-in .4s forwards;
	animation: cd-rotate-2-in .4s forwards;
}

.cd-headline.rotate-2 i.out {
	-webkit-animation: cd-rotate-2-out .4s forwards;
	-moz-animation: cd-rotate-2-out .4s forwards;
	animation: cd-rotate-2-out .4s forwards;
}

.cd-headline.rotate-2 em {
	-webkit-transform: translateZ(20px);
	-moz-transform: translateZ(20px);
	-ms-transform: translateZ(20px);
	-o-transform: translateZ(20px);
	transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 0;
}

.no-csstransitions .cd-headline.rotate-2 i em {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
	opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(90deg)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(-10deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0deg)
	}
}

@-moz-keyframes cd-rotate-2-in {
	0% {
		opacity: 0;
		-moz-transform: translateZ(-20px) rotateX(90deg)
	}

	60% {
		opacity: 1;
		-moz-transform: translateZ(-20px) rotateX(-10deg)
	}

	100% {
		opacity: 1;
		-moz-transform: translateZ(-20px) rotateX(0deg)
	}
}

@keyframes cd-rotate-2-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(90deg);
		-moz-transform: translateZ(-20px) rotateX(90deg);
		-ms-transform: translateZ(-20px) rotateX(90deg);
		-o-transform: translateZ(-20px) rotateX(90deg);
		transform: translateZ(-20px) rotateX(90deg)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(-10deg);
		-moz-transform: translateZ(-20px) rotateX(-10deg);
		-ms-transform: translateZ(-20px) rotateX(-10deg);
		-o-transform: translateZ(-20px) rotateX(-10deg);
		transform: translateZ(-20px) rotateX(-10deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0deg);
		-moz-transform: translateZ(-20px) rotateX(0deg);
		-ms-transform: translateZ(-20px) rotateX(0deg);
		-o-transform: translateZ(-20px) rotateX(0deg);
		transform: translateZ(-20px) rotateX(0deg)
	}
}

@-webkit-keyframes cd-rotate-2-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0)
	}

	60% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-100deg)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-90deg)
	}
}

@-moz-keyframes cd-rotate-2-out {
	0% {
		opacity: 1;
		-moz-transform: translateZ(-20px) rotateX(0)
	}

	60% {
		opacity: 0;
		-moz-transform: translateZ(-20px) rotateX(-100deg)
	}

	100% {
		opacity: 0;
		-moz-transform: translateZ(-20px) rotateX(-90deg)
	}
}

@keyframes cd-rotate-2-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0);
		-moz-transform: translateZ(-20px) rotateX(0);
		-ms-transform: translateZ(-20px) rotateX(0);
		-o-transform: translateZ(-20px) rotateX(0);
		transform: translateZ(-20px) rotateX(0)
	}

	60% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-100deg);
		-moz-transform: translateZ(-20px) rotateX(-100deg);
		-ms-transform: translateZ(-20px) rotateX(-100deg);
		-o-transform: translateZ(-20px) rotateX(-100deg);
		transform: translateZ(-20px) rotateX(-100deg)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-90deg);
		-moz-transform: translateZ(-20px) rotateX(-90deg);
		-ms-transform: translateZ(-20px) rotateX(-90deg);
		-o-transform: translateZ(-20px) rotateX(-90deg);
		transform: translateZ(-20px) rotateX(-90deg)
	}
}

.cd-headline.loading-bar span {
	display: inline-block;
	padding: .2em 0;
}

.cd-headline.loading-bar .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	background: var(--color-primary);
	z-index: 2;
	-webkit-transition: width .3s -.1s;
	-moz-transition: width .3s -.1s;
	transition: width .3s -.1s;
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
	width: 100%;
	-webkit-transition: width 3s;
	-moz-transition: width 3s;
	transition: width 3s;
}

.cd-headline.loading-bar b {
	top: .2em;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
}

.cd-headline.loading-bar b.is-visible {
	opacity: 1;
	top: 0;
}

.cd-headline.slide span {
	display: inline-block;
}

.cd-headline.slide .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
}

.cd-headline.slide b {
	opacity: 0;
	top: .2em;
}

.cd-headline.slide b.is-visible {
	top: 0;
	opacity: 1;
	-webkit-animation: slide-in .6s;
	-moz-animation: slide-in .6s;
	animation: slide-in .6s;
}

.cd-headline.slide b.is-hidden {
	-webkit-animation: slide-out .6s;
	-moz-animation: slide-out .6s;
	animation: slide-out .6s;
}

@-webkit-keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(20%)
	}

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

@-moz-keyframes slide-in {
	0% {
		opacity: 0;
		-moz-transform: translateY(-100%)
	}

	60% {
		opacity: 1;
		-moz-transform: translateY(20%)
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0)
	}
}

@keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(20%);
		-moz-transform: translateY(20%);
		-ms-transform: translateY(20%);
		-o-transform: translateY(20%);
		transform: translateY(20%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes slide-out {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}

	60% {
		opacity: 0;
		-webkit-transform: translateY(120%)
	}

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

@-moz-keyframes slide-out {
	0% {
		opacity: 1;
		-moz-transform: translateY(0)
	}

	60% {
		opacity: 0;
		-moz-transform: translateY(120%)
	}

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

@keyframes slide-out {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}

	60% {
		opacity: 0;
		-webkit-transform: translateY(120%);
		-moz-transform: translateY(120%);
		-ms-transform: translateY(120%);
		-o-transform: translateY(120%);
		transform: translateY(120%)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%)
	}
}

.cd-headline.clip span {
	display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background-color: #aebcb9;
}

.cd-headline.clip b {
	opacity: 0;
}

.cd-headline.clip b.is-visible {
	opacity: 1;
}

.cd-headline.zoom .cd-words-wrapper {
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	perspective: 300px;
}

.cd-headline.zoom b {
	opacity: 0;
}

.cd-headline.zoom b.is-visible {
	opacity: 1;
	-webkit-animation: zoom-in .8s;
	-moz-animation: zoom-in .8s;
	animation: zoom-in .8s;
}

.cd-headline.zoom b.is-hidden {
	-webkit-animation: zoom-out .8s;
	-moz-animation: zoom-out .8s;
	animation: zoom-out .8s;
}

@-webkit-keyframes zoom-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(100px)
	}

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

@-moz-keyframes zoom-in {
	0% {
		opacity: 0;
		-moz-transform: translateZ(100px)
	}

	100% {
		opacity: 1;
		-moz-transform: translateZ(0)
	}
}

@keyframes zoom-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(100px);
		-moz-transform: translateZ(100px);
		-ms-transform: translateZ(100px);
		-o-transform: translateZ(100px);
		transform: translateZ(100px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@-webkit-keyframes zoom-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0)
	}

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

@-moz-keyframes zoom-out {
	0% {
		opacity: 1;
		-moz-transform: translateZ(0)
	}

	100% {
		opacity: 0;
		-moz-transform: translateZ(-100px)
	}
}

@keyframes zoom-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateZ(-100px);
		-moz-transform: translateZ(-100px);
		-ms-transform: translateZ(-100px);
		-o-transform: translateZ(-100px);
		transform: translateZ(-100px)
	}
}

.cd-headline.rotate-3 .cd-words-wrapper {
	-webkit-perspective: 300px;
	-moz-perspective: 300px;
	perspective: 300px;
}

.cd-headline.rotate-3 b {
	opacity: 0;
}

.cd-headline.rotate-3 i {
	display: inline-block;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.is-visible .cd-headline.rotate-3 i {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.cd-headline.rotate-3 i.in {
	-webkit-animation: cd-rotate-3-in .6s forwards;
	-moz-animation: cd-rotate-3-in .6s forwards;
	animation: cd-rotate-3-in .6s forwards;
}

.cd-headline.rotate-3 i.out {
	-webkit-animation: cd-rotate-3-out .6s forwards;
	-moz-animation: cd-rotate-3-out .6s forwards;
	animation: cd-rotate-3-out .6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
	opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
	0% {
		-webkit-transform: rotateY(180deg)
	}

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

@-moz-keyframes cd-rotate-3-in {
	0% {
		-moz-transform: rotateY(180deg)
	}

	100% {
		-moz-transform: rotateY(0deg)
	}
}

@keyframes cd-rotate-3-in {
	0% {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		transform: rotateY(180deg)
	}

	100% {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}
}

@-webkit-keyframes cd-rotate-3-out {
	0% {
		-webkit-transform: rotateY(0)
	}

	100% {
		-webkit-transform: rotateY(-180deg)
	}
}

@-moz-keyframes cd-rotate-3-out {
	0% {
		-moz-transform: rotateY(0)
	}

	100% {
		-moz-transform: rotateY(-180deg)
	}
}

@keyframes cd-rotate-3-out {
	0% {
		-webkit-transform: rotateY(0);
		-moz-transform: rotateY(0);
		-ms-transform: rotateY(0);
		-o-transform: rotateY(0);
		transform: rotateY(0)
	}

	100% {
		-webkit-transform: rotateY(-180deg);
		-moz-transform: rotateY(-180deg);
		-ms-transform: rotateY(-180deg);
		-o-transform: rotateY(-180deg);
		transform: rotateY(-180deg)
	}
}

.cd-headline.scale b {
	opacity: 0;
}

.cd-headline.scale i {
	display: inline-block;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.is-visible .cd-headline.scale i {
	opacity: 1;
}

.cd-headline.scale i.in {
	-webkit-animation: scale-up .6s forwards;
	-moz-animation: scale-up .6s forwards;
	animation: scale-up .6s forwards;
}

.cd-headline.scale i.out {
	-webkit-animation: scale-down .6s forwards;
	-moz-animation: scale-down .6s forwards;
	animation: scale-down .6s forwards;
}

.no-csstransitions .cd-headline.scale i {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
	opacity: 1;
}

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

	60% {
		-webkit-transform: scale(1.2);
		opacity: 1
	}

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

@-moz-keyframes scale-up {
	0% {
		-moz-transform: scale(0);
		opacity: 0
	}

	60% {
		-moz-transform: scale(1.2);
		opacity: 1
	}

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

@keyframes scale-up {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}

	60% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

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

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

@-moz-keyframes scale-down {
	0% {
		-moz-transform: scale(1);
		opacity: 1
	}

	60% {
		-moz-transform: scale(0);
		opacity: 0
	}
}

@keyframes scale-down {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	60% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}
}

.cd-headline.push b {
	opacity: 0;
}

.cd-headline.push b.is-visible {
	opacity: 1;
	-webkit-animation: push-in .6s;
	-moz-animation: push-in .6s;
	animation: push-in .6s;
}

.cd-headline.push b.is-hidden {
	-webkit-animation: push-out .6s;
	-moz-animation: push-out .6s;
	animation: push-out .6s;
}

@-webkit-keyframes push-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(10%)
	}

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

@-moz-keyframes push-in {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100%)
	}

	60% {
		opacity: 1;
		-moz-transform: translateX(10%)
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0)
	}
}

@keyframes push-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(10%);
		-moz-transform: translateX(10%);
		-ms-transform: translateX(10%);
		-o-transform: translateX(10%);
		transform: translateX(10%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes push-out {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}

	60% {
		opacity: 0;
		-webkit-transform: translateX(110%)
	}

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

@-moz-keyframes push-out {
	0% {
		opacity: 1;
		-moz-transform: translateX(0)
	}

	60% {
		opacity: 0;
		-moz-transform: translateX(110%)
	}

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

@keyframes push-out {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}

	60% {
		opacity: 0;
		-webkit-transform: translateX(110%);
		-moz-transform: translateX(110%);
		-ms-transform: translateX(110%);
		-o-transform: translateX(110%);
		transform: translateX(110%)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%)
	}
}

.personal-portfolio-right-inner-wrapper {
	max-width: 80%;
	margin-right: auto;
}

.personal-portfolio-right-inner-wrapper p {
	font-weight: 400;
}

.fn__about_banner .section-header .subtitle,
.personal-portfolio-right-inner-wrapper .section-header .subtitle {
	display: flex;
	align-items: center;
	font-weight: 500;
	color: var(--color-body);
	font-size: 16px;
	letter-spacing: .5px;
}

.fn__about_banner .section-header .subtitle i,
.personal-portfolio-right-inner-wrapper .section-header .subtitle i {
	margin-right: 10px;
}

.personal-portfolio-right-inner-wrapper .tmp-title-split {
	font-weight: 500;
}

@media only screen and (max-width:575px) {
	.personal-portfolio-right-inner-wrapper .tmp-title-split {
		font-size: 22px
	}
}

.personal-portfolio-right-inner-wrapper .tmp-title-split span {
	color: var(--color-primary);
}

.personal-portfolio-right-inner-wrapper .section-header h1 {
	font-weight: 400;
	line-height: 1.3;
	font-size: 48px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.personal-portfolio-right-inner-wrapper .section-header h1 {
		font-size: 42px
	}
}

@media only screen and (max-width:1199px) {
	.personal-portfolio-right-inner-wrapper .section-header h1 {
		font-size: 38px
	}
}

@media only screen and (max-width:767px) {
	.personal-portfolio-right-inner-wrapper .section-header h1 {
		font-size: 26px
	}
}

.personal-portfolio-right-inner-wrapper .section-header h1 span {
	color: var(--color-primary);
}

.personal-portfolio-right-inner-wrapper .counter-style-2 {
	margin-top: 30px;
}

.counterup-area-personal .counter-style-2 .title {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 600;
}

.counterup-area-personal .counter-main-wrapper-card {
	background-color: transparent;
	border: none;
	border-radius: 4px;
	width: 100%;
	height: 170px;
	background-color: #010a10;
	margin-bottom: 0;
}

.counterup-area-personal .counter-style-2.border-style.small-radious .count-number {
	background-color: transparent;
}

.counterup-area-personal .counter-style-2 .description {
	padding: 0 0;
}

.counterup-area-personal .counter-style-2 .count-number {
	background-color: transparent;
	border: none;
	border-radius: 4px;
	width: 100%;
	height: 170px;
	background-color: #1b1b1c;
	font-size: 44px;
	background-color: #1b1b1c;
	display: inline-block;
	min-width: 150px;
	height: 150px;
	border-radius: 100%;
	text-align: center;
	line-height: 160px;
	margin-bottom: 20px;
	padding: 0 20px;
	font-weight: 500;
	color: var(--color-heading);
	margin-bottom: 0;
}

.personal-portfolio-right-inner-wrapper .tmponhover::after {
	border-radius: 5px;
}

.personal-portfolio-right-inner-wrapper .contact-area-left-portfolio-fixed .thumbnail {
	height: 100%;
}

.personal-portfolio-right-inner-wrapper .contact-area-left-portfolio-fixed .thumbnail img {
	height: 100%;
	z-index: 10;
	position: relative;
}

@media only screen and (max-width:767px) {
	.experience-style-list .experience-list {
		padding-left: 27px
	}
}

@media only screen and (max-width:479px) {
	.experience-style-list .experience-list {
		padding-left: 14px
	}
}

.resume-single-list.bg-card.single-animation {
	position: relative;
	z-index: 2;
	margin-top: 50px;
	padding: 45px 40px;
	border-radius: 6px;
	background: var(--color-card);
	transition: var(--transition);
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.resume-single-list.bg-card.single-animation {
		padding: 30px 25px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.resume-single-list.bg-card.single-animation {
		padding: 30px
	}
}

@media only screen and (max-width:575px) {
	.resume-single-list.bg-card.single-animation {
		margin-top: 30px
	}
}

@media only screen and (max-width:479px) {
	.resume-single-list.bg-card.single-animation {
		padding: 20px
	}
}

.resume-single-list.bg-card.single-animation .inner .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--color-border);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.resume-single-list.bg-card.single-animation .inner .heading {
		display: block
	}
}

@media only screen and (max-width:767px) {
	.resume-single-list.bg-card.single-animation .inner .heading {
		display: block
	}
}

.resume-single-list.bg-card.single-animation .inner .heading .title {
	margin-bottom: 15px;
}

.resume-single-list.bg-card.single-animation .inner .heading .title h4 {
	color: var(--color-lightn);
	font-family: var(--font-primary);
	font-size: 24px;
	line-height: 39px;
	margin-bottom: 7px;
	font-weight: 600;
	transition: var(--transition);
}

@media only screen and (max-width:479px) {
	.resume-single-list.bg-card.single-animation .inner .heading .title h4 {
		font-size: 21px;
		line-height: 34px
	}
}

.resume-single-list.bg-card.single-animation .inner .heading .title span {
	color: #7c838e;
	display: block;
	font-size: 14px;
}

.resume-single-list.bg-card.single-animation .inner .heading .date-of-time {
	display: inline-block;
}

.resume-single-list.bg-card.single-animation .inner .heading .date-of-time span {
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 0 15px;
	height: 36px;
	line-height: 36px;
	border-radius: 6px;
	background: #1e2025;
	transition: var(--transition);
	font-weight: 500;
}

.resume-single-list.bg-card.single-animation .inner p {
	font-size: 18px;
	line-height: 28px;
	color: var(--color-body);
	transition: var(--transition);
}

.resume-single-list.bg-card.single-animation .inner.psudo-after-none::after {
	display: none;
}

.resume-single-list.bg-card.single-animation .inner.psudo-after-none::before {
	display: none;
}

.resume-single-list.bg-card.single-animation:hover .inner .heading .title h4 {
	color: var(--color-white);
	font-weight: 600;
}

.resume-single-list.bg-card.single-animation:hover .inner .heading .date-of-time span {
	background: var(--color-primary);
}

.resume-single-list.bg-card.single-animation:hover .inner .description {
	color: var(--color-lightn);
}

.resume-single-list.bg-card.single-animation:hover .inner::after {
	background: var(--color-primary);
}

.resume-single-list.bg-card.single-animation:hover::before {
	opacity: 1;
}

.bg-card {
	background: var(--color-card);
}

.personal-portfolio-right-inner-wrapper {
	max-width: 80%;
	margin-right: auto;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.personal-portfolio-right-inner-wrapper {
		max-width: 90%
	}
}

@media only screen and (max-width:1199px) {
	.personal-portfolio-right-inner-wrapper {
		max-width: 100%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.personal-portfolio-right-inner-wrapper {
		max-width: 100%
	}
}

@media only screen and (max-width:767px) {
	.personal-portfolio-right-inner-wrapper {
		max-width: 100%
	}
}

.tmp-portfolio-small {
	text-align: left;
	padding: 30px;
	position: relative;
	border-radius: 6px;
	position: relative;
	z-index: 1;
	height: 100%;
	transition: .5s all ease-in-out;
	display: inline-block;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tmp-portfolio-small {
		padding: 30px
	}
}

@media only screen and (max-width:479px) {
	.tmp-portfolio-small {
		padding: 20px
	}
}

.tmp-portfolio-small .inner .thumbnail a {
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

.tmp-portfolio-small .inner .thumbnail a img {
	width: 100%;
	transition: var(--transition);
	height: auto;
	object-fit: cover;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tmp-portfolio-small .inner .thumbnail a img {
		height: inherit
	}
}

.tmp-portfolio-small .inner .thumbnail a video {
	border-radius: 10px;
	height: 100%;
	transition: var(--transition);
	object-fit: cover;
	width: 100%;
}

@media only screen and (max-width:479px) {
	.tmp-portfolio-small .inner .thumbnail a {
		display: inline-flex
	}
}

.tmp-portfolio-small .inner .content {
	padding-top: 18px;
}

.tmp-portfolio-small .inner .content .category-info {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
}

.tmp-portfolio-small .inner .content .category-info .category-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.tmp-portfolio-small .inner .content .category-info .category-list a {
	color: var(--color-primary);
	font-weight: 500;
	font-family: var(--font-primary);
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
}

.tmp-portfolio-small .inner .content .category-info .meta span {
	color: var(--color-lightn);
	font-weight: 500;
	font-family: var(--font-primary);
	font-size: 13px;
}

.tmp-portfolio-small .inner .content .category-info .meta span i {
	margin-right: 2px;
	font-size: 13px;
	transition: var(--transition);
}

.tmp-portfolio-small .inner .content .category-info .meta span a i {
	margin-right: 2px;
	font-size: 13px;
	transition: var(--transition);
}

.tmp-portfolio-small .inner .content .title {
	margin: 0;
}

.tmp-portfolio-small .inner .content .title a {
	transition: var(--transition);
	color: var(--color-lightn);
	font-weight: 600;
	font-size: 23px;
	line-height: 34px;
	display: inline-block;
}

@media only screen and (max-width:479px) {
	.tmp-portfolio-small .inner .content .title a {
		font-size: 20px;
		line-height: 30px
	}
}

.tmp-portfolio-small .inner .content .title a i {
	font-size: 0;
	position: relative;
	top: 10px;
	transition: var(--transition);
	opacity: 0;
}

.tmp-portfolio-small .inner .content .title:hover a {
	color: var(--color-primary);
}

.tmp-portfolio-small .inner .content .title:hover a i {
	color: var(--color-primary);
	top: 3px;
	opacity: 1;
	font-size: 23px;
}

.tmp-portfolio-small::before {
	content: "";
	position: absolute;
	transition: var(--transition);
	width: 100%;
	height: 100%;
	border-radius: 20px;
	top: 0;
	left: 0;
	background: linear-gradient(to right bottom, #212428, #16181c);
	opacity: 0;
	z-index: -1;
}

.tmp-portfolio-small:hover::before {
	opacity: 1;
}

.tmp-portfolio-small:hover .thumbnail a img {
	transform: scale(1.1);
}

.tmp-portfolio-small:hover video {
	transform: scale(1.1);
}

.tmp-portfolio-single-card {
	text-align: left;
	padding: 30px;
	position: relative;
	border-radius: 20px;
	background: var(--background-color-1);
	position: relative;
	z-index: 1;
	height: 100%;
	transition: .5s all ease-in-out;
	display: inline-block;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tmp-portfolio-single-card {
		padding: 30px
	}
}

@media only screen and (max-width:479px) {
	.tmp-portfolio-single-card {
		padding: 20px
	}
}

.tmp-portfolio-single-card .inner .thumbnail a {
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

.tmp-portfolio-single-card .inner .thumbnail a img {
	width: 100%;
	transition: var(--transition);
	height: auto;
	object-fit: cover;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tmp-portfolio-single-card .inner .thumbnail a img {
		height: inherit
	}
}

.tmp-portfolio-single-card .inner .thumbnail a video {
	border-radius: 10px;
	height: 100%;
	transition: var(--transition);
	object-fit: cover;
	width: 100%;
}

@media only screen and (max-width:479px) {
	.tmp-portfolio-single-card .inner .thumbnail a {
		display: inline-flex
	}
}

.tmp-portfolio-single-card .inner .content {
	padding-top: 18px;
}

.tmp-portfolio-single-card .inner .content .category-info {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
}

.tmp-portfolio-single-card .inner .content .category-info .category-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.tmp-portfolio-single-card .inner .content .category-info .category-list a {
	color: var(--color-primary);
	font-weight: 500;
	font-family: var(--font-primary);
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
}

.tmp-portfolio-single-card .inner .content .category-info .meta>span {
	color: var(--color-lightn);
	font-weight: 500;
	font-family: var(--font-primary);
	font-size: 13px;
	display: flex;
	align-items: center;
}

.tmp-portfolio-single-card .inner .content .category-info .meta span .fn__svg {
	width: 13px;
	height: 13px;
}

.tmp-portfolio-single-card .inner .content .category-info .meta span i {
	margin-right: 2px;
	font-size: 13px;
	transition: var(--transition);
}

.tmp-portfolio-single-card .inner .content .category-info .meta span a i {
	margin-right: 2px;
	font-size: 13px;
	transition: var(--transition);
}

.tmp-portfolio-single-card .inner .content .title {
	margin: 0;
}

.tmp-portfolio-single-card .inner .content .title a {
	transition: var(--transition);
	color: var(--color-lightn);
	font-weight: 600;
	font-size: 23px;
	line-height: 34px;
	display: inline-block;
}

@media only screen and (max-width:479px) {
	.tmp-portfolio-single-card .inner .content .title a {
		font-size: 20px;
		line-height: 30px
	}
}

.tmp-portfolio-single-card .inner .content .title a i {
	font-size: 0;
	position: relative;
	top: 10px;
	transition: var(--transition);
	opacity: 0;
}

.tmp-portfolio-single-card .inner .content .title:hover a {
	color: var(--color-primary);
}

.tmp-portfolio-single-card .inner .content .title:hover a i {
	color: var(--color-primary);
	top: 3px;
	opacity: 1;
	font-size: 23px;
}

.tmp-portfolio-single-card::before {
	content: "";
	position: absolute;
	transition: var(--transition);
	width: 100%;
	height: 100%;
	border-radius: 20px;
	top: 0;
	left: 0;
	background: linear-gradient(to right bottom, #212428, #16181c);
	opacity: 0;
	z-index: -1;
}

.tmp-portfolio-single-card:hover::before {
	opacity: 1;
}

.tmp-portfolio-single-card:hover .thumbnail a img {
	transform: scale(1.1);
}

.tmp-portfolio-single-card:hover video {
	transform: scale(1.1);
}

.button-group-pd {
	display: flex;
	align-items: center;
	gap: 20px;
}

.button-group-pd .tmp-btn i {
	top: 0;
}

.card-head.with-flex {
	display: flex;
	align-items: center;
	gap: 15px;
}

.tmp-light {
	position: absolute !important;
	content: "";
	width: 200px;
	height: 200px;
	background: var(--color-primary);
	border-radius: 100%;
	left: 50%;
	transform: translateX(-50%);
	filter: blur(70px);
	opacity: 0;
	transition: .5s;
}

.tmp-light-elementor {
	position: absolute !important;
	content: "";
	width: 200px;
	height: 200px;
	background: var(--color-primary);
	border-radius: 100%;
	filter: blur(70px);
	transition: .5s;
}

.tmp-light-elementor.top-left {
	left: -100px;
	top: -100px;
}

.tmp-light-elementor.top-right {
	right: -100px;
	top: -100px;
}

.tmp-light-elementor.bottom-right {
	right: -100px;
	bottom: -100px;
}

.tmp-light-elementor.bottom-left {
	left: -100px;
	bottom: -100px;
}

.tmp-light.light-left {
	left: -100px;
	transform: inherit;
}

.tmp-light.light-top-left {
	left: -100px;
	transform: inherit;
	top: -100px;
}

.tmp-light.light-center-center {
	width: 400px;
	height: 50px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.tmp-light.active {
	opacity: 1;
}

.widget_block,
.tmponhover {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--stroke-dark-100);
}

.widget_block::before,
.tmponhover::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	border: 1px solid transparent;
	background-clip: border-box;
	-webkit-mask: var(--full) padding-box, var(--full);
	mask-composite: xor;
	-webkit-mask-composite: xor;
	mask: var(--full) padding-box exclude, var(--full);
	pointer-events: none;
	background: var(--stroke-gr) border-box;
	z-index: 1;
	transition: .5s;
	transition: border-color .5s;
	opacity: 0;
	transition: opacity .5s ease;
	will-change: opacity;
}

.widget_block::after,
.tmponhover::after {
	content: "";
	position: absolute;
	inset: 2px;
	background: var(--color-gray-2);
	border-radius: 20px;
}

.widget_block>*,
.tmponhover>* {
	z-index: 2;
	position: relative;
}

.widget_block:hover,
.tmponhover:hover,
.tmponhover.active {
	border-color: transparent;
}

.widget_block:hover::before,
.tmponhover:hover::before,
.tmponhover.active::before {
	opacity: 1;
}

.widget_block:hover .tmp-light,
.tmponhover:hover .tmp-light,
.tmponhover.active .tmp-light {
	opacity: 1;
}

@keyframes gradient {
	0% {
		background-position: 0 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0 50%
	}
}

.tmp-light-hover .tmp-light {
	position: absolute;
	width: 938px;
	height: 938px;
	max-width: 100%;
	max-height: 100%;
	border-radius: 100%;
	background: -o-linear-gradient(315deg, var(--color-primary) 46.07%, rgba(53, 52, 124, 0) 91.91%);
	background: linear-gradient(135deg, var(--color-primary) 46.07%, rgba(53, 52, 124, 0) 91.91%);
	-webkit-filter: blur(150px);
	filter: blur(150px);
	top: 0;
	left: 0;
	transform: translate(-50%, -50%);
	pointer-events: none;
	opacity: 0;
	transition: .5s;
}

.tmp-light-hover:hover .tmp-light {
	opacity: .5;
}

.tmp-right-demo {
	width: 40px;
	position: fixed;
	z-index: 99;
	right: 0;
	top: calc(60% - 55px);
}

.tmp-right-demo p {
	font-weight: 700;
	color: #fff;
}

.tmp-right-demo .demo-button {
	border-radius: 6px 0 0 6px;
	transition: var(--transition);
	position: relative;
	z-index: 2;
	font-size: 14px;
	border: 0 none;
	width: 100%;
	min-width: 100%;
	padding: 10px 0 8px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
}

.tmp-right-demo .demo-button::before {
	content: "";
	position: absolute;
	transition: var(--transition);
	width: 100%;
	height: 100%;
	border-radius: 2px 0 0 2px;
	top: 0;
	left: 0;
	background: var(--color-primary);
	opacity: 1;
	z-index: -1;
	background: linear-gradient(-45deg, #ee7752, #252525, #ff004b, #d52323);
	background-size: 400% 400%;
	animation: gradient 4s ease infinite;
	opacity: 1;
	backdrop-filter: blur(21px);
}

@keyframes gradient {
	0% {
		background-position: 25% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 25% 50%
	}
}

.tmp-right-demo .demo-button .text {
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffff;
	font-weight: 500;
	font-family: var(--font-secondary);
}

.popuptab-area {
	justify-content: center;
	margin: -20px -10px;
	margin-bottom: 30px;
	border: 0 none;
}

.popuptab-area li {
	margin: 20px 10px;
}

@media only screen and (max-width:767px) {
	.popuptab-area li {
		margin: 10px 10px
	}
}

.popuptab-area li a.nav-link {
	border-radius: 8px;
	background: var(--color-secondary);
	position: relative;
	z-index: 2;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	padding: 15px 35px;
	list-style: none;
	text-decoration: none;
	color: #ffffff;
	outline: none;
	border: 2px solid rgba(255, 255, 255, .0784313725);
	font-family: var(--font-secondary);
	transition: var(--transition);
}

.popuptab-area li a.nav-link.active {
	border-color: var(--color-primary) !important;
	color: #ffffff !important;
	background: var(--color-primary) !important;
}

.popuptab-area li a.nav-link:hover,
.popuptab-area li a.nav-link.active {
	border-color: transparent;
}

.demo-modal-area {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 0;
	background-color: #060606;
	position: fixed;
	z-index: 999;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	transform: translateX(100px);
}

.demo-modal-area .demo-close-btn {
	border: 0 none;
	position: fixed;
	right: 80px;
	top: 40px;
	width: 40px;
	display: inline-block;
	height: 40px;
	font-size: 22px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	transition: var(--transition);
	z-index: 2;
	border-radius: 100px;
	background: #141414;
	color: var(--color-primary);
	min-width: 40px;
	line-height: 42px;
}

.demo-modal-area .demo-close-btn:hover {
	color: var(--color-primary);
}

.demo-modal-area .wrapper .tmp-modal-inner {
	margin: 70px auto;
	border-radius: 6px;
	padding: 50px;
	background: #141414;
	position: relative;
	max-width: 1170px;
	width: 90%;
	overflow: hidden;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.demo-modal-area .wrapper .tmp-modal-inner {
		padding: 40px 30px
	}
}

@media only screen and (max-width:767px) {
	.demo-modal-area .wrapper .tmp-modal-inner {
		padding: 30px 20px
	}
}

.demo-modal-area .wrapper .tmp-modal-inner::after {
	content: " ";
	position: absolute;
	right: -450px;
	bottom: -500px;
	min-width: 474px;
	min-height: 474px;
	border-radius: 100px;
	filter: blur(227px);
	z-index: 1;
	background: var(--color-primary);
}

.demo-modal-area .wrapper .tmp-modal-inner::before {
	content: " ";
	position: absolute;
	left: -450px;
	top: -500px;
	min-width: 474px;
	min-height: 474px;
	border-radius: 100px;
	filter: blur(227px);
	z-index: 1;
	background: var(--color-primary);
}

.demo-modal-area .wrapper .tmp-modal-inner .demo-top .title {
	margin-bottom: 12px;
	color: #fff;
	font-size: 40px;
}

.demo-modal-area .wrapper .tmp-modal-inner .demo-top .subtitle {
	font-size: 16px;
	font-family: var(--font-secondary);
	width: 48%;
	margin: 0 auto;
	margin-bottom: 28px;
	margin-top: 22px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.demo-modal-area .wrapper .tmp-modal-inner .demo-top .subtitle {
		width: 100%
	}
}

@media only screen and (max-width:767px) {
	.demo-modal-area .wrapper .tmp-modal-inner .demo-top .subtitle {
		width: 100%
	}
}

.demo-modal-area.open {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.single-demo {
	position: relative;
	background-color: var(--color-secondary);
	z-index: 1;
	border-radius: 10px;
	transition: all var(--transition) linear;
}

.single-demo::before {
	position: absolute;
	content: "";
	top: -2px;
	left: -2px;
	transition: all var(--transition) linear;
	background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-secondary) 100%);
	opacity: .2;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	z-index: -1;
	border-radius: 10px;
}

.single-demo.coming-soon {
	pointer-events: none;
}

.single-demo .inner {
	position: relative;
	z-index: 2;
	transition: var(--transition);
}

.single-demo .inner.badge-1 {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.single-demo .inner.badge-1::after {
	position: absolute;
	content: "Hot";
	padding: 3px 10px;
	border-radius: 5px;
	z-index: 2;
	font-size: 14px;
	top: 15px;
	right: 15px;
	background: linear-gradient(to right, #6a67ce, #fc636b) !important;
	color: #ffffff;
	transition: .3s;
}

.single-demo .inner.badge-2 {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.single-demo .inner.badge-2::after {
	position: absolute;
	content: "New";
	padding: 3px 10px;
	border-radius: 5px;
	z-index: 2;
	font-size: 14px;
	top: 15px;
	right: 15px;
	background: linear-gradient(to right, #6a67ce, #fc636b) !important;
	color: #ffffff;
	transition: .3s;
}

.single-demo .inner .thumbnail {
	border-radius: 6px 6px 0 0;
}

.single-demo .inner .thumbnail a {
	position: relative;
	display: block;
	z-index: 2;
}

.single-demo .inner .thumbnail a::after {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 8px 8px 0 0;
	transition: .4s;
	opacity: 0;
}

.single-demo .inner .thumbnail a .overlay-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	margin-top: 10px;
	display: inline-block;
	transition: .4s;
}

.single-demo .inner .thumbnail a .overlay-content .overlay-text {
	display: inline-block;
	padding: 8px 15px;
	background: var(--color-primary);
	font-size: 14px;
	border-radius: 8px;
	opacity: 0;
	transition: .4s;
	color: #ffffff;
	font-family: var(--font-secondary);
}

.single-demo .inner .thumbnail img {
	border-radius: 6px 6px 0 0;
}

.single-demo .inner .title {
	margin-bottom: 0;
	padding-top: 16px;
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
	border-top: 1px solid rgba(255, 255, 255, .04);
	margin-top: 0;
	font-weight: 500;
	padding-bottom: 16px;
	font-family: var(--font-secondary);
}

.single-demo .inner .title a {
	color: #ffffff;
	display: block;
	transition: .3s;
}

.single-demo .inner .title a:hover {
	color: var(--color-primary);
}

.single-demo:hover .inner .thumbnail a::after {
	opacity: 1;
}

.single-demo:hover .inner .thumbnail a .overlay-content {
	margin-top: 0;
}

.single-demo:hover .inner .thumbnail a .overlay-content .overlay-text {
	opacity: 1;
}

.single-demo:hover .badge-1:after {
	transform: scale(.8);
	right: 0;
	top: 7px;
}

.single-demo:hover .badge-2:after {
	transform: scale(.8);
	right: 0;
	top: 7px;
}

.single-demo:hover::before {
	transition: var(--transition);
	opacity: 1;
}

.demo-modal-area.active-light .wrapper .tmp-modal-inner {
	background: #EDEDED;
}

.demo-modal-area.active-light .single-demo {
	background: #ffffff;
}

.demo-modal-area.active-light .single-demo .inner .title a {
	color: #141414;
	transition: var(--transition);
}

.demo-modal-area.active-light .single-demo::before {
	background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-white) 100%);
}

.demo-modal-area.active-light .demo-close-btn {
	background: var(--color-white);
}

.demo-modal-area .popuptab-area li a.nav-link {
	position: relative;
	z-index: 2;
}

.demo-modal-area.active-light .single-demo .inner .title {
	border-top: 1px solid transparent;
}

.demo-modal-area.active-light .wrapper .tmp-modal-inner .demo-top .title {
	color: #ffffff;
}

.demo-modal-area.active-light .wrapper .tmp-modal-inner .demo-top .subtitle {
	color: #6A7789;
}

.demo-modal-area.active-light .wrapper .tmp-modal-inner .demo-top .title {
	color: #141414;
}

.tmp-white-version .tmp-right-demo .demo-button .text {
	color: #141414;
}

.active-light .popuptab-area li a.nav-link {
	background: #ffffff;
	color: #141414;
}

.demo-modal-area.active-light {
	background-color: #e4e8ee !important;
}

body.tmp-white-version.index-8 .tmp-contact-about-inner .info-box {
	background: #f2f2f2;
}

.demo-button-wrapper {
	width: auto;
	white-space: nowrap;
	position: fixed;
	right: 0;
	top: 25%;
	cursor: pointer;
	z-index: 1000;
	-webkit-transform: rotate(-90deg) translateY(-100%);
	-ms-transform: rotate(-90deg) translateY(-100%);
	transform: rotate(-90deg) translateY(-100%);
	-webkit-transform-origin: 100% 0 0;
	-ms-transform-origin: 100% 0 0;
	transform-origin: 100% 0 0;
	margin-right: -1px;
	display: flex;
}

.demo-button-wrapper .buy-theme {
	text-align: center;
	background-color: #48a133;
	position: relative;
	z-index: 1;
}

.demo-button-wrapper .buy-theme a {
	color: #fff;
	font-size: 11px;
	padding: 10px 15px;
	display: block;
	font-weight: 500;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.demo-button-wrapper .buy-theme a {
		padding: 7px
	}
}

@media only screen and (max-width:767px) {
	.demo-button-wrapper .buy-theme a {
		padding: 7px
	}
}

.demo-button-wrapper .buy-theme .theme-wrapper {
	padding: 0;
	position: relative;
	top: 0;
	opacity: 1;
	transition-delay: .3s;
	line-height: 0;
}

.demo-button-wrapper .all-demo .demos {
	font-size: 11px;
	padding: 10px 15px;
	display: block;
	font-weight: 500;
	cursor: pointer;
	background-color: #1f242e;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.demo-button-wrapper .all-demo .demos {
		padding: 7px
	}
}

@media only screen and (max-width:767px) {
	.demo-button-wrapper .all-demo .demos {
		padding: 7px
	}
}

.demo-button-wrapper .all-demo .theme-wrapper {
	padding: 0 9px;
	position: relative;
	top: 0;
	opacity: 1;
	transition-delay: .3s;
	line-height: 0;
}

.demo-button-wrapper .all-demo .theme-wrapper>div {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 21px;
}

.demo-modal-area.open::-webkit-scrollbar {
	display: none;
}

.lines {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	margin: auto;
	width: 100vw;
	pointer-events: none;
	z-index: 3;
}

.line {
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	background: rgba(255, 255, 255, .1);
	overflow: hidden;
}

.line::after {
	content: "";
	display: block;
	position: absolute;
	height: 15vh;
	width: 100%;
	top: -50%;
	left: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 75%, #fff 100%);
	-webkit-animation: drop 7s linear infinite;
	animation: drop 7s linear infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(.4, .26, 0, .97);
	animation-timing-function: cubic-bezier(.4, .26, 0, .97);
}

.line:nth-child(1) {
	margin-left: -40%;
}

.line:nth-child(1)::after {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.line:nth-child(2) {
	margin-left: -8px;
}

.line:nth-child(3) {
	margin-left: 39%;
}

.line:nth-child(3)::after {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

@-webkit-keyframes drop {
	0% {
		top: -50%
	}

	100% {
		top: 110%
	}
}

@keyframes drop {
	0% {
		top: -50%
	}

	100% {
		top: 110%
	}
}

.separator-animated-border {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	right: 0;
	overflow: hidden;
	height: 1px;
	width: 75%;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(72, 139, 255, .357) 50%, rgba(0, 0, 0, 0) 100%);
}

.separator-animated-border.animated-true::before {
	content: "";
	position: absolute;
	width: 7%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 0%, var(--color-primary) 50%, rgba(0, 0, 0, 0) 100%);
	backdrop-filter: blur(20px);
	animation: separateline 4s ease-in-out infinite;
}

.separator-animated-border.border-top-footer {
	bottom: auto;
	top: 0;
	width: 100%;
}

.separator-animated-border.border-top-footer::before {
	animation: separateline 10s ease-in-out infinite;
}

@keyframes separateline {
	0% {
		left: 0
	}

	100% {
		left: 110%
	}
}

.tmp-intro-video-card-wrapper {
	position: fixed;
	z-index: 1008;
	right: 20px;
	bottom: 20px;
	width: 180px;
	height: 280px;
	transition: all .25s ease-in-out;
	border-radius: 8px;
	opacity: 1;
	background: var(--color-card);
	box-shadow: 0 20px 48px rgba(0, 0, 0, .1);
	cursor: pointer;
}

@media only screen and (max-width:575px) {
	.tmp-intro-video-card-wrapper {
		right: 20px;
		bottom: 20px
	}
}

.tmp-intro-video-card-wrapper.position-left {
	right: auto;
	left: 20px;
}

.tmp-intro-video-card-wrapper.position-left .card-greeting {
	left: calc(100% - 32px);
	right: auto;
	border-radius: 20px 20px 20px 5px;
}

.tmp-intro-video-card-wrapper.position-left .tmp-iv-close-button {
	left: -10px;
	right: auto;
}

.tmp-intro-video-card-wrapper.position-left .play-button {
	left: 35px;
	right: auto;
}

.tmp-intro-video-card-wrapper.position-left .sound-button {
	left: 5px;
	right: auto;
}

.tmp-intro-video-card-wrapper.position-left.is-expanded .play-button {
	left: 50px;
	right: auto;
}

.tmp-intro-video-card-wrapper.position-left.is-expanded .sound-button {
	left: 10px;
	right: auto;
}

.tmp-video-controls {
	opacity: 0;
	transition: .3s;
}

.tmp-video-controls {
	opacity: 1;
}

.tmp-intro-video-card-wrapper:hover .tmp-video-controls {
	opacity: 1;
}

.tmp-video-inner {
	width: 100%;
	height: 100%;
	padding: 10px;
	position: relative;
}

.tmp-video-progress-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.tmp-video-element {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border-radius: 4px;
	-o-object-fit: cover;
	object-fit: cover;
	background: rgba(255, 255, 255, .1);
}

.card-greeting {
	position: absolute;
	z-index: 1;
	top: 20px;
	left: auto;
	align-items: center;
	justify-content: center;
	min-width: 72px;
	width: max-content;
	min-height: 36px;
	-webkit-animation: bounce-fade .4s;
	animation: bounce-fade .4s;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	border-radius: 20px 20px 5px;
	opacity: 1;
	background: var(--color-primary);
	box-shadow: 2px 2px 20px rgba(0, 0, 0, .15);
	text-align: center;
	animation-fill-mode: forwards;
	display: flex;
	padding: 5px 10px;
	right: calc(100% - 32px);
}

.card-greeting p {
	color: #fff;
	line-height: 20px;
}

.is-expanded .card-greeting {
	display: none;
}

.play-button,
.sound-button,
.expand-icon {
	position: absolute;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	border-radius: 100px;
	transition: .3s;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .2));
	display: flex;
	align-items: center;
	justify-content: center;
}

.play-button:hover,
.sound-button:hover,
.expand-icon:hover {
	background: rgba(0, 0, 0, .2);
}

.sound-button .fn__svg {
	width: 16px;
	height: 16px;
}

.play-button {
	right: 35px;
	top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.play-button.position-center {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.volume_has,
.play_btn {
	display: none;
}

.playing .play-button .play_btn {
	display: block;
}

.playing .play-button .pause_btn {
	display: none;
}

.sound-button {
	right: 5px;
	top: 5px;
}

.sound-button.sound-muted .volume_has {
	display: block;
}

.sound-button.sound-muted .volume_no {
	display: none;
}

.expand-icon {
	right: 5px;
	bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.expand-icon i {
	font-size: 20px;
}

.expand-icon i .fn__svg {
	width: 16px;
	height: 16px;
	display: block;
}

.expand-icon:hover {
	transform: scale(1.3);
}

.is-expanded .expand-icon {
	right: 10px;
	bottom: 10px;
}

.is-expanded .expand-icon .feather-maximize-2:before {
	content: "\e995" !important;
}

.tmp-intro-video-card-wrapper.is-expanded {
	width: 360px;
	height: 666px;
	right: 50%;
	bottom: 50%;
	transform: translate(50%, 50%);
}

@media only screen and (max-width:575px) {
	.tmp-intro-video-card-wrapper.is-expanded {
		width: 300px;
		height: auto
	}
}

.is-expanded .play-button,
.is-expanded .sound-button,
.is-expanded .expand-icon {
	width: 40px;
	height: 40px;
	line-height: 43px;
	font-size: 25px;
}

.is-expanded .play-button {
	top: 10px;
	right: 50px;
}

.is-expanded .sound-button {
	top: 10px;
	right: 10px;
}

.tmp-iv-close-button {
	position: absolute;
	right: -10px;
	top: -10px;
	background: linear-gradient(to right bottom, #212428, #16181c);
	display: inline-block;
	width: 30px;
	height: 30px;
	color: var(--color-primary);
	font-size: 16px;
	text-align: center;
	line-height: 32px;
	border-radius: 100%;
	opacity: 1;
	transition: .3s;
	transform: scale(.8);
}

.tmp-iv-close-button i {
	font-weight: 900;
}

.tmp-intro-video-card-wrapper:hover .tmp-iv-close-button {
	opacity: 1;
}

.is-expanded .tmp-iv-close-button {
	opacity: 0;
	transform: scale(1);
}

.tmp-iv-top-wrapper {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 50;
	pointer-events: none;
	display: none;
}

.tmp-iv-progress-bar {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 5px;
	margin-bottom: 0;
	cursor: pointer;
	background: rgba(0, 0, 0, 0);
	border-radius: 0 0 8px 8px;
}

.tmp-iv-progress-bar span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 100%;
}

.tmp-iv-progress-bar .time-bar {
	z-index: 10;
	background: var(--color-primary);
}

.tmp-iv-progress-bar .buffer-bar {
	z-index: 5;
	background: var(--color-primary);
	opacity: .3;
}

body.white-version .tmp-intro-video-card-wrapper {
	background: #000;
}

body.white-version .tmp-video-element {
	background: rgba(0, 0, 0, .1);
}

body.white-version .card-greeting p {
	color: white;
}

.banner-area-one-main-demo .slider-bg-light {
	position: absolute;
	left: 25%;
	top: 0;
	min-width: 300px;
	z-index: -1;
}

@media only screen and (max-width:767px) {
	.banner-area-one-main-demo .slider-bg-light {
		left: 10%;
		min-width: none
	}
}

@media only screen and (max-width:479px) {
	.banner-area-one-main-demo .slider-bg-light {
		left: 0
	}
}

@media screen and (min-width:2500px) {
	.banner-area-one-main-demo .slider-bg-light {
		left: 45%;
		transform: translateX(-50%)
	}
}

.tmp-white-version .banner-area-one-main-demo .slider-bg-light {
	display: none;
}

.banner-area-one-main-demo .slider-bg-dot-shape {
	position: absolute;
	left: 35%;
	top: -28px;
	z-index: -1;
}

.blocksync-stars-area {
	height: 600px;
	overflow: hidden;
	width: 300px;
}

@media only screen and (max-width:1199px) {
	.blocksync-stars-area {
		width: 100% !important;
		min-width: 150px
	}
}

.blocksync-stars {
	width: 1px;
	height: 1px;
	background: transparent;
	box-shadow: 9px 1679px #FFF, 1156px 1836px #FFF, 1955px 1247px #FFF, 1274px 372px #FFF, 106px 145px #FFF, 837px 1317px #FFF, 1283px 132px #FFF, 1566px 1532px #FFF, 1381px 1673px #FFF, 1243px 792px #FFF, 1478px 646px #FFF, 93px 1365px #FFF, 983px 640px #FFF, 936px 1488px #FFF, 1184px 1426px #FFF, 470px 915px #FFF, 1832px 13px #FFF, 395px 1819px #FFF, 549px 728px #FFF, 756px 905px #FFF, 1548px 379px #FFF, 572px 834px #FFF, 1657px 1363px #FFF, 224px 213px #FFF, 1005px 1293px #FFF, 600px 1040px #FFF, 2px 3px #FFF, 106px 1777px #FFF, 1058px 47px #FFF, 419px 673px #FFF, 1895px 839px #FFF, 891px 1988px #FFF, 1050px 1670px #FFF, 1311px 203px #FFF, 1443px 647px #FFF, 392px 250px #FFF, 571px 1949px #FFF, 447px 175px #FFF, 1920px 1505px #FFF, 1891px 1131px #FFF, 17px 212px #FFF, 117px 1792px #FFF, 428px 1856px #FFF, 1395px 1120px #FFF, 1508px 1421px #FFF, 334px 777px #FFF, 1700px 72px #FFF, 1824px 1748px #FFF, 1423px 115px #FFF, 411px 742px #FFF, 1495px 1964px #FFF, 356px 1058px #FFF, 642px 686px #FFF, 584px 1106px #FFF, 425px 894px #FFF, 305px 77px #FFF, 1213px 1220px #FFF, 1624px 830px #FFF, 1040px 1651px #FFF, 778px 70px #FFF, 202px 1413px #FFF, 9px 1181px #FFF, 734px 211px #FFF, 1841px 1634px #FFF, 1871px 426px #FFF, 1171px 352px #FFF, 483px 884px #FFF, 1570px 1463px #FFF, 58px 1894px #FFF, 254px 499px #FFF, 1169px 799px #FFF, 450px 43px #FFF, 172px 1255px #FFF, 199px 1820px #FFF, 677px 1144px #FFF, 1104px 1204px #FFF, 1865px 580px #FFF, 1319px 1170px #FFF, 1362px 1039px #FFF, 1132px 434px #FFF, 478px 654px #FFF, 283px 685px #FFF, 177px 1608px #FFF, 637px 1426px #FFF, 1031px 1573px #FFF, 937px 1483px #FFF, 10px 1559px #FFF, 1349px 933px #FFF, 1430px 740px #FFF, 1388px 1110px #FFF, 1858px 1865px #FFF, 1069px 486px #FFF, 1970px 1462px #FFF, 339px 1286px #FFF, 953px 346px #FFF, 1751px 1034px #FFF, 1100px 120px #FFF, 245px 1160px #FFF, 1253px 1404px #FFF, 412px 1391px #FFF, 222px 994px #FFF, 1391px 1189px #FFF, 676px 1159px #FFF, 1218px 835px #FFF, 1216px 1801px #FFF, 1948px 1810px #FFF, 1360px 880px #FFF, 1645px 310px #FFF, 1294px 186px #FFF, 1657px 77px #FFF, 502px 1533px #FFF, 1892px 652px #FFF, 174px 1172px #FFF, 659px 1173px #FFF, 1768px 1541px #FFF, 1337px 486px #FFF, 1785px 1432px #FFF, 323px 374px #FFF, 390px 928px #FFF, 1734px 1623px #FFF, 1017px 221px #FFF, 55px 1776px #FFF, 1228px 167px #FFF, 125px 458px #FFF, 264px 764px #FFF, 231px 1626px #FFF, 1517px 324px #FFF, 1409px 1891px #FFF, 1027px 704px #FFF, 811px 778px #FFF, 91px 1463px #FFF, 222px 1540px #FFF, 1741px 659px #FFF, 776px 921px #FFF, 1619px 812px #FFF, 1122px 1047px #FFF, 1868px 1336px #FFF, 1866px 1107px #FFF, 968px 1612px #FFF, 1809px 1011px #FFF, 905px 1290px #FFF, 1858px 1650px #FFF, 1917px 150px #FFF, 1006px 284px #FFF, 934px 451px #FFF, 1445px 1274px #FFF, 836px 1196px #FFF, 1905px 454px #FFF, 373px 1491px #FFF, 517px 107px #FFF, 750px 1134px #FFF, 1378px 1589px #FFF, 1284px 170px #FFF, 1917px 346px #FFF, 1529px 1369px #FFF, 1970px 1044px #FFF, 511px 950px #FFF, 1211px 114px #FFF, 1667px 1415px #FFF, 703px 1711px #FFF, 1725px 1166px #FFF, 236px 766px #FFF, 965px 1036px #FFF, 1306px 1211px #FFF, 711px 153px #FFF, 147px 1607px #FFF, 1157px 932px #FFF, 1513px 1291px #FFF, 1582px 501px #FFF, 123px 448px #FFF, 497px 878px #FFF, 446px 1412px #FFF, 1908px 417px #FFF, 1677px 1180px #FFF, 1019px 1937px #FFF, 43px 77px #FFF, 6px 38px #FFF, 1804px 951px #FFF, 1534px 403px #FFF, 277px 1625px #FFF, 1493px 1795px #FFF, 1185px 1378px #FFF, 1755px 536px #FFF, 647px 122px #FFF, 1677px 11px #FFF, 1811px 1124px #FFF, 1369px 1699px #FFF, 1271px 1026px #FFF, 317px 1426px #FFF, 27px 152px #FFF, 1245px 1440px #FFF, 88px 1070px #FFF, 720px 153px #FFF, 1997px 46px #FFF, 36px 289px #FFF, 1052px 752px #FFF, 46px 1939px #FFF, 169px 1764px #FFF, 1752px 28px #FFF, 1914px 971px #FFF, 1135px 1439px #FFF, 1025px 303px #FFF, 596px 417px #FFF, 434px 1666px #FFF, 1506px 359px #FFF, 1112px 358px #FFF, 1992px 524px #FFF, 248px 1168px #FFF, 1721px 1447px #FFF, 1815px 1497px #FFF, 1477px 843px #FFF, 1692px 387px #FFF, 931px 1253px #FFF, 1823px 1819px #FFF, 527px 980px #FFF, 829px 1011px #FFF, 1086px 260px #FFF, 595px 1827px #FFF, 274px 1829px #FFF, 1662px 1476px #FFF, 1363px 1732px #FFF, 963px 458px #FFF, 1987px 1152px #FFF, 1474px 1419px #FFF, 658px 543px #FFF, 141px 539px #FFF, 479px 1322px #FFF, 1392px 480px #FFF, 1903px 673px #FFF, 1715px 1173px #FFF, 858px 1704px #FFF, 1px 1003px #FFF, 1019px 1982px #FFF, 1063px 1164px #FFF, 1102px 1746px #FFF, 1222px 1541px #FFF, 1307px 453px #FFF, 1010px 1346px #FFF, 836px 688px #FFF, 1818px 1085px #FFF, 1592px 252px #FFF, 1539px 1376px #FFF, 297px 1176px #FFF, 1191px 1116px #FFF, 1006px 611px #FFF, 496px 1663px #FFF, 1140px 1578px #FFF, 448px 362px #FFF, 305px 258px #FFF, 184px 642px #FFF, 453px 38px #FFF, 551px 1701px #FFF, 408px 1089px #FFF, 28px 711px #FFF, 1738px 1915px #FFF, 1107px 1235px #FFF, 30px 94px #FFF, 843px 1558px #FFF, 935px 184px #FFF, 256px 456px #FFF, 655px 1960px #FFF, 979px 989px #FFF, 1536px 1729px #FFF, 950px 1396px #FFF, 37px 831px #FFF, 558px 1592px #FFF, 693px 946px #FFF, 1135px 1853px #FFF, 1641px 208px #FFF, 1818px 1284px #FFF, 241px 1197px #FFF, 1051px 939px #FFF, 14px 30px #FFF, 1964px 428px #FFF, 821px 559px #FFF, 1623px 1874px #FFF, 67px 180px #FFF, 320px 514px #FFF, 1725px 1392px #FFF, 976px 1956px #FFF, 137px 1953px #FFF, 1146px 712px #FFF, 1252px 323px #FFF, 1179px 1981px #FFF, 864px 1042px #FFF, 1839px 692px #FFF, 29px 1193px #FFF, 1996px 719px #FFF, 352px 963px #FFF, 961px 1643px #FFF, 467px 200px #FFF, 829px 1054px #FFF, 1029px 1880px #FFF, 495px 1517px #FFF, 409px 141px #FFF, 230px 1445px #FFF, 1125px 1851px #FFF, 346px 253px #FFF, 1512px 38px #FFF, 254px 568px #FFF, 324px 289px #FFF, 165px 703px #FFF, 318px 1115px #FFF, 1381px 1002px #FFF, 638px 1680px #FFF, 1363px 1392px #FFF, 653px 1243px #FFF, 1260px 1641px #FFF, 1875px 1397px #FFF, 837px 977px #FFF, 1834px 1318px #FFF, 1142px 521px #FFF, 1164px 1657px #FFF, 289px 1774px #FFF, 563px 603px #FFF, 1904px 898px #FFF, 1932px 600px #FFF, 1553px 293px #FFF, 1993px 1080px #FFF, 1447px 1823px #FFF, 236px 586px #FFF, 1620px 85px #FFF, 323px 1320px #FFF, 739px 508px #FFF, 1718px 1201px #FFF, 1904px 1305px #FFF, 1416px 234px #FFF, 833px 1318px #FFF, 73px 60px #FFF, 1227px 885px #FFF, 1018px 875px #FFF, 1772px 1440px #FFF, 319px 71px #FFF, 821px 839px #FFF, 676px 952px #FFF, 493px 569px #FFF, 489px 1936px #FFF, 1071px 1030px #FFF, 1637px 1314px #FFF, 785px 1229px #FFF, 1766px 918px #FFF, 75px 1488px #FFF, 537px 137px #FFF, 1902px 1573px #FFF, 971px 238px #FFF, 1547px 934px #FFF, 662px 1807px #FFF, 319px 1831px #FFF, 1676px 372px #FFF, 879px 1398px #FFF, 1102px 299px #FFF, 44px 280px #FFF, 111px 663px #FFF, 424px 776px #FFF, 1290px 170px #FFF, 1179px 153px #FFF, 1910px 1766px #FFF, 517px 657px #FFF, 82px 1202px #FFF, 569px 1170px #FFF, 646px 513px #FFF, 872px 430px #FFF, 761px 1061px #FFF, 431px 1493px #FFF, 806px 958px #FFF, 1394px 1954px #FFF, 1707px 178px #FFF, 1208px 666px #FFF, 344px 1359px #FFF, 255px 1788px #FFF, 1640px 87px #FFF, 413px 561px #FFF, 1131px 597px #FFF, 439px 358px #FFF, 68px 547px #FFF, 252px 1583px #FFF, 1653px 412px #FFF, 801px 930px #FFF, 1242px 211px #FFF, 341px 1769px #FFF, 85px 419px #FFF, 1822px 167px #FFF, 363px 1543px #FFF, 1128px 1225px #FFF, 1485px 1988px #FFF, 1704px 145px #FFF, 843px 890px #FFF, 1714px 652px #FFF, 1793px 1800px #FFF, 69px 541px #FFF, 1521px 1923px #FFF, 1259px 665px #FFF, 1707px 963px #FFF, 727px 1232px #FFF, 579px 102px #FFF, 1221px 1587px #FFF, 925px 1643px #FFF, 1777px 1403px #FFF, 1126px 526px #FFF, 573px 1090px #FFF, 277px 1174px #FFF, 1743px 703px #FFF, 969px 351px #FFF, 108px 220px #FFF, 81px 1105px #FFF, 1424px 1448px #FFF, 88px 1821px #FFF, 1995px 311px #FFF, 98px 1414px #FFF, 1672px 883px #FFF, 321px 823px #FFF, 1883px 1963px #FFF, 359px 459px #FFF, 1840px 912px #FFF, 1898px 367px #FFF, 1422px 702px #FFF, 310px 613px #FFF, 435px 456px #FFF, 207px 1760px #FFF, 1683px 923px #FFF, 379px 403px #FFF, 401px 876px #FFF, 145px 1187px #FFF, 1936px 74px #FFF, 593px 836px #FFF, 1864px 837px #FFF, 1836px 1230px #FFF, 1359px 699px #FFF, 1431px 269px #FFF, 117px 630px #FFF, 985px 104px #FFF, 1117px 771px #FFF, 1699px 431px #FFF, 107px 1092px #FFF, 1632px 1410px #FFF, 776px 1299px #FFF, 1489px 1750px #FFF, 1453px 484px #FFF, 309px 282px #FFF, 1918px 1120px #FFF, 1332px 544px #FFF, 1155px 1399px #FFF, 1588px 883px #FFF, 961px 638px #FFF, 1140px 1421px #FFF, 1956px 799px #FFF, 818px 597px #FFF, 558px 1776px #FFF, 151px 1911px #FFF, 1846px 1244px #FFF, 146px 1826px #FFF, 1968px 1904px #FFF, 183px 1058px #FFF, 703px 1061px #FFF, 1540px 1658px #FFF, 516px 1767px #FFF, 1270px 984px #FFF, 359px 1739px #FFF, 226px 1676px #FFF, 1566px 272px #FFF, 636px 199px #FFF, 1504px 1848px #FFF, 301px 157px #FFF, 1482px 1417px #FFF, 659px 1073px #FFF, 154px 697px #FFF, 1131px 1362px #FFF, 23px 1874px #FFF, 366px 1422px #FFF, 1677px 1662px #FFF, 1086px 1513px #FFF, 490px 687px #FFF, 998px 1836px #FFF, 76px 1919px #FFF, 1738px 458px #FFF, 1888px 1997px #FFF, 1804px 1214px #FFF, 1685px 1357px #FFF, 451px 1585px #FFF, 1916px 628px #FFF, 1419px 1693px #FFF, 793px 1349px #FFF, 719px 189px #FFF, 249px 497px #FFF, 220px 314px #FFF, 1326px 1740px #FFF, 1935px 1857px #FFF, 962px 785px #FFF, 1450px 599px #FFF, 257px 54px #FFF, 444px 1034px #FFF, 1029px 1286px #FFF, 1230px 1213px #FFF, 1507px 203px #FFF, 900px 504px #FFF, 1917px 590px #FFF, 973px 1740px #FFF, 1200px 1584px #FFF, 188px 1389px #FFF, 440px 1111px #FFF, 1163px 584px #FFF, 1753px 1006px #FFF, 1817px 1414px #FFF, 296px 1175px #FFF, 1192px 459px #FFF, 657px 848px #FFF, 1524px 1057px #FFF, 2px 431px #FFF, 616px 1513px #FFF, 231px 1461px #FFF, 38px 544px #FFF, 69px 479px #FFF, 544px 324px #FFF, 489px 974px #FFF, 1045px 593px #FFF, 796px 72px #FFF, 38px 1672px #FFF, 1163px 1938px #FFF, 93px 35px #FFF, 1966px 359px #FFF, 1505px 1732px #FFF, 1147px 1652px #FFF, 1412px 1515px #FFF, 425px 1081px #FFF, 1491px 354px #FFF, 695px 266px #FFF, 918px 1599px #FFF, 248px 465px #FFF, 1767px 1818px #FFF, 686px 137px #FFF, 1331px 692px #FFF, 1273px 443px #FFF, 947px 222px #FFF, 146px 1665px #FFF, 829px 63px #FFF, 890px 633px #FFF, 1574px 583px #FFF, 1806px 55px #FFF, 1348px 750px #FFF, 1460px 1551px #FFF, 1427px 914px #FFF, 236px 1296px #FFF, 1824px 712px #FFF, 1445px 739px #FFF, 1477px 452px #FFF, 1551px 1284px #FFF, 1761px 945px #FFF, 1968px 276px #FFF, 1888px 789px #FFF, 1443px 646px #FFF, 1852px 809px #FFF, 1848px 1226px #FFF, 75px 389px #FFF, 1272px 1376px #FFF, 559px 320px #FFF, 570px 331px #FFF, 553px 1563px #FFF, 1893px 639px #FFF, 595px 1619px #FFF, 1208px 459px #FFF, 1026px 561px #FFF, 525px 1752px #FFF, 497px 1440px #FFF, 1341px 964px #FFF, 685px 735px #FFF, 707px 1847px #FFF, 478px 680px #FFF, 744px 1404px #FFF, 1973px 625px #FFF, 1033px 1319px #FFF, 1639px 1535px #FFF, 924px 586px #FFF, 1325px 1605px #FFF, 927px 505px #FFF, 251px 1525px #FFF, 1988px 1766px #FFF, 1304px 792px #FFF, 1356px 739px #FFF, 453px 91px #FFF, 581px 803px #FFF, 883px 1118px #FFF, 1863px 1399px #FFF, 1454px 225px #FFF, 608px 1744px #FFF, 123px 142px #FFF, 355px 1068px #FFF, 61px 872px #FFF, 404px 221px #FFF, 902px 1814px #FFF, 602px 1255px #FFF, 1623px 1258px #FFF, 1389px 1208px #FFF, 1780px 152px #FFF, 1362px 815px #FFF, 1134px 1364px #FFF, 1088px 1715px #FFF, 335px 506px #FFF, 767px 745px #FFF, 669px 402px #FFF, 1287px 187px #FFF, 231px 1704px #FFF, 644px 1987px #FFF, 17px 1303px #FFF, 1314px 438px #FFF, 306px 1660px #FFF, 868px 649px #FFF, 264px 499px #FFF, 222px 682px #FFF, 193px 45px #FFF, 963px 1781px #FFF, 1735px 1581px #FFF, 236px 1211px #FFF, 279px 1721px #FFF, 154px 1390px #FFF, 1149px 1751px #FFF, 734px 1264px #FFF, 882px 1294px #FFF, 281px 1862px #FFF, 858px 1974px #FFF, 1778px 993px #FFF, 1108px 1455px #FFF, 1695px 296px #FFF, 1956px 902px #FFF, 33px 708px #FFF, 605px 229px #FFF, 1724px 1437px #FFF, 419px 508px #FFF, 1671px 1450px #FFF, 673px 1351px #FFF, 1278px 1459px #FFF, 1097px 1306px #FFF, 605px 168px #FFF, 835px 1362px #FFF, 796px 1650px #FFF, 576px 125px #FFF, 1772px 326px #FFF, 260px 1861px #FFF, 244px 1420px #FFF, 1534px 1130px #FFF, 1777px 1910px #FFF, 497px 307px #FFF, 352px 103px #FFF, 861px 798px #FFF, 1475px 1256px #FFF, 1783px 303px #FFF, 698px 1107px #FFF, 338px 598px #FFF, 775px 305px #FFF, 1687px 1545px #FFF, 1522px 18px #FFF, 657px 366px #FFF, 645px 1244px #FFF, 822px 376px #FFF, 9px 725px #FFF, 1161px 188px #FFF, 1082px 1490px #FFF, 830px 691px #FFF, 196px 1054px #FFF, 1446px 1758px #FFF, 1725px 515px #FFF, 1974px 921px #FFF, 717px 1878px #FFF, 371px 1971px #FFF, 1100px 1223px #FFF, 37px 1224px #FFF, 1332px 1842px #FFF, 1511px 755px #FFF, 18px 933px #FFF, 673px 1950px #FFF, 615px 1682px #FFF, 146px 155px #FFF, 668px 1765px #FFF, 1606px 1770px #FFF, 672px 248px #FFF, 877px 901px #FFF, 1761px 1078px #FFF, 283px 1203px #FFF, 574px 277px #FFF, 1393px 239px #FFF, 1038px 1630px #FFF, 1381px 126px #FFF, 319px 1789px #FFF, 523px 1139px #FFF, 1648px 1013px #FFF, 508px 710px #FFF, 214px 1815px #FFF, 118px 824px #FFF, 1210px 1134px #FFF, 306px 1957px #FFF, 61px 1281px #FFF, 1924px 169px #FFF, 1682px 1937px #FFF, 1760px 949px #FFF, 1469px 61px #FFF, 588px 462px #FFF, 1500px 1410px #FFF, 1561px 1081px #FFF, 260px 938px #FFF, 1483px 1067px #FFF, 642px 1519px #FFF;
	animation: animStar 50s linear infinite;
}

.blocksync-stars:after {
	content: " ";
	position: absolute;
	top: 2000px;
	width: 1px;
	height: 1px;
	background: transparent;
	box-shadow: 9px 1679px #FFF, 1156px 1836px #FFF, 1955px 1247px #FFF, 1274px 372px #FFF, 106px 145px #FFF, 837px 1317px #FFF, 1283px 132px #FFF, 1566px 1532px #FFF, 1381px 1673px #FFF, 1243px 792px #FFF, 1478px 646px #FFF, 93px 1365px #FFF, 983px 640px #FFF, 936px 1488px #FFF, 1184px 1426px #FFF, 470px 915px #FFF, 1832px 13px #FFF, 395px 1819px #FFF, 549px 728px #FFF, 756px 905px #FFF, 1548px 379px #FFF, 572px 834px #FFF, 1657px 1363px #FFF, 224px 213px #FFF, 1005px 1293px #FFF, 600px 1040px #FFF, 2px 3px #FFF, 106px 1777px #FFF, 1058px 47px #FFF, 419px 673px #FFF, 1895px 839px #FFF, 891px 1988px #FFF, 1050px 1670px #FFF, 1311px 203px #FFF, 1443px 647px #FFF, 392px 250px #FFF, 571px 1949px #FFF, 447px 175px #FFF, 1920px 1505px #FFF, 1891px 1131px #FFF, 17px 212px #FFF, 117px 1792px #FFF, 428px 1856px #FFF, 1395px 1120px #FFF, 1508px 1421px #FFF, 334px 777px #FFF, 1700px 72px #FFF, 1824px 1748px #FFF, 1423px 115px #FFF, 411px 742px #FFF, 1495px 1964px #FFF, 356px 1058px #FFF, 642px 686px #FFF, 584px 1106px #FFF, 425px 894px #FFF, 305px 77px #FFF, 1213px 1220px #FFF, 1624px 830px #FFF, 1040px 1651px #FFF, 778px 70px #FFF, 202px 1413px #FFF, 9px 1181px #FFF, 734px 211px #FFF, 1841px 1634px #FFF, 1871px 426px #FFF, 1171px 352px #FFF, 483px 884px #FFF, 1570px 1463px #FFF, 58px 1894px #FFF, 254px 499px #FFF, 1169px 799px #FFF, 450px 43px #FFF, 172px 1255px #FFF, 199px 1820px #FFF, 677px 1144px #FFF, 1104px 1204px #FFF, 1865px 580px #FFF, 1319px 1170px #FFF, 1362px 1039px #FFF, 1132px 434px #FFF, 478px 654px #FFF, 283px 685px #FFF, 177px 1608px #FFF, 637px 1426px #FFF, 1031px 1573px #FFF, 937px 1483px #FFF, 10px 1559px #FFF, 1349px 933px #FFF, 1430px 740px #FFF, 1388px 1110px #FFF, 1858px 1865px #FFF, 1069px 486px #FFF, 1970px 1462px #FFF, 339px 1286px #FFF, 953px 346px #FFF, 1751px 1034px #FFF, 1100px 120px #FFF, 245px 1160px #FFF, 1253px 1404px #FFF, 412px 1391px #FFF, 222px 994px #FFF, 1391px 1189px #FFF, 676px 1159px #FFF, 1218px 835px #FFF, 1216px 1801px #FFF, 1948px 1810px #FFF, 1360px 880px #FFF, 1645px 310px #FFF, 1294px 186px #FFF, 1657px 77px #FFF, 502px 1533px #FFF, 1892px 652px #FFF, 174px 1172px #FFF, 659px 1173px #FFF, 1768px 1541px #FFF, 1337px 486px #FFF, 1785px 1432px #FFF, 323px 374px #FFF, 390px 928px #FFF, 1734px 1623px #FFF, 1017px 221px #FFF, 55px 1776px #FFF, 1228px 167px #FFF, 125px 458px #FFF, 264px 764px #FFF, 231px 1626px #FFF, 1517px 324px #FFF, 1409px 1891px #FFF, 1027px 704px #FFF, 811px 778px #FFF, 91px 1463px #FFF, 222px 1540px #FFF, 1741px 659px #FFF, 776px 921px #FFF, 1619px 812px #FFF, 1122px 1047px #FFF, 1868px 1336px #FFF, 1866px 1107px #FFF, 968px 1612px #FFF, 1809px 1011px #FFF, 905px 1290px #FFF, 1858px 1650px #FFF, 1917px 150px #FFF, 1006px 284px #FFF, 934px 451px #FFF, 1445px 1274px #FFF, 836px 1196px #FFF, 1905px 454px #FFF, 373px 1491px #FFF, 517px 107px #FFF, 750px 1134px #FFF, 1378px 1589px #FFF, 1284px 170px #FFF, 1917px 346px #FFF, 1529px 1369px #FFF, 1970px 1044px #FFF, 511px 950px #FFF, 1211px 114px #FFF, 1667px 1415px #FFF, 703px 1711px #FFF, 1725px 1166px #FFF, 236px 766px #FFF, 965px 1036px #FFF, 1306px 1211px #FFF, 711px 153px #FFF, 147px 1607px #FFF, 1157px 932px #FFF, 1513px 1291px #FFF, 1582px 501px #FFF, 123px 448px #FFF, 497px 878px #FFF, 446px 1412px #FFF, 1908px 417px #FFF, 1677px 1180px #FFF, 1019px 1937px #FFF, 43px 77px #FFF, 6px 38px #FFF, 1804px 951px #FFF, 1534px 403px #FFF, 277px 1625px #FFF, 1493px 1795px #FFF, 1185px 1378px #FFF, 1755px 536px #FFF, 647px 122px #FFF, 1677px 11px #FFF, 1811px 1124px #FFF, 1369px 1699px #FFF, 1271px 1026px #FFF, 317px 1426px #FFF, 27px 152px #FFF, 1245px 1440px #FFF, 88px 1070px #FFF, 720px 153px #FFF, 1997px 46px #FFF, 36px 289px #FFF, 1052px 752px #FFF, 46px 1939px #FFF, 169px 1764px #FFF, 1752px 28px #FFF, 1914px 971px #FFF, 1135px 1439px #FFF, 1025px 303px #FFF, 596px 417px #FFF, 434px 1666px #FFF, 1506px 359px #FFF, 1112px 358px #FFF, 1992px 524px #FFF, 248px 1168px #FFF, 1721px 1447px #FFF, 1815px 1497px #FFF, 1477px 843px #FFF, 1692px 387px #FFF, 931px 1253px #FFF, 1823px 1819px #FFF, 527px 980px #FFF, 829px 1011px #FFF, 1086px 260px #FFF, 595px 1827px #FFF, 274px 1829px #FFF, 1662px 1476px #FFF, 1363px 1732px #FFF, 963px 458px #FFF, 1987px 1152px #FFF, 1474px 1419px #FFF, 658px 543px #FFF, 141px 539px #FFF, 479px 1322px #FFF, 1392px 480px #FFF, 1903px 673px #FFF, 1715px 1173px #FFF, 858px 1704px #FFF, 1px 1003px #FFF, 1019px 1982px #FFF, 1063px 1164px #FFF, 1102px 1746px #FFF, 1222px 1541px #FFF, 1307px 453px #FFF, 1010px 1346px #FFF, 836px 688px #FFF, 1818px 1085px #FFF, 1592px 252px #FFF, 1539px 1376px #FFF, 297px 1176px #FFF, 1191px 1116px #FFF, 1006px 611px #FFF, 496px 1663px #FFF, 1140px 1578px #FFF, 448px 362px #FFF, 305px 258px #FFF, 184px 642px #FFF, 453px 38px #FFF, 551px 1701px #FFF, 408px 1089px #FFF, 28px 711px #FFF, 1738px 1915px #FFF, 1107px 1235px #FFF, 30px 94px #FFF, 843px 1558px #FFF, 935px 184px #FFF, 256px 456px #FFF, 655px 1960px #FFF, 979px 989px #FFF, 1536px 1729px #FFF, 950px 1396px #FFF, 37px 831px #FFF, 558px 1592px #FFF, 693px 946px #FFF, 1135px 1853px #FFF, 1641px 208px #FFF, 1818px 1284px #FFF, 241px 1197px #FFF, 1051px 939px #FFF, 14px 30px #FFF, 1964px 428px #FFF, 821px 559px #FFF, 1623px 1874px #FFF, 67px 180px #FFF, 320px 514px #FFF, 1725px 1392px #FFF, 976px 1956px #FFF, 137px 1953px #FFF, 1146px 712px #FFF, 1252px 323px #FFF, 1179px 1981px #FFF, 864px 1042px #FFF, 1839px 692px #FFF, 29px 1193px #FFF, 1996px 719px #FFF, 352px 963px #FFF, 961px 1643px #FFF, 467px 200px #FFF, 829px 1054px #FFF, 1029px 1880px #FFF, 495px 1517px #FFF, 409px 141px #FFF, 230px 1445px #FFF, 1125px 1851px #FFF, 346px 253px #FFF, 1512px 38px #FFF, 254px 568px #FFF, 324px 289px #FFF, 165px 703px #FFF, 318px 1115px #FFF, 1381px 1002px #FFF, 638px 1680px #FFF, 1363px 1392px #FFF, 653px 1243px #FFF, 1260px 1641px #FFF, 1875px 1397px #FFF, 837px 977px #FFF, 1834px 1318px #FFF, 1142px 521px #FFF, 1164px 1657px #FFF, 289px 1774px #FFF, 563px 603px #FFF, 1904px 898px #FFF, 1932px 600px #FFF, 1553px 293px #FFF, 1993px 1080px #FFF, 1447px 1823px #FFF, 236px 586px #FFF, 1620px 85px #FFF, 323px 1320px #FFF, 739px 508px #FFF, 1718px 1201px #FFF, 1904px 1305px #FFF, 1416px 234px #FFF, 833px 1318px #FFF, 73px 60px #FFF, 1227px 885px #FFF, 1018px 875px #FFF, 1772px 1440px #FFF, 319px 71px #FFF, 821px 839px #FFF, 676px 952px #FFF, 493px 569px #FFF, 489px 1936px #FFF, 1071px 1030px #FFF, 1637px 1314px #FFF, 785px 1229px #FFF, 1766px 918px #FFF, 75px 1488px #FFF, 537px 137px #FFF, 1902px 1573px #FFF, 971px 238px #FFF, 1547px 934px #FFF, 662px 1807px #FFF, 319px 1831px #FFF, 1676px 372px #FFF, 879px 1398px #FFF, 1102px 299px #FFF, 44px 280px #FFF, 111px 663px #FFF, 424px 776px #FFF, 1290px 170px #FFF, 1179px 153px #FFF, 1910px 1766px #FFF, 517px 657px #FFF, 82px 1202px #FFF, 569px 1170px #FFF, 646px 513px #FFF, 872px 430px #FFF, 761px 1061px #FFF, 431px 1493px #FFF, 806px 958px #FFF, 1394px 1954px #FFF, 1707px 178px #FFF, 1208px 666px #FFF, 344px 1359px #FFF, 255px 1788px #FFF, 1640px 87px #FFF, 413px 561px #FFF, 1131px 597px #FFF, 439px 358px #FFF, 68px 547px #FFF, 252px 1583px #FFF, 1653px 412px #FFF, 801px 930px #FFF, 1242px 211px #FFF, 341px 1769px #FFF, 85px 419px #FFF, 1822px 167px #FFF, 363px 1543px #FFF, 1128px 1225px #FFF, 1485px 1988px #FFF, 1704px 145px #FFF, 843px 890px #FFF, 1714px 652px #FFF, 1793px 1800px #FFF, 69px 541px #FFF, 1521px 1923px #FFF, 1259px 665px #FFF, 1707px 963px #FFF, 727px 1232px #FFF, 579px 102px #FFF, 1221px 1587px #FFF, 925px 1643px #FFF, 1777px 1403px #FFF, 1126px 526px #FFF, 573px 1090px #FFF, 277px 1174px #FFF, 1743px 703px #FFF, 969px 351px #FFF, 108px 220px #FFF, 81px 1105px #FFF, 1424px 1448px #FFF, 88px 1821px #FFF, 1995px 311px #FFF, 98px 1414px #FFF, 1672px 883px #FFF, 321px 823px #FFF, 1883px 1963px #FFF, 359px 459px #FFF, 1840px 912px #FFF, 1898px 367px #FFF, 1422px 702px #FFF, 310px 613px #FFF, 435px 456px #FFF, 207px 1760px #FFF, 1683px 923px #FFF, 379px 403px #FFF, 401px 876px #FFF, 145px 1187px #FFF, 1936px 74px #FFF, 593px 836px #FFF, 1864px 837px #FFF, 1836px 1230px #FFF, 1359px 699px #FFF, 1431px 269px #FFF, 117px 630px #FFF, 985px 104px #FFF, 1117px 771px #FFF, 1699px 431px #FFF, 107px 1092px #FFF, 1632px 1410px #FFF, 776px 1299px #FFF, 1489px 1750px #FFF, 1453px 484px #FFF, 309px 282px #FFF, 1918px 1120px #FFF, 1332px 544px #FFF, 1155px 1399px #FFF, 1588px 883px #FFF, 961px 638px #FFF, 1140px 1421px #FFF, 1956px 799px #FFF, 818px 597px #FFF, 558px 1776px #FFF, 151px 1911px #FFF, 1846px 1244px #FFF, 146px 1826px #FFF, 1968px 1904px #FFF, 183px 1058px #FFF, 703px 1061px #FFF, 1540px 1658px #FFF, 516px 1767px #FFF, 1270px 984px #FFF, 359px 1739px #FFF, 226px 1676px #FFF, 1566px 272px #FFF, 636px 199px #FFF, 1504px 1848px #FFF, 301px 157px #FFF, 1482px 1417px #FFF, 659px 1073px #FFF, 154px 697px #FFF, 1131px 1362px #FFF, 23px 1874px #FFF, 366px 1422px #FFF, 1677px 1662px #FFF, 1086px 1513px #FFF, 490px 687px #FFF, 998px 1836px #FFF, 76px 1919px #FFF, 1738px 458px #FFF, 1888px 1997px #FFF, 1804px 1214px #FFF, 1685px 1357px #FFF, 451px 1585px #FFF, 1916px 628px #FFF, 1419px 1693px #FFF, 793px 1349px #FFF, 719px 189px #FFF, 249px 497px #FFF, 220px 314px #FFF, 1326px 1740px #FFF, 1935px 1857px #FFF, 962px 785px #FFF, 1450px 599px #FFF, 257px 54px #FFF, 444px 1034px #FFF, 1029px 1286px #FFF, 1230px 1213px #FFF, 1507px 203px #FFF, 900px 504px #FFF, 1917px 590px #FFF, 973px 1740px #FFF, 1200px 1584px #FFF, 188px 1389px #FFF, 440px 1111px #FFF, 1163px 584px #FFF, 1753px 1006px #FFF, 1817px 1414px #FFF, 296px 1175px #FFF, 1192px 459px #FFF, 657px 848px #FFF, 1524px 1057px #FFF, 2px 431px #FFF, 616px 1513px #FFF, 231px 1461px #FFF, 38px 544px #FFF, 69px 479px #FFF, 544px 324px #FFF, 489px 974px #FFF, 1045px 593px #FFF, 796px 72px #FFF, 38px 1672px #FFF, 1163px 1938px #FFF, 93px 35px #FFF, 1966px 359px #FFF, 1505px 1732px #FFF, 1147px 1652px #FFF, 1412px 1515px #FFF, 425px 1081px #FFF, 1491px 354px #FFF, 695px 266px #FFF, 918px 1599px #FFF, 248px 465px #FFF, 1767px 1818px #FFF, 686px 137px #FFF, 1331px 692px #FFF, 1273px 443px #FFF, 947px 222px #FFF, 146px 1665px #FFF, 829px 63px #FFF, 890px 633px #FFF, 1574px 583px #FFF, 1806px 55px #FFF, 1348px 750px #FFF, 1460px 1551px #FFF, 1427px 914px #FFF, 236px 1296px #FFF, 1824px 712px #FFF, 1445px 739px #FFF, 1477px 452px #FFF, 1551px 1284px #FFF, 1761px 945px #FFF, 1968px 276px #FFF, 1888px 789px #FFF, 1443px 646px #FFF, 1852px 809px #FFF, 1848px 1226px #FFF, 75px 389px #FFF, 1272px 1376px #FFF, 559px 320px #FFF, 570px 331px #FFF, 553px 1563px #FFF, 1893px 639px #FFF, 595px 1619px #FFF, 1208px 459px #FFF, 1026px 561px #FFF, 525px 1752px #FFF, 497px 1440px #FFF, 1341px 964px #FFF, 685px 735px #FFF, 707px 1847px #FFF, 478px 680px #FFF, 744px 1404px #FFF, 1973px 625px #FFF, 1033px 1319px #FFF, 1639px 1535px #FFF, 924px 586px #FFF, 1325px 1605px #FFF, 927px 505px #FFF, 251px 1525px #FFF, 1988px 1766px #FFF, 1304px 792px #FFF, 1356px 739px #FFF, 453px 91px #FFF, 581px 803px #FFF, 883px 1118px #FFF, 1863px 1399px #FFF, 1454px 225px #FFF, 608px 1744px #FFF, 123px 142px #FFF, 355px 1068px #FFF, 61px 872px #FFF, 404px 221px #FFF, 902px 1814px #FFF, 602px 1255px #FFF, 1623px 1258px #FFF, 1389px 1208px #FFF, 1780px 152px #FFF, 1362px 815px #FFF, 1134px 1364px #FFF, 1088px 1715px #FFF, 335px 506px #FFF, 767px 745px #FFF, 669px 402px #FFF, 1287px 187px #FFF, 231px 1704px #FFF, 644px 1987px #FFF, 17px 1303px #FFF, 1314px 438px #FFF, 306px 1660px #FFF, 868px 649px #FFF, 264px 499px #FFF, 222px 682px #FFF, 193px 45px #FFF, 963px 1781px #FFF, 1735px 1581px #FFF, 236px 1211px #FFF, 279px 1721px #FFF, 154px 1390px #FFF, 1149px 1751px #FFF, 734px 1264px #FFF, 882px 1294px #FFF, 281px 1862px #FFF, 858px 1974px #FFF, 1778px 993px #FFF, 1108px 1455px #FFF, 1695px 296px #FFF, 1956px 902px #FFF, 33px 708px #FFF, 605px 229px #FFF, 1724px 1437px #FFF, 419px 508px #FFF, 1671px 1450px #FFF, 673px 1351px #FFF, 1278px 1459px #FFF, 1097px 1306px #FFF, 605px 168px #FFF, 835px 1362px #FFF, 796px 1650px #FFF, 576px 125px #FFF, 1772px 326px #FFF, 260px 1861px #FFF, 244px 1420px #FFF, 1534px 1130px #FFF, 1777px 1910px #FFF, 497px 307px #FFF, 352px 103px #FFF, 861px 798px #FFF, 1475px 1256px #FFF, 1783px 303px #FFF, 698px 1107px #FFF, 338px 598px #FFF, 775px 305px #FFF, 1687px 1545px #FFF, 1522px 18px #FFF, 657px 366px #FFF, 645px 1244px #FFF, 822px 376px #FFF, 9px 725px #FFF, 1161px 188px #FFF, 1082px 1490px #FFF, 830px 691px #FFF, 196px 1054px #FFF, 1446px 1758px #FFF, 1725px 515px #FFF, 1974px 921px #FFF, 717px 1878px #FFF, 371px 1971px #FFF, 1100px 1223px #FFF, 37px 1224px #FFF, 1332px 1842px #FFF, 1511px 755px #FFF, 18px 933px #FFF, 673px 1950px #FFF, 615px 1682px #FFF, 146px 155px #FFF, 668px 1765px #FFF, 1606px 1770px #FFF, 672px 248px #FFF, 877px 901px #FFF, 1761px 1078px #FFF, 283px 1203px #FFF, 574px 277px #FFF, 1393px 239px #FFF, 1038px 1630px #FFF, 1381px 126px #FFF, 319px 1789px #FFF, 523px 1139px #FFF, 1648px 1013px #FFF, 508px 710px #FFF, 214px 1815px #FFF, 118px 824px #FFF, 1210px 1134px #FFF, 306px 1957px #FFF, 61px 1281px #FFF, 1924px 169px #FFF, 1682px 1937px #FFF, 1760px 949px #FFF, 1469px 61px #FFF, 588px 462px #FFF, 1500px 1410px #FFF, 1561px 1081px #FFF, 260px 938px #FFF, 1483px 1067px #FFF, 642px 1519px #FFF;
}

.blocksync-stars2 {
	width: 2px;
	height: 2px;
	background: transparent;
	box-shadow: 568px 1798px #FFF, 1756px 1458px #FFF, 886px 1955px #FFF, 52px 312px #FFF, 1793px 635px #FFF, 1524px 577px #FFF, 1643px 758px #FFF, 356px 77px #FFF, 378px 1997px #FFF, 264px 310px #FFF, 300px 179px #FFF, 1445px 1844px #FFF, 1571px 1207px #FFF, 52px 593px #FFF, 1901px 617px #FFF, 758px 366px #FFF, 1064px 997px #FFF, 1552px 971px #FFF, 1171px 121px #FFF, 1896px 1796px #FFF, 1318px 1877px #FFF, 82px 1775px #FFF, 1849px 951px #FFF, 91px 585px #FFF, 1321px 918px #FFF, 1632px 1481px #FFF, 117px 1894px #FFF, 1818px 1921px #FFF, 1925px 672px #FFF, 1181px 70px #FFF, 686px 538px #FFF, 1179px 767px #FFF, 265px 1146px #FFF, 1177px 966px #FFF, 548px 287px #FFF, 1214px 651px #FFF, 1750px 1100px #FFF, 1795px 608px #FFF, 1465px 1120px #FFF, 641px 685px #FFF, 365px 456px #FFF, 991px 1622px #FFF, 485px 870px #FFF, 567px 585px #FFF, 1693px 1070px #FFF, 264px 1046px #FFF, 1732px 1552px #FFF, 973px 457px #FFF, 250px 501px #FFF, 658px 55px #FFF, 1562px 451px #FFF, 915px 1332px #FFF, 924px 1242px #FFF, 1306px 977px #FFF, 1380px 24px #FFF, 1577px 608px #FFF, 403px 756px #FFF, 49px 1345px #FFF, 344px 604px #FFF, 599px 846px #FFF, 992px 927px #FFF, 1082px 1604px #FFF, 1731px 1159px #FFF, 1271px 884px #FFF, 1913px 852px #FFF, 860px 1887px #FFF, 105px 1172px #FFF, 1082px 438px #FFF, 450px 848px #FFF, 1698px 1195px #FFF, 445px 659px #FFF, 1851px 1823px #FFF, 420px 1378px #FFF, 1018px 372px #FFF, 1347px 1851px #FFF, 1092px 1001px #FFF, 1417px 210px #FFF, 628px 1400px #FFF, 1701px 1855px #FFF, 500px 1866px #FFF, 1017px 258px #FFF, 666px 12px #FFF, 140px 1020px #FFF, 636px 1109px #FFF, 1348px 431px #FFF, 1252px 1922px #FFF, 917px 950px #FFF, 1384px 1848px #FFF, 1791px 1091px #FFF, 1353px 1643px #FFF, 601px 935px #FFF, 1566px 798px #FFF, 1841px 435px #FFF, 1049px 1593px #FFF, 718px 1869px #FFF, 979px 747px #FFF, 1973px 1958px #FFF, 123px 1870px #FFF, 884px 943px #FFF, 323px 1340px #FFF, 1062px 1661px #FFF, 662px 309px #FFF, 1565px 1349px #FFF, 691px 873px #FFF, 266px 1212px #FFF, 536px 1047px #FFF, 754px 388px #FFF, 520px 687px #FFF, 766px 1544px #FFF, 1967px 1149px #FFF, 879px 20px #FFF, 189px 1838px #FFF, 1918px 1014px #FFF, 902px 1669px #FFF, 776px 863px #FFF, 901px 714px #FFF, 491px 844px #FFF, 1297px 515px #FFF, 519px 1269px #FFF, 821px 621px #FFF, 1830px 262px #FFF, 489px 1970px #FFF, 712px 1667px #FFF, 254px 451px #FFF, 1071px 487px #FFF, 519px 1060px #FFF, 728px 1713px #FFF, 892px 1815px #FFF, 206px 1054px #FFF, 178px 1979px #FFF, 345px 114px #FFF, 1928px 930px #FFF, 299px 1124px #FFF, 1372px 1521px #FFF, 967px 1567px #FFF, 1987px 1804px #FFF, 1198px 1251px #FFF, 915px 168px #FFF, 479px 1841px #FFF, 1426px 366px #FFF, 677px 290px #FFF, 1677px 1310px #FFF, 1547px 1289px #FFF, 148px 210px #FFF, 415px 1159px #FFF, 480px 1410px #FFF, 847px 1072px #FFF, 1px 1873px #FFF, 1109px 1132px #FFF, 1167px 308px #FFF, 81px 1699px #FFF, 523px 672px #FFF, 639px 606px #FFF, 1642px 990px #FFF, 1997px 821px #FFF, 1556px 1921px #FFF, 1703px 509px #FFF, 367px 1553px #FFF, 973px 1270px #FFF, 1728px 1957px #FFF, 1632px 1054px #FFF, 656px 38px #FFF, 572px 7px #FFF, 882px 335px #FFF, 133px 1660px #FFF, 426px 1910px #FFF, 761px 1018px #FFF, 1691px 1788px #FFF, 1765px 1074px #FFF, 1612px 123px #FFF, 538px 1994px #FFF, 1151px 1321px #FFF, 1321px 459px #FFF, 728px 742px #FFF, 1530px 1338px #FFF, 750px 1162px #FFF, 1171px 473px #FFF, 818px 535px #FFF, 1596px 688px #FFF, 1898px 899px #FFF, 254px 1295px #FFF, 1181px 973px #FFF, 1231px 402px #FFF, 1379px 542px #FFF, 1802px 1118px #FFF, 1207px 1323px #FFF, 1332px 1870px #FFF, 1109px 434px #FFF, 342px 1828px #FFF, 5px 1761px #FFF, 1444px 431px #FFF, 715px 1495px #FFF, 1030px 479px #FFF, 891px 1820px #FFF, 1704px 567px #FFF, 1413px 87px #FFF, 512px 1656px #FFF, 169px 959px #FFF, 1663px 1922px #FFF, 1646px 526px #FFF;
	animation: animStar 100s linear infinite;
}

.blocksync-stars2:after {
	content: " ";
	position: absolute;
	top: 2000px;
	width: 2px;
	height: 2px;
	background: transparent;
	box-shadow: 568px 1798px #FFF, 1756px 1458px #FFF, 886px 1955px #FFF, 52px 312px #FFF, 1793px 635px #FFF, 1524px 577px #FFF, 1643px 758px #FFF, 356px 77px #FFF, 378px 1997px #FFF, 264px 310px #FFF, 300px 179px #FFF, 1445px 1844px #FFF, 1571px 1207px #FFF, 52px 593px #FFF, 1901px 617px #FFF, 758px 366px #FFF, 1064px 997px #FFF, 1552px 971px #FFF, 1171px 121px #FFF, 1896px 1796px #FFF, 1318px 1877px #FFF, 82px 1775px #FFF, 1849px 951px #FFF, 91px 585px #FFF, 1321px 918px #FFF, 1632px 1481px #FFF, 117px 1894px #FFF, 1818px 1921px #FFF, 1925px 672px #FFF, 1181px 70px #FFF, 686px 538px #FFF, 1179px 767px #FFF, 265px 1146px #FFF, 1177px 966px #FFF, 548px 287px #FFF, 1214px 651px #FFF, 1750px 1100px #FFF, 1795px 608px #FFF, 1465px 1120px #FFF, 641px 685px #FFF, 365px 456px #FFF, 991px 1622px #FFF, 485px 870px #FFF, 567px 585px #FFF, 1693px 1070px #FFF, 264px 1046px #FFF, 1732px 1552px #FFF, 973px 457px #FFF, 250px 501px #FFF, 658px 55px #FFF, 1562px 451px #FFF, 915px 1332px #FFF, 924px 1242px #FFF, 1306px 977px #FFF, 1380px 24px #FFF, 1577px 608px #FFF, 403px 756px #FFF, 49px 1345px #FFF, 344px 604px #FFF, 599px 846px #FFF, 992px 927px #FFF, 1082px 1604px #FFF, 1731px 1159px #FFF, 1271px 884px #FFF, 1913px 852px #FFF, 860px 1887px #FFF, 105px 1172px #FFF, 1082px 438px #FFF, 450px 848px #FFF, 1698px 1195px #FFF, 445px 659px #FFF, 1851px 1823px #FFF, 420px 1378px #FFF, 1018px 372px #FFF, 1347px 1851px #FFF, 1092px 1001px #FFF, 1417px 210px #FFF, 628px 1400px #FFF, 1701px 1855px #FFF, 500px 1866px #FFF, 1017px 258px #FFF, 666px 12px #FFF, 140px 1020px #FFF, 636px 1109px #FFF, 1348px 431px #FFF, 1252px 1922px #FFF, 917px 950px #FFF, 1384px 1848px #FFF, 1791px 1091px #FFF, 1353px 1643px #FFF, 601px 935px #FFF, 1566px 798px #FFF, 1841px 435px #FFF, 1049px 1593px #FFF, 718px 1869px #FFF, 979px 747px #FFF, 1973px 1958px #FFF, 123px 1870px #FFF, 884px 943px #FFF, 323px 1340px #FFF, 1062px 1661px #FFF, 662px 309px #FFF, 1565px 1349px #FFF, 691px 873px #FFF, 266px 1212px #FFF, 536px 1047px #FFF, 754px 388px #FFF, 520px 687px #FFF, 766px 1544px #FFF, 1967px 1149px #FFF, 879px 20px #FFF, 189px 1838px #FFF, 1918px 1014px #FFF, 902px 1669px #FFF, 776px 863px #FFF, 901px 714px #FFF, 491px 844px #FFF, 1297px 515px #FFF, 519px 1269px #FFF, 821px 621px #FFF, 1830px 262px #FFF, 489px 1970px #FFF, 712px 1667px #FFF, 254px 451px #FFF, 1071px 487px #FFF, 519px 1060px #FFF, 728px 1713px #FFF, 892px 1815px #FFF, 206px 1054px #FFF, 178px 1979px #FFF, 345px 114px #FFF, 1928px 930px #FFF, 299px 1124px #FFF, 1372px 1521px #FFF, 967px 1567px #FFF, 1987px 1804px #FFF, 1198px 1251px #FFF, 915px 168px #FFF, 479px 1841px #FFF, 1426px 366px #FFF, 677px 290px #FFF, 1677px 1310px #FFF, 1547px 1289px #FFF, 148px 210px #FFF, 415px 1159px #FFF, 480px 1410px #FFF, 847px 1072px #FFF, 1px 1873px #FFF, 1109px 1132px #FFF, 1167px 308px #FFF, 81px 1699px #FFF, 523px 672px #FFF, 639px 606px #FFF, 1642px 990px #FFF, 1997px 821px #FFF, 1556px 1921px #FFF, 1703px 509px #FFF, 367px 1553px #FFF, 973px 1270px #FFF, 1728px 1957px #FFF, 1632px 1054px #FFF, 656px 38px #FFF, 572px 7px #FFF, 882px 335px #FFF, 133px 1660px #FFF, 426px 1910px #FFF, 761px 1018px #FFF, 1691px 1788px #FFF, 1765px 1074px #FFF, 1612px 123px #FFF, 538px 1994px #FFF, 1151px 1321px #FFF, 1321px 459px #FFF, 728px 742px #FFF, 1530px 1338px #FFF, 750px 1162px #FFF, 1171px 473px #FFF, 818px 535px #FFF, 1596px 688px #FFF, 1898px 899px #FFF, 254px 1295px #FFF, 1181px 973px #FFF, 1231px 402px #FFF, 1379px 542px #FFF, 1802px 1118px #FFF, 1207px 1323px #FFF, 1332px 1870px #FFF, 1109px 434px #FFF, 342px 1828px #FFF, 5px 1761px #FFF, 1444px 431px #FFF, 715px 1495px #FFF, 1030px 479px #FFF, 891px 1820px #FFF, 1704px 567px #FFF, 1413px 87px #FFF, 512px 1656px #FFF, 169px 959px #FFF, 1663px 1922px #FFF, 1646px 526px #FFF;
}

.blocksync-stars3 {
	width: 3px;
	height: 3px;
	background: transparent;
	box-shadow: 758px 1297px #FFF, 437px 850px #FFF, 965px 1311px #FFF, 1872px 1352px #FFF, 1288px 1670px #FFF, 1560px 147px #FFF, 1570px 1507px #FFF, 1221px 852px #FFF, 1248px 1381px #FFF, 108px 1972px #FFF, 1866px 1494px #FFF, 1403px 1397px #FFF, 1866px 155px #FFF, 1924px 928px #FFF, 1371px 456px #FFF, 416px 936px #FFF, 1377px 1530px #FFF, 707px 176px #FFF, 1010px 1401px #FFF, 1117px 1791px #FFF, 528px 1677px #FFF, 1512px 399px #FFF, 1444px 805px #FFF, 1986px 390px #FFF, 1492px 141px #FFF, 569px 1301px #FFF, 630px 767px #FFF, 1025px 238px #FFF, 882px 250px #FFF, 1368px 1271px #FFF, 915px 1949px #FFF, 1542px 1686px #FFF, 1516px 1478px #FFF, 1173px 1653px #FFF, 718px 1676px #FFF, 257px 1825px #FFF, 1430px 1135px #FFF, 980px 551px #FFF, 689px 1928px #FFF, 1122px 1485px #FFF, 1985px 1221px #FFF, 1798px 931px #FFF, 399px 698px #FFF, 812px 411px #FFF, 1141px 895px #FFF, 1643px 333px #FFF, 1346px 1524px #FFF, 1441px 58px #FFF, 765px 1492px #FFF, 1570px 903px #FFF, 66px 1639px #FFF, 728px 314px #FFF, 1113px 133px #FFF, 209px 1223px #FFF, 1693px 1311px #FFF, 534px 1275px #FFF, 1922px 1949px #FFF, 1005px 1326px #FFF, 294px 952px #FFF, 18px 1829px #FFF, 1622px 1600px #FFF, 1112px 493px #FFF, 1687px 1082px #FFF, 772px 856px #FFF, 550px 1629px #FFF, 1049px 748px #FFF, 875px 353px #FFF, 1305px 176px #FFF, 1228px 94px #FFF, 829px 1531px #FFF, 777px 101px #FFF, 332px 770px #FFF, 1982px 714px #FFF, 1674px 76px #FFF, 1047px 1792px #FFF, 241px 1708px #FFF, 178px 7px #FFF, 1122px 1142px #FFF, 1823px 1512px #FFF, 270px 1230px #FFF, 1904px 1478px #FFF, 700px 1823px #FFF, 1089px 586px #FFF, 1442px 1602px #FFF, 318px 777px #FFF, 496px 768px #FFF, 365px 1878px #FFF, 956px 864px #FFF, 495px 1864px #FFF, 522px 949px #FFF, 1652px 458px #FFF, 729px 179px #FFF, 1116px 224px #FFF, 154px 1446px #FFF, 1232px 199px #FFF, 1595px 39px #FFF, 1369px 1783px #FFF, 1866px 1122px #FFF, 214px 962px #FFF, 832px 1795px #FFF;
	animation: animStar 150s linear infinite;
}

.blocksync-stars3:after {
	content: " ";
	position: absolute;
	top: 2000px;
	width: 3px;
	height: 3px;
	background: transparent;
	box-shadow: 758px 1297px #FFF, 437px 850px #FFF, 965px 1311px #FFF, 1872px 1352px #FFF, 1288px 1670px #FFF, 1560px 147px #FFF, 1570px 1507px #FFF, 1221px 852px #FFF, 1248px 1381px #FFF, 108px 1972px #FFF, 1866px 1494px #FFF, 1403px 1397px #FFF, 1866px 155px #FFF, 1924px 928px #FFF, 1371px 456px #FFF, 416px 936px #FFF, 1377px 1530px #FFF, 707px 176px #FFF, 1010px 1401px #FFF, 1117px 1791px #FFF, 528px 1677px #FFF, 1512px 399px #FFF, 1444px 805px #FFF, 1986px 390px #FFF, 1492px 141px #FFF, 569px 1301px #FFF, 630px 767px #FFF, 1025px 238px #FFF, 882px 250px #FFF, 1368px 1271px #FFF, 915px 1949px #FFF, 1542px 1686px #FFF, 1516px 1478px #FFF, 1173px 1653px #FFF, 718px 1676px #FFF, 257px 1825px #FFF, 1430px 1135px #FFF, 980px 551px #FFF, 689px 1928px #FFF, 1122px 1485px #FFF, 1985px 1221px #FFF, 1798px 931px #FFF, 399px 698px #FFF, 812px 411px #FFF, 1141px 895px #FFF, 1643px 333px #FFF, 1346px 1524px #FFF, 1441px 58px #FFF, 765px 1492px #FFF, 1570px 903px #FFF, 66px 1639px #FFF, 728px 314px #FFF, 1113px 133px #FFF, 209px 1223px #FFF, 1693px 1311px #FFF, 534px 1275px #FFF, 1922px 1949px #FFF, 1005px 1326px #FFF, 294px 952px #FFF, 18px 1829px #FFF, 1622px 1600px #FFF, 1112px 493px #FFF, 1687px 1082px #FFF, 772px 856px #FFF, 550px 1629px #FFF, 1049px 748px #FFF, 875px 353px #FFF, 1305px 176px #FFF, 1228px 94px #FFF, 829px 1531px #FFF, 777px 101px #FFF, 332px 770px #FFF, 1982px 714px #FFF, 1674px 76px #FFF, 1047px 1792px #FFF, 241px 1708px #FFF, 178px 7px #FFF, 1122px 1142px #FFF, 1823px 1512px #FFF, 270px 1230px #FFF, 1904px 1478px #FFF, 700px 1823px #FFF, 1089px 586px #FFF, 1442px 1602px #FFF, 318px 777px #FFF, 496px 768px #FFF, 365px 1878px #FFF, 956px 864px #FFF, 495px 1864px #FFF, 522px 949px #FFF, 1652px 458px #FFF, 729px 179px #FFF, 1116px 224px #FFF, 154px 1446px #FFF, 1232px 199px #FFF, 1595px 39px #FFF, 1369px 1783px #FFF, 1866px 1122px #FFF, 214px 962px #FFF, 832px 1795px #FFF;
}

@keyframes animStar {
	from {
		transform: translateY(0)
	}

	to {
		transform: translateY(-2000px)
	}
}

.tmp-banner-one-area.add-pattern {
	position: relative;
}

.tmp-banner-one-area.add-pattern .slider-bg-light {
	position: absolute;
	right: 3%;
	top: 0;
	min-width: 300px;
	z-index: -1;
	transform: scaleX(-1);
}

@media only screen and (max-width:767px) {
	.tmp-banner-one-area.add-pattern .slider-bg-light {
		right: 10%;
		min-width: none
	}
}

@media only screen and (max-width:479px) {
	.tmp-banner-one-area.add-pattern .slider-bg-light {
		right: 5%
	}
}

@media screen and (min-width:2500px) {
	.tmp-banner-one-area.add-pattern .slider-bg-light {
		right: 10%;
		transform: translateX(-50%)
	}
}

.tmp-banner-one-area.add-pattern .slider-bg-dot-shape {
	position: absolute;
	right: 10%;
	top: -28px;
	z-index: -1;
}

.rpp-banner-two-area {
	position: relative;
}

.rpp-banner-two-area .slider-bg-light {
	position: absolute;
	right: 3%;
	top: 0;
	min-width: 300px;
	z-index: -1;
	transform: scaleX(-1);
}

@media only screen and (max-width:767px) {
	.rpp-banner-two-area .slider-bg-light {
		right: 10%;
		min-width: none
	}
}

@media only screen and (max-width:479px) {
	.rpp-banner-two-area .slider-bg-light {
		right: 5%
	}
}

@media screen and (min-width:2500px) {
	.rpp-banner-two-area .slider-bg-light {
		right: 10%;
		transform: translateX(-50%)
	}
}

.rpp-banner-two-area .slider-bg-dot-shape {
	position: absolute;
	right: 10%;
	top: -28px;
	z-index: -1;
}

.banner-with-stars-10 {
	position: relative;
	z-index: 1;
}

.banner-with-stars-10 .slider-bg-light {
	position: absolute;
	right: -7%;
	top: 0;
	min-width: 300px;
	z-index: -1;
	transform: scaleX(-1);
}

@media only screen and (max-width:767px) {
	.banner-with-stars-10 .slider-bg-light {
		right: 0;
		min-width: none
	}
}

@media only screen and (max-width:479px) {
	.banner-with-stars-10 .slider-bg-light {
		right: 0
	}
}

@media screen and (min-width:2500px) {
	.banner-with-stars-10 .slider-bg-light {
		right: 0;
		transform: translateX(-50%)
	}
}

.banner-with-stars-10 .slider-bg-dot-shape {
	position: absolute;
	right: 0;
	top: -28px;
	z-index: -1;
}

.breadcrumb-top-stars-wrapper {
	position: relative;
}

.breadcrumb-top-stars-wrapper .slider-bg-light {
	position: absolute;
	right: 3%;
	top: 0;
	min-width: 300px;
	z-index: 10;
	transform: scaleX(-1);
	pointer-events: none;
}

@media only screen and (max-width:767px) {
	.breadcrumb-top-stars-wrapper .slider-bg-light {
		right: 10%;
		min-width: none
	}
}

@media only screen and (max-width:479px) {
	.breadcrumb-top-stars-wrapper .slider-bg-light {
		right: 5%
	}
}

@media screen and (min-width:2500px) {
	.breadcrumb-top-stars-wrapper .slider-bg-light {
		right: 10%;
		transform: translateX(-50%)
	}
}

.breadcrumb-top-stars-wrapper .slider-bg-dot-shape {
	position: absolute;
	right: 10%;
	top: -28px;
	z-index: 10;
	pointer-events: none;
}

.footer-stars-animation-wrapper-footer {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.footer-stars-animation-wrapper-footer .slider-bg-light {
	position: absolute;
	right: 0;
	top: 0;
	min-width: 300px;
	z-index: 1;
	transform: scaleX(-1);
	pointer-events: none;
}

@media only screen and (max-width:767px) {
	.footer-stars-animation-wrapper-footer .slider-bg-light {
		right: 0;
		min-width: none
	}
}

@media only screen and (max-width:479px) {
	.footer-stars-animation-wrapper-footer .slider-bg-light {
		right: 0
	}
}

@media screen and (min-width:2500px) {
	.footer-stars-animation-wrapper-footer .slider-bg-light {
		right: 0;
		transform: translateX(-50%)
	}
}

.footer-stars-animation-wrapper-footer .slider-bg-dot-shape {
	position: absolute;
	right: 10%;
	top: -28px;
	z-index: 1;
	pointer-events: none;
}

.footer-stars-animation-wrapper-footer-two {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.footer-stars-animation-wrapper-footer-two .slider-bg-light {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 300px;
	z-index: 1;
	pointer-events: none;
}

@media only screen and (max-width:767px) {
	.footer-stars-animation-wrapper-footer-two .slider-bg-light {
		left: 0;
		min-width: none
	}
}

@media only screen and (max-width:479px) {
	.footer-stars-animation-wrapper-footer-two .slider-bg-light {
		left: 0
	}
}

@media screen and (min-width:2500px) {
	.footer-stars-animation-wrapper-footer-two .slider-bg-light {
		left: 0;
		transform: translateX(-50%)
	}
}

.footer-stars-animation-wrapper-footer-two .slider-bg-dot-shape {
	position: absolute;
	left: 15%;
	top: -28px;
	z-index: 1;
	pointer-events: none;
}

.header-area-bentogrid {
	width: 100%;
	z-index: 99;
	position: sticky;
	top: 0;
}

.admin-bar .header-area-bentogrid {
	top: var(--abh);
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-area-bentogrid {
		position: fixed;
		bottom: 0;
		top: auto
	}

	.admin-bar .header-area-bentogrid {
		top: auto
	}
}

@media only screen and (max-width:767px) {
	.header-area-bentogrid {
		position: fixed;
		bottom: 0;
		top: auto
	}

	.admin-bar .header-area-bentogrid {
		top: auto
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-area-bentogrid .logo {
		display: none
	}
}

@media only screen and (max-width:767px) {
	.header-area-bentogrid .logo {
		display: none
	}
}

@media only screen and (max-width:1199px) {
	.header-area-bentogrid .header-right-info {
		display: none !important
	}
}

.header-area-bentogrid .menu-container {
	background-color: var(--color-card);
	padding: 10px 10px 10px 24px;
	display: flex;
	width: 100%;
	align-items: center;
	gap: 15px;
	box-shadow: 0 1px 2px 0 rgba(26, 31, 44, .25);
	border-radius: 8px;
	border: 2px solid var(--color-border);
	z-index: 5;
}

@media only screen and (max-width:575px) {
	.header-area-bentogrid .menu-container {
		padding: 5px 0 5px 0
	}
}

.header-area-bentogrid .menu-container .tmp-light {
	z-index: 1 !important;
}

.header-area-bentogrid .container .navbar-main {
	display: inline-flex;
	gap: 12px;
	align-items: center;
}

.header-area-bentogrid .container .navbar-main>*:last-child {
	margin-left: auto;
}

.header-area-bentogrid .container .navbar-brand {
	display: inline-flex;
	gap: 12px;
	align-items: center;
}

.header-area-bentogrid .container .navbar-brand .logo-icon {
	fill: #fff;
}

.header-area-bentogrid .container .navbar-brand span {
	font-size: 24px;
	font-weight: 600;
	line-height: 1em;
	color: #fff;
}

.header-area-bentogrid .container .navbar-brand span.primary {
	color: var(--color-primary);
}

.header-area-bentogrid .navbar {
	padding: 0;
}

.header-area-bentogrid .navbar-expand-lg .navbar-info {
	display: block !important;
}

.header-area-bentogrid .navbar-expand-lg .navbar-info .nav-link {
	padding: 0;
}

.header-area-bentogrid .navbar-info {
	margin: -5px;
}

.header-area-bentogrid .navbar-info>li {
	position: relative;
	display: inline-block;
	margin: 5px;
}

.header-area-bentogrid .navbar-info>li>a {
	color: var(--color-heading);
	font-size: 16px;
	font-weight: 700;
	line-height: 120%;
	display: flex;
	align-items: center;
	padding: 10px 12px !important;
	border-radius: 8px;
	border: none;
}

.header-area-bentogrid .navbar-info li ul {
	display: none;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-area-bentogrid .navbar-info>li>a {
		padding: 5px 4px !important
	}
}

@media only screen and (max-width:767px) {
	.header-area-bentogrid .navbar-info>li>a {
		padding: 5px 4px !important
	}
}

.header-area-bentogrid .navbar-info>li>a.active,
.header-area-bentogrid .navbar-info>li.current_page_item>a {
	color: #fff;
	background-color: var(--color-primary);
	border: none;
}

.header-area-bentogrid .navbar-info>li>a .nav-icon {
	height: 17px;
	margin-right: 6px;
	transition: .3s;
	opacity: 1;
	position: relative;
	top: -3px;
}

.header-area-bentogrid .navbar-info>li>a .nav-icon .fn__svg.fn__svg_briefcase {
	width: auto;
	height: 18px;
}

.header-area-bentogrid .navbar-info>li>a .nav-icon .fn__svg.fn__svg_user {
	width: auto;
	height: 20px;
}

.header-area-bentogrid .navbar-info>li>a .nav-icon .fn__svg {
	width: 17px;
	height: 17px;
}

.header-area-bentogrid .navbar-info>li>a.active .nav-icon,
.header-area-bentogrid .navbar-info>li.current_page_item>a .nav-icon {
	stroke: #fff;
}

.header-area-bentogrid .navbar-info>li>a:hover {
	background-color: var(--color-primary);
	border: none;
}

.header-area-bentogrid .navbar-info>li>a:hover[aria-selected=true] {
	background-color: var(--color-primary);
	border: none;
}

.header-area-bentogrid .navbar-info>li>a:hover .nav-icon {
	stroke: #fff;
}

.header-area-bentogrid .header-right-info .theme-control-btn {
	background-color: transparent;
	border: 0;
}

.header-area-bentogrid .header-right-info .theme-control-btn span {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;
}

#tmp-page-content-bento {
	padding: 24px 0 24px 0;
}

.tmp-white-version.bg_image #tmp-page-content-bento:before {
	background-color: #fff;
	opacity: .5;
}

.bg_image #tmp-page-content-bento:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	background-color: #000;
	opacity: .8;
}

#tmp-page-content-bento .tmp-section-gap:not(footer) {
	padding-top: 30px;
}

#tmp-page-content-bento .breadcrumb-area {
	padding-top: 70px;
	margin-top: 20px;
	border-radius: 10px;
}

.personal-page-inner-wrapper .col-xl-8 .container,
#tmp-page-content-bento .tab-content .container {
	max-width: 100% !important;
	margin: 0;
	padding: 0;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	#tmp-page-content-bento {
		padding: 24px 0 100px 0
	}
}

@media only screen and (max-width:767px) {
	#tmp-page-content-bento {
		padding: 24px 0 100px 0
	}
}

@media only screen and (max-width:575px) {
	#tmp-page-content-bento {
		padding: 24px 0 140px 0
	}
}

.fn__about_banner .pp-title,
#tmp-page-content-bento .personal-portfolio-right-inner-wrapper .section-header h1 {
	font-size: 46px;
}

#tmp-page-content-bento .no-radius .progress {
	border-radius: 4px;
	height: 10px;
}

#tmp-page-content-bento .resume-single-list.bg-card.single-animation {
	margin-top: 30px;
	position: sticky;
	top: 100px;
}

#tmp-page-content-bento .experience-list.animation-action-2 {
	height: 100%;
}

.btn-copy {
	position: relative;
	z-index: 1;
	overflow: visible !important;
}

.btn-copy::before {
	position: absolute;
	content: attr(data-copied);
	background-color: #363636;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	border-radius: 5px;
	padding: 4px 12px;
	line-height: 14px;
	white-space: nowrap;
	top: -28px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.btn-copy.active::before {
	display: block !important;
}

.tmp-profile-card {
	border: 0;
	background-color: #010d16;
	box-shadow: 0 1px 2px 0 rgba(26, 31, 44, .25);
	border-radius: 8px;
	height: 100%;
}

.tmp-profile-card.with-sticky {
	position: sticky;
	top: 100px;
	height: max-content !important;
}

.tmp-profile-card image {
	background-color: #010d16;
	border-radius: 8px;
	overflow: hidden;
}

.tmp-profile-card .text {
	margin-top: 9px;
}

footer .tmp-profile-card .text {
	margin-top: 14px;
}

.tmp-profile-card .text .card-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.333em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.tmp-profile-card .text p {
	margin-top: 8px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.tmp-profile-card .text p span {
	color: var(--color-primary);
	font-weight: 600;
}

.tmp-profile-card .common-button-groups {
	margin-top: 24px;
	display: flex;
	align-items: center;
	gap: 10px;
}

@media only screen and (max-width:575px) {
	.tmp-profile-card .common-button-groups {
		flex-direction: column
	}
}

.tmp-profile-card .common-button-groups .tmp-btn .btn-text {
	margin-right: 5px;
}

.tmp-profile-card .common-button-groups .tmp-btn.btn-md {
	padding: 0 6px;
}

.tmp-card-body {
	padding: 24px;
}

.tmp-portfolio-single-card.in-bentogrid {
	padding: 25px;
	border-radius: 8px;
}

@media only screen and (max-width:575px) {
	.tmp-portfolio-single-card.in-bentogrid {
		padding: 15px
	}
}

.tmp-portfolio-single-card.in-bentogrid .inner {
	height: 100%;
}

.tmp-portfolio-single-card.in-bentogrid .inner .thumbnail {
	height: 100%;
}

.tmp-portfolio-single-card.in-bentogrid .inner .thumbnail a {
	height: 100%;
}

.tmp-portfolio-single-card.in-bentogrid .inner .thumbnail a img {
	height: 100%;
}

.mySwiper-bentogrid .swiper-button-next,
.mySwiper-bentogrid .swiper-button-prev {
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-primary);
	border-radius: 50%;
	opacity: 0;
	transition: .3s;
	z-index: 30;
}

.mySwiper-bentogrid .swiper-button-next i,
.mySwiper-bentogrid .swiper-button-prev i {
	color: #fff;
	display: block;
}

.mySwiper-bentogrid .swiper-button-next .fn__svg,
.mySwiper-bentogrid .swiper-button-prev .fn__svg {
	width: 16px;
	height: 16px;
	display: block;
}

.mySwiper-bentogrid .swiper-button-next::after,
.mySwiper-bentogrid .swiper-button-prev::after {
	display: none;
}

.mySwiper-bentogrid:hover .swiper-button-next,
.mySwiper-bentogrid:hover .swiper-button-prev {
	opacity: 1;
}

.mySwiper-bentogrid:hover .swiper-button-next.swiper-button-disabled,
.mySwiper-bentogrid:hover .swiper-button-prev.swiper-button-disabled {
	opacity: .3;
}

.text-marque-banner-top-brnto {
	display: flex;
	align-items: center;
	height: auto;
}

.text-marque-banner-top-brnto .tmp-slider-item-banner-text {
	border-radius: 8px;
	height: auto;
	display: flex;
	align-items: center;
	overflow: hidden;
	white-space: nowrap;
	padding: 10px;
}

.text-marque-banner-top-brnto .tmp-slider-item-banner-text .item {
	animation: scrolling 12s linear infinite;
	margin-right: 10px;
}

.text-marque-banner-top-brnto .tmp-slider-item-banner-text .item p {
	font-size: 18px !important;
	font-weight: 500 !important;
	width: max-content;
	animation: marquee 10s linear infinite;
}

@keyframes scrolling {
	0% {
		transform: translateX(35%)
	}

	to {
		transform: translateX(calc(-100% - 1.5rem))
	}
}

.profile-picture-area .info-box {
	background: var(--color-secondary);
	padding: 20px 30px;
	border-radius: 5px;
}

.profile-picture-area .info-box span {
	display: block;
	font-family: var(--font-secondary);
	color: var(--color-body);
}

.profile-picture-area .info-box span a {
	transition: var(--transition);
	position: relative;
	color: var(--color-body);
	font-weight: 400;
}

.profile-picture-area .info-box span a::before {
	content: "";
	position: absolute;
	width: 0;
	background-color: var(--color-primary);
	height: 1px;
	left: 0;
	bottom: 2px;
	transition: var(--transition);
	z-index: 10;
}

.profile-picture-area .info-box span a:hover {
	color: var(--color-primary);
}

.profile-picture-area .info-box span a:hover::before {
	width: 100%;
}

.border-none {
	border: none !important;
}

#tmp-page-content-bento .tmponhover::after {
	border-radius: 8px !important;
}

#tmp-page-content-bento .profile-picture-area .info-box {
	background: #141c21;
	padding: 10px 20px;
}

.personal-portfolio-right-inner-wrapper.in-bentogrid {
	max-width: 100%;
}

.personal-portfolio-right-inner-wrapper.in-bentogrid .section-header .title {
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 0;
	line-height: 1.4;
}

.personal-portfolio-right-inner-wrapper.about-tab .tmponhover {
	border: none !important;
	border-radius: 8px;
}

.personal-portfolio-right-inner-wrapper.about-tab .pricing-table-col-2 .feature-lists {
	margin-bottom: 40px;
}

.personal-portfolio-right-inner-wrapper .tmp-contact-form.contact-form-style-1 {
	border-radius: 10px;
}

.with-bento-about-banner.tmp-profile-card {
	background-color: var(--color-card);
	padding: 35px;
}

.tmp-profile-card .work-experiance-card {
	overflow: hidden;
	height: 310px;
}

.tmp-profile-card .work-experiance-card .card-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.333em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 12px;
}

.tmp-profile-card .work-experiance-card .work-experiance-main {
	max-height: 218px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.tmp-profile-card .work-experiance-card .work-experiance-main:hover .work-experiance-slider {
	animation-play-state: paused;
}

.tmp-profile-card .work-experiance-card .work-experiance-slider {
	animation: scrollY 10s linear infinite;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.tmp-profile-card .work-experiance-card .work-experiance-slider li {
	display: flex !important;
	padding: 10px 15px;
	background: #141c21;
	border-radius: 5px;
}

.tmp-profile-card .work-experiance-card .work-experiance-slider li:first-child {
	margin-top: 0;
}

.tmp-profile-card .work-experiance-card .work-experiance-slider li:last-child {
	margin-bottom: 0;
}

.tmp-profile-card .work-experiance-card .work-experiance-slider li .date {
	margin-right: 30px;
	flex: 0 0 72px;
}

.tmp-profile-card .work-experiance-card .work-experiance-slider li .date p {
	font-size: 14px;
	font-weight: 500;
}

.tmp-profile-card .work-experiance-card .work-experiance-slider li .info {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.tmp-profile-card .work-experiance-card .work-experiance-slider li .info .icon {
	border-radius: 8px;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	background-color: rgba(43, 43, 43, .3803921569);
	display: flex;
	justify-content: center;
	align-items: center;
}

.tmp-profile-card .work-experiance-card .work-experiance-slider li .info .icon img {
	width: 20px;
}

.tmp-profile-card .work-experiance-card .work-experiance-slider li .info .text {
	font-size: 16px;
	font-weight: 600;
	margin-top: 0;
	line-height: 1.5em;
}

.tmp-profile-card .work-experiance-card .work-experiance-slider li .info .text .title {
	font-size: 14px;
	margin-bottom: 5px;
}

.tmp-profile-card .work-experiance-card .work-experiance-slider li .info .text .subtitle {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: var(--color-body);
}

.tmp-profile-card .expertise-card .card-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.333em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.tmp-profile-card .expertise-card .expertise-item {
	text-align: center;
}

.tmp-profile-card .expertise-card .expertise-item .image {
	background-color: rgba(43, 43, 43, .3803921569);
	border-radius: 8px;
	padding: 17px 10px;
}

.tmp-profile-card .expertise-card .expertise-item .image img {
	width: 35px;
	height: 35px;
	object-fit: contain;
}

.tmp-profile-card .expertise-card .expertise-item .text .title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	margin-top: 0;
}

.tmp-profile-card .expertise-card .row>* {
	margin-top: 1rem;
}

.tmp-profile-card .expertise-card .g-2 {
	--bs-gutter-y: .5rem !important;
	--bs-gutter-x: .5rem !important;
}

.tmp-profile-card .expertise-card .g-3 {
	--bs-gutter-y: 1rem !important;
	--bs-gutter-x: 1rem !important;
}

.tmp-profile-card.services-card .services-item {
	background-color: rgba(43, 43, 43, .3803921569);
	padding: 16px 16px 24px 16px;
	border-radius: 10px;
}

.tmp-profile-card.services-card .services-item .image {
	background-color: rgb(1, 14, 22);
	border-radius: 5px;
	padding: 25px 14px;
}

.tmp-profile-card.services-card .services-item .image img {
	max-width: 58px;
	width: 58px;
	margin: auto;
}

.tmp-profile-card.services-card .services-item .text .title {
	font-size: 18px !important;
	margin: 0;
}

.tmp-profile-card.services-card .card-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.333em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

footer.services_footer {
	padding-bottom: 30px;
}

footer .tmp-profile-card.services-card .card-title {
	padding-top: 3px;
	margin-top: 3px;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.expertise-card {
	height: 310px;
}

@media only screen and (max-width:767px) {
	.expertise-card {
		height: auto
	}
}

@keyframes scrollY {
	0% {
		transform: translateY(0)
	}

	to {
		transform: translateY(calc(-100% - 1rem))
	}
}

.tmp-contact-form.contact-form-style-1.in-bentogrid {
	border: none;
	padding: 0;
}

.tmp-contact-form.contact-form-style-1.in-bentogrid form .form-group textarea {
	min-height: auto !important;
	height: 74px;
}

.height-auto {
	height: auto !important;
}

.personal-demo-left-fixed .tmponhover {
	border: transparent !important;
}

.experience-list.animation-action-2 .resume-single-list {
	margin-top: 30px;
}

#tmp-page-content-bento .pricing-table-col-2 .tmp-btn.tmp-modern-button {
	display: flex;
	justify-content: center;
}

.project-details-thumnail-wrap img {
	border-radius: 20px;
}

.project-details-area-wrapper .project-details-content-wrap .title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-weight: 700;
	font-size: 38px;
	line-height: 48px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

@media (min-width:768px) {
	.project-details-area-wrapper .project-details-content-wrap .title {
		font-size: 48px;
		line-height: 60px
	}
}

.project-details-area-wrapper .project-details-content-wrap .mini-title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
}

.project-details-area-wrapper .project-details-content-wrap .docs {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 20px;
}

.check-box-wrap {
	margin-bottom: 45px;
}

.check-box-wrap ul li {
	margin: 0;
	margin-bottom: 7px;
}

.check-box-wrap ul li:last-child {
	margin-bottom: 0;
}

.check-box-wrap ul li .check-box-item {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 0;
}

.check-box-wrap ul li .check-box-item span {
	color: var(--color-primary);
}

.check-box-wrap ul li .check-box-item span i {
	background: transparent;
	border-radius: 100px;
	font-weight: 400;
	margin-top: 6px;
}

.project-details-swiper-wrapper {
	margin-top: 50px;
	position: relative;
}

.project-details-swiper-wrapper .project-details-swiper .project-details-img img {
	border-radius: 20px;
	width: 100%;
	object-fit: cover;
}

.project-details-swiper-wrapper .project-details-swiper-btn {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	width: 100%;
	width: calc(100% + 40px);
	left: -20px;
	pointer-events: none;
}

.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-next,
.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-prev {
	display: flex;
	align-items: center;
	gap: 20px;
	color: var(--color-gray);
	font-family: var(--font-primary);
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	transition: all .4s ease;
	color: var(--color-primary);
	pointer-events: all;
}

.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-next:hover,
.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-prev:hover {
	opacity: .7;
}

.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-next span,
.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-prev span {
	min-width: 40px;
	min-height: 40px;
	border: 2px solid var(--color-border);
	border-radius: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--color-heading);
	transition: all .4s ease;
	background: var(--color-primary);
	border: 2px solid var(--color-primary);
	color: var(--color-white);
}

.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-next i,
.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-prev i {
	transition: all .4s ease;
	font-weight: 400;
	font-size: 14px;
}

.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-next .fn__svg,
.project-details-swiper-wrapper .project-details-swiper-btn .project-swiper-button-prev .fn__svg {
	display: block;
}

.tmp-breadcrumb-image {
	height: 400px;
}

@media only screen and (max-width:767px) {
	.tmp-breadcrumb-image {
		height: 250px
	}
}

.tmp-breadcrumb-image .bg_image--2 {
	background-position: center center;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.cv-card-area {
		margin-top: -200px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.cv-card-area {
		margin-top: -200px
	}
}

@media only screen and (max-width:767px) {
	.cv-card-area {
		margin-top: -200px
	}
}

.cv-card-area+.footer-stars-animation-wrapper-footer-two {
	padding-top: 100px;
}

.cv-card-area>* {
	padding: 0 100px !important;
}

.tab-content-overlay-to-top {
	margin-top: -320px;
	position: sticky;
	top: 20px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.tab-content-overlay-to-top {
		margin-top: -200px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.tab-content-overlay-to-top {
		margin-top: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tab-content-overlay-to-top {
		margin-top: 0
	}
}

@media only screen and (max-width:767px) {
	.tab-content-overlay-to-top {
		margin-top: 0
	}
}

.tab-wrapper-overlay-to-top {
	margin-top: -55px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.tab-wrapper-overlay-to-top {
		margin-top: 50px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.tab-wrapper-overlay-to-top {
		margin-top: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tab-wrapper-overlay-to-top {
		margin-top: 0
	}
}

@media only screen and (max-width:767px) {
	.tab-wrapper-overlay-to-top {
		margin-top: 0
	}
}

.sticky-top {
	z-index: 10 !important;
}

.sticky-top.tmp-sticky-top {
	padding: 0 !important;
	margin: 0 !important;
}

.tmp-contact-about-inner {
	padding: 30px;
	border-radius: 10px;
	border: 2px solid var(--color-border);
	background: #010d16;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.tmp-contact-about-inner {
		padding: 20px 15px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.tmp-contact-about-inner {
		display: flex
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tmp-contact-about-inner {
		display: flex
	}
}

@media only screen and (max-width:767px) {
	.tmp-contact-about-inner {
		display: flex;
		padding: 30px 15px
	}
}

@media only screen and (max-width:575px) {
	.tmp-contact-about-inner {
		display: block
	}
}

.tmp-contact-about-inner .about-paradigm__line-wrap-1 {
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
	position: absolute;
	inset: 0 auto 0% 0%;
}

.tmp-contact-about-inner .about-paradigm__line-wrap-1 .about-paradigm__line-1 {
	width: auto;
	height: 8.13rem;
	position: relative;
	left: .1rem;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.tmp-contact-about-inner .content {
		text-align: left;
		padding-left: 30px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tmp-contact-about-inner .content {
		text-align: left;
		padding-left: 30px
	}
}

@media only screen and (max-width:767px) {
	.tmp-contact-about-inner .content {
		text-align: left;
		padding-left: 30px
	}
}

@media only screen and (max-width:575px) {
	.tmp-contact-about-inner .content {
		padding-left: 0
	}
}

.tmp-contact-about-inner .thumbnail {
	margin-bottom: 28px;
	overflow: hidden;
	border-radius: 10px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.tmp-contact-about-inner .thumbnail {
		margin-bottom: 10px
	}
}

@media only screen and (max-width:1199px) {
	.tmp-contact-about-inner .thumbnail {
		margin-bottom: 0
	}
}

.tmp-contact-about-inner .thumbnail img {
	width: 100%;
	transition: var(--transition);
	max-width: 300px;
	border-radius: 10px;
}

@media only screen and (max-width:1199px) {
	.tmp-contact-about-inner .thumbnail img {
		max-width: max-content;
		margin-bottom: 0
	}
}

.tmp-contact-about-inner .title-area {
	margin-bottom: 15px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.tmp-contact-about-inner .title-area {
		margin-bottom: 5px
	}
}

.tmp-contact-about-inner .title-area h4.title {
	font-size: 29px;
	line-height: 44px;
	color: var(--color-heading);
	margin-bottom: 9px;
}

@media only screen and (max-width:479px) {
	.tmp-contact-about-inner .title-area h4.title {
		font-size: 20px
	}
}

.tmp-contact-about-inner .active {
	display: block;
	position: relative;
	max-width: max-content;
	margin: auto;
}

.tmp-contact-about-inner .active::after {
	content: "";
	right: -13px;
	top: 12px;
	height: 6px;
	width: 6px;
	background: var(--color-success);
	position: absolute;
	border-radius: 50%;
}

.tmp-contact-about-inner .subtitle {
	font-family: var(--font-secondary);
	color: var(--color-body);
	font-weight: 600;
}

.tmp-contact-about-inner .info-box {
	background: var(--color-secondary);
	padding: 20px 15px;
	border-radius: 10px;
}

@media only screen and (max-width:767px) {
	.tmp-contact-about-inner .info-box {
		padding: 15px
	}
}

.tmp-contact-about-inner .description {
	margin-bottom: 25px;
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
	.tmp-contact-about-inner .description {
		margin-bottom: 5px
	}
}

.tmp-contact-about-inner .description p {
	font-size: 16px;
	font-weight: 400;
	color: var(--color-body);
	font-family: var(--font-secondary);
	line-height: 28px;
	display: inline-block;
	margin-bottom: 20px;
}

.tmp-contact-about-inner .description span {
	display: block;
	font-family: var(--font-secondary);
	color: var(--color-body);
	font-size: 14px;
}

.tmp-contact-about-inner .description span a {
	transition: var(--transition);
	position: relative;
	color: var(--color-body);
	font-weight: 400;
}

.tmp-contact-about-inner .description span a::before {
	content: "";
	position: absolute;
	width: 0;
	background-color: var(--color-primary);
	height: 1px;
	left: 0;
	bottom: 2px;
	transition: var(--transition);
	z-index: 10;
}

.tmp-contact-about-inner .description span a:hover {
	color: var(--color-primary);
}

.tmp-contact-about-inner .description span a:hover::before {
	width: 100%;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.tmp-contact-about-inner .social-link {
		justify-content: flex-start !important
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tmp-contact-about-inner .social-link {
		justify-content: flex-start !important
	}
}

@media only screen and (max-width:767px) {
	.tmp-contact-about-inner .social-link {
		justify-content: flex-start !important
	}
}

.tmp-contact-about-inner::after {
	content: " ";
	position: absolute;
	right: -450px;
	bottom: -500px;
	min-width: 474px;
	min-height: 474px;
	border-radius: 100px;
	filter: blur(227px);
	z-index: 1;
	background: var(--color-primary);
}

@media only screen and (max-width:1199px) {
	body.index-8 .tmp-contact-about-inner .thumbnail img {
		max-width: 420px;
		margin-bottom: 0
	}
}

@media only screen and (max-width:778px) {
	body.index-8 .tmp-contact-about-inner .thumbnail img {
		max-width: 100%;
		margin-bottom: 0
	}
}

@media only screen and (max-width:767px) {
	body.index-8 .tmp-contact-about-inner {
		display: flex;
		padding: 15px
	}
}

.tab-navigation-button {
	float: left;
	background-color: var(--color-card);
	border-radius: 10px;
	width: 100%;
	height: auto;
	flex-wrap: nowrap;
	margin-top: 0;
	padding: 10px;
	border: 2px solid var(--color-border);
	z-index: 1;
	position: relative;
	overflow: hidden;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.tab-navigation-button {
		padding: 10px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tab-navigation-button {
		display: flex;
		flex-direction: row !important;
		margin-bottom: 0;
		padding: 10px 15px;
		flex-wrap: wrap
	}
}

@media only screen and (max-width:767px) {
	.tab-navigation-button {
		display: flex;
		flex-direction: row !important;
		margin-bottom: 0;
		padding: 10px 15px;
		flex-wrap: wrap
	}
}

.tab-navigation-button>li {
	margin: 0;
}

.tab-navigation-button>li ul {
	display: none;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tab-navigation-button>li {
		margin: 5px
	}
}

@media only screen and (max-width:767px) {
	.tab-navigation-button>li {
		margin: 5px
	}
}

.tab-navigation-button>li a {
	border: none;
	font-size: 18px;
	color: var(--color-body);
	border-radius: 10px;
	padding: 15px 20px;
	width: 100%;
	display: flex;
	margin: 0;
	align-items: center;
	transition: .3s;
	justify-content: center;
	font-family: var(--font-secondary);
	background: var(--color-gray-2);
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	text-align: center;
	border: 1px solid var(--color-border-3);
}

.tab-navigation-button>li a::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	border: 1px solid transparent;
	background-clip: border-box;
	-webkit-mask: var(--full) padding-box, var(--full);
	-webkit-mask-composite: xor;
	mask-composite: xor;
	mask: var(--full) padding-box exclude, var(--full);
	pointer-events: none;
	background: var(--stroke-gr) border-box;
	z-index: 1;
	transition: .5s;
	transition: border-color .5s;
	opacity: 0;
	transition: opacity .5s ease;
	will-change: opacity;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.tab-navigation-button>li a {
		height: auto;
		padding: 15px 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tab-navigation-button>li a {
		height: auto;
		padding: 15px 20px;
		margin-bottom: 0
	}
}

@media only screen and (max-width:767px) {
	.tab-navigation-button>li a {
		height: auto;
		padding: 5px 12px;
		margin-bottom: 0;
		font-size: 14px
	}
}

.tab-navigation-button>li a:hover::before,
.tab-navigation-button>li.current_page_item>a::before {
	opacity: 1;
}

.tab-navigation-button>li:last-child a {
	margin-bottom: 0;
}

.tab-navigation-button.style-2 {
	float: none;
	width: 100%;
	margin: -5px;
	flex-wrap: wrap;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.tab-navigation-button.style-2 {
		width: auto
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tab-navigation-button.style-2 {
		width: auto
	}
}

@media only screen and (max-width:767px) {
	.tab-navigation-button.style-2 {
		width: auto
	}
}

.tab-navigation-button.style-2>li {
	margin: 5px;
}

.tab-navigation-button.style-2>li a {
	padding: 15px 38px;
	margin-bottom: 0;
}

@media only screen and (max-width:767px) {
	.tab-navigation-button.style-2>li a {
		padding: 13px 22px;
		margin-bottom: 0
	}
}

@media only screen and (max-width:575px) {
	.tab-navigation-button.style-2>li a {
		padding: 5px
	}
}

.tmp-all-tab-content {
	background: var(--color-card-wrapper);
	padding: 40px;
	border-radius: 10px;
	border: 2px solid var(--color-border);
	width: 100%;
}

.tmp-all-tab-content.card-bg-transparent {
	background: transparent;
	padding: 0;
	border-radius: 0;
	border: 0 none;
}

@media only screen and (max-width:767px) {
	.tmp-all-tab-content {
		padding: 20px
	}
}

@media only screen and (max-width:575px) {
	.tmp-all-tab-content {
		padding: 5px
	}
}

.for-animation-inner {
	padding: 50px;
	background: var(--color-card);
	grid-row-gap: 2.78rem;
	border: 1px solid var(--stroke-dark-100);
	background-image: url(../img/bg-footer.webp);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 5.28rem 12.22rem;
	display: flex;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width:575px) {
	.for-animation-inner {
		padding: 27px 26px
	}
}

.for-animation-inner::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	border: 1px solid transparent;
	background-clip: border-box;
	-webkit-mask: var(--full) padding-box, var(--full);
	-webkit-mask-composite: xor;
	mask-composite: xor;
	mask: var(--full) padding-box exclude, var(--full);
	pointer-events: none;
	background: linear-gradient(127deg, #7ee1fa 0%, rgba(126, 225, 250, 0) 15.02%, rgba(126, 225, 250, 0) 100%) border-box, linear-gradient(-53deg, #7ee1fa 0%, rgba(126, 225, 250, 0) 15.02%, rgba(126, 225, 250, 0) 100%) border-box;
	z-index: 1;
}

.for-animation-inner .cta__line-wrap-1 {
	justify-content: flex-start;
	align-items: flex-start;
	width: 95%;
	display: flex;
	position: absolute;
	inset: 0 0% auto 50%;
	transform: translate(-50%);
}

.for-animation-inner .cta__line-wrap-2 .fn__svg,
.for-animation-inner .cta__line-wrap-1 .fn__svg {
	width: 118px;
	display: block;
	height: 2px;
}

.for-animation-inner .cta__line-wrap-2 {
	justify-content: flex-end;
	align-items: flex-start;
	width: 95%;
	display: flex;
	position: absolute;
	inset: auto 0% 0% 50%;
	transform: translate(-50%);
}

.modal-backdrop {
	background-color: transparent;
}

.modal.fade {
	transition: opacity .1s linear;
}

body.modal-open {
	padding-right: 0 !important;
	overflow: visible !important;
}

.box-wrapper.modal-open {
	padding-right: 25px !important;
}

.modal {
	z-index: 99999999;
	background: var(--color-page);
	padding: 60px 15px !important;
}

.modal .portfolio-popup-thumbnail .img-secondary {
	display: none;
}

.modal::-webkit-scrollbar {
	width: 5px;
}

.modal::-webkit-scrollbar-track {
	background: #555;
}

.modal::-webkit-scrollbar-thumb {
	background: var(--color-primary);
}

.modal::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.modal.modal-boxed-home {
	width: calc(100% - 50px) !important;
	left: 50%;
	transform: translateX(-50%);
}

.modal .modal-news {
	max-width: 1000px !important;
}

.modal .modal-dialog {
	width: 100%;
	max-width: 1230px;
}

.modal .modal-dialog .modal-content {
	padding: 30px;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
	border: 2px solid var(--color-border);
	background: #010d16;
}

.modal .modal-dialog .modal-content::after {
	content: " ";
	position: absolute;
	right: -450px;
	bottom: -500px;
	min-width: 474px;
	min-height: 474px;
	border-radius: 100px;
	filter: blur(227px);
	z-index: 1;
	background: var(--color-primary);
}

@media only screen and (max-width:767px) {
	.modal .modal-dialog .modal-content {
		padding: 30px
	}
}

@media only screen and (max-width:479px) {
	.modal .modal-dialog .modal-content {
		padding: 40px 15px 25px 15px
	}
}

.modal .modal-dialog .modal-content .modal-header {
	padding: 0;
	border: none;
}

.modal .modal-dialog .modal-content .modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
	display: inline-block;
	width: 0;
	right: 44px;
	position: absolute;
	top: 18px;
	opacity: 1;
	transition: var(--transition);
}

.modal .modal-dialog .modal-content .modal-header .close span {
	color: var(--color-white);
	position: relative;
	z-index: 1;
	transition: var(--transition);
}

.modal .modal-dialog .modal-content .modal-header .close span svg {
	width: 22px;
	height: auto;
	position: relative;
	top: -1px;
}

.modal .modal-dialog .modal-content .modal-header .close span::after {
	content: "";
	position: absolute;
	transition: var(--transition);
	width: 45px;
	height: 45px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: var(--background-color-1);
	opacity: 1;
	z-index: -1;
}

.modal .modal-dialog .modal-content .modal-header .close:hover span {
	color: var(--color-primary);
}

.modal .modal-dialog .modal-content .modal-body .text-content {
	padding-left: 2rem;
}

.modal .modal-dialog .modal-content .modal-body .text-content h3 {
	margin-bottom: 20px;
	font-size: 34px;
	font-weight: 700;
	color: var(--color-heading);
	line-height: 1.3;
}

.modal .modal-dialog .modal-content .modal-body .text-content h3 span {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: var(--color-body);
	font-weight: 500;
	margin-bottom: 5px;
}

.modal .modal-dialog .modal-content .modal-body .text-content p {
	font-size: 18px;
	line-height: 30px;
	color: var(--color-body);
	font-weight: 400;
	margin-bottom: 0;
	width: 93%;
}

.modal .modal-dialog .modal-content .modal-body .text-content p:nth-child(1) {
	margin-bottom: 30px;
}

@media screen and (max-width:991px) {
	.modal .modal-dialog .modal-content .modal-body .text-content {
		margin-top: 30px;
		padding: 0
	}
}

.modal .modal-dialog .modal-content .modal-body .text-content a svg {
	position: relative;
	width: 19px;
	height: 19px;
}

.modal .featured-project-carousel .carousel-indicators {
	position: absolute;
	top: 83%;
}

.modal .featured-project-carousel .carousel-indicators li {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	position: relative;
	flex: 0 1 auto;
	background-color: var(--color-body);
}

.modal .featured-project-carousel .carousel-indicators li.active {
	background-color: var(--color-primary);
	opacity: 1;
}

.modal .carousel {
	position: relative;
}

.modal .carousel .carousel-inner {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-bottom: 0;
}

.modal .carousel .carousel-inner img {
	max-width: 100%;
	height: auto;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	appearance: none;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

ol.carousel-indicators {
	position: absolute !important;
	top: 0;
	z-index: 5;
}

div#featured-project-carousel {
	padding: 0;
}

.featured-project-carousel .carousel-control-prev-icon {
	background: url(../images/icons/short-arrow-left.png) center center no-repeat;
	width: 4rem;
	height: 4rem;
	display: inline-block;
}

.featured-project-carousel .carousel-control-next-icon {
	background: url(../images/icons/short-arrow-right.png) center center no-repeat;
	width: 4rem;
	height: 4rem;
	display: inline-block;
}

.modal-body .modal-feat-img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3.8rem;
	border-radius: 10px;
	vertical-align: middle;
}

.modal-body .img-fluid {
	width: 100%;
	height: auto;
}

.modal-body .comment-inner .title {
	font-size: 32px;
	font-weight: 600;
	color: var(--color-heading);
	margin-bottom: 16px;
}

.modal-body .comment-inner .rnform-group {
	margin-bottom: 20px;
}

.modal-body .comment-inner .rnform-group input {
	background-color: #191b1e;
	border-radius: 6px;
	height: 55px;
	transition: var(--transition);
	border: 2px solid #191b1e;
	padding: 0 15px;
	font-size: 14px;
	font-family: var(--font-primary);
	color: var(--color-heading);
	box-shadow: var(--inner-shadow);
	letter-spacing: 1px;
}

.modal-body .comment-inner .rnform-group input:focus {
	color: var(--color-light);
	border-color: var(--color-primary);
	box-shadow: none;
}

.modal-body .comment-inner .rnform-group textarea {
	min-height: 205px;
	background-color: #191b1e;
	border-radius: 6px;
	padding: 0;
	transition: var(--transition);
	border: 2px solid #191b1e;
	padding: 15px 15px;
	font-size: 14px;
	line-height: 18px;
	font-family: var(--font-secondary);
	color: var(--color-heading);
	box-shadow: var(--inner-shadow);
	letter-spacing: 1px;
	resize: none;
}

.modal-body .comment-inner .rnform-group textarea:focus {
	color: var(--color-light);
	border-color: var(--color-primary);
	box-shadow: none;
}

.modal-body .news-details .meta-holder {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	font-size: 14px;
	line-height: 24px;
	color: var(--color-body);
	font-weight: 500;
	margin-bottom: 9px;
}

.modal-body .news-details .title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--color-heading);
	margin-top: 20px;
	margin-bottom: 40px;
}

.modal-body .news-details p {
	font-size: 16px;
	line-height: 28px;
	color: var(--color-body);
	font-weight: 400;
}

.modal-body .news-details h4 {
	font-size: 30px;
	color: var(--color-heading);
}

.modal-backdrop.show {
	pointer-events: none;
	opacity: 0;
}

.footer-area {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.footer-area .site-logo {
	display: inline-block;
}

.footer-area .footer-bg-img {
	position: absolute;
	left: 84px;
	top: 60px;
	z-index: -1;
}

.footer-area .footer-bg-img img {
	animation: sppeen-box 70s linear infinite;
}

@keyframes sppeen-box {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.footer-style-one-wrapper,
.footer-style-two-wrapper {
	background: var(--color-gray-2);
}

.footer-style-one .ft-title,
.footer-style-two .ft-title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 40px;
}

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

	.footer-style-one .ft-title,
	.footer-style-two .ft-title {
		font-size: 20px;
		margin-bottom: 28px
	}
}

.footer-style-one .description {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-weight: 400;
	margin-top: 22px;
	font-size: 50px;
	line-height: 60px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-style-one .description {
		margin-top: 16px;
		font-size: 38px;
		line-height: 43px
	}
}

@media only screen and (max-width:575px) {
	.footer-style-one .description {
		font-size: 40px;
		line-height: 45px
	}
}

.footer-style-one .description span {
	font-weight: 700;
}

.footer-style-two .logo {
	margin-bottom: 30px;
}

.footer-style-two .description {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 30px;
}

.footer-style-two .row {
	--bs-gutter-y: 0;
}

.footer-style-two .quick-link-wrap {
	margin-top: 20px;
}

@media (min-width:576px) {
	.footer-style-two .quick-link-wrap {
		margin-left: 0;
		margin-top: 0
	}
}

.footer-style-two .contact-wrap {
	margin-top: 20px;
}

@media (min-width:576px) {
	.footer-style-two .contact-wrap {
		margin-left: 0;
		margin-top: 0
	}
}

.newsletter-form-1 {
	max-width: 330px;
	position: relative;
}

.newsletter-form-1 .mc4wp-form-fields {
	position: relative;
}

.newsletter-form-1 input[type="email"] {
	padding: 0;
	color: #fff;
	padding-right: 30px;
	border: 0;
	padding-bottom: 19px;
	border-bottom: 2px solid var(--color-border);
	height: auto;
	border-radius: 0;
}

.newsletter-form-1 input[type="email"]:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px transparent inset !important;
	-webkit-text-fill-color: #fff !important;
	transition: background-color 5000s ease-in-out 0s;
}

.newsletter-form-1 input[type="email"]:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px transparent inset !important;
	-webkit-text-fill-color: #fff !important;
}

.newsletter-form-1 input[type="submit"] {
	width: 30px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0;
	opacity: 0;
	padding: 0;
	margin: 0;
}

.newsletter-form-1 input[type="email"]::placeholder {
	color: #FFF;
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.newsletter-form-1 button {
	max-width: max-content;
	margin-left: auto;
	border: none;
}

.newsletter-form-1 .form-icon {
	font-size: 16px;
	font-weight: 900;
	color: var(--color-heading);
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
}

.newsletter-form-1 .form-icon .fn__svg {
	width: 18px;
	height: 18px;
}

.newsletter-form-1 label {
	display: none;
}

@media (min-width:768px) {
	.single-footer-wrapper.quick-link-wrap {
		margin-left: 80px
	}
}

.single-footer-wrapper .social-link {
	margin-top: 30px;
}

.ft-link li {
	margin-top: 0;
	margin-bottom: 8px;
}

.ft-link li:last-child {
	margin-bottom: 0;
}

.ft-link.v2 li {
	margin-top: 0;
	margin-bottom: 22px;
	gap: 15px;
}

.ft-link.v2 li span {
	border: 1px solid var(--color-border);
	width: 50px;
	height: 50px;
	min-width: 50px;
}

.ft-link.v2 li:last-child {
	margin-bottom: 0;
}

.ft-link a {
	color: var(--color-heading);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.ft-link li {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--color-heading);
	font-family: var(--font-secondary);
}

.ft-link li span {
	min-width: 40px;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--color-border);
	border-radius: 100px;
	color: var(--color-heading);
	background: transparent;
}

.ft-link li span .fn__svg {
	width: 16px;
	height: 16px;
}

.ft-link li .ft-link-wrap .link-title {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 0;
}

.ft-link li a {
	color: var(--color-heading);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

.contact-wrap .ft-link li {
	margin-bottom: 15px;
}

.copyright-area-one {
	background: var(--color-gray-2);
	position: relative;
}

.copyright-area-one .main-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 28px 0;
	flex-wrap: wrap;
}

@media (min-width:576px) {
	.copyright-area-one .main-wrapper {
		gap: 20px
	}
}

@media (min-width:700px) {
	.copyright-area-one .main-wrapper {
		justify-content: space-between
	}
}

.copyright-area-one .main-wrapper .copy-right-para {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 0;
	text-align: center;
}

.copyright-area-one .main-wrapper ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

@media (min-width:350px) {
	.copyright-area-one .main-wrapper ul {
		justify-content: inherit;
		gap: 10px
	}
}

@media (min-width:768px) {
	.copyright-area-one .main-wrapper ul {
		gap: 15px
	}
}

.copyright-area-one .main-wrapper ul li {
	margin: 0;
}

.copyright-area-one .main-wrapper ul li a {
	color: var(--color-heading);
	font-family: var(--font-secondary);
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
}

.copyright-area-one .main-wrapper ul li a:hover {
	color: var(--color-primary);
}

.newslatter {
	border-radius: 20px;
	border: 1px solid rgba(159, 159, 159, .2);
	padding: 25px 25px 25px 25px;
	margin-top: 20px;
}

@media (min-width:992px) {
	.newslatter {
		margin-top: 0;
		padding: 40px 40px 30px 40px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.newslatter {
		padding: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.newslatter {
		padding: 20px
	}
}

@media only screen and (max-width:767px) {
	.newslatter {
		padding: 20px 10px
	}
}

.newslatter .title {
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0;
}

.newslatter .para {
	margin: 7px 0 0 0;
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}

@media only screen and (max-width:767px) {
	.newslatter .para {
		font-size: 14px;
		line-height: 23px
	}
}

.newslatter .newsletter-form-1 {
	margin-top: 20px;
}

.newslatter .newsletter-form-1 input[type="submit"] {
	width: 64px;
	height: 64px;
	top: 0;
}

.newslatter .newsletter-form-1 input[type="email"] {
	border-radius: 999px;
	border: 1px solid rgba(159, 159, 159, .2);
	padding: 5px 64px 5px 30px;
	height: 64px;
	top: 6px;
	right: 6px;
}

.newslatter .newsletter-form-1 .form-icon {
	min-width: 52px;
	min-height: 52px;
	background: var(--color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	top: 6px;
	right: 6px;
}

.newslatter .newsletter-form-1 .form-icon:hover {
	background: var(--color-primary);
	color: #ffffff;
}

.footer-style-4 .description {
	font-size: 17px;
	color: var(--color-body);
	font-family: var(--font-secondary);
}

.tmp-footer-area-style-net .footer-style-3 .tmp-btn {
	display: inline-flex;
}

.tmp-footer-area-style-net .footer-style-3 .tmp-call-to-action.style-8 {
	background-image: none !important;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 100px 0;
	background: #1b1b1c;
}

@media only screen and (max-width:575px) {
	.tmp-footer-area-style-net .footer-style-3 .tmp-call-to-action.style-8 {
		padding: 50px 0
	}
}

.tmp-footer-area-style-net .bg_patern-1 {
	position: relative;
	z-index: 1;
	background-image: none !important;
	background-color: rgba(27, 27, 28, .5568627451) !important;
}

.tmp-footer-area-style-net .bg_patern-1::after {
	background-size: auto !important;
	background-repeat: repeat !important;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../img/patern.svg) !important;
	z-index: -1;
	opacity: .5;
}

.tmp-footer-area-style-net .inner * {
	font-weight: 400;
}

.tmp-footer-area-style-net .inner .title {
	font-size: 60px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tmp-footer-area-style-net .inner .title {
		font-size: 48px
	}
}

@media only screen and (max-width:767px) {
	.tmp-footer-area-style-net .inner .title {
		font-size: 40px
	}
}

@media only screen and (max-width:575px) {
	.tmp-footer-area-style-net .inner .title {
		font-size: 26px
	}
}

.copyright-style-net {
	padding: 20px 0;
	border-top: 1px solid rgba(157, 157, 255, .0509803922);
}

.copyright-style-net .tmp-menu {
	padding: 0;
	margin: 0 -10px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.copyright-style-net .tmp-menu {
		justify-content: center
	}
}

@media only screen and (max-width:767px) {
	.copyright-style-net .tmp-menu {
		justify-content: center
	}
}

.copyright-style-net .tmp-menu li a {
	font-weight: 500;
}

.copyright-style-net .copyright-center ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

.copyright-style-net .copyright-center ul li {
	margin: 0;
	padding: 0;
}

.copyright-style-net .copyright-center ul li a {
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1b1b1c;
	border-radius: 50%;
}

.copyright-style-net .copyright-center ul li a i {
	color: #fff;
}

body.color-primary-2nd {
	--color-primary: var(--color-primary-2nd);
}

body.color-blue {
	--color-primary: #5237f9;
}

body.primary-yellow {
	--color-primary: #FFB400;
}

body.primary-yellow .bg_image--8 {
	background-image: url(../images/bg/04.webp);
}

body.color-pink {
	--color-primary: #EA4C89;
}

body.color-pink .bg_image--2 {
	background-image: url(../images/bg/bg-image-13.jpg);
}

body.color-primary-3rd {
	--color-primary: var(--color-primary-3rd);
	--color-primary-alt: var(--color-primary-3rd);
}

body.color-primary-3rd .services-widget.v2 .active-bg {
	background: rgba(255, 193, 7, .0784313725);
}

body.color-primary-4th {
	--color-primary: var(--color-primary-4th);
}

body.tmp-white-version {
	background-color: #ECF0F3;
	--color-heading: #141414;
	--color-gray: #5d6570;
	--color-body: #2a2d31;
	--color-gray-2: linear-gradient(145deg, #e2e8ec, #ffffff);
	--color-border: #dce1e4;
	--stroke-dark-100: #dce1e4;
	--stroke-gr: linear-gradient(317deg, var(--color-primary-alt) 0%, rgba(19, 215, 253, 1) 50%, rgba(19, 191, 253, 1) 62.96%, var(--color-primary) 100%);
	--shadow-white: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff;
	--gradient-white: linear-gradient(145deg, #e2e8ec, #ffffff);
}

body.tmp-white-version.box-body .main-wrapper-inner {
	background: #ffffff;
}

body.tmp-white-version .newsletter-form-1 input {
	color: #141414;
}

body.tmp-white-version .rpp-banner-five-area {
	background-color: #EDEDED;
}

body.tmp-white-version .model-style-banner.with-instructor .banner-model-15 .title {
	color: #fff;
}

body.tmp-white-version .tmp-banner-one-area.add-pattern::before,
body.tmp-white-version .tmp-body-box-pattern::before {
	background-image: linear-gradient(#554a4a, transparent 1px), linear-gradient(to right, #0c0a0a, transparent 1px);
}

body.tmp-white-version .services-widget.v1 .service-item .my-skill-card .card-para {
	color: var(--color-heading);
}

body.tmp-white-version .services-widget.v1 .service-item.mleave .my-skill-card .card-para {
	color: var(--color-gray);
}

body.tmp-white-version .tmp-banner-one-area.model-style-banner .title {
	color: #fff;
}

body.tmp-white-version .newsletter-form-1 input::placeholder,
body.tmp-white-version .newsletter-form-1 textarea::placeholder,
body.tmp-white-version input::placeholder,
body.tmp-white-version textarea::placeholder {
	color: var(--color-gray);
}

body.tmp-white-version .custom-title span img {
	filter: brightness(.5);
}

body.tmp-white-version .rpp-banner-two-area .banner-shape-two img {
	opacity: .1;
}

body.tmp-white-version .banner-two-main-wrapper .banner-right-content .main-img::after {
	display: none;
}

body.tmp-white-version .banner-two-main-wrapper .banner-right-content .main-img .logo-under-img-wrap .logo-under-img img {
	filter: invert(1);
}

body.tmp-white-version .right-bg-text-para,
body.tmp-white-version .left-bg-text-para {
	display: none;
}

body.tmp-white-version .banner-main-demo-inner-content .absolute-designation .down {
	-webkit-text-stroke-color: #b1b1b1;
}

body.tmp-white-version .client-testimonial-swiper .swiper::before {
	background: linear-gradient(90deg, rgba(244, 244, 244, .6901960784) 0%, rgba(235, 231, 231, .05) 100%);
}

body.tmp-white-version .client-testimonial-swiper .swiper::after {
	background: linear-gradient(90deg, rgba(244, 244, 244, .6901960784) 0%, rgba(235, 231, 231, .05) 100%);
}

body.tmp-white-version .client-testimonial-card-wrap .quat-logo img,
body.tmp-white-version .my-skill-card .card-icon img {
	filter: inherit;
}

body.tmp-white-version .banner-three-main-wrapper .bg-benner-img-three::before {
	background: linear-gradient(180deg, rgba(7, 7, 7, 0) 27.58%, #d3b0b0 80.06%);
}

body.tmp-white-version svg.radial-progress text {
	fill: #141414;
}

body.tmp-white-version .service-item.current .my-expertise-card-wrap .expertise-card-left .expertise-card-logo img {
	filter: brightness(1);
}

body.tmp-white-version .service-item .my-expertise-card-wrap .expertise-card-left .expertise-card-logo img {
	filter: brightness(.5);
}

body.tmp-white-version #side-hide,
body.tmp-white-version .breadcrumb-area,
body.tmp-white-version .tmp-sidebar-area .inner .top-area {
	background: #EDEDED;
}

body.tmp-white-version #side-hide .top-area,
body.tmp-white-version .contact-info {
	background: #ffffff;
}

body.tmp-white-version .tmp-round-action-btn {
	background: rgba(10, 10, 10, .06);
	color: var(--color-heading);
}

body.tmp-white-version .tmp-round-action-btn:hover {
	color: var(--color-white);
}

body.tmp-white-version .tmp-arrow-icon-btn:hover i.tmp-icon-bottom {
	color: var(--color-white);
}

body.tmp-white-version .signle-side-bar .tags-wrapper .tag-link {
	background: rgba(10, 10, 10, .06);
}

body.tmp-white-version .signle-side-bar .tags-wrapper .tag-link:hover {
	color: var(--color-white);
	background: var(--color-primary) !important;
}

body.tmp-white-version .logo img.logo-white {
	display: block;
}

body.tmp-white-version .logo img.logo-dark {
	display: none;
}

body.tmp-white-version .tmp-all-tab-content {
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

body.tmp-white-version .tmp-all-tab-content.no-shadow {
	background: transparent;
	box-shadow: none;
}

body.tmp-white-version .tmp-contact-about-inner .info-box {
	background: var(--color-white);
}

body.tmp-white-version .tmp-banner-one-area.style-2 {
	background-image: url(../images/bg/bg-image-9.jpg);
}

body.tmp-white-version .bg_image--8 {
	background-image: url(../images/bg/bg-image-8.jpg);
}

body.tmp-white-version.primary-yellow .bg_image--8 {
	background-image: url(../images/bg/04.webp);
}

body.tmp-white-version .tmp-banner-one-area.style-4 {
	background-image: url(../images/bg/bg-image-11.jpg);
}

body.tmp-white-version .tmp-popup-mobile-menu .header-top .close-menu .close-button {
	background: rgba(10, 10, 10, .06);
	color: var(--color-heading);
}

body.tmp-white-version .newslatter .newsletter-form-1 .form-icon i {
	color: #fff;
}

body.tmp-white-version .banner-two-main-wrapper .banner-right-content .main-img .banner-big-text-2 {
	-webkit-text-stroke: 1px #fff;
}

body.tmp-white-version .tmp-contact-about-inner {
	border-width: 1px;
}

body.tmp-white-version.personal-demo-left-fixed .pricing-table-col-2 .pricing-table-header h4,
body.tmp-white-version.personal-demo-left-fixed .pricing-table-col-2 .pricing-table-header .top p,
body.tmp-white-version.personal-demo-left-fixed .pricing-table-col-2 .feature-lists li,
body.tmp-white-version.personal-demo-left-fixed .pricing-table-col-2 .pricing-table-header h3 span,
body.tmp-white-version.personal-demo-left-fixed .pricing-table-items .info,
body.tmp-white-version.personal-demo-left-fixed .resume-single-list.bg-card.single-animation:hover .inner .heading .title h4 {
	color: var(--color-heading);
}

body.tmp-white-version .tmp-footer-area-style-net .bg_patern-1 {
	background-color: rgba(255, 255, 255, .56) !important;
}

body.tmp-white-version .tmp-footer-area-style-net .bg_patern-1::after {
	opacity: .1;
}

body.tmp-white-version.personal-demo-left-fixed .resume-single-list.bg-card.single-animation {
	background: #f4f4f4;
}

body.tmp-white-version.personal-demo-left-fixed .resume-single-list.bg-card.single-animation .inner::after {
	border: 5px solid #e4e4e4;
	background: var(--color-primary);
}

body.tmp-white-version.personal-demo-left-fixed .resume-single-list.bg-card.single-animation .inner .heading .date-of-time span {
	background: var(--color-primary);
}

body.tmp-white-version.personal-demo-left-fixed .resume-single-list.bg-card.single-animation .inner .heading .title span {
	color: #333333;
	font-weight: 500;
}

body.tmp-white-version.personal-demo-left-fixed .resume-single-list.bg-card.single-animation .inner::before {
	background: #e4e4e4;
}

body.tmp-white-version.personal-demo-left-fixed .experience-style-list .experience-list {
	border-left: 5px solid #e4e4e4;
}

body.tmp-white-version.personal-demo-left-fixed .progress {
	background-color: #e4e4e4;
}

body.tmp-white-version.personal-demo-left-fixed .personal-portfolio-right-inner-wrapper .counter-style-2.border-style.small-radious .count-number {
	color: #141414 !important;
}

body.tmp-white-version.personal-demo-left-fixed .personal-portfolio-right-inner-wrapper .counter-style-2.border-style.small-radious .count-number span {
	color: #141414 !important;
}

body.tmp-white-version.personal-demo-left-fixed .resume-single-list.bg-card.single-animation .inner .heading {
	border-bottom: 1px solid #e8e8e8;
}

body.tmp-white-version.personal-demo-left-fixed .profile-image-1-personal-left-fixed::after {
	background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 0;
}

body.tmp-white-version.personal-demo-left-fixed .profile-image-1-personal-left-fixed .social-default li a {
	background-color: #ffffff;
}

body.tmp-white-version.personal-demo-left-fixed .profile-image-1-personal-left-fixed .social-default li a i {
	color: var(--color-primary);
}

body.tmp-white-version.personal-demo-left-fixed .profile-image-1-personal-left-fixed .social-default li a:hover i {
	color: #fff;
}

body.tmp-white-version .copyright-style-net .copyright-center ul li a {
	background: var(--color-primary);
}

body.tmp-white-version .banner-twelve-area.with-bg-image .banner-one-main-wrapper .inner .title {
	color: #fff;
}

body.tmp-white-version .banner-twelve-area.with-bg-image .social-share-style-1 a {
	background: #fff;
	box-shadow: none;
}

body.tmp-white-version .header-left-sticky .inner-wrapper::after {
	background: transparent;
}

body.tmp-white-version .for-animation-inner {
	background-image: none;
}

body.tmp-white-version .tmp-btn.tmp-modern-button:hover {
	background: var(--icon-gradient);
}

body.tmp-white-version .tmp-btn.tmp-modern-button:hover .btn-bg-hover {
	opacity: 0;
}

body.tmp-white-version .tmp-btn.tmp-modern-button:hover .btn-bg {
	opacity: 0;
}

body.tmp-white-version .section-head .pre-title::before {
	background: radial-gradient(92.46% 222.14% at 15.65% -7.58%, rgb(127, 226, 251) 0%, rgb(127, 226, 251) 100%) border-box;
}

body.tmp-white-version .tmp-portfolio-single-card {
	background: var(--color-border);
}

body.tmp-white-version .tmp-btn.tmp-modern-button .btn-bg {
	display: none;
}

body.tmp-white-version .tmp-btn.tmp-modern-button {
	border: 2px solid var(--color-border);
	box-shadow: var(--shadow-white);
	background: var(--gradient-white);
}

body.tmp-white-version .footer-stars-animation-wrapper-footer .slider-bg-light {
	display: none;
}

body.tmp-white-version .tmp-btn.tmp-modern-button:hover {
	border-color: var(--color-primary);
}

body.tmp-white-version .tmp-btn.tmp-modern-button .btn-hack::after {
	background: conic-gradient(from 148deg, transparent 46%, #333333 50%, transparent 54%);
}

body.tmp-white-version .profile-image-1-personal-left-fixed .title {
	color: #ffffff;
}

body.tmp-white-version .tmponhover::after {
	display: none;
}

body.tmp-white-version .virtuo_fn_pagination .current,
body.tmp-white-version .virtuo_fn_pagination .triple,
body.tmp-white-version .virtuo_fn_pagination a,
body.tmp-white-version .tmponhover,
body.tmp-white-version .tmp-contact-about-inner,
body.tmp-white-version .tab-navigation-button,
body.tmp-white-version .for-animation-inner,
body.tmp-white-version .progress-charts .progress,
body.tmp-white-version .about-us-left-content-wrap .years-of-experience-card,
body.tmp-white-version .design-cards .design-card,
body.tmp-white-version .social-link a,
body.tmp-white-version .widget_tag_cloud .tagcloud a,
body.tmp-white-version .tmp-intro-video-card-wrapper,
body.tmp-white-version .tmp-iv-close-button,
body.tmp-white-version .my-skill-card .card-icon::after,
body.tmp-white-version .service-card-v1,
body.tmp-white-version .client-testimonial-card-wrap,
body.tmp-white-version .tmp-profile-card.services-card .services-item,
body.tmp-white-version #tmp-page-content-bento .profile-picture-area .info-box,
body.tmp-white-version .tmp-profile-card .work-experiance-card .work-experiance-slider li,
body.tmp-white-version .tmp-profile-card .expertise-card .expertise-item .image,
body.tmp-white-version .resume-single-list.bg-card.single-animation,
body.tmp-white-version .modal .modal-dialog .modal-content,
body.tmp-white-version .modal .modal-dialog .modal-content .modal-header .close span::after,
body.tmp-white-version .tmp-popup-mobile-menu .inner {
	background: var(--gradient-white);
}

body.tmp-white-version .virtuo_fn_pagination .current,
body.tmp-white-version .virtuo_fn_pagination .triple,
body.tmp-white-version .virtuo_fn_pagination a,
body.tmp-white-version .tmponhover,
body.tmp-white-version .tab-navigation-button>li a,
body.tmp-white-version .tmp-contact-form.contact-form-style-1,
body.tmp-white-version .contact-info-box,
body.tmp-white-version .blog-card-style-two,
body.tmp-white-version .about-us-left-content-wrap .years-of-experience-card,
body.tmp-white-version .design-cards .design-card,
body.tmp-white-version .widget_tag_cloud .tagcloud a,
body.tmp-white-version .social-link a,
body.tmp-white-version .tmp-intro-video-card-wrapper,
body.tmp-white-version .tmp-iv-close-button,
body.tmp-white-version .service-card-v1,
body.tmp-white-version .latest-portfolio-tabs-area .nav .nav-link,
body.tmp-white-version .client-testimonial-card-wrap,
body.tmp-white-version .tmp-profile-card.services-card .services-item,
body.tmp-white-version #tmp-page-content-bento .profile-picture-area .info-box,
body.tmp-white-version .tmp-profile-card .expertise-card .expertise-item .image,
body.tmp-white-version .resume-single-list.bg-card.single-animation,
body.tmp-white-version .modal .modal-dialog .modal-content,
body.tmp-white-version .modal .modal-dialog .modal-content .modal-header .close span::after {
	box-shadow: var(--shadow-white);
}

body.tmp-white-version .tmponhover,
body.tmp-white-version .tmp-contact-about-inner,
body.tmp-white-version .tab-navigation-button>li a,
body.tmp-white-version .tmp-contact-form.contact-form-style-1,
body.tmp-white-version .contact-info-box,
body.tmp-white-version .service-card-v1,
body.tmp-white-version .client-testimonial-card-wrap {
	border: 0 none;
}

body.tmp-white-version .tmp-profile-card.services-card .services-item .image img {
	filter: brightness(0);
}

body.tmp-white-version .latest-portfolio-tabs-area .nav .nav-link.active {
	background: var(--color-primary) !important;
	color: #ffffff;
}

body.tmp-white-version .latest-portfolio-tabs-area .nav .nav-link::after {
	display: none;
}

body.tmp-white-version .tmp-swiper-pagination.tmp-swiper-pagination-01 .swiper-pagination-bullet {
	box-shadow: inset 0 0 0 7px #eef1f4;
}

body.tmp-white-version .tmp-swiper-pagination.tmp-swiper-pagination-01 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	box-shadow: inset 0 0 0 1px var(--color-primary);
}

body.tmp-white-version .tmp-contact-form.contact-form-style-1.in-bentogrid {
	box-shadow: none;
}

body.tmp-white-version .tmp-profile-card.services-card .services-item .image {
	background: transparent;
}

body.tmp-white-version .skill-style-border-card img {
	filter: brightness(0);
}

body.tmp-white-version .modal {
	background: #ffffff;
}

body.tmp-white-version .modal .modal-dialog .modal-content .modal-header .close span svg,
body.tmp-white-version .modal .modal-dialog .modal-content .modal-header .close span {
	color: var(--color-heading);
}

body.tmp-white-version .progress {
	background-color: #f9f9f9;
}

body.tmp-white-version .tpm-custom-box-bg,
body.tmp-white-version .get-in-touch-wrapper,
body.tmp-white-version .experiences-wrapper .experiences-wrap-right-content {
	box-shadow: var(--shadow-white);
}

body.tmp-white-version .year-of-expariance-wrapper {
	box-shadow: var(--shadow-white);
}

body.tmp-white-version.index-ten .tmp-contact-about-inner {
	box-shadow: var(--shadow-white);
}

body.tmp-white-version .profile-image-1-personal-left-fixed .inner-content {
	background: #f4f4f4;
	box-shadow: var(--shadow-white);
	overflow: visible;
}

body.tmp-white-version .profile-image-1-personal-left-fixed {
	overflow: visible;
}

body.tmp-white-version .page-with-left-header .get-in-touch-wrapper {
	box-shadow: none;
}

.tmp-white-version .tmp-right-demo .demo-button::before {
	content: "";
	background: linear-gradient(-45deg, #ee7752, #ff004b, #ff004b, #d52323);
	background-size: 400% 400%;
	animation: gradient 4s ease infinite;
	opacity: 1;
	backdrop-filter: blur(21px);
}

.tmp-white-version .tmp-right-demo * {
	color: #fff !important;
}

.tmp-white-version.index-8 .tmp-contact-about-inner::after {
	display: none !important;
}

.tmp-white-version .tmp-profile-card .work-experiance-card .work-experiance-slider li .info .icon {
	background-color: rgba(213, 213, 213, .38);
}

.tmp-white-version .resume-single-list.bg-card.single-animation:hover .inner .heading .title h4 {
	color: var(--color-heading);
}

.tmp-white-version .tmp-banner-one-area.style-3 .thumbnail-author img,
.tmp-white-version .tmp-banner-one-area.style-4 .thumbnail-author img {
	border: 25px solid #ebebeb;
}

.index-ten .tmp-contact-about-inner {
	flex-direction: column;
}

@media only screen and (max-width:767px) {
	.index-ten .tmp-contact-about-inner .thumbnail img {
		max-width: 100%;
		margin-bottom: 30px
	}
}

.tmp-white-version .year-of-expariance-wrapper.bg-blur-style-one::after {
	display: none;
}

.tmp-white-version .tmponhover:hover .tmp-light,
.tmp-white-version .tmponhover.active .tmp-light {
	opacity: 0;
}

.tmp-white-version .services-widget.v1 .my-skill-card .card-icon {
	border: 2px solid #fff;
}

.tmp-white-version .color-primary-2nd .services-widget.v1 .my-skill-card .card-icon i {
	color: var(--color-heading);
}

.tmp-white-version .design-cards .design-card .design-card-img {
	border: 2px solid var(--color-primary);
}

.tmp-white-version .color-primary-2nd .services-widget.v2 .active-bg {
	background: var(--color-primary);
}

.tmp-white-version .my-expertise-card-wrap .expertise-card-left .expertise-card-logo {
	border: 2px solid #141414;
}

.tmp-white-version .rpp-banner-two-area::before {
	display: none;
}

.tmp-white-version .rpp-banner-two-area::after {
	display: none;
}

.tmp-white-version .banner-three-main-wrapper .bg-benner-img-three::before {
	display: none;
}

.tmp-white-version .services-widget.v4 .active-bg {
	background: rgb(253, 196, 72);
}

.tmp-white-version .tmp-banner-one-area.style-4 .galaxy {
	opacity: .07;
}

.tmp-white-version .newsletter-form-1 input[type="email"]:-webkit-autofill {
	-webkit-text-fill-color: #000 !important
}

.tmp-white-version .newsletter-form-1 input[type="email"]:-webkit-autofill:focus {
	-webkit-text-fill-color: #000 !important;
}

body.tmp-white-version.color-primary-3rd .services-widget.v2 .active-bg {
	background: rgb(255, 193, 7);
}

.demo-modal-area .wrapper .tmp-modal-inner .demo-top .subtitle {
	color: #c2c2c2 !important;
}

.active-light.demo-modal-area .wrapper .tmp-modal-inner .demo-top .subtitle {
	color: #3d3d3d !important;
}

.page_content {
	padding: 120px 0;
}

.page_content[data-style="ffull"] {
	padding: 0;
}

.index-8 .page_content {
	padding: 30px 0;
}

.tmp-section-gap+.tmp-section-gapTop,
.page_content+.tmp-section-gapTop {
	padding-top: 0;
}

.virtuo_fn_pagination {
	padding-top: 40px;
}

.virtuo_fn_pagination ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
}

.virtuo_fn_pagination li {
	margin: 4px 0;
	margin-left: 8px;
	padding: 0;
}

.virtuo_fn_pagination .current,
.virtuo_fn_pagination .triple,
.virtuo_fn_pagination a {
	width: 40px;
	height: 40px;
	color: var(--color-heading);
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	transition: all .4s ease;
	z-index: 1;
	background: rgba(255, 255, 255, .062745098);
	border-radius: 100%;
	font-size: 14px;
}

.virtuo_fn_pagination .current:after,
.virtuo_fn_pagination .triple:after,
.virtuo_fn_pagination a:after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	background: var(--icon-gradient);
	opacity: .06;
	transform: scale(0);
	transition: all .4s ease;
	z-index: -1;
}

.virtuo_fn_pagination a:hover:after,
.virtuo_fn_pagination .current:after {
	transform: scale(1);
	opacity: 1;
}

.virtuo_fn_pagination a:hover {
	color: var(--color-heading);
}

.project-content>ul {
	margin-bottom: 45px;
}

.project-content>ul>li {
	margin: 0;
	margin-bottom: 7px;
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	position: relative;
	padding-left: 28px;
}

.project-content>ul>li:after {
	position: absolute;
	left: 0;
	top: 4px;
	content: '';
	width: 18px;
	height: 18px;
	-webkit-mask-image: url(../svg/check.svg);
	-o-mask-image: url(../svg/check.svg);
	mask-image: url(../svg/check.svg);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-o-mask-size: 100% 100%;
	background-color: var(--color-primary);
}

.project-content>ul>li:last-child {
	margin-bottom: 0;
}

.fn__like_icon[data-like="1"] .empty {
	display: none;
}

.fn__like_icon[data-like="1"] .full {
	display: block;
}

.fn__like_icon .full {
	display: none;
}

.error-inner {
	text-align: center;
}

.error-inner h1 {
	font-size: 200px;
	line-height: 1;
	color: var(--color-primary);
	font-weight: var(--p-bold);
}

.error-inner .icon .fn__svg {
	width: 200px;
	height: 200px;
	color: var(--color-primary);
	margin-bottom: 40px;
}

.error-inner .title {
	line-height: 45px;
	font-weight: var(--p-bold);
}

.error-inner .description {
	font-size: var(--font-size-b2);
	line-height: 28px;
	color: var(--color-body);
	font-weight: var(--f-regular);
	margin-bottom: 30px;
}

.error-inner .blog-search {
	display: inline-block;
	position: relative;
}

.error-inner .blog-search input {
	min-width: 500px;
	height: 60px;
	padding: 0 20px;
	color: var(--color-body);
	padding-right: 80px;
	border-radius: 50px;
}

.error-inner .blog-search button {
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: var(--color-primary);
	height: 47px;
	padding: 0 20px;
	border-radius: 33px;
	text-align: center;
	font-size: 20px;
	max-width: max-content;
}

.error-inner .blog-search button .fn__svg {
	width: 20px;
	height: 20px;
}

.error-inner .view-more-button {
	margin-top: 30px;
}

.tmp-effor-area {
	padding-top: 220px;
}

.virtuo_fn_protected {
	padding-top: 220px;
	padding-bottom: 120px;
}

.virtuo_fn_protected .icon .fn__svg {
	width: 200px;
	height: 200px;
	color: var(--color-primary);
	margin-bottom: 40px;
}

.virtuo_fn_protected .container-custom {
	max-width: 500px;
	margin: 0 auto;
}

.virtuo_fn_protected .fn__desc {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-size: var(--font-size-b2);
	line-height: 28px;
	color: var(--color-body);
	font-weight: var(--f-regular);
	margin-bottom: 30px;
}

.virtuo_fn_protected .fn__maintitle {
	line-height: 45px;
	font-weight: var(--p-bold);
	font-size: 27px;
}

.virtuo_fn_protected .message_holder {
	text-align: center;
}

.virtuo_fn_protectedform input {
	min-width: 500px;
	height: 60px;
	padding: 0 20px;
	color: var(--color-body);
	padding-right: 80px;
	border-radius: 50px;
}

.virtuo_fn_protectedform form {
	display: block;
	position: relative;
}

.virtuo_fn_protectedform br {
	display: none;
}

.virtuo_fn_protectedform button {
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: var(--color-primary);
	height: 47px;
	padding: 0 20px;
	border-radius: 33px;
	text-align: center;
	font-size: 20px;
	max-width: max-content;
}

.virtuo_fn_protectedform button .fn__svg {
	width: 26px;
	height: 26px;
}

.wp-caption {
	display: inline-block;
	max-width: 100%;
	background: transparent;
	border-radius: .375rem;
	margin: 0 0 1.5rem;
	box-sizing: border-box;
}

.wp-caption img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: .25rem;
}

.wp-caption-text {
	display: block;
	margin-top: .5rem;
	font-size: .9375rem;
	line-height: 1.4;
	color: var(--color-body, currentColor);
	text-align: left;
}

.gallery-caption {
	font-size: .875rem;
	color: var(--color-body, currentColor);
	margin-top: .5rem;
	line-height: 1.4;
	text-align: center;
}

.bypostauthor {
	display: inline-block;
	font-size: .8125rem;
	font-weight: 500;
	padding: .125rem .5rem;
	border-radius: 999px;
	border: 1px solid var(--color-heading, currentColor);
	color: var(--color-heading, currentColor);
	background: transparent;
	line-height: 1.2;
	vertical-align: middle;
}

.alignright {
	float: right;
	margin-left: 3rem;
	margin-bottom: 3rem;
	max-width: 50%;
}

.alignleft {
	float: left;
	margin-right: 3rem;
	margin-bottom: 3rem;
	max-width: 50%;
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
	float: none;
	margin: 0 auto;
	margin-bottom: 30px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
	text-align: center;
	max-width: 100%;
}

@media (max-width:640px) {

	.alignright,
	.alignleft {
		float: none;
		display: block;
		margin: 0 0 1rem;
		max-width: 100%
	}
}

.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: .75rem;
	align-items: start;
}

.elementor-widget-heading:not(.custom-color) .elementor-heading-title {
	color: var(--color-heading) !important;
}

.elementor-widget-text-editor:not(.custom-color) {
	color: var(--color-gray) !important;
}

.elementor-widget-text-editor p {
	color: inherit;
}

.has-pale-cyan-blue-background-color p,
.has-pale-pink-background-color p,
.has-light-green-cyan-background-color p {
	color: #000;
}

.wp-block-columns,
.wp-block-group {
	margin-bottom: 30px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	color: #000;
}

.wp-block-search__inside-wrapper button {
	background-color: var(--color-primary);
	color: #fff;
	border-radius: 500px;
	border: none;
	width: auto;
	padding: 0 30px;
}

.wp-block-search__inside-wrapper input {
	padding: 0 20px;
	border-radius: 500px;
}

@media (max-width:767px) {
	.error-inner h1 {
		font-size: 100px;
		line-height: 1
	}

	.error-inner .icon .fn__svg {
		width: 100px;
		height: 100px
	}

	.virtuo_fn_protected .icon .fn__svg {
		width: 100px;
		height: 100px
	}
}

.page-template-home-bio-php .tab-navigation-button>li>a.active::before {
	opacity: 1;
}

.page_vcard>.elementor>*,
.page_bio>.elementor>* {
	display: none;
}

.page_vcard>.elementor>*:first-child,
.page_bio>.elementor>*:first-child {
	display: block;
}

.page-template-home-bio-php.elementor-editor-active .tmp-all-tab-content {
	border: none;
	background: none;
	padding: 0;
}

.page-template-home-bio-php.elementor-editor-active .elementor-section-wrap>* {
	background: var(--color-card-wrapper) !important;
	padding: 40px !important;
	border-radius: 10px !important;
	border: 2px solid var(--color-border) !important;
	width: 100% !important;
	margin-bottom: 100px !important;
}

.modal-thumbnail img {
	width: 100%;
	border-radius: 10px;
	display: block;
}

.modal-thumbnail {
	margin-bottom: 30px;
}

.blog-link {
	text-transform: uppercase;
}

.news-content {
	border-top: 1px solid var(--color-border);
	border-bottom: 1px solid var(--color-border);
	padding: 23px 0;
	margin-top: 2px;
}

.spacing-single {
	padding-top: 76px;
}

.news-content .wp-block-quote {
	margin-left: 0;
}

.wp-block-quote {
	padding: 30px;
	border-radius: 20px;
	background: var(--color-gray-2);
	z-index: 1;
	position: relative;
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 20px;
	font-weight: 400;
	line-height: 35px;
	border: none;
}

.wp-block-quote:after {
	width: 140px;
	height: 160px;
	position: absolute;
	content: '';
	background-color: var(--color-primary);
	opacity: .09;
	right: 10px;
	bottom: -29px;
	-webkit-mask-image: url(../svg/quote.svg);
	-o-mask-image: url(../svg/quote.svg);
	mask-image: url(../svg/quote.svg);
	-webkit-mask-size: 100% 100%;
	-o-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

.wp-block-quote * {
	margin-bottom: 19px;
}

.wp-block-quote *:last-child {
	margin-bottom: 0;
}

.wp-block-quote cite {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-left: 60px;
	color: var(--color-heading);
	font-family: var(--font-primary);
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 0;
}

.wp-block-quote cite:after {
	position: absolute;
	content: "";
	left: 0;
	top: 47%;
	height: 2px;
	width: 40px;
	background: var(--color-primary);
	z-index: 10;
}

.widget_categories li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--color-border);
	margin-bottom: 12px;
	color: var(--color-gray);
	position: relative;
	padding-left: 24px;
}

.widget_categories li:after {
	content: '';
	-webkit-mask-image: url(../svg/right-arrow.svg);
	-o-mask-image: url(../svg/right-arrow.svg);
	mask-image: url(../svg/right-arrow.svg);
	-webkit-mask-size: 100% 100%;
	-o-mask-size: 100% 100%;
	mask-size: 100% 100%;
	width: 14px;
	height: 16px;
	background-color: var(--color-gray);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -14px;
	transition: all .4s ease;
}

.widget_categories li a:after {
	content: '';
	position: absolute;
	inset: 0;
}

.widget_categories li .count {
	color: var(--color-gray);
	font-family: var(--font-secondary);
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
	transition: all .4s ease;
}

.widget_categories li:hover .count {
	color: var(--color-primary);
}

.widget_categories li:hover:after {
	background-color: var(--color-primary);
}

.widget_categories li .count:before {
	content: '(';
}

.widget_categories li .count:after {
	content: ')';
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
	font-weight: 700;
}

body.tmp-white-version .banner-with-stars-10 .slider-bg-light,
body.tmp-white-version .tmp-banner-one-area.add-pattern .slider-bg-light,
body.tmp-white-version .rpp-banner-two-area .slider-bg-light {
	display: none;
}

.elementor-icon-list-icon svg {
	fill: var(--color-body) !important;
}

.elementor-icon-list-text {
	color: var(--color-body) !important;
}