:root {
	/*--color-primary: #FD4766;*/
	/*--color-primary: #FF8C00;*/
	--color-primary: #2c7ab7;
	/*--color-secondary: #337DFF;*/
	--color-secondary: #4169E1;
	--color-secondary-rgb: rgba(253, 71, 102, 1);
	--color-tertiary: #010001;
	--color-dark: #000000;
	--color-heading: #1f1f25;
	--color-body: #1d1d24;
	--color-gray: rgba(29, 29, 36, .75);
	--color-midgray: #e9ecef;
	--color-opacity-1: hsla(0, 0%, 100%, .2);
	--color-light: #E4E6EA;
	--color-lighter: #CED0D4;
	--color-lightest: #F0F2F5;
	--color-border: #E6E6E6;
	--color-white: #ffffff;
	--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;
	--color-extra01: #666666;
	--color-extra02: #606770;
	--color-extra03: #FBFBFD;
	--color-extra04: #1A1A1A;
	--color-extra05: #242424;
	--radius: 10px;
	--radius-big: 16px;
	--radius-small: 6px;
	--border-width: 2px;
	--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-bold: 700;
	--s-black: 900;
	--shadow-primary: 0px 4px 10px rgba(37, 47, 63, 0.1);
	--shadow-light: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
	--shadow-dark: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
	--transition: 0.3s;
	--font-primary: 'Poppins', sans-serif;
	--secondary-font: 'Poppins', sans-serif;
	--font-awesome: 'Font Awesome 5 Pro';
	--font-size-b1: 18px;
	--font-size-b2: 16px;
	--font-size-b3: 14px;
	--font-size-b4: 12px;
	--line-height-b1: 1.67;
	--line-height-b2: 1.5;
	--line-height-b3: 1.6;
	--line-height-b4: 1.3;
	--h1: 44px;
	--h2: 36px;
	--h3: 30px;
	--h4: 24px;
	--h5: 18px;
	--h6: 16px;
}

* {
	-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;
}

html,
button,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

a {
	color: #ca3c08;
	text-decoration: none;
}

a:visited {
	color: #ac0404;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #ea9629;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #010001;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

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: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

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

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

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

ul {
	list-style-type: square;
}

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

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

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

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

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	min-width: inherit;
	padding: 0.35em 0.625em 0.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;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

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

caption {
	font-size: 16px;
	margin: 20px 0;
}

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

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

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

/* - - - Typography - - - */
* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

html {
	/*overflow: hidden;*/
	/*overflow-y: auto;*/
	scroll-behavior: smooth;
}

body {
	/*overflow: hidden;*/
	overflow-x: hidden;
	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-gray);
	font-weight: 400;
}

a {
	transition: all 0.4s ease-in-out 0s;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Poppins", sans-serif;
	line-height: 1.4074;
	color: #1f1f25;
}

h1,
.h1 {
	font-size: var(--h1);
}

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

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

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

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

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

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

	h1,
	.h1 {
		font-size: var(--h1)-4;
	}

	h2,
	.h2 {
		font-size: var(--h2)-2;
	}

	h3,
	.h3 {
		font-size: var(--h3)-2;
	}
}

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

	h1,
	.h1 {
		font-size: var(--h1)-6;
	}

	h2,
	.h2 {
		font-size: var(--h2)-4;
	}

	h3,
	.h3 {
		font-size: var(--h3)-2;
	}
}

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

	h1,
	.h1 {
		font-size: var(--h1)-8;
	}
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	font-weight: 700;
}

h4,
.h4,
h5,
.h5 {
	font-weight: 600;
}

h6,
.h6 {
	font-weight: 500;
}

p {
	font-size: var(--font-size-b1);
	line-height: var(--line-height-b1);
	margin-bottom: 30px;
}

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

	p br {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	p {
		font-size: 14px !important;
		line-height: 18px !important;
	}
}

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

a:visited {
	color: inherit;
}

input,
button,
select,
textarea {
	background: transparent;
	border: 1px solid #d4d4d4;
	transition: all 0.4s ease-out 0s;
	color: #1d1d24;
}

input:focus,
input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
	outline: none;
	border-color: var(--color-primary);
}

input,
select,
textarea {
	width: 100%;
	font-size: 14px;
}

input,
select {
	height: 40px;
	padding: 0 15px;
}

.textBlack {
	color: #010001;
}

.bodyColor {
	color: #535353;
}

.color-1 {
	color: #8956e2;
}

.color-2 {
	color: #11ccd3;
}

.color-3 {
	color: #f4769a;
}

.color-4 {
	color: #2f21b3;
}

.bgcolor-4 {
	background: #2f21b3;
}

.mainmenunav ul.mainmenu,
.mainmenunav ul.mainmenu>li>ul.submenu,
.color-white .mainmenunav ul.mainmenu,
.color-black .mainmenunav ul.mainmenu,
.rn-popup-mobile-menu ul.mainmenu,
.rn-popup-mobile-menu ul.mainmenu li ul,
.breadcrumb-inner ul.page-list,
.rn-pagination ul.page-list,
ul.brand-list,
ul.tab-style--1,
.list-style--1,
ul.list-style,
.blog-single-page-title ul.blog-meta,
.pv-tab-button {
	padding: 0;
	margin: 0;
	list-style: none;
}

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

.im-hover::after,
.footer-style-01 .footer-link ul.ft-link li a::after,
.footer-style-01 .ft-text p a::after,
.header-area .header-wrapper a.rn-btn,
.mainmenunav ul.mainmenu>li>a,
.mainmenunav ul.mainmenu>li>ul.submenu,
.mainmenunav ul.mainmenu>li>ul.submenu li a,
.btn-transparent,
.btn-transparent::after,
.btn-transparent-white,
.btn-transparent-white::after,
a.rn-btn,
button.rn-btn,
ul.social-share li a,
.portfolio,
.portfolio .thumbnail-inner::before,
.portfolio .thumbnail::after,
.portfolio .bg-blr-image,
.portfolio .content .inner .portfolio-button,
.portfolio-sacousel-inner .slick-dots li button::after,
.rn-slick-dot .slick-dots li button::after,
.portfolio-style--3,
.portfolio-style--3 .thumbnail a img,
.portfolio-style--3 .thumbnail a::after,
.portfolio-style--3 .content,
.portfolio-style--3 .content::before,
.portfolio-style--3 .content h4.title a,
.portfolio-style--3 .content .portfolio-btn,
.item-portfolio-static .thumbnail a img,
.item-portfolio-static .thumbnail img,
.service-main-wrapper .service.service__style--1,
.service-main-wrapper .service.service__style--2 .icon,
.service-main-wrapper .service.service__style--2 .content h3.title,
.service-main-wrapper .service.service__style--2 .content p,
.standard-service .content h3 a,
ul.testimonial-thumb-wrapper li .thumb img,
ul.testimonial-thumb-wrapper li .thumb::after,
ul.brand-list li,
ul.brand-list li img,
.team .thumbnail img,
.rn-address .inner p a,
input,
textarea,
.rn-pricing .pricing-table-inner .pricing-footer a.rn-btn,
.blog-style--1,
.blog-style--1 .thumbnail a img,
.blog-style--1 .thumbnail a::after,
.blog-style--1 .content,
.blog-style--1 .content::before,
.blog-style--1 .content h4.title a,
.blog-style--1 .content .blog-btn,
.im_box .content .title a,
.footer-style-01 .footer-link ul.ft-link li a,
.related-work .inner h4 a {
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.rn-progress-bar .single-progress .title,
.rn-progress-bar .single-progress .label,
.about-us-list h3.title {
	font-weight: 500;
}

.section-title-default h2.title {
	font-weight: 400;
}

.fontWeight900 {
	font-weight: 900 !important;
}

.fontWeight800 {
	font-weight: 800 !important;
}

.fontWeight700 {
	font-weight: 700 !important;
}

.fontWeight600 {
	font-weight: 600 !important;
}

.fontWeight500 {
	font-weight: 500 !important;
}

.fontWeight400 {
	font-weight: 400 !important;
}

.fontWeight300 {
	font-weight: 300 !important;
}

.service-main-wrapper .service.service__style--1,
.service-main-wrapper .service.service__style--2 {
	position: relative;
}

.textUpper {
	text-transform: uppercase;
}

.textCap {
	text-transform: capitalize;
}

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

.bg_image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.text-default-gradient {
	background: linear-gradient(to right, var(--color-primary) 50%, var(--color-secondary) 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bg-theme-gradient,
.im-hover::after,
.footer-style-01 .footer-link ul.ft-link li a::after,
.footer-style-01 .ft-text p a::after,
.btn-transparent::after,
.btn-transparent-white::after {
	background: linear-gradient(120deg, /*#1C99FE*/#4169E1 20.69%, #7644FF 50.19%, var(--color-primary) 79.69%);
}

.theme-gradient,
.btn-transparent,
.btn-transparent-white,
.section-title span.subtitle {
	background: var(--color-primary);
	background: linear-gradient(120deg, /*#1C99FE*/#4169E1 20.69%, #7644FF 50.19%, var(--color-primary) 79.69%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.im-hover,
.footer-style-01 .footer-link ul.ft-link li a,
.footer-style-01 .ft-text p a {
	position: relative;
}

.im-hover::after,
.footer-style-01 .footer-link ul.ft-link li a::after,
.footer-style-01 .ft-text p a::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
}

.im-hover:hover::after,
.footer-style-01 .footer-link ul.ft-link li a.active::after,
.footer-style-01 .footer-link ul.ft-link li a:hover::after,
.footer-style-01 .ft-text p a:hover::after {
	width: 100%;
}

.theme-color {
	color: var(--color-primary) !important;
}

.font-700 {
	font-weight: 700 !important;
}

.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(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.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(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.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, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.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, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.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(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
		transform: skewX(0.39063deg) skewY(0.39063deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg);
	}
}

@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(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
		transform: skewX(0.39063deg) skewY(0.39063deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg);
	}
}

.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(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.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(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.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(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.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(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.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(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.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(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.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(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.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(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.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(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.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(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.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(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.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(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 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(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 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, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 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(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.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(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.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;
	}
}

.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(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

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

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

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

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

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

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

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

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

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

@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	to {
		opacity: 0;
	}
}

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

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

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

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.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(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.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;
}

.animated {
	opacity: 0;
	transform: translateY(200%);
	-webkit-transform: translateY(200%);
}

.animated.bmw {
	transform: translate(0px, 0px);
	opacity: 1;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1260px;
	}
}

.hidden {
	display: none;
}

.fix {
	overflow: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.poss_relative {
	position: relative;
}

.poss_absolute {
	position: absolute;
}

.lineheight--1 {
	line-height: 1 !important;
}

.lineheight--1-5 {
	line-height: 1.5 !important;
}

.lineheight--1-8 {
	line-height: 1.8 !important;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.wrapper {
	position: relative;
	overflow: hidden;
}

.theme-color {
	color: var(--color-primary);
}

.rn-text-white {
	color: #c6c9d8 !important;
}

.im-separator {
	position: relative;
}

.im-separator::after {
	position: absolute;
	content: "";
	background-color: var(--color-opacity-1);
	max-width: 1230px;
	height: 1px;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 0;
}

.bg_color--1 {
	background: #fff;
}

.bg_color--2 {
	background: var(--color-primary);
}

.bg_color--3 {
	background: #FAFAFB;
}

.bg_color--4 {
	background: #1a1b1f;
}

.bg_color--5 {
	background: #f9f9f9;
}

.bg_color--6 {
	background: #010001;
}

.bg_color--7 {
	background: var(--color-midgray);
}

.bg_color--8 {
	background: #0e1525;
}

.bg_color--9 {
	background: #091020;
}

.bg_color--10 {
	background: #151515;
}

.bg_overlay:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #010001;
	opacity: 0.57;
}

.bg_overlay {
	position: relative;
}

.bg_image--1 {
	background-image: url(/assets/images/bg/bg-image-1.jpg) !important;
}

.bg_image--2 {
	background-image: url(/assets/images/bg/bg-image-2.jpg) !important;
}

.bg_image--3 {
	background-image: url(/assets/images/bg/bg-image-3.jpg) !important;
}

.bg_image--4 {
	background-image: url(/assets/images/bg/bg-image-4.jpg) !important;
}

.bg_image--5 {
	background-image: url(/assets/images/bg/bg-image-5.jpg) !important;
}

.bg_image--6 {
	background-image: url(/assets/images/bg/bg-image-6.jpg) !important;
}

.bg_image--7 {
	background-image: url(/assets/images/bg/bg-image-7.jpg) !important;
}

.bg_image--8 {
	background-image: url(/assets/images/bg/bg-image-8.jpg) !important;
}

.bg_image--9 {
	background-image: url(/assets/images/bg/bg-image-9.jpg) !important;
}

.bg_image--10 {
	background-image: url(/assets/images/bg/bg-image-10.jpg) !important;
}

.bg_image--11 {
	background-image: url(/assets/images/bg/bg-image-11.jpg) !important;
}

.bg_image--12 {
	background-image: url(/assets/images/bg/bg-image-12.jpg) !important;
}

.bg_image--13 {
	background-image: url(/assets/images/bg/bg-image-13.jpg) !important;
}

.bg_image--14 {
	background-image: url(/assets/images/bg/bg-image-14.jpg) !important;
}

.bg_image--15 {
	background-image: url(/assets/images/bg/bg-image-15.jpg) !important;
}

.bg_image--16 {
	background-image: url(/assets/images/bg/bg-image-16.jpg) !important;
}

.bg_image--17 {
	background-image: url(/assets/images/bg/bg-image-17.jpg) !important;
}

.bg_image--18 {
	background-image: url(/assets/images/bg/bg-image-18.jpg) !important;
}

.bg_image--19 {
	background-image: url(/assets/images/bg/bg-image-19.jpg) !important;
}

.bg_image--20 {
	background-image: url(/assets/images/bg/bg-image-20.jpg) !important;
}

.bg_image--21 {
	background-image: url(/assets/images/bg/bg-image-21.jpg) !important;
}

.bg_image--22 {
	background-image: url(/assets/images/bg/bg-image-22.jpg) !important;
}

.bg_image--23 {
	background-image: url(/assets/images/bg/bg-image-23.jpg) !important;
}

.bg_image--24 {
	background-image: url(/assets/images/bg/bg-image-24.jpg) !important;
}

.bg_image--25 {
	background-image: url(/assets/images/bg/bg-image-25.jpg) !important;
}

.bg_image--26 {
	background-image: url(/assets/images/bg/bg-image-26.jpg) !important;
}

.bg_image--27 {
	background-image: url(/assets/images/bg/bg-image-27.jpg) !important;
}

.bg_image--28 {
	background-image: url(/assets/images/bg/bg-image-28.jpg) !important;
}

.bg_image--29 {
	background-image: url(/assets/images/bg/bg-image-29.jpg) !important;
}

.bg_image--30 {
	background-image: url(/assets/images/bg/bg-image-30.jpg) !important;
}

.bg_image--31 {
	background-image: url(/assets/images/bg/bg-image-31.jpg) !important;
}

.bg_image--32 {
	background-image: url(/assets/images/bg/bg-image-32.jpg) !important;
}

.bg_image--33 {
	background-image: url(/assets/images/bg/bg-image-33.jpg) !important;
}

.bg_image--34 {
	background-image: url(/assets/images/bg/bg-image-34.jpg) !important;
}

.bg_image--35 {
	background-image: url(/assets/images/bg/bg-image-35.jpg) !important;
}

.font--1 {
	font-size: 1px !important;
}

.font--2 {
	font-size: 2px !important;
}

.font--3 {
	font-size: 3px !important;
}

.font--4 {
	font-size: 4px !important;
}

.font--5 {
	font-size: 5px !important;
}

.font--6 {
	font-size: 6px !important;
}

.font--7 {
	font-size: 7px !important;
}

.font--8 {
	font-size: 8px !important;
}

.font--9 {
	font-size: 9px !important;
}

.font--10 {
	font-size: 10px !important;
}

.font--11 {
	font-size: 11px !important;
}

.font--12 {
	font-size: 12px !important;
}

.font--13 {
	font-size: 13px !important;
}

.font--14 {
	font-size: 14px !important;
}

.font--15 {
	font-size: 15px !important;
}

.font--16 {
	font-size: 16px !important;
}

.font--17 {
	font-size: 17px !important;
}

.font--18 {
	font-size: 18px !important;
}

.font--19 {
	font-size: 19px !important;
}

.font--20 {
	font-size: 20px !important;
}

.font--21 {
	font-size: 21px !important;
}

.font--22 {
	font-size: 22px !important;
}

.font--23 {
	font-size: 23px !important;
}

.font--24 {
	font-size: 24px !important;
}

.font--25 {
	font-size: 25px !important;
}

.font--26 {
	font-size: 26px !important;
}

.font--27 {
	font-size: 27px !important;
}

.font--28 {
	font-size: 28px !important;
}

.font--29 {
	font-size: 29px !important;
}

.font--30 {
	font-size: 30px !important;
}

.font--31 {
	font-size: 31px !important;
}

.font--32 {
	font-size: 32px !important;
}

.font--33 {
	font-size: 33px !important;
}

.font--34 {
	font-size: 34px !important;
}

.font--35 {
	font-size: 35px !important;
}

.font--36 {
	font-size: 36px !important;
}

.font--37 {
	font-size: 37px !important;
}

.font--38 {
	font-size: 38px !important;
}

.font--39 {
	font-size: 39px !important;
}

.font--40 {
	font-size: 40px !important;
}

.font--41 {
	font-size: 41px !important;
}

.font--42 {
	font-size: 42px !important;
}

.font--43 {
	font-size: 43px !important;
}

.font--44 {
	font-size: 44px !important;
}

.font--45 {
	font-size: 45px !important;
}

.font--46 {
	font-size: 46px !important;
}

.font--47 {
	font-size: 47px !important;
}

.font--48 {
	font-size: 48px !important;
}

.font--49 {
	font-size: 49px !important;
}

.font--50 {
	font-size: 50px !important;
}

.font--51 {
	font-size: 51px !important;
}

.font--52 {
	font-size: 52px !important;
}

.font--53 {
	font-size: 53px !important;
}

.font--54 {
	font-size: 54px !important;
}

.font--55 {
	font-size: 55px !important;
}

.font--56 {
	font-size: 56px !important;
}

.font--57 {
	font-size: 57px !important;
}

.font--58 {
	font-size: 58px !important;
}

.font--59 {
	font-size: 59px !important;
}

.font--60 {
	font-size: 60px !important;
}

.font--61 {
	font-size: 61px !important;
}

.font--62 {
	font-size: 62px !important;
}

.font--63 {
	font-size: 63px !important;
}

.font--64 {
	font-size: 64px !important;
}

.font--65 {
	font-size: 65px !important;
}

.font--66 {
	font-size: 66px !important;
}

.font--67 {
	font-size: 67px !important;
}

.font--68 {
	font-size: 68px !important;
}

.font--69 {
	font-size: 69px !important;
}

.font--70 {
	font-size: 70px !important;
}

.font--71 {
	font-size: 71px !important;
}

.font--72 {
	font-size: 72px !important;
}

.font--73 {
	font-size: 73px !important;
}

.font--74 {
	font-size: 74px !important;
}

.font--75 {
	font-size: 75px !important;
}

.font--76 {
	font-size: 76px !important;
}

.font--77 {
	font-size: 77px !important;
}

.font--78 {
	font-size: 78px !important;
}

.font--79 {
	font-size: 79px !important;
}

.font--80 {
	font-size: 80px !important;
}

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

.text-italic {
	font-style: italic;
}

.text-normal {
	font-style: normal;
}

.text-underline {
	font-style: underline;
}

.fullscreen {
	min-height: 100vh;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.fullscreen {
		/*min-height: auto;*/
	}
}

.fullscreen.empty-div {
	pointer-events: none;
	background: transparent;
}

.row--0 {
	margin-left: -0px;
	margin-right: -0px;
}

.row--0>[class*="col"] {
	padding-left: 0px;
	padding-right: 0px;
}

.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--35 {
	margin-left: -35px;
	margin-right: -35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.row--35 {
		margin-left: -25px;
		margin-right: -25px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.row--35 {
		margin-left: -25px;
		margin-right: -25px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.row--35 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (max-width: 767px) {
	.row--35 {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}

.row--35>[class*="col"],
.row--35>[class*="col-"] {
	padding-left: 35px;
	padding-right: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

	.row--35>[class*="col"],
	.row--35>[class*="col-"] {
		padding-left: 25px;
		padding-right: 25px;
	}
}

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

	.row--35>[class*="col"],
	.row--35>[class*="col-"] {
		padding-left: 25px;
		padding-right: 25px;
	}
}

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

	.row--35>[class*="col"],
	.row--35>[class*="col-"] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

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

	.row--35>[class*="col"],
	.row--35>[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: -25px;
		margin-right: -25px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.row--25 {
		margin-left: -25px;
		margin-right: -25px;
	}
}

@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: 25px;
		padding-right: 25px;
	}
}

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

	.row--25>[class*="col"],
	.row--25>[class*="col-"] {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@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;
	}
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	-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],
[data-theme-overlay] {
	position: relative;
	z-index: 1;
}

[data-overlay]>div,
[data-overlay]>*,
[data-black-overlay]>div,
[data-black-overlay]>*,
[data-white-overlay]>div,
[data-white-overlay]>*,
[data-theme-overlay]>div,
[data-theme-overlay]>* {
	position: relative;
	z-index: 1;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before,
[data-theme-overlay]:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

[data-overlay]:before {
	background-color: var(--color-primary);
}

[data-black-overlay]:before {
	background-color: #010001;
}

[data-white-overlay]:before {
	background-color: #b4abab;
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
	opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
	opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
	opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
	opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
	opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
	opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
	opacity: 0.7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
	opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
	opacity: 0.9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
	opacity: 1;
}

#scrollUp {
	width: 40px;
	height: 40px;
	background-color: var(--color-primary);
	border: 3px solid #eeeeee;
	color: #1f1f25;
	right: 20px;
	bottom: 60px;
	text-align: center;
	overflow: hidden;
	border-radius: 50px;
	z-index: 9811 !important;
}

@media only screen and (max-width: 767px) {
	#scrollUp {
		display: none !important;
	}
}

#scrollUp i {
	display: block;
	line-height: 34px;
	font-size: 22px;
}

#scrollUp:hover i {
	animation-name: fadeInUp;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
}

.form-message {
	margin-bottom: 0;
	text-align: center;
}

.form-message.error {
	margin-top: 20px;
	color: #f80707;
}

.form-message.success {
	margin-top: 20px;
	color: #0d8d2d;
}

.thumb img,
.thumbnail img {
	border-radius: 6px;
}

img.react-parallax-bgimage {
	object-fit: contain;
}

.letterspacing--2 {
	letter-spacing: 2px;
}

.pra {
	font-size: 18px;
	line-height: 2em;
}

@media only screen and (max-width: 767px) {
	.pra {
		font-size: 14px;
		line-height: 24px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.plr--120 {
		padding: 0 60px !important;
	}
}

@media only screen and (max-width: 767px) {
	.plr--120 {
		padding: 0 30px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.plr--120 {
		padding: 0 60px !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.plr--120 {
		padding: 0 60px !important;
	}
}

@media only screen and (max-width: 767px) {
	.plr--120 {
		padding: 0 30px !important;
	}
}

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

.mt_dec--20 {
	margin-top: -20px;
}

.mt_dec--10 {
	margin-top: -10px;
}

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

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

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

.plr--270 {
	padding: 0 270px;
}

.plr--300 {
	padding: 0 300px;
}

.plr--340 {
	padding: 0 340px;
}

.ptb--300 {
	padding: 300px 0;
}

.ptb--340 {
	padding: 340px 0;
}

.ptb--450 {
	padding: 450px 0;
}

.plr_dec--15 {
	margin: 0 -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.pt--120,
	.pt--140,
	.pt--110 {
		padding-top: 60px !important;
	}
}

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

	.pt--120,
	.pt--140,
	.pt--110 {
		padding-top: 80px !important;
	}
}

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

	.pb--120,
	.pb--110,
	.pb--110,
	.pb--190 {
		padding-bottom: 60px !important;
	}
}

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

	.pb--120,
	.pb--110,
	.pb--110,
	.pb--190 {
		padding-bottom: 80px !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;
	}

	.plr_lg--5 {
		padding: 0 5px;
	}

	.pt_lg--5 {
		padding-top: 5px;
	}

	.pb_lg--5 {
		padding-bottom: 5px;
	}

	.pl_lg--5 {
		padding-left: 5px;
	}

	.pr_lg--5 {
		padding-right: 5px;
	}

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

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

	.ptb_lg--10 {
		padding: 10px 0;
	}

	.plr_lg--10 {
		padding: 0 10px;
	}

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

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

	.pl_lg--10 {
		padding-left: 10px;
	}

	.pr_lg--10 {
		padding-right: 10px;
	}

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

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

	.ptb_lg--15 {
		padding: 15px 0;
	}

	.plr_lg--15 {
		padding: 0 15px;
	}

	.pt_lg--15 {
		padding-top: 15px;
	}

	.pb_lg--15 {
		padding-bottom: 15px;
	}

	.pl_lg--15 {
		padding-left: 15px;
	}

	.pr_lg--15 {
		padding-right: 15px;
	}

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

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

	.ptb_lg--20 {
		padding: 20px 0;
	}

	.plr_lg--20 {
		padding: 0 20px;
	}

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

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

	.pl_lg--20 {
		padding-left: 20px;
	}

	.pr_lg--20 {
		padding-right: 20px;
	}

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

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

	.ptb_lg--25 {
		padding: 25px 0;
	}

	.plr_lg--25 {
		padding: 0 25px;
	}

	.pt_lg--25 {
		padding-top: 25px;
	}

	.pb_lg--25 {
		padding-bottom: 25px;
	}

	.pl_lg--25 {
		padding-left: 25px;
	}

	.pr_lg--25 {
		padding-right: 25px;
	}

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

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

	.ptb_lg--30 {
		padding: 30px 0;
	}

	.plr_lg--30 {
		padding: 0 30px;
	}

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

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

	.pl_lg--30 {
		padding-left: 30px;
	}

	.pr_lg--30 {
		padding-right: 30px;
	}

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

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

	.ptb_lg--35 {
		padding: 35px 0;
	}

	.plr_lg--35 {
		padding: 0 35px;
	}

	.pt_lg--35 {
		padding-top: 35px;
	}

	.pb_lg--35 {
		padding-bottom: 35px;
	}

	.pl_lg--35 {
		padding-left: 35px;
	}

	.pr_lg--35 {
		padding-right: 35px;
	}

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

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

	.ptb_lg--40 {
		padding: 40px 0;
	}

	.plr_lg--40 {
		padding: 0 40px;
	}

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

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

	.pl_lg--40 {
		padding-left: 40px;
	}

	.pr_lg--40 {
		padding-right: 40px;
	}

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

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

	.ptb_lg--45 {
		padding: 45px 0;
	}

	.plr_lg--45 {
		padding: 0 45px;
	}

	.pt_lg--45 {
		padding-top: 45px;
	}

	.pb_lg--45 {
		padding-bottom: 45px;
	}

	.pl_lg--45 {
		padding-left: 45px;
	}

	.pr_lg--45 {
		padding-right: 45px;
	}

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

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

	.ptb_lg--50 {
		padding: 50px 0;
	}

	.plr_lg--50 {
		padding: 0 50px;
	}

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

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

	.pl_lg--50 {
		padding-left: 50px;
	}

	.pr_lg--50 {
		padding-right: 50px;
	}

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

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

	.ptb_lg--55 {
		padding: 55px 0;
	}

	.plr_lg--55 {
		padding: 0 55px;
	}

	.pt_lg--55 {
		padding-top: 55px;
	}

	.pb_lg--55 {
		padding-bottom: 55px;
	}

	.pl_lg--55 {
		padding-left: 55px;
	}

	.pr_lg--55 {
		padding-right: 55px;
	}

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

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

	.ptb_lg--60 {
		padding: 60px 0;
	}

	.plr_lg--60 {
		padding: 0 60px;
	}

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

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

	.pl_lg--60 {
		padding-left: 60px;
	}

	.pr_lg--60 {
		padding-right: 60px;
	}

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

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

	.ptb_lg--65 {
		padding: 65px 0;
	}

	.plr_lg--65 {
		padding: 0 65px;
	}

	.pt_lg--65 {
		padding-top: 65px;
	}

	.pb_lg--65 {
		padding-bottom: 65px;
	}

	.pl_lg--65 {
		padding-left: 65px;
	}

	.pr_lg--65 {
		padding-right: 65px;
	}

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

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

	.ptb_lg--70 {
		padding: 70px 0;
	}

	.plr_lg--70 {
		padding: 0 70px;
	}

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

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

	.pl_lg--70 {
		padding-left: 70px;
	}

	.pr_lg--70 {
		padding-right: 70px;
	}

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

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

	.ptb_lg--75 {
		padding: 75px 0;
	}

	.plr_lg--75 {
		padding: 0 75px;
	}

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

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

	.pl_lg--75 {
		padding-left: 75px;
	}

	.pr_lg--75 {
		padding-right: 75px;
	}

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

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

	.ptb_lg--80 {
		padding: 80px 0;
	}

	.plr_lg--80 {
		padding: 0 80px;
	}

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

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

	.pl_lg--80 {
		padding-left: 80px;
	}

	.pr_lg--80 {
		padding-right: 80px;
	}

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

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

	.ptb_lg--85 {
		padding: 85px 0;
	}

	.plr_lg--85 {
		padding: 0 85px;
	}

	.pt_lg--85 {
		padding-top: 85px;
	}

	.pb_lg--85 {
		padding-bottom: 85px;
	}

	.pl_lg--85 {
		padding-left: 85px;
	}

	.pr_lg--85 {
		padding-right: 85px;
	}

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

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

	.ptb_lg--90 {
		padding: 90px 0;
	}

	.plr_lg--90 {
		padding: 0 90px;
	}

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

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

	.pl_lg--90 {
		padding-left: 90px;
	}

	.pr_lg--90 {
		padding-right: 90px;
	}

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

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

	.ptb_lg--95 {
		padding: 95px 0;
	}

	.plr_lg--95 {
		padding: 0 95px;
	}

	.pt_lg--95 {
		padding-top: 95px;
	}

	.pb_lg--95 {
		padding-bottom: 95px;
	}

	.pl_lg--95 {
		padding-left: 95px;
	}

	.pr_lg--95 {
		padding-right: 95px;
	}

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

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

	.ptb_lg--100 {
		padding: 100px 0;
	}

	.plr_lg--100 {
		padding: 0 100px;
	}

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

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

	.pl_lg--100 {
		padding-left: 100px;
	}

	.pr_lg--100 {
		padding-right: 100px;
	}

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

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.ptb_md--0 {
		padding: 0;
	}

	.pl_md--0 {
		padding-left: 0;
	}

	.pr_md--0 {
		padding-right: 0;
	}

	.pt_md--0 {
		padding-top: 0;
	}

	.pb_md--0 {
		padding-bottom: 0;
	}

	.mr_md--0 {
		margin-right: 0;
	}

	.ml_md--0 {
		margin-left: 0;
	}

	.mt_md--0 {
		margin-top: 0;
	}

	.mb_md--0 {
		margin-bottom: 0;
	}

	.ptb_md--250 {
		padding: 250px 0;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-area .header-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0;
	flex-wrap: wrap;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-area .header-wrapper {
		padding: 30px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .header-wrapper {
		padding: 30px 0;
	}
}

@media only screen and (max-width: 767px) {
	.header-area .header-wrapper {
		padding: 10px 0 !important;
	}
}

@media only screen and (max-width: 575px) {
	.header-area .header-wrapper {
		padding: 0 !important;
	}
}

.header-area .header-wrapper .header-hamberger {
	display: flex;
	align-items: center;
}

.header-area .header-wrapper .header-hamberger .hamberger {
	margin-right: 27px;
}

.header-area .header-wrapper a.rn-btn {
	padding: 0 25px;
	height: 46px;
	display: inline-block;
	line-height: 42px;
	border: 2px solid #b1b4c1;
	border-radius: 6px;
	color: #c6c9d8;
	font-size: 14px;
	position: relative;
	z-index: 2;
}

.header-area .header-wrapper a.rn-btn.theme-color {
	border-color: var(--color-primary);
	color: var(--color-primary);
}

@media only screen and (max-width: 767px) {
	.header-area .header-wrapper a.rn-btn {
		padding: 0 11px;
		height: 39px;
		line-height: 33px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 575px) {
	.header-area .header-wrapper a.rn-btn {
		height: 34px;
		line-height: 29px;
	}
}

.header-area .header-wrapper a.rn-btn::before {
	display: none;
}

.header-area .header-wrapper a.rn-btn:hover {
	border-color: transparent;
	transform: translateY(-3px);
	color: #ffffff;
	border: 2px solid var(--color-primary);
	background: var(--color-primary);
	border-radius: 6px;
}

@media only screen and (max-width: 767px) {
	.header-area .header-wrapper a.rn-btn {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.header-area .header-wrapper .logo a img {
		/*width: 120px;*/
	}
}

.header-area.header--sticky {
	position: fixed;
	top: 0;
	z-index: 999;
	padding-left: 50px;
	padding-right: 50px;
	width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-area.header--sticky {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area.header--sticky {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.header-area.header--sticky {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.header-area.header--sticky .mainmenunav ul.mainmenu>li>a {
	position: relative;
	background: transparent;
}

.header-area.header--sticky .mainmenunav ul.mainmenu>li>a::after {
	position: absolute;
	content: "";
	left: 0;
	width: 0;
	height: 3px;
	background: var(--color-primary);
	-webkit-transition: .3s;
	transition: .3s;
	bottom: 0;
}

.header-area.header--sticky .mainmenunav ul.mainmenu>li>a.active,
.header-area.header--sticky .mainmenunav ul.mainmenu>li>a:hover {
	background: transparent;
	color: var(--color-primary);
}

.header-area.header--sticky .mainmenunav ul.mainmenu>li>a.active::after,
.header-area.header--sticky .mainmenunav ul.mainmenu>li>a:hover::after {
	width: 100% !important;
}

.header-area.header--sticky.sticky {
	background: #ffffff;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
	animation: headerSlideDown .95s ease forwards;
}

.header-area.header--sticky.sticky .header-wrapper {
	padding: 0px;
}

.header-area.header--sticky.sticky .header-wrapper a.rn-btn {
	color: var(--color-heading);
	border-color: var(--color-heading);
}

.header-area.header--sticky.sticky .header-wrapper a.rn-btn:hover {
	background: var(--color-primary);
	border-color: var(--color-primary);
	color: #ffffff;
}

.header-area.header--sticky.sticky .header-wrapper .mainmenunav ul.mainmenu>li>a {
	padding: 22px 0;
	color: var(--color-heading);
}

.header-area.header--sticky.sticky .header-wrapper .mainmenunav ul.mainmenu>li>a.active,
.header-area.header--sticky.sticky .header-wrapper .mainmenunav ul.mainmenu>li>a:hover {
	color: var(--color-primary) !important;
}

.header-area.header--sticky.sticky .header-wrapper .mainmenunav ul.mainmenu>li>a.active::after,
.header-area.header--sticky.sticky .header-wrapper .mainmenunav ul.mainmenu>li>a:hover::after {
	width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area.header--sticky.sticky .header-wrapper .mainmenunav ul.mainmenu>li>a {
		padding: 0px 0;
	}
}

@media only screen and (max-width: 767px) {
	.header-area.header--sticky.sticky .header-wrapper .mainmenunav ul.mainmenu>li>a {
		padding: 0px 0;
	}
}

.header-area.header--sticky.sticky .logo a img {
	height: 50px;
}

@media only screen and (max-width: 767px) {
	.header-area.header--sticky.sticky .logo a img {
		height: auto;
	}
}

.header-area.header--sticky.sticky .logo a img.logo-1 {
	display: none;
}

.header-area.header--sticky.sticky .logo a img.logo-2 {
	display: block;
}

.header-area.header--sticky.sticky .humberger-menu span.text-white {
	color: var(--color-heading) !important;
}

.header-area.color-white a.rn-btn {
	border: 2px solid #ffffff;
	color: #ffffff;
}

.header-area.color-black a.rn-btn {
	border: 2px solid rgba(29, 29, 36, 0.5);
	color: #1d1d24;
}

.header-area.header--static {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.header-area.header--static {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.header-area.header--static .header-wrapper {
	padding: 7px 0;
}

@media only screen and (max-width: 767px) {
	.header-area.header--static .header-wrapper .logo a img {
		width: auto;
	}
}

.header-area.header--static .header-wrapper a.btn-default,
.header-area.header--static .header-wrapper button.btn-default {
	padding: 13px 30px;
}

.header-area.header--fixed {
	position: absolute;
	top: 0;
	z-index: 999;
	padding-left: 50px;
	padding-right: 50px;
	width: 100%;
	background: transparent;
	transition: 0.3s;
}

@media only screen and (max-width: 1199px) {
	.header-area.header--fixed {
		padding: 10px 15px;
	}
}

.header-area.header--fixed .header-wrapper {
	padding: 20px 0;
	transition: 0.3s;
}

.header-area.header--fixed .header-wrapper .logo a img {
	transition: 0.5s;
}

.header-area.header--fixed .header-wrapper .logo a img.logo-1 {
	display: block;
}

.header-area.header--fixed .header-wrapper .logo a img.logo-2 {
	display: none;
}

.header-area.header--fixed .header-wrapper .mainmenunav ul.mainmenu>li>a {
	position: relative;
}

.header-area.header--fixed .header-wrapper .mainmenunav ul.mainmenu>li>a::after {
	position: absolute;
	content: "";
	left: 0;
	width: 0;
	height: 3px;
	background: var(--color-primary);
	transition: 0.3s;
	bottom: 0;
}

.header-area.header--fixed .header-wrapper .mainmenunav ul.mainmenu>li>a>svg {
	width: 14px;
}

.header-area.header--fixed .header-wrapper .mainmenunav ul.mainmenu>li.is-current a {
	color: var(--color-primary);
}

.header-area.header--fixed .header-wrapper .mainmenunav ul.mainmenu>li.is-current a::after {
	width: 100%;
}

.header-area.header--fixed.default-color.sticky .mainmenunav ul.mainmenu>li>a {
	color: var(--color-heading);
}

.header-area.header--fixed.default-color.sticky .mainmenunav ul.mainmenu>li.is-current a {
	color: var(--color-primary);
}

.header-area.header--fixed.default-color.sticky .mainmenunav ul.mainmenu>li.is-current a::after {
	width: 100%;
}

.header-area.header--fixed.sticky {
	position: fixed;
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header-area.header--fixed.sticky .header-wrapper {
	padding: 0px !important;
}

.header-area.header--fixed.sticky .header-wrapper a.rn-btn {
	color: var(--color-heading);
	border-color: var(--color-heading);
}

.header-area.header--fixed.sticky .header-wrapper a.rn-btn:hover {
	color: #ffffff;
	border-color: var(--color-primary);
}

.header-area.header--fixed.sticky .logo a img {
	height: 50px;
}

.header-area.header--fixed.sticky .logo a img.logo-1 {
	display: none;
}

.header-area.header--fixed.sticky .logo a img.logo-2 {
	display: block;
}

.header-area.header--fixed.sticky .logo span.text-white,
.header-area.header--fixed.sticky .humberger-menu span.text-white {
	/*color: var(--color-heading) !important;*/
}

.header-area.header--transparent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: auto;
	padding-left: 50px;
	padding-right: 50px;
	z-index: 999;
}

.header-area.header--transparent .header-wrapper {
	padding: 30px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-area.header--transparent {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.header-area.header--transparent {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.header-area.header--transparent {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.header-area.sticky a.btn-default.btn-border.btn-opacity,
.header-area.header--static a.btn-default.btn-border.btn-opacity,
.header-area.color-black a.btn-default.btn-border.btn-opacity {
	color: #1d1d24;
	border-color: #1d1d24;
}

.header-area.sticky a.btn-default.btn-border.btn-opacity:hover,
.header-area.header--static a.btn-default.btn-border.btn-opacity:hover,
.header-area.color-black a.btn-default.btn-border.btn-opacity:hover {
	color: #ffffff;
	border-color: var(--color-primary);
}

.header-area.sticky a.btn-default,
.header-area.sticky button.btn-default {
	padding: 10px 27px;
}

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

	.header-area.sticky a.btn-default,
	.header-area.sticky button.btn-default {
		padding: 7px 16px;
	}
}

.header-area.color-black .humberger-menu span.text-white {
	color: var(--color-heading) !important;
}

.header-area.logoresize .logo a img {
	height: 58px;
	width: auto !important;
}

@media only screen and (max-width: 575px) {
	.header-area.logoresize .logo a img {
		height: auto;
	}
}

.header-area .logo a {
	display: block;
}

.header-area .logo a img {
	max-height: 60px;
}

.logo .logo-text {
	line-height: 1;
	padding-bottom: 5px;
}

.logo .logo-text-desc {
	color: var(--color-light);
	line-height: 1;
	letter-spacing: .3px;
	font-size: .6em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-area a.btn-default {
		font-size: 14px;
		letter-spacing: 0;
		padding: 10px 27px;
	}
}

@media only screen and (max-width: 767px) {
	.header-area a.btn-default {
		font-size: 14px;
		letter-spacing: 0;
		padding: 7px 16px;
	}
}

.header-right {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.header-phone {
	font-size: .85em;
}

.header-phone a {
	color: var(--color-white);
}

.header-phone a:hover {
	color: var(--color-primary) !important;
}

.header-lang {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;

    /*width: 135px;*/
    position: relative;
    border: 2px solid var(--color-opacity-1);
    padding: 5px;
    border-radius: 50px;
    margin-left: auto;
    transition: .3s ease;
}

.header-lang a {
    display: block;
    color: var(--color-opacity-1);
    padding: 6px 15px;
    font-weight: 500;
    transition: .6s ease;

    z-index: 1;
}

.header-lang a.active,
.header-lang a:hover {
    color: #fff;
}

.header-lang:hover {
    border-color: var(--color-primary) !important;
}

.header-lang:hover a {
    /*color: var(--color-primary) !important;*/
}

.header-lang a:hover {
    color: #fff !important;
}

.header-lang .lang-bg {
    position: absolute;
    top: 6px;
    left: 6px;
    bottom: 6px;
    width: calc(50% - 6px);
    border-radius: 50px;
    background-color: var(--color-primary);
    transition: .4s ease;
}

.header-lang a:nth-child(1):hover ~ .lang-bg {
    left: 6px !important;
}

.header-lang a.active:nth-child(2) ~ .lang-bg,
.header-lang a:nth-child(2):hover ~ .lang-bg {
    left: 50%;
}

.header-area.header--sticky.sticky .header-lang {
	border-color: var(--color-primary) !important;
	padding: 3px;
}

.header-area.header--sticky.sticky .header-lang a {
	   padding: 4px 15px;
}

.header-area.header--sticky.sticky .header-phone a,
.header-area.header--sticky.sticky .header-lang:hover a,
.header-area.header--sticky.sticky .header-lang a:not(.active) {
    color: var(--color-gray);
}

.header-right .header-phone,
.header-right .header-lang,
.header-right .header-btn {
	margin-left: 30px;
}

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

	.header-phone-container {
		margin-right: 20px;
	}

	.header-phone {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 100%;
		right: 0;
		padding: 0;
		/*min-width: 220px;*/
		background-color: #fff;
		box-shadow: 0 0 10px 0 rgb(149 161 158 / 70%);
		border-radius: 6px;
		transition: .5s ease;
		transform: translateY(0);
		opacity: 0;
		visibility: hidden;
	}

	.header-phone.active {
		transform: translateY(20px);
		opacity: 1;
		visibility: visible;
	}

	.header-phone a {
		color: var(--color-gray);
		padding: 12px 16px;
		white-space: nowrap;
	}

	.header-phone a svg {
		color: green;
	}

	.header-phone a:not(:last-child){
		border-bottom: 1px solid var(--color-lighter);
	}

	.header-phone a span {
		padding-left: 6px;
	}

	.header-phone a:hover {
		color: green !important;
	}
}

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

	.header-phone-container {
		margin-right: 10px;
	}
}

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

	.header-phone-container {
		margin-right: 5px;
	}
}

.rn-popup-mobile-menu .header-lang {
	margin-right: 15px;
	border-color: var(--color-primary);
}

.rn-popup-mobile-menu .header-lang a {
	padding: 4px 10px;
	font-size: 14px;
}

.rn-popup-mobile-menu .header-lang a,
.rn-popup-mobile-menu .header-lang:hover a {
	color: var(--color-gray);
}

.rn-popup-mobile-menu .header-lang a.active,
.rn-popup-mobile-menu .header-lang a:hover {
	color: #fff;
}

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

	.header-right .header-phone,
	.header-right .header-lang,
	.header-right .header-btn {
		margin-left: 30px;
	}
}

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

	.header-right .header-phone,
	.header-right .header-lang,
	.header-right .header-btn {
		margin-left: 20px;
	}
}

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

	.header-right .header-phone,
	.header-right .header-lang,
	.header-right .header-btn {
		margin-left: 20px;
	}
}

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

	.header-right .header-phone,
	.header-right .header-lang,
	.header-right .header-btn {
		margin-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .header-wrapper .mainmenunav {
		position: absolute;
	}
}

@media only screen and (max-width: 767px) {
	.header-area .header-wrapper .mainmenunav {
		position: absolute;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .header-wrapper .mainmenunav ul.mainmenu {
		width: 60vw;
		height: 100vh;
		position: fixed;
		top: 0;
		right: -61vw;
		z-index: 99;
		padding: 55px;
		background: #ffffff;
		-webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
		-o-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
		transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
		display: block;
		overflow-y: auto;
	}
}

@media only screen and (max-width: 767px) {
	.header-area .header-wrapper .mainmenunav ul.mainmenu {
		width: 60vw;
		height: 100vh;
		position: fixed;
		top: 0;
		right: -61vw;
		z-index: 99;
		padding: 55px;
		background: #ffffff;
		-webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
		-o-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
		transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
		display: block;
		overflow-y: auto;
	}
}

@media only screen and (max-width: 767px) {
	.header-area .header-wrapper .mainmenunav ul.mainmenu li {
		margin: 0;
		padding: 10px 0;
	}
}

@media only screen and (max-width: 767px) {
	.header-area .header-wrapper .mainmenunav ul.mainmenu li.has-dropdown {
		position: relative;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .header-wrapper .mainmenunav ul.mainmenu li a {
		padding: 0;
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.header-area .header-wrapper .mainmenunav ul.mainmenu li a {
		padding: 0;
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .header-wrapper .mainmenunav ul.mainmenu li ul.submenu {
		position: relative;
		height: 0;
		transition: 0.3s;
		padding: 0;
		opacity: 0;
		visibility: hidden;
		background: transparent;
		box-shadow: inherit;
	}
}

@media only screen and (max-width: 767px) {
	.header-area .header-wrapper .mainmenunav ul.mainmenu li ul.submenu {
		position: relative;
		height: 0;
		transition: 0.3s;
		padding: 0;
		opacity: 0;
		visibility: hidden;
		background: transparent;
		box-shadow: inherit;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .header-wrapper .mainmenunav ul.mainmenu li ul.submenu li {
		padding: 3px 0;
	}
}

@media only screen and (max-width: 767px) {
	.header-area .header-wrapper .mainmenunav ul.mainmenu li ul.submenu li {
		padding: 3px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .header-wrapper .mainmenunav ul.mainmenu li ul.submenu li a {
		padding: 2px 10px;
	}
}

@media only screen and (max-width: 767px) {
	.header-area .header-wrapper .mainmenunav ul.mainmenu li ul.submenu li a {
		padding: 2px 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .header-wrapper .mainmenunav ul.mainmenu li ul.submenu.active {
		height: 100%;
		padding: 12px 0;
		opacity: 1;
		visibility: visible;
	}
}

@media only screen and (max-width: 767px) {
	.header-area .header-wrapper .mainmenunav ul.mainmenu li ul.submenu.active {
		height: 100%;
		padding: 12px 0;
		opacity: 1;
		visibility: visible;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .header-wrapper .mainmenunav ul.mainmenu li a {
		color: var(--color-heading);
	}
}

@media only screen and (max-width: 767px) {
	.header-area .header-wrapper .mainmenunav ul.mainmenu li a {
		color: var(--color-heading);
	}
}

.header-area .header-wrapper .close-menu {
	position: fixed;
	top: 12px;
	opacity: 0;
	visibility: hidden;
	right: 29px;
	z-index: -10;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area.header-style-two .header-wrapper {
		padding: 30px 0;
	}
}

@media only screen and (max-width: 767px) {
	.header-area.header-style-two .header-wrapper {
		padding: 15px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area.header-style-two .header-wrapper .logo a img {
		width: auto;
	}
}

@media only screen and (max-width: 767px) {
	.header-area.header-style-two .header-wrapper .logo a img {
		width: auto;
	}
}

@media only screen and (max-width: 767px) {
	.header-area.header-style-two .header-wrapper ul.social-share li {
		margin: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-style-two .header-right .header-btn {
		margin-left: 7px;
	}
}

.humberger-menu span {
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.humberger-menu span {
		font-size: 28px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.humberger-menu span {
		font-size: 28px;
	}
}

.mainmenunav ul.mainmenu {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.mainmenunav ul.mainmenu>li {
	margin: 0 15px;
	position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.mainmenunav ul.mainmenu>li {
		margin: 0 12px;
	}
}

.mainmenunav ul.mainmenu>li>a {
	color: var(--color-white);
	font-size: 16px;
	font-weight: 500;
	padding: 20px 0;
	display: inline-block;
}

.mainmenunav ul.mainmenu>li>ul.submenu {
	min-width: 240px;
	height: auto;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: -2;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	text-align: left;
	padding: 12px 0;
	border-radius: 4px;
}

.mainmenunav ul.mainmenu>li>ul.submenu li a {
	font-size: 16px;
	font-weight: 500;
	padding: 5px 20px;
	font-size: 14px;
	display: block;
	color: #1f1f25;
	margin: 0 10px;
	border-radius: 3px;
}

.mainmenunav ul.mainmenu>li>ul.submenu li a.active,
.mainmenunav ul.mainmenu>li>ul.submenu li:hover a {
	/*color: var(--color-primary);*/
	/*background: rgba(249, 0, 77, 0.07);*/
	color: var(--color-white);
	background: var(--color-primary);
}

.mainmenunav ul.mainmenu>li:hover>ul.submenu {
	opacity: 1;
	visibility: visible;
	z-index: 90;
}

.mainmenunav ul.mainmenu>li:hover>a {
	color: var(--color-primary);
}

.mainmenunav ul.mainmenu>li:first-child {
	margin-left: 0;
}

.mainmenunav ul.mainmenu>li:last-child {
	margin-right: 0;
}

.humberger-menu span.text-white {
	color: #ffffff !important;
}

.color-white .mainmenunav ul.mainmenu>li>a {
	color: #ffffff;
}

.color-white .mainmenunav ul.mainmenu>li:hover>a {
	color: rgba(255, 255, 255, 0.6);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.color-white .mainmenunav ul.mainmenu>li:hover>a {
		color: var(--color-primary);
	}
}

@media only screen and (max-width: 767px) {
	.color-white .mainmenunav ul.mainmenu>li:hover>a {
		color: var(--color-primary);
	}
}

.color-black .mainmenunav ul.mainmenu>li>a {
	color: #1d1d24;
}

.color-black .mainmenunav ul.mainmenu>li:hover>a {
	color: var(--color-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-style-two .humberger-menu span.text-white {
		color: #1d1d24 !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-style-two .humberger-menu span.text-white {
		color: #1d1d24 !important;
	}
}

@media only screen and (max-width: 767px) {
	.header-style-two .humberger-menu span.text-white {
		color: #1d1d24 !important;
	}
}

.rn-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, 0.8);
	visibility: hidden;
	opacity: 0;
	transition: opacity .5s ease-out;
}

.rn-popup-mobile-menu .inner {
	width: 320px;
	z-index: 999;
	position: absolute;
	background-color: #fff;
	height: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 10px 0 rgba(149, 161, 158, 0.7);
	opacity: 0;
	left: -150px;
	transition: all .5s ease-out;
}

.rn-popup-mobile-menu .inner .popup-menu-top {
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--color-border);
}

.rn-popup-mobile-menu .inner .popup-menu-top .logo img {
	max-height: 60px;
}

.rn-popup-mobile-menu .inner .popup-menu-top .close-menu span {
	color: var(--color-body);
	font-size: 30px;
	cursor: pointer;
}

.rn-popup-mobile-menu.menu-open {
	visibility: visible;
	opacity: 1;
}

.rn-popup-mobile-menu.menu-open .inner {
	opacity: 1;
	left: 0;
	overflow-y: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rn-popup-mobile-menu.menu-open .mainmenunav ul.mainmenu {
		right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.rn-popup-mobile-menu.menu-open .mainmenunav ul.mainmenu {
		right: 0;
	}
}

@media only screen and (max-width: 575px) {
	.rn-popup-mobile-menu.menu-open .mainmenunav ul.mainmenu {
		width: 86vw;
		padding: 54px 20px;
	}
}

.rn-popup-mobile-menu ul.mainmenu {

}

.rn-popup-mobile-menu ul.mainmenu>li {

}

.rn-popup-mobile-menu ul.mainmenu>li:last-child {
	border: 0 none;
}

.rn-popup-mobile-menu ul.mainmenu li {
	margin: 0;
	/*padding: 12px 0;*/
}

.rn-popup-mobile-menu ul.mainmenu li a {
	font-size: 16px;
	font-weight: 500;
	color: #1f1f25;
}

.rn-popup-mobile-menu ul.mainmenu li > a,
.rn-popup-mobile-menu ul.mainmenu li .dropdown-link {
	border-bottom: 1px solid var(--color-border);
}

.rn-popup-mobile-menu ul.mainmenu li a {
	width: 100%;
	display: flex;
	padding: 12px 20px;
}

.rn-popup-mobile-menu ul.mainmenu li .dropdown-link a {
	padding-right: 10px;
}

.rn-popup-mobile-menu ul.mainmenu li .dropdown-link i,
.rn-popup-mobile-menu ul.mainmenu li .dropdown-link svg {
	width: 65px;
	height: 55px;
	padding: 12px 20px;
	border-left: 1px solid var(--color-border);
}

.rn-popup-mobile-menu ul.mainmenu li.has-dropdown {
	position: relative;
}

.rn-popup-mobile-menu ul.mainmenu li.has-dropdown>a {
	position: relative;
	display: block;
}

.rn-popup-mobile-menu ul.mainmenu li.has-dropdown>a::after {
	/*width: 0;*/
	/*height: 0;*/
	/*border-style: solid;*/
	/*border-width: 7px 7px 0 7px;*/
	/*border-color: #1f1f25 transparent transparent transparent;*/
	position: absolute;
	content: "";
	/*right: 0;*/
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);

	content: "\e92e";
	font-family: 'feather' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.rn-popup-mobile-menu ul.mainmenu li.has-dropdown>a.open {
	color: var(--color-primary);
}

.rn-popup-mobile-menu ul.mainmenu li.has-dropdown>a.open::after {
	transform: rotateX(180deg) translateY(50%);
	/*width: 0;*/
	/*height: 0;*/
	/*border-style: solid;*/
	/*border-width: 0 7px 7px 7px;*/
	/*border-color: transparent transparent var(--color-primary) transparent;*/
}

.rn-popup-mobile-menu ul.mainmenu li.has-dropdown .submenu {
	display: none;
	/*padding-left: 20px;*/
	/*padding-top: 10px;*/
}

.rn-popup-mobile-menu ul.mainmenu li .submenu li {
	margin: 0;
	/*padding: 3px 0;*/
}

.rn-popup-mobile-menu ul.mainmenu li .submenu li a {
	font-size: 14px;
	padding: 10px 20px 10px 30px;
	color: #1f1f25;
	line-height: 1;
}

.rn-popup-mobile-menu ul.mainmenu.nav {
	flex-direction: column;
}

.rn-popup-mobile-menu ul.mainmenu.nav.nav-pills .nav-link {
	padding: 0;
	transition: var(--transition);
}

.rn-popup-mobile-menu ul.mainmenu.nav.nav-pills .nav-link.active,
.rn-popup-mobile-menu ul.mainmenu.nav.nav-pills .nav-link:hover {
	color: var(--color-primary);
	background-color: transparent;
}

.rn-popup-mobile-menu.menu-open .humberger-menu span {
	opacity: 0;
}

.btn-transparent {
	font-size: 16px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	padding: 0 0 3px;
	border: none;
	box-shadow: none;
	outline: none;
}

.btn-transparent:hover {
	color: var(--color-primary);
}

.btn-transparent::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	opacity: 0.75;
}

.btn-transparent:hover::after {
	width: 100%;
}






.btn-transparent-white {
	font-size: 16px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	padding: 0 0 7px;
	border: none;
	box-shadow: none;
	outline: none;
	background: #fff;
	-webkit-background-clip: text;
}

.btn-transparent-white:hover {
	color: #fff;
}

.btn-transparent-white::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	opacity: 0.75;
	background: #fff;
}

.btn-transparent-white:hover::after {
	width: 100%;
}

a.rn-btn,
button.rn-btn {
	padding: 0 23px;
	height: 40px;
	display: inline-block;
	line-height: 34px;
	border: 2px solid var(--color-primary);
	border-radius: 4px;
	font-size: 14px;
	position: relative;
	z-index: 2;
	color: var(--color-primary);
	letter-spacing: 0.2px;
	text-transform: uppercase;
}

a.rn-btn.btn-opacity,
button.rn-btn.btn-opacity {
	border: 2px solid var(--color-opacity-1);
	color: var(--color-white);
}

a.rn-btn:hover,
button.rn-btn:hover {
	border: 2px solid var(--color-primary);
	transform: translateY(-3px);
	color: #ffffff;
	background: var(--color-primary);
}

a.rn-btn.btn-white,
button.rn-btn.btn-white {
	border: 2px solid #ffffff;
	color: #ffffff;
}

a.rn-btn.btn-white:hover,
button.rn-btn.btn-white:hover {
	border-color: var(--color-primary);
}

button.rn-button-style--2,
a.rn-button-style--2 {
	color: #c6c9d8;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 2px solid #b1b4c1;
	padding: 15px 40px;
	border-radius: 6px;
	display: inline-block;
	font-weight: 500;
	transition: 0.3s;
}

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

	button.rn-button-style--2,
	a.rn-button-style--2 {
		padding: 9px 25px;
	}
}

button.rn-button-style--2.rn-btn-dark,
a.rn-button-style--2.rn-btn-dark {
	border: 2px solid #1f1f25;
	color: #1f1f25;
}

button.rn-button-style--2.rn-btn-dark:hover,
a.rn-button-style--2.rn-btn-dark:hover {
	background: #1f1f25;
	color: #fff;
}

button.rn-button-style--2.border-opacity-half,
a.rn-button-style--2.border-opacity-half {
	border-color: rgba(31, 31, 37, 0.1);
}

button.rn-button-style--2.rn-btn-small,
a.rn-button-style--2.rn-btn-small {
	padding: 10px 20px;
}

button.rn-button-style--2.btn-primary-color:hover,
a.rn-button-style--2.btn-primary-color:hover {
	border: 2px solid var(--color-primary);
	background: var(--color-primary);
	color: #ffffff;
}

button.rn-button-style--2.btn-solid,
a.rn-button-style--2.btn-solid {
	border: 2px solid var(--color-primary);
	background: var(--color-primary);
	color: #ffffff;
}

button.rn-button-style--2.btn-solid,
a.rn-button-style--2.btn-solid {
	background: var(--color-primary);
	color: #ffffff;
}

button.rn-button-style--2:hover,
a.rn-button-style--2:hover {
	background: transparent;
	color: var(--color-primary);
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
}

.button-group {
	margin: -10px;
}

.button-group a,
.button-group button {
	margin: 10px;
}

a.btn-default,
button.btn-default {
	color: var(--color-white);
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 13px 34px;
	border-radius: 500px;
	display: inline-block;
	font-weight: 500;
	transition: all .4s ease-in-out;
	background-size: 152% 100%;
	background: var(--color-primary);
	border: 2px solid var(--color-primary);
}

a.btn-default:hover,
button.btn-default:hover {
	transition: all .4s ease-in-out;
	background: transparent;
	border-color: var(--color-primary);
	color: var(--color-primary);
}

a.btn-default.btn-hover-white:hover,
button.btn-default.btn-hover-white:hover {
	border-color: var(--color-white);
	color: var(--color-white);
}

a.btn-default.size-md,
button.btn-default.size-md {
	padding: 10px 25px;
	letter-spacing: 1px;
	font-size: 15px;
}

a.btn-default.size-sm,
button.btn-default.size-sm {
	padding: 10px 15px;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 13px;
}

a.btn-default.btn-large,
button.btn-default.btn-large {
	padding: 26px 60px;
}

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

	a.btn-default.btn-large,
	button.btn-default.btn-large {
		padding: 16px 35px;
	}
}

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

	a.btn-default.btn-large,
	button.btn-default.btn-large {
		padding: 16px 35px;
	}
}

a.btn-default.color-secondary,
button.btn-default.color-secondary {
	border: 2px solid var(--color-secondary);
	background-color: var(--color-secondary);
}

a.btn-default.color-secondary:hover,
button.btn-default.color-secondary:hover {
	background-color: transparent;
	border-color: var(--color-secondary);
	color: var(--color-secondary);
}

a.btn-default.btn-border,
button.btn-default.btn-border {
	background-color: transparent;
	border: 2px solid var(--color-primary);
	color: var(--color-primary);
}

a.btn-default.btn-border.btn-opacity,
button.btn-default.btn-border.btn-opacity {
	border: 2px solid var(--color-opacity-1);
	color: var(--color-white);
}

a.btn-default.btn-border:hover,
button.btn-default.btn-border:hover {
	color: var(--color-white);
	border-color: var(--color-primary);
	background-color: var(--color-primary);
}

a.btn-default.btn-border.color-secondary,
button.btn-default.btn-border.color-secondary {
	border: 2px solid var(--color-secondary);
	color: var(--color-secondary);
}

a.btn-default.btn-border.color-secondary:hover,
button.btn-default.btn-border.color-secondary:hover {
	color: var(--color-white);
	border-color: var(--color-secondary);
	background-color: var(--color-secondary);
}

a.btn-default.btn-border.btn-white,
button.btn-default.btn-border.btn-white {
	border: 2px solid var(--white);
	color: var(--color-white);
}

a.btn-default.btn-border.btn-white:hover,
button.btn-default.btn-border.btn-white:hover {
	color: var(--color-primary);
	border-color: var(--color-white);
	background-color: var(--color-white);
}

a.btn-default.btn-dark,
button.btn-default.btn-dark {
	color: var(--color-white);
	border-color: var(--color-dark);
	background-color: var(--color-dark);
}

a.btn-default.btn-dark:hover,
button.btn-default.btn-dark:hover {
	transition: all .4s ease-in-out;
	background: transparent;
	border-color: var(--color-dark);
	color: var(--color-dark);
}

a.btn-default.btn-dark.btn-border,
button.btn-default.btn-dark.btn-border {
	background-color: transparent;
	border: 2px solid var(--color-dark);
	color: var(--color-dark);
}

a.btn-default.btn-dark.btn-border:hover,
button.btn-default.btn-dark.btn-border:hover {
	color: var(--color-white);
	border-color: var(--color-dark);
	background-color: var(--color-dark);
}

.yu2fvl {
	z-index: 9999;
	top: 0;
}

.yu2fvl-iframe {
	display: block;
	height: 100%;
	width: 100%;
	border: 0;
}

.yu2fvl-overlay {
	z-index: 9998;
	background: #000;
	opacity: 0.8;
}

.yu2fvl-close {
	position: absolute;
	top: 1px;
	left: 100%;
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #f10 !important;
	background-color: #f10 !important;
	color: #ffffff;
	border: 0;
	background: none;
	cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.yu2fvl-close {
		left: auto;
		right: 0;
		top: auto;
		bottom: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.yu2fvl-close {
		left: auto;
		right: 0;
		top: auto;
		bottom: 100%;
	}

	.video h2 {
		color: #ffffff;
		font-size: 32px;
	}

	.video h4 {
		font-size: 22px;
		line-height: 32px;
	}
}

.breadcrumb-inner {
	text-align: center;
}

.breadcrumb-inner h1.title {
	/*font-size: var(--h2)-4;*/
	color: var(--color-white);
	margin-bottom: 5px;
}

.breadcrumb-inner h2.title {
	color: var(--color-white);
	margin-bottom: 5px;
}

.breadcrumb-inner ul.page-list li {
	display: inline-block;
	color: #fff;
	padding: 0 12px;
	position: relative;
	font-size: 14px;
}

.breadcrumb-inner ul.page-list li::after {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	opacity: 0.5;
	right: -3px;
}

.breadcrumb-inner ul.page-list li a {
	color: #fff;
	transition: 0.5s;
}

.breadcrumb-inner ul.page-list li a:hover {
	color: var(--color-primary);
}

.breadcrumb-inner ul.page-list li.rn-breadcrumb-item.active {
	color: var(--color-white);
}

.breadcrumb-inner ul.page-list li.rn-breadcrumb-item.active::after {
	display: none;
}

.breadcrupm-style--2 h2.title {
	text-transform: uppercase;
	font-size: 72px;
}

@media only screen and (max-width: 767px) {
	.breadcrupm-style--2 h2.title {
		font-size: 40px;
		line-height: 59px;
	}
}

.breadcrupm-style--2 span {
	font-size: 22px;
	color: #c6c9d8;
}

.rn-page-title h2.title {
	font-size: 72px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.rn-page-title h2.title {
		font-size: 56px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rn-page-title h2.title {
		font-size: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.rn-page-title h2.title {
		font-size: 40px;
		line-height: 59px;
	}
}

.rn-page-title p {
	font-size: 22px;
	line-height: 27px;
	color: #c6c9d8;
}

.breadcrumb-area {
	position: relative;
	z-index: 1;
}

.breadcrumb-area::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
	background: var(--color-primary);
	background: linear-gradient(90deg, /*#1C99FE*/#4169E1 20.69%, #7644FF 50.19%, var(--color-primary) 79.69%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--color-primary)', endColorstr='var(--color-secondary)', GradientType=1);
	top: 0;
	left: 0;
	opacity: 0.7;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rn-page-title-area .rn-page-title {
		padding-bottom: 64px;
	}
}

@media only screen and (max-width: 767px) {
	.rn-page-title-area .rn-page-title {
		padding-bottom: 64px;
	}
}

button.video-popup,
a.video-popup {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: #fff;
	-webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
	-o-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
	transition: all 1s cubic-bezier(0, 0, 0.2, 1);
	-webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}

button.video-popup::before,
a.video-popup::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	-webkit-transform: translate(-6px, -9px);
	-ms-transform: translate(-6px, -9px);
	transform: translate(-6px, -9px);
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 15px solid var(--color-primary);
}

button.video-popup:hover,
a.video-popup:hover {
	-webkit-transform: scale3d(1.15, 1.15, 1.15);
	transform: scale3d(1.15, 1.15, 1.15);
}

button.video-popup.position-top-center,
a.video-popup.position-top-center {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 0 none;
	width: 110px;
	height: 110px;
	margin-left: -55px;
	margin-top: -55px;
	transition: all 1s cubic-bezier(0, 0, 0.2, 1);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}

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

	button.video-popup.position-top-center,
	a.video-popup.position-top-center {
		width: 70px;
		height: 70px;
		margin-left: -35px;
		margin-top: -35px;
	}
}

button.video-popup.position-top-center:hover,
a.video-popup.position-top-center:hover {
	transform: scale3d(1.15, 1.15, 1.15);
}

button.video-popup.position-top-center.md-size,
a.video-popup.position-top-center.md-size {
	width: 80px;
	height: 80px;
	margin-left: -40px;
	margin-top: -40px;
}

button.video-popup.theme-color,
a.video-popup.theme-color {
	background: var(--color-primary);
	border-color: var(--color-primary);
}

button.video-popup.theme-color::before,
a.video-popup.theme-color::before {
	border-left: 15px solid #ffffff;
}

button.video-popup.black-color,
a.video-popup.black-color {
	background: #010001;
	border-color: #010001;
}

button.video-popup.black-color::before,
a.video-popup.black-color::before {
	border-left: 15px solid #ffffff;
}

iframe {
	width: 100%;
	height: 100%;
	min-height: 400px;
	border: 0 none;
}

.section-title h2.title {
	font-size: 50px;
	font-weight: 600;
	line-height: 62px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-title h2.title {
		font-size: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.section-title h2.title {
		font-size: 32px;
		line-height: 43px;
	}
}

.section-title p {
	font-size: 18px;
	line-height: 30px;
	color: var(--color-gray);
}

.section-title p a {
	color: #1d1d24;
	font-weight: 500;
}

.section-title p a:hover {
	color: var(--color-primary);
}

@media only screen and (max-width: 767px) {
	.section-title p br {
		display: none;
	}
}

.section-title span.subtitle {
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 18px;
	font-size: 16px;
	border-radius: 4px;
	margin-bottom: 12px;
}

.section-title h3 {
	font-size: 36px;
	line-height: 26px;
}

@media only screen and (max-width: 767px) {
	.section-title h3 {
		font-size: 26px;
		margin-bottom: 8px;
	}
}

.section-title .service-btn {
	margin-top: 36px;
}

@media only screen and (max-width: 767px) {
	.section-title .service-btn {
		margin-top: 12px;
	}
}

.section-title.service-style--2 h2,
.section-title.service-style--2 h3 {
	color: #ffffff;
}

.section-title.service-style--2 p {
	padding: 0 21%;
	font-weight: 300;
	color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-title.service-style--2 p {
		padding: 0 7%;
	}
}

@media only screen and (max-width: 767px) {
	.section-title.service-style--2 p {
		padding: 0;
	}
}

.section-title.service-style--3 p {
	padding: 0 21%;
	font-weight: 300;
	color: #717173;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-title.service-style--3 p {
		padding: 0 7%;
	}
}

@media only screen and (max-width: 767px) {
	.section-title.service-style--3 p {
		padding: 0;
	}
}

.section-title.service-style--3.text-left p {
	padding: 0 3% 0 0;
}

.section-title-default h2.title {
	line-height: 1.34;
	font-size: 48px;
}

@media only screen and (max-width: 767px) {
	.section-title h2 {
		font-size: 36px;
		margin-bottom: 7px;
	}
}

.rn-pagination ul.page-list li {
	display: inline-block;
	padding: 5px;
}

.rn-pagination ul.page-list li a {
	padding: 0 10px;
	display: block;
	text-align: center;
	line-height: 38px;
	min-width: 42px;
	height: 42px;
	border: 2px solid var(--color-border);
	background: #fff;
	color: var(--color-body);
	position: relative;
	z-index: 2;
	font-weight: 600;
	border-radius: 4px;
}

.rn-pagination ul.page-list li a:hover {
	color: #ffffff;
	border-color: var(--color-primary);
	background-color: var(--color-primary);
}

.rn-pagination ul.page-list li.active a {
	color: #ffffff;
	border-color: var(--color-primary);
	background-color: var(--color-primary);
}
.rn-pagination ul.page-list li.inactive a {
	color: var(--color-extra02);
	border-color: var(--color-border);
	background-color: var(--color-border);
	cursor: default;
}
.rn-pagination ul.page-list li.inactive a.dots {
	/*color: var(--color-body);*/
}

.line-separator {
	border-bottom: 1px solid #ebebeb;
}

ul.social-share {
	padding: 0;
	margin: 0;
	margin: -6px;
}

ul.social-share li {
	margin: 6px;
}

ul.social-share li a {
	width: 40px;
	display: inline-block;
	height: 40px;
	border: 2px solid rgba(198, 201, 216, 0.75);
	line-height: 35px;
	color: rgba(198, 201, 216, 0.75);
	border-radius: 100%;
	text-align: center;
	font-size: 14px;
}

ul.social-share li:hover a {
	background: var(--color-primary);
	border-color: var(--color-primary);
	color: #ffffff;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
	transform: translateY(-3px);
}

ul.social-share.color-theme li a {
	border-color: var(--color-primary);
	color: var(--color-primary);
}

ul.social-share.color-theme li a:hover {
	background: var(--color-primary);
	border-color: var(--color-primary);
	color: #ffffff;
}

ul.social-share.rn-lg-size {
	margin-top: 0 !important;
}

ul.social-share.rn-lg-size li a {
	width: 50px;
	height: 50px;
	line-height: 47px;
	font-size: 16px;
}

ul.social-share.social-style--2 li a {
	border: 0 none;
	width: 30px;
	height: auto;
	/*text-align: left;*/
	line-height: inherit;
	font-size: 16px;
}

ul.social-share.social-style--2 li:hover a {
	background: transparent;
	box-shadow: none;
}

ul.social-share.social-style--2.color-theme li a {
	color: var(--color-primary);
}

ul.social-share.social-style--2.color-theme li a:hover {
	color: currentColor;
}

ul.social-share.social-style--2.color-black li a {
	color: #1d1d24;
	opacity: 0.8;
}

ul.social-share.social-style--2.color-black li a:hover {
	color: var(--color-primary);
	opacity: 1;
}

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

.mesonry-list {
	margin: 0 -22px;
	padding-left: 0;
}

.mesonry-list .masonry_item .portfolio-static {
	padding: 0 22px;
	/*margin-bottom: 40px;*/
}

.mesonry-list.grid-metro3 .resizer {
	width: 33.33%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mesonry-list.grid-metro3 .resizer {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.mesonry-list.grid-metro3 .resizer {
		width: 50%;
	}
}

.mesonry-list.grid-metro3 .portfolio-33-33 {
	width: 33.33%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mesonry-list.grid-metro3 .portfolio-33-33 {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.mesonry-list.grid-metro3 .portfolio-33-33 {
		width: 100%;
	}
}

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

.portfolio {
	position: relative;
	min-height: 600px;
	width: 100%;
	padding-top: 35%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.portfolio {
		min-height: 500px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.portfolio {
		min-height: 500px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio {
		min-height: 450px;
	}
}

@media only screen and (max-width: 767px) {
	.portfolio {
		min-height: 400px;
	}
}

.portfolio .thumbnail-inner {
	transition: transform .28s ease;
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	border-radius: 5px;
	cursor: pointer;
}

.portfolio .thumbnail-inner::before {
	background-color: var(--color-primary);
	background-image: linear-gradient(var(--color-primary) 10%, #010001 100%);
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0;
}

.portfolio .thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	border-radius: 5px;
	background-color: #0a0a0a;
	background-image: url(/assets/images/portfolio/portfolio-1.jpg);
	transform: scale(1.13) translateZ(0);
	backface-visibility: hidden;
	transition: transform .28s ease;
	z-index: 4;
}

.portfolio .thumbnail.image-1 {
	background-image: url(/assets/images/portfolio/portfolio-1.jpg);
}

.portfolio .thumbnail.image-2 {
	background-image: url(/assets/images/portfolio/portfolio-2.jpg);
}

.portfolio .thumbnail.image-3 {
	background-image: url(/assets/images/portfolio/portfolio-3.jpg);
}

.portfolio .thumbnail.image-4 {
	background-image: url(/assets/images/portfolio/portfolio-4.jpg);
}

.portfolio .thumbnail::after {
	background-color: rgba(45, 45, 45, 0.35);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: ' ';
	z-index: 1;
	display: block;
	border-radius: 5px;
	background-color: rgba(25, 25, 25, 0.37);
}

.portfolio .bg-blr-image {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-color: #0a0a0a;
	background-image: url(/assets/images/portfolio/portfolio-1.jpg);
	transform: translateY(38px);
	opacity: 0;
	z-index: 1;
}

.portfolio .bg-blr-image.image-1 {
	background-image: url(/assets/images/portfolio/portfolio-1.jpg);
}

.portfolio .bg-blr-image.image-2 {
	background-image: url(/assets/images/portfolio/portfolio-2.jpg);
}

.portfolio .bg-blr-image.image-3 {
	background-image: url(/assets/images/portfolio/portfolio-1.jpg);
}

.portfolio .bg-blr-image.image-4 {
	background-image: url(/assets/images/portfolio/portfolio-1.jpg);
}

.portfolio .content {
	position: absolute;
	bottom: 40px;
	left: 40px;
	right: 40px;
	max-width: 100% !important;
	z-index: 10;
	padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.portfolio .content {
		left: 20px;
		right: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio .content {
		left: 20px;
		right: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.portfolio .content {
		left: 20px;
		right: 20px;
	}
}

.portfolio .content .inner p {
	color: #c6c9d8;
	font-size: 14px;
}

.portfolio .content .inner h4 {
	font-size: 24px;
	line-height: 36px;
}

.portfolio .content .inner h4 a {
	color: #ffffff;
}

.portfolio .content .inner .portfolio-button {
	margin-top: 35px;
	transition: 0.7s;
}

@media only screen and (max-width: 575px) {
	.portfolio .content .inner .portfolio-button {
		margin-top: 25px;
	}
}

.portfolio .content .inner .portfolio-button a.rn-btn {
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.3);
}

.portfolio .content .inner .portfolio-button a.rn-btn:hover {
	border-color: var(--color-primary);
}

.portfolio.portfolio-interior-design .thumbnail.image-1 {
	background-image: url(/assets/images/portfolio/interior/portfolio-1.jpg);
}

.portfolio.portfolio-interior-design .thumbnail.image-2 {
	background-image: url(/assets/images/portfolio/interior/portfolio-2.jpg);
}

.portfolio.portfolio-interior-design .thumbnail.image-3 {
	background-image: url(/assets/images/portfolio/interior/portfolio-3.jpg);
}

.portfolio.portfolio-interior-design .thumbnail.image-4 {
	background-image: url(/assets/images/portfolio/interior/portfolio-4.jpg);
}

.portfolio.portfolio-interior-design .thumbnail.image-5 {
	background-image: url(/assets/images/portfolio/interior/portfolio-5.jpg);
}

.portfolio.portfolio-interior-design .thumbnail.image-6 {
	background-image: url(/assets/images/portfolio/interior/portfolio-6.jpg);
}

.portfolio.portfolio-interior-design .thumbnail.image-7 {
	background-image: url(/assets/images/portfolio/interior/portfolio-7.jpg);
}

.portfolio.portfolio-interior-design .bg-blr-image {
	background-image: url(/assets/images/portfolio/interior/portfolio-1.jpg);
}

.portfolio.portfolio-interior-design .bg-blr-image.image-1 {
	background-image: url(/assets/images/portfolio/interior/portfolio-1.jpg);
}

.portfolio.portfolio-interior-design .bg-blr-image.image-2 {
	background-image: url(/assets/images/portfolio/interior/portfolio-2.jpg);
}

.portfolio.portfolio-interior-design .bg-blr-image.image-3 {
	background-image: url(/assets/images/portfolio/interior/portfolio-3.jpg);
}

.portfolio.portfolio-interior-design .bg-blr-image.image-4 {
	background-image: url(/assets/images/portfolio/interior/portfolio-4.jpg);
}

.portfolio.portfolio-interior-design .bg-blr-image.image-5 {
	background-image: url(/assets/images/portfolio/interior/portfolio-5.jpg);
}

.portfolio.portfolio-interior-design .bg-blr-image.image-6 {
	background-image: url(/assets/images/portfolio/interior/portfolio-6.jpg);
}

.portfolio.portfolio-interior-design .bg-blr-image.image-7 {
	background-image: url(/assets/images/portfolio/interior/portfolio-7.jpg);
}

.portfolio.text-center .content {
	position: absolute;
	bottom: 40px;
	left: 40px;
	max-width: 80% !important;
	z-index: 10;
	padding: 0;
	right: 40px;
	margin: 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.portfolio.text-center .content {
		left: 20px;
		right: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio.text-center .content {
		left: 15px;
		right: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.portfolio.text-center .content {
		left: 10px;
		right: 10px;
	}
}

.portfolio:hover .thumbnail-inner {
	transform: scale(1.08) translateZ(0);
}

.portfolio:hover .thumbnail-inner::before {
	opacity: 0.85;
}

.portfolio:hover .thumbnail {
	transform: scale(1) translateZ(0);
}

.portfolio:hover .thumbnail::after {
	background-color: rgba(25, 25, 25, 0.24);
}

.portfolio:hover .bg-blr-image {
	opacity: 0;
	z-index: 9;
}

.portfolio.portfolio-style--2 .inner {
	margin: 0 20px;
}

.portfolio-tilthover .im_portfolio {
	margin-top: 30px;
}

.portfolio-sacousel-inner .slick-list {
	margin-left: -200px;
	margin-right: -200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio-sacousel-inner .slick-list {
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.portfolio-sacousel-inner .slick-list {
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.portfolio-sacousel-inner .slick-list {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.portfolio-sacousel-inner .slick-slide {
	padding-left: 15px;
	padding-right: 15px;
	/*margin-bottom: -10px;*/
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.portfolio-sacousel-inner .slick-slide {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio-sacousel-inner .slick-slide {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.portfolio-sacousel-inner .slick-slide {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.portfolio-sacousel-inner .slick-list {
	overflow: visible;
}

.portfolio-sacousel-inner .slick-dots,
.rn-slick-dot .slick-dots {
	bottom: -50px;
}

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

	.portfolio-sacousel-inner .slick-dots,
	.rn-slick-dot .slick-dots {
		bottom: -50px;
	}
}

.portfolio-sacousel-inner .slick-dots li,
.rn-slick-dot .slick-dots li {
	width: 30px;
	margin: 0;
	opacity: .35;
	position: relative;
}

.portfolio-sacousel-inner .slick-dots li button::before,
.rn-slick-dot .slick-dots li button::before {
	display: none;
}

.portfolio-sacousel-inner .slick-dots li button::after,
.rn-slick-dot .slick-dots li button::after {
	background: #333;
	width: 100%;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-left: 11px;
	background-color: transparent;
	box-shadow: inset 0 0 0 5px #010001;
}

.portfolio-sacousel-inner .slick-dots li.slick-active,
.rn-slick-dot .slick-dots li.slick-active {
	opacity: 1;
}

.portfolio-sacousel-inner .slick-dots li.slick-active button::after,
.rn-slick-dot .slick-dots li.slick-active button::after {
	-webkit-transform: scale(2);
	transform: scale(2);
	box-shadow: inset 0 0 0 1px var(--color-primary);
	background-color: transparent;
	background-color: transparent !important;
}

.portfolio-sacousel-inner.dot-light .slick-dots li button::after,
.rn-slick-dot.dot-light .slick-dots li button::after {
	background: #ffffff;
	box-shadow: inset 0 0 0 5px #ffffff;
}

.portfolio-sacousel-inner.dot-light .slick-dots li.slick-active,
.rn-slick-dot.dot-light .slick-dots li.slick-active {
	opacity: 1;
}

.portfolio-sacousel-inner.dot-light .slick-dots li.slick-active button::after,
.rn-slick-dot.dot-light .slick-dots li.slick-active button::after {
	-webkit-transform: scale(2);
	transform: scale(2);
	box-shadow: inset 0 0 0 1px var(--color-primary);
	background-color: transparent;
	background-color: transparent !important;
}

.portfolio-slick-activation {
	position: relative;
}

.portfolio-slick-activation button.slick-arrow {
	position: absolute;
	z-index: 3;
	background: transparent;
	font-size: 20px;
	width: calc(100vw/3);
	max-width: 253px;
	min-width: 150px;
	height: 101%;
}

.portfolio-slick-activation button.slick-arrow::before {
	content: "";
	line-height: 1;
	opacity: 0.75;
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.5s;
	background-repeat: no-repeat;
	background-size: contain;
	width: 58px;
	height: 25px;
}

@media only screen and (max-width: 767px) {
	.portfolio-slick-activation button.slick-arrow::before {
		width: 40px;
		height: 18px;
	}
}

@media only screen and (max-width: 480px) {
	.portfolio-slick-activation button.slick-arrow::before {
		width: 30px;
		height: 14px;
	}
}

.portfolio-slick-activation button.slick-arrow.slick-prev {
	background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$black-color', endColorstr='$black-color00', GradientType=1);
}

.portfolio-slick-activation button.slick-arrow.slick-prev::before {
	background-image: url(/assets/images/icons/slick-arrow-left.png);
}


.portfolio-slick-activation button.slick-arrow.slick-next {
	background: -moz-linear-gradient(right, black 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(right, black 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to left, black 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$black-color', endColorstr='$black-color00', GradientType=1);
}

.portfolio-slick-activation button.slick-arrow.slick-next::before {
	background-image: url(/assets/images/icons/slick-arrow-right.png);
}

.portfolio-slick-activation button.slick-arrow:hover.slick-prev {
	transform: translate(-10%, -50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio-slick-activation button.slick-arrow:hover.slick-prev {
		/*padding-right: 10px;*/
	}
}

@media only screen and (max-width: 767px) {
	.portfolio-slick-activation button.slick-arrow:hover.slick-prev {
		/*padding-right: 10px;*/
	}
}

.portfolio-slick-activation button.slick-arrow:hover.slick-next {
	transform: translate(10%, -50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio-slick-activation button.slick-arrow:hover.slick-next {
		/*padding-right: 10px;*/
	}
}

@media only screen and (max-width: 767px) {
	.portfolio-slick-activation button.slick-arrow:hover.slick-next {
		/*padding-right: 10px;*/
	}
}

.portfolio-slick-activation button.slick-arrow:hover::before {
	opacity: 1;
}

.slick-space-gutter--15 {
	margin-left: -15px;
	margin-right: -15px;
}

.slick-space-gutter--15 .slick-slide {
	padding-left: 15px;
	padding-right: 15px;
}

.slick-space-gutter--15 .portfolio,
.slick-space-gutter--15 .single_im_portfolio {
	margin: 50px 0;
}

.slickdot--20 .slick-dots {
	bottom: -20px;
}

.portfolio-style--3 {
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
	border-radius: 6px;
}

.portfolio-style--3 .thumbnail a {
	display: block;
	position: relative;
	z-index: 1;
}

.portfolio-style--3 .thumbnail a::after {
	background: linear-gradient(to bottom, var(--color-primary) 0, #010001 100%);
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	opacity: 0;
}

@media only screen and (max-width: 575px) {
	.portfolio-style--3 .thumbnail a::after {
		opacity: 0.85;
		top: 0;
	}
}

.portfolio-style--3 .content {
	position: absolute;
	bottom: -92px;
	width: 100%;
	padding: 50px 35px;
	z-index: 3;
}

@media only screen and (max-width: 575px) {
	.portfolio-style--3 .content {
		bottom: 0;
	}
}

@media only screen and (max-width: 575px) {
	.portfolio-style--3 .content {
		padding: 30px 20px;
	}
}

.portfolio-style--3 .content::before {
	position: absolute;
	content: "";
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #010001 70%);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: -1;
}

@media only screen and (max-width: 575px) {
	.portfolio-style--3 .content::before {
		opacity: 0;
	}
}

.portfolio-style--3 .content p.portfoliotype {
	font-size: 14px;
	margin-bottom: 5px;
	color: #c6c9d8;
}

.portfolio-style--3 .content h4.title {
	margin-bottom: 0;
}

.portfolio-style--3 .content h4.title a {
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
}

.portfolio-style--3 .content .portfolio-btn {
	margin-top: 35px;
	transition: 0.7s;
	opacity: 0;
	visibility: hidden;
}

@media only screen and (max-width: 575px) {
	.portfolio-style--3 .content .portfolio-btn {
		margin-top: 22px;
	}
}

@media only screen and (max-width: 575px) {
	.portfolio-style--3 .content .portfolio-btn {
		opacity: 1;
		visibility: visible;
	}
}

.portfolio-style--3:hover .content {
	bottom: 0;
}

.portfolio-style--3:hover .content::before {
	opacity: 0;
}

.portfolio-style--3:hover .thumbnail a img {
	transform: scale(1.1);
}

.portfolio-style--3:hover .thumbnail a::before {
	opacity: 0;
}

.portfolio-style--3:hover .thumbnail a::after {
	opacity: 0.85;
	top: 0;
}

.portfolio-style--3:hover .content .portfolio-btn {
	opacity: 1;
	visibility: visible;
}

.row--5 .portfolio-style--3 {
	margin-bottom: 10px;
}

.item-portfolio-static {
	display: block;
	/*margin-top: 30px;*/
	margin-bottom: 40px;
	/*height: 100%;*/
}

@media only screen and (max-width: 575px) {
	.item-portfolio-static {
		margin-bottom: 25px;
	}
}

.item-portfolio-static .inner {
	padding-top: 20px;
}

.item-portfolio-static .inner p {
	margin-bottom: 5px;
	font-size: 16px;
	color: var(--color-light);
	font-weight: 400;
	transition: 0.3s;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.item-portfolio-static:hover .inner p {
	/*color: var(--color-gray);*/
}

.item-portfolio-static .inner h4 {
	color: #fff;
	transition: 0.3s;
}

.item-portfolio-static:hover .inner h4 {
	color: var(--color-primary);
}

.item-portfolio-static:hover .thumbnail img {
	transform: translate3d(0, -10px, 0);
	box-shadow: 0 50px 80px -10px rgba(0, 0, 0, 0.17);
}

.item-portfolio-static .portfolio-static {
	/*display: flex;*/
	/*flex-direction: column;*/
	/*height: 100%;*/
	/*padding-bottom: 30px;*/
}

.item-portfolio-static .portfolio-static > .content {
	/*flex: 1 1 100%;*/
}

.item-portfolio-static .portfolio-static > .content .inner {
	/*display: flex;*/
	/*flex-direction: column;*/
	/*height: 100%;*/
}

.item-portfolio-static .portfolio-static > .content .inner > *:not(p) {
	/*flex: 1 1 50%;*/
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media only screen and (max-width: 575px) {
	.item-portfolio-static .inner {
		padding-top: 10px;
	}

	.item-portfolio-static .inner h4 {
		font-size: 20px;
		margin-bottom: 7px;
	}
}

.im_portfolio {
	display: block;
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: 10px;
	transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.im_portfolio::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 85%;
	display: block;
	z-index: 1;
	content: '';
	background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, 0.75) 100%);
	transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
	cursor: pointer;
}

.im_portfolio::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 85%;
	display: block;
	z-index: 1;
	content: '';
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--color-primary) 100%);
	transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
	cursor: pointer;
	opacity: 0;
}

.im_portfolio .thumbnail_inner .thumbnail img {
	transition: transform 1s ease, opacity 0.5s ease 0.25s;
	border-radius: 10px;
	width: 100%;
}

.im_portfolio .content .inner {
	position: absolute;
	bottom: 0;
	left: 50%;
	padding: 30px 30px;
	z-index: 2;
	width: 100%;
	transform: translateX(-50%);
}

@media only screen and (max-width: 1199px) {
	.im_portfolio .content .inner {
		top: 0;
		left: 0;
		transform: translate(0);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-bottom: 37px;
	}
}

.im_portfolio .content .inner .portfolio_heading {
	transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.im_portfolio .content .inner .portfolio_heading .category_list {
	color: #ffffff;
	opacity: 0.7;
	display: inline-block;
	margin: 5px 0;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.im_portfolio .content .inner .portfolio_heading .title {
	color: #ffffff;
	font-size: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.im_portfolio .content .inner .portfolio_heading .title {
		font-size: 20px;
		line-height: 1;
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.im_portfolio .content .inner .portfolio_heading .title {
		font-size: 20px;
		/*line-height: 1;*/
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.im_portfolio .content .inner .portfolio_heading .title {
		font-size: 16px;
		line-height: 1;
		margin-bottom: 0;
	}
}

.im_portfolio .content .inner .portfolio_hover {
	opacity: 0;
	position: absolute;
	bottom: 35px;
	/*margin-top: 10px;*/
	/*transform: translate(-50%, -50%);*/
	line-height: 1.5em;
	/*max-width: 80%;*/
	transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
	/*height: 62px;*/
	text-overflow: ellipsis;
	overflow: hidden;
}

.im_portfolio .content .inner .portfolio_hover.text-center {
	left: 50%;
	transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
	.im_portfolio .content .inner .portfolio_hover {
		/*top: 43px;*/
	}
}

.im_portfolio .content .inner .portfolio_hover > a {
	color: #fff;
}

.im_portfolio .content .inner .portfolio_hover p {
	color: #ffffff;
	opacity: 0.7;
}

@media only screen and (max-width: 1199px) {
	.im_portfolio .content .inner .portfolio_heading {
		transform: translateY(0) !important;
	}

	.im_portfolio .content .inner .portfolio_hover {
		position: static;
		transform: translate(0) !important;
		opacity: 1;
		overflow: visible;
	}
}

.im_portfolio:hover {
	/*transform: translateY(-10px);*/
	box-shadow: 0 25px 55px rgba(253, 71, 102, 0.22);
}

.im_portfolio:hover::before {
	opacity: 0;
}

.im_portfolio:hover::after {
	opacity: 1;
}

.im_portfolio:hover .thumbnail_inner .thumbnail img {
	transform: scale(1.1);
	transition: all 9s cubic-bezier(0.1, 0.2, 7, 1);
}

.im_portfolio:hover .content .inner .portfolio_heading {
	transform: translateY(-42px);
	transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

@media only screen and (max-width: 767px) {
	.im_portfolio:hover .content .inner .portfolio_heading {
		/*transform: translateY(-91px);*/
	}
}

.im_portfolio:hover .content .inner .portfolio_hover {
	/*transform: translateY(0);*/
	opacity: 1;
	transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s, transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s;
}

.service-main-wrapper .service.service__style--1 {
	padding: 40px 0;
	z-index: 2;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.service-main-wrapper .service.service__style--1 {
		padding: 15px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service-main-wrapper .service.service__style--1 {
		padding: 20px 0;
	}
}

.service-main-wrapper .service.service__style--1 .icon img {
	margin-bottom: 34px;
}

@media only screen and (max-width: 767px) {
	.service-main-wrapper .service.service__style--1 .icon img {
		margin-bottom: 14px;
		height: 53px;
	}
}

@media only screen and (max-width: 575px) {
	.service-main-wrapper .service.service__style--1 .icon img {
		margin-bottom: 13px;
		height: 45px;
	}
}

.service-main-wrapper .service.service__style--1 .content h4.title {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 24px;
}

@media only screen and (max-width: 767px) {
	.service-main-wrapper .service.service__style--1 .content h4.title {
		margin-bottom: 12px;
		font-weight: 400;
		font-size: 20px;
	}
}

@media only screen and (max-width: 575px) {
	.service-main-wrapper .service.service__style--1 .content h4.title {
		margin-bottom: 9px;
		font-size: 18px;
	}
}

.service-main-wrapper .service.service__style--1 .content p {
	opacity: 0.75;
	font-weight: 300;
}

.service-main-wrapper .service.service__style--2 {
	padding: 30px 35px;
	transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
	z-index: 2;
	border-radius: 10px;
	background-color: #ffffff;
	margin-top: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.service-main-wrapper .service.service__style--2 {
		padding: 30px 28px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service-main-wrapper .service.service__style--2 {
		padding: 30px 25px;
	}
}

@media only screen and (max-width: 767px) {
	.service-main-wrapper .service.service__style--2 {
		padding: 30px 14px;
	}
}

@media only screen and (max-width: 575px) {
	.service-main-wrapper .service.service__style--2 {
		padding: 30px 18px;
		margin-top: 30px;
	}
}

.service-main-wrapper .service.service__style--2 .icon {
	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-main-wrapper .service.service__style--2 .icon {
		margin-bottom: 11px;
	}
}

.service-main-wrapper .service.service__style--2 .icon svg {
	stroke-width: 1 !important;
	width: 47px;
	height: 47px;
}

.service-main-wrapper .service.service__style--2 .content h3.title {
	/*margin-bottom: 19px;*/
	font-weight: 600;
	font-size: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service-main-wrapper .service.service__style--2 .content h3.title {
		margin-bottom: 8px;
	}
}

.service-main-wrapper .service.service__style--2 .content h3.title a {
	color: inherit;
}

.service-main-wrapper .service.service__style--2 .content p {
	color: var(--color-gray);
	font-size: var(--font-size-b1);
	line-height: var(--line-height-b1);
}

.service-main-wrapper .service.service__style--2:hover {
	box-shadow: 0px 2px 70px 0px rgba(253, 71, 102, 0.05);
	transform: translateY(-5px);
}

.service-main-wrapper .service.service__style--2.service-left-align {
	display: flex;
	padding: 50px 24px;
}

.service-main-wrapper .service.service__style--2.service-left-align .icon {
	padding-right: 20px;
}

.service-main-wrapper .service.service__style--2.bg-gray {
	background: #f6f6f6;
}

.service-main-wrapper .service.service__style--2.bg-gray:hover {
	box-shadow: 0px 2px 70px 0px rgba(253, 71, 102, 0.05);
	transform: translateY(-5px);
}

.service-main-wrapper .service.service__style--2.text-left {
	padding: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.service-main-wrapper .service.service__style--2.text-left {
		padding: 40px 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.service-main-wrapper .service.service__style--2.text-left {
		padding: 40px 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service-main-wrapper .service.service__style--2.text-left {
		padding: 40px 30px;
	}
}

@media only screen and (max-width: 767px) {
	.service-main-wrapper .service.service__style--2.text-left {
		padding: 40px 30px;
	}
}

@media only screen and (max-width: 575px) {
	.service-main-wrapper .service.service__style--2.text-left {
		padding: 32px 23px;
	}
}

.service-main-wrapper .service.service__style--2.text-left .icon {
	justify-content: left;
}

.service-main-wrapper>[class*="col"]:nth-child(2) .service.service__style--2 .icon {
	color: var(--color-secondary);
}

.service-main-wrapper>[class*="col"]:nth-child(3) .service.service__style--2 .icon {
	color: #12d8df;
}

.service-main-wrapper>[class*="col"]:nth-child(4) .service.service__style--2 .icon {
	color: #59C98D;
}

.service-main-wrapper>[class*="col"]:nth-child(5) .service.service__style--2 .icon {
	color: #6F41F6;
}

.service-main-wrapper>[class*="col"]:nth-child(6) .service.service__style--2 .icon {
	color: #357FF6;
}

.service-main-wrapper>[class*="col"]:nth-child(7) .service.service__style--2 .icon {
	color: #f767b4;
}

.service-main-wrapper>[class*="col"]:nth-child(8) .service.service__style--2 .icon {
	color: #fbe973;
}

.standard-service {
	display: block;
}


.standard-service .thumbnai img {
	border-radius: 5px;
}

.standard-service .content {
	padding: 0 15px;
}

.standard-service .content h3 {
	font-size: 19px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 600;
}

.standard-service .content h3 a {
	color: #1f1f25;
}

.standard-service .content h3 a:hover {
	color: var(--color-primary);
}

.standard-service .content p {
	font-size: 15px;
	line-height: 24px;
}

.text-center .service.service__style--2,
.text-left .service.service__style--2 {
	padding: 60px 45px;
}

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

	.text-center .service.service__style--2,
	.text-left .service.service__style--2 {
		padding: 30px 14px;
	}
}

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

	.text-center .service.service__style--2,
	.text-left .service.service__style--2 {
		padding: 30px 14px;
	}
}

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

	.text-center .service.service__style--2,
	.text-left .service.service__style--2 {
		padding: 30px 14px;
	}
}

.service-white .service__style--1 {
	z-index: 2;
	text-align: center;
}

.service-white .service__style--1 .icon {
	margin-bottom: 22px;
}

.service-white .service__style--1 .icon svg {
	font-size: 60px;
	stroke-width: 1;
	color: var(--color-primary);
	width: 60px;
	height: 60px;
}

.service-white .service__style--1 .content h4.title {
	color: var(--color-white);
}

.service-white .service__style--1 .content p {
	color: #bfbdbd;
	padding: 0 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.service-white .service__style--1 .content p {
		padding: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.service-white .service__style--1 .content p {
		padding: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service-white .service__style--1 .content p {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.service-white .service__style--1 .content p {
		padding: 0;
	}
}

.rn-paralax-service .service__style--2 {
	z-index: 2;
	padding: 40px 40px;
	background: rgba(255, 255, 255, 0.3);
	margin-top: 40px;
	overflow: hidden;
	border: 2px solid transparent;
}

@media only screen and (max-width: 767px) {
	.rn-paralax-service .service__style--2 {
		padding: 30px 20px;
		background: transparent;
		margin-top: 30px;
	}
}

.rn-paralax-service .service__style--2 .icon {
	color: #ffffff;
}

.rn-paralax-service .service__style--2 .content h3.title {
	font-size: 19px;
	color: #ffffff;
}

.rn-paralax-service .service__style--2 .content p {
	color: var(--color-gray);
}

.rn-paralax-service .service__style--2:hover {
	border: 2px solid var(--color-primary);
}

.rn-paralax-service .service__style--2:hover::before {
	border-radius: 0;
}

.creative-service-wrapper .row.creative-service a {
	display: flex;
	height: 100%;
}

.creative-service-wrapper .row.creative-service .service.service__style--2 {
	margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service-one-wrapper {
		margin: 0;
	}
}

.service-one-wrapper .service__style--1 .content p {
	color: var(--color-body);
}

@media only screen and (max-width: 767px) {
	.bg_image--31 {
		background-position: 67% center !important;
	}

	.bg_image--32 {
		background-position: 27% center !important;
	}
}

.attacment-fixed {
	background-attachment: fixed;
}

.slider-wrapper .video-image-wrapper {
	position: relative;
	z-index: 2;
	margin-top: -150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.slider-wrapper .video-image-wrapper {
		margin-top: 0;
		padding-top: 120px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-wrapper .video-image-wrapper {
		margin-top: -107px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-wrapper .video-image-wrapper {
		margin-top: -74px;
	}
}

@media only screen and (max-width: 767px) {
	.slider-wrapper .video-image-wrapper {
		margin-top: 0;
		padding-top: 80px;
	}
}

.slider-fixed--height {
	min-height: 1080px;
	width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.slider-fixed--height {
		min-height: 900px;
	}
}

@media only screen and (max-width: 767px) {
	.slider-fixed--height {
		min-height: auto;
		padding: 60px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-fixed--height {
		min-height: auto;
		padding: 80px 0;
		padding-bottom: 60px;
	}
}

.slide:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
}

.slide .slide_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;		
	object-fit: cover;
}

.slide .inner {
	padding-top: 80px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.slide .inner {
		padding-top: 70px;
	}
}

@media only screen and (max-width: 575px) {
	.slide .inner {
		padding-top: 30px;
	}
}

.slide .inner h1.title {
	font-size: 110px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	line-height: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.slide .inner h1.title {
		font-size: 100px;
		line-height: 112px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slide .inner h1.title {
		font-size: 90px;
		line-height: 103px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slide .inner h1.title {
		font-size: 70px;
		line-height: 82px;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.slide .inner h1.title {
		font-size: 50px;
		line-height: 70px;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 575px) {
	.slide .inner h1.title {
		font-size: 34px;
		line-height: 42px;
		margin-bottom: 20px;
	}
}

.slide.slide-style-1 .inner {
	padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slide.slide-style-1 .inner {
		padding-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.slide.slide-style-1 .inner {
		padding-top: 57px;
	}
}

@media only screen and (max-width: 575px) {
	.slide.slide-style-1 .inner {
		padding-top: 57px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slide.slide-style-1 .inner h1.title {
		font-size: 68px;
		line-height: 81px;
		margin-bottom: 9px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slide.slide-style-1 .service-wrapper.service-white {
		margin-top: 64px;
	}
}

.slide.slide-style-2 {
	padding-top: 230px;
	padding-bottom: 284px;
	overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.slide.slide-style-2 {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

.slide.slide-style-2.fullscreen {
	/*min-height: 950px;*/
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.slide.slide-style-2.fullscreen {
		padding-top: 55px;
		padding-bottom: 55px;
		/*min-height: auto;*/
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slide.slide-style-2.fullscreen {
		/*min-height: auto;*/
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slide.slide-style-2.fullscreen {
		/*min-height: auto;*/
	}
}

@media only screen and (max-width: 767px) {
	.slide.slide-style-2.fullscreen {
		/*min-height: auto;*/
	}
}

.slide.slide-style-2.slider-box-content {
	height: 800px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slide.slide-style-2.slider-box-content {
		height: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slide.slide-style-2.slider-box-content {
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.slide.slide-style-2.slider-box-content {
		height: auto;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slide.slide-style-2 {
		padding-top: 50px;
		padding-bottom: 50px;
		/*min-height: auto;*/
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slide.slide-style-2 {
		padding-top: 40px;
		padding-bottom: 40px;
		/*min-height: auto;*/
	}
}

@media only screen and (max-width: 767px) {
	.slide.slide-style-2 {
		padding-top: 30px;
		padding-bottom: 30px;
		/*min-height: auto;*/
	}
}

.slide.slide-style-2 .inner {
	position: relative;
	z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slide.slide-style-2 .inner {
		padding-top: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slide.slide-style-2 .inner {
		padding-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.slide.slide-style-2 .inner {
		padding-top: 0;
		text-align: center !important;
	}
}

@media only screen and (max-width: 767px) {
	.slide.slide-style-2 .inner.text-right {
		text-align: right !important;
	}
}

.slide.slide-style-2 .inner>span {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 4px;
	display: block;
	margin-bottom: 9px;
}

.slide.slide-style-2 .inner .title {
	color: #ffffff;
	font-size: 100px;
	font-weight: 900;

	font-size: 54px;
    line-height: 68px;
}

.slide.slide-style-2 .inner.title span {
	color: var(--color-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slide.slide-style-2 .inner .title {
		font-size: 72px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slide.slide-style-2 .inner .title {
		font-size: 60px;
		margin-bottom: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.slide.slide-style-2 .inner .title {
		font-size: 36px;
		line-height: 49px;
	}
}

.slide.slide-style-2 .inner p.description {
	color: #c6c9d8;
	font-size: 21px;
	line-height: 28px;
	margin: 0;
	padding: 0 16%;
	font-weight: 300;

	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.slide.slide-style-2 .inner p.description {
		padding: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slide.slide-style-2 .inner p.description {
		padding: 0 10%;
	}
}

.slide.slide-style-2 .inner .slide-btn {
	margin-top: 50px;
}

@media only screen and (max-width: 767px) {
	.slide.slide-style-2 .inner .slide-btn {
		margin-top: 30px;
	}
}

.slide.slide-style-2 .inner.text-left p {
	padding: 0 37% 0 0;
}

@media only screen and (max-width: 767px) {
	.slide.slide-style-2 .inner.text-left p {
		padding: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slide.slide-style-2 .inner.text-left p {
		padding: 0 3% 0 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slide.slide-style-2 .inner.text-left p {
		padding: 0 20% 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.slide.slide-style-2 .inner.text-left p {
		padding: 0 0 0% 0;
	}
}

.slide.slide-style-2 .inner.text-right p {
	padding: 0 0 0% 46%;
}

@media only screen and (max-width: 767px) {
	.slide.slide-style-2 .inner.text-right p {
		padding: 0 0 0% 0;
	}
}

.slide.slide-style-2.without-overlay .inner p.description {
	color: #fff;
	opacity: 0.7;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.slide.slide-style-2.slider-paralax {
		height: auto;
		padding-top: 150px;
		padding-bottom: 150px;
	}
}

.slide.slider-style-3 .inner>span {
	color: #1f1f25;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 4px;
	display: block;
	margin-bottom: 20px;
}

.slide.slider-style-3 .inner>span.theme-gradient,
.slide.slider-style-3 .section-title .inner>span.subtitle,
.section-title .slide.slider-style-3 .inner>span.subtitle {
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.slide.slider-style-3 .inner>span {
		font-size: 13px;
		margin-bottom: 10px;
	}
}

.slide.slider-style-3 .inner h1.title {
	color: #1f1f25;
	font-size: 75px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	line-height: 90px;
	text-transform: inherit;
	width: 70%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slide.slider-style-3 .inner h1.title {
		font-size: 70px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slide.slider-style-3 .inner h1.title {
		font-size: 60px;
		line-height: 77px;
		width: 85%;
	}
}

@media only screen and (max-width: 767px) {
	.slide.slider-style-3 .inner h1.title {
		font-size: 42px;
		line-height: 57px;
		width: 100%;
	}
}

.slide.slider-style-3 .inner h1.title span {
	color: var(--color-primary);
}

.slide.slider-style-3 .inner .description {
	margin-top: 25px;
}

.slide.slide-style-4 .inner {
	padding-top: 60px;
}

.slide.slide-style-4 .inner h1.title {
	font-size: 80px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slide.slide-style-4 .inner h1.title {
		font-size: 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slide.slide-style-4 .inner h1.title {
		font-size: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.slide.slide-style-4 .inner h1.title {
		font-size: 40px;
	}
}

@media only screen and (max-width: 479px) {
	.slide.slide-style-4 .inner h1.title {
		font-size: 32px;
	}
}

.slide.slide-style-4 .inner .description {
	color: #fff;
	opacity: 0.7;
	font-size: 20px;
	line-height: 1.8;
	margin-top: 30px;
	margin-bottom: 37px;
}

.slider-wrapper.color-white .inner p.description {
	color: var(--color-light);
}

@media only screen and (max-width: 767px) {
	.slider-wrapper .service-wrapper {
		margin-bottom: -20px;
	}
}

.react-parallax img {
	object-fit: cover;
}

.im_modern_slider .slide.slide-style-2 .inner h1.title {
	color: #ffffff;
	font-size: 70px;
	font-weight: 600;
	position: relative;
	margin-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.im_modern_slider .slide.slide-style-2 .inner h1.title {
		font-size: 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.im_modern_slider .slide.slide-style-2 .inner h1.title {
		font-size: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.im_modern_slider .slide.slide-style-2 .inner h1.title {
		font-size: 38px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
}

.im_modern_slider .slide.slide-style-2 .inner h1.title::before {
	position: absolute;
	content: "";
	background: #fff;
	width: 100px;
	height: 2px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.im_modern_slider .slide.slide-style-2 .inner p.description {
	color: #fff;
	font-size: 28px;
	line-height: 40px;
	margin: 0;
	padding: 0 16%;
	font-weight: 300;
	letter-spacing: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.im_modern_slider .slide.slide-style-2 .inner p.description {
		font-size: 20px;
	}
}

.im_modern_slider .slide.slide-style-2 .inner p.description_style-2 {
	color: #fff;
	font-size: 19px;
	line-height: 40px;
	margin: 0;
	padding: 0 23%;
	font-weight: 400;
	letter-spacing: 1px;
	opacity: 0.8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.im_modern_slider .slide.slide-style-2 .inner p.description_style-2 {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.im_modern_slider .slide.slide-style-2 .inner p.description_style-2 {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.im_modern_slider .slide.slide-style-2 .inner .slide-btn {
		margin-top: 30px;
	}
}

.im_modern_slider .slide.slide-style-2 .inner .btn-default:hover {
	color: #ffffff;
	border-color: #ffffff;
}

.personal-portfolio-slider {
	position: relative;
}

@media only screen and (max-width: 767px) {
	.personal-portfolio-slider::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background: #ffffff;
		opacity: 0.7;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.personal-portfolio-slider::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background: #ffffff;
		opacity: 0.7;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.personal-portfolio-slider::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background: #ffffff;
		opacity: 0.7;
	}
}

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

	.slide.personal-portfolio-slider.slider-style-3,
	.slide.designer-portfolio.slider-style-3 {
		padding: 100px 0;
	}
}

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

	.slide.personal-portfolio-slider.slider-style-3,
	.slide.designer-portfolio.slider-style-3 {
		padding: 150px 0;
	}
}

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

	.slide.personal-portfolio-slider.slider-style-3,
	.slide.designer-portfolio.slider-style-3 {
		padding: 150px 0;
		min-width: auto;
		height: auto;
	}
}

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

	.slide.personal-portfolio-slider.slider-style-3 .inner,
	.slide.designer-portfolio.slider-style-3 .inner {
		padding-top: 56px;
	}
}

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

	.slide.personal-portfolio-slider.slider-style-3 .inner,
	.slide.designer-portfolio.slider-style-3 .inner {
		padding-top: 76px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

	.slide.personal-portfolio-slider.slider-style-3 .inner h1.title,
	.slide.designer-portfolio.slider-style-3 .inner h1.title {
		font-size: 54px;
		line-height: 68px;
	}
}

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

	.slide.personal-portfolio-slider.slider-style-3 .inner h1.title,
	.slide.designer-portfolio.slider-style-3 .inner h1.title {
		font-size: 58px;
		line-height: 75px;
	}
}

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

	.slide.personal-portfolio-slider.slider-style-3 .inner h1.title,
	.slide.designer-portfolio.slider-style-3 .inner h1.title {
		font-size: 53px;
		line-height: 70px;
	}
}

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

	.slide.personal-portfolio-slider.slider-style-3 .inner h1.title,
	.slide.designer-portfolio.slider-style-3 .inner h1.title {
		font-size: 30px;
		line-height: 45px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

	.slide.personal-portfolio-slider.slider-style-3 .inner h2,
	.slide.designer-portfolio.slider-style-3 .inner h2 {
		font-size: 54px;
		line-height: 1.3;
	}
}

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

	.slide.personal-portfolio-slider.slider-style-3 .inner h2,
	.slide.designer-portfolio.slider-style-3 .inner h2 {
		font-size: 32px;
		line-height: 1.3;
	}
}

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

	.slide.personal-portfolio-slider.slider-style-3 .inner h2,
	.slide.designer-portfolio.slider-style-3 .inner h2 {
		font-size: 53px;
		line-height: 70px;
	}
}

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

	.slide.personal-portfolio-slider.slider-style-3 .inner h2,
	.slide.designer-portfolio.slider-style-3 .inner h2 {
		font-size: 58px;
		line-height: 75px;
	}
}

.slide.designer-portfolio {
	height: 700px;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slide.designer-portfolio {
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.slide.designer-portfolio {
		height: auto;
	}
}

.slide.designer-portfolio .video-popup {
	margin: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slide.designer-portfolio.slider-style-3 {
		height: auto;
		padding: 100px 0;
	}
}

@media only screen and (max-width: 767px) {
	.slide.designer-portfolio.slider-style-3 {
		height: auto;
		padding: 100px 0;
	}
}

.slide.designer-portfolio.slider-style-3 .inner {
	padding: 0;
}

.slide.designer-portfolio.slider-style-3 .inner h1.title {
	width: 100%;
}

.slide.designer-portfolio.slider-style-3 .designer-thumbnail img {
	border-radius: 100%;
	padding: 0;
	border: 14px solid #fff;
	width: 394px;
	height: 394px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 575px) {
	.slide.designer-portfolio.slider-style-3 .designer-thumbnail img {
		width: auto;
		height: auto;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slide.designer-portfolio.slider-style-3 .designer-thumbnail img {
		width: auto;
		height: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.white-overlay-mobile {
		position: relative;
	}

	.white-overlay-mobile::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		background: #ffffff;
		opacity: 0.5;
	}
}

@media only screen and (max-width: 767px) {
	.white-overlay-mobile {
		position: relative;
	}

	.white-overlay-mobile::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		background: #ffffff;
		opacity: 0.5;
	}
}

.btn-hire {
	position: fixed;
	right: 0;
	top: 75%;
	z-index: 3;
}

.btn-hire a.btn-default {
	border-radius: 10px 0;
	padding: 4px 17px;
	font-size: 14px;
	text-transform: inherit;
	font-weight: 500;
}

.slider-digital-agency a.rn-button-style--2 {
	color: #fff;
	border-color: #fff;
}

.slider-video-bg {
	position: relative;
	z-index: 2;
}

.slider-video-bg .video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.slider-video-bg .inner {
	position: relative;
	z-index: 2;
}

.slider-video-bg[data-black-overlay]::before {
	z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-video-bg .video-inner button.video-popup {
		margin: 0;
		margin-top: 28px;
	}
}

@media only screen and (max-width: 767px) {
	.slider-video-bg .video-inner button.video-popup {
		margin: 0;
		margin-top: 28px;
	}
}

@media only screen and (max-width: 767px) {
	.slider-video-bg .video-inner button.video-popup {
		width: 70px;
		height: 70px;
		margin: 0 auto;
		margin-top: 30px;
	}
}

.slide.slide-style-2.slider-video-bg .inner .title {
	font-size: 60px;
	line-height: 80px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.slide.slide-style-2.slider-video-bg .inner .title {
		font-size: 44px;
		line-height: 60px;
		margin-bottom: 13px;
	}
}

@media only screen and (max-width: 575px) {
	.slide.slide-style-2.slider-video-bg .inner .title {
		font-size: 36px;
		line-height: 53px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-creative-agency .slider-paralax {
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.slider-creative-agency .slider-paralax {
		height: auto;
	}
}

.slider-creative-agency.with-particles {
	position: relative;
}

.slider-creative-agency.with-particles .frame-layout__particles {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.slider-creative-agency.with-particles .frame-layout__particles canvas {
	position: absolute;
	z-index: 1;
}

.slider-creative-agency.with-particles .inner {
	position: relative;
	z-index: 4;
}

.slide .service {
	margin-top: 85px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slide .service {
		margin-top: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slide .service {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.slide .service {
		margin-top: 20px;
	}
}

.slider_fixed_height {
	height: 950px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.slider_fixed_height {
		height: auto;
		padding-top: 150px;
		padding-bottom: 150px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider_fixed_height {
		height: auto;
		padding-top: 150px;
		padding-bottom: 150px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider_fixed_height {
		height: auto;
		padding-top: 150px;
		padding-bottom: 150px;
	}
}

@media only screen and (max-width: 767px) {
	.slider_fixed_height {
		height: auto;
		padding-top: 150px;
		padding-bottom: 150px;
	}
}

.slider-paralax,
.rn-paralax {
	height: 950px;
	background-attachment: fixed;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

	.slider-paralax,
	.rn-paralax {
		height: auto;
		padding-top: 150px;
		padding-bottom: 150px;
	}
}

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

	.slider-paralax,
	.rn-paralax {
		height: auto;
		padding-top: 150px;
		padding-bottom: 150px;
	}
}

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

	.slider-paralax,
	.rn-paralax {
		height: auto;
		padding-top: 150px;
		padding-bottom: 150px;
	}
}

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

	.slider-paralax,
	.rn-paralax {
		height: auto;
		padding-top: 150px;
		padding-bottom: 150px;
	}
}

@media only screen and (max-width: 767px) {
	.bg_image--16 {
		background-position: 71% center;
	}
}

.slider-activation {
	position: relative;
}

.slider-activation .slick-dots {
	bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.slider-activation .slick-dots {
		bottom: 88px;
	}
}

.slider-activation button.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	transition: 0.5s;
	opacity: 1;
	width: 68px;
	height: 68px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-activation button.slick-arrow {
		display: none !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-activation button.slick-arrow {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.slider-activation button.slick-arrow {
		display: none !important;
	}
}

.slider-activation button.slick-arrow:hover {
	background: var(--color-primary);
	border-color: var(--color-primary);
}

.slider-activation button.slick-arrow::before {
	line-height: 1;
	opacity: 0.4;
	position: relative;
	top: -2px;
	transition: 0.5s;
	z-index: 2;
}

.slider-activation button.slick-arrow.slick-prev {
	left: 50px;
}

@media only screen and (max-width: 767px) {
	.slider-activation button.slick-arrow.slick-prev {
		left: 10px;
	}
}

.slider-activation button.slick-arrow.slick-prev::before {
	content: url(/assets/images/icons/slick-arrow-left-small.png);
}

.slider-activation button.slick-arrow.slick-prev:hover {
	left: 30px;
}

@media only screen and (max-width: 767px) {
	.slider-activation button.slick-arrow.slick-prev:hover {
		left: 20px;
	}
}

.slider-activation button.slick-arrow.slick-prev:hover::before {
	opacity: 1;
}

.slider-activation button.slick-arrow.slick-next {
	left: auto;
	right: 50px;
}

@media only screen and (max-width: 767px) {
	.slider-activation button.slick-arrow.slick-next {
		right: 10px;
	}
}

.slider-activation button.slick-arrow.slick-next::before {
	content: url(/assets/images/icons/slick-arrow-right-small.png);
}

.slider-activation button.slick-arrow.slick-next:hover {
	right: 30px;
}

@media only screen and (max-width: 767px) {
	.slider-activation button.slick-arrow.slick-next:hover {
		right: 20px;
	}
}

.slider-activation button.slick-arrow.slick-next:hover::before {
	opacity: 1;
}

.thumbnail img {
	border-radius: 5px;
	box-shadow: 0 25px 65px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
	.bg_image--25 {
		background-position: 70% center;
		background-attachment: scroll;
	}
}

.slick-slide.slick-current .slide.slide-style-2 .inner h1.title {
	-webkit-animation: 800ms ease-in-out 0s normal none 1 running customOne;
	animation: 800ms ease-in-out 0s normal none 1 running customOne;
}

.slick-slide.slick-current .slide.slide-style-2 .inner p.description {
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running customOne;
	animation: 1000ms ease-in-out 0s normal none 1 running customOne;
}

.slick-slide.slick-current .slide.slide-style-2 .inner .slide-btn {
	-webkit-animation: 1200ms ease-in-out 0s normal none 1 running customOne;
	animation: 1200ms ease-in-out 0s normal none 1 running customOne;
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
}

.box-model .service-wrapper {
	background-image: url(/assets/images/bg/bg-image-1.jpg);
	padding: 10px 50px;
	border-radius: 6px;
	position: relative;
}

.box-model .service-wrapper .service {
	margin: 0;
}

.box-model .service-wrapper .service .icon {
	margin: auto;
	text-align: center;
}

.box-model .service-wrapper .service .content {
	text-align: center;
}

.box-model .service-wrapper:before {
	width: 90%;
	height: 80%;
	position: absolute;
	left: 0;
	bottom: -30px;
	content: "";
	background-color: var(--color-primary);
	z-index: -1;
	margin: auto;
	right: 0;
	border-radius: 20%;
	background-image: linear-gradient(145deg, var(--color-primary) 0%, var(--color-secondary) 100%);
	filter: blur(30px);
}

.box-model .inner {
	text-align: center;
	margin-bottom: 60px;
}

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

.counterup_style--1 {
	text-align: center;
	margin-top: 40px;
}

.counterup_style--1 h5.counter {
	font-size: 72px;
	line-height: 80px;
	display: inline-block;
	margin-bottom: 17px;
	position: relative;
	display: inline-block;
	color: var(--color-primary);
	margin-left: -20px;
}

@media only screen and (max-width: 767px) {
	.counterup_style--1 h5.counter {
		font-size: 45px;
		line-height: 56px;
		margin-bottom: 5px;
		margin-left: -11px;
	}
}

.counterup_style--1 h5.counter::after {
	right: -26px;
	position: absolute;
	top: -17px;
	font-size: 40px;
	content: "+";
}

.counterup_style--1 p.description {
	font-size: 18px;
	line-height: 30px;
	padding: 0 5%;
	color: rgba(29, 29, 36, 0.75);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.counterup_style--1 p.description {
		font-size: 16px;
		line-height: 28px;
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.counterup_style--1 p.description {
		font-size: 16px;
		line-height: 28px;
		padding: 0;
	}
}

.rn-paralax-counterup .counterup_style--1 {
	text-align: center;
}

.rn-paralax-counterup .counterup_style--1 h5.counter {
	color: var(--color-primary);
}

.rn-paralax-counterup .counterup_style--1 p.description {
	color: #ffffff;
}

.counterup_style--2 {
	text-align: center;
}

.counterup_style--2 h5.counter {
	font-size: 50px;
	line-height: 60px;
	color: var(--color-primary);
	display: inline-block;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.counterup_style--2 h5.counter {
		font-size: 36px;
		line-height: 46px;
	}
}

.counterup_style--2 h4.description {
	font-size: 16px;
	line-height: 30px;
	padding: 0 10%;
	margin-bottom: 0;
}

.theme-text-white .counterup_style--1 h5.counter {
	color: #ffffff;
}

.theme-text-white .counterup_style--1 p.description {
	color: #ffffff;
}

.bg_color--1 .im_counterup {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.im_counterup {
	height: 280px;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 30px;
	padding: 20px 25px;
	background-color: #ffffff;
	border-radius: 10px;
}

.im_counterup .inner .icon {
	/*height: 50px;*/
	/*width: 50px;*/
	height: 64px;
	width: 64px;
	margin: 0 auto;
	/*line-height: 47px;*/
	line-height: 61px;
	border-radius: 100%;
}

.im_counterup .inner .icon svg {
	stroke-width: 1;
	font-size: 45px;
}

.im_counterup .inner .counter {
	/*color: #000;*/
	font-size: 28px;
	font-weight: 600;
	line-height: 42px;
	margin-top: 10px;
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.im_counterup .inner .counter {
		/*font-size: 34px;*/
		/*font-weight: 600;*/
		/*line-height: 52px;*/
	}
}

@media only screen and (max-width: 767px) {
	.im_counterup .inner .counter {
		/*font-size: 34px;*/
		/*font-weight: 600;*/
		/*line-height: 52px;*/
	}
}

.im_counterup .inner .counter::after {
	/*content: "+";*/
}

.im_counterup .inner .description {
	font-size: 15px;
	line-height: 22px;

	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.im_single_counterup .im_counterup .inner .icon svg {
	color: var(--color-primary);
	width: 40px;
	height: 38px;
}

.im_single_counterup:nth-child(2) .im_counterup .inner .icon svg {
	color: var(--color-secondary);
}

.im_single_counterup:nth-child(3) .im_counterup .inner .icon svg {
	color: var(--color-warning);
}

.im_single_counterup:nth-child(4) .im_counterup .inner .icon svg {
	color: var(--color-success);
}

.rn-testimonial-content .inner {
	padding-bottom: 20px;
}

.rn-testimonial-content .inner p {
	font-size: 30px;
	line-height: 48px;
	color: #18181b;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: -16px;
	position: relative;
	z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.rn-testimonial-content .inner p {
		font-size: 24px;
		line-height: 44px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rn-testimonial-content .inner p {
		font-size: 28px;
		line-height: 48px;
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.rn-testimonial-content .inner p {
		font-size: 20px !important;
		line-height: 37px !important;
		padding: 0;
		font-weight: 400;
	}
}

@media only screen and (max-width: 575px) {
	.rn-testimonial-content .inner p {
		font-size: 18px !important;
		line-height: 34px !important;
	}
}

.rn-testimonial-content .inner p::before {
	position: absolute;
	width: 177px;
	height: 100%;
	left: -64px;
	top: -57px;
	background-image: url(/assets/images/client/image-1.png);
	content: "";
	opacity: 1;
	background-repeat: no-repeat;
	z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.rn-testimonial-content .inner p::before {
		left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rn-testimonial-content .inner p::before {
		left: 0;
		top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.rn-testimonial-content .inner p::before {
		top: -15px;
		background-size: 100px;
		left: 50%;
		right: 0;
		width: 100%;
		margin-left: -48px;
	}
}

.rn-testimonial-content .author-info h6 {
	font-size: 18px;
	line-height: 50px;
	color: #8c8c8c;
	font-weight: 300;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.rn-testimonial-content .author-info h6 {
		line-height: 20px;
		font-size: 14px;
	}
}

.rn-testimonial-content .author-info h6 span {
	color: var(--color-primary);
	text-transform: uppercase;
	font-weight: 500;
}

.rn-testimonial-light .rn-testimonial-content .inner p {
	color: #c6c9d8;
}

.rn-testimonial-light .rn-testimonial-content .author-info h6 {
	color: #ffffff;
}

.rn-testimonial-light .rn-testimonial-content .author-info h6 span {
	color: #c6c9d8;
	text-transform: uppercase;
}

.rn-paralax-testimonial .rn-testimonial-content .inner p {
	color: #ffffff;
}

.rn-paralax-testimonial .rn-testimonial-content .inner p::before,
.rn-paralax-testimonial .rn-testimonial-content .inner p::after {
	opacity: 0.1;
}

ul.testimonial-thumb-wrapper {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 510px;
	margin: 0px auto;
	margin-bottom: -30px;
	outline: none;
	border: 0 none;
}

@media only screen and (max-width: 575px) {
	ul.testimonial-thumb-wrapper {
		margin-bottom: -10px;
	}
}

ul.testimonial-thumb-wrapper li {
	padding-left: 15px;
	padding-right: 15px;
	flex-basis: 33.33%;
	margin-bottom: 30px;
	outline: none;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	ul.testimonial-thumb-wrapper li {
		flex-basis: 33.33%;
		margin-bottom: 14px;
		padding-left: 7px;
		padding-right: 7px;
	}
}

@media only screen and (max-width: 575px) {
	ul.testimonial-thumb-wrapper li {
		flex-basis: 50%;
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 10px;
	}
}

ul.testimonial-thumb-wrapper li .thumb {
	position: relative;
	display: inline-block;
	width: 100%;
}

ul.testimonial-thumb-wrapper li .thumb img {
	border-radius: 6px;
	width: 100%;
	max-height: 140px;
	min-height: 140px;
	object-fit: cover;
}

ul.testimonial-thumb-wrapper li .thumb img:hover {
	transform: scale(1.1);
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}

ul.testimonial-thumb-wrapper li .thumb::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.5);
	width: 100%;
	height: 100%;
	z-index: 1;
	cursor: pointer;
	border-radius: 6px;
}

ul.testimonial-thumb-wrapper li a.active .thumb::after {
	background-color: rgba(255, 255, 255, 0);
}

ul.testimonial-thumb-wrapper li a.active .thumb img {
	transform: scale(1.1);
	object-fit: contain;
	border-radius: 6px;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
	ul.testimonial-thumb-wrapper li a.active .thumb img {
		transform: none;
		object-fit: cover;
	}
}

ul.brand-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-left: 1px solid rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 767px) {
	ul.brand-list {
		border-left: 0 none;
		border-bottom: 0 none;
	}
}

ul.brand-list li {
	flex-basis: 50%;
	text-align: center;
	height: 214px;
	line-height: 214px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	ul.brand-list li {
		border-top: 0 none;
		border-right: 0 none;
		height: auto;
		line-height: 10;
	}
}

ul.brand-list li img {
	opacity: 0.8;
	transition: 0.3s;
	max-height: 110px;
	max-width: 150px;
}

@media only screen and (max-width: 767px) {
	ul.brand-list li img {
		max-width: 100px;
		height: auto;
	}
}

ul.brand-list li:hover {
	background-color: var(--color-primary);
	transform: scale(1.1);
	border-radius: 6px;
}

ul.brand-list li:hover img {
	opacity: 1;
}

ul.brand-list.branstyle--2 li {
	flex-basis: 33.33%;
}

ul.brand-style-2 {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

@media only screen and (max-width: 575px) {
	ul.brand-style-2 {
		margin: 0 -15px;
	}
}

ul.brand-style-2 li {
	padding: 25px;
	flex-basis: 20%;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	ul.brand-style-2 li {
		flex-basis: 33.33%;
		padding: 17px 10px;
	}
}

@media only screen and (max-width: 575px) {
	ul.brand-style-2 li {
		flex-basis: 33.33%;
		padding: 0 15px;
		margin-bottom: 16px;
	}
}

ul.brand-style-2 img {
	opacity: 0.8;
	transition: 0.3s;
	max-height: 110px;
	max-width: 150px;
	filter: grayscale(1);
	cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	ul.brand-style-2 img {
		max-width: 129px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	ul.brand-style-2 img {
		max-height: 79px;
	}
}

@media only screen and (max-width: 767px) {
	ul.brand-style-2 img {
		max-height: 60px;
		max-width: 74px;
	}
}

@media only screen and (max-width: 575px) {
	ul.brand-style-2 img {
		max-height: initial;
	}
}

ul.brand-style-2 img:hover {
	transform: scale(1.1);
	opacity: 1;
	filter: grayscale(0);
}

.react-parallax-content .brand-style-2 a img {
	filter: brightness(0) invert(1);
}

.react-parallax-content .brand-style-2 a:hover img {
	filter: brightness(1) invert(0);
}

.brand-separation {
	position: relative;
	padding-bottom: 217px;
	margin-bottom: -117px;
	padding-top: 60px;
	background: #fff;
}

@media only screen and (max-width: 767px) {
	.brand-separation {
		margin-bottom: 0;
		padding-bottom: 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.brand-separation {
		margin-bottom: 0;
		padding-bottom: 60px;
	}
}

.team {
	margin-top: 30px;
	overflow: hidden;
	border-radius: 6px;
	position: relative;
	transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.team::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 85%;
	display: block;
	z-index: 1;
	content: '';
	background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, 0.75) 100%);
	transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
	cursor: pointer;
}

.team::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 85%;
	display: block;
	z-index: 1;
	content: '';
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--color-primary) 100%);
	transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
	cursor: pointer;
	opacity: 0;
}

.team .thumbnail {
	display: block;
	position: relative;
	z-index: 1;
}

.team .thumbnail img {
	width: 100%;
}

.team .content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 35px 40px;
	z-index: 2;
}

@media only screen and (max-width: 767px) {
	.team .content {
		padding: 20px;
	}
}

.team .content h4.title {
	color: #ffffff;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transition-delay: 0.25s;
	transform: translateY(10px);
	transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
}

.team .content h4.title a {
	color: #ffffff;
}

.team .content p.designation {
	color: #ffffff;
	font-size: 14px;
	line-height: 34px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
	transform: translateY(10px);
}

.team ul.social-icon {
	position: absolute;
	top: 25px;
	left: 35px;
	padding: 0;
	z-index: 2;
	list-style: none;
	display: flex;
	margin: 0 -10px;
}

.team ul.social-icon li {
	margin: 0 10px;
	transform: translateY(8px) scale(0.8);
	opacity: 0;
	visibility: hidden;
	transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
}

.team ul.social-icon li a {
	color: #ffffff;
	font-size: 15px;
	transition: 0.3s;
}

.team ul.social-icon li a svg {
	transition: 0.3s;
	fill: #ffffff;
	height: 18px;
	width: 18px;
}

.team ul.social-icon li a:hover svg {
	transform: scale(1.3);
}

.team.team-style--bottom ul.social-icon {
	top: auto;
	left: 40px;
	bottom: 117px;
}

@media only screen and (max-width: 767px) {
	.team.team-style--bottom ul.social-icon {
		bottom: 97px;
		left: 20px;
	}
}

.team.team-style--bottom .content h4.title {
	margin-bottom: 6px;
}

.team:hover {
	transform: translateY(-10px);
	box-shadow: 0 25px 55px rgba(253, 71, 102, 0.22);
}

.team:hover::before {
	opacity: 0;
}

.team:hover::after {
	opacity: 1;
}

.team:hover .content h4.title {
	transition-delay: 0.25s;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.team:hover .content p.designation {
	transition-delay: 0.33s;
	opacity: 0.7;
	visibility: visible;
	transform: translateY(0);
}

.team:hover ul.social-icon li {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.team:hover ul.social-icon li:nth-child(1) {
	-webkit-transition-delay: .07692s;
	transition-delay: .07692s;
}

.team:hover ul.social-icon li:nth-child(2) {
	-webkit-transition-delay: .15385s;
	transition-delay: .15385s;
}

.team:hover ul.social-icon li:nth-child(3) {
	-webkit-transition-delay: .23077s;
	transition-delay: .23077s;
}

.team:hover ul.social-icon li:nth-child(4) {
	-webkit-transition-delay: .33077s;
	transition-delay: .23077s;
}

.team:hover ul.social-icon li:nth-child(5) {
	-webkit-transition-delay: .43077s;
	transition-delay: .23077s;
}

.team:hover .content {
	opacity: 1;
	visibility: visible;
}

.team-static .inner {
	padding-top: 17px;
}

.team-static .inner .content .title {
	margin-bottom: 2px;
	font-size: 16px;
}

.team-static .inner .content p.designation {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 300;
}

ul.social-transparent {
	margin: -8px;
}

ul.social-transparent li {
	margin: 8px;
}

ul.social-transparent li a {
	width: auto;
	display: inline-block;
	height: auto;
	border: 0 none;
	line-height: initial;
	color: #010001;
	border-radius: 100%;
	text-align: center;
	font-size: 14px;
	transition: 0.3s;
}

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

.call-to-action {
	background: var(--color-primary);
	position: relative;
	z-index: 2;
}

.call-to-action .inner>span {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 4px;
	display: block;
	margin-bottom: 9px;
}

.call-to-action .inner h2 {
	color: #ffffff;
	font-size: 52px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	padding: 0 10%;
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.call-to-action .inner h2 {
		font-size: 42px;
	}
}

@media only screen and (max-width: 767px) {
	.call-to-action .inner h2 {
		font-size: 38px;
	}
}

.call-to-action .inner a.rn-button-style--2 {
	margin-top: 30px;
}

.call-to-action .inner a.rn-button-style--2:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: var(--color-primary);
}

.call-to-action.bg_image::before {
	display: none;
}

.call-to-action.callto-action-style-2 .inner h2 {
	color: #ffffff;
	font-size: 52px;
	font-weight: 600;
	position: relative;
	margin-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.call-to-action.callto-action-style-2 .inner h2 {
		font-size: 42px;
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.call-to-action.callto-action-style-2 .inner h2 {
		font-size: 42px;
		padding-left: 0;
		padding-right: 0;
	}
}

.call-to-action.callto-action-style-2 .inner h2::before {
	position: absolute;
	content: "";
	background: #fff;
	width: 100px;
	height: 2px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.call-to-action.callto-action-style-2 .inner p {
	color: #fff;
	font-size: 28px;
	line-height: 40px;
	margin: 0;
	padding: 0 16%;
	font-weight: 300;
	letter-spacing: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.call-to-action.callto-action-style-2 .inner p {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.call-to-action.callto-action-style-2 .inner p {
		padding: 0;
	}
}

.call-to-action.callto-action-style-2 .bg_image--30 {
	background-attachment: fixed;
}

.call-to-action.bg_color--6 {
	background: #010001;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.im-call-to-action-area h2 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 767px) {
	.im-call-to-action-area h2 {
		font-size: 26px;
	}
}

ul.tab-style--1 {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid var(--color-border);
	border-radius: 50em;
}

@media only screen and (max-width: 767px) {
	ul.tab-style--1 {
		border-radius: inherit;
		border: 0 none;
		border-bottom: 1px solid var(--color-border);
		padding-bottom: 14px;
	}
}

ul.tab-style--1 li.nav-item a {
	cursor: pointer;
	padding: .83333em 34px;
	margin: -1px -2px -1px;
	border-radius: 50em;
	font-size: .88889em;
	font-weight: 600;
	transition: all 0.45s cubic-bezier(0, 0, 0.2, 1);
	display: inline-block;
	color: var(--color-gray);
	border: 0 none;
	transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	ul.tab-style--1 li.nav-item a {
		padding: .83333em 18px;
		font-size: 14px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	ul.tab-style--1 li.nav-item a {
		padding: .83333em 18px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	ul.tab-style--1 li.nav-item a {
		padding: .83333em 20px;
	}
}

ul.tab-style--1 li.nav-item a.active {
	background-color: var(--color-primary);
	color: #ffffff;
}

.single-tab-content {
	padding-top: 20px;
}

.single-tab-content p {
	font-weight: 300;
	color: #717173;
	font-size: 18px;
	line-height: 1.35;
	margin-bottom: 15px;

	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.single-tab-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.single-tab-content ul.list-style--1 li {
	margin-bottom: 10px;
}

.single-tab-content ul li {
	color: #7e7e7e;
	font-size: 16px;
	line-height: inherit;
	margin-bottom: 15px;
	font-weight: 300;
}

.single-tab-content ul li a {
	font-weight: 500;
	display: block;
	color: #717173;
}

.single-tab-content ul li a span {
	font-weight: 300;
}

@media (max-width: 767px) {

}

.accodion-style--1 .rn-card {
	border: none !important;
	overflow: hidden;
}

.accodion-style--1 .rn-card .rn-card-header {
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.accodion-style--1 .rn-card .rn-card-header a {
	background: none;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
	border: none;
	box-shadow: none;
	color: var(--color-heading);
}

.accodion-style--1 .rn-card .rn-card-header a[aria-disabled="true"]::after,
.accodion-style--1 .rn-card .rn-card-header a[aria-expanded="true"]::after {
	width: 100%;
	background: var(--color-primary);
}

.accodion-style--1 .rn-card .rn-card-header a::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: rgba(0, 0, 0, 0.2);
	transition: 0.3s;
}

.accodion-style--1 .rn-card .rn-card-header a::before {
	display: none;
	border: none !important;
}

.accodion-style--1 .rn-card .rn-card-header a:focus {
	outline: none;
}

.accodion-style--1 .rn-card .rn-card-body {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.accodion-style--1 .rn-card .rn-card-body p {
	font-size: 16px;
	font-weight: 400;
}

.accodion-style--1 .rn-card+.rn-card {
	margin-top: 10px;
}

.list-style--1 li {
	color: #7e7e7e;
	font-weight: 400;
	font-size: 16px;
	line-height: inherit;
	margin-bottom: 10px;
}

.list-style--1 li i,
.list-style--1 li svg {
	color: var(--color-primary);
	margin-right: 5px;
}

.list-style--1.text-white li {
	color: #ffffff;
}

ul.list-style li {
	position: relative;
	padding-left: 16px;
	color: rgba(29, 29, 36, 0.75);
	font-size: 18px;
	line-height: 25px;
}

@media only screen and (max-width: 767px) {
	ul.list-style li {
		font-size: 16px;
		line-height: 22px;
	}
}

ul.list-style li::before {
	position: absolute;
	width: 6px;
	height: 6px;
	background: rgba(29, 29, 36, 0.75);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	border-radius: 100%;
}

ul.list-style li+li {
	margin-top: 10px;
}

.contact-form--1 label {
	display: block;
	margin-bottom: 0;
}

.contact-form--1 input,
.contact-form--1 textarea {
	display: block;
	width: 100%;
	padding: 0 20px;
	border: 2px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	transition: all 0.3s ease;
	height: 50px;
	line-height: 46px;
	margin-bottom: 20px;
	outline: none;
	color: #1f1f25;
	font-size: 15px;
	letter-spacing: 0.1px;
	/*background-color: #ffffff;*/
}

.contact-form--1 input:focus,
.contact-form--1 textarea:focus {
	border-color: var(--color-primary);
}

.contact-form--1 textarea {
	height: 190px;
}

.rn-address {
	margin-top: 30px;
	padding: 40px;
	border-radius: 10px 10px 0 0;
	padding-top: 40px;
	background: #fff;
	padding-bottom: 50px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	transition: 0.3s;
}

.rn-address .icon {
	color: var(--color-primary);
	border-radius: 100%;
	font-size: 33px;
	display: inline-block;
	margin-bottom: 12px;
}

.rn-address .icon svg {
	width: 40px;
	height: 40px;
}

.rn-address .inner:not(:first-child) {
	margin-top: 15px;
}

.rn-address .inner h4.title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	color: var(--color-dark)
}

.rn-address .inner p {
	font-size: 18px;
	margin-bottom: 0;
	color: rgba(29, 29, 36, 0.75);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.rn-address .inner p {
		font-size: 16px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rn-address .inner p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.rn-address .inner p {
		font-size: 16px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.rn-address .inner p br {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rn-address .inner p br {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.rn-address .inner p br {
		display: none;
	}
}

.rn-address .inner p a {
	color: rgba(29, 29, 36, 0.75);
}

.rn-address .inner p a:hover {
	color: var(--color-primary);
}

.rn-address:hover {
	transform: translateY(-5px);
}

.rn-contact-map-area iframe {
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}

.blog-comment-form .inner .rnform-group input:focus,
.blog-comment-form .inner .rnform-group textarea:focus {
	border-color: var(--color-primary);

}

.im_address span {
	display: inline-block;
	font-size: 14px;
}

.im_address .link {
	color: var(--color-heading);
	font-weight: 700;
	font-size: 17px;
	display: inline-block;
	margin-left: 18px;
	transition: 0.3s;
}

@media only screen and (max-width: 767px) {
	.im_address .link {
		font-size: 14px;
	}
}

.im_address .link:hover {
	color: var(--color-primary);
}

.error-msg {
	margin-top: 20px;
}

.error-msg p {
	color: #f10;
}

.success-msg {
	margin-top: 20px;
}

.success-msg p {
	color: green;
}

.rn-progress-bar .single-progress {
	position: relative;
	margin-top: 38px;
	overflow: hidden;
}

.rn-progress-bar .single-progress .title {
	font-size: 15px;
	color: #1f1f25;
	margin-bottom: 10px;
}

.rn-progress-bar .single-progress .progress {
	height: 4px;
	border-radius: 4px;
	box-shadow: none;
	background-color: #f5f7fd;
	overflow: visible;
}

.rn-progress-bar .single-progress .progress .progress-bar {
	background-color: var(--color-primary);
	background-image: linear-gradient(-224deg, var(--color-primary) 0, var(--color-secondary) 100%);
	position: relative;
	color: var(--color-secondary);
}

.rn-progress-bar .single-progress .label {
	position: absolute;
	right: 0;
	top: 0;
	color: #1f1f25;
	font-size: 15px;
}

@media only screen and (max-width: 767px) {
	.rn-progress-bar .single-progress .label {
		top: -8px;
	}
}

.rn-progress-bar .single-progress.custom-color--1 .progress .progress-bar {
	color: #61fded;
	background-color: #0d8abc;
	background-image: linear-gradient(-224deg, #0d8abc 0px, #61fded 100%);
}

.rn-progress-bar .single-progress.custom-color--2 .progress .progress-bar {
	color: #eece90;
	background-color: #d45529;
	background-image: linear-gradient(-224deg, #d45529 0px, #eece90 100%);
}

.rn-progress-bar .single-progress.custom-color--3 .progress .progress-bar {
	color: #5c51ff;
	background-color: #f646a9;
	background-image: linear-gradient(-224deg, #f646a9 0px, #5c51ff 100%);
}

.rn-progress-bar .single-progress.custom-color--4 .progress .progress-bar {
	color: #e5529a;
	background-color: #e77654;
	background-image: linear-gradient(-224deg, #e77654 0px, #e5529a 100%);
}

.rn-progress-bar.progress-bar--2 .single-progress {
	overflow: hidden;
}

.rn-progress-bar.progress-bar--2 .single-progress .progress {
	height: 1px;
	border-radius: 1px;
}

.rn-progress-bar.progress-bar--3 .single-progress {
	overflow: hidden;
}

.rn-progress-bar.progress-bar--3 .single-progress .progress {
	height: 20px;
	border-radius: 0;
}

.rn-progress-bar.style-dots .single-progress {
	overflow: hidden;
}

.rn-progress-bar.style-dots .single-progress .progress {
	height: 32px;
	border: 2px solid #f2f2f2;
	padding: 4px;
	border-radius: 30px;
	box-shadow: none;
	background: none;
	overflow: visible;
}

.rn-progress-bar.style-dots .single-progress .progress .progress-bar {
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	background-color: transparent !important;
	background-size: 25px 25px;
	background-repeat: repeat-x;
	background-position: -3px center;
	background-image: radial-gradient(ellipse at center, #5945e6 50%, transparent 55%);
}

.rn-progress-bar.style-dots .single-progress .progress .progress-bar::before,
.rn-progress-bar.style-dots .single-progress .progress .progress-bar::after {
	display: none;
}

.rn-progress-bar.style-solid .single-progress {
	overflow: hidden;
}

.rn-progress-bar.style-solid .single-progress .progress {
	height: 32px;
	padding: 6px;
	border-radius: 30px;
	box-shadow: none;
	background-color: #f2f2f2;
}

.rn-progress-bar.style-solid .single-progress .progress .progress-bar {
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	border-radius: inherit;
	background-color: var(--color-primary);
	background-image: linear-gradient(-224deg, var(--color-primary) 0, var(--color-secondary) 100%);
}

.rn-progress-bar.style-solid .single-progress .progress .progress-bar::before,
.rn-progress-bar.style-solid .single-progress .progress .progress-bar::after {
	display: none;
}

.rn-progress-bar.style-solid .single-progress.custom-color--1 .progress .progress-bar {
	color: #61fded;
	background-color: #0d8abc;
	background-image: linear-gradient(-224deg, #0d8abc 0px, #61fded 100%);
}

.rn-progress-bar.style-solid .single-progress.custom-color--2 .progress .progress-bar {
	color: #eece90;
	background-color: #d45529;
	background-image: linear-gradient(-224deg, #d45529 0px, #eece90 100%);
}

.rn-progress-bar.style-solid .single-progress.custom-color--3 .progress .progress-bar {
	color: #5c51ff;
	background-color: #f646a9;
	background-image: linear-gradient(-224deg, #f646a9 0px, #5c51ff 100%);
}

.rn-progress-bar.style-solid .single-progress.custom-color--4 .progress .progress-bar {
	color: #e5529a;
	background-color: #e77654;
	background-image: linear-gradient(-224deg, #e77654 0px, #e5529a 100%);
}

.single-column h4.tilte {
	margin-bottom: 6px;
}

.single-column p {
	font-size: 16px;
	line-height: 28px;
}

.single-column.custom-color {
	background: var(--color-primary);
	padding: 37px 29px;
}

.single-column.custom-color h4.tilte {
	color: #ffffff;
}

.single-column.custom-color p {
	color: #ffffff;
}

.single-column.custom-color.custom-color--1 {
	background: #001c43;
}

.single-column.custom-color.custom-color--2 {
	background: #c93ec7;
}

.error-page-inner {
	height: calc(100vh - 120px);
	display: flex;
	align-items: center;
	min-height: 700px;
}

.error-page-inner .inner {
	text-align: center;
}

.error-page-inner .inner h1.title {
	font-size: 180px;
	line-height: 1;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.error-page-inner .inner h1.title {
		font-size: 107px;
	}
}

.error-page-inner .inner .sub-title {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 48px;
	color: #ffffff;
}

@media only screen and (max-width: 767px) {
	.error-page-inner .inner .sub-title {
		font-size: 40px;
	}
}

.error-page-inner .inner span {
	font-size: 16px;
	margin-top: 10px;
	color: #c6c9d8;
	opacity: .75;
	font-weight: 300;
	display: block;
	margin-bottom: 28px;
}

.rn-pricing {
	border: 2px solid var(--color-border);
	border-radius: 5px;
	transition: all 0.6s cubic-bezier(0.33, 0.84, 0.31, 0.98);
	transform-style: preserve-3d;
	position: relative;
	z-index: 2;
}

.rn-pricing::before {
	z-index: -1;
	display: inline-block;
	content: '';
	-webkit-transition: all 0.6s cubic-bezier(0.33, 0.84, 0.31, 0.98);
	transition: all 0.6s cubic-bezier(0.33, 0.84, 0.31, 0.98);
	opacity: 0;
	border-radius: 5px;
	background-color: var(--color-primary);
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
}

.rn-pricing .pricing-table-inner {
	padding: 40px;
}

.rn-pricing .pricing-table-inner .pricing-header {
	margin-bottom: 30px;
	padding-bottom: 30px;
	text-align: center;
	border-bottom: 2px solid var(--color-border);
}

.rn-pricing .pricing-table-inner .pricing-header h4.title {
	margin-bottom: 30px;
}

.rn-pricing .pricing-table-inner .pricing-header .pricing span {
	display: block;
}

.rn-pricing .pricing-table-inner .pricing-header .pricing span.price {
	font-size: 77px;
	color: var(--color-primary);
	line-height: 1;
	font-weight: 700;
	margin-bottom: 10px;
}

.rn-pricing .pricing-table-inner .pricing-header .pricing span.subtitle {
	font-size: 14px;
	color: var(--color-primary);
}

.rn-pricing .pricing-table-inner .pricing-body {
	text-align: center;
	margin-bottom: 48px;
}

.rn-pricing .pricing-table-inner .pricing-footer {
	text-align: center;
}

.rn-pricing.active::before {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.rn-pricing.active .pricing-table-inner .pricing-header {
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.rn-pricing.active .pricing-table-inner .pricing-header h4.title {
	color: #ffffff;
}

.rn-pricing.active .pricing-table-inner .pricing-header .pricing span {
	display: block;
}

.rn-pricing.active .pricing-table-inner .pricing-header .pricing span.price {
	color: #ffffff;
}

.rn-pricing.active .pricing-table-inner .pricing-header .pricing span.subtitle {
	color: #ffffff;
}

.rn-pricing.active .pricing-table-inner .pricing-body ul.list-style--1 li {
	color: #ffffff;
}

.rn-pricing.active .pricing-table-inner .pricing-body ul.list-style--1 li svg {
	color: #ffffff;
}

.rn-pricing.active .pricing-table-inner .pricing-footer {
	text-align: center;
}

.rn-pricing.active .pricing-table-inner .pricing-footer a.rn-btn {
	background: #ffffff;
	color: var(--color-primary);
	border-color: #ffffff;
}

@-webkit-keyframes border-transform {

	0%,
	100% {
		border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
	}

	14% {
		border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
	}

	28% {
		border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
	}

	42% {
		border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
	}

	56% {
		border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
	}

	70% {
		border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
	}

	84% {
		border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
	}
}

.paginacontainer {
	height: 3000px;
}

.rn-progress-parent {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px var(--color-gray);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.rn-progress-parent.rn-backto-top-active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.rn-progress-parent::after {
	position: absolute;
	font-family: 'feather' !important;
	content: "\e914";
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	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;
}

.rn-progress-parent:hover::after {
	color: var(--color-primary);
}

.rn-progress-parent::before {
	position: absolute;
	font-family: 'feather' !important;
	content: "\e914";
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	-webkit-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;
}

.rn-progress-parent:hover::before {
	opacity: 1;
}

.rn-progress-parent svg path {
	fill: none;
}

.rn-progress-parent svg.rn-back-circle path {
	stroke: var(--color-primary);
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.blog-style--1 {
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
	border-radius: 6px;
}

.blog-style--1 .thumbnail a {
	display: block;
	position: relative;
	z-index: 1;
}

.blog-style--1 .thumbnail a::after {
	background: linear-gradient(to bottom, var(--color-primary) 0, #010001 100%);
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	opacity: 0;
}

@media only screen and (max-width: 575px) {
	.blog-style--1 .thumbnail a::after {
		opacity: 0.85;
		top: 0;
	}
}

.blog-style--1 .content {
	position: absolute;
	bottom: -92px;
	width: 100%;
	padding: 50px 35px;
	z-index: 3;
}

@media only screen and (max-width: 575px) {
	.blog-style--1 .content {
		bottom: 0;
	}
}

@media only screen and (max-width: 575px) {
	.blog-style--1 .content {
		padding: 30px 20px;
	}
}

.blog-style--1 .content::before {
	position: absolute;
	content: "";
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #010001 70%);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: -1;
}

@media only screen and (max-width: 575px) {
	.blog-style--1 .content::before {
		opacity: 0;
	}
}

.blog-style--1 .content p.blogtype {
	font-size: 14px;
	margin-bottom: 5px;
	color: #c6c9d8;
}

.blog-style--1 .content h4.title {
	margin-bottom: 0;
}

.blog-style--1 .content h4.title a {
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
}

.blog-style--1 .content .blog-btn {
	margin-top: 35px;
	transition: 0.7s;
	opacity: 0;
	visibility: hidden;
}

@media only screen and (max-width: 575px) {
	.blog-style--1 .content .blog-btn {
		margin-top: 22px;
	}
}

@media only screen and (max-width: 575px) {
	.blog-style--1 .content .blog-btn {
		opacity: 1;
		visibility: visible;
	}
}

.blog-style--1:hover .content {
	bottom: 0;
}

.blog-style--1:hover .content::before {
	opacity: 0;
}

.blog-style--1:hover .thumbnail a img {
	transform: scale(1.1);
}

.blog-style--1:hover .thumbnail a::before {
	opacity: 0;
}

.blog-style--1:hover .thumbnail a::after {
	opacity: 0.85;
	top: 0;
}

.blog-style--1:hover .content .blog-btn {
	opacity: 1;
	visibility: visible;
}

.im_box {
	position: relative;
	z-index: 2;
	overflow: hidden;
	border-radius: 10px;
	transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.im_box::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 85%;
	display: block;
	z-index: 1;
	content: '';
	background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, 0.75) 100%);
	transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
	cursor: pointer;
}

.im_box::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 85%;
	display: block;
	z-index: 1;
	content: '';
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--color-primary) 100%);
	transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
	cursor: pointer;
	opacity: 0;
}

.im_box .thumbnail a {
	display: block;
}

.im_box .thumbnail a img {
	transition: transform 1s ease, opacity 0.5s ease 0.25s;
	border-radius: 10px;
}

.im_box .content .inner {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px 30px;
	z-index: 2;
	width: 100%;
	z-index: 3;
}

.im_box .content .inner .content_heading {
	transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.im_box .content .inner .content_footer {
	opacity: 0;
	position: absolute;
	bottom: 35px;
	margin-top: 10px;
	transform: translateY(20px);
	line-height: 1.5em;
	max-width: 80%;
	transition: opacity 0.18s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.18s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.im_box .content .category_list {
	margin: -5px;
	margin-bottom: 5px;
}

.im_box .content .category_list a {
	color: #ffffff;
	opacity: 0.7;
	display: inline-block;
	margin: 5px;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.im_box .content .title {
	margin-bottom: 0;
}

.im_box .content .title a {
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
}

@media only screen and (max-width: 767px) {
	.im_box .content .title a {
		font-size: 22px;
		line-height: 33px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.im_box .content .title a {
		font-size: 20px;
		line-height: 28px;
	}
}

.im_box:hover {
	transform: translateY(-10px);
	box-shadow: 0 25px 55px rgba(253, 71, 102, 0.22);
}

.im_box:hover::before {
	opacity: 0;
}

.im_box:hover::after {
	opacity: 1;
}

.im_box:hover .content .inner .content_heading {
	transform: translateY(-62px);
	transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.im_box:hover .content .inner .content_footer {
	transform: translateY(0);
	opacity: 1;
	transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s, transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1) 0.15s;
}

.im_box:hover .thumbnail a img {
	transform: scale(1.1);
	transition: all 9s cubic-bezier(0.1, 0.2, 7, 1);
}

.slick-space-gutter--15 .im_box {
	margin: 50px 0;
}

.blog-single-page-title {
	position: relative;
}

.blog-single-page-title h2 {
	font-weight: 700;
	line-height: 90px;
	font-size: 72px;
}

@media only screen and (max-width: 767px) {
	.blog-single-page-title h2 {
		line-height: 62px;
		font-size: 40px;
	}
}

.blog-single-page-title ul.blog-meta {
	margin: 0 -15px;
	flex-wrap: wrap;
	position: absolute;
	width: 100%;
	bottom: -135px;
}

.blog-single-page-title ul.blog-meta li {
	font-size: 16px;
	color: #c6c9d8;
	margin: 0 15px;
	margin-bottom: 13px;
}

@media only screen and (max-width: 767px) {
	.blog-single-page-title ul.blog-meta li {
		font-size: 14px;
	}
}

.blog-single-page-title ul.blog-meta li svg {
	margin-right: 13px;
	font-size: 22px;
}

.rn-blog-details .inner-wrapper .inner {
	padding: 0 110px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.rn-blog-details .inner-wrapper .inner {
		padding: 0 40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rn-blog-details .inner-wrapper .inner {
		padding: 0 40px;
	}
}

@media only screen and (max-width: 767px) {
	.rn-blog-details .inner-wrapper .inner {
		padding: 0 10px;
	}
}

.rn-blog-details .inner-wrapper .inner p {
	font-size: 18px;
	line-height: 30px;
	color: rgba(29, 29, 36, 0.75);
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.rn-blog-details .inner-wrapper .inner p {
		margin-bottom: 20px;
	}
}

.rn-blog-details .inner-wrapper .inner .thumbnail {
	margin: 0 -110px;
}

@media only screen and (max-width: 767px) {
	.rn-blog-details .inner-wrapper .inner .thumbnail {
		margin: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rn-blog-details .inner-wrapper .inner .thumbnail {
		margin: 0;
	}
}

.rn-blog-details .inner-wrapper .inner .thumbnail img {
	width: 100%;
}

.rn-blog-details .inner-wrapper .inner .rn-blog-quote {
	font-size: 24px;
	line-height: 40px;
	color: #1f1f25;
	font-weight: 400;
	text-align: center;
	padding: 0 9%;
	margin-top: 67px;
	margin-bottom: 67px;
	position: relative;
	z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.rn-blog-details .inner-wrapper .inner .rn-blog-quote {
		padding: 0 4%;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rn-blog-details .inner-wrapper .inner .rn-blog-quote {
		padding: 0 4%;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.rn-blog-details .inner-wrapper .inner .rn-blog-quote {
		padding: 0 4%;
		margin-top: 40px;
		margin-bottom: 40px;
		font-size: 20px;
		line-height: 33px;
	}
}

@media only screen and (max-width: 575px) {
	.rn-blog-details .inner-wrapper .inner .rn-blog-quote {
		padding: 0;
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 29px;
	}
}

.rn-blog-details .inner-wrapper .inner .rn-blog-quote::before {
	position: absolute;
	width: 234px;
	height: 121%;
	left: 50%;
	top: 2px;
	background-image: url(/assets/images/client/image-1.png);
	content: "";
	opacity: 1;
	background-repeat: no-repeat;
	z-index: -1;
	transform: translateX(-50%);
}

.rn-blog-details .inner-wrapper .blog-single-list-wrapper {
	margin-right: -110px;
}

@media only screen and (max-width: 767px) {
	.rn-blog-details .inner-wrapper .blog-single-list-wrapper {
		margin-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rn-blog-details .inner-wrapper .blog-single-list-wrapper {
		margin-right: 0;
	}
}

.rn-blog-details .inner-wrapper .blog-single-list-wrapper .thumbnail {
	width: 55%;
	padding-right: 30px;
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	.rn-blog-details .inner-wrapper .blog-single-list-wrapper .thumbnail {
		width: 100%;
		padding-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rn-blog-details .inner-wrapper .blog-single-list-wrapper .thumbnail {
		width: 100%;
		padding-right: 0;
	}
}

.rn-blog-details .inner-wrapper .blog-single-list-wrapper .thumbnail img {
	width: 100%;
}

.rn-blog-details .inner-wrapper .blog-single-list-wrapper .thumbnail span {
	color: rgba(29, 29, 36, 0.75);
	font-size: 14px;
	display: block;
	text-align: left;
	padding-top: 10px;
	padding-left: 110px;
}

@media only screen and (max-width: 767px) {
	.rn-blog-details .inner-wrapper .blog-single-list-wrapper .thumbnail span {
		font-size: 13px;
		padding-left: 0;
		margin-bottom: 23px;
	}
}

.rn-blog-details .inner-wrapper .blog-single-list-wrapper h4.title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.rn-blog-details .inner-wrapper .blog-single-list-wrapper h4.title {
		margin-bottom: 16px;
	}
}

.rn-blog-details .inner-wrapper .blog-single-list-wrapper .content {
	width: 45%;
}

@media only screen and (max-width: 767px) {
	.rn-blog-details .inner-wrapper .blog-single-list-wrapper .content {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rn-blog-details .inner-wrapper .blog-single-list-wrapper .content {
		width: 100%;
	}
}

.rn-blog-details .inner-wrapper .blog-single-list-wrapper .content ul.list-style {
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	.rn-blog-details .inner-wrapper .blog-single-list-wrapper .content ul.list-style {
		margin-bottom: 25px;
	}
}

.blog-comment-form .inner .rnform-group {
	margin-bottom: 20px;
}

.blog-comment-form .inner .rnform-group input {
	color: var(--color-light);
	border: 2px solid #e9e9e9;
	border-radius: 4px;
	height: 50px;
	font-size: 16px;
}

.blog-comment-form .inner .rnform-group textarea {
	min-height: 193px;
	border: 2px solid #e9e9e9;
	border-radius: 4px;
	resize: none;
	padding: 15px;
	font-size: 16px;
}

.footer-wrapper {
	position: relative;
}

.footer-left {
	background: linear-gradient(145deg, var(--color-primary) 0%, var(--color-secondary) 100%);
	padding: 120px 120px;
	position: relative;
	z-index: 2;
	margin-right: -15px;
	border-top-right-radius: 6px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-left {
		padding: 120px 80px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-left {
		padding: 60px 70px;
	}
}

@media only screen and (max-width: 767px) {
	.footer-left {
		padding: 60px 30px;
	}
}

.footer-left .inner {
	z-index: 5;
	position: relative;
}

.footer-left .inner>span {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 4px;
	display: block;
	margin-bottom: 9px;
}

@media only screen and (max-width: 575px) {
	.footer-left .inner>span {
		letter-spacing: 1px;
		margin-bottom: 9px;
	}
}

.footer-left .inner h2 {
	color: #ffffff;
	font-size: 75px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	line-height: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-left .inner h2 {
		font-size: 50px;
		line-height: 61px;
	}
}

@media only screen and (max-width: 767px) {
	.footer-left .inner h2 {
		font-size: 45px;
		line-height: 51px;
	}
}

.footer-left .inner a.rn-button-style--2 {
	margin-top: 30px;
	border-color: #ffffff;
	color: #ffffff;
}

@media only screen and (max-width: 767px) {
	.footer-left .inner a.rn-button-style--2 {
		margin-top: 10px;
		padding: 10px 23px;
	}
}

@media only screen and (max-width: 575px) {
	.footer-left .inner a.rn-button-style--2 {
		padding: 7px 16px;
	}
}

.footer-left .inner a.rn-button-style--2:hover {
	background: #fff;
	border-color: #fff;
	color: var(--color-primary);
}

.footer-style-01 .footer-link h4 {
	font-weight: 500;
	margin-bottom: 30px;
	color: var(--color-white);
	font-size: 20px;
}

@media only screen and (max-width: 767px) {
	.footer-style-01 .footer-link h4 {
		margin-bottom: 14px;
	}
}

.footer-style-01 .footer-link ul.ft-link {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-style-01 .footer-link ul.ft-link li {
	color: #757575;
	font-size: 16px;
}

.footer-style-01 .footer-link ul.ft-link li a {
	color: #757575;
	font-size: 16px;
	padding: 0;
	display: block;
}

.footer-style-01 .footer-link ul.ft-link li a.active,
.footer-style-01 .footer-link ul.ft-link li a:hover {
	color: var(--color-primary);
}

.footer-style-01 .footer-link ul.ft-link li+li {
	margin-top: 5px;
}

@media only screen and (max-width: 767px) {
	.footer-style-01 .footer-link ul.ft-link li+li {
		margin-top: 3px;
	}
}

.footer-style-01 .ft-text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.footer-style-01 .ft-text .logo {
	margin-bottom: 30px;
}

.footer-style-01 .ft-text .logo span {
	/*font-size: 20px;*/
}

.footer-style-01 .ft-text p {
	color: #757575;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
}

.footer-style-01 .ft-text p a {
	color: #757575;
}

.footer-style-01 .ft-text p a:hover {
	color: var(--color-primary);
}

.footer-style-2 .logo a,
.footer-area .logo a,
.footer-style-3 .logo a {
	display: block;
}

.footer-style-2 .logo a img,
.footer-area .logo a img,
.footer-style-3 .logo a img {
	max-height: 60px;
}

.footer-style-2 p {
	color: #757575;
	font-size: 14px;
}

.footer-style-3 .logo {
	margin-bottom: 30px;
	margin-top: 60px;
	padding-top: 60px;
	position: relative;
}

.footer-style-3 .logo::before {
	position: absolute;
	content: "";
	max-width: 1230px;
	height: 2px;
	left: 0;
	top: 0;
	background: #353131;
	right: 0;
	margin: 0 auto;
}

.footer-style-3 .text p {
	font-size: 14px;
}

.footer-style-3 .text p a {
	transition: 0.3s;
}

.footer-style-3 .text p a:hover {
	color: var(--color-primary);
}

.copyright-text {
	position: absolute;
	bottom: -114px;
}

@media only screen and (max-width: 767px) {
	.copyright-text {
		position: static;
		bottom: 0;
		padding-top: 33px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.copyright-text {
		position: static;
		bottom: 0;
		padding-top: 33px;
	}
}

.copyright-text p {
	color: #757575;
	font-size: 14px;
	opacity: 0.75;
}

.about-area .rn-progress-bar .single-progress {
	margin-top: 26px;
}

.rn-finding-us-area .inner {
	position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.rn-finding-us-area .inner {
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0;
		display: flex;
		flex-direction: column-reverse;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rn-finding-us-area .inner {
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0;
		display: flex;
		flex-direction: column-reverse;
	}
}

@media only screen and (max-width: 767px) {
	.rn-finding-us-area .inner {
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0;
		display: flex;
		flex-direction: column-reverse;
	}
}

.rn-finding-us-area .inner .content-wrapper .content {
	background: #101010;
	padding: 120px 100px;
	position: relative;
	z-index: 2;
	width: 800px;
	border-radius: 10px;
	text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.rn-finding-us-area .inner .content-wrapper .content {
		padding: 60px 50px;
		width: 100%;
		border-radius: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rn-finding-us-area .inner .content-wrapper .content {
		padding: 60px 50px;
		width: 100%;
		border-radius: 0;
	}
}

@media only screen and (max-width: 767px) {
	.rn-finding-us-area .inner .content-wrapper .content {
		padding: 30px 30px;
		width: 100%;
		border-radius: 0;
	}
}

.rn-finding-us-area .inner .content-wrapper .content h4 {
	color: #ffffff;
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.rn-finding-us-area .inner .content-wrapper .content h4 {
		font-size: 26px;
		margin-bottom: 12px;
	}
}

.rn-finding-us-area .inner .content-wrapper .content p {
	font-size: 18px;
	color: #b5b0b0;
	font-weight: 400;
	margin-bottom: 40px;
	padding-right: 0;
}

@media only screen and (max-width: 767px) {
	.rn-finding-us-area .inner .content-wrapper .content p {
		margin-bottom: 24px;
		padding-right: 0;
	}
}

.rn-finding-us-area .inner .thumbnail {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.rn-finding-us-area .inner .thumbnail {
		position: static;
		height: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rn-finding-us-area .inner .thumbnail {
		position: static;
		height: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.rn-finding-us-area .inner .thumbnail {
		position: static;
		height: 100%;
	}
}

.rn-finding-us-area .inner .thumbnail img {
	border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.rn-finding-us-area .inner .thumbnail img {
		border-radius: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rn-finding-us-area .inner .thumbnail img {
		border-radius: 0;
	}
}

@media only screen and (max-width: 767px) {
	.rn-finding-us-area .inner .thumbnail img {
		border-radius: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-inner {
		padding-top: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.about-inner {
		padding-top: 40px;
	}
}

.about-inner .icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: var(--color-primary);
	border-radius: 100%;
	text-align: center;
	color: #fff;
	line-height: 58px;
	font-size: 27px;
	margin-bottom: 17px;
	padding-right: 3px;
}

.about-inner .icon svg {
	stroke-width: 1;
	width: 31px;
	height: 31px;
}

.about-inner .section-title h2.title {
	line-height: 1.35;
	margin-bottom: 15px;
}

.about-inner .section-title p.description {
	font-weight: 300;
	color: var(--color-gray);
	line-height: 1.35;
	margin-bottom: 15px;

	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.about-inner .section-title p.description a {
	color: #1d1d24;
}

.about-inner .section-title p.description a:hover {
	color: var(--color-primary);
}

.about-wrapper .thumbnail {
	position: relative;
	z-index: 2;
}

.about-wrapper .thumbnail img {
	border-radius: 8px;
	box-shadow: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-position-top {
		padding-top: 120px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-position-top {
		padding-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.about-position-top {
		padding-top: 60px;
	}
}

.about-position-top .thumbnail {
	margin-top: -130px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-position-top .thumbnail {
		margin-top: 0;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.about-position-top .thumbnail {
		margin-top: -89px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-position-top .thumbnail {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.about-position-top .thumbnail {
		margin-top: 0;
	}
}

.about-us-list {
	margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-us-list {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.about-us-list {
		margin-top: 30px;
	}
}

.about-us-list h3.title {
	font-size: 30px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.about-us-list h3.title {
		font-size: 26px;
		margin-bottom: 8px;
	}
}

.about-us-list p {
	font-weight: 300;
	padding-right: 10%;
}

.rn-content-box-style--1 .content {
	text-align: left;
	padding: 0 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rn-content-box-style--1 .content {
		padding: 0 60px;
	}
}

@media only screen and (max-width: 767px) {
	.rn-content-box-style--1 .content {
		padding: 0 40px;
	}
}

.rn-content-box-style--1 .content p.subtitle {
	color: #1f1f25;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 25px;
	display: inline-block;
	border-radius: 4px;
}

.rn-content-box-style--1 .content p.subtitle span {
	color: var(--color-primary);
}

.rn-content-box-style--1 .content h2 {
	margin-top: 11px;
	margin-bottom: 20px;
	font-size: 36px;
	line-height: 50px;
	font-weight: 500;
	margin-bottom: 20px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.rn-content-box-style--1 .content h2 {
		margin-top: 7px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rn-content-box-style--1 .content h2 {
		margin-top: 7px;
	}
}

@media only screen and (max-width: 767px) {
	.rn-content-box-style--1 .content h2 {
		margin-top: 7px;
	}
}

.rn-content-box-style--1 .content p {
	color: rgba(29, 29, 36, 0.75);
	font-size: 18px;
	line-height: 30px;
}

.rm-about-style-2 .about-inner .section-title h2.title {
	line-height: 1.3;
	margin-bottom: 26px;
}

.rm-about-style-2 .about-inner .section-title p.description {
	font-weight: 300;
	color: var(--color-gray);
}

.rm-about-style-2 .about-inner .section-title p.description a {
	color: #1d1d24;
}

.rm-about-style-2 .about-inner .section-title p.description a:hover {
	color: var(--color-primary);
}

.portfolio-thumb-inner .thumb {
	position: relative;
}

.portfolio-thumb-inner .thumb .video-popup {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 0 none;
	width: 110px;
	height: 110px;
	background: var(--color-primary);
	margin-left: -35px;
	margin-top: -35px;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
	.portfolio-thumb-inner .thumb .video-popup {
		width: 70px;
		height: 70px;
	}
}

.portfolio-thumb-inner .thumb .video-popup::before {
	border-left: 15px solid #ffffff;
}

.portfolio-thumb-inner .thumb .video-popup span {
	font-size: 18px;
	line-height: 28px;
	display: inline-block;
	color: #292642;
	font-weight: 500;
}

.portfolio-thumb-inner .thumb .video-popup:hover {
	transform: translate(-50%, -50%) scale3d(1.15, 1.15, 1.15);
}

.portfolio-details .inner h2 {
	line-height: 27px;
	display: block;
	margin-bottom: 0;
	padding-bottom: 43px;
	border-bottom: 1px solid #e1e1e1;
}

.portfolio-details .inner p {
	font-size: 18px;
	line-height: 30px;
	color: rgba(29, 29, 36, 0.75);
	margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.portfolio-details .inner p {
		margin-bottom: 22px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio-details .inner p {
		margin-bottom: 22px;
	}
}

@media only screen and (max-width: 767px) {
	.portfolio-details .inner p {
		margin-bottom: 22px;
	}
}

.portfolio-details .inner p.subtitle {
	color: #1f1f25;
	font-size: 23px;
	line-height: 44px;
	margin-top: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.portfolio-details .inner p.subtitle {
		font-size: 20px;
		line-height: 38px;
		margin-top: 24px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio-details .inner p.subtitle {
		font-size: 18px;
		line-height: 38px;
		margin-top: 24px;
	}
}

@media only screen and (max-width: 767px) {
	.portfolio-details .inner p.subtitle {
		font-size: 18px;
		line-height: 38px;
		margin-top: 24px;
	}
}

.portfolio-details .inner .portfolio-view-list {
	margin: 0 -40px;
}

.portfolio-details .inner .portfolio-view-list .port-view {
	margin: 0 40px;
}

.portfolio-details .inner .portfolio-view-list .port-view span {
	font-size: 16px;
	color: rgba(29, 29, 36, 0.75);
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
}

.portfolio-details .inner .portfolio-view-list .port-view h4 {
	font-size: 22px;
	font-weight: 500;
}

.related-work .thumb a img {
	width: 100%;
}

.related-work .inner {
	padding-top: 25px;
}

.related-work .inner h4 {
	font-size: 24px;
	line-height: 39px;
	margin-bottom: 7px;
}

.related-work .inner h4 a {
	color: #1f1f25;
}

.related-work .inner h4:hover a {
	color: var(--color-primary);
}

.related-work .inner span.category {
	color: rgba(29, 29, 36, 0.75);
	font-size: 16px;
	font-weight: 500;
}

.service-details-inner .page-title {
	padding-left: 105px;
}

.service-details-inner .page-title h2.title {
	font-size: 40px;
	line-height: 51px;
	margin-bottom: 14px;
}

.service-details-inner .page-title p {
	font-size: 24px;
	line-height: 30px;
	color: rgba(29, 29, 36, 0.75);
	margin-bottom: 0;
}

.service-details-inner .sercice-details-content .thumb .video-popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 0 none;
}

.service-details-inner .sercice-details-content .details p {
	color: rgba(29, 29, 36, 0.75);
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
}

.service-details-inner .sercice-details-content .details p+p {
	margin-top: 30px;
}

.service-details-inner .sercice-details-content .details h4.title {
	font-size: 36px;
	line-height: 30px;
	font-weight: 500;
	margin-top: 40px;
	margin-bottom: 27px;
}

@media only screen and (max-width: 767px) {
	.service-details-inner .sercice-details-content .details h4.title {
		font-size: 26px;
		line-height: 38px;
		margin-top: 26px;
		margin-bottom: 18px;
	}
}

.service-details-inner .sercice-details-content .details ul.liststyle li {
	font-size: 18px;
	line-height: 30px;
	color: rgba(29, 29, 36, 0.75);
	position: relative;
	padding-left: 30px;
}

.service-details-inner .sercice-details-content .details ul.liststyle li::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: rgba(29, 29, 36, 0.75);
	left: 0;
	top: 10px;
}

.service-details-inner .sercice-details-content .details ul.liststyle li+li {
	margin-top: 8px;
}

.active-dark {
	background: #101010;
}

.active-dark [data-overlay="6"]:before,
.active-dark [data-black-overlay="6"]:before,
.active-dark [data-white-overlay="6"]:before {
	display: none;
}

.active-dark [data-overlay]:before,
.active-dark [data-black-overlay]:before,
.active-dark [data-white-overlay]:before {
	display: none;
}

.active-dark .service-white .service__style--1 .content h4.title {
	color: #ffffff;
}

.active-dark.bg_color--9 .creative-service-wrapper .row.creative-service .service.service__style--2,
.active-dark.bg_color--9 .header-area.header--fixed.sticky,
.active-dark.bg_color--9 .backto-top>div,
.active-dark.bg_color--9 .bg_color--6 {
	background: #091020;
}

.active-dark .im_counterup .inner .description {
	color: rgba(198, 201, 216, 0.75);
}

.active-dark .service-main-wrapper .service.service__style--2,
.active-dark .im_counterup {
	background: #0c0c0c;
}

.active-dark .bg_image--3,
.active-dark .bg_image--1,
.active-dark .rn-testimonial-content .inner p::before,
.active-dark .rn-testimonial-content .inner p::after,
.active-dark .footer-right {
	background-image: inherit !important;
}

.active-dark .bg_color--1,
.active-dark .brand-separation {
	background: #191919;
}

.active-dark .bg_color--5,
.active-dark .bg_color--6 {
	background: #101010;
}

.active-dark h1,
.active-dark h2,
.active-dark h3,
.active-dark h4,
.active-dark h5,
.active-dark h6,
.active-dark .h1,
.active-dark .h2,
.active-dark .h3,
.active-dark .h4,
.active-dark .h5,
.active-dark .h6 {
	color: #ffffff;
}

.active-dark a.btn-transparent {
	color: #ffffff;
}

.active-dark .section-title p,
.active-dark .about-us-list p,
.active-dark .about-inner .section-title p.description,
.active-dark .service.service__style--2 .content p,
.active-dark .counterup_style--1 p.description,
.active-dark .rn-testimonial-content .author-info h6,
.active-dark .slide.slider-style-3 .inner>span,
.active-dark .single-tab-content ul li a,
.active-dark .single-tab-content ul li {
	color: rgba(198, 201, 216, 0.75);
}

.active-dark ul.tab-style--1 {
	border-color: #2d3548;
}

.active-dark ul.tab-style--1 li::before {
	background: rgba(198, 201, 216, 0.75);
}

.active-dark ul.tab-style--1 li a.active {
	color: var(--color-white);
}

.active-dark .service.service__style--2:hover .content h3.title,
.active-dark .rn-testimonial-content .inner p,
.active-dark .section-title p a,
.active-dark .slide.slider-style-3 .inner h1.title,
.active-dark .color-black .mainmenunav ul.mainmenu>li>a,
.active-dark ul.social-share.social-style--2.color-black li a,
.active-dark .header-area.color-black a.rn-btn,
.active-dark ul.tab-style--1 li,
.active-dark ul.tab-style--1 li a {
	color: #ffffff;
}

.active-dark .portfolio-sacousel-inner .slick-dots li button::after,
.active-dark .rn-slick-dot .slick-dots li button::after {
	background: #ffffff;
	box-shadow: inset 0 0 0 5px #ffffff;
}

.active-dark .creative-service-wrapper .row.creative-service .service.service__style--2 {
	background: #191919;
}

.active-dark .contact-form--1 input,
.active-dark .contact-form--1 textarea,
.active-dark .header-area.color-black a.rn-btn {
	border: 2px solid rgba(255, 255, 255, 0.5);
	/*border: 2px solid var(--color-border);*/
}

.active-dark .header-area.color-black a.rn-btn:hover {
	border-color: var(--color-primary);
}

.active-dark .header-area.header--fixed.sticky {
	background: #191919;
	background: #000000;
}

.active-dark .header-area.header--fixed.sticky .header-wrapper a.rn-btn {
	color: #ffffff;
	border-color: #ffffff;
}

.active-dark .header-area.header--fixed.sticky .header-wrapper a.rn-btn:hover {
	color: #ffffff;
	border-color: var(--color-primary);
}

.active-dark .bg_image--25 {
	background-color: #101010;
	background-image: url(/assets/images/bg/bg-image-28.jpg) !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.active-dark .backto-top>div {
	background-color: #0c0c0c;
}

.active-dark .backto-top svg {
	color: #fff;
}

.active-dark .contact-form--1 input,
.active-dark .contact-form--1 textarea {
	color: rgba(198, 201, 216, 0.75);
	color: var(--color-light);
}

.active-dark .personal-portfolio-slider::before {
	display: none;
}

.active-dark ul.testimonial-thumb-wrapper li .thumb::after {
	background-color: rgba(0, 0, 0, 0.5);
}

.active-dark ul.testimonial-thumb-wrapper li a.active .thumb::after {
	background-color: rgba(0, 0, 0, 0);
}

.active-dark .header-area.color-black a.btn-default.btn-border.btn-opacity {
	color: rgba(198, 201, 216, 0.75);
	border-color: rgba(198, 201, 216, 0.75);
}

.active-dark .header-area.color-black a.btn-default.btn-border.btn-opacity:hover {
	color: var(--color-white);
	border-color: var(--color-primary);
}

.active-dark .im_address .link {
	color: rgba(198, 201, 216, 0.75);
}

.active-dark .im_address .link:hover {
	color: var(--color-primary);
}

.active-dark .rn-progress-bar .single-progress .title {
	color: rgba(198, 201, 216, 0.75);
}

.active-dark .rn-progress-bar .single-progress .label {
	color: rgba(198, 201, 216, 0.75);
}

.active-dark .im_portfolio:hover {
	box-shadow: 0 25px 55px rgba(20, 23, 29, 0.05);
}


@media only screen and (max-width: 1199px) {
	.active-dark .header-style-two .humberger-menu span.text-white {
		color: #c6c9d8 !important;
	}

	.active-dark .header-area .header-wrapper .mainmenunav ul.mainmenu {
		background: #101010;
	}

	.active-dark .header-area .header-wrapper.menu-open .close-menu span {
		color: #c6c9d8 !important;
	}

	.active-dark .header-area.header--fixed.sticky .humberger-menu span.text-white {
		color: #c6c9d8 !important;
	}

	.active-dark .header-area .header-wrapper .mainmenunav ul.mainmenu li a {
		color: #ffffff;
	}

	.active-dark .header-area .header-wrapper .mainmenunav ul.mainmenu li.has-dropdown>a::after {
		border-color: #ffffff transparent transparent transparent;
	}

	.active-dark .header-area .header-wrapper .mainmenunav ul.mainmenu li.has-dropdown>a.open::after {
		border-color: transparent transparent var(--color-primary) transparent;
	}
}

@media only screen and (max-width: 767px) {
	.active-dark .header-style-two .humberger-menu span.text-white {
		color: #c6c9d8 !important;
	}

	.active-dark .header-area .header-wrapper .mainmenunav ul.mainmenu {
		background: #101010;
	}

	.active-dark .header-area .header-wrapper.menu-open .close-menu span {
		color: #c6c9d8 !important;
	}

	.active-dark .header-area.header--fixed.sticky .humberger-menu span.text-white {
		color: #c6c9d8 !important;
	}

	.active-dark .service.service__style--2 .content p {
		color: #ffffff;
	}

	.active-dark .header-area .header-wrapper .mainmenunav ul.mainmenu li a {
		color: #ffffff;
	}

	.active-dark .header-area .header-wrapper .mainmenunav ul.mainmenu li.has-dropdown>a::after {
		border-color: #ffffff transparent transparent transparent;
	}

	.active-dark .header-area .header-wrapper .mainmenunav ul.mainmenu li.has-dropdown>a.open::after {
		border-color: transparent transparent var(--color-primary) transparent;
	}
}

.active-dark .pv-tab-button {
	border-color: #403c3c;
}

.active-dark .accodion-style--1 .accordion__item .accordion__heading .accordion__button {
	color: #fff;
}

.active-dark .accodion-style--1 .accordion__item .accordion__heading .accordion__button::after {
	background: #353434;
}

.active-dark .accodion-style--1 .accordion__item .accordion__panel p {
	color: rgba(198, 201, 216, 0.75);
}

.active-dark .header-area.header--sticky.sticky .header-wrapper .mainmenunav ul.mainmenu>li>a {
	padding: 22px 0;
	color: rgba(198, 201, 216, 0.75);
}

.active-dark .im_address span {
	color: rgba(198, 201, 216, 0.75);
}

.main-wrapper {
	position: relative;
	background: #ffffff;
}

.prv-header-area {
	padding: 18px 85px;
	padding-top: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.fullscreen.empty-div {
		display: none;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.fullscreen.empty-div {
		display: none;
	}
}

.with-particles {
	position: relative;
	z-index: 3;
}

.with-particles .frame-layout__particles {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 575px) {
	.with-particles .frame-layout__particles {
		display: none;
	}
}

.with-particles .inner {
	position: relative;
	z-index: 3;
}

.gradient-overlay {
	position: relative;
}

.gradient-overlay::before {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	content: "";
	background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
	background: linear-gradient(135deg, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$black-color00', endColorstr='#80000000', GradientType=1);
}

.prv-banner-wrapper {
	min-height: 100vh;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: flex;
	align-items: center;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
}

@media only screen and (max-width: 767px) {
	.prv-banner-wrapper {
		min-height: auto;
		position: static;
		padding: 60px 0;
		background-image: none !important;
		background-color: #f6f6f6;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.prv-banner-wrapper {
		min-height: auto;
		position: static;
		padding: 80px 0;
		background-image: none !important;
		background-color: #f6f6f6;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.prv-banner-wrapper {
		min-height: auto;
		position: static;
		padding: 80px 0;
		background-image: none !important;
		background-color: #f6f6f6;
	}
}

.prv-banner-wrapper .inner {
	padding: 35px;
	position: relative;
	z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.prv-banner-wrapper .inner {
		padding: 35px 0;
	}
}

@media only screen and (max-width: 767px) {
	.prv-banner-wrapper .inner {
		padding: 0;
	}
}

.prv-banner-wrapper .inner .logo img {
	max-height: 70px;
}

.prv-banner-wrapper .inner .title {
	font-size: 23px;
	color: #515462;
	line-height: 42px;
	margin: 30px 0 50px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.prv-banner-wrapper .inner .title {
		font-size: 20px;
		line-height: 36px;
		margin: 24px 0 40px 0;
	}
}

@media only screen and (max-width: 767px) {
	.prv-banner-wrapper .inner .title {
		margin: 32px 0 20px 0;
	}
}

.prv-banner-wrapper .inner .purshase-btn {
	margin-left: -15px;
	margin-right: -15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.prv-banner-wrapper .inner .purshase-btn {
		margin-left: -10px;
		margin-right: -10px;
	}
}

@media only screen and (max-width: 767px) {
	.prv-banner-wrapper .inner .purshase-btn {
		margin-left: -5px;
		margin-right: -5px;
	}
}

.prv-banner-wrapper .inner .purshase-btn a {
	margin-left: 15px;
	margin-right: 15px;
}

@media only screen and (max-width: 767px) {
	.prv-banner-wrapper .inner .purshase-btn a {
		margin-left: 5px;
		margin-right: 5px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.prv-banner-wrapper .inner .purshase-btn a.rn-button-style--2 {
		padding: 10px 25px;
	}
}

@media only screen and (max-width: 767px) {
	.prv-banner-wrapper .inner .purshase-btn a.rn-button-style--2 {
		padding: 9px 12px;
		font-size: 14px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.prv-banner-wrapper .inner .purshase-btn a {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media only screen and (max-width: 479px) {
	.prv-banner-wrapper .inner .purshase-btn a+a {
		margin-top: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home-demo-area .wrapper {
		padding: 0 30px !important;
	}
}

@media only screen and (max-width: 767px) {
	.home-demo-area .wrapper {
		padding: 0 30px !important;
	}
}

.home-demo-area .section-title.text-white h2 {
	color: #c6c9d8;
	margin-bottom: 9px;
}

.home-demo-area .section-title.text-white p {
	color: #c6c9d8;
	opacity: 0.75;
	font-weight: 300;
}

.bg_color--7 .single-demo {
	position: relative;
}

.bg_color--7 .single-demo a>span {
	display: block;
	text-align: center;
	padding: 20px 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 20px;
	font-weight: 500;
	transition: 0.3s ease-in-out;
	letter-spacing: .20px;
}

.single-demo {
	padding: 0 20px;
	margin-top: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.single-demo {
		padding: 0px;
		margin-top: 60px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-demo {
		padding: 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-demo {
		padding: 0px;
		margin-top: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.single-demo {
		padding: 0px;
		margin-top: 40px;
	}
}

.single-demo a {
	display: block;
	position: relative;
	z-index: 2;
	transition: 0.7s cubic-bezier(0.26, 0.76, 0.3, 0.75);
	background: #0c0c0c;
	border-radius: 6px;
}

.single-demo a img {
	box-shadow: inherit;
	width: 100% !important;
	border-radius: 6px 6px 0 0;
}

.single-demo a .title {
	display: block;
	text-align: left;
	padding: 20px 95px;
	color: #1f1f25;
	font-size: 18px;
	font-weight: 500;
	transition: 0.3s ease-in-out;
	letter-spacing: .20px;
	margin: 0;
	text-align: center;
	color: #fff;
	position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-demo a .title {
		padding: 20px 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-demo a .title {
		padding: 20px 20px;
	}
}

@media only screen and (max-width: 767px) {
	.single-demo a .title {
		padding: 20px 20px;
	}
}

.single-demo a .info {
	display: block;
	padding: 0;
	color: rgba(29, 29, 36, 0.75);
	font-size: 14px;
	font-weight: 300;
	transition: 0.3s ease-in-out;
	line-height: 25px;
}

.single-demo a>span.number {
	display: none;
	position: absolute;
	color: #f6f6f6;
	z-index: -1;
	font-size: 81px;
	bottom: -55px;
	line-height: inherit;
	font-weight: 300;
	letter-spacing: 11px;
}

.single-demo a:hover {
	-webkit-transform: translate3d(0, -10px, 0);
}

.single-demo a:hover img {
	box-shadow: inherit;
}

.single-demo a .label-new {
	position: absolute;
	background: var(--color-primary);
	background: linear-gradient(145deg, var(--color-primary) 0%, var(--color-secondary) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--color-primary)', endColorstr='var(--color-secondary)', GradientType=1);
	padding: 9px 14px;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 500;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-demo a .label-new {
		right: 0;
		top: 0%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-demo a .label-new {
		right: 0;
		top: 0%;
	}
}

@media only screen and (max-width: 767px) {
	.single-demo a .label-new {
		right: 0;
		top: 0%;
	}
}

.pv-feaq-area .accodion-style--1 .accordion__item+.accordion__item {
	margin-top: 20px;
}

.pv-feaq-area .accodion-style--1 .accordion__item .accordion__heading .accordion__button {
	font-size: 18px;
	padding: 10px 0;
}

.pv-feaq-area .accodion-style--1 .accordion__item .accordion__heading {
	width: 100%;
}

.pv-feaq-area .accodion-style--1 .accordion__item .accordion__heading .accordion__button::after {
	width: 100%;
}

.pv-feaq-area .accodion-style--1 .accordion__item .accordion__heading .accordion__button::after {
	height: 2px;
}

.tablist-inner {
	display: inline-block;
	white-space: nowrap;
	padding-bottom: 60px;
}

.pv-tab-button {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid var(--color-border);
	border-radius: 50em;
}

@media only screen and (max-width: 1199px) {
	.tablist-inner {
		padding-bottom: 40px;
	}
	.pv-tab-button {
		border: 0 none;
		border-bottom: 1px solid var(--color-border);
		border-radius: inherit;
		padding-bottom: 10px;
	}
}

/*.pv-tab-button li,*/
.pv-tab-button button {
	border: 0 none;
	cursor: pointer;
	padding: .83333em 34px;
	margin: -1px -2px -1px;
	color: var(--color-lighter);
	border-radius: 50em;
	font-size: .88889em;
	font-weight: 600;
	transition: all 0.45s cubic-bezier(0, 0, 0.2, 1);
}

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

	/*.pv-tab-button li,*/
	.pv-tab-button button {
		padding: .83333em 20px;
	}
}

.pv-tab-button li.is-checked,
.pv-tab-button button.is-checked {
	background-color: var(--color-primary);
	color: #ffffff;
	pointer-events: none;
}

.prv-footer .inner h2.title {
	color: #1f1f25;
	font-size: 60px;
	font-weight: 500;
	margin-bottom: 65px;
}

a.purchase-btn {
	display: inline-block;
	padding: 0 75px;
	height: 70px;
	line-height: 70px;
	border-radius: 43px;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	transition: 0.4s ease-in-out;
	color: #ffffff;
	background: #1f1f25;
	border: 1px solid #1f1f25;
}

a.purchase-btn:hover {
	color: #1f1f25;
	border: 1px solid #1f1f25;
	background: transparent;
}

.prv-feature .content h3.title {
	color: #c6c9d8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.prv-feature .content h3.title {
		margin-bottom: 13px;
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.prv-feature .content h3.title {
		margin-bottom: 13px;
		font-size: 20px;
	}
}

.prv-feature .content p.subtitle {
	color: #c6c9d8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.prv-feature .content p.subtitle {
		font-size: 16px;
		line-height: 28px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.prv-feature .content p.subtitle {
		font-size: 16px;
		line-height: 26px;
	}
}

@media only screen and (max-width: 767px) {
	.prv-feature .content p.subtitle {
		font-size: 16px;
		line-height: 28px;
		color: #ffffff;
	}
}

.text-white-wrapper a.rn-button-style--2 {
	border: 2px solid #fff;
	color: #fff;
}

.pv-slider-area .slide .inner h1.title {
	font-size: 80px;
	line-height: 100px;
}

.pv-slider-area .slide.slide-style-1 .inner {
	padding-top: 50px;
}

.home-demo-area .pv-tab-button {
	margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.home-demo-area .pv-tab-button {
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.home-demo-area .pv-tab-button {
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home-demo-area .pv-tab-button {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.home-demo-area .pv-tab-button {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.single-demo a .title {
		padding: 20px 35px;
		font-size: 16px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.pv-slider-area .slide.slide-style-1 .inner {
		padding-top: 70px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.pv-slider-area .slide .inner h1.title {
		font-size: 60px;
		line-height: 75px;
	}

	.pv-slider-area .slide.slide-style-1 .inner {
		padding-top: 70px;
	}
}

@media only screen and (max-width: 767px) {
	.pv-slider-area .slide .inner h1.title {
		font-size: 60px;
		line-height: 75px;
	}

	.pv-slider-area .slide.slide-style-1 .inner {
		padding-top: 65px;
	}
}

@media only screen and (max-width: 575px) {
	.pv-slider-area .slide .inner h1.title {
		font-size: 37px;
		line-height: 48px;
	}
}

.bg-white {
	background: #fff;
}

.bg-gray {
	background: var(--color-midgray);
}

.section-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	/*z-index: -1;*/
}

.section-bg > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-bg.header-bg:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
}



































.parser-page {
    color: #777;
}

.parser-page h1,
.parser-page h2,
.parser-page h3,
.parser-page h4,
.parser-page h5,
.parser-page h6 {
    color: #1f1f25
}

.parser-page p {
    position: relative;
    color: inherit;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75em;
    margin-bottom: 18px
}

.parser-page span {
    position: relative;
    color: inherit;
    font-weight: 400;
    font-size: 18px
}

.parser-page a {
    position: relative;
    color: #6768ab;
    font-weight: 400;
    font-size: 18px;
    transition: .3s ease;
    text-decoration: underline
}

.parser-page a:hover {
    color: #555;
}

.parser-page img {
    margin-bottom: 15px
}

.parser-page p:nth-child(1) img,
.parser-page p:nth-child(2) img {
    margin-top: 10px;
}

.parser-page img.note-float-right {
    margin-left: 25px
}

.parser-page img.note-float-left {
    margin-right: 25px
}

.parser-page ol,
.parser-page ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px
}

.parser-page ul {
    padding-left: 0;
    list-style: none;
}

.parser-page ol li,
.parser-page ul li {
    position: relative;
    font-size: 16px;
    padding-left: 25px;
    line-height: 1.5em
}

.parser-page ol li {
}

.parser-page ul li:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    width: 6px;
    height: 6px;
    display: block;
    /*background-color: #6768ab;*/

	content: "\e92b";
	font-family: 'feather' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.parser-page ol {
    padding-left: 25px
}

.parser-page ol li {
    list-style: auto;
    padding-left: 0
}

.parser-page blockquote {
	z-index: 1;
	font-size: 28px;
	font-weight: 600;
	position: relative;
	text-align: center;
	border-radius: 6px;
	padding: 50px 85px 60px;
	margin: 40px 0;
	color: #f8f8f8;
    background-color: #111;
}

.parser-page blockquote span {
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #555555;
}

.parser-page blockquote:after {
	bottom: -60px;
	right: 30px;
	z-index: -1;
	color: var(--color-primary);
	content: "";
	font-weight: 900;
	position: absolute;
	font-size: 100px;
	font-family: "Font Awesome 5 Free";
}

.parser-page table {
    /*display: none;*/
}

[data-rating-stars] {
	margin-right: 8px;
}
[data-rating-stars] img {
	vertical-align: text-top;
}

/*.rating .feather-star {*/
/*	cursor: pointer;*/
/*}*/

/*.rating .feather-star.active,*/
/*.rating .feather-star:hover {*/
/*	fill: var(--color-primary) !important;*/
/*	color: var(--color-primary) !important;*/
/*}*/

/*.rating .feather-star {*/
/*	fill: none*/
/*}*/

/*.rating:hover .feather-star {*/
/*	fill: var(--color-primary);*/
/*	color: var(--color-primary);*/
/*}*/

/*.rating .feather-star:hover + .feather-star,*/
/*.rating .feather-star:hover + .feather-star + .feather-star,*/
/*.rating .feather-star:hover + .feather-star + .feather-star + .feather-star,*/
/*.rating .feather-star:hover + .feather-star + .feather-star + .feather-star + .feather-star {*/
/*	fill: none;*/
/*	color: inherit;*/
/*}*/

.rating .feather-star.active:hover {
	fill: none;
	color: inherit;
}


.sidebar {
	position: sticky;
	top: 105px;
}

.sidebar-form {
	display: block;
    padding: 15px 20px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition: all 0.3s ease;
    margin-bottom: 40px;
    outline: none;
	color: var(--color-light);
    background-color: #000;
}

.sidebar-form-title {
	/*font-size: 16px;*/
	color: #fff;
}

.sidebar-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 20px;
}

.sidebar-list li {
	margin-bottom: 15px;
}

.sidebar-list-item {
	color: #1f1f25;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.sidebar-list-item:hover {
	color: var(--color-primary)
}

.sidebar-list-item img {
	width: 110px;
}

.sidebar-list-item .sidebar-list-content {
	padding-left: 20px;
	font-size: 14px;
	line-height: 1;
}

.sidebar-list-item .title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 5px;
}
.sidebar-list-item .title.article {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sidebar-list-item .description {
	color: grey;
	font-size: .85rem;
}

@media only screen and (max-width: 575px) {
	.sidebar {
		margin-top: 25px;
	}
}









.active-dark .description-setion .parser-page h1,
.active-dark .description-setion .parser-page h2,
.active-dark .description-setion .parser-page h3,
.active-dark .description-setion .parser-page h4,
.active-dark .description-setion .parser-page h5,
.active-dark .description-setion .parser-page h6,
.active-dark .description-setion .parser-page .h1,
.active-dark .description-setion .parser-page .h2,
.active-dark .description-setion .parser-page .h3,
.active-dark .description-setion .parser-page .h4,
.active-dark .description-setion .parser-page .h5,
.active-dark .description-setion .parser-page .h6 {
	color: #1f1f25;
}

.active-dark .parser-page h1,
.active-dark .parser-page h2,
.active-dark .parser-page h3,
.active-dark .parser-page h4,
.active-dark .parser-page h5,
.active-dark .parser-page h6,
.active-dark .parser-page .h1,
.active-dark .parser-page .h2,
.active-dark .parser-page .h3,
.active-dark .parser-page .h4,
.active-dark .parser-page .h5,
.active-dark .parser-page .h6 {
	color: #ffffff;
}

.header-area.header--sticky.sticky .header-phone a, .header-area.header--sticky.sticky .header-lang:hover a, .header-area.header--sticky.sticky .header-lang a:not(.active),
.active-dark .sidebar-list-item {
	color: #fff
}











/*LAYOUT | ADMIN PANEL BEGIN*/
.admin-panel-block {
	position: fixed;
	top: 10px;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 50px 50px 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: var(--color-primary);
	z-index: 9999;
}
.admin-panel-block a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.admin-panel-block a img {
	width: 40px;
	height: 40px;
	vertical-align: middle;
}
.admin-panel-block:hover a img {
	animation-name: animation-spin;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes animation-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
/*LAYOUT | ADMIN PANEL END*/

/*ERROR BEGIN*/
.incorrect-field label {
	border: 2px solid #ff402f !important;
}

label.incorrect-field {
	/*border: 2px solid #ff402f !important;*/
	color: #ff402f;
}

.incorrect-field input {
	border: 2px solid #ff402f !important;
}

input.incorrect-field {
	border: 2px solid #ff402f !important;
}

.incorrect-field textarea {
	border: 2px solid #ff402f !important;
}

textarea.incorrect-field {
	border: 2px solid #ff402f !important;
}

.incorrect-field select {
	border: 2px solid #ff402f !important;
	color: #ff402f !important;
}

select.incorrect-field {
	border: 2px solid #ff402f !important;
	color: #ff402f !important;
}

.incorrect-field input::-webkit-input-placeholder,
input.incorrect-field::-webkit-input-placeholder,
.incorrect-field textarea::-webkit-input-placeholder,
textarea.incorrect-field::-webkit-input-placeholder {
	color: #ff402f !important;
}

.incorrect-field input:-moz-placeholder,
input.incorrect-field:-moz-placeholder,
.incorrect-field textarea:-moz-placeholder,
textarea.incorrect-field:-moz-placeholder {
	color: #ff402f !important;
}

.incorrect-field input::-moz-placeholder,
input.incorrect-field::-moz-placeholder,
.incorrect-field textarea::-moz-placeholder,
textarea.incorrect-field::-moz-placeholder {
	color: #ff402f !important;
}

.incorrect-field input:-ms-input-placeholder,
input.incorrect-field:-ms-input-placeholder,
.incorrect-field textarea:-ms-input-placeholder,
textarea.incorrect-field:-ms-input-placeholder {
	color: #ff402f !important;
}
/*ERROR END*/

/*HALF CIRCLE SPINNER BEGIN*/
.half-circle-spinner, .half-circle-spinner * {
	box-sizing: border-box;
}
.half-circle-spinner {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	position: absolute;
	top: 7px;

}
.half-circle-spinner .circle {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 100%;
	border: calc(32px / 8) solid transparent;
}
.half-circle-spinner .circle.circle-1 {
	border-top-color: var(--color-white);
	animation: half-circle-spinner-animation 1s infinite;
}
.half-circle-spinner .circle.circle-2 {
	border-bottom-color: var(--color-white);
	animation: half-circle-spinner-animation 1s infinite alternate;
}
@keyframes half-circle-spinner-animation {
	0% {
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}

.half-circle-spinner.half-circle-spinner-md {
	width: 24px;
	height: 24px;
}
.half-circle-spinner.half-circle-spinner-md .circle {
	border: calc(24px / 8) solid transparent;
}
.half-circle-spinner.half-circle-spinner-orange .circle.circle-1 {
	border-top-color: var(--color-warning);
}
.half-circle-spinner.half-circle-spinner-orange .circle.circle-2 {
	border-bottom-color: var(--color-warning);
}
/*HALF CIRCLE SPINNER END*/

.bg_color--1 .rating > span {
	color: var(--color-white);
}
